@charset "UTF-8";
/* ------------------------------------------------------------ *
  base
* ------------------------------------------------------------ */
html {
  background-color: #fff !important;
  font-size: 62.5%;
}
body {
	font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.6rem;
  color: #000;
  margin: 0 auto;
  background: #fff;
}
/*a:link, a:visited {
  color: #666;
  text-decoration: none;
}*/
a:hover, a:active {
  text-decoration: underline;
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: top;
  border-style: none;
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
/* ------------------------------------------------------------ *
  utility
 * ------------------------------------------------------------ */
.center {
  text-align: center;
}
.pink {
  color: #f03d64;
}
.bold {
  font-weight: bold;
}
.big {
  font-size: 150%;
}
span.ybg {
  color: #26cfae;
  font-weight: bold;
  background-image: linear-gradient(#fff, #fff 25%, #ffff66 25%, #ffff66);
}
p {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 2% 30px;
}
.photo_l:after {
  content: "";
  display: block;
  clear: both;
}
.photo_l img {
  float: left;
}
@media (max-width: 767px) {
  .photo_l img {
    max-width: 35%;
  }
}
.photo_r:after {
  content: "";
  display: block;
  clear: both;
}
.photo_r img {
  float: right;
}
@media (max-width: 767px) {
  .photo_r img {
    max-width: 35%;
  }
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}
.bg1 {
  background-color: #fff;
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px, 10px 10px;
  background-image: radial-gradient(rgba(10, 10, 10, 0.1) 15%, transparent 5%), radial-gradient(rgba(10, 10, 10, 0.1) 15%, transparent 5%);
  background-repeat: repeat, repeat;
  filter: dropshadow(color=black, offX=3, offY=3);
}
.bg2 {
  background-color: #6bab9b;
  /*background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;*/
}
.bg_pink {
    background-color: #e35c5c;
}
.bg_beige {
    background-color: #fffdeb;
}
/* ------------------------------------------------------------ *
 header
* ------------------------------------------------------------ */
.header {
  position: relative;
  font-size: 1.6rem;
  background: transparent no-repeat center top;
  background-image: url(../images/mv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
/*.header .rimit {
  padding: 5px 30px;
  border-radius: 15px;
  margin: 500px 2% 160px;
}*/
@media (max-width: 767px) {
  .header {
    /*height: 600px;*/
    background-size: cover;
    background-image: url(../images/mv_bg_sp.jpg);
  }
  /*.header .rimit {
    margin: 52% 19% 10%;
  }*/
}
/*.mv_btn {
  position: absolute;
  bottom: 30px;
  left: 630px;
  right: 0;
  margin: 0 auto;
}*/
@media (max-width: 767px) {
  .mv_btn {
    /* left: 80%; */
    /*display: none;*/
  }
}
.rimit {
  display: inline-block;
  font-weight: bold;
}
.yycountdown-box {
  display: inline-block;
}
/* ------------------------------------------------------------ *
  conversion
 * ------------------------------------------------------------ */
/*.cv_area {
  background: transparent url(../images/cv_bg.jpg) no-repeat top center/cover;
  padding-top: 10px;
}*/
.cv_area.bg1 {
  background-color: #fff;
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px, 10px 10px;
  background-image: radial-gradient(rgba(10, 10, 10, 0.1) 15%, transparent 5%), radial-gradient(rgba(10, 10, 10, 0.1) 15%, transparent 5%);
  background-repeat: repeat, repeat;
  filter: dropshadow(color=black, offX=3, offY=3);
}
.cv_area .cv_btn {
  position: relative;
  max-width: 1400px;
  padding-bottom: 3%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cv_area .cv_btn a {
    display: block;
    padding-top: 25px;
  }
}
.cv_area .rimit {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #2fc3a7;
}
@media (max-width: 767px) {
  .cv_area .rimit {
    top: 6px;
  }
}
/* ------------------------------------------------------------ *
  contents
 * ------------------------------------------------------------ */
.contents {
  font-size: 1.6rem;
}
/* ------------------------------------------------------------ *
  form
 * ------------------------------------------------------------ */
#form {
  line-height: 1.8;
}
#form h2 {
  margin-bottom: 2%;
}
#form dl {
  border: 1px solid #012f99;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
  background: #deebff;
}
#form dl + dl {
  border-top: 0;
}
#form dt, #form dd {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
}
#form dt {
  vertical-align: top;
  width: 30%;
  text-align: center;
  padding: 2% 0;
}
#form dd {
  width: 64%;
  padding: 2% 3%;
  background: #fff;
  text-align: left;
}
#form dd input[type="text"], #form dd input[type="email"], #form dd option, #form dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: 0;
}
#form dd select {
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: 0;
  background: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 2%;
}
#form dd .width-long {
  width: 200px;
}
#form.contact_form dl {
  background: #fff;
}
#form.contact_form dt {
  padding: 3% 0;
}
@media (max-width: 767px) {
  #form {
    max-width: auto;
    width: 100%;
  }
  #form dt, #form dd {
    display: block;
    width: 96%;
  }
  #form dd label {
    display: inline-block;
    width: 96%;
  }
}
.overview {
  margin-bottom: 8%;
}
.overview dt, .overview dd {
  display: inline-block;
}
.overview dt {
  width: 30%;
}
.form_cont {
  padding-bottom: 6%;
  font-size: 1.4rem;
}
.form_cont textarea {
  width: 80%;
}
.form_cont p {
  padding: 2% 4%;
  font-size: 1.6rem;
}
.contact_form .contact_h {
  font-size: 3.6rem;
}
.btn_submit_form {
  width: 640px;
  height: 100px;
  background: transparent url(../images/form_btn.png) no-repeat center/auto 100%;
  outline: 0;
  border: 0;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .btn_submit_form {
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 0 auto;
    max-width: 100%;
  }
}
.form_btn {
  margin-top: 10px;
}
.form_btn input[type="button"].btn_submit_back,
.form_btn input[type="submit"].btn_submit_send {
  color: #000;
  font-weight: normal;
  border: none;
  background: #fff;
  font-size: 22px;
  width: 100%;
  padding: 15.5px 0 15.5px 0;
}
.form_btn input[type="submit"].btn_submit_send {
  border-top: 1px solid #ccc;
}
#form dt span {
    color: #fff;
    background: rgb(200, 0, 0);
    border-radius: 10px;
    padding: 2px 5px;
    margin-left: 10px;
}
/* ------------------------------------------------------------ *
  footer
 * ------------------------------------------------------------ */
 .footer_logo {
  margin: 3rem auto;
  max-width: 150px;
}

