@charset "UTF-8";
/* CSS Document */
/*main article .page-visual-title.vt-208 {
  background-image: url("./images/page208/img_led_brue.jpg");
}*/
main article #sec01 .basic-page-contents.border-bottom:nth-of-type(1) {
  margin-top: 0 !important;
}
main article #sec01 .basic-page-contents:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  main article .page-visual-title.vt-208 {
    background-image: url("./images/mv/mv-208-sp.jpg");
    /* height: 380px; */
    /* background-size: cover; */
  }
}
@media (min-width: 769px) {
  main article .page-visual-title.vt-208 {
    background-image: url("./images/mv/mv-208-pc.jpg");
    /* height: 280px; */
    background-size: contain;
    /* margin-bottom: -15px; */
  }
}
.page-main-copy p {
    display: none;
}
/**/
ul.flow-acnekin {
    max-width: 90%;
    margin: auto;
}
ul.flow-acnekin li {
    padding-bottom: 40px;
    background-image: url("../../images/common/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50px 50px;
}
@media (max-width: 767px) {
ul.flow-acnekin li:last-child {
    padding: unset;
    background: none;
}
}
.fh-main {
    text-align: center;
}
.fh-main img {
    max-width: 200px;
    margin-bottom: 0.5em;
}

@media (min-width: 768px) {
ul.flow-acnekin {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
ul.flow-acnekin li {
    padding: 0 40px 0 0px;
    background-image: url("../../images/common/arrow-left.svg");
    flex-basis: 30%;
    background-position: center right;
    background-size: 30px 30px;
}
ul.flow-acnekin li:last-child {
    background: unset;
}
}

p.fh-text {
    font-size: 13px;
    line-height: 1.6;
}
/**/
.sub-flex {
    display: flex;
    justify-content: space-around;
}
/**/
.aoobi-box {
    border: 1px solid #d3deef;
    width: 46%;
}
.aoobi-box h3 {
    font-family: sans-serif;
    font-weight: 900;
    text-align: center;
    background-color: #547fbb;
    color: #FFF;
    padding: 0.3em;
}

.ao-box-inner {
    padding: 0.6em 1em;
    text-align: center;
}
.subsec.sebsubsec .ao-box-inner h4.ss-bluebold {
    text-align: center;
}
.ao-box-inner p {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
}

.subsec.sebsubsec {}

.subsec.sebsubsec h4.ss-bluebold {
    text-align: left;
}

/**/
.center-img {
    max-width: 60%;
    margin: auto;
}
.center-img img {}

@media (max-width: 767px) {
.center-img {
    max-width: 90%;
}
}
#sec04 a{
    color: #555;
}
#sec04 a:hover{
    color: #444;
}
.therapy .box h4{
    background: #4c74a7;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0.5rem;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}
.therapy .box .blue-frame{
    border: 2px solid #bacde9;
}
.therapy .box .blue-frame h5{
    background: #bacde9;
    color: #11395f;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0.5rem;
    margin-bottom: 0.8rem;
    text-align: center;
    font-size: 1.6rem;
}
.therapy .box .blue-frame h6{
    border: 1px solid #bacde9;
    color: #11395f;
    font-weight: bold;
    font-family: sans-serif;
    padding: 0.5rem;
    margin: 0 1rem 0.8rem;
    text-align: center;
    font-size: 1.5rem;
}
.therapy .box .blue-frame .flex{
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.therapy .box .blue-frame .flex .item{
    text-align: center;
    padding: 0 0.5rem;
}
.therapy .box .blue-frame .flex .img{
    width: 40%;
    max-width: 280px;
}
.therapy .box .blue-frame .flex .icon{
    width: 20%;
}
.therapy .box .blue-frame .flex .icon img{
    max-width: 50px;
}
@media (max-width: 500px) {
    .therapy .box .blue-frame .flex .icon img{
        max-width: 30px;
    }
}
.therapy .box .blue-frame p{
    padding: 1rem 1rem 0;
}
p.notice{
    font-size: 11px;
}