@charset "UTF-8";


html {
    font-size: 62.5%; /* 10px */
    height: 100%;
    overflow-y: scroll;
    background: #fffbcd;
}


/* header
--------------------------------------------------------- */
/* ----- header ----- */
header {
    border-bottom: 1px solid #111;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 99;
}

/* ----- header-wrapper-breadcrumb ----- */
.header-wrapper-breadcrumb {
    width: 100%;
    max-width: 960px;
    text-align: right;
    margin: 10px auto 0;
    overflow-x: auto;
}

@media screen and (max-width: 768px) {
    .header-wrapper-breadcrumb {
        display: none;
    }
}

.header-wrapper-breadcrumb ul {
    display: flex;
}

.header-wrapper-breadcrumb ul li {
    color: #666;
    font-size: 1.2rem;
    list-style-type: none;
    white-space: nowrap;
    display: inline;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .header-wrapper-breadcrumb ul li {
        font-size: 1rem;
    }
}

.header-wrapper-breadcrumb ul li a {
    font-size: 1.2rem;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .header-wrapper-breadcrumb ul li a {
        font-size: 1rem;
    }
}

.header-wrapper-breadcrumb ul li:before {
    display: inline-block;
    content: '>';
    margin: 0 10px;
}

.header-wrapper-breadcrumb ul li:first-child:before {
    display: none;
}

/* wrapper
--------------------------------------------------------- */
/* ----- wrapper ----- */
.wrapper {
    margin: 0 auto;
    background: url(../img/common/img_common_bg02.png) repeat 0 0;
    padding: 150px 0 0px 0;/*    padding: 183px 0 60px 0;*/
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 100px 0 0px 0;/*  padding: 100px 0 50px 0;*/
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        padding: 7rem 0 0rem 0;/*padding: 40px 0;*/
    }
}


/* mv
--------------------------------------------------------- */
/* ----- mv ----- */
.mv {
    width: 100%;
}

/* mv-wrapper */
.mv-wrapper {
    width: 100%;
}

/* mv-wrapper-box */
.mv-wrapper-box {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 20px;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .mv-wrapper-box {
        width: 94%;
    }
}

@media screen and (max-width: 768px) {
    .mv-wrapper-box {
        width: 84%;
        margin: 0 auto 1vw;
    }
}

@media screen and (max-width: 480px) {
    .mv-wrapper-box {
        width: 90%;
        margin: 0 auto 3vw;
    }
}

/* mv-wrapper-box-make */
.mv-wrapper-box-make {
    margin: 0 auto 30px;
}

.make-a-contact-thanks .mv-wrapper-box-make {
    display: none;
}

@media screen and (max-width: 768px) {
    .mv-wrapper-box-make {
        display: none;
    }
}

.mv-wrapper-box-make ol.ol-style-01 {
    width: 100%;
    list-style-type: none;
    display: table;
    margin: 0;
    padding: 0 10px 0 0;
    overflow: hidden;
}

.mv-wrapper-box-make ol.ol-style-01 li {
    color: #111;
    font-size: 1.3rem;
    display: table-cell;
    padding: 6px 3px 6px 25px;
    border: 1px solid #111;
    background: #e5e5e5;
    position: relative;
}

.mv-wrapper-box-make ol.ol-style-01 li:last-child {
    padding-right: 10px;
}

.mv-wrapper-box-make ol.ol-style-01 li:before,
.mv-wrapper-box-make ol.ol-style-01 li:after {
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    content: "";
}

.mv-wrapper-box-make ol.ol-style-01 li:before {
    border-style: solid;
    border-color: transparent transparent transparent #111;
    border-width: 21px 0 21px 10px;
    top: -4px;
    right: -10px;
    z-index: 10;
}

.mv-wrapper-box-make ol.ol-style-01 li:after {
    border-style: solid;
    border-color: transparent transparent transparent #e5e5e5;
    border-width: 21px 0 21px 10px;
    top: -4px;
    right: -9px;
    z-index: 10;
}

.mv-wrapper-box-make ol.ol-style-01 li.active {
    color: #fff;
    font-weight: bold;
    background: #111;
}

.mv-wrapper-box-make ol.ol-style-01 li.active:after {
    border-color: transparent transparent transparent #111;
}

/* mv-wrapper-box-title */
.mv-wrapper-box-title {
    height: 60px;
}

