@charset "utf-8";

#page-mv {
    position: relative;
}
#page-mv .ttl-text {
    position: absolute;
    top: 45%;
    left: 13%;
}
#page-mv .ttl-text span {
    display: inline-block;
    background-color: #f23535;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 4px 15px;
    line-height: 1.4;
}

.syojyo-hx {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 23px 2%;
    border-top: 1px solid #0085cd;
    border-bottom: 1px solid #0085cd;
    margin-bottom: 30px;
}

/*===== #company =====*/
#company .company-box {
    margin-bottom: 30px;
}
#company .company-box table {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
}
#company .company-box table .movie-box {
    margin-top: 15px;
}
#company .company-box table tr th {
    background-color: #eff9ff;
    border: 1px solid #c1c1c1;
    text-align: center;
    padding: 8px 2%;
    font-size: 16px;
    color: #0185cf;
    font-weight: bold;
    vertical-align: middle;
    width: 20%;
}
#company .company-box table tr td {
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    padding: 16px 4%;
    font-size: 16px;
    vertical-align: middle;
}

/*===== #lecture =====*/
#lecture #about {
    margin-bottom: 50px;
}
#lecture h2.hx {
    font-size: 25px;
    text-align: center;
    width: 100%;
    padding: 4% 0;
    margin-bottom: 20px;
    margin-top: 50px;
    border-top: 7px double #f23535;
    border-bottom: 7px double #f23535;
    color: #f23535;
}
#lecture #form {
    margin-bottom: 50px;
}
#lecture #about-box .content-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#lecture #about-box .content-box .box {
    width: 32%;
    margin-bottom: 30px;
}
#lecture #about-box .content-box .box .text {
    text-align: center;
    width: 100%;
    padding: 3% 2%;
    margin-bottom: 0;
    line-height: 1.4;
}

/*===== #improvement =====*/
#improvement .check-list {
    border: 3px solid #0085cd;
    padding: 20px 5%;
    margin-bottom: 30px;
}
#improvement .check-list li {
    background: url(../img/common/icon-check.png) no-repeat top left;
    background-size: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 3px 0 17px 40px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000;
}
#improvement .kaizen {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
#improvement .kaizen p.text {
    line-height: 1.2;
}
#improvement .kaizen span {
    font-size: 60px;
    color: #f23535;
    position: relative;
}
#improvement .kaizen span::before {
    position: absolute;
    content: "＼";
    left: -60px;
    bottom: 0;
}
#improvement .kaizen span::after {
    position: absolute;
    content: "／";
    right: -60px;
    bottom: 0;
}

/*===== #front =====*/
#front h2 {
    text-align: center;
    color: #0185cf;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}
#front h2 .hx {
    display: inline-block;
    padding: 0 60px 10px;
    position: relative;
}
#front h2 .hx::after {
    content: '';
    width: 53px;
    height: 90px;
    background: url(../img/common/hx-bg01.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 0;
}
#front h2 .hx::before {
    content: '';
    width: 53px;
    height: 90px;
    background: url(../img/common/hx-bg02.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
}
#front h2 .hx span {
    color: #f33535;
}
#front ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#front ul li {
    width: 31%;
    border: 7px solid #0085cd;
}
#front ul li.box01 {
    background: url(../img/index/front-numbers01.png) no-repeat right 15px bottom;
}
#front ul li.box02 {
    background: url(../img/index/front-numbers02.png) no-repeat right 15px bottom;
}
#front ul li.box03 {
    background: url(../img/index/front-numbers03.png) no-repeat right 15px bottom;
}
#front ul li .text {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #1d5b94;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
}

/*===== [#store]店舗一覧 =====*/
#store {
}
/*----- #store-page -----*/
#store #store-page {
}
#store #store-page .store-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}
#store #store-page .store-info .text-box {
    width: 46%;
}
#store #store-page .store-info .text-box h3 {
    color: #1d5b94;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#store #store-page .store-info .text-box table {
    width: 100%;
    line-height: 1.4;
    border-top: 1px solid #d2d2d2;
}
#store #store-page .store-info .text-box table tr {
    border-bottom: 1px solid #d2d2d2;
}
#store #store-page .store-info .text-box table tr th {
    padding: 15px 0;
}
#store #store-page .store-info .text-box table tr td {
    padding: 15px 0 15px 2%;
}
#store #store-page .store-info .gmap {
    width: 50%;
}
#store #store-page .store-info .gmap iframe {
    width: 100%;
    height: 350px;
}
#store #store-page .link {
    width: 100%;
    margin: 0 auto;
}
#store #store-page .link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5%;
}
#store #store-page .link ul li {
    width: 31%;
}
#store #store-page .link ul li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 2%;
}
#store #store-page .link ul li.web a {
    background-color: #ffaf01;
}
#store #store-page .link ul li.line a {
    background-color: #00b900;
}
#store #store-page .link ul li.tel a {
    background-color: #f23535;
}
#store #store-page .store-feature {
}
#store #store-page .store-feature .feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#store #store-page .store-feature .feature-list .feature-item {
    width: 49%;
    margin-bottom: 18px;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
