
/* 問い合わせフォームパーツ */

/* リセット */

input[type="text"],
input[type="date"],
input[type="email"],
select,
textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

/* ブラウザ初期設定消し */

input,
select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}

/* iOSでプルダウンの色が変わる対策 */

input {
  color: #000;
	text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  color: #000;
	text-align: left !important;
}

select {
  color: #000;
}

option {
  color: #000;
}

/* inputのサイズなどは、style_2024.cssで指定している箇所あるので注意 */

input[type="text"],
input[type="date"],
input[type="email"],
select,
textarea {
    display: block;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem!important;
	color: #333333;
    background-color: #fff!important;
	vertical-align: middle;
	outline: none;
	border-radius: 3px;
	height: 70px;
    margin: 0;
	padding:10px !important;
    border: solid 2px #CCCCCC!important;
    border-radius: 10px!important;
	max-width: 500px !important;
	width: 100%;
}

textarea {
	height: 250px;
}

::placeholder {
    font-size: 2rem!important;
}

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

input[type="text"],
input[type="date"],
input[type="email"],
select {
	height: 50px;
	padding:5px !important;
	font-size:1.4rem !important;
	max-width: 100% !important;
	width: 100%;
}
	
textarea {
	padding:5px !important;
	font-size:1.4rem !important;
	max-width: 100% !important;
	width: 100%;
}
	
::placeholder {
	font-size:1.4rem !important;
}
	
}

input.short1 {
	max-width: 100px !important;
	margin-right: 5px;
	margin-left: 5px;
}

@media screen and (max-width:600px) {
	
input.short1 {
	max-width: 80px !important;
}
	
}

input.short2 {
	max-width: 300px !important;
}

input[type="date"],
input.short3 {
	width: 350px !important;
}

@media screen and (max-width:992px) {
	
input[type="date"],
input.short3 {
	width: 100% !important;
}
	
}

.select-wrap {
    position: relative;
	width: 350px !important;
	z-index: 1;
}

.select-wrap select.short3 {
	width: 350px !important;
}

.select-wrap:after {
    content: "";
    position: absolute;
    right: 20px;
	top: 43%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none;
	z-index: 2;
}


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

.select-wrap {
	width: 100% !important;
}
	
.select-wrap select.short3 {
	width: 100% !important;
}
	
}


.btms {
padding: 15px 40px;
font-size: 16px;
}

input#submit_button {
	display: inline-block;
	text-decoration: none;
	color: #007391;
	border: solid 2px #007391;
	border-radius: 3px;
    transition: .4s;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	background-color: #FFFFFF;
}

input#submit_button:hover {
    background: #007391;
    color: white;
}

button {
	color: #333333;
	}

button:hover {
	color: #676767;
	}

/* オリジナルボタン */
.original_btn {
    font-size: 16px;
	border: 1px solid #000;
	padding: 10px;
	cursor: pointer;
	color: #000;
	background: #fff;
	display: inline-block;
	width: 30% !important;
	margin-top: 10px;
}
/* 未選択時のアイコン */
.icon {
    font-size: 16px;
    padding: 10px;
	background-color: #F7F9F4;
    color: #000;
    display: inline-block;
	width: 65% !important;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
}
/* 選択時のアイコン */
.icon.select {
    background: #ff5050;
    color: #fff;
	display: none;
}
/* ファイル名 */
.filename {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
	width: 65% !important;
	background-color: #F7F9F4;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
}

.original_btn2 {
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 2rem;
	position: relative;
	width: auto;
	line-height: 1;
	padding: 10px 30px;
	text-align: center;
	background: #EEAC26;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	border: 0 none #000;
	cursor: pointer;
}

.original_btn2:hover {
    opacity:0.7;
}

