@charset "utf-8";
html {
	-webkit-text-size-adjust: 100%;
}


img{
	max-width:100%;
}

.only_smart,
.only_smart_i,
.only_smart_f{
	display:none !important;
}
@media screen and (max-width:768px){
	.only_pc{
		display:none !important;
	}
	.only_smart{
		display:block !important;
	}
	.only_smart_i{
		display:inline-block !important;
	}
	.only_smart_f{
		display: -webkit-flex !important;
		display: flex !important;
	}
}


header{
	width:100%;
	position:fixed;
	top:0;
	z-index:100;
	background-color:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
header > div{
	max-width:1200px;
	width:98%;
	height:60px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
header > div > a{
	display:inline-block;
	width:160px;
	position:relative;
	z-index:101;
}
header > div nav{
	display: -webkit-flex;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header > div nav > ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header > div nav > ul > li{
	line-height:1;
	padding:0 1em;
}
header > div nav > ul > li:nth-child(-n+4){
	border-right:1px solid;
}
header > div nav > ul > li:last-child{
	padding:0;
}
header > div nav > ul > li a{
	font-size:16px;
}

header > div nav > ul > li ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
header > div nav > ul > li ul li{
	line-height:1.4;
	padding:0 1em 0 0;
}
header > div nav > ul > li ul li#monitor{
	padding:0;
}
header > div nav > ul > li ul li#facebook a{
	width:24px;
}
header > div nav > ul > li ul li#monitor a {
  display: block;
  width: clamp(120px, 15vw, 190px);
  position: relative;
  text-align: center;
}
header > div nav > ul > li ul li#monitor a::before,
header > div nav > ul > li ul li#monitor a::after {
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  top: 0;
}
header > div nav > ul > li ul li#monitor a::before {
  left: 0;
  width: 12px;
  background: url("../../images/common/monitor.svg") no-repeat center center/cover;
}
header > div nav > ul > li ul li#monitor a::after {
  right: 0;
  width: 20px;
  background: url("../../images/common/monitor2.svg") no-repeat center center/cover;
}

@media screen and (max-width:1024px){
	header > div > a{
		display:inline-block;
		width:140px;
	}
	header > div nav > ul > li{
		padding:0 0.7em;
	}
	header > div nav > ul > li a{
		font-size:14px;
	}
	header > div nav > ul > li ul{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	header > div nav > ul > li ul li{
		line-height:1.4;
		padding:0 1em 0 0;
	}
	header > div nav > ul > li ul li#monitor{
		padding:0;
	}
	header > div nav > ul > li ul li#facebook a{
		width:18px;
	}
	header > div nav > ul > li ul li#monitor a {
		display: block;
		width: clamp(120px, 15vw, 190px);
		position: relative;
		text-align: center;
	}
	header > div nav > ul > li ul li#monitor a::before,
	header > div nav > ul > li ul li#monitor a::after {
		content: "";
		display: block;
		height: 18px;
		position: absolute;
		top: 0;
	}
	header > div nav > ul > li ul li#monitor a::before {
		left: 0;
		width: 10px;
		background: url("../../images/common/monitor.svg") no-repeat center center/cover;
	}
	header > div nav > ul > li ul li#monitor a::after {
		right: 0;
		width: 16px;
		background: url("../../images/common/monitor2.svg") no-repeat center center/cover;
	}
}

