@charset "utf-8";

/* CSS Document */

.acMenu dt::before {
    content: '';
    background-image: url(../img/qa/icon_q.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 16px;
}

.acMenu dd::before {
    content: '';
    background-image: url(../img/faq/icon_a.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 24px;
}


/*テキストリンク*/

#qa_pone .acMenu dd a {
    color: #6081b6;
    text-decoration: underline;
}

.con_faq .acMenu dd a {
    color: #6081b6;
    text-decoration: underline;
}

@media screen and (min-width: 750px) {
    /*全体*/
    #qa_pone {
        max-width: 1200px;
        min-width: 1000px;
        width: 96%;
        margin: 0 auto;
    }
    .qa_wrap {
        width: 960px;
        margin: auto;
    }
    .qa_area {
        margin-bottom: 80px;
    }
    .qa_box {
        margin-bottom: 46px;
    }
    /*タイトル・テキスト*/
    #qa_pone h1 {
        font-size: 2.6rem;
        letter-spacing: 2px;
        margin-bottom: 10px;
        color: #333333;
        font-weight: 700;
    }
    #qa_pone h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 30px;
        font-weight: 400;
        margin-top: 60px;
    }
    #qa_pone .qa_ctg_box h3 {
        font-size: 1.8rem;
        text-align: left;
        margin-top: 40px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #9dbfda;
    }
    .category_hc h3 {
        color: #62973d;
    }
    .category_me h3 {
        color: #315284;
    }
    #qa_pone p {
        color: #333333;
    }
    sup {
        font-size: 60%;
        position: relative;
        top: -0.6em;
    }
    /*リンク*/
    .con_link {
        margin-bottom: 60px;
    }
    .con_link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10%;
    }
    .con_link ul li {
         width: 46%;
         position: relative;
		  margin: 0 1% 2%;
    }
     .con_link ul li:first-child {
     }
    .con_link ul li a {
        display: block;
        padding: 10px 30px;
        border: solid 1px #555555;
        border-radius: 30px;
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }
    .con_link ul li:hover {
        border-radius: 38px;
    }
    .con_link ul li:hover a {
        color: #6081b6;
        border: 1px solid #6081b6;
        text-decoration: none;
    }
    /*con_link（ボタン矢印）*/
    .con_link ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
        margin-top: -3px;
    }
    /*con_link（ボタン矢印 ホバー）*/
    .con_link ul li:hover a::after {
        border-top: 2px solid #6081b6;
        border-right: 2px solid #6081b6;
    }
    /*カテゴリー*/
    .con_category {
        margin-bottom: 40px;
    }
    .con_category h3 {
        margin-top: 20px !important;
    }
    .con_category ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con_category ul li {
        width: 32%;
        margin-left: 2%;
        cursor: pointer;
        position: relative;
    }
    .con_category ul li:first-child {
        margin-left: 0;
    }
    .con_category ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px;
        border: solid 1px #555;
        border-radius: 3px;
    }
    .con_category ul li a:hover{
        text-decoration: none;
    }
    .con_category ul li:hover a {
        border: 1px solid #6081b6;
        color: #6081b6;
    }
    .con_category .category_hc ul li:hover a {
        border: 1px solid #62973d;
        color: #62973d;
    }
    .con_category .category_me ul li:hover a {
        border: 1px solid #315284;
        color: #315284;
    }
    /*con_category（P1ボタン矢印）*/
    .con_category ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 7px;
        height: 7px;
        border-bottom: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
        margin-top: -4px;
    }
    /*con_category（P1ボタン矢印 ホバー）*/
    .con_category ul li:hover a::after {
        border-bottom: 2px solid #6081b6;
        border-right: 2px solid #6081b6;
    }
    /*con_category（HCボタン矢印 ホバー）*/
    .con_category .category_hc ul li:hover a::after {
        border-bottom: 2px solid #62973d;
        border-right: 2px solid #62973d;
    }
    /*con_category（医薬品ボタン矢印 ホバー）*/
    .con_category .category_me ul li:hover a::after {
        border-bottom: 2px solid #315284;
        border-right: 2px solid #315284;
    }
    /*健康食品・医薬品*/
    .category_hc {
        margin-bottom: 20px;
    }
    /*アコーディオン*/
    .acMenu {
        border: 1px solid #efefef;
        border-radius: 4px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .acMenu:last-child {
        margin-bottom: 60px;
    }
    .acMenu dt {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 14px 10% 14px 50px;
        background: #ffffff;
        line-height: 1.6;
        font-weight: 700;
    }
    .acMenu dd {
        position: relative;
        display: none;
        background: #f9f8f6;
        border-top: none;
        padding: 20px 20px 20px 30px;
        border-radius: 0 0 5px 5px;
    }
    .acMenu dd img {
        max-height: none;
    }
    .acMenu dt:after {
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -12px;
        content: "＋";
        color: #8c8c8c;
        font-weight: 400;
    }
    .acMenu dt.active:after {
        content: "－";
    }
    /*アコーディオン中身*/
    .acc_inner {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .acc_txt {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 20px !important;
    }
    .acc_txt2 {
        font-size: 1.4rem;
        margin-bottom: 40px !important;
    }
    .acc_inner p:last-child {
        margin-bottom: 0 !important;
    }
    .acc_txtS {
        font-size: 1.2rem;
        color: #929292;
        line-height: 1.8;
        letter-spacing: 1.5px;
    }
    .acc_txtB {
        font-weight: 600;
    }
    /*お問い合わせフォーム*/
    .acMenu ul {
        margin-bottom: 0;
    }
    .acMenu ul li {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .acMenu ul li:first-child {
        margin-bottom: 20px;
    }
    .acMenu p.acc_form_ttl {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .acMenu p.acc_form_ttl::before {
        content: "|";
        margin-right: 10px;
    }
    .acMenu p.acc_form_ttl2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 749px) {
    /*全体*/
    .qa_wrap {
        padding: 0 6%;
        font-size: 3.6vw;
    }
    .qa_area {
        margin-bottom: 10vw;
    }
    .qa_box {
        margin-bottom: 6vw;
    }
    /*タイトル・テキスト*/
    #qa_pone h1 {
        font-size: 2.6rem;
        letter-spacing: 2px;
        margin-bottom: 10px;
        color: #333333;
        font-weight: 700;
        line-height: 1.4;
    }
    #qa_pone h2 {
        font-size: 2.0rem;
        text-align: center;
        margin-bottom: 30px;
    }
    #qa_pone .qa_ctg_box h2 {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 4vw;
        font-weight: 700;
        margin-top: 8vw;
    }
    #qa_pone .qa_ctg_box h3 {
        font-size: 1.5rem;
        text-align: left;
        margin-top: 6vw;
        margin-bottom: 2vw;
        font-weight: 700;
        color: #9dbfda;
    }
    #qa_pone p {
        color: #333333;
        letter-spacing: 1px;
    }
    .category_hc h3 {
        color: #62973d;
    }
    .category_me h3 {
        color: #315284;
    }
    sup {
        font-size: 60%;
        position: relative;
        top: -0.6em;
    }
    /*リンク*/
    .con_link {
        margin-bottom: 50px;
    }
    .con_link ul {
        width: 100%;
        margin: 0 auto;
    }

    .con_link ul li {
        margin-bottom: 20px;
        position: relative;
    }

    .con_link ul li a {
        display: block;
        padding: 14px 30px;
        border: solid 1px #555;
        border-radius: 30px;
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }

    .con_link ul li a:hover {
        text-decoration: none;
    }

    .con_link ul li:hover {
        border-radius: 38px;
    }

    .con_link ul li:hover a {
        color: #6081b6;
        border: 1px solid #6081b6;
    }
    /*con_link（ボタン矢印）*/
    .con_link ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 4vw;
        width: 8px;
        height: 8px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        margin-top: -4px;
    }
    /*con_link（ボタン矢印 ホバー）*/
    .con_link ul li:hover a::after {
        border-top: 2px solid #6081b6;
        border-right: 2px solid #6081b6;
    }
    /*カテゴリー*/
    .con_category {
        margin-bottom: 40px;
    }
    .category_hc {
        margin-bottom: 20px;
    }
    .con_category ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con_category ul li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4%;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .con_category ul li:nth-child(2n+1) {
        margin-left: 0;
    }
    .con_category ul li a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 2vw;
        text-align: center;
        border: solid 1px #555;
        border-radius: 3px;
        font-size: 1.3rem;
        line-height: 5vw;
        min-height: 14vw;
    }
    .con_category ul li a:hover{
        text-decoration: none;
        border-color: #c26f71;
    }
    /*con_category（ボタン矢印）*/
    .con_category ul li::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 3vw;
        width: 8px;
        height: 8px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(135deg);
        margin-top: -4px;
    }
    /*アコーディオン*/
    .acMenu {
        border: 1px solid #efefef;
        border-radius: 4px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .acMenu dt {
        position: relative;
        display: block;
        padding: 4vw 10vw 4vw 10vw;
        background: #fff;
        line-height: 1.8;
        font-size: 1.4rem;
    }
    .acMenu dd {
        font-size: 1.3rem;
        display: none;
        background: #f9f8f6;
        border-top: none;
        padding: 4vw 4vw 4vw 10vw;
        border-radius: 0 0 5px 5px;
        position: relative;
    }
    .acMenu dt::before {
        width: 4vw;
        height: 4vw;
        left: 4vw;
        top: calc(50% - 2vw);
    }
    .acMenu dd::before {
        width: 4vw;
        height: 4vw;
        left: 4vw;
        top: 5.5vw;
    }
    .acMenu dd img {
        max-height: none;
    }
    .acMenu dt:after {
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -14px;
        content: "＋";
        color: #8c8c8c;
    }
    .acMenu dt.active:after {
        content: "－";
    }
    .acMenu ul {
        margin-bottom: 0;
    }
    /*アコーディオン中身*/
    .acc_txt {
        line-height: 1.8;
        margin-bottom: 4vw !important;
    }
    .acc_txt2 {
        font-size: 1.4rem;
        margin-bottom: 8vw !important;
    }
    .acc_inner p:last-child {
        margin-bottom: 0 !important;
    }
    .acc_txtS {
        font-size: 1.0rem;
        color: #929292;
        line-height: 1.8;
        letter-spacing: 1.5px;
    }
    .acc_txtB {
        font-weight: 600;
    }
    /*お問い合わせフォーム*/
    .acMenu ul li {
        line-height: 1.8;
    }
    .acMenu ul li:first-child {
        margin-bottom: 20px;
    }
    .acMenu p.acc_form_ttl {
        margin-bottom: 6px;
    }
    .acMenu p.acc_form_ttl::before {
        content: "|";
        margin-right: 6px;
    }
    .acMenu p.acc_form_ttl2 {
        margin-bottom: 10px;
    }
}