.original_btn3 {
	width: 300px;
    font-size: 16px;
	border: 1px solid #000;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	color: #000;
	background: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
.original_btn2 {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.original_btn3 {
	width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

}

/* スマホサイズから下 */
@media screen and (max-width:480px) {

.original_btn2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.original_btn3 {
	width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-top: 30px;
}

/* 未選択時のアイコン */
.icon {
    font-size: 16px;
    padding: 10px;
	background-color: #F7F9F4;
    color: #000;
    display: inline-block;
	width: 100% !important;
	margin-top: 10px;
}
/* 選択時のアイコン */
.icon.select {
    background: #ff5050;
    color: #fff;
}
/* ファイル名 */
.filename {
    display: inline-block;
    font-size: 16px;
	width: 65% !important;
}

}





/* ラジオボタン1、ボタンタイプ */

.radio01 {
  text-align: left;
}
.radio01 input[type="radio"] {
  display: none;
}
.radio01 input[type="radio"] + span {
    display: inline-block;
	cursor: pointer;
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: #bdc3c7;
	color: #555e64;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	transition: .2s;
	border-radius: 5px;
}

.radio01 input[type="radio"]:checked + span {
	color: #fff;
	background: #57d5df;
	font-weight: bold;
}

.radio01-yes {
	margin-top: 10px;
	width: 100%;
	display: block;
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {

.radio01 input[type="radio"] + span {
	display: block;
	width: 250px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

}

/* ラジオボタン2、通常タイプ */

.label_list {
  margin: auto;
  line-height: 1.3;
}
.label_list::after {
  display: block;
  content: '';
  clear: both;
}
.label_list_item {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.label_list_item label {
  position: relative;
  display: block;
  word-break: break-all;
	line-height: 170%;
}
.label_list_item label input[type="checkbox"] + span,
.label_list_item label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 35px;
}

.demo2 .label_list:nth-of-type(1) label input[type="radio"] + span::before {
  border-color: #005bac;
}
.demo2 .label_list:nth-of-type(2) label input[type="radio"] + span::before {
  border-color: #ff5722;
}

.demo2 label span {
  display: inline-block;
}
.demo2 label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.demo2 label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}
.demo2 label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #78909c solid;
}
.demo2 label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

/* 基礎のデザイン */

.w100 {
	width: 100%;
}

/* 基本のテーブル、MT50　PC */
.form_table01 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.3;
	margin-top: 50px;
}

.form_table01 table th {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 20%;
	border-bottom-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 400;
}
.form_table01 table td {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-bottom-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 400;
}


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

.form_table01 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
}

.form_table01 table th {
	background: rgb(240, 240, 240);
	padding: 8px;
	width: 100%;
	display: block;
	font-size: 14px;
	border-bottom-width: 0;
	border-bottom-style: none;
}
.form_table01 table td {
	background: rgb(255, 255, 255);
	padding: 8px;
	width: 100%;
	display: block;
	font-size: 14px;
	border-bottom-width: 0;
	border-bottom-style: none;
}
.form_table01 table td .list2 dt {
	float: none;
	width: 100%;
	display: block;
}
.form_table01 table td .list2 dd {
	padding-left: 0em;
	width: 100%;
	display: block;
}


}


/*チェックボックス装飾 */
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 30px;
	margin-right : 25px;

	position     : relative;
	padding-left : 30px;
	display      : block;
	box-sizing   : border-box;
	display: inline-block;
	margin-bottom: 10px;
}

label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 22px;
	height   : 22px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 12px;
	height            : 16px;
	border-right      : 3px solid #9A1C26;
	border-bottom     : 3px solid #9A1C26;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}


label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 22px;
	height     : 22px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #fff;
	opacity    : 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #fff;
}


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

label.checkbox_text:before {
	width    : 20px;
	height   : 20px;
}

label.checkbox_text:after {
	width             : 8px;
	height            : 16px;
}

label.checkbox_text input[type="checkbox"] {
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
}

}



label.checkbox_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 22px;
	height     : 22px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}

label.checkbox_text input[type="radio"]:checked {
	box-shadow : none;
}

label.checkbox_text input[type="radio"]:checked:focus {
	box-shadow : 40px 0px #fff;
	opacity    : 0.1;
}

label.checkbox_text input[type="radio"]:focus {
	box-shadow : 41px 0px #fff;
}


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

label.checkbox_text:before {
	width    : 20px;
	height   : 20px;
}

label.checkbox_text:after {
	width             : 8px;
	height            : 16px;
}

label.checkbox_text input[type="radio"] {
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
}

}

/* 複数選択可、チェックボックス */

.c-box{
	margin-bottom: 5px;
}

.c-box input[type="checkbox"]{
    margin-right: 8px !important;
}


.p_c_owner br {
	display: block;
}

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

}

@media screen and (max-width:992px) {
.p_c_owner br {
	display: none;
}
}


  span.indis_mark {
    color: #fff;
    background: #B0051C;
    padding: 1px 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 10px 0 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	white-space: nowrap;
  }

@media screen and (max-width:1536px) {
    span.indis_mark {
	font-size: 12px;
    }
}

