/* 
    Created on : Jul 12, 2022, 10:16:48 AM
    Author     : charisma
*/
@import url("/resources/oshibana/css/modules/media2.css");
.guide-main{
    border-bottom: 1px dashed #4F4E4E;
    margin-bottom: 28px;
}
.guide-main .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0px;
    padding-bottom: 16px;
}
.user-guide{
    display: flex;
    flex-wrap: wrap;
    margin-top: 57px;
}
.div-dt-content.user-guide{
    width: calc(100% - 100px);
    padding-top: 0;
}
.pc-mar-bottom {
    margin-bottom: 2.6em;
}
.user-guide .guide-wrap {
    padding: 0px;
}
.user-guide .list-item {
    display: flex;
    flex-flow: column;
    padding: 0 2px 0 0;
    list-style: none;
    margin: 0px;
}
.user-guide .list-item li:not(:first-child) {
    margin-top: 24px;
}
.guide-point {
    margin-top: 10px;
    position: relative;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.all-list{
    padding: 1em 0;
}
.all-list a{
    color: #1B1B1B;
    font-size: 12px;
    text-decoration: underline;
}
.guide-search .search {
    display: flex;
    border-bottom: 1px solid #616161;
    width: 100%;
    height: 40px;
}
.guide-search .button {
    height: 35px;
    margin-top: auto;
    padding: 0 0.5em;
    color: #1b1b1b;
}
.guide-search .button {
    background: transparent;
    border: none;
    width: auto;
}
.guide-search .search .button::before {
    background-image: url(../../resources/handmate/img/icon-search.png);
}
.guide-search .button::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.wrapper-width-search{
    width: 86%;
}
.wrapper-width-search .search .button::before {
    background-image: url(../../resources/handmate/img/icon-search.png);
}
.wrapper-width-search .button::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.wrapper-width-search .button {
    height: 35px;
    margin-top: auto;
    padding: 0 0.5em;
    color: #1b1b1b;
}
.wrapper-width-search .search {
    display: flex;
    border-bottom: 1px solid #616161;
    width: 100%;
    height: 40px;
}
.wrapper-width-search .button {
    background: transparent;
    border: none;
    width: auto;
}
.guide-title h1{
    padding-top: 1em;
    font-size: 22px;
}
.guide-category{
    margin-bottom: 2em;
}

.user-guide .search-box-guide form {
    display: inline-flex;
    background: #fff;
    height: 42px;
    vertical-align: middle;
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #292D33;
    border-radius: 5px;
}
.user-guide .search-box-guide input {
    width: 100%;
    border-radius: 5px;
    border: 0;
    font-size: 13px;
}
.user-guide .search-box-guide {
    width: 100%;
    max-width: 474px;
}
.user-guide .search-box-guide button {
    height: 42px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent!important;
    padding: 0px 37px 0px 0px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
    border: none!important;
    margin: 0px;
}
.user-guide .search-box-guide input {
    width: 100%;
    border-radius: 5px;
    border: 0;
    padding-right: 3em;
    font-size: 13px;
}
.user-guide .search-box-guide .fa-search2::before {
    background-image: url(../../resources/oshibana/images/icon/search-outline-black.svg);
    background-size: contain;
    height: 22px;
    width: 22px;
}
.guide-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
    margin-top: 61px
}
.content-layout .guide-list-page {
    padding-top: 19px;
    padding-bottom: 48px;
}
.user-guide .search-box-guide .ui-button.ui-button-icon-only .ui-icon.fa-search2 {
    top: 9px;
    left: 8px;
}

/* for guide detail page */
.guide-detail{
    margin-top: 1.5em;
}
.guide-detail p.mini-title{
    color: #4F4E4E;
    font-size: 18px;
}
.guide-detail h3.h3-title{
    color: #4F4E4E;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.guide-detail p.date{
    font-size: 14px;
    color: #808080;
}
.guide-detail-desc p.detail{
    margin: 0;
    font-size: 15px;
}
.guide-detail-desc ul.list-item, .guide-detail-desc li.item {
    list-style: "*";
    padding-inline-start: 5px;
    font-size: 15px;
    line-height: 1.8em;
    color: #4F4E4E;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.guide-detail-desc h4{
    margin-top: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
}
span.num {
    background-color: transparent;
    color: #4F4E4E;
    padding: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid;
    font-size: 14px;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}
