@charset "utf-8";
@import "common_parts.css";
@import url('https://fonts.googleapis.com/css?family=Halant&display=swap');
@font-face {
	font-display: swap;
}


/*common
************************************************************************************/
*{
    margin: 0px;
	padding: 0px;
}


img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#000;text-decoration:underline}
A:visited{color:#000;text-decoration:none;}
A:active{color:#000;text-decoration:none;}
A:hover{color:#e60012;text-decoration:none;}

table{
	border-collapse:collapse;
}

input,
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
}

body{
	text-align:center;
	color: #000;
	font-size: 15px;
	background: url(../../img/bg_ivy.png) no-repeat right -50px, url(../../img/bg_main_renga.jpg) repeat;
	-moz-background-size: 400px auto, auto auto;
	-webkit-background-size: 400px auto, auto auto;
	background-size: 400px auto, auto auto;
}


#wrapper{
	margin: 0 auto;
	width: 1050px;
	text-align: left;
}
#topcontrol{
	display: none;
}

::selection{
	background: #007248;
	color: #FFFFFF;
}
::-moz-selection{
	background: #007248;
	color: #FFFFFF;
}

@media screen and (min-width: 980px) {
#topcontrol span{
	display: none;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
#header #mmenu,
#header #menu{
	display:none;
}
}
@media screen and (max-width: 979px) {
body{
	font-size: 16px;
	background: url(../../img/bg_ivy.png) no-repeat right 0px, url(../../img/bg_main_renga.jpg) repeat;
	-moz-background-size: 400px auto, auto auto;
	-webkit-background-size: 400px auto, auto auto;
	background-size: 400px auto, auto auto;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:100%;
	background: none;
	max-width: auto;
	min-width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

#topcontrol{
	bottom: 0 !important;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.7 );
	color: #FFF;
	z-index: 100;
}
#topcontrol span{
	display: block;
	line-height: 80px;
	font-weight: 600;
}
#topcontrol img{
	display: none;
}

section{
	line-height: 1.6;
}
}
@media screen and (max-width: 768px){
.pc{
	display: none;
}
.sp{
	display: block;
}
}
@media screen and (max-width: 620px) {
body{
	background: url(../../img/bg_ivy.png) no-repeat right 50px, url(../../img/bg_main_renga.jpg) repeat;
	-moz-background-size: 400px auto, auto auto;
	-webkit-background-size: 400px auto, auto auto;
	background-size: 400px auto, auto auto;
}

}

#header{
	width: 100%;
	max-width: 1200px;
	height: 110px;
	margin: auto;
	position: relative;
	text-align: left;
}

