@charset "Shift_JIS";
*{
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #000000;
}

ol,ul,li {
    list-style:none;
}

.re_clear:after{
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.re_fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#re_wrap .re_inner{
    width: 940px;
    margin: 0 auto;
}

#re_wrap .re_mv{
    max-width: 100%;
}
#re_wrap .re_link{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#re_wrap .re_link a{
	width: 50%;
}
#re_wrap .re_link img{
	max-width: 100%;
}

#re_wrap .re_category_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 78px 0 -32px;
    overflow: hidden;
}

#re_wrap .re_category_list a{
    width: calc((100% - 64px)/3);
    margin-right: 32px;
    margin-bottom: 32px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    color: #2e874f !important;
    text-decoration: none;
    text-align: center;
    min-height: 123px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #d7efc9;
    background-size: 32px 100%;
    overflow: hidden;
}

#re_wrap .re_category_list a:nth-of-type(3n){
    margin-right: 0;
}

#re_wrap .re_category_list a:before,
#re_wrap .re_category_list a:after{
    content: '';
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: repeat;
    background-position: center center;
    background-size: 100% auto;
}

#re_wrap .re_category_list a:before{
    left: 0;
    margin: auto auto auto 0;
    background-image: url("../images/category_bg_01.png");
}

#re_wrap .re_category_list a:after{
    right: 0;
    margin: auto 0 auto auto;
    background-image: url("../images/category_bg_02.png");
}

#re_wrap .re_category_list a:hover{
    color: #ffffff !important;
    background-color: #9bc069;
}

#re_wrap .re_category_list a:hover:before{
    background-image: url("../images/category_bg_01_hover.png");
}

#re_wrap .re_category_list a:hover:after{
    background-image: url("../images/category_bg_02_hover.png");
}

#re_wrap .re_cl_tit{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

#re_wrap .re_cl_txt{
    font-size: 14px;
    margin-top: 5px;
}

#re_wrap .re_cbox_list{
    margin-top: 78px;
}

#re_wrap .re_content_box{
    margin-bottom: 80px;
}

#re_wrap .re_content_box:last-of-type{
    margin-bottom: 0;
}

#re_wrap .re_content_tit{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
    height: 77px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: -moz-linear-gradient(top, #a7ca7d 0%,#a7ca7d 50%,#9bc069 50%,#9bc069 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7ca7d), color-stop(50%,#a7ca7d), color-stop(50%,#9bc069),color-stop(100%,#9bc069));
    background: -webkit-linear-gradient(top, #a7ca7d 0%,#a7ca7d 50%,#9bc069 50%,#9bc069 100%);
    background: -o-linear-gradient(top, #a7ca7d 0%,#a7ca7d 50%,#9bc069 50%,#9bc069 100%);
    background: -ms-linear-gradient(top, #a7ca7d 0%,#a7ca7d 50%,#9bc069 50%,#9bc069 100%);
    background: linear-gradient(to bottom, #a7ca7d 0%,#a7ca7d 50%,#9bc069 50%,#9bc069 100%);
}

#re_wrap .re_content_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 -30px;
    overflow: hidden;
}

#re_wrap .re_content_list li{
    width: calc(50% - 14px);
    max-width: 456px;
    padding: 27px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fceff0;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
}

#re_wrap .re_content_list li:nth-of-type(2n-1){
    margin-right: 28px;
}

#re_wrap .re_content_list li:last-of-type{
    margin-right: 0;
}

#re_wrap .re_cl_tbox{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#re_wrap .re_cl_img{
    width: 154px;
}

#re_wrap .re_cl_img>img{
    max-width: 100%;
}

#re_wrap .re_cl_txtbox{
    padding-left: 17px;
}

#re_wrap .re_cl_bbtxt,
#re_wrap .re_cl_btxt,
#re_wrap .re_cl_brtxt{
    font-size: 16px;
    line-height: 1.625;
}

#re_wrap .re_cl_bbtxt{
    font-weight: bold;
}

#re_wrap .re_cl_stxt{
    font-size: 14px;
    margin-top: 3px;
}

#re_wrap .re_cl_brtxt{
    font-weight: bold;
    color: #c3222a;
    padding:7px 12px 5px;
    background-color: #fff;
    margin-top: 3px;
}

#re_wrap .re_cl_brtxt span{
    display: inline-block;
}

#re_wrap .re_cl_bbox{
    margin-top: 10px;
}

#re_wrap a.re_cl_btn{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height:1.44;
    color: #ffffff !important;
    background-color: #f0585f;
    text-align: center;
    text-decoration: none;
    padding: 12px 10px 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 12px;
}