#store #store-page .store-feature .feature-list .feature-item .feature-icon {
    background-color: #f23535;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 15px;
    line-height: 1;
}
#store #store-page .store-feature .feature-list .feature-item .feature-icon .feature-num {
    font-size: 40px;
}
#store #store-page .store-message {
    margin-bottom: 40px;
}
#store #store-page .store-message .text-box {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7;
}
/*----- #store-list -----*/
#store #store-list {
}
#store #store-list .area-box {
    margin-bottom: 30px;
}
#store #store-list .area-box h3 {
    color: #f33535;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #f33535;
    padding-bottom: 5px;
    margin-bottom: 24px;
}
#store #store-list .area-box .store-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#store #store-list .area-box .store-box .box {
    width: 48%;
    margin-bottom: 35px;
    background-color: #fff;
    box-shadow: 10px 10px 0px #0085cd;
}
#store #store-list .area-box .store-box .box .img {
}
#store #store-list .area-box .store-box .box .text-box {
    padding: 25px 4%;
    line-height: 1.4;
}
#store #store-list .area-box .store-box .box .text-box h4 {
    color: #0185cf;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
#store #store-list .area-box .store-box .box .text-box .info {
    margin-bottom: 10px;
}
#store #store-list .area-box .store-box .box .text-box .info li {
    margin-bottom: 3px;
}
#store #store-list .area-box .store-box .box .text-box .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
#store #store-list .area-box .store-box .box .text-box .link li {
    width: 49%;
}
#store #store-list .area-box .store-box .box .text-box .link li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7% 2%;
    font-size: 12px;
    margin-bottom: 4%;
}
#store #store-list .area-box .store-box .box .text-box .link li.web a {
    background-color: #ffaf01;
}
#store #store-list .area-box .store-box .box .text-box .link li.line a {
    background-color: #00b900;
}
#store #store-list .area-box .store-box .box .text-box .link li.tel a {
    background-color: #f23535;
}
#store #store-list .area-box .store-box .box .text-box .link li.deta a {
    background-color: #0085cd;
}

/*===== [#syojyo-page]症状別詳細 =====*/
#syojyo-page {
    padding-bottom: 60px;
}
/*----- #main-box -----*/
#syojyo-page #main-box {
}
#syojyo-page #main-box .box {
}
#syojyo-page #main-box .box .img {
    width: 42%;
    float: right;
}
#syojyo-page #main-box .box .catch {
    width: 55%;
    float: left;
    padding-top: 20px;
}
#syojyo-page #main-box .box .catch ul {
}
#syojyo-page #main-box .box .catch ul li {
    background: url(../img/common/icon-check.png) no-repeat top left;
    background-size: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 3px 0 17px 40px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000;
}
/*----- .cnt-box -----*/
#syojyo-page .cnt-box {
}
#syojyo-page .cnt-box .box {
}
#syojyo-page .cnt-box .box h3 {
    background-color: #0085cd;
    padding: 13px 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
/*----- #cnt01 -----*/
#syojyo-page #cnt01 {
}
/*----- #cnt02 -----*/
#syojyo-page #cnt02 {
}
/*----- #voice-area -----*/
#syojyo-page #voice-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/*===== [#syojyo]症状別一覧 =====*/
#syojyo {
}
/*----- #improvement -----*/
#syojyo #improvement {
}
#syojyo #improvement .link-list {
    display: flex;
    flex-wrap: wrap;
}
#syojyo #improvement .link-list .box {
    width: calc(91% / 3);
    margin-right: 3%;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 7px 7px 0px #0085cd;
}
#syojyo #improvement .link-list .box:nth-child(2n) {
    box-shadow: 7px 7px 0px #f23535;
}
#syojyo #improvement .link-list .box a {
    display: block;
    text-decoration: none;
}
#syojyo #improvement .link-list .box .img {
}
#syojyo #improvement .link-list .box .ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 13px 2%;
}
#syojyo #improvement .link-list .box .link {
    padding: 0 2% 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #0085cd;
}
#syojyo #improvement .link-list .box:nth-child(2n) .link {
    color: #f23535;
}

