@import "../revamp-modal.html";

.revamp-modal-body {
    padding: 20px;

}

/*header*/
.background-top {
    background-color: rgba(239, 241, 245, 1);
    width: 100%;
    height: 59px;
}

.page-header {
    display: flex;
    padding: 100px 0 50px 0 ;
}

.background1 {
    background-color: rgba(239, 241, 245, 1);
    width: 23%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    height: 100%;
    right: 0;
}

.pageTitle {
    margin-bottom: 0;
    position: relative;
    width: 70%;
}

.pageTitle .categories-name {
    font-size: 24px;
    line-height: 38px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    color: rgba(34, 34, 34, 1);
}

.pageTitle .title {
    font-size: 48px;
    line-height: 56px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    color: rgba(0, 35, 104, 1);
    padding: 15px 0;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    margin-bottom: 15px;
}

.pageTitle .header-sub {
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.pageTitle .header-sub .categories-published-at{
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    color: rgba(128, 128, 128, 1);
}

.pageTitle .header-sub .shareSocialMedia_button{
    display: flex;
    align-items:center;
}

.pageTitle .header-sub .shareSocialMedia_button span{
    font-size: 14px;
    font-family: "jost",sans-serif;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    padding-right: 10px;
}

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

    .background-top {
        height: 32px;
    }

    .page-header {
        display: flex;
        padding: 80px 0 30px 0 ;
    }

    .pageTitle {
        width: 100%;
    }

    #container{
        background: none;
    }

    .pageTitle {
        top: -30px;
        max-width: 100%;
    }

    .pageTitle .categories-name {
        font-size: 18px;
        line-height: 24px;
    }

    .pageTitle .title {
        font-size: 28px;
        line-height: 30px;
    }

    .pageTitle .header-sub .categories-published-at{
        font-size: 14px;
        font-weight: 400;
    }


}


/**
* 詳細部
**/

.contents{
    max-width:65% ;
}
.contents .figure-head img{
    width: 100%;
}

.contents .figcaption-lead {
    padding: 50px 0 20px 0;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.guide-section {
    margin-top: 64px;
    padding-bottom: 150px;
}

.guide-section .inner-guide-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.guide-section .media {
    display: flex;
    border-bottom: rgba(216, 216, 216, 1) solid 1px;
    padding-bottom:20px;
}


.guide-section .media .media__figure {
    width: 40%;
}

.guide-section .media .header{
    width: 60%;
}

.guide-section .media .header .guide-title {
    font-size: 28px;
    font-family: "adobe-garamond-pro", serif;
    color: rgba(0, 35, 104, 1);
    font-weight: 600;
}

.guide-section .media .header .text01 {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.guide-section .button-v2 {
    text-align: initial;
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 14px 75px;
    margin-bottom: 10px;
}

.guide-section .guide-cite-section {
    display: flex;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: rgba(216, 216, 216, 1);
    padding: 48px 0 ;
    align-items: baseline;
}

.guide-section .guide-cite-section .guide-cite-title{
    font-family: "jost",sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 35, 104, 1);
    padding-right: 10px;
}

.guide-section .guide-cite-section .guide-cite{
    font-family: Helvetica, Arial, sans-serif ;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 51, 153, 1);
}

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


    .guide-section {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .contents{
        max-width:100% ;
    }

    .guide-section .inner-guide-section {
        gap: 20px;
    }

    .guide-section .media {
        display: block;
        margin-top: 10px;
    }

    .guide-section .media .media__figure {
        width: 100%;
    }

    .guide-section .media .header{
        width: 100%;
    }

    .guide-section .media .header .guide-title {
        padding-top: 20px;
        font-size: 22px;
    }

    .guide-section .media .header .text01 {
        padding-top: 20px;
        font-size: 14px;
    }

    .guide-section .button-container{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .guide-section .button-container span {
        font-size: 14px;
    }

    .guide-section .guide-cite-section {
        display: block;
        padding: 24px 0 ;
    }

    .guide-section .guide-cite-section .guide-cite-title{
        font-size: 20px;
    }

}

/* side */
.side {
    width: 348px;
    left: -1%;
    top: -250px;
    position: relative;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.accordion-item:last-child {
    margin-bottom: 16px;
}

.accordion-toggle {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 10px 29px 10px 10px !important;
}

.accordion-toggle::after {
    content: url("../png/vectordown.png");
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}

.active .accordion-toggle::after {
    content: url("../png/vectorup.png");
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}

.accordion-content {
    display: none;
    padding-left: 10px;
}
.accordion-content > li > a {
    border-bottom: 1px solid #D8D8D8;
}
.accordion-content > li > a.top-link {
  background: #EFF1F5;
}

.accordion-item.active .accordion-content {
    display: block;
}

@media screen and (max-width: 860px) {
    .side {
        display: inline-block;
        margin-bottom: 50px;
        width: 100%;
        position: static;
    }
}


