@charset "Shift_JIS";

/* パ�EチE?��?��ど */
.none{
    display: none !important;
}

/* .anchorlink{
	padding-top: 100px;
    margin-top:-100px;
} */
.link-blank-light-blue{
    display: inline-block;
    color: #3060c0 !important;
    
}
img{
    max-width: 100%;
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mt35{
    margin-top: 35px;
}

.mt50{
    margin-top: 35px;
}

.mt90{
    margin-top: 90px;
}


.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb35{
    margin-bottom: 35px;
}

.txt_bold {
	font-weight: bold;
	font-size: 120%;
}

.txt_gray_block {
	background-color: #efefef;
	padding: 15px;
}

.txt_purple_block {
	background-color: #E9ECF5;
	padding: 15px;
}
.txt_purple_block_p{
    padding:15px 65px 0 65px ;
}


#article {
    max-width: 976px;
    margin: 0 auto;
}

.pc_none{
    display: none;
}

.wrap{
    margin-bottom: 50px;
}

.guide_message{
    font-size: 18px;
    text-align: center;
    margin: 100px 50px 30px;
}

.main_image{
    margin-bottom: 50px;
}


/* intro_section */
.intro_section{
    margin:30px 0 100px;
}

.flex_content{
    display: flex;
    justify-content: space-between;
}

.intro_detail{
    display: block;
    width: 32%;
}

.intro_detail img {
    border: #979797 1px solid;
}

.intro_detail h3{
    margin: 10px 0;
    color: #333;
    display: block;
    font-size: 18px;
}

.intro_detail p{
    margin-bottom: 20px;
}


/* search_section */
.search_section{
    margin-bottom: 50px;
}

.search_detail{
    margin-bottom: 100px;
}

.search_detail h2{
    margin-bottom: 30px;
    color: #3f6eb9;
    display: block;
    font-size: 24px;
    text-align: center;
}

.search_detail .flex_content__inner{
    width: 48%;
    margin-bottom: 50px;
}

.search_detail .flex_content__inner img{
    border: #979797 1px solid;
}

.search_detail .flex_content__inner p{
    margin-bottom: 20px;
}

.notice{
    margin-bottom: 40px;
}

.notice .notice_detail{
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 10px;
}

.notice .notice_detail h3{
    color: #333;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.notice .note{
    font-size: 12px;
}

.new_tag{
    background: #ce0000;
    color: #FFF;
    font-size: .6em;
    padding: 0.2em 0.4em;
    margin: 0 0.6em;
    font-weight: 700;
}


.btn_gray {
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    position: relative;
    width: 320px;
    font-size: 16px;
    font-weight: bold;
    color: #333 !important;
    border: 1px solid #ccc;
    margin: -10px auto 0;
    padding: 15px 20px 15px 15px; 
    display: flex;
    align-items: center;
    justify-content: center
}


.btn_gray:hover{
    opacity: 0.7;
}
.btn_gray:hover img{
    opacity: 1;
}

.align_c{
    text-align: center;
}
.flex_c{
    display: flex;
    justify-content: center;
}




/* タチE*/
.tab_wrapper{
    display: flex;
    margin-top: 50px;
}

.tab_child{
    flex:1;
    background-color: #e8e8e8;
    border: 1px solid #d2d2d2;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    color: #333;
}

.tab_child:not(:last-child){
    border-right:none;
}
div.tab_child{
    background-color: #fff;
    /* border-right: 1px solid #d2d2d2; */
}

.tab_child[href]:hover{
    opacity: 0.7;
}

.tab_child[href]:hover .new_tag{
    color: #fff !important;
}




@media only screen and (max-width: 640px){
    .sp_none{
        display: none !important;
    }
    .pc_none{
        display: block;
    }
    .sp_inline{
        display: inline !important;
    }
    .btn_gray{
        width: 80%;
    }
    .wrap{
        padding: 0 1%;
    }
    .tab_wrapper{
        flex-direction: column;
    }

    .tab_child{
        border-right:none;
        border-left:none;
        border-bottom: 1px solid #d2d2d2;
    }

    .tab_child:not(:last-child){
        border-bottom:none;
    }
    
    /* intro_section */
    .intro_section{
    margin-bottom: 20px;
}
    .flex_content{
        flex-direction: column;
    }

    .flex_content__inner{
        width: 100%;
    }

    .intro_detail{
        width: 85%;
        margin: 0 auto 50px;
    }


    /* search_section */

    .search_detail{
        margin-bottom: 50px;
    }
     .search_detail .flex_content__inner{
        width: 90%;
        margin: 0 auto 20px;
    }

    .search_detail .flex_content__inner p{
    margin-bottom: 10px;
    }

    .accordion_one .accordion_header{
        font-size: 18px;
        padding-right: 60px;
    }

    .accordion_one .accordion_header .i_box{
        width: 20px;
        height: 20px;
        margin-top: -9px;
    }

    .accordion_one .accordion_header .i_box .one_i{
        width: 20px;
        height: 20px;
    }

    .accordion_one .accordion_header .i_box .one_i:before, 
    .accordion_one .accordion_header .i_box .one_i:after{
        width: 20px;
        height: 2px;
        top: 9px;
    }

    .accordion_one .accordion_header .i_box .one_i:before{
        width: 2px;
        height: 20px;
        left: 9px;
        top: 0;
    }

    .accordion_one .accordion_inner .accordion_inner__block{
        margin: 30px 0;
    }

    .accordion_one .accordion_inner .accordion_inner__block .flex_content__inner:first-child{
        margin-bottom: 10px;
    }
    .flex_content__left{
        width: auto;
        margin-right: 0;
    }
    .flex_content__left .btn_gray{
        width: 80%;
        margin: 35px auto;
    }
    .flex_content__inner__point{
        margin-bottom: 20px;
    }
    .flex_content__inner__point:last-child{
        margin-bottom: 0;
    }

    .guide_message{
        margin: 30px 20px;
    }

    .accordion_toggle_wrapper{
        margin-bottom: 30px;
    }
    
    .accordion_toggle_title__inner__text{
        margin-right: 0;
        width: auto;
    }
    .accordion_toggle_title__inner__text .title_header{
        font-size: 20px;
    }
    .accordion_toggle_title__inner{
        display: block;
    }
    .accordion_toggle_title__inner__img{
        text-align: center;
        margin-top: 20px;
    }

    .qa_modal {
        margin-bottom: 30px;
    }

    .qa_modal_content {
        padding: 0 1%;
    }

    .qa_modal_title {
        margin-bottom: 10px;
        padding-right: 30px;
        font-size: 16px;
    }

    .qa_modal_grid {
        gap: 10px;
    }

    .qa_modal_grid.--2 .qa_modal_grid_item {
        width: 100%;
    }

    .qa_modal_grid_item {
        width: calc((100% - 10px) / 2);
        height: auto;
    }

    .qa_modal_grid_item.--2col {
        width: 100%;
    }

    .qa_modal_grid_item.--2col_sp {
        width: 100%;
    }

    .qa_badge_list {
        position: static;
        transform: none;
        margin-top: 8px;
        gap: 8px;
    }

    .qa_badge {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .main_image {
        margin-bottom: 30px;
    }
}
.news{
    margin: 0 auto 40px;
    padding: 0 10px;
    text-align: center;
}
.news_title{
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}
.news_title a{
    color: #333;
    text-decoration: underline;
}
.news_date{
    color: #ff0000;
}
.annotation{
    color: #ff0000;
}
