
/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-40	{ margin-top:-40px !important; }
.mt-20	{ margin-top:-20px !important; }
.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt3	{ margin-top:3px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt35	{ margin-top:35px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt80	{ margin-top:80px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml35	{ margin-left:35px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f9 { font-size: 62.5% !important; }
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold !important; }
.Bb	{ font-weight: 500 !important; }
.blue	{ color:#1d4ab1 !important; }
.blue-link	{ color:#2c8ed2 !important; }
.gray	{ color:#777 !important; }
.red	{ color:#c80050 !important; }
.black	{ color:#000000 !important; }
.white	{ color:#ffffff !important; }
.orange	{ color:#036eb8 !important; }
.purple	{ color:#791a51 !important; }
.kome	{ color:#1b70ff !important; }


.w130 {
	max-width: 130px !important;	
}
.w160 {
	max-width: 160px !important;	
}
.w250 {
	max-width: 250px !important;	
}
.w300 {
	max-width: 300px !important;	
}
.w350 {
	max-width: 350px !important;	
}
.w400 {
	max-width: 400px !important;	
}
.w450 {
	max-width: 450px !important;	
}
.w500 {
	max-width: 500px !important;	
}
.w540 {
	max-width: 540px !important;	
}
.w600 {
	max-width: 600px !important;	
}
.w1000 {
	max-width: 1000px !important;	
}
.w1140 {
	max-width: 1140px !important;	
}


.left-txt {
    text-align: left;
    margin-left: auto;
    justify-content: left;
	margin-top: 20px;  
}

.right-txt {
    text-align: right;
    margin-left: auto;
    justify-content: right;
	margin-top: 20px;  
}
.caption {
	margin-top: 20px;  
}

*, *:before, *:after {
	box-sizing: border-box;
}


.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
}


.wide1150 {
	display: none !important;
}
@media only screen and (max-width: 1150px) {
.wide1150 {
display: block !important;
}
}


body {
    word-break: break-all;
}

/* --------------------------------------------------  -------------------------------------------------- */

.mainvisual {
	margin-top: 20px;
}
.mainvisual img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	max-width: 1920px;
}

.bg_white {
	background-color: #fff;
}

.bg_black {
	background-color: #000;
	color: #FFF;
}
.bg_blue {
	background-color: #173497;
}
.bg_beige {
	background-color: #dfeaf1;
}

.bg_gray {
	background-color: #eff3f4;
}
.bg_gray2 {
	background-color: #f5f5f5;
}

.bg_bg {
	background-color: #dfeaf1;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.contents {
	max-width: 1200px;
	text-align: center;
	justify-content: center;
	padding: 40px 20px 100px;
	margin: 0 auto;
	min-height:auto;
}

.initial_text {
	font-size: 123.1%;
	line-height: 200%;
	color: #fff;
	font-weight: 400;
}

.col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.col_2 .col_2-box {
	width: 48%;
	padding: 35px;
	background-color:#fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.col_2 .col_2-box2 {
	width: 48%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.c-txt1 {
	font-size: 108%;
	font-weight: 400;	
}
.c-txt2 {
	font-size: 146.5%;
	font-weight: 800;	
}
.c-txt3 {
	font-size: 123.1%;
	font-weight: 400;
	color: #fff;
}
.bnr {
	margin: 20px 0;
	max-width: 440px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.bnr-2 {
	margin: 20px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

/*ボタン*/

a .col_2-area .button {
    border-radius: 100vh;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
	width: 100%;
	max-width: 440px;
    margin: 10px auto 0;
    padding: 15px 25px;
    color: #fff !important;
    line-height: 1.6;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
a .col_2-area .button:after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
a .col_2-area .button.blue {
    background: #1d4ab1;
}
a .col_2-area .button.red {
    background: #c80050;
}
@media print , screen and (min-width: 768px) {
	#pageTop {
		margin-top: -80px;
	}
	a:hover .bnr {
		opacity: 0.8;
		transition: 0.3s ease-in-out;
	}
	.bnr-2 {
		background:#fff;
	}
	.alpha a:hover img {
		opacity: 0.8;
		transition: 0.3s ease-in-out;
	}
	
	a:hover .col_2-area .button.blue {
		background: #2780ff;
	}
	a:hover .col_2-area .button.red {
		background: #ff0066;
	}
	
	.col_2 .col_2-box, .col_2 .col_2-box2 {
		margin-right: 4%;
	}
	.col_2 .col_2-box:nth-child(2n), .col_2 .col_2-box2:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	
	#pageTop {
		margin-top: -70px;
	}
	
	.contents {
		padding: 20px 20px 70px;
	}
	
	.initial_text {
		font-size: 100%;	
	}
	
	.col_2 {
		margin-top: 40px;
	}
	.col_2 .col_2-box {
		width: 100%;
		padding: 25px;
	}
	.col_2 .col_2-box2 {
		width: 100%;
	}
	.col_2 .col_2-box:nth-child(n+2), .col_2 .col_2-box2:nth-child(n+2) {
		margin-top: 25px;
	}
	.c-txt1 {
		font-size: 100%;	
	}
	.c-txt2 {
		font-size: 123.1%;	
	}
	.c-txt3 {
		font-size: 100%;	
	}
	
	/*ボタン*/
	
	.button a {
		font-size: 93%;
		max-width: 440px;
	}
}

