@charset "utf-8";
/* Google fonts import */

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css"); /* mincho [font-family: "Sawarabi Mincho";] */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); /* gothic [font-family: "Noto Sans Japanese";] */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap&subset=japanese');

/*■reset----------------------------------------------*/
*{
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
}
ul,ol,li{
	list-style-type:none;
}
a{
	font-size:14px;
	transition:all 0.5s;
	color:#2A6BA8;
	text-decoration:none;
}
a:hover{
	opacity:0.68;
}
img{
	border:none;
	display:block;
	width:100%;
}
p{
	font-size:14px;
	line-height:140%;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "Noto Sans Japanese";
	background:#FFFFFF;
	margin-top:72px;
}


br.sp{
	display:none;
}



.effect{
	opacity:0;
	position:relative;
	top:35px;
	transition:all 0.4s;
}
.effect.move{
	top:0;
	opacity:1;
}


.anc{
	position:relative;
	top:-62px;
}
@media screen and (max-width: 600px) {
	body{
		margin-top:55px;
	}
	br.sp{
		display:block;
	}
	br.pc{
		display:none;
	}
	.anc{
		top:-55px;
	}
}



/* Header
------------------------------------------------------ */

header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	background:#FFFFFF;
}
header .Area{
	height:100%;
	padding:10px 20px;
	position:relative;
}
header .Area .Logo{
	width:215px;
	display:block;
}
header .Area ul{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20px;
	text-align:right;
}
header .Area ul li{
	margin-left:20px;
	display:inline-block;
}
header .Area ul li a{
	color:#103357;
	font-size:14px;
	letter-spacing:1px;
	font-weight:500;
}
header .Area ul li a.b{
	padding:10px 20px;
	color:#FFFFFF;
	background:#103357;
	border-radius:1000px;
}
header .Area ul li a.b img{
	display:inline;
	width:20px;
	margin-right:7px;
}
#MenuBtn{
	display:none;
}
@media screen and (max-width: 600px) {
	header .Area{
		padding:10px 8px;
	}
	header .Area .Logo{
		width:140px;
		display:block;
	}
	header .Area ul{
		width:100%;
		position: fixed;
		top:55px;
		transform:none;
		right:auto;
		left:0;
		text-align: center;
		background:#FFFFFF;
		padding-bottom:30px;
		display:none;
	}
	header .Area ul li{
		display:block;
		text-align:center;
		margin:26px auto !important;
	}
	header .Area ul li a{
		font-size:15px;
	}
	header .Area ul li a.b{
		padding:10px 50px;
		margin-top:40px;
	}

	#MenuBtn{
		display:block;
		position:fixed;
		top:-3px;
		right:4px;
		width:60px;
		height:60px;
		text-decoration:none;
		z-index:1001;
		cursor:pointer;
	}
	#MenuBtn span {
		position: absolute;
		left: 14px;
		width: 54%;
		height: 2px;
		background:#103357;
		border-radius: 1px;
		transition:all 0.5s;
	}
	#MenuBtn span:nth-of-type(1) {
	  top: 21px;
	}
	#MenuBtn span:nth-of-type(2) {
	  top: 30px;
	}
	#MenuBtn span:nth-of-type(3) {
	  bottom: 18px;
	}
	
	#MenuBtn.active span:nth-of-type(1) {
	  transform: translateY(8px) rotate(-45deg);
	}
	#MenuBtn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#MenuBtn.active span:nth-of-type(3) {
	  transform: translateY(-10px) rotate(45deg);
	}

}



/* MV
----------------------------------------------------- */

