@charset "UTF-8";
/*---- common_subnav ----*/
#subnav {
  margin-top: 5rem;
}
.common_subnav {
  padding: 4.5rem 0;
  background: #645746;
}
.common_subnav.white {
  background: #F1F8FC;
}
.common_subnav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_subnav .list a {
  width: calc(25% - 11.25px);
  padding: 1.7rem 1.3rem 1.8rem 2rem;
  margin-top: 1.2rem;
  margin-left: 1.5rem;
  background: url(../img/sub/common_icn_arrow_blue.svg) no-repeat center right 1.35rem, #fff;
  border-radius: 1.9rem;
  color: #645746;
  font-size: 1.3rem;
  text-decoration: none;
}
.common_subnav.white .list a {
  background: url(../img/sub/common_icn_arrow_blue.svg) no-repeat center right 1.35rem, #645746;
  color: #fff;
}
.common_subnav .list.col3 a {
  width: calc(33.33% - 4.66px);
  margin-left: 0.7rem;
}
.common_subnav .list.col3 a:nth-of-type(3n+1) {
  margin-left: 0;
}
.common_subnav .list.col3 a:nth-of-type(-n+3) {
  margin-top: 0;
}
.common_subnav .list.col4 a {
  width: calc(25% - 11.25px);
  margin-left: 1.5rem;
}
.common_subnav .list.col4 a:nth-of-type(4n+1) {
  margin-left: 0;
}
.common_subnav .list.col4 a:nth-of-type(-n+4) {
  margin-top: 0;
}
.common_subnav .list.col5 a {
  width: calc(20% - 12px);
  margin-left: 1.5rem;
}
.common_subnav .list.col5 a:nth-of-type(5n+1) {
  margin-left: 0;
}
.common_subnav .list.col5 a:nth-of-type(-n+5) {
  margin-top: 0;
}
/* common
--------------------------------*/
.common_ttl {
  padding-bottom: 5.5rem;
  color: #047fc7;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  position: relative;
}
.common_wrap {
  max-width: calc(860px + 4%);
  padding: 0 2%;
  margin: 0 auto;
}
/* mv
--------------------------------*/
#mv {
  padding: 2rem 9rem 6.5rem 9rem;
  margin-bottom: 6rem;
  background: #F1F8FC;
  position: relative;
}
#mv .mv_wrap {
  margin: 0 auto;
}
#mv .img {
  text-align: center;
  position: relative;
  z-index: 1;
}
#mv .img img {
  width: 100%;
}
#mv .heading {
  max-width: 60em;
  padding: 1.8rem 0 0 0;
  margin: -3.8rem auto 0 auto;
  background: #f1f8fc;
  position: relative;
  z-index: 2;
}
#mv .heading h2 {
  color: #047fc7;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
}
#mv .heading h3 {
  color: #047fc7;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}
#mv .heading p {
  margin-top: 5.5rem;
  color: #645746;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
/* inspection
--------------------------------*/
#inspection,
#mammo_g{
  padding: 1rem 0 5rem 0;
}
#inspection h2,
#mammo_g h2{
  padding-bottom: 0.9rem;
  color: #645746;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 20px;
}
#inspection h2::before,
#mammo_g h2::before{
  content: '';
  display: block;
  width: 2.3rem;
  height: 1px;
  background: #645746;
  position: absolute;
  left: 0;
  bottom: 0;
}
#inspection .list {
  max-width: 86.5rem;
  margin: 1.2rem auto 0 auto;
}
#mammo_g .list {
  max-width: 86.5rem;
  margin: 1.2rem auto 0 auto;
}
#inspection .list ul li {
  display: inline-block;
  min-width: 9.1rem;
  max-width: 11rem;
  height: 3.5rem;
  padding: 0.8rem;
  margin: 0.6rem 0.1rem 0 0;
  background: #d2d6d8;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
