@charset "utf-8";

/*versatile etc*/
.contents_wrap {
    max-width: 1400px;
    padding: 0 5.21%;
    margin: 0 auto 34%;
}

.txt_color01 {
    color: #cc0033 !important;
}

.list_type01 {
    text-indent: -1.0em !important;
    padding-left: 1.0em !important;
}

.f_size14 {
    font-size: 14px !important;
}

.fw_b {
    font-weight: bold;
}

.pl_indent {
    padding-left: 1em;
}

.border {
    border-bottom: 2px solid #e3e3e3;
}

_:lang(x)+_:-webkit-full-screen-document, .header_menu_link li {
    font-size: 16px;
}

img {
    height: auto;
}

@media only screen and (min-width:769px) {
    .contents_wrap {
        padding: 0 30px;
        margin-bottom: 150px;
    }
}

/*column section*/
.contents_ttl {
    text-align: left;
}
.kv {
    margin: 50px auto;
}
.lead_txt {
    font-size: 16px;
    margin: 0 0 17%;
}
section[class^="contents"] {
    margin-top: 17%;
    padding-top: 0;
}
section[class^="contents"] > section[class^="contents"]{
    margin: 2em 0 0;
    padding: 0 0;
}
section[class^="contents"] .txt {
    margin-top: 1em;
    font-size: 15px;
}
section[class^="contents"] h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-left: 1em;
    text-indent: -1em;
}
section[class^="contents"] h3 {
    font-size: 19px;
    font-weight: 700;
    padding-left: 2em;
    text-indent: -2em;
}

@media only screen and (min-width:769px) {
    .contents_ttl {
        text-align: center;
    }
    .kv {
        max-width: 880px;
        margin: 5% auto;
    }
    .lead_txt {
        font-size: 21px;
        margin: 0 0 5em;
    }
    .imadoco_logo {
        max-width: 853px;
        margin: 0 auto;
    }
    section[class^="contents"] {
        padding: 0 40px;
        margin: 80px auto;
    }
    section[class^="contents"] .txt {
        font-size: 17px;
    }
    section[class^="contents"] .image {
        max-width: 880px;
        margin: 0 auto;
    }
    section[class^="contents"] h2 {
        margin: 20px 0;
    }
}

/*QA*/

.qa {
    margin-top: 17%;
    margin-bottom: 17%;
}
.qa .question,
.qa .answer {
    padding-left: 1em;
    text-indent: -1em;
    color: #cc0033;
    font-weight: bold;
}

@media only screen and (min-width:769px) {
    .qa {
        margin: 80px auto;
    }
}

/*column_information*/

.contents_link_list {
    font-size: 14px;
    margin: 1.5em auto;
    max-width: 781px;
}
.contents_link_list li{
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents_link_list li:not(:last-child) {
    margin-bottom: 0.5em;
}
.contents_link_list a {
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #4866b0;
}
.contents_link_list a::after {
    display: inline-block;
    margin: 0.5em 0.2em 1.0em 0.5em;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #305bbe;
    border-right: 2px solid #305bbe;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.contents_link_list span {
    padding-right: 0.5em;
}
.contents_link_list .contents_link_list {
    margin: 0.5em auto;
}
.contents_link_list li .contents_link_list li {
    text-indent: -2.0em;
    padding-left: 2.0em;
}
.contents_subttl {
    font-size: 16px;
    text-align: center;
}
.contents_subttl::before,.contents_subttl::after {
    display: inline-block;
    margin: 0.55em 0 0.95em;
    content: "";
    vertical-align: middle;
    width: 1em;
    height: 0px;
    border: 1px solid #000000;
}
.contents_subttl::before {
    margin-right: 0.2em;
}
.contents_subttl::after {
    margin-left: 0.2em;
}

@media only screen and (min-width:769px) {
    .contents_link_list {
        font-size: 17px;
    }
    .contents_link_list li:not(:last-child) {
        margin-bottom: 0;
    }
    .contents_link_list a::after {
        width: 11px;
        height: 11px;
    }
    .contents_subttl {
        font-size: 21px;
        margin: 1.5em 0;
    }
}

/*bnr btn*/

.detail_bnr {
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
.detail_bnr img {
    height: auto;
}
.subsc_btn {
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width:769px) {
    .detail_bnr {
        max-width: 700px;
    }
}

