@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*----------------------------mv--------------------------------*/

#mv{
	background: url(../images/mv.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
	height: 49.4vw;
	position: relative;
	font-style: italic;
	overflow: visible;
	min-width: 320px;
}
#mv *{
	text-align: left;
}
#mv .ribbon{
	width: 170px;
	position: absolute;
	top: 0;
	right: 0;
}
#mv .w{
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
#mv .w *{
	text-shadow: 0 0 20px rgba(255,255,255,0.8);
}
#mv .w:before{
	content: "";
	display: block;
	width: 40vw;
	max-width: 662px;
	position: absolute;
	top: 0;
	right: -7vw;
	padding-bottom: 100%;
	background: url(../images/mv.png) 0 0 no-repeat;
	background-size: contain;
	z-index: -1;
}
#mv h2{
	color: #0179b7;
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
	padding-top: calc(18vw - 125px);
	line-height: 1.1;
}
#mv h2 span{
	font-size: 6rem;
}
#mv h3{
	display: inline-block;
	font-size: 4rem;
	line-height: 1.1;
}
#mv p:nth-of-type(1){
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #0179b7;
	margin-bottom: 50px;
	margin-left: -1.3rem;
}
#mv p:nth-of-type(1) span{
	display: inline-block;
}
#mv p:nth-of-type(2){
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 1450px){
	#mv .w{
		width: 90%;
	}
	#mv .w:before{
		width: 35vw;
		right: -8vw;
	}
	#mv h2{
		font-size: 3.3rem;
		margin-bottom: 20px;
		padding-top: calc(18vw - 125px);
	}
	#mv h2 span{
		font-size: 5rem;
	}
	#mv h3{
		font-size: 3.3rem;
	}
	#mv p:nth-of-type(1){
		font-size: 2.6rem;
		margin-bottom: 50px;
		margin-left: -1.3rem;
	}
	#mv p:nth-of-type(2){
		font-size: 2rem;
	}
}
@media screen and (max-width: 1200px){
	#mv .w{
		width: 95%;
	}
	#mv .w:before{
		width: 35vw;
		right: -8vw;
	}
	#mv h2{
		font-size: 3rem;
		margin-bottom: 20px;
		padding-top: calc(18vw - 100px);
	}
	#mv h2 span{
		font-size: 4rem;
	}
	#mv h3{
		font-size: 3rem;
	}
	#mv p:nth-of-type(1){
		font-size: 2.6rem;
		margin-bottom: 30px;
		margin-left: -1.3rem;
	}
	#mv p:nth-of-type(2){
		font-size: 2rem;
	}
}
@media screen and (max-width: 1000px){
	#mv .w{
		width: 95%;
	}
	#mv .w:before{
		width: 35vw;
		right: -3vw;
	}
	#mv h2{
		font-size: 3rem;
		margin-bottom: 0;
		padding-top: calc(18vw - 120px);
	}
	#mv h2 span{
		font-size: 4rem;
	}
	#mv h3{
		font-size: 3rem;
		display: block;
		margin-bottom: 10px;
	}
	#mv p:nth-of-type(1){
		font-size: 2rem;
		margin-bottom: 10px;
		margin-left: -1.3rem;
	}
	#mv p:nth-of-type(2){
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 850px){
	#mv{
		height: 68vw;
		background-size: auto 68vw;
	}
	#mv .ribbon{
		width: 120px;
	}
	#mv .w{
		width: 68%;
		padding-right: 30%;
		padding-left: 2%;
		box-sizing: content-box;
	}
	#mv .w:before{
		width: 40vw;
		right: -8vw;
		top: 10px;
	}
	#mv h2{
		font-size: 3rem;
		margin-bottom: 0;
		padding-top: calc(26vw - 109px);
	}
	#mv h2 span{
		font-size: 4rem;
	}
	#mv h3{
		font-size: 3rem;
		display: block;
		margin-bottom: 10px;
	}
	#mv p:nth-of-type(1){
		font-size: 1.8rem;
		margin-bottom: 10px;
		margin-left: -1.3rem;
	}
	#mv p:nth-of-type(2){
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 750px){
	#mv .w{
		padding: 0 4%;
		width: 100%;
		box-sizing: border-box;
	}
	#mv .w:before{
		width: 40vw;
		right: -3vw;
		top: 10px;
	}
	#mv h2{
		font-size: 2rem;
		margin-bottom: 0;
		padding-top: calc(24vw - 75px);
	}
	#mv h2 span{
		font-size: 3rem;
	}
	#mv h3{
		font-size: 2rem;
		display: block;
		margin-bottom: 10px;
	}
	#mv p:nth-of-type(1){
		font-size: 1.5rem;
		margin-bottom: 10px;
		margin-left: -1.3rem;
	}
	#mv p:nth-of-type(2){
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 470px){
	#mv .ribbon{
		width: 80px;
		z-index: 5;
	}
	#mv .w{
		padding: 0 4%;
		width: 100%;
		box-sizing: border-box;
	}
	#mv .w:before{
		width: 40vw;
		right: -10px;
		top: 10px;
	}
	#mv h2{
		font-size: 1.2rem;
		margin-bottom: 5px;
		padding-top: calc(24vw - 50px);
	}
	#mv h2 span{
		font-size: 1.8rem;
	}
	#mv h3{
		font-size: 1.2rem;
		display: block;
		margin-bottom: 5px;
	}
	#mv p:nth-of-type(1){
		font-size: 1.0rem;
		margin-bottom: 0px;
		margin-left: -0.7rem;
	}
	#mv p:nth-of-type(2){
		font-size: 0.9rem;
	}
}

