@charset "UTF-8";

/*! common.css */
/*! margin */
.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.mr70 {
    margin-right: 70px
}

.mr80 {
    margin-right: 80px
}

.mr90 {
    margin-right: 90px
}

.mr100 {
    margin-right: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px
}

.ml70 {
    margin-left: 70px
}

.ml80 {
    margin-left: 80px
}

.ml90 {
    margin-left: 90px
}

.ml100 {
    margin-left: 100px
}

/*! padding */
.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pt90 {
    padding-top: 90px
}

.pt100 {
    padding-top: 100px
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pr60 {
    padding-right: 60px
}

.pr70 {
    padding-right: 70px
}

.pr80 {
    padding-right: 80px
}

.pr90 {
    padding-right: 90px
}

.pr100 {
    padding-right: 100px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.pb90 {
    padding-bottom: 90px
}

.pb100 {
    padding-bottom: 100px
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.pl70 {
    padding-left: 70px
}

.pl80 {
    padding-left: 80px
}

.pl90 {
    padding-left: 90px
}

.pl100 {
    padding-left: 100px
}

/*! text, border, bg */
.text {
    text-align: justify;
    line-height: 2
}

.text+.text {
    margin-top: 1.5em
}

.text--lead {
    font-size: 1.1rem
}

.text--biggest {
    font-size: 1.5em
}

.text--bigger {
    font-size: 1.2em
}

.text--big {
    font-size: 1.07em
}

.text--small {
    font-size: .92em
}

.text--smaller {
    font-size: .85em
}

.text--smallest {
    font-size: .78em
}

.text--bold {
    font-weight: 700
}

.text--w100,
.text--w200,
.text--w300,
.text--w400 {
    font-weight: 400
}

.text--w500 {
    font-weight: 500
}

.text--w600,
.text--w700,
.text--w800,
.text--w900 {
    font-weight: 700
}

.text--sup {
    font-size: .6em;
    vertical-align: super
}

.text--linear,
.text--linear-blue {
    background: linear-gradient(transparent 50%, #d8ebf8 50%)
}

.text--linear-yellow {
    background: linear-gradient(transparent 50%, #fdff99 50%)
}

.text--linear-orange {
    background: linear-gradient(transparent 50%, #ffe6c0 50%)
}

.text--linear-red {
    background: linear-gradient(transparent 50%, #ffc4c0 50%)
}

.text--linear-pink {
    background: linear-gradient(transparent 50%, #ffd7e3 50%)
}

.text--linear-green {
    background: linear-gradient(transparent 50%, #d2ffb9 50%)
}

.text--inb {
    display: inline-block
}

.text--link {
    padding-bottom: .1em;
    border-bottom: 1px dashed #75C8DD
}

.font--serif {
    font-family: 'Noto Serif JP', serif
}

.word-bleak {
    word-break: break-all;
    text-align: left
}

.txt-indent {
    padding-left: 1em;
    text-indent: -1em
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.display--none {
    display: none
}

.inline-block {
    display: inline-block
}

@media screen and (min-width:657px) {
    .align-center--pc-tab {
        text-align: center
    }
}

.txtcolor--gray {
    color: #777
}

.txtcolor--red {
    color: #e68161
}

.txtcolor--green {
    color: #008e76
}

.txtcolor--blue {
    color: #4bbdea
}

.txtcolor--light_blue {
    color: #09ada7
}

.txtcolor--orange {
    color: #ff834d
}

.txtcolor--pink {
    color: #e6728d
}

.txtcolor--coral {
    color: #f38e72
}

.txtcolor--white {
    color: #fff
}

.text--tel {
    padding-left: 1.5em;
    background: url(https://www.rederm.com/assets/images/common/icon_tel.svg) left center no-repeat;
    background-size: auto 1em
}

.icon--fd {
    padding-left: 1.3em;
    background: url(https://www.rederm.com/assets/images/common/icon_fd.svg) left center no-repeat;
    background-size: auto .6em
}

#main .bg--white,
.bg--white {
    background-color: #fff
}

#main .bg--gray,
.bg--gray {
    background-color: #f5f5ec
}

#main .bg--blue,
.bg--blue {
    background-color: #75C8DD
}

#main .bg--yellow,
.bg--yellow {
    background-color: #f9f2c1!important
}

#main .bg--pink,
.bg--pink {
    background-color: #fceef3!important
}

/*! button */
.button {
    background-color: #4C99CB;
    color: #FFF;
    position: relative;
    display: block;
    text-align: center;
    padding: 1em 2.5em;
    line-height: 1.2;
    border-radius: 4em;
    font-size: 1.3rem;
    font-weight: 700;
}

.button .text--smaller {
    font-weight: 500;
}

.button::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/common/arrow01.svg) center center no-repeat;
    background-size: 96% 96%;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%)
}

a.button[target=_blank] {
    background-image:none;
    padding: 1em 2.5em;
}
a.button[target=_blank]::after {
    content: "";
    display: inline-block;
    width: .8em;
    height: .8em;
    background-image: url(https://www.rederm.com/assets/images/common/icon-blank--white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: .3em;
}


/*! content__movie */
.content__movie {
    background-color: #ddd;
    position: relative;
    width: 100%
}

.content__movie:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.content__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*! tabs */
.tabs {
    display: flex;
    flex-wrap: wrap
}

.tabs::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    order: -1;
    background: #e6728d
}

.tabs .tab__label {
    flex: 1;
    margin-right: 3px;
    padding: .5em 1em;
    border-radius: 5px 5px 0 0;
    order: -1;
    background: rgba(255, 131, 77, .1);
    transition: .5s;
    cursor: pointer;
    font-size: 1rem
}

.tabs .tab__label:nth-last-of-type(1) {
    margin-right: 0
}

.tabs input {
    display: none
}

.tabs .tabs__item {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.tabs input:checked+.tab__label {
    background: #e6728d;
    color: #fff
}

.tabs input:checked+.tab__label+.tabs__item {
    height: auto;
    padding: 7% 0;
    overflow: auto;
    transition: .5s opacity;
    opacity: 1
}

/*! blockquote */
.blockquote {
    background-color: rgba(0, 0, 0, .05);
    padding: 5%;
    position: relative
}

.blockquote__text {
    font-size: .9em;
    margin-bottom: 1em
}

.blockquote__text::after,
.blockquote__text::before {
    color: #fff;
    font-size: 5rem;
    line-height: 1rem;
    display: block
}

.blockquote__text::before {
    content: "“";
    margin-left: -1rem
}

.blockquote__text::after {
    content: "”";
    text-align: right;
    margin-right: -1rem
}

.blockquote__source {
    display: flex;
    font-size: .85em
}

.blockquote__source>dt {
    width: 5em;
    margin-right: 1em
}

.blockquote__source>dt::after {
    content: "："
}

/*! map-iframe */
.map-iframe>iframe {
    width: 100%;
    height: 400px
}

@media screen and (max-width:750px) {
    .map-iframe>iframe {
        width: 100%;
        height: 200px
    }
}

/*! accordion-box */
.accordion-box {
    position: relative
}

.accordion-box__btn::before {
    content: "詳細を見る"
}

.accordion-box__btn {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    border: 1px solid #008e76;
    background-color: #fff;
    color: #008e76;
    transform: translateX(-50%);
    transition: all .3s ease;
    font-size: 1.1rem;
    padding: .5em 2em
}

.accordion-box__btn::after {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: .8em;
    border-right: 1px solid #008e76;
    border-bottom: 1px solid #008e76;
    transform: rotate(45deg) translateY(-50%)
}

.accordion-box__item {
    position: relative;
    overflow: hidden;
    height: 120px;
    min-height: 0;
    padding-bottom: 0;
    transition: all .5s ease
}

.accordion-box__item::before {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
    content: ""
}

.accordion-box__trigger {
    display: none
}

.accordion-box__trigger:checked~.accordion-box__btn::before {
    content: "詳細を閉じる"
}

.accordion-box__trigger:checked~.accordion-box__btn::after {
    transform: rotate(225deg)
}

.accordion-box__trigger:checked~.accordion-box__item {
    height: auto;
    min-height: 500px;
    padding-bottom: 5rem
}

.accordion-box__trigger:checked~.accordion-box__item::before {
    -moz-opacity: 0;
    opacity: 0
}

.accordion-box--profile .accordion-box__btn::before {
    content: "プロフィール詳細"
}

.accordion-box--profile .accordion-box__trigger:checked~.accordion-box__btn {
    display: none
}

.accordion-box--profile .accordion-box__trigger:checked~.accordion-box__item {
    padding-bottom: inherit
}

@media screen and (min-width:657px) {
    .accordion-box__btn:hover {
        color: #fff;
        background-color: #008e76
    }

    .accordion-box__btn:hover::after {
        border-color: #fff
    }
}

@media screen and (max-width:750px) {
    .accordion-box__btn {
        font-size: .8rem;
        padding: .2em 1em
    }
}

/*! colorbox */
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff;
    opacity: .9
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin: 32px auto;
    overflow: visible;
    background: #f5f5ec;
    border-radius: 10px
}

.cboxIframe {
    background: #f5f5ec
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center
}

#cboxTitle {
    position: absolute;
    left: 0
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(https://www.rederm.com/assets/images/common/colorbox/controls.png) no-repeat 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}

#cboxPrevious {
    background-position: 0 0;
    right: 44px
}

#cboxPrevious:hover {
    background-position: 0 -25px
}

#cboxNext {
    background-position: -25px 0;
    right: 22px
}

#cboxNext:hover {
    background-position: -25px -25px
}

#cboxClose {
    background: url(https://www.rederm.com/assets/images/common/btn-close.svg) 0 0 no-repeat transparent;
    background-size: 100% 100%;
    right: 20px;
    top: 20px;
    transition: all .3s ease
}

#cboxClose:hover {
    background-position: -50px -25px
}

.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
    right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}

a.colorbox,
a.group1,
a.group2,
a.group3 {
    position: relative;
    display: block
}

a.colorbox::before,
a.group1::before,
a.group2::before,
a.group3::before {
    content: "＋";
    color: #008e76;
    border: 1px solid rgba(0, 71, 151, .7);
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: content-box;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

a.colorbox--bottom::before {
    top: auto;
    bottom: 10px
}

a.colorbox--left::before {
    right: auto;
    left: 10px
}

a.colorbox--left-bottom::before {
    top: auto;
    right: auto;
    left: 10px;
    bottom: 10px
}

#cboxClose {
    background: url(https://www.rederm.com/assets/images/common/btn-close.svg) 0 0 no-repeat transparent;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    transition: all .3s ease
}

#cboxClose:hover {
    background-position: center center;
    opacity: .5
}

@media screen and (max-width:750px) {
    #cboxClose {
        width: 20px;
        height: 20px
    }
}

#colorbox.modal-movie__cont {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important
}

.modal-movie__cont #cboxContent {
    margin-top: 60px !important
}

#colorbox.modal-movie__cont,
.cboxIframe,
.modal-movie__cont #cboxContent,
.modal-movie__cont #cboxLoadedContent,
.modal-movie__cont #cboxWrapper {
    width: 1200px !important;
    height: 675px !important;
    transition: all .3s ease
}

