@charset "Shift_JIS";
/*
* Overpass https: //fonts.google.com/specimen/Overpass
*/
@font-face {
  font-family: "Overpass";
  src: url("../font/Overpass-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSansJP-Black.otf") format("truetype");
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
#Contents {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0;
  color: #212121;
  padding: 0 !important;
}

@media (max-width: 767px) {
  #Contents {
    font-size: 12px;
    line-height: 2;
  }
}
#Footer h2:before {
  content: none;
}

/*grid*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.3333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .container .row {
    -webkit-column-gap: 4%;
    column-gap: 4%;
    row-gap: 20px;
  }

  .container .span_1 {
    width: 4.6666666667%;
  }

  .container .span_2 {
    width: 13.3333333333%;
  }

  .container .span_3 {
    width: 22%;
  }

  .container .span_4 {
    width: 30.6666666667%;
  }

  .container .span_5 {
    width: 39.3333333333%;
  }

  .container .span_6 {
    width: 48%;
  }

  .container .span_7 {
    width: 56.6666666667%;
  }

  .container .span_8 {
    width: 65.3333333333%;
  }

  .container .span_9 {
    width: 74%;
  }

  .container .span_10 {
    width: 82.6666666667%;
  }

  .container .span_11 {
    width: 91.3333333333%;
  }

  .container .span_12 {
    width: 100%;
  }
}
.container img {
  max-width: 100%;
  height: auto;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }

  * + .container {
    margin-top: 40px;
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .col:not(:last-child) {
    margin-bottom: 0;
  }

  /*.reverse > .col:last-child, :not(.reverse) > .col:first-child {*/
  /*  margin-left: 0*/
  /*}*/
  .col.offset_1 {
    margin-left: 8.3333333333%;
  }

  .col.offset_2 {
    margin-left: 16.6666666667%;
  }

  .col.offset_3 {
    margin-left: 25%;
  }

  .col.offset_4 {
    margin-left: 33.3333333333%;
  }

  .col.offset_5 {
    margin-left: 41.6666666667%;
  }

  .col.offset_6 {
    margin-left: 50%;
  }

  .col.offset_7 {
    margin-left: 58.3333333333%;
  }

  .col.offset_8 {
    margin-left: 66.6666666667%;
  }

  .col.offset_9 {
    margin-left: 75%;
  }

  .col.offset_10 {
    margin-left: 83.3333333333%;
  }

  .col.offset_11 {
    margin-left: 91.6666666667%;
  }

  .col.offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/*util*/
.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center;
  }

  .sp-text-left {
    text-align: left;
  }

  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center;
  }

  .pc-text-left {
    text-align: left;
  }

  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 994px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}
