@charset "UTF-8";
/* 共通 /////////////////////////////////////////////////////////////////////////////////*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.link_arrow {
  background: url(../../img/icon_link_arrow.svg) no-repeat left center;
  padding-left: 12px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}

body {
  margin: 0px;
}

/*　header　////////////////////////////////////////////////////////////////////////////*/
header {
  height: 65px;
}

/*　content　////////////////////////////////////////////////////////////////////////////*/

/* contentHeader */
.contentHeader {
  margin-bottom: 20px;
}

#content {
  background: #fff;
  padding: 0 0 50px 0;
  max-width: 880px;
  margin: 0 auto;
}
#content .inner {
  width: auto;
  font-size: 14px;
  margin-bottom: 50px;
}
#content .inner p {
  margin-bottom: 1em;
}
#content .headline {
  margin: 45px 0 20px 0;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #0b3775;
  border-bottom: 1px dotted #395d8f;
}
#content .notice {
  color: #d00;
}
#content .attention {
  color: #ed6e46;
}
#content .headline_question {
  color: #003567;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 10px 13px 30px;
  margin: 0 0 20px 0;
  background: url(../../img/icon_question.svg) no-repeat left center;
}
#content .headline_common01 {
  font-size: 14px;
  font-weight: bold;
}
#content .headline_common02 {
  border-bottom: 2px solid #0b3775;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1.5em;
  padding: 0 0 0 0.5em;
  font-weight: bold;
}
#content .list_common {
  margin: 0 0 20px 1.6em;
}
#content .list_common li {
  list-style: disc;
}
#content .box_attention1 {
  background: #ed6e46;
  color: #fff;
  padding: 1.5em 1.5em 0.8em 1.5em;
  margin-bottom: 20px;
}
#content .box_attention2 {
  background: #ed6e46;
  color: #fff;
  padding: 1.5em 1.5em 0.8em 1.5em;
  margin-bottom: 60px;
}
#content .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#content .indent span {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

#content h3.table {
  border-top: 2px solid #0b3775;
  text-align: center;
}
#content h3.table span {
  color: #0b3775;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1em;

  display: inline-block;

  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#content .table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
#content .table th {
  background: #014fbd;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 10px;
  text-align: left;
  vertical-align: middle;
}
#content .table th.cl01 {
  background: #0b3775;
  text-align: center;
}
#content .table td {
  border: 1px solid #fff;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  background: #d8e4f4;
}
#content .table tr.even td {
  background: #f0f0f0;
}

#content .fig {
  text-align: center;
  margin-bottom: 40px;
}

#content .confirm_list li {
  background: #d8e4f4;
  border-left: 5px solid #003567;
  padding: 15px 20px 5px 20px;
  margin-bottom: 10px;
}

#content .confirm_list strong {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5em;
}

#content .link_long_arrow {
  margin: 0 10px 0 60px;
  vertical-align: middle;
}

/* contentFooter */
.contentFooter {
  margin-top: 50px;

  letter-spacing: -0.4em;
}

.contentFooter .box {
  border: 1px solid #d6d6d6;
  padding: 25px;
  width: 430px;
  margin-bottom: 16px;
  overflow: hidden;

  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 20px;
  height: 260px;
}

.contentFooter .box:first-child {
  margin-left: 0;
}

.contentFooter .box .title {
  font-size: 16px;
}
.contentFooter .tel span {
  margin-left: 30px;
}
.contentFooter .tel a::before {
  background-image: url(../img/icon_free_call.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 26px;
  overflow: hidden;
  padding-right: 5px;
  padding-bottom: 4px;
  width: 43px;
}
.contentFooter .tel a {
  color: #ed6e46;
  cursor: default;
  display: inline-block;
  font-family: Helvetica, Arial;
  font-size: 44px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
.contentFooter ul li {
  background: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #content {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
  #content .inner {
    width: auto;
    padding-left: 0;
    font-size: 14px;
  }

  #content .table {
    display: table;
  }
  #content .table tr {
    display: table-row;
  }
  #content .table th,
  #content .table td {
    display: table-cell;
    padding: 5px;
    font-size: 10px;
  }

  #content .link_arrow {
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

  .contentFooter .box {
    border: 1px solid #d6d6d6;
    padding: 25px 15px;
    width: 100%;
    margin: 0 0 16px 0;
    overflow: hidden;
    display: block;
  }

  .contentFooter ul li {
    line-height: 1.2;
    margin-right: 0;
  }
}

/*　footer　////////////////////////////////////////////////////////////////////////////*/
#footer {
  padding: 20px 15px;
}
