@charset "utf-8";

/* #top_nav */
#top_nav{
	padding:30px 0;
	background-color:#f1f5ef;
	letter-spacing:-0.4em;
}
#top_nav p{
	display:inline-block;
	line-height:1;
	letter-spacing:normal;
	margin:1em 0;
	padding:0 1.5em;
	font-weight:500;
	white-space:nowrap;
	position:relative;
}
#top_nav p:after{
	content:'';
	display:block;
	width:1px;
	height:100%;
	background-color:#000;
	position:absolute;
	right:0;
	top:0;
	transform:rotate(45deg);
}
#top_nav p:nth-of-type(4):after,
#top_nav p:nth-of-type(8):after,
#top_nav p:last-of-type:after{
	content:none;
}
#top_nav p a:after{
	content:'▼';
	margin-left:0.2em;
}
#top_nav br.only_tb{
	display:none;
}

@media screen and (max-width:1040px){
	#top_nav br.only_tb{
		display:block;
	}
}

@media screen and (max-width:768px){
	#top_nav br.only_tb{
		display:none;
	}
	#top_nav{
		padding:5% 0;
	}
	#top_nav p{
		display:inline-block;
		line-height:1;
		letter-spacing:normal;
		margin:0.5em 0;
		padding:0 1em;
	}
	#top_nav p a{
		font-size:2.7vw;
	}
	#top_nav p:nth-of-type(3):after,
	#top_nav p:nth-of-type(6):after,
	#top_nav p:nth-of-type(8):after,
	#top_nav p:nth-of-type(10):after{
		content:none;
	}
	#top_nav p:nth-of-type(2):after,
	#top_nav p:nth-of-type(4):after,
	#top_nav p:nth-of-type(9):after{
		content:'';
		display:block;
		width:1px;
		height:100%;
		background-color:#000;
		position:absolute;
		right:0;
		top:0;
		transform:rotate(45deg);
	}
}


/* .cont */
.cont{
	padding:60px 0;
}
.cont h2.tit{
	max-width:1024px;
	width:90%;
	margin:auto;
	border-top:1px solid;
	
}
.cont h2.tit span{
	padding:0 2em;
	display:inline-block;
	transform:translateY(-50%);
	font-size:18px;
	font-weight:500;
}

@media screen and (max-width:768px){
	.cont{
		padding:8% 0;
	}
	.cont h2.tit span{
		padding:0 1em;
		font-size:3.6vw;
	}
}


/* #cont1 */
#cont1{
	padding-bottom:0;
}
#cont1 h2{
}
#cont1 h2.tit span{
	background-color:#fff;
}
#cont1 h2 + p{
	max-width:1000px;
	width:90%;
	margin:0 auto 30px;
	padding:0.8em 0;
	font-weight:500;
	background-color:#f1f5ef;
}
#cont1 h2 + p span{
	margin-left:1.5em;
	font-size:14px;
}
#cont1 ol li{
	width:680px;
	margin:0 auto 70px;
	padding:45px 30px 45px 180px;
	border:1px solid #c9c9c9;
	position:relative;
	text-align: justify;
	text-justify: inter-ideograph;
	position:relative;
}
#cont1 ol li:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 13px 0 13px;
	border-color: #000 transparent transparent transparent;
	position:absolute;
	left:50%;
	top:calc(100% + 35px);
	transform:translate(-50%,-50%);
}
#cont1 ol li:last-child:after{
	content:none;
}
#cont1 ol li h3{
	padding-left:1em;
	text-indent:-1em;
	font-size:20px;
	color:#b11c22;
}
#cont1 ol li > img{
	width:121px;
	position:absolute;
	left:30px;
	top:30px;
}
#cont1 ol li:last-child{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	background-color:#e8b754;
}
#cont1 ol li:last-child div{
	max-width:720px;
	width:100%;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
} 
#cont1 ol li:last-child div > figure{
	max-width:325px;
	margin-top:-20px;
}
#cont1 ol li:last-child div > p{
	margin-left:3em;
	font-size:24px;
	font-weight:900;
	color:#fff;
	text-align:center;
	position:relative;
}
#cont1 ol li:last-child div > p img{
	width:181px;
	position:absolute;
	transform:translate(-50%,-100%);
}

