/* entry */

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #214661;
  text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.container::after {
  content: '';
  display: table;
  clear: both;
}

body {
  color: #333;
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: 20px;
}
div img {
  width: 20px;
}

body,
html {
  height: 100%;
}

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
div#wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#header {
  width: 100%;
  height: 70px;
  border-top: #000 6px solid;
  margin: 0 auto;
}

#header h1 {
  padding-top: 27px;
  text-align: center;
}
#header h1 svg {
  width: 58px;
}

#footer {
  position: absolute;
  bottom: 0;
  border-bottom: #000 6px solid;
  padding: 35px 45px 45px 45px;
  text-align: center;
  width: 100%;
  height: 50px;
  background: #fff;
}

.copy {
  font-weight: bold;
  font-family: Arial;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 14px;
  }
}

.entryBox {
  background: #eeeeee;
  max-width: 846px;
  width: calc(100% - 80px);
  padding: 50px 23px 86px 23px;
  margin: 200px auto;
  line-height: 1.5;
}
.entryBox.-thanksBox {
  padding: 50px 23px 50px 23px;
}

.entryBox h2 {
  font-size: 18px;
  font-weight: bold;
}

.entryBox .read {
  /* font-size:14px; */
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .entryBox {
    width: 100%;
    margin: 25vw auto;
  }
  .entryBox .read {
    font-size: 14px;
  }
}

.fl {
  float: left;
}

#errms {
  margin-bottom: 30px;
}

.csstransforms #wrapper {
  width: 100%;
  height: 500px;
}
/* ------------------------------------
.contactForm
------------------------------------ */
.contactForm {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.contactForm table {
  width: 100%;
}
.contactForm tr:first-child {
  border-top: 1px dotted #aaa;
}
.contactForm tr:nth-last-child(n + 3) {
  border-bottom: 1px dotted #aaa;
}
/* .contactForm table td, .contactForm table th {
  padding:30px 0px;
} */
.contactForm table th {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contactForm table td {
  padding-bottom: 30px;
  padding-top: 30px;
}

.contactForm th {
  width: 266px;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}

.contactForm th small {
  display: block;
  padding-top: 0;
  /* font-size:14px; */
}

.contactForm td input,
.contactForm td textarea {
  padding: 15px;
  border: #dae0e4 solid 1px !important;
  background: none;
  color: #000;
  width: 100%;
  /* float:left; */
  font-size: 12px;
}
.contactForm td input:focus,
.contactForm td textarea:focus {
  background: #d9dfe3;
}

.contactForm td input,
.contactForm td textarea {
  border: none;
  background: #fff;
}

.contactForm td input.yellow,
.contactForm td textarea.yellow {
  border: #ffff00 solid 1px !important;
}

.contactForm .btn {
  width: 430px;
  text-align: center;
}

.contactForm .btn a:hover {
  color: #6aaf00;
}

.contactForm ul.accordion {
  margin-right: 10px;
  height: 40px;
  display: block;
  float: left;
  position: relative;
  z-index: 9999;
}

.contactForm ul.accordion li {
  height: 40px;
  padding: 0 60px 0 20px;
  line-height: 40px;
  display: block;
  background: #fff;
}

.contactForm ul.accordion li:hover {
  background: #aaa;
}

.contactForm ul.accordion li.select {
  background: #fff url(../images/bg_nav.gif) top right no-repeat;
  border: solid 1px #dae0e4;
}
.contactForm .addressa {
  background: #fff;
}
.contactForm .codea {
  width: 90px;
  /* margin-right:5px; */
  text-align: center;
  background: #fff;
}
.contactForm .codeb {
  width: 90px;
  margin-right: 10px;
  text-align: center;
  background: #fff;
}

.radioBtn {
  display: flex;
  justify-content: space-between;
}
.birthday__box {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.birthday__inner {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: 30%;
  border: 1px solid #dae0e4;
  cursor: pointer;
  background-color: #fff;
}
.birthday__inner::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  content: '';
  width: 30px;
  height: 40px;
  display: inline-block;
  background-color: #333;
}
.birthday__inner::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  top: 17px;
  right: 12px;
  z-index: 20;
}

#birthday01,
#birthday02,
#birthday03 {
  position: relative;
  color: #0c2245;
  border: none;
  display: block;
  height: 40px;
  float: left;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 10px;
  width: 100%;
  font-size: 12px;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .radioBtn {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .contactForm {
    padding-bottom: 50px;
  }

  .contactForm table th,
  .contactForm table td {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
  .contactForm table th {
    padding: 15px 0 0 0 !important;
  }
  .contactForm th small {
    font-size: 14px;
  }
  .contactForm td input,
  .contactForm td textarea {
    max-width: 100%;
    font-size: 16px;
  }
  .addressa {
    width: 100%;
  }
  .birthday__box {
    display: inline-block;
    max-width: inherit;
    padding-top: 10px;
  }
  .file input {
    margin-bottom: 15px;
    font-size: 13px !important;
  }
  #birthday01,
  #birthday02,
  #birthday03 {
    font-size: 16px;
  }
}

#file1 {
  background: #fff;
}

