/*=================================
	overwrite
===================================*/


.header.miyajiHeader {
    display: none;
}


em {
    font-style: normal;
}

body .main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

article a {
    transition: .2s linear;
}

article a:hover {
    opacity: 0.6;
}


.bg-all {
    background-color: #ffe000;
}


/* .category_outer {
    padding-top: 100px;
} */

.category {
    background: #fff;
    margin: auto auto 0;
    padding-bottom: 2em;
}

.category .note {
    font-size: 1.2rem;
    width: 95%;
    margin: auto;
}

.category .note.last_line {
    text-align: right;
}

.category .attention {
    width: 80%;
    margin: auto auto 15px;
    padding: 1em 5% 0;
    border: #ddd thin solid;
}

.category .attention .primary {
    margin-bottom: 1em;
    padding-top: 1em;
}

#piano .attention .primary {
    border-bottom: none !important;
}

.category .attention h5 {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.category .attention p {
    margin-bottom: 2em;
    margin-left: 1em;
}

.category .attention .note_1 span,
.category .attention .delivery span {

    padding-left: 1em;
    padding-right: 1em;
}

.category .attention h6 {
    font-size: 1.4rem;
    color: #fff;
    background: #c00;
    border-radius: 2em;
    padding: .2em 1em .1em;
    margin-bottom: .5em;
    display: inline-block;
}

.andmore {
    text-align: center;
    padding: 1em;
    border-radius: .5em;
    border: #b10015 thin solid;
}

.andmore p {
    color: #000;
}

.gray {
    color: #999;
}






/********************** 768 ************************/

@media print,
screen and (max-width: 768px) {

    .category_outer {
        padding-top: 85px;
        /*45*/
    }

    .category {
        width: 95%;
    }

    .pageTopWrapper {
        position: fixed;
        bottom: 20px;
        right: 2%;
        z-index: 1;
        margin-bottom: -2px;
    }

    .category .attention.secondary {
        width: 86%;
        padding: 1em 3% 0;
    }

    .category .attention.secondary p {
        margin-left: 0;
        margin-bottom: 1em;
    }



}


/********************** 640 ************************/

@media print,
screen and (max-width: 640px) {
    .category_outer {
        padding-top: 76px;
        /*60*/
    }

}






/*=======================
	// grand-header 
=====================*/

#grand-header {
    height: 40px;
    margin-bottom: 0;
    background-color: #3c3c41;
    display: flex;
    justify-content: center;
    align-items: center;
}


#grand-header a {
    width: 92px;
}


#grand-header a img {
    width: 100%;
}

@media print, screen and (min-width: 1000px) {

    #grand-header {
        height: 60px;
    }

    #grand-header a {
        width: 132px;
    }

}


/*===================
	// font
=====================*/



/*100 - 900*/

/* .noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
} */


.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-sans-jp.fw600 {
    font-weight: 600;
}


.noto-sans-jp.fw900 {
    font-weight: 900;
}

/*=================================
	// note arrow
===================================*/

.arrow_r.medium {
    margin-right: .25em;
    width: 10px;
    margin-top: -3px;
}

.arrow {
    width: .5em;
    height: .5em;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}


/*===================
	// note common
=====================*/
.flexbox {
    display: flex;
    justify-content: space-between;
}


/*=====================
	// note color
=======================*/


.red-f00 {
    color: #f00;
}

.orange {
    /* color: #ff6224; */
    color: #fa7c00;
}

.orange2 {
    color: #ff5917;
}









/*==================
	// layout
======================*/

.lv-02 {
    width: 90%;
    max-width: 1696px;
    margin: auto;
}


/*==================
	// id #title
======================*/

#title .link-to-top {
    position: absolute;
    top: -2px;
    left: 0%;
    left: auto;
    z-index: 100;
}

#title .inside .link-to-top a {
    font-size: 1.1rem;
    padding: .25em .5em .15em;
    display: inline-block;
}



#title .tax {
    padding-top: 0;
}


.link ul {
    padding: 0;
}

.link li {
    width: 95%;
}

/* .link a {
    padding: 1.4rem 0;
} */

.link a::after {
    border-bottom: 15px solid #F8C5A0;
    border-left: 15px solid transparent;
}

#title {
    position: relative;
}


#title .link-to-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#title .inside .link-to-top a {
    font-size: 1.3rem;
    color: #fff;
    padding: .5em 1em .25em;
    display: inline-block;
    background-color: #666;
}


