body {
	background:#EEEEEE;
}
/* ===============================================
	header
=============================================== */
#popupcontsout{
	display:none;
}
#popupconts h4{
	width:100%;
	margin:0 auto 20px;
	background:#888;
	padding:10px 15px;
	box-sizing:border-box;
	color:#FFFFFF;
	font-size:110%;
	text-align:center;
}
#popupconts dl{
	width:90%;
	margin:0 auto;
}
#popupconts dl dt,
#popupconts dl dd{
	text-indent: -2.6em;
	padding-left: 2.6em;
}
#popupconts dl dt{
	border-bottom:1px solid #000;
	font-weight:bold;
}
#popupconts dl dd{
	margin-top:10px;
	margin-bottom:20px;
	line-height:130%;
}
#popupconts dl dt span{
	font-size:130%;
	font-weight:bold;
	color:#52789E;
	vertical-align:middle;
}
#popupconts dl dd span{
	font-size:130%;
	font-weight:bold;
	color:#FFA554;
	vertical-align:middle;
}
@media screen and (max-width:740px){
#popupconts dl{
	width:98%;
	margin:0 auto;
}
#popupconts{
	font-size:70%;
}
}
h1{
	background:#000;
}
h1 span{
	display:block;
	max-width:1400px;
	margin:0 auto;
}
h2{
	width:100%;
	background:#0b3e8f;
	color:#FFF;
	padding:15px 0;
}
h2 span{
	display:block;
	max-width:1400px;
	margin:0 auto;
	font-size:32px;
	line-height:140%;
	text-align:center;
}
a{
	color:#039;
	text-decoration:underline;
}


/* ===============================================
	contents
=============================================== */
.contents{
	max-width:1400px;
	margin:0 auto 0px;
}
.contents h3{
	width:80%;
	margin:10px auto 20px;
	box-sizing:border-box;
	background:#E9F5FF;
	font-size:120%;
}
.contents h3.mail{
	background:url(../images/sample/icon_mail.png) no-repeat 20px center #E9F5FF;
	padding:15px 0 15px 75px;
}
.contents h3.tel{
	background:url(../images/sample/icon_tel.png) no-repeat 20px center #E9F5FF;
	padding:15px 0 15px 85px;
}
.contents h3.team{
	background:url(../images/sample/icon_team.png) no-repeat 20px center #E9F5FF;
	padding:15px 0 15px 65px;
}

.contents h4{
	width:80%;
	margin:0 auto 10px;
	background:#888;
	padding:10px 15px;
	box-sizing:border-box;
	color:#FFFFFF;
	font-size:105%;
}
.contentsinr{
	background:#FFF;
	padding:20px 0 80px;
}
.thanx{
	min-height:300px;
	padding-top:50px;
}

.contentsinr div.mdstxt{
	width:80%;
	margin:0 auto;
	padding-bottom:20px;
}
.thanx div.mdstxt{
	text-align:center;
}
.contentsinr div.caution{
	border:#DDD 2px solid;
	margin-bottom:20px;
	padding:10px;
	width:80%;
	box-sizing:border-box;
}
.contentsinr div.confirmtxt{
	font-size:140%;
	font-weight:bold;
	text-align:center;
}
.contentsinr div.confirmtxt span{
	font-size:60%;
	display:block;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
}

.contentsinr div.mdstxt p{
}
.contentsinr div.mdstxt p span{
	display:block;
	text-indent: -1em;
	padding-left: 1em;
}
.contentsinr div.mdstxt span.red{
	color:#C00;
}