@media screen and (max-width:768px){
	header > div{
		width:94%;
	}
	header > div > a{
		display:inline-block;
		width:160px;
	}
	header > div nav{
		width:100%;
		height:100vh;
		padding-top:80px;
		display: block;
		background-color:#fff;
		position:fixed;
		top:0;
		left:-100%;
		z-index:100;
		display:none;
		transition : left 0.4s;
		-webkit-transition : left 0.4s;
	}
	header > div nav.open{
		left:0;
	}
	header > div nav > ul{
		display: block;
		width:90%;
		margin:auto;
	}
	header > div nav > ul > li{
		line-height:60px;
		padding:0;
		border-bottom:1px dotted;
	}
	header > div nav > ul > li:nth-child(-n+4){
		border-right:none;
	}
	header > div nav > ul > li:last-child{
		padding:0;
		border-bottom:none;
	}
	header > div nav > ul > li a{
		font-size:16px;
	}

	header > div nav > ul > li ul{
		height:60px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
	}
	header > div nav > ul > li ul li#monitor{
		padding:0;
	}
	header > div nav > ul > li ul li#facebook a{
		width:24px;
	}
	header > div nav > ul > li ul li#monitor a {
		display: block;
		width: clamp(120px, 15vw, 190px);
		position: relative;
		text-align: center;
	}
	header > div nav > ul > li ul li#monitor a::before,
	header > div nav > ul > li ul li#monitor a::after {
		content: "";
		display: block;
		height: 22px;
		position: absolute;
		top: 0;
	}
	header > div nav > ul > li ul li#monitor a::before {
		left: 0;
		width: 12px;
		background: url("../../images/common/monitor.svg") no-repeat center center/cover;
	}
	header > div nav > ul > li ul li#monitor a::after {
		right: 0;
		width: 20px;
		background: url("../../images/common/monitor2.svg") no-repeat center center/cover;
	}
}
/* header .btn */
header .btn{
	display:block;
	max-width:300px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url(../../images/lp/btn_bg.png)no-repeat center center;
	background-size:102% 102%;
	border-radius:20px;
	box-shadow:4px 4px 10px rgba(65,65,65,0.7);
	position:relative;
	height: 50px;
	padding-top: 12px;
	padding-left: 30px;
}
header .btn:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	position:absolute;
	right:1.5em;
	top:50%;
	transform:translateY(-50%);
}
header .btn .spblock{
	display: none;
	height: 0px;
}
@media screen and (max-width:768px){
	header .btn{
		max-width: 150px;
		border-radius:0.8em;
		box-shadow:2px 2px 8px rgba(65,65,65,0.7);
		padding-left: 0px;
		padding-top: 3px;
		text-align:center;
		font-size: 15px;
	}
	header .btn:after{
		display: none;
	}
	/*header .btn:after{
		right:1em;
		border-width: 0.3em 0 0.3em 0.5em;
	}*/
	header .btn .sphide{
	display: none;
	}
	header .btn .spblock{
	display: block;
	}
}

/* #btnmenu */
#btnmenu{
	width:50px;
	height:50px;
	margin:0;
	padding:0;
	position:relative;
	z-index:105;
	cursor:pointer;
}
#btnmenu.top{
	background-color:transparent;
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	border-radius:2px;
	margin: -1px 0 0 -12px;
	background: #000;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 2px;
	background: #000;
	border-radius:2px;
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	margin-top: -10px;
}

#btnmenu span:after{
	width: 14px;
	margin-top: 8px;
}
#btnmenu.close{
	width:50px;
	height:50px;
	box-shadow:none;
	border-radius:0;
	background-color:transparent;
}
#btnmenu.close span{
	background-color:transparent;
}

#btnmenu.close span:before,
#btnmenu.close span:after{
	margin-top: 0;
	background-color:#000;
}

#btnmenu.close span:before{
	width: 24px;
	height: 2px;
	margin: -2px 0 0 0;
	border-radius:2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#btnmenu.close span:after{
	width: 24px;
	height: 2px;
	margin: -2px 0 0 0;
	border-radius:2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


main {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	color:#333;
}
@media screen and (max-width:768px){
	main {
		padding-top:60px;
		font-size:3.4vw;
		box-shadow:0 0 3px rgba(0,0,0,0.3);
	}
}


/* main .btn */
main .btn{
	display:block;
	max-width:600px;
	width:84%;
	margin:auto;
	line-height:110px;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	background:url(../../images/lp/btn_bg.png)no-repeat center center;
	background-size:102% 102%;
	border-radius:20px;
	box-shadow:4px 4px 10px rgba(65,65,65,0.7);
	position:relative;
}
main .btn:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	position:absolute;
	right:1.5em;
	top:50%;
	transform:translateY(-50%);
}
@media screen and (max-width:768px){
	main .btn{
		line-height:4;
		font-size:4.2vw;
		border-radius:0.8em;
		box-shadow:2px 2px 8px rgba(65,65,65,0.7);
	}
	main .btn:after{
		right:1em;
		border-width: 0.3em 0 0.3em 0.5em;
	}
}


/* #cont0 */
#cont0{
	padding:0 0 80px;
	background:url(../../images/lp/cont0_bg.jpg) center center;
}
#cont0 h1{
	margin:0;
	margin-top: 60px;
	padding:3% 0 1%;
	background:url(../../images/lp/h1_bg.jpg)no-repeat center center;
	background-size:cover;
}
#cont0 ul{
	max-width:1200px;
	width:98%;
	margin:80px auto 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont0 ul li{
	max-width:370px;
	width:31%;
	padding:30px 0;
	background-color:#fff;
	border:4px solid #0091c8;
}
#cont0 ul li div{
	height:6.5em;
	margin-top:1em;
	font-size:28px;
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#cont0 ul li p span{
	display:block;
	color:#0091c8;
}
#cont0 ul li p span.line{
	line-height:1.2;
	display:inline;
	font-size:34px;
	background:linear-gradient(transparent 60%, #fdf536 60%);
}
@media screen and (max-width:1200px){
	#cont0 ul li img{
		width:32%;
	}
	#cont0 ul li div{
		font-size:2.3vw;
	}
	#cont0 ul li p span.line{
		font-size:2.8vw;
	}
}
@media screen and (max-width:768px){
	#cont0{
		padding-bottom:8%;
		background-size:100px auto;
	}
	#cont0 h1{
		margin-top:0px;
	}
	#cont0 ul{
		max-width:480px;
		width:70%;
		margin:8% auto;
		display:block;
	}
	#cont0 ul li{
		max-width:100%;
		width:100%;
		margin:3% 0;
		padding:5% 0;
		border:2px solid #0091c8;
	}
	#cont0 ul li img{
		max-width:90px;
		width:25%;
	}
	#cont0 ul li div{
		height:auto;
		font-size:4.5vw;
	}
	#cont0 ul li p span.line{
		line-height:1.4;
		font-size:5.2vw;
	}
}