#mammo_g .list ul li {
  display: inline-block;
  min-width: 10rem;
  max-width: 20rem;
  height: 3.5rem;
  padding: 0.8rem;
  margin: 0.6rem 0.1rem 0 0;
  background: #d2d6d8;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
#inspection .list ul li.is-active {
  background: #645746;
}
#mammo_g .list ul li.is-active {
  background: #645746;
}
.list_over {
  max-width: 12em !important;
}

#inspection .table table {
  border-collapse: collapse;
    margin-left: 20px;
}
#inspection .table table tr:nth-child(even) td {
  background-color: #e8e8e8;
}
#inspection .table table tr:nth-child(odd) td {
  background-color: #efefef;
}
#inspection .table table tr th,
#inspection .table table tr td {
  vertical-align: middle;
  border: 1px solid #f5f3ef;
}

#inspection .table table tr th {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  background-color: #d1e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#inspection .table table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}
#inspection .table table tr td a{
     border-bottom:solid;
border-color:#502A7F;
border-width:1px;
    color: #2355a5;   
}
@media screen and (max-width: 959px) {
#inspection .table table tr th {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
#inspection .table table tr th {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
#inspection .table table tr th {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
#inspection .table table tr th {
    font-size: 12px;
  }
}
#inspection .table table tr th.font-mini {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
#inspection .table table tr th.font-mini {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
#inspection .table table tr th.font-mini {
    font-size: 12px;
  }
}

@media screen and (max-width: 959px) {
#inspection .table table tr td {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
#inspection .table table tr td {
    padding-left: calc(16 * 2 / 10 * 1vw);
    padding-right: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
#inspection .table table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
#inspection .table table tr td {
    font-size: 12px;
  }
}
#inspection .table table tr td span {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
#inspection .table table tr td span {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
#inspection .table table tr td span {
    font-size: 10px;
  }
}
#inspection .table table .button-mini {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
 #inspection .table table .button-mini {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}

#inspection .set,
#mammo_g .set{
  max-width: 77rem;
  padding: 2rem;
  margin: 2rem auto 0 auto;
  border: 2px solid #645746;
}
#inspection .set p,
#mammo_g .set p{
  margin-top: 1rem;
  color: #645746;
  font-size: 1.4rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
}
#inspection .set p:first-of-type,
#mammo_g .set p:first-of-type{
  margin-top: 0;
}
#inspection .set p strong,
#mammo_g .set p strong{
  font-size: 1.8rem;
  font-weight: 600;
}
#inspection .set p small,
#mammo_g .set p small{
  font-size: 1.3rem;
}
#inspection .set p span,
#mammo_g .set p span{
  color: #b13f70;
}
/* option
--------------------------------*/
#option {
  padding: 5rem 0;
}
#option .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 2.5rem 2.8rem;
  margin-top: 2.5rem;
  background: #f1f8fc;
}
#option .box01 {
  display: inline-block !important;
}
#option .box .img {
  width: 28rem;
  padding-left: 2rem;
  text-align: right;
}
#option .box .meta h3 {
  color: #645746;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.33;
}
#option .box .meta p {
  margin-top: 2.5rem;
  color: #645746;
  font-size: 1.4rem;
  line-height: 1.43;
}
#option .box .meta table {
  width: 100%;
  max-width: 52.5rem;
  margin-top: 2rem;
}
#option .box .meta table tr td {
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid #d2d6d8;
  color: #645746;
  font-size: 1.3rem;
  line-height: 1.33;
}
#option .box .meta .button {
  max-width: 24rem;
  margin-top: 2rem;
}
#option .box .meta .button a {
  display: block;
  padding: 1.7rem 1.3rem 1.8rem 3.9rem;
  background: url(../img/sub/common_icn_arrow_white.svg) no-repeat center right 1.35rem, #645746;
  border-radius: 1.8rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