@media (min-width: 994px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}
figure a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure a:hover {
  opacity: 0.8;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

@media (max-width: 767px) {
  .spmt10 {
    margin-top: 10px !important;
  }
}
.mt11 {
  margin-top: 11px !important;
}

@media (max-width: 767px) {
  .spmt11 {
    margin-top: 11px !important;
  }
}
.mt12 {
  margin-top: 12px !important;
}

@media (max-width: 767px) {
  .spmt12 {
    margin-top: 12px !important;
  }
}
.mt13 {
  margin-top: 13px !important;
}

@media (max-width: 767px) {
  .spmt13 {
    margin-top: 13px !important;
  }
}
.mt14 {
  margin-top: 14px !important;
}

@media (max-width: 767px) {
  .spmt14 {
    margin-top: 14px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}

@media (max-width: 767px) {
  .spmt15 {
    margin-top: 15px !important;
  }
}
.mt16 {
  margin-top: 16px !important;
}

@media (max-width: 767px) {
  .spmt16 {
    margin-top: 16px !important;
  }
}
.mt17 {
  margin-top: 17px !important;
}

@media (max-width: 767px) {
  .spmt17 {
    margin-top: 17px !important;
  }
}
.mt18 {
  margin-top: 18px !important;
}

@media (max-width: 767px) {
  .spmt18 {
    margin-top: 18px !important;
  }
}
.mt19 {
  margin-top: 19px !important;
}

@media (max-width: 767px) {
  .spmt19 {
    margin-top: 19px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .spmt20 {
    margin-top: 20px !important;
  }
}
.mt21 {
  margin-top: 21px !important;
}

@media (max-width: 767px) {
  .spmt21 {
    margin-top: 21px !important;
  }
}
.mt22 {
  margin-top: 22px !important;
}

@media (max-width: 767px) {
  .spmt22 {
    margin-top: 22px !important;
  }
}
.mt23 {
  margin-top: 23px !important;
}

@media (max-width: 767px) {
  .spmt23 {
    margin-top: 23px !important;
  }
}
.mt24 {
  margin-top: 24px !important;
}

@media (max-width: 767px) {
  .spmt24 {
    margin-top: 24px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .spmt25 {
    margin-top: 25px !important;
  }
}
.mt26 {
  margin-top: 26px !important;
}

@media (max-width: 767px) {
  .spmt26 {
    margin-top: 26px !important;
  }
}
.mt27 {
  margin-top: 27px !important;
}

@media (max-width: 767px) {
  .spmt27 {
    margin-top: 27px !important;
  }
}
.mt28 {
  margin-top: 28px !important;
}

@media (max-width: 767px) {
  .spmt28 {
    margin-top: 28px !important;
  }
}
.mt29 {
  margin-top: 29px !important;
}

@media (max-width: 767px) {
  .spmt29 {
    margin-top: 29px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .spmt30 {
    margin-top: 30px !important;
  }
}
.mt31 {
  margin-top: 31px !important;
}

@media (max-width: 767px) {
  .spmt31 {
    margin-top: 31px !important;
  }
}
.mt32 {
  margin-top: 32px !important;
}

@media (max-width: 767px) {
  .spmt32 {
    margin-top: 32px !important;
  }
}
.mt33 {
  margin-top: 33px !important;
}

@media (max-width: 767px) {
  .spmt33 {
    margin-top: 33px !important;
  }
}
.mt34 {
  margin-top: 34px !important;
}

@media (max-width: 767px) {
  .spmt34 {
    margin-top: 34px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}

@media (max-width: 767px) {
  .spmt35 {
    margin-top: 35px !important;
  }
}
.mt36 {
  margin-top: 36px !important;
}

@media (max-width: 767px) {
  .spmt36 {
    margin-top: 36px !important;
  }
}
.mt37 {
  margin-top: 37px !important;
}

@media (max-width: 767px) {
  .spmt37 {
    margin-top: 37px !important;
  }
}
.mt38 {
  margin-top: 38px !important;
}

@media (max-width: 767px) {
  .spmt38 {
    margin-top: 38px !important;
  }
}
.mt39 {
  margin-top: 39px !important;
}

@media (max-width: 767px) {
  .spmt39 {
    margin-top: 39px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}

@media (max-width: 767px) {
  .spmt40 {
    margin-top: 40px !important;
  }
}
.mt41 {
  margin-top: 41px !important;
}

@media (max-width: 767px) {
  .spmt41 {
    margin-top: 41px !important;
  }
}
.mt42 {
  margin-top: 42px !important;
}

@media (max-width: 767px) {
  .spmt42 {
    margin-top: 42px !important;
  }
}
.mt43 {
  margin-top: 43px !important;
}

@media (max-width: 767px) {
  .spmt43 {
    margin-top: 43px !important;
  }
}
.mt44 {
  margin-top: 44px !important;
}

@media (max-width: 767px) {
  .spmt44 {
    margin-top: 44px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}

@media (max-width: 767px) {
  .spmt45 {
    margin-top: 45px !important;
  }
}
.mt46 {
  margin-top: 46px !important;
}

@media (max-width: 767px) {
  .spmt46 {
    margin-top: 46px !important;
  }
}
.mt47 {
  margin-top: 47px !important;
}

@media (max-width: 767px) {
  .spmt47 {
    margin-top: 47px !important;
  }
}
.mt48 {
  margin-top: 48px !important;
}

@media (max-width: 767px) {
  .spmt48 {
    margin-top: 48px !important;
  }
}
.mt49 {
  margin-top: 49px !important;
}

@media (max-width: 767px) {
  .spmt49 {
    margin-top: 49px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}

@media (max-width: 767px) {
  .spmt50 {
    margin-top: 50px !important;
  }
}
.mt51 {
  margin-top: 51px !important;
}

@media (max-width: 767px) {
  .spmt51 {
    margin-top: 51px !important;
  }
}
.mt52 {
  margin-top: 52px !important;
}

@media (max-width: 767px) {
  .spmt52 {
    margin-top: 52px !important;
  }
}
.mt53 {
  margin-top: 53px !important;
}

@media (max-width: 767px) {
  .spmt53 {
    margin-top: 53px !important;
  }
}
.mt54 {
  margin-top: 54px !important;
}

@media (max-width: 767px) {
  .spmt54 {
    margin-top: 54px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}

@media (max-width: 767px) {
  .spmt55 {
    margin-top: 55px !important;
  }
}
.mt56 {
  margin-top: 56px !important;
}

@media (max-width: 767px) {
  .spmt56 {
    margin-top: 56px !important;
  }
}
.mt57 {
  margin-top: 57px !important;
}

@media (max-width: 767px) {
  .spmt57 {
    margin-top: 57px !important;
  }
}
.mt58 {
  margin-top: 58px !important;
}

@media (max-width: 767px) {
  .spmt58 {
    margin-top: 58px !important;
  }
}
.mt59 {
  margin-top: 59px !important;
}

@media (max-width: 767px) {
  .spmt59 {
    margin-top: 59px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}

@media (max-width: 767px) {
  .spmt60 {
    margin-top: 60px !important;
  }
}
.mt61 {
  margin-top: 61px !important;
}

@media (max-width: 767px) {
  .spmt61 {
    margin-top: 61px !important;
  }
}
.mt62 {
  margin-top: 62px !important;
}

@media (max-width: 767px) {
  .spmt62 {
    margin-top: 62px !important;
  }
}
.mt63 {
  margin-top: 63px !important;
}

@media (max-width: 767px) {
  .spmt63 {
    margin-top: 63px !important;
  }
}
.mt64 {
  margin-top: 64px !important;
}

@media (max-width: 767px) {
  .spmt64 {
    margin-top: 64px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}

@media (max-width: 767px) {
  .spmt65 {
    margin-top: 65px !important;
  }
}
.mt66 {
  margin-top: 66px !important;
}

@media (max-width: 767px) {
  .spmt66 {
    margin-top: 66px !important;
  }
}
.mt67 {
  margin-top: 67px !important;
}

@media (max-width: 767px) {
  .spmt67 {
    margin-top: 67px !important;
  }
}
.mt68 {
  margin-top: 68px !important;
}

@media (max-width: 767px) {
  .spmt68 {
    margin-top: 68px !important;
  }
}
.mt69 {
  margin-top: 69px !important;
}

@media (max-width: 767px) {
  .spmt69 {
    margin-top: 69px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}

@media (max-width: 767px) {
  .spmt70 {
    margin-top: 70px !important;
  }
}
.mt71 {
  margin-top: 71px !important;
}

@media (max-width: 767px) {
  .spmt71 {
    margin-top: 71px !important;
  }
}
.mt72 {
  margin-top: 72px !important;
}

@media (max-width: 767px) {
  .spmt72 {
    margin-top: 72px !important;
  }
}
.mt73 {
  margin-top: 73px !important;
}

@media (max-width: 767px) {
  .spmt73 {
    margin-top: 73px !important;
  }
}
.mt74 {
  margin-top: 74px !important;
}

@media (max-width: 767px) {
  .spmt74 {
    margin-top: 74px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}

@media (max-width: 767px) {
  .spmt75 {
    margin-top: 75px !important;
  }
}
.mt76 {
  margin-top: 76px !important;
}

@media (max-width: 767px) {
  .spmt76 {
    margin-top: 76px !important;
  }
}
.mt77 {
  margin-top: 77px !important;
}

@media (max-width: 767px) {
  .spmt77 {
    margin-top: 77px !important;
  }
}
.mt78 {
  margin-top: 78px !important;
}

@media (max-width: 767px) {
  .spmt78 {
    margin-top: 78px !important;
  }
}
.mt79 {
  margin-top: 79px !important;
}

@media (max-width: 767px) {
  .spmt79 {
    margin-top: 79px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}

@media (max-width: 767px) {
  .spmt80 {
    margin-top: 80px !important;
  }
}
.mt81 {
  margin-top: 81px !important;
}

@media (max-width: 767px) {
  .spmt81 {
    margin-top: 81px !important;
  }
}
.mt82 {
  margin-top: 82px !important;
}

@media (max-width: 767px) {
  .spmt82 {
    margin-top: 82px !important;
  }
}
.mt83 {
  margin-top: 83px !important;
}

@media (max-width: 767px) {
  .spmt83 {
    margin-top: 83px !important;
  }
}
.mt84 {
  margin-top: 84px !important;
}

@media (max-width: 767px) {
  .spmt84 {
    margin-top: 84px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}

@media (max-width: 767px) {
  .spmt85 {
    margin-top: 85px !important;
  }
}
.mt86 {
  margin-top: 86px !important;
}

@media (max-width: 767px) {
  .spmt86 {
    margin-top: 86px !important;
  }
}
.mt87 {
  margin-top: 87px !important;
}

@media (max-width: 767px) {
  .spmt87 {
    margin-top: 87px !important;
  }
}
.mt88 {
  margin-top: 88px !important;
}

@media (max-width: 767px) {
  .spmt88 {
    margin-top: 88px !important;
  }
}
.mt89 {
  margin-top: 89px !important;
}

@media (max-width: 767px) {
  .spmt89 {
    margin-top: 89px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}

@media (max-width: 767px) {
  .spmt90 {
    margin-top: 90px !important;
  }
}
.mt91 {
  margin-top: 91px !important;
}

@media (max-width: 767px) {
  .spmt91 {
    margin-top: 91px !important;
  }
}
.mt92 {
  margin-top: 92px !important;
}

@media (max-width: 767px) {
  .spmt92 {
    margin-top: 92px !important;
  }
}
.mt93 {
  margin-top: 93px !important;
}

@media (max-width: 767px) {
  .spmt93 {
    margin-top: 93px !important;
  }
}
.mt94 {
  margin-top: 94px !important;
}

@media (max-width: 767px) {
  .spmt94 {
    margin-top: 94px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}

@media (max-width: 767px) {
  .spmt95 {
    margin-top: 95px !important;
  }
}
.mt96 {
  margin-top: 96px !important;
}

@media (max-width: 767px) {
  .spmt96 {
    margin-top: 96px !important;
  }
}
.mt97 {
  margin-top: 97px !important;
}

@media (max-width: 767px) {
  .spmt97 {
    margin-top: 97px !important;
  }
}
.mt98 {
  margin-top: 98px !important;
}

@media (max-width: 767px) {
  .spmt98 {
    margin-top: 98px !important;
  }
}
.mt99 {
  margin-top: 99px !important;
}

@media (max-width: 767px) {
  .spmt99 {
    margin-top: 99px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .spmt100 {
    margin-top: 100px !important;
  }
}
.fs12 {
  font-size: 12px !important;
}

@media (max-width: 767px) {
  .spfs12 {
    font-size: 12px !important;
  }
}
.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .spfs13 {
    font-size: 13px !important;
  }
}
.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .spfs14 {
    font-size: 14px !important;
  }
}
.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .spfs15 {
    font-size: 15px !important;
  }
}
.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .spfs16 {
    font-size: 16px;
  }
}
.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .spfs17 {
    font-size: 17px !important;
  }
}
.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .spfs18 {
    font-size: 18px !important;
  }
}
.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .spfs19 {
    font-size: 19px !important;
  }
}
.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .spfs20 {
    font-size: 20px !important;
  }
}
.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .spfs21 {
    font-size: 21px !important;
  }
}
.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .spfs22 {
    font-size: 22px !important;
  }
}
.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .spfs23 {
    font-size: 23px !important;
  }
}
.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .spfs24 {
    font-size: 24px !important;
  }
}
.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .spfs25 {
    font-size: 25px !important;
  }
}
.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .spfs26 {
    font-size: 26px !important;
  }
}
.fs27 {
  font-size: 27px !important;
}

@media (max-width: 767px) {
  .spfs27 {
    font-size: 27px !important;
  }
}
.fs28 {
  font-size: 28px !important;
}

@media (max-width: 767px) {
  .spfs28 {
    font-size: 28px !important;
  }
}
.fs29 {
  font-size: 29px !important;
}

@media (max-width: 767px) {
  .spfs29 {
    font-size: 29px !important;
  }
}
.fs30 {
  font-size: 30px !important;
}

@media (max-width: 767px) {
  .spfs30 {
    font-size: 30px !important;
  }
}
.fs31 {
  font-size: 31px !important;
}

@media (max-width: 767px) {
  .spfs31 {
    font-size: 31px !important;
  }
}
.fs32 {
  font-size: 32px !important;
}

@media (max-width: 767px) {
  .spfs32 {
    font-size: 32px !important;
  }
}
.fs33 {
  font-size: 33px !important;
}

@media (max-width: 767px) {
  .spfs33 {
    font-size: 33px !important;
  }
}
.fs34 {
  font-size: 34px !important;
}

@media (max-width: 767px) {
  .spfs34 {
    font-size: 34px !important;
  }
}
.fs35 {
  font-size: 35px !important;
}

@media (max-width: 767px) {
  .spfs35 {
    font-size: 35px !important;
  }
}
.fs36 {
  font-size: 36px !important;
}

@media (max-width: 767px) {
  .spfs36 {
    font-size: 36px !important;
  }
}
.fs37 {
  font-size: 37px !important;
}

@media (max-width: 767px) {
  .spfs37 {
    font-size: 37px !important;
  }
}
.fs38 {
  font-size: 38px !important;
}

@media (max-width: 767px) {
  .spfs38 {
    font-size: 38px !important;
  }
}
.fs39 {
  font-size: 39px !important;
}

@media (max-width: 767px) {
  .spfs39 {
    font-size: 39px !important;
  }
}
.fs40 {
  font-size: 40px !important;
}

@media (max-width: 767px) {
  .spfs40 {
    font-size: 40px !important;
  }
}
.fs41 {
  font-size: 41px !important;
}

@media (max-width: 767px) {
  .spfs41 {
    font-size: 41px !important;
  }
}
.fs42 {
  font-size: 42px !important;
}

@media (max-width: 767px) {
  .spfs42 {
    font-size: 42px !important;
  }
}
.fs43 {
  font-size: 43px !important;
}

@media (max-width: 767px) {
  .spfs43 {
    font-size: 43px !important;
  }
}
.fs44 {
  font-size: 44px !important;
}

@media (max-width: 767px) {
  .spfs44 {
    font-size: 44px !important;
  }
}
.fs45 {
  font-size: 45px !important;
}

@media (max-width: 767px) {
  .spfs45 {
    font-size: 45px !important;
  }
}
.fs46 {
  font-size: 46px !important;
}

@media (max-width: 767px) {
  .spfs46 {
    font-size: 46px !important;
  }
}
.fs47 {
  font-size: 47px !important;
}

@media (max-width: 767px) {
  .spfs47 {
    font-size: 47px !important;
  }
}
.fs48 {
  font-size: 48px !important;
}

@media (max-width: 767px) {
  .spfs48 {
    font-size: 48px !important;
  }
}
.fs49 {
  font-size: 49px !important;
}

@media (max-width: 767px) {
  .spfs49 {
    font-size: 49px !important;
  }
}
.fs50 {
  font-size: 50px !important;
}

@media (max-width: 767px) {
  .spfs50 {
    font-size: 50px !important;
  }
}
.fs51 {
  font-size: 51px !important;
}

@media (max-width: 767px) {
  .spfs51 {
    font-size: 51px !important;
  }
}
.fs52 {
  font-size: 52px !important;
}

@media (max-width: 767px) {
  .spfs52 {
    font-size: 52px !important;
  }
}
.fs53 {
  font-size: 53px !important;
}

@media (max-width: 767px) {
  .spfs53 {
    font-size: 53px !important;
  }
}
.fs54 {
  font-size: 54px !important;
}

@media (max-width: 767px) {
  .spfs54 {
    font-size: 54px !important;
  }
}
.fs55 {
  font-size: 55px !important;
}

@media (max-width: 767px) {
  .spfs55 {
    font-size: 55px !important;
  }
}
.fs56 {
  font-size: 56px !important;
}

@media (max-width: 767px) {
  .spfs56 {
    font-size: 56px !important;
  }
}
.fs57 {
  font-size: 57px !important;
}

@media (max-width: 767px) {
  .spfs57 {
    font-size: 57px !important;
  }
}
.fs58 {
  font-size: 58px !important;
}

@media (max-width: 767px) {
  .spfs58 {
    font-size: 58px !important;
  }
}
.fs59 {
  font-size: 59px !important;
}

@media (max-width: 767px) {
  .spfs59 {
    font-size: 59px !important;
  }
}
.fs60 {
  font-size: 60px !important;
}

@media (max-width: 767px) {
  .spfs60 {
    font-size: 60px !important;
  }
}
.fs61 {
  font-size: 61px !important;
}

@media (max-width: 767px) {
  .spfs61 {
    font-size: 61px !important;
  }
}
.fs62 {
  font-size: 62px !important;
}

@media (max-width: 767px) {
  .spfs62 {
    font-size: 62px !important;
  }
}
.fs63 {
  font-size: 63px !important;
}

@media (max-width: 767px) {
  .spfs63 {
    font-size: 63px !important;
  }
}
.fs64 {
  font-size: 64px !important;
}

@media (max-width: 767px) {
  .spfs64 {
    font-size: 64px !important;
  }
}
.fs65 {
  font-size: 65px !important;
}

@media (max-width: 767px) {
  .spfs65 {
    font-size: 65px !important;
  }
}
.fs66 {
  font-size: 66px !important;
}

@media (max-width: 767px) {
  .spfs66 {
    font-size: 66px !important;
  }
}
.fs67 {
  font-size: 67px !important;
}

@media (max-width: 767px) {
  .spfs67 {
    font-size: 67px !important;
  }
}
.fs68 {
  font-size: 68px !important;
}

@media (max-width: 767px) {
  .spfs68 {
    font-size: 68px !important;
  }
}
.fs69 {
  font-size: 69px !important;
}

@media (max-width: 767px) {
  .spfs69 {
    font-size: 69px !important;
  }
}
.fs70 {
  font-size: 70px !important;
}

@media (max-width: 767px) {
  .spfs70 {
    font-size: 70px !important;
  }
}
.fw-b {
  font-weight: bold;
}

.ff-yg {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}

.ff-op {
  font-family: "OverPass", sans-serif;
}

.ff-ns {
  font-family: "Noto Sans" sans-serif;
}

@media (max-width: 767px) {
  .sp_scroll_wrap {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }

  .sp_scroll_wrap .sp_scroll {
    width: 965px;
  }
}
.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#TopicPath ul {
  padding: 20px 0;
}

@media (max-width: 994px) {
  #TopicPath ul {
    padding: 20px 15px !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 965px;
    max-width: 98%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.modaal_popup {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modaal_popup .modaal_content_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modaal_popup .modaal_content {
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  position: relative;
}
.modaal_popup .modaal_content video {
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.modaal-close {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

lite-youtube {
  max-width: 100% !important;
}

/*main*/
.main_visual {
  max-width: 100%;
  background: url(/image/jp/products/healthcare/products-support/rt/images/main_image.jpg) no-repeat center center/cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main_visual {
    background: none;
  }
}
@media (max-width: 767px) {
  .main_visual .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .main_visual_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main_visual_txt .main_copy {
  width: 66%;
  position: relative;
  padding: 6%;
}

@media (max-width: 767px) {
  .main_visual_txt .main_copy {
    width: auto;
    background: url(/image/jp/products/healthcare/products-support/rt/images/sp_main_image.jpg) no-repeat bottom center/cover;
    padding: 6% 20px 10%;
  }
}
.main_visual_txt .main_copy:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .main_visual_txt .main_copy:after {
    -webkit-animation: fadeInLeft 1.2s ease 1;
    animation: fadeInLeft 1.2s ease 1;
  }
}
@media (max-width: 767px) {
  .main_visual_txt .main_copy:after {
    content: none;
  }
}
.main_visual_txt .main_copy .copy_txt {
  position: relative;
  z-index: 9;
}

.main_visual_txt .main_copy .copy_txt h3 {
  font-size: 34px;
  color: #212121;
  letter-spacing: 0;
  font-weight: bold;
  text-align: left;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .main_visual_txt .main_copy .copy_txt h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.main_visual_txt .main_copy .copy_txt p {
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 767px) {
  .main_visual_txt .main_copy .copy_txt p {
    font-size: 12px;
  }
}
.main_visual_txt .main_nav {
  width: 34%;
  position: relative;
}

@media (max-width: 767px) {
  .main_visual_txt .main_nav {
    width: 100%;
  }
}
.main_visual_txt .main_nav:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/image/jp/products/healthcare/products-support/rt/images/main_nav_bg.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .main_visual_txt .main_nav:after {
    -webkit-animation: fadeInTop 1.2s ease 1;
    animation: fadeInTop 1.2s ease 1;
  }
}
@media (max-width: 767px) {
  .main_visual_txt .main_nav:after {
    background: url(/image/jp/products/healthcare/products-support/rt/images/sp_main_nav_bg.png) no-repeat center center/cover;
  }
}
.main_visual_txt .main_nav .content_txt {
  position: relative;
  top: 40%;
  z-index: 9;
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .main_visual_txt .main_nav .content_txt {
    padding: 20px;
  }
}
.main_visual_txt .main_nav .content_txt p {
  font-size: 14px;
  font-weight: bold;
  color: #F6380B;
  font-family: "Overpass", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .main_visual_txt .main_nav .content_txt p {
    font-size: 12px;
  }
}
.main_visual_txt .main_nav .content_txt ul {
  list-style: none;
  padding-left: 0;
}

.main_visual_txt .main_nav .content_txt ul li {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .main_visual_txt .main_nav .content_txt ul li {
    margin-bottom: 5px;
  }
}
.main_visual_txt .main_nav .content_txt ul li a {
  font-size: 14px;
  color: #F6380B;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 0 0 2px 20px;
}

@media (max-width: 767px) {
  .main_visual_txt .main_nav .content_txt ul li a {
    font-size: 12px;
  }
}
.main_visual_txt .main_nav .content_txt ul li a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #F6380B;
  border-bottom: 1px solid #F6380B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main_visual_txt .main_nav .content_txt ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6380B;
}

.main_visual_txt .main_nav .content_txt ul li:nth-child(2) a:after {
  width: 120%;
}

.fadeIn {
  -webkit-animation: fadeIn 1.8s ease 1;
  animation: fadeIn 1.8s ease 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn_more a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #444;
  padding: 10px 10px 10px 25px;
  width: 155px;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

@media (max-width: 767px) {
  .btn_more a {
    font-size: 12px;
    width: 125px;
    padding: 8px 10px 8px 25px;
  }
}
.btn_more a:hover {
  opacity: 0.7;
}

.btn_more a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 15px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(/image/jp/products/healthcare/products-support/rt/images/arrow01.png) no-repeat center center/cover;
}

figure {
  margin: 0;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  background: none !important;
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    margin: 0 0 20px !important;
    padding-bottom: 10px;
  }
}
h2:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 126px;
  height: 3px;
}

@media (max-width: 767px) {
  h2:before {
    width: 83px;
    height: 2px;
    background: url(/image/jp/products/healthcare/products-support/rt/images/sp_h2_border.png) no-repeat center center/cover;
  }
}
h2:after {
  content: none;
}

.top_product {
  background: url(/image/jp/products/healthcare/products-support/rt/images/top_bg001.jpg) no-repeat center center/cover;
  padding: 65px 0;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .top_product {
    padding: 50px 0;
    margin: 20px 0;
  }
}
.top_product h2 {
  color: #fff;
}

.top_product .item {
  position: relative;
}

.top_product .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  width: 1px;
  height: 100%;
  background: #909090;
}

@media (max-width: 900px) {
  .top_product .item:before {
    left: -5%;
  }
}
@media (max-width: 767px) {
  .top_product .item:before {
    content: none;
  }
}
.top_product .item:first-child {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .top_product .item:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #909090;
  }
}
.top_product .item figure {
  text-align: left;
}

.top_product .item p:not(.btn_more) {
  color: #fff;
  font-weight: bold;
  margin: 30px 0 20px;
}

@media (min-width: 768px) {
  .top_product .item p:not(.btn_more) {
    line-height: 2.4;
  }
}
@media (max-width: 767px) {
  .top_product .item p:not(.btn_more) {
    margin: 20px 0 30px;
  }
}
.top_portal {
  background: #F0F0F0;
  padding: 70px 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top_portal {
    padding: 35px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top_portal h2 {
    margin: 0 0 30px !important;
  }
}
.top_portal .block_bnr {
  position: relative;
}

.top_portal .btn_more {
  position: absolute;
  top: 20px;
  right: 20px;
}

.top_portal .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  background: #444;
  padding: 3.5% 10px;
  width: 100%;
}

.top_portal .list_item li {
  width: 15%;
  min-width: 150px;
  color: #fff;
  position: relative;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
}

.top_portal .list_item li:last-child {
  min-width: 220px;
}

.top_portal .list_item li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 1px;
  height: 80%;
  background: #a2a2a2;
}

@media (max-width: 767px) {
  .top_portal .block_bnr {
    background: #fff;
  }

  .top_portal .btn_more {
    position: relative;
    top: auto;
    right: auto;
  }

  .top_portal .btn_more a {
    margin: -5px auto 20px;
  }

  .top_portal .list_item {
    padding: 1.5% 10px;
    position: relative;
  }

  .top_portal .list_item li {
    font-size: 12px;
    min-width: 106px;
    padding: 10px;
  }

  .top_portal .list_item li:last-child {
    min-width: 160px;
  }

  .top_portal .list_item li:not(:last-child):after {
    height: 50%;
  }
}
.top_news {
  padding: 50px 0 70px;
}

@media (max-width: 767px) {
  .top_news {
    padding: 25px 0 60px;
  }
}
.top_news .tit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_news dl dt, .top_news dl dd {
  padding: 20px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .top_news dl dt, .top_news dl dd {
    font-size: 12px;
  }
}
.top_news dl dt a, .top_news dl dd a {
  text-decoration: none;
  color: #212121;
}

.top_news dl dt a:hover, .top_news dl dd a:hover {
  text-decoration: underline;
}

.top_news dl dt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_news dl dt {
    line-height: 2.2;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 0;
  }
}
.top_news dl dt .cat {
  border: 1px solid #F6380B;
  color: #E05A2A;
  margin: 0 20px;
  padding: 5px 20px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}

.top_news dl dt .cat.cat02 {
  border: 1px solid #DF823E;
  color: #DF823E;
}

@media (min-width: 768px) {
  .top_news dl dt {
    float: left;
    clear: left;
  }
}
@media (min-width: 768px) {
  .top_news dl dt.adjust {
    line-height: 3.25;
  }

  .top_news dl dt.adjust img {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media (min-width: 768px) {
  .top_news dl dd {
    padding-left: 300px;
    border-top: 1px solid #e4e4e4;
    line-height: 2;
  }
}
.top_news dl dd:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}


/*exhibition 2022
.tit_main {
  background: #212121 !important;
  padding: 20px 0;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .tit_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tit_main:before {
  content: none;
}

.tit_main span {
  padding: 0;
}

.tit_main .box_flex {
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .tit_main .box_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tit_main .box_flex a {
  background: none;
  padding: 0;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .tit_main .box_flex a {
    margin-right: 0;
  }
}
.tit_main .box_flex a:hover {
  opacity: 0.8;
}

.tit_main .sub {
  font-size: 18px;
  color: #fff;
  background: none !important;
  display: block;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .tit_main .sub {
    font-size: 16px;
    margin-right: 0;
  }
}
.tit_main .sp_block {
  font-size: 44px;
  background: none;
  color: #fff;
}

@media (max-width: 767px) {
  .tit_main .sp_block {
    font-size: 34px;
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}
.main_exhibition {
  background: url(/image/jp/products/healthcare/products-support/rt/exhibition/images/exhibition_img.jpg) no-repeat center center/cover;
}

.main_exhibition .main_cont {
  max-width: 830px;
  width: 98%;
  margin: 0 auto;
  padding: 90px 0 50px;
}

@media (max-width: 800px) {
  .main_exhibition .main_cont {
    padding: 90px 20px 50px;
  }
}
@media (max-width: 767px) {
  .main_exhibition .main_cont {
    padding: 50px 20px 30px;
  }
}
.main_exhibition .main_cont figure {
  text-align: center;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont figure {
    padding: 0 8%;
  }
}
.main_exhibition .main_cont h3 {
  color: #212121;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont h3 {
    margin: 30px 0;
    font-size: 24px;
  }
}
.main_exhibition .main_cont p {
  font-size: 16px;
  line-height: 2.2;
  font-weight: bold;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont p {
    font-size: 14px;
  }
}
.main_exhibition .main_cont .list_detail {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont .list_detail {
    margin-top: 30px;
  }
}
.main_exhibition .main_cont .list_detail li {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_exhibition .main_cont .list_detail li:first-child {
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont .list_detail li {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
  }

  .main_exhibition .main_cont .list_detail li:first-child {
    margin-bottom: 5px;
  }
}
.main_exhibition .main_cont .list_detail li .item {
  display: inline-block;
  color: #fff;
  background: #E05A2A;
  padding: 15px 8px;
  font-size: 24px;
  min-width: 65px;
  text-align: center;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont .list_detail li .item {
    font-size: 16px;
    min-width: auto;
    max-width: 38px;
    padding: 6px 11px;
    margin-right: 8px;
  }
}
.main_exhibition .main_cont .list_detail li .day .num {
  font-size: 36px;
  font-family: "Overpass", sans-serif;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont .list_detail li .day .num {
    font-size: 21px;
  }
}
.main_exhibition .main_cont .list_detail li .day .time {
  font-size: 20px;
  display: block;
  font-family: "Overpass", sans-serif;
}

@media (max-width: 767px) {
  .main_exhibition .main_cont .list_detail li .day .time {
    font-size: 14px;
  }
}
.exhibition_seminar {
  background: #212121;
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .exhibition_seminar {
    padding: 40px 0 30px;
  }
}
.exhibition_seminar h2 {
  color: #fff;
}

.exhibition_seminar h3 {
  color: #fff;
  font-size: clamp(30px, 3.8vw, 36px);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .exhibition_seminar h3 {
    font-size: 30px;
  }
}
.exhibition_seminar .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .exhibition_seminar .prof {
    gap: 14px;
  }
}
.exhibition_seminar .prof .prof_person {
  width: 200px;
  background: #707070;
}

@media (max-width: 767px) {
  .exhibition_seminar .prof .prof_person {
    max-width: 161px;
  }
}
.exhibition_seminar .prof .prof_person .txt {
  font-weight: bold;
  background: #707070;
  padding: 10px;
}

.exhibition_seminar .prof .prof_person .txt .txt-orange {
  color: #DF823E;
}

@media (max-width: 900px) and (min-width: 768px) {
  .exhibition_seminar .prof .prof_person .txt .txt-orange {
    display: block;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .exhibition_seminar .prof .prof_person .txt {
    padding: 7px;
  }

  .exhibition_seminar .prof .prof_person .txt .txt-orange {
    line-height: 1.8;
  }
}
.exhibition_seminar table tr th, .exhibition_seminar table tr td {
  font-size: 16px;
}

@media (max-width: 767px) {
  .exhibition_seminar table tr th, .exhibition_seminar table tr td {
    font-size: 14px;
  }
}
.exhibition_seminar table tr th {
  color: #DF823E;
  background: none;
  border: 0;
  padding: 10px 0 0;
  min-width: 45px;
  text-align: left;
}

.exhibition_seminar table tr td {
  color: #fff;
  background: none;
  border: 0;
  padding: 10px 0 0 10px;
}

.exhibition_seminar p {
  color: #fff;
}

.exhibition_seminar p .color_orange {
  display: block;
  color: #DF823E;
  margin-bottom: 8px;
}

.exhibition_seminar p a {
  display: block;
  color: #fff;
  margin: 8px 0;
}

.exhibition_booth {
  background: #f0f0f0;
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .exhibition_booth {
    padding: 40px 0 60px;
  }
}
.exhibition_booth .container {
  width: 1000px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .exhibition_booth .container .col:first-child {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .exhibition_booth .container .col:last-child {
    width: 60%;
  }
}
.exhibition_booth h3 {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
}

@media (max-width: 767px) {
  .exhibition_booth h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .exhibition_booth .ul_circle {
    margin-bottom: 40px;
  }
}
.exhibition_booth .ul_circle li {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .exhibition_booth .ul_circle li {
    font-size: 14px;
  }
}
.exhibition_booth .ul_circle li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DF823E;
}

.exhibition_booth .ul_circle li:not(:last-child) {
  margin-bottom: 10px;
} */




/*news*/
.tit_news {
  background: url(/image/jp/products/healthcare/products-support/rt/news/images/news_img.jpg) no-repeat center center/cover;
}

.tit_news h2 {
  color: #fff;
  font-size: 44px;
  padding: 70px 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tit_news h2 {
    font-size: 30px;
  }
}
.tit_news h2:before {
  content: none;
}

.tit_news h2 span {
  color: #DF823E;
  background: none;
  font-family: "Overpass";
  font-size: 16px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .tit_news h2 span {
    font-size: 14px;
  }
}
/*raystation*/
.tit_raystation {
  padding: 140px 20px;
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/raystation_img.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tit_raystation {
    padding: 70px 20px;
  }
}
.tit_raystation picture {
  display: block;
  text-align: center;
}

.raystation_about {
  padding: 120px 0 100px;
  margin: 25px 0;
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/raystation_bg001.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .raystation_about {
    padding: 60px 0 420px;
    margin: 20px 0;
    background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/sp_raystation_bg001.jpg) no-repeat center bottom/cover;
  }
}
.raystation_about h2:before {
  content: none;
}

.raystation_about h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.9;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .raystation_about h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.raystation_about p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 3;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .raystation_about p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.raystation_about .list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.raystation_about .list_btn li a {
  display: block;
  color: #fff;
  background: #000;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 15px 40px 15px 60px;
  border-radius: 100vh;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.raystation_about .list_btn li a:hover {
  opacity: 0.7;
}

.raystation_about .list_btn li.btn_tri a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 15%;
  margin: auto;
  width: 15px;
  height: 19px;
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/tri.png) no-repeat center center/cover;
}

