.col-lg-4{
width:50%;
}

@media (max-width: 480px) {
.col-lg-4{
width:100%;
}
}

.cate_large h1 {
    font-size: 1em;
    color: #121212;
}

.cate_large img {
    width: 100%;
}

.cate_large_4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.cate_large_4col_col {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  margin-right:1.5%;
  margin-left:1.5%;
}

/*** 商品詳細ページの商品説明文のCSS ***/

.syouhin_setumei_area {
    width: 100%;
}

.syouhin_setumei_area img {
    width: 100%;
}

.syouhin_setumei_area h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #E00073;
    font-weight: bold;
}

.main_notes {
    border: 2px solid #E00073;
    padding: 2%;
    margin-bottom: 30px;
}

.h2_chuigaki {
    font-size: 16px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #121212 !important;
    color: #121212 !important;
    margin-bottom: 15px !important;
}

.main_notes ul {
    list-style-position: outside;
}

.main_notes ul li {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 10px;
}

.main_notes ul li:last-child {
    padding-bottom: 0;
}

.aisatsu_text {
    margin-bottom: 30px;
}

.aisatsu_text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.flexbox_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flexbox_2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.flexbox_item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
    background-color: #f2f2f2;
    margin-bottom: 2%;
    padding: 2%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

@media (max-width: 768px) {
    .flexbox_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100 %;
        max-width: 100%;
        margin-bottom: 3%;
        padding: 3%;
    }
}

.flexbox_item h3 {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.flexbox_item p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.kyoucho_magenta {
    font-size: 140%;
    color: #DC007E;
}

/***フリーページのCSS***/

.free_h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #121212;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.free_h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3C9EE7;
    line-height: 1.5;
    border-bottom: 1px solid #3C9EE7;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

.free_h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #434343;
    line-height: 1.5;
    background-color: #f2f2f2;
    padding: 5px;
    margin: 0 0 10px 0;
}

.free_h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #434343;
    line-height: 1.5;
    border-left: 5px solid #3C9EE7;
    padding: 5px;
    margin: 0 0 10px 0;
}

#free_wapper p {
    font-size: 0.9em;
    color: #333;
    letter-spacing: 0.1em;
}

/**リンクのCSS**/
#free_wapper a {
    color: #DC007E;
    text-decoration: underline;
}