.footer {
  background-color: #72c8d7;
  /*background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;*/
  width: 100%;
  padding: 1% 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    height: 300px;
  }
}
.footer p {
  font-weight: normal;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.copy {
  display: block;
  background-color: #72c8d7;
  /*background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;*/
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 0.5% 0;
}
/*--------------------

      popup

--------------------*/
/* ポップアップ css */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  background: #efefef;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 101;
  font-size: 1.2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.popup_inner {
  padding: 20px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}
/* ポップアップ css */
.popup h4 {
  background: #6f1c1d;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 7px 0;
  margin: 0 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.popup_inner h5 {
  border-left: 3px solid #6f1c1d;
  padding: 10px 0 10px 20px;
  background: #fff;
  font-size: 2.0rem;
}
.popup_inner p {
  font-size: 1.6rem;
}
.popup_inner dl, .box {
  overflow: auto;
}
.popup_inner dl {
  border-bottom: 1px solid #CCC;
}
.popup_inner dl dt {
  clear: both;
  width: 130px;
  padding: 15px 10px 15px 30px;
  border-top: 1px solid #CCC;
  font-weight: bold;
  float: left;
}
.popup_inner dl dd {
  width: 520px;
  margin: 0;
  padding: 15px 0 15px 30px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  float: left;
}
.popup_inner table {
  margin: 10px 0;
  background: #fff;
}
.popup_inner td, .popup_inner th {
  padding: 10px;
}
.popup_inner th {
  background: #f8ecbc;
  color: #6f1c1d;
}
.popup_inner td {
  background: #fff;
  padding: 10px 20px;
}
.close {
  display: inline-block;
  margin-top: 10px;
  background: #6f1c1d;
  border: 2px solid #fff;
  text-align: center;
  font-weight: bold;
}
.close a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
/* ------------------------------------------------------------ *
  sp
 * ------------------------------------------------------------ */
/*20190826変更*/
.tsuijuu {
  display: none;
}
@media (max-width: 767px) {
  .tsuijuu {
    display: block;
    cursor: pointer;
    z-index: 9999 !important;
    width: 100%;
    position: fixed;
    bottom: 0;
  }
}
/*.slider_wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto 0;
  padding: 0 40px 20px;
}
.slider .slick-slide {
  padding: 0 10px;
}
.slick-arrow {
  z-index: 100;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 38px;
  margin-top: -15px;
  border-radius: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background-size: cover;
  background-color: transparent;
}
.slick-prev {
  left: -30px;
  background-image: url(../images/prev.png);
}
.slick-next {
  right: -30px;
  background-image: url(../images/next.png);
}*/
/* ------------------------------------------------------------ *
  水族館ウェディング
 * ------------------------------------------------------------ */
.aquarium_bg {
	background: transparent no-repeat center top;
  background-image: url(../images/aquarium_bg.jpg);
	background-size: cover;
	padding-bottom: 60px;
}

/* ------------------------------------------------------------ *
  2022/02/18
 * ------------------------------------------------------------ */

/*=========================== ご応募の流れ ===========================*/
#sct_flow {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
	font-size: 16px;
}

#sct_flow h2 {
  color: #c09c57;
  font-size: 40px;
  margin: 40px auto;
  font-family: 'Noto Serif JP', sans-serif;
}

