@charset "utf-8";
.mainv{
	background-image: url(../img/decide/mainv.jpg);
}

/*----------------------------------*/
.decide{}
.decide .ttl01{
    text-align: center;
    padding: 39px 0 0;
}
.decide_mes{
    font-size: 16px;
    text-align: center;
    /* margin: 0 0 45px; */
    line-height: 2;
    margin: 12px 0 46px;
}
.decide_nav{
    display: flex;
    flex-wrap: wrap;
    max-width: 795px;
    margin: 0 auto;
}
.decide_nav a{
    box-shadow: -1.628px 4.728px 21px 0px rgba(225, 225, 225, 0.4);
    display: block;
    width: 47.8%;
    text-align: center;
    border: solid 3px #ffffff;
    margin: 0 0 30px 4.4%;
    border-radius: 10px;
    padding: 18px 5px 25px;
    position: relative;
    z-index: 1;
}
.decide_nav a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #f27e20;
    border-right: 2px solid #f27e20;
    transform: rotate(135deg);
}
.decide_nav a:nth-child(2n+1){
    margin-left: 0;
}
.decide_nav_ttl{
    font-size: 18px;
    color: #f27e20;
}
.decide_nav_mes{}
/*----------------------------------*/
.decide_list{}
.decide_list .content{
    margin: 0;
    top: 0;
    background: #fcf8e7;
}
.decide_list .content_inner{
    background: no-repeat;
}
.decide_list .content:nth-child(even){
    background: #fff;
}

.decide_list_mes{
    margin: 0 0 38px;
}
.decide_not{
    font-size: 20px;
    text-align: center;
    padding: 59px 0;
    background: #fff;
    border: solid 1px #f27e20;
    border-radius: 15px;
}
.decide_not span{
    padding: 0 0 0 57px;
    position: relative;
    z-index: 1;
}
.decide_not span:before{
    content: "";
    z-index: 1;
    position: absolute;
    /* border-bottom:1px solid #000; */
    background: url(../img/common/logo.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 38px;
    height: 39px;
    top: -2px;
    left: 0;
}
/*----------------------------------*/
.related{
    top: -80px;
    margin: 0 0 -80px;
}
.related .content_inner{}

.related .ttl01{
    position: relative;
    z-index: 1;
    margin: 0 0 23px;
}
.related .ttl01 span{
    position: absolute;
    z-index: 1;
    left: 245px;
    top: 25px;
}

/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {

    .decide_nav a:hover{
        border: solid 3px #f27e20;
    }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {
    /*----------------------------------*/
    .decide{}
    .decide .ttl01{}
    .decide_mes{
    font-size: 13px;
    margin: 0 0 25px;
}
    .decide_nav{
    display: block;
}
    .decide_nav a{
    margin: 0 0 15px;
    width: auto;
    padding: 7px 5px 25px;
}
    .decide_nav a:before{}
    .decide_nav a:nth-child(3n+1){}
    .decide_nav_ttl{
    font-size: 16px;
}
    .decide_nav_mes{
    font-size: 12px;
    /* text-align: left; */
}
    /*----------------------------------*/
    .decide_list{}
    .decide_list .content{}
    .decide_list .content_inner{}
    .decide_list .content:nth-child(even){}

    .decide_list_mes{}
    .decide_not{}
    .decide_not span{}
    .decide_not span:before{}
    /*----------------------------------*/
    .related{
    top: -15px;
    margin: 0;
}
    .related .content_inner{}

    .related .ttl01{}
    .related .ttl01 span{}
    /*----------------------------------*/
    /*----------------------------------*/
    /*----------------------------------*/
}