/*----------------------------s1--------------------------------*/

#s1{
	position: relative;
	margin-top: -5vw;
	background: url(../images/c1bg.png) 100% 100% no-repeat;
	padding-bottom: 13vw;
}
#s1 h3{
	margin-bottom: 50px;
	padding-bottom: 0;
}
#s1 h3:after{
	display: none;
}

#s1 ul{
	width: 110%;
	margin-left: -5%;
	display: block;
}
#s1 ul:after{
	content: "";
	display: block;
	clear: both;
}
#s1 ul li{
	display: block;
	float: left;
	overflow: visible;
}
#s1 ul li img{
	display: block;
}
#s1 ul li:nth-of-type(1){
	width: 26%;
}
#s1 ul li:nth-of-type(2){
	width: 24%;
	margin-left: -2%;
	margin-top: 10%;
}
#s1 ul li:nth-of-type(3){
	width: 28%;
	margin-left: -2%;
	margin-top: 2%;
}
#s1 ul li:nth-of-type(4){
	width: 29%;
	margin-left: -4%;
	margin-top: -9%;
}
#s1 ul li:nth-of-type(5){
	clear: left;
	width: 25%;
	margin-left: 10%;
	margin-top: -5%;
}
#s1 ul li:nth-of-type(6){
	width: 29%;
	margin-top: -6%;
	margin-left: 8%;
}
@media screen and (max-width: 1300px){
	#s1 ul{
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 1150px){
	#s1{
		background: url(../images/c1bg.png) 100% 0 no-repeat;
	}
}
@media screen and (max-width: 580px){
	#s1 ul{
		padding-bottom: 10vw;
	}
	#s1 ul li{
		clear: none !important;
	}
	#s1 ul li:nth-of-type(1){
		width: 34%;
	}
	#s1 ul li:nth-of-type(2){
		width: 32%;
		margin-left: -2%;
		margin-top: 10%;
	}
	#s1 ul li:nth-of-type(3){
		width: 37%;
		margin-left: -2%;
		margin-top: -7%;
	}
	#s1 ul li:nth-of-type(4){
		width: 33%;
		margin-left: 9%;
		margin-top: -10%;
		clear: left !important;
	}
	#s1 ul li:nth-of-type(5){
		width: 33%;
		margin-left: -8%;
		margin-top: 10%;
	}
	#s1 ul li:nth-of-type(6){
		width: 35%;
		margin-top: -15%;
		margin-left: -10%;
	}
}
@media screen and (max-width: 380px){
	#s1{
		margin-top: -10vw;
	}
	#s1 h3{
		margin-bottom: 20px;
	}
	#s1 ul li:nth-of-type(1){
		width: 55%;
	}
	#s1 ul li:nth-of-type(2){
		width: 50%;
		margin-left: -5%;
		margin-top: 20%;
	}
	#s1 ul li:nth-of-type(3){
		clear: left !important;
		width: 50%;
		margin-left: 8%;
		margin-top: -18%;
	}
	#s1 ul li:nth-of-type(4){
		width: 55%;
		margin-left: -14%;
		margin-top: 13%;
		clear: none !important;
	}
	#s1 ul li:nth-of-type(5){
		width: 55%;
		margin-left: -2%;
		margin-top: -29%;
	}
	#s1 ul li:nth-of-type(6){
		width: 50%;
		margin-top: 8%;
		margin-left: -15%;
	}
}