@media screen and (max-width:992px) {
    span.indis_mark {
	position:static;
    top: auto;
    right: auto;
    margin-left: 10px;
	display: inline-block;
	transform: none;
	-webkit- transform: none;
    }
}

  span.indis_mark-no_abs {
    color: #fff;
    background: #B0051C;
    padding: 1px 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 10px 0 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  @media(max-width:1536px){
    span.indis_mark-no_abs {
      right: auto;
      margin-left: 10px;
    }
  }

  @media(max-width:767px){
    span.indis_mark-no_abs {
      position: relative;
      right: auto;
      margin: 5px 0 0 10px;
      padding: 0px 10px;
    }
  }

  span.s-font {
    color: #000000;
    font-size: 1.3rem;

	}

	@media(max-width:1536px){
		span.s-font {

		}
	}


/* ////////////////////////////////////////////////////////////

consultation_form　ご相談メールフォームページ

/////////////////////////////////////////////////////////////*/



/* ////////////////////////////////////////////////////////////
メールフォーム 親 formWrap
/////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////
※メールフォームは、UI考慮で1536pxをブレークポイントに
/////////////////////////////////////////////////////////////*/


.consultation_form {
    margin: 0;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

@media screen and (max-width:1200px) {
  .consultation_form {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
  }
}

@media screen and (max-width:992px) {
  .consultation_form {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
  }
}


  .consultation_form p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;
    text-align: center;
  }

  @media(max-width:767px){
    .consultation_form p {
    }
  }


  .consultation_form .sec-main-erea .title04 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 5px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
    color: #8C8C8C;
  }


  @media(max-width:1100px){
    .consultation_form .sec-main-erea .title04 {
      font-size: 2rem;
    }
  }


  @media(max-width:600px){
    .consultation_form .sec-main-erea .title04 {
      font-size: 1.6rem;
    }
  }


  #consultation_formWrap {
		max-width: 100%;
		margin: 20px auto 0;
		font-size: 1em;
	}

	@media(max-width:1536px) {
		#consultation_formWrap {
			width: 100%;
		margin: 20px auto 0;
		}
	}


  .consultation_form .sec-main-erea2 {
    width: 100%;
    display: block;
    font-size: 0;
    padding: 70px 80px 200px;
  }

  @media(max-width:1536px){
    .consultation_form .sec-main-erea2 {
      width: 100%;
      padding: 30px 80px 150px;
    }
  }

  @media(max-width:1100px){
    .consultation_form .sec-main-erea2 {
      width: 100%;
      padding: 50px 20px 0;
    }
  }


.consultation_form .conts_wrapper {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width:1300px) {
    .consultation_form .conts_wrapper {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
    }
  }

/* ////////////////////////////////////////////////////////////
メールフォーム 個人情報入力
/////////////////////////////////////////////////////////////*/

  .consultation_form .formtittle {
    width: 100%;
    padding: 15px 20px;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .3em;
    color: #000000;
    background: #CCCCCC;
    text-align: center;
    margin: 50px auto 30px;
  }

  @media(max-width:1100px){
	  
  .consultation_form .formtittle {
      font-size: 1.8rem;
    }
	  
  }

  @media(max-width:767px){
    .consultation_form .formtittle {
      padding: 10px 10px;
      margin: 30px auto 25px;
      font-size: 1.6rem;
    }
  }

  .abs01_td {
    padding: 0!important;
    width: 40%!important;
  }

  @media(max-width:1536px){
    .abs01_td {
      width: 70%!important;
    }
  }

table.page_consultation_form {
      width: 100%;
      margin: 0 auto;
      border-collapse: collapse;
      font-size: 1.8rem;
}

table.page_consultation_form tr {
      width: 100%;
}

table.page_consultation_form td,
table.page_consultation_form th {
		font-size: .9em;
		line-height: 1.5em;
		text-align: left;
		position: relative;
}

@media screen and (max-width:992px) {
	table.page_consultation_form td,
	table.page_consultation_form th {
		width: auto;
		display: block;
	}
}


	table.page_consultation_form th {
		width: 250px;
		font-weight: 500;
		text-align: left;
		padding: 20px 50px 20px 0;
	}

@media screen and (max-width:992px) {
	
	table.page_consultation_form th {
		width: 100%;
		margin-top: 5px;
		border-bottom: 0;
		padding: 10px 0 0 0;
	}
	
}

  table.page_consultation_form th.no-pad {
		width: 250px;
		font-weight: 500;
		text-align: left;
		padding: 20px 50px 20px 0;
		position: relative;
  }