/*===== [#first]初めての方へ =====*/
#first {
}
/*----- .first-link -----*/
#first .first-link {
}
#first .first-link ul {
    display: flex;
    justify-content: space-between;
}
#first .first-link ul li {
    width: 19%;
    background-color: #0185cf;
}
#first .first-link ul li a {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 2%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
/*----- #first-point -----*/
#first #first-point {
}
#first #first-point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#first #first-point ul li {
    width: 32%;
}
/*----- #improvement -----*/
#first #improvement {
}
#first #improvement .link-list {
    display: flex;
    flex-wrap: wrap;
}
#first #improvement .link-list .box {
    width: calc(91% / 3);
    margin-right: 3%;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 7px 7px 0px #0085cd;
}
#first #improvement .link-list .box:nth-child(2n) {
    box-shadow: 7px 7px 0px #f23535;
}
#first #improvement .link-list .box a {
    display: block;
    text-decoration: none;
}
#first #improvement .link-list .box .img {
}
#first #improvement .link-list .box .ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 13px 2%;
}
#first #improvement .link-list .box .link {
    padding: 0 2% 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #0085cd;
}
#first #improvement .link-list .box:nth-child(2n) .link {
    color: #f23535;
}
/*----- #flow -----*/
#first #flow {
}
#first #flow .flow-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#first #flow .flow-box .box {
    width: 48%;
    margin-bottom: 35px;
    background-color: #fff;
    box-shadow: 10px 10px 0px #f23535;
}
#first #flow .flow-box .box .img {
}
#first #flow .flow-box .box .text-box {
    padding: 20px 3%;
}
#first #flow .flow-box .box .text-box h3 {
    color: #f23535;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#first #flow .flow-box .box .text-box h3 .icon {
    display: block;
    margin-right: 10px;
    font-size: 50px;
    font-weight: bold;
}
#first #flow .flow-box .box .text-box h3 .ttl {
    display: block;
    font-size: 25px;
    font-weight: bold;
}
#first #flow .flow-box .box .text-box .text {
}
#first #flow .flow-box .box.n2 {
    box-shadow: 10px 10px 0px #0085cd;
}
#first #flow .flow-box .box.n2 .text-box h3 {
    color: #0085cd;
}

/*----- #faq -----*/
#faq {
}
#faq .qa-list {
}
#faq .qa-list dl {
    margin-bottom: 16px;
}
#faq .qa-list dl dt {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 15px 42px 15px 2%;
    line-height: 1.4;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #0185cf;
}
#faq .qa-list dl dt::after {
    content: "";
    border-right: 2px solid #1e5c94;
    border-bottom: 2px solid #1e5c94;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 26px;
    right: 18px;
    transform: rotate(45deg);
    transition: all .2s;
}
#faq .qa-list dl dt.open dt::after {
    transform: rotate(225deg);
    top: 23px;
}
#faq .qa-list dl dt span {
    background: url(../img/common/icon-q.png) no-repeat left top;
    display: block;
    padding: 6px 0 5px 50px;
}
#faq .qa-list dl dd {
    display: none;
    padding: 15px 42px 15px 2%;
    line-height: 1.8;
    position: relative;
    box-sizing: border-box;
    background-color: #eaf1f6;
}
#faq .qa-list dl dd span {
    background: url(../img/common/icon-a.png) no-repeat left top;
    display: block;
    padding: 6px 0 5px 50px;
}

/*===== [#voice]お客様の声 =====*/
#voice {
}
/*----- #voice-page -----*/
#voice #voice-page {
}
#voice #voice-page .voice-list {
}
#voice #voice-page .voice-list .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 4px #848484;
    background-color: #fff;
    padding: 3%;
    margin-bottom: 25px;
}
#voice #voice-page .voice-list .box .img {
    width: 30%;
}
#voice #voice-page .voice-list .box .text-box {
    width: 66%;
    background: url(../img/pages/voice-bg.png) no-repeat top center;
    background-size: 60%;
    padding: 2% 0;
}
#voice #voice-page .voice-list .box .text-box h3 {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #0185cf;
    margin-bottom: 15px;
}
#voice #voice-page .voice-list .box .text-box .txt {
}
#voice #voice-page .voice-list .box .text-box .txt p {
    line-height: 1.4;
}

/*===== [#blog]BLOG =====*/
#blog {
}
/*----- #blog-area -----*/
#blog #blog-area .blog-box {
    justify-content: flex-start;
}
#blog #blog-area .blog-box .box {
    width: 33.333%;
    padding: 0 1%;
    margin-bottom: 20px;
}
/*----- #blog-page -----*/
#blog #blog-page {
}
#blog #blog-page h2 {
    border-top: 1px solid #0085cd;
    border-bottom: 1px solid #0085cd;
    padding: 13px 0;
    margin-bottom: 30px;
}
#blog #blog-page h2 .day {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
    color: #7f7e7e;
    margin-bottom: 4px;
}
#blog #blog-page h2 .ttl {
    color: #0085cd;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
#blog #blog-page h3 {
    background-color: #0085cd;
    padding: 13px 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#blog #blog-page .text-box {
    margin-bottom: 25px;
}
#blog #blog-page .text-box .img {
    width: 38%;
    float: left;
    margin: 0 2% 2% 0;
}
#blog #blog-page .text-box .txt {
    line-height: 1.6;
}
#blog #blog-page .text-box .txt p {
    margin-bottom: 1em;
}
#blog #blog-page strong {
    font-weight: bold;
}
#blog #blog-page .l60 {
    width: 60%;
    float: left;
    margin-bottom: 1em;
}
#blog #blog-page .r38 {
    width: 38%;
    float: right;
    margin-bottom: 1em;
}
#blog #blog-page .r60 {
    width: 60%;
    float: right;
    margin-bottom: 1em;
}
#blog #blog-page .l38 {
    width: 38%;
    float: left;
    margin-bottom: 1em;
}
#blog #blog-page .lr-clear {
    clear: both;
}

