@charset "UTF-8";
body {
  overflow: scroll !important; }

.ment {
  color: red;
  display: inline-block;
  padding-bottom: 1.5em; }

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
  #contact .wrap {
    max-width: 1094px;
    width: auto;
    margin: 0 auto; }

  /* タイトル
  ----------------------*/
  .title_str .tit h1 span {
    display: block;
    margin: 30px auto 0;
    font-size: 18px;
    letter-spacing: 3px; }

  /* リード
  ---------------------*/
  #contact #leadArea {
    position: relative;
    margin-bottom: 70px;
    text-align: center; }

  #contact #leadArea p a {
    display: inline-block;
    margin: 0; }

  #contact #leadArea a {
    display: inline-block;
    text-align: center;
    color: #0da997;
    font-weight: bold;
    margin: 30px auto 0;
    position: relative; }

  #contact #leadArea a span {
    display: inline-block;
    position: relative; }

  #contact #leadArea a span:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/arrow_r.png") no-repeat center/cover;
    width: 12px;
    height: 9px;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 300ms; }

  #contact #leadArea a:hover span:after {
    right: -22px; }

  /*----------------------------
  
  　表示切り替え設定
  
  ----------------------------*/
  #contact #contactArea .is-hide {
    display: none; }

  #contact #contactArea .enterbtn.off {
    pointer-events: none;
    opacity: 0.4; }

  #contact .contacttype {
    display: none; }

  #contact .contacttype.is-show {
    display: block; }

  #contact .switch {
    display: none; }

  #contact .switch.is-show {
    display: block; }

  /*----------------------------
  
  　お問い合わせ方法選択
  
  ----------------------------*/
  #contact #contactArea #selectArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 200px; }

  #contact #contactArea #selectArea dl {
    width: 100%; }

  #contact #contactArea #selectArea dl + dl {
    margin-left: 20px; }

  #contact #contactArea #selectArea dl dt {
    font-weight: bold;
    margin-bottom: 10px; }

  #contact #contactArea #selectArea dl dd {
    position: relative; }

  #contact #contactArea #selectArea select,
  #contact #contactArea #selectArea .enterbtn {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 100%;
    color: #424242;
    font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック'; }

  #contact #contactArea #selectArea select {
    border: 3px solid #66cbaf;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 15px 48px 15px 15px;
    position: relative; }

  #contact #contactArea #selectArea dl dd:before,
  #contact #contactArea #selectArea dl dd:after {
    content: '';
    display: block;
    position: absolute; }

  #contact #contactArea #selectArea dl dd:before {
    width: 34px;
    height: 34px;
    background-color: #66cbaf;
    border-radius: 13px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }

  #contact #contactArea #selectArea dl dd:after {
    background: url("../img/arrow_bsq.png") no-repeat center/cover;
    width: 11px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto; }

  #contact #contactArea #selectArea .enterbtn {
    background-color: #ff97aa;
    width: 110px;
    border-radius: 20px;
    margin-left: 60px;
    color: #fff;
    flex-shrink: 0;
    padding: 18px 0;
    transition: .4s;
    display: block;
    line-height: 1; }

  #contact #contactArea #selectArea .enterbtn:hover {
    background: #fa7180 !important;
    color: #fff; }

  /*----------------------------
  
  　お問い合わせ方法共通
  
  ----------------------------*/
  #contact #contactArea {
    position: relative;
    margin: 0 auto;
    max-width: 1200px; }

  #contact h2 {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 25px;
    letter-spacing: 3px;
    width: 455px;
    padding-left: 3px; }

  #contact h2:before,
  #contact h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 29px;
    top: 0;
    bottom: 0;
    margin: auto 0; }

  #contact h2:before {
    background: url("../../common/img/tit_l.png") no-repeat center/cover;
    left: 0; }

  #contact h2:after {
    background: url("../../common/img/tit_r.png") no-repeat center/cover;
    right: 0; }

  #contact #contactArea .titArea .atten {
    margin-top: 30px;
    line-height: 2; }

  #contact #contactArea .titArea .atten a {
    text-decoration: underline; }

  /*　リード */
  #contact .contacttype {
    position: relative;
    background-color: #f7f7f7;
    max-width: 1194px;
    box-sizing: border-box;
    padding: 90px 80px;
    border-radius: 0 16px 0 16px;
    margin-bottom: 120px; }

  #contact .contacttype .flame_tl {
    background: url("../img/mail_flame_tl.png") no-repeat top left/cover;
    width: 121px;
    height: 121px;
    left: 0;
    top: -3px; }

  #contact .contacttype .flame_br {
    background: url("../img/flame_br.png") no-repeat top left/cover;
    width: 70px;
    height: 90px;
    bottom: 0;
    right: -3px; }

  #contact .contacttype .titArea {
    position: relative;
    text-align: center; }

  #contact .contacttype .titArea h2 {
    position: absolute;
    margin: auto;
    top: -112px;
    left: 0;
    right: 0; }

  #contact .contacttype .lead {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2; }

  #contact .contacttype .lead p + p {
    margin-top: 10px; }

  /*----------------------------
  
  　お問い合わせ方法：メール
  
  ----------------------------*/
  #contact #mailArea .titArea {
    margin-bottom: 100px; }

  #contact #mailArea div.mfp_err {
    background-position: 0px 5px; }

  /*　フォーム */
  #contact #mailArea h3 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 30px;
    letter-spacing: 3px; }

  #contact #mailArea h3:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/icon_pen.png") no-repeat top left/cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 4px; }

  #contact #mailArea .formlist {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 80px; }

  #contact #mailArea .formlist:before,
  #contact #mailArea .formlist:after {
    content: '';
    display: block;
    position: absolute; }

  #contact #mailArea .formlist:after {
    background-image: url("../../common/img/bg_b.jpg");
    background-size: 350px;
    width: 240px;
    height: 100%;
    border-radius: 16px 0 0 16px;
    top: 0;
    left: 0;
    z-index: 1; }

  #contact #mailArea .formlist:before {
    background: url("../img/flame_br_gray.png") no-repeat bottom right/cover;
    width: 65px;
    height: 66px;
    bottom: 0;
    left: 175px;
    z-index: 2; }

  #contact #mailArea .formlist th {
    width: 240px;
    box-sizing: border-box;
    padding: 50px 30px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    font-size: 18px; }

  #contact #mailArea .formlist th .note {
    color: #fa7180; }

  #contact #mailArea .formlist th:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 1px;
    background-color: #fff; }

  #contact #mailArea .formlist tr:last-of-type th:after {
    display: none; }

  #contact #mailArea .formlist td {
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    min-height: 132px; }

  #contact #mailArea .formlist td:before,
  #contact #mailArea .formlist tr:last-of-type td:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    top: -1px;
    background-color: #c9c9c9;
    opacity: 0.5; }

  #contact #mailArea .formlist tr:last-of-type td:after {
    top: auto;
    bottom: -1px; }

  /* 入力 */
  #contact #mailArea .formlist .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap; }

  #contact #mailArea .formlist td input {
    border: none;
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px; }

  /* nama */
  #contact #mailArea .formlist .nameArea input {
    width: calc(50% - 10px); }

  /* mail */
  #contact #mailArea .formlist .txtArea ul li + li {
    margin-top: 10px; }

  /* adress */
  #contact #mailArea .formlist .adArea ul li {
    font-weight: bold; }

  #contact #mailArea .formlist .adArea ul li + li {
    margin-top: 20px; }

  #contact #mailArea .formlist .adArea ul li:first-of-type {
    align-items: stretch; }

  #contact #mailArea .formlist .adArea ul li:first-of-type span input {
    width: 210px;
    margin: 0 5px; }

  #contact #mailArea .formlist .adArea ul li:first-of-type input[type="button"] {
    width: 140px;
    border: 3px solid #66cbaf;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    border-radius: 18px;
    color: #0da997;
    font-weight: bold;
    transition: 0.4s;
    display: block;
    height: 58px; }

  #contact #mailArea .formlist .adArea ul li:first-of-type input[type="button"]:hover {
    background: #66cbaf !important;
    color: #fff; }

  #contact #mailArea .formlist .adArea ul li.ad label {
    width: 160px;
    flex-shrink: 0; }

  /* reason */
  #contact #mailArea .formlist textarea {
    min-height: 150px !important;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 1.8 !important;
    resize: vertical !important;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px; }

  /* date */
  #contact #mailArea .formlist .input-birth {
    width: calc(50% - 10px); }

  /* 同意 */
  #contact #mailArea .agree {
    text-align: center; }

  #contact #mailArea .agree a {
    text-decoration: underline; }

  #sbmbtn {
    margin: 40px auto 0;
    width: 390px;
    display: block;
    border: solid 3px #66cbaf;
    border-radius: 18px;
    position: relative;
    text-align: center;
    color: #0da997;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    padding: 18px 25px 18px 5px;
    background: #fff;
    transition: 0.4s; }

  #sbmbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-image: url(../../common/img/arrow.png);
    background-size: cover;
    width: 20px;
    height: 15px;
    transition: 300ms; }

  #sbmbtn:hover {
    background: #66cbaf !important;
    color: #fff; }

  #sbmbtn:hover:after {
    right: 8px;
    background-image: url(../../common/img/arrow_w.png); }

  /*----------------------------
  　確認画面
  ----------------------------*/
  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
    font-size: 20px;
    margin-bottom: 60px; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table th,
  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table td {
    padding: 30px;
    font-size: 16px; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
    margin: 40px 20px;
    width: 170px;
    display: block;
    border-radius: 18px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    padding: 18px 0;
    background: #fff;
    transition: 0.4s; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
    border: solid 3px #66cbaf;
    color: #0da997;
    background: #fff; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send:hover {
    background: #66cbaf !important;
    color: #fff; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
    color: #fff;
    background: #ccc; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel:hover {
    color: #fff;
    background: #444; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma {
    background-color: rgba(255, 255, 255, 0.6); }

  /*----------------------------
  
  　お問い合わせ方法：電話
  
  ----------------------------*/
  #contact #telArea dl {
    text-align: center;
    display: none; }

  #contact #telArea dl.is-show {
    display: block; }

  #contact #telArea dl dt {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    line-height: 1; }

  #contact #telArea dl dd a {
    display: inline-block;
    margin: 0 auto 30px;
    position: relative;
    padding-left: 50px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1; }

  #contact #telArea dl dd + dt {
    margin-top: 40px; }

  #contact #telArea dl dd a:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/icon_tel.png") no-repeat center/cover;
    width: 30px;
    height: 35px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

  #contact #telArea dl dd p {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #contact #telArea dl dd p span {
    font-size: 14px;
    background-color: #66cbaf;
    display: block;
    color: #fff;
    margin-right: 10px;
    padding: 0 5px;
    border-radius: 3px; }

  #contact #telArea dl dd p + p {
    margin-top: 10px; }

  /*----------------------------
  
  　書式ダウンロード
  
  ----------------------------*/
  #contact #formatArea {
    position: relative;
    margin-bottom: 70px; }

  #contact #formatArea .wrap {
    position: relative;
    background-color: #f7f7f7;
    max-width: 1194px;
    box-sizing: border-box;
    padding: 70px 80px 60px;
    border-radius: 0 16px 0 16px; }

  #contact #formatArea .wrap .flame_tl {
    background: url("../img/flame_tl.png") no-repeat top left/cover;
    width: 73px;
    height: 73px;
    left: -3px;
    top: -3px; }

  #contact #formatArea .wrap .flame_br {
    background: url("../img/flame_br.png") no-repeat top left/cover;
    width: 70px;
    height: 90px;
    bottom: 0;
    right: -3px; }

  #contact #formatArea h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px; }

  #contact #formatArea p {
    text-align: center;
    margin-bottom: 40px; }

  #contact #formatArea ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }

  #contact #formatArea ul:after {
    display: none; }

  #contact #formatArea ul li {
    position: relative;
    width: 25%;
    margin-bottom: 20px; }

  #contact #formatArea ul li a {
    text-decoration: underline;
    position: relative;
    padding-left: 20px; }

  #contact #formatArea ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background-color: #8dc8af;
    transform: rotate(-45deg);
    top: 3px;
    left: 0; } }
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
  /* タイトル
  ----------------------*/
  .title_str .tit h1 span {
    display: block;
    margin: 30px auto 0;
    font-size: 18px;
    letter-spacing: 3px; }

  #contact .title_str .tit .icon {
    top: -55px; }

  /* リード
  ---------------------*/
  #contact #leadArea {
    position: relative;
    margin-bottom: 60px;
    text-align: center; }

  #contact #leadArea p a {
    display: inline-block;
    margin: 0; }

  #contact #leadArea p.lead {
    text-align: left;
    line-break: strict; }

  #contact #leadArea p.lead br {
    display: none; }

  #contact #leadArea a {
    display: inline-block;
    text-align: center;
    color: #0da997;
    font-weight: bold;
    margin: 20px auto 0;
    position: relative; }

  #contact #leadArea a span {
    display: inline-block;
    position: relative; }

  #contact #leadArea a span:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/arrow_r.png") no-repeat center/cover;
    width: 12px;
    height: 9px;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto; }

  /*----------------------------
  
  　表示切り替え設定
  
  ----------------------------*/
  #contact #contactArea .is-hide {
    display: none; }

  #contact #contactArea .enterbtn.off {
    pointer-events: none;
    opacity: 0.4; }

  #contact .contacttype {
    display: none; }

  #contact .contacttype.is-show {
    display: block; }

  #contact .switch {
    display: none; }

  #contact .switch.is-show {
    display: block; }

  /*----------------------------
  
  　お問い合わせ方法選択
  
  ----------------------------*/
  #contact #contactArea #selectArea {
    text-align: center;
    margin-bottom: 100px; }

  #contact #contactArea #selectArea dl {
    width: 100%; }

  #contact #contactArea #selectArea dl + dl {
    margin-top: 20px; }

  #contact #contactArea #selectArea dl dt {
    font-weight: bold; }

  #contact #contactArea #selectArea dl dd {
    position: relative; }

  #contact #contactArea #selectArea select,
  #contact #contactArea #selectArea .enterbtn {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 100%;
    color: #424242;
    font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック'; }

  #contact #contactArea #selectArea select {
    border: 3px solid #66cbaf;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 15px 48px 15px 15px;
    position: relative; }

  #contact #contactArea #selectArea dl dd:before,
  #contact #contactArea #selectArea dl dd:after {
    content: '';
    display: block;
    position: absolute; }

  #contact #contactArea #selectArea dl dd:before {
    width: 34px;
    height: 34px;
    background-color: #66cbaf;
    border-radius: 13px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }

  #contact #contactArea #selectArea dl dd:after {
    background: url("../img/arrow_bsq.png") no-repeat center/cover;
    width: 11px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto; }

  #contact #contactArea #selectArea .enterbtn {
    background-color: #ff97aa;
    width: 110px;
    border-radius: 20px;
    margin: 30px auto 0;
    color: #fff;
    flex-shrink: 0;
    padding: 18px 0;
    transition: .4s;
    display: block;
    line-height: 1; }

  /*----------------------------
  
  　お問い合わせ方法共通
  
  ----------------------------*/
  #contact #contactArea {
    position: relative;
    margin: 0 auto;
    padding: 0 2px; }

  #contact h2 {
    font-size: 25px;
    text-align: center;
    height: 90px;
    width: 90%;
    max-width: 305px;
    padding-left: 10px;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px; }

  #contact h2:before,
  #contact h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 0; }

  #contact h2:before {
    background: url("../img/tit_l.png") no-repeat center/cover;
    left: 0;
    top: 0; }

  #contact h2:after {
    background: url("../img/tit_r.png") no-repeat center/cover;
    right: 0;
    top: auto;
    bottom: 0; }

  /*　リード */
  #contact .contacttype {
    position: relative;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 50px 20px;
    border-radius: 0 16px 0 16px;
    margin-bottom: 100px; }

  #contact .contacttype .flame_tl {
    background: url("../img/mail_flame_tl.png") no-repeat top left/cover;
    width: 60px;
    height: 60px;
    left: 0;
    top: -2px; }

  #contact .contacttype .flame_br {
    background: url("../img/flame_br.png") no-repeat top left/cover;
    width: 35px;
    height: 45px;
    bottom: 0;
    right: -2px; }

  #contact .contacttype .titArea {
    position: relative;
    text-align: center; }

  #contact .contacttype .titArea h2 {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 22px;
    width: 260px;
    padding-left: 10px; }

  #contact .contacttype .lead {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2; }

  #contact .contacttype .lead p + p {
    margin-top: 10px; }

  /*----------------------------
  
  　お問い合わせ方法：メール
  
  ----------------------------*/
  #contact #mailArea .titArea {
    margin-bottom: 60px; }

  #contact #mailArea .lead {
    text-align: left; }

  #contact #contactArea .titArea .atten {
    margin-top: 10px;
    line-height: 2; }

  #contact #contactArea .titArea .atten a {
    text-decoration: underline; }

  /*　フォーム */
  #contact #mailArea h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px; }

  #contact #mailArea h3:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/icon_pen.png") no-repeat top left/cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px; }

  #contact #mailArea .formlist {
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px; }

  /*#contact #mailArea .formlist:before,
  #contact #mailArea .formlist:after{
  	content: '';
  	display: block;
  	position: absolute;
  }
  #contact #mailArea .formlist:after{
  	background-image: url("../../common/img/bg_b.jpg");
  	background-size: 350px;
  	width: 270px;
  	height: 100%;
  	border-radius: 16px 0 0 16px;
  	top: 0;
  	left: 0;
  	z-index: 1;
  }
  #contact #mailArea .formlist:before{
  	background: url("../img/flame_br_gray.png")no-repeat bottom right/cover;
  	width: 65px;
  	height: 66px;
  	bottom: 0;
  	left: 205px;
  	z-index: 2;
  }*/
  #contact #mailArea .formlist th,
  #contact #mailArea .formlist td {
    display: block;
    width: 100%; }

  #contact #mailArea .formlist th {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    background-image: url("../../common/img/bg_b.jpg");
    background-size: 350px;
    border-radius: 8px 0 8px 0; }

  #contact #mailArea .formlist th .note {
    color: #fa7180; }

  #contact #mailArea .formlist td {
    padding: 20px 0 50px;
    position: relative;
    box-sizing: border-box; }

  #contact #mailArea .formlist td:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 30px;
    background-color: #c9c9c9;
    opacity: 0.5; }

  /* 入力 */
  #contact #mailArea .formlist .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #contact #mailArea .formlist td input {
    border: none;
    width: 100%;
    margin: 0;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px; }

  /* nama */
  #contact #mailArea .formlist .nameArea input {
    width: calc(50% - 5px);
    float: left; }

  #contact #mailArea .formlist .nameArea input + input {
    margin-left: 10px; }

  /* mail */
  #contact #mailArea .formlist .txtArea ul li + li {
    margin-top: 10px; }

  /* adress */
  #contact #mailArea .formlist .adArea ul li {
    font-weight: bold; }

  #contact #mailArea .formlist .adArea ul li + li {
    margin-top: 20px; }

  #contact #mailArea .formlist .adArea ul li:first-of-type {
    align-items: stretch;
    flex-wrap: wrap; }

  #contact #mailArea .formlist .adArea ul li:first-of-type span input {
    margin: 0 3px; }

  #contact #mailArea .formlist .adArea ul li:first-of-type input[type="button"] {
    width: 170px;
    border: 3px solid #66cbaf;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 18px;
    color: #0da997;
    font-weight: bold;
    transition: 0.4s;
    padding: 18px 0;
    margin-top: 20px; }

  #contact #mailArea .formlist .adArea ul li:first-of-type input[type="button"]:hover {
    background-color: #66cbaf !important;
    color: #fff; }

  #contact #mailArea .formlist .adArea ul li.ad {
    display: block; }

  /* reason */
  #contact #mailArea .formlist textarea {
    min-height: 150px !important;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 1.8 !important;
    resize: vertical !important;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px; }

  /* date */
  #contact #mailArea .formlist .input-birth {
    width: calc(50% - 10px); }

  /* 同意 */
  #contact #mailArea .agree a {
    text-decoration: underline; }

  #sbmbtn {
    margin: 40px auto 0;
    width: 100%;
    display: block;
    border: solid 3px #66cbaf;
    border-radius: 18px;
    position: relative;
    text-align: center;
    color: #0da997;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    padding: 18px 25px 18px 5px;
    background: #fff;
    transition: 0.4s;
    font-size: 16px; }

  #sbmbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-image: url(../../common/img/arrow.png);
    background-size: cover;
    width: 20px;
    height: 15px;
    transition: 300ms; }

  #sbmbtn:hover {
    background: #66cbaf !important;
    color: #fff; }

  /*----------------------------
  　確認画面
  ----------------------------*/
  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
    font-size: 18px;
    margin-bottom: 30px; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table th,
  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table td {
    padding: 10px;
    font-size: 14px; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
    margin-top: 20px; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
    width: 170px;
    display: block;
    border-radius: 18px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    padding: 18px 0;
    background: #fff;
    transition: 0.4s; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_send {
    border: solid 3px #66cbaf;
    color: #0da997;
    background: #fff; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel {
    color: #fff;
    background: #ccc; }

  #contact #mailArea #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma {
    background-color: rgba(255, 255, 255, 0.6); }

  /*----------------------------
  
  　お問い合わせ方法：電話
  
  ----------------------------*/
  #contact #telArea h2 {
    width: 200px; }

  #contact #telArea dl {
    text-align: center;
    display: none; }

  #contact #telArea dl.is-show {
    display: block; }

  #contact #telArea dl dt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    line-height: 1; }

  #contact #telArea dl dd a {
    display: inline-block;
    margin: 0 auto 30px;
    position: relative;
    padding-left: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    font-feature-settings: "palt"; }

  #contact #telArea dl dd + dt {
    margin-top: 20px; }

  #contact #telArea dl dd a:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/icon_tel.png") no-repeat center/cover;
    width: 25px;
    height: 29px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

  #contact #telArea dl dd p {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #contact #telArea dl dd p span {
    font-size: 14px;
    background-color: #66cbaf;
    display: block;
    color: #fff;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 3px; }

  #contact #telArea dl dd p + p {
    margin-top: 10px; }

  /*----------------------------
  
  　書式ダウンロード
  
  ----------------------------*/
  #contact #formatArea {
    position: relative;
    margin-bottom: 70px;
    padding: 0 3px; }

  #contact #formatArea .wrap {
    position: relative;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 0 16px 0 16px; }

  #contact #formatArea .wrap .flame_tl {
    background: url("../img/flame_tl.png") no-repeat top left/cover;
    width: 37px;
    height: 37px;
    left: -3px;
    top: -3px; }

  #contact #formatArea .wrap .flame_br {
    background: url("../img/flame_br.png") no-repeat top left/cover;
    width: 35px;
    height: 45px;
    bottom: 0;
    right: -2px; }

  #contact #formatArea h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px; }

  #contact #formatArea p {
    text-align: center;
    margin-bottom: 20px; }

  #contact #formatArea ul:after {
    display: none;
    font-size: 0; }

  #contact #formatArea ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 14px; }

  #contact #formatArea ul li a {
    text-decoration: underline;
    position: relative;
    padding-left: 15px; }

  #contact #formatArea ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background-color: #8dc8af;
    transform: rotate(-45deg);
    top: 3px;
    left: 0; } }
