body{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', '小塚ゴシック Pro','Kozuka Gothic Pro', sans-serif;
  overflow-x: hidden;
}

#msg-sent{
  text-align: center;
  margin: 250px 0 580px 0;
}

.table__radio label {
    width: 50%;
    display: block;
    margin-bottom: .5em;
}
.sp{
  display: none;
}

.top-wrapper{
  background: #62c7fd;
  color: #fff;
  margin-bottom: 100px;
  height: 250px;
  text-align: center;
}
.hero__title{
    display: block;
    margin: 0 auto 20px;
    padding-top: 70px;
    text-align: center;
}

.hero__title div{
  font-size: 40pt;
  letter-spacing: 5px;
}

.hero__title span{
  display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}
/*=== メインコンテンツ ========================================================*/
h1{
  font-size: 30pt;
  color : #18268B;
}

h3{
  font-size: 14pt;
  font-weight: bold;
}

.center{
  text-align:center;
}

.contactSection {
    text-align: left;
}

section {
    text-align: center;
    margin-bottom: 120px;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contactSection table {
    table-layout: fixed;
}

.contactSection table caption {
    text-align: left;
    padding-bottom: 35px;
    border-bottom: #ccc solid 1px;
}

.must {
    color: #f00;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.contactSection table tr {
    border-bottom: #ccc solid 1px;
}

.contactSection table th {
    width: 350px;
    vertical-align: top;
    padding-top: 32px;
}

.contactSection table td {
    padding-top: 32px;
    padding-bottom: 35px;
}

.table__radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactSection h3 {
    font-size: 18pt;
    font-family: "游明朝体", "Yu Mincho", YuMincho-Regular, serif;
    font-weight: normal;
    margin-bottom: 47px;
}

.contactSection h4 {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: .2em;
}

.contactSection p {
    font-size: 14px;
    font-size: 11pt;
}

.contactSection:last-child p {
    margin-bottom: 40px;
}

.caption {
  border-bottom: 1px solid #CCC;
}

p {
    font-size: 16px;
    font-size: 11pt;
    line-height: 2.125;
}

.contactSection p a {
    color: #0f0e9f;
}

p a {
    color: #0b4982;
    text-decoration: underline;
}

.contactSection:last-child p strong {
    font-size: 14pt;
}

#button__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

#btn__submit, #btn__prev {
    width: 180px;
    background: #fff;
    border: #000 solid 1px;
    border-radius: 4px;
    font-size: 16px;
    padding: .5em 0;
    display: block;
    margin: 50px 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .25s ease;
    cursor: pointer;
}

.contactSection table input[type="text"], .contactSection table input[type="tel"], .contactSection table input[type="email"], .contactSection table textarea {
    background: #f5f5f5;
    border: #f5f5f5 solid 2px;
    padding: 1em;
    width: 100% !important;
    box-sizing: border-box;
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}


@media screen and (max-width:768px) {
/*　画面サイズが768px以下はここを読み込む　*/
  h3 {
    font-size: 12pt;
  }
  p{
    font-size: 10pt;
    line-height: 1.7
  }
  .top-wrapper{
    margin-bottom: 50px;
    height: 150px;
    text-align: center;
  }

  .caption{
        padding-bottom: 25px;
  }

  .pc{
    display: none;
  }

  .hero__title{
    padding-top: 40px;
    position: initial;
  }

  .hero__title div {
    letter-spacing: 2px;
    font-size: 24pt;
    margin-bottom: 10px;
  }

  .hero__title span{
    font-size: 14pt;
  }

  ul li{
    font-size: 10pt;
  }
  .contactSection{
    width: 90%;
    margin: 0 auto;
  }

  .contactSection table td {
    display: flex;
  }
  .contactSection table tr:last-child td {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    padding-left: 0em;
    text-indent: 0em;
}
  .contactSection table th {
      width: 100%;
      padding-top: 30px;
      display: block;
  }
  .table__radio label {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
.contactSection h3 {
  margin-top: 25px;
    margin-bottom: 47px;
    text-align: center;
}
.contactSection table input[type="text"], .contactSection table input[type="tel"], .contactSection table input[type="email"], .contactSection table textarea {
  padding: 0.8em;
}
}