/*===== [#price]募集要項 =====*/
#price {
}
/*----- #price-tbl -----*/
#price #price-tbl {
}
#price #price-tbl table {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 25px;
}
#price #price-tbl table tr {
}
#price #price-tbl table tr th {
    background-color: #0085cd;
    border: 1px solid #0085cd;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 2%;
    vertical-align: middle;
}
#price #price-tbl table tr td {
    background-color: #ffffff;
    border: 1px solid #0085cd;
    text-align: center;
    font-size: 15px;
    padding: 13px 2%;
    vertical-align: middle;
}
#price #price-tbl table tr td.hx {
    background-color: #a1deff;
    width: 40%;
}
#price #price-tbl .link{
    width: 100%;
    margin: 0 auto;
}
#price #price-tbl .link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#price  #price-tbl .link ul li {
    width: 31%;
}
#price #price-tbl .link ul li.web a {
    background-color: #1d5b94;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 2%;
}
#price #price-tbl .link ul li.line a {
    background-color: #00b900;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 2%;
}
#price #price-tbl .link ul li.tel a {
    background-color: #f23535;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 2%;
}
#price #price-tbl .first {
    margin-bottom: 30px;
    text-align: center;
}
#price #price-tbl .first h3{
    font-size: 30px;
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}
#price #price-tbl .first .text span.strong{
    font-size: 25px;
    color: red;
}

/*===== #menu =====*/
#menu {
}
#menu h2 {
    color: #0185cf;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}
#menu .hx {
    color: #0185cf;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}
#menu .menu-box {
    margin-bottom: 35px;
}
#menu .menu-box h3 {
    line-height: 1.4;
    color: #0185cf;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
#menu .menu-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu .menu-box ul li {
    width: 49%;
    margin-bottom: 15px;
}
#menu .menu-box ul.menu01 {
}
#menu .menu-box ul.menu02 {
    justify-content: center;
}

/*----- .ba-link -----*/
.ba-link ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ba-link ul li {
    width: 14%;
    background-color: #0185cf;
}
.ba-link ul li a {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10% 2%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/*===== #Before&After =====*/
#nayami{
    border: 2px solid #0185cf;
}
#nayami h3{
    background-color: #0185cf;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px 2%;
}
#nayami ul{
    line-height: 1.4;
    padding: 0px 4%;
    margin-top: 15px;
}
#nayami ul li{
    width: 100%;
    border-bottom: 1px solid #bcbbbb;
    padding: 1px 0 10px 0px;
    margin-bottom: 15px;
}
#nayami .text{
    padding: 10px 4%;
}
#beforeafter .contents ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#beforeafter .contents ul li{
    width: 48%;
    margin-bottom: 20px;
}
#diet ul li.wide .sentence {
    background-color: #eee;
    padding: 3%;
}
#diet ul li.wide dl {
    display: flex;
    margin-bottom: 15px;
}
#diet ul li.wide dl dt {
}
#diet ul li.wide dl dd {
    font-size: 18px;
    font-weight: bold;
    color: red;
}
#diet ul li.wide {
    width: 100%;
}
.bfaf-btn a {
    display: block;
    background: #0185cf;
    font-weight: bold;
    text-align: center;
    padding: 20px 3%;
    color: #fff;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-decoration: none;
}

/*===== #staff =====*/
#staff{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#staff .box{
    width: 31%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
#staff::after{
    width: 32%;
    content:"";
    display: block;
}
#staff .store{
    background-color: #000;
    width: 100%;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 4% 4% 4% 4%;
}
#staff .furigana{
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}
#staff .name{
    text-align: center;
    font-size: 27px;
    margin-top: 5px;   
    font-weight: bold;
    margin-bottom: 20px;
}
#staff .introduction .box02 .sports{
    background-color: #0085cd;
    padding: 1% 4% 1% 4%;
    color: #fff;
}
#staff .introduction .box02 p.text{
    margin-top: 10px;
}
#staff .introduction .box02 .hobby{
    background-color: #f23535;
    padding: 1% 4% 1% 4%;
    color: #fff;
}

/*===== #media =====*/
#media #coverage h3{
    font-size: 20px;
    text-align: center;
    background-color: #f23535;
    color: #fff;
    width: 100%;
    padding: 2% 5% 2% 5%;
    margin-bottom: 20px;
}
#published h3{
    font-size: 25px;
    text-align: center;
    width: 100%;
    padding: 4% 0;
    margin-bottom: 20px;
    margin-top: 50px;
    border-top: 7px double #f23535;
    border-bottom: 7px double #f23535;
    color: #f23535;
}
#published .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#published .flex::after {
    content: "";
    width: 32%;
    height: 0;
}
#published .flex .box{
    width: 32%;
    margin-bottom: 30px;
}
#published .flex .box .img {
    margin-bottom: 10px;
}