/*----------------------------s2--------------------------------*/

#s2{
	position: relative;
	background: url(../images/c2bg.png) 20% 0 no-repeat;
	background-size: cover;
	text-align: center;
	padding: 16vw 0 16vw;
	margin-top: -13vw;
}
@media screen and (max-width: 560px){
	#s2{
		padding: 20vw 0 17vw;
	}
	#s2 p{
		text-align: left;
	}
}

/*----------------------------s3--------------------------------*/

#s3{
	position: relative;
	background: url(../images/c3_2bg.jpg) 50% 0 repeat;
	text-align: center;
	position: relative;
	padding: 3vw 0 20vw;
}
#s3:before{
	content: "";
	display: block;
	width: 100%;
	height: 10vw;
	background: url(../images/c3_1bg.png) 50% 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -10vw;
	left: 0;
}
#s3 *{
	color: #fff;
}
#s3 ul{
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 2%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 70px;
	background: url(../images/c3_1.png) 50% 100% no-repeat;
	background-size: 220px auto;
}
#s3 li{
	display: block;
	background: #fff;
	color: #111;
	padding: 20px 20px;
	float: left;
	position: relative;
}
#s3 li:nth-of-type(1){
	margin-top: 5%;
}
#s3 li:nth-of-type(2){
	margin-left: 8%;
}
#s3 li:nth-of-type(3){
	clear: left;
	margin: 3% 0 0 15%;
}
#s3 li:nth-of-type(4){
	margin: -2% 0 0 3%;
}
#s3 li:nth-of-type(5){
	margin: 0% 0 0 3%;
}
#s3 li:after{
	content: "";
	display: block;
	height: 0;
	width: 0;
	border: solid 10px transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -20px;
}
#s3 li:nth-of-type(1):after{
	right: 20px;
}
#s3 li:nth-of-type(2):after{
	left: 20px;
}
#s3 li:nth-of-type(3):after{
	right: 20px;
}
#s3 li:nth-of-type(4):after{
	left: 20px;
}
#s3 li:nth-of-type(5):after{
	left: 20px;
}
@media screen and (max-width: 1160px){
	#s3 ul{
		width: 100%;
		max-width: 730px;
		padding-bottom: 120px;
	}
	#s3 li:nth-of-type(1){
		margin-top: 0;
	}
	#s3 li:nth-of-type(2){
		margin: 5% 0 0 3%;
	}
	#s3 li:nth-of-type(3){
		clear: none;
		margin: 0 0 0 12%;
	}
	#s3 li:nth-of-type(4){
		margin: 3% 0 0 3%;
	}
	#s3 li:nth-of-type(5){
		margin: 3% 0 0 30%;
	}
}
@media screen and (max-width: 770px){
	#s3 ul{
		max-width: 610px;
		padding-bottom: 120px;
	}
	#s3 li:nth-of-type(1){
		margin: 0 0 0 8%;
	}
	#s3 li:nth-of-type(2){
		clear: left;
		margin: 3% 0 0 30%;
	}
	#s3 li:nth-of-type(3){
		clear: none;
		margin: 3% 0 0 0;
	}
	#s3 li:nth-of-type(4){
		margin: 6% 0 0 3%;
	}
	#s3 li:nth-of-type(5){
		margin: 3% 0 0 20%;
	}
}
@media screen and (max-width: 680px){
	#s3{
		padding: 5vw 0 20vw;
	}
	#s3 ul{
		max-width: 500px;
	}
	#s3 ul{
		font-size: 1.1rem;
	}
	#s3 li:nth-of-type(3){
		clear: none;
		margin: 3% 0 0 -5%;
	}
	#s3 li:nth-of-type(4){
		clear: none;
		margin: 3% 0 0 3%;
	}
}
@media screen and (max-width: 540px){
	#s3{
		padding: 10vw 0 20vw;
	}
	#s3 ul{
		padding-bottom: 120px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		width: 96%;
		overflow: visible;
	}
	#s3 li{
		float: none !important;
		clear: left !important;
		display: inline-block;
		min-width: 200px;
		margin: 0 auto 5% !important;
		position: relative;
	}
	#s3 li:nth-of-type(1){
	}
	#s3 li:nth-of-type(2){
	}
	#s3 li:nth-of-type(3){
	}
	#s3 li:nth-of-type(4){
	}
	#s3 li:nth-of-type(5){
	}
}