/* .cont */
.cont{
	padding:0 0 100px;
}
.cont h2{
	line-height:3;
	font-size:34px;
	color:#fff;
	background-color:#001e78;
	position:relative;
}
.cont h2:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 45px 0 45px;
	border-color: #001e78 transparent transparent transparent;
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
}
@media screen and (max-width:768px){
	.cont{
		padding:0 0 10%;
	}
	.cont h2{
		font-size:5vw;
		color:#fff;
	}
	.cont h2:after{
		border-width: 1em 1em 0 1em;
	}
}


/* #cont1 */
#cont1{
	background-color:#eff8f9;
}
#cont1 h2 + p{
	margin-top:120px;
}
#cont1 > ul{
	max-width:1200px;
	width:98%;
	margin:70px auto 90px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont1 > ul > li{
	max-width:370px;
	width:31%;
	background-color:#fff;
}
#cont1 > ul > li figure figcaption{
	line-height:3;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	background-color:#0091c8;
}
#cont1 > ul > li p{
	padding:1.5em 1.5em;
	font-size:18px;
	font-weight:normal;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont1 > ul > li ul{
	padding:1.5em 1.5em;
}
#cont1 > ul > li ul li{
	padding-left:1em;
	font-size:18px;
	font-weight:normal;
	text-indent:-1em;
	text-align:left;
}

#cont1 section{
	max-width:1000px;
	width:94%;
	margin:50px auto 0;
	padding:60px 30px;
	background-color:#fff;
	box-shadow:3px 3px 5px rgba(117,117,117,0.5);
}
#cont1 section h3{
	line-height:2.2;
	font-size:26px;
	color:#fff;
}
#cont1 section h3 + p{
	margin:40px 0 25px;
	padding:0 80px;
	display:inline-block;
	position:relative;
}
#cont1 section h3 + p img{
	position:absolute;
	right:0;
	bottom:0;
}
#cont1 section#cont1_1 h3{
	background-color:#0091c8;
}
#cont1 section#cont1_1 ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont1 section#cont1_1 ul li{
	max-width:300px;
	width:32%;
	margin-top:20px;
	padding:50px 0 30px;
	border:2px solid #a0a0a0;
	position:relative;
}
#cont1 section#cont1_1 ul li span{
	display:block;
	width:2.4em;
	height:2.4em;
	padding:0.2em 0 0 0.3em;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	line-height:1;
	font-family: helvetica, arial, sans-serif;
	font-size:24px;
	color:#fff;
}
#cont1 section#cont1_1 ul li span:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.4em 2.4em 0 0;
	border-color: #0091c8 transparent transparent transparent;
	position:absolute;
	top:-2px;
	left:-2px;
	z-index:-1;
}
#cont1 section#cont1_1 ul li p{
	height:3em;
	margin-top:2em;
	font-size:18px;
	font-weight:normal;
}
#cont1 section#cont1_2{
	margin-bottom:100px;
}
#cont1 section#cont1_2 h3{
	background-color:#03af59;
}
#cont1 section#cont1_2 div{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#cont1 section#cont1_2 div ul li{
	margin:1em 0;
	padding-left:1.5em;
	font-size:18px;
	text-align:left;
	background:url(../../images/lp/cont1_check.jpg)no-repeat left 0.3em;
}
#cont1 section#cont1_2 div figure{
	margin-left:20px;
}


@media screen and (max-width:1200px){
	#cont1 h2 + p{
		padding:0 1%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont1 h2 + p br{
		display:none;
	}
	#cont1 > ul > li figure figcaption{
		font-size:2.6vw;
	}
	#cont1 > ul > li p{
		padding:0.8em;
		font-size:18px;
	}
	#cont1 > ul > li ul{
		padding:0.8em;
	}

	#cont1 section#cont1_1 ul li p{
		font-size:1.9vw;
	}
}

