@charset "UTF-8";

/* PC用CSS Document */

/* Bootstrap Reboot */
/*https://getbootstrap.com/docs/4.1/content/reboot/*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-reboot.min.css);
html, body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	color: #3C4859;
}
a {
	color: #C91717;
	text-decoration: none;
	transition: All 0.2s ease;
}
a:hover {
	color: #C04848;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
}
ul.nolist, .nolist li {
	list-style: none;
}
ul.reglist, ul.komelist {
	margin: 0 0 20px;
	padding: 0;
}
.reglist li, .komelist li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin-bottom: 5px;
	padding: 0;
}
.reglist li::before {
	font-family: "FontAwesome" !important;
	content: "\f111" !important;
	color: #AD3C3C;
	margin-right: 5px;
}
.komelist li::before {
	content: '※';
	color: #4E6990;
	margin-right: 5px;
}
ol.regnum {
	counter-reset: number;
}
.regnum li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	margin: 0 0 5px;
}
.regnum li::before {
	counter-increment: number;
	content: counter(number)".";
	margin: 0 5px 0 0;
	flex-basis: 2em;
	flex-shrink: 0;
}
.wrap {
	margin: 0;
	padding: 0;
}
.invisible {
	transition: opacity 0.7s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.7s ease;
	opacity: 1.0;
}
/*------------------------------
 Basic Color
----------------------------- */

.red {
	color: #FF0000;
}
.bkcol_red {
	background-color: #AD3C3C;
	color: #FFFFFF;
}
.white {
	color: #ffffff;
}
.bkcol_white {
	background-color: #ffffff;
}
.col_blue {
	color: #003CFF;
}
.bkcol_blue {
	background-color: #003CFF;
	color: #FFFFFF;
}
.col_yellow {
	color: #FFC600;
}
.bkcol_yellow {
	background-color: #FFC600;
}
.col_orange {
	color: #FF801E;
}
.bkcol_orange {
	background-color: #FF801E;
}
.col_green {
	color: #0F9412;
}
.bkcol_green {
	background-color: #0F9412;
}
.col_base {
 color: #3C4859 !important;
}

/*-----------------------
 Margin
-------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mrb40 {
	margin-right: 40px !important;
	margin-bottom: 40px !important;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.pdtb0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.pdtb5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.pdtb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pdtb20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.pdtb30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.pdtb40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.pdrl0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.pdrl5 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.pdrl10 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.pdrl20 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.pdrl30 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}
.pdrl40 {
	padding-right: 40px !important;
	padding-left: 40px !important;
}
.center {
	text-align: center !important;
	margin-right: auto;
	margin-left: auto;
}
.ta_right {
	text-align: right !important;
}
/*-----------------------
 Font Size
-------------------------*/

.fs12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.fs16 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.fs20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}
.fs24 {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}
.fs30 {
	font-size: 30px !important;
	font-size: 3rem !important;
}
.fs45 {
	font-size: 45px !important;
	font-size: 4.5rem !important;
}
.fssm {
	font-size: smaller !important;
}
.fslg {
	font-size: larger !important;
}
.lh15 {
	line-height: 1.5em !important;
}
.lh18 {
	line-height: 1.8em !important;
}
.lh20 {
	line-height: 2em !important;
}
/*-----------------------
 Round
-------------------------*/

.round5 {
	border-radius: 5px;
}
.round10 {
	border-radius: 10px;
}
/*-----------------------
 Button
-------------------------*/

.button_red, .button_blue, .button_green, .button_orange, .button_gray {
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.button_red a {
	background-color: #E50000;
}
.button_blue a {
	background-color: #0054FF;
}
.button_green a {
	background: #008B14;
}
.button_orange a {
/*	background: #FF7600;*/
	background: #70819a;
}
.button_gray a {
	background: #A8A8A8;
}
.button_red a, .button_blue a, .button_green a, .button_orange a, .button_gray a {
	color: #ffffff;
	text-decoration: none;
	padding: 16px 2px;
	margin: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
/*	text-shadow: 0px 1px 2px rgba(000, 000, 000, 0.3);*/
	/*Gradient*/
/*
	background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.30) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.30) 100%);
	background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.30) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.00), rgba(255,255,255,0.30));
	background-image: linear-gradient(0deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.30) 100%);
*/
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
	display: block;
	text-align: center;
}
.button_red a:hover {
	background: #FF3333;
}
.button_blue a:hover {
	background: #407FFF;
}
.button_green a:hover {
	background: #14D830;
}
.button_orange a:hover {
/*	background: #FF973E;*/
	background: #3B4C66;
}
.button_gray a:hover {
	background: #CECECE;
}
.button_red a:hover, .button_blue a:hover, .button_green a:hover, .button_orange a:hover, .button_gray a:hover {
	color: #ffffff;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0);
	box-shadow: 0px 0px 0px rgba(000, 000, 000, 0);
}

button.yellow {
background: #FFC600;
border-style: none;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
text-shadow: 0px 1px 2px rgba(000, 000, 000, 0.3);
}

button.gray {
background: #DDDDDD;
border-style: none;
border-radius: 5px;
color: #FFFFFF;
}
/* ------------------------
 基本テーブル
------------------------ */

table, 
table.nobc {
	font-size: 1.2rem;
	width: 100%;
	border: 1px solid #ABABAB;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 20px;
}
table.mb5 {
	margin: 0 0 5px !important;
}
th, td {
	padding: 5px 10px;
	margin: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.5em;
}
th {
	background-color: #5C83B7;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
tbody tr:nth-child(odd) {
	background: #E5E5E5;
}
.nobc tbody tr:nth-child(odd)
{
	background: #FFFFFF !important;
}
tr:hover
{
	background-color: #FFECAD !important;
}
.nobc tr:hover
{
	background-color: #FFFFFF !important;
}
.x_scroll
{
	overflow-x: scroll !important;
}
.x_scroll th,
.x_scroll td
{
	white-space: nowrap;
}
/* ------------------------
 基本フォーム
------------------------ */

input[type="submit"], 
input[type="button"]
{
	border-radius: 5px;
}

select, option {
	font-size: 16px;
	font-size: 1.6rem;
}