#re_wrap a.re_cl_btn:hover{
    background-color: #ec6738;
}

#re_wrap .re_cl_brtxt_pr{
    padding-right: 17px;
}

#re_wrap .re_annotation{
    font-size: 14px;
    line-height: 2;
    margin-top: 70px;
}

#re_wrap .re_annotation_item{
    position: relative;
}

#re_wrap .re_annotation_item:after{
    position: absolute;
    top: 0;
    left: 0;
}

#re_wrap .re_annotation_item01{
    padding-left: 14px;
}

#re_wrap .re_annotation_item02{
    padding-left: 38px;
}

#re_wrap .re_annotation_item01:after{
    content: '※';
}

#re_wrap .re_annotation_item02:after{
    content: '※1';
}

#re_wrap .re_page_cl{
    position: fixed;
    right: calc((100% - 940px)/2);
    bottom: 120px;
    z-index: 999;
    width: 48px;
    height: 55px;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.14;
    text-decoration: none;
    padding-top: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    background: url("../images/page_arrow.png") no-repeat top 7px center #9bc069;
}

@media only screen and (max-width: 768px){

    #re_wrap .re_inner{
        max-width: 98%;
    }
    #re_wrap .re_category_list{
        margin: 60px 0 -20px;
    }

    #re_wrap .re_category_list a:nth-of-type(3n) {
        margin-right: 20px;
    }

    #re_wrap .re_category_list a{
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #re_wrap .re_category_list a:nth-of-type(2n) {
        margin-right: 0;
    }

    #re_wrap .re_cbox_list{
        margin-top: 60px;
    }

    #re_wrap .re_content_box {
        margin-bottom: 60px;
    }

    #re_wrap .re_category_list a{
        min-height: 100px;
        padding: 15px 30px;
    }

    #re_wrap .re_content_tit{
        max-width: 500px;
        height: 60px;
        font-size: 20px;
    }

    #re_wrap .re_content_list li {
        width: 100%;
        margin-right: 0 !important;
    }

    #re_wrap .re_content_list {
        margin: 40px 0 -30px;
    }

    #re_wrap .re_annotation{
        margin-top: 60px;
    }

    #re_wrap .re_page_cl{
        right: 1%;
    }
}

@media only screen and (max-width: 480px){
    #re_wrap .re_category_list {
        margin: 40px 0 -15px;
    }

    #re_wrap .re_category_list a:nth-of-type(3n) {
        margin-right: 15px;
    }

    #re_wrap .re_category_list a {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    #re_wrap .re_category_list a:nth-of-type(2n){
        margin-right: 0;
    }

    #re_wrap .re_cl_tit {
        font-size: 16px;
    }

    #re_wrap .pc_br{
        display: none;
    }

    #re_wrap .re_category_list a:before,
    #re_wrap .re_category_list a:after {
        width: 15px;
    }

    #re_wrap .re_category_list a {
        min-height: 100px;
        padding: 15px 20px;
    }

    #re_wrap .re_cbox_list {
        margin-top: 40px;
    }

    #re_wrap .re_content_box {
        margin-bottom: 40px;
    }

    #re_wrap .re_content_list {
        margin: 30px 0 -20px;
    }

    #re_wrap .re_content_list li {
        padding:20px 15px;
        margin-bottom: 20px;
    }

    #re_wrap .re_content_tit {
        height: 50px;
        font-size: 18px;
    }

    #re_wrap .re_cl_bbtxt,
    #re_wrap .re_cl_btxt,
    #re_wrap .re_cl_brtxt {
        font-size: 14px;
    }

    #re_wrap .re_cl_stxt {
        font-size: 12px;
    }

    #re_wrap .re_cl_txtbox {
        padding-left: 10px;
    }

    #re_wrap .re_cl_img {
        width: 120px;
    }

    #re_wrap a.re_cl_btn {
        font-size: 16px;
        padding: 10px 10px 7px;
        margin-top: 12px;
    }

    #re_wrap .re_cl_brtxt_pr{
        padding-right: 10px;
        color:#c3222a;

    }

    #re_wrap .re_annotation{
        margin-top: 50px;
        font-size: 12px;
    }

    #re_wrap .re_annotation_item01 {
        padding-left: 12px;
    }

    #re_wrap .re_annotation_item02 {
        padding-left: 25px;
    }

    #re_wrap .re_page_cl{
        bottom: 40px;
        width: 40px;
        height: 50px;
        font-size: 12px;
        padding-top: 18px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        background: url("../images/page_arrow.png") no-repeat top 7px center/10px auto #9bc069;
    }

#re_wrap .re_cl_brtxt span{
    display: inline-block;
    color:#c3222a;

}

}