@media screen and (max-width:768px){
	#cont1 h2 + p{
		margin-top:9%;
		padding:0 5%;
	}
	#cont1 > ul{
		max-width:350px;
		width:80%;
		margin:5% auto 6%;
		display: block;
	}
	#cont1 > ul > li{
		max-width:100%;
		width:100%;
		margin:5% 0;
	}
	#cont1 > ul > li figure figcaption{
		font-size:4.5vw;
	}
	#cont1 > ul > li p{
		font-size:3.2vw;
	}
	#cont1 > ul > li ul li{
		font-size:3.2vw;
	}

	#cont1 section{
		width:90%;
		margin:5% auto 0;
		padding:5% 3%;
		box-shadow:2px 2px 4px rgba(117,117,117,0.5);
	}
	#cont1 section h3{
		font-size:4.2vw;
	}
	#cont1 section h3 + p{
		display:block;
		margin:3% 0 0;
		padding:0;
	}
	#cont1 section h3 + p img{
		width:15%;
	}
	#cont1 section#cont1_1 h3{
		background-color:#0091c8;
	}
	#cont1 section#cont1_1 ul li{
		max-width:100%;
		width:49%;
		margin-top:3%;
		padding:5% 0 3%;
		border:2px solid #a0a0a0;
	}
	#cont1 section#cont1_1 ul li span{
		font-size:3.8vw;
	}
	#cont1 section#cont1_1 ul li p{
		font-size:3.2vw;
	}
	#cont1 section#cont1_2{
		margin-bottom:10%;
	}
	#cont1 section#cont1_2 div ul li{
		margin:0.5em 0;
		font-size:3.2vw;
		background:url(../../images/lp/cont1_check.jpg)no-repeat left 0.3em;
		background-size:1em auto;
	}
	#cont1 section#cont1_2 div figure{
		width:30%;
		margin-left:3%;
	}
}


/* #cont2 */
#cont2{
}
#cont2 > h3{
	margin-top:90px;
}
#cont2 > h3 > span{
	font-size:26px;
	font-weight:bold;
}
#cont2 > h3 > span span{
	font-size:34px;
}
#cont2 > h3 > span span.blue{
	color:#0091c8;
}
#cont2 > h3 + p{
	max-width:1120px;
	width:98%;
	margin:auto;
	padding:2em 0;
	background:url(../../images/lp/cont2_1.png)no-repeat right center;
}
#cont2 section{
	max-width:1000px;
	width:94%;
	margin:30px auto 80px;
	padding:60px 30px;
	background-color:#fff;
	box-shadow:3px 3px 5px rgba(117,117,117,0.5);
}
#cont2 section h3{
	line-height:2.2;
	font-size:26px;
	color:#fff;
	background-color:#0091c8;
}
#cont2 section ul{
	margin-top:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 section ul li{
	max-width:448px;
	width:48%;
	background-color:#eff8f9;
}
#cont2 section ul li p{
	padding:1em 0 1em 3em;
	text-indent:-2.5em;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
#cont2 section ul li figure figcaption{
	padding-bottom:1em;
	font-family: helvetica, kinto-sans, "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", " ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", "Meiryo", sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#0091c8;
}

@media screen and (max-width:1200px){
	#cont2 > h3 + p{
		max-width:100%;
		width:98%;
		padding:2em 140px 2em 0;
		background:url(../../images/lp/cont2_1.png)no-repeat right center;
		background-size:125px auto;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont2 > h3 + p br.only_pc{
		display:none !important;
	}
	#cont2 section ul li p{
		font-size:2.2vw;
	}
	#cont2 section ul li figure figcaption{
		font-size:2.6vw;
	}
}
@media screen and (max-width:768px){
	#cont2 > h3{
		margin-top:9%;
	}
	#cont2 > h3 > span{
		font-size:4vw;
		display:block;
	}
	#cont2 > h3 > span span{
		font-size:5.5vw;
	}
	#cont2 > h3 + p{
		width:90%;
		padding:1em 0;
		background-image:none;
		overflow:hidden;
	}
	#cont2 > h3 + p img{
		max-width:110px;
		width:25%;
		float:right;
		margin-left:10px;
	}
	#cont2 section{
		width:90%;
		margin:3% auto 8%;
		padding:5% 3%;
		box-shadow:2px 2px 4px rgba(117,117,117,0.5);
	}
	#cont2 section h3{
		font-size:4.2vw;
	}
	#cont2 section ul{
		margin-top:5%;
	}
}

@media screen and (max-width:580px){
	#cont2 section{
		max-width:448px;
	}
	#cont2 section ul{
		display:block;
		margin-top:0;
	}
	#cont2 section ul li{
		max-width:460px;
		width:100%;
		margin-top:5%;
	}
	#cont2 section ul li p{
		font-size:3.4vw;
	}
	#cont2 section ul li figure figcaption{
		font-size:5vw;
	}
}


