@charset 'UTF-8';
body{
 overflow-x: hidden;
	margin: 0;
}

.contebx {
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1160px;
}
.contebx p{
	letter-spacing: 0;
	font-size: 15px;
	margin: 0;
	padding: 0 0 10px;
}

.ttlBx{
	background-color: #eaf1de;
	padding: 0 0 0 2em;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.ttlBx .ttl{
	font-size: 240%;
	font-weight: normal;
}

.inBx{
	width: 960px;
	margin: 40px auto;
}

.ttlBx .sub{
  color: #627A34;	
}

.flexBx{
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.taC{
	text-align: center;
}
.mb10{
	margin-bottom: 10px;
}

/*reserve*/
.tx01 {
    text-align: center;
    margin-left: -1em;
    margin-right: -1em;
}

.tx01:before,
.tx01:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 2px;
    height: 2.5em;
    margin: 0.5em 0.64em;
    vertical-align: -1.5em;
    bottom: 0;
}

.tx01:before {
    transform: rotate(-30deg);
}

.tx01:after {
    transform: rotate(30deg);
}

.tx02{
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
	color: #333;
}

.list01{
	margin: 20px 0 20px 0;
	list-style-type: none;
}
.list01 li{
	margin-bottom: 1em;
}

.list01 li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-size:120%;
    margin-right: 0.5em;
    font-weight: 600;
	color: #c00;
}

.preBx{
	width: 34%;
	border: #AAC37A solid 3px;
	padding: 15px;
}

.txPre{
	font-weight: 600;
	color: #627A34;
	font-size: 105% !important;
}

.telWp{
	background-color: #eee;
	margin: 30px 0;
	padding: 40px 0 80px;
	position: relative;
}

.telWp:after{
position: absolute;
	background-color: #eee;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        content: "";
        z-index: 0;	
}

.telWp:before{
position: absolute;
	background-color: #eee;
        width: 100%;
        height: 100%;
        top: 0;
        right: 100%;
        content: "";
        z-index: 0;	
}

.telWp .telIn{
	display: flex;
	justify-content: space-between;
}

.telWp .shBxs {
	width: 44%;
	display: flex;
	justify-content: space-between;
}

.telWp .shBxs .ph{
	margin-right: 10px;
	width: 178px;
	height: 122px;
}

.telWp .shBxs .shNm{
font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.telWp .shBxs p{
padding-bottom: 0;	
}

.telWp .shBxs p.tlTx {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 22px;
  font-weight: bold;
}

.mfWp{
	padding: 40px 60px 30px;
	background-color: #fff;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}


/*---------------------------------------------
INPUT BUTTON
----------------------------------------------*/

.contact_f {
	width: 100%;
	border-collapse: collapse;
	margin: 30px auto 30px;
}
.contact_f td,.contact_f th{
	padding: 15px;
	border-bottom: 5px solid #fff;
}
.contact_f th.bdrT,.contact_f td.bdrT {
	border-top: 1px solid #ccc;
}

.contact_f th{
	font-weight: normal;
	background: #F0F0F0;
	width: 30%;
	padding-left: 10px;
	text-align: left;
}
.contact_f th span.req {
	color: #c00;
	font-size: 11px;
}
.contact_f td {
	background:#FFFFFF;
}

.contact_f td label {
    margin: 0 20px 0 0;
    display: inline-block;
    cursor: pointer;
}

textarea, select, input, button, .btn {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

select{
    width: 60%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding: 6px 3px;
    border: 2px solid #cfd5dd;
    border-radius: 3px;	
	background-color: #fff;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
    width: 98%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding: 6px 3px;
    border: 2px solid #cfd5dd;
    border-radius: 3px;
	margin: 5px 0;
}
textarea.dim, input.dim {
    color: #76AB5D;
    border: 1px dotted #cfd5dd;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    outline: none;
}
textarea {
    min-height: 150px;
    resize: vertical;
    overflow: auto;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
    font-size: 15px;
    text-align: center;
    padding: 10px 60px;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	border: #627A34 solid 2px;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], button:hover, .btn:hover {
    color: #fff;
    background-color: #888;
    text-decoration: none!important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="submit"].chk {
    color: #fff;
    background-color: #627A34;
}
input[type="submit"].chk:hover {
    color: #fff;
    background-color: #99AF6F;
}
input[type="checkbox"], input[type="radio"] {
    border: none;
    top: -2px;
    top: 0\9;
    margin-right: 6px;
    margin-right: 0\9;
}

input[type="checkbox"]{
	padding: 10px;
width:25px;height:25px;
}

label {
    padding-right: 3px;
}
label.ckbox {
    padding-right: 20px!important;
}
a[href^="tel:"] {
    pointer-events: none;
}

.contact_f input.long {
    width: 100%;
}

.contact_f input.middle {
    width: 290px;
}

.contact_f input.short,
.contact_f select.short{
    width: 120px;
}

#mfmsg p{
	font-size: 90%;
}

/* --------------------------------

-------------------------------- */

#contactform {
    position: relative;
    width: 800px;
    margin: 0 auto 40px;
}

#contactform #stepbox {
    position: relative;
}
#stepbox ul {
    width: 100%;
    letter-spacing: -0.4em;
    margin: 0 0 6px 0;
    overflow: hidden;
	padding: 0;
}
#stepbox ul li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #DEE5CE;
    color: #333;
    letter-spacing: normal;
    margin-right: 1%;
}
#stepbox ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #DEE5CE;
    background-color: #fff;
}
#stepbox ul li:last-child {
    width: 30%;
    margin-right: 0;
}
#stepbox ul li:last-child:after {
    content: none;
}
#stepbox ul li.current {
    background-color:#627A34;
    color: #fff;
}
#stepbox ul li.current:after {
    border-left-color: #222;
}
/* --------------------------------
-------------------------------- */

