@charset "UTF-8";
.cont_ttl_02 .cont_ttl_02_in{
  display: inline-flex;
  padding: 59px 0 0 107px;
}
.cont_ttl_02 .cont_ttl_02_in .txt_sub {
  font-size: 1.7rem;
    color: #005400;
    margin: 10px 0 0 10px;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.cont_ttl_02 .cont_ttl_02_in{
  display: block;
  padding: 8% 0 7% 0;
}
.cont_ttl_02 .cont_ttl_02_in p{
  text-align: center;
}
.cont_ttl_02 .cont_ttl_02_in .txt_sub {
    margin: 4% 0 0 0;
}
.cont_ttl_02 .cont_ttl_02_in .txt_sub span{
  display: none;
}
}

.cont_ttl_uline p{
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #005400;
  text-align: left;
  font-size: 1.7rem;
  color: #005400;
}
.cont_ttl_uline p span {
  font-size: 2rem;
}
.cont_ttl_uline.thanks+p {
  border-bottom: 1px solid #005400;
  text-align: left;
  font-size: 1.5rem;
  color: #005400;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.sec01{
  margin: 30px 0 40px;
}
.txt p,
.txt li{
  font-size: 1.2rem;
  line-height: 2.0;
}
.txt.thanks p {
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .sec01{
  margin: 0 0 40px;
}
  .cont_ttl_uline p{
    margin: 0 0 3%;
    padding: 0 0 2% 1.2em;
    letter-spacing: 0;
    text-indent: -1.2em;
    font-size: 1.6rem;
    line-height: 1.4;
}
  .cont_ttl_uline p span {
  font-size: 2rem;
}
  .txt p a{
    color: #333333;
  }
  .txt p,
  .txt li{
  font-size: 1.3rem;
  line-height: 1.8;
    letter-spacing: 0;
}
}