#header .sitetitle{
	margin: 0;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-right: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
}
#header .sitetitle img{
	max-width: 100%;
	height: auto;
}
#header .name{
	position: absolute;
	top: 0;
	right: 0;
	width: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 25px;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	text-align: right;
	z-index: 50;
}
#header .name span{
	color: #FFF;
	display: inline-block;
	padding: 0 20px;
	

	background:
	-moz-linear-gradient(45deg,  transparent 10px, #009843 10px),
	-moz-linear-gradient(135deg, transparent 10px, #009843 10px),
	-moz-linear-gradient(225deg, transparent 0px, #009843 0px),
	-moz-linear-gradient(315deg, transparent 0px, #009843 0px);
	background:
	-webkit-linear-gradient(45deg,  transparent 10px, #009843 10px),
	-webkit-linear-gradient(135deg, transparent 10px, #009843 10px),
	-webkit-linear-gradient(225deg, transparent 0px, #009843 0px),
	-webkit-linear-gradient(315deg, transparent 0px, #009843 0px);
	background:
	-o-linear-gradient(45deg,  transparent 10px, #009843 10px),
	-o-linear-gradient(135deg, transparent 10px, #009843 10px),
	-o-linear-gradient(225deg, transparent 0px, #009843 0px),
	-o-linear-gradient(315deg, transparent 0px, #009843 0px);
	background:
	-ms-linear-gradient(45deg,  transparent 10px, #009843 10px),
	-ms-linear-gradient(135deg, transparent 10px, #009843 10px),
	-ms-linear-gradient(225deg, transparent 0px, #009843 0px),
	-ms-linear-gradient(315deg, transparent 0px, #009843 0px);
	
	background-position: bottom left, bottom right, top right, top left;
	-moz-background-size: 50% 50%;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}


@media screen and (max-width: 979px) {
#header{
	width: 100%;
	height: auto;
	margin: auto;
	position: static;
	text-align: center;
	margin: 0 0 20px 0;
}

#header .sitetitle{
	position: static;
	width: 100%;
	height:  auto;
	padding: 0;
	border-bottom: 2px solid #009843;
}
#header .sitetitle img{
	max-width: 68%;
	height: auto;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 1.0));
	filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 1.0));
	-moz-filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 1.0));
}
#header .name{
	width: 100%;
	position: static;
	padding: 0;
	font-size: 21px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
#header .name span{
	padding: 0 10px;
}
}
@media screen and (max-width: 620px) {
#header .sitetitle img{
	max-width: 97%;
}
}
@media screen and (max-width: 350px){
#header{
	height: auto;
	position: static;
	text-align: center;
	margin: 0 0 20px 0;
}
#header .name{
	height: auto;
	line-height: 1.7;
	font-size: 18px;
	text-align: center;
}
}



/*************************************************************************************/
section .pagetitle{
	text-align: center;
}

section .pagetitle span{
	color: #009843;
	padding: 0 0 20px 0;
	margin: 30px 0 20px 0;
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
}
section .pagetitle span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 2em;
	height: 4px;
	background-color: #009843;
}

.text{
	padding: 10px;
	line-height: 1.6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap:break-word;
	text-align: left;
}
.text20{
	padding: 20px;
}
.text p,
.text20 p{
	padding: 0 0 1em 0;
}
.text p:last-child,
.text20 p:last-child{
	padding: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}
@media screen and (max-width: 620px) {
section .pagetitle span{
	font-size: 21px;
}
}


/*parts
************************************************************************************/
/*table*/

table{
	width: 100%;
	margin: 20px auto;
	border-collapse:collapse;
	border: 0;
}

table th{
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #71654c;
}
table thead th{
	background: #9d9177;
	color: #FFF;
	text-align: center;
}
table th.nobold{
	font-weight: normal;
}

table td{
	padding: 10px 15px;
	border-bottom: 1px solid #71654c;
	word-break: break-all;
	word-wrap:break-word;
}



@media screen and (max-width: 768px){
table{
	display: block;
	width: 100%;
}
table thead{
	display: none !important;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	margin-bottom: 0;
	width: 100%;
}
table th,
table td{
	display: list-item;
	width: 100%;
	padding: 9px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table th{
	list-style-type: none;
	display: block;
	background: #009843;
	color: #FFF;
}
table td{
	margin-left: 0;
	list-style-type: none;
}

}



/*footer
************************************************************************************/
#footer{
	padding: 80px 0 0 0;
	width: 1000px;
	margin: auto;
	text-align: center;
}
#footer img{
	max-width: 80%;
	height: auto;
}
#footer p{
	margin: 0;
	line-height: none;
	padding: 0;
	font-size: 0;
}
@media screen and (max-width: 979px) {
#footer{
	width: 100%;
}
}
@media screen and (max-width: 768px){
#footer{
	padding: 80px 0;
}
}

/*page_desc
************************************************************************************/
.mainPhoto{
	text-align: center;
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 1200px;
}
.mainPhoto img{
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.page_desc{}
.page_desc ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: 0 0 80px 0;
}

.page_desc ul li{
	display: block;
	width: 33%;
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #007248;
}

.page_desc ul li:last-child{
	border: 0;
}


.page_desc ul li .title{
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 0.7em 0;
	color: #048d5b;
}
.page_desc ul li .image{
	text-align: center;
	margin: 0 0 10px 0;
}
.page_desc ul li .image img{
	width: 100%;
	height: auto;
}
.page_desc ul li .cmt{
}


@media screen and (min-width: 980px) {
.btnMitsumori{
	flex: 1 1 auto;
	margin: 10px auto;
	padding: 20px;
	border: 2px solid #ef6500;
	background: #ef6500;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	font-size: 28px;
	font-weight: bold;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btnMitsumori a{
	color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	background: url(../../img/icon_mitsumori_white.png) no-repeat left center;
	padding: 0 0 0 50px;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	text-decoration: none;

}
.btnMitsumori:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #FFF;
}
.btnMitsumori:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.btnMitsumori:hover{
	cursor: pointer;
}
.btnMitsumori:hover:after{
	width: 100%;
	left: 0;
	color: #ef6500;
}
.btnMitsumori:hover:after{
	left: -10%;
	width: 120%;
}
.btnMitsumori:hover a{
	color: #ef6500;
	background: url(../../img/icon_mitsumori_green.png) no-repeat left center;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
}


.btnEtcContact{
	margin: 10px auto;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btnEtcContact p{
	flex: 1 1 auto;
	padding: 10px;
	border: 2px solid #666;
	background: #666;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	font-size: 18px;
	font-weight: bold;
	width: 33%;
	margin-left: auto;
}
.btnEtcContact p a{
	color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	text-decoration: none;

}
.btnEtcContact p:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #FFF;
}
.btnEtcContact p:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.btnEtcContact p:hover{
	cursor: pointer;
}
.btnEtcContact p:hover:after{
	width: 100%;
	left: 0;
	color: #666;
}
.btnEtcContact p:hover:after{
	left: -10%;
	width: 120%;
}
.btnEtcContact p:hover a{
	color: #666;
}
}

