@charset "utf-8";

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-feature-settings: normal;
  /* font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
}

/*--------------------------
	header
--------------------------*/
header {
    width:100%;
    /* background:#296235; */
    text-align: left;
    border-bottom:1px solid #084f5f;
}
header h1 {
    height: 30px;
}
header img {
    max-width: 100%;
    max-height: 100%;
}

/*--------------------------
	footer
--------------------------*/

footer {
    width:100%;
}
footer .copyright {
    font-size: 11px;
    text-align: center;
    padding: 10px;
    color: #a0a0a0;
}


/*--------------------------
	inquiry
--------------------------*/
#contentsLower.inquiryPage .topTxt,
#mfp_confirm_table {
	font-size: 80%;
	line-height: 1.6;
}
#contentsLower.inquiryPage .text_sumai {
	font-size:90%;
	font-weight:bold;
	color:#FF0004;
	margin:0 0 20px;
}
#contentsLower.inquiryPage h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px auto 40px;
    letter-spacing: 2px;
}
#contentsLower.inquiryPage h4 {
    text-align: left;
    font-size: 17px;
    line-height: 1.7;
    margin: 0px auto 20px;
    text-align: center;
    font-weight: bold;
}
#contentsLower.inquiryPage p.hissu {
    text-align: left;
    font-size: 12px;
    line-height: 1.7;
    margin: 0px auto 10px;
    text-align: left;
    font-weight: normal;
}
#contentsLower.inquiryPage p span {
    color: #B30000;
}
#contentsLower.inquiryPage p.att-privacy {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 auto 40px;
    padding: 20px 10px;
    border: 1px solid #D2D2D2;
}
#contentsLower.inquiryPage .req_txt {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 auto 40px;
    padding: 20px 10px;
    border: 1px solid #B30000;
}
#contentsLower.inquiryPage .req_txt p { color: #B30000;}
#contentsLower.inquiryPage .req_txt p:first-of-type { margin: 0 0 10px;}

/*-----------------------------------------
     フォーム装飾
-----------------------------------------*/
#contentsLower.inquiryPage .mailform {
	width: 100%;
	font-size: 14px;
    line-height: 2;
	margin-bottom: 40px;
}
#contentsLower.inquiryPage .mailform td a {
	text-decoration: underline;
}
#contentsLower.inquiryPage .mailform th {
    border-bottom: 1px solid #FFFFFF;
    line-height: 1.5;
}
#contentsLower.inquiryPage .mailform th span {
	color: #B30000;
	line-height: 1.5;
}
#contentsLower.inquiryPage .mailform td h4 {
    width:98%;
    padding: 5px 0 5px 10px;
    margin: 7px 0 0;
    font-weight: bold;
    background: #EFEFEF;
}
#contentsLower.inquiryPage .mailform td p.hissu {
    width:98%;
    padding: 5px 0 5px 10px;
    margin: 7px 0 0;
    font-weight: bold;
    background: #EFEFEF;
}

.policy {
    font-size: 0.7rem;
    letter-spacing: 0.03rem;
    line-height: 1.5;
    margin: 0 auto 50px;
}
/*-----------------------------------------
     thanksページ
-----------------------------------------*/
.thanks {
    text-align: center;
}


/*-----------------------------------------
     for PC (640px以上)
-----------------------------------------*/
@media screen and (min-width: 640px) {
    .pc {
        display: block;
    }
    .sp {
        display:none;
    }

    header {
        padding: 20px 0;
    }
    header h1 {
        margin: 0 0 0 3%;
    }
#contentsLower.inquiryPage {
margin-top: 0;
	margin-bottom: 50px;
}
#contentsLower.inquiryPage .mailform .pc { display: block;}
#contentsLower.inquiryPage .mailform .sp { display: none;}

#contentsLower {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
	padding: 2%;
	background-color: #FFF;
}
.pageInner {
	width: 100%;
	text-align: left;
}
#contentsLower.inquiryPage .mailform .form_box input,
#contentsLower.inquiryPage .mailform .form_box select {
	margin-bottom: 5px;
  border-radius: 3px;
}
#contentsLower.inquiryPage .mailform .form_box input {
    font-size: 16px;
    padding: 4px 0 4px 5px;
    border: 1px solid #C4C4C4;
}
#contentsLower.inquiryPage .mailform .form_box select {
    font-size: 14px;
    /* width:50%; */
    padding: 8px 0;
    border:1px solid #C4C4C4;
}
#contentsLower.inquiryPage .mailform .form_box span {
	display:inline-block;
}
#contentsLower.inquiryPage .mailform,
#mfp_confirm_table {
	border-top: solid 1px #ddd;
}
#contentsLower.inquiryPage .mailform th,
#mfp_confirm_table th {
	width: 28%;
	padding-left: 2%;
	vertical-align: middle;
  background: #EEE;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
#contentsLower.inquiryPage .mailform td,
#mfp_confirm_table td {
	width: 66%;
	padding: 20px 0 15px 4%;
  background: #f9f9f9;
  border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	vertical-align: middle;
}

#contentsLower.inquiryPage .mailform textarea {
    padding: 8px 5px;
    border:1px solid #C4C4C4;
    border-radius: 3px 3px;
}