.raystation_about .list_btn li.btn_arrow a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 12%;
  margin: auto;
  width: 17px;
  height: 16px;
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/arrow04.png) no-repeat center center/cover;
}

.raystation_automation .d-flex, .raystation_optimization .d-flex, .raystation_therapy .d-flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 0 !important;
}

@media (max-width: 767px) {
  .raystation_automation .d-flex, .raystation_optimization .d-flex, .raystation_therapy .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .raystation_automation .container, .raystation_optimization .container, .raystation_therapy .container {
    padding: 20px !important;
  }

  .raystation_automation .container .col:not(:last-child), .raystation_optimization .container .col:not(:last-child), .raystation_therapy .container .col:not(:last-child) {
    margin-bottom: 12%;
  }
}
.raystation_automation .num, .raystation_optimization .num, .raystation_therapy .num {
  display: block;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .raystation_automation .num, .raystation_optimization .num, .raystation_therapy .num {
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  .raystation_automation .num, .raystation_optimization .num, .raystation_therapy .num {
    width: 50%;
  }

  .raystation_automation .num img, .raystation_optimization .num img, .raystation_therapy .num img {
    width: 100%;
  }
}
.raystation_automation .txt .tit_btn, .raystation_optimization .txt .tit_btn, .raystation_therapy .txt .tit_btn {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .raystation_automation .txt .tit_btn, .raystation_optimization .txt .tit_btn, .raystation_therapy .txt .tit_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .raystation_automation .txt .tit_btn, .raystation_optimization .txt .tit_btn, .raystation_therapy .txt .tit_btn {
    margin-bottom: 20px;
  }
}
.raystation_automation .txt .tit_btn h2, .raystation_optimization .txt .tit_btn h2, .raystation_therapy .txt .tit_btn h2 {
  color: #fff;
  font-size: clamp(26px, 4vw, 44px);
  margin: 0 40px 0 0;
  padding-bottom: 0;
  line-height: 1.2;
}

.raystation_automation .txt .tit_btn h2 span, .raystation_optimization .txt .tit_btn h2 span, .raystation_therapy .txt .tit_btn h2 span {
  background: none;
  font-size: 24px;
  padding: 0;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .raystation_automation .txt .tit_btn h2 span, .raystation_optimization .txt .tit_btn h2 span, .raystation_therapy .txt .tit_btn h2 span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.raystation_automation .txt .tit_btn h2:before, .raystation_optimization .txt .tit_btn h2:before, .raystation_therapy .txt .tit_btn h2:before {
  content: none;
}

.raystation_automation .txt .btn_more a, .raystation_optimization .txt .btn_more a, .raystation_therapy .txt .btn_more a {
  background: none;
  border: 1px solid #fff;
}

.raystation_automation .txt p:not(.btn_more), .raystation_optimization .txt p:not(.btn_more), .raystation_therapy .txt p:not(.btn_more) {
  color: #fff;
  font-size: 16px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .raystation_automation .txt p:not(.btn_more), .raystation_optimization .txt p:not(.btn_more), .raystation_therapy .txt p:not(.btn_more) {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.raystation_automation .cont, .raystation_optimization .cont, .raystation_therapy .cont {
  padding: 60px 0 80px;
}

@media (max-width: 767px) {
  .raystation_automation .cont, .raystation_optimization .cont, .raystation_therapy .cont {
    padding: 30px 0 40px;
  }
}
.raystation_automation h3, .raystation_optimization h3, .raystation_therapy h3 {
  color: #212121;
  font-family: "Overpass", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .raystation_automation h3, .raystation_optimization h3, .raystation_therapy h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.raystation_automation h4, .raystation_optimization h4, .raystation_therapy h4 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .raystation_automation h4, .raystation_optimization h4, .raystation_therapy h4 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.raystation_automation .list_circle.list_col2, .raystation_optimization .list_circle.list_col2, .raystation_therapy .list_circle.list_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
}

.raystation_automation .list_circle.list_col2 li, .raystation_optimization .list_circle.list_col2 li, .raystation_therapy .list_circle.list_col2 li {
  width: 49%;
}

.raystation_automation .list_circle li, .raystation_optimization .list_circle li, .raystation_therapy .list_circle li {
  font-family: "OverPass", sans-serif;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .raystation_automation .list_circle li, .raystation_optimization .list_circle li, .raystation_therapy .list_circle li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.raystation_automation .list_circle li:before, .raystation_optimization .list_circle li:before, .raystation_therapy .list_circle li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

.raystation_automation .tit {
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/raystation_bg002.jpg) no-repeat center center/cover;
}

.raystation_automation h2 span {
  color: #DF823E;
}

.raystation_automation .btn_more a:before {
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/arrow_orange.png) no-repeat center center/cover;
}

.raystation_automation h3 {
  color: #DF823E;
}

.raystation_optimization .tit {
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/raystation_bg003.jpg) no-repeat center center/cover;
}

.raystation_optimization h2 span {
  color: #5DABD8;
}

.raystation_optimization .btn_more a:before {
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/arrow_blue.png) no-repeat center center/cover;
}

.raystation_optimization h3 {
  color: #5DABD8;
}

.raystation_therapy .tit {
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/raystation_bg004.jpg) no-repeat center center/cover;
}