/*===== #form =====*/
#form h3{
    font-size: 20px;
    text-align: center;
    background-color: #0085cd;
    color: #fff;
    width: 100%;
    padding: 2% 5% 2% 5%;
    margin-bottom: 20px;
    margin-top: 50px;
}
#form .container table {
    width: 100%;
}
#form .container table tr th {
    font-size: 15px;
    font-weight: bold;
    width: 35%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 3%;
    letter-spacing: 1px;
    line-height: 1.4;
}
#form .container table tr td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2%;
}
#form .container table tr td .textbox {
    background: #eee;
    padding: 3%;
    width: 70%;
}
#form .container table tr td select {
    background: #eee;
    padding: 3%;
    width: 35%;
}
#form .container table tr td textarea {
    background: #eee;
    padding: 3%;
    width: 100%;
    vertical-align: middle;
}
#form .container table tr td .textbox02 {
    line-height: 1.3;
}
#form .btn {
    text-align: center;
    padding: 3%;
    border-radius: 100px;
    background-color: #0085cd;
    width: 30%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #0085cd;
    transition: all 0.4s;
}
#form .btn:hover{
    color: #0085cd;
    background-color: #fff;
    border: 1px solid #0085cd;
    transition: all 0.4s;
}
#form .confirmation{
    text-align: center;
    margin-top: 40px;
}

/*===== #recruit =====*/
#recruit #heading{
    margin-bottom: 120px;
}
#recruit #heading h3{
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
#recruit #heading ul.img-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#recruit #heading ul.img-list li {
    width: 48%;
}
#recruit #heading .text{
    text-align: center;
}
#recruit #heading .text.left {
    text-align: left;
}
#recruit #heading .text span {
    font-weight: bold;
}
#recruit #heading .recruit-catch ul li {
    background: url(../img/common/icon-check.png) no-repeat top left;
    background-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 10px 34px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000;
}
#recruit #recruit-point {
    margin: 50px 0;
}
#recruit #recruit-point h3{
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
#recruit #recruit-point .box{
    padding: 5%;
    background-color: #f6f4f2;
}
#recruit #recruit-point .box .img {
    display: flex;
    margin-bottom: 20px;
}
#recruit #recruit-point .box .img img {
    width: 100%;
}
#recruit #recruit-point .box .letter .title{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #0085cd;
    line-height: 1.4;
}
#recruit #kenko{
    margin: 50px 0;
}
#recruit #kenko h3{
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
#recruit #kenko .text{
    text-align: center;
}
#recruit #insta h3{
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin: 70px 0 50px;
}
#recruit #insta iframe{
    height: 660px;
}
#recruit #company .btn a {
    background-color: #0185cf;
    padding: 3% 5%;
    max-width: 500px;
    margin: 50px auto 0;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50px;
}
#recruit #sns .sns-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
#recruit #sns .sns-box .bnr {
    width: calc((100% - 30px) / 2);
}
#action{
    border: 2px solid #0185cf;
    margin-top: 50px;
}
#action h3{
    background-color: #0185cf;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px 2%;
}
#action ul{
    line-height: 1.4;
    padding: 0px 4%;
    margin-top: 15px;
}
#action ul li{
    width: 100%;
    border-bottom: 1px solid #bcbbbb;
    padding: 1px 0 10px 0px;
    margin-bottom: 15px;
}
#action .text{
    padding: 10px 4%;
}
#movie{
    text-align: center;
    margin-top: 50px;
    position: relative;
}
#movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#information h3{
    margin-top: 70px;
}
#information h3{
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
#information .text{
    text-align: center;
}
#information table{
    width: 100%;
}
#information table tr th{
    border: solid 3px #fff;
    width: 30%;
    vertical-align: middle;
    background-color: #eee;
    padding: 2%;
}
#information table tr td{
    border: solid 3px #fff;
    line-height: 1.4;
    background-color: #eee;
    padding: 2%;
}
#information-store{
    margin-top: 70px;
}
#information-store h3{
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
#information-store table{
    width: 100%;
}
#information-store table tr th{
    border: solid 3px #fff;
    width: 60%;
    vertical-align: middle;
    background-color: #eee;
    padding: 2%;
    line-height: 1.3;

}
#information-store table tr td{
    border: solid 3px #fff;
    line-height: 1.4;
    background-color: #eee;
    padding: 2%;
    vertical-align: middle;
}
#information-store table tr th.h{
    border: solid 3px #fff;
    width: 60%;
    vertical-align: middle;
    background-color: #777777;
    padding: 2%;
    color: #fff;
}
#information-store table tr th .name{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
#information-store table tr th .text{
    margin-bottom: initial;
}
/* campaign */
#campaign .hx-text {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: red;
    margin-top: 50px;
    line-height: 1.4;
}
#campaign .hx-text span {
    background: linear-gradient(transparent 50%, #fbf1ae 0%);
}
#campaign .hx-text .text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
}
#campaign #campaign-list .inner {
    padding: 30px 10% 20px;
}
#campaign #campaign-list .list {
}
#campaign #campaign-list .list li {
    margin-bottom: 20px;
}
#campaign #campaign-list .list li.text-btn a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-color: #0185cf;
    padding: 30px 5%;
    text-align: center;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}
