@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** ttl ***/
.cntTtl {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #00397a;
}
.cntTtl span {
  display: block;
  margin: 15px 0 0;
  color: #ffff33;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 799px) {
  .cntTtl {
    margin: 0 0 25px;
    font-size: 20px;
  }
  .cntTtl span {
    margin: 10px 0 0;
    transform: scale(0.8);
  }
}
.blnTtl {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.blnTtl .wrap {
  display: inline-block;
  text-align: left;
}
.blnTtl .wrap .sub {
  display: inline-block;
  margin: 0 0 20px 15px;
  padding: 10px 25px;
  transform: rotate(-4deg);
  color: #1779b7;
  font-size: 24px;
  position: relative;
}
.blnTtl .wrap .sub:before,
.blnTtl .wrap .sub:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-color: #1779b7 transparent transparent transparent;
  border-width: 48px 3px 0 3px;
}
.blnTtl .wrap .sub:before {
  left: 0;
  transform: rotate(-30deg);
}
.blnTtl .wrap .sub:after {
  right: 0;
  transform: rotate(30deg);
}
.blnTtl .wrap .ttl {
  display: block;
  color: #00397a;
  font-size: 34px;
}
@media screen and (max-width: 799px) {
  .blnTtl {
    margin: 0 0 25px;
  }
  .blnTtl .wrap .sub {
    margin: 0 0 10px 5px;
    padding: 5px 15px;
    font-size: 15px;
  }
  .blnTtl .wrap .sub:before,
  .blnTtl .wrap .sub:after {
    border-width: 25px 1px 0 1px;
    bottom: 2px;
  }
  .blnTtl .wrap .ttl {
    font-size: 20px;
  }
}
/*** btn **/
.cmnBtn {
  text-align: center;
}
.cmnBtn.right {
  text-align: right;
}
.cmnBtn.big a {
  min-width: 528px;
}
.cmnBtn.big a:after {
  display: none;
}
.cmnBtn.big a span {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.cmnBtn.big a span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  border-color: transparent transparent transparent #00397a;
  border-style: solid;
  border-width: 4px 0 4px 7px;
}
.cmnBtn a,
.cmnBtn .link {
  display: inline-block;
  background: #ffff33;
  min-width: 143px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 10px;
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.cmnBtn a:after,
.cmnBtn .link:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-color: transparent transparent transparent #00397a;
  border-style: solid;
  border-width: 4px 0 4px 7px;
}
@media screen and (max-width: 799px) {
  .cmnBtn.spC {
    text-align: center !important;
  }
  .cmnBtn.big a {
    min-width: 100%;
    padding: 0;
  }
  .cmnBtn.big a span {
    padding: 0 10px 0 0;
  }
  .cmnBtn.big a span:after {
    right: -5px;
  }
  .cmnBtn a,
  .cmnBtn .link {
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
  }
}
/*** block ***/
.header {
  background: #0060c9;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.header_inner_right {
  display: flex;
/*  align-items: center;*/
    align-items: flex-end
}
.header_tel {
    margin-right: 20px;
}
.footer {
  background-color: #97a1ac;
  text-align: center;
  padding: 30px 0;
}
.footer_txt {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-top: 23px;
}
.footer_menu {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_menu a {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.75px;
}
.footer_menu li + li a:before {
  content: '|';
  margin: 0 5px;
}
.footer .footer_menu a {
  color: #ffffff;
}
.footer_copy {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.linkBlock .innerBlock {
  padding: 0 50px;
}
.linkBlock .lead {
  margin: 0 0 25px;
  line-height: 1;
  text-align: center;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.linkBlock .link {
  display: flex;
  justify-content: space-between;
}
.linkBlock .link li {
  flex-basis: 260px;
  text-align: center;
}
.linkBlock .link li a {
  display: block;
  background: rgba(0, 57, 122, 0.9);
  margin: 30px 0 0;
  padding: 110px 0 40px;
  position: relative;
  color: #ffffff;
}
.linkBlock .link li a:before,
.linkBlock .link li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.linkBlock .link li a:before {
  background: #ffff33;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 10px;
}
.linkBlock .link li a:after {
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-color: #ffff33 transparent transparent transparent;
  border-width: 10px 5px 0 5px;
}
.linkBlock .link li a .img {
  width: 103px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.linkBlock .link li a .img img {
  position: relative;
  z-index: 2;
}
.linkBlock .link li a .img:after {
  content: '';
  display: block;
  background: url(../img/top/mv-link-bg.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  height: 33px;
  width: 111px;
  top: -10px;
  right: -10px;
  left: -10px;
  margin: auto;
  z-index: 1;
}
.linkBlock .link li a .ttl {
  margin: 0 0 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.linkBlock .link li a .ttl span {
  font-size: 14px;
}
.linkBlock .link li a .eng {
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffff33;
  font-size: 10px;
}
@media screen and (max-width: 799px) {
  .linkBlock .innerBlock {
    padding: 0 10px 15px;
  }
  .linkBlock .lead {
    margin: 0;
    font-size: 14px;
  }
  .linkBlock .link {
    flex-wrap: wrap;
  }
  .linkBlock .link li {
    flex-basis: calc(50% - 5px);
  }
  .linkBlock .link li:nth-child(n+3) {
    margin-top: 10px;
  }
  .linkBlock .link li a {
    margin: 20px 0 2 0px;
    padding: 70px 0 25px;
  }
  .linkBlock .link li a:before {
    width: calc(100% - 40px);
    bottom: 5px;
  }
  .linkBlock .link li a:after {
    bottom: -1px;
    border-width: 6px 3px 0 3px;
  }
  .linkBlock .link li a .img {
    width: 69px;
    top: -15px;
  }
  .linkBlock .link li a .img:after {
    background: url(../img/top/sp/mv-link-bg.png) top center no-repeat;
    background-size: 100%;
    height: 20px;
    width: 74px;
    top: -5px;
    right: -5px;
    left: -5px;
  }
  .linkBlock .link li a .ttl {
    margin: 0 0 10px;
    font-size: 20px !important;
  }
  .linkBlock .link li a .ttl span {
    font-size: 20px !important;
  }
  .linkBlock .link li a .eng {
    transform: scale(0.8);
    font-size: 10px !important;
  }
}
#kvCnt {
  display: flex;
  align-items: center;
  background: center center no-repeat;
  background-size: cover;
  min-height: 188px;
  text-align: center;
  padding: 40px 0 20px;
  color: #ffffff;
}
#kvCnt .ttl {
  margin: 0 0 5px;
  line-height: 1.66;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-shadow: 4px 4px 0 #000;
}
#kvCnt span {
  font-size: 11px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 799px) {
  #kvCnt {
    background-image: url(../img/common/sp/kv.jpg);
    min-height: 100px;
    padding: 25px 0 8px;
  }
  #kvCnt .ttl {
    margin: 0;
    letter-spacing: 0;
    line-height: 1.25;
    font-size: 20px;
    text-shadow: 2px 2px 0 #000;
  }
  #kvCnt span {
    display: inline-block;
    font-size: 10px;
    transform: scale(0.8);
  }
}
#content {
  background: #c5dded;
  padding: 50px 0;
}
@media screen and (max-width: 799px) {
  #content {
    padding: 40px 0 0;
  }
}
html {
  color: #333333;
  font-size: 14px;
  line-height: 1.833;
  letter-spacing: 0.05em;
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  line-height: 1.875;
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #333333;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input[type="text"],
input[type="submit"],
textarea {
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  min-width: 1200px;
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
#wrapper {
  position: relative;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
@media screen and (min-width: 800px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 799px) {
  body {
    font-size: 12px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
  }
  .outerBlock {
    min-width: 375px;
  }
  .innerBlock {
    padding: 0;
    width: auto;
  }
  #wrapper {
    min-width: 375px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  p {
    line-height: 1.5;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
label {
  position: relative;
  display: block;
}
.inputBox,
.radioBox,
.checkBox {
  position: relative;
}
.radioBox input[type="radio"] {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: -20px;
  left: 0;
}
.formError {
  opacity: 0.87;
  position: absolute!important;
  top: -40px !important;
  left: 0px!important;
  margin-top: 0px!important;
  z-index: 100;
  background-color: #003977;
  padding: 10px;
  border-radius: 5px;
  color: #FF0;
  line-height: 100%;
  width: auto;
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  #cnvBlock {
    display: none;
  }
}
.radioBox .formError {
  min-width: 140px;
}
.checkBox .formError {
  min-width: 210px;
}
.formError:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #003a77 transparent transparent transparent;
}
#main #kvCnt {
  background-image: url(../img/contact/kv.jpg);
  min-height: 195px;
  padding: 0;
}
#main #kvCnt .ttl {
  margin: 0;
  padding: 0 100px;
  text-align: center;
  text-shadow: none;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 799px) {
  #main #kvCnt {
    min-height: 123px;
  }
  #main #kvCnt .innerBlock {
    width: 100%;
  }
  #main #kvCnt .ttl {
    padding: 0 20px;
    text-align: left;
  }
}
#main #content {
  padding-bottom: 100px;
  letter-spacing: 0;
}
#main #content .innerBlock {
  padding: 0 150px;
}
@media screen and (max-width: 799px) {
  #main #content {
    padding-top: 20px;
  }
  #main #content .innerBlock {
    padding: 0 15px;
  }
}
#main #formCnt .formLead {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 500;
}
#main #formCnt .formLead span {
  color: #da0000;
}
@media screen and (max-width: 799px) {
  #main #formCnt .formLead {
    margin: 0 0 15px;
    font-size: 13px;
  }
}
#main #formCnt .underLink {
  margin: 0 0 20px;
}
#main #formCnt .underLink .tglBtn {
  display: block;
  background: #00397a;
  padding: 18px 20px 18px 40px;
  color: #ffff33;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  #main #formCnt .underLink .tglBtn {
    transition: 0.3s ease-in-out;
  }
  #main #formCnt .underLink .tglBtn:hover {
    opacity: 0.7;
  }
}
#main #formCnt .underLink .tglBtn:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  border-right: 2px solid #ffff33;
  border-top: 2px solid #ffff33;
  transform: rotate(45deg);
}
#main #formCnt .underLink .tglBtn span {
  font-size: 14px;
}
#main #formCnt .underLink .tglCnt {
  display: none;
  padding: 25px;
}
#main #formCnt .underLink .tglCnt .txt {
  margin: 0 0 20px;
  font-size: 13px;
}
#main #formCnt .underLink .tglCnt .link {
  text-align: center;
}
#main #formCnt .underLink .tglCnt .link a {
  display: inline-block;
  background: #ffff33;
  width: 274px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  #main #formCnt .underLink {
    margin: 0 0 10px;
  }
  #main #formCnt .underLink .tglBtn {
    padding: 12px 12px 12px 25px;
    font-size: 12px;
  }
  #main #formCnt .underLink .tglBtn:before {
    width: 4px;
    height: 4px;
    left: 10px;
    border-right-width: 1px;
    border-top-width: 1px;
  }
  #main #formCnt .underLink .tglBtn span {
    font-size: 10px;
  }
  #main #formCnt .underLink .tglCnt {
    padding: 12px;
  }
  #main #formCnt .underLink .tglCnt .txt {
    margin: 0 0 10px;
    font-size: 10px;
  }
  #main #formCnt .underLink .tglCnt .link a {
    width: 137px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
  }
}
#main #formCnt .attcTxt {
  background: #ffffff;
  padding: 20px 15px;
  letter-spacing: 0;
  color: #da0000;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  #main #formCnt .attcTxt {
    padding: 10px;
    font-size: 11px;
  }
}
#main #formCnt .formTable {
  background: #ffffff;
  width: 100%;
  letter-spacing: 0;
}
#main #formCnt .formTable tbody {
  width: 100%!important;
}
#main #formCnt .formTable .req {
  display: inline-block;
  color: #da0000;
  font-size: 10px;
}
#main #formCnt .formTable tr + tr {
  border-top: 1px solid #e5e5e5;
}
#main #formCnt .formTable tr th {
  width: 220px;
  padding: 20px 15px 20px 0;
  line-height: 40px;
  text-align: right;
  color: #00397a;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
