@charset "UTF-8";



/*----------------------------------------------------
   お問い合わせ
----------------------------------------------------*/
#contact .contact-txt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
#contact .caption {
	color: #8f8f8f;
	font-size: 13px;
	padding-top: 10px;
	text-align: left;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.co-sec {
	margin: 70px 0;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#contact .contact-txt {
	padding: 0 2.5%;
}
#contact .txt {
	padding: 0 2.5%;
}
#contact .caption {
	font-size: 12px;
}
#contact-form {
	padding: 45px 3% 30px
}
}
/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}





/*----------------------------------------------------
  #contact-box
----------------------------------------*/
#contact-box dt {
	font-weight: bold;
	margin-top: 15px;
}
/* --------  〜374　小スマホ調整   --------*/
@media screen and ( max-width:374px) {
}






/*----------------------------------------------------
  contact-form
----------------------------------------*/
#contact-form {
	margin-top: 50px;
}
#contact-form .txt {
	margin-bottom: 15px;
}
#contact-form .txt span {
	color:#F03;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
#contact-form .contact-table {
	padding: 50px 0;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#contact-form .contact-table {
	padding: 35px 2%;
}
}
/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}


/*----------------------------------------------------
  項目テーブルの設定
----------------------------------------*/
#contact-form table {
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#contact-form .contact-table {
	padding: 0px 1.5% 20px;
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#contact-form table th {
	font-weight: normal;
	text-align: left;
	border-top: solid 1px #e7d384;
	margin: 0;
	background-color: #ffefae;
	padding: 30px 10px;
}
#contact-form table td {
	font-weight: normal;
	text-align: left;
	padding: 30px 10px 30px 25px;
	border-top: solid 1px #e7d384;
	margin: 0;
}
#contact-form table tr:last-child th,
#contact-form table tr:last-child td {
	border-bottom: solid 1px #e7d384;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
#contact-form table th {
	width: 30%;
	box-sizing: border-box;
	padding: 20px 20px;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
#contact-form table,
#contact-form table tbody,
#contact-form table tr,
#contact-form table th,
#contact-form table td {
	display: block;
}
#contact-form table td {
	padding: 30px 10px;
}
#contact-form table tr:last-child td {
	border-top:none;
}
}
/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}



/*----------------------------------------------------
  注意事項・必須事項
----------------------------------------*/
#contact-form .att {
	font-size: 13px;
	text-align: left;
	color: #EF0003;
}
#contact-form .att-txt {
	font-size: 13px;
	text-align: left;
	padding-top: 20px;
}
#contact-form .contact_important {
	color:#F03;
	margin-left:5px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}






/*----------------------------------------------------
  テキストエリアなど枠の設定
----------------------------------------*/
#contact-form table input,
#contact-form textarea {
	width:100%;
	box-sizing:border-box;
	padding:5px;
	border: solid 1px #ccc;
	border-radius: 5px;
}
#contact-form #add-number {
	width: 13em;
}

/*#contact-formlabel {
  position: relative;
  display: block;
  word-break: break-all;
}
#contact-form  label input[type="radio"] + span {
	position: absolute ;
	display: block ;
	padding: 0 30px 0 25px;
	top:0;
}*/




/*----------------------------------------------------
  セレクトボックス
----------------------------------------*/
.select-box {
	overflow: hidden;
	width: 13em;
	/*margin-bottom: 10px;*/
	text-align: center;
	position: relative;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
#use-select {
	width: 100%;
}
#pc_type {
	width: 80%;
}
.select-box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #666666;
	font-size:18px;
}
.select-box select::-ms-expand {
	display: none;
}
.select-box::before {
	position: absolute;
	top: .8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.mw_wp_form_confirm .select-box {
	border: none;
	padding: 0;
	color: #000;
	text-align: left;
	position: relative;
}
.mw_wp_form_confirm .zip-button,
.mw_wp_form_confirm .select-box::before {
	display: none;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.mw_wp_form_confirm .select-box {
	font-size:18px;
}
}
@media screen and ( max-width:767px) {
.select-box select,
.mw_wp_form_confirm .select-box {
	font-size:15px;
}
}



/*----------------------------------------------------
  メールチェック
----------------------------------------*/
#contact-form .mail-check {
	padding-top: 10px;
	font-size: 15px;
}