@media screen and (max-width:1300px) {

    #colorbox.modal-movie__cont,
    .cboxIframe,
    .modal-movie__cont #cboxContent,
    .modal-movie__cont #cboxLoadedContent,
    .modal-movie__cont #cboxWrapper {
        width: 900px !important;
        height: 506px !important
    }
}

@media screen and (max-width:960px) {

    #colorbox.modal-movie__cont,
    .cboxIframe,
    .modal-movie__cont #cboxContent,
    .modal-movie__cont #cboxLoadedContent,
    .modal-movie__cont #cboxWrapper {
        width: 700px !important;
        height: 394px !important
    }
}

@media screen and (max-width:760px) {

    #colorbox.modal-movie__cont,
    .cboxIframe,
    .modal-movie__cont #cboxContent,
    .modal-movie__cont #cboxLoadedContent,
    .modal-movie__cont #cboxWrapper {
        width: 500px !important;
        height: 281px !important
    }
}

@media screen and (max-width:560px) {

    #colorbox.modal-movie__cont,
    .cboxIframe,
    .modal-movie__cont #cboxContent,
    .modal-movie__cont #cboxLoadedContent,
    .modal-movie__cont #cboxWrapper {
        width: 300px !important;
        height: 169px !important
    }
}

/*! list */
dl.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden
}