.button01 a {
  display: block;
  padding: 1.7rem 1.3rem 1.8rem 3.9rem;
  background: url(../img/sub/common_icn_arrow_white.svg) no-repeat center right 1.35rem, #645746;
  border-radius: 1.8rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  width: 300px;
  margin: 0px auto;
  margin-top: 50px;
}
/* reserve
--------------------------------*/
#reserve {
  padding: 5rem 0 8rem 0;
}
#reserve .column {
  padding-bottom: 2rem;
  margin-top: 2.8rem;
  position: relative;
}
#reserve .column::before, #reserve .column::after {
  content: '';
  display: block;
  width: 50%;
  height: 27rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#reserve .column::before {
  background: #f1f8fc;
  left: 0;
}
#reserve .column::after {
  background: #e5f3fb;
  right: 0;
}
#reserve .column .common_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
#reserve .column .common_wrap > div {
  width: 50%;
  padding: 0 2%;
}
#reserve .column .common_wrap .box {
  max-width: 30rem;
  padding: 1.8rem 3rem;
  margin: 0 auto;
  background: #f6fcff;
  border-radius: 2.2rem;
  position: relative;
}
#reserve .column .common_wrap div:last-of-type .box {
  padding-bottom: 5.9rem;
}
#reserve .column .common_wrap .box .img {
  height: 6.5rem;
  text-align: center;
}
#reserve .column .common_wrap .box h3 {
  margin-top: 0.5rem;
  color: #645746;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}
#reserve .column .common_wrap .box p {
  margin-top: 1.5rem;
  color: #645746;
  font-size: 1.3rem;
  line-height: 1.36;
}
#reserve .column .common_wrap .box p span {
  color: #b13f70;
}
#reserve .column .common_wrap .box .button {
  max-width: 22.3rem;
  margin: 1.8rem auto auto auto;
}
#reserve .column .common_wrap div:last-of-type .box .button {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.15rem;
}
#reserve .column .common_wrap .box .button a {
  display: block;
  padding: 1.7rem 1.3rem 1.8rem 3.9rem;
  background: url(../img/sub/common_icn_arrow_white.svg) no-repeat center right 1.35rem, #645746;
  border-radius: 1.9rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
#reserve .column .common_wrap .box .fax {
  padding-left: 1.5rem;
  margin-top: 1rem;
}
#reserve .column .common_wrap .box .fax h4 {
  color: #645746;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#reserve .column .common_wrap .box .fax h4 small {
  font-size: 1.4rem;
  font-weight: 400;
}
#reserve .column .common_wrap .box .fax span {
  display: inline-block;
  margin-top: 1.2rem;
  color: #645746;
  font-size: 3rem;
  font-weight: 700;
}
#reserve .remark {
  max-width: 70rem;
  margin: 2rem auto 0 auto;
}
#reserve .remark p {
  margin-left: 1.45rem;
  text-indent: -1.45rem;
  color: #645746;
  font-size: 1.4rem;
  line-height: 1.43;
}
/* links
--------------------------------*/
#links {
  padding: 4.5rem 0;
  background: #F1F8FC;
}
#links .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#links .list a {
  width: calc(33.33% - 4.66px);
  padding: 1.7rem 1.3rem 1.8rem 3.9rem;
  margin-top: 1.2rem;
  margin-left: 0.7rem;
  background: url(../img/common/common_subnav_bg_arrow_white.svg) no-repeat center right 1.35rem, #645746;
  border-radius: 1.9rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}
#links .list a:nth-of-type(3n+1) {
  margin-left: 0;
}
#links .list a:nth-of-type(-n+3) {
  margin-top: 0;
}
/* certification
--------------------------------*/
#certification {
  padding: 10rem 0 4rem 0;
}
#certification h2 {
  font-size: 2.8rem;
}
#certification .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 2.8rem 3.5rem;
  margin-top: 2.2rem;
  background: #f1f8fc;
}
#certification .box .img {
  width: 22.4rem;
  padding-left: 2rem;
  text-align: right;
}
#certification .box .text {
  width: calc(100% - 224px);
}
#certification .box .text h3 {
  color: #047fc7;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#certification .box .text p {
  margin-top: 1rem;
  color: #645746;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: justify;
}