#policy img {
  width: 360px;
  height: auto;
  margin: 60px auto 40px;
}

#sct_flow div.item {
  margin: 15px auto;
  padding-bottom: 10px;
  position: relative;
  background: #fff;
  /*width: 335px;
  height: auto;*/
}

/*#sct_flow div.item {
  width: 100%;
}*/

#sct_flow div.item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #db4a73 transparent transparent transparent;
  /*色*/
  left: 50%;
  bottom: -27px;
  margin-left: -21px;
  position: absolute;
}

#sct_flow div.lst::after {
  content: '';
  display: none;
}

#sct_flow .item dt {
  text-align: center;
  font-weight: normal;
}

#sct_flow dd {
  /*font-size: 0.8rem;*/
  width: 85%;
  margin: 0 auto;
  text-align: left;
}

#sct_flow p.item {
  margin: 30px 0 0;
}

/*=========================== アクセス ===========================*/
#access {
  width: 100%;
  margin: 0 auto;
  /*padding-top: 60px;*/
  font-size: 20px;
}

#access .gray {
	padding:60px 0;
}

#access .gray h2 {
  color: #1a1919;
  margin: 0 auto 40px;
  font-size: 42px;
	font-weight: bold;
	text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
}

#access h3 {
  /*width: 50%;
  max-width: 226px;
  margin: 0 auto 15px;*/
	font-size: 32px;
    font-weight: bold;
    margin: 50px auto 20px;
}
#access p {
	margin-bottom:20px;
	font-size: 24px;
    color: #212121;
}

#access h3 img {
  width: 100%;
  height: auto;
}

#access table {
  width: 90%;
  margin: 0 auto 15px;
  border-collapse: collapse;
}

#access table tr {
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  color: #41331f;
  border-bottom: 1px #ded4c0 solid;
}

#access th {
  width: 30%;
  line-height: 60px;
	font-size: 1.6rem;
}

#access td {
  padding: 0 0 5px 5px;
  text-align: left;
	font-size: 1.6rem;
	display: table-cell;
    vertical-align: middle;
}

#access .logo img {
    padding-top: 10px;
    width: 200px;
    height: auto;
}

.bold {
  font-weight: bold;
}

.ggmap {
  position: relative;
  padding-bottom: 50%;
  /* これが縦横比*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
	max-width: 750px;
	margin:0 auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sct_recommend {
  margin-bottom: 20px;
}
h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 20px auto;
    color: #b28b44;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
}

#sct_recommend .inner {
  width: 90%;
  height: auto;
  font-size: 20px;
  /*background-color: rgba(255,255,255,0.75);*/
  margin: 0 auto;
  /*padding: 50px 0 85px;*/
}

#sct_recommend .inner li {
    margin: 35px 0 0;
    line-height: 3.0rem;
}
#sct_recommend .marked li {
    padding: 20px 0 20px 70px;
    font-size: 24px;
    border-bottom: 1px solid #dfbe8e;
    position: relative;
    text-align: left;
}
#sct_recommend .marked li::before {
    content: '';
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 500px 500px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    width: 26px;
    height: 28px;
    position: absolute;
    top: 26px;
    left: 28px;
}
/*---------------------- 応募概要 ---------------------*/
#summary {
  max-width: 940px;
  margin: 94px auto 120px;
}

