/* **********************
全体
********************** */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust: none;
    min-width: 1000px;
    overflow-x: hidden;
    margin-top: 120px;
}

/* Clearfix */
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}


.container{
    width: 1060px;
    position: relative;
    margin: auto;
}

img{
    vertical-align: middle;
}

main{
    display: block;
}

a.more{
    display: inline-block;
    font-size: 17px;
    background: #fff;
    color: #29afdd;
    padding: 10px 50px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.49);
    margin-bottom: 50px;
    transition: all 0.3s ease;
    border-radius: 50px;
}

a.more:hover{
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.49);
}

#page_homepage .container-fluid{
    padding: 0;
}

#page_homepage .container-fluid.inner{
    max-width: 100%;
}

#page_homepage #contents{
    padding-top: 0;
}

@media only screen and (max-width: 1000px) {
    body{
        min-width: auto;
    }
}

@media only screen and (max-width: 1024px) {

    body{
        margin-top: 0;
    }

    .container{
        width: 100%;
    }

    .sp_inner{
        padding-left: 5%;
        padding-right: 5%;
    }

    img{
        max-width: 100%;
        height: auto;
    }
}

/* **********************
ヘッダー
********************** */
header{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 20;
    height: 120px;
}

header .head_cont{
    padding: 10px 0;
}

header .logo{
    float: left;
    color: #29afdd;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

header .logo sm{
    font-size: 13px;
    display: block;
}

header .logo span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

header #icon01{
    position: absolute;
    left: 270px;
    bottom: -10px;
}

header #icon02{
    position: absolute;
    left: 360px;
    bottom: -10px;
}

header .right_cont{
    float: right;
    font-size: 0;
}

header .right_cont .cart,
header .right_cont .head_btn{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .right_cont .cart{
    margin-right: 10px;
}

header .right_cont .cart > p,
header .right_cont .cart div.cart-trigger{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding: 5px 10px;
    margin: 0;
}

header .right_cont .cart > p{
    border-right: 1px solid #29afdd;
}

header .right_cont .cart div .num{
    color: #fff;
    background: #005977;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
}

header .right_cont .cart div .num span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    line-height: 25px;
}

.message .errormsg{
    color: #000;
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
}

.cart-trigger{
    cursor: pointer;
}

#cart_inside.is-visible{
    opacity: 1;
    visibility: visible;
}

#cart_inside{
    position: absolute;
    visibility: hidden;
    left: 35px;
    top: 35px;
    width: 300px;
    border: 1px solid #adadad;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.24);
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    padding: 10px 15px;
}

#cart_inside .btn_area{
    width: 100%;
}