/*----------------------------------------------------
  電話番号
----------------------------------------*/
#contact-form .tel {
	max-width: 12em;
}




/*----------------------------------------------------
  金額
----------------------------------------*/
#contact-form #money {
	max-width: 12em;
	margin-right: .5em;
}






/*----------------------------------------------------
  ラジオボタン（MW WP Form）
----------------------------------------*/
/*.radio-input{
	display: none;
}
.radio-input + span{
	position:relative;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 10px 10px 40px;
	margin: 12px 0 12px;
	cursor: pointer;
	width: 100%;
	border: solid 1px #CCC;
}
.radio-input + span::before{
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #FFF;
}
.radio-input:checked + span{
	color: #d01137;
	background-color: #ffe4e9;
}
.radio-input:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 13px;
	width: 11px;
	height: 11px;
	background: #d01137;
	border-radius: 50%;
}
@media screen and ( max-width:767px) {
.radio-input + span{
	margin: 15px 1% 15px;
}
.radio-input + span::before{
	top: 13px;
}
.radio-input:checked + span::after{
	top: 16px;
}
}
@media screen and ( max-width:374px) {
.radio-input + span{
	width: 98%;
	float: none;
	padding: 10px 5px 10px 35px;
}
}*/

/*----------------------------------------
  ラジオボタンCF7
----------------------------------------*/

.radio-input .wpcf7-list-item {
    display: block;
    margin: 0;
}
.radio-input input {
    display: none;
}
.radio-input input + span{
	position:relative;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 10px 10px 40px;
	margin: 12px 0 12px;
	cursor: pointer;
	width: 100%;
	border: solid 1px #CCC;
}
.radio-input input + span::before{
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #FFF;
}
.radio-input input:checked + span{
	color: #d01137;
	background-color: #ffe4e9;
}
.radio-input input:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 13px;
	width: 11px;
	height: 11px;
	background: #d01137;
	border-radius: 50%;
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.radio-input input + span{
	/*background-color: #f3f8fb;*/
	margin: 15px 1% 15px;
}
.radio-input input + span::before{
	top: 13px;
}
.radio-input input:checked + span::after{
	top: 16px;
}
}
/* --------  〜374　小スマホ調整   --------*/
@media screen and ( max-width:374px) {
.radio-input input + span{
	width: 98%;
	float: none;
	padding: 10px 5px 10px 35px;
	/*margin: 0 1% 10px;*/
}
}


/*----------------------------------------------------
  チェックボックス
----------------------------------------*/
.checkbox label {
	/*display: inline-block;*/
	display: block;
	cursor: pointer;
}
.checkbox label:nth-child(odd) {
	margin-right: 1%;
}
.checkbox label:nth-child(even) {
	margin-left: 1%;
}
.checkbox-input{
	display: none;
}
.checkbox-parts{
	padding-left: 20px;
	padding-top: 2px;
	position:relative;
	/*margin-right: 20px;*/
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px 5px 10px 35px;
	border-radius: 50px;
}
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 12px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #FFF;
}
.checkbox-input:checked + .checkbox-parts{
	color: #d01137;
	background-color: #ffe4e9;
}
.checkbox-input:checked + .checkbox-parts::before{
	border: 1px solid #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.checkbox label {
	display: block;
	width: 100%;
}
.checkbox-parts{
	border-radius: 5px;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.checkbox label {
	/*float: left;
	width: 49%;
	margin-bottom: 10px;*/
	width: 100%;
}
.checkbox-parts{
	background-color: #f3f8fb;
	border-radius: 5px;
}
}