#summary h2 {
  width: 71%;
  max-width: 460px;
  margin: 0 auto 40px;
  font-size: 40px;
  letter-spacing: 3px;
}

#summary table tr {
  border: 1px solid #d6ceaf;
}

#summary table th {
  font-size: 20px;
  background-color: #f8f5ee;
  line-height: 66px;
  padding: 0 130px;
}

#summary table td {
  font-size: 16px;
  background-color: #fff;
  text-align: left;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 16px 24px;
}

/*---------------------- フォーム ---------------------*/
#form {
  max-width: 940px;
  height: auto;
  font-family: 'Noto Serif JP', sans-serif;
  margin: 0 auto 120px;
}

#form p {
  text-align: left;
}

#form h2 {
  width: 71%;
  max-width: 460px;
  margin: 0 auto 40px;
  font-size: 40px;
  letter-spacing: 3px;
}

#form .hissu {
  color: #f64671;
  font-size: 0.9rem;
  padding: 8px;
  line-height: 32px;
}

#form .q_1 {
  margin: 40px auto 30px;
}

#form table {
  margin: 32px auto;
}

#form table tr {
  border: 1px solid #d6ceaf;
}

#form table th {
  font-size: 20px;
  background-color: #f8f5ee;
  line-height: 66px;
  padding: 0 30px;
}

#form table td {
  font-size: 16px;
  background-color: #fff;
  text-align: left;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 16px 24px;
}

#form .high {
  margin: 0 auto 30px;
  padding: 0 40px;
}

#form .btn_submit input {
  width: 340px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 8px;
  background-color: #ef245c;
}

.gray {
	background-color: #f3f3f3;
}

/*=========================== フッター ===========================*/
#footer h2 {
  color: #c09c57;
  font-size: 42px;
  margin: 40px auto;
  font-family: 'Frank Ruhl Libre', serif;
}

#footer li {
  margin: 20px;
}

#footer .flex {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
	/*----------------------ご応募の流れ---------------------*/
  #sct_flow h2 {
    font-size: 36px;
    margin: 20px auto 30px;
  }

  #policy img {
    width: 320px;
    height: auto;
    margin: 48px auto;
  }

  #sct_flow dt {
    margin: 8px auto;
  }

  #sct_flow dd {
    /*font-family: 'Sawarabi Gothic', sans-serif;*/
    margin: 0 auto 8px;
  }

  /*----------------------アクセス---------------------*/
  #access h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
	
	h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto;
}
	p {
    font-size: 16px;
}
	#access .logo img {
    padding-top: 10px;
    width: 160px;
    height: auto;
}
	
  #sct_recommend .inner {
    width: 90%;
    height: auto;
    font-size: 20px;
    /*background-color: rgba(255,255,255,0.75);*/
    margin: 0 auto;
    /*padding: 50px 0 85px;*/
  }
	
	#sct_recommend .inner li {
    margin: 35px 0 0;
    line-height: 2.0rem;
}
	#sct_recommend .marked li {
    padding: 10px 0 10px 34px;
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
}
	#sct_recommend .marked li::before {
    background-size: 250px 250px;
    width: 13px;
    height: 14px;
    top: 13px;
    left: 14px;
}
	
	h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #b28b44;
}

  /*---------------------- 応募概要 ---------------------*/
  #summary {
    max-width: 96%;
    margin: 80px auto 100px;
  }

  #summary h2 {
    margin: 0 auto 40px;
    font-size: 30px;
  }

  #summary table th {
    font-size: 16px;
    background-color: #f8f5ee;
    line-height: 40px;
    padding: 0 16px;
  }

  #summary table td {
    font-size: 12px;
    line-height: 32px;
    padding: 12px 16px;
  }

}

