@charset "UTF-8";
/* CSS Document */

.marker_y {
  background: linear-gradient(transparent 0%, #FAEE00 0%);
}

.hero {
  background: url(assets/images/bg_hero.jpg) center center no-repeat;
  background-size: cover;
  height: 1048px;
  padding-top: 75px;
  position: relative;
}

.hero .grass {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -542px;
  background: url(assets/images/hero_drink.png) center center no-repeat;
  background-size: cover;
  width: 340px;
  height: 382px;
}

.hero .logo_mark a {
  background: url(assets/images/logo_mark.png) center center no-repeat;
  background-size: cover;
  width: 145px;
  height: 156px;
}

.hero .logo {
  background: url(assets/images/logo_hero.png) center center no-repeat;
  background-size: cover;
  width: 443px;
  height: 229px;
  margin: -15px auto 60px;
}

.hero .copy {
  background: url(assets/images/hero_copy.png) center center no-repeat;
  background-size: cover;
  width: 919px;
  height: 147px;
  margin: 0 auto 85px;
}

.hero .label {
  background: url(assets/images/hero_label.png) center center no-repeat;
  background-size: cover;
  width: 395px;
  height: 58px;
  margin: 0 auto 30px;
}

.hero .txt {
  background: url(assets/images/hero_txt.png) center center no-repeat;
  background-size: cover;
  width: 579px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  left: 100px;
}

@media screen and (max-width: 480px) {
  .hero {
    background: url(assets/images/sp/bg_hero.jpg) center center no-repeat;
    background-size: cover;
    height: 920px;
    padding-top: 65px;
  }

  .hero .grass {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -140px;
    background: url(assets/images/sp/hero_drink.png) center center no-repeat;
    background-size: cover;
    width: 280px;
    height: 248px;
  }

  .hero .logo_mark a {
    width: 75px;
    height: 81px;
    margin: 0 auto 15px;
  }

  .hero .logo {
    width: 237px;
    height: 123px;
    margin: 0 auto 13px;
  }

  .hero .copy {
    background: url(assets/images/sp/hero_copy.png) center center no-repeat;
    background-size: cover;
    width: 256px;
    height: 150px;
    margin: 0 auto 80px;
  }

  .hero .label {
    width: 256px;
    height: 37px;
    margin: 0 auto 13px;
  }

  .hero .txt {
    background: url(assets/images/sp/hero_txt.png) center center no-repeat;
    background-size: cover;
    width: 310px;
    height: 108px;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
}

.sec {
  height: 1048px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .sec {
    height: auto;
  }
}

.sec01 {
  background: url(assets/images/bg_sec01.jpg) center center no-repeat;
  background-size: cover;
}

.sec01 .inner {
  padding-top: 330px;
}

.sec01 .headline ,
.sec01 .txt {
  width: 635px;
  margin-left: calc(100% - 635px);
  text-align: center;
}

.sec01 .headline {
  background: url(assets/images/sec01_headline.png) center center no-repeat;
  background-size: 537px 159px;
  height: 159px;
  margin-bottom: 50px;
}
.sec01 .txt {
  font-size: 25px;
  line-height: 1.8;
}

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

  .sec01 {
    background: url(assets/images/sp/bg_sec01.jpg) center center no-repeat;
    background-size: cover;
    height: 460px;
  }

  .sec01 .inner {
    padding-top: 170px;
  }

  .sec01 .headline {
    background: url(assets/images/sp/sec01_headline.png) center center no-repeat;
    background-size: cover;
    width: 271px;
    height: 80px;
    margin: 0 auto 15px;
  }
  .sec01 .txt {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  }
}

.sec02 {
  background: url(assets/images/bg_sec02.jpg) center center no-repeat;
  background-size: cover;
}

.sec02 .hand {
  position: absolute;
  top: 230px;
  right: 0;
  background: url(assets/images/sec02_cover.png) center center no-repeat;
  background-size: cover;
  width: 980px;
  height: 586px;
}

.sec02 .inner {
  padding-top: 250px;
}

.sec02 .headline,
.sec02 .txt {
  width: 560px;
  text-align: center;
  margin-right: calc(100% - 560px);
}

.sec02 .headline {
  background: url(assets/images/sec02_headline.png) center center no-repeat;
  background-size: 560px 177px;
  height: 177px;
  margin-bottom: 65px;
}
.sec02 .txt {
  font-size: 25px;
  line-height: 1.8;
}

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

  .sec02 {
    background: url(assets/images/sp/bg_sec02.jpg) center bottom no-repeat;
    background-size: cover;
    height: 460px;
  }

  .sec02 .hand {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    background: url(assets/images/sp/sec02_cover.png) center center no-repeat;
    background-size: cover;
    width: 298px;
    height: 162px;
  }

  .sec02 .inner {
    padding-top: 35px;
  }

  .sec02 .headline {
    background: url(assets/images/sec02_headline.png) center center no-repeat;
    background-size: cover;
    width: 282px;
    height: 86px;
    margin: 0 auto 20px;
  }
  .sec02 .txt {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  }
}