@media screen and (max-width:768px){
	#cont1 h2 + p{
		margin:0 auto 5%;
		padding:0.8em 0;
	}
	#cont1 h2 + p span{
		display:block;
		margin:0;
		font-size:3vw;
	}
	#cont1 ol li{
		width:90%;
		margin:0 auto 8%;
		padding:1em 3% 1em 20%;
	}
	#cont1 ol li:after{
		border-width: 1em 0.7em 0 0.7em;
		top:calc(100% + 1.2em);
	}
	#cont1 ol li h3{
		font-size:3.5vw;
		letter-spacing:-0.03em;
		white-space:nowrap;
	}
	#cont1 ol li > img{
		width:18%;
		position:absolute;
		left:2%;
		top:1em;
	}
	#cont1 ol li:last-child{
		width:100%;
		margin:0;
		padding:0;
		border:none;
		background-color:#e8b754;
	}
	#cont1 ol li:last-child div{
		width:94%;
	} 
	#cont1 ol li:last-child div > figure{
		max-width:325px;
		width:48%;
		margin-top:-3%;
	}
	#cont1 ol li:last-child div > p{
		margin-left:1em;
		font-size:3.6vw;
		font-weight:900;
	}
	#cont1 ol li:last-child div > p img{
		width:60%;
		position:absolute;
		transform:translate(-50%,-100%);
	}
}


/* #cont2 */
#cont2{
	padding:50px 0;
}
#cont2 ul{
	max-width:1024px;
	width:90%;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont2 ul li{
	width:31.5%;
	margin-bottom:25px;
	text-align:left;
}
#cont2 ul li:first-child{
	width:100%;
}
#cont2 ul li figcaption{
	line-height:2.2;
	font-weight:bold;
}
#cont2 dl{
	max-width:1024px;
	width:90%;
	margin:30px auto 0;
}
#cont2 dl dt{
	line-height:2.8;
	margin-bottom:1em;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#000;
}

@media screen and (max-width:1024px){
	#cont2 ul li p br.only_pc{
		display:none !important;
	}
}

@media screen and (max-width:768px){
	#cont2{
		padding:8% 0;
	}
	#cont2 ul li{
		width:48%;
		margin-bottom:5%;
	}
	#cont2 dl{
		margin:5% auto 0;
	}
	#cont2 dl dt{
		font-size:3.5vw;
	}
}


/* #cont3 */
#cont3{
	background-color:#d5e0d0;
}
#cont3 h2.tit span{
	background-color:#d5e0d0;
}
#cont3 h3{
	font-size:22px;
}
#cont3 dl{
	width:760px;
	margin:1em auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size:18px;
	font-weight:500;
	font-feature-settings: "palt";
}
#cont3 dl div{
	margin:0.5% 1%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#cont3 dl div dd.large{
	line-height:1.3;
	font-size:32px;
}
#cont3 dl div dd.large span{
	font-size:22px;
}
#cont3 > figure{
	max-width:1024px;
	width:90%;
	margin:auto;
	padding:50px 0 0;
}
#cont3 > figure img{
	width:966px;
}
#cont3 > figure figcaption{
	margin-top:40px;
}
#cont3 .feature{
	max-width:1024px;
	width:90%;
	margin:30px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont3 .feature li{
	width:24%;
	line-height:2.8;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#231815;
}
#cont3 .feature li:last-child{
	width:100%;
	margin-top:1%;
	font-size:20px;
	font-weight:500;
	color:#000;
	background-color:rgba(255,255,255,0.8);
}
#cont3 .exam{
	width:680px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont3 .exam li{
	width:318px;
}
#cont3 .exam li figure figcaption{
	text-align:left;
}