.raystation_therapy h2 span {
  color: #2DCE7D;
}

.raystation_therapy .btn_more a:before {
  background: url(/image/jp/products/healthcare/products-support/rt/raystation/images/arrow_green.png) no-repeat center center/cover;
}

.raystation_therapy h3 {
  color: #2DCE7D;
}

/*contact_common*/
.sec_common_contact {
  background: #f0f0f0;
  padding: 75px 0;
}

@media ( min-width : 768px ) {
  .sec_common_contact h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sec_common_contact {
    padding: 40px 0;
  }
  .sec_common_contact .table_border {
    margin-top: 60px;
  }
}
.sec_common_contact .btn_info {
  margin-bottom: 20px;
}

.sec_common_contact .btn_info a {
  display: block;
  text-decoration: none;
  font-size: clamp(16px, 2.6vw, 24px);
  font-weight: bold;
  color: #212121;
  border: 2px solid #212121;
  background: #fff;
  padding: 20px;
  width: 420px;
  max-width: 100%;
  border-radius: 100vh;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.sec_common_contact .btn_info a:hover {
  opacity: 0.7;
}

.sec_common_contact .btn_info a.mail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 8%;
  margin: auto;
  width: 30px;
  height: 24px;
  background: url(/image/jp/products/healthcare/products-support/rt/images/common/footer_mail.png) no-repeat center center/cover;
}

