@charset "UTF-8";
.contents_ {
    margin: 0 auto;
    width: 900px;
}
.mainArea_ {
    line-height: 2.0;
     font-family: yu-gothic-pr6n, sans-serif;
     font-weight: 400;
     font-style: normal;
}
.lead_ {
    width: 900px;
    font-size: 1.4rem;
    text-align: center;
    margin: 2em auto 4em;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.menu_ {
     width: 680px;
     margin: 0 auto;
}
.menu_ a {
    width: 222px;
    padding: 0 3em;
    display: inline-block;
    font-family: futura-pt, sans-serif;
    font-size: 2.6rem;
    text-decoration: none;
    text-align: center;
}
.menu_ a span {
    font-size: 1.3rem;
    display: block;
    line-height: 1.0;
    text-align: center;
}
.c-r {color: #e44037;}
.c-b {color: #3fa3d4;}
.c-g {color: #acb5b8;}
.more_box {
    clear: both;
    display: table;
    width: 250px;
    margin: 20px auto;
}
.more_box a {
    display: table-cell;
    width: 250px;
    height: 40px;
    border: 1px #333333 solid;
    border-radius: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
.more_box a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #04345a;
}
h3 {
   text-align: center;
    font-size: 2.4rem;
    margin: 4em auto 1em;
     font-family: futura-pt, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
h5 {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin: 0em auto 2em;
}
.button_li {
    width: 90%;
    margin: 2em auto;
}
.button_all {
        width: 16%;
    margin: 0 1em;
    height: 55px;
    border: solid 1px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    /* margin: 0 auto; */
    color: #fff;
    line-height: 55px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #111;
	color: #111 !important; 
	transition : .3s;
}
.arrow_box {display: none;}
.pc_img {
    display: block;
}
.sp_img {
    display: none;
}
@media screen and (max-width: 767px) {
    .contents_ {
        width: 100%;
    }
    .sp_img {
        display: block;
    }
    .pc_img {
        display: none;
    }
    h3 {
        text-align: center;
        font-size: 1.8rem;
        margin: 3em 0 0em;
    }
    .lead_ {
        width: 88%;
        font-size: 1.3rem;
        text-align: left;
        margin: 2em auto 3em;
    } 
    .menu_ {
    width: 96%;
    margin: 0 auto;
}
    .menu_ a {
        width: 32%;
        padding: 0 1em;
        display: inline-block;
        font-family: futura-pt, sans-serif;
        font-size: 2.2rem;
        text-decoration: none;
        text-align: center;
    }
    .item_list_c4 li {
        width : 48.5% ;
        width : -webkit-calc(97% / 2) ;
        float: none;
        width: calc(97% / 2);
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .item_list_c4 li a {
        text-decoration: none;
    }
    .listPhoto {
        margin: 0 0 7px;
    }
    
    }