.guide-detail-desc a.link{
    color: #EE5E36;
    text-decoration: underline;
}
.guide-detail-desc a.link p {
    color: #EE5E36;
    text-decoration: underline;
}
.guide-detail-desc img.icon-link{
    width: 20px;
    margin: 0 3px;
    align-items: center;
    padding-bottom: 6px;
}
.guide-detail-desc ul.desc-text{
    padding-inline-start: 30px;
    line-height: 1.8em;
    margin-bottom: 2.5em;
}
.guide-detail-desc .detail iframe{
    max-width: 100%;
}
.desc-text li{
    font-size: 15px;
    color: #4F4E4E;
    line-height: 1.8em;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.side-item{
    font-size: 15px;
    color: #4F4E4E;
    margin: 5px 0;
}
.sidebar-div-dt .title h5 {
    margin-bottom: 10px;
    margin-top: 3px;
    font-weight: 600;
}
#category .head .title{
    margin-bottom: 0;
    margin-top: 1em;
}
.guide-detail-desc p.detail span.main-caption-img{
    text-align: center;
    margin: 0 0 1.5em;
    color: #808080;
    margin-top: .5em;
    display: inline-block;
}
.main-caption-img span.num{
    color: #808080; 
}
.content-layout .guide-detail-page {
    padding-top: 19px;
    padding-bottom: 48px;
}

.user-guide-detail {
    display: grid;
    grid-template-columns: 65.15% 1fr;
    gap: 54px;
}

.user-guide-detail .sidebar-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 2.4px;
    margin: 0px 0px 36px;
}
.user-guide-detail .sidebar-side ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}
.user-guide-detail .sidebar-side ul li > a {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.user-guide-detail .sidebar-side ul li .arrow {
    width: 21px;
    height: 7px;
    object-fit: cover;
    object-position: right;
    margin-right: 16px;
    margin-top: 7px;
}
.user-guide-detail .sidebar-side ul li:not(:first-of-type) {
    margin-top: 24px;
}
.guide-detail-title {
    margin-top: 57px;
}
.guide-detail-title .mini-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.guide-detail-title .main-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    margin: 18px 0px 0px;
}
.guide-detail-title .date {
    margin: 16px 0px 0px;
    font-size: 13px;
}
.guide-detail-desc {
    margin-top: 40px;
}
.user-guide-detail .sidebar-side {
    margin-top: -8px;
}

@media only screen and (max-width: 768px){
    .user-guide .new-lay-new-article a {
        width: 100%;
    }
    .div-dt-content.user-guide {
        width: auto;
        padding-top: 0;
    }
    .guide-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .user-guide-detail {
        grid-template-columns: 1fr;
    }
}

/*Smartphone*/
@media only screen and (max-width : 40.063em){
    .user-guide{
        margin-top: 28px;
    }
    .div-dt-content.user-guide {
        width: auto;
        padding-top: 0;
    }
    .guide-detail h3.h3-title {
        color: #4F4E4E;
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .guide-detail-desc p.detail, .guide-detail-desc ul.list-item, .guide-detail-desc li.item, .desc-text li {
        font-size: 14px;
    }
    .sidebar-div-dt .sidebar-news .title {
        margin-bottom: 0em;
    }
    .new-lay-new-article{
        margin-bottom: 2em;
    }
    .content-layout .guide-list-page {
        padding-top: 21px;
        padding-bottom: 16px;
    }
    .guide-main .title {
        font-size: 20px;
    }
    .user-guide .list-item li:not(:first-child) {
        margin-top: 16px;
    }
    .guide-main {
        margin-bottom: 18px;
    }
    .guide-wrapper {
        gap: 45px;
        margin-top: 45px;
    }
    .content-layout .guide-detail-page {
        padding-top: 21px;
        padding-bottom: 16px;
    }
    .guide-detail-title {
        margin-top: 45px;
    }
    .guide-detail-title .main-title {
        margin: 10px 0px 0px;
        font-size: 20px;
    }
    .guide-detail-title .date {
        margin: 10px 0px 0px;
    }
    .guide-detail-desc {
        margin-top: 24px;
    }
    .user-guide-detail .sidebar-title {
        margin: 0px 0px 20px;
        font-size: 20px;
    }
    .user-guide-detail .sidebar-side ul li:not(:first-of-type) {
        margin-top: 16px;
    }
}