@media screen and (max-width:992px) {
    table.page_consultation_form th.no-pad {
		width: 100%;
		margin-top: 5px;
		border-bottom: 0;
		padding: 10px 0 0 0;
    }
}

table.page_consultation_form td {
      width: calc(100% - 250px);
      font-weight: 500;
      text-align: left;
      padding: 20px 0 20px 0;
}

@media screen and (max-width:992px) {
	table.page_consultation_form td {
      width: 100%;
      padding: 10px 0 10px 0;
	}
}


table.page_consultation_form p{
      margin: 0 auto .5em;
      line-height: 1.6em;
}

@media screen and (max-width:992px) {
	table.page_consultation_form p {
		font-size: .8rem;
	}
}

  .nopad {
		padding: 0!important;
	}

	@media(max-width:1536px){
		.nopad {
		}
	}

.mb-top30 {
      margin: 30px 0 0!important;
}

.pc-top30 {
      margin: 30px 0 0!important;
}

@media screen and (max-width:992px) {
	
.pc-top30 {
      margin: 0 0 0!important;
}
	
}


  #consultation_formWrap input[type="checkbox"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }

  @media(max-width:1536px){
    #catalog_order_formWrap input[type="checkbox"] {

    }
  }


/* 

#consultation_formWrap input[type="text"],
#consultation_formWrap textarea {
    display: block;
    width: 500px!important;
    padding: 5px;
    margin: 0 0;
    font-size: 2rem!important;
    background-color: #fff!important;
    border: solid 2px #CCCCCC!important;
    border-radius: 10px!important;
}

#consultation_formWrap input[type="date"],
#consultation_formWrap select {
    display: block;
    width: 360px!important;
    padding: 5px;
    margin: 0 0;
    font-size: 2rem!important;
    background-color: #fff!important;
    border: solid 2px #CCCCCC!important;
    border-radius: 10px!important;
}

@media(max-width:1536px){
	
#consultation_formWrap input[type="text"],
#consultation_formWrap textarea {
	font-size: 1.8rem!important;
}
	
#consultation_formWrap input[type="date"],
#consultation_formWrap select {
	font-size: 1.8rem!important;
}
	
}

@media(max-width:500px){
	
#consultation_formWrap input[type="text"],
#consultation_formWrap textarea {
	width: 100%!important;
	font-size: 1.5rem!important;
}
	
#consultation_formWrap input[type="date"],
#consultation_formWrap select {
	width: 100%!important;
	font-size: 1.5rem!important;
}
	
}

@media(max-width:360px){
	
#consultation_formWrap input[type="text"],
textarea {
	max-width: 360px!important;
	width: 100%!important;
	font-size: 1.5rem!important;
}
	
#consultation_formWrap input[type="date"],
#consultation_formWrap select {
	max-width: 360px!important;
	width: 100%!important;
	font-size: 1.5rem!important;
}
	
}

 */


  #consultation_formWrap input[type="radio"]  {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0 auto 0;
  }

  @media(max-width:1536px){
    #consultation_formWrap input[type="radio"] {

    }
  }


  .slbox {
    padding: 0 10px;
  }

  @media(max-width:1536px){
    .slbox  {
      width: 100%;
    }
  }


/* ////////////////////////////////////////////////////////////
メールフォーム 送信ボタンエリア
/////////////////////////////////////////////////////////////*/


	#consultation_formWrap input[type="submit"], #consultation_formWrap input[type="button"] {
		display:block;
		width: 30%;
		font-size: 2rem;
		font-weight: 700;
    color: #fff;
		background: #41161A;
    border: none;
    border-radius: 10px;
    padding: 20px 5px;
		margin: 0 auto;
    transition: .7s;
	}

	@media(max-width:1536px){
		#consultation_formWrap input[type="submit"], #consultation_formWrap input[type="button"] {
			display:block;
			width: 100%;
		}
	}


	#consultation_formWrap input[type="submit"]{
		cursor: hand;
		cursor:pointer;
	text-align: center;
	}

	@media(max-width:1536px){
		#consultation_formWrap input[type="submit"]{
			/* background: rgb(122,0,116); */
			background: rgb(248,153,29);
			font-weight: 800;
			color: #fff;
			border: none;
		}
	}

  /* マウスホバー時 */
  #consultation_formWrap input[type="submit"]:hover {
    background: #D9C282;
    color:#fff;
  }


/* ////////////////////////////////////////////////////////////

各サンクスページ

/////////////////////////////////////////////////////////////*/


  .page_thanks {

  }