@media screen and (max-width: 768px) {
    .mv-wrapper-box-title {
        height: 10vw;
    }
}

/* mv-wrapper-box-title h2 */
.mv-wrapper-box-title h2 {
    text-indent: -9999px;
}

/* ----- mv-wrapper-box-title body ----- */
/* about */
.about .mv-wrapper-box-title {
    background: url(../img/about/img_about_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .about .mv-wrapper-box-title {
        background: url(../img/about/img_about_mt01_sp.png) no-repeat center top / 50vw auto;
    }
}

@media screen and (max-width: 480px) {
    .about .mv-wrapper-box-title {
        background: url(../img/about/img_about_mt01_sp.png) no-repeat center top / 65vw auto;
    }
}

/* make */
.make-a .mv-wrapper-box-title,
.make-b .mv-wrapper-box-title,
.make-c .mv-wrapper-box-title {
    height: 54px;
    margin: 0 auto 40px;
    border: 3px solid #111;
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 768px) {
    .make-a .mv-wrapper-box-title,
    .make-b .mv-wrapper-box-title,
    .make-c .mv-wrapper-box-title {
        height: 9vw;
        margin: 0 auto 6vw;
    }
}

@media screen and (max-width: 480px) {
    .make-a .mv-wrapper-box-title,
    .make-b .mv-wrapper-box-title,
    .make-c .mv-wrapper-box-title {
        height: 10.5vw;
    }
}

.make-a .mv-wrapper-box-title {
    background: #d0efff;
}

.make-b .mv-wrapper-box-title {
    background: #ffe5e0;
}

.make-c .mv-wrapper-box-title {
    background: #efff9a;
}

.make-a .mv-wrapper-box-title h2,
.make-b .mv-wrapper-box-title h2,
.make-c .mv-wrapper-box-title h2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.make-a .mv-wrapper-box-title h2 {
    height: 67px;
    background: url(../img/make/a/img_make_mt01.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
    .make-a .mv-wrapper-box-title h2 {
        height: 12vw;
        background: url(../img/make/a/img_make_mt01_sp.png) no-repeat left bottom / 50vw auto;
    }
}

@media screen and (max-width: 480px) {
    .make-a .mv-wrapper-box-title h2 {
        height: 16vw;
        background: url(../img/make/a/img_make_mt01_sp.png) no-repeat left bottom / 60vw auto;
    }
}

.make-b .mv-wrapper-box-title h2,
.make-b.make-b1 .mv-wrapper-box-title h2,
.make-b.make-b1-terms .mv-wrapper-box-title h2 {
    height: 70px;
    background: url(../img/make/b/img_make_mt01.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
    .make-b .mv-wrapper-box-title h2,
    .make-b.make-b1 .mv-wrapper-box-title h2,
    .make-b.make-b1-terms .mv-wrapper-box-title h2 {
        height: 12vw;
        background: url(../img/make/b/img_make_mt01_sp.png) no-repeat left bottom / 75vw auto;
    }
}

@media screen and (max-width: 480px) {
    .make-b .mv-wrapper-box-title h2,
    .make-b.make-b1 .mv-wrapper-box-title h2,
    .make-b.make-b1-terms .mv-wrapper-box-title h2 {
        height: 16vw;
        background: url(../img/make/b/img_make_mt01_sp.png) no-repeat left bottom / 82vw auto;
    }
}

.make-b.make-b2 .mv-wrapper-box-title h2,
.make-b.make-b2-terms .mv-wrapper-box-title h2 {
    height: 70px;
    background: url(../img/make/b/img_make_mt02.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
    .make-b.make-b2 .mv-wrapper-box-title h2,
    .make-b.make-b2-terms .mv-wrapper-box-title h2 {
        height: 12vw;
        background: url(../img/make/b/img_make_mt02_sp.png) no-repeat left bottom / 81vw auto;
    }
}

@media screen and (max-width: 480px) {
    .make-b.make-b2 .mv-wrapper-box-title h2,
    .make-b.make-b2-terms .mv-wrapper-box-title h2 {
        height: 16vw;
        background: url(../img/make/b/img_make_mt02_sp.png) no-repeat left bottom / 84vw auto;
    }
}

.make-c .mv-wrapper-box-title h2 {
    height: 72px;
    background: url(../img/make/c/img_make_mt01.png) no-repeat left center;
}

@media screen and (max-width: 768px) {
    .make-c .mv-wrapper-box-title h2 {
        height: 12vw;
        background: url(../img/make/c/img_make_mt01_sp.png) no-repeat left bottom / 62vw auto;
    }
}

@media screen and (max-width: 480px) {
    .make-c .mv-wrapper-box-title h2 {
        height: 16vw;
        background: url(../img/make/c/img_make_mt01_sp.png) no-repeat left bottom / 71vw auto;
    }
}

/* use-scene */
.use-scene .mv-wrapper-box-title {
    background: url(../img/use-scene/img_usescene_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .use-scene .mv-wrapper-box-title {
        height: 12vw;
        background: url(../img/use-scene/img_usescene_mt01_sp.png) no-repeat center top / 22vw auto;
    }
}

@media screen and (max-width: 480px) {
    .use-scene .mv-wrapper-box-title {
        height: 15vw;
        background: url(../img/use-scene/img_usescene_mt01_sp.png) no-repeat center top / 35vw auto;
    }
}

/* news */
.news .mv-wrapper-box-title {
    background: url(../img/news/img_news_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .news .mv-wrapper-box-title {
        background: url(../img/news/img_news_mt01_sp.png) no-repeat center top / 15vw auto;
    }
}

@media screen and (max-width: 480px) {
    .news .mv-wrapper-box-title {
        background: url(../img/news/img_news_mt01_sp.png) no-repeat center top / 23vw auto;
    }
}

/* howto */
.howto-single .mv-wrapper-box-title {
    background: url(../img/howto/img_howtosingle_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .howto-single .mv-wrapper-box-title {
        background: url(../img/howto/img_howtosingle_mt01_sp.png) no-repeat center top / 60vw auto;
    }
}

@media screen and (max-width: 480px) {
    .howto-single .mv-wrapper-box-title {
        background: url(../img/howto/img_howtosingle_mt01_sp.png) no-repeat center top / 75vw auto;
    }
}

.howto-double-flame .mv-wrapper-box-title {
    background: url(../img/howto/img_howtodoubleflame_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .howto-double-flame .mv-wrapper-box-title {
        height: 13vw;
        background: url(../img/howto/img_howtodoubleflame_mt01_sp.png) no-repeat center top / 60vw auto;
    }
}

@media screen and (max-width: 480px) {
    .howto-double-flame .mv-wrapper-box-title {
        height: 14vw;
        background: url(../img/howto/img_howtodoubleflame_mt01_sp.png) no-repeat center top / 75vw auto;
    }
}

.howto-double-illustrator .mv-wrapper-box-title {
    background: url(../img/howto/img_howtodoubleillustrator_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .howto-double-illustrator .mv-wrapper-box-title {
        height: 13vw;
        background: url(../img/howto/img_howtodoubleillustrator_mt01_sp.png) no-repeat center top / 60vw auto;
    }
}

@media screen and (max-width: 480px) {
    .howto-double-illustrator .mv-wrapper-box-title {
        height: 14vw;
        background: url(../img/howto/img_howtodoubleillustrator_mt01_sp.png) no-repeat center top / 75vw auto;
    }
}

.howto-umaipack .mv-wrapper-box-title {
    background: url(../img/howto/img_howtoumaipack_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .howto-umaipack .mv-wrapper-box-title {
        height: 14vw;
        background: url(../img/howto/img_howtoumaipack_mt01_sp.png) no-repeat center top / 55vw auto;
    }
}

@media screen and (max-width: 480px) {
    .howto-umaipack .mv-wrapper-box-title {
        height: 14vw;
        background: url(../img/howto/img_howtoumaipack_mt01_sp.png) no-repeat center top / 62vw auto;
    }
}

/* delivery-info */
.delivery-info .mv-wrapper-box-title {
    background: url(../img/delivery-info/img_deliveryinfo_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .delivery-info .mv-wrapper-box-title {
        background: url(../img/delivery-info/img_deliveryinfo_mt01_sp.png) no-repeat center top / 45vw auto;
    }
}

@media screen and (max-width: 480px) {
    .delivery-info .mv-wrapper-box-title {
        background: url(../img/delivery-info/img_deliveryinfo_mt01_sp.png) no-repeat center top / 60vw auto;
    }
}

/* flow */
.flow .mv-wrapper-box-title {
    background: url(../img/flow/img_flow_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .flow .mv-wrapper-box-title {
        background: url(../img/flow/img_flow_mt01_sp.png) no-repeat center top / 26vw auto;
    }
}

@media screen and (max-width: 480px) {
    .flow .mv-wrapper-box-title {
        background: url(../img/flow/img_flow_mt01_sp.png) no-repeat center top / 38vw auto;
    }
}

/* faq */
.faq .mv-wrapper-box-title {
    background: url(../img/faq/img_faq_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .faq .mv-wrapper-box-title {
        background: url(../img/faq/img_faq_mt01_sp.png) no-repeat center top / 28vw auto;
    }
}

@media screen and (max-width: 480px) {
    .faq .mv-wrapper-box-title {
        background: url(../img/faq/img_faq_mt01_sp.png) no-repeat center top / 40vw auto;
    }
}

/* contact */
.contact section.mv {
    display: none;
}

/* company-profile */
.company-profile .mv-wrapper-box-title {
    background: url(../img/company-profile/img_companyprofile_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .company-profile .mv-wrapper-box-title {
        background: url(../img/company-profile/img_companyprofile_mt01_sp.png) no-repeat center top / 18vw auto;
    }
}

@media screen and (max-width: 480px) {
    .company-profile .mv-wrapper-box-title {
        background: url(../img/company-profile/img_companyprofile_mt01_sp.png) no-repeat center top / 24vw auto;
    }
}

/* privacy */
.privacy .mv-wrapper-box-title {
    background: url(../img/privacy/img_privacy_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .privacy .mv-wrapper-box-title {
        background: url(../img/privacy/img_privacy_mt01_sp.png) no-repeat center top / 40vw auto;
    }
}

@media screen and (max-width: 480px) {
    .privacy .mv-wrapper-box-title {
        background: url(../img/privacy/img_privacy_mt01_sp.png) no-repeat center top / 50vw auto;
    }
}

/* law */
.law .mv-wrapper-box-title {
    background: url(../img/law/img_law_mt01.png) no-repeat center top;
}

@media screen and (max-width: 768px) {
    .law .mv-wrapper-box-title {
        background: url(../img/law/img_law_mt01_sp.png) no-repeat center top / 50vw auto;
    }
}

@media screen and (max-width: 480px) {
    .law .mv-wrapper-box-title {
        background: url(../img/law/img_law_mt01_sp.png) no-repeat center top / 65vw auto;
    }
}


/* content
--------------------------------------------------------- */
/* ----- content ----- */
.content {
    margin: 0 auto;
}


/* main
--------------------------------------------------------- */
/* ----- main ----- */
.error404 main {
    margin: auto;
}
.error404 .content {
    background: none;
}

/* ----- main-wrapper ----- */
.main-wrapper-archive,
.main-wrapper-article {
    font-size: 1.7rem;
    line-height: 1.9;
}

@media screen and (max-width: 768px) {
    .main-wrapper-archive,
    .main-wrapper-article {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-archive,
    .main-wrapper-article {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

.main-wrapper-archive > div,
.main-wrapper-article > div {
    max-width: 880px;
    margin: 0 auto 80px;/*    margin: 0 auto 100px;*/
}

@media screen and (max-width: 1000px) {
    .main-wrapper-archive > div,
    .main-wrapper-article > div {
        width: 768px;
        margin: 0 auto 80px;
    }
}

@media screen and (max-width: 768px) {
    .main-wrapper-archive > div,
    .main-wrapper-article > div {
        width: 84%;
        margin: 0 auto 50px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-archive > div,
    .main-wrapper-article > div {
        width: 90%;
        margin: 0 auto 40px;
    }
}

.main-wrapper-archive > div:last-child,
.main-wrapper-article > div:last-child {
    margin-bottom: 0;
}

/* main-wrapper-article mt-style-01 */
.main-wrapper-archive .mt-style-01,
.main-wrapper-article .mt-style-01 {
    margin-top: 0;
}

/* main-wrapper-article h3 */
.main-wrapper-article h3 {
    width: 100%;
    color: #111;
    font-size: 3.2rem;
    line-height: 1.6;
    margin: 80px 0 40px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article h3 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 60px 0 35px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article h3 {
        font-size: 2rem;
        line-height: 1.4;
        margin: 50px 0 30px;
    }
}

/* main-wrapper-article h4 */
.main-wrapper-article h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 70px 0 35px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article h4 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 60px 0 30px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article h4 {
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 50px 0 25px;
    }
}

/* main-wrapper-article h5 */
.main-wrapper-article h5 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 50px 0 25px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article h5 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 40px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article h5 {
        font-size: 1.5rem;
        line-height: 1.6;
        margin: 30px 0 15px;
    }
}

/* page main-wrapper-article h */
.page .main-wrapper-article h3,
.page .main-wrapper-article h4,
.page .main-wrapper-article h5 {
    margin: 0;
}

/* main-wrapper-article p */
.main-wrapper-article p {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article p {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article p {
        font-size: 1.3rem;
        line-height: 1.8;
        margin: 0 0 12px;
    }
}

.main-wrapper-article p:last-child {
    margin-bottom: 0;
}

/* main-wrapper-article img */
.main-wrapper-article img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* page main-wrapper-article img */
.page .main-wrapper-article img {
    margin: 0;
}

/* main-wrapper-article img-style-01 */
.main-wrapper-article img.img-style-01 {
    margin: auto;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article img.img-style-01 {
        width: 100%;
    }
}

/* main-wrapper-article wp-caption */
.main-wrapper-article .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin: 30px 0;
}

.main-wrapper-article .wp-caption img {
    margin: 0 auto;
}

.main-wrapper-article .wp-caption p {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article .wp-caption p {
        font-size: 1.2rem;
        margin: 8px 0 0;
    }
}

/* main-wrapper-article ul */
.main-wrapper-article ul {
    margin: 25px 0 25px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article ul {
        margin: 22px 0 22px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article ul {
        margin: 20px 0 20px;
    }
}

.main-wrapper-article ul li {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    list-style-type: disc;
    margin: 0 0 12px 20px;
    padding: 0 0 0 2px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article ul li {
        font-size: 1.5rem;
        line-height: 1.7;
        margin: 0 0 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article ul li {
        font-size: 1.2rem;
        line-height: 1.6;
        margin: 0 0 12px 20px;
    }
}

.main-wrapper-article ul li:last-child {
    margin-bottom: 0;
}

.main-wrapper-article ul li p {
    margin: 0 0 10px;
}

/* page main-wrapper-article ul */
.page .main-wrapper-article ul {
    margin: 0 0 0 0px;/*    margin: 0 0 0 30px;*/
}

/* main-wrapper-article ul-style-01 */
.main-wrapper-article ul.ul-style-01 {
    margin: 0;
}

.main-wrapper-article ul.ul-style-01 li {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
}

.main-wrapper-article ul.ul-style-01 li:last-child {
    margin-bottom: 0;
}

/* main-wrapper-article ol */
.main-wrapper-article ol {
    margin: 35px 0 35px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article ol {
        margin: 30px 0 30px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article ol {
        margin: 20px 0 20px;
    }
}

.main-wrapper-article ol > li {
    font-size: 1.6rem;
    line-height: 1.8;
    list-style-type: decimal;
    margin: 0 0 12px 25px;
    padding: 0 0 0 8px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article ol li {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article ol li {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

.main-wrapper-article ol li:last-child {
    margin-bottom: 0;
}
/*add*/
.main-wrapper-article-style-32-body-example-content-message p{
font-weight: 300;
color: #333333;    
}

/**/
/* .main-wrapper-article ol > li > ul */
.main-wrapper-article ol > li > ul {
    margin: 5px 0 12px 20px;
}

.main-wrapper-article ol > li > ul > li {
    margin: 0 0 3px;
}

.main-wrapper-article ol > li > ul > li:last-child {
    margin-bottom: 0;
}

/* page main-wrapper-article ol */
.page .main-wrapper-article ol {
    margin: 0 0 0 30px;
}

/* main-wrapper-article dl */
.main-wrapper-article dl {
    margin: 40px 0 40px;
    background: #f9f9f9;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl {
        margin: 30px 0 30px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl {
        margin: 20px 0 20px;
    }
}

.main-wrapper-article dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 30px 10px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl dt {
        font-size: 1.5rem;
        line-height: 1.8;
        margin: 0 25px 8px;
        padding: 25px 0 8px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl dt {
        font-size: 1.2rem;
        line-height: 1.6;
        padding: 20px 0 8px;
    }
}

.main-wrapper-article dl dd {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 30px 30px;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl dd {
        font-size: 1.5rem;
        line-height: 1.8;
        padding: 5px 25px 25px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl dd {
        font-size: 1.2rem;
        line-height: 1.6;
        padding: 5px 20px 20px;
    }
}

/* main-wrapper-article dl-style-01 */
.main-wrapper-article dl.dl-style-01 {
    margin: 0 0 20px;
    background: inherit;
}

.main-wrapper-article dl.dl-style-01:last-child {
    margin-bottom: 0;
}

.main-wrapper-article dl.dl-style-01 dt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 5px;
    padding: 0;
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl.dl-style-01 dt {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl.dl-style-01 dt {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.main-wrapper-article dl.dl-style-01 dd {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl.dl-style-01 dd {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl.dl-style-01 dd {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/* main-wrapper-article dl-style-02 */
.main-wrapper-article dl.dl-style-02 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    background: inherit;
}

.main-wrapper-article dl.dl-style-02:last-child {
    margin-bottom: 0;
}

.main-wrapper-article dl.dl-style-02 dt {
    width: 20%;
    min-width: 120px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl.dl-style-02 dt {
        width: 15%;
        min-width: 110px;
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl.dl-style-02 dt {
        width: 15%;
        min-width: 90px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.main-wrapper-article dl.dl-style-02 dd {
    width: 78%;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article dl.dl-style-02 dd {
        width: 83%;
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article dl.dl-style-02 dd {
        width: 83%;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/* main-wrapper-article table */
.main-wrapper-article table {
    margin: 30px 0 30px;
    border: 2px solid #111;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article table {
        margin: 25px 0 25px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article table {
        margin: 20px 0 20px;
    }
}

.main-wrapper-article table thead th {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8;
    vertical-align: middle;
    padding: 10px;
    background: #111;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article table thead th {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article table thead th {
        font-size: 1.3rem;
    }
}

.main-wrapper-article table tbody th {
    width: 28%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px dotted #999;
    background: #fff7f7;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article table tbody th {
        width: 35%;
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 8px 12px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article table tbody th {
        width: 30%;
        font-size: 1.2rem;
    }
}

.main-wrapper-article table tbody tr:first-child th {
    /* border-top: 2px solid #111; */
}

.main-wrapper-article table tbody td {
    width: 80%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px dotted #999;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article table tbody td {
        width: 65%;
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 8px 12px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article table tbody td {
        width: 70%;
        font-size: 1.2rem;
    }
}

.main-wrapper-article table tbody tr:first-child td {
    /* border-top: 2px solid #111; */
}

/* main-wrapper-article table-style-01 */
.main-wrapper-article table.table-style-01 tbody th {
    width: auto;
}

.main-wrapper-article table.table-style-01 tbody td {
    width: auto;
}

/* main-wrapper-article blockquote */
.main-wrapper-article blockquote {
    margin: 40px;
    padding: 30px 30px 30px 65px;
    position: relative;
    background: #f6f6f6;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article blockquote {
        margin: 30px 25px;
        padding: 25px 25px 25px 55px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article blockquote {
        margin: 20px 20px;
        padding: 20px 20px 20px 48px;
    }
}

.main-wrapper-article blockquote:before {
    color: #ccc;
    font-size: 7rem;
    font-family: sans-serif;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 23px;
    vertical-align: middle;
    content: "";
}

@media screen and (max-width: 768px) {
    .main-wrapper-article blockquote:before {
        font-size: 6rem;
        left: 18px;
        top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article blockquote:before {
        font-size: 5rem;
        left: 15px;
        top: 18px;
    }
}

.main-wrapper-article blockquote p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article blockquote p {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article blockquote p {
        font-size: 1.3rem;
        line-height: 1.9;
    }
}

/* main-wrapper-article iframe */
.main-wrapper-article iframe {
    width: 100%;
    max-width: 608px;
    height: 376px;
    display: block;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .main-wrapper-article iframe {
        width: 380px;
        height: 235px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrapper-article iframe {
        width: 100%;
        height: 240px;
    }
}

@media screen and (max-width: 360px) {
    .main-wrapper-article iframe {
        width: 100%;
        height: 180px;
    }
}

/* main-wrapper-article iframe-style-01 */
.main-wrapper-article iframe.iframe-style-01 {
    width: 100%;
    max-width: inherit;
    height: 450px;
}










