@charset "UTF-8";

/* **************************************************

Name: column_vol.css
Description: CSS for column Page
Create: 2022.10.18
Update: 

***************************************************** */

/* vol1
=========================================================================================== */
.col_top {
    margin-bottom: 20px;
  }
  .vol_top_txt {
    margin-bottom: 40px;
  }
  .vol01Title {
    width: 600px;
  }
  .vol01_box {
    display: block;
    margin: 0px 0px 40px 0px;
  }
  .vol01_box_inner {
    display: block;
    margin: 0 auto;
  }
  .vol01_box p {
    margin: 0px auto 10px auto;
  }
  .vol01_box a {
    width: 80%;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 767px) {
    .vol01Title {
      width: 90%;
    }
    .vol01_box a {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
    }
  }
  
  .vol01_box_inner ul {
    margin: 10px 0;
  }
  .vol01_box_inner ul li {
    margin-left: 1em;
    line-height: 2em;
  }
  .vol01_box_inner ul li:before {
    background: #9EC0F7;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    line-height: 160%;
    padding-top: 0;
    margin: 0 8px 0 0;
    box-sizing: border-box;
    display: inline-block;
  }
  .vol01_box_inner_bottom {
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
  }
  .vol01_box_inner_bottom h3 {
    color: #306AC6;
  }
  
  .vol01_box_inner_point {
    display: block;
    padding: 20px;
    border: 3px solid #306AC6;
    border-radius: 20px;
    margin: 20px 10px;
    /*margin: 0px auto 40px auto;*/
    box-shadow: 0px 5px 15px 0px rgb(56 125 214 / 35%);
    background: #FFF;
    transition: .3s;
    box-sizing: border-box;
  
  }
  .vol01_box_inner_point h3 {
    color: #306AC6;
    font-size: 100%;
  }

  .vol01_box_inner_point_list_containt {
    display: block;
    width: 80%;
    margin-top: 8px;
  }

  .vol01_box_inner_point_list_content ol {
    margin-left: 2em;
    line-height: 2em;
  }

  .merit_list {
    margin: 10px;
  }
  .merit_list li {
    margin: 20px 0;
    font-size: 16px;
  }
  .merit_list li h3 {
    display: inline-block;
    font-weight: bold;
    color: #222;
  }
  .merit_list p {
    margin-top: 0;
    margin-left: 1.3em;
  }
  .merit_list_bottom {
    display: flex;
  }
  .merit_list_bottom p {
    width: 70%;
  }
  .merit_list_bottom .merit_list_bottom_img {
    width: 25%;
  }
  .merit_list_bottom .merit_list_bottom_img img {
    width: 100%;
  }
  .vol01_box .bottom_txt {
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px;
  }
  @media screen and (max-width: 767px) {
    .merit_list_bottom {
      display: block;
    }
    .merit_list_bottom p {
      width: 100%;
    }
    .merit_list_bottom .merit_list_bottom_img {
      width: 60%;
      margin: 10px auto;
    }
  }
  
  .vol01_box_inner ul.NoneMark > li {
    margin-left: 0em;
  }
  
  .vol01_box_inner ul.NoneMark > li:before {
    display: none;
  }
  
  
  /* vol2
  =========================================================================================== */
  .vol02Title {
    width: 100%;
  }
  .inner_flex {
    display: flex;
    justify-content: space-between;
  }
  .flex_reverse {
    flex-direction: row-reverse;
  }
  .inner_flex_left {
    width: 70%;
  }
  .inner_flex_right {
    width: 25%;
  }
  .inner_flex_right img {
    width: 100%;
  }
  
  .inner_flex_harf {
    width: 48%;
  }

  @media screen and (max-width: 767px) {
    .vol02Title {
      width: 90%;
    }
    .inner_flex {
      display: block;
    }
    .inner_flex_left {
      width: 100%;
    }
    .inner_flex_right {
      width: 60%;
      margin: 10px auto;
    }
    .inner_flex_harf {
      width: 100%;
    }
  
  }
  
  div.flg_new {
    line-height: unset;
  }

  div.img_bottom15 {
    margin-bottom: 15px;
  }

  @media screen and (max-width: 767px) {

    div.img_bottom15 {
      margin-bottom: 10px auto;
    }
  
  }

  /* AnchorBtn配置の調整
=========================================================================================== */
li.anchorBtnLast {
  /*display: none;*/
    margin-left: auto;
    margin-right: auto;
}