@media screen and (max-width: 979px) {
.page_desc ul li .title{
	font-size: 21px;
}
.btnMitsumori{
	font-size: 21px;
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto;
	border: 2px solid #ef6500;
	background: #ef6500;
	text-align: center;
	font-weight: bold;
}
.btnMitsumori a{
	line-height: 40px;
	display: inline-block;
	background: url(../../img/icon_mitsumori_white.png) no-repeat left center;
	padding: 20px 20px 20px 50px;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	color: #FFF;
	text-decoration: none;
}

.btnEtcContact{
	margin: 10px auto;
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btnEtcContact p{
	font-size: 16px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	border: 2px solid #666;
	background: #666;
	text-align: center;
	font-weight: bold;
}
.btnEtcContact a{
	line-height: 40px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}

}

@media screen and (max-width: 768px){
.page_desc ul li{
	width: 98%;
	border: 0;
	margin: auto;
	border-bottom: 1px solid #007248;
}
.page_desc ul li .body{
	width: 100%;
	display: table;
}
.page_desc ul li .body .image{
	display: table-cell;
	width: 30%;
}
.page_desc ul li .body .cmt{
	display: table-cell;
	padding-left: 1em;
	vertical-align: middle;
}

}
@media screen and (max-width: 480px){
.page_desc ul li .body{
	display: block;
}
.page_desc ul li .body .image{
	display: block;
	width: auto;
	text-align: center;
}
.page_desc ul li .body .image img{
	width: auto;
	max-width: 50%;
	height: auto;
}
.page_desc ul li .body .cmt{
	display: block;
	padding: 0.7em 0 0 0;
}
}


/*page_select
************************************************************************************/
.page_select{}

.page_select h1.page_title{
	margin: 0 auto 10px auto;
	text-align: center;
}
.page_select h1.page_title img{
	max-width: 1000px;
	height: auto;
}


.page_select .lv_h2{
	width: 1000px;
	margin: auto;
	background: #009843;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.page_select .lv_h2 img{
	width: 50px;
	height: auto;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

.page_select .select_box{
	text-align: center;
	width: 1000px;
	height: 750px;
	margin: auto;
}
.page_select .select_box iframe{
	border: 0;
	width: 100%;
	height: 100%;
}

.page_select .select_box_img{
	text-align: center;
}

#shindan img{
	max-width: 100%;
	height: auto;
}

#shindan .comment{
	text-align: center;
	padding: 10px 0 0 0;
}

ul.btn{
	display: table;
	width: 90%;
	margin-left: auto;
	border-spacing: 3px 0;
}
ul.btn li{
	display: table-cell;
	vertical-align: bottom;
}


#shindan_first{
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}
#shindan_first ul{
	display: table;
	width: 100%;
	margin: auto;
}
#shindan_first ul li{
	margin: 0;
	padding: 0;
	width: 33%;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	text-align: center;
	padding: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#shindan_first ul li img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}