/*----------------------------------------------------
  プライバシー
----------------------------------------*/
#contact-form  .privacy	{
	height:200px;
	overflow:auto;
	font-size:12px;
	line-height:1.4;
	padding:15px;
	margin:8px 0;
	border:1px solid #ccc;
}
#contact-form  .privacy p	{
	font-size:12px;
}
#contact-form  .privacy	ul	{
	list-style:decimal;
	margin-left:1.5em;
	margin-top:1em;
}
#contact-form  .privacy	li	{
	padding:6px 0 10px;
	font-size:12px;
}
#contact-form  .privacy .privacy-midashi	{
	font-size:12px;
	font-weight: bold;
	margin-bottom: 1em;
}
#contact-form  .privacy li .privacy-midashi	{
	font-size:12px;
	font-weight: bold;
	margin-bottom: 5px;
}





/*----------------------------------------------------
  ボタン（送信・リセットなど）
----------------------------------------*/
#contact-form  .submitBox {
	text-align:center;
	margin-top: 40px;
}
#contact-form  .submit-btn {
	background-color:#ff6363!important;
	border:none!important;
	color:#FFF!important;
	padding:30px 25px!important;
	margin:0 auto 15px!important;
	cursor:pointer!important;
	-webkit-appearance: none;
	border-radius: 10px;
	display: block;
	width: 90%;
	position: relative;
}
.zip-button {
	background-color:#999!important;
	border:none;
	color:#FFF;
	padding:10px 25px;
	margin-top: 10px;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}
#contact-form  .reset,
#contact-form  .back,
#contact-form  .return {
	background-color:#999!important;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
#contact-form  .submitBox {
	letter-spacing: -.4em;
	text-align: center;
	/*width: 70%;*/
	margin: 40px auto 0 auto;
}
#contact-form  .submit-btn {
	display: inline-block;
	width: 46%;
	margin: 0 2% 15px !important;
	letter-spacing: normal;
}
#contact-form  .submit-btn:hover {
	display: inline-block;
	width: 46%;
	margin: 0 2% 15px !important;
	letter-spacing: normal;
}
}
@media screen and ( max-width:767px) {
#contact-form  .submit-btn {
	padding:15px 25px!important;
}
}

.wpcf7-spinner {
	display: none!important;
}

/*----------------------------------------------------
  エラーメッセージ
----------------------------------------*/
.errmess {
	color:#ff6363;
	width:90%;
	margin:0 auto 20px;
	text-align: left;
}




#contact-form  .kakunin-txt {
	padding-bottom: 25px;
}










@media screen and (max-width:767px) {


#contact-form  .kakunin-txt {
	padding:0 2% 25px;
}
.errmess {
	color:#ff6363;
	width:100%;
	margin:0 auto 20px;
	padding:0 2%;
	box-sizing:border-box;
}

}






/*----------------------------------------------------
   メイン画像
----------------------------------------------------*/
.sub-page:before {
	display: none;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.sub-page {
	height: auto;
	padding: 50px 2.5%;
}

.sub-page .main-logo {
	width: 20%;
	min-width: 200px;
	margin: 0 auto 10px;
	padding-top: 0;
}
}

/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.sub-page {
	height: auto;
	padding: 50px 2.5%;
}
.sub-page .main-logo {
	width: 50%;
	margin: 0 auto 10px;
	padding-top: 0px;
}
}




/*----------------------------------------------------
  thanks
----------------------------------------*/
.thanks-box {
	padding: 60px 0;
	margin: 0 auto;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:768px) {
.thanks-box {
	width: 93%;
	max-width: 930px;
}
.thanks-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
.thanks-txt {
	margin-bottom: 15px;
	text-align: center;
}
}

/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:767px) {
.thanks-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}
.thanks-txt {
	padding: 0 2.5%;
}
}