.Mv{
	width:auto;
	padding:20px;
	position:relative;
	overflow:hidden;
}
.Mv h1{
	font-size:4.5vw;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	line-height:135%;
	position:absolute;
	left:70px;
	bottom:32%;
	z-index:1;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.Mv a{
	display:block;
	padding:12px 40px;
	border-radius:1000px;
	border:solid 2px #103357;
	background:#FFFFFF;
	text-align:center;
	position:absolute;
	left:70px;
	bottom:18%;
	font-size:1.25vw;
	letter-spacing:2px;
	color:#103357;
}
.Mv a img{
	width:22px;
	display:inline;
	margin-right:12px;
}

.Mv div{
	width:200px;
	position:absolute;
	bottom:25px;
	left:50%;
	transform:translateX(-50%);
	height:60px;
}
.Mv div span{
	display:block;
	width:200px;
	height:60px;
	position:relative;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:1px;
	text-shadow:0 0 2px rgba(0,0,0,0.25);
}
.Mv div span i{
	display:block;
	width:2px;
	height:36px;
	background:#FFFFFF;
	position:absolute;
	top:21px;
	left:50%;
	transform:translateX(-50%);
	-webkit-animation: anima1 1.5s ease-out 0s infinite;
}
@media screen and (max-width: 600px) {
	.Mv{
		padding:5px;
	}
	.Mv h1{
		font-size:7.5vw;
		left:25px;
		bottom:39%;
	}
	.Mv a{
		padding:12px 20px;
		width:200px;
		left:50%;
		transform:translateX(-50%);
		bottom:16%;
		font-size:16px;
		letter-spacing:1px;
	}
	.Mv a img{
		width:20px;
		margin-right:10px;
	}
}
@-webkit-keyframes anima1 {
    0% { height:0; opacity:1; }
    75% { opacity:1; }
    100% { height:36px; opacity:0; }
}



#Mvmove01{
	opacity:0;
	transition:all 1.25s;
}
#Mvmove02,#Mvmove03,#Mvmove04{
	opacity:0;
	transition:all 0.75s;
}
#Mvmove01{
	left:30px;
	position:relative;
}
#Mvmove01.on{
	left:0;
	opacity:1;
}
#Mvmove02.on,#Mvmove03.on,#Mvmove04.on{
	opacity:1;
}




/* Contents
----------------------------------------------------------- */

.Read{
	width:100%;
	padding:80px 0 120px 0;
	text-align:center;
}
.Read h2{
	color:#333333;
	font-size:28px;
	letter-spacing:2px;
	font-weight:500;
	margin-bottom:35px;
}
.Read p{
	color:#333333;
	font-size:18px;
	line-height:175%;
	letter-spacing:1px;
}
@media screen and (max-width: 600px) {
	.Read{
		padding:42px 0 64px 0;
	}
	.Read h2{
		font-size:20px;
		letter-spacing:1px;
		margin-bottom:25px;
	}
	.Read p{
		font-size:14px;
	}
}



a.Link{
	display:block;
	width:200px;
	border:solid 2px #103357;
	color:#103357;
	border-radius:1000px;
	background:#FFFFFF;
	padding:12px 30px;
	text-align:center;
	font-size:15px;
	font-weight:500;
	letter-spacing:1px;
	position:relative;
	margin:50px auto;
}
a.Link::after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:1px solid #103357;
	border-right:1px solid #103357;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right:20px;
	top:50%;
}




.FitImg{
	width:auto;
	margin:20px auto;
}
.FitImg img{
	margin:auto;
	width:auto;
	max-width:100%;
}
@media screen and (max-width: 600px) {
	.FitImg{
		width:90%;
		margin:16px auto;
	}
}

.Tit{
	width:100%;
	margin-bottom:35px;
}
.Tit h2{
	color:#103357;
	font-weight:500;
	text-align:center;
	letter-spacing:2px;
	font-size:28px;
	margin-top:25px;
}
.Tit h2 span{
	font-weight:300;
	font-size:16px;
	display:block;
}
.Tit p{
	color:#333333;
	text-align:center;
	letter-spacing:1px;
	font-size:22px;
	font-weight:500;
	margin-top:40px;
}
.Tit.s h2,.Tit.s p{
	color:#FFFFFF;
}
@media screen and (max-width: 600px) {
	.Tit{
		margin-bottom:30px;
	}
	.Tit h2{
		letter-spacing:1px;
		font-size:24px;
	}
	.Tit h2 span{
		font-size:14px;
	}
	.Tit p{
		font-size:15px;
		margin-top:32px;
	}
}




