/* ------------------------------------------------------------------------
    SAMPLE
------------------------------------------------------------------------  */
.SAMPLE {
    font-weight: 500;
    font-size: .875em;
    color: red;
    margin-top: 5px;
    line-height: 1.5em;
}

/* ------------------------------------------------------------------------
    SEARCH
------------------------------------------------------------------------  */
#SEARCH_AREA .container{
    display: flex;
}
#SEARCH_AREA .container >*{
    box-sizing: border-box;
}
#SEARCH_AREA .container label {
    padding-right: 0 !important;
}
#SEARCH_AREA .container label.input{
    width: calc(100% - 40px);
    border: 1px solid var(--main-color);
    background: #fff;
}
#SEARCH_AREA .container label.input input{
    margin: 0 !important;
    border-bottom: none;
    width: 100%;
    height: 100%;
}
#SEARCH_AREA .container .Btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
}
#SEARCH_AREA .container .Btn img{
    max-width: 14px;
}

/* ------------------------------------------------------------------------
    PAGE TITLE
------------------------------------------------------------------------  */
/* BG */
#PAGE_TITLE:before {
    background-image: url("./images/page_title_sp.jpg");
}
@media screen and (min-width:769px){
    #PAGE_TITLE:before {
        background-image: url("./images/page_title_pc.jpg");
    }
}

/* ------------------------------------------------------------------------
    Categories
------------------------------------------------------------------------  */
.Category_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:15px;
}
.Category_List li{
    width: 100%;
    border:1px solid var(--sub2-color);
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.Category_List li a{
    display: flex;
    align-items: center;
    line-height: 1.5em;
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: .75em;
    box-sizing: border-box;
    background: #fff;
}
@media screen and (min-width:769px){
    .Category_List li{
        max-width: 48%;
    }
    .Category_List li a{
    }
}

/* ------------------------------------------------------------------------
    FAQ
------------------------------------------------------------------------  */
.Faq_List{}
@media screen and (max-width:768px){
    .Faq_List .Item{
        display: flex;
    }
}
.Faq_List .Item:not(:last-child){
    margin-bottom: 1em;
}
.Faq_List .Item .Category{
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #fff;
    color: var(--main-color);
}
.Faq_List .Item .Category:before{
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    width: 40px;
    height: 100%;
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
}
.Faq_List .Item .Title{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    
    padding-left: 1em;
    color: var(--main-color);
    line-height: 1.5em;
}
#FAQ .Btn_Area{
    margin-top: var(--space-20);
}
@media screen and (min-width:769px){
    .Faq_List .Item{
        display: flex;
    }
    .Faq_List .Item .Category:before{
        font-size: 1.25em;
    }
    .Faq_List .Item .Name{
        width: calc(100% - 40px);
    }
    .Faq_List .Item .Title{
    }
}

/* ------------------------------------------------------------------------
    DETAIL
------------------------------------------------------------------------  */
#DETAIL .Btn_Area{
    margin-top: var(--space-20);
}

#DETAIL #Q {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid var(--sub2-color);
}
#DETAIL #Q p{
    position: relative;
    padding-left: calc(40px + .75em);
    padding-top: .75em;
    padding-bottom: .75em;
    box-sizing: border-box;
    line-height: 1.5em;
    color: var(--main-color);
}
#DETAIL #Q p:before{
    position: absolute;
    left: 0;
    top: .5em;
    content: 'Q';
    width: 40px;
    height: 40px;
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
}

#DETAIL #A {
}
#DETAIL #A{
    position: relative;
    padding-left: calc(40px + .75em);
    padding-top: .75em;
    padding-bottom: .75em;
    box-sizing: border-box;
    line-height: 1.5em;
}
#DETAIL #A:before{
    position: absolute;
    left: 0;
    top: .5em;
    content: 'A';
    width: 40px;
    height: 40px;
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-beige);
    color: #fff;
}
@media screen and (min-width:769px){
    #DETAIL #Q p:before,
    #DETAIL #A:before{
        top: .25em;
    }
}
/* Main */
#DETAIL .Main a{
    text-decoration: underline;
    word-break: break-all;
}
/* List */
#DETAIL .List {
    display: flex;
    flex-wrap: wrap;
    row-gap:var(--space-20);
    margin-top: var(--space-20);
    margin-bottom: var(--space-20);
}
#DETAIL .Item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap:1em;
    justify-content: space-between;
}
#DETAIL .Item .Image{
    width: 90%;
    margin:0 auto;
    border-radius: 5px;
    overflow: hidden;
}
#DETAIL .Item .Text_Area{
    width: 100%;
}
#DETAIL .Item .Text_Area .Title{
    font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-size: 15px;
}
@media screen and (min-width:769px){
    /* even */
    #DETAIL .List .Item:nth-child(even) {
    }
    #DETAIL .List .Item:nth-child(even) .Image{
        order: 2;
    }
    #DETAIL .List .Item:nth-child(even) .Text_Area{
        order: 1;
    }
      #DETAIL .List .Item:nth-child(even) .Text_Area > *{
          display: flex;
          justify-content: flex-end;
    }
    #DETAIL .List {
        row-gap:40px;
    }
    #DETAIL .Item{
        align-items: center;
    }
    #DETAIL .Item .Image{
        width: 320px;
    }
    #DETAIL .Item .Text_Area{
        width: calc(100% - 350px);
    }
    #DETAIL .Item .Text_Area .Title{
        font-size: 18px;
    }
}


/* ------------------------------------------------------------------------
    DOWNLOAD
------------------------------------------------------------------------  */
#DOWNLOAD {
}
.Download_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1em;
}
.Download_List .Item{
    width: 100%;
}
.Download_List .Item .Category{
    width: 125px;
    background: var(--main-color);
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.Download_List .Item .Title{
    padding-left: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5em;
}
@media screen and (min-width:769px){
    .Download_List .Item{
        max-width: 48%;
        display: flex;
        align-items: flex-start;
    }
    .Download_List .Item .Title{
        width: calc(100% - 125px);
    }
}
#DOWNLOAD .Btn_Area{
    margin-top: var(--space-20);
}