#main #formCnt .formTable tr td {
  padding: 20px 18px 20px 10px;
}
#main #formCnt .formTable tr td .radioBox {
  display: flex;
  flex-wrap: wrap;
}
#main #formCnt .formTable tr td .radioBox.clinic label {
  flex-basis: calc((100% - 30px) / 6);
}
#main #formCnt .formTable tr td .radioBox.clinic label + label {
  margin-left: 5px;
}
#main #formCnt .formTable tr td .radioBox.clinic label:nth-child(n+7) {
  margin-top: 5px;
}
#main #formCnt .formTable tr td .radioBox.clinic label:nth-child(6n+1) {
  margin-left: 0;
}
#main #formCnt .formTable tr td .radioBox.clinic label span {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  padding: 0 0 0 30px;
  font-size: 14px;
}
#main #formCnt .formTable tr td .radioBox.clinic label span:before {
  width: 14px;
  height: 14px;
}
#main #formCnt .formTable tr td .radioBox.clinic label span:after {
  width: 8px;
  height: 8px;
  left: 11px;
}
#main #formCnt .formTable tr td .radioBox label {
  cursor: pointer;
}
#main #formCnt .formTable tr td .radioBox label + label {
  margin-left: 7px;
}
#main #formCnt .formTable tr td .radioBox label input {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: -30px;
  left: 0px;
}
#main #formCnt .formTable tr td .radioBox label input:checked + span {
  background: #00397a;
  color: #ffffff;
}
#main #formCnt .formTable tr td .radioBox label input:checked + span:before {
  border: none;
}
#main #formCnt .formTable tr td .radioBox label input:checked + span:after {
  display: block;
}
#main #formCnt .formTable tr td .radioBox label span {
  display: inline-block;
  background: linear-gradient(to top, #ebebeb, #ffffff);
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 35px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
}
#main #formCnt .formTable tr td .radioBox label span:before,
#main #formCnt .formTable tr td .radioBox label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
#main #formCnt .formTable tr td .radioBox label span:before {
  background: #ffffff;
  width: 19px;
  height: 19px;
  border: 1px solid #ccc;
  left: 8px;
}
#main #formCnt .formTable tr td .radioBox label span:after {
  display: none;
  background: #00397a;
  width: 9px;
  height: 9px;
  left: 13px;
}
#main #formCnt .formTable tr td .checkBox {
  display: flex;
  flex-wrap: wrap;
}
#main #formCnt .formTable tr td .checkBox label {
  cursor: pointer;
}
#main #formCnt .formTable tr td .checkBox label + label {
  margin-left: 7px;
}
#main #formCnt .formTable tr td .checkBox label input {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: -30px;
  left: 0px;
}
#main #formCnt .formTable tr td .checkBox label input:checked + span {
  background: #00397a;
  color: #ffffff;
}
#main #formCnt .formTable tr td .checkBox label input:checked + span:before {
  border: none;
}
#main #formCnt .formTable tr td .checkBox label input:checked + span:after {
  display: block;
}
#main #formCnt .formTable tr td .checkBox label span {
  display: inline-block;
  background: linear-gradient(to top, #ebebeb, #ffffff);
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 35px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
}
#main #formCnt .formTable tr td .checkBox label span:before,
#main #formCnt .formTable tr td .checkBox label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#main #formCnt .formTable tr td .checkBox label span:before {
  background: #ffffff;
  width: 19px;
  height: 19px;
  border: 1px solid #ccc;
  left: 8px;
  border-radius: 5px;
}
#main #formCnt .formTable tr td .checkBox label span:after {
  display: none;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #00397a;
  border-right: 2px solid #00397a;
  left: 13px;
  transform: rotate(45deg);
}
#main #formCnt .formTable tr td .inputBox input,
#main #formCnt .formTable tr td .inputBox textarea {
  background: #f0f0f0;
  padding: 9px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 14px;
}
#main #formCnt .formTable tr td .inputBox input + .unit,
#main #formCnt .formTable tr td .inputBox textarea + .unit {
  margin-left: 10px;
}
#main #formCnt .formTable tr td .inputBox.short input {
  width: 92px;
}
#main #formCnt .formTable tr td .inputBox.short2 input {
  width: 308px;
}
#main #formCnt .formTable tr td .inputBox.middle input {
  width: 342px;
}
#main #formCnt .formTable tr td .inputBox.long input,
#main #formCnt .formTable tr td .inputBox.long textarea {
  width: 100%;
}
#main #formCnt .formTable tr td .inputBox .unit {
  color: #00397a;
  font-size: 14px;
  font-weight: bold;
}
#main #formCnt .formTable tr td .inputBox .unit + input {
  margin-left: 10px;
}
#main #formCnt .formTable tr td .selectBox {
  position: relative;
}
#main #formCnt .formTable tr td .selectBox:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-color: #00397a transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
#main #formCnt .formTable tr td .selectBox select {
  display: block;
  width: 100%;
  padding: 9px 10px;
  outline: none;
  text-overflow: '';
  background: #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