.sec03 {
  background: url(assets/images/bg_sec03.jpg) center center no-repeat;
  background-size: cover;
}

.sec03 .inner {
  padding-top: 180px;
}

.sec03 .headline,
.sec03 .copy {
  width: 100%;
  text-align: center;
}

.sec03 .headline {
  background: url(assets/images/sec03_headline.png) center center no-repeat;
  background-size: 776px 147px;
  height: 147px;
  margin-bottom: 80px;
}

.sec03 .copy {
  background: url(assets/images/sec03_copy.png) center center no-repeat;
  background-size: 376px 163px;
  height: 163px;
  margin-bottom: 80px;
}

.sec03 .label {
  position: absolute;
  width: 250px;
  height: 250px;
}

.sec03 .label01 {
  top: 378px;
  left: 18px;
}

.sec03 .label02 {
  top: 582px;
  left: 193px;
}

.sec03 .label03 {
  top: 634px;
  left: 463px;
}

.sec03 .label04 {
  top: 582px;
  right: 193px;
}

.sec03 .label05 {
  top: 378px;
  right: 18px;
}

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

  .sec03 {
    background: url(assets/images/sp/bg_sec03.jpg) center center no-repeat;
    background-size: cover;
    height: 746px;
  }

  .sec03 .inner {
    padding-top: 55px;
  }

  .sec03 .headline {
    background: url(assets/images/sp/sec03_headline.png) center center no-repeat;
    background-size: 331px 121px;
    height: 121px;
    margin-bottom: 25px;
  }

  .sec03 .copy {
    background: url(assets/images/sec03_copy.png) center center no-repeat;
    background-size: 180px 73px;
    height: 73px;
    margin-bottom: 0;
  }

  .sec03 .label {
    position: absolute;
    width: 144px;
    height: 144px;
  }

  .sec03 .label01 {
    top: 288px;
    left: 50%;
    transform: translateX(-154px);
  }

  .sec03 .label02 {
    top: 288px;
    left: inherit;
    right: 50%;
    transform: translateX(154px);
  }

  .sec03 .label03 {
    top: 420px;
    left: 50%;
    transform: translateX(-72px);
  }

  .sec03 .label04 {
    top: 550px;
    left: 50%;
    transform: translateX(-154px);
  }

  .sec03 .label05 {
    top: 550px;
    right: 50%;
    transform: translateX(154px);
  }
}

.sec_contact {
  background: url(assets/images/bg_contact.jpg) center center no-repeat;
  background-size: cover;
  height: 626px;
}

.sec_contact .inner {
  background: url(assets/images/contact_product.png) 50px 112px no-repeat;
  background-size: 175px 358px;
  height: 626px;
  box-sizing: border-box;
  padding-top: 152px;
  padding-left: 312px;
}

.sec_contact .flex_conts {
  width: 831px;
  margin-bottom: 42px;
}

.sec_contact .product_label {
  width: 304px;
}

.sec_contact .logo {
  background: url(assets/images/contact_logo.png) center center no-repeat;
  background-size: cover;
  width: 304px;
  height: 106px;
  margin-bottom: 30px;
}