header .right_cont .head_btn{
    display: inline-block;
    position: relative;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #29afdd;
    border-radius: 5px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

header .right_cont .head_btn:after{
    content: "";
    position: absolute;
    width: 97%;
    height: 87%;
    border-radius: 5px;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .right_cont .head_btn:hover{
    background: #1c86aa;
}

header .right_cont .head_btn img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

header nav{
    background: #29afdd;
    border-bottom: 1px solid #fff;
}

header nav ul{
    font-size: 0;
}

header nav ul li{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    position: relative;
}

header nav ul li:before{
    content: "";
    width: 1px;
    height: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

header nav ul li:first-child:before{
    width: 0;
    height: 0;
}

header nav ul li a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}

header nav ul li a:hover{
    background: #1c86aa;
    color: #fff;
}

.drawer-hamburger{
    display: none;
    z-index: 20;
    width: 4rem;
}

.drawer-nav{
    z-index: 20;
    width: 30rem;
}

.drawer--right .drawer-nav{
    right: -30rem;
}

.drawer-overlay{
    z-index: 19;
}

.drawer-menu-item{
    font-size: 1.5rem;
}

.drawer--right.drawer-open .drawer-hamburger{
    right: 30rem;
}


@media only screen and (max-width: 1024px) {

    header{
        position: relative;
        height: auto;
    }

    .drawer-hamburger{
        display: block;
        background: #fff;
    }

    .drawer-open .drawer-hamburger{
        background: none;
    }

    .pc_nav{
        display: none;
    }

    header #icon01{
        display: none;
    }

    header .right_cont{
        display: none;
    }

    header nav ul li{
        display: block;
        width: 100%;
    }

    .drawer-menu-item{
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

    header nav .cart{
        text-align: center;
        margin: 5% auto;
        padding: 5%;
        width: 90%;
        border-radius: 5px;
        font-size: 14px;
        background: #dadada;
        line-height: 1.8;
        position: relative;
    }
    header nav .cart a{
        position: relative;
        z-index: 9;
    }

    header nav .cart:after{
        content: "";
        border: 1px solid #fff;
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 85%;
    }

    header nav .cart p{
        margin: 0;
    }

    header nav .cart div .num{
        color: #fff;
        background: #005977;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50px;
        font-weight: bold;
        margin-right: 10px;
        position: relative;
    }

    header nav .cart div .num span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        text-align: center;
        line-height: 25px;
    }

    header nav .head_btn{
        display: block;
        position: relative;
        font-size: 19px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        background: #29afdd;
        border-radius: 5px;
        padding: 8px 20px;
        margin: auto;
        width: 90%;
    }

    header nav .head_btn:after{
        content: "";
        position: absolute;
        width: 97%;
        height: 87%;
        border-radius: 5px;
        border: 1px solid #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    header nav .head_btn:before{
        content: url(../img/common/head_tel.png);
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
}


/* **********************
フッター
********************** */
footer{
    background: #fff url(../img/common/foot_bg.jpg) repeat;
    position: relative;
}

.footer_cont{
    padding: 30px 35px;
}

.foot_banner{
    font-size: 0;
    text-align: center;
}

.foot_banner li{
    display: inline-block;
    margin: 20px;
}

.foot_menu{
    font-size: 0;
    display: flex;
}

.foot_menu .col{
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    border-left: 1px solid #00b7ee;
    padding: 50px;
}

.foot_menu .col:first-child{
    border-left: 0;
}

.foot_logo{
    font-size: 25px;
    color: #29afdd;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 0.8;
}

.foot_logo sm{
    font-size: 13px;
}


.foot_menu p{
    color: #29afdd;
    font-size: 12px;
    margin: 10px 0;
    line-height: 1.5;
}

.foot_menu ul li{
    position: relative;

}

.foot_menu ul li:before{
    content: url(../img/common/foot_icon.png);
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.foot_menu ul li a{
    font-size: 15px;
    text-decoration: none;
    color: #29afdd;
    line-height: 2.0;
    display: inline-block;
    vertical-align: middle;
}

.copyright{
    background: #29afdd;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}

.copyright p{
    margin: 0;
}

.pagetop{
    position: absolute;
    bottom: 39px;
    right: 30px;
    text-align: center;
    width: 43px;
}

.pagetop span{
    display: block;
    margin-bottom: 10px;
    animation-name: pagetop;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
}

@keyframes pagetop {
    0%   {margin-bottom: 10px;}
    50% {margin-bottom: 20px;}
    100% {margin-bottom: 8px;}
}


.sp_foot_cart{
    display: none;
    height: 0;
}

@media only screen and (max-width: 1024px) {
    .sp_foot_cart{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 13px 0;
        font-size: 14px;
        z-index: 15;
        border: 2px solid #23a6cf;
        height: auto;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    }

    .sp_foot_cart p,
    .sp_foot_cart div{
        display: inline-block;
        padding: 0 3%;
    }

    .sp_foot_cart p{
        border-right: 1px solid #29afdd;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sp_foot_cart div .num{
        color: #fff;
        background: #005977;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50px;
        font-weight: bold;
        margin-right: 10px;
        position: relative;
    }

    .sp_foot_cart div .num span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        text-align: center;
        line-height: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .foot_menu{
        display: block;
    }

    .foot_menu .col{
        display: block;
        width: 100%;
        padding: 0;
        margin: 10% 0;
        border-left: 0;
    }

    .copyright{
        font-size: 12px;
    }
}

/* **********************
コンテンツ
********************** */
#mv{
    background: url(../img/common/main.jpg) repeat center;
}

/* #mv .container{
    background: url(../img/common/main_layer.png) repeat;
    padding: 30px;
    z-index: 10;
}

#mv .container:before{
    content: url(../img/common/main_left.png);
    position: absolute;
    left: -160px;
    top: 20px;
    z-index: -1;
}

#mv .container:after{
    content: url(../img/common/main_right.png);
    position: absolute;
    right: -190px;
    top: 20px;
    z-index: -1;
}

#mv h2{
    font-family: PixelMplus10-Regular;
    display: block;
    width: 100%;
    background: url(../img/common/main_icon01.png) no-repeat;
    background-position: 5% bottom;
    background-size: 7% auto;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    color: #fff;
    font-size: 49px;
    padding: 0 20px;
    line-height: 95px;
    height: 95px;
    border: 5px solid #fff;
    border-radius: 8px;
    position: relative;
    font-weight: normal;
}

#mv h2 .hidden {
    opacity:0;
    display: inline-block!important;
} 
.console-container {
    font-size:4em;
    text-align:center;
    height:30px;
    width:600px;
    display:inline;
    position:relative;
    color:black;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.console-underscore {
    display:inline-block;
    position:relative;
    left:10px;
}*/

#mv_cont{
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
    zoom: 1;
}



#mv_cont form,
#mv_cont > div{
    display: inline-block;
    vertical-align: middle;
}

#mv_cont form{
    width: 35%;
    float: left;
    margin-top: 40px;
}