#title .place {
    margin: auto auto 1em;
    padding: 0;
    font-size: 3.6rem;
    text-align: center;
    display: block;
    overflow: hidden;
}


#title .place span {
    padding: .15em 0 0;
    display: inline-block;
}


#title .place .place_name {
    width: 80%;
}

#title .tax {
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 0em;
}

.link a {
    color: #fff;
    background-color: #000;
    border-radius: 3em;
}


#h1-mob {
    display: block;
}

#h1-pc {
    display: none;
}


@media screen and (min-width: 768px) {
    #title {
        background: url(../img/title-bg.jpg) no-repeat top center;
        background-size: contain;
    }

    #title h1 {
        width: 60%;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 45px;
    }

    #h1-mob {
        display: none;
    }

    #h1-pc {
        display: block;
    }

}




/*=================================
	.title-notice
===================================*/

.outer-title-notice {
    width: 80%;
    max-width: 900px;
    position: relative;
}

.title-notice {
    width: 80%;
    max-width: 900px;
    border-radius: 15px;
    background: #fff6de;
    position: relative;
    overflow: hidden;
    /* box-shadow: 6px 6px 0 0 #e5e5e5; */

    /* e5e5e5 */
}


.outer-title-notice .title-notice {
    width: 100%;
}

.title-notice h4 {
    padding: 20px 0;
    color: #fff;
}

.title-notice .inside {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}



/* /////  #moritown /////  */

.outer-title-notice .kaisai {
    color: #FA5100;
    width: 80px;
    height: 80px;
    background-color: #fff8b5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -45px;
    left: -20px;
    z-index: 1;
}


#moritown h4 {
    background-color: #FA5100;
    text-shadow: 2px 2px 0 #8f0a00;
}

#reserve h4 {
    background-color: #A56E37;
    text-shadow: 2px 2px 0 #583716;
}


#reserve .link a {
    background-color: #A56E37;
    /* text-shadow: 2px 2px 0 #583716; */
    box-shadow: 2px 2px 0 0 #583716;

}



@media screen and (min-width: 1000px) {


    .outer-title-notice .kaisai {
        width: 120px;
        height: 120px;
        top: -30px;
        left: 15%;
        z-index: 1;
    }

    .title-notice .inside {
        width: 80%;
    }

}


/*=================================
	// id #local-nav
===================================*/


#local-nav a {
    height: 100%;
    color: #fff;
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;

}


#local-nav li:first-child a {
    background-color: #ed2020;
    box-shadow: 3px 3px 0 0 #b81111;
}


#local-nav li:nth-child(2) a {
    background-color: #0847a5;
    box-shadow: 3px 3px 0 0 #002358;
}

#local-nav li {
    height: 80px;
}


@media screen and (min-width: 640px) {
    #local-nav li {
        height: 140px;
    }

}





/*=================================
	// class .contents
===================================*/

.contents {
    margin-bottom: 60px;
    padding-bottom: 90px;
}

.contents img {
    width: 100%;
}


.contents .tax {
    width: 98%;
    max-width: 1260px;
    margin: auto auto 2em;
    font-size: 1.2rem;
    text-align: right;
}

.contents h2 {
    width: 95%;
    max-width: 1526px;
    margin-left: auto;
    margin-right: auto;
    /* height: 220px; */
    height: 100px;
    color: #fff;
}

.contents h2 .bg-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/bg-h2-mob.png) no-repeat center center;
    background-size: contain;
}


#tokka h2 {
    background-color: #ed2020;
    text-shadow: 2px 2px 0 #850000;
}

#chair h2 {
    background-color: #a54a2f;
    text-shadow: 2px 2px 0 #632816;
}

#standard h2 {
    background-color: #0847a5;
    text-shadow: 2px 2px 0 #06295f;
}

.contents h3 {
    width: 80%;
    margin: auto auto 15px;
    color: #cd0000;
    margin-bottom: 1.4em;
    padding: 15px 0;
    font-size: 2.9rem;
    font-weight: normal;
    text-align: center;
    border-top: #cd0000 thin solid;
    border-bottom: #cd0000 thin solid;
}

.contents h3 span {
    display: block;
}

.contents h3 .jp {
    font-size: 2.0rem;
}

.contents h3 span.sub {
    font-size: 1.8rem;
    display: block;
}

.contents .lead {
    width: 95%;
    margin: auto auto 30px;
}

.contents .lead p {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1em;
}

.contents .lead .tax {
    font-size: 1.2rem;
    text-align: right;
}