@media screen and (min-width: 980px) {
.btnSkip{
	width: 300px;
	margin-left: auto;
}
ul.btn li .btnSkip{
	flex: 1 1 auto;
	margin: 10px 25px 15px auto;
	padding: 10px 20px;
	border: 2px solid #ff7e00;
	background: #ff7e00;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
ul.btn li .btnSkip a{
	color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	background: url(../../img/ar_right_white.png) no-repeat left center;
	padding: 0 0 0 50px;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	text-decoration: none;

}
ul.btn li .btnSkip:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #FFF;
}
ul.btn li .btnSkip:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
ul.btn li .btnSkip:hover{
	cursor: pointer;
}
ul.btn li .btnSkip:hover:after{
	width: 100%;
	left: 0;
	color: #ff7e00;
}
ul.btn li .btnSkip:hover:after{
	left: -10%;
	width: 120%;
}
ul.btn li .btnSkip:hover a{
	color: #ff7e00;
	background: url(../../img/ar_right_orage.png) no-repeat left center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

/*スタッドレス*/
ul.btn li .btnStudless{
	flex: 1 1 auto;
	margin: 10px 25px 15px auto;
	padding: 10px 20px;
	border: 2px solid #0051ad;
	background: #0051ad;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
ul.btn li .btnStudless a{
	color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	background: url(../../img/ar_right_white.png) no-repeat left center;
	padding: 0 0 0 50px;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	text-decoration: none;

}
ul.btn li .btnStudless:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #FFF;
}
ul.btn li .btnStudless:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
ul.btn li .btnStudless:hover{
	cursor: pointer;
}
ul.btn li .btnStudless:hover:after{
	width: 100%;
	left: 0;
	color: #0051ad;
}
ul.btn li .btnStudless:hover:after{
	left: -10%;
	width: 120%;
}
ul.btn li .btnStudless:hover a{
	color: #0051ad;
	background: url(../../img/ar_right_orage.png) no-repeat left center;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

}

@media screen and (max-width: 979px) {
.page_select h1.page_title img{
	max-width: 100%;
	height: auto;
}

.page_select .lv_h2{
	width: 100%;
	padding: 20px 10px;
	font-size: 18px;
}
.page_select .select_box{
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
}
.page_select .select_box#shindan_first{
	position: static;
}
.page_select .select_box:before {
	content:"";
	display: block;
	padding-top: 98%;
}
.page_select .select_box#shindan_first:before {
	content:"";
	display: block;
	padding-top: 0;
}
.page_select .select_box iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}

.page_select .select_box_img img{
	max-width: 100%;
	height: auto;
}

.page_select .btnSkip{
	margin: 0 0 0 auto;
	padding-left: 20px;
	border: 2px solid #ff7e00;
	background: #ff7e00;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

.page_select .btnSkip a{
	color: #FFFFFF;

	display: inline-block;
	background: url(../../img/ar_right_white.png) no-repeat left center;
	padding: 10px 20px 10px 50px;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	text-decoration: none;

}


ul.btn li .btnSkip{
	margin: 10px 25px 15px auto;
	padding: 10px 20px;
	border: 2px solid #ff7e00;
	background: #ff7e00;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
ul.btn li .btnStudless{
	margin: 10px 25px 15px auto;
	padding: 10px 20px;
	border: 2px solid #0051ad;
	background: #0051ad;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
ul.btn li .btnSkip a,
ul.btn li .btnStudless a{
	color: #FFF;
	text-decoration: none;
}

#shindan_first{
	width: 100%;
}
}
@media screen and (max-width: 620px) {
ul.btn{
	display: block;
	width: 98%;
	margin: auto;
}
ul.btn li{
	display: block;
	margin: 0 0 5px 0;
}


.page_select .lv_h2{
	background: url(../../img/icon_tire_src.png) no-repeat 10px center #009843;
	-moz-background-size: 40px auto;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	padding: 20px 10px 20px 50px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}
.page_select .lv_h2 img{
	display: none;
}
}


/*page_studless
************************************************************************************/
.page_studless{}

.main_frame{
	width: 1000px;
	margin: 20px auto 0;
	background: url(../../studless/img/bg1.png) no-repeat left 70px #FFF;
}
.main_frame .header{
	background:url(../../studless/img/head1.png) no-repeat bottom;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	padding-bottom: 21px;
}

.main_frame .comment{
	text-align: center;
	padding: 20px 0 0 0;
}
.main_frame .comment ul{
	display: table;
	margin: auto;
	width: 100%;
}
.main_frame .comment ul li{
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: center;
}
.main_frame .comment .logo{
	padding: 10px 0 30px 0;
	text-align: center;
}

.main_frame .secondbox .title{
	background: #28a7e1;
	color: #FFF;
	font-size: 35px;
	text-align: center;
	padding: 15px 0;
	margin: 0;
}
.main_frame .secondbox .title span{
	font-style: italic;
	padding: 0 10px;
}
.main_frame .secondbox ul{
	display: table;
}
.main_frame .secondbox ul li{
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 500px;
}

.main_frame .secondbox ul li img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 979px) {
.main_frame{
	width: 100%;
}
.main_frame .header{
	display: table;
	font-size: 21px;
	line-height: normal;
	padding-bottom: 21px;
}
.main_frame .header p{
	display: table-cell;
	vertical-align: middle;
}

.main_frame .comment{
	text-align: center;
	padding: 20px 0 0 0;
}
.main_frame .comment ul li{
	display: table-cell;
	width: 50%;
}
.main_frame .comment ul li img{
	max-width: 100%;
}
.main_frame .comment .logo{
	padding: 10px 0 30px 0;
	text-align: center;
}
.main_frame .comment .logo img{
	max-width: 60%;
}

.main_frame .secondbox .title{
	font-size: 22px;
	font-weight: bold;
}
.main_frame .secondbox .title span{
	font-size: 18px;
}
.main_frame .secondbox ul{
	display: table;
}
.main_frame .secondbox ul li{
	width: 50%;
}

.main_frame .secondbox ul li img{
	max-width: 100%;
	height: auto;
}
}