#mv_cont > div{
    width: 65%;
    padding-left: 3%;
    text-align: center;
}

#mv_cont form{
    border: 3px solid #fff;
    /* background: #99bfd4; */
    background: #aaaaaa;
}

#mv_cont form .ttl{
    display: block;
    text-align: center;
    /*background: #32b16c;*/
    padding: 15px;
    border-bottom: 3px solid #fff;
}

#mv_cont form > div{
    padding: 5px 20px;
    text-align: center;
    font-size: 14px;
}

#mv_cont form > div label{
    margin: 20px 0 10px;
    display: block;
    color: #fff;
}

#mv_cont form > div input,
#mv_cont form > div select{
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    border: 0;
    height: 37px;
}

#mv_cont form > div button{
    border-radius: 10px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 25px;
    background: #f6821b;
    background: -moz-linear-gradient(top, #f6821b 0%, #f8a12b 100%);
    background: -webkit-linear-gradient(top, #f6821b 0%,#f8a12b 100%);
    background: linear-gradient(to bottom, #f6821b 0%,#f8a12b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6821b', endColorstr='#f8a12b',GradientType=0 );
    margin: 25px 0 30px;
    cursor: pointer;
    font-size: 18px;
}

#mv_cont form > div button:after{
    content: url(../img/common/search.png);
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#mv_cont form > div button:hover{
    background: #e46315;
    background: -moz-linear-gradient(top, #e46315 0%, #e7771e 100%);
    background: -webkit-linear-gradient(top, #e46315 0%,#e7771e 100%);
    background: linear-gradient(to bottom, #e46315 0%,#e7771e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e46315', endColorstr='#e7771e',GradientType=0 );
}

#mv_cont > div h3{
    margin-bottom: 30px;
}


#mv_cont > div .banner_set{
    font-size: 0;
}

#mv_cont > div .banner_set a{
    margin: 0 2%;
    display: inline-block;
}

#mv_cont > div .banner_set a:hover img{
    opacity: 1!important;
}

#mv_cont > div .banner_set a img{
    max-width: 100%;
    height: auto;
}


#mv_bottom{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    z-index: 10;
    background: #29afdd;
}

/*
#mv_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    background: #29afdd;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: -1;
}

#mv_bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    background: #29afdd;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -2;
}

#mv_bottom .container{
    padding: 50px 0 10px;
}

*/

#mv_bottom .container:before{
    content: url(../img/common/main_bottom_left.png);
    position: absolute;
    left: -130px;
    top: 0;
    z-index: -1;
}

#mv_bottom .container:after{
    content: url(../img/common/main_bottom_right.png);
    position: absolute;
    right: -130px;
    top: 0;
    z-index: -1;
}

#mv_bottom p{
    text-align: center;
    color: #ffee7a;
    font-size: 19px;
    line-height: 2.0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

#mv_bottom .btn_set{
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
}

#mv_bottom .btn_set a{
    display: inline-block;
    margin: 0 3%;
    width: 40%;
    background-color: #fff;
    vertical-align: middle;
    color: #5a5a5a;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 30px 10px 80px;
    font-size: 24px;
    line-height: 1.4;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.49);
    transition: all 0.3s ease;
}

#mv_bottom .btn_set a:hover{
    background: #ffee7a;
}

#mv_bottom .btn_set a:first-child{
    background-image: url(../img/common/tel_icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

#mv_bottom .btn_set a:nth-child(2){
    font-size: 18px;
    background-image: url(../img/common/mail_icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

#mv_bottom .btn_set a span{
    display: block;
    color: #ff6969;
    font-size: 18px;
}


#section01{
    padding: 40px 0;
    text-align: center;
}

