/* 
    Created on : Jul 12, 2022, 10:16:48 AM
    Author     : charisma
*/
html { scroll-behavior: smooth; } 
iframe{
    margin: .6em 0 !important;
}
.small-top-ttl span{
    margin: 0 1em;
}
.sidebar-guide{
    width: 30%;
    padding-left: 16.5px;
}
.guide-main.title{
    border-bottom: 1px solid #E8735F;
    padding: 10px 0;
    margin-bottom: 1em;
}
/*.guide-detail-desc {
    display: flex;
    align-items: flex-start;
}*/
.guide-detail-desc .description h2{
    border-left: 8px solid orange;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
    margin-top: 60px;
    font-weight: 700;
    font-size: 21px;
    font-family: Noto Sans JP, sans-serif;
}
.guide-detail-desc .button-normal-text{
    min-width: 80px;
    width: fit-content;
    height: 38px;
    margin: 1em 0;
    padding: 0 1em;
    background-color: #ffffff;
    border: 2px solid rgba(242, 94, 42, 1);
    color: rgba(242, 94, 42, 1);
    font-weight: bold;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.guide-detail-desc .button-normal-text:hover{
    background-color: rgba(242, 94, 42, 1);
    border: 2px solid rgba(242, 94, 42, 1);
    color: #ffffff;
}
.guide-main.title p{
    font-size: 18px;
    font-weight: 700;
}
.user-guide{
    /*    width: calc(100% + 60px);*/
    display: flex;
    flex-wrap: wrap;
}
.div-dt-content.user-guide{
    width: calc(100% - 100px);
    padding-top: 0;
}
.guide-search.guide-wrap{
    padding-right: 2.5em;
}
/*.user-guide .guide-wrap {
    padding: 0 30px 35px;
}*/
.guide-category-wrapp .guide-wrap{
    margin-bottom: 2em;
}
.guide-category-wrapp .guide-wrap:nth-child(odd){
    padding-right: 2.5em;
}
.guide-category-wrapp .guide-wrap:nth-child(even){
    padding-left: 2.5em;
}
.messages-part{
    width: 100%;
    align-items: center;
    padding-top: 30px;
}
.list-item {
    display: flex;
    flex-flow: column;
    padding: 0 2px 0 0;
}
.guide-point {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
}
.guide-point:first-child{
    margin-top: 0em;
}
.guide-point::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #F25E2A;
    border-right: 1px solid #F25E2A;
    display: inline-block;
    transform: rotate(315deg);
    margin-right: 17px;
    position: absolute;
    left: 0;
    top: 7px;
}
.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 .button.btn-src-lg{
    display: block;
}
.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: 0em;
    margin: 1.5em 0 1em;
    /*    font-size: 22px;*/
}
.wrap-guide-category{
    display: flex;
}
.guide-category{
    margin-bottom: 2em;
    width: 70%;
    padding-right: 40px;
}

.user-guide .search-box-guide form {
    display: inline-flex;
    background: #fff;
    height: 35px;
    vertical-align: middle;
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.user-guide .search-box-guide input {
    width: 100%;
    border-radius: 5px;
    border: 0;
    font-size: 13px;
}
.user-guide .search-box-guide {
    margin-right: 0.3em;
}
.user-guide .search-box-guide button {
    height: 33px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent!important;
    padding: 0 1.5em;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    position: absolute;
    right: 0;
    border: none!important;
}
.user-guide .search-box-guide input {
    width: 100%;
    border-radius: 5px;
    border: 0;
    padding-right: 3em;
    font-size: 13px;
}

/* for guide detail page */
.guide-category ul {
    margin-bottom: 0;
    margin-top: 10px;
}
.guide-detail{
    margin-top: 1.5em;
    margin-bottom: 17px;
}
.guide-detail p{
    margin: 0 0 10px;
}
.guide-detail p.mini-title{
    color: #4F4E4E;
    font-size: 18px;
}
.guide-detail h1.h1-title{
    color: #4F4E4E;
    /*    font-size: 26px;
        margin-top: 1em;
        margin-bottom: 8px;*/
    font-weight: 600;
}
.guide-detail p.date{
    font-size: 14px;
    color: #808080;
}
.guide-detail-desc p.detail{
    line-height: 1.8;
    font-size: 16px;
}
.main-2img .main-caption-img{
    text-align: center;
    margin: 5px auto 0;
    color: #808080;
    display: block;
}
.main-caption-img{
    text-align: center;
    margin: 5px auto 0;
    color: #808080;
    display: block;
}
.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 .item {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #C1C1C1;
}
.guide-detail-desc .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.guide-detail-desc .guide-menu {
    background-color: #FAF5EB;
    padding: 16px 21px;
    margin: 36px 0 60px;
}
.guide-detail-desc h4{
    /*    margin-top: 1.5em;*/
    font-weight: normal;
    margin-bottom: 1em;
}
span.num {
    background-color: transparent;
    color: #4F4E4E;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid;
    font-size: 16px;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}
.guide-detail-desc .menu-link-ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}
.guide-detail-desc .guide-important-bg {
    background-color: #FCEEED;
    padding: 14px 21px;
    border-left: 2px solid #DE9D9B;
    margin: 24px 0 36px;
}
.guide-detail-desc .guide-important-txt {
    font-size: 16px;
}
.guide-detail-desc .guide-important-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #E06666;
    margin-bottom: 14px;
}
.main-2img-wrap {
    margin: 24px 0 55px;
}
.guide-detail-desc .link{
    color: #017695!important;
    font-size: 16px;
}
.guide-detail-desc .link:hover {
    cursor: pointer;
}
.guide-detail-desc img.icon-link{
    width: 20px;
    margin: 0 5px;
    align-items: center;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-bottom: 6px;
}
.guide-detail-desc ul.desc-text{
    padding-inline-start: 30px;
    line-height: 1.8em;
    margin-bottom: 2.5em;
}
.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: 1em;
    margin-top: 1.5em;
}


