@charset "utf-8";
.chuui_box{
	border:2px double #ff6a6a;
	background: #fffff4;
	padding:10px 10px 0 10px;
	margin:0px 20px 30px 20px;
	color:#ff6a6a;
	font-weight: bold;
}
div.contact_box{
	width:90%;
	margin:10px auto;
	font-size:16px;
	line-height: 180%;
	height:410px;
	overflow: hidden;
}

img.setp{
	margin:0 20px!important;
}

div.contact_box p{
	padding:40px 0 0 185px;
}

div.contact_box hr{
	clear: none;
	border:0;
	border-bottom:3px dotted #868686;
	margin-bottom:20px;
}

div.contact_box p.b{
	color:#1b1464;
	font-size:14px;
	padding:0 0 0 185px;
	line-height: 160%;
}

h2.contact {
    position: relative;
    text-align: center;
	font-size:30px!important;
	margin:40px 0;
	background: none!important;
	border:0!important;
}

h2.contact span {
   display: none;
}



table.formtable1,
table.formtable2{
	width:96%;
	margin:0 auto!important;
	text-align: left;
	border-collapse:collapse;
	font-size:16px;
	
}

table.formtable1 th,
table.formtable2 th{
	width:170px;
	padding:5px 0 0 20px;
	vertical-align:middle;
	border:1px solid #CCC;
	background:#f7efe8;
	border-right: 0;
}

table.formtable1 td{
	font-size:13px;
	padding:30px 10px 30px 20px;
	border:1px solid #CCC;
	border-left: 0;
	color:#666666;
}

table.formtable2 td{
	font-size:16px;
	padding:30px 10px 30px 20px;
	border:1px solid #CCC;
	border-left: 0;
	color:#666666;
}

table.formtable1 td.hisu,
table.formtable2 td.hisu{
	padding: 5px 10px 0 0;
	background:#f7efe8;

}

table.formtable1 td div{
	font-size:14px;
}

table.formtable1 td.col3,
table.formtable2 td.col3{
	text-align: center;
	border:0;
}

table.formtable1 th span.hisu{
	display: block;
	float:right;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;  
	background:#fd0901;
	color:#fff;
	width:35px;
	text-align: center;
	vertical-align:middle;
	height:22px;
	font-size:14px;
	margin-right:40px;
}

p.mess{
	margin:30px auto 0 auto;
	width:600px;
	font-size:14px;
}

div#Shiryo{
	width:90%;
	margin:50px auto;
	border:1px solid #4d4d4d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#Shiryo h3{
	background: #f1ebda;
	text-align: center;
	font-size: 26px;
	color:#4d4d4d;
	padding:10px 0;
	font-weight: normal;
	border:0!important;
}

div#Shiryo ul{
	float:right;
	list-style: none;
	margin-bottom:20px;
	text-align: left;
}

div#Shiryo ul li{
	background: url(../images/contact/li_mark.png) no-repeat center left;
	padding-left:23px;
	margin:5px 0;
}

div#Shiryo div{
	margin:15px;
	text-align: center;
	font-size:16px;
}

div#Shiryo img{
	vertical-align: top;
	float:left;
	margin-right:10px;
}

div#Shiryo img.none{
	float:none;
	display: block;
	margin:10px auto;
}

div#Shiryo hr{
	clear: both;
	border:0;
	border-bottom:3px dotted #868686;
	margin-bottom:20px;
}

.btn_box_right{
	margin:0 auto 80px auto;
	text-align:left;
	width: 350px;
	float:right;
}

.btn_box_left{
	margin:0 auto 80px auto;
	text-align:right;
	width: 350px;
	float:left;
}

div.thanks{
	width:90%;
	margin: 0 auto 30px auto;
	font-size:15px;
}

div.thanks a{
	text-decoration: underline!important;
	color:#1553a3!important;
}

div.thanks h3{
	color:#df6f81!important;
	font-size:20px!important;
	text-align: center!important;
	font-weight: bold!important;
	margin:50px 0 30px 0!important;
	border:0!important;
}

/*----------------------------- 
フォーム部品
----------------------------- */

p.red{
	font-size:14px;
	padding:10px 20px 10px 0;
	margin:30px 0 30px 0;
}


input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

}

label.ra{
	position: relative;
	display: block;
	width:120px;
	float:left;
	font-size:16px;
	margin:5px 0;
}

label.ra input[type="checkbox"] + span,
label.ra input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 27px;
}


label.ra span {
  display: inline-block;
}
label.ra input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.ra input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 18px;
}
label.ra input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px #78909c solid;
}
label.ra input[type="radio"]:checked + span::before {
  border-width: 5px;
	border-color :#39b54a;
}

select,
input[type="text"],
input[type="email"],
input[type="telephone"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}

input[type="text"]{
	width:70%;
}

input[type="text"].w,
input[type="email"].w,
input[type="telephone"].w{
    width:90%;
}


input[type="telephone"].zip{
	width:30%;
	vertical-align: middle;
	margin:0!important;
	ime-mode: disabled;
	
}

img.zip_img{
	vertical-align:middle;
	margin-left:90px;
}

textarea {
	resize: none;
}
select.err,
input[type="text"].err,
input[type="email"].err,
input[type="telephone"].err,
textarea.err {
    padding: 0.8em;
    outline: none;
    border: 1px solid #e34264;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	background:#fcecef;
}


select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="telephone"]:focus,
textarea:focus {
    background:#effcfe;
    border: 2px solid #8ad0c5;
}

input[type="radio"]:focus{
	background:#effcfe;
}

input.s_btn02 {
	margin:15px 0 0 0;
    border-radius: 0;   
   	background:#fff;
    border: 2px solid #34aa9a;
    color: #34aa9a;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:16px;
	width:200px;
}

.image-btn_kakunin {
    border: 0px;
    width: 250px;
    height: 60px;
    background: url(../images/contact/next.png) left top no-repeat;
	cursor:pointer;	
}
.image-btn_back{
	border: 0px;
    width: 250px;
    height: 62px;
    background: url(../images/contact/back.png) left top no-repeat;
	cursor:pointer;	
}

.image-btn_send{
	border: 0px;
    width: 250px;
    height: 61px;
    background: url(../images/contact/send.png) left top no-repeat;
	cursor:pointer;	
}


input.s_btn02:hover {
   background:#34aa9a;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.s_btn01 {
	width:200px;
	margin:15px 0 0 0;
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 2px solid #ccc;
    color: #999;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size:16px;
}
input.s_btn01:hover {
	
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*　ime-mode 設定　*/
input.ime1 { sime-mode: auto; }
input.ime2 { ime-mode: active; }
input.ime3 { ime-mode: disabled; }
textarea.ime4 { ime-mode: inactive; }
input.ime5 {ime-mode: inactive;}

.common_r{
    background: url(../images/base/common_link.png) no-repeat;
    background-size: 360px;
    width: 360px;
    height: 38px;
    color: #fff!important;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    padding: 5px 35px 0 0;
    font-size: 18px;
    margin: 20px 0 0 100px;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pt0{
    padding-top: 0!important;
}
.pt10{
    padding-top: 10px!important;
}