@media screen and (max-width:768px){
	#cont3 h3{
		font-size:3.8vw;
	}
	#cont3 dl{
		width:94%;
		font-size:2.5vw;
	}
	#cont3 dl div{
		margin:0.5% 1%;
	}
	#cont3 dl div dd.large{
		font-size:3.8vw;
	}
	#cont3 dl div dd.large span{
		font-size:3vw;
	}
	#cont3 > figure{
		padding:8% 0 0;
	}
	#cont3 > figure img{
		width:100%;
	}
	#cont3 > figure figcaption{
		margin-top:5%;
	}
	#cont3 .feature{
		margin:3% auto;
	}
	#cont3 .feature li{
		width:49.5%;
		margin-top:1%;
		line-height:2;
		font-size:3.6vw;
	}
	#cont3 .feature li:last-child{
		font-size:3.8vw;
	}
	#cont3 .exam{
		max-width:680px;
		width:90%;
	}
	#cont3 .exam li{
		max-width:318px;
		width:48%;
	}
}


/* #cont4 */
#cont4{
}
#cont4 h2.tit span{
	background-color:#fff;
}
#cont4 figure{
	max-width:621px;
	width:84%;
	margin:10px auto 50px;
}
#cont4 figure figcaption{
	margin-bottom:50px;
	font-size:26px;
	font-weight:bold;
	font-feature-settings: "palt";
}
#cont4 h3{
	font-size:36px;
	color:#b11c22;
}
#cont4 dl{
	margin:1em auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-size:18px;
	font-weight:500;
	font-feature-settings: "palt";
}
#cont4 dl div{
	margin:0.5% 1%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#cont4 dl div dd{
	line-height:1.3;
	font-size:32px;
	color:#b11c22;
}
#cont4 dl div dd span{
	font-size:22px;
	color:#000;
}


@media screen and (max-width:768px){
	#cont4 figure{
		margin:3% auto 5%;
	}
	#cont4 figure figcaption{
		margin-bottom:8%;
		font-size:4vw;
	}
	#cont4 h3{
		font-size:4.2vw;
	}
	#cont4 dl{
		width:94%;
		font-size:2.5vw;
	}
	#cont4 dl div{
		margin:0.5% 1%;
	}
	#cont4 dl div dd{
		font-size:3.8vw;
	}
	#cont4 dl div dd span{
		font-size:3vw;
	}
}


/* #cont5 */
#cont5{
	background:url(../images/planandfreeplan/cont5_bg.jpg);
}
#cont5 h2.tit span{
	background:url(../images/planandfreeplan/cont5_bg.jpg);
}
#cont5 h2.tit + p{
	margin:10px 0 30px;
	font-size:26px;
	font-weight:bold;
}
#cont5 ul li{
	max-width:1024px;
	width:90%;
	margin:0 auto 50px;
	padding:30px;
	background-color:#fff;
	text-align:left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont5 ul li:last-child{
	margin-bottom:0;
}
#cont5 ul li figure{
	max-width:500px;
	width:52%;
}
#cont5 ul li h3{
	line-height:1.3;
	margin-left:2em;
	font-size:18px;
	font-weight:bold;
}
#cont5 ul li h3 span{
	display:block;
	font-size:22px;
}
#cont5 ul li h3 img{ 
	margin:0.5em 0;
	display:block;
	width:125px;
}
#cont5 ul li dl{ 
	width:100%;
	margin-top:30px;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
		-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size:18px;
	font-weight:bold;
}
#cont5 ul li dl dt{
	width:100%;
	margin-bottom:-0.2em;
	border-top:1px solid;
}
#cont5 ul li dl dt span{
	padding:0 2em;
	display:inline-block;
	background-color:#fff;
	transform:translateY(-50%);
}
#cont5 ul li dl dd{
	line-height:3;
	width:24.5%;
	color:#fff;
	background-color:#3d9fc1;
}

@media screen and (max-width:1024px){
	#cont5 ul li dl dd{
		font-size:1.8vw;
		white-space:nowrap;
	}
}