/* #cont3 */
#cont3{
	background-color:#eff8f9;
}
#cont3 h2 + p{
	margin-top:120px;
}
#cont3 figure{
	margin-top:120px;
	padding:0 1%;
}
@media screen and (max-width:1200px){
	#cont3 h2 + p{
		padding:0 1%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont3 h2 + p br.only_pc{
		display:none !important;
	}
}
@media screen and (max-width:768px){
	#cont3 h2 + p{
		margin-top:9%;
		padding:0 5%;
	}
	#cont3 figure{
		margin-top:9%;
		padding:0 5%;
	}
}


/* #cont4 */
#cont4{
}
#cont4 h2 + p{
	margin:120px 0 90px;
}
#cont4 h2 + p span{
	color:#0091c8;
}
#cont4 > div{
	max-width:1200px;
	width:98%;
	margin:50px auto 0
}
#cont4 > div.blue ol{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#cont4 > div.blue ol li{
	max-width:206px;
	width:17.2%;
	line-height:140px;
	font-size:24px;
	background-color:#fff;
	border:4px solid #0091c8;
	border-radius:10px;
	position:relative;
}
#cont4 > div.blue ol li:nth-child(n+2):before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #0091c8;
	position:absolute;
	right:100%;
	top:50%;
	transform:translate(-50%,-50%);
}
#cont4 > div.blue ol li span{
	display:block;
	width:2em;
	height:2em;
	line-height:2em;
	font-size:24px;
	color:#fff;
	background-color:#0091c8;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,-50%);
}
#cont4 > div.blue ol + p{
	margin-top:-3%;
	padding:2em 0 1em;
	color:#0091c8;
	background-color:#eff8f9;
}
#cont4 > div.blue ol + p span span{
	font-size:26px;
}

#cont4 > div.green{
	background:url(../../images/lp/cont4_1.png)no-repeat right 60px center;
}
#cont4 > div.green ol{
	max-width:734px;
	width:61.1%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#cont4 > div.green ol li{
	max-width:206px;
	width:28%;
	line-height:140px;
	font-size:24px;
	background-color:#fff;
	border:4px solid #03af59;
	border-radius:10px;
	position:relative;
}
#cont4 > div.green ol li:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #03af59;
	position:absolute;
	right:100%;
	top:50%;
	transform:translate(-50%,-50%);
}
#cont4 > div.green ol li span{
	display:block;
	width:2em;
	height:2em;
	line-height:2em;
	font-size:24px;
	color:#fff;
	background-color:#03af59;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,-50%);
}
#cont4 > div.green ol + p{
	max-width:734px;
	width:61.1%;
	margin-top:-3%;
	padding:2em 0 1em;
	color:#03af59;
	background-color:#eff9f4;
}
#cont4 > div.green ol + p span span{
	font-size:26px;
}
#cont4 > div + p{
	max-width:1200px;
	width:98%;
	margin:30px auto 0;
	padding:0 2em;
	text-indent:-1em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size:18px;
	font-weight:normal;
}

@media screen and (max-width:1200px){
	#cont4 h2 + p{
		display:inline-block;
		margin-bottom:40px;
		padding:0 1%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont4 > div.blue ol li{
		line-height:6em;
		font-size:2vw;
		border-radius:0.5em;
	}
	#cont4 > div.blue ol li:nth-child(n+2):before{
		border-width: 0.5em 0 0.5em 0.9em;
	}
	#cont4 > div.blue ol li span{
		font-size:2.1vw;
	}
	#cont4 > div.blue ol + p{
		font-size:2vw;
	}
	#cont4 > div.blue ol + p span span{
		font-size:2.4vw;
	}

	#cont4 > div.green{
		background:url(../../images/lp/cont4_1.png)no-repeat right 6% center;
		background-size:22% auto;
	}
	#cont4 > div.green ol li{
		line-height:6em;
		font-size:2vw;
		border-radius:0.5em;
	}
	#cont4 > div.green ol li:before{
		border-width: 0.5em 0 0.5em 0.9em;
	}
	#cont4 > div.green ol li span{
		font-size:2.1vw;
	}
	#cont4 > div.green ol + p{
		font-size:2vw;
	}
	#cont4 > div.green ol + p span span{
		font-size:2.4vw;
	}
}
@media screen and (max-width:768px){
	#cont4 h2 + p{
		margin:9% 0 6%;
		padding:0 5%;
	}
	#cont4 > div{
		width:90%;
		margin:0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#cont4 > div.blue ol{
		width:87%;
		margin-right:3%;
		display: block;
	}
	#cont4 > div.blue ol li{
		max-width:100%;
		width:100%;
		line-height:4;
		font-size:3.6vw;
		border:3px solid #0091c8;
		border-radius:0.5em;
		position:relative;
	}
	#cont4 > div.blue ol li:nth-child(n+2){
		margin-top:2.5em;
	}
	#cont4 > div.blue ol li:nth-child(n+2):before{
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.8em 0.5em 0 0.5em;
		border-color: #0091c8 transparent transparent transparent;
		right:auto;
		left:50%;
		top:auto;
		bottom:100%;
		transform:translate(-50%,-180%);
	}
	#cont4 > div.blue ol li span{
		font-size:3.6vw;
	}
	#cont4 > div.blue ol + p{
		width:10%;
		margin:0;
		font-size:3.6vw;
		font-family: helvetica, arial, "メイリオ", "Meiryo", sans-serif;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#cont4 > div.blue ol + p span span{
		font-size:4vw;
		writing-mode: vertical-rl;
		text-align:left;
		text-orientation: upright;
	}

	#cont4 > div.green{
		margin-top:3px;
		background-image:none;
	}
	#cont4 > div.green ol{
		width:87%;
		margin-right:3%;
		display: block;
	}
	#cont4 > div.green ol li{
		max-width:100%;
		width:100%;
		line-height:4;
		font-size:3.6vw;
		border:3px solid #03af59;
		border-radius:0.5em;
		position:relative;
	}
	#cont4 > div.green ol li:nth-child(n+1){
		margin-top:2.5em;
	}
	#cont4 > div.green ol li:before{
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.8em 0.5em 0 0.5em;
		border-color: #03af59 transparent transparent transparent;
		right:auto;
		left:50%;
		top:auto;
		bottom:100%;
		transform:translate(-50%,-180%);
	}
	#cont4 > div.green ol li span{
		font-size:3.6vw;
	}
	#cont4 > div.green ol + p{
		width:10%;
		margin:0;
		font-size:3.6vw;
		font-family: helvetica, arial, "メイリオ", "Meiryo", sans-serif;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#cont4 > div.green ol + p span span{
		font-size:4vw;
	}
	
	#cont4 > div + p{
		width:90%;
		margin:5% auto 0;
		padding:0 1em;
		font-size:3.2vw;
	}
}


