
#cnt{
	width: auto;
	margin-bottom: 50px;
	padding: 80px 0 50px 0;
	color: #000;
	background: #fff;
}

h3{
	margin: 0 0 40px 0;
}

h3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 45px;
	line-height: 50px;
	color: #00b0f0;
}

h3 em:before,
h3 em:after{
	content: '';
	width: 3px;
	height: 40px;
	background: #00b0f0;
	border-radius: 2px;
	position: absolute;
	top: 12px;
}
h3 em:before{
	left: -15px;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
	    -ms-transform: rotate(-15deg);
	     -o-transform: rotate(-15deg);
	        transform: rotate(-15deg);
}
h3 em:after{
	right: -15px;
	-webkit-transform: rotate(15deg);
	   -moz-transform: rotate(15deg);
	    -ms-transform: rotate(15deg);
	     -o-transform: rotate(15deg);
	        transform: rotate(15deg);
}


/** topimg **/

#topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
	background: rgb(0,176,240);
	background: linear-gradient(90deg, rgba(0,176,240,1) 0%, rgba(0,176,240,1) 50%, rgba(245,245,245,1) 50%, rgba(245,245,245,1) 100%);
}


/** su1 **/

#su1{	padding: 0 0 55px 0;}

.img_list{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
.img_list img{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	border-radius: 50%;
}

.su1_1{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

#su1 ul{
	width: 1020px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px auto;
}

#su1 li{
	display: inline-block;
	vertical-align: top;
	width: 500px;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	background: #666;
	margin: 0 5px 10px 5px;
	padding: 10px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.su1_2{
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 30px 0;
}
.su1_2 span{
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

.su1_3{
	margin: 0 0 20px 0;
}

.su1_3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
}

.su1_3 em:before,
.su1_3 em:after{
	content: '';
	width: 3px;
	height: 40px;
	background: #000;
	border-radius: 2px;
	position: absolute;
	top: 8px;
}
.su1_3 em:before{
	left: -18px;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.su1_3 em:after{
	right: -18px;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}

.su1_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: #00b0f0;
	border-radius: 30px;
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.2);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.su1_bt:hover{
	text-decoration: none;
	color: #fff;
	box-shadow: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** su2 **/

#su2{
	background: #e0f8ff;
	padding: 50px 0;
}

#su2 h3 span{
	display: inline-block;
	color: #ff0000;
	box-shadow: 0px -14px 0px 0px #ffff33 inset;
}
#su2 h3 em:before,
#su2 h3 em:after{	display: none;}

#su2 p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
#su2 p:last-child{	margin-bottom: 0;}

#su2 ul{
	width: 770px;
	margin: 0 auto 30px auto;
}

#su2 li{
	display: block;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	color: #ffffb2;
	background: #00b0f0;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 25px;
}

#su2 h4{
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 40px;
	line-height: 46px;
	color: #00b0f0;
	margin: 0 0 30px 0;
}
#su2 h4 em{
	display: inline-block;
	box-shadow: 0px -14px 0px 0px #ffff33 inset;
}


/** su3 **/

#su3{
	color: #fff;
	background: #00b0f0;
	padding: 50px 0;
}

#su3_in{
	display: table;
	width: 1200px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
}

#su3_l,
#su3_r{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#su3_l{
	width: 480px;
}

#su3_r{
	padding: 0 20px 0 0;
}

#su3_r p{
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #00b0f0;
	background: #fff;
	margin: 0 0 15px 0;
	padding: 15px 0;
}

#su3_r ul{
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#su3_r li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 5px 20px;
	border-bottom: 1px dotted #00a3d4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#su3_r li:nth-of-type(odd){	margin-right: 5px;}
#su3_r li:nth-of-type(even){	margin-left: 5px;}

#su3_r li span{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	position: absolute;
	top: 4px;
	left: 0;
}


/** su4 **/

#su4{
	color: #fff;
	background: #e0f8ff;
	padding: 50px 0;
}


/** su5 **/

#su5{
	background: #f5f5f5;
	padding: 50px 0;
}

#su5 dl{}

#su5 dl{
	display: table;
	width: 1000px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#su5 dl:first-of-type{	border-top: 1px solid #ccc;}

#su5 dt,
#su5 dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 25px;
	padding: 28px 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#su5 dt{
	width: 200px;
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
	border-left: 1px solid #ccc;
}

#su5 dd{
	text-align: left;
	background: #fff;
	border-right: 1px solid #ccc;
}

#su5 dd ul{
	font-size: 0;
	line-height: 0;
}
#su5 dd li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	line-height: 30px;
}


#su5 dd p{
	position: relative;
	padding: 0 0 0 16px;
}
#su5 dd span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}


/** su6 **/