/*----------------------------s4--------------------------------*/

#s4{
	position: relative;
	background: url(../images/c4bg.jpg) 20% 50% no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 13vw 0 21vw;
	margin-top: -8vw;
	z-index: 5;
}
#s4 .w{
	padding: 0 2%;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
#s4 h4{
	font-size: 2rem;
	margin-bottom: 20px;
}
#s4 h4 span{
	text-transform: uppercase;
}
#s4 .inner{
	display: inline-block;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.12);
	margin-bottom: 30px;
}
#s4 dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
#s4 dt{
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	padding: 20px 0;
}
#s4 dt span{
	width: 100px;
	height: 100px;
	background: #0179b7;
	color: #fff;
	display: block;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: -0.1rem;
}
#s4 dl:nth-of-type(5) dt span{
	background: #01a8b7;
}
#s4 dd{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 10px 20px;
}
#s4 dd p:nth-of-type(1){
	position: relative;
	display: inline-block;
	font-weight:  bold;
}
#s4 dd p:nth-of-type(1) span:before{
	content: "";
	display: block;
	background: #fff000;
	width: 100%;
	height: 40%;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: -1;
}
#s4 dd span{
	text-transform: uppercase;
}
#s4 .txt{
	font-size: 1.5rem;
}
@media screen and (max-width: 700px){
	#s4 dl{
		font-size:1.0rem;
		line-height: 1.5;
	}
	#s4 .txt{
		line-height: 1.5;
		font-size:1.1rem;
		text-align: left;
	}
	#s4 .txt br{
		display: none;
	}
}
@media screen and (max-width: 500px){
	#s4 dt{
		width: 70px;
	}
	#s4 dt span{
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 1.6rem;
		letter-spacing: -0.05rem;
	}
}
@media screen and (max-width: 380px){
	#s4 dt{
		width: 50px;
	}
	#s4 dt span{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.4rem;
	}
}

/*----------------------------s5--------------------------------*/

#s5{
	position: relative;
	background: url(../images/c5bg.jpg) 50% 100% no-repeat;
	background-size: 100% auto;
	text-align: center;
	position: relative;
	padding: 5vw 0 10vw;
}
#s5 .w{
	background: #fff;
	width: 80%;
	max-width: 1000px;
}
#s5 dl{
	display: inline-block;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	font-weight: normal;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
	min-width: 700px;
	line-height: 1.5;
}
#s5 dt,
#s5 dd{
	display: block;
	width: 180px;
	float: left;
	clear: left;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 10px;
	border-top: 1px solid rgba(0,0,0,0.12);
}
#s5 dd{
	width: calc(100% - 180px);
	text-align: left;
	clear: none;
}
@media screen and (max-width: 1100px){
	#s5 dl{
		min-width: 0;
	}
	#s5 dt{
		width: 150px;
	}
	#s5 dd{
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 670px){
	#s5{
		background: url(../images/c5bg.jpg) 50% 100% no-repeat;
		background-size: auto 50%;
		padding-bottom: 14vw;
	}
	#s5 .w{
		width: 96%;
		padding: 15px 
	}
	#s5 dl{
		font-size: 0.9rem;
		width: 100%;
		display: block;
	}
	#s5 dt,
	#s5 dd{
		padding: 10px 5px;
	}
	#s5 dt{
		width: 120px;
	}
	#s5 dd{
		padding-left: 10px;
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 450px){
	#s5{
		padding-bottom: 17vw;
	}
	#s5 dl{
		display: block;
	}
	#s5 dt,
	#s5 dd{
		float: none;
		width: auto;
		text-align: left;
		padding: 10px 5px;
	}
	#s5 dt{
		border-bottom: 1px dotted rgba(0,0,0,0.12);
		background: #f5f5f5;
	}
	#s5 dd{
		border-top: none;
	}
}

