@charset "UTF-8";

.creative_box .box_l {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

.creative_box .box_r {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

.ex_box img {
    width: 100%
}

.ex_box {
    padding: 180px 30px 30px;
    position: relative
}

.ex_box .txt_box {
    position: absolute;
    width: 38%;
    top: 30px;
    left: 30px
}

.ex_box .txt_box p.txt_box_title {
    color: #00aba5;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold
}

.creative_box2 .box_l {
    width: 75%;
    margin-right: 5%
}

.creative_box2 .box_r {
    width: 20%;
    padding: 0
}

.comic_title {
    position: relative;
    padding: 50px 0 0 50px;
    margin-top: 30px
}

.comic_title_txt {
    padding: 30px;
    background-color: #00aba5;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1.3em;
    width: 110px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

.comic_title ul {
    flex-wrap: wrap;
}

.comic_title ul li {
    border: solid 5px #99dddb;
    background-color: #fff;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 15px
}

.comic_title ul li .face {
    text-align: center;
    padding: 0 0 0px;
    border-bottom: solid 2px #00aba5;
    margin-bottom: 20px
}

.comic_title ul li:nth-child(3n) {
    margin-right: 0
}

.comic_txt .caption {
    font-size: 12px;
}

p.name {
    font-size: 20px;
    color: #00aba5;
    margin: 10px 0 0
}

p.name span {
    font-size: 70%
}


/*アコーディオン*/
.toggle_contents {
    border: none;
    margin-bottom: 20px
}

.toggle_title {
    position: relative;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    background-color: #00aba5;
    vertical-align: middle;
    padding: 0;
    border-left: solid 3px #00aba5;
    text-align: left
}

.toggle_title span {
    background-color: #fff;
    padding: 10px 0 10px;
    color: #00aba5;
    ertical-align: middle
}

span.accordion_no {
    font-size: 30px;
    ertical-align: middle;
    padding: 0 10px 0 0;
    line-height: 1.2em
}

.toggle_title .en {
    vertical-align: text-top;
    padding-left: 10px
}

.txt_type {
    background-color: #00aba5;
    padding: 5px 10px;
    color: #fff
}

span.toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    z-index: 10;
}

.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: '';
    background-color: #00aba5;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle_btn:before {
    width: 2px;
    height: 10px;
}

.toggle_title.selected .toggle_btn:before {
    content: normal;
}

.toggle_contents dd {
    display: none;
}

.toggle_contents img {
    width: 100%;
    height: auto
}

.comic_box {
    padding: 20px;
    margin-top: 20px;
    background-color: #fff
}

.comic_title2 span.maru {
    border-radius: 50%;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.3em;
    padding: 0px 8px !important;
    background-color: #00aba5;
    color: #fff;
    margin-right: 5px;

}

.comic_title2 span.number {
    font-weight: bold;
    font-size: 120%;
    vertical-align: top
}


.comic_title2 span.number img {
    width: 23px;
    vertical-align: middle
}

.comic_title2 {
    font-size: 20px;
    color: #00aba5;
    vertical-align: middle;
    line-height: 1.3em;
    margin-top: 20px
}

img.icon_en {
    height: 25px;
    width: auto;
    vertical-align: middle;
    margin-left: 5px
}

table {
    border: solid 1px #00aba5;
    width: 100%
}


.title-border {
    display: flex;
    color: #00aba5;
    font-size: 28px;
    font-weight: bold;
    align-items: center;
}

.title-border:before,
.title-border:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}

p.comic_title3 {
    border-bottom: 3px dotted #00aba5;
    margin-bottom: 30px;
    font-size: 30px;
    color: #00aba5
}