#su6{
	padding: 50px 0;
	color: #000;
	background: #fff;
}
.su6_top{
	color: #00b0f0;
	margin: 0 0 50px 0;
}
.su6_top p:nth-of-type(1){
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.su6_top p:nth-of-type(2){
	display: inline-block;
	vertical-align: top;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 45px;
	line-height: 60px;
	text-align: center;
	box-shadow: 0px -15px 0px 0px #ffff33 inset;
}
.su6_top p:nth-of-type(2) em{	color: #ff0000;}
.su6_mid{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 50px 0;
}
.su6_img{
	margin: 0 0 100px 0;
}
.su6_img ul{
	font-size: 0;
	line-height: 0;
}
.su6_img li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 50px;
}
.su6_img li img{
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 0px 20px 0px #ccc;
}
.su6_img li span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -60px;
	left: calc(50% - 60px);
	padding: 50px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.su6_img li:nth-of-type(1) span{	background: url(img/su6_i1.png) no-repeat 50% 20px #00b0f0;	background-size: 50px auto;}
.su6_img li:nth-of-type(2) span{	background: url(img/su6_i2.png) no-repeat 50% 20px #00b0f0;	background-size: 50px auto;}
.su6_img li:after{
	content: "";
	height: 55px;
	border-left: 1px solid #000;
	position: absolute;
	bottom: -107px;
}
.su6_img li:nth-of-type(1):after{
	right: 90px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform:rotate(-45deg);
}
.su6_img li:nth-of-type(2):after{
	left: 90px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.su6_btm{
	display: inline-block;
	vertical-align: top;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #ffffb2;
	background: #00b0f0;
	padding: 25px 30px;
	border-radius: 40px;
}
.su6_btm em{	font-size: 30px;}


/** form **/

#formbox{
	padding: 50px 0 0 0;
}

#formbox h3{
	margin: 0;
}

#formbox .toptxt{
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 0 0 40px 0;
}

.form{
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
	box-shadow:0px 0px 0px 5px #ddd inset;
	-moz-box-shadow:0px 0px 0px 5px #ddd inset;
	-webkit-box-shadow:0px 0px 0px 5px #ddd inset;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form{
	text-align: left;
}

.form ul{}

.form li{
	display: inline-block;
	width: 19%;
}

.form table{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 2px solid #ddd;
}

.form tr{
	vertical-align: middle;
}

.form tr:nth-child(odd) th,
.form tr:nth-child(odd) td{
	background: #f5f5f5;
}

.form th{
	width: 245px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #003366;
	padding: 20px 0 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form th span,
.hissu{
	display: inline-block;
	width: 30px;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	margin-left: 5px;
	border-radius: 3px;
}

.form td{
	position: relative;
	padding: 20px 20px 20px 0;
}

.form td p span.txt{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	top: 20px;
	left: 175px;
}
.form td p:nth-of-type(2){	margin-top: 10px;}
.form td p.sub{
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
}
.form td p.sub span{	color: #ff0000;}

.form td p em{
	display: block;
	margin-bottom: 5px;
	color: #c0a881;
}

.form td textarea{
	width: 100%;
	height: 155px;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
}

#submit p{
	font-size		: 13px;
	line-height: 24px;
	padding			: 50px 0 30px 0;
}

.form #submit .fade{
	border-radius: 3px;
}

.form #submit input{
	display: inline-block;
	width: 290px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background: #00b0f0;
	border: 0;
	-webkit-appearance: none;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
}

.form .btmtxt{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0 10px;
}
.form .btmtxt span{	color: #ff0000;}


/** form item **/

.form input::placeholder,
.form textarea::placeholder{	color: #ccc;}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder{	color: #ccc;}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder{	color: #ccc;}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	padding			: 3px;
	font-size		: 13px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.w1{	width: 160px;}
.w2{	width: 100%;}
.w3{	width: 50px;}
.s1{	width: 270px;}

select{
	font-size: 13px;
	padding: 3px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
}

form textarea{
	padding			: 3px;
	font-size		: 13px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.error,
.over{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding: 50px 0;
}
.error{	color: #ff0000;}
.over_div{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 90px 0 20px 0;
}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}
.error+.bt_bg,
.over+.bt_bg{
	text-align: center;
	padding: 30px 0 0 0;
}

.form .bt{
	display: inline-block;
	width: 300px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	background: #caaa55;
	border: 1px solid #caaa55;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mail_error{
    
}
.mail_error input{
    background: #ffe1e1;
    border-color: #ff0000;
}

.mail_error #mail_check_text{
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

.error_text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}

.error_text:empty{ display: block;}

.error_block h4{
	color: #ff0000 !important;
	animation-name: indfade !important;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}


/** capt **/

.capt{
	width: 280px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 30px auto 0 auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt+#submit p{	padding-top: 30px;}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
	color: #003366;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}