/*----------------------------s6--------------------------------*/

#s6{
	position: relative;
	background: url(../images/c3_2bg.jpg) 50% 0 repeat;
	text-align: center;
	position: relative;
	padding: 3vw 0 7vw;
}
#s6:before{
	content: "";
	display: block;
	width: 100%;
	height: 10vw;
	background: url(../images/c3_1bg.png) 50% 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -10vw;
	left: 0;
}
#s6 *{
	color: #fff;
}
#s6 dl{
	display: inline-block;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.0rem;
	letter-spacing: 0.05rem;
	width: 100%;
}
#s6 dt,
#s6 dd{
	display: block;
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 10px;
}
#s6 dt{
	padding-top: 19px 10px 11px;
}
#s6 dd{
	width: calc(100% - 200px);
	text-align: left;
	clear: none;
}
#s6 dt .required{
	display: none !important;
}
#s6 .cap{
	font-size: 0.9rem;
}
#s6 .error_blank{
	color: #fff000 !important;
}
#s6 .pp{
	overflow: auto;
	max-height: 200px;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 15px;
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
}
#s6 .pp p{
	margin-bottom: 15px;
}
@media screen and (max-width: 600px){
	#s6{
		padding: 7vw 0 90px;
	}
	#s6 dl{
	}
	#s6 dt,
	#s6 dd{
		float: none;
		width: auto;
		text-align: left;
		padding: 10px 0;
	}
	#s6 dt{
		padding-bottom: 0;
	}
	#s6 dd{
		padding-top: 5px;
	}
	#s6 .pp{
		margin-top: 10px;
	}
}

/*----------------------------form--------------------------------*/

form{
	display: block;
	padding: 0 2%;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 900px;
}
form input,
form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #f9fbfc;
	padding: 10px;
	border: none;
	letter-spacing: 0.5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	background: rgba(255,255,255,0.2);
}
form .submit input{
	display:inline-block;
	width: auto;
	cursor: pointer;
	background: #ff9c28;
	color: #fff;
	letter-spacing: 3px;
	padding: 10px;
	font-size: 1rem;
	min-width: 240px;

}
form .submit input:hover{
	background: #e50700;
}
form .submit input:active{
	background: #b60600;
}
form select{
	background: #fff;
	padding: 0 5px;
	border: 1px solid #ccc;
	letter-spacing: 1px;

}
form select option{
	padding: 5px;
	border: none;
}
form input[type=radio],
form input[type=checkbox]{
	display: none;
	margin: 0;
}
form input[type=radio] + label,
form input[type=checkbox] + label{
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0 15px 0 22px;

}
form input[type=radio] + label::before,
form input[type=checkbox] + label::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background: #FFF;
}
form input[type=radio] + label::before{
	background: #fff;
	border-radius: 30px;
}
form input[type=checkbox] + label::before{
	background: #fff;
}
form input[type=radio]:checked + label::after,
form input[type=checkbox]:checked + label::after{
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
form input[type=radio]:checked + label::after{
	left: 3px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #FF9D23;
	border-radius: 100%;
}
form input[type=checkbox]:checked + label::after{
	left: 3px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #FF9D23;
}
form input[type=checkbox]:checked + label::before{
}
form input[type=file]{
	border: none;
}

#form_submit span{
	display: inline-block;
	margin: 0 auto;
	position: relative;
	color: #111;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
}
#form_submit span:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	transition: 0.2s ease-in-out;
}
#form_submit span input{
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 260px;
	padding: 15px;
	background: #fff000;
	box-sizing: border-box;
	width: 80vw;
	transition: 0.2s ease-in-out;
	color: #111;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Roboto Condensed', "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-style: italic;
	cursor: pointer;
}
#form_submit span:hover{
	color: #111;
}
#form_submit span:hover:after{
	top: 0;
	left: 0;
}
#form_submit span:hover input{
	opacity: 0.8;
}