/* #cont5 */
#cont5{
}
#cont5 h2 + p{
	margin:120px 0 150px;
}
#cont5 table{
	max-width:1200px;
	width:98%;
	margin:0 auto;
}
#cont5 table th,
#cont5 table td{
	max-width:32%;
	min-width:16%;
	border:1px solid #dcdcdc;
}
#cont5 table th{
	padding:0.8em 0.5em;
	font-size:20px;
	background-color:#eee;
	white-space:nowrap;
}
#cont5 table td{
	padding:0.35em 1em;
	font-size:18px;
	font-weight:normal;
	text-align:left;
}
#cont5 table td.center{
	text-align:center;
}
#cont5 h3{
	max-width:1200px;
	width:98%;
	line-height:2.6;
	margin:50px auto 30px;
	padding-left:1em;
	font-size:24px;
	text-align:left;
	color:#fff;
	background-color:#0091c8;
}
#cont5 a.btn{
	margin-top:90px;
}

@media screen and (max-width:1200px){
	#cont5 h2 + p{
		margin:120px 0 100px;
	}
	#cont5 table th{
		font-size:1.9vw;
	}
	#cont5 table td{
		font-size:1.8vw;
	}
}
@media screen and (max-width:768px){
	#cont5 h2 + p{
		margin:9% 0 6%;
		padding:0 5%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont5 table{
		width:90%;
	}
	#cont5 table th{
		padding:0.5em 0.3em;
		font-size:3.2vw;
	}
	#cont5 table td{
		padding:0.3em 0.3em;
		font-size:2.8vw;
		vertical-align:middle;
	}
	#cont5 h3{
		width:90%;
		margin:5% auto 3%;
		font-size:3.8vw;
	}
	#cont5 a.btn{
		margin-top:8%;
	}
}


/* #cont6 */
#cont6{
	background-color:#eff8f9;
}
#cont6 h2 + p{
	margin-top:120px;
}
#cont6 > div{
	max-width:1200px;
	width:98%;
	margin:60px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#cont6 > div section{
	width:47%;
}
#cont6 > div section h3{
	margin-bottom:70px;
	font-size:56px;
	background:linear-gradient(transparent 75%, #fdf536 75%, #fdf536 95%, transparent 95%);
}
#cont6 > div section h4{
	width:94%;
	line-height:2.4;
	margin:auto;
	padding-left:1.5em;
	text-align:left;
	color:#fff;
	background-color:#0091c8;
	border-radius:1.2em;
}
#cont6 > div section dl{
	width:90%;
	margin:auto;
	text-align:left;
}
#cont6 > div section dl dt{
	margin:0.5em 0;
	font-size:22px;
	font-weight:bold;
}
#cont6 > div section dl dd{
	font-size:18px;
	font-weight:normal;
}
#cont6 > div figure{
	width:47%;
}
#cont6 > div figure figcaption{
	margin-top:50px;
}