.sinkyan_txt{
    font-size: 24px;
}
.sinkan_mg{
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /*---- common_subnav ----*/
  .common_subnav {
    padding: 2.5rem 0;
  }
  .common_subnav .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .common_subnav .list a {
    width: 49%;
    padding: 1rem 2.8rem 1rem 1rem;
    margin-top: 0.8rem;
    margin-left: 2%;
    font-size: 1.4rem;
    line-height: 1.33;
  }
  .common_subnav .list.col3 a {
    width: 49%;
    margin-left: 2%;
  }
  .common_subnav .list.col3 a:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .common_subnav .list.col3 a:nth-of-type(odd) {
    margin-left: 0;
  }
  .common_subnav .list.col3 a:nth-of-type(-n+3) {
    margin-top: 0.8rem;
  }
  .common_subnav .list.col3 a:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .common_subnav .list.col4 a {
    width: 49%;
    margin-left: 2%;
  }
  .common_subnav .list.col4 a:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .common_subnav .list.col4 a:nth-of-type(odd) {
    margin-left: 0;
  }
  .common_subnav .list.col4 a:nth-of-type(-n+4) {
    margin-top: 0.8rem;
  }
  .common_subnav .list.col4 a:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .common_subnav .list.col5 a {
    width: 49%;
    margin-left: 2%;
  }
  .common_subnav .list.col5 a:nth-of-type(5n+1) {
    margin-left: 2%;
  }
  .common_subnav .list.col5 a:nth-of-type(odd) {
    margin-left: 0;
  }
  .common_subnav .list.col5 a:nth-of-type(-n+5) {
    margin-top: 0.8rem;
  }
  .common_subnav .list.col5 a:nth-of-type(-n+2) {
    margin-top: 0;
  }
  /* common
  --------------------------------*/
  .common_ttl {
    padding-bottom: 2.5rem;
    font-size: 2.6rem;
  }
  .common_wrap {
    max-width: inherit;
    padding: 0 4%;
    margin: 0 auto;
  }
  /* mv
  --------------------------------*/
  #mv {
    padding: 2.5rem 4% 3.5rem 4%;
    margin-bottom: 2rem;
  }
  #mv .mv_wrap {
    max-width: inherit;
  }
  #mv .heading {
    max-width: inherit;
    padding: 2rem 0 0 0;
    margin: 0 auto;
  }
  #mv .heading h2 {
    font-size: 2.8rem;
  }
  #mv .heading h3 {
    font-size: 2rem;
  }
  #mv .heading p {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    text-align: left;
  }
  /* inspection
  --------------------------------*/
  #inspection,
  #mammo_g  {
    padding: 1rem 0 2.5rem 0;
  }
  #inspection h2,
    #mammo_g{
    font-size: 1rem;
  }
  #inspection .list {
    max-width: inherit;
    margin: 1.5rem auto 0 auto;
  }
#mammo_g .list {
    max-width: inherit;
    margin: 1.5rem auto 0 auto;
  }    
  #inspection .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
#mammo_g .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }    
  #inspection .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
    min-width: inherit;
    max-width: inherit;
    height: 3.5rem;
    padding: 0 0.8rem;
    margin: 0.6rem 0 0 2%;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
#mammo_g .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
    min-width: inherit;
    max-width: inherit;
    height: 3.5rem;
    padding: 0 0.8rem;
    margin: 0.6rem 0 0 2%;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }    
  #inspection .list ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
