@charset "UTF-8";



/*----------------------------------------------------
   お問い合わせ
----------------------------------------------------*/
#contact {
	margin-bottom: 40px;
}
#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:680px) {
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
#contact .contact-txt {
	padding: 0 2.5%;
}
#contact .txt {
	padding: 0 2.5%;
}
#contact .caption {
	font-size: 12px;
}
#contact-form {
	padding: 45px 0 0px!important;
}
}
/* --------  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: 50px auto 0;
	width: 96%;
}
#contact-form .txt {
	margin-bottom: 15px;
}
#contact-form .txt span {
	color:#F03;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
#contact-form .contact-table {
	padding: 50px 0;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
#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 0 20px;
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#contact-form table th {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #a2d6b0!important;
	margin: 0;
	background-color: #f3ffeb;
	padding: 30px 10px;
	vertical-align: middle;
	line-height: 1.8;
}
#contact-form table td {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 30px 10px 30px 25px;
	margin: 0;
	border-bottom: solid 1px #a2d6b0!important;
	line-height: 1.8;
}
#contact-form table tr:first-child th,
#contact-form table tr:first-child td {
	border-top: solid 1px #a2d6b0!important;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
#contact-form table th {
	width: 30%;
	box-sizing: border-box;
	padding: 20px 20px;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
#contact-form table,
#contact-form table tbody,
#contact-form table tr,
#contact-form table th,
#contact-form table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#contact-form table td {
	padding: 20px 10px;
}
#contact-form table tr:last-child td {
	border-top:none;
}
#contact-form table tr:first-child td {
	border-top: none!important;
}
}
/* --------  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;
}
/*#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:14px;
}
.select-box select::-ms-expand {
	display: none;
}
.select-box::before {
	position: absolute;
	top: 0.9em;
	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;
}




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



/*----------------------------------------------------
  現在お使いの…
----------------------------------------*/
#pc_type #pctypefree {
	margin-left: 6%;
	width: 94%;
}



/*----------------------------------------------------
  ラジオボタン
----------------------------------------*/
.radio-input{
	display: none;
}
.radio-input + label{
	position:relative;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px 5px 5px 30px;
	margin: 0 1% 2px;
	cursor: pointer;
	width: 100%;
}
.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #FFF;
}
.radio-input:checked + label {
	color: #d01137;
	background-color: #ffe4e9;
}
.radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 13px;
	width: 11px;
	height: 11px;
	background: #d01137;
	border-radius: 50%;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.radio-input + label{
	background-color: #f3f8fb;
	margin: 0 1% 8px;
}
.radio-input + label::before{
	top: 8px;
}
.radio-input:checked + label::after{
	top: 11px;
}
}
/* --------  〜374　小スマホ調整   --------*/
@media screen and ( max-width:374px) {
.radio-input + label{
	width: 98%;
	float: none;
	padding: 10px 5px 10px 30px;
	margin: 0 1% 10px;
}
.radio-input + label::before{
	top: 14px;
}
.radio-input:checked + label::after{
	top: 17px;
}
}




/*----------------------------------------------------
  チェックボックス
----------------------------------------*/
.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: 10px;
}
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	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: 13px;
	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:680px) {
.checkbox label {
	display: block;
	width: 100%;
}
.checkbox-parts{
	border-radius: 5px;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.checkbox label {
	/*float: left;
	width: 49%;
	margin-bottom: 10px;*/
	width: 100%;
}
.checkbox-parts{
	background-color: #f3f8fb;
	border-radius: 5px;
}
}
/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}





/*----------------------------------------------------
  プライバシー
----------------------------------------*/
#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-txt a	{
	text-decoration: underline!important;
}
#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 {
	background-color:#ff6363!important;
	border:none!important;
	color:#FFF!important;
	padding:15px 25px!important;
	margin:0 auto 15px!important;
	cursor:pointer!important;
	-webkit-appearance: none;
	border-radius: 5px;
	display: block;
	width: 90%;
}
#contact-form  .reset,
#contact-form  .back {
	background-color:#999!important;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
#contact-form  .submitBox {
	letter-spacing: -.4em;
	text-align: center;
	width: 70%;
	margin: 40px auto 0 auto;
}
#contact-form  .submit {
	display: inline-block;
	width: 46%;
	margin: 0 2% 15px !important;
	letter-spacing: normal;
}
}
/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:679px) {
}
/* --------  480〜　iphone5調整   --------*/
@media screen and ( max-width:374px) {
}



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




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










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


#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:680px) {
.sub-page {
	height: auto;
	padding: 50px 2.5%;
}

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

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




/*----------------------------------------------------
  thanks
----------------------------------------*/
html{
	height: 100%;
}
#thanks {
	text-align: center;
}
#thanks .btn-red-pc {
	margin: 2em auto;
	width: 80%;
	max-width: 400px;
}
#thanks .btn-red-pc a {
	box-sizing: border-box;
	padding: .6em;
	display: block;
}
#thanks .thanks-txt {
	line-height: 1.8;
}
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
#thanks .thanks-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
#thanks .thanks-txt {
	margin-bottom: 15px;
	text-align: center;
}
}

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





/*----------------------------------------------------
  ハニーポット
----------------------------------------*/
#contact .pot {
	margin: 20px auto;
}
#contact .pot input {
	box-sizing:border-box;
	padding:5px;
	border: solid 1px #ccc;
	border-radius: 5px;
}