#campaign #campaign-list .list li.text-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
#campaign #campaign-page img {
    width: auto;
    max-width: 100%;
}
#campaign #campaign-page .inner {
    margin-bottom: 30px;
}
#campaign #campaign-page .mv {
    margin-bottom: 20px;
    text-align: center;
}
#campaign #campaign-page .name,
#campaign #campaign-page .day {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}
#campaign #campaign-page .price {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}
#campaign #campaign-page .price .special {
    font-size: 1.5em;
    color: #ff0000;
}
#campaign #campaign-page .list {
    padding: 20px 5%;
    border: 5px solid rgb(216, 216, 216);
    margin-bottom: 30px;
}
#campaign #campaign-page .list .list-title {
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    color: #0185cf;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
}
#campaign #campaign-page .list .list-contents {}
#campaign #campaign-page .list .list-contents ul {}
#campaign #campaign-page .list .list-contents ul li {
    background: url(../img/common/icon-check.png) no-repeat top left;
    background-size: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 3px 0 17px 40px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000;
}
#campaign #campaign-page .bfaf {
    text-align: center;
    margin-bottom: 30px;
}
#campaign #campaign-page .emp {
    text-align: center;
    margin-bottom: 30px;
}
#campaign #campaign-page .box {
    width: 700px;
    max-width: 100%;
    background-color: #ddd;
    padding: 20px 5%;
    margin: 0 auto 30px;
}
#campaign #campaign-page .title {
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
}
#campaign #campaign-page .box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#campaign #campaign-page .box .flex .text-box {
    width: 58%;
}
#campaign #campaign-page .box .flex .text-box .hx {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
#campaign #campaign-page .box .flex .mail-btn {
    width: 30%;
}
#campaign #campaign-page .box .flex .mail-btn a {
    background-color: #ffaf01;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7% 2%;
    font-size: 14px;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
}
#campaign #campaign-page .box .flex .line-btn {
    width: 30%;
}
#campaign #campaign-page .box .flex .line-btn a {
    background-color: #00b900;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7% 2%;
    font-size: 14px;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
}
#campaign #campaign-page .line-area {
    width: 700px;
    max-width: 100%;
    background-color: #00b900;
    padding: 20px 5%;
    margin: 0 auto 30px;
}
#campaign #campaign-page .line-area .inner {
    margin-bottom: 0;
}
#campaign #campaign-page .line-area .inner .title {
    font-size: 30px;
    text-align: center;
    color: yellow;
    margin: 15px 0;
    font-weight: bold;
}
#campaign #campaign-page .line-area .inner .text-box {
    color: #fff;
    font-size: 18px;
}
#campaign #campaign-page .link-box {
}
#campaign #campaign-page .link-box .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
#campaign #campaign-page .link-box .link li {
    width: 32%;
}
#campaign #campaign-page .link-box .link li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 7% 2%;
    font-size: 14px;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
}
#campaign #campaign-page .link-box .link li.web a {
    background-color: #ffaf01;
}
#campaign #campaign-page .link-box .link li.line a {
    background-color: #00b900;
}
#campaign #campaign-page .link-box .link li.tel a {
    background-color: #f23535;
}
#campaign #campaign-page .link-box .link li.deta a {
    background-color: #0085cd;
}
#campaign .store-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}
#campaign .store-info .text-box {
    width: 46%;
}
#campaign .store-info .text-box h3 {
    color: #1d5b94;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#campaign .store-info .text-box table {
    width: 100%;
    line-height: 1.4;
    border-top: 1px solid #d2d2d2;
}
#campaign .store-info .text-box table tr {
    border-bottom: 1px solid #d2d2d2;
}
#campaign .store-info .text-box table tr th {
    padding: 15px 0;
}
#campaign .store-info .text-box table tr td {
    padding: 15px 0 15px 2%;
}
#campaign .store-info .gmap {
    width: 50%;
}
#campaign .store-info .gmap iframe {
    width: 100%;
    height: 350px;
}
#campaign .store-info .link {
    width: 100%;
    margin: 20px auto 0;
}
#campaign .store-info .link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5%;
}
#campaign .store-info .link ul li {
    width: 31%;
}
#campaign .store-info .link ul li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 2%;
}
#campaign .store-info .link ul li.web a {
    background-color: #ffaf01;
}
#campaign .store-info .link ul li.line a {
    background-color: #00b900;
}
#campaign .store-info .link ul li.tel a {
    background-color: #f23535;
}