@media screen and (max-width: 620px) {
.main_frame .secondbox .title{
	font-size: 18px;
	font-weight: bold;
}
.main_frame .secondbox .title span{
	font-size: 15px;
}
.main_frame .comment ul{
	display: block;
	width: 80%;
}
.main_frame .comment ul li{
	display: block;
	width: auto;
	text-align: center;
}
.main_frame .secondbox ul{
	display: block;
}
.main_frame .secondbox ul li{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
}
@media screen and (max-width: 480px){
.main_frame .secondbox .title span{
	display: none;
}
}



/*page_form
************************************************************************************/
.page_form{}

.page_form section.wrap{
	background: url(../../img/bg_cork.jpg) repeat;
	padding: 20px;
	margin: 0;
}
.page_form section.wrap .form{
	background: url(../../img/bg_paper.jpg) repeat;
	padding: 30px;
}
@media screen and (max-width: 620px) {
.page_form section.wrap .form{
	padding: 15px;
}
}

/*form
----------------------------------------------------------------------*/
span.hissu{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #d70000;
	color: #FFF;
	padding: 1px 4px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}

.form th{
	width: 16em;
}
.form td li{
	display: inline-block;
	padding: 0 15px 0 0;
}
.form td ul#radioCarBrand li{
	width: 6em;
}
.form td ul#radioCarBrand li:last-child{
	width: 10em;
}
.form td #frameCarModel select{
	margin-top: 10px;
}

.form input{
	margin: 1px;
	padding: 10px;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 450px;
}

.form input.medium{
	width: 300px;
}

.form input.small{
	width: 100px;
}
.form input.xs{
	width: 50px;
}

.form input.zip{
	width: 100px;
}


.form textarea{
	width: 500px;
	height: 150px;
	padding: 10px;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.btnSend input[type=submit]{
	padding: 20px 80px;
	background: #009843;
	color: #FFF;
	font-size: 18px;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 15px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* エラーメッセージ */
.page_form #error_message{
	padding: 15px;
	color: #FF0000;
	font-size: 18px;
	background: #FFF;
}
.page_form .error_msg{
	color: #FF0000;
}
.page_form .msg{
	margin-top: 20px;
}
.page_form .thanks_message{
	margin-top: 20px;
	padding: 20px;
}
.page_form ul.note li{
	margin-top: 10px;
	padding-left: 20px;
	background: url("../../img/ar_right_orage.png") no-repeat left top 3px;
	background-size: 15px;
}

.frame_privacy{
	border: 1px solid #333;
	padding: 15px;
}
.frame_privacy .title{
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px 0;
}
.frame_privacy .body{
	height: 200px;
	overflow-y: scroll;
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
.form th{
	width: auto;
}
.form input{
	padding: 15px 1%;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 100%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.medium{
	width: 50%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.small{
	width: 30%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form input.xs{
	width: 90px;
}


.form textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border: 1px solid #666;
	padding: 15px 40px 15px 15px;
	background: url(../../img/ar_down.png) no-repeat right center #FFF;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	font-size: 15px;
}
.btnSend input[type=submit]{
	padding: 25px 0;
	width: 95%;
	background: #009843;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}

.btnSend input[type=reset],
.btnSend input[type=button],
.btnSend input.back{
	padding: 15px 0;
	width: 95%;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}

.page_form .thanks_message{
	margin-top: 20px;
	padding: 20px 0;
}
}

@media screen and (max-width: 479px) {
/*sp*/
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input.medium,
.form input[type=tel],
.form textarea,
.form textarea.small{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.small{
	width: 30%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form input.xs{
	width: 70px;
}
}

