@charset "utf-8";

/* --------------------------------
   □ contact
--------------------------------*/
.contents main .accentBox {
    padding-top: 82px;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
}
.contents .accentBox h2{
    font-size: 100%;
}
.contents .accentBox .lv3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.contents .accentBox .lv3 .jp {
    margin-bottom: 0;
}
.contents section{
	padding: 0;
}
.contents .chapter{
	width: 808px;
    margin-bottom: 120px;
}
.contents p.error{
	display:block;
	color:#BF5D7F;
	margin:8px 0;
	font-size: 93.75%;
}
.contents p.error.bold{
	margin-bottom: 30px;
    line-height: 1.8;
}
.contents main .chapter p.center,
.contents main .chapter p.message,
.contents main .chapter p.checktext{
	text-align: center;    
    line-height: 1.8;
}

.contents main .chapter p.checktext{
	margin-bottom: 50px;
}

.contents main .message{
	text-align: center;
	margin-bottom: 58px;
}

/* --------------------------------
   □ .tableStyle
-------------------------------- */ 
form table.tableStyle{
	border:0;
	width:100%;
	margin: 50px 0;
}

form table.tableStyle th{
    padding:40px 20px 30px 0;
    width: 30%;
    min-width: 260px;
    vertical-align: top;
    font-weight: 700;
}
form table.tableStyle tr.alignM th {
    padding: 30px 20px 30px 0;
}
form table.tableStyle th span.req{
    font-weight:700;
    border-radius: 15px;
    color: #fff;
    background-color: #BF5D7F;
    font-size: 81.25%;
    padding: 2px 16px;
    text-align: center;
    float: right;
}
form table.tableStyle td input.short{
    box-sizing:border-box;
    width:30%;
}	
form table.tableStyle td select{
    box-sizing:border-box;
    width:40%;
}	
form table.tableStyle td input.middle{
    box-sizing:border-box;
    width:100%;
}
form table.tableStyle td textarea{
    box-sizing:border-box;
    width:100%;
    line-height: 1.8;
}
form table.tableStyle td .sample{
    display:block;
    font-size: 86.66%;
    margin-top: 0.5em;
}   
form table.tableStyle tr.add > td{
    padding-top: 15px
}
form table.tableStyle .inTable{
    width:100%;
    margin-top:-15px;
}	
    form table.tableStyle .inTable tr:first-child{
        border-top: none;
    }
    form table.tableStyle .inTable tr:first-child td{
        padding: 30px 0 0 0;
    }
    form table.tableStyle .inTable tr:last-child{
        border-bottom: none;
    }
	form table.tableStyle .inTable th{
        display: none;
	}
	form table.tableStyle .inTable tr:last-child th,
    form table.tableStyle .inTable tr:last-child td{
        padding-bottom:0;
	}
        form table.tableStyle .inTable tr {
        border-top: none;
    }
    form table.tableStyle .inTable td {
        padding: 15px 0 0 0;
    }    
    form table.tableStyle .autoSearch a{
        display: inline-block;
        width: 120px;
        box-sizing: border-box;
        padding: 13px 10px;
        color: #fff;
        background: #49565E;
        border-radius: 4px;
        letter-spacing: 0.06em;
        margin-left: 16px;
    }

form table.tableStyle td p.buttonStyle{
    display: inline-block;
    margin-left: 20px;
}
	form table.tableStyle td p.buttonStyle a{
		padding: 8px 40px;
		font-size: 93.75%;
		width: 100%;
		background: #a67f63;
		color: #fff;
		box-shadow: none;
		border: none;
	}

ul.submitArea{
	text-align:center;
}
    ul.submitArea li{
        display:inline-block;
        margin:0 20px;
        width: calc( 50% - 40px);
        max-width: 360px;
    }
    ul.submitArea li.buttonStyle button,
    ul.submitArea li.buttonStyle a{
        height: 50px;
        padding: 14px 20px;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        color: #fff;
        background: #B0954F;
        transition: all 300ms 0s ease;
        border-radius: 8px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M" , "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        line-height: 1.5;
        font-size: 100%;
        border: none;
        width: 100%;
    }
    ul.submitArea li.buttonStyle button:hover,
    ul.submitArea li.buttonStyle a:hover {
        opacity: 0.7;
        text-decoration: none;
    }