#section01 h3{
    margin-bottom: 40px;
    margin-top: 0;
}

#section01 .banner_slide{
    position: relative;
}

#section01 .banner_slide .slick-arrow{
    position: absolute;
    top: 50%;
    text-indent: -99999px;
    border: 0;
    cursor: pointer;
    z-index: 10;
}

#section01 .banner_slide .slick-prev{
    left: -40px;
    background: url(../img/common/slide_left.png) no-repeat center;
    width: 17px;
    height: 30px;
}

#section01 .banner_slide .slick-next{
    right: -40px;
    background: url(../img/common/slide_right.png) no-repeat center;
    width: 17px;
    height: 30px;
}

#section01 .banner_slide .slick-arrow:hover{
    opacity: 0.6;
}

#section01 .banner_slide .slick-slide{
    width: 33.333%;
    padding: 0 10px;
}

#section01 .banner_slide .slick-slide img{
    max-width: 100%;
    height: auto;
    margin: auto;
}

#section02{
    background: url(../img/common/sec02_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}

#section02 h3{
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    color: #29afdd;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: block;
}

#section02 h3:before{
    content: url(../img/common/sec02_ttl_icon.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#section02 .list{
    font-size: 0;
    display: flex;
    margin-top: 20px;
}

#section02 .list > div{
    display: inline-block;
    font-size: 12px;
    width: 33.3333%;
    background: #29afdd;
    position: relative;
    color: #fff;
    padding: 30px 30px 20px;
}

#section02 .list > div:nth-child(2){
    background: #1589b0;
}

#section02 .list > div:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 118px solid transparent;
    border-bottom: 118px solid transparent;
    border-left: 20px solid #ffffff;
    right: -20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

#section02 .list > div:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 118px solid transparent;
    border-bottom: 118px solid transparent;
    border-left: 20px solid #29afdd;
    right: -19px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}


#section02 .list > div:nth-child(2):before{
    border-left: 20px solid #1589b0;
}


#section02 .list > div:last-child:after,
#section02 .list > div:last-child:before{
    border: 0;
}

#section02 .list > div > span{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -90px;
}

#section02 .list > div .ttl{
	font-size: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
    margin-bottom: 20px;
}

#section02 .list > div .ttl > span,
#section02 .list > div .ttl h4{
	display: inline-block;
	vertical-align: middle;
}

#section02 .list > div .ttl > span{
	color: #4c4c4c;
	font-size: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #fff;
	background: #ffcb16;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	line-height: 50px;
}

#section02 .list > div h4{
    font-size: 24px;
    font-weight: bold;
    width: calc(100% - 60px);
    margin: 0;
}

#section02 .list > div p{
    line-height: 1.6;
}

#section02 .list > div:last-child{
    margin-right: 0;
}

#section03{
    padding: 70px 0;
}

#section03 .container{
    font-size: 0;
}

#section03 .txt,
#section03 .img{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}

#section03 .txt h4{
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ff5b5b;
    font-weight: bold;
}

#section03 .txt a{
    margin: 20px 0 10px;
    display: inline-block;
}

#section03 .txt .date{
    font-size: 16px;
    color: #ff9b0c;
    font-weight: bold;
}

.section04{
    background: #29afdd;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}

.section04.section04_02{
	background: #7bc8e2;
    padding-top: 100px;
}

.section04.section04_03{
	background: #fff;
}

.section04 h4{
    display: block;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    margin-bottom: 35px;
    margin-top: 0;
}

.section04.section04_03 h4{
	color: #29afdd;
}

.section04 .item_list{
    font-size: 0;
    text-align: left;
}

.section04 .item_list > div{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.section04 .item_list > div:nth-child(4n){
    margin-right: 0;
}

.section04 .item_list > div a{
    text-decoration: none;
    font-size: 14px;
    color: #696969;
    text-align: center;
}

.section04 .item_list > div .img img{
    max-width: 100%;
    height: auto;
}

.section04 .item_list > div a p{
    display: block;
    margin: 10px 0;
    color: #fff;
}

.section04 .item_list > div a span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.section04 .cat_tyui{
    font-size: 16px;
    color: #ff5353;
    line-height: 1.5;
    margin-bottom: 20px;
}

.section04 ul{
    font-size: 0;
    text-align: left;
}

.section04 ul li{
    display: inline-block;
    vertical-align: middle;
    width: 18.4%;
    margin-right: 2%;
    background: #017096;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section04 ul li a{
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
}

.section04 ul li a:after{
    content: ">";
    position: absolute;
    right: 5px;
    top: 15%;
    transform: scaleX(0.5);
    font-size: 25px;
}

.section04 ul li:hover{
    background: #ffc321;
}

.section04 ul li:nth-child(5n){
    margin-right: 0;
}

#section05{
    text-align: center;
    padding: 40px 0;
}

#section05 h3{
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    color: #29afdd;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: block;
}

