@charset "Shift-JIS";

html {
	position: relative;
	min-height: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	line-height: 1.5;
	letter-spacing: 0.12em;
}


img {
	max-width: 100%;
	vertical-align: bottom !important;
	border: none;
}


a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a.white{
	color: #fff !important;
}

form{
	margin-bottom: 0;
}

.clearfix::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

h1, h2, h3 ,h4{
	margin: 0;
	padding: 0;
}


ul, li, dl, dt, dd{
	margin: 0;
	padding: 0;
	font-weight:normal;
}

ul{
	list-style: none;
}

ol{
	margin: 0 -1em;
}


ul.num li{margin-left:20px;padding-bottom:5px;list-style-type: decimal}
ul.disc li{margin-left:20px;padding-bottom:5px;list-style-type: disc}

.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}

.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}

.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}

.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}

.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}


.wd100{width: 100% !important;}

.txt_red{color: #d20000 !important;}
.txt_bold{font-weight:bold !important;}

.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font24{font-size: 24px;}


.fa_right{
	float:right;
}

.fa_right::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fa_left{
	float:left;
	padding-right: 6px;
}

.fa_left::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}

@media screen and (max-width: 768px) {
	h1{
	margin: 0 10px 30px 10px;
	font-size: 16px;
	}
}

h2{
	color:#005AAA;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

@media screen and (max-width: 768px) {
	h2{
	margin: 0 10px 10px 10px;
	font-size: 15px;
	}
}

h3{
	color:#818181;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
/*
.contents{
	margin-bottom: 50px;
}

main{
	margin-bottom: 50px;
}
*/

.contents{
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.wrapper{
	}
	.contents{
		margin-top: 25px;
	}
}

@media screen and (min-width: 768px) {
	.wrapper{
		max-width: 980px;
		margin: 0 auto;
	}
	.contents{
	}
}

/*header ****************************/
header{
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	header{
		margin-bottom: 40px;
	}
}

.headerlogo{
	padding: 15px 10px 0 10px;
	max-width: 230px;
}


/*
/*お問い合わせ*****************************/
table.register{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

table.register th{
	background-color: #eee;
	text-align: left;
}

table.register td{
	vertical-align: middle !important;
}

table.register td ul.soudan{
	letter-spacing: -.4em;
}

table.register td ul.soudan li{
	display: inline-block;
	width: 30%;
	letter-spacing: normal;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	table.register td ul.soudan li{
		width: 50%;
	}
}


table.register td ul.option{
	margin-bottom: 10px;
}

table.register td ul.option li{
	width: 100%;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	table.register input[type="text"]{
		width: 50%;
	}
	
	table.register textarea{
		width: 80%;
	}
	
	
	table.register th,td{
	padding: 10px;
	border: 1px solid #ccc;
	}
	
	table.register th {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	table.register input[type="text"]{
		width: 100%;
	}
	
	table.register textarea{
		width: 100%;
	}
	
	table.register{
		border-top: 1px solid #ccc;
	}
	
	table.register th,td {
		display: block;
	}
	
	table.register th{
		border: none;
		padding: 10px;
	}
	
	table.register td{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 15px 10px;
	}
}

table.register input.short{
		width: 100px;
}

@media screen and (min-width: 768px) {
	.kiyaku_box{
		padding: 20px;
		border: 1px solid #ccc;
		text-align: center;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.kiyaku_box{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 15px 10px;
		margin-bottom: 40px;
	}
}

.kiyaku_box a{
	text-decoration: underline;
}

.submit_btn_box{
	text-align: center;
}

.submit_btn_box input{
	padding: 10px 20px;
	font-size: 16px;
}

.error_box{
	margin-bottom: 20px;
	color: #d20000;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.error_box{
		margin: 0 10px 20px;
	}
}
.error{
	color: #d20000;
}

.required{
	color: #d20000;
}

.caution{
	margin: 0 0 20px 0;
}

.conf_disc{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.caution{
		margin: 0 10px 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	.conf_disc{
		margin: 0 10px 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	.finish_page{
		margin: 0 10px;
	}
	
	.finish_page h2{
	margin: 0 0 10px 0;
	}
	
	.error_page{
		margin: 0 10px;
	}
	
	.error_page h2{
	margin: 0 0 10px 0;
	}
}

p.notes{
	margin-top: 5px;
	color: #333333;
	font-size: 12px;
}

.inline{
	display: inline-block;
}

.center{
	text-align: center;
}

.terms_box{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.terms_box{
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

dl.common_dl{
}

dl.common_dl dt{
	border-bottom: 2px solid #005AAA;
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #005AAA;
	margin-bottom: 10px;
}

dl.common_dl dd{
	margin-bottom: 20px;
}

dl.common_dl dd:last-child{
	margin-bottom: 0;
}

button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}

/*company*************************************/
@media screen and (max-width: 768px) {
	.company_box{
		margin: 0 30px;
	}
}

.company_box table{
	border-collapse: collapse;
	text-align: left;
}

.company_box table th{
	width: 34%;
	padding: 15px 10px;
	vertical-align: top;
	border: 1px solid #6f6f6f;
	font-weight: normal;
}

.company_box table td{
	width: 66%;
	padding: 15px 10px;
	vertical-align: top;
	border: 1px solid #6f6f6f; 
}