#contentsLower.inquiryPage .mailform td .formTtl { margin-top: 6px;}
#contentsLower.inquiryPage .mailform td .floatL { margin-right: 15px;}



div.mfp_buttons,
div.mfp_buttons2 {
	width:280px;
	height:60px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
}
div.mfp_buttons button,
div.mfp_buttons2 button {
	width:280px;
	height:60px;
	display:block;
	border: none;
	border-style: none;
	cursor: pointer;
	font-size:0;
	text-indent:-9999px;
}
div.mfp_buttons {
    width:80%;
    display: flex;
    justify-content: space-evenly;
    margin: 30px auto;
    }

div.mfp_buttons button#mfp_button_confirm {
    width:280px;
    margin: 0 auto;
	background: url(../img/btn_confirm.png) 0 0;
}
div.mfp_buttons button#mfp_button_confirm:hover {
	background-position:0 -60px;
}

div.mfp_buttons button#mfp_button_send {
    width:280px;
	background:url(../img/mfp_send.png) 0 0;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-position:0 -60px;
}
div.mfp_buttons button#mfp_button_cancel {
	margin-bottom: 10px;
    width:280px;
	background:url(../img/mfp_cancel.gif) 0 0;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-position:0 -60px;
}

.txtconfirm { text-align: center;}

#mfp_confirm_table {
	width: 730px;
	margin: 0 auto 50px;
}
#contentsLower.inquiryPage .mailform td textarea {
    width:85% !important;
    font-size: 15px;
}



}

/*-----------------------------------------
     for SP (639px以下)
-----------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 639px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .lowerConBoxInner {
        width:90%;
        margin: 0 auto;
    }

#contentsLower.inquiryPage .mailform .pc { display: none;}
#contentsLower.inquiryPage .mailform .sp { display: block;}

    header{
        padding: 15px 0 5px;
        text-align: center;
    }
    header h1{
        margin: 0;
    }
    header img {
        max-width: 280px;
        margin: 0 auto;
        text-align: center;
    }
#contentsLower {
	width: 100%;
	background-color: #FFF;
}
#contentsLower.inquiryPage {
margin-top: 0;
	margin-bottom: 50px;
}
.pageInner {
	width: 96%;
	font-size: 16px;
	margin: 20px auto 0px;
	padding: 5% 0;
}
#contentsLower.inquiryPage .mailform,
#mfp_confirm_table {
	font-size: 15px;
	width: 100%;
	text-align:left;
    margin: 0 auto 50px;
    border: solid 1px #ddd;
    border-bottom:none;
}
#contentsLower.inquiryPage .mailform .form_box input,
#contentsLower.inquiryPage .mailform .form_box select {
	height: 34px;
	margin-bottom: 5px;
    font-size: 16px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
#contentsLower.inquiryPage .mailform th,
#mfp_confirm_table th {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	padding: 8px 8px 8px 2%;
	font-weight: bold;
  background: #EEE;
	border-bottom: solid 1px #ddd;
  box-sizing: border-box;
	/* background-color: #E4E4E4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; */
}
#contentsLower.inquiryPage .mailform td,
#mfp_confirm_table td {
	display: block;
	border: none;
	padding: 13px 8px;
	vertical-align: top;
	line-height: 1.5;
	width: 100%;
  background: #f9f9f9;
	border-bottom: solid 1px #ddd;
  box-sizing: border-box;
}
#contentsLower.inquiryPage .mailform .name_box .floatL {
	display: block;
	margin-bottom: 10px;
}
#contentsLower.inquiryPage .mailform td .formTtl { margin-top: 6px;}
#contentsLower.inquiryPage .mailform .q_list .floatL {
	display: block;
	width: 80%;
	margin: 0 10%;
}

div.mfp_buttons,
div.mfp_buttons2 {
	width:280px;
	height:60px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
}
div.mfp_buttons button,
div.mfp_buttons2 button {
	width:280px;
	height:60px;
	display:block;
	border: none;
	border-style: none;
	cursor: pointer;
	font-size:0;
	text-indent:-9999px;
}
div.mfp_buttons {
    width:80%;
    display: block;
    margin: 0px auto 50px;
    }

div.mfp_buttons button#mfp_button_confirm {
    width:280px;
    margin: 0 auto;
	background: url(../img/btn_confirm.png) 0 0;
}
div.mfp_buttons button#mfp_button_confirm:hover {
	background-position:0 -60px;
}

div.mfp_buttons button#mfp_button_send {
    width:280px;
	background:url(../img/mfp_send.png) 0 0;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-position:0 -60px;
}
div.mfp_buttons button#mfp_button_cancel {
	margin-bottom: 10px;
    width:280px;
	background:url(../img/mfp_cancel.gif) 0 0;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-position:0 -60px;
}


.form_box.checkBox { text-align: left;}
.form_box.checkBox.line1 label,
.form_box.checkBox span{ display:inline-block;}

#contentsLower.inquiryPage .mailform td textarea {
    width:94% !important;
    font-size: 16px;
    border: 1px solid #C4C4C4;
}
div.mfp_err {
    font-size: 12px !important;
    padding: 0px 0px 5px 17px !important;
    margin: 0 !important;
}


#contentsLower.inquiryPage .req_txt {
    text-align: left;
    max-width: 96%;
    box-sizing: border-box;
}


}