dl.list>dd.list__text,
dl.list>dt.list__title {
    padding: .7em 1em;
    margin-bottom: 2px
}

dl.list>dt.list__title {
    width: 40%;
    flex: 1 1 30%;
    background-color: #4C99CB;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem
}

dl.list>dd.list__text {
    width: calc(60% - 2px);
    flex: 1 1 55%;
    background-color: #FFF;
    margin-left: 2px;
    font-size: 1.1rem
}

.list__text--span {
    font-size: 1rem;
    display: inline-block
}

@media screen and (min-width:657px) {
    dl.list>dt.list__title:first-of-type {
        border-radius: 10px 0 0 0
    }

    dl.list>dd.list__text:first-of-type {
        border-radius: 0 10px 0 0
    }

    dl.list>dt.list__title:last-of-type {
        border-radius: 0 0 0 10px
    }

    dl.list>dd.list__text:last-of-type {
        border-radius: 0 0 10px 0
    }
}

@media screen and (max-width:750px) {
    dl.list>dt.list__title{
        font-size: 1em;
    }
    dl.list>dd.list__text {
        font-size: .9em;
    }
    /* dl.list {
        display: block
    }

    dl.list>dd.list__text,
    dl.list>dt.list__title {
        padding: .5em 1em
    }

    dl.list>dt.list__title {
        width: auto;
        font-size: 1.1rem;
        border-radius: 10px 10px 0 0
    }

    dl.list>dd.list__text {
        width: auto;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: .9rem;
        border-radius: 0 0 10px 10px
    }

    #main dl.list.bg--white {
        background-color: transparent
    }

    #main dl.list.bg--white dd.list__text {
        background-color: #fff
    } */
}

