@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Noto+Serif+JP:400,500,600&display=swap');
.mincho {
    font-family: 'Noto Serif JP', serif;
    letter-spacing:0.1em;
}

.hiraginom {
  font-family: 'FP-ヒラギノUD明朝 StdN W6{pm}', sans-serif;
}

.shuei {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

.gara {
  font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/


table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}



.flex {
  display: flex;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  outline: none;
vertical-align:middle; 
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #b9b9b9;
  vertical-align:middle;
}

::-webkit-input-placeholder {
  color: #b9b9b9;
  vertical-align:middle;
}

:-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
  vertical-align:middle;
}

::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
  vertical-align:middle;
}

:-ms-input-placeholder {
  color: #b9b9b9;
  vertical-align:middle;
}

*:focus {
  outline: none;
}

.pc {
  
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clearfix {
  @inclued clearfix;
}

.center {
  text-align: center;
  margin: 0 auto;
}

/*-----------------------
/*-----------------------
mixin
-----------------------*/
/*-----------------------
style.scss
-----------------------*/
select,
input,
textarea,
label {
  font-family: 'Noto Sans JP', sans-serif;
}

input,
textarea,
select {
  background-color: #ffffff;
  color: #333333;
}

button,
input {
  overflow: visible;
}
buttonselect,
button textarea,
inputselect,
input textarea {
  font: inherit;
  margin: 0;
}

input input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: -internal-light-dark-color(white, #3b3b3b);
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark-color(#767676, #c3c3c3);
  border-image: initial;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

textarea {
  font-size: 16px;
  width: 80%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  min-width: 320px;
  font-size: 14px;
  line-height: 1.8;
  font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";

  -webkit-text-size-adjust: 100%;
}

.fs-l-main h3 {
  margin: 0 0 5%;
  text-align: center;

}
.fs-l-main .gc_head_pc.pc {
  background: url(../img/mv-pc.jpg) center/cover no-repeat;
  padding: 31.5% 0 5%;
}
.fs-l-main .gc_head_pc.pc .btn {
  width: 30%;
  margin: 0 auto;
}
.fs-l-main .gc_howto {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 10% 0;
}
.fs-l-main .gc_howto .content {
  margin: 0 auto;
}
.fs-l-main .gc_howto h5 {
  font-size: 50px;
  color: #6c7f65;
  font-weight: bold;
  margin: 15% 0 0;
}
.fs-l-main .gc_howto h4 {
  font-size: 18px;
  background-color: #6c7f65;
  width: fit-content;
  margin: 2.5% auto;
  padding: 1% 4% 0.5%;
  border-radius: 30px;
  color: #fff;
  font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fs-l-main .gc_howto h2 {
  color: #6c7f65;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
.fs-l-main .gc_howto .point {
  margin: 1.5rem 0;
}
.fs-l-main .gc_ex {
  background-color: #e8e9e2;
  padding: 10% 5%;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
}
.fs-l-main .gc_ex h3 {
  padding: 3% 0 1%;
  background-color: #6c7f65;
  color: #fff;
  margin: 0 0 2rem;
  padding-bottom:3%;
  padding-top:3%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
font-family: 'Noto Serif JP', serif;
}
.fs-l-main .gc_ex h2 {
  color: #6c7f65;
  padding-bottom: 3px;
  border-bottom: 2px dashed #6c7f65;
  width: fit-content;
  margin: 0 auto 3%;
  font-weight: bold;
}

.fs-l-main .gc_ex h4 {
  background-color: #837d84;
  width: fit-content;
  margin: 0 auto 2.5%;
  padding-top: 2%;
padding-bottom: 2%;
padding-left: 4%;
padding-right: 4%;
  border-radius: 30px;
  color: #fff;
  font-size: 14.5px;
font-family: 'Noto Serif JP', serif;
}

.fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in {
  background-color: #fff;
  padding: 0;
  font-size: 0.8em;
}

.fs-l-main .gc_ex .i_3clm_in {
  width: 30%;
  padding: 3% 0;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
  padding-bottom: 1%;
}

.fs-l-main .gc_ex .i_3clm_in img {
  width: 100%;
}
.fs-l-main .gc_ex p {
  margin: 3% 5% 0;
}
.fs-l-main .gc_ex dl {
  letter-spacing: 0.05em;
  width: 92%;
  margin: 0 auto;
  padding: 3% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  line-height: 1.3;
}
.fs-l-main .gc_ex dl:last-of-type {
  margin-bottom: 10%;
}
.fs-l-main .gc_ex dt {
  color: #6c7f65;
  font-size: 15px;
}
.fs-l-main .gc_ex dd {
  font-size: 14.5px;
}

#gc_form {
  margin: 0 auto;
  max-width: 700px;
  width: 60%;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding: 10% 0;
}
#gc_form .pc {
  display: block;
}
#gc_form .sp {
  display: none !important;
}
#gc_form p {
  font-size: 14px;
}
#gc_form dl {
  margin-top: 14px;
}
#gc_form dt {
  float: left;
}
#gc_form dt.baby {
  float: none;
  margin-bottom: 16px;
}
#gc_form dd {
  margin-left: 200px;
  margin-bottom: 17px;
}
#gc_form dd.baby {
  margin-left: 0;
}
#gc_form h2 {
  margin-top: 0.5em;
  color: #6c7f65;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}