.Cta{
	width:100%;
	background:#ECF2F7;
	padding:50px 0;
	text-align:center;
}
.Cta p.b{
	color:#103357;
	font-size:36px;
	letter-spacing:1px;
	font-weight: bold;
}
.Cta ul{
	margin:30px auto 55px auto;
	max-width:265px;
}
.Cta ul li{
	margin:12px auto;
	font-size:15px;
	color:#103357;
	font-weight:500;
	padding-left:25px;
	background:url(../img/cta_check.png) no-repeat left center;
	background-size:19px;
	text-align: left;
}
.Cta a{
	display: block;
	width:325px;
	border:solid 2px #103357;
	color:#103357;
	padding:12px 0;
	background:#FFFFFF;
	border-radius:1000px;
	margin:20px auto;
	position:relative;
	font-weight:500;
	font-size:22px;
	letter-spacing:2px;
	text-align:center;
}
.Cta a img{
	width:22px;
	margin-right:8px;
	display:inline;
}
.Cta a::after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:2px solid #103357;
	border-right:2px solid #103357;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right:20px;
	top:50%;
}
.Cta a span{
	display:block;
	width:180px;
	padding:2px 0;
	border-radius:1000px;
	background:#103357;
	color:#FFFFFF;
	text-align: center;
	font-weight:500;
	position:absolute;
	top:-16px;
	left:50%;
	transform:translateX(-50%);
	font-size:14px;
}
@media screen and (max-width: 600px) {
	.Cta{
		padding:36px 0;
	}
	.Cta p.b{
		font-size:24px;
	}
	.Cta ul{
		margin:20px auto 40px auto;
	}
	.Cta ul li{
		margin:9px auto;
	}
	.Cta a{
		width:300px;
		padding:8px 0;
		margin:16px auto;
		font-size:20px;
		letter-spacing:1px;
	}
	.Cta a img{
		width:20px;
	}
	.Cta a span{
		width:180px;
		top:-16px;
		font-size:14px;
	}
}



.MainTit{
	width:100%;
	background:#F5F9FC;
	padding:140px 0;
}
.MainTit h1{
	font-size:45px;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	color:#103357;
}
.MainTit h1 span{
	font-size:16px;
	display:block;
	font-weight:300;
}
@media screen and (max-width: 600px) {
	.MainTit{
		padding:80px 0;
	}
	.MainTit h1{
		font-size:34px;
	}
	.MainTit.Page h1{
		font-size:28px;
	}
	.MainTit h1 span{
		font-size:16px;
	}
}



.Cont01{
	width:100%;
	padding-bottom:120px;
}
.Cont01 h3{
	color:#103357;
	font-weight:500;
	text-align:center;
	letter-spacing:3px;
	font-size:28px;
	margin-bottom:35px;
}
.Cont01 h3 b{
	font-size:200%;
	border-bottom:solid 2px #103357;
}
.Cont01 h3 span{
	position:relative;
}
.Cont01 h3 span::after{
	content:"";
	width:8px;
	height:8px;
	border-radius:100px;
	background:#103357;
	display:block;
	position:absolute;
	top:-5px;
	left:50%;
	transform:translateX(-50%);
}

.Cont01 p{
	color:#103357;
	font-weight:500;
	text-align:center;
	letter-spacing:2px;
	font-size:28px;
	margin-top:25px;
}
.Cont01 p span{
	background:-webkit-linear-gradient(top,rgba(236,242,247,0) 0%,rgba(236,242,247,0) 80%,rgba(236,242,247,1) 80%);
	background:linear-gradient(top,rgba(236,242,247,0) 0%,rgba(236,242,247,0) 80%,rgba(236,242,247,1) 80%);
}
@media screen and (max-width: 600px) {
	.Cont01{
		padding-bottom:64px;
	}
	.Cont01 h3{
		letter-spacing:2px;
		font-size:17px;
		margin-bottom:25px;
	}
	.Cont01 h3 span::after{
		width:6px;
		height:6px;
		top:-4px;
	}
	
	.Cont01 p{
		letter-spacing:1px;
		font-size:17px;
	}
}