/*! sublist */
dl.sublist {
    display: flex;
    flex-wrap: wrap
}

dl.sublist>dt.sublist__title {
    font-weight: 500;
    width: 7em;
    flex: 1 1 20%
}

dl.sublist>dd.sublist__text {
    width: calc(100% - 7em);
    flex: 1 1 80%;
    padding-left: 1em;
    word-break: break-word
}

@media screen and (min-width:657px) {

    dd.sublist__text:nth-of-type(n+2),
    dt.sublist__title:nth-of-type(n+2) {
        margin-top: .5em
    }
}

@media screen and (max-width:750px) {
    dl.sublist {
        display: block
    }

    dl.sublist>dt.sublist__title {
        width: auto
    }

    dl.sublist>dd.sublist__text {
        width: auto;
        font-size: .9rem
    }

    dt.sublist__title:nth-child(n+2) {
        margin-top: .5em
    }
}

/*! accordion-list */
.accordion-list>dt {
    position: relative;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding-right: 3em
}

.accordion-list>dt::after,
.accordion-list>dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5em;
    height: 2px;
    background-color: #888;
    right: 15px;
    top: 50%;
    transform: translateY(-1px);
    transition: all .3s ease
}

.accordion-list>dt::after {
    transform: rotate(90deg) translate(-1px, 0)
}

.accordion-list>dt.accordion-list--open::after {
    transform: rotate(0) translateY(-1px)
}

.accordion-list>dd {
    height: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.accordion-list>dt.accordion-list--open+dd {
    height: auto;
    min-height: 10px;
    -moz-opacity: 1;
    opacity: 1
}

@media screen and (max-width:750px) {

    .accordion-list>dt::after,
    .accordion-list>dt::before {
        width: 1em
    }
}

/*! contents-list */
.contents-list {
    background-color: rgba(0, 142, 118, .05);
    border-radius: 10px
}

.contents-list__title {
    color: #008e76;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 1em 1.5em;
    text-align: center
}

.accordion-list .contents-list__title::after,
.accordion-list .contents-list__title::before {
    background-color: #008e76
}

.contents-list__item {
    padding: 1.5em
}

.accordion-list .contents-list__title {
    padding-right: 3em
}

.accordion-list>dt.accordion-list--open+dd.contents-list__item {
    padding: 1.5em 2em
}

.contents-list__item+.contents-list__title {
    margin-top: 5%
}

.contents-list .list-num__item>.list-check {
    margin: .8em 0 1.2em;
    padding: 0
}

.contents-list .list-num__item>.list-check:not(.flex)>li+li {
    margin-top: .5em
}

.contents-list .list-num__item>.list-check.flex>li:nth-of-type(n+3) {
    margin-top: .3em
}

@media screen and (max-width:750px) {
    .contents-list__title {
        font-size: 1.2rem;
        padding: .7em 5%
    }

    .accordion-list .contents-list__title {
        padding-right: 2em
    }
}

/*! list-secondary */
.list-secondary__title {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    background-color: #008e76;
    padding: .5em 1em
}

.list-secondary__text {
    padding: 1em;
    border-bottom: 2px solid #ddd
}

@media screen and (max-width:750px) {
    .list-secondary__text {
        padding: .7em 0
    }
}

/*! list-check */
.list-check__item {
    position: relative;
    padding-left: 1.5em
}

.list-check__item:not(.flex__item)+.list-check__item {
    margin-top: .3em
}

.list-check__item::before {
    content: "";
    display: block;
    width: 1em;
    height: .6em;
    border-left: .22em solid #008e76;
    border-bottom: .22em solid #008e76;
    color: #008e76;
    position: absolute;
    left: 0;
    top: .7em;
    transform: rotate(-45deg)
}

/*! list-num */
.list-num {
    counter-reset: li;
    list-style: none;
    padding-top: .5em;
    padding-bottom: .5em
}

.list-num__item {
    position: relative;
    counter-increment: decimal-1;
    padding-left: 2.5em;
    padding-top: .3em
}

.list-num__item:not(.flex__item)+.list-num__item {
    margin-top: .3em
}

.list-num__item::before {
    content: counter(decimal-1, decimal-leading-zero) '.';
    position: absolute;
    display: inline-block;
    padding-right: .5em;
    left: 0;
    top: .25em;
    font-weight: 700;
    color: #4C99CB;
    font-size: 1.15em;
    line-height: 1.6;
}

/*! list-step */
.list-step {
    counter-reset: li;
    list-style: none
}

.list-step__item {
    position: relative;
    counter-increment: decimal-2;
    padding-left: 5.5em
}

.list-step__item+.list-step__item {
    margin-top: 3rem
}

.list-step__item::before {
    content: "STEP " counter(decimal-2, decimal);
    position: absolute;
    display: inline-block;
    padding: 0 .5em;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #008e76;
    background-color: rgba(0, 71, 151, .1);
    font-size: .9em
}

.list-step__item+.list-step__item::after {
    content: "▼";
    display: block;
    width: 5rem;
    text-align: center;
    color: rgba(0, 71, 151, .5);
    font-size: .7rem;
    position: absolute;
    left: 0;
    top: -2.7rem
}

@media screen and (max-width:750px) {
    .list-step__item+.list-step__item::after {
        width: 100%
    }
}

.list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    padding-bottom: 5%;
    padding-top: 1em;
    border-bottom: 1px solid #ddd
}