#gc_form h4 {
  margin-top: 15%;
  width: 55%;
  text-align: center;
  background-color: #6c7f65;
  margin: 10% auto 2.5%;
  padding: 1% 4%;
  font-size: 16px;
  border-radius: 30px;
  color: #fff;
}
#gc_form h6 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bold;
}
#gc_form .other {
  margin-top: 4em;
}
#gc_form .other2 {
  margin-top: 2em;
}
#gc_form input,

#gc_form textarea {
  line-height: 2rem;
  font-size: 1em;
  padding: 8px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  caret-color: #000;

}

#gc_form select,
 {
  line-height: 2rem;
  font-size: 1em;
  padding: 8px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  caret-color: #000;
  height:50px;
}

#gc_form input.tel,
#gc_form select.tel,
#gc_form textarea.tel {
  width: 10%;
}
#gc_form .fs-sml {
  font-size: .65em;
}
#gc_form .select {
  position: relative;
  height:37px;
}
#gc_form .detail {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
#gc_form .detail .check label {
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 5px;
  font-size: 14.5px;
}
#gc_form .detail .check label p span {
  text-align: left;
  display: inline-block;
  line-height: 20px;
}
#gc_form .detail .check .check-input + p {
  display: inline-block;
}
#gc_form .detail .check .check-input + p span {
  padding-left: 2px;
  position: relative;
  font-size: 14.5px;
}
#gc_form .detail .place {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
#gc_form .detail .place label {
  cursor: pointer;
}
#gc_form .detail .place label p span {
  text-align: left;
  display: inline-block;
  line-height: 28px;
}
#gc_form .detail .place .radio-input {
  display: none;
}
#gc_form .detail .place .radio-input + p span {
  position: relative;
  display: flex;
  align-items: center;
}
#gc_form .detail .place .radio-input + p span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #6c7f65;
  border-radius: 50%;
  margin-right: 5px;
}
#gc_form .detail .place .radio-input:checked + p span:after {
  content: "";
  position: absolute;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #6c7f65;
  border-radius: 50%;
}
#gc_form input[type="radio"],
#gc_form input[type="checkbox"] {
  width: auto;
  margin-right: 0.3rem;
}
#gc_form input[type="radio"] {
  -webkit-appearance: radio;
}
#gc_form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
#gc_form select {
  -webkit-appearance: none;
  cursor: pointer;
  height:37px;
}
#gc_form textarea {
  resize: vertical;
  height: 150px;
}
#gc_form .gc_ttl {
  margin-top: 8%;
  color: #6c7f65;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
font-family: 'Noto Sans JP', sans-serif;
}
#gc_form .gc_ttl span {
  color: #fff;
  font-size: 10px;
  background-color: #c01c24;
  padding: 0 1.5%;
  margin-left: 1%;
  font-family: 'Noto Sans JP', sans-serif;
}
#gc_form .gc_ss {
  font-size: 11.5px;
}
#gc_form .please {
  background-color: #eee;
  padding: 2% 3%;
  color: #484848;
  margin-bottom: 5%;
  font-size: 13px;
  letter-spacing: 0.15em;
}
#gc_form .send-btn {
  margin: 5% auto 0;
  text-align: center;
  width: 50%;
}
#gc_form input[type="submit"] {
  color: #fff;
  background-color: #6c7f65;
  border-radius: 5px;
  padding: 25px 0 20px;
  border-color: #ccc;
  font-size: 20px;
  letter-spacing: 0.15em;
  cursor: pointer;
  font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-appearance: none;
  
}
#gc_form input[type="submit"]:hover {
  opacity: .7;
  transition: .3s;
}
#gc_form .question_01,
#gc_form .question_02,
#gc_form .question_03 {
  display: none;
}
#gc_form .question_01 h4,
#gc_form .question_02 h4,
#gc_form .question_03 h4 {
  margin-top: 140px;
}
#gc_form .question_03 .baby_birth {
  width: 150px;
}
#gc_form .question_02 .age_box {
  display: none;
}
#gc_form dl.check div.ttl {
  font-size: 14.5px;
  margin-bottom: 20px;
}








