@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual .body {
  min-height: 300px;
  background: url("../../_images/checkups/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* */


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body {
    min-height: 100%;
    background: url("../../_images/checkups/visual-sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}


/* ****************************************************************************************************
   * 健診について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.checkups {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background: var(--c-l-orange);
}

.checkups ~ .checkups {
  padding-top: 0 !important;
}

.checkups .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups {
    position: relative;
    padding-top: 20px !important;
    background: var(--c-l-orange);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.checkups .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.checkups .text {
  font-size: 1.8rem;
}
.checkups .text .color-1 {
  color: #ce2e2e;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.checkups .link-btn {
  margin-top: 20px;
}

.checkups .link-btn .btn {
  margin-left: 0;
}
.checkups .link-btn .btn.size {
  margin-left: 0;
  width: 350px;
}


.checkups .link-btn a.btn::after {
  display: none;
}
.checkups .link-btn a.btn[target="_blank"] span {
  position: relative;
}
.checkups .link-btn a.btn[target="_blank"] span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 18px;
  height: 20px;
  margin-left: .4em;
  vertical-align: middle;
  margin-top: -6px;
}
.checkups .link-btn a.btn[target="_blank"]:hover span::after {
  background: url("../../_images/_common/detail-icon-1.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .checkups .link-btn .btn.size {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.checkups .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 50px auto 0;
}

.checkups .item .title-2 {
  position: relative;
  color: var(--c-orange);
  font-size: 2.2rem;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups .inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
    max-width: 1080px;
    margin: 1em auto 0;
  }
  .checkups .item {}
  .checkups .item .title-2 {
    color: var(--c-orange);
    font-size: 1.7rem;
    line-height: 1.6;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リスト（スタイル）
/* ------------------------------------------------------------------------------------------------- */

.checkups ul.style {
  margin-top: 1em;
}

.checkups ul.style li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
}
.checkups ul.style li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 8px;
}

.checkups ul.style li ~ li {
  margin-top: 0.5em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups ul.style {}
  .checkups ul.style li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  .checkups ul.style li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin-top: 10px;
  }
  
  .checkups ul.style li ~ li {
    margin-top: 1em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.checkups .table-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 角丸 テーブル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.checkups table.radius {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--c-h-orange);
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.8rem;
}
.checkups table.radius thead {
  background: var(--c-orange);
  color: #fff;
  font-size: 2.0rem;
}
.checkups table.radius thead tr th {
  padding: 0.5em 1em;
}

.checkups table.radius tbody tr th {
  background: #fff1e6;
  color: var(--c-orange);
  text-align: left;
  padding: 0.5em 2em;
  border-bottom: 1px solid var(--c-h-orange);
}
.checkups table.radius tbody tr td {
  background: #fff;
  padding: 0.5em 2em;
  border-bottom: 1px solid var(--c-h-orange);
}
.checkups table.radius tbody tr:last-child th,
.checkups table.radius tbody tr:last-child td {
  border-bottom: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .checkups table.radius {
    font-size: 1.6rem;
}
  .checkups table.radius thead {
    background: var(--c-orange);
    color: #fff;
    font-size: 1.6rem;
  }
  .checkups table.radius thead tr th {
    padding: 0.5em;
  }
  
  .checkups table.radius tbody tr th {
    background: #fff1e6;
    color: var(--c-orange);
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px solid var(--c-h-orange);
  }
  .checkups table.radius tbody tr td {
    background: #fff;
    padding: 0.5em;
    border-bottom: 1px solid var(--c-h-orange);
  }
}