.Cont02{
	width:100%;
	background:#F5F9FC url(../img/02-allow.png) no-repeat top center;
	padding:90px 0;
}
.Cont02 ul{
	width:92%;
	max-width:860px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.Cont02 ul li{
	width:31%;
}
.Cont02 ul li img{
	width:108px;
	margin:auto;
}
.Cont02 ul li p{
	font-size:20px;
	text-align:center;
	line-height:155%;
	color:#000000;
	letter-spacing:1px;
	font-weight:500;
}
@media screen and (max-width: 600px) {
	.Cont02{
		background:#F5F9FC !important;
		padding:50px 0;
	}
	.Cont02 ul li{
		width:100%;
		margin:20px auto;
	}
	.Cont02 ul li img{
		width:120px;
		margin:auto;
	}
	.Cont02 ul li p{
		font-size:16px;
	}
}




.Cont03{
	width:100%;
	padding:140px 0 120px 0;
}
.Cont03 .Tit{
	margin-bottom:80px;
}
@media screen and (max-width: 600px) {
	.Cont03{
		padding:70px 0 64px 0;
	}
	.Cont03 .Tit{
		margin-bottom:30px;
	}
}





.Cont04{
	width:100%;
	padding:20px 0 100px 0;
}
.Cont04 .Tit{
	margin-bottom:60px;
}
@media screen and (max-width: 600px) {
	.Cont04{
		padding:5px 0 54px 0;
	}
	.Cont04 .Tit{
		margin-bottom:20px;
	}
}




.Cont05{
	width:100%;
	padding:140px 0 140px 0;
}
.Cont05 ul{
	max-width:870px;
	margin:auto;
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.Cont05 ul li{
	width:23%;
	margin:12px 0;
}
@media screen and (max-width: 600px) {
	.Cont05{
		padding:70px 0 64px 0;
	}
	.Cont05 ul{
		width:90%;
		margin:auto;
	}
	.Cont05 ul li{
		width:32%;
	}
}










.Cont06{
	width:100%;
	padding:90px 0 150px 0;
	background:#103357;
}
.Cont06.Low{
	padding:120px 0;
	background:#FFFFFF;
}
.Cont06 .Wrap{
	width:86%;
	max-width:1060px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.Cont06 .Wrap a{
	display:block;
	width:32%;
	margin:0 0.66666666%;
	border-radius:12px;
	overflow:hidden;
	box-shadow:0 3px 4px rgba(0,0,0,0.15);
	background:#FFFFFF;
}
.Cont06 .Wrap a .Tx{
	padding:20px 20px 30px 20px;
}
.Cont06 .Wrap a .Tx span{
	font-size:13px;
	letter-spacing:1px;
	background:#ECF2F7;
	color:#103357;
	padding:3px 6px;
}
.Cont06 .Wrap a .Tx h3{
	font-size:16px;
	color:#333333;
	font-weight:500;
	letter-spacing:1px;
	margin:18px auto;
}
.Cont06 .Wrap a .Tx i{
	display:block;
	font-size:12px;
	color:#595757;
	font-style:normal;
}
@media screen and (max-width: 600px) {
	.Cont06{
		padding:48px 0;
	}
	.Cont06.Low{
		padding:80px 0;
	}
	.Cont06 .Wrap{
		margin:32px auto;
	}
	.Cont06 .Wrap a{
		width:100%;
		margin:20px auto;
	}
	.Cont06 .Wrap a .Tx{
		padding:15px 15px 25px 15px;
	}
	.Cont06 .Wrap a .Tx span{
		font-size:13px;
		padding:2px 4px;
	}
	.Cont06 .Wrap a .Tx h3{
		font-size:16px;
		margin:12px auto;
	}
	.Cont06 .Wrap a .Tx i{
		font-size:12px;
	}
}















.Cont07{
	width:100%;
	padding:90px 0 150px 0;
	background:#ECF2F7;
}
.Cont07 ul{
	width:86%;
	max-width:1060px;
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.Cont07 ul li{
	width:32%;
	margin-bottom:55px;
}
.Cont07 ul li div.Img{
	width:82%;
	margin:auto;
	margin-bottom:20px;
}
.Cont07 ul li div.Tx span{
	font-size:14px;
	color:#103357;
	font-weight:500;
	line-height:125%;
	letter-spacing:1px;
}
.Cont07 ul li div.Tx p.b{
	font-size:16px;
	color:#333333;
	margin:10px auto;
	letter-spacing:1px;
	font-weight:500;
}
.Cont07 ul li div.Tx p.s{
	font-size:14px;
	color:#6A7F94;
	margin-bottom:8px;
	letter-spacing:1px;
	font-weight:200;
}
.Cont07 ul li div.Tx p.i{
	color:#333333;
	font-size:14px;
	letter-spacing:1px;
}
.Cont07 ul li div.Tx table{
	width:100%;
	margin-bottom:14px;
}
.Cont07 ul li div.Tx table td{
	color:#333333;
	font-size:14px;
	padding:2px 0;
	width:75%;
	vertical-align:top;
}
.Cont07 ul li div.Tx table td:nth-child(1){
	width:20%;
}
@media screen and (max-width: 600px) {
	.Cont07{
		padding:70px 0 40px 0;
	}
	.Cont07 ul{
		margin:50px auto 10px auto;
	}
	.Cont07 ul li{
		width:80%;
		margin:auto;
		margin-bottom:35px;
	}
	.Cont07 ul li div.Img{
		width:100%;
		margin:auto;
		margin-bottom:14px;
	}
	.Cont07 ul li div.Tx table td{
		width:65%;
	}
	.Cont07 ul li div.Tx table td:nth-child(1){
		width:16%;
	}
	.Cont07 ul li div.Tx span{
		font-size:14px;
	}
	.Cont07 ul li div.Tx p.b{
		font-size:16px;
	}
	.Cont07 ul li div.Tx p.s{
		font-size:14px;
	}
	.Cont07 ul li div.Tx p.i{
		font-size:14px;
	}
	.Cont07 ul li div.Tx table td{
		font-size:14px;
	}
	
}







.Cont08{
	width:100%;
	padding:110px 0 140px 0;
}
.Cont08 .Company{
	width:90%;
	margin:auto;
}
.Cont08 .Company table{
	width:100%;
	max-width:960px;
	margin:auto;
}
.Cont08 .Company table td{
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	padding:20px 0;
	border-bottom:solid 1px #6A7F94;
	width:78%;
	vertical-align:top;
}
.Cont08 .Company table td:nth-child(1){
	width:22%;
}
.Cont08 .Company ul{
	width:92%;
	max-width:1140px;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top:60px;
}
.Cont08 .Company ul li{
	width:31.5%;
	border:solid 1px #103357;
	position:relative;
}
.Cont08 .Company ul li::after{
	content:"";
	width:78px;
	height:12px;
	background:#103357;
	position:absolute;
	top:-6px;
	left:50%;
	transform:translateX(-50%);
}
.Cont08 .Company ul li div{
	padding:20px;
}
.Cont08 .Company ul li div h3{
	text-align:center;
	font-size:17px;
	letter-spacing:1px;
	font-weight:500;
	color:#103357;
}
.Cont08 .Company ul li div h3 span{
	display:block;
	font-size:12px;
	font-weight:400;
	color:#6A7F94;
}
.Cont08 .Company ul li div p{
	font-size:22px;
	font-weight:500;
	color:#333333;
	line-height:165%;
	text-align:center;
	margin-top:20px;
}
.Cont08 .Company ul li div p i{
	display:none;
}
@media screen and (max-width: 600px) {
	.Cont08{
		padding:64px 0;
	}
	.Cont08 .Company table{
		width:91%;
	}
	.Cont08 .Company table td{
		width:100%;
		display:block;
		font-size:14px;
		padding:0;
		padding-bottom:16px;
	}
	.Cont08 .Company table td:nth-child(1){
		width:100%;
		border-bottom:none;
		padding:0;
		padding-top:18px;
	}
	.Cont08 .Company ul{
		margin:20px auto !important;
	}
	.Cont08 .Company ul li{
		width:98%;
		margin:18px auto;
	}
	.Cont08 .Company ul li::after{
		content:"";
		width:78px;
		height:12px;
		background:#103357;
		position:absolute;
		top:-6px;
		left:50%;
		transform:translateX(-50%);
	}
	.Cont08 .Company ul li div{
		padding:20px;
	}
	.Cont08 .Company ul li div h3{
		font-size:16px;
	}
	.Cont08 .Company ul li div h3 span{
		font-size:12px;
	}
	.Cont08 .Company ul li div p{
		font-size:16px;
		margin-top:10px;
	}
	.Cont08 .Company ul li div p i{
		display: inline;
		font-style:normal;
	}
}







.Cont09{
	width:100%;
	padding:10px 0 140px 0;
}
.Cont09 .FaqWrap{
	width:100%;
	max-width:1080px;
	margin:auto;
	background:#F5F9FC;
	border-radius:10px;
	padding:55px 0;
}
.Cont09 .FaqWrap .Area{
	width:82%;
	max-width:960px;
	margin:auto;
}
.Cont09 .FaqWrap .Area .w{
	border-bottom:solid 1px #EBF2F7;
}
.Cont09 .FaqWrap .Area .w .q{
	padding:20px 0;
	position:relative;
	cursor:pointer;
}
.Cont09 .FaqWrap .Area .w .q h3{
	font-size:16px;
	color:#333333;
	letter-spacing:1px;
	font-weight:500;
}
.Cont09 .FaqWrap .Area .w .q.open h3{
	color:#6A7F94;
}
.Cont09 .FaqWrap .Area .w .q h3::before{
	content:"Q";
	font-size:16px;
	color:#103357 !important;
	font-weight:500;
	margin-right:6px;
}
.Cont09 .FaqWrap .Area .w .q i::after{
	content:"";
	display:block;
	width:16px;
	height:2px;
	background:#103357;
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
}
.Cont09 .FaqWrap .Area .w .q i::before{
	content:"";
	display:block;
	width:16px;
	height:2px;
	background:#103357;
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%) rotate(90deg);
	transition:all 0.5s;
}
.Cont09 .FaqWrap .Area .w .q.open i::before{
	transform:translateY(-50%) rotate(0deg);
}
.Cont09 .FaqWrap .Area .w .a{
	display:none;
	padding:20px 0;
}
.Cont09 .FaqWrap .Area .w .a p{
	font-size:15px;
	letter-spacing:1px;
	color:#333333;
	line-height:165%;
	font-weight:500;
}
@media screen and (max-width: 600px) {
	.Cont09{
		padding:4px 0 64px 0;
	}
	.Cont09 .FaqWrap{
		border-radius:0;
		padding:40px 0;
	}
	.Cont09 .FaqWrap .Area .w .q{
		padding:16px 42px 16px 0;
	}
	.Cont09 .FaqWrap .Area .w .q h3{
		font-size:15px;
	}
	.Cont09 .FaqWrap .Area .w .q h3::before{
		font-size:15px;
	}
	.Cont09 .FaqWrap .Area .w .a{
		padding:16px 0;
	}
	.Cont09 .FaqWrap .Area .w .a p{
		font-size:14px;
	}
}






.Cont10{
	width:100%;
	padding:10px 0 140px 0;
}
.Cont10.Low{
	padding:120px 0;
}
.Cont10 .News{
	width:86%;
	margin:auto;
}
.Cont10 .News table{
	width:100%;
	max-width:960px;
	margin:auto;
}
.Cont10 .News table td{
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	padding:16px 0;
	border-bottom:solid 1px #EBF2F7;
	width:78%;
	color:#333333;
	vertical-align:top;
}
.Cont10 .News table td:nth-child(1){
	width:22%;
}
.Cont10 .News table td a{
	font-size:16px;
	color:#333333;
	text-decoration:underline;
}
@media screen and (max-width: 600px) {
	.Cont10{
		padding:4px 0 64px 0;
	}
	.Cont10.Low{
		padding:80px 0;
	}
	.Cont10 .News table td{
		font-size:15px;
		padding:0 0 16px 0;
		width:100%;
		display:block;
	}
	.Cont10 .News table td:nth-child(1){
		padding:16px 0 0 0;
		width:100%;
		font-weight:200;
		border:none;
	}
	.Cont10 .News table td a{
		font-size:15px;
	}
}









.Pan{
	width:86%;
	max-width:1060px;
	margin:20px auto;
}
.Pan ul{
	text-align: left;
}
.Pan ul li{
	display:inline-block;
	font-size:12px;
	color:#333333;
}
.Pan ul li a{
	font-size:12px;
	color:#333333;
	letter-spacing:1px;
}
.Pan ul li::after{
	content:"・";
	color:#333333;
	font-size:13px;
}
.Pan ul li:last-child::after{
	display:none;
}
@media screen and (max-width: 600px) {
	.Pan{
		margin:15px auto;
	}
	.Pan ul li,
	.Pan ul li a{
		font-size:11px;
	}
	.Pan ul li::after{
		font-size:12px;
	}
}



.pagination{
	margin:100px auto 20px auto;
}
.page-numbers{
	text-align:center;
}
.page-numbers li{
	display:inline-block;
	margin:0 10px ;
}
.page-numbers li a,
.page-numbers li span{
	display:block;
	color:#333333;
	font-size:18px;
	text-align:center;
}
.page-numbers li span.current{
	border-bottom:solid 1px #333333;
}
@media screen and (max-width: 600px) {
	.pagination{
		margin:70px auto 15px auto;
	}
	.page-numbers li{
		margin:0 7px ;
	}
	.page-numbers li a,
	.page-numbers li span{
		font-size:16px;
	}
}

.AllTag{
	width:86%;
	max-width:1060px;
	margin:30px auto;
	text-align:left;
}
.AllTag li{
	display:inline-block;
	margin-right:18px;
}
.AllTag li a{
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	color:#6A7F94;
}
.AllTag li a.now{
	color:#103357;
	border-bottom:solid 2px #103357;
	pointer-events:none;
}
@media screen and (max-width: 600px) {
	.AllTag{
		margin:20px auto;
	}
	.AllTag li{
		margin-right:10px;
		border-bottom:8px;
	}
	.AllTag li a{
		font-size:14px;
	}
}


.Cwrap{
	width:100%;
	padding:20px 0 100px 0;
}
.Cwrap .Area{
	width:88%;
	max-width:900px;
	margin:auto;
}
.Cwrap .Area .Img{
	border-radius:12px;
	overflow:hidden;
	margin:10px auto;
}
.Cwrap .Area .Ctit{
	font-size:36px;
	letter-spacing:1px;
	line-height:155%;
	font-weight:bold;
	margin:14px auto;
}
.Cwrap .Area .Cat a{
	display:inline-block;
	margin:10px auto 0 auto;
	font-size:16px;
	letter-spacing:1px;
	font-weight:500;
	color:#103357;
	padding:8px 15px;
	line-height:1;
	background:#ECF2F7;
	border-radius:1000px;
}
.Cwrap .Area .Day{
	font-size:16px;
	letter-spacing:1px;
	font-weight:300;
	color:#595757;
	margin:15px auto;
}
.Cwrap .Area .Detail{
	margin:10px auto;
}
.Cwrap .Area .Detail h2{
	font-size:32px;
	margin-bottom:20px;
	font-weight:600;
	color:#103357;
}
.Cwrap .Area .Detail h3{
	font-size:24px;
	margin-bottom:15px;
	font-weight:400;
	color:#333333;
}
.Cwrap .Area .Detail p{
	font-size:16px;
	color:#333333;
	line-height:165%;
	margin:12px auto;
}
.Cwrap .Area .Detail hr{
	margin:30px auto;
}
.Cwrap .Area a.Back{
	font-size:16px;
	letter-spacing:1px;
	font-weight:500;
	color:#333333;
	text-align:center;
	padding:14px 0;
	width:280px;
	background:#ECF2F7;
	border-radius:1000px;
	display:block;
	margin:auto;
	margin-top:80px;
}
.Cwrap .Area a.Back img{
	display:inline;
	width:20px;
	vertical-align:bottom;
	margin-right:10px;
}
@media screen and (max-width: 600px) {
	.Cwrap{
		padding:10px 0 60px 0;
	}
	.Cwrap .Area .Ctit{
		font-size:20px;
		margin:12px auto;
	}
	.Cwrap .Area .Cat a{
		font-size:14px;
		padding:6px 12px;
	}
	.Cwrap .Area .Day{
		font-size:14px;
		margin:13px auto;
	}
	.Cwrap .Area a.Back{
		font-size:15px;
		padding:12px 0;
		width:260px;
		margin-top:60px;
	}
	.Cwrap .Area a.Back img{
		width:18px;
		margin-right:8px;
	}
	.Cwrap .Area .Detail h2{
		font-size:22px;
	}
	.Cwrap .Area .Detail h3{
		font-size:18px;
	}
	.Cwrap .Area .Detail p{
		font-size:14px;
		margin:8px auto;
	}
	.Cwrap .Area .Detail hr{
		margin:20px auto;
	}
}






/* Footer
-------------------------------------------------------- */
footer{
	width:100%;
	background:#103357;
	padding:50px 0 40px 0;
}
footer .Area{
	width:90%;
	max-width:1080px;
	margin:auto;
	position:relative;
}
footer .Area .Logo{
	display:block;
	width:180px;
}
footer .Area ul{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20px;
	text-align:right;
}
footer .Area ul li{
	margin-left:20px;
	display:inline-block;
}
footer .Area ul li a{
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
	font-weight:500;
}
@media screen and (max-width: 600px) {
	footer{
		padding:70px 0 60px 0;
	}
	footer .Area .Logo{
		width:180px;
		margin:auto;
	}
	footer .Area ul{
		position: static;
		top:auto;
		transform:none;
		right:auto;
		text-align: center;
	}
	footer .Area ul li{
		margin:16px auto !important;
		display:block;
	}
	footer .Area ul li a{
		font-size:15px;
	}
}


footer .Flink{
	text-align:center;
	margin:20px auto;
}
footer .Flink li{
	display:inline-block;
	margin:0 12px ;
}
footer .Flink li a{
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:1px;
}

footer address{
	display: block;
	font-style:normal;
	font-size:10px;
	color:#6A7F94;
	letter-spacing:1px;
	margin-top:30px;
	text-align:center;
}

.Ptop{
	width:44px ;
	display:block;
	position:fixed;
	bottom:0;
	right:0;
}
@media screen and (max-width: 600px) {
	footer .Flink{
		margin:30px auto;
	}
	footer .Flink li{
		margin:0 6px ;
	}
	footer .Flink li a{
		font-size:12px;
		letter-spacing:0;
	}
	
	footer address{
		font-size:10px;
		margin-top:26px;
	}
	
	.Ptop{
		width:40px ;
	}
}