.link-lineup a {
    width: 50%;
    margin: auto auto 3em;
    padding: 1.5em 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    background: #C5343B url(../img/tokka_h2.png) repeat;
    text-shadow: 0 1px 3px #b3365d;
}




@media screen and (min-width: 1000px) {

    .contents h2 {
        width: 90%;
        height: 220px;
    }


    .contents h2 .bg-img {
        background: url(../img/bg-h2.png) no-repeat center center;
        background-size: contain;
    }



}




/*==========================================================
	       //特価品のご購入方法
============================================================*/

#exclusive h2 {
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
    /* padding: 1em 0; */

    font-size: 3.8rem;
    /*3.6*/
    padding: 1.35em 0 1em;
    letter-spacing: 1px;

    font-weight: normal;
    text-align: center;
    border-bottom: none;
    /* background: #C5343B;
    background-image: url(../img/tokka_h2.png); */

    background: #d30000 url(../img/tokka_h2.png);
    text-shadow: 0 1px 3px #8d0000;

}


/* #bg{
    background: url(../img/bg_contents.png) repeat 0 0;
} */


.leadtxt {
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 19px;
    padding: 10px 0 30px 0;
    font-weight: bold;
    line-height: 1.5;
}

.leadtxt h4 {
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


#leadtxt-01 {
    width: 98%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
}


.leadtxt #red {
    width: 93%;
    border: 1px solid #000;
    padding: 10px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
}


.leadtxt #red span {
    color: orangered;
    font-weight: bold;
}


.summary {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 2em;
}


#exclusive {
    padding-top: 100px;
    /*140*/
}


#exclusive .link {
    margin-top: 40px;
    margin-bottom: 30px;
    /*80*/
}


#exclusive .link a {
    font-size: 2.0rem;
    /*2.2*/
    color: #fff;
    text-align: center;
    padding: 2.0rem 0;
    display: block;
    position: relative;
    text-shadow: 0 1px 3px #cf5a79;
    letter-spacing: 1.5px;
    background: #EF4267 url(../img/tokka_h2.png);
}


#exclusive .link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 18px solid #fdc5d5;
    border-left: 18px solid transparent;
}


.leadtxt-1100 {
    display: none;
}


.ledtxtmob {
    display: none;
}


/********************** 1100 ************************/

@media print,
screen and (max-width:1100px) {
    .leadtxt-1100 {
        display: block;
    }
}





/********************** 900 ************************/

@media print,
screen and (max-width: 900px) {
    .link-lineup a {
        width: 90% !important;
    }

    .contents h3 .jp {
        font-size: 1.2rem;
    }
}


/********************** 768 ************************/

@media print,
screen and (max-width: 768px) {

    .contents {
        padding: 1.5em 0 45px 0;
        /*1.5em 0*/
    }

    .contents h2 span {
        margin-left: 0;
        display: block;
    }


    .sub_category h3 {
        font-size: 2.2rem;
    }


    .contents .lead p {
        width: 95%;
        margin: auto;
        font-size: 1.4rem;
    }

    #exclusive h2,
    #claclassic h2 {
        font-size: 2.4rem;
    }

    #CLPCLP h2 {
        padding: 1.25em 0 1em;
        font-size: 2.2rem;
    }

    .contents h3 {
        font-size: 2.0rem;
        /*2.2*/
    }

    .contents h3 span.sub {
        font-size: 1.4rem;
    }


    .leadtxt {
        width: 90%;
        /* margin-bottom: 30px; */
    }

    .summary {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
    }



    #exclusive .link {
        margin-top: 20px;
        margin-bottom: 0px;
    }


    #exclusive {
        padding-top: 85px;
        /*45*/
    }

}



@media print,
screen and (max-width: 640px) {
    #exclusive {
        padding-top: 76px;
        /*60*/
    }

    .ledtxtmob {
        display: block;
    }

    .leadtxt h4 {
        text-align: center;
        font-size: 18px;
        /*22*/
    }

}


/*=================================
	// id #roland
===================================*/


#tokka .chusen {
    width: 50%;
    margin: auto;
    text-align: center;
}

#tokka .chusen h4 {
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #ff5586;
}

#tokka .chusen h4 .date {
    font-size: 2.0rem;
    display: block;
}


/********************** 900 ************************/

@media print,
screen and (max-width: 900px) {

    #tokka .chusen {
        width: 90%;

    }

    #tokka .chusen h4 {
        font-size: 1.6rem;
    }

    #tokka .chusen h4 .date {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

}



/*=================================
	// id #popular
===================================*/

/*=================================
	// id #up
===================================*/