@media screen and (max-width:1200px){
	#cont6 h2 + p{
		display:inline-block;
		margin-top:120px;
		padding:0 1%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont6 > div section h3{
		margin-bottom:7%;
		font-size:4.5vw;
		white-space:nowrap;
	}
	#cont6 > div section h4{
		font-size:2.2vw;
	}
	#cont6 > div section dl dt{
		font-size:2.4vw;
	}
	#cont6 > div section dl dd{
		font-size:2.1vw;
	}
	#cont6 > div figure figcaption{
		margin-top:8%;
		font-size:2.1vw;
	}
}

@media screen and (max-width:768px){
	#cont6 h2 + p{
		margin-top:9%;
		padding:0 5%;
	}
	#cont6 > div{
		width:90%;
		margin:6% auto 0;
	}
	#cont6 > div section h3{
		margin-bottom:7%;
		font-size:4.2vw;
	}
	#cont6 > div section h4{
		font-size:2.2vw;
		padding:0;
		text-align:center;
	}
	#cont6 > div section dl dt{
		font-size:2.4vw;
		text-align:center;
	}
	#cont6 > div section dl dd{
		font-size:2.1vw;
	}
	#cont6 > div figure figcaption{
		margin-top:8%;
		font-size:2.1vw;
	}
}

@media screen and (max-width:640px){
		#cont6 h2 + p{
			margin-top:9%;
			padding:0 5%;
		}
		#cont6 > div{
			display:block;
			width:74%;
		}
		#cont6 > div section{
			width:auto;
		}
		#cont6 > div section h3{
			margin-bottom:7%;
			font-size:7vw;
		}
		#cont6 > div section h4{
			font-size:3.8vw;
		}
		#cont6 > div section dl{
			width:90%;
			white-space:nowrap;
		}
		#cont6 > div section dl dt{
			font-size:4vw;
		}
		#cont6 > div section dl dd{
			font-size:3.2vw;
		}
		#cont6 > div figure{
			width:100%;
			margin:5% auto 0;
		}
		#cont6 > div figure img{
			width:60%;
		}
		#cont6 > div figure figcaption{
			margin-top:8%;
			font-size:3vw;
		}
}


/* #cont7 */
#cont7{
}
#cont7 dl{
	max-width:1200px;
	width:98%;
	margin:90px auto 90px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#cont7 dl dt{
	padding:2em 0 1.5em 2em;
	font-size:20px;
	letter-spacing:0.05em;
	position:relative;
}
#cont7 dl dt:before{
	content:'Q.';
	font-size:24px;
	color:#0185b9;
	position:absolute;
	left:0;
	transform:translateY(-0.3em);
}
#cont7 dl dd{
	padding:0 0 2.2em 2.2em;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.05em;
	border-bottom:1px solid #dcdcdc;
	position:relative;
}
#cont7 dl dd:before{
	content:'A.';
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
	position:absolute;
	left:0;
	transform:translateY(-0.3em);
}
#cont7 dl + p{
	max-width:1200px;
	width:98%;
	margin:0 auto 100px;
	padding:1em 0;
	font-size:22px;
	font-weight:bold;
	border:4px solid #0185b9;
	border-radius:10px;
	box-shadow:3px 3px 5px rgba(117,117,117,0.5);
	background:url(../../images/lp/cont7_1.png)no-repeat right 80px bottom;
}
#cont7 dl + p span{
	color:#0185b9;
}

@media screen and (max-width:1200px){
	#cont7 dl + p{
		max-width:1000px;
		width:90%;
		margin:0 auto 100px;
		padding:1em 120px 1em 1em;
		text-align: justify;
		text-justify: inter-ideograph;
		background:url(../../images/lp/cont7_1.png)no-repeat right 10px bottom;
	}
	#cont7 dl + p br.only_pc{
		display:none !important;
	}
}

@media screen and (max-width:768px){
	#cont7 dl{
		width:90%;
		margin:9% auto;
	}
	#cont7 dl dt{
		padding:1.5em 0 1em 2em;
		font-size:3.4vw;
	}
	#cont7 dl dt:before{
		content:'Q.';
		font-size:4vw;
	}
	#cont7 dl dd{
		padding:0 0 1.8em 2.2em;
		font-size:3.2vw;
	}
	#cont7 dl dd:before{
		font-size:4vw;
	}
	#cont7 dl + p{
		margin:0 auto 10%;
		padding:1em 15% 1em 1em;
		font-size:3.5vw;
		border:2px solid #0185b9;
		border-radius:0.5em;
		box-shadow:2px 2px 4px rgba(117,117,117,0.5);
		background:url(../../images/lp/cont7_1.png)no-repeat right 2% bottom;
		background-size:15% auto;
	}
}



/* #contact */
#contact{
	background-color:#eff8f9;
}
#contact h1{
	margin:60px 0 50px;
	padding:3% 0;
	color:#fff;
	background:url(../../images/lp/h1_bg.jpg)no-repeat center center;
	background-size:cover;
}

