/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.category_links{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 40px 0 30px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    padding: 26px 20px 24px 43px;
    background: #eee url(img/tit_ico_square.png) no-repeat left 10px center;
    background-size: 22px auto;
    position: relative;
    color: #172e59;
}
.category_links::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    display: block;
    top: 0;
    left: 0;
    background: url(img/tit_line_double_t.png) repeat-x;
}
.category_links::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    display: inline-block;
    bottom: 0;
    left: 0;
    background: url(img/tit_line_double_b.png) no-repeat;
}
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.wr_three-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wr_three-box .wr_box {
    border: 1px solid #333;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 31%;
    max-width: 31%;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}	

.wr_three-box .wr_box .wr_box-head {
    font-size: 16px;
    font-weight: bold;
    color: #13118E;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 10px;
}	
	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/ 
	
.wr_three-box {
    display: block;
    flex-wrap: nowrap;
}	
	
.wr_three-box .wr_box {
    border: 1px solid #333;
    position: relative;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    padding: 10px;
    background: #fff;
	margin-bottom: 20px;
}
	
.wr_three-box .wr_box .wr_box-head {
    font-size: 16px;
    font-weight: bold;
    color: #13118E;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 10px;
}	
.wr_three-box .wr_box .wr_box-body {
    color: #333;
    text-align: left;
    padding: 10px;
}	
.category_links{
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 2em 0;
        line-height: 1.4;
        padding: 20px 20px 18px 45px;
        background-position: left 13px center;
        background-size: 18px auto;
        position: relative;
        letter-spacing: normal;
    }
    .category_links::before, #main.category h2:before, #main.page h2:before {
        height: 7px;
    }
    .category_links::after, #main.category h2:after, #main.page h2:after {
        height: 7px;
    }
}