#main #formCnt .formTable tr td .selectBox select::-ms-expand {
  display: none;
}
#main #formCnt .formTable tr td .selectBox select:-moz-focusring {
  color: transparent;
}
#main #formCnt .formTable tr td .selectBox.icon {
  width: 35px;
  margin-right: 10px;
  padding: 4px 0px 0px;
  border-radius: 5px;
  text-align: center;
  background: #4ba2e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4ba2e5 0%, #2363b2 0%, #1e4ea0 50%, #184696 52%, #00397a 100%, #00397a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4ba2e5 0%, #2363b2 0%, #1e4ea0 50%, #184696 52%, #00397a 100%, #00397a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4ba2e5 0%, #2363b2 0%, #1e4ea0 50%, #184696 52%, #00397a 100%, #00397a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2e5', endColorstr='#00397a', GradientType=0);
  /* IE6-9 */
}
#main #formCnt .formTable tr td .selectBox.icon button {
  border: none;
  background: none;
  background-size: cover;
  background-image: url(/wp-content/themes/chuoh-mens-new/new/img/common/ico-calendar.png);
  background-position: 50% 50%;
  width: 25px;
  height: 25px;
}
#main #formCnt .formTable tr td .selectBox.icon:after {
  display: none;
}
#main #formCnt .formTable tr td .selectBox.short {
  width: 80px;
}
#main #formCnt .formTable tr td .selectBox.middle {
  width: 150px;
}
#main #formCnt .formTable tr td .selectBox.long2 {
  width: 60%;
  margin-right: 10px;
}
#main #formCnt .formTable tr td .category {
  display: flex;
  margin: 0;
}
#main #formCnt .formTable tr td .category + .category {
  margin-top: 2px;
}
#main #formCnt .formTable tr td .category dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c5dded;
  flex-basis: 64px;
  margin: 0;
  color: #00397a;
  font-size: 16px;
  font-weight: bold;
}
#main #formCnt .formTable tr td .category dd {
  flex-basis: calc(100% - 64px);
  margin: 0;
  padding: 10px 12px;
}
#main #formCnt .formTable tr td .category dd .checkBox label {
  flex-basis: calc((100% - 10px) / 2);
}
#main #formCnt .formTable tr td .category dd .checkBox label + label {
  margin-left: 5px;
}
#main #formCnt .formTable tr td .category dd .checkBox label:nth-child(2n+1) {
  margin-left: 0;
}
#main #formCnt .formTable tr td .category dd .checkBox label:nth-child(n+3) {
  margin-top: 5px;
}
#main #formCnt .formTable tr td .category dd .checkBox label span {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0px 0 35px;
  font-size: 14px;
}
#main #formCnt .formTable tr td .category dd .checkBox label span:before {
  width: 19px;
  height: 19px;
  left: 8px;
}
#main #formCnt .formTable tr td .category dd .checkBox label span:after {
  width: 6px;
  height: 12px;
  left: 13px;
}
#main #formCnt .formTable tr td .date {
  display: flex;
  margin: 0;
}
#main #formCnt .formTable tr td .date + .date {
  margin-top: 10px;
}
#main #formCnt .formTable tr td .date dt {
  background: #c5dded;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 94px;
  color: #00397a;
  font-size: 12px;
  font-weight: bold;
}
#main #formCnt .formTable tr td .date dd {
  flex-basis: calc(80% - 100px);
  margin: 0 0 0 12px;
  display: flex;
  align-items: center;
}
#main #formCnt .formTable tr td .date dd .selectBox + .unit {
  margin-left: 10px;
}
#main #formCnt .formTable tr td .date dd .unit + .selectBox {
  margin-left: 20px;
}
#main #formCnt .formTable tr td .date dd .unit {
  color: #00397a;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
}
#main #formCnt .formTable .domainBox {
  background: #fefecf;
  margin: 13px 0 0;
  padding: 15px;
}
#main #formCnt .formTable .domainBox .txt {
  margin: 0 0 5px;
  font-size: 12px;
}
#main #formCnt .formTable .domainBox .address {
  background: #ffffff;
  padding: 10px 13px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  #main #formCnt .formTable {
    display: block;
  }
  #main #formCnt .formTable tr {
    display: block;
  }
  #main #formCnt .formTable tr th {
    display: block;
    width: 100%;
    padding: 15px 15px 10px;
    line-height: 1;
    text-align: left;
  }
  #main #formCnt .formTable tr td {
    display: block;
    padding: 0 15px 13px;
  }
  #main #formCnt .formTable tr td dd .calender {
    display: block!important;
    width: 100%;
  }
  #main #formCnt .formTable tr td .radioBox label:first-child {
    margin-bottom: 5px;
  }
  #main #formCnt .formTable tr td .radioBox label + label {
    margin-left: 5px;
  }
  #main #formCnt .formTable tr td .radioBox label.spLeft {
    margin-left: 0px;
  }
  #main #formCnt .formTable tr td .radioBox label span {
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 23px;
    font-size: 14px;
    border-radius: 3px;
  }
  #main #formCnt .formTable tr td .radioBox label span:before {
    width: 12px;
    height: 12px;
    left: 6px;
  }
  #main #formCnt .formTable tr td .radioBox label span:after {
    width: 6px;
    height: 6px;
    left: 9px;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label {
    flex-basis: calc((100% - 15px) / 3);
  }
  #main #formCnt .formTable tr td .radioBox.clinic label:first-child {
    margin-bottom: 0px;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label:nth-child(n+4) {
    margin-top: 5px;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label:nth-child(4n+1) {
    margin-left: 5px;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label:nth-child(3n+1) {
    margin-left: 0;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label span {
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 23px;
    font-size: 14px;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label span:before {
    width: 12px;
    height: 12px;
    left: 6px;
  }
  #main #formCnt .formTable tr td .radioBox.clinic label span:after {
    width: 6px;
    height: 6px;
    left: 9px;
  }
  #main #formCnt .formTable tr td .checkBox label + label {
    margin-left: 5px;
  }
  #main #formCnt .formTable tr td .checkBox label:nth-child(3) {
    margin-top: 5px;
    margin-left: 0px;
  }
  #main #formCnt .formTable tr td .checkBox label span {
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 23px;
    font-size: 14px;
    border-radius: 3px;
  }
  #main #formCnt .formTable tr td .checkBox label span:before {
    width: 12px;
    height: 12px;
    left: 6px;
    border-radius: 3px;
  }
  #main #formCnt .formTable tr td .checkBox label span:after {
    width: 3px;
    height: 6px;
    left: 9px;
  }
  #main #formCnt .formTable tr td .inputBox input,
  #main #formCnt .formTable tr td .inputBox textarea {
    padding: 8px;
    border-radius: 3px;
  }
  #main #formCnt .formTable tr td .inputBox input + .unit,
  #main #formCnt .formTable tr td .inputBox textarea + .unit {
    margin-left: 10px;
  }
  #main #formCnt .formTable tr td .inputBox.short input {
    width: 23%;
  }
  #main #formCnt .formTable tr td .inputBox.short2 input {
    width: calc(100% - 3rem);
  }
  #main #formCnt .formTable tr td .inputBox.middle input {
    width: 100%;
  }
  #main #formCnt .formTable tr td .inputBox.long input,
  #main #formCnt .formTable tr td .inputBox.long textarea {
    width: 100%;
  }
  #main #formCnt .formTable tr td .inputBox.long textarea {
    height: 100px;
  }
  #main #formCnt .formTable tr td .inputBox .unit {
    color: #00397a;
    font-size: 14px;
    font-weight: bold;
  }
  #main #formCnt .formTable tr td .inputBox .unit + input {
    margin-left: 10px;
  }
  #main #formCnt .formTable tr td .selectBox:after {
    border-width: 6px 3px 0 3px;
    right: 7px;
  }
  #main #formCnt .formTable tr td .selectBox select {
    width: 100%;
    height: 35px;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px!important;
    -webkit-appearance: none;
    appearance: none;
  }
  #main #formCnt .formTable tr td .selectBox.middle {
    width: 37%;
  }
  #main #formCnt .formTable tr td .selectBox.icon {
    width: 35px;
    height: 35px;
  }
  #main #formCnt .formTable tr td .selectBox.icon button {
    width: 25px;
    height: 25px;
  }
  #main #formCnt .formTable tr td .selectBox.short {
    width: 40%!important;
    margin-top: 0px;
    font-size: 14px;
  }
  #main #formCnt .formTable tr td .selectBox.middle {
    width: 60%!important;
    margin-top: 0px;
    font-size: 14px;
  }
  #main #formCnt .formTable tr td .selectBox.clear {
    clear: both;
  }
  #main #formCnt .formTable tr td .selectBox.sub {
    width: 20%;
    margin-top: 5px;
    margin-left: 0px!important;
    font-size: 14px;
  }
  #main #formCnt .formTable tr td .selectBox + .unit {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 10px 0px 8px;
  }
  #main #formCnt .formTable tr td .selectBox.sub + .unit {
    margin: 8px 10px 0px 8px;
  }
  #main #formCnt .formTable tr td .selectBox.long2 {
    width: 85%;
    margin-right: 10px;
  }
  #main #formCnt .formTable tr td .category {
    display: block;
    margin: 0;
  }
  #main #formCnt .formTable tr td .category + .category {
    margin-top: 20px;
  }
  #main #formCnt .formTable tr td .category dt {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
  }
  #main #formCnt .formTable tr td .category dd {
    padding: 10px 0 0;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label {
    flex-basis: calc((100% - 4px) / 2);
    width: 49%;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label + label {
    margin-left: 4px;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(3n+1) {
    margin-left: 4px;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(2n+1) {
    margin-left: 0;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(n+4),
  #main #formCnt .formTable tr td .category dd .checkBox label:nth-child(n+3) {
    margin-top: 4px;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label span {
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 23px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label span:before {
    width: 12px;
    height: 12px;
    left: 6px;
  }
  #main #formCnt .formTable tr td .category dd .checkBox label span:after {
    width: 3px;
    height: 6px;
    left: 9px;
  }
  #main #formCnt .formTable tr td .date {
    display: block;
  }
  #main #formCnt .formTable tr td .date + .date {
    margin-top: 13px;
  }
  #main #formCnt .formTable tr td .date dt {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 100%;
    text-align: left;
    margin-bottom: 5px;
    justify-content: left;
  }
  #main #formCnt .formTable tr td .date dd {
    flex-basis: calc(100% - 60px);
    margin: 0px;
  }
  #main #formCnt .formTable tr td .date dd .selectBox + .unit {
    margin-left: 0px;
  }
  #main #formCnt .formTable tr td .date dd .unit + .selectBox {
    margin-left: 10px;
  }
  #main #formCnt .formTable tr td .date dd .unit {
    font-size: 10px;
  }
  #main #formCnt .formTable tr td .date dd .selectBox.short {
    width: 20%;
  }
  #main #formCnt .formTable tr td .date dd .selectBox.middle {
    width: 40%;
  }
  #main #formCnt .formTable .domainBox {
    margin: 13px 0 0;
    padding: 10px;
  }
  #main #formCnt .formTable .domainBox .txt {
    margin: 0 0 10px;
    font-size: 10px;
  }
  #main #formCnt .formTable .domainBox .address {
    text-align: center;
    font-size: 11px;
  }
}
@media screen and (max-width: 799px) and (max-width: 320px) {
  #main #formCnt .formTable tr td .radioBox.clinic label span {
    font-size: 10px;
  }
}
@media screen and (max-width: 799px) and (max-width: 320px) {
  #main #formCnt .formTable tr td .checkBox label span {
    font-size: 10px;
  }
}
@media screen and (max-width: 799px) and (max-width: 320px) {
  #main #formCnt .formTable tr td .category dd .checkBox label span {
    font-size: 10px;
  }
}
#main #formCnt .btnArea {
  margin: 40px 0 0;
  text-align: center;
}
#main #formCnt .btnArea input[type="submit"] {
  display: inline-block;
  background: linear-gradient(to top, #a5a50e, #ffff33);
  width: 340px;
  height: 65px;
  line-height: 65px;
  color: #00397a;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 799px) {
  #main #formCnt .btnArea {
    margin: 23px 0 0;
  }
  #main #formCnt .btnArea input[type="submit"] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border-radius: 3px;
  }
}
.thanksArea {
  background: #FFF;
  padding: 50px;
  text-align: center;
  font-size: 16px;
}
.thanksArea strong {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 799px) {
  .thanksArea {
    background: #FFF;
    padding: 30px 10px 10px;
    text-align: center;
    font-size: 14px;
  }
  .thanksArea strong {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
  }
  .thanksArea span {
    display: block;
  }
}