#mammo_g .list ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }    

  #inspection .set,
      #mammo_g .set{
    max-width: inherit;
    padding: 1.5rem;
    margin: 3rem auto 0 auto;
  }
  #inspection .set p,
      #mammo_g .set p{
    margin-top: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #inspection .set p strong,
    #mammo_g .set p strong{
    font-size: 1.8rem;
  }
  #inspection .set p small,
    #mammo_g .set p small{
    font-size: 1.3rem;
  }
  /* option
  --------------------------------*/
  #option {
    padding: 2.5rem 0;
  }
  #option .box {
    display: block;
    padding: 2rem;
    margin-top: 2rem;
  }
  #option .box .img {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #option .box .meta h3 {
    font-size: 2rem;
  }
  #option .box .meta p {
    margin-top: 1rem;
  }
  #option .box .meta table {
    max-width: inherit;
  }
  #option .box .meta table tr td {
    padding: 1rem;
  }
  #option .box .meta table tr td:first-of-type {
    width: 9rem;
  }
  #option .box .meta .button {
    max-width: inherit;
    margin-top: 2rem;
  }
  #option .box .meta .button a {
    padding: 1.7rem 3rem 1.8rem 3rem;
    text-align: center;
  }
  /* reserve
  --------------------------------*/
  #reserve {
    padding: 2.5rem 0 3rem 0;
  }
  #reserve .column {
    padding-bottom: 0;
    margin-top: 2.8rem;
  }
  #reserve .column::before, #reserve .column::after {
    display: none;
  }
  #reserve .column .common_wrap {
    display: block;
  }
  #reserve .column .common_wrap > div {
    width: 100%;
    padding: 0;
  }
  #reserve .column .common_wrap .box {
    max-width: inherit;
    padding: 2.5rem 1.5rem;
  }
  #reserve .column .common_wrap div:last-of-type .box {
    padding-bottom: 2.5rem;
    margin-top: 2rem;
  }
  #reserve .column .common_wrap .box .img {
    height: auto;
  }
  #reserve .column .common_wrap .box .img img {
    width: auto;
    height: 8rem;
  }
  #reserve .column .common_wrap .box h3 {
    margin-top: 1rem;
    font-size: 2rem;
  }
  #reserve .column .common_wrap .box p {
    margin-top: 1rem;
    line-height: 1.5;
    text-align: center;
  }
  #reserve .column .common_wrap .box .button {
    margin: 1.8rem auto auto auto;
  }
  #reserve .column .common_wrap div:last-of-type .box .button {
    margin: 1.8rem auto auto auto;
    position: static;
  }
  #reserve .column .common_wrap .box .button a {
    display: block;
    padding: 1.7rem 1.3rem 1.8rem 3.9rem;
    background: url(../img/sub/common_icn_arrow_white.svg) no-repeat center right 1.35rem, #645746;
    border-radius: 1.9rem;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
  }
  #reserve .column .common_wrap .box .fax {
    padding-left: 0;
    text-align: center;
  }
  #reserve .column .common_wrap .box .fax span {
    min-height: 2rem;
  }
  #reserve .remark {
    max-width: inherit;
    padding: 0 4%;
  }
  #reserve .remark p {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  /* links
  --------------------------------*/
  #links {
    padding: 2.5rem 0;
  }
  #links .list a {
    width: 49%;
    padding: 1rem 2.8rem 1rem 1rem;
    margin-top: 0.8rem;
    margin-left: 2%;
    font-size: 1.1rem;
    line-height: 1.33;
  }
  #links .list a:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  #links .list a:nth-of-type(odd) {
    margin-left: 0;
  }
  #links .list a:nth-of-type(-n+3) {
    margin-top: 0.8rem;
  }
  #links .list a:nth-of-type(-n+2) {
    margin-top: 0;
  }
  /* certification
  --------------------------------*/
  #certification {
    padding: 2.5rem 0 4rem 0;
  }
  #certification h2 {
    font-size: 2.2rem;
  }
  #certification .box {
    display: block;
    padding: 2.5rem 1.5rem;
  }
  #certification .box .img {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #certification .box .text {
    width: 100%;
    margin-top: 1.5rem;
  }
  #certification .box .text h3 {
    font-size: 1.8rem;
  }
  #certification .box .text p {
    font-size: 1.3rem;
  }
}