/*========================
 目次
=========================*/
#tbl-cnt {
    border-top : 5px solid #2ba2e2;
    border-bottom : 5px solid #2ba2e2;
    background-color: #f1faff;
    padding: 20px;
  }
  
  #tbl-cnt .ttl {
    margin-bottom: 1.5rem;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  
  #tbl-cnt li {
    margin-bottom: 1rem;
  }
  
  #tbl-cnt a {
    color: #2ba2e2;
    line-height: 1.2;
  }
  
  #tbl-cnt a:hover {
    color: #4cb7d1;
  }

/*===============================================
    ■tablet 画面の横幅が1050pxまで
===============================================*/
@media screen and (max-width: 1050px) {
}

/*===============================================
    ■smart 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  #page-mv {
    margin-top: 77px;
  }
  #page-mv .ttl-text {
    top: 27%;
    left: 4%;
  }
/*===== [#store]店舗一覧 =====*/
/*----- #store-page -----*/
  #store #store-page .store-info .text-box {
    width: 100%;
    margin-bottom: 25px;
  }
  #store #store-page .store-info .gmap {
    width: 100%;
  }
  #store #store-page .link {
    margin-bottom: 30px;
  }
  #store #store-page .link ul {
    display: block;
}
#store #store-page .link ul li {
    width: 100%;
    padding-bottom: 10px;
}
#store #store-page .store-feature .feature-list .feature-item {
    width: 100%;
}

/*----- #store-list -----*/
  #store #store-list .area-box .store-box .box {
    width: 100%;
  }
/*===== [#syojyo-page]症状別詳細 =====*/
  #syojyo-page #main-box .box .img {
    width: 100%;
    float: none;
    max-width: 640px;
    margin: 0 auto 0;
  }
  #syojyo-page #main-box .box .catch {
    width: 100%;
    float: none;
  }
/*===== [#syojyo]症状別一覧 =====*/
  #syojyo #improvement .link-list {
    justify-content: space-between;
  }
  #syojyo #improvement .link-list .box {
    width: 48%;
    margin-right: 0;
  }
/*===== [#first]初めての方へ =====*/
  #first .first-link ul {
    flex-wrap: wrap;
  }
  #first .first-link ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  #first #first-point .base-hx {
    font-size: 28px;
  }
  #first #improvement .link-list {
    justify-content: space-between;
  }
  #first #improvement .link-list .box {
    width: 48%;
    margin-right: 0;
  }
  #first #flow .flow-box .box {
    width: 95%;
    margin: 0 auto 35px;
  }
/*===== [#blog]BLOG =====*/
  #blog #blog-area .blog-box {
    justify-content: space-between;
  }
  #blog #blog-area .blog-box .box {
    width: 49%;
    padding: 0;
  }
/*----- .ba-link -----*/
  .ba-link ul li {
    width: 100%;
    margin-bottom: 10px;
  }
/*===== [#campaign] =====*/
  #campaign .store-info .text-box {
    width: 100%;
    margin-bottom: 25px;
  }
  #campaign .store-info .gmap {
    width: 100%;
  }
  #campaign .store-info .link ul {
    display: block;
  }
  #campaign .store-info .link ul li {
    width: 100%;
    padding-bottom: 10px;
  }
}
/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  #page-mv .ttl-text span {
    font-size: 20px;
    padding: 4px 10px;
  }
/*===== [#syojyo]症状別一覧 =====*/
  #syojyo #improvement .link-list .box .ttl {
    font-size: 18px;
  }
  #syojyo #improvement .link-list .box .link {
    font-size: 13px;
  }
/*===== [#first]初めての方へ =====*/
  #first #first-point ul {
    flex-direction: column;
  }
  #first #first-point ul li {
    width: 100%;
    max-width: 377px;
    margin: 0 auto 15px;
  }
  #first #improvement .link-list .box .ttl {
    font-size: 18px;
  }
  #first #improvement .link-list .box .link {
    font-size: 13px;
  }
/*===== [#voice]お客様の声 =====*/
/*----- #voice-page -----*/
  #voice #voice-page .voice-list .box {
    padding: 4%;
  }
  #voice #voice-page .voice-list .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #voice #voice-page .voice-list .box .text-box {
    width: 100%;
  }
/*===== [#blog]BLOG =====*/
/*----- #blog-area -----*/
  #blog #blog-area .blog-box .box {
    width: 100%;
  }