@media screen and (max-width:768px){
	#cont5 h2.tit + p{
		margin:3% 0 5%;
		font-size:4vw;
	}
	#cont5 ul li{
		margin:0 auto 8%;
		padding:0;
		display:block;
		background-color:transparent;
	}
	#cont5 ul li figure{
		max-width:100%;
		width:100%;
	}
	#cont5 ul li h3{
		margin:0.5em 0 0;
		font-size:3.2vw;
	}
	#cont5 ul li h3 span{
		font-size:3.4vw;
	}
	#cont5 ul li h3 img{
		width:20%;
		margin:0.5em 0;
	}
	#cont5 ul li dl{ 
		margin-top:2em;
		font-size:3.4vw;
	}
	#cont5 ul li dl dt{
		width:100%;
		margin-bottom:-0.2em;
		border-top:1px solid;
	}
	#cont5 ul li dl dt span{
		padding:0 0.5em;
		background:url(../images/planandfreeplan/cont5_bg.jpg);
		font-size:3.4vw;
	}
	#cont5 ul li dl dd{
		width:49%;
		margin-top:1%;
		font-size:3vw;
	}
}

/* #cont6 */
#cont6{
}
#cont6 h2{
	line-height:2.4;
	max-width:1024px;
	width:90%;
	margin:0 auto 30px;
	font-size:20px;
	color:#fff;
	background-color:#ec9999;
}
#cont6 > figure{
	max-width:685px;
	width:90%;
	margin:auto;
}
#cont6 > figure figcaption{
	margin-bottom:1em;
	line-height:1.4;
	font-size:26px;
	font-weight:bold;
	color:#ec9999;
}
#cont6 > section{
	max-width:1024px;
	width:90%;
	margin: 50px auto 0;
	padding:30px;
	background-color:#f1f5ef;
}
#cont6 > section h3{
	line-height:2.4;
	font-size:22px;
	color:#739962;
	background-color:#fff;
}
#cont6 > section ul li{
	margin-top:25px;
	display: -webkit-flex;
	display: flex;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont6 > section ul li figure{
	max-width:166px;
}
#cont6 > section ul li section{
	padding-left:0.5em;
}
#cont6 > section ul li section h4{
	margin-bottom:0.15em;
	font-size:18px;
	color:#739962;
}
#cont6 > section ul li section p span{
	display:block;
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width:768px){
	#cont6 h2{
		margin:0 auto 3%;
		font-size:3.6vw;
	}
	#cont6 > figure figcaption{
		font-size:4vw;
	}
	#cont6 > section{
		margin: 8% auto 0;
		padding:3% 0 0;
		background-color:#fff;
	}
	#cont6 > section h3{
		margin-bottom:-0.5em;
		font-size:3.6vw;
		text-align:left;
		color:#000;
		border-top:1px solid #000;
	}
	#cont6 > section h3 span{
		display:inline-block;
		padding-right:1em;
		background-color:#fff;
		transform:translateY(-50%);
	}
	#cont6 > section ul li{
		margin-top:5%;
	}
	#cont6 > section ul li:first-child{
		margin-top:0;
	}
	#cont6 > section ul li figure{
		max-width:100%;
		width:35%;
	}
	#cont6 > section ul li section{
		width:65%;
	}
	#cont6 > section ul li section h4{
		font-size:3.6vw;
	}
	#cont6 > section ul li section p span{
		font-size:3.2vw;
	}
}