.sec_contact .label {
  background: url(assets/images/contact_label.png) center center no-repeat;
  background-size: cover;
  width: 300px;
  height: 44px;
}

.sec_contact .product_dsc {
  width: 440px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 25px 0;
  font-size: 17px;
  font-feature-settings: "palt";
  line-height: 1.9;
}

.sec_contact .btn {
  width: 350px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  box-shadow: 4px 4px #C9CACA;
  display: inline-block;
}

.sec_contact .schedule {
  background: #F39800;
  width: 438px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  box-shadow: 4px 4px #C9CACA;
  display: inline-block;
  margin-right: 35px;
}

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

  .sec_contact {
    background: url(assets/images/sp/bg_contact.jpg) center center no-repeat;
    background-size: cover;
    height: 530px;
  }

  .sec_contact .inner {
    background: url(assets/images/contact_product.png) 7.2% 50px no-repeat;
    background-size: 67px 135px;
    height: 460px;
    padding-top: 55px;
    padding-left: 0;
  }

  .sec_contact .flex_conts {
    width: 100%;
    box-sizing: border-box;
    padding-right: 7.2%;
    margin-bottom: 20px;
    display: block;
  }

  .sec_contact .product_label {
    width: 100%;
  }

  .sec_contact .logo {
    width: 217px;
    height: 76px;
    margin-bottom: 18px;
    float: right;
  }

  .sec_contact .label {
    width: 212px;
    height: 30px;
    margin-bottom: 32px;
    float: right;
  }

  .sec_contact .product_dsc {
    clear: both;
    width: 92.8%;
    padding: 20px 0;
    margin-left: 7.2%;
    font-size: 15px;
    line-height: 1.5;
  }

  .sec_contact .btn {
    width: 85.6%;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    box-shadow: 2px 2px #C9CACA;
    margin: 0 auto;
    display: block;
    background: #026D38;
  }

  .sec_contact .schedule {
    width: 85.6%;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    box-shadow: 2px 2px #C9CACA;
    margin: 0 auto 8px;
    display: block;
  }
}

.sec04 {
  background: url(assets/images/bg_sec04.jpg) center center no-repeat;
  background-size: cover;
}

.sec04 .inner {
  padding-top: 135px;
}

.sec04 .headline {
  width: 100%;
  text-align: center;
  background: url(assets/images/sec04_headline.png) center center no-repeat;
  background-size: 430px 192px;
  height: 192px;
  margin-bottom: 250px;
}

.sec04 .txt {
  text-align: center;
  background: url(assets/images/sec04_txt.png) center center no-repeat;
  background-size: 750px 379px;
  width: 750px;
  height: 379px;
  margin-left: 450px;
}

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

  .sec04 {
    background: url(assets/images/sp/bg_sec04.jpg) center center no-repeat;
    background-size: cover;
    height: 861px;
  }

  .sec04 .inner {
    padding-top: 265px;
  }

  .sec04 .headline {
    background: url(assets/images/sp/sec04_headline.png) center center no-repeat;
    background-size: 190px 70px;
    height: 70px;
    margin-bottom: 85px;
  }

  .sec04 .txt {
    text-align: center;
    background: url(assets/images/sp/sec04_txt.png) center center no-repeat;
    background-size: 323px 390px;
    width: 323px;
    height: 390px;
    margin: 0 auto;
  }
}

.sec05 {
  background: #F3F5EE url(assets/images/bg_sec05.jpg) center top no-repeat;
  background-size: 100%;
  height: auto;
  padding-bottom: 135px;
}

.sec05 .inner {
  padding-top: 705px;
}

.sec05 .headline {
  background: url(assets/images/sec05_headline.png) center center no-repeat;
  background-size: 459px 105px;
  height: 105px;
  margin-bottom: 130px;
}

.sec05 .voices {
  width: 1114px;
  height: 1009px;
  position: relative;
  margin: 0 auto;
}

.sec05 .voice,
.sec05 .illust,
.sec05 .caution {
  position: absolute;
}

.sec05 .voice {
  width: 435px;
  height: 435px;
}