/* 電話番号ボタン */

#callArea{
    display: none;
    padding: 20px;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 10000;
    top: 0;

    background-color:#333;
    text-align: center;
}
#callAreaBox{
    width: 1000px;
    margin: 0 auto;
}
.close{
    text-align: right;
    color: #fff;
    margin-bottom:30px;
}
.close i{
    font-size: 36px !important;
}
#callArea h2{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:40px;
}
#callArea h2 span{
    display: block;
    text-align: center;
    color: #b2fc33;
}
#callArea ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#callArea li{
    margin-bottom: 40px;
    width: 45%;
}
#callArea li a{
    text-align: center;
    color: #fff;
    background-color: #0060c9;
    display: block;
    border-radius: 10px;
    padding: 15px 30px;
}
#callArea li a dl{
    /*
    display:flex;
    justify-content: center;
    align-items: center;
    */
}
#callArea li a dt{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
#callArea li a dt .c_icon{
    display: inline-block;
    width: 24%;
    margin-right: 2%;
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
    color: #0060c9;
    font-weight: bold;
    font-size: 16px;
}
#callArea li a dt .c_icon:last-of-type{
    margin-right: 0;
}
/*
#callArea li a dt .c_name{
font-size: 20px;
text-align: center;
}
*/
#callArea li a dd{
    box-sizing: border-box;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0;
}
#callArea li a dd span{
    font-size: 12px;
}