#section05 h3:before{
    content: url(../img/common/sec05_icon.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#section05 .more{
    padding: 15px 50px;
    margin: 20px 0;
}

#section06{
    padding: 40px 0;
    background: #f6f6f6;
}

#section06 h3{
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
    color: #515151;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
}

#section06 h3:before{
    content: url(../img/common/sec06_icon.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#section07{
    background: #6fbd93;
    padding: 40px 0;
}

#section07 h3{
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
}

#section07 h3:before{
    content: url(../img/common/sec07_icon.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.news_table table{
    width: 100%;
    font-size: 16px;
    text-align: left;
    border-collapse: collapse;
}

#section06 .news_table table{
    color: #626262;
}

#section07 .news_table table{
    color: #fff;
}

.news_table ul li a{
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #fff;
    display: block;
}


.news_table ul li a:hover span.title{
    text-decoration: underline;
}

.news_table ul li:first-child a{
    border-top: 0;
}

.news_table ul li a span{
    display: inline-block;
    vertical-align: middle;
}


.news_table ul li a span.new{
    color: #f7ff78;
    font-weight: bold;
    width: 80px;
}

.news_table ul li a span.date{
    margin-right: 34px;
}

.news_table table tr td{
    padding: 15px 0;
    vertical-align: top;
}

.news_table table tr td:first-child{
    width: 80px;
}

.news_table table tr td:last-child{
    width: 75%;
}

.news_table table tr td div{
    padding: 10px 0;
}

.news_table table tr{
    border-top: 1px solid #fff;
}

.news_table table tr:first-child{
    border-top: 0;
}

#section06 .news_table table tr td:first-child{
    color: #ff6161;
    font-weight: bold;
}

#section07 .news_table table tr td:first-child{
    color: #f7ff78;
    font-weight: bold;
}

#section06 .news_table table tr td a{
    color: #626262;
    text-decoration: none;
}

#section07 .news_table table tr td a{
    color: #fff;
    text-decoration: none;
}

#section06 .news_table table tr td a:hover,
#section07 .news_table table tr td a:hover{
    text-decoration: underline;
}

#section08{
    padding: 40px 0;
}

#section08 h3{
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
    color: #29afdd;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
}

#section08 h3:before{
    content: url(../img/common/sec08_icon.png);
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#section08 #section08_cont{
    font-size: 0;
}

#section08 #section08_cont .txt,
#section08 #section08_cont .map{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

#section08 #section08_cont .txt{
    padding-left: 5%;
}

#section08 #section08_cont .txt p{
    margin: 20px 0;
    color: #646464;
    font-size: 17px;
    line-height: 1.5;
}



@media only screen and (max-width: 1024px) {

    #mv {
        background: url(../img/common/main.jpg) center;
        background-size: cover;
    }

    #mv .container{
        padding: 5%;
    }

    #mv .container:before{
        left: 0;
    }

    #mv .container:after{
        right: 0;
    }

    #mv h2{
        font-size: 5vw;
        padding: 0 0 0 10%;
        background-size: auto 80%;
    }



    #mv_bottom .container:before{
        left: 0;
        z-index: -1;
        content: "";
    }

    #mv_bottom .container:after{
        right: 0;
        content: "";
    }

    #mv_bottom .btn_set{
        display: block;
    }

    #mv_bottom .btn_set a{
        width: 100%;
        margin: 0 0 3% 0;
    }

    #section01 .banner_slide .slick-prev{
        left: 2%;
    }

    #section01 .banner_slide .slick-next{
        right: 2%;
    }
}