.sec05 .voice01 {
  top: 0;
  left: 0;
  background: url(assets/images/sec05_voice01.png) center center no-repeat;
  background-size: cover;
}

.sec05 .voice02 {
  top: 0;
  right: 0;
  background: url(assets/images/sec05_voice02.png) center center no-repeat;
  background-size: cover;
}

.sec05 .voice03 {
  top: 246px;
  left: 365px;
  background: url(assets/images/sec05_voice03.png) center center no-repeat;
  background-size: cover;
}

.sec05 .voice04 {
  bottom: 46px;
  left: 0;
  background: url(assets/images/sec05_voice04.png) center center no-repeat;
  background-size: cover;
}

.sec05 .voice05 {
  bottom: 46px;
  right: 0;
  background: url(assets/images/sec05_voice05.png) center center no-repeat;
  background-size: cover;
}

.sec05 .illust01 {
  top: 255px;
  left: 239px;
  background: url(assets/images/sec05_illust01.png) center center no-repeat;
  background-size: cover;
  width: 130px;
  height: 212px;
}

.sec05 .illust02 {
  top: 258px;
  right: 48px;
  background: url(assets/images/sec05_illust02.png) center center no-repeat;
  background-size: cover;
  width: 129px;
  height: 220px;
}

.sec05 .illust03 {
  top: 505px;
  left: 583px;
  background: url(assets/images/sec05_illust03.png) center center no-repeat;
  background-size: cover;
  width: 129px;
  height: 219px;
}

.sec05 .illust04 {
  bottom: 0;
  left: 240px;
  background: url(assets/images/sec05_illust04.png) center center no-repeat;
  background-size: cover;
  width: 130px;
  height: 211px;
}

.sec05 .illust05 {
  bottom: 25px;
  right: 36px;
  background: url(assets/images/sec05_illust05.png) center center no-repeat;
  background-size: cover;
  width: 129px;
  height: 219px;
}

.sec05 .caution {
  font-size: 14px;
  bottom: 0;
  right: 300px;
}

@media screen and (max-width: 480px) {
  .sec05 {
    background: #F3F5EE url(assets/images/sp/bg_sec05.jpg) center top no-repeat;
    background-size: 100%;
    padding-bottom: 0;
    height: 1272px;
  }

  .sec05 .inner {
    padding-top: 250px;
  }

  .sec05 .headline {
    background: url(assets/images/sec05_headline.png) center center no-repeat;
    background-size: 231px 53px;
    height: 53px;
    margin-bottom: 45px;
  }

  .sec05 .voices {
    width: 317px;
    height: 873px;
  }

  .sec05 .voice,
  .sec05 .caution {
    position: static;
  }

  .sec05 .voice {
    width: 317px;
    margin-bottom: 15px;
  }

  .sec05 .voice01 {
    background: url(assets/images/sp/sec05_voice01.png) center center no-repeat;
    background-size: cover;
    height: 169px;
  }

  .sec05 .voice02 {
    background: url(assets/images/sp/sec05_voice02.png) center center no-repeat;
    background-size: cover;
    height: 112px;
  }

  .sec05 .voice03 {
    background: url(assets/images/sp/sec05_voice03.png) center center no-repeat;
    background-size: cover;
    height: 169px;
  }

  .sec05 .voice04 {
    background: url(assets/images/sp/sec05_voice04.png) center center no-repeat;
    background-size: cover;
    height: 169px;
  }

  .sec05 .voice05 {
    background: url(assets/images/sp/sec05_voice05.png) center center no-repeat;
    background-size: cover;
    height: 169px;
  }

  .sec05 .illust01 {
    top: 72px;
    left: 227px;
    width: 65px;
    height: 106px;
  }

  .sec05 .illust02 {
    top: 195px;
    left: 20px;
    width: 65px;
    height: 106px;
  }

  .sec05 .illust03 {
    top: 380px;
    left: 230px;
    width: 65px;
    height: 110px;
  }

  .sec05 .illust04 {
    bottom: inherit;
    top: 530px;
    left: 25px;
    width: 65px;
    height: 106px;
  }

  .sec05 .illust05 {
    bottom: inherit;
    top: 711px;
    right: inherit;
    left: 227px;
    width: 65px;
    height: 110px;
  }

  .sec05 .caution {
    font-size: 13px;
    right: 0;
    text-align: right;
  }
}



