@charset "utf-8";a:hover img {
    -moz-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
}
.ref-text-1{
    display:block;
    text-align: left;
}
.ref-text-1 .w-40{
    width: 40%;
}
.ref-text-1 .w-60{
    width: 60%;
}
.ref-text-2{
    display:none;
}
.child{
    line-height: 180%;
}
.pad-left{
    padding-left: 6px;
}
.pad-right{
    padding-right: 6px;
}
.pad-left-right{
    padding-left: 3px;
    padding-right: 3px;
}
.item-height{
    margin-bottom: 8px;
}
@media (min-width: 751px){
    .container .child{
    width: calc(50% - 30px);
    }
}
.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom:10px;
}
.wrapper2 { 
    max-width:980px; 
    margin: 0 auto; 
    text-align: center; 
    padding-bottom: 10px;
} 
.container2{
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center; 
}
h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-left: 1%;
    font-weight: bolder;
}
h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 1%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    background-color: black;
    border-radius: 2px;
}
.sub_ttl0508{
    font-size: 1.4em;
    font-weight: bolder;
}
p{
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: inline-block;
    text-align: left;
}
.txt_0508{
    font-size: 1.0em;
    line-height: 150%;
    text-align: center;
    margin: 5px;
}
.btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    border: solid 2px #000000;
    border-radius: 3px;
    transition: .4s;
}
.btn-flat-border:hover {
    background: #000000;
    color: white;
}
.li_more0508{
    font-size: 1.1em;
    font-weight: bolder;
}
.container{
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    display: -o-flex; 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; 
}
.child2{
    padding: 20px 10px 0px 10px;
    line-height: 180%;
}
.width-1{
    width: 49.2% !important;
}
.width-2{
    width: 65.9% !important;
}
.width-3{
    width: 40% !important;
}
@media (min-width: 751px){
    #wrapper .post-page {
    max-width: 950px;
    margin: auto;
}
.container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    }
}
@media (max-width: 750px){
    .cus-button-top , .cus-button-bottom 
    {
        margin-left: 15%;
        margin-right: 15%;
        width: 70% !important;
        margin-top: 0% !important;
    }
    .cus-button-top {
        margin-bottom: 0% !important;
    }
    .left-box {
        width: 90% !important;
        padding-left: 10% !important;
        font-size: 15px;
        margin-top: 1%;
    }
    .right-box {
        width: 10% !important;
        padding-right: 5% !important;
        padding-top: 2% !important;
        font-size: 1rem;
    }
    .container{
        flex-flow: row wrap;
    }
    .pad-left {
        padding: 0px 8px 0px 8px;
    }
    .pad-right {
        padding: 0px 8px 0px 8px;
    }
    .pad-left-right{
        padding: 0px 8px 0px 8px;
    }
    .width-1{
        width: 100% !important;
    }
    .width-2{
        width: 100% !important;
    }
    .width-3{
        width: 50% !important;
        margin-left: 25%;
        display: none;
    }
    .ref-text-1{
        display: none;
    }
    .ref-text-2{
        display: block;
        margin-left: 21%;
    }
}
h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-weight: bolder;
    padding-top:20px;
}
h1:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}
h1.title-text:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 40px;
    height: 3px;
    left: 3.7%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
    }
    .fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 2s;
}
.cus-button-top , .cus-button-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: "Lato", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: black !important;
    font-size: 2rem;
    background: white !important;
    padding: 2% 0%;
    margin-top: 5%;
    border: solid #000000 1px;
    text-decoration: none;
    width: 60rem;
    margin-bottom: 5%;
}
.cus-button-top:hover , .cus-button-bottom:hover {
    color: white !important;
    background: black !important;
    opacity: 1;
    text-decoration: none;
}
.right-box {
    width: 25%;padding-right: 5%;float: right;text-align: right;
}
.left-box {
    width: 75%;padding-left: 20%;text-align: center;float: left;
}
.text {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}
.container .goods-text {
    text-align: start;
    padding-left: 10px;
    margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
    .pc_text {
        width: 790px;
    }
}
@media (max-width: 750px) {
    .pc_text {
        display: none !important;
    }
}
.style-title {
    display: block;
    text-align: center;
}