@charset "UTF-8";
button, input, select, textarea {
  font-family : inherit;
  font-size:100%;
}
textarea {
  resize: none;
}

input[type="submit"] {
  cursor: pointer;
  outline: none;
}
.cont__form--title {
  margin:20px 0;
  padding-bottom: 10px;
  position: relative;
  font-weight:bold;
  font-size: 20px;
  text-align: left;
}
.cont__form--title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
 }
.cont__form--flow {
  margin:0 auto 63px;
  width:964px;
}
.cont__form--list,.cont__form--list-detail{
  font-size:18px;
  margin-top:18px;
}
.cont__form--list dt{
  font-weight:bold;
  padding-bottom:20px;
 }
.cont__form--list-error {
  color: #FF3200;
  font-size: 14px;
}
.cont__form--list-detail dt{
  font-weight:bold;
  padding-bottom:15px;
}
.cont__form--list dd,.cont__form--list-detail dd {
  margin-bottom:28px;
  font-weight:500;
}
.cont__form--list dd:last-child {
  margin-bottom:10px;
}
.cont__form--list-detail dd:last-child {
  margin-bottom:20px;
}
.cont__form--list-border-b {
  padding-bottom:20px;
  border-bottom:2px solid #ccc;
 }
 .cont__form--gray {
  background-color:#F8F8F8;
  padding:20px;
  margin-bottom:20px;
}
.cont__form--gray dt {
  font-weight:500;
  background-color:#F8F8F8;
  padding:0 20px 10px;
}
.cont__form--gray dd {
  padding-left: 20px;
}
.cont__form--gray dd.book__select--min {
  margin-bottom: 0;
}
.cont__box--gray {
  padding:25px;
  background-color:#F8F8F8;
  border:1px solid #ccc;
}
.cont__box--gray-policy:first-child{
  padding-top: 0px;
}
.cont__box--gray-policy{
  padding-top: 20px;
}
.cont__box--gray-title{
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
}
.cont__box--gray-list {
  padding:0.5em;
  list-style-type:none;
}
.cont__box--gray-list li{
  font-size:18px;
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
.cont__box--gray-list li:last-child {
  padding-bottom:0;
}
.cont__box--gray-list li:before {
  position:absolute;
  content:'';
  top: 0.5em;
  left: 0.2em;
  height:0;
  width:0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
}
.cont__form--list input[type="text"]{
  font-size:18px;
  width:317px;
  border: 1px solid #ccc;
  padding:10px 15px;
}
.cont__form--list input[type="number"] {
  font-size:18px;
  width:86px;
  border: 1px solid #ccc;
  padding:8px 15px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
.cont__form--list input::placeholder {
  color:#333
}
.cont__form--list input::-webkit-input-placeholder {
  color:#333;
}
.cont__form--btn {
  width: 100%;
  text-align: center;
}
.table__area {
	width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
  border-collapse: separate;
}
.table__area th, .table__area td  {
  border-top: 1px solid #ddd;
  font-size:16px;
}
.table__area th {
	width: 35%;
  padding:20px 80px 20px 22px;
	background: #f8f8f8;
	font-weight:500;
	text-align: left; 
}
.table__area td {
  padding:20px 10px 20px 30px;
}
.table__area.brochure--layout th{
  padding:20px 20px 20px 40px;
}
.table__area.brochure--layout td{
  padding:20px 10px 20px 38px;
}
/*table内の入力項目*/
::placeholder{color: #333;}
.table__area.table__area--input th{
  position:relative;
  height: 100%;
}
.table__area input,.table__area textarea{
  border:1px solid #ccc;
}
.table__area td input[type="text"]{
  width:392px;
  padding:10px 5px 6px 10px;
  cursor: text;
}
td .table__input--two{
  width:392px;
  display:flex;
  justify-content:space-between;
}
td .table__input--two input[type="text"]{
  width:47%;
}
.table__area td textarea{
  width:640px;
  height:135px;
  padding:5px 10px;
}
.table__area td textarea+p.precautions--word{padding-top:0;}
.table__area td.table__input--num input[type="text"]{
  width:254px;
}
/*table内の入力項目_end*/
/*必須・任意・注釈*/
span.required--mark {
  display:block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform:translateY(-50%);
  line-height:normal;
	padding:2px 12px;
	border-radius: 15px;
	background:#FEA100;
	color:#fff;
	font-size:12px;
	font-weight: bold;
}
span.any--mark {
  display:block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform:translateY(-50%);
	padding:2px 12px;
	border-radius: 15px;
	background:#FFF;
	border:1px solid #CCCCCC;
	color:#555555;
	font-size:12px;
	font-weight: bold;
}
.table__area td p.precautions--word{
  padding-top:10px;
  color:#FF3200;
  font-size:16px;
}
/*必須・任意_end*/
/*チェックボックス関連*/
.c__checkbox {
  width: auto;
  display: inline-block;
  user-select: none;
}
.c__checkbox.confirm { /* 確認画面でチェックボックスを作動させたくない時 */
  pointer-events: none;
}
.c__checkbox--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c__checkbox input[type=checkbox],
.c__checkbox input[type=radio] {
  display: none;
}
.c__checkbox--txt {
  font-size: 18px;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.c__checkbox--txt:empty {
  padding-left: 25px;
}
.c__checkbox--txt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 1px #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.1s ease-in-out;
}
.c__checkbox--txt::after {
  content: "";
  display: block;
  transform: translate(70%, -50%) rotate(45deg);
  border-right: solid 3px #CCCCCC;
  border-bottom: solid 3px #CCCCCC;
  width: 10px;
  height: 16px;
  left: 0;
  top: 40%;
  position: absolute;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.c__checkbox--input:checked + .c__checkbox--txt::before,
.c__checkbox--input.active + .c__checkbox--txt::before {
  border: solid 1px #FEA100;
  background: #FEA100;
}
.c__checkbox--input.check--black:checked + .c__checkbox--txt::before,
.c__checkbox--input.check--black.active + .c__checkbox--txt::before {
  border: solid 1px #555555;
  background: #555555;
}
.c__checkbox--input:checked + .c__checkbox--txt::after,
.c__checkbox--input.active + .c__checkbox--txt::after {
  border-right: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
}
/*チェックボックス_end*/
/*セレクトボックス*/
.table__area--select {
  overflow: hidden;
  max-width:60%;
}
.table__area--select select {
  width: 100%;
  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: 10px 38px 6px 10px;
  color: #333;
}
.table__area--select select::-ms-expand {
    display: none;
}
.table__area--select{
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffff;
}
.table__area--select.table__area--select--close {
  cursor: default;
}
.table__area--select.table__area--select--close select {
  color: #ccc;
  pointer-events: none;
}
.table__area--select::before {
  position: absolute;
  top: 48%;
  right: 0.9em;
    -webkit-transform: translateY(-48%) rotate(45deg);
    transform: translateY(-48%) rotate(45deg);
  width: 8px;
  height: 8px;
  padding: 0;
  content: '';
  border-bottom: 4px solid #FF7600;
  border-right: 4px solid #FF7600;
  pointer-events: none;
}
.table__area--select.table__area--select--close::before {
  border-bottom: 4px solid #ccc;
  border-right: 4px solid #ccc;
}
/*セレクトボックス_end*/
/*パンフレット請求用の特殊table*/
.contact__form--pamphlet,
.contact-conf__form--pamphlet {
  width: 100%;
  margin-bottom: 40px;
  font-size:16px;
}
.contact__form--pamphlet thead,
.contact-conf__form--pamphlet thead {
  background: #555;
}
.contact__form--pamphlet thead th,
.contact-conf__form--pamphlet thead th {
  border: 1px solid #555;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.contact__form--pamphlet thead th:nth-of-type(1){
  width: 240px;
}
.contact__form--pamphlet thead th:nth-of-type(3){
  width: 150px;
}
.contact__form--pamphlet tbody td{
  position:relative;
  padding: 17px 0;
  border: 1px solid #ccc;
}
.contact__form--pamphlet tbody td:nth-of-type(1){
  padding-left: 70px;
}
.contact__form--pamphlet tbody td:nth-of-type(2){
  padding-left: 25px;
}
.contact__form--pamphlet tbody td.table__area--check{
  position:relative;
}
.contact__form--pamphlet tbody td.table__area--check .c__checkbox{
  position:absolute;
  top: 45%;
  right: 35%;
  transform: translate(-45%, -35%);
  height: 25px;
  }
/*パンフレット請求用の特殊table_end*/
/*ソート型デザインのセレクト*/
.c__select {
  position: relative;
  cursor: pointer;
  padding-right: 0;
}
.c__select.c__select--close {
  cursor: default;
}
.c__select.c__select--close select {
  pointer-events: none;
}
.c__select select{
  padding:5px 10px;
  width:130px;
  height:35px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:4px solid #EDEDED;
  outline:none;
  background-color:#fff;
  border-radius:30px;
  font-size:16px;
  line-height:16px;
}
.c__select:after{
  content:'';
  background:url(https://assets.pandabus.com/assets/user/image/svg/drop.svg) no-repeat;
  background-size:27px;
  cursor: pointer;
  width:27px;
  height:27px;
  position: absolute;
  right: 4px;
  top: 4px;
  pointer-events: none;
}
.c__select.c__select--close:after {
  background: url(https://assets.pandabus.com/assets/user/image/svg/dropclose.svg) no-repeat;
}
.c__select option {font-size:14px;}
/*ソート型デザインのセレクト_end*/

@media screen and (min-width:801px) and ( max-width:970px) {
  .c__select select {width:145px;}
  .c__select:after {right:4px;}
  .cont__form {width:100%;}
  .cont__form--flow {
    width:100%;
    padding:0 30px;
  }
  .credit__form--main,
  .credit__form--side {
    width:100%;
    padding:0 10px;
  }
  .cont__form--flow {
    margin:0 auto 63px;
    width:100%;
  }
  .cont__box--gray {
    margin-bottom:24px;
  }
}

@media only screen and (max-width:800px){
    .table__area {
    	margin:0;
      border-bottom:none;
    }
    .table__area th,
    .table__area td{
      width: 100%;
      display: block;
      border: none;
    }
    .table__area th,
    .table__area.brochure--layout th {
      padding:15px 20px;
    }
    .table__area td,
    .table__area.brochure--layout td {
      padding:15px 20px 20px;
    }
    .table__area.table__area--input td {padding:10px 0 20px;}
    .table__area td input[type="text"] {
      width:100%;
      padding:10px 10px 6px;
    }
    .table__area td textarea {width:100%;}
    .table__area td .table__input--two{
      display:flex;
      justify-content:space-between;
      width:100%;
    }
		.table__area td .table__input--two input[type="text"]{
		  width:48%;
		}
    .table__area td.table__input--num input[type="text"] {
      width:100%;
    }
		.table__area td.table__area--pb-no{padding-bottom:0;}
    .table__area.table__area--input td.table__area--noinput{padding:20px 20px 30px;}
    .table__area--select{max-width:100%;}
	  .contact__form--pamphlet,
	  .contact-conf__form--pamphlet {
	    margin:10px 0 20px;
	  }
	  .contact__form--pamphlet thead th:nth-of-type(1),
	  .contact-conf__form--pamphlet thead th:nth-of-type(1) {
	    width: 60%;
	    font-size:14px;
	  }
	  .contact__form--pamphlet thead th:nth-of-type(2),
	  .contact-conf__form--pamphlet thead th:nth-of-type(2) {
	    display: none;
	  }
	  .contact__form--pamphlet thead th:nth-of-type(3),
	  .contact-conf__form--pamphlet thead th:nth-of-type(3) {
	    width: 40%;
	    font-size:14px;
	  }
	  .contact__form--pamphlet tbody td:nth-of-type(1),
	  .contact-conf__form--pamphlet tbody td:nth-of-type(1) {
	    padding:14px 0 14px 16px;
	  }
	  .contact__form--pamphlet tbody td:nth-of-type(2),
	  .contact-conf__form--pamphlet tbody td:nth-of-type(2) {
	    display: none;
	  }
	  .contact__form--pamphlet tbody td,
	  .contact-conf__form--pamphlet tbody td{
	    padding:18px 0 10px;
	  }
    .contact__form--pamphlet tbody td.table__area--check .c__checkbox{
      position:absolute;
      top: 42%;
      right: 32%;
      transform: translate(-42%, -32%);
    }
    .c__select select {width:145px;}
    .c__select:after {right:4px;}
    .cont__form {
      width:100%;
    }
    .cont__form--flow {
      margin:0 auto;
      padding:15px 22px 26px;
      width:100%;
    }
    .cont__form--title,
    .cont__form--list dt {
      font-size:16px;
    }
    .cont__form--list dt,
    .cont__form--list-detail dt {
      padding-bottom:10px;
    }
    .cont__form--list dd,
    .cont__form--list-detail dd {
      font-size:14px;
      margin-bottom:20px;
    }
    .cont__form--list dd:last-child {
      margin-bottom:0;
    }
    .cont__form--list-detail dd:last-child {
      margin-bottom:30px;
    }
    .cont__form--list,
    .cont__form--list-detail {
      margin-top:20px;
    }
    .cont__form--list input[type="text"],
    .cont__form--list-detail input[type="text"]{
      width:100%;
    }
    .cont__form--gray {
      padding:15px 10px;
    }
    .cont__form--gray dt {
      padding-left:0;
      font-size:18px;
    }
    .cont__form--gray dd {
      padding:0;
    }
    .cont__box--gray {
      margin-bottom:20px;
      padding:20px;
    }
    .cont__box--gray-list {
      padding:0;
    }
    .cont__box--gray-list li {
      font-size:14px;
    }
    .cont__box--gray-list li:before {
      border-width: 4px 0 4px 6px;
    }
    .btn__box--two.btn__btm--space .c-btn__orange-gra.medium a,
    .btn__box--two.btn__btm--space .c-btn__orange-gra.medium input,
    .btn__box--two.btn__btm--space .c-btn__orange-gra.medium button {
      height: 62px;
    }
}