.sec06 {
  background: url(assets/images/bg_sec06.jpg) center top no-repeat;
  background-size: 100%;
  height: auto;
}

.sec06 .inner {
  padding-top: 742px;
  width: 1100px;
}

.sec06 .headline {
  width: 100%;
  text-align: center;
  background: url(assets/images/sec06_headline.png) center center no-repeat;
  background-size: 696px 109px;
  height: 109px;
  margin-bottom: 110px;
}

.sec06 .balloon {
  position: relative;
  padding: 105px 0 80px;
  border: solid 6px #81B82C;
  box-sizing: border-box;
  margin-bottom: 68px;
}

.sec06 .balloon:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 48px;
  margin-left: -48px;
  z-index: 2;
}

.sec06 .balloon:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(129, 184, 44, 0);
  border-top-color: #81B82C;
  border-width: 56px;
  margin-left: -56px;
  z-index: 1;
}

.sec06 .balloon .txt {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
}

.sec06 .balloon .txt .sp {
  display: none;
}


.sec06 .balloon .headline {
  width: 100%;
  text-align: center;
  background: url(assets/images/sec06_copy.png) center center no-repeat;
  background-size: 793px 136px;
  height: 136px;
  margin-bottom: 40px;
}

.sec06 .flow {
  width: 502px;
  margin-bottom: 125px;
}

.sec06 .num {
  width: 100%;
  height: 96px;
  margin-bottom: 45px;
}

.sec06 .flows .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.sec06 .flow01 .num {
  background: url(assets/images/sec06_flow_ico01.png) center center no-repeat;
  background-size: 106px 96px;
}

.sec06 .flow02 .num {
  background: url(assets/images/sec06_flow_ico02.png) center center no-repeat;
  background-size: 106px 96px;
}

.sec06 .flow03 .num {
  background: url(assets/images/sec06_flow_ico03.png) center center no-repeat;
  background-size: 106px 96px;
}

.sec06 .flow04 .num {
  background: url(assets/images/sec06_flow_ico04.png) center center no-repeat;
  background-size: 106px 96px;
}

.sec06 .other {
  margin-top: 125px;
  background: #F3F5EE;
  padding: 100px 55px;
  box-sizing: border-box;
  margin-bottom: 110px;
}

.sec06 .other .img {
  width: 458px;
  height: 458px;
}

.sec06 .other .dsc {
  width: 420px;
  padding-top: 80px;
}

.sec06 .other .ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}