@media only screen and (max-width: 768px) {

    #mv_cont form, #mv_cont > div{
        display: block;
        width: 100%;
        padding: 0;
    }

    #mv h2 {
        font-size: 5vw;
        padding: 0;
        background-size: auto 60%;
        height: 60px;
        line-height: 60px;
    }

    #mv_cont form{
        margin-bottom: 5%;
        float: none;
    }

    #mv_cont > div h3{
        margin-bottom: 0;
    }

    #mv_cont form > div button{
        font-size: 18px;
    }

    #mv_bottom p{
        font-size: 15px;
    }

    #mv_bottom p br{
        display: none;
    }

    #mv_bottom .btn_set a{
        font-size: 20px;
    }

    #mv_bottom .btn_set a:nth-child(2){
        font-size: 14px;
    }

    #mv_bottom .btn_set a span{
        font-size: 13px;
    }

    #section01 .banner_slide{
        width: 90%;
        margin: auto;
    }

    #section01 .banner_slide .slick-slide{
        padding: 0;
    }

    #section01 .banner_slide .slick-next{
        right: -5%;
    }
    #section01 .banner_slide .slick-prev{
        left: -5%;
    }

    #section02{
        padding: 40px 0;
    }

    #section02 h3{
        font-size: 25px;
    }

    #section02 .list{
        display: block;
        margin-top: 30px;
    }

    #section02 .list > div{
        width: 100%;
        margin-bottom: 5%;
        padding: 7% 5%;
    }

    #section02 .list > div > span{
        width: 20%;
        top: -20%;
    }

    #section02 .list > div:last-child{
        margin-bottom: 0;
    }

    #section02 .list > div:after,
    #section02 .list > div:before{
        border: 0;
    }

    #section03{
        padding: 40px 0;
    }

    #section03 .txt h4{
        font-size: 25px;
    }

    #section03 .txt, #section03 .img{
        display: block;
        width: 100%;
    }

    #section03 .img{
        margin-bottom: 5%;
    }

    #section03 .txt .date{
        font-size: 12px;
    }

    .section04{
        padding-bottom: 40px;
    }

    .section04 .item_list > div{
        width: 47.5%;
        margin-right: 5%;
    }

    .section04 .item_list > div:nth-child(4n){
        margin-right: 5%:
    }

    .section04 .item_list > div:nth-child(2n){
        margin-right: 0;
    }

    .section04 h4{
        font-size: 18px;
    }

    .section04 .item_list > div a span{
        font-size: 15px;
    }

    .section04 .cat_tyui{
        font-size: 14px;
    }

    .section04 .cat_tyui br{
        display: none;
    }

    a.more{
        width: 100%;
        padding: 15px 30px;
    }

    .section04 ul li{
        width: 47.5%;
        margin-right: 5%;
    }

    .section04 ul li:nth-child(5n){
        margin-right: 5%;
    }

    .section04 ul li:nth-child(2n){
        margin-right: 0;
    }

    .section04 ul li a{
        font-size: 14px;
    }

    #section05{
        padding: 40px 0;
    }

    #section07{
        padding: 40px 0;
    }


    .news_table table,
    .news_table tbody,
    .news_table table tr,
    .news_table table td,
    .news_table table th{
        display: block;
        font-size: 14px;
    }

    .news_table table tr td:first-child,
    .news_table table tr td:nth-child(2){
        display: inline-block;
        width: auto;
        font-size: 12px;
        padding-bottom: 0;
    }

    #section08{
        padding: 40px 0;
    }

    #section08 #section08_cont .txt, #section08 #section08_cont .map{
        width: 100%;
    }

    #section08 #section08_cont .txt p{
        font-size: 14px;
    }

    #section05 h3,
    #section06 h3,
    #section07 h3,
    #section08 h3{
        font-size: 25px;
    }

    #section08 h3{
        padding-bottom: 20px;
    }



    #mv_bottom .container:before,
    #mv_bottom .container:after{
        top: initial;
        bottom: 0;
    }


}



/* **********************
固定ページ
********************** */
#page_user_data p .num{
    color: blue;
}

#page_user_data .arrow{
    font-weight: bold;
}

#page_user_data .single_q{
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #ccc;
}

.dash_border{
    display: block;
    border: 1px dashed #5d5d5d;
    margin: 40px 0;
}
.review-container{
    text-align: left;
}


@font-face {
    font-family: PixelMplus10-Regular;
    src: url('font/PixelMplus10-Regular.ttf') format("truetype");
}

/* **********************
買取額アップ中 Badge
********************** */
.product_empty_badge{
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
}
.product_on_sale_badge{
    color: white;
    background: #29afdd;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
}
#page_product_detail .product_on_sale_badge {
    margin-top: 0px;
    margin-bottom: 10px;
}