.list-tags__item {
    padding: .2em 1.5em;
    font-size: .9rem;
    background-color: #eee;
    border-radius: 2em;
    cursor: pointer;
    transition: all .3s ease
}

.list-tags__item--current {
    color: #fff;
    background-color: #888
}

@media screen and (min-width:657px) {
    .list-tags__item:hover {
        color: #fff;
        background-color: #888
    }
}

@media screen and (max-width:750px) {
    .list-tags__item {
        padding: .1em 1em;
        font-size: .8rem
    }
}


/*! content-basic__table */
.content-basic__table {
    line-height: 1.8;
    font-size: 90%;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%
}

.content-basic__table td,
.content-basic__table th {
    padding: .5em 1em
}

.content-basic__table th {
    color: #fff;
    font-weight: 500
}

.content-basic__table thead th {
    background-color: rgba(0, 71, 151, 1)
}

.content-basic__table tbody th {
    background-color: rgba(0, 71, 151, .6)
}

.content-basic__table tbody td {
    background-color: rgba(0, 71, 151, .05)
}

.content-basic__table--fixed {
    table-layout: fixed
}

.content-basic__table--time tbody td {
    font-size: 1.5rem
}

@media screen and (max-width:750px) {
    .content-basic__table.sp-show {
        display: table !important
    }

    .content-basic__table--time tbody td {
        font-size: 1.1rem
    }
}

/*! box-note */
.box-note,
.box-note--red,
.box-note--black,
.box-note--gray,
.box-note--light_gray,
.box-note--tra,
.box-note--white {
    padding: 1em 1.5em;
    background-color: rgba(20, 116, 190, .1);
    border-radius: 10px
}
.box-note--red {
    background-color: #eb9378;
    color: #FFF;
}

.box-note--gray {
    background-color: #f5f5ec
}

.box-note--black {
    background-color: rgba(0, 0, 0, .7)
}

.box-note--white {
    background-color: rgba(255, 255, 255, .5)
}

.box-note--tra {
    background-color: transparent
}

@media screen and (max-width:750px) {

    .box-note,
    .box-note--red,
    .box-note--gray,
    .box-note--light_gray,
    .box-note--tra,
    .box-note--white {
        padding: 4% 5%
    }

    #main ul.box-note.txt-indent {
        padding-left: calc(6% + 1em)
    }
}

/*! box--inline-block */
.box--inline-block {
    text-align: center
}

.box--inline-block>* {
    display: inline-block;
    text-align: left
}

#colorbox button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}
