@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");
main .b-content {
    font-size: 20px;
    line-height: 1.5;
}
@media only screen and (max-width: 979px) {
    main .b-content {
        font-size: 16px;
    }
}
main .text-color01 {
    color: #1d8099;
}
main #mvSlider {
    text-align: center;
}
main #mvSlider .mv01 {
    background: url("./images/mv_bg.jpg") center center no-repeat;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main #mvSlider .mv02 {
    background: url("/assets/about/campaign/weekly/images/banner_mv_bg.jpg") center center no-repeat;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 979px) {
    main #mvSlider {
        background: none;
    }
    main #mvSlider img {
        width: 100%;
    }
}
main .inner {
    margin: auto;
    max-width: 980px;
    width: 100%;
}
@media only screen and (max-width: 979px) {
    main .inner {
        padding: 0 2vw;
    }
}
@media only screen and (max-width: 979px) {
    main .head-menu .ac_ly_001 {
        padding: 0;
    }
}
main .head-menu .menu-list {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
}
@media only screen and (max-width: 979px) {
    main .head-menu .menu-list {
        flex-wrap: wrap;
    }
}
main .head-menu .menu-list li {
    flex: 1;
    padding: 17px 0;
}
@media only screen and (max-width: 979px) {
    main .head-menu .menu-list li {
        flex: auto;
        width: 33.33333%;
        padding: 0;
    }
}
main .head-menu .menu-list li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 45px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #c8c8c8;
}
main .head-menu .menu-list li a span:first-child {
    font-size: 90%;
    color: #7d7b76;
}
@media only screen and (max-width: 979px) {
    main .head-menu .menu-list li a {
        font-size: 3.5vw;
        height: 15vw;
    }
    main .head-menu .menu-list li a span:first-child {
        font-size: 2.5vw;
    }
}
main .head-menu .menu-list li a.new {
    position: relative;
}
main .head-menu .menu-list li a.new::before {
    content: "NEW";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    height: 22px;
    font-size: 13px;
    font-weight: bold;
    color: #eee07e;
    background: #d4415e;
    border-radius: 3px;
    padding: 1px 0 0;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
}
main .head-menu .menu-list li a.new::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: #c73532;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translate(-50%, 0);
}
@media screen and (max-width: 979px) {
    main .head-menu .menu-list li a.new::before {
        width: 10vw;
        height: 4.5vw;
        font-size: 2.5vw;
        border-radius: 0.5vw;
        padding: 0.5vw 0 0;
        top: -2.5vw;
    }
    main .head-menu .menu-list li a.new::after {
        width: 2.5vw;
        height: 2vw;
        top: 1.5vw;
    }
}
@media only screen and (min-width: 980px) {
    main .head-menu .menu-list li:last-child a {
        border-right: 1px solid #c8c8c8;
    }
}
@media only screen and (max-width: 979px) {
    main .head-menu .menu-list li:nth-child(3n + 1) a {
        border-left: none;
    }
    main .head-menu .menu-list li:nth-child(n + 4) a {
        border-top: 1px solid #c8c8c8;
    }
}
main header {
    text-align: center;
    margin: 0 0 40px;
}
main header .page-ttl {
    display: inline-flex;
    min-width: 385px;
    height: 1em;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    line-height: 1;
    position: relative;
    padding: 0 60px;
}
main header .page-ttl::before, main header .page-ttl::after {
    content: "[";
    font-size: 28px;
    color: #465155;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}
main header .page-ttl::after {
    content: "]";
    left: inherit;
    right: 0;
}
@media only screen and (max-width: 979px) {
    main header {
        margin: 0 0 6vw;
    }
    main header .page-ttl {
        min-width: 53vw;
        font-size: 10vw;
        padding: 0 5vw;
    }
    main header .page-ttl::before, main header .page-ttl::after {
        font-size: 5vw;
    }
}
main header h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
@media only screen and (max-width: 979px) {
    main header h2 {
        font-size: 4.2vw;
    }
}
main header p {
    font-family: "EB Garamond", serif;
    margin: 0;
    padding: 0;
}
main header p.white {
    color: #fff;
}
main header p.gray {
    color: #dddfe0;
}
main header p.gray2 {
    color: #ededed;
}
main header p.blue {
    color: #f1f7f8;
}
main .b-pickup {
    padding: 70px 0 100px;
    background: #edf1f2;
    margin: 0;
}
main .b-pickup__content {
    text-align: center;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-touch-callout: none !important;
    -moz-user-select: none !important;
    touch-callout: none !important;
    user-select: none !important;
    user-drag: none !important;
    -webkit-user-drag: none !important;
    -moz-user-select: none !important;
}
main .b-pickup .mhlw-risk>.mhlw-risk-single {
    text-align: left;
}
@media only screen and (max-width: 979px) {
    main .b-pickup {
        padding: 7vw 0 10vw;
        font-size: 3.5vw;
    }
    main .b-pickup__content video {
        width: 80%;
    }
    main .b-pickup .mhlw-risk {
        min-height: inherit;
    }
}
main .b-what {
    padding: 70px 0 500px;
    background: url(/assets/agingcare/light/injection/joyu/images/what01.jpg) center top/cover no-repeat;
    position: relative;
    z-index: 2;
}
main .b-what h3 {
    text-align: center;
}
main .b-what__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 980px;
    margin: 40px auto 0;
    position: relative;
}
main .b-what__content>p {
    width: 50%;
    padding: 50px 45px;
    line-height: 1.7;
    margin: 0;
}
main .b-what__content>p .what__catch {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
main .b-what__content>p:first-child {
    background: #90a0a9;
    color: #fff;
}
main .b-what__content>p:last-child {
    background: #f6f8f9;
    margin-top: 120px;
}
main .b-what__img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    text-align: center;
}
@media only screen and (max-width: 979px) {
    main .b-what {
        padding: 7vw 0 52vw;
    }
    main .b-what__content {
        width: 100%;
        flex-direction: column;
        margin: 4vw 0 0;
    }
    main .b-what__content>p {
        width: 80vw;
        padding: 4vw;
        font-size: 3vw;
    }
    main .b-what__content>p:first-child {
        padding: 4vw 4vw 10vw;
    }
    main .b-what__content>p:last-child {
        margin: -8vw 0 0 auto;
    }
    main .b-what__img {
        width: 92%;
        left: 3%;
        bottom: -7vw;
    }
}
main .b-banner {
    padding: 130px 0 0;
}
@media only screen and (max-width: 979px) {
    main .b-banner {
        padding: 15vw 2vw 0;
    }
}
main .b-recommend {
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: white;
    background: linear-gradient(180deg, white 450px, #90a0a9 450px);
}
main .b-recommend .list {
    width: 700px;
    padding: 20px;
    background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) center top/cover no-repeat;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
main .b-recommend .list ul {
    background: #fff;
    padding: 50px 0 50px 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
main .b-recommend .list ul li {
    background: url(/assets/agingcare/light/injection/joyu/images/rec02.png) left 1px no-repeat;
    padding: 0 0 0 33px;
}
main .b-recommend .list ul li+li {
    margin-top: 12px;
}
main .b-recommend .link {
    width: 980px;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
}
main .b-recommend .link ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
main .b-recommend .link ul li {
    border: 6px solid #dedede;
    background: #fff;
}
main .b-recommend .link ul li:nth-child(n + 4) {
    margin-top: 20px;
}
main .b-recommend .hadaiku {
    background: url(/assets/agingcare/light/injection/joyu/images/rec06.jpg) center top/cover no-repeat;
    padding: 145px 0 55px;
    margin: -90px 0 0;
}
main .b-recommend .hadaikuIndex {
    font-size: 34px;
    text-align: center;
    color: #454c52;
    line-height: 1.3;
}
main .b-recommend .hadaikuIndex strong {
    font-size: 90px;
    font-weight: normal;
}
main .b-recommend .hadaiku ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
@media only screen and (max-width: 979px) {
    main .b-recommend {
        padding: 7vw 0 0;
        background: linear-gradient(180deg, white 60vw, #90a0a9 60vw);
    }
    main .b-recommend .list {
        width: 90vw;
        padding: 2vw;
    }
    main .b-recommend .list ul {
        padding: 4vw 0 4vw 7vw;
    }
    main .b-recommend .list ul li {
        font-size: 3.5vw;
        background: url(/assets/agingcare/light/injection/joyu/images/rec02.png) left 0.5vw/3.5vw auto no-repeat;
        padding: 0 0 0 4.5vw;
    }
    main .b-recommend .list ul li+li {
        margin-top: 1.5vw;
    }
    main .b-recommend .link {
        width: 96%;
        margin: 5vw auto 0;
    }
    main .b-recommend .link ul li {
        width: 32%;
        border: 1vw solid #dedede;
    }
    main .b-recommend .link ul li:nth-child(n + 4) {
        margin-top: 2vw;
    }
    main .b-recommend .hadaiku {
        padding: 14vw 0 7vw;
        margin: -10vw 0 0;
    }
    main .b-recommend .hadaikuIndex {
        font-size: 5vw;
    }
    main .b-recommend .hadaikuIndex strong {
        font-size: 9vw;
        font-weight: normal;
    }
    main .b-recommend .hadaiku ul {
        width: 96%;
        margin: 3vw auto 0;
    }
}
main .b-inc {
    font-size: 23px;
    padding: 70px 0 100px;
}
main .b-inc__index {
    background: url(/assets/agingcare/light/injection/joyu/images/inc01.jpg) center top/cover no-repeat;
    margin: 0 auto 40px;
}
main .b-inc__index__inner {
    width: 980px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
main .b-inc__index__inner p {
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #5d7d93;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    background: #cddfe3;
    border-radius: 100%;
    position: relative;
    margin: 0 45px 0 14px;
}
main .b-inc__index__inner p::before {
    content: "";
    display: block;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #cddfe3;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
main .b-inc__index__inner p span {
    display: block;
    font-size: 45px;
}
main .b-inc__index__inner h3 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    flex: 1;
}
main .b-inc__index__inner h3 span {
    font-size: 20px;
    padding: 0 0 0 0.5em;
}
main .b-inc__index.point2 {
    margin-top: 70px;
}
main .b-inc__index.point2 .b-inc__index__inner h3 {
    position: relative;
    padding-left: 200px;
}
main .b-inc__index.point2 .b-inc__index__inner h3::before {
    content: "";
    width: 179px;
    height: 186px;
    background: url(/assets/agingcare/light/injection/joyu/images/jisseki02.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
main .b-inc__index.point3 {
    margin-top: 70px;
}
main .b-inc .container01 {
    width: 980px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
main .b-inc .container01+.container01 {
    margin-top: 40px;
}
main .b-inc .container01_img {
    padding: 0 55px 0 0;
    margin: 0;
}
main .b-inc .container01_text {
    flex: 1;
    margin: 0;
}
main .b-inc .container01_text .text01 {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #1d8099;
    margin: 0 0 5px;
}
main .b-inc .container01_text .text01 span {
    font-size: 22px;
    background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) center top/cover no-repeat;
    padding: 1px 12px;
    margin: 0 10px 0 0;
}
main .b-inc .container01_text .text02 {
    font-weight: bold;
    color: #1d8099;
    border-bottom: 1px solid #1d8099;
    padding: 0 0 3px;
    margin: 0 0 10px;
}
main .b-inc .container02 {
    width: 980px;
    margin: 0 auto;
}
main .b-inc .container02 table {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    background: #f1f7f9;
    margin: 30px 0 0;
}
main .b-inc .container02 table tr td {
    padding: 15px 15px;
    border: 4px solid #6f9cab;
}
main .b-inc .container02 table tr td.date {
    width: 25%;
    text-align: center;
    font-size: 20px;
    padding: 15px 10px;
}
main .b-inc .container02 table tr td .title {
    font-size: 22px;
    font-weight: bold;
}
@media only screen and (max-width: 979px) {
    main .b-inc {
        font-size: 3.5vw;
        padding: 7vw 0 10vw;
    }
    main .b-inc__index {
        margin: 0 auto 4vw;
    }
    main .b-inc__index__inner {
        width: 96%;
        height: 17vw;
        margin: 0 auto;
    }
    main .b-inc__index__inner p {
        width: 12vw;
        height: 12vw;
        font-size: 3vw;
        line-height: 1;
        margin: 0 3vw 0 0;
    }
    main .b-inc__index__inner p::before {
        width: calc(100% + 1.5vw);
        height: calc(100% + 1.5vw);
        border: 0.25vw solid #cddfe3;
    }
    main .b-inc__index__inner p span {
        font-size: 5.5vw;
    }
    main .b-inc__index__inner h3 {
        font-size: 4vw;
    }
    main .b-inc__index__inner h3 span {
        display: block;
        font-size: 2.5vw;
        padding: 0;
    }
    main .b-inc__index.point2 {
        margin-top: 7vw;
    }
    main .b-inc__index.point2 .b-inc__index__inner h3 {
        padding-left: 26vw;
    }
    main .b-inc__index.point2 .b-inc__index__inner h3::before {
        width: 22vw;
        height: 23vw;
        background-size: auto 100%;
    }
    main .b-inc__index.point3 {
        margin-top: 7vw;
    }
    main .b-inc .container01 {
        width: 96%;
    }
    main .b-inc .container01+.container01 {
        margin-top: 5vw;
    }
    main .b-inc .container01_img {
        padding: 0 4vw 0 0;
    }
    main .b-inc .container01_text .text01 {
        font-size: 4vw;
        margin: 0 0 5px;
    }
    main .b-inc .container01_text .text01 span {
        font-size: 3vw;
        padding: 0.2vw 1vw;
        margin: 0 1vw 0 0;
    }
    main .b-inc .container01_text .text02 {
        padding: 0 0 0.5vw;
        margin: 0 0 1vw;
    }
    main .b-inc .container02 {
        width: 96%;
    }
    main .b-inc .container02 table {
        font-size: 3.5vw;
        margin: 4vw 0 0;
    }
    main .b-inc .container02 table tr td {
        padding: 2vw;
        border: 0.8vw solid #6f9cab;
    }
    main .b-inc .container02 table tr td.date {
        width: 25%;
        font-size: 3vw;
        padding: 2vw 1vw;
    }
    main .b-inc .container02 table tr td .title {
        font-size: 3.5vw;
    }
}
main .b-movie {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 100px;
    text-align: center;
}
main .b-movie .movieIndex {
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    color: #465052;
    line-height: 1.9;
    position: relative;
    padding: 0 60px;
}
main .b-movie .movieIndex::before, main .b-movie .movieIndex::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #465052;
    position: absolute;
    bottom: 0;
}
main .b-movie .movieIndex::before {
    left: 0;
    transform: rotate(-20deg);
}
main .b-movie .movieIndex::after {
    right: 0;
    transform: rotate(20deg);
}
main .b-movie .movieIndex span {
    display: inline;
    padding: 3px 20px;
}
main .b-movie .movieIndex span+span {
    margin-top: 10px;
}
main .b-movie .movieIndex span br {
    display: contents;
}
main .b-movie .movieIndex span:first-child {
    background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) center 80%/200% auto no-repeat;
}
main .b-movie .movieIndex span:last-child {
    background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) left 100%/200% auto no-repeat;
}
main .b-movie .ytSlide__yt {
    width: 340px;
    height: 190px;
    background: none;
}
main .b-movie .movie__wrap__column2 {
    margin: 30px 0 0;
    padding: 20px 30px 30px;
    background-color: #f1f7f9;
}
main .b-movie .movie__wrap__column2 .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}
main .b-movie .movie__wrap__column2 .inner {
    display: flex;
    justify-content: space-between;
}
main .b-movie .movie__wrap__column2 .inner>div {
    width: 49%;
}
main .b-movie .movie__wrap {
    position: relative;
    margin: 30px 0 0;
}
main .b-movie .movie__wrap #topMovie {
    width: 900px;
    margin: 0px auto 0;
    overflow: hidden;
    position: relative;
}
main .b-movie .movie__wrap .swip-next,
main .b-movie .movie__wrap .swip-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
}
main .b-movie .movie__wrap .swip-prev {
    top: 48%;
    left: -10px;
    transform: scale(-1, 1);
}
main .b-movie .movie__wrap .swip-next {
    top: 48%;
    right: -10px;
}
main .b-movie .movie__wrap .swip-next::before,
main .b-movie .movie__wrap .swip-prev::before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    transform: rotate(45deg);
}
@media screen and (max-width: 979px) {
    main .b-movie {
        width: 100%;
        margin: 0;
        padding: 0 2vw 10vw;
    }
    main .b-movie ._youtubeThumb {
        font-size: 2.5vw;
    }
    main .b-movie .movieIndex {
        font-size: 4vw;
        padding: 0 8vw;
    }
    main .b-movie .movieIndex::before, main .b-movie .movieIndex::after {
        width: 0.4vw;
    }
    main .b-movie .movieIndex::before {
        left: 0;
        transform: rotate(-20deg);
    }
    main .b-movie .movieIndex::after {
        right: 0;
        transform: rotate(20deg);
    }
    main .b-movie .movieIndex span {
        display: inline;
        padding: 0.5vw 2.5vw;
    }
    main .b-movie .movieIndex span+span {
        margin-top: 10px;
    }
    main .b-movie .movieIndex span br {
        display: contents;
    }
    main .b-movie .movieIndex span:first-child {
        background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) center 80%/200% auto no-repeat;
    }
    main .b-movie .movieIndex span:last-child {
        background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) left 100%/200% auto no-repeat;
    }
    main .b-movie .ytSlide__yt {
        padding-bottom: 0;
        height: auto;
    }
    main .b-movie .movie__wrap__column2 {
        margin: 3vw 0 0;
        padding: 2.5vw 3vw 3vw;
    }
    main .b-movie .movie__wrap__column2 .title {
        font-size: 3.5vw;
        margin: 0 0 1vw;
    }
    main .b-movie .movie__wrap__column2 .inner {
        padding: 0;
    }
    main .b-movie .movie__wrap {
        margin: 3vw 0 0;
    }
    main .b-movie .movie__wrap #topMovie {
        width: 90%;
        margin: 4vw auto 0;
    }
    main .b-movie .movie__wrap .swip-next,
    main .b-movie .movie__wrap .swip-prev {
        width: 3vw;
        height: 3vw;
    }
    main .b-movie .movie__wrap .swip-prev {
        top: 48%;
        left: 1vw;
    }
    main .b-movie .movie__wrap .swip-next {
        top: 48%;
        right: 1vw;
    }
    main .b-movie .movie__wrap .swip-next::before,
    main .b-movie .movie__wrap .swip-prev::before {
        width: 4vw;
        height: 4vw;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
}
main .b-photo {
    background-color: #f7f7f7;
    padding: 70px 0 120px;
}
@media only screen and (max-width: 979px) {
    main .b-photo {
        padding: 7vw 0 15vw;
        font-size: 3.7vw;
    }
}
main .b-photo .photo_links {
    padding: 5px 0 0;
}
@media screen and (max-width: 979px) {
    main .b-photo .photo_links {
        padding: 5px 0 18px;
    }
}
main .b-photo .photo_links nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 979px) {
    main .b-photo .photo_links nav {
        flex-wrap: wrap;
    }
}
main .b-photo .photo_links nav>a {
    min-width: 170px;
    padding: 5px 49px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #465052;
    text-decoration: none;
    border-left: 1px solid #465052;
}
main .b-photo .photo_links nav>a:last-child {
    border-right: 1px solid #465052;
}
@media screen and (max-width: 979px) {
    main .b-photo .photo_links nav>a {
        height: 10vw;
        min-width: 29vw;
        padding: 0 6.6vw 0 5vw;
        margin: 0.6vw;
        font-size: 3vw;
        white-space: nowrap;
    }
}
main .b-photo .photo_links nav>a:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #465052;
    border-right: 1px solid #465052;
    transform: rotate(135deg);
    right: 20px;
    top: calc(50% - 6px);
}
@media screen and (max-width: 979px) {
    main .b-photo .photo_links nav>a:after {
        width: 2vw;
        height: 2vw;
        right: 2.5vw;
    }
}
main .b-photo__content {
    margin-top: 20px;
    margin-bottom: 60px;
}
@media screen and (max-width: 979px) {
    main .b-photo__content {
        margin-top: 2vw;
        margin-bottom: 6vw;
    }
}
main .b-photo__content .photo-point {
    background: #333333;
    padding: 2px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
@media only screen and (max-width: 979px) {
    main .b-photo__content .photo-point {
        font-size: 3.5vw;
    }
}
@media only screen and (max-width: 979px) {
    main .b-photo__content.photo-pickup .ac_ly_003 {
        justify-content: space-between;
    }
    main .b-photo__content.photo-pickup .ac_ly_003 .col:nth-child(2),
    main .b-photo__content.photo-pickup .ac_ly_003 .col:nth-child(3) {
        width: 48.5% !important;
    }
}
main .b-photo__content a figure {
    margin-bottom: 10px;
}
main .b-photo__content .photo-comment {
    background-color: #eee;
    font-size: 15px;
    padding: 10px;
}
main .b-photo__content .photo-comment p {
    margin-top: 10px;
    text-align: right;
    font-size: 13px;
}
@media only screen and (max-width: 979px) {
    main .b-photo__content .photo-comment {
        font-size: 3.5vw;
        padding: 2vw;
    }
    main .b-photo__content .photo-comment p {
        font-size: 3vw;
    }
}
main .b-photo .heading-bgcolor {
    background-color: #d7e1e3;
    color: #403830;
}
main .b-photo .item {
    max-width: 797px;
    margin: auto;
}
main .b-photo .item:not(:last-child) {
    margin-bottom: 100px;
}
@media only screen and (max-width: 979px) {
    main .b-photo .item:not(:last-child) {
        margin-bottom: 30px;
    }
}
main .b-photo .item p {
    margin-top: 15px;
}
main .b-achievement {
    font-size: 23px;
    padding: 70px 0 100px;
}
main .b-achievement .font-blue {
    color: #1d8099;
}
main .b-achievement header {
    background: url(/assets/agingcare/light/injection/joyu/images/jisseki01.jpg) center top no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
main .b-achievement header span {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
main .b-achievement header span::before {
    content: "";
    position: absolute;
    left: calc(50% - 420px);
    top: calc(50% - 95px);
    width: 179px;
    height: 186px;
    background: url(/assets/agingcare/light/injection/joyu/images/jisseki02.png) no-repeat;
}
main .b-achievement_inner {
    margin: 30px 0 0;
}
main .b-achievement_inner table {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    background: #f1f7f9;
}
main .b-achievement_inner table tr td {
    padding: 25px 20px;
    border: 4px solid #6f9cab;
}
main .b-achievement_inner table tr td.date {
    width: 25%;
    text-align: center;
    font-size: 24px;
}
main .b-achievement_inner table tr td .title {
    font-size: 22px;
    font-weight: bold;
}
@media only screen and (max-width: 979px) {
    main .b-achievement {
        font-size: 3.5vw;
        padding: 7vw 0 10vw;
    }
    main .b-achievement header {
        background-size: auto 100%;
        height: 15vw;
    }
    main .b-achievement header span {
        font-size: 4.2vw;
    }
    main .b-achievement header span::before {
        left: -19vw;
        top: -5.5vw;
        width: 17vw;
        height: 18vw;
        background-size: 100% auto;
    }
    main .b-achievement .ac_ly_001 {
        margin: 0;
    }
    main .b-achievement_inner {
        margin: 3vw 0 0;
    }
    main .b-achievement_inner table {
        font-size: 3.5vw;
    }
    main .b-achievement_inner table tr td {
        padding: 2vw;
        border: 0.8vw solid #6f9cab;
    }
    main .b-achievement_inner table tr td.date {
        width: 25%;
        font-size: 3.5vw;
    }
    main .b-achievement_inner table tr td .title {
        font-size: 3.5vw;
    }
}
main .b-price {
    background: url(/assets/agingcare/light/injection/joyu/images/price01.jpg) top center/cover no-repeat;
    font-size: 31px;
    line-height: 1.3;
    padding: 70px 0 100px;
}
@media only screen and (max-width: 979px) {
    main .b-price {
        font-size: 3.16327vw;
        padding: 7vw 3vw 10vw;
    }
}
main .b-price__content {
    font-weight: bold;
    color: #465052;
}
main .b-price__content h3.price_ttl {
    background: #465052;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 40px;
}
main .b-price__content h3.price_ttl span {
    font-size: 30px;
}
main .b-price__content h3.price_ttl.suikou {
    background: #1d8099;
}
@media only screen and (max-width: 979px) {
    main .b-price__content h3.price_ttl {
        padding: 8px 0;
        font-size: 5.5vw;
    }
    main .b-price__content h3.price_ttl span {
        font-size: 4vw;
    }
}
main .b-price__content .inner {
    background-color: #fff;
    padding: 50px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .inner {
        padding: 4.08163vw 3.06122vw;
    }
}
main .b-price__content .item {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
main .b-price__content .item+.item {
    margin-top: 40px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item+.item {
        margin-top: 4vw;
    }
}
main .b-price__content .item:not(:last-child) {
    padding-bottom: 40px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item:not(:last-child) {
        padding-bottom: 4vw;
    }
}
main .b-price__content .item.monitor {
    color: #d3526d;
}
main .b-price__content .item.monitor .item__info__txt {
    border-color: #d3526d;
}
main .b-price__content .item:after {
    background: url(/assets/agingcare/light/injection/joyu/images/line.png) repeat-x left center/auto 100%;
    bottom: 0;
    content: "";
    left: 50px;
    height: 2px;
    position: absolute;
    width: calc(100% - 100px);
    opacity: 0;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item:after {
        height: 0.20408vw;
        width: calc(100% - 10vw);
        left: 5vw;
    }
}
main .b-price__content .item:not(:last-child):after {
    opacity: 1;
}
main .b-price__content .item__info {
    width: 368px;
    margin-right: 24px;
    flex-shrink: 0;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item__info {
        width: 37.55102vw;
        margin-right: 2.44898vw;
    }
}
main .b-price__content .item__info__txt {
    display: inline-block;
    border: 1px solid #073a7c;
    margin-bottom: 6px;
    min-width: 308px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item__info__txt {
        min-width: 31.42857vw;
        margin-bottom: 0.8vw;
    }
}
main .b-price__content .item__price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item__price {
        justify-content: flex-end;
    }
}
main .b-price__content .item__price__numb {
    font-size: 113px;
    font-family: arial, sans-serif;
    font-weight: normal;
    line-height: 1;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item__price__numb {
        font-size: 11.53061vw;
    }
}
main .b-price__content .item__price__symbol {
    font-size: 24px;
    line-height: 1.1;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item__price__symbol {
        font-size: 2.44898vw;
    }
}
main .b-price__content .item__price__symbol span {
    font-size: 61px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item__price__symbol span {
        font-size: 6.22449vw;
    }
}
main .b-price__content .item.option {
    padding-left: 40px;
}
main .b-price__content .item.option>p {
    /*&:first-child {
                width: 143px;
                background: #f3f3f3;
                padding: 10px 0;
                font-size: 24px;
              }*/
    margin-left: 20px;
    text-align: left;
    font-size: 17px;
}
main .b-price__content .item.option>p strong {
    font-size: 22px;
}
main .b-price__content .item.option .item__price {
    width: inherit;
    flex: 1;
    text-align: right;
}
main .b-price__content .item.option .item__price__numb {
    font-size: 85px;
}
main .b-price__content .item.option .item__price__symbol {
    font-size: 18px;
}
main .b-price__content .item.option .item__price__symbol span {
    font-size: 45px;
    margin-right: -6px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item.option {
        flex-wrap: wrap;
        padding-left: 3vw;
    }
    main .b-price__content .item.option>p {
        /*&:first-child {
                  width: 25%;
                  padding: 1vw 0;
                  font-size: 4vw;
                }*/
        width: 75%;
        margin-left: 0;
        font-size: 3vw;
        padding: 0 0 0 2vw;
    }
    main .b-price__content .item.option>p strong {
        font-size: 4vw;
    }
    main .b-price__content .item.option .item__price {
        justify-content: flex-end;
        width: 100%;
    }
    main .b-price__content .item.option .item__price__numb {
        font-size: 10vw;
    }
    main .b-price__content .item.option .item__price__symbol {
        font-size: 2.44898vw;
    }
    main .b-price__content .item.option .item__price__symbol span {
        font-size: 6.22449vw;
        margin-right: -0.5vw;
    }
}
main .b-price__content .item.ver2 {
    flex-wrap: wrap;
    justify-content: center;
}
main .b-price__content .item.ver2 .item__price {
    flex: 1;
}
main .b-price__content .item.ver2 .price_down {
    width: 740px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #d3526d;
    background: #edf4f5;
    padding: 20px 30px;
    margin: 60px auto 0;
    position: relative;
}
main .b-price__content .item.ver2 .price_down::before {
    content: "";
    width: 91px;
    height: 68px;
    background: url(/assets/agingcare/light/injection/joyu/images/price03.svg) center top/100% auto no-repeat;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
}
main .b-price__content .item.ver2 .price_down .item__info {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: inherit;
}
main .b-price__content .item.ver2 .price_down .item__info .fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 120px;
    font-size: 19px;
    line-height: 1.2;
    background: url(/assets/agingcare/light/injection/joyu/images/price02.svg) center top/100% auto no-repeat;
    padding: 0 0 10px 5px;
}
main .b-price__content .item.ver2 .price_down .item__info figure img {
    width: 110px;
}
main .b-price__content .item.ver2>.item__info {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 30px 0 0;
}
main .b-price__content .item.ver2>.item__info .item__info__txt {
    min-width: inherit;
    margin: 0 15px 0 0;
    padding: 7px 20px;
}
main .b-price__content .item.ver2>.item__price {
    width: auto;
    flex: inherit;
    position: relative;
}
main .b-price__content .item.ver2>.item__price::before {
    content: "";
    background: #d3526d;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: calc(50% -2px);
    border-radius: 10px;
}
main .b-price__content .item.ver2>.item__price .item__price__numb {
    font-size: 85px;
}
main .b-price__content .item.ver2>.item__price .item__price__symbol {
    font-size: 18px;
}
main .b-price__content .item.ver2>.item__price .item__price__symbol span {
    font-size: 45px;
}
@media only screen and (max-width: 979px) {
    main .b-price__content .item.ver2 .price_down {
        width: 100%;
        padding: 3vw 0 3vw;
        margin: 7vw auto 0;
        flex-direction: column;
    }
    main .b-price__content .item.ver2 .price_down::before {
        width: 12vw;
        height: 10vw;
        top: -7vw;
    }
    main .b-price__content .item.ver2 .price_down .item__info {
        width: auto;
        display: flex;
        flex-shrink: inherit;
    }
    main .b-price__content .item.ver2 .price_down .item__info .fukidashi {
        width: 29vw;
        height: 29vw;
        font-size: 4vw;
        padding: 0 0 3vw 1vw;
    }
    main .b-price__content .item.ver2 .price_down .item__info figure img {
        width: 25vw;
        padding: 0 0 2vw;
    }
    main .b-price__content .item.ver2 .price_down .item__price {
        justify-content: center;
    }
    main .b-price__content .item.ver2 .price_down .item__price .item__price__numb {
        font-size: 16vw;
    }
    main .b-price__content .item.ver2 .price_down .item__price .item__price__symbol {
        font-size: 3.5vw;
    }
    main .b-price__content .item.ver2 .price_down .item__price .item__price__symbol span {
        font-size: 8vw;
    }
    main .b-price__content .item.ver2>.item__info {
        font-size: 4vw;
        margin: 0 3vw 0 0;
    }
    main .b-price__content .item.ver2>.item__info .item__info__txt {
        margin: 0 2vw 0 0;
        padding: 1vw 2.5vw;
    }
    main .b-price__content .item.ver2>.item__price {
        justify-content: center;
    }
    main .b-price__content .item.ver2>.item__price .item__price__numb {
        font-size: 11.53061vw;
    }
    main .b-price__content .item.ver2>.item__price .item__price__numb::before {
        height: 1vw;
        top: calc(50% -0.5vw);
    }
    main .b-price__content .item.ver2>.item__price .item__price__symbol {
        font-size: 2.44898vw;
    }
    main .b-price__content .item.ver2>.item__price .item__price__symbol span {
        font-size: 6.22449vw;
    }
}
main .b-price__content.toxsil .headline {
    text-align: center;
    line-height: 1.6;
    font-size: 36px;
}
main .b-price__content.toxsil .headline span {
    background: #dd0000;
    padding: 4px 8px;
    margin-right: 8px;
    color: #fff;
}
main .b-price__content.toxsil .item.skinlab {
    color: #2a9ed1;
}
main .b-price__content.toxsil .item.skinlab .price__header {
    font-size: 24px;
}
main .b-price__content.toxsil .item.skinlab .item__info__txt {
    border-color: #2a9ed1;
}
main .b-price__content.toxsil .item.skinlab .button-normal {
    min-height: auto;
    margin-top: 10px;
    border-radius: 100px;
    background-color: #2a9ed1;
    padding: 8px 100px;
}
main .b-price__content.toxsil .item.skinlab .button-normal a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 979px) {
    main .b-price__content.toxsil .headline {
        font-size: 4.5vw;
    }
    main .b-price__content.toxsil .headline span {
        padding: 4px 6px;
        margin-right: 4px;
    }
    main .b-price__content.toxsil h3.price_ttl {
        line-height: 1;
    }
    main .b-price__content.toxsil .item.skinlab {
        justify-content: space-between;
    }
    main .b-price__content.toxsil .item.skinlab .price__header {
        font-size: 3vw;
    }
    main .b-price__content.toxsil .item.skinlab .button-normal {
        margin-top: 5px;
        padding: 4px 35px 4px 15px;
    }
    main .b-price__content.toxsil .item.skinlab .button-normal a {
        font-size: 3vw;
    }
}
main .b-price__content .info_clinic {
    margin-bottom: 30px;
    font-size: 32px;
}
main .b-price__content .info_clinic .marker {
    background: linear-gradient(transparent 60%, #fff73f 60%);
}
@media screen and (max-width: 979px) {
    main .b-price__content .info_clinic {
        font-size: 5vw;
        margin-bottom: 4vw;
    }
}
main .b-price .btn {
    width: 350px;
    margin: 50px auto 0;
    background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) left 100%/200% auto no-repeat;
    padding: 6px;
    border-radius: 100px;
}
@media screen and (max-width: 979px) {
    main .b-price .btn {
        width: 69vw;
        margin: 6vw auto 0;
    }
}
main .b-price .btn>a {
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #465052;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
}
@media screen and (max-width: 979px) {
    main .b-price .btn>a {
        height: 11vw;
        padding: 0 6.6vw 0 5vw;
        font-size: 4vw;
        border-width: 0.625vw;
        white-space: nowrap;
    }
}
main .b-price .btn>a:after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url(/assets/liposuction/images/arrow_down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 15px;
}
@media screen and (max-width: 979px) {
    main .b-price .btn>a:after {
        width: 2vw;
        height: 2vw;
        right: 2.5vw;
    }
}
main .b-price .desc_title {
    background: #f3f3f3;
    padding: 10px 0;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
main .b-price .desc_title .bc_01_063.bc-item {
    display: inline-flex;
    margin: 0 0 0 10px;
}
main .b-price .desc_title .bc_01_063.bc-item .content .modalbtn a {
    background: #465052;
    padding: 3px 20px 3px 10px;
}
main .b-price .desc_title .bc_01_063.bc-item .content .modalbtn a::after {
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
main .b-price .price__desc {
    padding: 40px 0 0;
    text-align: center;
}
main .b-price .price__desc .desc_text {
    font-weight: normal;
    font-size: 18px;
}
@media screen and (max-width: 979px) {
    main .b-price .desc_title {
        padding: 2vw 0;
        font-size: 4vw;
        margin-bottom: 1.5vw;
    }
    main .b-price .desc_title .bc_01_063.bc-item {
        display: inline-flex;
        margin: 0 0 0 10px;
    }
    main .b-price .desc_title .bc_01_063.bc-item .content .modalbtn a {
        font-size: 2.5vw;
        padding: 1vw 4vw 1vw 2.5vw;
    }
    main .b-price .desc_title .bc_01_063.bc-item .content .modalbtn a::after {
        width: 1.5vw;
        height: 1.5vw;
        right: 1vw;
    }
    main .b-price .price__desc {
        padding: 4vw 0 0;
    }
    main .b-price .price__desc .desc_text {
        font-size: 3.5vw;
    }
}
main .b-option {
    padding: 70px 0 100px;
    text-align: center;
}
main .b-option>p {
    font-size: 20px;
}
main .b-option #option {
    width: 980px;
    margin: 30px auto 0;
}
main .b-option #option>ul {
    display: flex;
    justify-content: space-around;
}
main .b-option #option>ul>li {
    width: 480px;
    font-size: 18px;
    font-weight: bold;
    background: #f8f8f8;
}
main .b-option #option>ul>li .index {
    padding: 15px 25px;
}
main .b-option #option>ul>li .index p+p {
    margin-top: 10px;
    text-align: left;
}
main .b-option #option>ul>li .index p:first-child {
    font-size: 24px;
}
main .b-option #option>ul>li .index p:first-child strong {
    text-decoration: underline;
}
main .b-option #option>ul>li .price {
    padding: 18px 16px;
    margin: 0;
    color: #e9e5f1;
}
main .b-option #option>ul>li .price .priceText01 {
    font-size: 17px;
    font-weight: bold;
    background: #e9e5f1;
    text-align: center;
    color: #04387a;
    padding: 5px 0;
}
main .b-option #option>ul>li .price .priceText01 span {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 35px;
    background: left center / 21px auto no-repeat;
}
main .b-option #option>ul>li .price .priceText02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}
main .b-option #option>ul>li .price .priceText02 p {
    font-size: 18px;
}
main .b-option #option>ul>li .price .priceText02 p:first-child span {
    display: block;
    padding: 2px 26px;
    margin: 2px 0 0;
}
main .b-option #option>ul>li .price .priceText02 p:last-child {
    line-height: 1;
    font-size: 70px;
    font-weight: bold;
    margin: 0 0 0 20px;
}
main .b-option #option>ul>li .price .priceText02 p:last-child>span {
    font-size: 36px;
    position: relative;
    margin: 0 0 0 5px;
}
main .b-option #option>ul>li .price .priceText02 p:last-child>span>span {
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    right: -1px;
    top: -14px;
}
main .b-option #option>ul>li.anesthesia {
    color: #04387a;
}
main .b-option #option>ul>li.anesthesia .index {
    background: #e0e7f0;
}
main .b-option #option>ul>li.anesthesia .index p:first-child {
    color: #04387a;
}
main .b-option #option>ul>li.anesthesia .price {
    color: #fdfbde;
    background: #465971;
}
main .b-option #option>ul>li.anesthesia .price .priceText01 {
    background: #fdfbde;
    color: #04387a;
}
main .b-option #option>ul>li.anesthesia .price .priceText01 span {
    background-image: url(/assets/agingcare/images/cebelia/img10-2.png);
}
main .b-option #option>ul>li.anesthesia .price .priceText02 p:first-child span {
    border: 1px solid #fdfbde;
}
main .b-option #option>ul>li.anesthesia .container {
    padding: 30px 35px 0;
    text-align: left;
}
main .b-option #option>ul>li.anesthesia .container p+p {
    margin-top: 10px;
}
main .b-option #option>ul>li.anesthesia .container .inner {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0;
}
main .b-option #option>ul>li.anesthesia .container .inner .text {
    flex: 1;
    padding: 0 10px 0 0;
}
main .b-option #option>ul>li.anesthesia .container .inner .text .text01 {
    font-size: 24px;
    position: relative;
    background: url(/assets/anesthesia/images/underline.gif) left bottom repeat-x;
    padding: 0 0 5px;
    margin: 0 0 12px;
}
main .b-option #option>ul>li.anesthesia .container .inner .img {
    margin-right: -20px;
}
main .b-option #option>ul>li.downtime .index {
    background: #ece9f1;
}
main .b-option #option>ul>li.downtime .index p:first-child {
    color: #685f9e;
}
main .b-option #option>ul>li.downtime .container01 {
    padding: 15px 0;
}
main .b-option #option>ul>li.downtime .container02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/assets/agingcare/images/cebelia/img07.jpg) center top/cover no-repeat;
    padding: 15px;
}
main .b-option #option>ul>li.downtime .container02>div {
    flex: 1;
    padding: 0 10px 0 0;
}
main .b-option #option>ul>li.downtime .container02>div>div {
    text-align: left;
}
main .b-option #option>ul>li.downtime .container02>div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 8px 0 0;
}
main .b-option #option>ul>li.downtime .container02>div ul li {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #686b98;
    border: 1px solid #686b98;
    border-radius: 8px;
    padding: 3px 0;
}
main .b-option #option>ul>li.downtime .container02>div ul li:nth-child(n + 3) {
    width: 100%;
    margin-top: 2%;
}
main .b-option #option>ul>li.downtime .container02>ul {
    width: 58%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main .b-option #option>ul>li.downtime .container02>ul li {
    width: 31%;
}
main .b-option #option>ul>li.downtime .container02>ul li img {
    padding: 2px;
    background: #fff;
    box-sizing: content-box;
}
main .b-option #option>ul>li.downtime .price {
    color: #e9e5f1;
    background: #41444b;
}
main .b-option #option>ul>li.downtime .price .priceText01 {
    background: #e9e5f1;
    color: #41444b;
}
main .b-option #option>ul>li.downtime .price .priceText01 span {
    background-image: url(/assets/agingcare/images/cebelia/img10.png);
}
main .b-option #option>ul>li.downtime .price .priceText02 p:first-child span {
    border: 1px solid #e9e5f1;
}
@media screen and (max-width: 979px) {
    main .b-option {
        padding: 7vw 0 10vw;
    }
    main .b-option>p {
        font-size: 3.5vw;
    }
    main .b-option #option {
        width: 96%;
        margin: 3vw auto 0;
    }
    main .b-option #option>ul {
        flex-wrap: wrap;
    }
    main .b-option #option>ul>li {
        width: 96%;
        font-size: 3.5vw;
    }
    main .b-option #option>ul>li+li {
        margin-top: 5vw;
    }
    main .b-option #option>ul>li .index {
        padding: 2vw 3vw;
    }
    main .b-option #option>ul>li .index p+p {
        margin-top: 1vw;
    }
    main .b-option #option>ul>li .index p:first-child {
        font-size: 4.5vw;
    }
    main .b-option #option>ul>li .price {
        padding: 2vw;
    }
    main .b-option #option>ul>li .price .priceText01 {
        font-size: 3.5vw;
        padding: 1vw 0;
    }
    main .b-option #option>ul>li .price .priceText01 span {
        padding: 0 0 0 35px;
        background: left center / 6vw auto no-repeat;
    }
    main .b-option #option>ul>li .price .priceText02 {
        margin: 3vw 0 0;
    }
    main .b-option #option>ul>li .price .priceText02 p {
        font-size: 3.7vw;
    }
    main .b-option #option>ul>li .price .priceText02 p:first-child span {
        padding: 0 10vw;
        margin: 0.5vw 0 0;
    }
    main .b-option #option>ul>li .price .priceText02 p:last-child {
        font-size: 13vw;
        margin: 0 0 0 3vw;
    }
    main .b-option #option>ul>li .price .priceText02 p:last-child>span {
        font-size: 7vw;
        margin: 0 0 0 0.5vw;
    }
    main .b-option #option>ul>li .price .priceText02 p:last-child>span>span {
        font-size: 2.5vw;
        right: 0;
        top: -2.5vw;
    }
    main .b-option #option>ul>li.anesthesia .price .priceText02 p:first-child span {
        border: 0.2vw solid #fdfbde;
    }
    main .b-option #option>ul>li.anesthesia .container {
        padding: 3vw 3vw 0;
        text-align: left;
    }
    main .b-option #option>ul>li.anesthesia .container p+p {
        margin-top: 2vw;
    }
    main .b-option #option>ul>li.anesthesia .container .inner {
        padding: 0;
        margin: 3vw 0 0;
    }
    main .b-option #option>ul>li.anesthesia .container .inner .text {
        padding: 0 2vw 0 0;
    }
    main .b-option #option>ul>li.anesthesia .container .inner .text .text01 {
        font-size: 4vw;
        padding: 0 0 1vw;
        margin: 0 0 2vw;
    }
    main .b-option #option>ul>li.anesthesia .container .inner .img {
        width: 35vw;
        margin-right: -2vw;
    }
    main .b-option #option>ul>li.downtime .container01 {
        padding: 3vw;
    }
    main .b-option #option>ul>li.downtime .container02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(/assets/agingcare/images/cebelia/img07.jpg) center top/cover no-repeat;
        padding: 15px;
    }
    main .b-option #option>ul>li.downtime .container02>div {
        flex: 1;
        padding: 0 10px 0 0;
    }
    main .b-option #option>ul>li.downtime .container02>div>div {
        text-align: left;
    }
    main .b-option #option>ul>li.downtime .container02>div ul {
        margin: 2vw 0 0;
    }
    main .b-option #option>ul>li.downtime .container02>div ul li {
        width: 100%;
        font-size: 2.5vw;
        border: 0.2vw solid #686b98;
        border-radius: 2vw;
        padding: 0.5vw 0;
    }
    main .b-option #option>ul>li.downtime .container02>div ul li+li {
        margin-top: 1vw;
    }
    main .b-option #option>ul>li.downtime .container02>div ul li:nth-child(n + 3) {
        margin-top: 1vw;
    }
    main .b-option #option>ul>li.downtime .container02>ul {
        width: 58%;
    }
    main .b-option #option>ul>li.downtime .container02>ul li {
        width: 31%;
    }
    main .b-option #option>ul>li.downtime .container02>ul li img {
        padding: 0.4vw;
    }
    main .b-option #option>ul>li.downtime .price .priceText02 p:first-child span {
        border: 0.3vw solid #e9e5f1;
    }
}
main .b-treatment {
    text-align: center;
    position: relative;
    padding: 70px 0 100px;
}
main .b-treatment::before {
    content: "";
    width: 100%;
    height: 300px;
    background: #afbabe;
    position: absolute;
    left: 0;
    bottom: 0;
}
main .b-treatment .movieIndex {
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    color: #465052;
    line-height: 1.9;
    position: relative;
    padding: 0 60px;
    margin: 0 0 20px;
}
main .b-treatment .movieIndex::before, main .b-treatment .movieIndex::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #465052;
    position: absolute;
    bottom: 0;
}
main .b-treatment .movieIndex::before {
    left: 0;
    transform: rotate(-20deg);
}
main .b-treatment .movieIndex::after {
    right: 0;
    transform: rotate(20deg);
}
main .b-treatment .movieIndex span {
    display: inline;
    padding: 3px 20px;
}
main .b-treatment .movieIndex span+span {
    margin-top: 10px;
}
main .b-treatment .movieIndex span br {
    display: contents;
}
main .b-treatment .movieIndex span:first-child {
    background: url(/assets/agingcare/light/injection/joyu/images/rec01.jpg) center 80%/200% auto no-repeat;
}
main .b-treatment__title {
    background: url(/assets/agingcare/light/injection/joyu/images/line_title.png) no-repeat center bottom;
    color: #f3d675;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 64px;
    padding-bottom: 95px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 979px) {
    main .b-treatment__title {
        background-size: 280px;
        font-size: 24px;
        margin-bottom: 40px;
        padding-bottom: 45px;
    }
}
main .b-treatment__slider {
    overflow: hidden;
    padding: 35px 0;
    position: relative;
}
@media only screen and (max-width: 575px) {
    main .b-treatment__slider {
        padding: 20px 0;
    }
}
main .b-treatment .slide-item {
    transform: scale(0.848);
    transition: transform 0.4s ease-in-out, margin 0.4s ease-in-out;
}
main .b-treatment .swiper-slide-prev {
    margin-left: -22px;
}
@media only screen and (max-width: 575px) {
    main .b-treatment .swiper-slide-prev {
        margin-left: -15px;
    }
}
main .b-treatment .swiper-slide-next {
    margin-left: 22px;
}
@media only screen and (max-width: 575px) {
    main .b-treatment .swiper-slide-next {
        margin-left: 15px;
    }
}
main .b-treatment .swiper-slide-active {
    transform: scale(1.32);
    margin-left: 22px;
}
@media only screen and (max-width: 575px) {
    main .b-treatment .swiper-slide-active {
        margin-left: 15px;
    }
}
main .b-treatment .swiper-button {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
main .b-treatment .swiper-button:after {
    display: none;
}
main .b-treatment .swiper-button-prev {
    left: 260px;
    background-image: url(/assets/agingcare/light/injection/joyu/images/ico_chevron-left-black.png);
}
@media only screen and (max-width: 979px) {
    main .b-treatment .swiper-button-prev {
        left: 26.5%;
    }
}
@media only screen and (max-width: 768px) {
    main .b-treatment .swiper-button-prev {
        left: 25.5%;
    }
}
@media only screen and (max-width: 575px) {
    main .b-treatment .swiper-button-prev {
        left: 23%;
    }
}
main .b-treatment .swiper-button-next {
    right: 260px;
    background-image: url(/assets/agingcare/light/injection/joyu/images/ico_chevron-right-black.png);
}
@media only screen and (max-width: 979px) {
    main .b-treatment .swiper-button-next {
        right: 26.5%;
    }
}
@media only screen and (max-width: 768px) {
    main .b-treatment .swiper-button-next {
        right: 25.5%;
    }
}
@media only screen and (max-width: 575px) {
    main .b-treatment .swiper-button-next {
        right: 23%;
    }
}
@media screen and (max-width: 979px) {
    main .b-treatment {
        padding: 7vw 0 10vw;
    }
    main .b-treatment::before {
        height: 20vw;
    }
    main .b-treatment .movieIndex {
        font-size: 4vw;
        padding: 0 8vw;
        margin: 0 0 3vw;
    }
    main .b-treatment .movieIndex::before, main .b-treatment .movieIndex::after {
        width: 0.4vw;
    }
    main .b-treatment .movieIndex span {
        padding: 0.5vw 2.5vw;
    }
}
main .b-pickup__content {
    width: 560px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}
@media only screen and (max-width: 979px) {
    main .b-pickup__content .inner {
        padding: 0;
    }
}
@media only screen and (max-width: 640px) {
    main .b-pickup__content {
        width: 100%;
    }
    main .b-pickup__content .inner {
        padding: 0 12vw;
    }
}
main .b-pickup__content .swiper-slide {
    margin: 0;
}
main .b-pickup__content .swiper-slide video {
    display: none;
}
main .b-pickup__content .swiper-slide.swiper-slide-active {
    width: 100% !important;
    margin: 0 !important;
}
main .b-pickup__content .swiper-slide.swiper-slide-active video {
    width: 100%;
    display: block;
}
main .b-pickup__content .swiper-slide-prev {
    margin-left: 0;
}
main .b-pickup__content .swiper-slide-next {
    margin-left: 0;
}
main .b-pickup__content .swiper-button {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
main .b-pickup__content .swiper-button:after {
    display: none;
}
main .b-pickup__content .swiper-button-prev {
    left: -27px;
    background-image: url(/assets/agingcare/light/injection/joyu/images/ico_chevron-left-black.png);
}
main .b-pickup__content .swiper-button-next {
    right: -27px;
    background-image: url(/assets/agingcare/light/injection/joyu/images/ico_chevron-right-black.png);
}
@media only screen and (max-width: 640px) {
    main .b-pickup__content .swiper-button-prev {
        left: 3vw;
    }
    main .b-pickup__content .swiper-button-next {
        right: 3vw;
    }
}
main .b-pickup__content .swiper-pagination {
    bottom: -35px;
}
main .b-pickup__content .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #90a0a9;
}
@media only screen and (max-width: 640px) {
    main .b-pickup__content .swiper-pagination {
        bottom: -7vw;
    }
    main .b-pickup__content .swiper-pagination .swiper-pagination-bullet {
        width: 3vw;
        height: 3vw;
    }
}
main .b-qa {
    background-color: #f3f3f3;
    padding: 70px 0 100px;
}
main .b-qa__content {
    color: #231815;
    line-height: 1.75;
}
main .b-qa .faq-box {
    width: 870px;
    margin: 0 auto;
}
main .b-qa .faq-box__item {
    padding: 0 0 40px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #7d8291;
}
main .b-qa .faq-box__item+.faq-box__item {
    margin-top: 40px;
}
main .b-qa .faq-box__item .item__wrap {
    display: table-cell;
    vertical-align: middle;
}
main .b-qa .faq-box__item .question {
    margin-bottom: 20px;
}
main .b-qa .faq-box__item .question h3 {
    font-weight: normal;
    padding-left: 35px;
    position: relative;
    text-align: left;
}
main .b-qa .faq-box__item .question h3:before {
    color: #465052;
    content: "Q";
    font-size: 25px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 4px;
}
main .b-qa .faq-box__item .answer {
    padding-left: 35px;
    position: relative;
}
main .b-qa .faq-box__item .answer:before {
    color: #97bdc5;
    content: "A";
    font-size: 25px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 4px;
}
@media only screen and (max-width: 979px) {
    main .b-qa {
        padding: 7vw 0 10vw;
    }
    main .b-qa .faq-box {
        width: 96%;
        font-size: 3.5vw;
    }
    main .b-qa .faq-box__item {
        padding: 0 0 4vw;
    }
    main .b-qa .faq-box__item+.faq-box__item {
        margin-top: 4vw;
    }
    main .b-qa .faq-box__item .question {
        margin-bottom: 2vw;
    }
    main .b-qa .faq-box__item .question h3 {
        padding-left: 5vw;
        font-size: 3.5vw;
    }
    main .b-qa .faq-box__item .question h3:before {
        font-size: 5vw;
        top: 0.5vw;
    }
    main .b-qa .faq-box__item .answer {
        padding-left: 5vw;
    }
    main .b-qa .faq-box__item .answer:before {
        font-size: 5vw;
        top: 0.5vw;
    }
}
main .b-comment {
    background: url(/assets/agingcare/light/injection/joyu/images/comment01.jpg) top center/cover no-repeat;
    padding: 70px 0 0;
}
@media only screen and (max-width: 979px) {
    main .b-comment {
        font-size: 3.5vw;
        padding: 7vw 0 0;
    }
    main .b-comment header .page-ttl {
        min-width: 75vw;
    }
}
main .b-comment__content {
    font-weight: 500;
    line-height: 1.6;
}
main .b-comment__content .inner {
    padding-top: 60px;
    padding-bottom: 0;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .inner {
        padding-top: 0;
    }
}
main .b-comment__content .content-wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin-top: 30px;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .content-wrap {
        display: block;
    }
}
main .b-comment__content .content-wrap .author-text {
    max-width: 500px;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .content-wrap .author-text {
        width: 100%;
    }
}
main .b-comment__content .content-wrap .author-text .author {
    text-align: right;
    padding: 20px 0 40px;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .content-wrap .author-text .author {
        font-size: 4.08163vw;
    }
}
@media only screen and (max-width: 768px) {
    main .b-comment__content .content-wrap .author-text .author {
        font-size: 3.26531vw;
    }
}
main .b-comment__content .content-wrap .author-text .author__name {
    font-size: 30px;
    line-height: 1.167;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .content-wrap .author-text .author__name {
        font-size: 4.08163vw;
    }
}
@media only screen and (max-width: 768px) {
    main .b-comment__content .content-wrap .author-text .author__name {
        font-size: 5.71429vw;
    }
}
main .b-comment__content .content-wrap .author-text .author__name span {
    font-size: 25px;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .content-wrap .author-text .author__name span {
        font-size: 3.06122vw;
    }
}
@media only screen and (max-width: 768px) {
    main .b-comment__content .content-wrap .author-text .author__name span {
        font-size: 4.69388vw;
    }
}
main .b-comment__content .content-wrap .author-image {
    max-width: 470px;
    align-self: end;
}
@media only screen and (max-width: 979px) {
    main .b-comment__content .content-wrap .author-image {
        display: flex;
        justify-content: space-between;
        margin-top: 3vw;
    }
    main .b-comment__content .content-wrap .author-image img {
        width: 45%;
    }
    main .b-comment__content .content-wrap .author-image .author {
        align-self: center;
        padding-top: 30px;
    }
    main .b-comment__content .content-wrap .author-image .author__info {
        font-size: 3.67347vw;
    }
    main .b-comment__content .content-wrap .author-image .author__name {
        font-size: 5.10204vw;
    }
    main .b-comment__content .content-wrap .author-image .author__name span {
        font-size: 3.67347vw;
    }
}
main .b-clinic {
    padding: 70px 0 0;
}
main .b-clinic .ac_ly_001 {
    margin-top: 0;
}
main .b-clinic #clinic-map {
    margin-top: 0;
}
main .b-clinic #clinic-map #chugoku {
    top: 338px;
    left: 15px;
}
main .b-clinic #clinic-map #fukidashi-chugoku {
    top: 221px;
}
main .b-clinic #clinic-map #kyusyu {
    left: 0;
}
main .b-clinic #clinic-map #fukidashi-kyusyu {
    border-top: 130px solid #9e6b3d;
    transform: rotate(241deg);
    top: 2px;
}
@media only screen and (max-width: 979px) {
    main .b-clinic {
        padding: 7vw 0 0;
    }
}
main .b-clinic .info_clinic {
    font-size: 24px;
}
main .b-clinic .info_clinic .marker {
    background: linear-gradient(transparent 60%, #fff73f 60%);
}
@media screen and (max-width: 979px) {
    main .b-clinic .info_clinic {
        font-size: 4.5vw;
    }
}
main #newAnesthesia {
    padding: 20px;
    background: #fff;
}
@media only screen and (max-width: 979px) {
    main #newAnesthesia {
        padding: 2vw;
    }
}
#new_treatment .inner {
    background-color: #f1f7f9;
    padding: 3% 3% 4%;
    border: 3px solid #6f9cab;
}
@media only screen and (max-width: 979px) {
    #new_treatment .inner {
        padding: 2% 2% 3%;
        border: 2px solid #6f9cab;
    }
}
#new_treatment .inner p.headline {
    background-color: #1d8099;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
@media only screen and (max-width: 979px) {
    #new_treatment .inner p.headline {
        font-size: 4.5vw;
    }
}
#new_treatment .inner .banner {
    margin-top: 20px;
}
@media only screen and (max-width: 979px) {
    #new_treatment .inner .banner {
        margin-top: 10px;
    }
}
span.icon_new {
    background: #c73532;
    display: inline-block;
    padding: 7px 12px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    position: relative;
}
span.icon_new::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #c73532;
}
@media only screen and (max-width: 979px) {
    span.icon_new {
        font-size: 3.4vw;
        padding: 3px 6px 2px;
        margin-right: 10px;
    }
    span.icon_new::before {
        left: 98%;
        margin-top: -7px;
        border: 7px solid transparent;
        border-left: 7px solid #c73532;
    }
}