#contact form{
	max-width:1200px;
	width:98%;
	margin:180px auto 0;
	font-size:18px;
}
#contact form > dl{
	text-align:left;
}
#contact form > dl dt{
	padding:0.5em 0 0 50px;
	float:left;
	position:relative;
}
#contact form > dl .list dt{
	padding-top:0;
}
#contact form > dl dt:before{
	content:'任意';
	display:inline-block;
	padding:0 0.5em;
	line-height:2;
	font-size:10px;
	color:#fff;
	background-color:#2d99db;
	position:absolute;
	left:0;
	top:1.5em;
}
#contact form > dl .list dt:before{
	top:0.5em;
}
#contact form > dl dt.hissu:before{
	content:'必須';
	background-color:#e60033;
}
#contact form > dl dd{
	padding:0 0 25px 220px;
}
#contact form > dl .list dd{
	margin-bottom:30px;
	padding:0 0 30px 290px;
}
#contact form > dl .border dd{
	border-bottom:1px solid #dcdcdc;
}
#contact form > dl dd ul li{
	margin:0.5em 0;
	white-space:nowrap;
}

#contact.confirm form{
	margin-top:0;
}

#contact.confirm form dl{
	max-width:640px;
	margin:50px auto;
	text-align:left;
}
#contact.confirm dl dt{
	float:left;
}
#contact.confirm dl dd{
	padding:0 0 1em 12em;
}

#contact form .privacy{
	margin-bottom:30px;
	padding:20px 20px 20px 0;
	font-size:16px;
	text-align:left;
	background-color:#fff;
	border:1px solid #dcdcdc;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#contact form .privacy > dl{
	width:220px;
	padding-left:20px;
}
#contact form .privacy > dl dt{
	margin-bottom:1.5em;
}
#contact form .privacy > dl dt:after{
	content:'必須';
	display:inline-block;
	margin-left:0.5em;
	padding:0 0.5em;
	line-height:2;
	font-size:10px;
	color:#fff;
	background-color:#e60033;
}

#contact form .privacy section{
	max-width:960px;
	width:calc(100% - 220px);
	height:200px;
	padding:20px;
	border:1px solid #dcdcdc;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#contact form .privacy section h3{
	font-size:16px;
}
#contact form .privacy section p,
#contact form .privacy section dl{
	font-size:14px;
	font-weight:normal;
}
#contact form .privacy section dl dd ul{
	margin-top:1.5em;
}
#contact form .privacy section dl dd ul li{
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width:768px){
	#contact{
		padding-bottom:20%;
	}
	#contact h1{
		margin:0 0 12%;
		padding:5% 0;
		font-size:6vw;
	}
	#contact form{
		width:90%;
		margin:18% auto 0;
		font-size:16px;
	}
	#contact form > dl dt{
		padding:0 0 0.3em 2.5em;
		float:none;
		position:relative;
	}
	#contact form > dl dt:before{
		top:0.3em;
	}
	#contact form > dl .list dt:before{
		top:0.3em;
	}
	#contact form > dl dd{
		padding:0 0 15px 0;
	}
	#contact form > dl .list dd{
		margin-bottom:15px;
		padding:0 0 15px 0;
	}
	
	#contact.confirm p{
		font-size:3.6vw;
	}
	#contact.confirm form dl{
		width:100%;
		margin:8% auto 0;
	}
	#contact.confirm dl dt{
		float:none;
	}
	#contact.confirm dl dd{
		padding:0 0 1em;
	}
	
	#contact form .privacy{
		margin-bottom:0px;
		padding:15px;
		display: block;
	}
	#contact form .privacy > dl{
		width:auto;
		padding-left:0;
	}
	#contact form .privacy > dl dt{
		margin-bottom:0.5em;
	}

	#contact form .privacy section{
		max-width:100%;
		width:auto;
		height:180px;
		margin-top:20px;
		padding:3%;
	}
	#contact form .privacy section h3{
		font-size:14px;
	}
	#contact form .privacy section p{
		font-size:13px;
	}
}


/* #thanks */
#thanks{
	padding:0 0 80px;
	background:url(../../images/lp/cont0_bg.jpg) center center;
}
#thanks h1{
	margin:0 0 80px;
	padding:3% 0;
	color:#fff;
	background:url(../../images/lp/h1_bg.jpg)no-repeat center center;
	background-size:cover;
}
@media screen and (max-width:768px){
	#thanks{
		padding:0 0 12%;
		background-size:100px auto;
	}
	#thanks h1{
		margin:0 0 12%;
		padding:5% 0;
		font-size:6vw;
	}
	#thanks p{
		font-size:3.6vw;
	}
}



/* footer */
footer{
	padding-top:80px !important;
}
@media screen and (max-width:768px){
	footer{
		padding-top:8% !important;
	}
}