.table_wrap{
  width:640px;
  margin: 24px auto 50px;
}
.form_table{
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  empty-cells: hide;
}
.form_table tr{
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 100%;
  height: 38px;
}
.form_table th {
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  padding: 8px 0;
  color: #fff;
  font-size: 1.5rem;
  background-color: #666464;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}
.form_table th.textarea{
  display: block;
  padding: 13px 0;
  box-sizing: border-box;
  height: 41px;
  vertical-align: middle;
}
.form_table th sup{
  position: absolute;
  display:block;
  top: 4px;
  right: 5px;
  color: #FF0000;
  font-size: 1.4rem;
  font-weight: bold;
}
.form_table td{
  width: calc(100% - 200px);
  padding: 0 0 0 1%;
}
.safari .form_table td{
  width: auto;
}
.form_table td input{
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 1.5rem;
  vertical-align: middle;
  border: 1px solid #666464;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
.form_table input::-webkit-input-placeholder,
.form_table input::-moz-placeholder,
.form_table input:-ms-input-placeholder{
  color: #E0E0E2;
}
/*
.form_table td select{
  width: 40%;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 1.5rem;
  vertical-align: middle;
  border: 2px solid #666464;
}

 .form_table td select {
    outline: none;
    text-overflow: '';
    background: none transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: linear-gradient(to left, #E0E0E2 36px, #fff 20px, #fff);
}
*/
.form_table td textarea{
  width: 100%;
  resize: vertical;
  min-height: 155px;
  border: 1px solid #666464;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.submit input{
	width:300px;
	margin:0 auto;
	font-size:1.4rem;
	padding:14px 0;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
  display: block;
  cursor: pointer;
  margin-top: 50px;
  background: #f4f4f6;
  color: #666464;
  border: none;
}
.button_area input:hover,
.submit input:hover {
 opacity: 0.7;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .form_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    empty-cells: hide;
    border: 2px solid #666464;
}
  .table_wrap {
    width: 100%;
    margin: 24px auto 50px;
}
 .form_table th{
    display: block;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 4% 0;
    border: none;
}
  .form_table th.textarea {
    height: auto;
    padding: 4% 0;
}
  .form_table th sup {
    position: absolute;
    display: block;
    top: 15%;
    right: 3%;
    color: #FF0000;
    font-size: 1.0rem;
    font-weight: bold;
}
  .form_table th.empty{
    display: none;
  }
  .form_table td {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
}
  .form_table td input,
  .form_table td select,
  .form_table td textarea{
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    font-size: 1.6rem;
    padding: 3.6%;
    border: none;
}
.form_table td select{
  border: none!important;
}
  .form_table td input.bb{
    border-bottom: 2px solid #666464;
  }
  .form_table td textarea{
    min-height: 120px;
  }
  .submit input {
     width: 80%;
    margin: 0 auto;
    font-size: 1.1rem;
    padding: 4% 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-top: 7%;
    background: #e0e0e2;
    border-radius: 50px;
}
}

/* --------------------------- */
/*    select 装飾*/
/* --------------------------- */

 .form_table td select {
  outline: none;
  text-overflow: '';
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #fff 179px, #666464 180px, transparent 179px);
   width: 50%;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 1.5rem;
  vertical-align: middle;
  border: 1px solid #666464;
  cursor: pointer;
  z-index: 2;
  margin:0;

}
.form_table td select::-ms-expand {
    display: none;
}

.select_box{
    position: relative;
}
.select_box::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 182px;
    height: 100%;
    width: 40px;
  background-color: #E0E0E2;
}
.select_box::after{
    content: '';
    position: absolute;
  display: block;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  left: 44.9%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7px 0 7px;
    border-color: #666464 transparent transparent transparent; 
}
@media screen and (max-width: 768px) {
  .form_table td select {
    background: linear-gradient(to right, #fff 85%, #666464 85%, transparent 85.2%);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding: 2.56%;
}
.select_box::before{
  left: 85%;
    height: 100%;
    width: 15%;
    top: -2.5%;
  background-color: #E0E0E2;
}
.iphone .select_box::before{
    top: -5%;
    height: 110%;
}
.select_box::after{
  left: 89%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 10px;
    border-color: #666464 transparent transparent transparent; 
}
}


/*confirmページ*/
.confirm .form_table {
    border-collapse: separate;
    border-spacing: 10px 0;
}
.confirm .form_table tr:last-child{
  height: 80px;
}
.confirm .altop{
  vertical-align: top;
}
.confirm .form_table th,
.confirm .form_table td{
  box-sizing: border-box;
  background: #fff;
  color: #666464;
  font-size: 1.5rem;
  border-bottom: 5px solid #E0E0E2;
  padding: 1.8%;
}
.confirm .form_table th.textarea{
  display: table-cell;
}
 
.confirm .form_table .first{
  border-top: 5px solid #E0E0E2;
}

.confirm .form_table td{
  width: 68%;
}
.confirm .form_table td.last{
  line-height: 1.4;
  border-right: 1px solid #E0E0E2;
  border-left: 1px solid #E0E0E2;
}
.confirm .form_table th{
  width: 32%;  
}
.confirm .button_area{
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.confirm .button_area input {
    width: 150px;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 14px 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    cursor: pointer;
    margin-top: 50px;
    color: #666464;
    background:#f4f4f6;
    border: none;
}

.confirm .button_area input.submit{
  background-color: #005400;
  color: #fff;
}
.confirm th.empty {
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .confirm .form_table{
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  empty-cells: hide;
  border: 2px solid #666464;
}
  .confirm .form_table .first{
  border-top: 0;
}
  .confirm .form_table th,
  .confirm .form_table th span,
  .confirm .form_table td{
    box-sizing:border-box;
    border-bottom: 2px solid #666464;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.6rem;
    padding: 3%;
}
  .confirm .form_table th,
  .confirm .form_table th span{
    background-color: #E0E0E2;
  }
  .confirm .form_table td.last{
    text-align: left;
  }
  .confirm .form_table th.empty{
    display: none;
  }
  .confirm .form_table th.textarea{
    display: block;
  }
  .confirm .form_table th {
    position: relative;
}
  .confirm .form_table th sup {
    position: absolute;
    display: block;
    top: 15%;
    right: 3%;
    color: #FF0000;
    font-size: 2.0rem;
    font-weight: bold;
}
  .confirm .button_area {
    width: 100%;
    justify-content: space-between;
    font-size: 2.2rem;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-top: 25px;
}
  .confirm .button_area input{
    width: 35%;
    font-size: 1.1rem;
    padding: 4% 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
  .confirm .button_area input.btn_back{
    margin-left: 0;
    margin-top: 0;
    background: #e0e0e2;
  }
  .confirm .button_area input.submit{
    margin-right: 0;
    margin-top: 0;
  }
  .confirm .form_table td.last{
    border-bottom: 0;
  }
}


/* thanksページ　*/
body{
  position: relative;
}
.bottom{
  width: 100%;
  position: absolute;
  bottom: 0;
}




@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.bottom{
  width: 100%;
  position: static;
  bottom: 0;
}
.cont_ttl_uline.thanks+p{
  padding-bottom: 10px;
}

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */

}

/*ContactForm7カスタマイズ*/
table.CF7_table{
  width:80%;
  margin:0 auto;
  border: 3px solid #e5e5e5;
}

table.CF7_table tr{
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
  display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
  color:#797979;
}

/*「必須」文字*/
.CF7_req{
  font-size:.9em;
  padding: 5px;
  background: #003300;/*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
  font-size:.9em;
  padding: 5px;
  background: #bdbdbd;/*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
  .CF7_table th{
  width:30%;/*横幅*/
  background-color:#ebedf5;/*ブルーグレー*/
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px){
  table.CF7_table{
  width:95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th{
  display: block;
  width: 100%;
  line-height:2.5em;
  }
  .CF7_table th{
  background-color:#ebedf5;
  }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color:#003300;/* オレンジ*/
  border:0;
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  margin:0 auto;
}

.CF7_btn{
  text-align:center;
  margin-top:20px;
}

.wpcf7-spinner{
  width:0;
  margin:0;
}