.btn_m {
    display: inline-block;
    width: 100%;
    background-color: #DC007E;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px;
    text-align: center;
    border: 2px solid #DC007E;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn_m:hover {
    color: #DC007E !important;
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.btn_c {
    display: inline-block;
    width: 100%;
    background-color: #3C9EE7;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px;
    text-align: center;
    border: 2px solid #3C9EE7;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn_c:hover {
    color: #3C9EE7 !important;
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

/**文字装飾のCSS**/
.font-b {
    font-weight: bold;
}

.font-big {
    font-size: 1.3rem !important;
}

.bg-c {
    display: inline-block;
    background-color: #3C9EE7;
    padding: 5px 10px;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.bg-m {
    display: inline-block;
    background-color: #DC007E;
    padding: 5px 10px;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.bg-y {
    display: inline-block;
    background-color: #FBF324;
    padding: 5px 10px;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 10px;
}

/**余白のCSS**/
.margin-10 {
    margin-bottom: 10px;
}

.margin-20 {
    margin-bottom: 20px;
}

.margin-30 {
    margin-bottom: 30px;
}

.margin-15_all {
    margin: 15px;
}

/**flexboxのCSS**/
.free_flex_container_3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.free_flex_col {
    -ms-flex-preferred-size: 49%;
    flex-basis: 32%;
    max-width: 32%;
    background-color: #eee;
    margin: 0 1% 1% 0;
}

@media (max-width: 480px) {
    .free_flex_col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        background-color: #eee;
        margin-bottom: 2%;
    }
}

.free_flex_col p {
    margin: 0 auto !important;
}

.free_flex_col_p_a {
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    padding: 15px
}

.free_flex_col_p_a:hover {
    background-color: #DC007E;
    color: #fff !important;
}

/**floatのCSS**/
.float_left_30 {
    float: left;
    width: 25%;
    margin-right: 5% !important;
}

.float_left_40 {
    float: left;
    width: 35%;
    margin-right: 5% !important;
}

.float_right_70 {
    float: left;
    width: 70%;
}

.float_right_60 {
    float: left;
    width: 60%;
}

.float_left_50 {
    float: left;
    width: 45%;
    margin-right: 5% !important;
}

.float_right_50 {
    float: left;
    width: 45%;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.float_left_30 img,
.float_left_40 img,
.float_right_70 img,
.float_right_60 img,
.float_left_50 img,
.float_right_50 img {
    width: 100%;
}

@media (max-width: 768px) {

    .float_left_30,
    .float_left_40,
    .float_right_70,
    .float_right_60,
    .float_left_50,
    .float_right_50 {
        float: none;
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }
}

/**** 商品詳細ページCSS ****/

.syouhin_setumei_area {
    width: 100%;
}

.syouhin_setumei_area img {
    width: 100%;
}

.syouhin_setumei_area h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #E00073;
    font-weight: bold;
}

.main_notes {
    border: 2px solid #E00073;
    padding: 2%;
    margin-bottom: 30px;
}

.h2_chuigaki {
    font-size: 16px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #121212 !important;
    color: #121212 !important;
    margin-bottom: 15px !important;
}

.main_notes ul {
    list-style-position: outside;
}

.main_notes ul li {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 10px;
}

.main_notes ul li:last-child {
    padding-bottom: 0;
}

.aisatsu_text {
    margin-bottom: 30px;
}

.aisatsu_text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.flexbox_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flexbox_2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.flexbox_item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
    background-color: #f2f2f2;
    border: 1px solid #aaa;
    margin-bottom: 2%;
    padding: 2%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

@media (max-width: 768px) {
    .flexbox_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100 %;
        max-width: 100%;
        margin-bottom: 3%;
        padding: 3%;
    }
}

.flexbox_item h3 {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.flexbox_item p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.kyoucho_magenta {
    font-size: 140%;
    color: #DC007E;
}

#option-pricese {
    display: none;
}

.free_h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #121212;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.free_h1_small {
    font-size: 1rem;
    font-weight: bold;
    color: #121212;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.free_h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3C9EE7;
    line-height: 1.5;
    border-bottom: 1px solid #3C9EE7;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

.free_h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #434343;
    line-height: 1.5;
    background-color: #f2f2f2;
    padding: 5px;
    margin: 0 0 10px 0;
}

.free_h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #434343;
    line-height: 1.5;
    border-left: 5px solid #3C9EE7;
    padding: 5px;
    margin: 0 0 10px 0;
}

#free_wapper p {
    font-size: 0.9em;
    color: #333;
    letter-spacing: 0.1em;
}

/**リンクのCSS**/
#free_wapper a {
    color: #DC007E;
    text-decoration: underline;
}