/* #up .sub_category {
    margin-bottom: 0;
} */


/*=================================
	// id #used
===================================*/

#used {
    width: 90%;
    margin: 0 auto;
}


#used h3 small {
    display: block;
}

#used .flexbox {
    width: 90%;
    margin: auto;
}


#used .txtbox {
    width: 60%;
}

#used figure {
    width: 37%;
    max-width: 420px;
}


/********************** 900 ************************/

@media print,
screen and (max-width: 900px) {
    #used .flexbox {
        display: block;
    }

    #used .txtbox {
        width: 100%;
    }

    #used figure {
        width: 70%;
        margin: auto;
    }

}


/*=================================
	// id #sound
===================================*/


#sound h2 {
    margin-bottom: 15px;
}

#sound .flexbox {
    width: 80%;
    margin: auto;
    align-items: center;
}

#sound .txtbox {
    width: 60%;
}

#sound .txtbox p {
    font-size: 1.8rem;
}

#sound figure {
    width: 30%;
}


/********************** 900 ************************/

@media print,
screen and (max-width: 900px) {


    #sound h2 {
        margin-bottom: 30px;
    }

    #sound .flexbox {
        display: block;
    }


    #sound .txtbox {
        width: 100%;
    }

    #sound .txtbox p {
        font-size: 1.4rem;
    }

    #sound figure {
        width: 70%;
        margin: auto;
    }

}



/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox_outer {
    background: #fff;
}

#sns_sharebox {
    font-size: 1.4rem;
    text-align: right;
    /**/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sns_sharebox li {
    width: 32%;
    margin: 0 0.5%;
    padding: 0.5em 0;
    text-align: center;
    display: inline;
}

#sns_sharebox a {
    color: #fff;
    padding: 0 1em 0 1em;
    border-radius: 0.2em;
    display: block;
}

#sns_sharebox a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-decoration: none;
}

#sns_sharebox #fb_share {
    background: #3b5998;
}

#sns_sharebox #tweet {
    background: #55acee;
}

#sns_sharebox #line {
    background: #1dcd00;
}


/********************** 1024 ************************/

@media print,
screen and (min-width: 1024px) {
    #sns_sharebox_outer {
        max-width: 1080px;
        margin: auto;
        padding: 5em 0;
    }
}


/********************** 1023 ************************/

@media screen and (max-width: 1023px) {
    #sns_sharebox_outer {
        width: 95%;
        margin: auto;
        padding: 1em 0;
    }
}





/*==================================
	// id #access
====================================*/
/* #access {
    width: 98%;
    max-width: 1260px;
    margin: auto;
} */

/* #access .inside {
    display: flex;
    justify-content: space-between;
} */

#access .mapbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

#access .mapbox iframe {
    width: 100%;
    margin-bottom: 10px;
    /* height: 380px; */
}

#access .txtbox {
    width: 57%;
    padding: 1em 0 0;
    font-size: 1.6rem;
}

#access h4 {
    color: #c8373c;
    font-size: 3.0rem;
    margin-bottom: 0;
}

#access .telephone {
    font-size: 2.4rem;
    display: block;
}


/********************** 768 ************************/

@media print,
screen and (max-width: 768px) {

    #access .inside {
        display: block;
    }

    #access .mapbox {
        width: 90%;
        margin: auto;
    }

    #access .mapbox iframe {
        width: 100%;
        height: 300px;
    }

    #access .txtbox {
        width: 95%;
        margin: auto;
    }

    #access .txtbox p {
        font-size: 1.4rem;
    }

    #access h4 {
        font-size: 2.2rem;
    }

    #access .telephone {
        font-size: 2.0rem;
    }

}





/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    padding: 10em 0 10em;
}

.advance_notice p {
    margin-bottom: 1em;
}

.advance_notice a {
    display: block;
    margin-bottom: 1em;
}


.advance_notice .shoplogo {
    width: 20%;
    max-width: 250px;
    margin: auto;
}


/********************** 768 ************************/

@media print,
screen and (max-width: 768px) {

    .advance_notice .shoplogo {
        width: 50%;
        max-width: 50%;
        margin: auto;
    }

}



/*=======================

	// すみっこ

=========================*/

#campaign.category_outer {
    padding: 20px 0;
}

#campaign .category {
    box-shadow: none;
}

.campaign {
    width: auto;
    max-width: 1250px;
    margin: auto auto 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#sueoki.campaign {
    max-width: 1200px;
}

.campaign figure {
    width: 23%;
    max-width: 240px;
}

