@charset "UTF-8";


/*----------------------------------------
	main-contents container from common
----------------------------------------*/
.main-contents {
  margin-top: 30vh;
 
}
.confrim-section{
  margin:auto;
  width:50vw;
}

@media screen and (min-width: 768px),print {
  .main-contents {
    margin-top: 0px;
  }
}
.container {
  width: 100vw;
  margin: auto;
  
}
@media screen and (min-width: 768px),print {
.container {
  width: 60vw;
  margin: auto;
  padding-left: ;
  padding-right: ;
}

}
/*中見出し
-----------------------------------*/
.heading-lv3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  
}
.heading-lv3::before {
  content: "";
  display: block;
  /*width: 50px;*/
  margin-bottom: 20px;
  border-top: 1px dashed #000;
}
.heading-lv3--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.heading-lv3--white {
  color: #fff;
}
.heading-lv3--white::after {
  border-color: #fff;
}
@media screen and (min-width: 768px),print {
  .heading-lv3 {
    font-size: 28px;
  }
}

/*----------------------------------------
	section
----------------------------------------*/
.section {
  padding-top: 50px;
  padding-bottom: 50px;
 
}
.section + .section {
  padding-top: 0;
}
.section__title {
  margin-bottom: 20px;
}
.section__button {
  margin-top: 40px;
}
.input_section {
   margin:auto;
   text-align:center;
}
@media screen and (min-width: 768px),print {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section__title {
    margin-bottom: 40px;
  }
  .section__button {
    margin-top: 60px;
  }
}

/*ボタンベース
-----------------------------------*/
/*a,button,inputなどに適用される予定なのでベースの表示・挙動が同一になるように調整*/
.button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
/*ボタンレイアウト
-----------------------------------*/
.button-center {
  /*display: flex;
  flex-direction: column;*/
  align-items: center;
}
.button-center .button:not(:first-child){
  margin-top: 20px;
}
@media screen and (min-width:768px),print {
  .button-center {
    /*flex-direction: row;
    justify-content: center;*/
  }
  .button-center .button:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}
/*ボタンサイズ
-----------------------------------*/
/*大サイズ*/
.button--lg {
  max-width: 400px;
  padding: 20px;
  font-size: 18px;
  margin:auto;
}
/*中サイズ*/
.button--md {
  max-width: 300px;
  padding: 20px;
  font-size: 16px;
}
/*小サイズ*/
.button--sm {
  width: auto;
  min-width: 150px;
  padding: 10px;
  font-size: 14px;
}

/*ボタン種類
-----------------------------------*/
/*標準*/
.button--default {
  background: #0000cd;
  color: #fff;
}
.button--default:hover,
.button--default:focus {
  opacity: 0.7;
  color: #fff;
}

/*枠線*/
.button--outline {
  border: 2px solid #0000cd;
  background: #fff;
  color: #333;
}
.button--outline:hover,
.button--outlien:focus {
  background: #EAF5E9;
  color: #333;
}

/*透過*/
.button--ghost {
  border: 2px solid #fff;
  color: #fff;
}
.button--ghost:hover,
.button--ghost:focus {
  background: rgba(255,255,255,0.3);
  color: #fff;
}

/*Action*/
.button--action {
  background: #444;
  color: #fff;
}
.button--action:hover,
.button--action:focus {
  opacity: 0.7;
  color: #fff;
}

/*Disabled*/
.button--disabled,
.button[disabled] {
  background: #ccc;
  color: #fff;
  opacity: 1;
  cursor: default;
}
/*ボタンレイアウト
-----------------------------------*/
.button-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-center .button:not(:first-child){
  margin-top: 20px;
}
@media screen and (min-width:768px),print {
  .button-center {
    flex-direction: row;
    justify-content: center;
  }
  .button-center .button:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}