#contactform table {
    position: relative;
    width: 96%;
    margin: 10px 2%;
    font-size: 14px;
    border: none;
}
.ie8 #contactform table {
    width: 96%;
    margin: 0 2%;
}
#contactform table tr {
    width: 100%;
}
#contactform table th, #contactform table td {
    display: table-cell;
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
    color: #333;
    vertical-align: center;
}
#contactform table th {
    width: 23%;
    line-height: 3;
    /**/

    font-size: 16px;
    color: #444;
}
#contactform table td.ajst {
    padding-top: 8px;
}

#contactform table th label span {
    color: #b72626;
    font-size: 18px;
    line-height: 1;
    /**/

    vertical-align: middle;
    margin-left: 0;
    padding: 0;
}
/* req btn*/

#contactform table th .req {
    background-color: #E97669;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    /**/

    vertical-align: middle;
    margin-right: 6px;
    padding: 1px 3px;
}
#contactform table th .opt {
    background-color: #9bc415;
    color: #fff;
    font-size: 10px;
    margin-right: 6px;
    padding: 1px 3px;
}
/* ex btn*/

#contactform table td .ex {
    font-size: 11px;
    color: #555;
    margin-top: 4px;
    margin-left: 4px;
}
#contactform table td .ex .lbl {
    display: inline-block;
    background-color: #eee;
    color: #333;
    font-size: 10px;
    margin-right: 6px;
    margin-top: 4px;
    padding: 0 2px;
}
#submit, #reset {
    margin: 10px 10px 10px;
}
.note{
	font-size: 90% !important;
	color: #666;
}


#btnbox {
    margin: 10px 0;
    text-align: center;
}
#msgbox {
    position: relative;
    margin: 10px 0;
    padding: 10px 3%;
    border: 1px solid #872D36;
    color: #872D36;
}
#msgbox p.error_messe {
    line-height: 1.3;
}
#contactform h2 {
    font-size: 18px;
}
#contactform p {
    font-size: 14px;
    border-bottom: none;
}

#contactform #header {
    width: 208px;
    height:72px;
    background: url(../img_common/logo.png) no-repeat 0 24px;
    background-size: contain;
    margin: 0 auto 20px;
}


#completed{
	text-align: center;
}

#completed h2{
    color: #c00;
    font-size: 152%;
    text-align: center;
    font-weight: normal;
}
.pn{
	text-align: center;
	font-size: 120%;
	margin: 15px 0;
	color: #666;
}
#ftInfo {
    text-align: center;
    font-size: 90%;
    color: #333;
    margin-top: 20px;
}