ul.submitArea li.buttonStyle.bg_gray button,
ul.submitArea li.buttonStyle.bg_gray a {
        background-color: #ACACAC;    
    }

#submitButton.disabled {
    background: #666;
    border: #666;
    opacity: 0.5;
}
#submitButton.disabled:hover{
	color: #fff;
}
#submitButton.disabled span:hover{
	background: none;
	color: #fff;	
}
#submitButton.disabled span:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.complete{
    margin-bottom: 80px; 
}
.complete h3{
	margin-bottom:40px;
    font-size: 200%;
    line-height: 1.5;
}
.complete p.text{
	margin-bottom:80px;
    line-height: 2;
}
.complete .buttonStyle{
    margin: auto;
    max-width: 360px;
}
.complete .buttonStyle a{
    width: 100%;
    line-height: 1.5;
}

@media (max-width: 900px) {
    #contact main .chapter{
        width:auto;
        margin-left:4%;
        margin-right:4%;
    }
    ul.submitArea li {
        max-width: 300px;
    }
}

@media only screen and
(max-width : 767px) {
	
    /* --------------------------------
       □ 
    -------------------------------- */ 
    .contents main .accentBox {
        padding-top: 59px;
        height: 200px;
    }
    #contact main .chapter {
        width: auto;
        margin: 0 0 50px 0;
    }
    .contents main .message{
        margin-bottom: 30px;
    }
    .contents  p.text {
        margin-bottom: 25px;
    }
    .contents main .chapter p.center,
    .contents main .chapter p.message, 
    .contents main .chapter p.checktext {
        text-align: left;
        font-size: 93.75%;
    }
    .contents main .chapter p.checktext {   
        margin-bottom: 30px;
    }

    /* --------------------------------
       □ .tableStyle
    -------------------------------- */ 
    form table.tableStyle {  
        margin: 20px 0;
    }
    form table.tableStyle th,
    form table.tableStyle td{
        display:block;
        border:0;
        width: 100%;
        font-size: 100%;
    }
    form table.tableStyle th,
    form table.tableStyle tr.alignM th{
        width:auto;
        padding: 8% 0 0 0;
        min-width: inherit;
    }
    form table.tableStyle td,
    form table.tableStyle tr.alignM td{
        display:block;
        border:0;
        padding: 4% 0 8% 0;
        width: 100%;
        font-size: 100%;
    } 
    form table.tableStyle .inTable tr:first-child td {
        padding: 4% 0 1% 0;
    }
    form table.tableStyle th span.req {
        float:none;
        display: inline-block;
        margin-left: 10px;
    }
    form table.tableStyle td select,
    form table.tableStyle td input.short,
    form table.tableStyle td input.middle {
        width:100%;
        font-size: 93.75%;
    }
    form table.tableStyle tr.zip td input {
        width: 48%;
    }
    form table.tableStyle .autoSearch a{
        width: 48%;
        margin: 0 0 0 2%;
        font-size: 93.75%;
    }

    ul.submitArea{
        overflow: hidden;
        margin: 0;
    }
    ul.submitArea li{
        margin: 0;
        width: 100%;
        max-width: 360px;
        margin-bottom: 20px;
    }
    ul.submitArea li.buttonStyle button, 
    ul.submitArea li.buttonStyle a {
        width: 100%; 
        margin: 0;
        font-size: 93.75%;
    }

    .checktext{
        margin-bottom:3%;
        padding-top:3%;
    }
    .contents .complete h3{
        font-size: 175%;
        margin-bottom:30px;
    }
    .complete p.text{
        margin-bottom:3%;
        line-height: 2;
        font-size: 93.75%;
        text-align: left;
    }
    .complete .buttonStyle{
        margin-top:50px;
    }

}