/* #cont7 */
#cont7{
	background-color:#ca9f52;
}
#cont7 h2{
	font-size:26px;
	font-weight:500;
	color:#fff;
}
#cont7 > figure{
	max-width:1000px;
	width:90%;
	margin:40px auto;
}
#cont7 section{
	max-width:1000px;
	width:90%;
	margin:auto;
	padding:30px 50px 50px;
	background-color:#f8e9cc;
}
#cont7 section h3{
	display:inline-block;
	font-size:18px;
	border-bottom:2px solid;
}
#cont7 section dl dt{
	margin-top:30px;
	line-height:2.8;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#231815;
	position:relative;
	cursor:pointer;
}
#cont7 section dl dt:after{
	content:'';
	display:block;
	width:0.8em;
	height:0.8em;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	right:1em;
	top:50%;
	transform:scaleY(0.9) translateY(-75%) rotate(45deg) ;
}
#cont7 section dl dt.open:after{
	transform:scaleY(0.9) translateY(-25%) rotate(-135deg) ;
}
#cont7 section dl dd{
	padding-bottom:20px;
		display:none;
}
#cont7 section dl dd ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont7 section dl dd ul li{
	width:49%;
	margin-top:20px;
	text-align:left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#cont7 section dl dd ul li figure{
	max-width:130px;
}
#cont7 section dl dd ul li p{
	margin-left:1em;
	font-size:22px;
	font-weight:bold;
}
#cont7 section dl dd ul li p span{
	line-height:1.4;
	display:block;
	font-size:18px;
	font-weight:normal;
}
#cont7 section dl dd > p{
	margin-top:20px;
	line-height:2.4;
	font-size:22px;
	font-weight:bold;
	background-color:#fff;
}
#cont7 section > p{
	margin-top:30px;
	line-height:1.3;
	font-size:45px;
	font-weight:bold;
}
#cont7 section > p span{
	display:block;
	font-size:62px;
	color:#b11c22;
}
@media screen and (max-width:1024px){
	#cont7 section{
		padding:3%;
	}
	#cont7 section dl dd ul li p{
		font-size:2.4vw;
	}
	#cont7 section dl dd ul li p span{
		font-size:2vw;
	}
}
@media screen and (max-width:768px){
	#cont7 h2{
		font-size:4.5vw;
	}
	#cont7 > figure{
		margin:5% auto;
	}
	#cont7 section{
		padding:3% 3% 5%;
	}
	#cont7 section h3{
		font-size:3.6vw;
	}
	#cont7 section dl dt{
		line-height:2.2;
		margin-top:5%;
		font-size:3.6vw;
	}
	#cont7 section dl dd{
		padding-bottom:3%;
	}
	#cont7 section dl dd ul{
		display: block;
	}
	#cont7 section dl dd ul li{
		width:auto;
		margin-top:5%;
	}
	#cont7 section dl dd ul li figure{
		max-width:130px;
		width:20%;
	}
	#cont7 section dl dd ul li p{
		margin-left:0.5em;
		font-size:3.8vw;
	}
	#cont7 section dl dd ul li p span{
		font-size:3.4vw;
	}
	#cont7 section dl dd ul li p span br{
		display:none;
	}
	#cont7 section dl dd > p{
		line-height:2;
		margin-top:5%;
		font-size:4vw;
	}
	#cont7 section > p{
		margin-top:5%;
		font-size:5vw;
	}
	#cont7 section > p span{
		font-size:7vw;
	}
}


/* #cont8 */
#cont8{
	background-color:#e7eaef;
}
#cont8 > div{
	max-width:1000px;
	width:90%;
	margin:auto;
	padding-top:30px;
	border-top:1px solid #0068b7;
	text-align: justify;
	text-justify: inter-ideograph;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont8 > div div{
	max-width:582px;
	width:58.2%;
	margin-right:2em;
}
#cont8 > div div h2 + p{
	padding:1em 0;
	max-width:430px;
	font-size:22px;
	font-weight:bold;
	color:#0068b7;
	border-bottom:1px solid #0068b7;
}
#cont8 > div div > dl dt{
	margin:1.2em 0 0.3em;
	padding-left:1em;
	text-indent:-1em;
	font-size:18px;
	font-weight:bold;
	color:#0068b7;
}
#cont8 > div div > dl dd span{
	display:block;
	font-weight:bold;
	color:#0068b7;
}
#cont8 > div figure{
	max-width:288px;
	width:28.8%;
}

#cont8 section{
	width:100%;
	margin-top:30px;
	background-color:rgba(255,255,255,0.5);
}
#cont8 section h3{
	line-height:2.4;
	margin-bottom:0;
	padding-left:30px;
	font-size:20px;
	color:#fff;
	background-color:#0068b6;
}
#cont8 section dl{
	padding:0 30px 30px;
}
#cont8 section dl dt{
	margin:1em 0 0.5em;
	font-size:18px;
	font-weight:bold;
	color:#0068b6;
}