@media screen and (max-width: 767px) {
  .fs-l-main .gc_head_pc.sp {
    position: relative;
  }
  .fs-l-main .gc_head_pc.sp .btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 8.5%;
  }
  .fs-l-main .gc_head_pc.sp .btn img {
    width: 80%;
  }
  .fs-l-main .scene {
    margin-top: 1em;
  }
  .fs-l-main .gc_howto h5 {
    font-size: 40px;
    line-height: 1;
  }
  .fs-l-main .gc_howto h4 {
    font-size: 15px;
    padding: 1.5% 4% 0.5% 4%;
    line-height: 1.2;
  }
  .fs-l-main .gc_howto h2 {
    margin: 1.1672rem 0;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0;
  }
  .fs-l-main .gc_howto .point {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .fs-l-main .gc_ex {
    font-size: 1.5em;
  }
  .fs-l-main .gc_ex h2 {
    color: #6c7f65;
    display: inline-block;
    width: auto;
    margin: auto;
    margin-bottom: 13%;
    font-size: 1.04em;
  }
  .fs-l-main .gc_ex dl {
    padding: 3% 4%;
    font-size: 4vw;
    align-items: baseline;
  }
  .fs-l-main .gc_ex dl dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.16em;
  }
  .fs-l-main .gc_ex dl dd {
    font-size: 1.16em;
  }
  .fs-l-main .gc_ex h4 {
    font-size: 13.5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    padding: 1.5% 4% 1% 4%;
    letter-spacing: 0.03em;
  }
  .fs-l-main .gc_ex .i_3clm_in {
    margin: 0;
  }
  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in {
    width: 100%;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6rem;
  }
  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in img {
    width: 100%;
  }
  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in h3 {
    font-size: 15.705px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 2% 0;
  }
  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in p {
    margin: 10% 5% 0%;
    float: left;
  }
  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in .border {
    border-bottom: thin dotted #6c7f65;
  }
  .fs-l-main .gc_ex .i_3clm_wrap textarea {
    font-size: 16px;
    width: 80%;
    margin: 5% auto;
  }

  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in dd {
    font-size:14px;
  }

  .fs-l-main .gc_ex .i_3clm_wrap .i_3clm_in dt {
    font-size:14.5px;
  }

  #gc_form {
    line-height: 1.8;
    width: 80%;
  }
  #gc_form .pc {
    display: none !important;
  }
  #gc_form .sp {
    display: block !important;
  }
  #gc_form p {
    font-size: 15px;
  }
  #gc_form p .gc_ss {
    font-size: 11.5px;
    margin-bottom: 15px;
    display: block;
  }
  #gc_form .gc_ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    margin-top: 50px;
  }
  #gc_form .gc_ttl span {
    font-size: 22px;
    margin-left: 2%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #gc_form .gc_ttl .req {
    font-size: 10px;
  }
  #gc_form dl {
    font-size: 1.2em;
    margin-bottom: 2em;
    width: 100%;
  }
  #gc_form dl.check div.ttl {
    font-size: 20px;
    margin: 0 0 10px 0;
    width: 100%;
  }
  #gc_form dt.relation,
  #gc_form dt.baby_scene {
    float: none;
  }
  #gc_form dd.relation,
  #gc_form dd.baby_scene {
    margin-left: 0;
    width: 100%;
  }
  #gc_form .f-none {
    float: none;
    width: 100%;
  }
  #gc_form .f-left {
    float: left;
    margin-left: 0;
  }
  #gc_form .relation {
    width: 100%;
  }
  #gc_form .relation2l {
    margin-left: 0;
    margin-right: 4.15rem;
    float: none;
  }
  #gc_form .relation2r {
    margin-left: 0;
    width: 39%;
    float: none;
  }
  #gc_form .relation3l {
    margin-left: 0;
    margin-right: 3.3rem;
    float: none;
  }
  #gc_form .relation3r {
    float: none;
    width: 39%;
  }
  #gc_form .relation4r {
    margin-left: 3%;
    float: none;
  }
  #gc_form .relation5l {
    margin-left: 0;
    margin-right: 0.9rem;
    float: none;
  }
  #gc_form .relation5r {
    float: none;
  }
  #gc_form .relation6l {
    margin-left: 0;
    margin-right: 3%;
    float: none;
  }
  #gc_form .relation6r {
    margin-left: 0;
    margin-right: 3%;
    float: none;
  }
  #gc_form .relation8l {
    margin-left: 0;
    margin-right: 3%;
    float: none;
  }
  #gc_form .left {
    margin-left: 0;
  }
  #gc_form .right1 {
    margin-left: 33%;
  }
  #gc_form .right2 {
    margin-left: 52%;
  }
  #gc_form .right3 {
    margin-left: 59%;
  }
  #gc_form dt {
    float: left;
  }
  #gc_form dt.baby {
    margin-bottom: 0;
  }
  #gc_form dd {
    margin-left: 50%;
    margin-bottom: 1px;
  }
  #gc_form dd.baby {
    margin-bottom: 20px;
  }
  #gc_form dd.baby label {
    display: flex !important;
    align-items: center;
  }
  #gc_form dd.baby label p {
    padding-left: 10px;
  }
  #gc_form .please {
    background-color: #eee;
    padding: 2% 3%;
    color: #484848;
    margin-bottom: 5%;
    font-size: small;
  }
  #gc_form .fs-sml {
    font-size: 1.2em;
  }
  #gc_form h2 {
    margin-top: 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22.5px;
  }
  #gc_form h4 {
    width: 90%;
    margin-top: 23%;
    margin-bottom: 3%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 0.9em;
    font-weight: bold;
  }
  #gc_form h6 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-family: garamond-premier-pro, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #gc_form .select:after {
    width: 20px;
    height: 50px;
    right: 15px;
    top: 14px;
  }
  #gc_form input,
  #gc_form select,
  #gc_form textarea {
    line-height: 2rem;
    font-size: 16px;
    padding: .4em .5em;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  #gc_form .detail {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
  #gc_form .detail .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  #gc_form .detail .check label {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    margin-left: 1rem;
	padding-left:1rem;
  }
  #gc_form .detail .check label p span {
    font-size: 4vw;
    line-height: 35px;
  }
  #gc_form .detail .check .check-input + p span {
    padding-left: 0;
    font-size: 16px;
  }
  #gc_form .detail .place {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  #gc_form .detail .place label {
    cursor: pointer;
  }
  #gc_form .detail .place label p {
    margin-bottom: 20px;
  }
  #gc_form .detail .place label p span {
    font-size: 15px;
  }
  #gc_form .detail .place .radio-input {
    display: none;
  }
  #gc_form .detail .place .radio-input + p span {
    padding-left: 30px;
    position: relative;
  }
  #gc_form .detail .place .radio-input + p span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
  }
  #gc_form .detail .place .radio-input:checked + p span:before {
    border: 2px solid #6c7f65;
  }
  #gc_form .detail .place .radio-input:checked + p span:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #6c7f65;
    border-radius: 50%;
  }
  #gc_form .send-btn {
    margin: 10% auto 0;
    text-align: center;
    width: 100%;
  }
  #gc_form input[type="text"] {
    height: 35px;
  }
  #gc_form input[type="submit"] {
    font-size: 1.3em;
    padding: 7% 15% 4% 15%;
    line-height: 1;
  }
  #gc_form input[type="radio"] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #gc_form input[type="checkbox"] {
    vertical-align: middle;
    margin-left: -1rem;
  }
  #gc_form .check-box {
    margin-bottom: 1.5rem;
  }
  #gc_form .question_01 h4,
  #gc_form .question_02 h4,
  #gc_form .question_03 h4 {
    margin-top: 23%;
  }
  #gc_form .question_03 .baby_birth {
    width: 250px;
  }
  #gc_form .other {
    margin-top: 0;
  }
}