.sec_common_contact .btn_info a.tel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 8%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(/image/jp/products/healthcare/products-support/rt/images/common/footer_tel.png) no-repeat center center/cover;
}

.sec_common_contact .table_border {
  width: 100%;
}

.sec_common_contact .table_border th, .sec_common_contact .table_border td {
  background: none;
  border: 0;
  font-size: 14px;
  border-top: 1px solid #898989;
  padding: 15px 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .sec_common_contact .table_border th, .sec_common_contact .table_border td {
    font-size: 12px;
  }
}
.sec_common_contact .table_border th:last-of-type, .sec_common_contact .table_border td:last-of-type {
  border-bottom: 1px solid #898989;
}

.sec_common_contact .table_border th {
  font-weight: bold;
  width: 35%;
  min-width: 130px;
}

.sec_common_contact .table_border td {
  padding-left: 10px;
}

/*automation*/
.page_tit .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 0;
}

@media (max-width: 1040px) {
  .page_tit .container {
    padding: 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .page_tit .container {
    padding: 80px 20px;
  }
}
.page_tit .container .num {
  display: block;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .page_tit .container .num {
    margin-right: 15px;
    max-width: 30% !important;
  }
}
.page_tit .container h2 {
  color: #fff;
  font-size: 44px;
  margin: 0 0 30px;
  padding-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .page_tit .container h2 {
    margin: 0 !important;
    font-size: 26px;
  }
}
.page_tit .container h2 span {
  background: none;
  font-size: 24px;
  padding: 0;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .page_tit .container h2 span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page_tit .container h2:before {
  content: none;
}

.page_tit.tit_automation {
  background: url(/image/jp/products/healthcare/products-support/rt/automation/images/automation_img.jpg) no-repeat center center/cover;
}

.page_tit.tit_automation h2 span {
  color: #DF823E;
}

.page_tit.tit_optimization {
  background: url(/image/jp/products/healthcare/products-support/rt/optimization/images/optimization_img.jpg) no-repeat center center/cover;
}

.page_tit.tit_optimization h2 span {
  color: #5DABD8;
}

.page_tit.tit_adaptive_raystation_therapy {
  background: url(/image/jp/products/healthcare/products-support/rt/adaptive_raystation_therapy/images/adaptive_raystation_therapy_img.jpg) no-repeat top 1px center/cover;
}

.page_tit.tit_adaptive_raystation_therapy h2 span {
  color: #2DCE7D;
}

.sec_automation, .sec_optimization, .sec_adaptive_raystation_therapy {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .sec_automation, .sec_optimization, .sec_adaptive_raystation_therapy {
    padding-bottom: 10px;
  }
}
.sec_automation .tit_sec, .sec_optimization .tit_sec, .sec_adaptive_raystation_therapy .tit_sec {
  background: #212121;
  padding: 80px 0;
  margin-bottom: 90px;
  position: relative;
}

.sec_automation .tit_sec:after, .sec_optimization .tit_sec:after, .sec_adaptive_raystation_therapy .tit_sec:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

@media (max-width: 767px) {
  .sec_automation .tit_sec, .sec_optimization .tit_sec, .sec_adaptive_raystation_therapy .tit_sec {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.sec_automation .tit_sec span, .sec_optimization .tit_sec span, .sec_adaptive_raystation_therapy .tit_sec span {
  display: block;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.8;
  background: none;
}

@media (max-width: 767px) {
  .sec_automation .tit_sec span, .sec_optimization .tit_sec span, .sec_adaptive_raystation_therapy .tit_sec span {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sec_automation .tit_sec .container, .sec_optimization .tit_sec .container, .sec_adaptive_raystation_therapy .tit_sec .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3%;
  }
}
.sec_automation .tit_sec h3, .sec_optimization .tit_sec h3, .sec_adaptive_raystation_therapy .tit_sec h3 {
  font-size: clamp(36px, 5vw, 52px);
  font-family: "OverPass", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .sec_automation .tit_sec h3, .sec_optimization .tit_sec h3, .sec_adaptive_raystation_therapy .tit_sec h3 {
    width: 39%;
  }
}
@media (max-width: 767px) {
  .sec_automation .tit_sec h3, .sec_optimization .tit_sec h3, .sec_adaptive_raystation_therapy .tit_sec h3 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .sec_automation .tit_sec h3.width_custom, .sec_optimization .tit_sec h3.width_custom, .sec_adaptive_raystation_therapy .tit_sec h3.width_custom {
    width: 45%;
  }
}
.sec_automation .tit_sec .complement, .sec_optimization .tit_sec .complement, .sec_adaptive_raystation_therapy .tit_sec .complement {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 768px) {
  .sec_automation .tit_sec .complement, .sec_optimization .tit_sec .complement, .sec_adaptive_raystation_therapy .tit_sec .complement {
    width: 58%;
    line-height: 2.8;
  }
}
@media (max-width: 767px) {
  .sec_automation .tit_sec .complement, .sec_optimization .tit_sec .complement, .sec_adaptive_raystation_therapy .tit_sec .complement {
    font-size: 14px;
  }
}
.sec_automation .row, .sec_optimization .row, .sec_adaptive_raystation_therapy .row {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .sec_automation .row, .sec_optimization .row, .sec_adaptive_raystation_therapy .row {
    margin-bottom: 40px;
  }
}
.sec_automation h4, .sec_optimization h4, .sec_adaptive_raystation_therapy h4 {
  font-family: "OverPass", sans-serif;
  font-weight: 500;
  font-size: 36px;
  border-bottom: 1px solid #212121;
  position: relative;
  padding: 10px 0 10px 20px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec_automation h4, .sec_optimization h4, .sec_adaptive_raystation_therapy h4 {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 10px 0 10px 15px;
  }
}
.sec_automation h4:before, .sec_optimization h4:before, .sec_adaptive_raystation_therapy h4:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
  width: 8px;
  height: 48px;
}

@media (max-width: 767px) {
  .sec_automation h4:before, .sec_optimization h4:before, .sec_adaptive_raystation_therapy h4:before {
    bottom: 10px;
    width: 6px;
    height: 30px;
  }
}
.sec_automation p, .sec_optimization p, .sec_adaptive_raystation_therapy p {
  font-size: 15px;
}

@media (min-width: 768px) {
  .sec_automation p, .sec_optimization p, .sec_adaptive_raystation_therapy p {
    line-height: 3.05;
  }
}
@media (max-width: 767px) {
  .sec_automation p, .sec_optimization p, .sec_adaptive_raystation_therapy p {
    font-size: 14px;
  }
}
.sec_automation p.mb, .sec_optimization p.mb, .sec_adaptive_raystation_therapy p.mb {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec_automation p.mb, .sec_optimization p.mb, .sec_adaptive_raystation_therapy p.mb {
    margin-bottom: 25px;
  }
}
.sec_automation figcaption, .sec_optimization figcaption, .sec_adaptive_raystation_therapy figcaption {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .sec_automation figcaption, .sec_optimization figcaption, .sec_adaptive_raystation_therapy figcaption {
    font-size: 13px;
  }
}
.sec_automation .tit_sec:after {
  background: url(/image/jp/products/healthcare/products-support/rt/automation/images/automation_border.jpg) no-repeat center center/cover;
}

.sec_automation .tit_sec h3 {
  color: #DF823E;
}

.sec_automation h4:before {
  background: #DF823E;
}

.sec_optimization .tit_sec:after {
  background: url(/image/jp/products/healthcare/products-support/rt/optimization/images/optimization_border.jpg) no-repeat center center/cover;
}

.sec_optimization .tit_sec h3 {
  color: #5DABD8;
}

.sec_optimization h4:before {
  background: #5DABD8;
}

.sec_optimization h5 {
  color: #5DABD8;
  font-size: 24px;
  font-weight: bold;
  font-family: "OverPass", sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sec_optimization h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sec_optimization p.line_h1 {
  line-height: 1.6;
}

.sec_optimization .txt_blue {
  color: #5DABD8;
}

.sec_hyspeed {
  font-weight: bold;
}

.sec_hyspeed .container .row {
  -webkit-column-gap: 2%;
  column-gap: 2%;
}

@media (min-width: 768px) {
  .sec_hyspeed .container .row .span_3 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .sec_hyspeed .container .row .span_2 {
    width: 16%;
    padding-left: 1%;
  }
}
@media (min-width: 768px) {
  .sec_hyspeed .container .row .span_5 {
    width: 38%;
    padding: 0 4%;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
.sec_hyspeed h5 {
  color: #0094D7;
  line-height: 1;
  margin-bottom: 10px;
}

.sec_hyspeed p:not(.complement) {
  line-height: 1.2;
}

.sec_hyspeed .list_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 20px;
}

.sec_hyspeed .list_time li {
  font-weight: bold;
  width: 48%;
  line-height: 1;
  margin-bottom: 15px;
}

.sec_hyspeed .num {
  line-height: 1 !important;
}

.sec_hyspeed .block {
  display: block;
  margin-bottom: 5px;
}

.sec_hyspeed .txt_blue {
  color: #0094D7;
}

.sec_hyspeed .txt_gray {
  font-weight: normal;
}

.sec_adaptive_raystation_therapy .tit_sec:after {
  background: url(/image/jp/products/healthcare/products-support/rt/adaptive_raystation_therapy/images/adaptive_raystation_therapy_border.jpg) no-repeat center center/cover;
}

.sec_adaptive_raystation_therapy .tit_sec h3 {
  color: #2DCE7D;
}

.sec_adaptive_raystation_therapy h4:before {
  background: #2DCE7D;
}

@media (min-width: 768px) {
  .sec_robust_optimization .mb_custom {
    margin-bottom: 100px;
  }
}
.img_formula {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .img_formula {
    margin: 30px;
  }
}

/*oxray*/
.sec_oxray {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .sec_oxray {
    padding: 40px 0;
  }
}

.sec_oxray:first-of-type {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .sec_oxray:first-of-type {
    padding-top: 80px;
  }
}

.sec_oxray.last {
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .sec_oxray.last {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .sec_oxray .btn_more {
    margin-bottom: 20px;
  }
}

.tit_oxray,
.tit_oxray_sp {
  padding: 100px 20px 50px;
  background: url(/image/jp/products/healthcare/products-support/rt/oxray/images/main_image.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {

  .tit_oxray,
  .tit_oxray_sp {
    background: url(/image/jp/products/healthcare/products-support/rt/oxray/images/sp_main_image.jpg) no-repeat center center/cover;
    padding: 70px 20px;
  }
}

.tit_oxray picture,
.tit_oxray_sp picture {
  display: block;
  text-align: left;
  max-width: 965px;
  margin: 0 auto;
}

.tit_oxray_sp {
  padding: 120px 20px 482px;
  background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/main_image.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tit_oxray_sp {
    padding: 70px 35px 330px;
    background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/sp_main_image.jpg) no-repeat center center/cover;
  }
}

.tit_gm,
.tit_dual_kv,
.tit_ax,
.tit_vs {
  padding: 200px 20px;
  background: url(/image/jp/products/healthcare/products-support/rt/gimbal_mechanism/images/main_image.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {

  .tit_gm,
  .tit_dual_kv,
  .tit_ax,
  .tit_vs {
    background: url(/image/jp/products/healthcare/products-support/rt/gimbal_mechanism/images/sp_main_image.jpg) no-repeat center center/cover;
  }
}

.tit_gm .main_copy_txt,
.tit_dual_kv .main_copy_txt,
.tit_ax .main_copy_txt,
.tit_vs .main_copy_txt {
  color: #fff;
  display: block;
  text-align: left;
  max-width: 965px;
  margin: 0 auto;
}

.tit_gm .main_copy_txt .main,
.tit_dual_kv .main_copy_txt .main,
.tit_ax .main_copy_txt .main,
.tit_vs .main_copy_txt .main {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .tit_gm .main_copy_txt .main,
  .tit_dual_kv .main_copy_txt .main,
  .tit_ax .main_copy_txt .main,
  .tit_vs .main_copy_txt .main {
    font-size: 40px;
  }
}

.tit_gm .main_copy_txt .sub,
.tit_dual_kv .main_copy_txt .sub,
.tit_ax .main_copy_txt .sub,
.tit_vs .main_copy_txt .sub {
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 767px) {

  .tit_gm .main_copy_txt .sub,
  .tit_dual_kv .main_copy_txt .sub,
  .tit_ax .main_copy_txt .sub,
  .tit_vs .main_copy_txt .sub {
    font-size: 20px;
  }
}

.tit_dual_kv {
  background: url(/image/jp/products/healthcare/products-support/rt/dual_kv_imaging/images/main_image.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tit_dual_kv {
    background: url(/image/jp/products/healthcare/products-support/rt/dual_kv_imaging/images/sp_main_image.jpg) no-repeat center center/cover;
  }
}

.tit_ax {
  background: url(/image/jp/products/healthcare/products-support/rt/two_axes_motion/images/main_image.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tit_ax {
    background: url(/image/jp/products/healthcare/products-support/rt/two_axes_motion/images/sp_main_image.jpg) no-repeat center center/cover;
  }
}

.tit_vs {
  padding: 170px 20px;
  background: url(/image/jp/products/healthcare/products-support/rt/versatility_software/images/main_image.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .tit_vs {
    background: url(/image/jp/products/healthcare/products-support/rt/versatility_software/images/sp_main_image.jpg) no-repeat center center/cover;
  }
}

.h2_oxray {
  color: #3c3c3c;
  font-size: 36px;
  padding: 0;
}

@media (max-width: 767px) {
  .h2_oxray {
    font-size: 28px;
    margin-bottom: 10px !important;
  }
}

.h2_oxray:before {
  content: none;
}

.h3_oxray {
  color: #212121;
  font-size: 28px;
  border-bottom: 1px solid #212121;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .h3_oxray {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.h3_oxray_typeB {
  color: #212121;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .h3_oxray_typeB {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.num {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
}

@media (max-width: 767px) {
  .num {
    font-size: 52px;
    margin-bottom: 10px !important;
  }
}

.h2_oxray_typeB {
  font-size: 24px;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 30px;
}

.h2_oxray_typeB:before {
  content: none;
}

.h2_oxray_typeC {
  color: #3c3c3c;
  font-size: 36px;
  line-height: 1;
  padding: 0 0 15px 25px;
  margin-bottom: 60px;
  border-bottom: 1px solid #212121;
  position: relative;
}

@media (max-width: 767px) {
  .h2_oxray_typeC {
    padding: 0 0 15px 20px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.h2_oxray_typeC:before {
  content: none;
}

.h2_oxray_typeC:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 8px;
  height: 43px;
  background: #212121;
}

@media (max-width: 767px) {
  .h2_oxray_typeC:after {
    width: 6px;
    height: 30px;
  }
}

.separator:not(:last-of-type) {
  position: relative;
}

@media (max-width: 767px) {
  .separator:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.separator:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  right: -6%;
  width: 1px;
  height: 100%;
  background: #212121;
}

@media (max-width: 767px) {
  .separator:not(:last-of-type):after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
  }
}

.separator.span_6 {
  padding-right: 2%;
}

.separator.span_6:after {
  right: -3%;
}

.list_typeA {
  font-size: 15px;
  font-weight: bold;
}

.list_typeA li {
  padding-left: 15px;
  line-height: 2.4;
  position: relative;
}

@media (max-width: 767px) {
  .list_typeA li {
    line-height: 1.8;
  }
}

.list_typeA li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 2px;
  background: #212121;
}

.table_noborder th,
.table_noborder td {
  border: 0;
  background: none;
  font-size: 15px !important;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 0 0 10px 0;
}

.table_noborder th {
  min-width: 160px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .sec_oxray_sp .container {
    padding: 0 35px;
  }
}

.sec_oxray_sp .h2_oxray_sp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 1.222;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .sec_oxray_sp .h2_oxray_sp {
    color: #101010;
    font-size: 22px;
  }
}

.sec_oxray_sp .h2_oxray_sp:before {
  content: none;
}

.sec_oxray_sp .h2_oxray_sp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #fff;
}

@media (max-width: 767px) {
  .sec_oxray_sp .h2_oxray_sp:after {
    background: #101010;
  }
}

.sec_oxray_sp .h3_oxray_sp {
  font-size: 24px;
  color: #101010;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec_oxray_sp .h3_oxray_sp {
    font-size: 16px;
  }
}

.sec_oxray_sp.sp01 {
  background: #1e1f22;
  background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/bg_img005.jpg) no-repeat center center /cover;
  height: 700px;
  padding: 80px 0;
  display: flex;
  align-items: center;
}

@media ( min-width : 768px ) {
  .sec_oxray_sp.sp01 .container {
    width: 1080px;
  }
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp01 {
    height: 600px;
    padding: 20px 0 30px;
    background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/sp_bg_img005.jpg) no-repeat center center /cover;
  }
}

@media (min-width: 768px) {
  .sec_oxray_sp.sp01 .txt_wrap {
    width: 50%;
    margin-left: auto;
  }
}

.sec_oxray_sp.sp01 .txt_wrap h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp01 .txt_wrap h3 {
    font-size: 22px;
    margin: 50px 0 20px;
  }
  .sec_oxray_sp.sp01 figure {
    transform: translateX(-25px);
  }
}

.sec_oxray_sp.sp01 .txt_wrap p {
  color: #fff;
  line-height: 2.4;
}

.sec_oxray_sp.sp02 {
  position: relative;
  background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/bg_img001.jpg) no-repeat center center/cover;
  height: 800px;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp02 {
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .sec_oxray_sp.sp02 .container {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 20%;
  }
}

@media (min-width: 768px) {
  .sec_oxray_sp.sp02 .txt_wrap {
    width: 36%;
    margin-left: auto;
  }
}

.sec_oxray_sp.sp03 {
  background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/bg_img002.jpg) no-repeat center center/cover;
  height: 1035px;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp03 {
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .sec_oxray_sp.sp03 .container {
    position: relative;
    top: 33%;
  }
}

.sec_oxray_sp.sp04 {
  position: relative;
  background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/bg_img003.jpg) no-repeat center center/cover;
  height: 1060px;
}

@media ( min-width : 768px ) {
  .sec_oxray_sp.sp04.oxray_sp_en {
    position: relative;
    background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp_en/images/bg_img003.jpg) no-repeat center center/cover;
    height: 1060px;
  }
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp04 {
    background: none;
    height: auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .sec_oxray_sp.sp04 .container {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 8%;
  }
}

@media (min-width: 768px) {
  .sec_oxray_sp.sp04 .txt_wrap {
    width: 36%;
    margin-left: auto;
  }
}

.sec_oxray_sp.sp05 {
  background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/bg_img004.jpg) no-repeat center center/cover;
  height: 800px;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp05 {
    height: 660px;
    background: url(/image/jp/products/healthcare/products-support/rt/oxray_sp/images/sp_bg_img004.jpg) no-repeat center center/cover;
  }
}

.sec_oxray_sp.sp05 .container {
  height: 100%;
  padding: 0;
}

.sec_oxray_sp.sp05 .container .row {
  height: 100%;
}

.sec_oxray_sp.sp05 .container .row .col {
  height: 100%;
}

.sec_oxray_sp.sp05 .bg_area {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  max-width: 622px;
  margin: 0 auto;
  padding: 0 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp05 .bg_area {
    width: 100%;
    max-width: 767px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp05 .bg_area figure {
    width: 66%;
    text-align: center;
  }
}

.sec_oxray_sp.sp05 .bg_area p:not(.btn) {
  color: #fff;
  line-height: 3;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp05 .bg_area p:not(.btn) {
    line-height: 2.4;
    margin: 30px 0;
  }
}

.sec_oxray_sp.sp05 .bg_area .btn a {
  display: block;
  text-decoration: none;
  color: #101010;
  padding: 20px 45px 20px 65px;
  border-radius: 100vh;
  background: #fff;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .sec_oxray_sp.sp05 .bg_area .btn a {
    font-size: 16px;
  }
}

.sec_oxray_sp.sp05 .bg_area .btn a:hover {
  opacity: 0.7;
}

.sec_oxray_sp.sp05 .bg_area .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 30px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  transform: rotate(45deg);
}

.c-txt {
 font-weight: bold;
 display: block;
 text-align: center;
 color: #fff;
 margin-top: 5px;
}

.c-contact {
  margin-top: 30px;
}

.link_invalid {
  pointer-events: none;
  color: #6C6C6C!important;
  background: #A9A9A9!important;
}

.link_invalid:before {
  border-color: #6C6C6C!important;
}

.c-distributor {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 50px;
  font-size: 14px;
}

.c-distributor dt, {

}

.c-distributor dt {
  width: 42%;
  padding-right: 25px;
  border-right: solid 1px #fff;
  text-align: right;
  line-height: 2.14;
}

.c-distributor dd {
  width: 58%;
  padding-left: 25px;
  line-height: 2.14;
}

.txt-strong {
  font-weight: bold;
}

.softwareTableBox {
  margin-top: 40px;
}

@media ( max-width : 999px ) {
  .softwareTableBox {
    overflow: scroll;
  }

  .softwareTableBox table {
    width: 500px;
  }
}

.softwareTableBox table th, .softwareTableBox table td {
  vertical-align: middle;
  font-size: 14px;
  border-color: #212121;
}

.softwareTableBox table th {
  background: transparent;
  text-align: center;
}

@media ( min-width : 1000px ) {
  .softwareTable-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
    .Container.Wide {
        max-width: 1305px !important;
    }
}

/*# sourceMappingURL=custom.css.map */