@media screen and (max-width:1024px){
	#cont8 > div div > dl dd br.only_pc{
		display:none !important;
	}
}

@media screen and (max-width:768px){
	#cont8 > div{
		padding-top:5%;
	}
	#cont8 > div div{
		width:62%;
		margin-right:-4%;
	}
	#cont8 > div div h2 + p{
		padding:0.5em 0;
		max-width:100%;
		font-size:3.6vw;
		white-space:nowrap;
	}
	#cont8 > div div > dl{
		padding-right:10%;
	}
	#cont8 > div div > dl dt{
		line-height:1.3;
		margin-top:0.5em;
		font-size:3.6vw;
	}
	#cont8 > div figure{
		max-width:288px;
		width:42%;
	}

	#cont8 section{
		margin-top:5%;
	}
	#cont8 section h3{
		padding:0;
		font-size:3.8vw;
		text-align:center;
	}
	#cont8 section dl{
		padding:0 5% 5%;
	}
	#cont8 section dl dt{
		margin:1em 0 0.3em;
		font-size:3.6vw;
	}
}


/* #cont9 */
#cont9{
	padding-bottom:30px;
	background:url(../images/planandfreeplan/cont9_bg.jpg)no-repeat center top;
	background-size:100% auto;
}
@media screen and (max-width:1280px){
	#cont9{
		background-size:1280px auto;
	}
}
#cont9 h2{
	max-width:461px;
	width:60%;
	margin:auto;
}
#cont9 h2 + p{
	margin:1em 0;
	font-size:22px;
	font-weight:bold;
	color:#0068b7;
}
#cont9 > figure{
	max-width:650px;
	width:90%;
	margin:auto;
}
#cont9 > figure img{
	max-width:550px;
	width:90%;
}
#cont9 > figure figcaption{
	margin:2em 0 0;
	font-size:18px;
	font-weight:bold;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:0.03em;
}
#cont9 dl{
	max-width:650px;
	width:90%;
	margin:1em auto 0;
}
#cont9 dl dt{
	line-height:2.4;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	background-color:#0068b7;
}
#cont9 dl dd{
	padding:1.5em 0 2em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#cont9 dl dd figure{
	width:27.5%;
}
#cont9 dl dd p{
	width:70%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont9 dl dd p span{
	display:block;
	font-size:26px;
	font-weight:bold;
	color:#0068b7;
}

@media screen and (max-width:768px){
	#cont9{
		padding-bottom:3%;
		background:url(../images/planandfreeplan/cont9_bg.jpg)no-repeat center top;
		background-size:200% auto;
	}
	#cont9 h2 + p{
		font-size:4vw;
	}
	#cont9 > figure figcaption{
		margin:1em 0 0;
		font-size:3.6vw;
	}
	#cont9 dl{
		max-width:650px;
		width:90%;
		margin:1em auto 0;
	}
	#cont9 dl dt{
		line-height:2;
		font-size:4vw;
	}
	#cont9 dl dd{
		padding:1.5em 0 2em;
	}
	#cont9 dl dd figure{
		width:27.5%;
	}
	#cont9 dl dd p{
		width:70%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont9 dl dd p span{
		display:block;
		font-size:3.8vw;
		white-space:nowrap;
	}
}


/* #cont10 */
#cont10{
	background-color:#fffeea;
}
#cont10 ul{
	max-width:1000px;
	width:90%;
	margin:auto;
}
#cont10 ul li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont10 ul li:nth-child(n+2){
	margin-top:50px;
}
#cont10 ul li figure{
	width:50%;
}
#cont10 ul li section{
	width:48%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont10 ul li section h2{
	margin-bottom:0.5em;
	font-size:20px;
}

@media screen and (max-width:768px){
	#cont10 ul li{
		display: block;
	}
	#cont10 ul li:nth-child(n+2){
		margin-top:8%;
	}
	#cont10 ul li figure{
		width:100%;
	}
	#cont10 ul li section{
		width:100%;
		margin-top:1em;
	}
	#cont10 ul li section h2{
		font-size:3.8vw;
	}
}

