@charset "UTF-8";
/* Scss Document */

/*-----------------------------
共通
-----------------------------*/

a {
	color: rgba(31, 59, 149, 1);
}

.content_inner p {
	margin-bottom: 1em;
}

.sp {
	display: none !important;
}

.inner {
	width: 1140px;
	margin: 0 auto;
}

.flex_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.center {
	text-align: center !important;
}

.clear {
	clear: both !important;
}

.mgb0 {
	margin-bottom: 0;
}

.mgb1 {
	margin-bottom: 1em;
}

.mgb2 {
	margin-bottom: 2em;
}

.txtsize_l {
	font-size: 150%;
}

.table_basic {
	width: 100%;
}

.table_basic th {
	padding: 15px;
	border: #CCC 1px solid;
	line-height: 1.2;
}

.table_basic td {
	padding: 15px;
	border: #CCC 1px solid;
	line-height: 1.2;
	background-color: #FFFFFF;
}

.table_basic th {
	background: #EEE;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}





.table_basic2 {
	width: 100%;
}

.table_basic2 th {
	padding: 15px;
	border: #CCC 1px solid;
	background: #EEE;
}

.table_basic2 td {
	padding: 15px;
	border: #CCC 1px solid;
	background-color: #FFFFFF;
}

.table_basic2 th,
.table_basic2 td {
	font-size: 1.6rem !important;
	font-weight: normal;
}




.recom {
	margin-right: 0.5em;
	padding: 0.3em 0.5em;
	background-color: #f00;
	border-radius: 10px;
	font-size: 80%;
	color: #FFFFFF;
}

.txtsm {
	font-size: 80% !important;
}

/*-----------------------------
main
-----------------------------*/


section.content {
	/* margin-bottom: 50px; */
}

section.content .content_inner {
	/*padding-top: 50px;
	padding-bottom: 50px;
	background: #FFF;*/
}

.lttl {
	margin-bottom: 2em;
	font-size: 3.6rem;
	font-weight: 800;
	text-align: center;
}

.lttl .en {
	margin: 0;
	font-size: 5.0rem;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	line-height: 1.6;

}

.lttl .jp {
	font-size: 2.0rem;
	line-height: 1.3;

}

.inner .lttl:first-child {
	margin-top: 0;
}


.mttl {
	margin: 3em auto 2em;
	border-bottom: none;
	font-size: 3rem;
	text-align: center;
	color: rgba(31, 59, 149, 1);
	line-height: 1.2;
}

.mttl span {
	padding-bottom: .5em;
	display: inline-block;
	border-bottom: solid 2px rgba(31, 59, 149, 1);
}

.sttl {
	margin: 2em 0 1em;
	color: rgba(31, 59, 149, 1);
	font-size: 2.6rem;
	line-height: 1.2;
}

.t-note-a {
	text-align: center;
	color: #F00;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 2px solid #F00;
	font-size: 14px;
}

.mgt0 {
	margin-top: 0px !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt25 {
	margin-top: 25px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgt35 {
	margin-top: 35px !important;
}

.mgt40 {
	margin-top: 40px !important;
}

.mgt50 {
	margin-top: 50px !important;
}

.mgt60 {
	margin-top: 60px !important;
}

.mgt70 {
	margin-top: 70px !important;
}

.mgt80 {
	margin-top: 80px !important;
}

.mgt90 {
	margin-top: 90px !important;
}

.mgb0 {
	margin-bottom: 0px !important;
}

.mgb5 {
	margin-bottom: 5px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb25 {
	margin-bottom: 25px !important;
}

.mgb30 {
	margin-bottom: 20px !important;
}

.mgb35 {
	margin-bottom: 35px !important;
}

.mgb40 {
	margin-bottom: 40px !important;
}

.mgb50 {
	margin-bottom: 50px !important;
}

.mgb60 {
	margin-bottom: 60px !important;
}

.mgb70 {
	margin-bottom: 70px !important;
}

.mgb80 {
	margin-bottom: 80px !important;
}

.mgb90 {
	margin-bottom: 90px !important;
}

.mgb120 {
	margin-bottom: 120px !important;
}

.mgl0 {
	margin-left: 0px !important;
}

.mgl5 {
	margin-left: 5px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.mgl15 {
	margin-left: 15px !important;
}

.mgl20 {
	margin-left: 20px !important;
}

.mgl25 {
	margin-left: 25px !important;
}

.mgl30 {
	margin-left: 30px !important;
}

.mgl35 {
	margin-left: 35px !important;
}

.mgl40 {
	margin-left: 40px !important;
}

.mgl50 {
	margin-left: 50px !important;
}

.mgl60 {
	margin-left: 60px !important;
}

.mgl70 {
	margin-left: 70px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.pl80 {
	padding-left: 80px !important;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.bnr_line img {
    border: 2px solid #ccc;
}


@media screen and (max-width: 1200px) {
	footer .bnr {
		width: 100%;
		min-width: 1200px;
		overflow: hidden;
	}
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.inner {
		width: 100%;
		padding: 0 3.33vw;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.table_basic th,
	.table_basic td {
		padding: 2.5vw;
	}


	.table_basic2 th,
	.table_basic2 td {
		padding: 2.5vw;
	}



	/*-----------------------------
    main
    -----------------------------*/
	main {
		padding: 18.67vw 0 0 0;
		background: none;
	}

	#pankuzu {
		display: none;
	}

	section.content {
		margin-bottom: 0;
	}

	section.content .inner {
		padding: 0;
	}

	section.content .content_inner {
		padding: 0 3.33vw 3.33vw;
	}

	.lttl {
		margin: 2em auto 1em;
		font-size: 2.4rem;
	}

	.lttl .en {
		margin: 0 auto .5em;
		font-size: 3.6rem;
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 700;
		line-height: 1.1;

	}

	.lttl .jp {
		font-size: 2.0rem;
		line-height: 1.3;

	}

	.inner .lttl:first-child {
		margin-top: 0;
	}

	.mttl {
		margin: 2em auto 1.5em;
		font-size: 2.4rem;
	}

	.mgt15,
	.mgt20,
	.mgt25 {
		margin-top: 10px !important;
	}

	.mgt30,
	.mgt35 {
		margin-top: 15px !important;
	}

	.mgt40 {
		margin-top: 20px !important;
	}

	.mgt50,
	.mgt60,
	.mgt70 {
		margin-top: 30px !important;
	}

	.mgt80,
	.mgt90 {
		margin-top: 40px !important;
	}

	.mgb15,
	.mgb20,
	.mgb25 {
		margin-bottom: 10px !important;
	}

	.mgb30,
	.mgb35 {
		margin-bottom: 15px !important;
	}

	.mgb40 {
		margin-bottom: 20px !important;
	}

	.mgb50,
	.mgb60,
	.mgb70 {
		margin-bottom: 30px !important;
	}

	.mgb80,
	.mgb90 {
		margin-bottom: 40px !important;
	}

	.mgb120 {
		margin-bottom: 60px !important;
	}

	.mgl15,
	.mgl20,
	.mgl25 {
		margin-left: 10px !important;
	}

	.mgl30,
	.mgl35 {
		margin-left: 15px !important;
	}

	.mgl40 {
		margin-left: 20px !important;
	}

	.mgl50,
	.mgl60,
	.mgl70 {
		margin-left: 30px !important;
	}

	.pt15,
	.pt20,
	.pt25 {
		padding-top: 10px !important;
	}

	.pt30,
	.pt35 {
		padding-top: 15px !important;
	}

	.pt40 {
		padding-top: 20px !important;
	}

	.pt50,
	.pt60,
	.pt70 {
		padding-top: 30px !important;
	}

	.pt80 {
		padding-top: 40px !important;
	}

	.pt100 {
		padding-top: 50px !important;
	}

	.pr15,
	.pr20,
	.pr25 {
		padding-right: 10px !important;
	}

	.pr30,
	.pr35 {
		padding-right: 15px !important;
	}

	.pr40 {
		padding-right: 20px !important;
	}

	.pr50,
	.pr60,
	.pr70 {
		padding-right: 30px !important;
	}

	.pr80 {
		padding-right: 40px !important;
	}

	.pb15,
	.pb20,
	.pb25 {
		padding-bottom: 10px !important;
	}

	.pb30,
	.pb35 {
		padding-bottom: 15px !important;
	}

	.pb40 {
		padding-bottom: 20px !important;
	}

	.pb50,
	.pb60,
	.pb70 {
		padding-bottom: 30px !important;
	}

	.pb80 {
		padding-bottom: 40px !important;
	}

	.pl15,
	.pl20,
	.pl25 {
		padding-left: 10px !important;
	}

	.pl30,
	.pl35 {
		padding-left: 15px !important;
	}

	.pl40 {
		padding-left: 20px !important;
	}

	.pl50,
	.pl60,
	.pl70 {
		padding-left: 30px !important;
	}

	.pl80 {
		padding-left: 40px !important;
	}

	.spleft {
		text-align: left !important;
	}
}