/*アイコン配置
-----------------------------------*/
.button i:first-child {
  margin-right: 0.5em;
}
.button i:last-child {
  margin-left: 0.5em;
}
/*----------------------------------------
	contactTable
----------------------------------------*/
.contactTable {
  width: 60%;
  margin:auto;
  /*border-bottom: 1px dashed #ccc;*/
}
.contactTable tr {
  height: 100px; 
  /*border-top: 1px dashed #ccc;*/
}
.contactTable th {
  width: ;
  /*padding: 20px 40px 20px 0;*/
  vertical-align: middle;
}
.contactTable td {
  padding: 20px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contactTable,
  .contactTable tbody,
  .contactTable tr,
  .contactTable th,
  .contactTable td {
    display: block;
  }
.contactTable {
  width: 80%;
  margin:auto;
  /*border-bottom: 1px dashed #ccc;*/
}
  .contactTable tr {
    height: auto;
  }
  .contactTable th {
    width: 80%;
    padding: 20px 0 0 0;
  }
  .contactTable td {
    padding: 10px 0 20px 0;
  }


}

/*----------------------------------------
	Form Parts
----------------------------------------*/
/*各フォーム部品の基本スタイルを上書きします*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを無効にする*/
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  font-family: inherit;
}
input[type="number"],
input[type="password"] {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
}
/*フォーカス時*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus,
input[type="number"],
input[type="password"] {
  outline: none;
  box-shadow: 0 0 5px rgba(55,149,47,0.7);
}
/*エラー時*/
.is-error input[type="text"],
.is-error input[type="email"],
.is-error input[type="tel"],
.is-error input[type="url"],
.is-error input[type="number"],
.is-error input[type="password"],
.is-error textarea,
.is-error select,
.is-error .selectWrap{
  color: #F5A22F;
  border-color: #F5A22F;
}

/*select
--------------------------*/
.selectWrap {
  position: relative;
}
.selectWrap::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}
select::-ms-expand { /*IEでもselectの矢印を消す*/
　display: none;
}


/*----------------------------------------
	Form Layout
----------------------------------------*/
.placeh_font{
   font-size:12px;
   font-weight:normal;
}

/*ラベル*/
.inputLabel {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width:768px),print {
  .inputLabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.placeh_font{
   font-size:14px;
   font-weight:normal;
}

}
/*サブラベル*/
.inputSubLabel {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

/*必須ラベル*/
.require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  background: #0000cd;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  vertical-align: middle;
}

/*注意書き*/
.inputNote {
  margin-top: 10px;
  color: #000;
  font-size: 10px;
}

/*名前・フリガナ*/
.nameLayout >* + *{
  margin-top: 10px;
}
@media screen and (min-width:768px),print {
  .nameLayout {
    display: flex;
    justify-content: space-between;
  }
  .nameLayout > * {
    width: 48.68%;
  }
  .nameLayout > * + * {
    margin-top: 0;
  }
}

/*エラーメッセージ*/
.errorText {
  display: none;
  align-items: center;
  margin-top: 16px;
  color: #df5656;
  font-weight: normal;
}
.inputField.is-error .errorText {
  display: block;
}
.errorText::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.2em;
  /*background: url(../img/icon_attention.svg) center center / contain no-repeat;*/
  vertical-align: middle;
}


/*----------------------------------------
	個人情報保護方針チェック
----------------------------------------*/
.privacyBox {
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #fff;
 
}
.privacyBox__check {
  margin-top: 20px;
  text-align: center;
}
 .privacyBox p{
   font-size:12px;
  }
@media screen and (min-width:768px),print {
  .privacyBox {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    
  }
  .privacyBox__check {
    margin-top: 50px;
  }
}

/*----------------------------------------
	送信ボタン
----------------------------------------*/
.formBtns {
  display: flex;
  justify-content: center;
}
.buttonAction {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  border: 2px solid #FF7600;
  background: #FF7600;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2em;
  transition: opacity 0.3s, color 0.3s;
  cursor: pointer;
}
.buttonAction:hover {
  opacity: 0.7;
}
.confirm_line {
   border-bottom:2px solid #4586C7;
   width:70%;
}
/*confirm2*/   
.confirm_border {
   margin: 10px 0;
   padding: 20px 10px 20px 20px;
   border: 1px solid #fff;
   width:80vw;
   background-color:#fff;
}
@media screen and (min-width:768px),print {
.confirm_line {
   border-bottom:2px solid #4586C7;
   width:70%;
}   
.confirm_border {
   margin: 10px 0;
   padding: 20px 10px 20px 20px;
   border: 1px solid #fff;
   width:40vw;
   background-color:#fff;
}

}