.btn_m {
    display: inline-block;
    width: 100%;
    background-color: #DC007E;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px;
    text-align: center;
    border: 2px solid #DC007E;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn_m:hover {
    color: #DC007E !important;
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.btn_c {
    display: inline-block;
    width: 100%;
    background-color: #3C9EE7;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px;
    text-align: center;
    border: 2px solid #3C9EE7;
    font-weight: bold;
    font-size: 1.1rem;
}

.btn_c:hover {
    color: #3C9EE7 !important;
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

/**文字装飾のCSS**/
.font-b_c {
    font-weight: bold;
    color: #3C9EE7;
}

.font-b_m {
    font-weight: bold;
    color: #DC007E;
}

.font-b_y {
    font-weight: bold;
    color: #ffd700;
}

.font-b {
    font-weight: bold;
}

.font-big {
    font-size: 1.3rem !important;
}

.bg-c {
    display: inline-block;
    background-color: #3C9EE7;
    padding: 5px 10px;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.bg-m {
    display: inline-block;
    background-color: #DC007E;
    padding: 5px 10px;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.bg-y {
    display: inline-block;
    background-color: #FBF324;
    padding: 5px 10px;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 10px;
}

/**余白のCSS**/
.margin-10 {
    margin-bottom: 10px;
}

.margin-20 {
    margin-bottom: 20px;
}

.margin-30 {
    margin-bottom: 30px;
}

.margin-15_all {
    margin: 15px;
}

/**flexboxのCSS**/
.free_flex_container_3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.free_flex_col {
    -ms-flex-preferred-size: 49%;
    flex-basis: 32%;
    max-width: 32%;
    background-color: #eee;
    margin: 0 1% 1% 0;
}

@media (max-width: 480px) {
    .free_flex_col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        background-color: #eee;
        margin-bottom: 2%;
    }
}

.free_flex_col p {
    margin: 0 auto !important;
}

.free_flex_col_p_a {
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    padding: 15px
}

.free_flex_col_p_a:hover {
    background-color: #DC007E;
    color: #fff !important;
}

/**floatのCSS**/
.float_left_30 {
    float: left;
    width: 25%;
    margin-right: 5% !important;
}

.float_left_40 {
    float: left;
    width: 35%;
    margin-right: 5% !important;
}

.float_right_70 {
    float: left;
    width: 70%;
}

.float_right_60 {
    float: left;
    width: 60%;
}

.float_left_50 {
    float: left;
    width: 45%;
    margin-right: 5% !important;
}

.float_right_50 {
    float: left;
    width: 45%;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.float_left_30 img,
.float_left_40 img,
.float_right_70 img,
.float_right_60 img,
.float_left_50 img,
.float_right_50 img {
    width: 100%;
}

@media (max-width: 768px) {

    .float_left_30,
    .float_left_40,
    .float_right_70,
    .float_right_60,
    .float_left_50,
    .float_right_50 {
        float: none;
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 15px;
    }
}

.flow_list {
    background-color: #f2f2f2;
    border: 1px solid #aaa;
    padding: 3%;
    position: relative;
    margin-bottom: 60px;
}

.flow_list::after {
    content: "";
    border-top: 30px solid #ffd700;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.flow_list:last-child {
    margin: 0;
}

.flow_list:last-child::after {
    border: none;
}

.flow_list h3 {
    border-bottom: 1px solid #3C9EE7;
    color: #3C9EE7;
    padding-bottom: 5px;
    margin: 0;
    font-size: 1.1rem;
}

.flow_list h3 span {
    font-size: 150%;
    padding-right: 5px;
}

.flow_list p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 13px;
}

.main_notes_xs {
    border: 2px solid #E00073;
    padding: 2%;
    margin-top:30px;
}

/**カテゴリページのCSS**/
        .cate_l h1 {
            color: #121212;
            font-size: 1em;
            font-weight: 900;
            margin-bottom: 15px;
        }

        .cate_l p {
            color: #333;
            font-size: 1em;
        }

        .cate_l h2 {
            color: #121212;
            font-size: 1.3em;
            background-color: #f2f2f2;
            padding: 15px 8px;
            margin-bottom: 20px;
        }

        .cate_l h3 {
            font-size: 1.3em;
            color: #3C9EE7;
            font-weight: 900;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .cate_l img {
            width: 100%;
        }

/**文字装飾のCSS**/
        .font-b_c {
            font-weight: bold;
            color: #3C9EE7;
        }

        .font-b_m {
            font-weight: bold;
            color: #DC007E!important;
        }

        .font-b_y {
            font-weight: bold;
            color: #ffd700;
        }

        .font-b {
            font-weight: bold;
        }

        .font-big {
            font-size: 1.3rem !important;
        }

        /**カテゴリページのCSSここまで**/

        /* R0205追加　小カテゴリ */
        .flexbox_item_scat {
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
    max-width: 49.5%;
    background-color: #f2f2f2;
    margin-bottom: 2%;
    padding: 0%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
@media (max-width: 768px) {
    .flexbox_item_scat {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100 %;
        max-width: 100%;
        margin-bottom: 3%;
        padding: 3%;
    }
}

.flexbox_item_scat h3 {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.flexbox_item_scat p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sn-tle-h2 {
  margin: 0 0 20px;
  padding: 15px 8px;
  font-size: 1.3em;
  background-color:#FFCC99;
  color:#121212;
}

.sn-tle-h2 {
    padding: 15px 20px;
  }
