@charset "utf-8";
/* CSS Document */
main{
	background-color: #F8F8F8;
  padding-bottom: 100px;
}

.products_bg{
	background-image: url("../img/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
  position: relative;
}
.title_bg{
	background: transparent linear-gradient(112deg, #1625A8 0%, #0C145C 100%) 0% 0% no-repeat padding-box;
  position: absolute;
	bottom: -75px;
}


/* ==========================
flow
============================= */
.flow{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  & .jp_title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
    & .en_title{
      color: #888;
      font-weight: bold;
      font-size: 12px;
    }
  }
  .title{
    color: #131F8E;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
    &::before{
      content: "";
      background: #131F8E;
      display: block;
      height: 2px;
      flex-grow: 1;
    }
    &::after{
      content: "";
      background: #131F8E;
      display: block;
      height: 2px;
      flex-grow: 1;
    }
  }
  & .flow_flex{
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 30px;
    & .text{
      max-width: 552px;
      width: 100%;
      background: #fff;
      height: 300px;
      display: flex;
      flex-direction: column;
      padding: 40px;
      box-sizing: border-box;
      & .text_tt{
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 10px;
      }
    }
  }

  & .allow{
    text-align: center;
    padding-bottom: 30px;
  }

  & .bo_link{
    border: #131F8E 3px solid;
    border-radius: 80px 0;
    height: 160px;
    color: #131F8E;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    transition: .3s;
    margin-top: 50px;
  }
  & .bo_link2{
    border: #131F8E 3px solid;
    border-radius: 80px 0;
    height: 160px;
    color: #191F56;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
    flex-direction: column;
    margin-bottom: 30px;
    transition: .3s;
    gap: 10px;
    & .span_indent{
      text-indent: -1em;
      padding-left: 1em;
      display: block;
      font-size: 16px;
      font-weight: 500;
    }
  }

  & .bo_link:hover,
    .bo_link2:hover{
      opacity: 1;
      background: #131F8E;
      color: #fff;
      transition: .3s;
  }

}


/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){

  .sec_menu_list li{
    max-width: calc(50% - 10px);
    width: 190px;
    & a{
      width: 100%;
    }
  }

  main{
    padding-bottom: 60px;
  }
  
  .flow {

    & .jp_title {
      font-size: 24px;
      padding-bottom: 20px;
  }
  & .title{
    padding-bottom: 20px;
  }

    & .bo_link{
      font-size: 15px;
      padding: 40px 3%;
      height: auto;
      box-sizing: border-box;
    }
    & .bo_link2{
      font-size: 20px;
      padding: 40px 3%;
      line-height: 1.6;
      height: auto;
      box-sizing: border-box;
    }


    & .flow_flex{
      flex-direction: column;
      align-items: center;
      gap: 0;
      & .text{
        padding: 20px 5%;
        height: auto;
      }
    }
  }

.products_bg {
    background-position: center;
}
}