.sec06 .other .txt {
  font-size: 26px;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .sec06 {
    background: url(assets/images/sp/bg_sec06.jpg) center top no-repeat;
    background-size: 100%;
    height: 3187px;
  }

  .sec06 .inner {
    width: 100%;
    padding-top: 324px;
    box-sizing: border-box;
  }

  .sec06 .headline {
    width: 100%;
    text-align: center;
    background: url(assets/images/sp/sec06_headline.png) center center no-repeat;
    background-size: 209px 80px;
    height: 80px;
    margin-bottom: 47px;
  }

  .sec06 .balloon {
    padding: 40px 0 25px;
    border: solid 3px #81B82C;
    width: 92%;
    margin: 0 auto 40px;
  }

  .sec06 .balloon:before {
    border-width: 25px;
    margin-left: -25px;
  }

  .sec06 .balloon:after {
    border-width: 30px;
    margin-left: -30px;
  }

  .sec06 .balloon .txt {
    font-size: 14px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }

  .sec06 .balloon .txt .sp {
    display: block;
  }


  .sec06 .balloon .headline {
    background: url(assets/images/sp/sec06_copy.png) center center no-repeat;
    background-size: 226px 109px;
    height: 109px;
    margin-bottom: 40px;
  }

  .sec06 .flow {
    width: 276px;
    margin: 0 auto 50px;
  }

  .sec06 .num {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }

  .sec06 .flows .txt {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .sec06 .flow01 .num {
    background: url(assets/images/sec06_flow_ico01.png) center center no-repeat;
    background-size: 57px 49px;
  }

  .sec06 .flow02 .num {
    background: url(assets/images/sec06_flow_ico02.png) center center no-repeat;
    background-size: 57px 49px;
  }

  .sec06 .flow03 .num {
    background: url(assets/images/sec06_flow_ico03.png) center center no-repeat;
    background-size: 57px 49px;
  }

  .sec06 .flow04 .num {
    background: url(assets/images/sec06_flow_ico04.png) center center no-repeat;
    background-size: 57px 49px;
  }

  .sec06 .other {
    margin-top: 0;
    padding: 45px 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .sec06 .other .img {
    width: 267px;
    height: 267px;
    margin: 0 auto;
  }

  .sec06 .other .dsc {
    width: 267px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .sec06 .other .ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec06 .other .txt {
    font-size: 16px;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
}

.page #header {
  padding-top: 100px;
}

.page #header .logo_mark {
  background: url(assets/images/logo_mark_page.png) center center no-repeat;
  background-size: cover;
  width: 89px;
  height: 97px;
  margin: 0 auto 25px;
}

.page #header .logo {
  background: url(assets/images/logo_page.png) center center no-repeat;
  background-size: cover;
  width: 298px;
  height: 148px;
  margin: 0 auto 45px;
}

.page #header h2 {
  background: #026D38;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  height: 80px;
  line-height: 80px;
}

.page #main {
  padding: 50px 0;
}

input[type="text"], input[type="email"], input[type="tel"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page .contact_tbl {
  width: 80%;
  border-collapse:separate;
  border-spacing: 0;
  border-top: solid 1px #ccc;
  margin: 0 auto;
}

.contact_tbl th {
  width: 30%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.contact_tbl th span {
  color: red;
  font-size: 14px;
}

.contact_tbl td {
  width: 70%;
  padding: 20px 0;
  font-size: 16px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.contact_tbl input[type="text"],
.contact_tbl input[type="email"],
.contact_tbl input[type="tel"] {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 100%;
  border: solid 1px #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
.contact_tbl textarea {
  font-size: 16px;
  line-height: 1.75;
  width: 100%;
  border: solid 1px #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}

.contact_tbl .c_parts td {
  text-align: center;
}

.contact_tbl .c_parts th,
.contact_tbl .c_parts td {
  border-bottom: none;
}

.contact_tbl .privacy {
  width: 100%;
  height: 160px;
  border: solid 1px #ddd;
  padding: 10px;
  line-height: 1.5;
  overflow: scroll;
  box-sizing: border-box;
}
.contact_tbl .privacy dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_tbl .privacy dd {
  margin-bottom: 30px;
  line-height: 1.75;
}

.contact_tbl input[type="submit"]:disabled {
  opacity: 0.7;
  cursor: inherit;
}

.contact_tbl input[type="submit"]:disabled:hover {
  background: #026D38;
}

.contact_tbl input[type="submit"] {
  background: #026D38;
  color: #fff;
  font-size: 20px;
  padding: 20px 100px;
  cursor: pointer;
}

.contact_tbl input[type="submit"]:hover {
  background: #000;
}

.contact_tbl .alert {
  color: red;
  font-weight: bold;
}

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

  .page #header {
    padding-top: 20px;
  }

  .page #header .logo_mark {
    width: 44px;
    height: 48px;
    margin: 0 auto 15px;
  }

  .page #header .logo {
    width: 148px;
    height: 73px;
    margin: 0 auto 15px;
  }

  .page #header h2 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .contact_tbl th,
  .contact_tbl td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contact_tbl th {
    background: #eee;
  }

  .contact_tbl input[type="submit"] {
    background: #EA5514;
  }
}

.thanks#main {
  padding: 100px 0;
}

.thanks .head {
  color: #026D38;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 50px;
}

.thanks .dsc {
  width: 90%;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  margin: 0 auto 100px;
}

.back_link .btn {
  width: 50%;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