.contents section {
    padding: 0;
    margin: 0;
}

.guide_contents .strong {
    font-weight: 700;
}

.guide_contents .guide_ttl01 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    width: 100%;
}

.guide_contents .guide_ttl02 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 30px auto;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    letter-spacing: .1em;
}

.guide_contents .guide_ttl02::after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9dbfda;
}

.guide_contents .guide_ttl03 {
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    width: 100%;
    color: #9dbfda;
    margin-top: 30px;
}

.guide_contents .guide_ttl04 {
    font-size: 14px;
    font-weight: 700;
}

.guide_contents .guide_txt01 {
    font-size: 16px;
    color: #7f7b71;
    text-align: center;
    margin-bottom: 20px;
}

.guide_contents .guide_txt02 {
    font-size: 16px;
    margin-bottom: 20px;
}

.guide_contents .guide_txt03 {
    font-size: 14px;
    margin-bottom: .5em;
}

.guide_contents .guide_txt03.mt {
    margin-top: 2em;
}

.guide_contents .guide_txt03 sup {
    vertical-align: top;
    font-size: .5em;
}

.guide_contents .guide_txt04 {
    font-size: 12px;
    line-height: 1.6em;
    padding-left: 1em;
    text-indent: -1em;
}

.guide_contents.col2 {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 749px) {
    .guide_contents .guide_ttl01 {
        font-size: 5.6vw;
        margin: auto;
    }
    .guide_contents .guide_ttl02 {
        font-size: 5.6vw;
        padding-bottom: 2vw;
        margin: 4vw auto;
        line-height: 1.5em;
    }
    .guide_contents .guide_ttl03 {
        font-size: 4vw;
        margin-top: 4vw;
    }
    .guide_contents .guide_ttl04 {
        font-size: 3.6vw;
    }
    .guide_contents .guide_ttl02::after {
        width: 20vw;
        height: 2px;
    }
    .guide_contents .guide_txt01 {
        font-size: 3.6vw;
        margin: auto 5vw;
    }
    .guide_contents .guide_txt02 {
        font-size: 3.6vw;
        margin-bottom: 4vw;
    }
    .guide_contents .guide_txt03 {
        font-size: 3.6vw;
    }
    .guide_contents .guide_txt04 {
        font-size: 2.8vw;
    }
    .guide_contents.col2 {
        display: block;
    }
}