@charset "utf-8";

/************************************************************************************/	

*{box-sizing:border-box;}

html{height:100%;}

body{
	width:100%;
	height:100%;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	letter-spacing:.1em;
}

.red{
	color: #ff0000;
}

img {vertical-align:bottom;}

.pc{display:block;}
.sp{display:none;}

		
a {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
a img{
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
a:hover img{
	opacity: 0.8;
}

p{
	line-height: 1.6em;
}


.inner{
	max-width: 1000px;
	margin: 0 auto;
}


/** header 
****************************************************************************************/

header{
	padding: 2rem;
	text-align: center;
}

header h1{
	font-size: 18px;
	text-align: center;	
}

header .logo{
	margin: 0 auto;
}


/** form 
****************************************************************************************/

.form_area{
}


.form_section .inner{
	padding:10px 0 80px 0; 
}

.form_area{

}
.form_area h2{
	font-size: 20px;
	text-align: center;
}
.form_area .contact_dec{
	text-align: center;
}

.form_top{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.form_top .box{
	width: 48%;
	background-color: #fff;
	padding: 1.6rem;
}

.form_top .box:nth-child(1){
	border:3px dotted #00cc00;
}

.form_top .box:nth-child(2){
	border:3px dotted #ff9900;
}


.form_top .box .title,
.form_bottom .title
{
	text-align: center;
	font-weight: 600;
	font-size: 26px;
}
.form_top .box .btn {
	margin:20px 10px; 
}
.form_top .box .time{
	text-align: center;
}

.form_top .box .btn a{
	display: block;
	text-align:center;
	border-radius: 10px;
	text-decoration: none;
	padding:1rem ;
	margin: 0 auto;
	position: relative;
	font-size: 32px;
	font-weight: 600;
}

.form_top .box .btn a:hover{
opacity: 0.8; 
}

.form_top .box .btn a:before{
	display: none;
}


.btn_mail a{
	background-color: #3399cc;
	color: #fff;
	box-shadow: #004488 0 5px 0;
}

.form_bottom{
	margin: 40px 0;
	background-color: #fff;
	border:3px dotted #3399cc;
	padding: 1.6rem 1.6rem 3rem 1.6rem;
}

.form_bottom .title{
	margin-bottom: 20px;
}
.form_table{
	width: 100%;
	
}


.form_table table{
	width: 100%;
	margin:0 0 2rem 0;
	border:1px solid #ccc;
	background-color: #fff;
}
.form_table table tr{
	border-bottom: 1px solid #ccc
}
.form_table table tr:nth-child(odd){
	background-color: #f7f7f7;
}
.form_table table tr:last-child{
	border-bottom: none
}

.form_table table th{
	text-align: left;
	padding: 2rem .5rem 2rem 2rem;
	position: relative;
	font-size: 18px;
	width: 30%;
}

.check_space .check{
	margin: 10px 0;
}
.check_space .check:first-child{
	margin:0 0 10px 0;
}
.check_space .check:last-child{
	margin:10px 0 0 0;
}



.check .name{
	font-size: 18px;
}

.form_table table td{
	padding: 2rem 2rem 2rem .5rem;
}

.form_table table td p{
	padding: 0;
	margin: 0;
}
.form_table table td .box{
	margin: 0 0 20px 0;
}

.form_table table th span{
	font-size: 13px;
	color: #fff;
	padding: .2rem .5rem;
	display: inline-block;
	position: absolute;
	top:50%;
	right:1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.required_t{
	background-color: #cc0000;
}
.any_t{
	background-color: #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
	border:1px solid #666;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
}

.radio_space{
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.radio_space .radio_b{}
.radio_space .radio_b label{
	padding: .4rem;
	display: inline-block;
}
.radio_space .radio_b input[type="radio"]{
	padding: 1rem;
	margin-right: 10px;
}





.form_btn{
	text-align: center;
}
.form_btn .btn{}

input[type="submit"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 24px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #3399cc;
	border: none;
		box-shadow: #004488 0 5px 0;
}


input[type="button"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 24px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #666;
	border: none;
	box-shadow: #000000 0 5px 0;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.8;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus
{
	border:1px solid #ff3366;
}




.privacy  {
	display: none;
margin-top: 100px; 
	width: 100%;
	padding:1rem;
	font-size:12px;
	box-sizing:border-box;
	background-color:#666;
}

.privacy h4{
	padding:0;
	margin:0 10px 10px 10px;
	color: #fff;
}

.privacy::-webkit-scrollbar {
	width: 10px;
}

.privacy::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	border-radius: 10px;
}
.privacy::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.privacy dl { 
	width: 100%;
	padding: 1em;
	height:280px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align: left;
	margin:0;
	padding:0 10px;
	box-sizing:border-box;
	background-color:#ffffff;
}

.privacy dt { 
	font-weight: bold;
	padding:10px 5px;
	margin:0;
	border-bottom: 1px solid #cccccc;

}
.privacy dd { 
	padding-bottom:30px;
	margin:0;
	padding:0px 5px;
}

.conform_btn{
	margin: 30px 0;
}

.conform_btn .btn:first-child{
	margin: 0 0 20px 0;
}

.conform_section{
	background-color: #fff;
}
.conform_section .inner{
	padding: 60px 0 120px 0;
}

.formTable{
	width: 100%;
	border: 1px solid #ccc;
}

.formTable tr{
	border: 1px solid #ccc;
}

.formTable tr:nth-child(even){
	background-color: #f7f7f7;
}

.formTable th{
	padding: 1rem;
	border: 1px solid #ccc;
	width: 30%;
}

.formTable td{	padding: 1rem;
	border: 1px solid #ccc;
}

.error_space h4{
	color: #ff0000;
	font-size: 24px;
}


.conform_section .inner{
	padding: 1rem 1rem 4rem 1rem;
}
.conform_section h2{
	text-align: center;
	margin-top: 80px;
}



footer {
	padding:5rem 0 4rem 0;
}

footer .footer_brand{
	text-align: center;
	margin-bottom: 2rem;
}

footer .copyright{
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}



/*********************************************************************************************************************

smart phone

*********************************************************************************************************************/

@media screen and (max-width: 767px)
{

.form_section{

}

.form_section .inner,
.inner{
	padding: 10px 20px; 
}


.conform_section .inner
{
	padding:  30px 20px; 
}

footer{
	padding:100px 20px; 
}

.conform_section h2{
	text-align: center;
	margin-top: 0px;
}
.form_top{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.form_top .box{
	width: 100%;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.form_top .box:nth-child(1){
	border:3px dotted #00cc00;
}

.form_top .box:nth-child(2){
	border:3px dotted #ff9900;
}


.form_top .box .title,
.form_bottom .title
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.form_top .box .btn {
	margin:10px; 
}
.form_top .box .time{
	text-align: center;
}

.form_top .box .btn a{
	display: block;
	text-align:center;
	border-radius: 10px;
	text-decoration: none;
	padding:.8rem;
	margin: 0 auto;
	position: relative;
	font-size:18px;
	font-weight: 600;
}

.form_top .box .btn a:hover{
opacity: 0.8; 
}

.form_top .box .btn a:before{
	display: none;
}


.btn_mail a{
	background-color: #3399cc;
	color: #fff;
	box-shadow: #004488 0 5px 0;
}

.form_bottom{
	margin:0px 0 40px 0;
	background-color: #fff;
	border:3px dotted #3399cc;
	padding: 15px 0 40px 0px;
}

.form_bottom .title{
	margin-bottom: 20px;
}
.form_table{
	width: 100%;
}


.form_table table{
	width: 100%;
	margin:0 0 15px 0;
	display: block;
}
.form_table table tr{
	display: block;
	width: 100%;
}
.form_table table tr:nth-child(odd){
	background-color:inherit;
}

.form_table table th{
background-color: #eeeeee;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px;
	position: relative;
	font-size: 16px;
}
.form_table table td{
	display: block;
	width: 100%;
	padding: 10px 10px 30px 10px;
}

.form_table table td p{
	padding: 0;
	margin: 0;
}
.form_table table td .box{
	margin: 0 0 20px 0;
}

.form_table table th span{
	font-size: 13px;
	color: #fff;
	padding: .2rem .5rem;
	display: inline-block;
	position: absolute;
	top:50%;
	right:1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.required_t{
	background-color: #cc0000;
}
.any_t{
	background-color: #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
	border:1px solid #666;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

.radio_space{
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.radio_space .radio_b{}
.radio_space .radio_b label{
	padding: .4rem;
	display: inline-block;
}
.radio_space .radio_b input[type="radio"]{
	padding: 1rem;
	margin-right: 10px;
}





.form_btn{
	text-align: center;
}
.form_btn .btn{}

input[type="submit"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 18px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #3399cc;
	border: none;
		box-shadow: #004488 0 5px 0;
}


input[type="button"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 18px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #666;
	border: none;
	box-shadow: #000000 0 5px 0;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.8;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus
{
	border:1px solid #ff3366;
}

.privacy  { 
	width: 100%;
	padding:1rem;
	font-size:12px;
	box-sizing:border-box;
	background-color:#ddd;
}

.privacy h4{
	padding:0;
	margin:0 10px 10px 10px;
}

.privacy::-webkit-scrollbar {
	width: 10px;
}

.privacy::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	border-radius: 10px;
}
.privacy::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.privacy dl { 
	width: 100%;
	padding: 15;
	height:140px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align: left;
	margin:0;
	padding:0 10px;
	box-sizing:border-box;
	background-color:#ffffff;
}

.privacy dt { 
	font-weight: bold;
	padding:10px 5px;
	margin:0;
	border-bottom: 1px solid #cccccc;

}
.privacy dd { 
	padding-bottom:30px;
	margin:0;
	padding:0px 5px;
}

.conform_btn{
	margin: 30px 0;
}

.conform_btn .btn:first-child{
	margin: 0 0 20px 0;
}


.formTable{
	width: 100%;
	border: 1px solid #ccc;
}

.formTable tr{
	border: 1px solid #ccc;
}

.formTable tr:nth-child(even){
	background-color: #f7f7f7;
}

.formTable th{
	padding: 1rem;
	border: 1px solid #ccc;
	width: 30%;
}

.formTable td{	padding: 1rem;
	border: 1px solid #ccc;
}

.error_space h4{
	color: #ff0000;
	font-size: 24px;
}



}