.campaign .txtbox {
    width: calc(100% - 255px);
    font-size: 1.4rem;
}

#campaign h5 {
    font-size: 2.0rem;
    border-bottom: #ccc 1px solid;
    background: none;
    text-align: left;
    margin-bottom: .5em;
}

.campaign h5 {
    line-height: 1.4;
}

.campaign h5 .heading {
    font-size: 1.8rem;
    color: #efa625;
}

.campaign p {
    margin: 0.8em 0;
    line-height: 1.7;
}


/********************** 768 ************************/

@media print,
screen and (max-width: 768px) {
    .campaign {
        padding: 2em 0;
        display: block;
    }

    .campaign p {
        margin: 0.8em 0;
        line-height: 1.;
    }

    .campaign figure {
        width: 50%;
        margin: auto auto 1em;
    }

    .campaign .txtbox {
        width: 86%;
        /*85*/
        margin: auto;
    }

    .campaign h5 {
        font-size: 2.0rem;
    }

    .campaign h5 .heading {
        font-size: 1.5rem;
        line-height: 1.4;
        display: inline-block;
    }
}




/*=================================

	// 特価品値段部分の修正
    （価格改定時期がサイト掲載期間とかぶるため特価表示にすることになったから）
    
===================================*/

#tokka .red-price {
    /* font-size: 2.0rem; */
    font-size: 26px;
    color: #f00;
}

#tokka .red-price small,
#up .red-price small {
    font-size: 1.4rem;
    color: #fff;
    background: #f00;
    border-radius: 50px;
    /*50%*/
    margin-right: 3px;
    padding: 2px 11px 0;
    /*3 11 0*/
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}



/*=================================
	// id .one-lump
===================================*/

.one-lump {
    width: 90%;
    margin: 0 auto;
}

.one-lump h3 small {
    display: block;
}

.one-lump .flexbox {
    width: 90%;
    margin: auto;
}

.one-lump .txtbox {
    width: 60%;
}

.one-lump figure {
    width: 37%;
    max-width: 420px;
}


/********************** 900 ************************/

@media print,
screen and (max-width: 900px) {
    .one-lump .flexbox {
        display: block;
    }

    .one-lump .txtbox {
        width: 100%;
    }

    .one-lump figure {
        width: 70%;
        margin: auto;
    }

}


/*=================================

	// ハイブリットピアノ

===================================*/

#silent h3,
#hybrid h3 {
    width: 80%;
    margin: auto auto 0.5em;
    color: #FF5C8F;
    padding: 15px 0;
    font-size: 2.9rem;
    font-weight: normal;
    text-align: center;
    border-top: #FF5C8F thin solid;
    border-bottom: #FF5C8F thin solid;
}

.in-one-lump {
    width: 80%;
    /*92*/
    margin: 0 auto;
}

.onelump_content {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}

.onelump_content ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-evenly;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.onelump_content ul li img {
    width: 100%;
    max-width: 354px;
}

.onelump_txt {
    display: block;
    margin: auto 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.onelump_txt span {
    font-size: 20px;
    display: block;
    color: #ff3333;
    font-weight: bold;
}


.onelump_txt #clean {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    /*5*/
    color: #fff;
    background: #EF8128;
    font-weight: normal;
    width: 132px;
    text-align: center;
    padding: 2px 0 1px;
    /*3 0 1*/
}


.onelump_mob,
.leadtxt-768 {
    display: none;
}

.onelump_pc {
    display: block;
}


#hybrid {
    margin-top: 80px;
}


@media print,
screen and (max-width: 1200px) {
    .onelump_txt {
        margin-right: 18px;
    }
}


/********************** 768 ************************/

@media print,
screen and (max-width: 768px) {
    #hybrid {
        margin-top: 40px;
    }

    #silent h3,
    #hybrid h3 {
        font-size: 2.0rem;
    }

    .in-one-lump {
        width: 90%;
        /*95*/
        padding: 0;
        text-align: center;
    }

    .onelump_content {
        width: 100%;
    }

    .onelump_content p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .onelump_content ul {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .onelump_content ul li img {
        width: 100%;
        /*80*/
        max-width: 708px;
    }

    .onelump_txt {
        text-align: start;
        margin-top: 0px;
        width: 100%;
        /*95*/
        margin: auto auto 0.5em;
        line-height: 1.3;
    }


    #onelump_pic {
        padding-right: 0;
    }

    .onelump_pc {
        display: none;
    }

    .onelump_mob {
        display: block;
    }
}