/* for detail page */
.div-dt {
    line-height: 1.5em;
}
.pad-1 {
    padding: 1em;
}
ul, li {
    list-style: none;
}
.width-wrap {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
}
.div-dt-content {
    display: flex;
    margin: auto auto 7em;
    justify-content: center;
}
.centered-wrapper {
    float: none!important;
    margin: auto;
}
.div-dt-content .left-content {
    width: 68.6667%;
    float: left;
    display: block;
}
.div-dt-content .sidebar-div-dt {
    max-width: 300px;
    width: 33.3333%;
    float: left;
    display: block;
}
.div-dt .sidebar-div-dt .sidebar-feature {
    display: block;
    float: left;
    width: 100%;
}
.sidebar-news .title {
    margin-bottom: 1em;
    margin-top: 0em;
}
.sidebar-div-dt .title h5 {
    margin-bottom: 10px;
    margin-top: 3px;
}
.sidebar-div-dt .title h5 {
    margin-bottom: 10px;
    margin-top: 3px;
    font-weight: 600;
}
.div-dt .sidebar-news .title .hz-line {
    width: 100%;
    border-bottom: 2px solid #f1b783;
}
.title h5 {
    letter-spacing: 1px;
}
.title h5 {
    font-size: 18px;
}
.description h3 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

/*Smartphone*/
@media only screen and (max-width : 40.063em){
    .guide-search.guide-wrap{
        padding-right: .5em;
    }
    .guide-category-wrapp .guide-wrap:nth-child(even){
        padding-left: 0;
    }
    .guide-category-wrapp .guide-wrap:nth-child(odd){
        padding-right: 0;
    }
    .guide-category-wrapp .guide-wrap{
        margin-bottom: 1em;
    }
    .messages-part{
        padding-top: 8px;
    }
    .guide-search .button{
        display: none;
    }
    .wrap-guide-category{
        display: block;
    }
    .guide-category{
        width: 100%;
        padding-right: 0;
    }
    .guide-detail-desc .description{
        margin: 0;
        display: block;
    }
    .sidebar-guide{
        width: 100%;
        padding-left: 0;
    }
    .user-guide{
        padding-top: 1em;
    }
    /*    .user-guide .guide-wrap {
            padding:0 1em 1em;
        }*/
    .div-dt-content.user-guide {
        width: fit-content;
        padding-top: 0;
    }
    .guide-detail h1.h1-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;
    }

    /* for detail guide */
    .no-pad-sm {
        padding: 0;
    }
    .div-dt-content .pad-sm-def-div {
        padding: 0 16px 0.5em;
    }
}

@media only screen and (min-width: 768px){
    .guide-search .button{
        display: none;
    }
    .user-guide .new-lay-new-article a {
        width: 100%;
    }
    .div-dt-content.user-guide {
        width: fit-content;
        padding-top: 0;
    }

    /* for detail guide page*/
    .div-dt-content.user-guide {
        width: fit-content;
        padding-top: 0;
    }
    .sidebar-news .title {
        float: none;
        /* padding: 0 16px 0.5em; */
    }
}