@media screen and (max-width:480px) {
	  /*=========================== 応募条件 ===========================*/
  #sct_recommend .inner {
    border: none;
    background: none;
    padding: 30px 0 10px;
  }
	/*=========================== ご応募の流れ ===========================*/
  #sct_flow h2 {
    font-size: 26px;
    margin: 20px auto;
  }

  /*=========================== アクセス ===========================*/
  #access {
    width: 100%;
    margin: 0 auto;
    /*padding-top: 24px;*/
    font-size: 12px;
  }

  #access .gray h2 {
    margin: 0 auto 24px;
    font-size: 30px;
  }

  #access th {
    line-height: 60px;
    width: 80px;
  }

  #access .border {
    font-size: 14px;
  }

  #policy img {
    width: 240px;
    height: auto;
    margin: 12px auto 20px;
  }

  /*---------------------- 応募概要 ---------------------*/
  #summary {
    max-width: 96%;
    margin: 60px auto;
  }

  #summary h2 {
    margin: 0 auto 40px;
    font-size: 30px;
  }

  #summary table th {
    font-size: 16px;
    background-color: #f8f5ee;
    line-height: 40px;
    padding: 0 10px;
    width: 140px;
  }

  #summary table td {
    font-size: 12px;
    line-height: 30px;
    padding: 12px 16px;
  }

  /*---------------------- フォーム ---------------------*/
  #form {
    max-width: 96%;
    height: auto;
    margin: 0 auto 100px;
  }

  #form h2 {
    margin: 0 auto 40px;
    font-size: 30px;
    letter-spacing: 3px;
  }

  #form p {
    padding: 0 8px;
    font-size: 14px;
  }

  #form .hissu {
    color: #f64671;
    font-size: 0.8rem;
    padding: 2px;
    line-height: 26px;
  }

  #form .q_1 {
    margin: 40px auto 10px;
  }

  #form table {
    margin: 32px auto;
  }

  #form table tr {
    border: 1px solid #d6ceaf;
    width: 90%;
    margin: 0 auto;
  }

  #form table th {
    font-size: 12px;
    line-height: 30px;
    padding: 16px 12px;
  }

  #form table td {
    font-size: 10px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 12px;
  }

  #form .high {
    margin: 0 auto 30px;
    font-size: 14px;
  }

  #form imput {
    width: 100px;
    height: auto;
  }

}

/* ------------------------------------------------------------ *
  form
 * ------------------------------------------------------------ */
#form {
  line-height: 1.8;
}

#form h2 {
  margin-bottom: 2%;
}

#form dl {
  border: 1px solid #b28b44;
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
  background: #f9f9f9;
	display:flex;
	/*flex-wrap: wrap;*/
}

#form dl+dl {
  border-top: 0;
}

#form dt,
#form dd {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
}

#form dt {
  vertical-align: top;
  width: 30%;
  text-align: center;
  padding: 3% 0 0;
}

#form dd {
  width: 70%;
  padding: 2% 3%;
  background: #fff;
  text-align: left;
}

#form dd input[type="text"],
#form dd input[type="email"],
#form dd textarea {
  padding: 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
}

@media(max-width: 480px) {
#form dd input[type="text"],
#form dd input[type="email"],
#form dd textarea {
  width: 96%;
}
}


#form dd .width-long {
  width: 200px;
}

#form.contact_form dl {
  background: #fff;
}

#form.contact_form dt {
  padding: 3% 0;
}

@media (max-width: 767px) {
  #form {
    max-width: auto;
    width: 100%;
  }
	
	#form dl {
		flex-wrap: wrap;
	}

  #form dt,
  #form dd {
    display: block;
    width: 100%;
  }

  #form dd label {
    display: inline-block;
    width: 96%;
  }
}

.overview {
  margin-bottom: 8%;
}

.overview dt,
.overview dd {
  display: inline-block;
}

.overview dt {
  width: 30%;
}

.form_cont {
  padding-bottom: 6%;
  font-size: 1.4rem;
}

.form_cont textarea {
  width: 80%;
}

.form_cont p {
  padding: 2% 4%;
  font-size: 1.6rem;
}

.contact_form .contact_h {
  font-size: 3.6rem;
}

.btn_submit_form {
  width: 640px;
  height: 100px;
  background: transparent url(../images/formBtn.png) no-repeat center/auto 100%;
  outline: 0;
  border: 0;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .btn_submit_form {
    width: 100%;
    height: auto;
    padding: 5% 0;
    margin: 20px auto;
    max-width: 100%;
  }
}

.form_btn {
  margin-top: 10px;
  /* border-top: 1px solid #ccc; */
}

.form_btn input[type="button"].btn_submit_back,
.form_btn input[type="submit"].btn_submit_send {
  border: none;
  background: #fff;
  font-size: 22px;
  width: 100%;
  padding: 15.5px 0 15.5px 0;
}

.form_btn input[type="submit"].btn_submit_send {
  border-top: 1px solid #ccc;
}
