@charset "utf-8";


/* ---------------------------------------------------------------------------------------- 
	一覧
---------------------------------------------------------------------------------------- */
.blog-list > ul > li{
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding: 20px 20px;
}
.blog-list__cat ul:before{
    display: none;
}
.blog-description{
    margin-bottom: 0;
}

#entry_count{
    font-size: 24px;
    font-weight: bold;
}

.blog-list__title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-list__title .blog-list-icon{
    width: 140px;
    margin-left: 15px;
}

/* ---------------------------------------------------------------------------------------- 
    詳細
---------------------------------------------------------------------------------------- */
.blogIndividual h1{
    display: flex;
    align-items: center;
}
.blogIndividual h1 .blog-list-icon{
    width: 150px;
    margin-left: 15px;
}

.blogIndividual .entryCategory{
    padding: 15px;
    background: #f4f2ec;
}

@media (max-width: 991px){
    .blogIndividual h1 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box.blogIndividual{
        margin: 0;
    }
}

/* ---------------------------------------------------------------------------------------- 
    絞り込み検索
---------------------------------------------------------------------------------------- */
.blogSearch.andSearch{
    background-color: #f4f2ec;
    border-radius: 4px;
    margin: 40px 15px;
}
.blogSearch form {
    /*display: none;*/
    padding-top: 30px;
    /*display: block;*/
}
.blogSearch form div.category:nth-of-type(3){
    display: none;
}

.blogSearch .category .category-title{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #23466e;
}
.blogSearch .category{
    margin: 0 40px 20px 40px;
}
.blogSearch .category input[type=checkbox]{
    margin-right: 5px;
}
.blogSearch .category .child{
    display: block;
    background: #fff;
    padding: 5px 10px;
    margin: 10px 0 !important;
}
.blogSearch .category .child.magochild{
    display: inline-block;
}
.blogSearch .category .child.magochild,
.blogSearch .category .mago{
    font-weight: initial;
    background: none;
    margin: 0 10px 5px !important;
    padding: 0 !important;
}
.blogSearch .searchLink_back{
    padding: 10px 0 30px;
}
.blogSearch .mobile_serch{
    padding: 0;
}
.blogSearch .mobile_serch .serch_btn{
    background: #23466e;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.blogSearch .mobile_serch .serch_btn:hover{
    opacity: .7;
}
.blogSearch .searchLink{
    text-align: center;
}

@media (min-width: 768px){
    .mobile_serch {
        display: none;
    }
}



/* ---------------------------------------------------------------------------------------- 
    コンテンツパーツ
---------------------------------------------------------------------------------------- */

.parts_h_original01_no {
    color: #fff;
    background-color: #23466e;
    /*border-radius: 50%;*/
    display: inline-block;
    line-height: 30px;
    text-align: center;
    min-width: 35px;
    max-width: 35px;
    font-size: 18px !important;
    padding: 2px 0 3px;
    margin-right: 15px;
}
.parts_h_original01 h3 {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    font-size: 115%;
    background: none;
    padding: 0;
}
.parts_h_original01 h3 a{
    color: #23466e;
}
.parts_h_original01 h3 a:hover, 
.parts_h_original01 h3 a:focus{
    color: #6d5425;
}
.parts_h_original01_ttl {
    display: inline-block;
    line-height: 1.4;
    color: #333;
    padding-top: 5px;
}
.parts_h_original01_ttl p{
    margin: 0;
}



.parts_text_type02.hintBox{
    background: #f4f2ec;
    border: none;
}
.guide_help{
    margin-right: 0;
    margin-left: 0;
    position: relative;
    border: 2px solid #23466e;
    color: #23466e;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    min-width: 170px;
    max-width: 100%;
    padding: 30px 15px 30px 60px;
    border-radius: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    appearance: none;
}
.guide_help a{
    /*position: relative;
    border: 2px solid #23466e;
    color: #23466e;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    min-width: 170px;
    max-width: 100%;
    padding: 30px 15px 30px 60px;
    border-radius: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
    appearance: none;*/
}
.guide_help a:before {
    position: absolute;
    top: 17px;
    left: 0;
    padding: 5px 15px;
    font-size: 195%;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f059";
    color: #23466e;
}

