/* --------------------------------- フォームCSS ----------------------------------- */
.contact-img-wrapper {
    width:100%;
    height: 345px;
    box-sizing:border-box;
    background-color:#FFE400;
}
.contact-img-wrapper h2 {
    position: absolute;
    width: 100%;
    height: 345px;
    box-sizing:border-box;
    text-align: center;
    font-weight: bold;
    font-size: 62px;
    font-style: oblique;
    color: #000;
    line-height: 345px;
}
.entry-img-wrapper {
    width:100%;
    height: 345px;
    box-sizing:border-box;
    background-color:#000;
}
.entry-img-wrapper h2 {
    position: absolute;
    width: 100%;
    height: 345px;
    box-sizing:border-box;
    text-align: center;
    font-weight: bold;
    font-size: 62px;
    font-style: oblique;
    color: #FFE400;
    line-height: 345px;
}
h3 {
    width: 100%;
    box-sizing:border-box;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 68px;
    color:#000000;
    margin: 100px 0 20px 0;
}
.main-contents-wrapper p {
    color:#000;
}
.contents p{
	color:#000;
	font-size: 14px;
	line-height: 1.5;
}
input[type="submit"]{
    background-color:#000;
    border:3px solid #000;
}
input[type="submit"]:hover{
    background-color:#FFE400;
}
/* --------------------------------- contentHeader ----------------------------------- */
.contentHeader{
    width:100%;
    max-width:1100px;
	   margin:0 auto;
    box-sizing:border-box;
}
.entry-contentHeader{
    width:100%;
    max-width:1340px;
    margin:0 auto;
    box-sizing:border-box;
    background-image:url('../img/illustration06_a.png'), url('../img/illustration06_b.png');
    background-position:right bottom, left bottom;
    background-repeat:no-repeat, no-repeat;
}
.contactItem p{
    text-align:center;
    font-size:18px;
    font-weight:bold;
    line-height:2;
}
.contactItem p .small{
    font-size:18px;
}
.contactItem .b-mail{
    text-decoration:none;
    margin-top:50px;
}
.contactItem .b-mail a{
    text-decoration:none;
    color:#000;
}
/* --------------------------------- フォーム ----------------------------------- */
.contactForm .require{
    display:block;
    width:80%;
    max-width:850px;
    box-sizing:border-box;
    margin:70px auto 0 auto;
    padding-top:25px;
    background-color:#EEE;
}
.contactForm .require p{
    display:block;
    width:67%;
    box-sizing:border-box;
    margin:0 5% 0 auto;
    font-size:14px;
    font-weight:bold;
}
.formList{
    width:80%;
    max-width:850px;
    box-sizing:border-box;
    margin:0 auto;
    padding-bottom:75px;
    background-color:#EEE;
}
.formList .items{
    padding:8px 5% 8px 0;
    margin-bottom:2px;
    min-height:56px;
    box-sizing:border-box;
    overflow:hidden;
}
.formList .items p{
    float:left;
    width:25%;
    font-size:14px;
    text-align:right;
    line-height:50px;
    font-weight:bold;
}
.formList .items p:nth-of-type(1){
    padding-right:10px;
}
.formList .items .error{
    color:#f00;
}
#name-error, #kana-error, #tel-error, #mail-error, #mailch-error, #subject-error, #que2-error{
    width:70%;
	margin-top: 5px;
    /* float:left; */
    /* text-align:right; */
    /* padding-right:10px; */
}
.formList .items .inputdata{
    width:70%;
    text-align:left;
    padding-left:10px;
    font-size:18px;
}
.formList .items:nth-of-type(8) p{
    /* line-height:25px; */
}
.formList .items:nth-of-type(8) .inputdata{
    margin-bottom:65px;
}
.formList .items .error{
    width:70%;
    float:right;
}
.formList .items label .error{
    font-size:14px;
}
input,select,textarea{
    vertical-align:middle;
}
input[type=text]{
    box-sizing:border-box;
    float:right;
    border:1px solid #BBBBBB;
}
input[type=text], textarea, #subject{
    width:70%;
    max-width:800px;
    height:50px;
    box-sizing:border-box;
    background:#FFF;
    font-size:18px;
    border-radius:0;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    border:2px solid #000;
}
#subject{
    float:right;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