/*----- #blog-page -----*/
  #blog #blog-page .text-box .img {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
  #blog #blog-page .l60 {
    width: 100%;
    float: none;
  }
  #blog #blog-page .r38 {
    width: 100%;
    float: none;
  }
  #blog #blog-page .r60 {
    width: 100%;
    float: none;
  }
  #blog #blog-page .l38 {
    width: 100%;
    float: none;
  }
  /*----- #price -----*/
  #price  #price-tbl .link ul {
    display: block;
  }
  #price  #price-tbl .link ul li {
    width: 100%;
    padding-bottom: 10px;
  }
  #price #price-tbl .first h3{
    font-size: 25px;
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #price #price-tbl .first .text span.strong{
    font-size: 20px;
  }
  /*-------- #menu --------*/
  #menu .menu-box ul li {
    width: 100%;
    max-width: 586px;
    margin: 0 auto 15px;
  }
  /*===== #Before&After =====*/
  .base-hx {
    font-size: 28px;
  }
  #ba-01 ul{
    display: block;
  }
  #ba-01 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  #ba-02 ul{
    display: block;
  }
  #ba-02 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  #ba-03 ul{
    display: block;
  }
  #ba-03 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  #ba-04 ul{
    display: block;
  }
  #ba-04 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  #ba-05 ul{
    display: block;
  }
  #ba-05 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  /*===== #staff =====*/
  #staff{
    display: block;
  }
  #staff .box{
    width: 100%;
    padding: 4%;
  }
  /*===== #form =====*/
  #form .container table tr th {
    font-size: 16px;
    width: 100%;
    display: block;
    border: initial;
    padding: 0%;
    padding-top: 20px;
    padding-left: 4%;
  }
  #form .container table tr td {
    border-top: initial;
    padding: 4%;
    display: block;
  }
  #form .container table tr td .textbox {
    background: #eee;
    padding: 4%;
    width: 100%;
  }
  #form .container table tr td select {
    background: #eee;
    padding: 4%;
    width: 100%;
  }
  #form .btn {
    padding: 4%;
    width: 50%;
  }
  #form .confirmation{
    margin-top: 20px;
  }
  /*===== #madia =====*/
  #published .flex{
    display: block;
  }
  #published .flex .box{
    width: 100%;
  }
  /*===== #recruit =====*/
  #recruit #heading{
    margin-bottom: 70px;
  }
  #recruit #heading h3 {
    font-size: 25px;
  }
  #recruit #recruit-point {
    margin: 20px 0;
  }
  #recruit #recruit-point .box{
    display: block;
    padding: 5%;
  }
  #recruit #recruit-point h3 {
    font-size: 25px;
  }
  #recruit #recruit-point .box .img{
    width: 100%;
    margin-bottom: 20px;
  }
  #recruit #recruit-point .box .letter{
    width: 100%;
  }
  #recruit #recruit-point .box .letter .title {
    font-size: 22px;
  }
  #recruit #kenko{
    margin: 0 0 20px;
  }
  #recruit #insta iframe{
      height: 300px;
  }
  #recruit #company .btn a {
    margin: 0 auto 30px;
  }
  #recruit #sns .sns-box {
    gap: 10px;
    margin: 50px 0 30px;
  }
  #recruit #sns .sns-box .bnr {
    width: calc((100% - 10px) / 2);
  }
  #information h3 {
    margin-top: 50px;
    font-size: 25px;
  }
  #information table tr th {
    display: block;
    width: 100%;
    padding: 4%;
    background-color: #0185cf;
    color: #fff;
  }
  #information table tr td {
    display: block;
    padding: 4% 2%;
  }
  #information-store {
    margin-top: 50px;
  }
  #information-store h3 {
    font-size: 25px;
  }
  #information-store table tr td {
    padding: 5%;
  }
  #information-store table tr th{
    border: solid 3px #fff;
    width: 60%;
    vertical-align: middle;
    background-color: #eee;
    padding: 2%;
    line-height: 1.3;

}
#information-store table tr th{
    padding: 4%;
}
#information-store table tr th .text{
    font-size: 12px;
    line-height: 1.5;
}

  /* campaign */
#campaign #campaign-list .inner {
    margin-bottom: 30px;
    padding: 0;
}
#campaign #campaign-list .list li {
}
#campaign #campaign-page .link-box .link {
    flex-direction: column;
    align-items: center;
}
#campaign #campaign-page .link-box .link li {
    width: 70%;
}
#campaign #campaign-page .box .flex .text-box {
    width: 100%;
}
#campaign #campaign-page .box .flex .mail-btn {
    width: 100%;
}
#campaign #campaign-page .box .flex .line-btn {
    width: 100%;
}
#campaign .hx-text {
    margin-bottom: 20px;
    font-size: 20px;
}

/*-------- #front --------*/
  #front h2 {
    font-size: 23px;
  }
  #front ul {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #front ul li {
    width: 100%;
    max-width: 381px;
    margin: 0 auto 25px;
  }
/*-------- #improvement --------*/
  #improvement .kaizen span::before,
  #improvement .kaizen span::after {
      display: none;
  }
/*===== #lecture =====*/
  #lecture h2.hx {
    font-size: 18px;
  }
  #lecture #about-box .content-box .box {
    width: 100%;
    margin-bottom: 20px;
  }
/*===== #company =====*/
  #company .company-box table tr th {
    width: 28%;
  }
  
}