.mt5 {
  margin-top: 5px;
}

.thanks {
  text-align: center;
}

#mask {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.entry_kojinjyouhou {
  position: relative;
  /* float:left; */
  padding-left: 18px;
}
.entry_kojinjyouhou::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.entry_kojinjyouhou a {
  color: #000;
  text-decoration: underline;
}

.entry_kojinjyouhou a:hover {
  color: #000;
  text-decoration: none;
}

.entry_kojinjyouhou_txt {
  /* float:left; */
  /* font-size:14px; */
}

@media screen and (max-width: 768px) {
  .entry_kojinjyouhou_txt {
    font-size: 13px;
  }
}
.photo {
  padding-top: 30px;
}

.txtC {
  text-align: center;
}

.thanks {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding-top: 35px;
}
.thanksBox {
  padding-bottom: 0;
}

/* .btn_close {
  text-align:center;
  padding-top:55px;
  padding-bottom: 50px;
} */
.btn__close {
  display: block;
  width: 272px;
  max-width: 100%;
  padding: 25px 10px;
  margin: 55px auto 0;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  transition: 0.25s;
}
.btn__close:focus,
.btn__close:hover {
  opacity: 0.7;
}

.btn__send {
  display: inline-block;
  width: 660px;
  height: 105px;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  line-height: 105px !important;
}

.btn__send::before,
.btn__send::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn__send,
.btn__send::before,
.btn__send::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__send {
  position: relative;
  z-index: 2;
  background-color: #214661;
  border: 2px solid #214661;
  color: #f8ee7c;
  overflow: hidden;
}

.hissu {
  color: #cc0000;
  font-size: 10px;
}

.otoko {
  float: left;
  margin-right: 25px;
  padding-top: 10px;
}

.onna {
  float: left;
  padding-top: 10px;
}

#douicheck {
  cursor: pointer;
  float: right;
  /* line-height:44px; */
  /* background: url(../images/bg_douicheck.gif) no-repeat top left; */
  color: #fff;
  width: 122px;
  height: 44px;
  padding-left: 10px;
}

#douicheckOn {
  float: right;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  #douicheckOn {
    float: none;
    margin: 10px auto 15px;
  }
}

.error_txt_top {
  font-size: 12px;
  color: #cc0000;
  background: #ffdfdf;
  padding: 10px 10px;
  margin-top: 10px;
}

.error_txt {
  font-size: 12px;
  color: #cc0000;
  margin-top: 5px;
}

#lblDoui {
  padding-left: 15px;
}

.btn_confirm {
  text-align: center;
}

#douicheckOn input[type='checkbox'] {
  display: none;
}

#douicheckOn input[type='checkbox'] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: right;
  max-width: 120px;
  width: 100%;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px 10px 40px;
  border-radius: 6px;
  cursor: pointer;
}
#douicheckOn input[type='checkbox'] + label::before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  border-color: #585753;
  background-color: #fff;
}
#douicheckOn input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 9px;
  top: 11px;
  left: 14px;
  transform: rotate(-45deg);
  border-bottom: 4px solid;
  border-left: 4px solid;
  border-color: #cc0000;
}
/* @media (min-width: 1px) {
    #douicheckOn input[type=checkbox] {
        display: none;
        margin: 0;
    }
    #douicheckOn input[type=checkbox] + label {
    }
    #douicheckOn input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 122px;
        height: 44px;
        background: #FFF url(../images/bg_douicheck.gif) no-repeat top left;
    }
    #douicheckOn input[type=checkbox] + label::before {
    }
    #douicheckOn input[type=radio]:checked + label::after,
    #douicheckOn input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    #douicheckOn input[type=checkbox]:checked + label::after {
        background: #FFF url(../images/bg_douicheck_on.gif) no-repeat top left;
        width: 122px;
        height: 44px;
    }
} */

.btn_fl {
  /* float:left;
  margin-left:115px; */
  display: inline-block;
}
.btn_fr {
  /* float:right;
  margin-right:115px; */
  display: inline-block;
}

#fupd {
  float: left;
  padding-top: 30px;
}
