@charset "UTF-8";
*,
*:after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  color: #363636;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  line-height: 1.75;
  letter-spacing: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0rem;
  margin: 0rem;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
}

p {
  padding: 0rem;
  margin: 0rem;
  line-height: 1.75;
}

div {
  line-height: 1.75;
}

article, aside, details, footer, header, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

ul {
  font-size: 0;
}

ul li {
  font-size: 1rem;
  margin: 0rem;
}

iframe {
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #000;
}

:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #000;
}

::-moz-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  color: #000;
}

::selection {
  background: #283E70;
  /* 選択色 */
  color: #fff;
  /*文字色*/
}

::-moz-selection {
  background: #283E70;
  /* 選択色 */
  color: #fff;
  /*文字色*/
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
button, textarea, select {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  line-height: 1.75;
  letter-spacing: 1px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  width: auto;
  display: inline-block;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

select::-ms-expand {
  display: none;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

div.wpcf7-response-output {
  padding: 2rem 1rem;
  margin: 0;
  border: 0px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
  background: #D25A2C;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

div.wpcf7-mail-sent-ok {
  background: #283E70;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

body {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #363636;
}

.root-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.root-wrap > main {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .root-wrap > main {
    margin-top: 89px;
  }
}
@media only screen and (max-width: 768px) {
  .root-wrap > main {
    margin-top: 60px;
  }
}

.p768 {
  max-width: 768px;
  margin: 0 auto;
}

.p960 {
  max-width: 960px;
  margin: 0 auto;
}

.p1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.p1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.p1170 {
  max-width: 1170px;
  margin: 0 auto;
}

.p1200 {
  width: calc( 100% - 4rem );
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
.p1200._edit {
  max-width: calc(1200px + 4rem);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p1200 {
    width: 100%;
    padding: 0 1rem;
  }
}

.p1240 {
  max-width: 1240px;
  margin: 0 auto;
}

.ly_contents-wrap {
  display: flex;
  max-width: calc(1200px + 2.6rem);
  padding: 0 1.3rem;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1024px) {
  .ly_contents-wrap {
    display: block;
    max-width: inherit;
    width: 100%;
  }
  .ly_contents-wrap aside {
    display: none;
  }
}
.ly_contents-wrap .section-wrap {
  width: calc( 100% - 270px - 40px );
  max-width: 890px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .ly_contents-wrap .section-wrap {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}

.recaptcha-wrap {
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.recaptcha-wrap.v3 {
  max-width: 256px;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex._left {
  justify-content: flex-start;
}
.flex._right {
  justify-content: flex-end;
}
.flex._x-center {
  justify-content: center;
}
.flex._y-center {
  align-items: center;
}
.flex._bottom {
  align-items: flex-end;
}
.flex._top {
  align-items: flex-start;
}

.global_head {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  transition: transform 0.3s;
  /* p1200 */
  /* logo */
  /* head-contact-wrap */
  /* contact-box */
  /* btn-wrap */
}
.global_head.is-hide {
  transform: translateY(-100%);
}
.global_head > .p1200 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .global_head > .p1200 {
    width: 100%;
    max-width: initial;
    align-items: center;
    padding: 0 0 0 2rem;
  }
}
@media only screen and (max-width: 520px) {
  .global_head > .p1200 {
    padding: 0 0 0 1rem;
  }
}
.global_head .logo {
  width: 100%;
  max-width: 389px;
}
@media only screen and (max-width: 520px) {
  .global_head .logo {
    position: relative;
    z-index: 50;
    max-width: 200px;
  }
}
.global_head .logo img {
  display: block;
}
@media only screen and (max-width: 991px) {
  .global_head .head-contact-wrap {
    display: none;
  }
}
.global_head .head-contact-wrap .contact-top {
  display: flex;
  justify-content: right;
  color: #8b8b8b;
  font-size: 13px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .global_head .head-contact-wrap .contact-top {
    margin-left: -130px;
  }
}
.global_head .head-contact-wrap .link {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  color: #283E70;
}
.global_head .head-contact-wrap .link:hover {
  color: #6BA6F1;
}
.global_head .head-contact-wrap .link::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #283E70;
  border-right: solid 1px #283E70;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.global_head .head-contact-wrap .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .global_head .head-contact-wrap .inner {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .global_head .md_tel-box .text {
    display: none;
  }
  .global_head .md_tel-box .num {
    font-size: 24px;
  }
  .global_head .md_tel-box .num::before {
    width: 24px;
    height: 24px;
  }
}
.global_head .contact-box {
  margin-left: 10px;
}
.global_head .contact-box .text {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .global_head .contact-box .text {
    margin-left: -205px;
  }
}
.global_head .btn-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.global_head .btn-wrap .btn_contact {
  padding: 10px 15px;
}
@media only screen and (max-width: 1230px) {
  .global_head .btn-wrap .btn_contact {
    padding: 2px 15px;
  }
}
.global_head .btn-wrap .btn_contact:not(:first-of-type) {
  margin-left: 4px;
}
.global_head .dn1200 {
  display: inline;
}
@media only screen and (max-width: 1200px) {
  .global_head .dn1200 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .global_head .dn1200 {
    display: none;
    display: block;
  }
}

.global_menu {
  border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  /* p1200 */
  /* list */
  /* item */
}
@media only screen and (max-width: 991px) {
  .global_menu {
    width: 100vw;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 100px 0 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .is-drawerActive .global_menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 768px) {
  .global_menu {
    padding: 70px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .global_menu .p1200 {
    overflow-y: scroll;
    height: 100%;
  }
}
.global_menu .list {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .global_menu .list {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.global_menu .item br {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .global_menu .item {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .global_menu .item br {
    display: inline;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 991px) {
  .global_menu .item {
    display: block;
  }
  .global_menu .item br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .global_menu .item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.global_menu .item a {
  position: relative;
  display: block;
  padding: 5px 20px;
  font-weight: bold;
}
.global_menu .item a span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .global_menu .item a span {
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global_menu .item a:hover::after {
    content: "";
    display: block;
    width: 31px;
    height: 6px;
    background: #283E70;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.global_menu .item:not(:first-of-type) {
  border-left: 1px solid #363636;
}
@media only screen and (max-width: 991px) {
  .global_menu .item:not(:first-of-type) {
    border-left: none;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-hamburger {
  position: relative;
  width: 88px;
  height: 89px;
  outline: none;
  transition: all 0.3s ease-in-out;
  z-index: 20;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .p-hamburger {
    display: block;
    background: #283E70;
  }
}
@media only screen and (max-width: 768px) {
  .p-hamburger {
    width: 60px;
    height: 60px;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  transition: inherit;
}
@media only screen and (max-width: 768px) {
  .p-hamburger__line {
    width: 30px;
  }
}
.p-hamburger__line::before, .p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  transition: inherit;
}
.p-hamburger__line::before {
  top: -8px;
}
.p-hamburger__line::after {
  top: 8px;
}
.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
.p-hamburger[aria-expanded=true] .p-hamburger__line::before, .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background: #fff;
}
.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.global_foot {
  position: relative;
  color: #fff;
  background: #000;
  padding: 30px 0 10px;
  /* text-wrap */
  /* address-list */
  /* nav-wrap */
  /* foot-list */
}
.global_foot .foot-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .global_foot .foot-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.global_foot .text-wrap {
  max-width: 498px;
}
.global_foot .text-wrap address {
  font-style: normal;
}
.global_foot .address-list {
  font-size: 14px;
  margin-top: 34px;
}
.global_foot .address-list .title:not(:first-of-type) {
  margin-top: 2em;
}
.global_foot .nav-wrap {
  width: 50%;
  max-width: 620px;
  /* nav */
}
@media only screen and (max-width: 1200px) {
  .global_foot .nav-wrap {
    width: 100%;
    max-width: 498px;
    margin-top: 2rem;
  }
}
.global_foot .nav-wrap .nav {
  display: flex;
  /* list */
  /* child */
}
@media only screen and (max-width: 520px) {
  .global_foot .nav-wrap .nav {
    flex-direction: column;
  }
}
.global_foot .nav-wrap .nav .list {
  /* item */
}
.global_foot .nav-wrap .nav .list:not(:first-of-type) {
  margin-left: 40px;
}
@media only screen and (max-width: 520px) {
  .global_foot .nav-wrap .nav .list:not(:first-of-type) {
    margin: 0;
  }
}
.global_foot .nav-wrap .nav .list .item > a,
.global_foot .nav-wrap .nav .list .item > span {
  display: block;
  line-height: 2;
}
.global_foot .nav-wrap .nav .list .item > a > span,
.global_foot .nav-wrap .nav .list .item > span > span {
  color: #fff;
}
.global_foot .nav-wrap .nav .child {
  padding-left: 30px;
  /* item */
}
.global_foot .nav-wrap .nav .child .item {
  line-height: 1;
}
.global_foot .nav-wrap .nav .child .item a {
  display: block;
}
.global_foot .nav-wrap .nav .child .item a span {
  font-size: 14px;
  line-height: 1.5;
}
.global_foot .nav-wrap .bnr {
  display: block;
  margin-top: 50px;
}
.global_foot .foot-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  /* item */
}
@media only screen and (max-width: 1200px) {
  .global_foot .foot-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .global_foot .foot-list {
    flex-direction: column;
    align-items: center;
  }
}
.global_foot .foot-list .item:not(:first-of-type) {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 520px) {
  .global_foot .foot-list .item:not(:first-of-type) {
    border-left: none;
    margin-top: 10px;
  }
}
.global_foot .foot-list .item a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0 10px;
}
.global_foot .foot-list .item a img {
  height: 18px;
  width: auto;
}
.global_foot .copy {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.global_contact-bnr-list {
  background: #2E4780;
  margin-top: 60px;
  padding: 50px 0;
}
.global_contact-bnr-list .p1200 > .text {
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .global_contact-bnr-list .p1200 > .text {
    font-size: 18px;
  }
}
.global_contact-bnr-list .p1200._edit > .text {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 520px) {
  .global_contact-bnr-list .p1200._edit > .text {
    font-size: 18px;
  }
}
.global_contact-bnr-list .list_contact {
  margin-top: 50px;
}
.global_contact-bnr-list._top .list_contact {
  margin-top: 38px;
}
.global_contact-bnr-list._top .list_contact-card {
  padding: 26px 20px;
  background: #fff;
}

.global_side {
  display: block;
  max-width: 270px;
}

.btn_contact {
  display: table;
  border-radius: 10px;
  padding: 2px 15px;
}
.btn_contact span {
  position: relative;
  color: #fff;
  line-height: 1;
  padding-left: 30px;
}
.btn_contact span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn_contact._mail {
  background: #D25A2C;
}
.btn_contact._mail span::before {
  width: 24px;
  height: 16px;
  background: url(../../img/icon/mail.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.btn_contact._contact {
  background: #6BA6F1;
}
.btn_contact._contact span::before {
  width: 21px;
  height: 20px;
  background: url(../../img/icon/dl.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.btn_contact._faq {
  background: #D25A2C;
}
.btn_contact._faq span::before {
  width: 71px;
  height: 30px;
  background: url(../../img/icon/faq.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.btn_contact._large {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
}
.btn_contact._large span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -2px;
  padding-left: 0;
  position: static;
}
.btn_contact._large span::before {
  display: inline-block;
  position: static;
  margin-right: 10px;
  margin-bottom: -20px;
  vertical-align: middle;
}
.btn_contact._large._mail {
  background: #283E70;
}
.btn_contact._large._mail span::before {
  width: 36px;
  height: 34px;
  margin-bottom: -25px;
}
.btn_contact._large._contact {
  background: #D25A2C;
}
.btn_contact._large._contact span::before {
  width: 39px;
  height: 27px;
}

.btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 68px;
  height: 295px;
  border: 1px solid #fff;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn_cta:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_cta {
    width: calc(100% / 3);
    height: 70px;
  }
}
.btn_cta span {
  display: block;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: bold;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
}
@media only screen and (max-width: 1024px) {
  .btn_cta span {
    writing-mode: initial;
    -ms-writing-mode: lr-tb;
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .btn_cta span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .btn_cta span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .btn_cta span {
    font-size: 10px;
  }
}
.btn_cta span::before {
  content: "";
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .btn_cta span::before {
    display: block;
    margin: 0 auto 4px;
  }
}
.btn_cta._contact {
  background: #D25A2C;
}
.btn_cta._contact span {
  color: #fff;
}
.btn_cta._contact span::before {
  width: 34px;
  height: 23px;
  background: url(../../img/icon/mail.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .btn_cta._contact span::before {
    height: 18px;
  }
}
.btn_cta._download {
  background: #6BA6F1;
}
.btn_cta._download span::before {
  width: 56px;
  height: 31px;
  background: url(../../img/icon/dl.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .btn_cta._download span::before {
    height: 23px;
  }
}
.btn_cta._plate {
  background: #283E70;
}
.btn_cta._plate span::before {
  width: 56px;
  height: 31px;
  background: url(../../img/icon/plate.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .btn_cta._plate span::before {
    height: 23px;
  }
}

.btn_cta-wrap {
  right: 0;
  transition: transform 0.3s;
  z-index: 10;
}
.btn_cta-wrap.is-hide {
  transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .btn_cta-wrap {
    width: 100%;
    display: flex;
    transition: 0s;
  }
  .btn_cta-wrap.is-hide {
    transform: translateX(0%);
  }
}

.btn_common {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  background: #363636;
  border-radius: 999px;
  margin: auto;
  transition: 0.3s;
}
.btn_common._Accent {
  background: #D25A2C;
}
@media only screen and (max-width: 520px) {
  .btn_common {
    width: 100%;
    border-radius: 25px;
  }
}
.btn_common::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_common span {
  font-size: 19px;
  line-height: 1;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn_common:hover {
    opacity: 0.7;
  }
}
.btn_common._faq::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.btn_common._prev::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.btn_common._w350 {
  width: 350px;
}
@media only screen and (max-width: 520px) {
  .btn_common._w350 {
    width: 100%;
    border-radius: 25px;
  }
}

.btn_download {
  display: inline-block;
  background: #283E70;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  padding: 1em 2em;
}
.btn_download span {
  padding-left: 2em;
  position: relative;
}
.btn_download span::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../../img/icon/dl.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn_img-wrap {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
  .btn_img-wrap {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 600px) {
  .btn_img-wrap {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.btn_img-wrap .button {
  width: 430px;
  position: relative;
  padding-top: calc( 100 / 430 * 50% );
}
.btn_img-wrap .button:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .btn_img-wrap .button {
    width: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .btn_img-wrap .button {
    padding-top: calc( 100 / 430 * 100% );
    width: 100%;
    margin: 0 auto;
  }
  .btn_img-wrap .button:not(:last-child) {
    margin: 0 auto 20px;
  }
}
.btn_img-wrap .button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.btn_img-wrap .button a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn_img-wrap .button a:hover {
    opacity: 0.7;
  }
}

.btn_more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  background: #363636;
  border-radius: 21px;
  margin: auto;
  transition: 0.3s;
}
.btn_more::after {
  content: "+";
  display: block;
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_more span {
  font-size: 19px;
  line-height: 1;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn_more:hover {
    opacity: 0.7;
  }
}

.btn_dl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  background: #4070B7;
  border-radius: 21px;
  margin: auto;
  transition: 0.3s;
}
.btn_dl::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/dl.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_dl span {
  font-size: 19px;
  line-height: 1;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn_dl:hover {
    opacity: 0.7;
  }
}

.btn_faq-category {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .btn_faq-category {
    display: block;
  }
}

.btn_faq-category-item {
  display: flex;
  position: relative;
  border: 1px solid #cdcdcd;
  width: calc(100% / 4);
}
@media only screen and (max-width: 768px) {
  .btn_faq-category-item {
    width: 100%;
  }
}
.btn_faq-category-item a {
  padding: 14px 15px;
  font-size: 16px;
  color: #363636;
  width: 100%;
}
.btn_faq-category-item:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../img/sub/faq/arrow-faq.svg) no-repeat;
  top: 15px;
  right: 11px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .btn_faq-category-item:after {
    font-size: 14px;
  }
}
.btn_faq-category-item:nth-child(n+2) {
  border-left: none;
}
@media only screen and (max-width: 750px) {
  .btn_faq-category-item {
    border: 1px solid #B0B0B0;
  }
  .btn_faq-category-item:nth-child(n+2) {
    border-top: none;
  }
  .btn_faq-category-item:nth-child(n+2) {
    border-left: 1px solid #B0B0B0;
  }
}

.card_suggestion a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .card_suggestion a:hover {
    opacity: 0.7;
  }
}
.card_suggestion .img {
  position: relative;
  padding-top: calc( 3 / 4 * 100% );
}
.card_suggestion .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.card_suggestion .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.card_suggestion .info-list {
  margin-top: 5px;
}
.card_suggestion .info-list .item {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: baseline;
  font-weight: bold;
}
.card_suggestion .info-list .item:not(:first-of-type) {
  margin-top: 15px;
}
.card_suggestion .info-list span {
  white-space: nowrap;
  font-weight: normal;
}
.card_suggestion .info-list span:not(:first-of-type)::before {
  content: "/";
  margin: 0 5px;
}

.card_product {
  width: calc( ( 100% - 30px * 3) / 4 );
  margin-bottom: 26px;
  margin-right: 30px;
}
.card_product:nth-child(4n) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .card_product {
    width: calc( ( 100% - 30px * 2) / 3 );
  }
  .card_product:nth-child(3n) {
    margin-right: 0px;
  }
  .card_product:nth-child(4n) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .card_product {
    width: calc( ( 100% - 20px * 1) / 2 );
    margin-right: 0;
  }
  .card_product:nth-child(2n) {
    margin-left: 20px;
  }
  .card_product:nth-child(4n) {
    margin-right: 0;
  }
}
.card_product a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .card_product a:hover {
    opacity: 0.7;
  }
}
.card_product .img {
  position: relative;
  padding-top: calc(3 / 4 * 100% );
}
.card_product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.card_product .title {
  font-feature-settings: "palt";
  margin-top: 13px;
  line-height: 1.5;
}
.card_product .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card_problem {
  width: calc((100% - 30px * 2) / 3);
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .card_problem {
    width: 100%;
  }
}
.card_problem .icon {
  width: 61px;
  margin: 17px auto 8px;
}
.card_problem .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  padding: 25px 0 9px;
  z-index: 1;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button, textarea, select {
  color: #283E70;
}

input[type=submit] {
  color: #283E70;
}

.form_search {
  border: 1px solid #283E70;
  width: 100%;
  height: 60px;
}
.form_search input {
  font-size: 18px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 520px) {
  .form_search input {
    width: calc(100% - 110px);
  }
}
.form_search input::placeholder {
  color: #B0B0B0;
  font-size: 18px;
}
@media only screen and (max-width: 520px) {
  .form_search input::placeholder {
    width: 150px;
  }
}
.form_search input[type=text] {
  padding-left: 20px;
}
.form_search input[type=submit] {
  width: 200px;
  background: #000;
}
@media only screen and (max-width: 520px) {
  .form_search input[type=submit] {
    width: 100px;
  }
}

.form_keyword {
  position: relative;
}
.form_keyword .submit {
  position: absolute;
  width: 200px;
  right: 0;
  top: 15px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 520px) {
  .form_keyword .submit {
    width: 100px;
  }
}

.form_category {
  width: 100%;
  /* category */
  /* label */
}
@media only screen and (max-width: 580px) {
  .form_category {
    display: block;
  }
}
.form_category .category {
  position: relative;
  height: 60px;
  font-size: 18px;
  color: #B0B0B0;
  border: solid 1px #283E70;
  padding-left: 20px;
  cursor: pointer;
}
.form_category label {
  position: relative;
  width: calc( ( 100% - 20px * 1) / 2 );
  display: block;
}
@media only screen and (max-width: 580px) {
  .form_category label {
    width: 100%;
  }
  .form_category label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form_category label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #000;
  pointer-events: none;
}
.form_category label::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_wh.svg) 0 0 no-repeat;
  padding: 10px;
  top: 26px;
  right: 19px;
  z-index: 1;
  pointer-events: none;
}

.list_link-item a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.list_link-item a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../../img/icon/arrow_link.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_link-item span {
  position: relative;
  display: table;
  font-size: 18px;
  line-height: 1.75;
  color: #6BA6F1;
}
.list_link-item span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6BA6F1;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.list_link-item.kind_link-item a::before {
  content: none;
}

.list_contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #251E1C;
  padding: 30px 20px;
}
.list_contact-card > .title {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
.list_contact-card > .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #283E70;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list_contact-card > .title > span {
  display: table;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 auto;
  font-feature-settings: "palt";
}
.list_contact-card > .text {
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  padding: 20px 0;
}
.list_contact-card .md_tel-box {
  padding: 30px 0;
}
.list_contact-card .btn_contact {
  width: 100%;
  margin: auto 0 0;
}

.list_contact {
  display: flex;
  justify-content: space-between;
  /* .list_contact-card */
}
@media only screen and (max-width: 1024px) {
  .list_contact {
    flex-direction: column;
  }
}
.list_contact .list_contact-card {
  background: #fff;
  width: calc( ( 100% - 40px * 2) / 3 );
}
@media only screen and (max-width: 1260px) {
  .list_contact .list_contact-card {
    width: calc( ( 100% - 20px * 2) / 3 );
  }
}
@media only screen and (max-width: 1024px) {
  .list_contact .list_contact-card {
    width: 100%;
  }
  .list_contact .list_contact-card:not(:first-of-type) {
    margin-top: 20px;
  }
}
.list_contact .list_contact-card .text {
  font-feature-settings: "palt";
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  .list_contact .list_contact-card .title span {
    font-size: 22px;
  }
  .list_contact .list_contact-card .num {
    font-size: 24px;
  }
  .list_contact .list_contact-card .btn_contact span {
    font-size: 15px;
  }
}

.list_numbering-item .text {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 21px;
}

.list_img-row-item {
  border: 1px solid #B0B0B0;
}
.list_img-row-item a {
  display: flex;
  align-items: center;
}
.list_img-row-item .img {
  width: 99px;
  height: 79px;
}
.list_img-row-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.list_img-row-item .title {
  width: calc( 100% - 99px );
  font-size: 22px;
  color: #283E70;
  line-height: 1;
  padding: 0 10px;
}

.list_img-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  /* list_img-row-item */
}
@media only screen and (max-width: 520px) {
  .list_img-row {
    display: block;
  }
}
.list_img-row .list_img-row-item {
  width: calc( ( 100% - 20px * 2 ) / 3 );
  margin-bottom: 18px;
  margin-right: 19px;
}
.list_img-row .list_img-row-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list_img-row .list_img-row-item {
    width: calc( ( 100% - 20px * 1 ) / 2 );
    margin-right: 0;
  }
  .list_img-row .list_img-row-item:nth-child(2n) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .list_img-row .list_img-row-item {
    width: 100%;
  }
  .list_img-row .list_img-row-item:nth-child(2n) {
    margin-left: 0;
  }
}

.list_suggestion {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  /* list_suggestion-item */
  /* _fourth */
}
.list_suggestion .list_suggestion-item {
  width: calc( ( 100% - 25px * 2 ) / 3 );
  margin-bottom: 27px;
  margin-right: 25px;
}
.list_suggestion .list_suggestion-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 520px) {
  .list_suggestion .list_suggestion-item {
    width: calc( ( 100% - 20px * 1 ) / 2 );
    margin-right: 0;
  }
  .list_suggestion .list_suggestion-item:nth-child(2n) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .list_suggestion .list_suggestion-item {
    width: 100%;
  }
  .list_suggestion .list_suggestion-item:nth-child(2n) {
    margin-left: 0px;
  }
}
.list_suggestion._fourth .list_suggestion-item {
  width: calc( ( 100% - 25px * 3 ) / 4 );
  margin-bottom: 27px;
  margin-right: 25px;
}
.list_suggestion._fourth .list_suggestion-item:nth-child(3n) {
  margin-right: 25px;
}
.list_suggestion._fourth .list_suggestion-item:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list_suggestion._fourth .list_suggestion-item {
    width: calc( ( 100% - 20px * 2 ) / 3 );
  }
  .list_suggestion._fourth .list_suggestion-item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .list_suggestion._fourth .list_suggestion-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .list_suggestion._fourth .list_suggestion-item {
    width: calc( ( 100% - 20px * 1 ) / 2 );
    margin-right: 0;
  }
  .list_suggestion._fourth .list_suggestion-item:nth-child(2n) {
    margin-left: 20px;
  }
  .list_suggestion._fourth .list_suggestion-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 460px) {
  .list_suggestion._fourth .list_suggestion-item {
    width: 100%;
  }
  .list_suggestion._fourth .list_suggestion-item:nth-child(2n) {
    margin-left: 0px;
  }
}

.list_material-item {
  background: #fff;
}
.list_material-item a {
  display: flex;
  align-items: stretch;
  padding: 11px 14px;
  border: 1px solid #283E70;
}
@media only screen and (max-width: 520px) {
  .list_material-item a {
    flex-direction: column;
  }
}
.list_material-item .title {
  position: relative;
}
@media only screen and (max-width: 520px) {
  .list_material-item .title {
    display: table;
  }
}
.list_material-item .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #D25A2C;
  margin-top: 2px;
}
.list_material-item .num {
  position: relative;
  display: block;
  font-size: 45px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  line-height: 1;
  padding-left: 20px;
  font-weight: bold;
}
.list_material-item .num::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 30px;
  background: url(../../img/icon/arrow_or.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_material-item .text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 13.5px;
  margin-left: 14px;
}
@media only screen and (max-width: 520px) {
  .list_material-item .text-wrap {
    margin: 10px 0 0;
  }
}
.list_material-item .info {
  text-align: center;
  line-height: 1.1;
  color: #fff;
  background: #283E70;
  padding: 2px 0;
}
.list_material-item .text {
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: auto;
}
@media only screen and (max-width: 520px) {
  .list_material-item .text {
    margin-top: 10px;
  }
}

.list_material {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  /* list_material-item */
  /* _tri */
}
.list_material .list_material-item {
  width: calc( ( 100% - 20px ) / 2 );
}
.list_material .list_material-item:not(:nth-child(odd)) {
  margin-left: 19px;
}
.list_material .list_material-item:nth-child(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 870px) {
  .list_material .list_material-item {
    width: 100%;
    margin: 0;
  }
  .list_material .list_material-item:not(:nth-child(odd)) {
    margin: 0;
  }
  .list_material .list_material-item:nth-child(n+3) {
    margin: 0;
  }
  .list_material .list_material-item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.list_material._tri .list_material-item {
  width: calc( ( 100% - 20px * 2 ) / 3 );
}
.list_material._tri .list_material-item:not(:nth-child(odd)) {
  margin-left: 0;
}
.list_material._tri .list_material-item:not(:nth-of-type(3n)) {
  margin-right: 19px;
}
.list_material._tri .list_material-item:nth-child(n+3) {
  margin-top: 0;
}
.list_material._tri .list_material-item:nth-child(n+4) {
  margin-top: 20px;
}
.list_material._tri .list_material-item .num {
  font-size: 40px;
}
.list_material._tri .list_material-item .text-wrap {
  font-size: 12px;
}
@media only screen and (max-width: 870px) {
  .list_material._tri .list_material-item {
    width: 100%;
    margin: 0;
  }
  .list_material._tri .list_material-item:not(:nth-child(odd)) {
    margin: 0;
  }
  .list_material._tri .list_material-item:nth-child(n+3) {
    margin: 0;
  }
  .list_material._tri .list_material-item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.list_category {
  display: flex;
  flex-wrap: wrap;
}

.list_category-item {
  border: solid 1px #B0B0B0;
  width: calc( ( 100% - 20px * 3) / 4 );
  margin-bottom: 21px;
  margin-right: 20px;
}
.list_category-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list_category-item {
    width: calc( ( 100% - 20px * 2) / 3 );
  }
  .list_category-item:nth-child(4n) {
    margin-right: 20px;
  }
  .list_category-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .list_category-item {
    width: calc( ( 100% - 20px * 1) / 2 );
  }
  .list_category-item:nth-child(3n) {
    margin-right: 20px;
  }
  .list_category-item:nth-child(2n) {
    margin-right: 0;
  }
}
.list_category-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
.list_category-item .text {
  font-size: 14px;
  color: #363636;
}

.list_bnr-item a {
  display: block;
}

.list_bnr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  padding: 15px;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.75);
  z-index: 1;
  /* list_bnr-item */
}
@media only screen and (max-width: 520px) {
  .list_bnr {
    display: block;
  }
}
.list_bnr .list_bnr-item {
  width: calc( ( 100% - 15px * 2 ) / 3 );
}
.list_bnr .list_bnr-item:not(:first-of-type) {
  margin-left: 15px;
}
@media only screen and (max-width: 520px) {
  .list_bnr .list_bnr-item {
    width: 100%;
    margin: 0 auto;
  }
  .list_bnr .list_bnr-item:not(:first-of-type) {
    margin-left: initial;
    margin: 0 auto;
  }
  .list_bnr .list_bnr-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.list_reason-item {
  position: relative;
  width: calc( ( 100% - 20px * 4 ) / 5);
}
.list_reason-item:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .list_reason-item {
    width: calc( ( 100% - 20px * 2 ) / 3);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .list_reason-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .list_reason-item:not(:first-of-type) {
    margin-left: initial;
  }
}
.list_reason-item .icon {
  background: #283E70;
  padding: 21px;
}
.list_reason-item .icon img {
  display: block;
  width: 107px;
  height: 107px;
  margin: auto;
}
.list_reason-item .text {
  text-align: center;
  letter-spacing: 0;
  margin-top: 12px;
}
.list_reason-item .hover-item {
  width: 100%;
  background: #283E70;
  color: #fff;
  letter-spacing: 0;
  padding: 20px;
  opacity: 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  pointer-events: none;
}
.list_reason-item:hover .hover-item {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

.list_reason {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .list_reason {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .list_reason {
    display: block;
  }
}

.list_task-item .img {
  position: relative;
  padding-top: calc( 250 / 366 * 100%);
}
.list_task-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_task-item .text-wrap {
  padding: 0 41px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .list_task-item .text-wrap {
    padding: 0 21px;
  }
}
@media only screen and (max-width: 768px) {
  .list_task-item .text-wrap {
    padding: 0 1rem;
  }
}
.list_task-item .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0;
}
.list_task-item .text {
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

.list_task {
  display: flex;
  /* list_task-item */
}
@media only screen and (max-width: 520px) {
  .list_task {
    display: block;
  }
}
.list_task .list_task-item {
  width: calc( ( 100% - 50px * 2) / 3 );
}
.list_task .list_task-item:not(:first-of-type) {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .list_task .list_task-item {
    width: calc( ( 100% - 30px * 2) / 3 );
  }
  .list_task .list_task-item:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .list_task .list_task-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .list_task .list_task-item:not(:first-of-type) {
    margin-left: initial;
  }
}

.list_circle-item {
  position: relative;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 520px) {
  .list_circle-item {
    width: 250px;
    height: 250px;
    margin: 0 auto 60px;
  }
}
.list_circle-item:not(:first-of-type) {
  margin-left: 81px;
}
@media only screen and (max-width: 520px) {
  .list_circle-item:not(:first-of-type):not(:first-of-type) {
    margin-left: initial;
    margin: 0 auto;
  }
  .list_circle-item:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.list_circle-item:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 150px;
  background: url(../../img/icon/arrow_nv.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 17px;
  position: absolute;
  top: 2px;
  left: -73px;
}
@media only screen and (max-width: 520px) {
  .list_circle-item:not(:first-of-type)::before {
    top: -105px;
    right: 85px;
    left: initial;
    transform: rotate(90deg);
  }
}
.list_circle-item .img {
  width: 100%;
  height: 100%;
}
.list_circle-item .text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.list_circle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.list_banner-item {
  position: relative;
  width: 100%;
}
.list_banner-item:not(:last-child) {
  margin-bottom: 20px;
}
.list_banner-item a {
  display: block;
}
.list_banner-item .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list_banner-item .img img {
  width: 100%;
  height: 100%;
}

.list_popular-article-item {
  /* img */
}
.list_popular-article-item:not(:last-child) {
  margin-bottom: 20px;
}
.list_popular-article-item a {
  display: flex;
  align-items: flex-start;
}
.list_popular-article-item .img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  position: relative;
}
.list_popular-article-item .img .num {
  position: absolute;
  background: #D25A2C;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding: 0 7px;
}
.list_popular-article-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.list_popular-article-item .text-wrap {
  width: calc(100% - 10px - 90px);
  margin-top: -5px;
}
.list_popular-article-item .title {
  font-size: 16px;
  letter-spacing: 0;
}
.list_popular-article-item .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_popular-article-item .date {
  font-size: 11px;
  color: #B0B0B0;
  letter-spacing: 0;
}

.list_side-product {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.list_side-product-item {
  border: solid 1px #B0B0B0;
  width: calc( ( 100% - 10px * 1) / 2 );
  margin-bottom: 10px;
  text-align: center;
}
.list_side-product-item:nth-child(2n) {
  margin-left: 10px;
}
.list_side-product-item a {
  display: block;
  padding: 7px;
}

.list_side-related {
  padding: 15px 15px 5px;
  border-bottom: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
  border-left: 1px solid #B0B0B0;
}

.list_side-related-item {
  position: relative;
  display: block;
  padding: 10px 0;
}
.list_side-related-item:not(:last-child) {
  border-bottom: 1px solid #B0B0B0;
}
.list_side-related-item a {
  display: block;
}
.list_side-related-item a span {
  color: #283E70;
  font-size: 16px;
  font-weight: bold;
}
.list_side-related-item a:after {
  content: "";
  background: url(../../img/icon/arrow-line_sky.svg) no-repeat;
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}

.list_table {
  width: 100%;
}
.list_table .table-item._w100 {
  width: 100%;
}
.list_table > .table-item {
  width: 50%;
  border: #e8e8e8 1px solid;
  border-bottom: none;
  border-left: none;
}
.list_table > .table-item:last-child, .list_table > .table-item:nth-last-child(2) {
  border-bottom: #e8e8e8 1px solid;
}
.list_table > .table-item:nth-child(2n+1) {
  border-left: #e8e8e8 1px solid;
}
@media only screen and (max-width: 768px) {
  .list_table > .table-item {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
  }
  .list_table > .table-item:nth-last-child(2) {
    border-bottom: none;
  }
}
.list_table > .table-item .contents p, .list_table > .table-item .inner p {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
.list_table > .table-item .contents {
  width: 94px;
  background: #f1f1f1;
  border-right: #e8e8e8 1px solid;
  padding: 15px;
}
.list_table > .table-item .contents p {
  text-align: center;
  font-weight: bold;
}
.list_table > .table-item .inner {
  width: calc(100% - 94px );
  padding: 15px 19px 15px 20px;
}
.list_table > .table-item .inner p {
  font-weight: normal;
}

.bl_top-news .list_news .list_suggestion {
  display: block;
}

.list_news-item {
  margin-bottom: 12px;
}
@media only screen and (max-width: 520px) {
  .list_news-item {
    margin-top: 1.5rem;
  }
}
.list_news-item a {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
}
.list_news-item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 520px) {
  .list_news-item a {
    display: block;
  }
}
.list_news-item a .date {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D25A2C;
  padding: 4px 10px;
  margin-right: 25px;
  width: 158px;
}
@media only screen and (max-width: 520px) {
  .list_news-item a .date {
    margin-bottom: 0.5rem;
  }
}
.list_news-item a .title {
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #B0B0B0;
  width: calc(100% - 24px - 150px);
}
@media only screen and (max-width: 520px) {
  .list_news-item a .title {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.list_news-item a .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list_faq-box-item {
  position: relative;
}
.list_faq-box-item:not(:last-child) {
  margin-bottom: 31px;
}
.list_faq-box-item a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #4e4e4e;
  transition: 0.3s;
}
.list_faq-box-item a:hover {
  opacity: 0.7;
}
.list_faq-box-item::after {
  content: "";
  background: url(../../img/sub/faq/arrow-right-faq.svg) no-repeat;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 40px;
  right: -7px;
}
@media only screen and (max-width: 520px) {
  .list_faq-box-item::after {
    top: 60px;
  }
}
.list_faq-box-item .title {
  position: relative;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #4e4e4e;
  padding-left: 65px;
  margin-bottom: 0.9rem;
  width: 90%;
}
.list_faq-box-item .title:before {
  content: "";
  position: absolute;
  background: url(../..//img/sub/faq/question-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.list_faq-box-item .text {
  position: relative;
  font-size: 16px;
  color: #4e4e4e;
  padding-left: 65px;
  width: 90%;
}
.list_faq-box-item .text:before {
  content: "";
  position: absolute;
  background: url(../..//img/sub/faq/answer-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.list_faq-box-item span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.md_tel-box .text {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.md_tel-box .num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
}
.md_tel-box .num::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../img/icon/tel.svg) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: text-top;
  margin-right: 5px;
  vertical-align: bottom;
}

.md_number > span {
  color: #fff;
}

.md_img-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 520px) {
  .md_img-wrap {
    display: block;
  }
}
.md_img-wrap .img {
  position: relative;
  display: block;
  width: 48%;
  max-width: 400px;
  padding-top: calc( 266 / 400 * 52%);
}
@media only screen and (max-width: 1024px) {
  .md_img-wrap .img {
    width: 49%;
    max-width: initial;
  }
}
@media only screen and (max-width: 520px) {
  .md_img-wrap .img {
    width: 100%;
    max-width: initial;
    padding-top: calc( 266 / 400 * 100%);
  }
  .md_img-wrap .img:not(:last-child) {
    margin-bottom: 20px;
  }
}
.md_img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.md_img-wrap .img img._contain {
  object-fit: contain;
  transform: translateY(-5px);
}

.md_link-container {
  display: flex;
  border: 1px solid #B0B0B0;
  padding: 12px 20px;
}
.md_link-container._double {
  padding: 16px 20px;
  /* リンクが2行の場合 */
}
@media only screen and (max-width: 768px) {
  .md_link-container {
    flex-direction: column;
  }
}
.md_link-container > .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  color: #283E70;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .md_link-container > .title {
    padding: 0;
  }
}

.md_border-container {
  border: 1px solid #B0B0B0;
  padding: 30px;
}
@media only screen and (max-width: 520px) {
  .md_border-container {
    padding: 15px;
  }
}
.md_border-container .md_img-wrap {
  margin-top: 30px;
  margin-bottom: 24px;
}
.md_border-container > .text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  letter-spacing: 0;
}
.md_border-container .md_link-container {
  margin-top: 30px;
}
.md_border-container._excess .title_numbering + .text {
  margin-top: 7px;
}
.md_border-container._excess .title_bg {
  margin-top: 15px;
}
.md_border-container._excess .title_bg + .text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 26px;
}

.md_marker {
  background: linear-gradient(transparent 40%, #FFFF00 0%);
  display: inline;
  font-weight: bold;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}

.md_article-wrap .text {
  width: calc(100% - 40px - 300px);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  .md_article-wrap .text {
    width: calc(100% - 25px - 300px);
  }
}
@media only screen and (max-width: 700px) {
  .md_article-wrap .text {
    width: 100%;
    margin-bottom: 10px;
  }
}
.md_article-wrap .img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  max-width: 300px;
}
@media only screen and (max-width: 700px) {
  .md_article-wrap .img {
    max-width: 100%;
    padding-top: calc( 200 / 300 * 80%);
  }
}
.md_article-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
@media only screen and (max-width: 700px) {
  .md_article-wrap {
    display: block;
  }
}

.md_column-article {
  padding: 19px 0 20px;
  border-top: 1px solid #B0B0B0;
}
.md_column-article:last-child {
  border-bottom: 1px solid #B0B0B0;
}
.md_column-article a {
  display: flex;
  align-items: flex-start;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .md_column-article a:hover {
    opacity: 0.7;
  }
  .md_column-article a:hover .img img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 425px) {
  .md_column-article a {
    display: block;
  }
}
.md_column-article .img {
  width: 130px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
}
.md_column-article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media only screen and (max-width: 425px) {
  .md_column-article .img {
    width: 100%;
    height: 200px;
  }
}
.md_column-article .text-area {
  width: calc(100% - 130px - 20px);
  margin-top: -7px;
}
@media only screen and (max-width: 425px) {
  .md_column-article .text-area {
    width: 100%;
    margin-top: 10px;
  }
}
.md_column-article .text-area .date {
  font-size: 12px;
  color: #B0B0B0;
}
.md_column-article .text-area .title {
  font-size: 18px;
  color: #283E70;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  margin: 5px 0;
}
.md_column-article .text-area .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md_column-article .text-area .text {
  font-size: 16px;
  color: #363636;
  letter-spacing: 0;
}
.md_column-article .text-area span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.md_search {
  margin-bottom: 30px;
}
.md_search .title_search {
  margin-bottom: 20px;
}

.md_article-text {
  margin-bottom: 44px;
}
.md_article-text .title_line {
  margin-bottom: 12px;
}
.md_article-text .text {
  font-size: 14px;
  letter-spacing: 0;
}
.md_article-text .title_underscore {
  margin-bottom: 12px;
  margin-top: 21px;
}

.md_tab-selecter-item {
  position: relative;
  width: 100%;
  height: 40px;
  max-width: 207px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #363636;
  line-height: 1.5;
  border: 1px solid #283E70;
  border-radius: 20px;
  padding: 0 10px;
  overflow: visible;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .md_tab-selecter-item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .md_tab-selecter-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .md_tab-selecter-item {
    font-size: 11px;
  }
}
.md_tab-selecter-item.is-active {
  background: #D25A2C;
  color: #fff;
  border: 1px solid #D25A2C;
}
.md_tab-selecter-item.is-active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 21.5px 0 21.5px;
  border-color: #D25A2C transparent transparent transparent;
  margin: auto;
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .md_tab-selecter-item.is-active::after {
    content: none;
  }
}
._main .md_tab-selecter-item {
  background: #283E70;
  color: #fff;
  border: 1px solid #283E70;
}
._main .md_tab-selecter-item.is-active {
  background: #fff;
  color: #000;
}
._main .md_tab-selecter-item.is-active._another-color {
  color: #283E70;
}
._main .md_tab-selecter-item.is-active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 20.5px 0 20.5px;
  border-color: #fff transparent transparent transparent;
  margin: auto;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  ._main .md_tab-selecter-item.is-active::before {
    content: none;
  }
}
._main .md_tab-selecter-item.is-active::after {
  border-color: #283E70 transparent transparent transparent;
}
@media only screen and (max-width: 640px) {
  ._main .md_tab-selecter-item.is-active::after {
    content: none;
  }
}
._main .md_tab-selecter-item._another-size {
  width: 162px;
}
._large .md_tab-selecter-item {
  display: block;
  height: auto;
  padding: 7px 20px 5px 20px;
  border-radius: 33px;
}

.md_tab-selecter {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .md_tab-selecter {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.md_tab-selecter .md_tab-selecter-item:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .md_tab-selecter .md_tab-selecter-item {
    width: calc( ( 100% - 20px ) / 2);
    max-width: initial;
  }
  .md_tab-selecter .md_tab-selecter-item:not(:first-of-type) {
    margin-left: 0;
  }
  .md_tab-selecter .md_tab-selecter-item:nth-of-type(2n) {
    margin-left: 20px;
  }
  .md_tab-selecter .md_tab-selecter-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .md_tab-selecter .md_tab-selecter-item._another-size {
    width: 30%;
  }
  .md_tab-selecter .md_tab-selecter-item._another-size:nth-of-type(2n) {
    margin: 0 20px;
  }
  .md_tab-selecter .md_tab-selecter-item._another-size:nth-of-type(n + 3) {
    margin-top: initial;
  }
}
@media only screen and (max-width: 640px) and (max-width: 520px) {
  .md_tab-selecter .md_tab-selecter-item._another-size:nth-of-type(2n) {
    margin: 0 10px;
  }
}

.md_category-selecter-item .label {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 8px 17px 6px 8px;
  cursor: pointer;
  transition: 0.3s;
}
.md_category-selecter-item .label._large {
  display: flex;
  min-height: 48px;
}
@media all and (-ms-high-contrast: none) {
  .md_category-selecter-item .label._large {
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .md_category-selecter-item .label:hover {
    opacity: 0.7;
  }
}
.md_category-selecter-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
.md_category-selecter-item span::after {
  content: "";
  display: block;
  width: 5px;
  height: 11px;
  background: url(../../img/icon/arrow_ul.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.md_category-selecter-item span._large {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 520px) {
  .md_category-selecter-item span {
    font-size: 12px;
  }
}
.md_category-selecter-item .input {
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}
.md_category-selecter-item .input:checked + .label {
  background: #283E70;
}
.md_category-selecter-item .input:checked + .label span {
  color: #fff;
}
.md_category-selecter-item .input:checked + .label span::after {
  width: 5px;
  height: 11px;
  background: url(../../img/icon/arrow_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
}

.md_category-selecter {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.md_category-selecter .md_category-selecter-item {
  width: calc( ( 100% - 20px * 5) / 6 );
}
.md_category-selecter .md_category-selecter-item:nth-child(n+7) {
  margin-top: 20px;
}
.md_category-selecter .md_category-selecter-item:not(:nth-child(6n)) {
  margin-right: 19px;
}
@media only screen and (max-width: 768px) {
  .md_category-selecter .md_category-selecter-item {
    width: calc( ( 100% - 20px * 2 ) / 3 );
  }
  .md_category-selecter .md_category-selecter-item:nth-child(n+7) {
    margin-top: initial;
  }
  .md_category-selecter .md_category-selecter-item:not(:nth-child(6n)) {
    margin-right: auto;
  }
  .md_category-selecter .md_category-selecter-item:nth-child(n+4) {
    margin-top: 20px;
  }
  .md_category-selecter .md_category-selecter-item:not(:nth-child(3n)) {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 520px) {
  .md_category-selecter .md_category-selecter-item {
    width: calc( ( 100% - 10px * 1 ) / 2 );
  }
  .md_category-selecter .md_category-selecter-item:nth-child(n+7) {
    margin-top: initial;
  }
  .md_category-selecter .md_category-selecter-item:not(:nth-child(6n)) {
    margin-right: auto;
  }
  .md_category-selecter .md_category-selecter-item:nth-child(n+4) {
    margin-top: initial;
  }
  .md_category-selecter .md_category-selecter-item:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .md_category-selecter .md_category-selecter-item:nth-child(n+3) {
    margin-top: 10px;
  }
  .md_category-selecter .md_category-selecter-item:not(:nth-child(2n)) {
    margin-right: 9px;
  }
}
.md_category-selecter .md_category-selecter-item._top {
  width: calc((100% - 10px * 5) / 6);
}
.md_category-selecter .md_category-selecter-item._top:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .md_category-selecter .md_category-selecter-item._top {
    width: calc((100% - 10px * 2) / 3);
  }
  .md_category-selecter .md_category-selecter-item._top:nth-child(n+4) {
    margin-top: 0;
  }
  .md_category-selecter .md_category-selecter-item._top:not(:last-child) {
    margin-right: auto;
  }
  .md_category-selecter .md_category-selecter-item._top:not(:nth-child(3n)) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .md_category-selecter .md_category-selecter-item._top {
    width: calc((100% - 10px * 1) / 2);
  }
  .md_category-selecter .md_category-selecter-item._top:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .md_category-selecter .md_category-selecter-item._top:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .md_category-selecter .md_category-selecter-item._top:nth-child(n+3) {
    margin-top: 0;
  }
}
.md_category-selecter .md_category-selecter-item._top .label {
  padding: 9px 17px 9px 9px;
}
.md_category-selecter .md_category-selecter-item._top .label span {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.md_tag-selecter-item a {
  display: block;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .md_tag-selecter-item a:hover {
    opacity: 0.7;
  }
}
.md_tag-selecter-item span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 6px 10px 3px;
  background: #eee;
}

.md_tag-selecter {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.md_tag-selecter .md_tag-selecter-item {
  margin: 10px 10px 0 0;
}
.md_tag-selecter .md_tag-selecter-item.on a span {
  background: #283E70;
  color: #fff;
}
.md_tag-selecter.parent .md_tag-selecter-item {
  width: auto;
}

.md_tab-item {
  display: none;
}
.md_tab-item.is-show {
  display: block;
}

.md_search-form .md_category-selecter {
  margin-top: 11px;
}
.md_search-form .md_tag-selecter {
  margin-top: 15px;
}

.md_card-product {
  width: 100%;
}
.md_card-product .img {
  position: relative;
  padding-top: calc( 180 / 250 * 100% );
}
.md_card-product .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.md_card-product .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.md_card-product .title {
  background: rgba(40, 62, 112, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.md_card-product:nth-of-type(odd) .title {
  background: #283E70;
}

.md_solution-slide {
  position: relative;
  margin: 0 60px;
  overflow: hidden;
}
.md_solution-block {
  position: relative;
}
.md_solution-block .swiper-button-prev,
.md_solution-block .swiper-button-next {
  top: initial;
  bottom: 37%;
  right: initial;
  left: initial;
  background: none;
}
.md_solution-block .swiper-button-prev::before,
.md_solution-block .swiper-button-next::before {
  content: "";
  width: 23px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/icon/arrow_slide.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.md_solution-block .swiper-button-prev::after,
.md_solution-block .swiper-button-next::after {
  content: none;
}
.md_solution-block .swiper-button-prev {
  left: 0;
}
.md_solution-block .swiper-button-next {
  right: 0;
}
.md_solution-block .swiper-button-next::before {
  transform: rotate(-180deg);
}

.md_selecter-wrap {
  padding: 10px 10px 40px;
  background: #fff;
}

.md_side-group:not(:last-child) {
  margin-bottom: 40px;
}

.md_table-wrap {
  overflow-x: scroll;
}
.md_table-wrap .tablepress {
  min-width: 800px;
  margin-top: 15px;
}
.md_table-wrap .tablepress thead th {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #4e4e4e;
  background: #F1F1F1;
  border: 1px solid #B0B0B0;
  padding: 3px;
}
.md_table-wrap .tablepress tbody tr {
  min-height: 92px;
}
.md_table-wrap .tablepress tbody tr th,
.md_table-wrap .tablepress tbody tr td {
  position: relative;
  font-size: 14px;
  color: #4e4e4e;
  border: 1px solid #B0B0B0;
  padding: 10px;
  display: table-cell;
  min-height: 93px;
  line-height: 1.4;
}
.md_table-wrap .tablepress tbody tr th a,
.md_table-wrap .tablepress tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 72px;
  background: #D25A2C;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  padding: 10px;
}
.md_table-wrap .tablepress tbody tr th a::after,
.md_table-wrap .tablepress tbody tr td a::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../../img/icon/play.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 6px auto 0;
}
.md_table-wrap .tablepress tbody tr td.column-1 {
  vertical-align: middle;
  width: 75px;
  background: #F1F1F1;
}
.md_table-wrap .tablepress tbody tr td.column-2 {
  width: 150px;
}
.md_table-wrap .tablepress tbody tr td.column-3 {
  width: 150px;
}

.md_faq-article-box {
  border: 1px solid #B0B0B0;
  padding: 30px 30px 31px;
}
@media only screen and (max-width: 520px) {
  .md_faq-article-box {
    padding: 20px;
  }
}
.md_faq-article-box .title {
  position: relative;
  padding-bottom: 21px;
  padding-left: 45px;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #B0B0B0;
}
.md_faq-article-box .title:before {
  content: "";
  position: absolute;
  background: url(../..//img/sub/faq/question-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.md_faq-article-box .text {
  position: relative;
  padding-left: 45px;
  letter-spacing: 0;
  line-height: 1.75;
  width: 89%;
}
.md_faq-article-box .text:before {
  content: "";
  position: absolute;
  background: url(../..//img/sub/faq/answer-icon.svg) no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 520px) {
  .md_faq-article-box .text {
    width: 100%;
  }
}
.md_faq-article-box::after {
  display: none;
}

.md_soudan_box .heading {
  background: #4070B7;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.md_soudan_box .btn_area {
  background: #6BA6F1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}
.md_soudan_box .btn_soudan {
  display: inline-block;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 300px;
}
.md_soudan_box .btn_soudan:hover {
  color: orangered;
}

.md_btn_list {
  display: flex;
  flex-wrap: wrap;
}
.md_btn_list .btn_item {
  width: calc(100% / 3 - 7px);
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.md_btn_list .btn_item a {
  display: flex;
  align-items: center;
}
.md_btn_list .btn_item:nth-child(3n) {
  margin-right: 0;
}
.md_btn_list .img {
  width: 40%;
  flex-shrink: 0;
  height: 0;
  padding-top: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.md_btn_list._4col .btn_item {
  width: calc(100% / 4 - 8px);
  margin-right: 10px;
}
.md_btn_list._4col .btn_item a {
  display: flex;
  align-items: center;
}
.md_btn_list._4col .img {
  padding-top: 30%;
}
.md_btn_list._4col .btn_item:nth-child(4n) {
  margin-right: 0;
}
.md_btn_list._4col h5 {
  font-size: 14px;
  line-height: 1.3;
}

.md_sub-mv {
  width: 100%;
  height: 25vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1366px) {
  .md_sub-mv {
    height: 35vw;
  }
}
@media only screen and (max-width: 768px) {
  .md_sub-mv {
    height: 50vw;
  }
}
@media only screen and (max-width: 520px) {
  .md_sub-mv {
    height: 70vw;
  }
}
.md_sub-mv .p1200 {
  height: 100%;
  position: relative;
}
.md_sub-mv .page_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .md_sub-mv .page_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .md_sub-mv .page_title {
    font-size: 30px;
  }
}
.md_sub-mv .page_subtitle {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .md_sub-mv .page_subtitle {
    top: 70%;
    font-size: 16px;
  }
}

.md_sub-heading {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.md_sub-heading h1 img {
  width: 100%;
}

.md_sub-heading._suggestion {
  padding: 100px 0;
}
.md_sub-heading._suggestion h1 {
  max-width: 680px;
  margin: 0 auto;
}

.title_page {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 0.6;
  color: #fff;
}
.title_page._suggestion-heading-title img {
  position: absolute;
}
@media only screen and (min-width: 1600px) {
  .title_page._suggestion-heading-title img {
    top: 0;
    bottom: 6px;
    left: 0;
    right: 143px;
    margin: auto;
    width: 69%;
  }
}
@media only screen and (max-width: 1599px) {
  .title_page._suggestion-heading-title img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .title_page._suggestion-heading-title img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
  }
}
@media only screen and (max-width: 520px) {
  .title_page._suggestion-heading-title img {
    width: 90%;
  }
}

.title_numbering {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 520px) {
  .title_numbering {
    flex-direction: column;
  }
}
.title_numbering > .num {
  width: 60px;
  height: 60px;
}
.title_numbering > .title {
  width: calc( 100% - 60px - 14px);
  font-size: 26px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #283E70;
  line-height: 1.2;
  margin-left: 16px;
  letter-spacing: 0;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .title_numbering > .title {
    width: 100%;
    font-size: 22px;
    margin: 10px 0 0;
  }
}

.title_bg {
  background: #283E70;
  padding: 9px 20px;
}
.title_bg > span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
}
.title_bg._orange {
  background: #D25A2C;
  width: 600px;
  padding: 0 16px;
  margin: 0 auto;
  text-align: center;
}
.title_bg._orange span {
  font-size: 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 520px) {
  .title_bg._orange span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 520px) {
  .title_bg._orange {
    width: 92%;
  }
}

.title_line {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 1px 0 1px 22px;
  letter-spacing: 0.3px;
}
.title_line::before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #283E70;
  position: absolute;
  top: 0;
  left: 0;
}
.title_line._column {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
}
.title_line._column-archive {
  margin-bottom: 28px;
}

.title_underscore {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #283E70;
  font-weight: bold;
  border-bottom: 2.5px solid #283E70;
}

.title_search {
  background: #283E70;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}
.title_search .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
}
@media all and (-ms-high-contrast: none) {
  .title_search .icon {
    top: 0;
  }
}
.title_search .icon img {
  padding: 13px;
}
.title_search .text {
  color: #fff;
  padding-left: calc(60px + 20px);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.title_section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
.title_section._white {
  color: #fff;
}
.title_section._white::after {
  background: rgba(255, 255, 255, 0.6);
}
.title_section > span {
  display: table;
  font-weight: bold;
}
.title_section .small {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 520px) {
  .title_section .small {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.title_section .large {
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (max-width: 520px) {
  .title_section .large {
    font-size: 32px;
  }
}
.title_section::after {
  content: "";
  display: table;
  width: 110px;
  height: 5px;
  background: #283E70;
  margin: 20px auto;
}

.title_arrow {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #D25A2C;
  padding: 20px 0 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 768px) {
  .title_arrow {
    padding: 20px 0 55px;
  }
}
@media only screen and (max-width: 520px) {
  .title_arrow {
    padding: 20px 0 72px;
  }
}
.title_arrow::before, .title_arrow::after {
  content: "";
  display: block;
  width: 50%;
  height: 75px;
  position: absolute;
  bottom: 0;
}
.title_arrow::before {
  background: linear-gradient(to left bottom, transparent 50%, white 51%);
  left: 0;
}
.title_arrow::after {
  background: linear-gradient(to right bottom, transparent 50%, white 51%);
  right: 0;
}
.title_arrow > span {
  display: table;
  font-weight: bold;
  color: #fff;
}
.title_arrow .small {
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .title_arrow .small {
    font-size: 23px;
  }
}
@media only screen and (max-width: 520px) {
  .title_arrow .small {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 1rem;
  }
}
.title_arrow .large {
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .title_arrow .large {
    font-size: 32px;
  }
}

.title_plate {
  position: relative;
  display: table;
  min-width: 376px;
  background: #283E70;
  padding: 3px 9px;
}
@media only screen and (max-width: 520px) {
  .title_plate {
    width: 100%;
    min-width: 0;
  }
}
.title_plate::before, .title_plate::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 83px;
  position: absolute;
  top: 0;
  right: 0;
}
.title_plate::before {
  background: #fff;
  z-index: 0;
}
.title_plate::after {
  background: url(../../img/icon/title_plate.svg) no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 1;
}
.title_plate span {
  position: relative;
  display: block;
  font-size: 28px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 520px) {
  .title_plate span {
    font-size: 24px;
  }
}
.title_plate span::after {
  content: "";
  display: block;
  width: 85%;
  height: 3px;
  background: #FFFF3C;
  transform: translateY(-3px);
}

.title_side {
  background: #283E70;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
}
.title_side._bottom-none {
  margin-bottom: 0;
}
.title_side span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.title_side-underscore {
  font-size: 16px;
  font-weight: bold;
  color: #283E70;
  border-bottom: 1px solid #283E70;
  margin-bottom: 10px;
}

.title_head-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.title_head-text span {
  font-size: 26px;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .title_head-text span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .title_head-text span {
    font-size: 15px;
  }
}
.title_head-text .yellow {
  font-size: 38px;
  color: #FFFF00;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  transform: translateY(-10px);
}
@media only screen and (max-width: 760px) {
  .title_head-text .yellow {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .title_head-text .yellow {
    line-height: 1.3;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 520px) {
  .title_head-text .yellow {
    font-size: 24px;
  }
}
.title_head-text .large {
  font-size: 54px;
  font-weight: bold;
  transform: translateY(-12px);
  line-height: 1.4;
}
.title_head-text .large._strength {
  font-size: 45px;
}
@media only screen and (max-width: 520px) {
  .title_head-text .large._strength {
    font-size: 35px;
  }
}
.title_head-text .large .large-yellow {
  font-size: 45px;
  color: #FFFF00;
}
@media only screen and (max-width: 520px) {
  .title_head-text .large .large-yellow {
    font-size: 35px;
  }
}
@media only screen and (max-width: 760px) {
  .title_head-text .large {
    line-height: 1.3;
    transform: translateY(0);
    font-size: 35px;
  }
}
.title_head-text .boxed {
  border: 3px solid #fff;
  padding: 2px 20px;
}
.title_head-text .text-wrap._strength {
  transform: translateY(13px);
}
.title_head-text .text-wrap._use {
  transform: translateY(9px);
}
.title_head-text .text-wrap .sp-only {
  display: none;
}
@media only screen and (max-width: 520px) {
  .title_head-text .text-wrap .sp-only {
    display: block;
  }
}
.title_head-text .text-wrap:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 930px) {
  .title_head-text .text-wrap:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .title_head-text .text-wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}

.modal_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  background: rgba(17, 15, 16, 0.8);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
}
.modal_bg._on {
  opacity: 1;
  transition: 0.35s ease;
}

.modal_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 10001;
  pointer-events: none;
}
.modal_container .scroll-y-content {
  height: 100vh;
  padding: 8rem 2rem 55vh 2rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal_container .scroll-y-content::-webkit-scrollbar {
  display: none;
}
.modal_container .modal_wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 2.5rem 2rem 2rem 2rem;
  background: #323031;
  border-radius: 5px;
  z-index: 10002;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.35s ease 0s;
}
.modal_container .modal_wrap .icon {
  width: 40px;
  height: 40px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.modal_container .modal_wrap .icon::after, .modal_container .modal_wrap .icon::before {
  width: 50%;
  height: 2px;
  background: #fff;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.modal_container .modal_wrap .icon::before {
  transform: rotate(-45deg);
}
.modal_container .modal_wrap > .inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.modal_container .modal_wrap h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.modal_container .modal_wrap .text {
  margin-bottom: 2rem;
}
.modal_container .modal_wrap .text span {
  font-weight: 700;
}
.modal_container .modal_wrap .btn-wrap {
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #242424;
}
.modal_container .modal_wrap .btn-wrap button {
  width: calc((100% - 2rem * 1) / 2);
}
.modal_container .modal_wrap .btn-wrap button {
  text-align: center;
  line-height: 1rem;
  padding: 1rem;
  border-radius: 50px;
  cursor: pointer;
}
.modal_container .modal_wrap .btn-wrap .ok {
  font-weight: 700;
  color: #ee3a88;
  background: rgba(238, 58, 136, 0);
  transition: 0.25s ease;
}
.modal_container .modal_wrap .btn-wrap .ok:hover {
  background: rgba(238, 58, 136, 0.1);
  transition: 0.25s ease;
}
.modal_container .modal_wrap .btn-wrap .close {
  font-weight: 700;
  color: #585858;
  background: rgba(88, 88, 88, 0);
  transition: 0.25s ease;
}
.modal_container .modal_wrap .btn-wrap .close:hover {
  background: rgba(88, 88, 88, 0.25);
  transition: 0.25s ease;
}
.modal_container .modal_close-ovl {
  content: "";
  z-index: 10000;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal_container._open {
  pointer-events: auto;
}
.modal_container._open .modal_wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: 0.35s ease 0.25s;
}

.pagination .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #E8E8E8;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}
.pagination .page-numbers.current {
  background: #283E70;
  color: #fff;
  pointer-events: none;
  border: none;
}
.pagination .page-numbers.prev {
  position: relative;
  display: block;
}
.pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_bl.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  top: 30%;
  left: 2px;
  transform: rotate(180deg);
}
.pagination .page-numbers.next {
  position: relative;
  display: block;
}
.pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_bl.svg) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  top: 9px;
  left: 11px;
}

.pagination_column .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #E8E8E8;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.pagination_column .page-numbers:not(:last-child) {
  margin-right: 10px;
}
.pagination_column .page-numbers.current {
  background: #283E70;
  color: #fff;
  pointer-events: none;
  border: none;
}
.pagination_column .page-numbers.prev {
  position: relative;
  display: block;
}
.pagination_column .page-numbers.prev::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_bl.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  top: 30%;
  left: 2px;
  transform: rotate(180deg);
}
.pagination_column .page-numbers.next {
  position: relative;
  display: block;
}
.pagination_column .page-numbers.next::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_bl.svg) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  top: 9px;
  left: 11px;
}

.pagination_column-single {
  border: 1px solid #E8E8E8;
  padding: 0 20px;
  align-items: center;
  /* prev */
  /* home */
  /* next */
}
@media only screen and (max-width: 600px) {
  .pagination_column-single {
    padding: 0 10px;
  }
}
.pagination_column-single .prev {
  position: relative;
  width: 150px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .pagination_column-single .prev:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 600px) {
  .pagination_column-single .prev {
    width: auto;
  }
}
.pagination_column-single .prev span {
  font-size: 16px;
  padding-left: 30px;
}
.pagination_column-single .prev span::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_sky.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  top: 30%;
  left: 0;
}
.pagination_column-single .prev .sp-only {
  display: none;
}
@media only screen and (max-width: 600px) {
  .pagination_column-single .prev .pc-only {
    display: none;
  }
  .pagination_column-single .prev .sp-only {
    display: block;
  }
  .pagination_column-single .prev span {
    padding-left: 20px;
  }
}
.pagination_column-single .home {
  background: #363636;
  transition: opacity 0.3s;
}
.pagination_column-single .home a {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .pagination_column-single .home a {
    width: 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagination_column-single .home:hover {
    opacity: 0.7;
  }
}
.pagination_column-single .home span {
  color: #fff;
}
.pagination_column-single .next {
  position: relative;
  width: 150px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .pagination_column-single .next:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 600px) {
  .pagination_column-single .next {
    width: auto;
  }
}
.pagination_column-single .next span {
  font-size: 16px;
  padding-right: 30px;
}
.pagination_column-single .next span::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/arrow-line_sky.svg) 0 0 no-repeat;
  transform: rotate(180deg);
  width: 13px;
  height: 13px;
  top: 30%;
  right: 0;
}
.pagination_column-single .next .sp-only {
  display: none;
}
@media only screen and (max-width: 600px) {
  .pagination_column-single .next .pc-only {
    display: none;
  }
  .pagination_column-single .next .sp-only {
    display: block;
  }
  .pagination_column-single .next span {
    padding-right: 20px;
  }
}

.bl_first-view {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
  background-image: url(../../img/top/main-visual04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@supports not (aspect-ratio: 4/1) {
  .bl_first-view {
    height: 0;
    padding-bottom: 25%; /* 1 / 4 × 100 */
  }
}
/*
.bl_first-view > .img {
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_first-view > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.bl_first-view .visual-wrap {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .bl_first-view .visual-wrap {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .bl_first-view .visual-wrap {
    padding-top: 40px;
  }
}

.bl_first-view .p1200 {
  position: relative;
  z-index: 1;
}
.bl_first-view .paragraph span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  margin: 30px 0px; 
  color: #FFFFFF;
  font-weight: 500;
  font-family: "ヒラギノ明朝 Pro", "Yu Mincho";
  text-shadow: 1px 2px 3px #808080;    
}
@media only screen and (max-width: 1000px) {
  .bl_first-view .paragraph span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_first-view .paragraph span {
    font-size: 30px;
  }
}

.bl_first-view .text-wrap {
  text-align: right;    
}
@media only screen and (max-width: 520px) {
  .bl_first-view .text-wrap {
    margin: 50px 0 auto;
  }
}
.bl_first-view .text-wrap .btn {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 318px;
  height: 50px;
  background: #D25A2C;
  border-radius: 10px;   
  margin-top: 170px;
}
@media only screen and (max-width: 520px) {
  .bl_first-view .text-wrap .btn {
    margin: 50px auto;
  }
}
.bl_first-view .text-wrap .btn span {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 520px) {
  .bl_first-view .text-wrap .btn span {
    font-size: 22px;
  }
}
.bl_first-view .list_bnr {
  margin-top: 46px;
  max-width: 1167px;
}
@media only screen and (max-width: 520px) {
  .bl_first-view .list_bnr {
    max-width: 350px;
    margin-top: 0px;
  }
}

/* top_bnr_area の設定 (PC) */
.top_bnr_area {
  margin-top: -50px; /* 例: バナーの高さが100pxなら-50pxで半分重なる */
                      /* ★ここを適切な負の値に調整してください★ */
  text-align: center;
  z-index: 10;
  position: relative; /* z-indexを有効にするため */
}

/* バナーのリスト自体に背景と影 */
.top_bnr_area .top_bnr_list {
  display: inline-flex;
  background: #fff;
  padding: 15px;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.75);
}

.top_bnr_area .top_bnr_item {
  display: inline-block;
}

.top_bnr_area .top_bnr_item figure {
  width: 300px;
  max-width: 300px;
}

@media only screen and (max-width: 1000px) {
  .top_bnr_area .top_bnr_item figure {
    width 200px;
  }
}

.top_bnr_area .top_bnr_item figure img {
  width: 100%;
}

.top_bnr_area .top_bnr_item:not(:first-of-type) {
  margin-left: 15px;
}

/* ======================================= */
/* スマートフォン用の設定 (max-width: 767px) */
/* ======================================= */
@media only screen and (max-width: 767px) {
  /* bl_first-view 自体の背景画像とアスペクト比をスマホ用に上書き */
  .bl_first-view {
    background-image: url(../../img/top/sp-main-visual04.jpg);
    aspect-ratio: 39 / 50;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  @supports not (aspect-ratio: 39/50) {
    .bl_first-view {
      height: 0;
      padding-bottom: calc(1000 / 780 * 100%);
    }
  }

  /* top_bnr_area の設定 (SP) */
  .top_bnr_area {
    margin-top: -10px;
    position: relative; /* z-indexを有効にするため */
    text-align: center; /* 中央寄せを維持 */
  }

  .top_bnr_area .top_bnr_list {
    display: flex;
    width: 100%; /* フル幅にする */
    flex-direction: column;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
    /* スマホでバナー自体が重なり順で上にくるように z-index を調整する場合 */
    position: relative;
    z-index: 10;
  }

  .top_bnr_area .top_bnr_item figure {
    width: 100%;
    max-width: 100%;
  }

  .top_bnr_area .top_bnr_item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.bl_top-strength {
  padding: 170px 0 100px;
}
@media only screen and (max-width: 768px) {
  .bl_top-strength {
    padding: 100px 0 50px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_top-strength {
    padding: 50px 0 50px;
  }
}
.bl_top-strength .p1200 > .text {
  text-align: center;
  margin-top: 5px;
  line-height: 1.6;
}
@media only screen and (max-width: 520px) {
  .bl_top-strength .p1200 > .text {
    text-align: left;
  }
}
@media only screen and (max-width: 520px) {
  .bl_top-strength .p1200 > .text .pc-only {
    display: none;
  }
}
.bl_top-strength .list_reason {
  margin-top: 24px;
}
.bl_top-strength .btn_common {
  margin-top: 41px;
}
@media only screen and (max-width: 768px) {
  .bl_top-strength .btn_common {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_top-strength .btn_common {
    margin-top: 50px;
  }
}

.bl_top-task {
  margin-top: -80px;    
  background: #f1f1f1;
  padding: 31px 0 30px;
}
@media only screen and (max-width: 520px) {    
  .bl_top-task {
    margin-top:0px;    
    padding: 50px 0;
  }
}
.bl_top-task .p1200 > .text {
  text-align: center;
  margin-top: 4px;
  line-height: 1.6;
}
.bl_top-task .title_section .sp-only {
  display: none;
}
@media only screen and (max-width: 520px) {
  .bl_top-task .title_section .sp-only {
    display: initial;
  }
}
.bl_top-task .list_task {
  margin-top: 20px;
}
.bl_top-task .title_bg {
  display: table;
  padding: 3px 10px;
  margin: 50px auto 0;
}
.bl_top-task .title_bg > span {
  font-size: 28px;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.bl_top-task .list_circle {
  margin-top: 30px;
}

.bl_top-solution {
  padding: 30px 0 100px;
}
@media only screen and (max-width: 520px) {
  .bl_top-solution {
    padding: 50px 0;
  }
}
.bl_top-solution .title_arrow {
  margin-bottom: 30px;
}
.bl_top-solution .md_solution-block:not(:first-of-type) {
  margin-top: 70px;
}
@media only screen and (max-width: 520px) {
  .bl_top-solution .md_solution-block:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top-solution .md_solution-block .swiper-button-prev,
.bl_top-solution .md_solution-block .swiper-button-next {
    bottom: 32%;
  }
}
@media only screen and (max-width: 520px) {
  .bl_top-solution .md_solution-block .swiper-button-prev,
.bl_top-solution .md_solution-block .swiper-button-next {
    bottom: 39%;
  }
}
.bl_top-solution .md_solution-slide {
  margin: 18px 59px 0;
}
@media only screen and (max-width: 768px) {
  .bl_top-solution .md_solution-slide .swiper-slide {
    width: calc((100% - 20px * 2) / 3);
  }
}
.bl_top-solution .btn_common {
  margin-top: 75px;
}
@media only screen and (max-width: 520px) {
  .bl_top-solution .btn_common {
    margin-top: 46px;
  }
}

.bl_top-material {
  background: url(../../img/top/material-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 31px 0 52px;
}
.bl_top-material .text {
  color: #fff;
  text-align: center;
  margin-top: 3px;
}
@media only screen and (max-width: 520px) {
  .bl_top-material .text {
    text-align: left;
  }
  .bl_top-material .text .pc-only {
    display: none;
  }
}
.bl_top-material .md_search-form {
  margin-top: 41px;
}
@media only screen and (max-width: 870px) {
  .bl_top-material .list_material .list_material-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
.bl_top-material .list_material .list_material-item .text {
  color: #363636;
}
.bl_top-material .md_tab-selecter {
  margin-bottom: 10px;
}
.bl_top-material .md_tab-selecter-item {
  background: #fff;
}
.bl_top-material .md_tab-selecter-item.is-active {
  background: #D25A2C;
}
.bl_top-material .md_category-selecter {
  margin-top: 6px;
}
.bl_top-material .md_selecter-wrap {
  padding: 10px 15px 29px;
  margin-bottom: 29px;
}
.bl_top-material .md_tag-selecter-item {
  margin-bottom: 10px;
}
.bl_top-material .btn_common {
  background: #fff;
  margin-top: 46px;
}
.bl_top-material .btn_common span {
  color: #363636;
}
.bl_top-material .btn_common::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/arrow_bl.svg) no-repeat;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}

.bl_top-case {
  padding: 106px 0 85px;
}
@media only screen and (max-width: 520px) {
  .bl_top-case {
    padding: 50px 0;
  }
}
.bl_top-case .text {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 520px) {
  .bl_top-case .text {
    text-align: left;
  }
  .bl_top-case .text .pc-only {
    display: none;
  }
}
.bl_top-case .md_selecter-wrap {
  border: 1px solid #283E70;
  margin-top: 10px;
  margin-bottom: 48px;
}
.bl_top-case .md_category-selecter {
  margin-top: 6px;
}
.bl_top-case .md_tag-selecter-item {
  margin-bottom: 10px;
}
.bl_top-case .md_selecter-wrap {
  padding: 10px 13px 28px;
}
.bl_top-case .card_suggestion .title {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 17px;
}
.bl_top-case .btn_common {
  margin-top: 24px;
}
.bl_top-case .btn_common span {
  font-feature-settings: "palt";
}
.bl_top-case .btn_common::after {
  right: 11px;
}

.bl_top-news {
  margin-top: 27px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 520px) {
  .bl_top-news {
    margin-bottom: 0;
  }
}
.bl_top-news .md_shadow-container {
  padding: 82px 48px 27px 48px;
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 520px) {
  .bl_top-news .md_shadow-container {
    padding: 40px 1rem;
  }
}
.bl_top-news .p1170 {
  position: relative;
}
.bl_top-news .title_bg._orange {
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
}

.bl_technology-archive {
  padding-bottom: 100px;
}
.bl_technology-archive .introduction {
  color: #283E70;
  text-align: center;
  line-height: 1.5;
}
.bl_technology-archive .technology_list {
  margin-top: 30px;
}
.bl_technology-archive .technology_list.list_img-row {
  /* list_img-row-item */
}
.bl_technology-archive .technology_list.list_img-row .list_img-row-item {
  width: calc( ( 100% - 20px * 1 ) / 2 );
  margin-right: 0;
}
.bl_technology-archive .technology_list.list_img-row .list_img-row-item:nth-child(2n) {
  margin-left: 20px;
}
@media only screen and (max-width: 520px) {
  .bl_technology-archive .technology_list.list_img-row .list_img-row-item {
    width: 100%;
  }
  .bl_technology-archive .technology_list.list_img-row .list_img-row-item:nth-child(2n) {
    margin-left: 0;
  }
}
.bl_technology-archive .technology_list.list_img-row .list_img-row-item .title {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .bl_technology-archive .technology_list.list_img-row .list_img-row-item .title {
    padding: 0 20px;
  }
}
.bl_technology-archive .list_img-row._3col {
  /* list_img-row-item */
}
.bl_technology-archive .list_img-row._3col .list_img-row-item {
  width: calc( ( 100% - 40px * 1 ) / 3 );
  margin-right: 0;
}
.bl_technology-archive .list_img-row._3col .list_img-row-item:nth-child(3n) {
  margin-left: 20px;
}
@media only screen and (max-width: 520px) {
  .bl_technology-archive .list_img-row._3col .list_img-row-item {
    width: 100%;
  }
  .bl_technology-archive .list_img-row._3col .list_img-row-item:nth-child(2n) {
    margin-left: 0;
  }
  .bl_technology-archive .list_img-row._3col .list_img-row-item:nth-child(3n) {
    margin-left: 0;
  }
}
.bl_technology-archive .list_img-row._3col .list_img-row-item .title {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .bl_technology-archive .list_img-row._3col .list_img-row-item .title {
    padding: 0 20px;
  }
}

.bl_technology-template .content_wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bl_technology-template .content_wrapper {
    flex-direction: column-reverse;
  }
}
.bl_technology-template .text_area {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_technology-template .text_area {
    margin-right: 0;
    margin-top: 20px;
  }
}
.bl_technology-template .img_area {
  width: 33.7%;
  max-width: 300px;
  flex-shrink: 0;
}
.bl_technology-template .img_area img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_technology-template .img_area {
    width: 100%;
    max-width: 100%;
  }
}

.bl_technology-inspection .inspection_inner {
  margin-top: 25px;
  padding: 25px;
  border: 1px solid #B0B0B0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bl_technology-inspection .inspection_inner {
    flex-direction: column;
  }
}
.bl_technology-inspection .equipment_area {
  width: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_technology-inspection .equipment_area {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bl_technology-inspection .img_area {
  width: 36%;
  max-width: 300px;
  flex-shrink: 0;
}
.bl_technology-inspection .img_area figure:not(:first-of-type) {
  margin-top: 20px;
}
.bl_technology-inspection .img_area figcaption {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bl_technology-inspection .img_area figcaption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_technology-inspection .img_area {
    width: 100%;
    max-width: 100%;
  }
}
.bl_technology-inspection .equipment_list {
  margin-top: 10px;
}
.bl_technology-inspection .equipment_item {
  display: flex;
  font-size: 18px;
  line-height: 1.72;
  justify-content: space-between;
  align-items: center;
}
.bl_technology-inspection .equipment_item dt {
  margin-right: 30px;
}
.bl_technology-inspection .equipment_item dd {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .bl_technology-inspection .equipment_item {
    font-size: 16px;
  }
}
.bl_technology-inspection .related_area {
  margin-top: 50px;
}
.bl_technology-inspection .related_area .list_img-row-item .title {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .bl_technology-inspection .related_area .list_img-row-item .title {
    padding: 0 20px;
  }
}
.bl_technology-inspection .technology_list.list_img-row {
  /* list_img-row-item */
}
.bl_technology-inspection .technology_list.list_img-row .list_img-row-item {
  width: calc( ( 100% - 20px * 1 ) / 2 );
  margin-right: 0;
}
.bl_technology-inspection .technology_list.list_img-row .list_img-row-item:nth-child(2n) {
  margin-left: 20px;
}
@media only screen and (max-width: 520px) {
  .bl_technology-inspection .technology_list.list_img-row .list_img-row-item {
    width: 100%;
  }
  .bl_technology-inspection .technology_list.list_img-row .list_img-row-item:nth-child(2n) {
    margin-left: 0;
  }
}

.bl_material-kind span.note {
  color: red;
  font-size: 10px;
  font-weight: normal;
}
.bl_material-kind .kind_page_link {
  margin-top: 20px;
}
.bl_material-kind .kind_page_link .link_item {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.bl_material-kind .kind_page_link .link_item a {
  display: inline-block;
  padding: 3px 10px;
  background: #4070B7;
  color: #fff;
  text-decoration: underline;
}
.bl_material-kind .table_area {
  margin-top: 30px;
}
.bl_material-kind .kind_table_item:not(:first-of-type) {
  margin-top: 50px;
}
.bl_material-kind .text_area {
  margin-top: 10px;
}
.bl_material-kind .text_area .note_list {
  margin-top: 30px;
}
.bl_material-kind .table_content {
  margin-top: 20px;
}
.bl_material-kind .table_content .tablepress thead th {
  background-color: #646464 !important;
  color: #fff !important;
}
.bl_material-kind .table_content table {
  border: 1px solid #ddd;
}
.bl_material-kind .table_content td {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .bl_material-kind .table_content td {
    border: none;
  }
}
.bl_material-kind .table_content tr td:first-of-type {
  background: #f0f0f0;
  font-weight: bold;
  width: 30% !important;
}
@media only screen and (max-width: 768px) {
  .bl_material-kind .table_content tr td:first-of-type {
    width: 100% !important;
  }
}
.bl_material-kind .table_content span.note {
  color: red;
  font-size: 10px;
  font-weight: normal;
}
.bl_material-kind .table_content sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}
.bl_material-kind .table_content caption {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .bl_material-jis .table_content._main {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .bl_material-jis .table_content._main table {
    width: 768px;
  }
}
.bl_material-jis .table_content._main td.column-1,
.bl_material-jis .table_content._main .row-1 td,
.bl_material-jis .table_content._main .row-28 > .column-2,
.bl_material-jis .table_content._main .row-29 > .column-2 {
  background: #f0f0f0;
  font-weight: bold;
}
.bl_material-jis .table_content._main td.column-1 {
  text-align: left !important;
}
.bl_material-jis ._sub.table_content td.column-1,
.bl_material-jis ._sub.table_content .row-1 td {
  background: #f0f0f0;
  font-weight: bold;
}
.bl_material-jis .table_content {
  margin-top: 20px;
}
.bl_material-jis .table_content table {
  border: 1px solid #ccc;
}
.bl_material-jis .table_content .tablepress thead th,
.bl_material-jis .table_content .tablepress tbody td,
.bl_material-jis .table_content .tablepress tbody th {
  border: 1px solid #ccc;
}
.bl_material-jis .table_content .tablepress tbody td {
  vertical-align: middle;
  text-align: center;
}
.bl_material-jis .table_content caption {
  display: none;
}
.bl_material-jis .table_area {
  margin-top: 30px;
}
.bl_material-jis .sub_table_area {
  margin-top: 50px;
}
.bl_material-jis .sub_table_wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bl_material-jis .sub_table_wrapper {
    flex-direction: column;
  }
}
.bl_material-jis .sub_table_item {
  width: calc(100% / 3 - 10px);
}
@media only screen and (max-width: 768px) {
  .bl_material-jis .sub_table_item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_material-jis .sub_table_item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.bl_material-jis .note_text {
  margin-top: 30px;
}
.bl_material-jis .note_text span {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.bl_sitemap-block .sitemap_menu .menu_group {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_sitemap-block .sitemap_menu .menu_group {
    display: block;
  }
}
.bl_sitemap-block .sitemap_menu .menu_group a {
  display: inline-block;
  color: #4070B7;
  border-bottom: 1px solid #4070B7;
  transition: 0.3s;
}
.bl_sitemap-block .sitemap_menu .menu_group a:hover {
  color: #283E70;
  border-bottom: 1px solid #283E70;
}
.bl_sitemap-block .sitemap_menu .menu_group ul li {
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.bl_sitemap-block .sitemap_menu .menu_group ul li ul {
  margin-top: 7px;
}
.bl_sitemap-block .sitemap_menu .menu_group ul li ul li {
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bl_sitemap-block .sitemap_menu .menu_group ul li ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #4070B7;
  border-right: solid 2px #4070B7;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}
.bl_sitemap-block .sitemap_menu .menu_group .ml-90 {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .bl_sitemap-block .sitemap_menu .menu_group .ml-90 {
    margin-left: 0;
  }
}
.bl_sitemap-block .sitemap_inner {
  display: flex;
}
.bl_sitemap-block .sitemap_group {
  width: 50%;
}
.bl_sitemap-block ul li {
  display: block;
}

.bl_privacy-policy .policy-content .title_box {
  margin-bottom: 20px;
  padding-block: 15px;
}
.bl_privacy-policy .policy-content .title_box-line {
  margin-top: 40px;
  margin-bottom: 20px;
}
.bl_privacy-policy .policy-content .title_box-line .text {
  font-weight: normal;
}
.bl_privacy-policy .policy-content .title_underlined {
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #283E70;
}
.bl_privacy-policy .policy-content .ul-list01 {
  margin-bottom: 20px;
}

.bl_privacy-policy .policy-content .ul-list02 {
  margin-bottom: 20px;
}

.bl_privacy-policy .policy-content p {
  margin-bottom: 20px;
}
.bl_privacy-policy .policy-content a {
  color: #4070B7;
  display: inline-block;
  border-bottom: 1px solid #4070B7;
}
.bl_privacy-policy .policy-content a:hover {
  color: #283E70;
  border-bottom: 1px solid #283E70;
}
.bl_privacy-policy .policy-content .mb_s {
  margin-bottom: 20px;
}
.bl_privacy-policy .policy-content .mb_l {
  margin-bottom: 40px;
}
.bl_privacy-policy .policy-content .mb_0 {
  margin-bottom: 0;
}
.bl_privacy-policy .policy-content .text_right {
  text-align: right;
}

.bl_download-archive .tab_selector_list {
  display: flex;
  border-bottom: 5px solid #283E70;
}
.bl_download-archive .tab_selector {
  flex: 1;
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px 7px 0 0;
  background: #a9a9a9;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.bl_download-archive .tab_selector.is-active {
  background: #283E70;
}
.bl_download-archive .tab_selector:not(:first-of-type) {
  margin-left: 30px;
}
.bl_download-archive .tab_content {
  margin-top: 30px;
  display: none;
}
.bl_download-archive .tab_content.is-show {
  display: block;
}
.bl_download-archive .download_article_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bl_download-archive .download_article {
  margin-bottom: 30px;
  width: calc(100% / 3 - 20px);
}
@media only screen and (max-width: 768px) {
  .bl_download-archive .download_article {
    width: calc(100% / 2 - 15px);
  }
}
@media only screen and (max-width: 520px) {
  .bl_download-archive .download_article {
    width: 100%;
  }
}
.bl_download-archive .download_article:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .bl_download-archive .download_article:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .bl_download-archive .download_article:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_download-archive .download_article:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
.bl_download-archive .download_article.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.bl_download-archive .img_area {
  padding-top: 80%;
  border: 1px solid #c2c2c2;
  position: relative;
  overflow: hidden;
}
.bl_download-archive .img_area img {
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_download-archive .img_area::before {
  content: "";
  display: inline-block;
  background: #283E70;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bl_download-archive .img_area::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.bl_download-archive .download_title {
  margin-top: 10px;
  color: #283E70;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.bl_download-archive .download_num {
  margin-top: 10px;
}
.bl_download-archive .download_num dt, .bl_download-archive .download_num dd {
  display: inline-block;
}
.bl_download-archive .download_num dt {
  color: #a9a9a9;
  margin-right: 20px;
}

.bl_download-single .selected_area {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_download-single .selected_area {
    flex-direction: column-reverse;
  }
}
.bl_download-single .img_area {
  width: 30%;
  margin-right: 30px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .bl_download-single .img_area {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.bl_download-single .text_area {
  width: 100%;
}
.bl_download-single .download_title {
  font-size: 28px;
  color: #283E70;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .bl_download-single .download_title {
    font-size: 22px;
  }
}
.bl_download-single .download_num {
  margin-top: 10px;
  padding: 8px 5px;
  border-bottom: 1px solid #283E70;
}
.bl_download-single .download_num .title {
  color: #959faa;
}
.bl_download-single .download_num .number_code {
  margin-left: 30px;
}
.bl_download-single .download_content {
  margin-top: 30px;
}
.bl_download-single .download_area {
  margin-top: 50px;
}
.bl_download-single .download_box {
  padding: 20px;
  background: #e9f0f9;
}
.bl_download-single .download_box .box_inner {
  background: #fff;
}
.bl_download-single .download_box .heading {
  background: #283E70;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 20px;
}
.bl_download-single .download_box .content_wrapper {
  padding: 30px;
}
.bl_download-single .download_box .btn_area {
  margin-top: 20px;
}
.bl_download-single .download_box .btn_common {
  background: #D25A2C;
}

.title_box {
  background: #283E70;
  padding: 10px 15px;
}
.title_box .text {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .title_box .text {
    font-size: 18px;
  }
}
.title_box .text._large {
  font-size: 27px;
}
@media only screen and (max-width: 768px) {
  .title_box .text._large {
    font-size: 22px;
  }
}

.title_box-line {
  background: #ededed;
  padding: 10px 15px;
  position: relative;
}
.title_box-line::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 60%;
  background: #283E70;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title_box-line .text {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: normal;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .title_box-line .text {
    font-size: 18px;
  }
}
.title_box-line .text._large {
  font-size: 27px;
}
@media only screen and (max-width: 768px) {
  .title_box-line .text._large {
    font-size: 22px;
  }
}

.title_underlined {
  border-bottom: 2.5px solid #283E70;
  padding: 4px 0;
}
.title_underlined span {
  font-size: 18px;
  font-weight: bold;
  color: #283E70;
  line-height: 1.3;
}

.ul-list01 li {
  position: relative;
  padding-left: 1.5rem;
}
.ul-list01 li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #283E70;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.ul-list01 li:not(:last-of-type) {
  margin-bottom: 10px;
}

.ul-list02 {
  list-style: none;
  padding-left: 0;
}

.ul-list02 li {  
  position: relative; 
  line-height: 1.8rem;       
}

.ul-list02 li::before {
  content: none;
}

.ul-list03 {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 10px;    
}

.ul-list03 li {  
  position: relative;   
  line-height: 1.8rem;       
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sm {
  display: none;
}

.br-xs {
  display: none;
}

@media only screen and (max-width: 768px) {
  .br-sm {
    display: inline;
  }
}
@media only screen and (max-width: 520px) {
  .br-xs {
    display: inline;
  }
}
@media only screen and (max-width: 800px) {
  .post_the_content {
    font-size: 14px;
  }
}
.post_the_content p,
.post_the_content h2,
.post_the_content h3,
.post_the_content h4,
.post_the_content h5,
.post_the_content h6,
.post_the_content table,
.post_the_content ul,
.post_the_content ol {
  margin-top: 10px;
}
.post_the_content *::selection {
  background: #b7b7b7;
  color: #fff;
}
.post_the_content a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #283E70;
  border-bottom: 1px solid #283E70;
  -webkit-transition: border-bottom-color 0.4s;
  transition: border-bottom-color 0.4s;
  line-height: 1.4;
}
.post_the_content a:hover {
  border-bottom-color: transparent;
}
.post_the_content a[target=_blank]::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../img/linktab.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  display: inline-block;
}
.post_the_content strong {
  display: inline-block;
  background: linear-gradient(transparent 50%, #fffb98 50%);
}
.post_the_content h3 {
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
  border-left: 6px solid #283E70;
  margin: 40px 0 10px;
}
@media only screen and (max-width: 800px) {
  .post_the_content h3 {
    font-size: 18px;
    border-left: 3px solid #283E70;
  }
}
.post_the_content h4 {
  font-size: 18px;
  color: #283E70;
  font-weight: bold;
  border-bottom: 2px solid #283E70;
  margin: 30px 0 10px;
}
@media only screen and (max-width: 800px) {
  .post_the_content h4 {
    font-size: 16pxf;
  }
}
.post_the_content table {
  border-collapse: collapse;
}
.post_the_content tr {
  border: 1px solid #ccc;
}
.post_the_content tr td:first-of-type {
  background: #f1f1f1;
  font-weight: bold;
  width: 30% !important;
}
@media only screen and (max-width: 800px) {
  .post_the_content tr td:first-of-type {
    width: 100% !important;
  }
}
.post_the_content td {
  padding: 15px;
}
@media only screen and (max-width: 800px) {
  .post_the_content td {
    padding: 10px;
    display: block;
    width: 100% !important;
  }
}
.post_the_content ul li {
  display: block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .post_the_content ul li {
    font-size: 14px;
  }
}
.post_the_content ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #283E70;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 800px) {
  .post_the_content ul li::before {
    width: 4px;
    height: 4px;
  }
}
.post_the_content ol {
  counter-reset: item;
  list-style-type: none;
}
.post_the_content ol li {
  position: relative;
  padding-left: 20px;
}
.post_the_content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  font-family: "oswald", serif;
  font-size: 14px;
  font-weight: bold;
  color: #283E70;
  position: absolute;
  left: 0;
}
.post_the_content ins {
  text-decoration: none;
  color: #a9a9a9;
  padding-left: 20px;
  position: relative;
}
.post_the_content ins::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
.post_the_content img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}
.post_the_content .gallery {
  margin: 14px 0 30px !important;
}
@media only screen and (max-width: 768px) {
  .post_the_content .gallery br {
    display: none;
  }
}
.post_the_content .gallery img {
  margin: 0;
  border: none !important;
}
.post_the_content .gallery-columns-2 .gallery-item {
  margin-top: 16px !important;
  margin-right: 16px;
  width: calc(100% / 2 - 8px) !important;
}
@media only screen and (max-width: 768px) {
  .post_the_content .gallery-columns-2 .gallery-item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}


.post_the_content .gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.post_the_content .gallery-columns-3 .gallery-item {
  margin-top: 16px !important;
  margin-right: 16px;
  width: calc(100% / 3 - 11px) !important;
}
@media only screen and (max-width: 768px) {
  .post_the_content .gallery-columns-3 .gallery-item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.post_the_content .gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.bl_use-block .page_title {
  margin-top: 50px;
}
.bl_use-block .service_list {
  margin-top: 20px;
}
.bl_use-block .service_item:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .bl_use-block .service_item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.bl_use-block .service_content {
  margin-top: 20px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_use-block .service_content {
    flex-direction: column;
  }
}
.bl_use-block .service_content .img_area {
  margin-right: 30px;
  width: 40%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .bl_use-block .service_content .img_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.bl_use-block .service_content .btn_area {
  margin-top: 20px;
}

.bl_support-block .intro.title_numbering .num {
  width: 25px;
  height: 25px;
}
.bl_support-block .text_s {
  font-size: 14px;
}
.bl_support-block .contact_area .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 5px solid #283E70;
}
.bl_support-block .contact_area .inner {
  margin-top: 30px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bl_support-block .contact_area .inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.bl_support-block .contact_area .md_tel-box {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .bl_support-block .contact_area .md_tel-box {
    width: 100%;
  }
  .bl_support-block .contact_area .md_tel-box .num {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .bl_support-block .contact_area .md_tel-box .num {
    font-size: 24px;
  }
}
.bl_support-block .contact_area .btn_contact {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .bl_support-block .contact_area .btn_contact {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_support-block .contact_area .btn_contact._large span {
    font-size: 15px;
  }
}
.bl_support-block .support_table_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .bl_support-block .support_table_title {
    flex-direction: column;
  }
}
.bl_support-block .support_table_title span {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #283E70;
  padding: 0 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 520px) {
  .bl_support-block .support_table_title span {
    margin-left: 0;
  }
}
.bl_support-block .support_btn_area {
  margin-top: 50px;
}
.bl_support-block .support_btn_area .btn_common {
  width: 350px;
  background: #283E70;
}
@media only screen and (max-width: 520px) {
  .bl_support-block .support_btn_area .btn_common {
    width: 100%;
    border-radius: 25px;
  }
}
.bl_support-block .size_info_box {
  margin-top: 20px;
  display: flex;
}
@media only screen and (max-width: 520px) {
  .bl_support-block .size_info_box {
    flex-direction: column;
  }
}
.bl_support-block .size_info_box img {
  width: 107px;
  height: 107px;
  margin-right: 20px;
}
@media only screen and (max-width: 520px) {
  .bl_support-block .size_info_box img {
    margin: 20px auto;
  }
}
.bl_support-block .table_content {
  margin-top: 10px;
}
@media only screen and (max-width: 520px) {
  .bl_support-block .table_content {
    margin-top: 20px;
  }
}
.bl_support-block .table_content .tablepress thead th {
  background-color: #f0f0f0 !important;
}
.bl_support-block .table_content .row-1 th {
  border-left: 1px solid #ddd;
}
.bl_support-block .table_content .tablepress thead th, .bl_support-block .table_content .tablepress td {
  text-align: center;
}
.bl_support-block .table_content table {
  border: 1px solid #ddd;
}
.bl_support-block .table_content td {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .bl_support-block .table_content td {
    border: none;
  }
}
.bl_support-block .table_content tr td:first-of-type {
  background: #f0f0f0;
  font-weight: bold;
  width: 50% !important;
}
@media only screen and (max-width: 768px) {
  .bl_support-block .table_content tr td:first-of-type {
    width: 100% !important;
  }
}
.bl_support-block .table_content tr td:not(:first-of-type) {
  width: 25% !important;
}
@media only screen and (max-width: 768px) {
  .bl_support-block .table_content tr td:not(:first-of-type) {
    width: 100% !important;
  }
}
.bl_support-block .table_content span.note {
  color: red;
  font-size: 10px;
  font-weight: normal;
}
.bl_support-block .table_content sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}
.bl_support-block .table_content caption {
  display: none !important;
}

.md_tag-sm {
  display: inline-block;
  margin: 3px 6px 3px 0;
  padding: 5px 10px;
  color: #D25A2C;
  font-size: 12px;
  line-height: 1.3;
  border: 1px solid #D25A2C;
}

.md_sub-heading._strength {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bl_strength .title_head-text {
  margin-top: 20px;
}

.bl_reason:not(:last-child) {
  margin-bottom: 27px;
}
.bl_reason .head-text {
  margin-bottom: 25px;
  color: #283E70;
  line-height: 1.5;
}
@media only screen and (max-width: 520px) {
  .bl_reason .head-text .pc-only {
    display: none;
  }
}
.bl_reason .title_underscore {
  margin-top: 25px;
}
.bl_reason .md_img-wrap {
  margin-top: 27px;
}
.bl_reason .md_img-wrap .img {
  padding-top: calc( 266 / 400 * 48%);
}
@media only screen and (max-width: 520px) {
  .bl_reason .md_img-wrap .img {
    padding-top: calc( 266 / 400 * 100%);
  }
}
.bl_reason .md_border-container > .text {
  margin-top: 26px;
  line-height: 1.75;
}
.bl_reason .md_border-container .md_link-container {
  margin-top: 25px;
}

.page_title_area {
  padding: 30px 0;
  background: #283E70;
  color: #fff;
  text-align: center;
}
.page_title_area .sub {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page_title_area .sub {
    font-size: 14px;
  }
}
.page_title_area .main {
  font-size: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .page_title_area .main {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .page_title_area .main {
    font-size: 24px;
  }
}

.bl_introduction .intro-wrap {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .bl_introduction .intro-wrap {
    display: block;
  }
}
.bl_introduction .intro-wrap .img {
  position: relative;
  max-width: 400px;
  margin-right: 30px;
  width: 100%;
  padding-top: calc( 266 / 400 * 45% );
}
@media only screen and (max-width: 768px) {
  .bl_introduction .intro-wrap .img {
    padding-top: calc( 266 / 400 * 65% );
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_introduction .intro-wrap .img {
    width: 100%;
    padding-top: calc( 266 / 400 * 100% );
    margin-bottom: 10px;
  }
}
.bl_introduction .intro-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_introduction .intro-wrap .text {
  width: calc(100% - 30px - 400px);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: -4px;
}
@media only screen and (max-width: 768px) {
  .bl_introduction .intro-wrap .text {
    width: 100%;
  }
  .bl_introduction .intro-wrap .text .pc-only {
    display: none;
  }
}
.bl_introduction .solution-container {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 47px;
}
.bl_introduction .solution-container .solution-bg {
  background-image: url("../../img/sub/use/use-trouble-bg.jpeg");
  padding: 30px 20px;
  margin: 30px 0;
  border-top: 2px solid #283E70;
}
.bl_introduction .solution-container .text-wrap {
  text-align: center;
  color: #283E70;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.bl_introduction .solution-container .text-wrap .square {
  border: 0.8px solid #283E70;
  padding: 3px 5px;
  background: #fff;
  width: 132px;
  display: inline-block;
  margin-right: 5px;
}
.bl_introduction .solution-container .text-wrap .square:last-of-type {
  margin-right: 5px;
}
@media only screen and (max-width: 425px) {
  .bl_introduction .solution-container .text-wrap .square {
    margin-bottom: 10px;
  }
}
.bl_introduction .solution-container .text-wrap .large {
  font-size: 30px;
}
@media only screen and (max-width: 425px) {
  .bl_introduction .solution-container .text-wrap .large {
    line-height: 1.5;
    margin-top: 10px;
    font-size: 24px;
  }
}
.bl_introduction .solution-container .card-wrap {
  margin-top: 17px;
}
@media only screen and (max-width: 520px) {
  .bl_introduction .solution-container .card-wrap {
    display: block;
  }
}
.bl_introduction .card_problem {
  margin-bottom: 30px;
}
@media only screen and (max-width: 520px) {
  .bl_introduction .card_problem {
    margin: 0 0 20px;
  }
  .bl_introduction .card_problem:first-child {
    margin-top: 20px;
  }
}
.bl_introduction .catch-wrap .catch {
  background: #D25A2C;
  margin-bottom: 12px;
}
.bl_introduction .catch-wrap .catch .text {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 5px;
}
.bl_introduction .catch-wrap .catch .text .triangle {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: #FFFF00;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
  margin: 2px 5px;
}
.bl_introduction .catch-wrap .text {
  font-size: 18px;
  letter-spacing: 0;
}

.bl_point-01 {
  margin-bottom: 26px;
}
.bl_point-01 .list_numbering-item:not(:last-child) {
  margin-bottom: 31px;
}

.bl_point-02 {
  margin-bottom: 28px;
}
.bl_point-02 .md_border-container {
  padding: 30px 30px 13px;
}
.bl_point-02 .md_border-container .title_bg {
  margin-top: 15px;
}
.bl_point-02 .mtb10 {
  margin: 10px 0;
}

.bl_point-03 {
  margin-bottom: 29px;
}
.bl_point-03 .md_border-container {
  padding: 30px 30px 19px;
}
.bl_point-03 .md_border-container > .text {
  margin-top: 23px;
}
.bl_point-03 .md_border-container .title_bg {
  margin-top: 15px;
}
.bl_point-03 .md_border-container .title_line {
  margin: 10px 0;
}
.bl_point-03 .md_img-wrap {
  margin-top: 28px;
}
.bl_point-03 .md_img-wrap > .img {
  position: relative;
  display: block;
  width: 48%;
  max-width: 400px;
  padding-top: calc( 266 / 400 * 48%);
}
@media only screen and (max-width: 520px) {
  .bl_point-03 .md_img-wrap > .img {
    width: 100%;
    padding-top: calc( 266 / 400 * 100%);
  }
  .bl_point-03 .md_img-wrap > .img._contain img {
    object-fit: contain;
  }
}
.bl_point-03 .selection_bnr_area {
  margin-top: 20px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_point-03 .selection_bnr_area {
    flex-direction: column;
  }
}
.bl_point-03 .selection_bnr_area .bnr:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_point-03 .selection_bnr_area .bnr:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.bl_point-03 .selection_bnr_area img {
  width: 100%;
}

.bl_processing-example .title_bg {
  margin-bottom: 30px;
}
.bl_processing-example .md_search-form {
  margin-bottom: 30px;
}
.bl_processing-example .md_search-form .md_tag-selecter {
  margin-top: 28px;
}

.bl_intro .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #283E70;
  text-align: center;
  margin-bottom: 21px;
}

.bl_material-search .md_search-form {
  margin-bottom: 30px;
}

.bl_material-list {
  margin-bottom: 48px;
}

.bl_material-icon {
  margin-bottom: 50px;
}
.bl_material-icon .button-wrap .button {
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .bl_material-icon .button-wrap .button {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 425px) {
  .bl_material-icon .button-wrap .button {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_material-icon .button-wrap {
    display: block;
  }
}

.bl_product-category {
  margin-bottom: 30px;
}
.bl_product-category .title_bg {
  margin-bottom: 30px;
}

.bl_product-card .title_line {
  margin-bottom: 30px;
}
.bl_product-card .card-wrap {
  margin-bottom: 41px;
}

._btm10 {
  margin-bottom: 10px;
}

._btm15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  ._btm15 {
    margin-bottom: 10px;
  }
}

._btm20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  ._btm20 {
    margin-bottom: 10px;
  }
}

._btm23 {
  margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  ._btm23 {
    margin-bottom: 16px;
  }
}

._btm25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  ._btm25 {
    margin-bottom: 18px;
  }
}

._btm30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  ._btm30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 425px) {
  ._btm30 {
    margin-bottom: 15px;
  }
}

._btm43 {
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  ._btm43 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 425px) {
  ._btm43 {
    margin-bottom: 20px;
  }
}

._btm50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  ._btm50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 425px) {
  ._btm50 {
    margin-bottom: 20px;
  }
}

._hiragino-b {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}

.title_page {
  width: 100%;
}

.bl_suggestion-intro p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #283E70;
  text-align: center;
  margin-left: -15px;
  margin-top: -2px;
}

.bl_search .head-text {
  font-size: 16px;
  margin-bottom: 37px;
  color: #283E70;
  line-height: 1.5;
  transform: translateY(-6px);
  letter-spacing: 0;
}
@media only screen and (max-width: 580px) {
  .bl_search .head-text {
    text-align: left;
  }
}

.bl_article .pagination_column {
  margin-top: 50px;
}

.bl_faq-intro .title_bg {
  margin-bottom: 12px;
}
.bl_faq-intro .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 17px;
  color: #363636;
  letter-spacing: 0;
}
@media only screen and (max-width: 520px) {
  .bl_faq-intro .text {
    line-height: 1.75;
  }
}

.bl_anchor-link-btn {
  margin-bottom: 48px;
}

.bl_faq_group {
  margin-bottom: 49px;
}
.bl_faq_group .title_line {
  margin-bottom: 30px;
  color: #4e4e4e;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.bl_flow-intro p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #283E70;
  text-align: start;
}

.bl_flow {
  margin-bottom: 80px;
}
@media only screen and (max-width: 520px) {
  .bl_flow {
    margin-bottom: 40px;
  }
}
.bl_flow ._2column._reverse {
  flex-direction: row-reverse;
}
.bl_flow .title_step {
  justify-content: start;
}
.bl_flow .title_step > ._step-number img {
  width: 100px;
  height: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 728px) {
  .bl_flow .title_step > ._step-number img {
    margin-bottom: 10px;
  }
}
.bl_flow .step-inner {
  position: relative;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.3px;
  transform: translateY(-1px);
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #283E70;
}

.bl_mtg-tool {
  color: #283E70;
  border: #283E70 1px solid;
  padding: 10px 10px 8px;
  display: inline-block;
  width: 100%;
}
.bl_mtg-tool p {
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.bl_flow-btn-wrap {
  width: 100%;
}
.bl_flow-btn-wrap .flow-btn-bg {
  background: #283E70;
  color: #fff;
  width: calc(( 100% - 30px )/ 2 );
  height: auto;
  text-align: center;
  padding: 14px 35px 20px;
}
.bl_flow-btn-wrap .flow-btn-bg > p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media only screen and (max-width: 590px) {
  .bl_flow-btn-wrap .flow-btn-bg {
    width: 100%;
    height: auto;
  }
  .bl_flow-btn-wrap .flow-btn-bg:first-child {
    margin-bottom: 20px;
  }
  .bl_flow-btn-wrap .flow-btn-bg > p {
    font-size: 16px;
  }
}
.bl_flow-btn-wrap .flow-inner-btn {
  color: #fff;
  width: 100%;
  height: auto;
  background: #283E70;
  border: #fff 1px solid;
  padding: 12px;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.bl_flow-btn-wrap .flow-inner-btn > p {
  font-size: 25px;
  line-height: 0.8;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 590px) {
  .bl_flow-btn-wrap .flow-inner-btn > p {
    font-size: 20px;
  }
}
.bl_flow-btn-wrap .flow-inner-btn:hover {
  background: rgba(255, 255, 255, 0.264);
}
@media only screen and (max-width: 590px) {
  .flow-btn-bg .bl_flow-btn-wrap:first-child {
    margin-bottom: 20px;
  }
}

.page_lp {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page_lp {
    font-size: 16px;
  }
}

.icon_mail_btn {
  font-size: 26px;
  color: #fff;
  padding: 5px 100px;
  background: #283E70;
  border-radius: 10px;
  white-space: nowrap;
}
.icon_mail_btn span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../../img/icon/mail.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.lp_section_title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.lp_section_title span._xl {
  font-size: 76px;
}
.lp_section_title span._accent {
  color: #D25A2C;
}
@media only screen and (max-width: 1200px) {
  .lp_section_title {
    font-size: 45px;
  }
  .lp_section_title span._xl {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .lp_section_title {
    font-size: 35px;
  }
  .lp_section_title span._xl {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .lp_section_title {
    font-size: 20px;
  }
  .lp_section_title span._xl {
    font-size: 30px;
  }
}

.md_case-list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .md_case-list {
    display: block;
  }
}
.md_case-list .case_item {
  width: calc(100% / 2);
  text-align: center;
  margin-top: 50px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .md_case-list .case_item {
    width: 100%;
  }
}
.md_case-list .label {
  background: #283E70;
  font-size: 25px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .md_case-list .label {
    font-size: 21px;
  }
}
.md_case-list .category {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .md_case-list .category {
    font-size: 24px;
  }
}
.md_case-list .img_area {
  margin-top: 20px;
  position: relative;
  padding-top: calc( 3 / 4 * 100% );
}
.md_case-list .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.md_case-list .info_table {
  margin-top: 20px;
  text-align: start;
  border-collapse: collapse;
  width: 100%;
}
.md_case-list .info_table ul {
  list-style: inside;
  list-style-type: disc;
}
.md_case-list .info_table ol {
  list-style: inside;
  list-style-type: decimal;
}
.md_case-list .info_table th, .md_case-list .info_table td {
  border: 1px solid #E8E8E8;
}
@media only screen and (max-width: 768px) {
  .md_case-list .info_table th, .md_case-list .info_table td {
    display: block;
  }
}
.md_case-list .info_table th {
  background: #F1F1F1;
  padding: 10px 20px;
  white-space: nowrap;
}
.md_case-list .info_table td {
  padding: 10px;
}
@media all and (-ms-high-contrast: none) {
  .md_case-list .info_table td {
    text-align: left;
  }
}

.lp_header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.lp_header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp_header .contact_area {
  display: flex;
  align-items: flex-end;
}
.lp_header .md_tel-box {
  margin-right: 20px;
  white-space: nowrap;
}
.lp_header .contact_btn_area .btn_contact {
  padding: 10px 15px;
}
.lp_header .contact_btn_area .d-1200 {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .lp_header .contact_btn_area .d-1200 {
    display: none;
  }
}
.lp_header .logo {
  width: 475px;
  margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
  .lp_header .logo {
    max-width: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .lp_header .logo {
    max-width: 250px;
    width: 100%;
  }
}
.lp_header .btn_wrapper_sp {
  display: flex;
}
.lp_header .btn_item_sp {
  flex: 1;
  width: 40px;
}
.lp_header .btn_item_sp:not(:last-of-type) {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .lp_header .icon_mail_btn {
    font-size: 20px;
    color: #fff;
    padding: 5px 20px;
    background: #283E70;
    border-radius: 10px;
    white-space: nowrap;
  }
  .lp_header .icon_mail_btn span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
  }
}
@media only screen and (max-width: 765px) {
  .lp_header {
    padding: 10px 20px;
  }
  .lp_header .logo {
    width: 250px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 520px) {
  .lp_header .logo {
    max-width: 200px;
  }
}

.bl_lp-point {
  padding: 50px 20px;
  text-align: center;
}
.bl_lp-point .point_list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_lp-point .point_list {
    display: block;
  }
}
.bl_lp-point .point_item {
  width: calc(100% / 3);
}
@media only screen and (max-width: 768px) {
  .bl_lp-point .point_item {
    width: 100%;
  }
}
.bl_lp-point .point_item:not(:last-of-type) {
  margin-right: 70px;
}
@media only screen and (max-width: 1200px) {
  .bl_lp-point .point_item:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_lp-point .point_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.bl_lp-point .title_sub {
  text-align: center;
  border-bottom: 1px solid #B0B0B0;
  font-size: 20px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.bl_lp-point .title_sub br {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .bl_lp-point .title_sub br {
    display: inline;
  }
}
@media only screen and (max-width: 1024px) {
  .bl_lp-point .title_sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_lp-point .title_sub {
    display: inline-block;
  }
}
.bl_lp-point .title_main {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #283E70;
  line-height: 1.26;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .bl_lp-point .title_main {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .bl_lp-point .title_main {
    font-size: 24px;
  }
}
.bl_lp-point .img_area {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bl_lp-point .img_area {
    max-width: 150px;
  }
}

.bl_lp-cta {
  background: #283E70;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-cta .cta_inner {
    position: relative;
    z-index: 10;
  }
}
.bl_lp-cta .cta_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_lp-cta .cta_heading .img_area {
  margin-right: 10px;
}
@media all and (-ms-high-contrast: none) {
  .bl_lp-cta .cta_heading .img_area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_lp-cta .cta_heading .img_area {
    display: none;
  }
}
.bl_lp-cta .cta_heading .text_area {
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  width: 70%;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .bl_lp-cta .cta_heading .text_area {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_lp-cta .cta_heading .text_area {
    width: 100%;
    font-size: 24px;
    padding: 20px;
  }
}
.bl_lp-cta .cta_heading span.marker_red {
  background: linear-gradient(transparent 60%, #D25A2C 60%);
}
.bl_lp-cta .cta_contact {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.bl_lp-cta .cta_contact .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bl_lp-cta .cta_contact .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_lp-cta .cta_contact .title {
    display: none;
  }
}
.bl_lp-cta .cta_contact .title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #283E70;
}
.bl_lp-cta .cta_contact .title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.bl_lp-cta .cta_contact .btn_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bl_lp-cta .cta_contact .btn_wrapper {
    display: block;
  }
}
.bl_lp-cta .cta_contact .btn_item {
  flex: 1;
}
.bl_lp-cta .cta_contact .btn_item:not(:last-of-type) {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-cta .cta_contact .btn_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.bl_lp-yabai {
  padding: 70px 0;
}
.bl_lp-yabai .yabai_content {
  position: relative;
  padding: 20px;
}
.bl_lp-yabai .yabai_content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 70px solid #fff;
}
.bl_lp-yabai .yabai_list {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .yabai_list {
    display: block;
  }
}
.bl_lp-yabai .yabai_item {
  width: calc(100% / 3);
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .yabai_item {
    width: 100%;
  }
}
.bl_lp-yabai .yabai_item .text {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .yabai_item .text br {
    display: none;
  }
}
.bl_lp-yabai .yabai_item:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .yabai_item:not(:last-of-type) {
    margin-right: 0;
    margin-top: 30px;
  }
}
.bl_lp-yabai .yabai_cta {
  background: #283E70;
  padding: 120px 20px 50px;
  text-align: center;
}
.bl_lp-yabai .yabai_cta .copy {
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}
.bl_lp-yabai .yabai_cta .copy span._yellow {
  color: #FFFF3C;
}
.bl_lp-yabai .yabai_cta .copy span._large {
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .yabai_cta .copy {
    font-size: 24px;
  }
  .bl_lp-yabai .yabai_cta .copy span._large {
    font-size: 32px;
  }
}
.bl_lp-yabai .btn_container {
  margin-top: 50px;
  padding: 20px;
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .btn_container {
    display: block;
  }
}
.bl_lp-yabai .btn_item {
  flex: 1;
}
.bl_lp-yabai .btn_item:not(:last-of-type) {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-yabai .btn_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.bl_lp-feature {
  padding: 70px 20px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-feature {
    padding: 20px;
  }
}
.bl_lp-feature .feature_list {
  margin-top: 20px;
}
.bl_lp-feature .feature_item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bl_lp-feature .feature_item {
    display: block;
  }
}
.bl_lp-feature .feature_item .text_area {
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
.bl_lp-feature .feature_item .text_area .num {
  width: 100px;
  margin: 0 auto;
}
.bl_lp-feature .feature_item .text_area .title {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1, 3;
  color: #283E70;
}
@media only screen and (max-width: 1200px) {
  .bl_lp-feature .feature_item .text_area .title br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bl_lp-feature .feature_item .text_area .title {
    font-size: 21px;
  }
}
.bl_lp-feature .feature_item .text_area .text {
  margin-top: 20px;
  text-align: left;
}
.bl_lp-feature .feature_item .img_area {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .bl_lp-feature .feature_item .img_area {
    width: 100%;
  }
}
.bl_lp-feature .feature_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.bl_lp-feature .feature_item:not(:first-of-type) {
  margin-top: 40px;
}

.bl_lp-case {
  padding: 50px 20px;
}
.bl_lp-case .bnr_area {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .bl_lp-case .bnr_area {
    padding: 20px 0;
  }
}
.bl_lp-case .bnr_area .heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bl_lp-case .bnr_area .heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .bl_lp-case .bnr_area .heading {
    font-size: 20px;
    line-height: 1.3;
  }
}
.bl_lp-case .bnr_area .bnr_wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.bl_lp-equipment {
  padding: 50px 20px 0;
}
.bl_lp-equipment .lp_table_area {
  margin-top: 30px;
}
.bl_lp-equipment .lp_table_area .tablepress tbody td, .bl_lp-equipment .lp_table_area .tablepress tfoot th {
  border-bottom: 1px solid #283E70;
}
@media only screen and (max-width: 768px) {
  .bl_lp-equipment .lp_table_area {
    overflow-x: scroll;
  }
  .bl_lp-equipment .lp_table_area table {
    width: 768px;
  }
}
.bl_lp-equipment .lp_table_area .tablepress thead th {
  background-color: #283E70;
  color: #fff;
}
.bl_lp-equipment .lp_table_area .tablepress td.column-1 {
  background: #F1F1F1;
}

.bl_lp-inspection {
  padding: 30px 20px 50px;
}
.bl_lp-inspection .lp_table_area {
  margin-top: 30px;
}
.bl_lp-inspection .lp_table_area .tablepress tbody td, .bl_lp-inspection .lp_table_area .tablepress tfoot th {
  border-bottom: 1px solid #283E70;
}
@media only screen and (max-width: 768px) {
  .bl_lp-inspection .lp_table_area {
    overflow-x: scroll;
  }
  .bl_lp-inspection .lp_table_area table {
    width: 768px;
  }
}
.bl_lp-inspection .lp_table_area .tablepress thead th {
  background-color: #283E70;
  color: #fff;
}
.bl_lp-inspection .lp_table_area .tablepress td.column-1 {
  background: #F1F1F1;
}

.bl_lp-greeting {
  padding: 50px 20px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-greeting {
    padding: 20px;
  }
}
.bl_lp-greeting .greeting_inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_lp-greeting .greeting_inner {
    display: block;
  }
}
.bl_lp-greeting .text_area {
  flex: 1;
}
.bl_lp-greeting .text_area .title {
  text-align: center;
  color: #283E70;
  font-weight: bold;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-greeting .text_area .title {
    font-size: 32px;
  }
}
.bl_lp-greeting .text_area .text {
  margin-top: 20px;
}
.bl_lp-greeting .text_area .signature {
  margin-top: 30px;
  text-align: center;
}
.bl_lp-greeting .text_area .signature span {
  border: 1px solid #000;
  display: inline-block;
  padding: 5px 20px;
}
.bl_lp-greeting .img_area {
  margin-left: 20px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .bl_lp-greeting .img_area {
    margin-left: 0;
    margin-top: 20px;
  }
}

.bl_lp-company-info {
  padding: 50px 20px;
}
.bl_lp-company-info .info_table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}
.bl_lp-company-info th, .bl_lp-company-info td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_lp-company-info th, .bl_lp-company-info td {
    display: block;
  }
}
.bl_lp-company-info th {
  background: #F1F1F1;
  white-space: nowrap;
}
.bl_lp-company-info .member_list th, .bl_lp-company-info .member_list td {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .bl_lp-company-info .member_list th, .bl_lp-company-info .member_list td {
    display: block;
  }
}
.bl_lp-company-info .member_list th {
  text-align: start;
  font-weight: normal;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .bl_lp-company-info .member_list th {
    font-weight: bold;
  }
}
@media all and (-ms-high-contrast: none) {
  .bl_lp-company-info .member_list th {
    text-align: left;
  }
}
.bl_lp-company-info .member_list td {
  padding-left: 20px;
}
@media all and (-ms-high-contrast: none) {
  .bl_lp-company-info .member_list td {
    text-align: left;
  }
}

.lp_download_area .btn_area {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .lp_download_area .btn_download {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .lp_download_area .btn_download {
    display: block;
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .lp_download_area .btn_download {
    font-size: 16px;
  }
}
.lp_download_area .btn_download .inline {
  display: inline;
}
@media only screen and (max-width: 400px) {
  .lp_download_area .btn_download .inline {
    display: none;
  }
}

.lp_footer {
  padding: 50px 20px 0;
}
.lp_footer .comment {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .lp_footer .comment {
    font-size: 24px;
  }
}
.lp_footer .bnr_area {
  margin-top: 30px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .lp_footer .bnr_area {
    display: block;
  }
}
.lp_footer .bnr_item {
  width: 100%;
}
.lp_footer .bnr_item:not(:last-of-type) {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .lp_footer .bnr_item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.lp_footer .copyright {
  margin-top: 30px;
  text-align: center;
}

.bl_product-article {
  margin-bottom: 50px;
}
.bl_product-article .title_bg {
  margin-bottom: 30px;
}
@media only screen and (max-width: 425px) {
  .bl_product-article .title_bg {
    margin-bottom: 20px;
  }
}
.bl_product-article .product_article {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_product-article .product_article {
    display: block;
  }
}
.bl_product-article .product_article .img_area {
  width: 35%;
  flex-shrink: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_product-article .product_article .img_area {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.bl_product-article .product_article .img_content {
  width: 100%;
  height: 0;
  padding-top: calc(3 / 4 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bl_product-article .product_material_area {
  margin: 30px 0 50px;
}
.bl_product-article .material_wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.bl_product-article .material_item {
  width: 50%;
  border: 1px solid #000;
}
.bl_product-article .material_item:nth-of-type(2n) {
  margin-left: -1px;
}
.bl_product-article .material_item:nth-of-type(n + 3) {
  margin-top: -1px;
}
.bl_product-article .material_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 18px;
}

.bl_product-other {
  margin-bottom: 20px;
}
.bl_product-other .title_line {
  margin-bottom: 30px;
}

.bl_product-category .title_line {
  margin-bottom: 30px;
}

.title-container {
  margin-bottom: 18px;
}
.title-container .title_bg {
  margin-bottom: 10px;
}
.title-container .info-wrap .date {
  font-size: 12px;
  color: #B0B0B0;
  margin-right: 30px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 425px) {
  .title-container .info-wrap .date {
    margin-bottom: 10px;
  }
}
.title-container .info-wrap .category .item {
  padding: 3px 7px 3px 29px;
  border: 1px solid #E8E8E8;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  pointer-events: none;
}
.title-container .info-wrap .category .item::before {
  content: "";
  position: absolute;
  background: url(../../img/icon/category.svg) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 10px;
}
.title-container .info-wrap .category .item:not(:last-child) {
  margin-right: 7px;
}
@media only screen and (max-width: 425px) {
  .title-container .info-wrap .category .item {
    margin-bottom: 10px;
  }
}

.article-container h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 1px 0 1px 22px;
  letter-spacing: 0.3px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  margin: 3rem 0 10px;
}
.article-container h3::before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #283E70;
  position: absolute;
  top: 0;
  left: 0;
}
.article-container h4 {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #283E70;
  font-weight: bold;
  border-bottom: 2.5px solid #283E70;
  margin: 2rem 0 10px;
}

.article-container img {
  /* width: auto; */
  max-width: 100%;
}

.bl_column-article .pagination_column-single {
  margin: 100px 0 47px;
}

.bl_related-article .title_bg {
  margin-bottom: 30px;
}

.md_article._suggestion .title_line {
  color: #4e4e4e;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.md_article p {
  color: #5a5a5a;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .md_article p {
    margin-bottom: 10px;
  }
}

.bl_single-suggestion-table .list_table > .table-item .contents {
  white-space: nowrap;
}
.bl_single-suggestion-table .table-item:nth-last-of-type(2) {
  border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
  .bl_single-suggestion-table:nth-last-child(2) {
    border-bottom: none;
  }
}

.bl_single-suggestion-bg-card {
  padding: 30px;
  background-color: #d0e2f1;
  background-size: 6px;
  background-image: url(../../img/single/suggestion/texture.png);
}
@media only screen and (max-width: 520px) {
  .bl_single-suggestion-bg-card {
    padding: 20px;
  }
}
.bl_single-suggestion-bg-card ._accent {
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #4e4e4e;
}
.bl_single-suggestion-bg-card ._accent.title_line::before {
  content: "";
  background: #D25A2C;
}
@media only screen and (max-width: 520px) {
  .bl_single-suggestion-bg-card ._accent {
    margin-bottom: 10px;
  }
}
.bl_single-suggestion-bg-card .card-inner-txt {
  font-size: 18px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 13px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 768px) {
  .bl_single-suggestion-bg-card .card-inner-txt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.bl_single-suggestion-bg-card .md_img-wrap .img {
  width: 48%;
  padding-top: calc( 251 / 404 * 52%);
}
@media only screen and (max-width: 520px) {
  .bl_single-suggestion-bg-card .md_img-wrap .img {
    width: 100%;
    max-width: initial;
    padding-top: calc( 251 / 404 * 100%);
  }
}

.md_img-wrap {
  width: 100%;
  display: flex;
}
.md_img-wrap._2column > .img {
  position: relative;
  display: block;
  width: 300px;
  height: 200px;
  padding-top: calc( (200 / 300 * 100%)/3);
}
.md_img-wrap .inner-txt {
  width: calc(100% - ( 300px + 30px));
  margin-top: -6px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 728px) {
  .md_img-wrap._2column > .img {
    position: relative;
    display: block;
    width: calc( 300px / 1.2 );
    height: calc( 200px / 1.2 );
  }
  .md_img-wrap .inner-txt {
    width: calc(100% - (( 300px / 1.2 ) + 20px));
  }
}
@media only screen and (max-width: 624px) {
  .md_img-wrap._2column > .img {
    position: relative;
    display: block;
    width: calc( 300px / 1.4 );
    height: calc( 200px / 1.4 );
  }
  .md_img-wrap .inner-txt {
    width: calc(100% - (( 300px / 1.4 ) + 20px));
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .md_img-wrap {
    display: block;
  }
  .md_img-wrap._2column > .img {
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    padding-top: calc(2 / 3 * 100%);
  }
  .md_img-wrap .inner-txt {
    width: 100%;
  }
}

.md_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 43px 0 43px;
  border-color: #283E70 transparent transparent transparent;
  margin: 20px auto;
}
@media only screen and (max-width: 520px) {
  .md_arrow {
    border-width: 28px 36px 0 36px;
  }
}

.md_img-wrap._technology > .img {
  max-width: initial;
  width: 48%;
  padding-top: calc( 300 / 400 * 50%);
}
@media only screen and (max-width: 520px) {
  .md_img-wrap._technology > .img {
    width: 100%;
    max-width: initial;
    padding-top: calc( 300 / 400 * 100%);
  }
}

.md_article._technology > .title_line {
  font-size: 22px;
  line-height: 1.6;
  color: #4e4e4e;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
}
.md_article p {
  font-size: 18px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 768px) {
  .md_article p {
    margin-bottom: 14px;
  }
}

.bl_faq-article {
  margin-bottom: 49px;
}

.bl_similar-list .title_line {
  margin-bottom: 30px;
  color: #4e4e4e;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
}
.bl_similar-list .btn_common {
  margin-top: 50px;
}

.bl_material-category {
  margin-bottom: 50px;
}
.bl_material-category .title_bg {
  margin-bottom: 28px;
}
.bl_material-category h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 1px 0 1px 22px;
  letter-spacing: 0.3px;
}
.bl_material-category h3::before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: #283E70;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_material-category h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #283E70;
  font-weight: bold;
  border-bottom: 2.5px solid #283E70;
}
.bl_material-category .jis-title {
  letter-spacing: 0;
  font-size: 18px;
  color: #283E70;
  font-weight: bold;
  margin-bottom: 48px;
  border-bottom: solid 2px #283E70;
}

.bl_material-category-detail .title_line {
  margin-bottom: 23px;
}
.bl_material-category-detail .material-text {
  font-size: 18px;
  color: #5a5a5a;
  margin-bottom: 37px;
}

.material-list-table {
  font-size: 18px;
  color: #5a5a5a;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}
.material-list-table tr,
.material-list-table td {
  color: #5a5a5a;
  border: 1px solid #000;
  padding: 10px;
}
.material-list-table td {
  width: 50%;
}

.bl_material-category .material-graph {
  margin: 0 auto;
  margin-bottom: 25px;
}
.bl_material-category .aligncenter {
  display: block;
  margin: 0 auto;
}
.bl_material-category .alignright {
  display: block;
  margin-left: auto;
}
.bl_material-category .alignleft {
  display: block;
  margin-right: auto;
}

.bl_material-list {
  margin-bottom: 8px;
}

.bl_material-icon .btn_img-wrap {
  margin-bottom: 47px;
}

/* 新着一覧 */
.bl_news-block .info_box {
  display: flex;

  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bl_news-block .info_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bl_news-block .info_box .date {
  font-size: 12px;
  margin-right: 30px;
}
.bl_news-block .post_title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
 .bl_news-block .post_title {
    font-size: 22px;
  }
}

.news-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid rgb(199, 192, 192);
}

.news-item:first-child{
    border-top: none;
}

.news-date{
    width: 100px;
    padding: 20px 0;
    text-align: center;
}

.news-title{
    width: 650px;
    margin-left: 0;
    padding:  20px 0px 20px 20px;
    text-align: left;
}

.bl_news-block .post_the_content{
	padding-bottom: 80px;
}
/*# sourceMappingURL=main.css.map */