p.comic_title3 span {
    font-size: 75%;
    font-weight: bold
}

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

    .comic_title2 {
        font-size: 2vw
    }

    img.icon_en {
        height: 1.8vw;
    }

    p.name {
        font-size: 1.9vw
    }

    .toggle_title span.en {
        padding: 20px 5px 10px;
    }

    .comic_txt {
        font-size: 1.2vw
    }

    .toggle_title {
        font-size: 1.5vw
    }

    .toggle_contents .bt_main {
        font-size: 1.4vw
    }
}

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

@media screen and (max-width: 900px) {
    p.name {
        font-size: 1.8vw
    }

    .ex_box {
        padding: 17vw 30px 30px;
        position: relative
    }

    .ex_box .txt_box {
        position: absolute;
        width: auto;
        top: 0;
        left: 0;
        padding: 30px
    }

    .ex_box .txt_box p.txt_box_title {
        color: #00aba5;
        font-size: 1.5vw;
        margin-bottom: 10px;
        font-weight: bold
    }
}

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

    p.txt_comic {
        padding: 0 15px
    }

    p.comic_title3 {
        font-size: 4vw;
        padding: 0 15px
    }

    .title-border {
        font-size: 4.3vw
    }

    .toggle_contents .bt_main {
        font-size: 3vw;
    }

    .comic_title ul li {
        display: block;
        width: 100%;
    }

    .comic_txt {
        font-size: 3vw
    }

    .comic_title2 {
        font-size: 4.5vw
    }

    img.icon_en {
        height: 4vw;
    }

    dd .flex {
        display: block
    }

    .toggle_title .box_l {
        width: 100%
    }

    .toggle_title .box_r {
        width: 100%
    }

    .comic_box {
        padding: 0px;
        margin-top: 20px;
        background-color: none
    }

    span.toggle_btn {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background: #fff !important;
        display: block;
        width: 24px;
        height: 24px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
        z-index: 10;
    }

    .txt_type {
        background-color: #00aba5;
        padding: 5px 40px 5px 10px;
    }

    .toggle_title span {
        background: none;
        padding: 0px 0;
        color: #fff;
        ertical-align: middle;
        line-height: 1em
    }

    .toggle_title {
        font-size: 3.3vw;
        padding: 15px 10px 10px
    }

    .toggle_title .flex {
        display: block
    }

    .comic_title .flex {
        display: block
    }

    .comic_title ul li {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .comic_title ul li img {
        width: 50%
    }

    .comic_title ul li .name {
        font-size: 6vw
    }

    .creative_box2 .box_l {
        width: 100%;
        margin-right: 0
    }

    .creative_box2 .box_r {
        width: 100%;
        padding: 20px 10px 10px;
        text-align: center
    }

    .creative_box2 .box_r img {
        width: 60%;
        margin-bottom: 30px
    }

    .comic_title {
        position: relative;
        padding: 0px 0 0 0
    }

    .comic_title_txt {
        width: auto;
        position: relative;
        display: block;
        padding: 10px;
        margin-bottom: 10px
    }

    .box_r {
        margin-bottom: 0 !important
    }

    .box_l {
        margin-bottom: 0 !important
    }

    .ex_box {
        padding: 20px;
    }

    .ex_box .txt_box p.txt_box_title {
        font-size: 3.5vw
    }

    .ex_box .txt_box {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        padding: 0 0 30px
    }

    section.bt_img ul {
        display: block;
        margin-bottom: 30px
    }

    section.bt_img ul li {
        flex-wrap: nowrap;
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .flow_inner {
        text-align: center;
        height: 80px;
        padding: 20px 0 20px
    }

    img.number {
        height: 20px;
        width: auto
    }

    img.flow_arrow {
        display: none
    }

    .arrow_sp {
        position: absolute;
        bottom: -20px;
        width: 100%;
        text-align: center
    }

    .arrow_sp img {
        width: 50px
    }

    section.bt_img ul li p {
        padding: 5px 0 0;
        color: #fff;
        font-size: 4vw;
        line-height: 1.6em
    }

    section.bt_img ul li {
        background-position: center
    }
}