/* CSS Document */



/*フォントサイズ*/
.fs48 {
  font-size: 48px;
}
@media screen and (max-width:1199px) {
  .xl_fs45 {
    font-size: 45px;
  }
  .xl_fs33 {
    font-size: 33px!important;
  }
}
@media screen and (max-width:576px) {
  .sm_fs24 {
    font-size: 24px!important;
  }
  .sm_fs32 {
    font-size: 32px!important;
  }
}

/*余白*/
.mt130 {
  margin-top: 130px;
}
@media screen and (max-width:767px) {
  .md_mr0 {
    margin-right: 0px!important;
  }
}



/*共通使用カラー*/
.tx_blue {
  color: #00419E;
}

/*共通スタイル*/
.base_tx {
  color: #122A4E;
}
.com_box {
  border: 1px solid #BCC9DC;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(9, 38, 110, 0.1);
  overflow: hidden;
}
.com_box_p {
  padding: 40px 30px 70px;
}
.h3_title {
  border-left: 9px solid #00419E;
  padding: 5px 15px;
}



/*タイトル*/
.title {
  width: auto;
  min-height: 592px;
  background-image: url(/pc/other/m365/images/title.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  background-color: #eef4ff;
}
.title_tx {
  width: 65%;
  padding: 90px 75px;
}
@media screen and (max-width:1199px) {
  .title {
    background-position: -156px 0px;
    background-size: 125%;
  }
  .title_tx {
    width: 71%;
    padding: 90px 55px;
  }
}
@media screen and (max-width:991px) {
  .title {
    background-position: right -30px;
    background-size: 150%;
  }
  .title_tx {
    width: 100%;
    padding: 370px 55px 55px;
  }
}
@media screen and (max-width:767px) {
  .title {
    background-size: 200%;
  }
  .title_tx {
    padding: 313px 55px 55px;
  }
}
@media screen and (max-width:576px) {
  .title_tx {
    padding: 313px 20px 55px;
  }
}


/*商品紹介*/
.table_box {
  box-shadow: 4px 4px 10px rgba(9, 38, 110, 0.1);
}
.lineup_table th,
.lineup_table td {
  border: 1px solid #BCC9DC;
}
.lineup_table th {
  background-color: #00419E;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px;
}
.lineup_table td {
  font-size: 16px;
  padding: 30px
}
@media screen and (max-width:991px) {
  .table_box {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
}



/*流れ*/
.flow_box {
  background-repeat: no-repeat;
  background-position: -75px center;
  border-radius: 0px;
  padding: 20px;
}
.flow_1 {
  background-image: url(/pc/other/m365/images/img05.jpg);
}
.flow_2 {
  background-image: url(/pc/other/m365/images/img06.jpg);
}
.flow_3 {
  background-image: url(/pc/other/m365/images/img07.jpg);
}
.flow_4 {
  background-image: url(/pc/other/m365/images/img08.jpg);
}
.flow_5 {
  background-image: url(/pc/other/m365/images/img09.jpg);
}
.flow_6 {
  background-image: url(/pc/other/m365/images/img10.jpg);
}
.flow_box_in {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto 0 auto auto;
}
@media screen and (max-width:1199px) {
  .flow_box {
    background-position: -122px center;
  }
}
@media screen and (max-width:991px) {
  .flow_box {
    background-position: -170px center;
  }
}
@media screen and (max-width:767px) {    
  .flow_box {
        background-position: top;
        max-width: 379px;
        margin: auto;
    }
  .flow_4 {
    background-position: -40px top !important;
  }
  .flow_box_in {
    display: block;
    width: 100%;
    padding: 70px 0 20px;
    text-align: center;
  }
}


/*問合せフォーム*/
.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00419E;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff!important;
  text-decoration: none!important;
  padding: 50px;
  transition: .2s;
}
.contact_btn:hover {
  opacity: .8;
}



/*11991px以下*/
@media screen and (max-width:1199px) {
}

/*991px以下*/
@media screen and (max-width:991px) {
}

/*767px以下*/
@media screen and (max-width:767px) {
}

/*576px以下*/
@media screen and (max-width:576px) {
}