@media(max-width:1100px){
    .page_thanks {

    }
}

  .page_thanks .title01 {
    font-size: 4rem;
    text-align: center;
  }

  @media(max-width:1100px){
    .page_thanks .title01 {
    }
  }

  @media(max-width:767px){
    .page_thanks .title01 {
      font-size: 2.5rem;
    }
  }



  .page_thanks .sec-main-erea {
    background-color: none;
  }

  @media(max-width:1100px){
    .page_thanks .sec-main-erea {
    }
  }


  .page_thanks .sec-main-erea .title04 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 5px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
    color: #8C8C8C;
  }


  @media(max-width:1100px){
    .page_thanks .sec-main-erea .title04 {
      font-size: 2rem;
    }
  }


  @media(max-width:600px){
    .page_thanks .sec-main-erea .title04 {
      font-size: 1.6rem;
    }
  }


  .page_thanks h3 {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: #B0051C;
  }


  .thanks_bnr {
    margin: 30px auto;
    padding: 5px;
    text-align: center;
  }

  .thanks_bnr img {
    width: 80%;
    display: inline-block;
  }

  @media(max-width:767px){
    .thanks_bnr img {
      width: 100%;
    }
  }


  .page_thanks .link-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    color: #000000;
  }

  @media(max-width:1100px){
    .page_thanks .link-list {
      display: block;
      width: 100%;
      flex-direction: column;
      padding: 0;
      margin: 0 auto;
    }
  }


  .thanks_bot_linkbox {
    position: relative;
  }


  .thanks_t-m-box {
    position: absolute;
  	width: 100%;
  	background-color: rgba( 0, 0, 0, 0.4 );
  	bottom: 0px;
  	right: 0px;
  	left: 0px;
  	padding: 20px 20px 15px;
    z-index: 100;
  }

  @media(max-width:1100px){
    .thanks_t-m-box {
      position: relative;
    }
  }

  /* マウスホバー時 */
  .thanks_t-m-box:hover {
    background: #D9C282;
    color:#fff;
  }


  .thanks_t-m-box_cent {
    position: absolute;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.4 );
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 20px 20px 15px;
    z-index: 100;
    text-align: center;
  }

  @media(max-width:1100px){
    .thanks_t-m-box_cent  {
      position: relative;
    }
  }

  /* マウスホバー時 */
  .thanks_t-m-box_cent:hover {
    background: #D9C282;
    color:#fff;
  }


  .thanks_t-arrow1 {
    position: absolute;
  	width: 90px;
  	bottom: 30px;
  	right: 30px;
  }

  @media screen and (max-width:1300px) {
    .thanks_t-m-box {
    	padding: 10px 10px 10px;
    }
  }

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

  .thanks_t-arrow1 {
    position: absolute;
  	width: 50px;
  	bottom: 30px;
  	right: 10px;
  }

}

  .thanks_t-p1 {
  	font-size: 2.5rem;
  	font-weight: 500;
  	line-height: 1.3;
  	color: #ffffff;
  	padding: 15px 0 15px 10px;
  	border-left-width: 4px;
  	border-left-style: solid;
  	border-left-color: #ffffff;
  }

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

  .thanks_t-p1 {
  	font-size: 1.6rem;
  	padding: 15px 0 15px 10px;
  }

}

  .thanks_infobox {
    text-align: center;
    margin: 0 0 100px;
  }

  .thanks_infobox p {
  }

  .thanks_toi {
  	width: 100%;
  	font-size: 2rem;
  	color: #ffffff;
  	display: inline-block;
  }

  .thanks_toi span {
  	font-size: 5rem;
  	color: #000000;
  	display: inline-block;
  	font-weight: 500;
  	line-height: 1;
  }

  .thanks_toi span img {
  	width: 70px;
  	display: inline-block;
  }

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

  .thanks_toi {
  	font-size: 1.6rem;
  }

  .thanks_toi span {
  	font-size: 3rem;
  }

  .thanks_toi span img {
  	width: 50px;
  }

}

  .formbox {
    /* margin: 2em 0; */
    border: solid 2px #CCCCCC;
    border-radius: 0 0 15px 15px;
  }

  .formbox_inner {
    width: 100%;
    padding: 0 10rem 5rem;
  }

  @media(max-width:1536px) {
    .formbox_inner {
      padding: 0 3rem;
    }
  }

  @media(max-width:767px) {
    .formbox_inner {
      padding: 0 1rem;
    }
  }