table.form_tbl{
	width:80%;
	margin:0 auto;
	margin-bottom:30px;
	border-top:2px solid #F7F7F7;
	/*border-top:5px solid #EEE;
	border-left:5px solid #EEE;*/
}
table.form_tbl th{
	padding:14px 10px;
	font-weight:bold;
	width:25%;
	padding:27px 10px;
	line-height:110%;
	font-size:110%;
	vertical-align:top;
}
table.form_tbl td{
	padding:14px 10px;
	vertical-align:top;
}
table.confirm th{
	padding:25px 10px;
	line-height:120%;
}
table.confirm td{
	padding:25px 10px;
	line-height:120%;
}
table.form_tbl th,
table.form_tbl td{
	/*border-right:5px solid #EEE;*/
	border-bottom:2px solid #F7F7F7;
}
table.form_tbl td input,
table.form_tbl td textarea{
	line-height:110%;
	font-size:110%;
	padding:10px;
	color:#000;
	border:#EEE 2px solid;
	box-sizing:border-box;
	background:#EEE;
}
table.form_tbl td input:focus,
table.form_tbl td textarea:focus {
    border:solid 2px #EEA34A;
	background:#FFF;
	overflow : hidden;
    outline : none;
}
table.form_tbl .red{
	font-size:77%;
	color:#C00;
}
table.form_tbl .hissu{
	font-size:77%;
	color:#C00;
}
.mdstxt .hissu{
	font-size:77%;
	color:#C00;
	margin-top:-20px;
	text-align:right;
}
table.form_tbl .mini{
	font-size:77%;
	font-weight:normal;
	display:inline-block;
}
table.form_tbl td input.w100,
table.form_tbl td textarea.w100{
	width:100%;
}
table.form_tbl td input.w50{
	width:498px;
}
table.form_tbl td input.w40{
	width:120px;
}
table.form_tbl td input.w20{
	width:150px;
}
table.form_tbl td input.w10{
	width:80px;
}
table.form_tbl td input.em2{
	width:60px;
}
table.form_tbl td input.radio,
div.footconts input.radio{
	margin:14px 10px 14px 0;
}
table.form_tbl td input.check{
	margin:7px 10px 7px 0;
}
table.form_tbl td p{
	font-size:85%;
	margin-top:5px;
}
table.form_tbl td p.li{
	font-size:85%;
	margin-top:5px;
	text-indent: -1em;
	padding-left: 1em;
}
table.seihin{
	border-top:2px solid #CCC;
	border-right:2px solid #CCC;
}
table.seihin td,
table.seihin th{
	vertical-align:middle;
	border-bottom:2px solid #CCC;
	border-left:2px solid #CCC;
}
table.seihin th{
	padding:10px 0;
	text-align:center;
	background:#EEE;
}
table.seihin td{
	padding:10px 20px;
	text-align:center;
	line-height:150%;
}
table.seihin td .em2{
	margin:5px 0;
}
table.seihin td span{
	display:none;
}
table.seihin input{
	padding: 5px !important;
}

select{
	border:none;
	font-size:110%;
	background:#EEE;
	height:40px;
	width:5em;
	border:#EEE 2px solid;
	box-sizing:border-box;
}
select.select02{
	border:none;
	font-size:110%;
	background:#EEE;
	height:40px;
	width:auto !important;
	border:#EEE 2px solid;
	box-sizing:border-box;
}
select:focus{
}
select option{
}

.placeholder{
	top:0px;
	left:0px;
	line-height:110%;
	font-size:110%;
	padding:0 10px 0;
	color:#999;
	overflow:hidden;
	position:absolute;
	zIndex:99;
}

table.form_tbl table{
	width:70%;
}
table.form_tbl table th,
table.form_tbl table td{
	border-bottom:none;
	vertical-align:middle;
	text-align:left;
}
table.form_tbl table th{
	padding:5px 3px;
	font-weight:normal;
	font-size:90%;
	width:9em !important;
}
table.form_tbl table.checktbl th{
	width:2em !important;
}
table.form_tbl table td{
	padding:5px 3px;
}
.form_text-small{
	margin-right:10px;
}