textarea{
    min-height:320px;
    resize:vertical;
}
.items textarea{
    width:70%;
    height:330px;
    box-sizing:border-box;
    font-size:18px;
    line-height:1.5;
    float:right;
    border:2px solid #000;
}
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}
/* --------------------------------- 入力確認 ----------------------------------- */
.submitArea{
    width:80%;
    max-width:850px;
    box-sizing:border-box;
    margin: 80px auto 80px auto;
    padding:50px;
    border:2px solid #000;
}
.personalInformation{
    width:100%;
}
.personalInformation p{
	margin-bottom: 50px;
}
.buttons{
    width:70%;
    box-sizing:border-box;
    margin:0 auto;
    text-align:center;
}
.confirmation{
    display:inline-block;
    width:100%;
    height:85px;
    margin:0;
    box-sizing:border-box;
    font-size:18px;
    font-weight:bold;
    color:#FFF;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:none;
    text-decoration:none;
}
.confirmation:hover{
    color:#000;
}
.btnarea{
    width:55%;
    margin:80px auto 400px auto;
}
.btnframe{
    width:70%;
    height:85px;
    margin:0 auto 65px auto;
    display:table;
    border:3px solid #000;
}
.btnframe a{
    display:table-cell;
    color:#000;
    vertical-align:middle;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    margin:auto;
    text-decoration:none;
    transition-duration:0.2s;
}
.privacy {
    padding: 30px;
    display: block;
    overflow: hidden;
    border: 2px solid #000;
    width: 600px;
    margin: 0px auto 100px auto
}
.contact_privacymark {
    background-color: #FFF;
    height: 75px;
    width: 75px;
    float: left;
}
.p_mark_text {
    float: left;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

/* --------------------------------- 申し込み完了ページ ----------------------------------- */
.thanksArea{
    width:70%;
    max-width:1340px;
    margin:80px auto 0 auto;
    box-sizing:border-box;
    padding-top:90px;
    padding-bottom:100px;
    background-color:#EEE;
}
.thanksArea h3{
    display: block;
    line-height:40px;
    font-size:30px;
    margin:0 auto;
}
.thanksBgi{
    width:60%;
    margin:45px auto 0 auto;
}
.thanksBgi p{
    font-size:17px;
    font-weight:bold;
}
.innerlink{
    display:block;
    margin:80px auto 200px auto;
    box-sizing:border-box;
    width:40%;
    max-width:770px;
    height:85px;
    line-height:85px;
    text-align:center;
    text-decoration:none;
    background-color:#000;
    color:#fff;
    cursor:pointer;
    font-size:20px;
    font-weight:bold;
    border:3px solid #000;
}
.innerlink:hover{
    background-color:#FFE400;
    color:#000;
}
/* --------------------------------- レスポンシブ（〜1280px） ----------------------------------- */
@media screen and (max-width: 1280px){
/* --------------------------------- 共通 ----------------------------------- */
/* .top-img-wrapper {
    height: 180px;
} */
.contact-img-wrapper {
    height: 180px;
}
.contact-img-wrapper h2 {
    height: 180px;
    line-height: 180px;
    font-size:40px;
}
.entry-img-wrapper {
    height: 180px;
}
.entry-img-wrapper h2 {
    height: 180px;
    line-height: 180px;
    font-size: x-large;
}
h2 {
    height:180px;
    line-height:180px;
    font-size:45px;
}
h3 {
    font-size:18px;
    line-height:25px;
    margin: 50px 0 25px 0;
}
.contents p{
    color:#000;
}
/* --------------------------------- contentHeader ----------------------------------- */
.entry-contentHeader{
    background-image:none;
}
.contactItem p{
    font-size:16px;
    line-height:1.3;
}
.contactItem p .small{
    font-size:14px;
}
.contactItem .b-mail{
    margin-top:30px;
}
/* --------------------------------- フォーム ----------------------------------- */
.contactForm .require{
    width:100%;
    max-width:820px;
    padding-top:35px;
    padding-left:0;
}
.contactForm .require p{
    margin:0 auto 0 20px;
    font-size:12px;
}
.formList{
    width:100%;
    max-width:820px;
    padding-bottom:40px;
}
.formList .items{
    padding:5px 20px;
    min-height:40px;
    clear:both;
}
.formList .items p{
    width:auto;
    margin-top:0;
    font-size:14px;
    text-align:left;
    line-height:20px;
}
.formList .items .error{
    color:#f00;
    width:100%;
    float:left;
}
.formList .items .inputdata{
    width:100%;
    text-align:left;
    margin-top:10px;
    margin-bottom:20px;
    padding-left:0;
}
.formList .items label .error{
    font-size:14px;
}
input,select,textarea{
    vertical-align:middle;
}
input[type=text]{
    float:right;
}
input[type=text], textarea, #subject{
    width:100%;
    height:40px;
    font-size:16px;
}
.items textarea{
    width:100%;
    max-width:820px;
    height:260px;
    margin-bottom:0;
}
/* --------------------------------- 入力確認 ----------------------------------- */
.submitArea{
    width:90%;
    margin:70px auto 100px auto;
    padding-bottom:50px;
}
.personalInformation{
    width:100%;
}
.personalInformation p{
    margin-bottom: 25px;
}
.buttons{
    width:90%;
    max-width:350px;
}
.confirmation{
    height:80px;
    font-size:17px;
}
.btnarea{
    width:90%;
    margin:60px auto 110px auto;
}
.btnframe{
    width:90%;
    max-width:350px;
    height:80px;
    margin:0 auto 30px auto;
}
.btnframe a{
    font-size:18px;
}
.privacy {
    width: 70%;
}
/* --------------------------------- 申し込み完了ページ ----------------------------------- */
.thanksArea{
    width:100%;
    max-width:820px;
    margin:65px auto 0 auto;
    padding-top:70px;
    padding-bottom:80px;
}
.thanksArea h3{
    display: block;
    line-height:25px;
    font-size:18px;
}
.thanksBgi{
    width:78%;
    margin:30px auto 0 auto;
}
.thanksBgi p{
    font-size:14px;
}
.innerlink{
    display:block;
    margin:55px auto 110px auto;
    width:75%;
    height:75px;
    line-height:75px;
    font-size:17px;
}
}
/*# sourceMappingURL=style.css.map */