div.footconts{
	width:80%;
	margin:0 auto 80px;
	text-align:center;
}
div.footconts p{
	width:84%;
	margin:0 auto 10px;
	text-align:left;
}
div.footconts p span.bigtxt{
	display:block;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
div.footconts input.radio{
	margin-bottom:50px;
}
input[type="submit"] {
    -webkit-appearance: none;
	font-size:23px;
	border:#0b3e8f 5px solid;
	background:#FFF;
	color:#0b3e8f;
	padding:13px 40px;
	cursor:pointer;
	min-width:300px;
	margin-bottom:20px;
}
.submit02 input[type="submit"] {
	border:#CCC 5px solid;
	color:#555;
}
input[type="submit"]:hover {
	background:#0b3e8f;
	color:#FFF;
}

table.contact_tbl{
	width:80%;
	margin:0 auto;
	margin-bottom:30px;
	border-top:1px solid #333;
	border-right:1px solid #333;
}
table.contact_tbl th{
	font-weight:bold;
	width:17%;
	text-align:center;
	padding:10px;
	vertical-align:middle;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	background:#EEE;
}
table.contact_tbl td{
	padding:10px 20px;
	vertical-align:middle;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
.kensaki{
	display:inline-block;
	margin-right:10px;
}


.bold{
	font-weight:bold;
}
.copy{
	text-align:center;
}
.mgb15{
	margin-bottom:15px;
}
.font110{
	font-size:100% !important;
}


@media screen and (max-width:1400px){
.contents{
	padding:0 50px;
}
h1 span,
h2 span{
	padding:0 50px;
	font-size:145%;
}
}


@media screen and (max-width:1100px){
h1 span,
h2 span{
	padding-left:20px;
	font-size:130%;
}
.contents{
	padding:0 20px;
}
.contents h3{
	width:90%;
}
.contents h4{
	width:90%;
}
.contentsinr div.mdstxt{
	width:90%;
}
.contentsinr div.caution{
	width:90%;
}
table.form_tbl{
	width:90%;
}
table.contact_tbl{
	width:90%;
}
div.footconts{
	width:90%;
}
}

@media screen and (max-width:850px){
table.form_tbl td input.w20{
	width:100px;
}
.contents{
	padding:0 10px;
}
.contents h3{
	width:96%;
}
.contents h4{
	width:96%;
}
.contentsinr div.mdstxt{
	width:96%;
}
.contentsinr div.caution{
	width:96%;
}
table.form_tbl{
	width:96%;
}
table.contact_tbl{
	width:96%;
}
div.footconts{
	width:96%;
}
}

@media screen and (max-width:740px){
* {
    -webkit-appearance: none;
}
.contents{
	margin:0 auto 10px;
}
.contentsinr{
	padding:10px 0 30px;
}
h1 span{
	margin:0 auto;
	width:100%;
	padding-left:10px;
}
h1 span img{
	width:30%;
}
h2{
	padding:15px 0;
}
h1 span,
h2 span{
	padding:0 0px;
}
h2 span{
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
}
.contentsinr div.mdstxt{
	width:96%;
	font-size:80%;
	padding-bottom:10px;
}
.contentsinr div.caution{
	margin-bottom:10px;
	padding:5px;
	width:92%;
}
.contents{
	padding:0 10px;
	font-size:80%;
}
.contents h3.mail{
	background:url(../images/sample/icon_mail.png) no-repeat 10px center #E9F5FF;
	background-size:30px auto;
	padding:10px 0 10px 50px;
}
.contents h3.tel{
	background:url(../images/sample/icon_tel.png) no-repeat 10px center #E9F5FF;
	background-size:30px auto;
	padding:10px 0 10px 55px;
}
.contents h3.team{
	background:url(../images/sample/icon_team.png) no-repeat 10px center #E9F5FF;
	background-size:30px auto;
	padding:10px 0 10px 45px;
}
.contents h4{
	padding:6px 15px;
}
table.form_tbl {
    width: 96%;
}
table.form_tbl th,
table.form_tbl td{
	display:block;
	width:100%;
}

table.contact_tbl th,
table.contact_tbl td{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 0;
	text-align:center;
}
table.form_tbl th{
	padding:10px 0px 0;
	line-height:110%;
	font-size:110%;
	border-bottom:none;
}
table.form_tbl td{
	padding:10px 0px;
	vertical-align:top;
}
table.form_tbl td input.w100{
	width:100%;
}
table.form_tbl td input.w50{
	width:80%;
}
table.form_tbl td input.w20{
	width:20%;
}
table.form_tbl td input.w10{
	width:15%;
}
table.form_tbl td input {
	padding:5px 10px;
}
table.seihin th{
	display:none;
}
table.seihin td.s_name{
	background:#EEE;
	box-sizing:border-box;
}
table.seihin td span{
	display:block;
}
input[type="radio"],
input[type="checkbox"]{
  width:20px !important;
  height:20px !important;
  border:2px solid #19283C !important;
  border-radius:20px;
  background:transparent;
  opacity:0.5;
  width:100%;
  padding:0 !important;
  margin:0 5px 0 0 !important;
  line-height:100% !important;
  vertical-align:bottom !important;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
  background:#19283C !important;
  opacity:1;
}

select,
select.select02 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background:#EEE url(../images/sample/arw_select_down.png) no-repeat;
    background-size:13px 13px;
    background-position: right center;
	padding-left:5px;
	padding-right:10px;
	height:36px;
}
select.select02{
	font-size:90%;
}

table.form_tbl table th{
	width:100%;
}

div.footconts p span.bigtxt{
	margin-top:30px;
}
div.footconts p span.bigtxt span{
	display:block;
}

input[type="submit"] {
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
}

div.confirm input[type="submit"] {
	margin-top:0px;
}

.thanx{
	min-height:100px;
	padding-top:20px;
}
}