<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    color: #333;
    font-family: "YakuHanJP_Narrow", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

select {
    color: #333 !important;
}


.lato {
    font-family: 'Lato' !important;
}

.sawarabi {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic' !important;
}



#edec-wrapper {
    overflow: hidden;
}

.edec-wrapper-bg1 {
    background: linear-gradient(to bottom, #FAFFE9 0px, #FFF3F2 265px, #fff 330px);
    display: block;
    height: 330px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.page-home .edec-wrapper-bg1 {
    background: linear-gradient(to bottom, #FAFFE9 168px, #FFF3F2 560px, #fff 698px);
    height: 698px;
}

.edec-wrapper-bg1:before {
    background: #FAFFE9;
    content: "";
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: -200px;
    width: 100%;
    z-index: 0;
}



.edec-content1 {
    position: relative;
    width: 100%;
}

.edec-content1:before,
.edec-content1.bg1:before {
    background: url("/front/assets/img/common/m-bg1.png") no-repeat center top;
    background-size: contain;
    content: "";
    display: block;
    height: 500px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1800px;
    z-index: 0;
}

.page-home .edec-content1:before,
.page-home .edec-content1.bg1:before {
    top: -35px;
}

@media print,
screen and (min-width: 1800px) {

    .edec-content1:before,
    .edec-content1.bg1:before {
        background-size: cover;
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
}

.edec-inner1 {
    margin: auto;
    min-width: 1260px;
    max-width: 1260px;
    position: relative;
    width: 100%;
}

.edec-main {
    padding: 30px 0 0;
    position: relative;
}

.page-home .edec-main {
    padding: 0;
}


.edec-header1 {
    /*min-width: 1260px;*/
    min-width: 1080px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.edec-header1-fixed .edec-header1 {
    /*height: 115px;*/
    pointer-events: none;
}

.edec-header1-fixed .edec-header1 * {
    pointer-events: all;
}

.edec-header1-block1 {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.pinkuma .edec-header1-block1 {
    background: #fff7f6;
}

.edec-header1-fixed .edec-header1-block1 {
    border-bottom-color: transparent;
}

.edec-header1-block1 .block1 {
    display: flex;
    align-items: center;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.pinkuma .edec-header1-block1 .block1 {
    right: 17px;
}

.edec-header1-block1 .logo1 {
    background: url("/front/assets/img/common/logo1.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 23px;
    left: 17px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    top: 10px;
    transition: opacity 1s ease;
    width: 102px;
}

.pinkuma .edec-header1-block1 .logo1 {
    background-image: url("/front/assets/img/common/logo-pinkuma1.png");
    height: 31px;
    left: 9px;
    top: 6px;
    width: 47px;
}

.eplus .edec-header1-block1 .logo1 {
    background-image: url("/front/assets/img/common/educeplus_logo.svg");
    height: 31px;
    left: 11px;
    top: 4px;
    width: 84px;
}

.edec-header1-fixed .edec-header1-block1 .logo1 {
    opacity: 1;
    transition: opacity 1s ease;
}

.edec-header1-block1 .block1 .box1 {
    font-feature-settings: "palt";
    font-size: 13px;
}

.edec-header1-block1 .block1 .box2 {
    padding-left: 20px;
}

.edec-point1 {
    position: relative;
}

.edec-point1 .icon1 {
    background: url("/front/assets/img/common/e1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 17px;
    margin: -5px 6px 0 0;
    position: relative;
    vertical-align: middle;
    width: 17px;
}

.edec-point1 .txt1 {
    color: #e31e1e;
    font-size: 16px;
    font-weight: 700;
}

.edec-header1-block1 .block2 {
    font-feature-settings: "palt";
    padding: 0 450px 0 15px;
    text-align: left;
    transition: padding 1s ease;
    width: 100%;
}

/*.edec-header1-fixed .edec-header1-block1 .block2 {
	padding-left: 145px;
}*/
.edec-header1-block1 .block1 .login1 {
    display: none;
}

.edec-header1-block2 {
    background: #FAFFE9 url("/front/assets/img/common/h-dash1.png") repeat-x top left;
    background-size: 24px 5px;
    height: 128px;
    /*transition: transform .5s ease;*/
    width: 100%;
}

.edec-header1-fixed .edec-header1-block2 {
    /*margin-top: -83px;*/
    /*position: relative;
	transform: translateY(-82px);
	z-index: 0;*/
}

.edec-header1-block2&gt;.inner1 {
    height: 39px;
    margin: auto;
    max-width: 1260px;
    padding: 13px 0 0 0;
    width: 100%;
}

.edec-header1-block2&gt;.inner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 1260px;
    width: 100%;
}

.edec-header1-block2&gt;.inner2&gt;.block1 {
    margin-right: 15px;
}

.edec-header1-block2&gt;.inner2&gt;.block2 {
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 2px 3px 0 rgba(89, 76, 20, 0.1);
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 0 0 20px;
    width: 819px;
}

.edec-header1-block2&gt;.inner2&gt;.block2&gt;.box1 {
    display: flex;
    align-items: center;
    order: 2;
}

.edec-header1-block2&gt;.inner2&gt;.block2&gt;.box2 {
    order: 1;
    width: 434px;
}

.edec-header1-block2&gt;.inner2&gt;.block3 {
    margin-left: 10px;
}

.edec-header1-block2&gt;.inner2&gt;.block4 {
    margin-right: 15px;
    width: 170px;
}

.edec-header1-logo1 {
    display: block;
    text-align: center;
}

.edec-header1-logo1 .logo1 {
    background: url("/front/assets/img/common/logo1.svg") no-repeat center center;
    background-size: 170px 48px;
    display: block;
    height: 48px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 170px;
}

.edec-header1-block2 .copy1 {
    color: #FF88A4;
    display: block;
    font-feature-settings: "palt";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 !important;
}

.edec-header1-navi1,
.edec-header1-navi2,
.edec-header1-navi3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-header1-navi1 {
    display: flex;
    margin-left: 20px;
}

.edec-header1-navi1 a {
    display: block;
    height: 82px;
    margin: 0 8px;
    padding: 8px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.edec-header1-navi1 a:after {
    border-bottom: 3px solid #c0c0c0;
    bottom: -3px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.edec-header1-navi1 a .icon1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 42px;
    margin: auto;
    width: 42px;
}

.edec-header1-navi1 .all .icon1 {
    background-image: url("/front/assets/img/common/icon-nav1-all1.svg");
}

.edec-header1-navi1 .kindergarten .icon1 {
    background-image: url("/front/assets/img/common/icon-nav1-kindergarten1.svg");
}

.edec-header1-navi1 .school .icon1 {
    background-image: url("/front/assets/img/common/icon-nav1-school1.svg");
}

.edec-header1-navi1 .cate .icon1 {
    background-image: url("/front/assets/img/common/icon-nav1-cate1.svg");
}

.edec-header1-navi1 .new .icon1 {
    background-image: url("/front/assets/img/common/icon-nav1-new1.svg");
}

.edec-header1-navi1 .all:hover:after,
.edec-header1-navi1 .all.active:after {
    border-bottom-color: #e31e1e;
}

.edec-header1-navi1 a .txt1 {
    display: block;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 7px 0 0;
}

.edec-header1-navi1 .all:hover .txt1,
.edec-header1-navi1 .all.active .txt1 {
    color: #e31e1e;
}

.edec-header1-navi2 {
    display: flex;
    margin: 0 4px 0 17px;
}

.edec-header1-navi2 a {
    display: block;
    height: 82px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

/*.edec-header1-navi2 .teacher {
	background: #fff;
	border: 2px solid #F07F96;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 156px;
}*/
.edec-header1-navi2 .teacher {
    background: url("/front/assets/img/common/icon-nav1-teacher2.png") no-repeat center center;
    background-size: 62px 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 62px;
}

.edec-header1-navi2 a .icon1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 42px;
    margin: auto;
    width: 42px;
}

.edec-header1-navi2 .teacher .icon1 {
    background-image: url("/front/assets/img/common/icon-nav1-teacher1.png");
    display: none;
    height: 42px;
    margin: 0;
    width: 42px;
}

/*.edec-header1-navi2 a.active:after {
	border-bottom: 3px solid;
	bottom: -3px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}*/
.edec-header1-navi2 a .txt1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.edec-header1-navi2 .teacher .txt1 {
    background-image: url("/front/assets/img/common/text-teacher2.svg");
    color: #e95383;
    display: none;
    height: 30px;
    margin: 0 0 0 7px;
    width: 85px;
}

.edec-header1-navi3 {
    display: flex;
    height: 72px;
}

.edec-header1-navi3&gt;li {
    position: relative;
    width: 68px;
}

.edec-header1-navi3&gt;li:before {
    border-left: 2px dotted #ccc;
    content: "";
    display: block;
    height: 32px;
    left: -1px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 0;
}

.edec-header1-navi3&gt;li.search {
    display: none;
}

.edec-header1-navi3&gt;li:hover {
    z-index: 5;
}

.edec-header1-navi3&gt;li&gt;a {
    display: block;
    height: 72px;
    padding: 0;
    width: auto;
}

.edec-header1-navi3&gt;li&gt;a .txt1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 10px;
    margin-top: -1px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.edec-header1-navi3&gt;li&gt;a .cart+.txt1 {
    background-image: url("/front/assets/img/common/text-cart2.svg");
}

.edec-header1-navi3&gt;li&gt;a .login+.txt1 {
    background-image: url("/front/assets/img/common/text-login2.svg");
}

.edec-header1-navi3&gt;li&gt;a .mypage+.txt1 {
    background-image: url("/front/assets/img/common/text-mypage2.svg");
}

.edec-header1-navi3&gt;li&gt;a .beginner+.txt1 {
    background-image: url("/front/assets/img/common/text-beginner2.svg");
}

.edec-header1-navi3&gt;li&gt;a .history+.txt1 {
    background-image: url("/front/assets/img/common/text-history2.svg");
}

.edec-header1-navi3&gt;li&gt;a .help+.txt1 {
    background-image: url("/front/assets/img/common/text-help2.svg");
}

.edec-icon1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 52px;
    margin: auto;
    position: relative;
    width: auto;
}

.edec-icon1.g {
    background-color: #999;
}

.edec-icon1.cart {
    background-image: url("/front/assets/img/common/icon-cart1.svg");
    width: 67px;
}

.edec-icon1.login {
    background-image: url("/front/assets/img/common/icon-login1.svg");
    width: 70px;
}

.edec-icon1.mypage {
    background-image: url("/front/assets/img/common/icon-person1.svg");
    width: 70px;
}

.edec-icon1.beginner {
    background-image: url("/front/assets/img/common/icon-beginner1.svg");
    width: 70px;
}

.edec-icon1.history {
    background-image: url("/front/assets/img/common/icon-history1.svg");
    width: 70px;
}

.edec-icon1.help {
    background-image: url("/front/assets/img/common/icon-help1.svg");
    width: 58px;
}

.edec-icon1 .badge1 {
    background: #FFE900;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: -7px;
    width: 18px;
}

.edec-icon1 .badge1.campaign {
    background: #00ec04;
}

.edec-educe-plus-link1 {
    background: #ebfbfd;
    display: block;
    height: 82px;
    padding: 8px 0 0;
    text-align: center;
    width: 162px;
}

*+.edec-educe-plus-link1 {
    border-left: 1px solid #ddd;
    margin-left: 10px;
}

.edec-educe-plus-link1 img {
    display: block;
    height: 46px;
    margin: auto;
    width: 122px;
}

.edec-educe-plus-link1 span {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 0 18px 0 0;
    position: relative;
}

.edec-educe-plus-link1 span:after {
    border-color: #1bb9e1 #1bb9e1 transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 7px;
}

.edec-educe-link1 {
    background: #fff;
    display: block;
    height: 82px;
    padding: 11px 16px 0 14px;
    width: 162px;
}

*+.edec-educe-link1 {
    border-left: 1px solid #ddd;
    margin-left: 10px;
}

.edec-educe-link1 img {
    display: block;
    height: 29px;
    width: 130px;
}

.edec-educe-link1 span {
    display: block;
    font-feature-settings: "palt";
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 4px 15px 0 0;
    position: relative;
    text-align: left;
}

.edec-educe-link1 span:after {
    border-color: #ea554a #ea554a transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 7px;
}

.edec-gnavi-menu-button1 {
    display: none;
}

.edec-header-nav-sub1 {
    display: none;
}

.edec-header-nav-sub-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.edec-header-nav-sub-list1&gt;li {
    display: block;
    font-feature-settings: "palt";
    position: relative;
}

.edec-header-nav-sub-list1&gt;li+li {
    border-top: 1px solid #AADC41;
}

.edec-header-nav-sub-list1&gt;li&gt;a {
    color: #000;
    display: block;
    padding: 14px 20px 14px 15px;
    position: relative;
}

.edec-header-nav-sub-list1&gt;li&gt;a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}

.edec-header-nav-sub-list1&gt;li&gt;a:before {
    background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.edec-header-nav-sub-list1&gt;li&gt;.blt1 {
    background: rgba(255, 255, 255, 1.0);
    cursor: pointer;
    display: block;
    height: calc(1.4em + 28px);
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

.edec-header-nav-sub-list1&gt;li&gt;.blt1:after,
.edec-header-nav-sub-list1&gt;li&gt;.blt1:before {
    background: #FF9DB4;
    border-radius: 1px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform-origin: center center;
    transition: all 0.3s ease;
    width: 13px;
}

.edec-header-nav-sub-list1&gt;li&gt;.blt1:before {
    transform: rotate(90deg);
}

.edec-header-nav-sub-list1&gt;li&gt;.blt1.active:before {
    transform: rotate(0deg);
}

.edec-header-nav-sub-list1 ul {
    border-top: 1px solid #ccc;
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.edec-header-nav-sub-list1 ul li {
    display: block;
    font-size: 14px;
}

.edec-header-nav-sub-list1 ul li a {
    display: block;
    padding: 5px 10px 5px 28px;
}

.edec-button1 {
    background: #FF88A4;
    border: none;
    border-radius: 4px;
    color: #fff;
    height: 50px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-button1:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.edec-button1&gt;span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-button2 {
    background: #999999;
    border: none;
    border-radius: 4px;
    color: #fff;
    height: 36px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-button2:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.edec-button2&gt;span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-header1-block3 {
    background: #fff;
    padding: 12px 0 14px;
    position: relative;
    transition: transform .5s ease;
    width: 100%;
}

.edec-header1-fixed .edec-header1-block3 {
    position: relative;
    transform: translateY(-82px);
}

.edec-header1-block3 .block1 {
    position: relative;
    width: 100%;
}

.edec-header1-block3 .block1 .menu1 {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

.edec-header1-block3 .block1 .menu1&gt;span {
    color: #666;
    display: block;
    font-feature-settings: "palt";
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.edec-header1-block3 .block1 .menu1&gt;span:before {
    background: url("/front/assets/img/common/header-menu1-arrow.svg") no-repeat center center;
    background-size: contain;
    bottom: 10px;
    content: "";
    display: block;
    height: 7px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    transition: transform .5s ease;
    width: 12px;
}

.edec-header1-fixed .edec-header1-block3 .block1 .menu1&gt;span:before {
    transform: rotate(180deg);
}

.edec-header1-block3 .block1 .menu1&gt;span&gt;span+span {
    display: none;
}

.edec-header1-fixed .edec-header1-block3 .block1 .menu1&gt;span&gt;span {
    display: none;
}

.edec-header1-fixed .edec-header1-block3 .block1 .menu1&gt;span&gt;span+span {
    display: block;
}

.edec-search1 {
    font-size: 0;
    line-height: 0;
    margin: auto;
    max-width: 1177px;
    position: relative;
    width: 100%;
}

.edec-search1&gt;* {
    display: flex;
}

.edec-search1 .category1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("/front/assets/img/common/search-select-arrow2.svg") no-repeat right 9px center;
    background-size: 13px 9px;
    border: 1px solid #FF9DB4;
    border-right: 0 none;
    border-radius: 4px 0 0 4px;
    color: #666;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    outline: none;
    padding: 0 21px 0 11px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 86px;
    z-index: 2;
}

.edec-search1 select::-ms-expand {
    display: none;
}

.edec-search1 .input1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FF9DB4;
    border-radius: 0;
    font-size: 15px;
    height: 42px;
    margin: 0;
    outline: none;
    padding: 0 14px;
    vertical-align: top;
    width: calc(100% - 503px);
}

.edec-header1-block2 .inner2 .edec-search1 .input1 {
    width: calc(100% - 132px);
}

.edec-search1 .input1::-webkit-input-placeholder {
    color: #A0A0A0;
}

.edec-search1 .input1::-moz-placeholder {
    color: #A0A0A0;
}

.edec-search1 .input1:-ms-input-placeholder {
    color: #A0A0A0;
}

.edec-search1 .button1 {
    background: #FF9DB4 url("/front/assets/img/common/icon-loupe1.svg") no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid #FF9DB4;
    border-radius: 0 4px 4px 0;
    height: 42px;
    margin: 0;
    outline: none;
    vertical-align: top;
    width: 46px;
}

.edec-quick-order-button1 {
    background: #2f66c0;
    border: 1px solid #2f66c0;
    border-radius: 4px;
    display: inline-block;
    height: 42px;
    margin: 0;
    max-width: 210px;
    outline: none;
    position: relative;
    width: 100%;
}

.edec-quick-order-button1&gt;span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    text-align: center;
}

.edec-rn1-purchase-history-button1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    display: inline-block;
    height: 42px;
    margin: 0;
    max-width: 136px;
    outline: none;
    position: relative;
    width: 100%;
}

.edec-rn1-purchase-history-button1&gt;span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

.edec-rn1-purchase-history-button1 .icon1 {
    background: url("/front/assets/img/common/icon-rn1-doc1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 28px;
    margin: 0 9px 0 0;
    position: relative;
    vertical-align: middle;
    width: 21px;
}

.edec-search1 .edec-rn1-purchase-history-button1 {
    margin-left: 13px;
    max-width: none;
    vertical-align: top;
    width: 136px;
}

.edec-quick-order-button1 .icon1 {
    background: url("/front/assets/img/common/icon-quick1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 40px;
    margin: 0 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 40px;
}

.edec-search1 .edec-quick-order-button1 {
    margin-left: 1.5%;
    max-width: none;
    vertical-align: top;
    width: 21%;
}



.edec-header-nav-sub1 .data1 {
    padding: 10px 16px 10px 18px;
    width: 100%;
}

.edec-header-nav-sub1 .data1 .msg1 {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 2px;
    width: 100%;
}

.edec-header-nav-sub1 .data1 .name1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    width: 100%;
}

.edec-header-nav-sub1 .data2 {
    background: #f7f7f7;
    padding: 6px 6px 6px 18px;
    width: 100%;
}

.edec-header-nav-sub1 .data2 .name1 {
    font-size: 13px;
}

.edec-header-nav-sub1 .e-point1 {
    background: #fff8f9;
    border-bottom: 2px solid #ea554a;
    border-top: 2px solid #ea554a;
    padding: 0;
}

.edec-header-nav-sub1 .e-point1 .title1 {
    background: #ffdedb;
    color: #e31e1e;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
}

.edec-header-nav-sub1 .e-point1 .title1 .icon1 {
    background: url("/front/assets/img/common/e1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 17px;
    margin: -5px 6px 0 0;
    position: relative;
    vertical-align: middle;
    width: 17px;
}

.edec-header-nav-sub1 .box-wrap1 {
    padding: 0 16px;
}

.edec-header-nav-sub1 .box-wrap1 .box1,
.edec-header-nav-sub1 .box-wrap1 .box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.edec-header-nav-sub1 .box-wrap1 .box1 {
    padding: 5px 0 3px;
}

.edec-header-nav-sub1 .box-wrap1 .box1 .txt1 {
    font-size: 12px;
    font-weight: 700;
}

.edec-header-nav-sub1 .box-wrap1 .box1 .txt2 {
    color: #e31e1e;
    font-family: 'Lato' !important;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.edec-header-nav-sub1 .box-wrap1 .box1 .txt2 span {
    font-size: 12px;
}

.edec-header-nav-sub1 .box-wrap1 .box2 {
    border-top: 1px dotted #666;
    padding: 5px 0 8px;
}

.edec-header-nav-sub1 .box-wrap1 .box2 .txt1 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.edec-header-nav-sub1 .box-wrap1 .box2 .txt2 {
    font-family: 'Lato' !important;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
}

.edec-header-nav-sub1 .box-wrap1 .box2 .txt2 span {
    font-size: 10px;
}

.edec-header-nav-sub-list2 {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    width: 100%;
}

.edec-header-nav-sub-list2+.edec-header-nav-sub-list2 {
    border-top: 2px solid #ccc;
}

.edec-header-nav-sub-list2&gt;li {
    display: block;
    font-feature-settings: "palt";
    position: relative;
}

.edec-header-nav-sub-list2&gt;li&gt;a {
    color: #000;
    display: block;
    padding: 5px 24px 5px 15px;
    position: relative;
}

.edec-header-nav-sub-list2&gt;li&gt;a:before {
    background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.edec-header-nav-sub-list2&gt;li&gt;a .note1 {
    color: #e41e1e;
    display: block;
    font-size: 12px;
    font-weight: 500;
}



.edec-footer1 {
    background: #fff url("/front/assets/img/common/h-dash1.png") repeat-x top left;
    background-size: 24px 5px;
    margin: 58px 0 0;
    padding: 5px 0 35px;
    position: relative;
    width: 100%;
}

.edec-footer1-block1 {
    background: #F7FBED;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 35px;
}

.edec-footer1-logo1 {
    background: url("/front/assets/img/common/logo1.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 52px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 184px;
}

.edec-footer1 .list1 {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0 0 0 34px;
    padding: 0;
}

.edec-footer1 .list1 li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    vertical-align: middle;
}

.edec-footer1 .list1 li+li {
    margin-left: 1em;
}

.edec-footer1 .list1 li a {
    background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat left center;
    background-size: 9px 7px;
    color: #8EBF00;
    padding: 0 0 0 16px;
}

.edec-footer1-block1 {
    display: flex;
    justify-content: center;
}

.edec-footer1 .sns-list1 {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 22px 0 0 0;
    padding: 0;
}

.edec-footer1 .sns-list1 li {
    display: inline-block;
    margin: 0 7px 0 8px;
    vertical-align: middle;
}

.edec-footer1 .sns-list1 a {
    background: #000 no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    display: block;
    height: 30px;
    overflow: hidden;
    width: 30px;
}

.edec-footer1 .sns-list1 a.tw1 {
    background-image: url("/front/assets/img/common/icon-sns-tw1.svg");
}

.edec-footer1 .sns-list1 a.ig1 {
    background-image: url("/front/assets/img/common/icon-sns-ig1.svg");
}

.edec-footer1 .copyright {
    color: #333;
    font-feature-settings: "palt";
    font-size: 13px;
    letter-spacing: 0.03em;
    margin: 0 0 0 15px;
    padding: 7px 0 0 0;
    text-align: center;
}

.edec-footer1-block2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.edec-footer1-logo-sakura1 {
    background: url("/front/assets/img/common/logo-sakura1.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 27px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    width: 167px;
}



#edec-pagetop-link {
    bottom: 30px;
    display: block;
    height: 58px;
    position: fixed;
    right: 24px;
    width: 44px;
    z-index: 50;
}

#edec-pagetop-link a {
    background: url("/front/assets/img/common/page-top1.svg") no-repeat center center;
    background-size: contain;
    bottom: 0;
    display: inline-block;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 44px;
}

#edec-pagetop-link a span {
    display: none;
}



.edec-subtitle1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 7px;
    position: relative;
    width: 100%;
}



.edec-tags1 {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-bottom: 50px;
    width: 100%;
}

.edec-tags1&gt;* {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    color: #333;
    display: block;
    float: left;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    margin: 3px 3px 3px 0;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
}

.edec-tags1&gt;.up1 {
    padding-right: 27px;
}

.edec-tags1&gt;.up1:after {
    background: url("/front/assets/img/common/icon-tags-up1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}



.edec-main-slider1 {
    margin: 0 0 20px;
    padding: 25px 0 55px;
    position: relative;
}

/*.edec-main-slider1:after,
.edec-main-slider1:before {
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: 1;
}
.edec-main-slider1:after {
	background: linear-gradient(to left, rgba(255,255,255,1.0), rgba(255,255,255,0.0));
	right: 0;
}
.edec-main-slider1:before {
	background: linear-gradient(to left, rgba(255,255,255,0.0), rgba(255,255,255,1.0));
	left: 0;
}*/
.edec-main-slider1 .item {
    padding: 0 15px;
}

.edec-main-slider1 .item .block1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
    display: block;
    overflow: hidden;
    width: 900px;
}

.edec-main-slider1 .item .image1 {
    background: no-repeat center center;
    background-size: cover;
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
}

.edec-main-slider1 .item .image1:before {
    content: "";
    display: block;
    padding-bottom: 35.5555%;
    width: 100%;
}

.edec-main-slider1 .item .image2 {
    background: no-repeat center center;
    background-size: cover;
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
}

.edec-main-slider1 .item .image2:before {
    content: "";
    display: block;
    padding-bottom: 41.1111%;
    width: 100%;
}

.edec-main-slider1 .item .copy1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    font-size: 15px;
    min-height: 50px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-main-slider1 .slider {
    display: none;
}

.edec-main-slider1 .slider.slick-initialized {
    display: block;
}

.edec-main-slider1 .slick-arrow {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: block;
    height: 60px;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    top: 50%;
    transform: translateY(-50%) translateY(-3px);
    width: 60px;
    z-index: 2;
}

.edec-main-slider1 .slick-next {
    margin-right: -495px;
    right: 50%;
}

.edec-main-slider1 .slick-prev {
    margin-left: -495px;
    left: 50%;
}

.edec-main-slider1 .slick-arrow:before {
    background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
    background-size: 16px 16px;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.edec-main-slider1 .slick-prev:before {
    transform: rotate(180deg);
}

.edec-main-slider1 .slick-dots {
    bottom: -25px;
    font-size: 0;
    left: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.edec-main-slider1 .slick-dots li {
    display: inline-block;
    margin: 0 4px 0 5px;
    vertical-align: middle;
}

.edec-main-slider1 .slick-dots li button {
    background: #fff;
    border: 1px solid #FF9DB4;
    border-radius: 50%;
    display: block;
    height: 8px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    width: 8px;
}

.edec-main-slider1 .slick-dots li.slick-active button {
    background: #FF9DB4;
}



.edec-page-head-wrap1 {
    position: relative;
    text-align: center;
}

.edec-page-head-wrap1 .title1 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin: -7px 0 0;
    min-height: 63px;
    /*padding-bottom: 15px;*/
    padding-bottom: 25px;
    position: relative;
}

.edec-page-head-wrap1 .title1 .sub1 {
    display: block;
    font-size: 16px;
    margin: 0;
}



.edec-breadcrumbs1 {
    padding: 0 0 25px;
}

.edec-breadcrumbs1 ul {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0;
    text-align: left;
}

.edec-breadcrumbs1 li {
    color: #666;
    display: inline;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.edec-breadcrumbs1 li+li:before {
    content: "＞";
}

.edec-breadcrumbs1 li a {
    color: #000;
}



.edec-title1 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}

.edec-title2 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 15px;
}

.edec-title3 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
}

.edec-title4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
}

.edec-title5 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
}

.edec-title6 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 25px;
    text-align: center;
}



.edec-bc-title1 {
    background: #f7f6f5;
    border-radius: 8px;
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 18px 20px;
    position: relative;
}



.edec-bc-title2 {
    background: #f1f0ee;
    font-feature-settings: "palt";
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 0 0 20px;
    padding: 10px 17px;
    position: relative;
}



.edec-i-title1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
}

.edec-i-title1 .icon1 {
    display: inline-block;
    height: 30px;
    margin: -0.15em 10px 0 0;
    position: relative;
    width: auto;
}



.edec-bd-title1 {
    border-left: 4px solid #8ebf00;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0 0 20px;
    padding: 2px 0 2px 14px;
    position: relative;
}



.edec-b-title1 {
    border-bottom: 4px solid #eee;
    margin: 0 0 30px;
    padding: 35px 0 25px;
    position: relative;
}

.edec-b-title1.st1 {
    border-bottom: none;
    margin: 0;
    padding: 20px 0 25px;
}

.edec-b-title1 .title1 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.edec-adv-search-blt1 {
    background: #aadc41 url("/front/assets/img/common/icon-advs-open2.svg") no-repeat center center;
    background-size: contain;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    height: 56px;
    position: relative;
    transition: all 0.3s ease;
    width: 56px;
}

.edec-adv-search-blt1.open1 {
    background-image: url("/front/assets/img/common/icon-advs-close1.svg");
}

.edec-b-title1 .edec-adv-search-blt1 {
    position: absolute;
    right: 0;
    top: 0;
}

.edec-adv-search-blt1 .note1 {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #333;
    display: block;
    font-size: 10px;
    height: 42px;
    line-height: 1.5;
    left: 50%;
    margin-left: -50px;
    padding: 5px 0 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -55px;
    transition: all 0.3s ease;
    width: 100px;
}

.edec-adv-search-blt1 .note1.close1 {
    opacity: 0;
}

.edec-adv-search-blt1.open1 .note1.close1 {
    opacity: 1;
}

.edec-adv-search-blt1.open1 .note1.open1 {
    opacity: 0;
}

.edec-adv-search-blt1 .note1:before {
    background: #fff;
    border-color: transparent #aaa #aaa transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: -6px;
    content: "";
    display: block;
    left: 50%;
    height: 10px;
    margin: 0 0 0 -6px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}

.edec-adv-search-blt1 .note1 span {
    display: block;
    position: relative;
}



.edec-copy1 {
    background: url("/front/assets/img/common/icon-title-deco1.svg") no-repeat left center;
    background-size: 26px 26px;
    font-feature-settings: "palt";
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: 30px 0 5px;
    padding-left: 39px;
}

.edec-copy1 .update1 {
    color: #e41e1e;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 18px;
}

.edec-copy1 .sep1 {
    font-size: 14px;
    margin: 0 15px;
}

.edec-copy1 .text1 {
    font-size: 14px;
}



.edec-com-banner1 {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #dcdcdc;
    display: block;
    max-width: 300px;
    position: relative;
    width: 300px;
    /*width: 100%;*/
}

.edec-com-banner1:before {
    border: 1px solid #ddd;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.edec-com-banner1 .image1 {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

.edec-com-banner1 .image1:before {
    content: "";
    display: block;
    /*padding-bottom: 33.3333%;*/
    width: 100%;
}

/*.edec-com-banner1.st2 .image1:before {
	padding-bottom: 72.6666%;
}*/
/*.edec-com-banner1 .image1 img {
	display: block;
	height: auto;
	left: 0;
	top: 0;
	position: absolute;
	transition: transform .3s ease;
	width: 100%;
}*/
.edec-com-banner1 .image1 img {
    display: block;
    height: auto;
    transition: transform .5s ease;
    width: 100%;
}

.edec-com-banner1:hover .image1 img {
    transform: scale(1.1);
    transform-origin: center center;
}

.edec-com-banner1 .body1 {
    height: auto;
    min-height: 103px;
    padding: 24px 16px 7px 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.edec-com-banner1 .body1 p {
    font-feature-settings: "palt";
    /* height: 3em; */
    line-height: 1.5;
    margin: 0;
    /* overflow: hidden; */
    width: 100%;
}

.edec-com-banner1 .body1 .strong1 {
    color: #f3442e;
    font-weight: 700;
}

.edec-com-banner1 .body1 .icon {
    color: #fff;
    display: inline-block;
    left: 0;
    line-height: 17px;
    min-width: 34px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    top: 0;
}

.edec-com-banner1 .body1 .icon span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    transform: scale(0.9);
    transform-origin: center center;
}

.edec-com-banner1 .body1 .icon-new {
    background: #0071c1;
    width: 50.13px;
}

.edec-com-banner1 .body1 .icon-web {
    background: #ed7d31;
    width: 50.13px;
}

.edec-com-banner1 .body1 .icon-discount {
    background: #f3442e;
    width: 50.13px;
}



.edec-banners1 {
    margin: 0 0 45px;
    width: 100%;
}

.edec-banners1 .inner1 {
    width: 100%;
}

/*.edec-banners1 .wrap1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.edec-banners1 .wrap1 .item {
	width: 300px;
}
.edec-banners1 .wrap1 .item + * {
	margin-left: 20px;
}
.edec-banners1 .wrap1 .item:nth-child(3n+1) {
	margin-left: 0;
}
.edec-banners1 .wrap1 .item:nth-child(n+4) {
	margin-top: 20px;
}*/
/*.cell3 .edec-banners1 .wrap1 .item {
	width: 31.9148%;
}
.cell3 .edec-banners1 .wrap1 .item + * {
	margin-left: 2.1276%;
}
.cell3 .edec-banners1 .wrap1 .item:nth-child(3n+1) {
	margin-left: 0;
}
.cell3 .edec-banners1 .wrap1 .item:nth-child(n+4) {
	margin-top: 20px;
}*/
.edec-banners1 .wrap1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.edec-banners1.slider1 .wrap1,
.edec-banners1.slider2 .wrap1 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.edec-banners1 .wrap1 .item {
    break-inside: avoid;
    margin: 10px;
    width: 300px;
}

.edec-banners1.slider1 .wrap1 .item,
.edec-banners1.slider2 .wrap1 .item {
    margin: 10px 0;
}



.edec-com-slider1 {
    margin: 0 -10px 50px -10px;
    position: relative;
}

.edec-com-slider1 .slider {
    display: none;
}

.edec-com-slider1 .slider.slick-initialized {
    display: block;
}

.edec-com-slider1 .item {
    padding: 0 10px;
}

.edec-com-slider1 .slick-arrow {
    background: rgba(0, 0, 0, 0.0);
    border: none 0;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    top: 0;
    width: 27px;
}

.edec-com-slider1 .slick-next {
    right: -27px;
}

.edec-com-slider1 .slick-prev {
    left: -27px;
}

.edec-com-slider1 .slick-arrow:before {
    border-color: #555 #555 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 17px;
    left: 5px;
    margin: -8px 0 0 0;
    position: absolute;
    top: 50%;
    width: 17px;
}

.edec-com-slider1 .slick-next:before {
    transform: rotate(45deg);
}

.edec-com-slider1 .slick-prev:before {
    transform: rotate(-135deg);
}

.edec-com-slider1 .slick-dots {
    bottom: -27px;
    font-size: 0;
    left: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.edec-com-slider1 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.edec-com-slider1 .slick-dots li button {
    background: #ccc;
    border: none;
    border-radius: 50%;
    display: block;
    height: 8px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    width: 8px;
}

.edec-com-slider1 .slick-dots li.slick-active button {
    background: #ea554a;
}



.edec-items1 {
    margin: 0;
    padding-top: 3px;
    width: 100%;
}

.edec-copy1+.edec-items1 {
    margin-top: 20px;
}

.edec-items1 .inner1 {
    width: 100%;
}

.edec-items1 .wrap1 {
    display: flex;
    flex-wrap: wrap;
}

.edec-items1 .wrap1 .item {
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    padding: 14px 19px 28px;
    position: relative;
    width: calc(16.666666666666667% + 1px);
}



.edec-com-item1 {
    display: block;
    position: relative;
    text-decoration: none !important;
    width: 168px;
}

.edec-items1 .edec-com-item1 {
    width: 100%;
}

.edec-com-item1 .tips1 {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 55px;
    margin: 0 0 11px;
    position: relative;
    width: 100%;
}

.edec-com-item1 .tips1:before {
    background: #fff;
    border-color: transparent #ccc #ccc transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: -6px;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}

.edec-com-item1 .tips1&gt;span {
    display: block;
    font-feature-settings: "palt";
    font-size: 12px;
    left: 0;
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    padding: 0 11px;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-com-item1 .icons1 {
    display: flex;
    height: 36px;
    margin: 0 0 7px 0;
    width: 100%;
}

.edec-com-item1 .icons1&gt;* {
    background-size: 36px 36px;
    height: 36px;
    margin-right: 5px;
    width: 36px;
}

.edec-com-item1 .ranking1 {
    height: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank1 {
    background: url("/front/assets/img/common/icon-rank1.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank2 {
    background: url("/front/assets/img/common/icon-rank2.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank3 {
    background: url("/front/assets/img/common/icon-rank3.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank4 {
    background: url("/front/assets/img/common/icon-rank4.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank5 {
    background: url("/front/assets/img/common/icon-rank5.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank6 {
    background: url("/front/assets/img/common/icon-rank6.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank7 {
    background: url("/front/assets/img/common/icon-rank7.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank8 {
    background: url("/front/assets/img/common/icon-rank8.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank9 {
    background: url("/front/assets/img/common/icon-rank9.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank10 {
    background: url("/front/assets/img/common/icon-rank10.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 100%;
}

.edec-com-item1 .ranking1 .rank0 {
    border: 1px solid #ea554a;
    border-radius: 50%;
    color: #ea554a;
    display: block;
    font-family: 'Lato' !important;
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    line-height: 24px;
    margin: auto;
    text-align: center;
    width: 26px;
}

.edec-com-item1 .image1 {
    width: 100%;
}

.edec-com-item1 .icons2+.image1 {
    margin-top: 8px;
}

.edec-com-item1 .image1 img {
    display: block;
    height: auto;
    transition: transform .7s ease;
    width: 100%;
}

a.edec-com-item1:hover .image1 img,
.edec-com-item1 a.image1:hover img {
    transform: scale(1.1);
    transform-origin: center center;
}

.edec-com-item1 .body1 {
    margin: 10px 0 0;
    width: 100%;
}

.edec-com-item1 .meta1+.body1 {
    margin-top: 5px;
}

.edec-com-item1 .body1 p {
    color: #000;
    font-feature-settings: "palt";
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
}

a.edec-com-item1:hover .body1 p,
.edec-com-item1 a:hover {
    color: #FF5771;
    text-decoration: none;
}

.edec-com-item1 .price1 {
    margin: 2px 0 0;
    width: 100%;
}

.edec-com-item1 .price1 p.txt1 {
    font-feature-settings: "palt";
    font-size: 13px;
    line-height: 1.57;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
}

.edec-com-item1 .price1 p.txt2 {
    color: #e41e1e;
    font-feature-settings: "palt";
    font-size: 17px;
    font-weight: 700;
    line-height: 1.57;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
}

.edec-com-item1 .price1 p.txt2 .small1 {
    font-size: 12px;
}

.edec-com-item1 .price1 p.txt2 .small2 {
    color: #333;
    font-size: 10px;
    font-weight: 400;
}

.edec-com-item1 .desc1 {
    margin: 2px 0 0;
    width: 100%;
}

.edec-com-item1 .desc1 p.txt1 {
    color: #666;
    font-feature-settings: "palt";
    font-size: 12px;
    line-height: 1.66;
    margin: 0;
}

.edec-com-item1 .point1 {
    margin: 5px 0 0;
    width: 100%;
}

.edec-com-item1 .point1 p.txt1 {
    font-feature-settings: "palt";
    font-size: 12px;
    margin: 0;
}

.edec-com-item1 .point1 .num1 {
    color: #e41e1e;
    font-size: 17px;
    font-weight: 700;
}

.edec-com-item1 .input1 {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0;
    width: 100%;
}

.edec-com-item1 .input1 .edec-input1 {
    font-size: 15px;
    height: 28px;
    margin: 0 0 0 8px;
    text-align: center;
    vertical-align: middle;
    width: 54px;
}

.edec-com-item1 .buttons1 {
    margin: 5px 0 0;
    text-align: center;
    width: 100%;
}

.edec-com-item1 .buttons1 .btn-del1 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    outline: none;
    padding: 0;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-com-item1 .buttons1 .btn-del1:hover {
    opacity: 0.7;
    text-decoration: none;
}

.edec-com-item1 .buttons1 .btn-del1 span:before {
    background: url("/front/assets/img/common/icon-del1.svg") no-repeat center center;
    background-size: 12px 12px;
    content: "";
    display: inline-block;
    height: 12px;
    margin: -0.2em 5px 0 0;
    vertical-align: middle;
    width: 12px;
}

.edec-com-item1 .meta1 {
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0 5px;
}

#for_kinder .edec-com-item1 .meta1 {
    color: #fd8a0e;
}

#for_school .edec-com-item1 .meta1 {
    color: #1fbce3;
}

.edec-com-item1 .meta1&gt;* {
    vertical-align: middle;
}

.edec-com-item1 .meta1&gt;.new1 {
    height: 17px;
    margin: 0 5px;
    width: 34px;
}

.edec-com-item1 .tags1 {
    font-size: 0;
    line-height: 0;
    margin: 5px 0 0;
    overflow: hidden;
    width: 100%;
}

.edec-com-item1 .tags1 .tag1 {
    background: #ccc;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 2.3809% 4px 0;
    overflow: hidden;
    text-align: center;
    width: 23.2142%;
}

.edec-com-item1 .tags1 .tag1:nth-child(4n) {
    margin-right: 0;
}

.edec-com-item1 .tags1 .tag1:nth-child(4n+1) {
    clear: left;
}

.edec-com-item1 .tags1 .tag1.cl1 {
    background-color: #fa8198;
}

.edec-com-item1 .tags1 .tag1.cl2 {
    background-color: #f7a600;
}

.edec-com-item1 .tags1 .tag1.cl3 {
    background-color: #92cf00;
}

.edec-com-item1 .tags1 .tag1.cl4 {
    background-color: #30bc9d;
}

.edec-com-item1 .tags1 .tag1.cl5 {
    background-color: #1fc4e2;
}

.edec-com-item1 .tags1 .tag1.cl6 {
    background-color: #cba4dc;
}

.edec-com-item1 .tags1 .tag1.cl7 {
    background-color: #ff8e58;
}

.edec-com-item1 .tags1 .tag1.cl8 {
    background-color: #668ddd;
}



.edec-com-slider3 {
    margin: 0 -12px 50px -12px;
    position: relative;
}

.edec-com-slider3 .slider {
    display: none;
}

.edec-com-slider3 .slider.slick-initialized {
    display: block;
}

.edec-com-slider3 .item {
    padding: 0 12px;
}

.edec-com-slider3 .slick-arrow {
    background: rgba(0, 0, 0, 0.0);
    border: none 0;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    top: 0;
    width: 27px;
}

.edec-com-slider3 .slick-next {
    right: -27px;
}

.edec-com-slider3 .slick-prev {
    left: -27px;
}

.edec-com-slider3 .slick-arrow:before {
    border-color: #555 #555 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 17px;
    left: 5px;
    margin: -8px 0 0 0;
    position: absolute;
    top: 50%;
    width: 17px;
}

.edec-com-slider3 .slick-next:before {
    transform: rotate(45deg);
}

.edec-com-slider3 .slick-prev:before {
    transform: rotate(-135deg);
}

.edec-com-slider3 .slick-dots {
    bottom: -27px;
    font-size: 0;
    left: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.edec-com-slider3 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.edec-com-slider3 .slick-dots li button {
    background: #ccc;
    border: none;
    border-radius: 50%;
    display: block;
    height: 8px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    width: 8px;
}

.edec-com-slider3 .slick-dots li.slick-active button {
    background: #ea554a;
}



.edec-o-items1 {
    margin: 0 0 35px;
    position: relative;
    width: 100%;
}

.edec-o-items1 .wrap1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.edec-o-items1 .item {
    margin: 10px 2.1276% 0 0;
    width: 23.4042%;
}

.edec-o-items1 .item:nth-child(4n) {
    margin-right: 0;
}

.edec-o-item1 {
    display: block;
}

.edec-o-item1 .image1 {
    width: 100%;
}

.edec-o-item1 .image1 img {
    display: block;
    height: auto;
    transition: transform .7s ease;
    width: 100%;
}

.edec-o-item1 .image1:hover img {
    transform: scale(1.05);
    transform-origin: center center;
}

.edec-o-item1 .body1 {
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.edec-o-item1 .body1 p {
    font-feature-settings: "palt";
    font-size: 14px;
    margin: 0;
}



.edec-notice1 {
    background: #fdf3f3;
    color: #e41e1e;
    margin: 50px 0 0;
    padding: 20px 30px;
}

.edec-com-slider2+.edec-notice1 {
    margin-top: 70px;
}

.edec-notice1 dl {
    font-feature-settings: "palt";
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.edec-notice1 *+dl {
    margin-top: 1em;
}

.edec-notice1 dl dt {
    clear: left;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.edec-notice1 dl dd {
    margin: 0 0 0 6.5em;
    padding: 0;
}

.edec-notice1 dl dd .hd1 {
    font-weight: 500;
    margin-bottom: 3px;
}

.edec-notice1 dl dd .hd1 a {
    color: #e41e1e;
}


.edec-button3 {
    border: 1px solid #AADC41;
    border-radius: 28px;
    color: #71be00;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 35px auto 0;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.edec-button3:hover {
    border: 1px solid #AADC41;
}

.edec-button3 span {
    display: block;
    padding: 15px 5px;
    position: relative;
    text-decoration: none !important;
    width: 100%
}

.edec-button3:hover span {
    color: #fff;
    text-decoration: none !important;
}

.edec-button3:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    width: 0
}

.edec-button3:hover:before {
    background-color: #AADC41;
    width: 100%
}

.edec-com-slider2+.edec-button3 {
    margin-top: -15px;
}



.edec-adv-search1 {
    display: none;
}

.edec-adv-search1.open1 {
    display: block;
}

.edec-adv-search1 .table1 {
    width: 100%;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.edec-adv-search1 .table1 th,
.edec-adv-search1 .table1 td {
    letter-spacing: 0.05em;
    padding: 20px 0 20px 20px;
    text-align: left;
    vertical-align: middle;
}

.edec-adv-search1 .table1 tr+tr th,
.edec-adv-search1 .table1 tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-adv-search1 .table1 th {
    background: #f7f7f7;
    font-weight: 500;
    width: 176px;
}

.edec-adv-search1 .table1 td {
    background: #fff;
    font-weight: 400;
}

.edec-adv-search1 .table1 td fieldset {
    width: 100%;
}

.edec-adv-search1 .table1 label {
    margin: 5px 1.3em 5px 0;
}

.edec-adv-search1 .table1 input[type=checkbox] {
    margin: 0 0.4em 0 0;
    transform: scale(1.333);
    vertical-align: middle;
}

.edec-adv-search1 .table1 td .input-wrap1 {
    display: block;
    max-width: 597px;
    overflow: hidden;
    width: 100%;
}

.edec-adv-search1 .table1 td .input-wrap1.w1 {
    max-width: 850px;
}

.edec-adv-search1 .table1 td .input-wrap1 .edec-input1 {
    float: left;
    width: calc(100% - 88px);
}

.edec-adv-search1 .table1 td .search-btn1 {
    background-color: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    width: 80px;
}

.edec-adv-search1 .table1 td .search-btn1:hover {
    opacity: 0.8;
    text-decoration: none;
}

.edec-adv-search1 .table1 td .input-wrap2 {
    width: 100%;
}

.edec-adv-search1 .table1 td .input-wrap2 .edec-input1 {
    text-align: right;
    width: 180px;
}

.edec-adv-search1 .table1 td .input-wrap2 .text2 {
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: 0.5em;
}

.edec-adv-search1 .table1 td .select-wrap1 {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
}

.edec-adv-search1 .table1 td .select-wrap1 .edec-select1 {
    width: 23.837%;
}

.edec-adv-search1 .table1 td .select-wrap1 .edec-select1::-ms-expand {
    display: none;
}

.edec-adv-search1 .table1 td .edec-note1 {
    margin-top: 5px;
}

.edec-adv-search1 .buttons1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 35px;
}

.edec-adv-search1 .buttons1 .btn1 {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666 !important;
    display: block;
    font-weight: 700;
    line-height: 58px;
    margin: 0 10px;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    width: 240px;
}

.edec-adv-search1 .buttons1 .btn1:hover {
    opacity: 0.8;
}

.edec-adv-search1 .buttons1 .btn1.b {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}



.edec-no-results1 .copy1 {
    color: #e41e1e;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
}

.edec-no-results1 .block1 {
    border: 2px solid #f6b5b0;
    border-radius: 6px;
    margin: 0 auto 30px;
    max-width: 760px;
    padding: 22px 50px 30px;
    position: relative;
    width: 100%;
}

.edec-no-results1 .block1 .title1 {
    background: #fff;
    color: #e41e1e;
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    margin: 0;
    padding: 0 18px;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.edec-no-results1 .block1 .title1 img {
    display: inline-block;
    height: 30px;
    margin: -5px 8px 0 0;
    vertical-align: middle;
    width: 30px;
}

.edec-no-results1 .copy2 {
    color: #e41e1e;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 22px;
    text-align: center;
}

.edec-no-results1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-no-results1 ul li {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 1em;
    position: relative;
}

.edec-no-results1 ul li:before {
    color: #e41e1e;
    content: "・";
    left: 0;
    position: absolute;
}

.edec-no-results1 ul li+li {
    margin-top: 15px;
}

.edec-no-results1 ul ul li {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 5px;
}

.edec-no-results1 ul ul li:before {
    display: none;
}

.edec-no-results1 .image1 {
    height: auto;
    margin: 3px 0 0 10px;
    width: 400px;
}



.edec-educe-plus-banner1 {
    border: 2px solid #1fbbe2;
    display: table;
    margin: auto;
    max-width: 760px;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-educe-plus-banner1:hover {
    opacity: 0.8;
}

.edec-educe-plus-banner1&gt;* {
    display: table-cell;
    vertical-align: middle;
}

.edec-educe-plus-banner1&gt;*:nth-child(1) {
    padding: 12px 20px 12px 28px;
    text-align: center;
}

.edec-educe-plus-banner1&gt;*:nth-child(1) img {
    height: auto;
    width: 178px;
}

.edec-educe-plus-banner1&gt;*:nth-child(2) {
    padding: 5px 5px 0 0;
}

.edec-educe-plus-banner1 .text1 {
    color: #1fbbe2;
    display: block;
    font-feature-settings: "palt";
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 5px;
}

.edec-educe-plus-banner1 .text2 {
    display: block;
    font-feature-settings: "palt";
    font-size: 13px;
    font-weight: 500;
}

.edec-educe-plus-banner1&gt;*:nth-child(3) {
    background: #1fbbe2 url("/front/assets/img/common/icon-arrow1.svg") no-repeat right 17px center;
    background-size: 24px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 0 0 21px;
    width: 226px;
}


/*
.edec-btn-home1 {
	background: #555;
	border: 1px solid #555;
	border-radius: 6px;
	color: #fff !important;
	display: block;
	font-weight: 700;
	line-height: 58px;
	margin: 55px auto 0;
	max-width: 330px;
	padding: 0;
	text-align: center;
	text-decoration: none !important;
	transition: opacity 0.5s ease;
	width: 100%;
}
.edec-btn-home1 span {
	display: block;
	letter-spacing: 0;
	padding: 0 0 0 49px;
	position: relative;
	width: 100%;
}
.edec-btn-home1 span img {
	height: auto;
	left: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
}
*/
.edec-btn-home1 {
    background: #9acf00;
    border: 1px solid #9acf00;
    border-radius: 6px;
    display: block;
    height: 58px;
    letter-spacing: 0.05em;
    margin: 55px auto 0;
    max-width: 330px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-btn-home1:hover {
    opacity: 0.8;
}

.edec-btn-home1&gt;span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-btn-home1 .icon1 {
    background: url("/front/assets/img/common/icon-home1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 42px;
    margin: -0.1em 15px 0 0;
    position: relative;
    vertical-align: middle;
    width: 42px;
}



.edec-toolbar1 {
    margin: 10px 0;
    position: relative;
}

.edec-toolbar1 .sorter1 {
    display: flex;
}

.edec-toolbar1 .sorter1 .hd1 {
    font-weight: 700;
    margin-right: 0.3em;
}

.edec-toolbar1 .sorter1 ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.edec-toolbar1 .sorter1 ul li {
    display: inline;
    font-size: 15px;
    line-height: 1.5;
}

.edec-toolbar1 .sorter1 ul li+li:before {
    color: #aaa;
    content: "｜";
}

.edec-toolbar1 .sorter1 ul li .selected {
    color: #ff88a4;
    font-weight: 700;
}

.edec-toolbar1 .sorter1 select {
    display: none;
}

.edec-toolbar1 .number1 {
    bottom: 0.4em;
    display: flex;
    position: absolute;
    right: 0;
}

.edec-toolbar1 .number1 .hd1 {
    font-weight: 700;
    margin-right: 0.3em;
}

.edec-toolbar1 .number1 ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.edec-toolbar1 .number1 ul li {
    display: inline;
    font-size: 15px;
    line-height: 1.5;
}

.edec-toolbar1 .number1 ul li+li:before {
    color: #aaa;
    content: "｜";
}

.edec-toolbar1 .number1 ul li .selected {
    color: #ff88a4;
    font-weight: 700;
}

.edec-toolbar1 .number1 select {
    display: none;
}

.edec-toolbar1 .status1 {
    display: flex;
    margin-top: 5px;
}

.edec-toolbar1 .status1 .hd1 {
    font-weight: 700;
    margin-right: 0.3em;
}

.edec-toolbar1 .status1 ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.edec-toolbar1 .status1 ul li {
    display: inline;
    font-size: 15px;
    line-height: 1.5;
}

.edec-toolbar1 .status1 ul li+li:before {
    content: "";
    display: inline-block;
    width: 1em;
}

.edec-toolbar1 .status1 input[type=checkbox] {
    margin: 0 0.4em 0 0;
    transform: scale(1.333);
    vertical-align: middle;
}

.edec-toolbar2 {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0 35px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.edec-toolbar2 .amount1 .text1 {
    font-family: 'Lato' !important;
    font-size: 25px;
    font-weight: 700;
}

.edec-toolbar2 .amount1 .text2 {
    font-size: 14px;
}

.edec-toolbar2 .current1 {
    font-size: 12px;
}

.edec-paging1 {}

.edec-paging1 ul {
    display: flex;
    align-items: center;
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-paging1 ul li {
    letter-spacing: 0.02em;
    margin: 0 3px;
}

.edec-paging1 .b {
    background: #fff;
    border-radius: 4px;
    color: #666;
    display: block;
    font-family: 'Lato' !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.edec-paging1 .current .b {
    background: #ff88a4;
    color: #fff;
}

.edec-paging1 .s {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.edec-paging1 .next,
.edec-paging1 .prev {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
}

.edec-paging1 .next {
    margin: 0 0 0 10px;
    padding: 0 16px 0 0;
}

.edec-paging1 .next:after {
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 2px;
    top: 6px;
    transform: rotate(45deg);
    width: 9px;
}

.edec-paging1 .prev {
    margin: 0 10px 0 0;
    padding: 0 0 0 16px;
}

.edec-paging1 .prev:before {
    border-color: #333 transparent transparent #333;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    display: block;
    height: 9px;
    left: 2px;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 9px;
}

.edec-paging1 .disable {
    opacity: 0;
    pointer-events: none;
}

.edec-paging2 {}

.edec-paging2 ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-paging2 ul li {
    letter-spacing: 0.02em;
    margin: 0 3px;
}

.edec-paging2 .b {
    background: #f2f2f2;
    border-radius: 4px;
    color: #666;
    display: block;
    font-family: 'Lato' !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.edec-toolbar2 .edec-paging2 .b {
    background: #fff;
}

.edec-paging2 .current .b {
    background: #ff88a4;
    color: #fff;
}

.edec-paging2 .s {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}

.edec-paging2 .next,
.edec-paging2 .prev {
    background-color: transparent;
    display: block;
    line-height: 30px;
    position: relative;
    width: 30px;
}

.edec-paging2 .next:after {
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.edec-paging2 .prev:before {
    border-color: #333 transparent transparent #333;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    display: block;
    height: 10px;
    left: 15px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 10px;
}

.edec-paging2 .disable {
    opacity: 0;
    pointer-events: none;
}



.edec-cat-list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 0;
}

.edec-cat-list1 li {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    list-style: none;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 20%;
}

.edec-cat-list1 li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 86px;*/
    height: 86px;
    padding: 9px 0;
    position: relative;
    width: 100%;
}

.edec-cat-list1 li a img {
    height: auto;
    margin-right: 5.6%;
    width: 18.4%;
}

.edec-cat-list1 li a .text1 {
    font-weight: 500;
    line-height: 1.46;
    height: auto;
    width: 60%;
}



.edec-details-cnt1 .details-wrap1 {
    display: flex;
    margin: 0 0 25px;
}

.edec-details-cnt1 .block1 {
    width: 580px;
}

.edec-details-cnt1 .block2 {
    margin-left: 80px;
    width: 600px;
}

.edec-ditails-image1 {
    position: relative;
    /*width: 100%;*/
    width: 580px;
}

.edec-ditails-image1 .slick-list:after {
    background: #eee url("/front/assets/img/common/icon-details-loope1.svg") no-repeat center center;
    bottom: 40px;
    content: "";
    display: none;
    height: 50px;
    pointer-events: none;
    position: absolute;
    right: 40px;
    width: 50px;
}

.edec-pop-iframe-content1 .edec-ditails-image1 .slick-list:after {
    display: none;
}

.edec-ditails-image1 .item1 {
    padding: 40px;
}

.edec-ditails-image1 .image1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    outline: none;
    position: relative;
    width: 500px;
}

.edec-ditails-image1 .image1 img {
    max-height: 100%;
    max-width: 100%;
}

.edec-ditails-image1 .slider {
    display: none;
}

.edec-ditails-image1 .slider.slick-initialized {
    display: block;
}

.edec-ditails-image1 .slick-arrow {
    background: url("/front/assets/img/common/slider-arrow2.svg") no-repeat center center;
    background-size: contain;
    border: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 280px;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.edec-ditails-image1 .slick-next {
    right: 0;
}

.edec-ditails-image1 .slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.edec-ditails-image1 .slick-dots {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.edec-ditails-image1 .slick-dots li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    margin: 0 14px 15px 0;
    position: relative;
    width: 85px;
}

.edec-ditails-image1 .slick-dots li:nth-child(6n) {
    margin-right: 0;
}

.edec-ditails-image1 .slick-dots li:before {
    content: "";
    border: 1px solid #eee;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.edec-ditails-image1 .slick-dots li.slick-active:before {
    border-color: #aadc41;
    border-width: 2px;
}

.edec-ditails-image1 .slick-dots li img {
    max-height: 100%;
    max-width: 100%;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 45px;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.0);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 65px;
}

.fancybox-thumbs__list {
    margin: auto;
    text-align: center;
}

.fancybox-thumbs__list a {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;
    height: 45px;
    margin: 0 5px;
    max-height: 45px;
    max-width: 45px;
    width: 45px;
}

.fancybox-thumbs__list a:before {
    background: #000;
    border: 0;
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 0;
}

.fancybox-infobar,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-navigation .fancybox-button {
    background-color: transparent;
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-navigation .fancybox-button div {
    background: rgba(102, 102, 102, 0.8);
    border: none;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    height: 40px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: auto;
    width: 40px;
}

.fancybox-navigation .fancybox-button--arrow_left div {
    transform: rotate(180deg);
}

.fancybox-navigation .fancybox-button div&gt;svg {
    display: none;
}

.fancybox-navigation .fancybox-button div:before {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 14px;
    top: 15px;
    transform: rotate(45deg);
    width: 10px;
}

.fancybox-toolbar .fancybox-button--close {
    background-color: rgba(30, 30, 30, 0.0);
    color: #fff !important;
    height: 64px;
    padding: 17px;
    width: 64px;
}


.edec-details-data1 {}

.edec-details-data1 .prd-icons1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 10px;
}

.edec-details-data1 .prd-icons1 img {
    height: 36px;
    margin-right: 10px;
    width: 36px;
}

.edec-details-data1 .prd-icons1 .tip1 {
    border: 1px solid #e41e1e;
    border-radius: 4px;
    color: #e41e1e;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 25px;
    margin-right: 10px;
    padding: 0 1em;
    position: relative;
    text-align: center;
}

.edec-details-data1 .prd-icons1 .tip1:before {
    background: #fff;
    border-color: transparent #e41e1e #e41e1e transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: -5px;
    content: "";
    display: block;
    height: 9px;
    margin-left: -5px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg);
    width: 9px;
}

.edec-details-data1 .prd-name1 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px;
}

.edec-details-data1 .prd-cata-num1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-details-data1 .prd-cata-num1 li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    padding-left: 15px;
    position: relative;
}

.edec-details-data1 .prd-cata-num1 li:before {
    background: #f29697;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

.edec-details-data1 .prd-icons2 {
    margin: 20px 0 0;
}

.edec-details-data1 .prd-tags1 {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 0;
}

.edec-details-data1 .prd-tags1&gt;span {
    border: 1px solid #555;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
    margin-right: 5px;
    padding: 0 0.4em;
    position: relative;
    text-align: center;
}

.edec-details-data1 .prd-price1 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    margin: 14px 0 20px;
}

.edec-details-data1 .prd-price1&gt;div {
    padding: 12px 0 6px;
    text-align: center;
    width: 50%;
}

.edec-details-data1 .prd-price1&gt;div:nth-child(1) {
    padding-right: 16px;
}

.edec-details-data1 .prd-price1&gt;div:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-left: 16px;
}

.edec-details-data1 .prd-price1 dl {
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.edec-details-data1 .prd-price1 dl dt {
    background: #f3f2f0;
    border-radius: 4px;
    font-weight: 500;
    margin: 0;
    padding: 9px 0;
    text-align: center;
}

.edec-details-data1 .prd-price1 dl dt span {
    font-size: 12px;
}

.edec-details-data1 .prd-price1 dl dd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: 'Lato' !important;
    font-size: 17px;
    font-weight: 700;
    height: 30px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.edec-details-data1 .prd-price1 dl dd span {
    font-size: 11px;
}

.edec-details-data1 .prd-price1 dl dd.em1 {
    color: #e41e1e;
    font-size: 21px;
}

.edec-details-data1 .prd-price1 dl dd.em1 span {
    font-size: 15px;
}

.edec-details-data1 .prd-description1 {}

.edec-details-data1 .prd-description1 p {
    margin: 0;
}

.edec-details-data1 .prd-description1 p+p {
    margin-top: 0.5em;
}

.edec-details-data1 .prd-spec1 {
    margin: 25px 0 0;
}

.edec-details-data1 .prd-spec1 .hd1 {
    border-left: 3px solid #aadc41;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.1;
    padding: 1px 0 1px 11px;
}

.edec-details-data1 .prd-spec1 p {
    font-feature-settings: "palt";
    line-height: 1.7;
    margin: 0;
}

.edec-details-data1 .prd-spec1 .note1 {
    font-feature-settings: "palt";
    font-size: 14px;
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
}

.edec-details-data1 .prd-spec1 .note1 li {
    padding-left: 1em;
    text-indent: -1em;
}

.edec-details-data1 .prd-block1 {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 0;
}

.edec-details-data1 .prd-sep1 {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 25px 0;
    overflow: hidden;
    width: 100%;
}

.edec-details-data1 .prd-links1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.edec-details-data1 .prd-links1 a {
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #ff88a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    height: 52px;
    overflow: hidden;
    padding: 0 5px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 31.6666%;
}

.edec-details-data1 .prd-links1 a:after {
    background: url("/front/assets/img/common/icon-anchor-arrow1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 14px;
}

.edec-details-data1 .prd-links1 a:hover:after {
    background-image: url("/front/assets/img/common/icon-anchor-arrow2.svg");
}

.edec-details-data1 .prd-links1 a:before {
    background-color: transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    width: 100%;
}

.edec-details-data1 .prd-links1 a:hover:before {
    background-color: #ff88a4;
    height: 100%;
}

.edec-details-data1 .prd-links1 a:hover span {
    color: #fff;
    display: block;
    position: relative;
}

.edec-details-cnt1 .prd-title1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
}

.edec-details-cnt1 .prd-title2 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 19px;
}

.edec-details-cnt1 .prd-use1 {
    background: #186d02;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 30px auto;
    max-width: 940px;
    text-decoration: none;
    width: 100%;
}

.edec-details-cnt1 .prd-use1&gt;img {
    height: auto;
    width: 300px;
}

.edec-details-cnt1 .prd-use1&gt;div {
    padding: 0 34px;
}

.edec-details-cnt1 .prd-use1 .copy1 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

.edec-details-cnt1 .prd-use1 .copy2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.edec-details-cnt1 .prd-use1 .copy3 {
    font-size: 15px;
    font-weight: 400;
    margin: 8px 0 0;
}

.edec-details-cnt1 .prd-faq1 {
    background: #f7f6f5;
}

.edec-details-cnt1 .prd-faq1 .hd1 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 56px 16px 63px;
    position: relative;
}

.edec-details-cnt1 .prd-faq1 .hd1:before {
    content: "Q";
    font-family: 'Lato' !important;
    font-size: 26px;
    font-weight: 700;
    left: 26px;
    line-height: 1;
    position: absolute;
}

.edec-details-cnt1 .prd-faq1 .hd1 .blt1 {
    height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
}

.edec-details-cnt1 .prd-faq1 .hd1 .blt1:after,
.edec-details-cnt1 .prd-faq1 .hd1 .blt1:before {
    background: #333;
    content: "";
    height: 1px;
    overflow: hidden;
    position: absolute;
    right: 21px;
    top: 32px;
    transition: transform 0.3s ease;
    width: 20px;
}

.edec-details-cnt1 .prd-faq1 .hd1.close1 .blt1:before {
    transform: rotate(90deg);
}

.edec-details-cnt1 .prd-faq1 .hd1 .sub1 {
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    margin: 11px 0 0;
    padding: 8px 10px;
}

.edec-details-cnt1 .prd-faq1 .body1 {
    font-size: 15px;
    font-weight: 400;
    padding: 20px 56px 20px 63px;
    position: relative;
}

.edec-details-cnt1 .prd-faq1 .body1:before {
    color: #ff88a4;
    content: "A";
    font-family: 'Lato' !important;
    font-size: 26px;
    font-weight: 700;
    left: 26px;
    line-height: 1;
    position: absolute;
}

.edec-details-cnt1 .prd-faq1 .body1:after {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    content: "";
    height: 0;
    left: 63px;
    margin: 0 0;
    overflow: hidden;
    position: absolute;
    right: 56px;
    top: 0;
}

.prd-cart-buttons1 {
    margin: 29px 0 45px;
    text-align: center;
}

.prd-cart-buttons1 .note1 {
    font-size: 13px;
    margin: 10px 0 0;
}

.edec-cart-buttons1 {
    break-inside: avoid;
    margin: 29px 0 45px;
    text-align: center;
}

.edec-cart-buttons1 .note1 {
    font-size: 13px;
    margin: 10px 0 0;
}

.edec-cart-btn1 {
    background: #ff88a4;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 500px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 3;
}

.edec-cart-btn1:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.edec-cart-btn1.added:hover {
    opacity: 1;
}

.edec-cart-btn1.campain:hover {
    opacity: 1;
}

.edec-cart-btn1&gt;span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
}

.edec-cart-btn1.added&gt;span {
    cursor: not-allowed;
}

.edec-cart-btn1&gt;span:before {
    background: url("/front/assets/img/common/icon-cart2.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 33px;
    margin: -5px 13px 0 0;
    position: relative;
    vertical-align: middle;
    width: 33px;
}

.edec-cart-btn1.added&gt;span&gt;span {
    bottom: 0;
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.edec-cart-btn1 #cart-popover1 {
    background: url("/front/assets/img/common/cart-btn-popup-bg1.png") no-repeat center top;
    background-size: contain;
    display: none;
    height: 114px;
    left: 50%;
    margin-left: -186px;
    position: absolute;
    top: -107px;
    width: 372px;
    z-index: 4;
}

.edec-cart-btn1.added #cart-popover1 {
    display: block;
    animation: cartPopover1Show 0.6s ease;
}

.edec-cart-btn1 #cart-popover1&gt;div {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 0 15px;
    text-align: center;
}

.edec-cart-btn1 #cart-popover1&gt;div button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #ff88a4;
    border: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 0;
}

.edec-cart-btn1 #cart-popover1&gt;.close-popover1 {
    background: url("/front/assets/img/common/cart-btn-popup-close1.svg") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 34px;
}

.edec-cart-btn1 #cart-popover2 {
    background: url("/front/assets/img/common/cart-btn-popup-bg2.png") no-repeat center top;
    background-size: contain;
    display: none;
    height: 211px;
    left: 50%;
    margin-left: -186px;
    position: absolute;
    width: 372px;
    z-index: 3;
}

.edec-cart-btn1.campain #cart-popover2 {
    cursor: default;
    display: block;
    animation: cartPopover1Show 0.6s ease;
}

.edec-cart-btn1.campain #cart-popover2 {
    top: -209px;
}

.edec-cart-btn1.added.campain #cart-popover2 {
    top: -309px;
}

.edec-cart-btn1 #cart-popover2&gt;dl {
    font-feature-settings: "palt";
    margin: 0;
    padding: 0;
}

.edec-cart-btn1 #cart-popover2&gt;dl dt {
    color: #74be04;
    font-size: 15px;
    font-weight: 700;
    height: 64px;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
}

.edec-cart-btn1 #cart-popover2&gt;dl dd {
    font-size: 15px;
    margin: 0;
    padding: 0 40px;
    text-align: left;
}

.edec-cart-btn1 #cart-popover2&gt;dl button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #333;
    border: none;
    display: inline-block;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
}

.edec-cart-btn1 #cart-popover2&gt;dl button.em2,
.edec-cart-btn1 #cart-popover2&gt;dl .em2 {
    color: #74be04 !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 5px auto 0;
    text-align: center;
    text-decoration: none;
}

.edec-cart-btn1 #cart-popover2&gt;.close-popover2 {
    background: url("/front/assets/img/common/cart-btn-popup-close2.svg") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 34px;
}

.edec-cart-btn1 #cart-popover3 {
    background: url("/front/assets/img/common/cart-btn-popup-bg3.png") no-repeat center top;
    background-size: contain;
    display: none;
    height: 96px;
    left: 50%;
    margin-left: -99px;
    position: absolute;
    top: -107px;
    width: 372px;
    z-index: 3;
}

.edec-cart-btn1.added #cart-popover3 {
    display: block;
    animation: cartPopover1Show 0.6s ease;
}

.edec-cart-btn1 #cart-popover3&gt;div {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 25px 0 0;
    text-align: center;
}

.edec-cart-btn1 #cart-popover3&gt;div button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #ea554a;
    border: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
}

.edec-cart-btn1 #cart-popover3&gt;.close-popover3 {
    background: url("/front/assets/img/common/cart-btn-popup-close1.svg") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 34px;
}

@keyframes cartPopover1Show {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cartPopover2Show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.edec-cart-buttons2 {
    display: flex;
    justify-content: center;
}

.edec-cart-buttons2&gt;div {
    margin: 0 15px;
    max-width: 400px;
    width: 100%;
}

.edec-cart-btn3 {
    background: #555;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 500px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.edec-cart-btn3&gt;span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
}

.edec-cart-btn3:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.edec-free-area1 {
    margin: 20px 0;
}

.edec-input1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 100%;
}

.edec-input1.wd1 {
    width: 596px;
}

.edec-input1.wd2 {
    width: 118px;
}

.edec-input1.wd3 {
    width: 89px;
}

.edec-input1.wd4 {
    width: 55px;
}

.edec-select1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("/front/assets/img/common/search-select-arrow1.svg") no-repeat right 10px center;
    background-size: 12px 7px;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin: 0;
    outline: none;
    padding: 0 25px 0 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    z-index: 2;
}

.edec-select1::-ms-expand {
    display: none;
}

.edec-search1 select::-ms-expand {
    display: none;
}

.edec-select1.at {
    padding-right: 30px;
    width: auto;
}

.edec-textarea1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    height: 8em;
    outline: none;
    padding: 8px 10px;
    width: 100%;
}



.edec-table-wrap1 {
    margin: 5px 0 0;
}

p+.edec-table-wrap1 {
    margin-top: -0.5em;
}

.edec-table1 {
    border-bottom: 1px solid #aaa;
    width: 100%;
}

.edec-table1 .col1 {
    text-align: center;
    white-space: nowrap;
    width: 1%;
}

.edec-table1 .col3 {
    width: 111px;
}

.edec-table1 .col4 {
    width: 215px;
}

.edec-table1 .col5 {
    width: 77px;
}

.edec-table1 thead th {
    background: #888;
    border-left: 1px solid #fff;
    color: #fff;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-table1 thead th.bdt1 {
    border-top: 1px solid #fff;
}

.edec-table1 thead th+th {
    border-left: 1px solid #fff;
}

.edec-table1 thead .iebd1 th:first-child {
    border-left: 1px solid #ddd;
}

.edec-table1 thead th input[type=checkbox] {
    margin: -3px 6px 0 0;
    transform: scale(1.3);
    vertical-align: middle;
}

.edec-table1 tbody td {
    font-feature-settings: "palt";
    height: 60px;
    padding: 10px 15px;
    vertical-align: middle;
}

.edec-table1.tp1 tbody td {
    border-left: 1px solid #ddd;
    height: auto;
    padding: 8px 10px;
}

.edec-table1 tbody tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-table1 tbody td+td {
    border-left: 1px solid #ddd;
}

.edec-table1 tbody td:first-child {
    border-left: none;
}

.edec-table1 tbody td:last-child {
    border-left: 1px solid #ddd;
}

.edec-table1 tbody .iebd1 td:first-child {
    border-left: 1px solid #ddd;
}

.edec-table1 tbody td.col1 {
    font-family: 'Lato' !important;
    font-weight: 400;
}

.edec-table1 tbody td.col3 {
    font-family: 'Lato' !important;
    padding-left: 5px;
    padding-right: 12px;
    text-align: right;
    white-space: nowrap;
}

.edec-table1 tbody td.col4 {
    font-family: 'Lato' !important;
    padding-left: 5px;
    padding-right: 15px;
    text-align: right;
}

.edec-table1.tp1 tbody td.approved {
    background: #f0f8ed;
    color: #339f8f;
    font-weight: 500;
}

.edec-table1.tp1 tbody td.approved:before {
    content: url("/front/assets/img/common/icon-approved1.svg");
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 18px;
}

.edec-table1.tp1 tbody td.deny {
    background: #fff8dd;
    color: #ef772e;
    font-weight: 500;
}

.edec-table1.tp1 tbody td.deny:before {
    content: url("/front/assets/img/common/icon-deny1.svg");
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 18px;
}

.edec-table1 tbody td input[type=checkbox] {
    transform: scale(1.3);
}

.edec-table1 .item1 {
    display: flex;
    align-items: center;
}

.edec-table1 .item1 .image1 {
    display: block;
    padding-right: 12px;
    width: 92px;
}

.edec-table1 .item1 .image1 img {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.5s ease;
}

.edec-table1 .item1 .image1:hover img {
    transform: scale(1.1);
}

.edec-table1 .item1 .body1 {
    flex: 1;
}

.edec-table1 .item-name1 {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1.66;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-table1 a.item-name1:hover {
    color: #e41e1e;
    text-decoration: none;
}

.edec-table1 .item-num1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-table1 .item-num1 li {
    font-size: 14px;
    padding: 0 0 0 13px;
    position: relative;
}

.edec-table1 .item-num1 li:before {
    background: #f29697;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

.edec-table1 .item-num1 li a:hover {
    color: #ea554a;
    text-decoration: none;
}

.edec-table1 input.quantity1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 16px;
    height: 28px;
    margin: 0;
    min-width: 48px;
    outline: none;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}

.edec-table1 .icons1 {
    white-space: nowrap;
}

.edec-table1 .icons1&gt;*+* {
    margin-left: 10px;
}

.edec-table1 .icon-spprice1 {
    background: #ea554a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 8px;
}

.edec-table1 img.s1 {
    height: auto;
    height: 26px;
}

.edec-table1 img.s2 {
    height: auto;
    height: 41px;
}

.edec-table1 .arrow1 {
    color: #888;
    font-size: 12px;
}

.edec-table1 .cellwap1 {
    white-space: normal !important;
    width: 20em;
}

.edec-table1 .price1 {
    font-weight: 700;
}

.edec-table1 .price1 .num1 {
    font-family: 'Lato' !important;
    color: #e41e1e;
    font-size: 18px;
    white-space: nowrap;
}

.edec-table1 .price1 .num2 {
    font-family: 'Lato' !important;
    color: #00b900;
    font-size: 18px;
    white-space: nowrap;
}

.edec-table1 .price1 .small1 {
    font-size: 12px;
}

.edec-table1 .price2 {
    font-weight: 700;
}

.edec-table1 .edec-center1 .price2 {
    margin: auto;
    max-width: 106px;
    text-align: right;
    width: 100%;
}

.edec-table1 .price2 .num1 {
    font-family: 'Lato' !important;
    font-size: 16px;
    white-space: nowrap;
}

.edec-table1 .price2 .small1 {
    font-size: 13px;
}

.edec-table1 .btn1 {
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 3px;
    color: #ff88a4;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin: auto;
    max-width: 86px;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.edec-table1 .btn1:hover {
    background: #ff88a4;
    color: #fff;
}

.edec-table1 .btn2 {
    background: #666666;
    border: 1px solid #666666;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin: 5px auto;
    max-width: 86px;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.edec-table1 .btn2:hover {
    opacity: 0.7;
}

.edec-table1 .edec-select1 {
    font-size: 15px;
    height: 36px;
    line-height: 34px;
}

.edec-nowrap1 {
    white-space: nowrap;
}



.edec-table-wrap2 {
    margin: 5px 0 0;
}

p+.edec-table-wrap2 {
    margin-top: -0.5em;
}

.edec-table2 {
    table-layout: fixed;
    width: 100%;
}

.edec-table2.tp1 {
    border-bottom: 1px solid #aaa;
}

/*.edec-table2 .col1 {
	width: 34px;
}
.edec-table2 .col3 {
	width: 190px;
}
.edec-table2 .col4 {
	width: 190px;
}
.edec-table2 .col5 {
	width: 212px;
}
.edec-table2 .col6 {
	width: 86px;
}
.edec-table2 .col7 {
	width: 124px;
}
.edec-table2 .col8 {
	width: 47px;
}
.edec-table2 .col9 {
	width: 114px;
}*/
.edec-table2 thead th {
    background: #f7f7f7;
    padding: 10px 18px 10px;
    vertical-align: bottom;
}

.edec-table2 thead .row1 th.col3,
.edec-table2 thead .row1 th.col4 {
    background-color: #f8eee5;
    text-align: center;
}

.edec-table2 thead .row1 th.col4 {
    border-left: 1px solid #dacbc1;
}

.edec-table2 thead th .note1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-table2 thead th .note1 li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46;
    padding-left: 1em;
    text-indent: -1em;
}

.edec-table2 thead .row1 th .text1 {
    font-size: 15px;
    font-weight: 500;
}

.edec-table2 thead .row1 th .small1 {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 5px;
    min-height: 1.5em;
}

.edec-table2 thead .row2 th {
    background: #888;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-table2 thead .row2 th:first-child {
    border-left: none;
}

.edec-table2 thead .iebd1 th:first-child {
    border-left: 1px solid #fff;
}

.edec-table2 thead .row2 th:last-child {
    border-left: 1px solid #ddd;
}

.edec-table2 thead .row2 th.bdt1 {
    border-top: 1px solid #fff;
}

.edec-table2 thead .row2 th .small1 {
    font-size: 11px;
    font-weight: 400;
}

.edec-table2 thead .row2 th .chk1 {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.edec-table2 thead .row2 th .chk1 a {
    color: #fff;
}

.edec-table2 thead .row3 th {
    border-bottom: 1px solid #aaa;
    padding: 5px 0;
}

.edec-table2 thead .row3 th.col3,
.edec-table2 thead .row3 th.col4 {
    background-color: #f8eee5;
}

.edec-table2 thead .row3 th.col4 {
    border-left: 1px solid #dacbc1;
}

.edec-table2 tbody td {
    background-color: #fff;
    border-left: 1px solid #ddd;
    padding: 15px 10px;
    vertical-align: middle;
}

.edec-table2 tbody td:first-child {
    border-left: none;
}

.edec-table2 tbody .iebd1 td:first-child {
    border-left: 1px solid #ddd;
}

.edec-table2 tbody td:last-child {
    border-left: 1px solid #ddd;
}

.edec-table2 tbody tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-table2 tbody tr:last-child td {
    border-bottom: 1px solid #aaa;
}

.edec-table2.tp1 tbody tr:last-child td {
    border-bottom: none;
}

.edec-table2 tbody td.col1 {
    padding: 0;
}

.edec-table2 tbody td.col2 {
    padding-left: 15px;
    padding-right: 15px;
}

.edec-table2 tbody td.col5,
.edec-table2 tbody td.col7 {
    text-align: right;
}

.edec-table2 tbody td.col8 {
    padding: 0;
    text-align: center;
}

.edec-table2 tbody td.edec-center1 {
    letter-spacing: 0;
    padding: 7px;
}

.edec-table2 tbody .col1 {
    font-family: 'Lato' !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.edec-table2 tfoot td {
    /*border-top: 1px solid #aaa;*/
    padding: 5px 0;
}

.edec-table2 tfoot td.col3,
.edec-table2 tfoot td.col4 {
    background-color: #f8eee5;
}

.edec-table2 tfoot td.col4 {
    border-left: 1px solid #dacbc1;
}

.edec-table2 .item1 {
    display: flex;
    align-items: center;
}

.edec-table2 .item1 .image1 {
    display: block;
    padding-right: 12px;
    width: 92px;
}

.edec-table2 .item1 .image1 img {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.5s ease;
}

.edec-table2 .item1 .image1:hover img {
    transform: scale(1.1);
}

.edec-table2 .body1 {
    flex: 1;
}

.edec-table2 .item-name1 {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1.66;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-table2 a.item-name1:hover {
    color: #FF5771;
    text-decoration: none;
}

.edec-table2 .item-num1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-table2 .item-num1 li {
    font-size: 14px;
    padding: 0 0 0 13px;
    position: relative;
}

.edec-table2 .item-num1 li:before {
    background: #f29697;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

.edec-table2 .item-num1 li a:hover {
    color: #FF5771;
    text-decoration: none;
}

.edec-table2 .edec-input1 {
    font-size: 15px;
    font-weight: 400;
    height: 34px;
    text-align: center;
}

.edec-table2 .edec-input1.q1 {
    display: block;
    margin: auto;
    max-width: 42px;
}

.edec-table2 .edec-select1 {
    height: 34px;
    line-height: 32px;
}

.edec-table2 .edec-select1::-ms-expand {
    display: none;
}

.edec-table2 .icons1 {}

.edec-table2 .icons1&gt;*+* {
    margin-left: 10px;
}

.edec-table2 .icon-spprice1 {
    background: #ea554a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 8px;
}

.edec-table2 img.s1 {
    height: auto;
    height: 26px;
}

.edec-table2 img.s2 {
    height: auto;
    height: 41px;
}

.edec-table2 .arrow1 {
    color: #888;
    font-size: 12px;
}

.edec-table2 .price1 {
    font-weight: 700;
}

.edec-table2 .price1 .num1 {
    font-family: 'Lato' !important;
    color: #e41e1e;
    font-size: 18px;
}

.edec-table2 .price1 .num2 {
    font-family: 'Lato' !important;
    color: #00b900;
    font-size: 18px;
}

.edec-table2 .price1 .small1 {
    font-size: 12px;
}

.edec-table2 .price2 {
    font-weight: 700;
}

.edec-table2 .price2 .num1 {
    font-family: 'Lato' !important;
    font-size: 16px;
}

.edec-table2 .price2 .small1 {
    font-size: 13px;
}

.edec-table2 .box1 {
    text-align: left;
}

.edec-table2 .btn1 {
    background: #a49190;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    margin: 8px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.edec-table2 .btn2 {
    background: #a49190;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    margin: 6px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.edec-table2 .clrow1 {
    margin: -15px -10px;
    position: relative;
}

.edec-table2 .clrow1&gt;div {
    padding: 15px 10px;
}

.edec-table2 .clrow1&gt;div+div {
    border-top: 1px solid #ddd;
}

.edec-table2 label input[type=checkbox] {
    margin: -2px 0.5em 0 0;
    transform: scale(1.3);
    vertical-align: middle;
}



.edec-table3 {
    table-layout: fixed;
    width: 100%;
}

.edec-table3.tp1 {
    border-bottom: 1px solid #aaa;
}

.edec-table3 thead th {
    background: #f7f7f7;
    padding: 10px 15px 10px;
    vertical-align: bottom;
}

.edec-table3 .bg1 {
    background-color: #FFEAE9;
}

.edec-table3 .c1st1 {
    background-color: #FFEAE9;
    text-align: center;
}

.edec-table3 .c1st1+.c1st1 {
    border-left: 1px solid #dacbc1;
}

.edec-table3 thead th.note1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-table3 thead th.note1 ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46;
    padding-left: 1em;
    text-indent: -1em;
}

.edec-table3 thead .row1 th .text1 {
    font-size: 15px;
    font-weight: 700;
}

.edec-table3 thead .row1 th .small1 {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 5px;
    min-height: 1.5em;
}

.edec-table3 thead .row2 th {
    background: #888;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-table3 thead .row2 th:first-child {
    border-left: none;
}

.edec-table3 thead .iebd1 th:first-child {
    border-left: 1px solid #fff;
}

.edec-table3 thead .row2 th:last-child {
    border-left: 1px solid #ddd;
}

.edec-table3 thead .row2 th.bdt1 {
    border-top: 1px solid #fff;
}

.edec-table3 thead .row2 th .small1 {
    font-size: 11px;
    font-weight: 400;
}

.edec-table3 thead .row2 th .chk1 {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.edec-table3 thead .row2 th .chk1 a {
    color: #fff;
}

.edec-table3 thead .row3 th {
    border-bottom: 1px solid #aaa;
    padding: 5px 0;
}

.edec-table3 thead .row3 th.col3,
.edec-table3 thead .row3 th.col4 {
    background-color: #f8eee5;
}

.edec-table3 thead .row3 th.col4 {
    border-left: 1px solid #dacbc1;
}

.edec-table3 tbody td {
    background-color: #fff;
    border-left: 1px solid #ddd;
    padding: 15px 6px;
    vertical-align: middle;
}

.edec-table3 tbody td:first-child {
    border-left: none;
}

.edec-table3 tbody .iebd1 td:first-child {
    border-left: 1px solid #ddd;
}

.edec-table3 tbody td:last-child {
    border-left: 1px solid #ddd;
}

.edec-table3 tbody tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-table3 tbody tr:last-child td {
    border-bottom: 1px solid #aaa;
}

.edec-table3.tp1 tbody tr:last-child td {
    border-bottom: none;
}

.edec-table3 .item1 {
    display: flex;
    align-items: center;
}

.edec-table3 .item1 .image1 {
    display: block;
    padding-right: 12px;
    width: 92px;
}

.edec-table3 .item1 .image1 img {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.5s ease;
}

.edec-table3 .item1 .image1:hover img {
    transform: scale(1.1);
}

.edec-table3 .body1 {
    flex: 1;
}

.edec-table3 .item-name1 {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1.66;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-table3 a.item-name1:hover {
    color: #FF5771;
    text-decoration: none;
}

.edec-table3 .item-num1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-table3 .item-num1 li {
    font-size: 14px;
    padding: 0 0 0 13px;
    position: relative;
}

.edec-table3 .item-num1 li:before {
    background: #f29697;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

.edec-table3 .item-num1 li a:hover {
    color: #ea554a;
    text-decoration: none;
}

.edec-table3 .edec-input1 {
    font-size: 15px;
    font-weight: 400;
    height: 34px;
    text-align: center;
}

.edec-table3 .edec-input1.uq1 {
    font-size: 14px;
}

.edec-table3 .edec-input1.q1 {
    display: block;
    margin: auto;
    max-width: 42px;
}

.edec-table3 .edec-select1 {
    height: 34px;
    line-height: 32px;
}

.edec-table3 .edec-select1::-ms-expand {
    display: none;
}

.edec-table3 .icons1 {}

.edec-table3 .icons1&gt;*+* {
    margin-left: 10px;
}

.edec-table3 .icon-spprice1 {
    background: #ea554a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 8px;
}

.edec-table3 img.s1 {
    height: auto;
    height: 26px;
}

.edec-table3 img.s2 {
    height: auto;
    height: 41px;
}

.edec-table3 .arrow1 {
    color: #888;
    font-size: 12px;
}

.edec-table3 .price1 {
    font-weight: 700;
}

.edec-table3 .price1 .num1 {
    font-family: 'Lato' !important;
    color: #e41e1e;
    font-size: 18px;
}

.edec-table3 .price1 .num2 {
    font-family: 'Lato' !important;
    color: #00b900;
    font-size: 18px;
}

.edec-table3 .price1 .small1 {
    font-size: 12px;
}

.edec-table3 .price2 {
    font-weight: 700;
}

.edec-table3 .price2 .num1 {
    font-family: 'Lato' !important;
    font-size: 16px;
}

.edec-table3 .price2 .small1 {
    font-size: 13px;
}

.edec-table3 .box1 {
    text-align: left;
}

.edec-table3 .btn1 {
    background: #A49190;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    margin: 8px 0 0;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-table3 .c1st1 .btn1 {
    background-color: #FF88A4;
}

.edec-table3 .btn1:hover {
    opacity: 0.8;
}

.edec-table3 .btn2 {
    background: #A49190;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    margin: 6px 0 0;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-table3 .btn2:hover {
    opacity: 0.8;
}

.edec-table3 .clrow1 {
    margin: -15px -10px;
    position: relative;
}

.edec-table3 .clrow1&gt;div {
    padding: 15px 10px;
}

.edec-table3 .clrow1&gt;div+div {
    border-top: 1px solid #ddd;
}

.edec-table3 label input[type=checkbox] {
    margin: -2px 0.5em 0 0;
    transform: scale(1.3);
    vertical-align: middle;
}

.edec-table3 tfoot td {
    background: #f7f7f7;
    padding: 5px 0;
}



.edec-f-table1 {
    border-top: 1px solid #ddd;
    width: 100%;
}

.edec-f-table1 tbody th {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    padding: 18px 20px 18px 23px;
    text-align: left;
    vertical-align: middle;
    width: 26.19%;
}

.edec-f-table1.thwd1 tbody th {
    width: 31.9148%;
}

.edec-f-table1 tbody .required1 th {
    background: #fbf3f4;
}

.edec-f-table1 tbody th .label1 {
    position: relative;
}

.edec-f-table1 tbody th .required1 {
    background: #ea554a;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;

}

.edec-f-table1 tbody th .optional1 {
    background: #aaa;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.edec-f-table1 tbody td {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    padding: 18px 20px;
    text-align: left;
    vertical-align: middle;
}

.edec-f-table1 tbody .required1 td {
    background: #fffbfc;
}

.edec-f-table1 .text1 {
    margin: 0 10px;
}

.edec-f-table1 .edec-note1 {
    color: #666;
    margin: 10px 0 0;
}

.edec-f-table1 .edec-note1 li+li {
    margin-top: 0;
}

.edec-f-table1 label {
    margin-bottom: 0;
    margin-right: 1em;
    white-space: nowrap;
}

.edec-f-table1 input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
    transform: scale(1.3);
}

.edec-f-table1 .button1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #555;
    border: 1px solid #555;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 10px;
    outline: none;
    padding: 0 10px;
    transition: opacity 0.5s ease;
}

.edec-f-table1 .button1:hover {
    color: #fff !important;
    opacity: 0.8;
    text-decoration: none !important;
}

.edec-f-table1 .code-image1 {
    display: table;
    width: 100%;
}

.edec-f-table1 .code-image1&gt;div {
    display: table-cell;
    vertical-align: top;
}

.edec-f-table1 .code-image1&gt;div:nth-child(2) {
    text-align: right;
}

.edec-f-table1 .code-image1 .edec-input1 {
    width: 128px;
}

.edec-f-table1 .code-image1 img {
    height: auto;
    width: 230px;
}

.edec-icon-required1 {
    background: #ea554a;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    margin: -3px 8px 0 0;
    padding: 0 5px;
    position: relative;
    vertical-align: middle;
}

.edec-f-table1 .inbs1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em !important;

}


.edec-item-del-btn1 {
    background: #555;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    ;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 24px;
}

.edec-item-del-btn1:hover {
    opacity: 0.8;
}



.edec-favorite-btn1 {
    border: 1px solid #8ebf00;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}

.edec-favorite-btn1:hover {
    background-color: #f3ffd9;
    border: 1px solid #8ebf00;
    text-decoration: none;
}

.edec-favorite-btn1:before {
    background: url("/front/assets/img/common/icon-favorite1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    width: 22px;
}

.edec-favorite-btn1:hover:before {
    background-image: url("/front/assets/img/common/icon-favorite2.svg");
}



.edec-favorite-modal1 .modal-dialog {
    max-width: 520px;
}

.edec-favorite-modal1 .modal-content {
    border: 1px solid #fff;
    border-radius: 10px;
}

.edec-favorite-modal1 .modal-body {
    padding: 30px 0 15px;
}

.edec-favorite-modal1 .modal-footer {
    border-top: 1px solid #aaa;
    justify-content: center;
    outline: none;
    padding: 15px 0;
    text-align: center;
}

.edec-favorite-modal1 .modal-footer .close {
    background: transparent url("/front/assets/img/common/icon-close1.svg") no-repeat left center;
    background-size: 12px 12px;
    border: none;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 20px;
    text-shadow: none;
}

.edec-favorite-modal1 .block1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 440px;
}

.edec-favorite-modal1 .block1 .body1 {
    text-align: center;
    width: 240px;
}

.edec-favorite-modal1 .block1 .body1 .icon1 {
    display: block;
    height: auto;
    margin: 0 auto 10px;
    width: 40px;
}

.edec-favorite-modal1 .block1 .body1 .copy1 {
    font-feature-settings: "palt";
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 12px;
}

.edec-favorite-modal1 .block1 .body1 .copy2 {
    font-feature-settings: "palt";
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0 0 15px;
}

.edec-favorite-modal1 .block1 .body1 .copy2 a {
    color: #ff88a4;
    font-weight: 700;
}

.edec-favorite-modal1 .block1 .body1 .btn1 {
    border: 1px solid #aadc41;
    border-radius: 4px;
    display: block;
    letter-spacing: 0.05em;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.edec-favorite-modal1 .block1 .body1 .btn1 span {
    color: #666;
    display: block;
    font-feature-settings: "palt";
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

.edec-favorite-modal1 .block1 .body1 .btn1:hover span {
    color: #fff;
}

.edec-favorite-modal1 .block1 .body1 .btn1:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 0;
}

.edec-favorite-modal1 .block1 .body1 .btn1:hover:before {
    background-color: #aadc41;
    width: 100%;
}

.edec-favorite-modal1 .block1 .image1 {
    text-align: center;
    width: 183px;
}

.edec-favorite-modal1 .block1 .image1.b {
    width: 185px;
}

.edec-favorite-modal1 .block1 .image1 img {
    height: auto;
    width: 100%;
}



.eded-progress1 {
    display: flex;
    margin: 25px auto 35px;
    position: relative;
    width: 100%;
}

.eded-progress1:before {
    background: #ccc;
    content: "";
    display: block;
    height: 2px;
    left: 65px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    right: 65px;
}

.eded-progress1.item3 {
    max-width: 390px;
}

.eded-progress1.item4 {
    max-width: 520px;
}

.eded-progress1&gt;div {
    position: relative;
    text-align: center;
    width: 130px;
}

.eded-progress1 .icon1 {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: block;
    height: 50px;
    margin: auto;
    width: 50px;
}

.eded-progress1 .current .icon1 {
    background: #AADC41;
    border-color: #AADC41;
}

.eded-progress1 .done .icon1 {
    background: #fff;
    border-color: #eee;
}

.eded-progress1 .current .icon1.qc {
    background: #5F90D5;
    border-color: #5F90D5;
}

.eded-progress1 .icon1 img {
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
}

.eded-progress1 .done .icon1 img {
    opacity: 0.4;
}

.eded-progress1 div span {
    color: #999;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 8px 0 0;
}

.eded-progress1 .current span {
    color: #8ebf00;
}

.eded-progress1 .current .icon1.qc+span {
    color: #333;
}

.eded-progress1 .done span {
    color: #ddd;
}



.edec-row-add-button1 {
    background: #f3ffd9;
    border: 1px solid #8ebf00;
    border-radius: 4px;
    color: #8ebf00 !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    margin: 15px auto 10px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-row-add-button1:hover {
    opacity: 0.7;
}

.edec-row-add-button1 img {
    display: inline-block;
    height: 26px;
    margin: -3px 9px 0 0;
    vertical-align: middle;
    width: 26px;
}



.edec-cart-cnt1 {
    display: flex;
}

.edec-cart-cnt1 .hd1 {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 16px;
    width: 23.4%;
}

.edec-cart-cnt1 .hd1 .note1 {
    color: #e41e1e;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 3px 0 0;
}

.edec-cart-cnt1 .body1 {
    padding: 0 24px 0 0;
    width: 76.6%;
}



.edec-cart-cnt2 {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 30px;
}

.edec-cart-cnt2 .box2 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.edec-cart-cnt2 .box2&gt;*+* {
    margin-left: 11px;
}



.edec-cart-cnt3 {
    background-color: #f5f5f5;
    margin: 15px 0 22px;
    padding: 25px 27px;
}

.edec-cart-cnt3 .block1 {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    display: table;
    width: 100%;
}

.edec-cart-cnt3 .block1&gt;div {
    background: #fff;
    display: table-cell;
    padding: 12px 16px;
    vertical-align: middle;
}

.edec-cart-cnt3 .block1&gt;.hd1 {
    font-weight: 500;
    width: 228px;
}

.edec-cart-cnt3 .block1&gt;.body1 {
    border-left: 1px solid #aaa;
    font-weight: 400;
}



.edec-in-cart-modal1 .modal-dialog {
    max-width: 760px;
}

.edec-in-cart-modal1.st1 .modal-dialog {
    max-width: 500px;
}

.edec-in-cart-modal1 .modal-content {
    border: 1px solid #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.edec-in-cart-modal1 .modal-body {
    padding: 25px 0 17px;
}

.edec-in-cart-modal1.st1 .modal-body {
    padding: 50px 0 30px;
}

.edec-in-cart-modal1 .modal-body .close {
    background: transparent url("/front/assets/img/common/icon-close2.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: 15px;
    width: 20px;
}

.edec-in-cart-modal1 .block1 {
    margin: auto;
    max-width: 660px;
    width: 100%;
}

.edec-in-cart-modal1.st1 .block1 {
    max-width: 430px;
}

.edec-in-cart-modal1 .block1 .title1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 17px;
    text-align: center;
}

.edec-in-cart-modal1 .block1 .title1 .small1 {
    font-size: 14px;
}

.edec-in-cart-modal1 .block1 .title2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 17px;
    text-align: left;
}

.edec-in-cart-modal1 .block1 .title2 .small1 {
    font-size: 14px;
}

.edec-in-cart-modal1 .block1 .copy1 {
    letter-spacing: 0.02em;
    margin: 0 auto;
    max-width: 612px;
    width: 100%;
}

.edec-in-cart-modal1 .block1 .copy1+.copy1 {
    margin-top: 20px;
}

.edec-in-cart-modal1 .block1 .link1 {
    background: url("/front/assets/img/common/icon-link-arrow1.svg") no-repeat right 1px center;
    background-size: 18px 18px;
    color: #000;
    display: inline-block;
    float: right;
    padding: 10px 25px 10px 0;
}

.edec-in-cart-modal1 .block1 .table1 {
    border-top: 1px solid #ddd;
    letter-spacing: 0;
    width: 100%;
}

.edec-in-cart-modal1 .block1 .table1 th {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    padding: 18px 0 18px 20px;
    text-align: left;
    vertical-align: middle;
    width: 211px;
}

.edec-in-cart-modal1 .block1 .table1 td {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 18px 0 18px 20px;
    text-align: left;
    vertical-align: middle;
}

.edec-in-cart-modal1 .block1 .table1 td .edec-input1 {
    width: 385px;
}

.edec-in-cart-modal1 .block1 .table1 td .text1 {
    margin-left: 14px;
}

.edec-in-cart-modal1 .block1 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 16px;
    height: 7.5em;
    outline: none;
    padding: 0.5em 10px;
    width: 100%;
}

.edec-in-cart-modal1 .block1 .buttons1 {
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
}

.edec-in-cart-modal1.st1 .block1 .buttons1 {
    margin: 20px 0 0;
}

.edec-in-cart-modal1 .block1 .buttons1 .btn1 {
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 8px;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 180px;
}

.edec-in-cart-modal1 .block1 .buttons1.st1 .btn1 {
    width: 160px;
}

.edec-in-cart-modal1 .block1 .buttons1 .btn1.st1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
}

.edec-in-cart-modal1 .block1 .buttons1 .btn1.st3 {
    background: #fff;
    color: #666;
    border: 1px solid #666;
}

.edec-in-cart-modal1 .block1 .buttons1 .btn1:hover {
    opacity: 0.8;
}



.edec-qc-cnt1 {
    background: #e4ecf4;
    border-radius: 6px;
    margin: 25px 0 40px;
    padding: 20px 0 25px;
    position: relative;
}

.edec-qc-cnt1:before {
    background: #e4ecf4;
    bottom: -11px;
    content: "";
    display: block;
    height: 22px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    transform: rotate(45deg);
    width: 22px;
}

.edec-qc-cnt1 .copy1 {
    margin-bottom: 10px;
    text-align: center;
}

.edec-qc-cnt1 .copy1 .icon-qc {
    display: inline-block;
    height: auto;
    margin: -5px 12px 0 0;
    vertical-align: middle;
    width: 43px;
}

.edec-qc-cnt1 .block1 {
    background: #ccdbeb;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    margin: auto;
    max-width: 1160px;
    padding: 20px;
    width: 100%;
}

.edec-guide1 {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 2.4137931%;
	margin: 20px auto;
	max-width: 760px;
	width: 100%;
}
.edec-guide1 .item1 {
	max-width: 360px;
	width: 100%;
}

.edec-guide1 .item1 .login{
	background-color: #FF88A4;
	border-color: #FF88A4;
}

.edec-rn1-qc-buttons1 {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 2.4137931%;
    margin: 20px auto;
    max-width: 1160px;
    width: 100%;
}

.edec-rn1-qc-buttons1 .btn1 {
    background: #5f90d5;
    border: 1px solid #5f90d5;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 0 15px;
    text-decoration: none;
    transition: 0.3s;
}

.edec-rn1-qc-buttons1 .btn1.disabled {
    pointer-events: none;
}

.edec-rn1-qc-buttons1 .btn1:hover {
    opacity: 0.8;
}

.edec-rn1-qc-buttons1 .btn1 .icon1 {
    height: 40px;
    width: 40px;
}

.edec-rn1-qc-buttons1 .btn1 .txt1 {
    flex: 1;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-align: center;
}

.edec-rn1-qc-buttons1 .btn1 .txt1 .strong1 {
    font-size: 16px;
    font-weight: 700;
}

.edec-rn1-qc-buttons1&gt;* {
    width: 31.72413793%;
}

.edec-rn1-pd1 {
    padding: 14px 10px 14px 14px;
}

.edec-qc-cnt1 .block1&gt;div:nth-child(1) {
    width: 280px;
}

.edec-qc-cnt1 .block1&gt;div:nth-child(2) {
    border-left: 2px dotted #333;
    margin-left: 27px;
    padding-left: 27px;
}

.edec-qc-cnt1 .block1 .edec-select1 {
    border-color: #fff;
    color: #333;
}

.edec-qc-cnt1 .block1 .edec-select1::-ms-expand {
    display: none;
}

.edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-select1 {
    border-radius: 4px 0 0 4px;
    width: 192px;
}

.edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-select1::-ms-expand {
    display: none;
}

.edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1 {
    border-color: #fff;
    border-left-color: #aaa;
    border-radius: 0;
    height: 42px;
    width: 423px;
}

.edec-qc-cnt1 .block1&gt;div:nth-child(2) .button1 {
    background: #5F90D5 url("/front/assets/img/common/icon-loupe1.svg") no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid #5F90D5;
    border-radius: 0 4px 4px 0;
    height: 42px;
    margin: 0;
    outline: none;
    vertical-align: top;
    width: 45px;
}



.edec-mypage-menu1 {
    display: flex;
    justify-content: center;
    margin: 0 auto 48px;
}

.edec-mypage-menu1 {
    display: flex;
    justify-content: center;
}

.edec-mypage-menu1 a {
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 130px;
}

/*.edec-mypage-menu1 a:before {
	background-color: transparent;
	content: "";
	display: block;
	left: 15px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 0;
	transition: all 0.3s ease;
}
.edec-mypage-menu1 a:hover:before,
.edec-mypage-menu1 a.active:before {
	background-color: #ea554a;
}*/
.edec-mypage-menu1 .icon1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 50px;
    margin: 12px auto 9px;
    position: relative;
    transition: all 0.3s ease;
    width: 50px;
}

.edec-mypage-menu1 .icon1-1 {
    background-image: url("/front/assets/img/common/icon-mypage1.svg");
}

.edec-mypage-menu1 .icon1-2 {
    background-image: url("/front/assets/img/common/icon-mypage2.svg");
}

.edec-mypage-menu1 .icon1-3 {
    background-image: url("/front/assets/img/common/icon-mypage3.svg");
}

.edec-mypage-menu1 .icon1-4 {
    background-image: url("/front/assets/img/common/icon-mypage4.svg");
}

.edec-mypage-menu1 .icon1-5 {
    background-image: url("/front/assets/img/common/icon-mypage5.svg");
}

.edec-mypage-menu1 .icon1-6 {
    background-image: url("/front/assets/img/common/icon-mypage6.svg");
}

.edec-mypage-menu1 .icon1-7 {
    background-image: url("/front/assets/img/common/icon-mypage7.svg");
}

.edec-mypage-menu1 .icon1-8 {
    background-image: url("/front/assets/img/common/icon-mypage8.svg");
}

.edec-mypage-menu1 .icon1-9 {
    background-image: url("/front/assets/img/common/icon-mypage9.svg");
}

/*.edec-mypage-menu1 :hover .icon1-1,
.edec-mypage-menu1 .active .icon1-1 {
	background-image: url("/front/assets/img/common/icon-mypage1a.svg");
}
.edec-mypage-menu1 :hover .icon1-2,
.edec-mypage-menu1 .active .icon1-2 {
	background-image: url("/front/assets/img/common/icon-mypage2a.svg");
}
.edec-mypage-menu1 :hover .icon1-3,
.edec-mypage-menu1 .active .icon1-3 {
	background-image: url("/front/assets/img/common/icon-mypage3a.svg");
}
.edec-mypage-menu1 :hover .icon1-4,
.edec-mypage-menu1 .active .icon1-4 {
	background-image: url("/front/assets/img/common/icon-mypage4a.svg");
}
.edec-mypage-menu1 :hover .icon1-5,
.edec-mypage-menu1 .active .icon1-5 {
	background-image: url("/front/assets/img/common/icon-mypage5a.svg");
}
.edec-mypage-menu1 :hover .icon1-6,
.edec-mypage-menu1 .active .icon1-6 {
	background-image: url("/front/assets/img/common/icon-mypage6a.svg");
}
.edec-mypage-menu1 :hover .icon1-7,
.edec-mypage-menu1 .active .icon1-7 {
	background-image: url("/front/assets/img/common/icon-mypage7a.svg");
}
.edec-mypage-menu1 :hover .icon1-8,
.edec-mypage-menu1 .active .icon1-8 {
	background-image: url("/front/assets/img/common/icon-mypage8a.svg");
}*/
.edec-rn1-table1 {
    border-bottom: 3px solid #aaa;
    margin: 5px 0;
    width: 100%;
}

.edec-rn1-table1 .col1 {
    text-align: center;
    white-space: nowrap;
    width: 1%;
}

.edec-rn1-table1 .col3 {
    width: 111px;
}

.edec-rn1-table1 .col4 {
    width: 215px;
}

.edec-rn1-table1 .col5 {
    width: 77px;
}

.edec-rn1-table1 thead th {
    background: #888;
    border-left: 1px solid #fff;
    color: #fff;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-rn1-table1 thead th.bdt1 {
    border-top: 1px solid #fff;
}

.edec-rn1-table1 thead th+th {
    border-left: 1px solid #fff;
}

.edec-rn1-table1 thead .iebd1 th:first-child {
    border-left: 1px solid #ddd;
}

.edec-rn1-table1 thead th input[type=checkbox] {
    margin: -3px 6px 0 0;
    transform: scale(1.3);
    vertical-align: middle;
}

.edec-rn1-table1 tbody td {
    font-feature-settings: "palt";
    height: 60px;
    padding: 10px 8px;
    vertical-align: middle;
}

.edec-rn1-table1.tp1 tbody td {
    border-left: 1px solid #ddd;
    height: auto;
    padding: 8px 10px;
}

.edec-rn1-table1 tbody tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-rn1-table1 tbody td+td {
    border-left: 1px solid #ddd;
}

.edec-rn1-table1 tbody td:last-child {
    border-left: 1px solid #ddd;
}

.edec-rn1-table1 tbody td:first-child {
    border-left: none;
}

.edec-rn1-table1 tbody .iebd1 td:first-child {
    border-left: 1px solid #ddd;
}

.edec-rn1-table1 tbody td.col1 {
    font-family: 'Lato' !important;
    font-weight: 400;
}

.edec-rn1-table1 tbody td.col3 {
    font-family: 'Lato' !important;
    padding-left: 5px;
    padding-right: 12px;
    text-align: right;
    white-space: nowrap;
}

.edec-rn1-table1 tbody td.col4 {
    font-family: 'Lato' !important;
    padding-left: 5px;
    padding-right: 15px;
    text-align: right;
}

.edec-rn1-table1 tbody td.bg1 {
    background-color: #ffffd5;
}

.edec-rn1-table1.tp1 tbody td.approved {
    background: #f0f8ed;
    color: #339f8f;
    font-weight: 500;
}

.edec-rn1-table1.tp1 tbody td.approved:before {
    content: url("/front/assets/img/common/icon-approved1.svg");
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 18px;
}

.edec-rn1-table1.tp1 tbody td.deny {
    background: #fff8dd;
    color: #ef772e;
    font-weight: 500;
}

.edec-rn1-table1.tp1 tbody td.deny:before {
    content: url("/front/assets/img/common/icon-deny1.svg");
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 18px;
}

.edec-rn1-table1 tbody td input[type=checkbox] {
    transform: scale(1.3);
}

.edec-rn1-table1 .item1 {
    display: flex;
    align-items: center;
}

.edec-rn1-table1 .item1 .image1 {
    display: block;
    padding-right: 12px;
    width: 92px;
}

.edec-rn1-table1 .item1 .image1 img {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.5s ease;
}

.edec-rn1-table1 .item1 .image1:hover img {
    transform: scale(1.1);
}

.edec-rn1-table1 .item1 .body1 {
    flex: 1;
}

.edec-rn1-table1 .item-name1 {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1.66;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-rn1-table1 a.item-name1:hover {
    color: #e41e1e;
    text-decoration: none;
}

.edec-rn1-table1 .item-num1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-rn1-table1 .item-num1 li {
    font-size: 14px;
    padding: 0 0 0 13px;
    position: relative;
}

.edec-rn1-table1 .item-num1 li:before {
    background: #f29697;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

.edec-rn1-table1 .item-num1 li a:hover {
    color: #ff88a4;
    text-decoration: none;
}

.edec-rn1-table1 input.quantity1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 16px;
    height: 28px;
    margin: 0;
    min-width: 48px;
    outline: none;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}

.edec-rn1-table1 .icons1 {
    white-space: nowrap;
}

.edec-rn1-table1 .icons1&gt;*+* {
    margin-left: 10px;
}

.edec-rn1-table1 .icon-spprice1 {
    background: #ff88a4;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 8px;
}

.edec-rn1-table1 img.s1 {
    height: auto;
    height: 26px;
}

.edec-rn1-table1 img.s2 {
    height: auto;
    height: 41px;
}

.edec-rn1-table1 .arrow1 {
    color: #888;
    font-size: 12px;
}

.edec-rn1-table1 .cellwap1 {
    white-space: normal !important;
    width: 20em;
}

.edec-rn1-table1 .price1 {
    font-weight: 700;
}

.edec-rn1-table1 .price1 .num1 {
    font-family: 'Lato' !important;
    color: #e41e1e;
    font-size: 18px;
    white-space: nowrap;
}

.edec-rn1-table1 .price1 .num2 {
    font-family: 'Lato' !important;
    color: #00b900;
    font-size: 18px;
    white-space: nowrap;
}

.edec-rn1-table1 .price1 .small1 {
    font-size: 12px;
}

.edec-rn1-table1 .price2 {
    font-weight: 700;
}

.edec-rn1-table1 .edec-center1 .price2 {
    margin: auto;
    max-width: 106px;
    text-align: right;
    width: 100%;
}

.edec-rn1-table1 .price2 .num1 {
    font-family: 'Lato' !important;
    font-size: 16px;
    white-space: nowrap;
}

.edec-rn1-table1 .price2 .small1 {
    font-size: 13px;
}

.edec-rn1-table1 .price3 {
    font-weight: 400;
    display: inline-flex;
    align-items: flex-end;
    width: 200px;
}

.edec-rn1-table1 .price3 .num1 {
    font-family: 'Lato' !important;
    color: #e41e1e;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    margin-left: auto;
    white-space: nowrap;
}

.edec-rn1-table1 .price3 .num2 {
    font-family: 'Lato' !important;
    color: #00b900;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    margin-left: auto;
    white-space: nowrap;
}

.edec-rn1-table1 .price3 .small1 {
    font-size: 12px;
}

.edec-rn1-table1 .price3+* {
    display: inline-block;
}

.edec-rn1-table1 .btn1 {
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 3px;
    color: #ff88a4;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin: 5px auto;
    max-width: 86px;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.edec-rn1-table1 .btn1:hover {
    background: #ff88a4;
    color: #fff;
}

.edec-rn1-table1 .btn2 {
    background: #666666;
    border: 1px solid #666666;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin: 5px auto;
    max-width: 86px;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.edec-rn1-table1 .btn2:hover {
    opacity: 0.7;
}

.edec-rn1-table1 .edec-select1 {
    font-size: 15px;
    height: 36px;
    line-height: 34px;
}

.edec-rn1-table1 .rn1-bg1 {
    background: #f7f7f7;
}

.edec-rn1-table1 .rn1-bg2 {
    background-color: #f7f7f7;
    background-image: linear-gradient(to top, #fff 37px, transparent 37px);
    padding-bottom: 63px;
    padding-top: 16px;
}

.edec-rn1-table1 .rn1-pst-r {
    position: relative;
}

.edec-rn1-table1 tr.rn1-collapse1&gt;td {
    border: none !important;
    position: relative;
}

.edec-rn1-table1 tr.rn1-collapse1+tr {
    border-top: 3px solid #aaa;
}

.edec-rn1-table1 .rn1-bdl1 {
    background-size: 1px 100%;
    background-image: linear-gradient(to bottom, transparent 10px, #ddd 10px, #ddd 100%);
    background-repeat: repeat-y;
    background-position: 0 0;
    border-left: none !important;
    height: auto;
    padding-bottom: 5px !important;
    white-space: nowrap;
}

.edec-rn1-table1 .rn1-bdl2 {
    background-size: 100% 1px, 1px 100%;
    background-image: linear-gradient(to right, transparent 19px, #ddd 19px, #ddd calc(100% - 19px), transparent calc(100% - 19px)), linear-gradient(to top, transparent 10px, #ddd 10px, #ddd 100%);
    background-repeat: repeat-x, repeat-y;
    background-position: 0 0, 0 0;
    border-left: none !important;
    border-top: none !important;
    height: auto;
    padding-top: 5px !important;
    white-space: nowrap;
}

/*.edec-rn1-table1 .rn1-bdl2:before {
	border-left: 1px solid #ddd;
	bottom: 10px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}*/
.edec-rn1-table1 .rn1-bdl3 {
    background-size: 1px 100%;
    background-image: linear-gradient(to bottom, transparent 10px, #ddd 10px, #ddd calc(100% - 10px), transparent calc(100% - 10px));
    background-repeat: repeat-y;
    background-position: 0 0;
    border-left: none !important;
}

/*.edec-rn1-table1 .rn1-bdl3:before {
	border-left: 1px solid #ddd;
	bottom: 10px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 10px;
}*/
.edec-rn1-table1 .rn1-wd1 {
    padding-left: 0;
    padding-right: 0;
    width: 150px;
}

.edec-rn1-table1 .thumbs1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 50px;
}

.edec-rn1-table1 .thumbs1 img {
    height: auto;
    width: 50px;
}

.edec-rn1-table1 label input[type=checkbox] {
    margin: -2px 0.5em 0 0;
    transform: scale(1.3);
    vertical-align: middle;
}

.edec-rn1-b-wrap1 {
    background: #fff;
    border: 2px solid #ccc;
    padding: 12px 0 0;
}

.edec-rn1-b-wrap1 table {
    border-bottom: none;
    margin-bottom: 0;
}

.edec-rn1-check1 {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right;
}

.edec-rn1-b-wrap1 .edec-rn1-check1 {
    margin-right: 12px;
}

.edec-rn1-t-ac-btn1 {
    background: #ff88a4;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: relative;
    transition: 0.5s;
    width: 32px;
}

.edec-rn1-t-ac-btn1:hover {
    opacity: 0.7;
}

.edec-rn1-t-ac-btn1.open1 {
    transform: rotate(180deg);
}

.edec-rn1-t-ac-btn1:before {
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    content: "";
    display: block;
    height: 8px;
    left: 12px;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
    width: 8px;
}

.edec-rn1-table1 .edec-rn1-t-ac-btn1 {
    position: absolute;
    right: 35px;
    top: 19px;
}

.rn1-collapse1 {
    display: none;
}

.edec-rn1-label-icon1 {
    display: block;
    height: 32px;
    margin: auto;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 32px;
}

.edec-rn1-label-icon1.label0 {
    mask-image: url("/front/assets/img/common/icon_label0.png");
}

.edec-rn1-label-icon1.label1 {
    mask-image: url("/front/assets/img/common/icon_label1.png");
}

.edec-rn1-label-icon1.label2 {
    mask-image: url("/front/assets/img/common/icon_label2.png");
}

.edec-rn1-label-icon1.label3 {
    mask-image: url("/front/assets/img/common/icon_label3.png");
}

.edec-rn1-label-icon1.label4 {
    mask-image: url("/front/assets/img/common/icon_label4.png");
}

.edec-rn1-label-icon1.label5 {
    mask-image: url("/front/assets/img/common/icon_label5.png");
}

.edec-rn1-label-icon1.label6 {
    mask-image: url("/front/assets/img/common/icon_label6.png");
}

.edec-rn1-label-icon1.label7 {
    mask-image: url("/front/assets/img/common/icon_label7.png");
}

.edec-rn1-label-icon1.label8 {
    mask-image: url("/front/assets/img/common/icon_label8.png");
}

.edec-rn1-label-icon1.label9 {
    mask-image: url("/front/assets/img/common/icon_label9.png");
}

.edec-rn1-label-icon1.color0 {
    background-color: #f2f2f2;
}

.edec-rn1-label-icon1.color1 {
    background-color: #ff3b39;
}

.edec-rn1-label-icon1.color2 {
    background-color: #ff8c00;
}

.edec-rn1-label-icon1.color3 {
    background-color: #74c900;
}

.edec-rn1-label-icon1.color4 {
    background-color: #00a250;
}

.edec-rn1-label-icon1.color5 {
    background-color: #0000c6;
}

.edec-rn1-label-icon1.color6 {
    background-color: #8100bc;
}

.edec-rn1-label-icon1.color7 {
    background-color: #ff2799;
}

.edec-rn1-label-icon1.color8 {
    background-color: #ffaf00;
}

.edec-rn1-label-icon1.color9 {
    background-color: #86ec00;
}

.edec-rn1-label-icon1.color10 {
    background-color: #00bc94;
}

.edec-rn1-label-icon1.color11 {
    background-color: #0038ff;
}

.edec-rn1-label-icon1.color12 {
    background-color: #a40688;
}

.edec-rn1-label-icon1.color13 {
    background-color: #ff71ff;
}

.edec-rn1-label-icon1.color14 {
    background-color: #ffdf00;
}

.edec-rn1-label-icon1.color15 {
    background-color: #00ff00;
}

.edec-rn1-label-icon1.color16 {
    background-color: #009bff;
}

.edec-rn1-label-icon1.color17 {
    background-color: #522eff;
}

.edec-rn1-label-icon1.color18 {
    background-color: #c45eb2;
}

.edec-rn1-label-icon1.color19 {
    background-color: #ffc4cf;
}

.edec-rn1-label-icon1.color20 {
    background-color: #fff26e;
}

.edec-rn1-label-icon1.color21 {
    background-color: #beff00;
}

.edec-rn1-label-icon1.color22 {
    background-color: #00ffff;
}

.edec-rn1-label-icon1.color23 {
    background-color: #7d80ff;
}

.edec-rn1-label-icon1.color24 {
    background-color: #dd9eea;
}

.edec-rn1-label-icon1.color25 {
    background-color: #b26c00;
}

.edec-rn1-label-icon1.color26 {
    background-color: #bb9800;
}

.edec-rn1-label-icon1.color27 {
    background-color: #678200;
}

.edec-rn1-label-icon1.color28 {
    background-color: #006939;
}

.edec-rn1-label-icon1.color29 {
    background-color: #002990;
}

.edec-rn1-label-icon1.color30 {
    background-color: #4b007b;
}

.edec-rn1-label-icon1.color31 {
    background-color: #000000;
}

.edec-rn1-label-icon1.color32 {
    background-color: #333333;
}

.edec-rn1-label-icon1.color33 {
    background-color: #555555;
}

.edec-rn1-label-icon1.color34 {
    background-color: #777777;
}

.edec-rn1-label-icon1.color35 {
    background-color: #999999;
}

.edec-rn1-label-icon1.color36 {
    background-color: #bbbbbb;
}

.edec-rn1-labels1 {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 150px;
}

.edec-rn1-labels1&gt;* {
    position: relative;
    text-align: center;
    width: 50px;
}

.edec-rn1-labels1&gt; *:nth-child(-n+2):after {
    border-right: 2px dotted #bbb;
    content: "";
    display: block;
    height: 37px;
    position: absolute;
    right: -1px;
    top: 0;
}

.edec-rn1-labels1 .txt1 {
    color: #666;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.edec-rn1-labels1 a.disabled {
    pointer-events: none;
}

.btn-edit-label1 {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.27;
    margin: auto;
    min-height: 38px;
    text-align: center;
    text-decoration: none !important;
    transition: 0.3s;
    width: 130px;
}

.btn-edit-label1.disabled {
    pointer-events: none;
}

*+.btn-edit-label1 {
    margin-top: 10px;
}

.btn-edit-label1:hover {
    background-color: #E2E2E2;
}

.edec-rn1-cart-buttons3 {
    display: flex;
    justify-content: flex-end;
    margin: 13px 0 10px;
}

.edec-rn1-cart-buttons3&gt;* {
    margin: 0;
}

.edec-cart-btn1.rn1-s1 {
    max-width: 300px;
}

.edec-cart-btn1.rn1-s1&gt;span {
    line-height: 56px;
}

.edec-cart-btn1.rn1-s1 #cart-popover1 {
    background-image: url("/front/assets/img/common/cart-btn-popup-bg4.png");
    height: 124px;
    margin-left: -164.5px;
    top: -117px;
    width: 329px;
}

.edec-rn1-quick-order-button1 {
    background: #5f90d5;
    border: 1px solid #5f90d5;
    border-radius: 5px;
    display: inline-block;
    height: 56px;
    margin: 0;
    max-width: 300px;
    outline: none;
    position: relative;
    transition: 0.3s;
    width: 100%;
}

.edec-rn1-quick-order-button1:hover {
    opacity: 0.8;
}

.edec-rn1-quick-order-button1&gt;span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-rn1-quick-order-button1 .icon1 {
    background: url("/front/assets/img/common/icon-quick2.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 40.4px;
    margin: 0 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 40.4px;
}

.edec-rn1-quick-order-button1 .txt1 {
    background: url("/front/assets/img/common/quick-order-text1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 17px;
    margin: 0 7px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: -999em;
    vertical-align: middle;
    width: 205px;
}

.edec-rn1-select-label-modal1 {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 340px;
    z-index: -10;
}

.edec-rn1-select-label-modal1.st1 {
    width: 339px;
}

.edec-rn1-select-label-modal1.st2 {
    width: 370px;
}

.edec-rn1-select-label-modal1.st2:after {
    background: #fff;
    border-color: #bbb #bbb transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 21px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -11px;
    transform: rotate(-45deg);
    width: 21px;
}

.edec-rn1-select-label-modal1 .head1 {
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 19px 9px;
    position: relative;
}

.edec-rn1-select-label-modal1.st1 .head1 {
    border-bottom: none;
    padding: 0;
}

.edec-rn1-select-label-modal1 .head1 .close1 {
    height: 16px;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 16px;
}

.edec-rn1-select-label-modal1 .head1 .close1:after,
.edec-rn1-select-label-modal1 .head1 .close1:before {
    background: #666;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    width: 23px;
}

.edec-rn1-select-label-modal1 .head1 .close1:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.edec-rn1-select-label-modal1 .head1 .close1:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.edec-rn1-select-label-modal1.st1 .head1 .close1 {
    background: #333;
    border-radius: 50%;
    height: 34px;
    position: absolute;
    right: -12px;
    top: -15px;
    width: 34px;
}

.edec-rn1-select-label-modal1.st1 .head1 .close1:after,
.edec-rn1-select-label-modal1.st1 .head1 .close1:before {
    background: #fff;
    border-radius: 1px;
    height: 2px;
    width: 17px;
}

.edec-rn1-select-label-modal1 .body1 {
    padding: 13px 18px;
}

.edec-rn1-select-label-modal1 .check-group1 label {
    cursor: pointer;
    margin-bottom: 4px;
    width: 100%;
}

.edec-rn1-select-label-modal1 .check-group1 label input[type=checkbox] {
    display: none;
}

.edec-rn1-select-label-modal1 .check-group1 label&gt;span {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 5px;
    position: relative;
    width: 100%;
}

.edec-rn1-select-label-modal1 .check-group1 label&gt; :checked+span {
    border-color: #ff88a4;
    border-width: 2px;
}

.edec-rn1-select-label-modal1 .check-group1 label .edec-rn1-label-icon1 {
    height: 26px;
    margin-right: 13px;
    width: 26px;
}

.edec-rn1-select-label-modal1 .check-group1 label .txt1 {
    flex: 1;
    font-size: 15px;
}

.edec-rn1-select-label-modal1 .foot1 {
    border-top: 1px dashed #bbb;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.edec-rn1-select-label-modal1 .foot1 .btn1 {
    appearance: none;
    background: #ff88a4;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    transition: 0.3s;
    width: 100%;
}

.edec-rn1-select-label-modal1 .foot1 .btn1:hover {
    opacity: 0.7;
}

.edec-rn1-select-label-modal1 .label-list1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 7px 0;
}

.edec-rn1-select-label-modal1 .label-list1&gt;* {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    min-height: 40px;
    overflow: hidden;
    width: 100%;
}

.edec-rn1-select-label-modal1 .label-list1 .edec-rn1-label-icon1 {
    mask-size: 26px auto;
    width: 40px;
}

.edec-rn1-select-label-modal1 .label-list1 .txt1 {
    display: flex;
    align-items: center;
    flex: 1;
    background: #eee;
    padding: 0 0 0 8px;
}

.edec-rn1-select-label-modal1 .label-list2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.edec-rn1-select-label-modal1 .label-list2&gt;* {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    margin: 0;
    min-height: 40px;
    overflow: hidden;
    padding: 6px;
    width: 100%;
}

.edec-rn1-select-label-modal1 .label-list2&gt;*:hover {
    background: #fff;
    text-decoration: none;
}

.edec-rn1-select-label-modal1 .label-list2&gt;*.selected {
    border: 2px solid #ff88a4;
}

.edec-rn1-select-label-modal1 .label-list2 .edec-rn1-label-icon1 {
    width: 26px;
}

.edec-rn1-select-label-modal1 .label-list2 .txt1 {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 0 0 0 13px;
}

.edec-rn1-add-label1 {
    border: 1px solid #bbb;
    border-radius: 6px;
    display: flex;
    margin-bottom: 9px;
    overflow: hidden;
    width: 100%;
}

.edec-rn1-add-label1.enter1 {
    border-style: dashed;
}

.edec-rn1-add-label1&gt; :nth-child(1) {
    background: #eee;
    display: flex;
    align-items: center;
    position: relative;
    width: 205px;
}

.edec-rn1-add-label1&gt; :nth-child(1):before {
    border-color: transparent transparent transparent #eee;
    border-style: solid;
    border-width: 10px 14px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -26px;
    top: calc(50% -10px);
    width: 0;
}

.edec-rn1-add-label1 .icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    position: relative;
    width: 94px;
}

.edec-rn1-add-label1.enter1 .icon1 span:after,
.edec-rn1-add-label1.enter1 .icon1 span:before {
    background: #eee;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    margin: -2px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.edec-rn1-add-label1.enter1 .icon1 span:before {
    transform: rotate(90deg);
    transform-origin: center center;
}

.edec-rn1-add-label1 .icon1:before {
    background: #fff;
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.edec-rn1-add-label1 .edec-rn1-label-icon1 {
    height: 64px;
    width: 64px;
}

.edec-rn1-add-label1 .select1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.edec-rn1-add-label1 .btn-select1 {
    background: #fff;
    border: 1px solid #999;
    border-radius: 14px;
    color: #333;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    width: 80px;
}

.edec-rn1-add-label1 .btn-select1:hover {
    background: #F4F4F4;
}

.btn-select-label-shape1.disabled {
    pointer-events: none;
}

.btn-select-label-color1.disabled {
    pointer-events: none;
}

.edec-rn1-add-label1&gt; :nth-child(2) {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 20px 0 22px;
}

.edec-rn1-add-label1 .sep1 {
    background-image: radial-gradient(circle, #cbcbcb 1.5px, transparent 1.5px);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 3px 7px;
    height: 40px;
    width: 40px;
}

.edec-rn1-add-label1 [type=text] {
    appearance: none;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: calc(100% - 197px);
}

.edec-rn1-add-label1 .btn-add1 {
    appearance: none;
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #ff88a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    outline: none;
    padding: 0;
    transition: 0.3s;
    width: 156px;
}

.edec-rn1-add-label1 .btn-add1.disabled {
    background: #fff;
    border-color: #ccc;
    color: #ccc;
    pointer-events: none;
}

.edec-rn1-add-label1 .btn-add1:not(.disabled):hover {
    background: #ff88a4;
    color: #fff;
}

.edec-rn1-add-label1 .btn-change1 {
    appearance: none;
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    outline: none;
    padding: 0;
    transition: 0.3s;
    width: 74px;
}

.edec-rn1-add-label1 .btn-change1:hover {
    opacity: 0.7;
}

.edec-rn1-add-label1 .btn-delete1 {
    appearance: none;
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    outline: none;
    padding: 0;
    transition: 0.3s;
    width: 74px;
}

.edec-rn1-add-label1 .btn-change1+.btn-delete1 {
    margin-left: 8px;
}

.edec-rn1-add-label1 .btn-delete1:hover {
    opacity: 0.7;
}

.edec-rn1-add-label1&gt; :nth-last-of-type(1) {
    border-left: 1px solid #bbb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    width: 368px;
}

.edec-rn1-add-label1 .btn-list1 {
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #ff88a4;
    display: block;
    font-feature-settings: "palt";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 15px 2px 10px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
}

.edec-rn1-add-label1 .btn-list1:before {
    border-color: #ff88a4 #ff88a4 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}

.edec-rn1-add-label1 .btn-list1:hover {
    opacity: 0.7;
}

.edec-rn1-add-label1 .btn-list1.disabled {
    border-color: #ccc;
    color: #ccc;
    pointer-events: none;
}

.edec-rn1-add-label1 .btn-list1.disabled:before {
    border-color: #ccc #ccc transparent transparent;
}

.edec-rn1-select-label-shape-modal1 {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 256px;
    z-index: -10;
}

.edec-rn1-select-label-shape-modal1 .head1 {
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 19px 9px;
    position: relative;
}

.edec-rn1-select-label-shape-modal1 .head1 .close1 {
    height: 16px;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 16px;
}

.edec-rn1-select-label-shape-modal1 .head1 .close1:after,
.edec-rn1-select-label-shape-modal1 .head1 .close1:before {
    background: #666;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    width: 23px;
}

.edec-rn1-select-label-shape-modal1 .head1 .close1:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.edec-rn1-select-label-shape-modal1 .head1 .close1:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.edec-rn1-select-label-shape-modal1 .body1 {
    padding: 28px 10px 24px;
}

.edec-rn1-label-shape1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: auto;
    width: 222px;
}

.edec-rn1-label-shape1&gt;* {
    aspect-ratio: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 64px;
}

.edec-rn1-label-shape1&gt;*:before {
    border: 1px solid #bbb;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.edec-rn1-label-shape1&gt;*.selected1:before {
    border-color: #ff88a4;
    border-width: 4px;
}

.edec-rn1-label-shape1&gt;* span {
    aspect-ratio: 1;
    background-color: #888;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 50px;
}

.edec-rn1-label-shape1 .label0 span {
    mask-image: url("/front/assets/img/common/icon_label0.png");
}

.edec-rn1-label-shape1 .label1 span {
    mask-image: url("/front/assets/img/common/icon_label1.png");
}

.edec-rn1-label-shape1 .label2 span {
    mask-image: url("/front/assets/img/common/icon_label2.png");
}

.edec-rn1-label-shape1 .label3 span {
    mask-image: url("/front/assets/img/common/icon_label3.png");
}

.edec-rn1-label-shape1 .label4 span {
    mask-image: url("/front/assets/img/common/icon_label4.png");
}

.edec-rn1-label-shape1 .label5 span {
    mask-image: url("/front/assets/img/common/icon_label5.png");
}

.edec-rn1-label-shape1 .label6 span {
    mask-image: url("/front/assets/img/common/icon_label6.png");
}

.edec-rn1-label-shape1 .label7 span {
    mask-image: url("/front/assets/img/common/icon_label7.png");
}

.edec-rn1-label-shape1 .label8 span {
    mask-image: url("/front/assets/img/common/icon_label8.png");
}

.edec-rn1-label-shape1 .label9 span {
    mask-image: url("/front/assets/img/common/icon_label9.png");
}

.edec-rn1-select-label-color-modal1 {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 256px;
    z-index: -10;
}

.edec-rn1-select-label-color-modal1 .head1 {
    border-bottom: 1px solid #bbb;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 19px 9px;
    position: relative;
}

.edec-rn1-select-label-color-modal1 .head1 .close1 {
    height: 16px;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 16px;
}

.edec-rn1-select-label-color-modal1 .head1 .close1:after,
.edec-rn1-select-label-color-modal1 .head1 .close1:before {
    background: #666;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    width: 23px;
}

.edec-rn1-select-label-color-modal1 .head1 .close1:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.edec-rn1-select-label-color-modal1 .head1 .close1:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.edec-rn1-select-label-color-modal1 .body1 {
    padding: 20px 10px 22px;
}

.edec-rn1-color-pick1 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: auto;
    width: 230px;
}

.edec-rn1-color-pick1&gt;* {
    aspect-ratio: 1;
    cursor: pointer;
    display: block;
    width: 35px;
}

.edec-rn1-color-pick1 .color1 {
    background-color: #ff3b39;
}

.edec-rn1-color-pick1 .color2 {
    background-color: #ff8c00;
}

.edec-rn1-color-pick1 .color3 {
    background-color: #74c900;
}

.edec-rn1-color-pick1 .color4 {
    background-color: #00a250;
}

.edec-rn1-color-pick1 .color5 {
    background-color: #0000c6;
}

.edec-rn1-color-pick1 .color6 {
    background-color: #8100bc;
}

.edec-rn1-color-pick1 .color7 {
    background-color: #ff2799;
}

.edec-rn1-color-pick1 .color8 {
    background-color: #ffaf00;
}

.edec-rn1-color-pick1 .color9 {
    background-color: #86ec00;
}

.edec-rn1-color-pick1 .color10 {
    background-color: #00bc94;
}

.edec-rn1-color-pick1 .color11 {
    background-color: #0038ff;
}

.edec-rn1-color-pick1 .color12 {
    background-color: #a40688;
}

.edec-rn1-color-pick1 .color13 {
    background-color: #ff71ff;
}

.edec-rn1-color-pick1 .color14 {
    background-color: #ffdf00;
}

.edec-rn1-color-pick1 .color15 {
    background-color: #00ff00;
}

.edec-rn1-color-pick1 .color16 {
    background-color: #00d8ff;
}

.edec-rn1-color-pick1 .color17 {
    background-color: #522eff;
}

.edec-rn1-color-pick1 .color18 {
    background-color: #c45eb2;
}

.edec-rn1-color-pick1 .color19 {
    background-color: #ffc4cf;
}

.edec-rn1-color-pick1 .color20 {
    background-color: #fff26e;
}

.edec-rn1-color-pick1 .color21 {
    background-color: #beff00;
}

.edec-rn1-color-pick1 .color22 {
    background-color: #00ffff;
}

.edec-rn1-color-pick1 .color23 {
    background-color: #7d80ff;
}

.edec-rn1-color-pick1 .color24 {
    background-color: #dd9eea;
}

.edec-rn1-color-pick1 .color25 {
    background-color: #b26c00;
}

.edec-rn1-color-pick1 .color26 {
    background-color: #bb9800;
}

.edec-rn1-color-pick1 .color27 {
    background-color: #678200;
}

.edec-rn1-color-pick1 .color28 {
    background-color: #006939;
}

.edec-rn1-color-pick1 .color29 {
    background-color: #002990;
}

.edec-rn1-color-pick1 .color30 {
    background-color: #4b007b;
}

.edec-rn1-color-pick1 .color31 {
    background-color: #000000;
}

.edec-rn1-color-pick1 .color32 {
    background-color: #333333;
}

.edec-rn1-color-pick1 .color33 {
    background-color: #555555;
}

.edec-rn1-color-pick1 .color34 {
    background-color: #777777;
}

.edec-rn1-color-pick1 .color35 {
    background-color: #999999;
}

.edec-rn1-color-pick1 .color36 {
    background-color: #bbbbbb;
}

.edec-in-cart-modal1.rn1-caution1 .modal-dialog {
    max-width: 500px;
}

.edec-in-cart-modal1.rn1-caution1 .modal-content {
    border: 5px solid #ea554a;
}

.edec-in-cart-modal1.rn1-caution1 .modal-body {
    background: url("/front/assets/img/common/bg-rn1-caution1.png") no-repeat center top 8px / 124px auto;
    padding: 45px 0 20px;
}

.edec-in-cart-modal1.rn1-caution1 .block1 .title1 {
    color: #ea554a;
}

.edec-in-cart-modal1.rn1-caution1 .block1 .buttons1 .btn1.st1 {
    background: #ea554a;
    border: 1px solid #ea554a;
}

.modal-open .edec-rn1-label-list-modal1.modal.show {
    display: block !important;
}

.edec-rn1-label-list-modal1 .modal-dialog {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    /*height: calc(100vh - 120px);
	margin: 110px auto 0;*/
    height: calc(100% - 100px);
    margin-top: 60px;
    max-width: 1186px;
    min-height: 0;
    width: 100%;
}

.edec-rn1-label-list-modal1 .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
}

.edec-rn1-label-list-modal1 .modal-body {
    display: block;
    padding: 0;
    position: relative;
}

.edec-rn1-label-list-modal1 .modal-body .close {
    background: #333 url("https://stg-educe-web.craypas.co.jp/front/assets/img/common/close1.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: -48px;
    width: 40px;
    z-index: 1;
}

.edec-rn1-label-list-modal1 .block1 {
    border: none;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    /*padding: 14px 0 14px 14px;*/
    position: absolute;
    width: 100%;
}

.edec-rn1-popup-title1 {
    display: flex;
    align-items: center;
    margin: 10px 0 15px;
}

.edec-rn1-popup-title1 .edec-rn1-label-icon1 {
    height: 36px;
    width: 36px;
}

.edec-rn1-popup-title1 .txt1 {
    flex: 1;
    font-size: 22px;
    font-size: 400;
    margin-left: 0;
}

.edec-mypage-menu1 .badge1 .icon1:before {
    background: #ffe900;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: -13px;
    top: -7px;
    width: 14px;
}

.edec-mypage-menu1 .text1 {
    color: #888;
    display: block;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    transition: all 0.3s ease;
}

.edec-mypage-menu1 :hover .text1 {
    color: #8EBF00;
}

.edec-mypage-menu1 .active .text1 {
    color: #8EBF00;
    font-weight: 700;
}



.edec-myp-cnt1 {
    background: #f9f9e4;
    padding: 40px 60px;
}

.edec-myp-cnt1 .title1 {
    background: #fff;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 32px;
    padding: 19px 0;
    position: relative;
    text-align: center;
}

.edec-myp-cnt1 .title1 span:nth-child(1) {
    background: #666;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    margin: -5px 12px 0 0;
    padding: 0 20px;
    position: relative;
    vertical-align: middle;
}

.edec-myp-cnt1 .title1 span:nth-child(2) {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
}

.edec-myp-cnt1 .block1 {
    display: table;
    width: 100%;
}

.edec-myp-cnt1 .block1&gt;div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.edec-myp-cnt1 .block1&gt;div:nth-child(1) {
    padding-right: 60px;
}

.edec-myp-cnt1 .block1&gt;div:nth-child(2) {
    border-left: 2px dotted #666;
    padding-left: 60px;
}

.edec-myp-cnt1 .block1 .box1 {
    background: #f7e8e5;
    padding: 24px 29px;
}

.edec-myp-cnt1 .hd1 {
    color: #e41e1e;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 10px;
}

.edec-myp-cnt1 .hd1 img {
    height: 24px;
    margin: -5px 6px 0 0;
    position: relative;
    width: auto;
}

.edec-myp-cnt1 .data1 {
    display: table;
    width: 100%;
}

.edec-myp-cnt1 .data1 th {
    background: #666;
    color: #fff;
    font-weight: 500;
    padding: 15px 13px;
    text-align: left;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}

.edec-myp-cnt1 .data1 td {
    background: #fff;
    padding: 15px 13px;
    text-align: left;
    vertical-align: middle;
}

.edec-myp-cnt1 .data1 tr+tr th,
.edec-myp-cnt1 .data1 tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-myp-cnt1 .data2 {
    background: #fff;
    border-radius: 4px;
    display: table;
    line-height: 1.1;
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
}

.edec-myp-cnt1 .data2 dt {
    border-right: 1px solid #f1e8e5;
    display: table-cell;
    font-weight: 500;
    margin: 0;
    padding: 15px 0 15px 19px;
    text-align: left;
    vertical-align: middle;
    width: 52.4444%;
}

.edec-myp-cnt1 .data2 dd {
    display: table-cell;
    margin: 0;
    padding: 15px 19px 15px 0;
    text-align: right;
    vertical-align: middle;
    width: 47.5556%;
}

.edec-myp-cnt1 .data2 .num1 {
    color: #e41e1e;
    font-family: 'Lato' !important;
    font-size: 24px;
    font-weight: 700;
}

.edec-myp-cnt1 .data2 .num1 .small1 {
    font-size: 18px;
}

.edec-myp-cnt1 .data2 .num2 {
    font-family: 'Lato' !important;
    font-size: 20px;
    font-weight: 700;
}

.edec-myp-cnt1 .data2 .num2 .small1 {
    font-size: 14px;
}

.edec-myp-cnt1 .btn1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-weight: 700;
    line-height: 48px;
    margin: 15px 0;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-myp-cnt1 .btn1:hover {
    opacity: 0.8;
}



.edec-myp-links1 {
    display: flex;
    flex-wrap: wrap;
    margin: 44px 0 0;
}

.edec-myp-links1 .item1 {
    margin: 0 3.5714% 25px 0;
    width: 30.9523%;
}

.edec-myp-links1 .item1:nth-child(3n) {
    margin-right: 0;
}

.edec-myp-links1 .item1:nth-child(3n+1) {
    clear: left;
}

.edec-myp-links1 .btn1 {
    background: #fff;
    border: 1px solid #aadc41;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    width: 100%;
}

/*.edec-myp-links1 .btn1:hover {
	border-color: #f3ffd9;
}*/
.edec-myp-links1 .btn1:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 0;
}

.edec-myp-links1 .btn1:hover:before {
    background-color: #f3ffd9;
    width: 100%;
}

.edec-myp-links1 .btn1 .icon1 {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

.edec-myp-links1 .btn1 .icon1-1 {
    background-image: url("/front/assets/img/common/icon-mypage1.svg");
}

.edec-myp-links1 .btn1 .icon1-2 {
    background-image: url("/front/assets/img/common/icon-mypage2.svg");
}

.edec-myp-links1 .btn1 .icon1-3 {
    background-image: url("/front/assets/img/common/icon-mypage3.svg");
}

.edec-myp-links1 .btn1 .icon1-4 {
    background-image: url("/front/assets/img/common/icon-mypage4.svg");
}

.edec-myp-links1 .btn1 .icon1-5 {
    background-image: url("/front/assets/img/common/icon-mypage5.svg");
}

.edec-myp-links1 .btn1 .icon1-6 {
    background-image: url("/front/assets/img/common/icon-mypage6.svg");
}

.edec-myp-links1 .btn1 .icon1-7 {
    background-image: url("/front/assets/img/common/icon-mypage7.svg");
}

.edec-myp-links1 .btn1 .icon1-8 {
    background-image: url("/front/assets/img/common/icon-mypage8.svg");
}

.edec-myp-links1 .btn1 .icon1-9 {
    background-image: url("/front/assets/img/common/icon-mypage9.svg");
}

.edec-myp-links1 .btn1:hover .icon1-8 {
    background-image: url("/front/assets/img/common/icon-mypage8.svg") !important;
}

/*.edec-myp-links1 .btn1:hover .icon1-1 {
	background-image: url("/front/assets/img/common/icon-mypage1a.svg");
}
.edec-myp-links1 .btn1:hover .icon1-2 {
	background-image: url("/front/assets/img/common/icon-mypage2b.svg");
}
.edec-myp-links1 .btn1:hover .icon1-3 {
	background-image: url("/front/assets/img/common/icon-mypage3b.svg");
}
.edec-myp-links1 .btn1:hover .icon1-4 {
	background-image: url("/front/assets/img/common/icon-mypage4b.svg");
}
.edec-myp-links1 .btn1:hover .icon1-5 {
	background-image: url("/front/assets/img/common/icon-mypage5b.svg");
}
.edec-myp-links1 .btn1:hover .icon1-6 {
	background-image: url("/front/assets/img/common/icon-mypage6b.svg");
}
.edec-myp-links1 .btn1:hover .icon1-7 {
	background-image: url("/front/assets/img/common/icon-mypage7b.svg");
}*/
.edec-myp-links1 .btn1:hover .icon1-8 {
    background-image: url("/front/assets/img/common/icon-mypage8b.svg");
}

.edec-myp-links1 .btn1 .icon1.badge1:before {
    background: #ffe900;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    top: -7px;
    width: 14px;
}

.edec-myp-links1 .btn1 .text1 {
    color: #666;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 64px;
    padding: 0 32px 0 67px;
    position: relative;
}

/*.edec-myp-links1 .btn1:hover .text1 {
	color: #fff;
}*/
.edec-myp-links1 .btn1 .text1:after {
    border-color: #aadc41 #aadc41 transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
}

/*.edec-myp-links1 .btn1:hover .text1:after {
	border-color: #fff #fff transparent transparent;
}*/
.edec-myp-links1 .note1 {
    color: #e41e1e;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.edec-myp-links1 .copy1 {
    font-feature-settings: "palt";
    margin: 10px 0 0 0;
}

.edec-myp-links1 .note1+.copy1 {
    margin-top: 5px;
}




.edec-myp-data1 {
    background: #f1f9dd;
    margin: 35px auto;
    padding: 22px;
    position: relative;
}

.edec-myp-data1.w2 {
    max-width: 870px;
    width: 100%;
}

.edec-myp-data1:before {
    border-color: #f1f9dd transparent transparent transparent;
    border-style: solid;
    border-width: 14px 12px;
    bottom: -28px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: 0 0 0 -14px;
    position: absolute;
}

/*.edec-myp-data1 .table1 {
	width: 100%;
}
.edec-myp-data1 .table1 thead th {
	background: #e8e1cd;
	border-right: 1px solid #d5cab5;
	font-size: 13px;
	font-weight: 500;
	padding: 5px ;
	text-align: center;
	vertical-align: middle;
}
.edec-myp-data1 .table1 thead th:last-child {
	border-right: none;
}
.edec-myp-data1 .table1 tbody td {
	background: #fff;
	border-right: 1px solid #d5cab5;
	padding: 15px 5px ;
	text-align: center;
	vertical-align: middle;
}
.edec-myp-data1 .table1 tbody td:last-child {
	border-right: none;
}*/
.edec-myp-data1 .data1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.edec-myp-data1 .data1 dl {
    margin: 0;
    padding: 0;
    width: 174px;
}

.edec-myp-data1 .data1 dl.w1 {
    width: 345px;
}

.edec-myp-data1 .data1.st1 dl.w1 {
    width: 456px;
}

.edec-myp-data1 .data1 dl.w2 {
    width: 696px;
}

.edec-myp-data1 .data1.eq1 dl {
    white-space: nowrap;
    width: 100%;
}

.edec-myp-data1 .data1 dl dt {
    background: #dbf0ad;
    border-right: 1px solid #c3d5a1;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.edec-myp-data1 .data1.st1 dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    line-height: 1.2;
}

.edec-myp-data1 .data1 dl:last-child dt {
    border-right: none;
}

.edec-myp-data1 .data1 dl dd {
    background: #fff;
    border-right: 1px solid #c3d5a1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.edec-myp-data1 .data1 dl:last-child dd {
    border-right: none;
}

.edec-myp-data1 .data1 .approved {
    background: url("/front/assets/img/common/icon-approved1.svg") no-repeat left center;
    background-size: 18px 18px;
    color: #339f8f;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    padding: 0 0 0 24px;
}



.edec-myp-data2 {
    background: #f7f4eb;
    margin: 35px auto;
    padding: 22px;
    position: relative;
}

.edec-myp-data2 .block1 {
    display: flex;
    justify-content: space-between;
}

.edec-myp-data2 .data1 {
    display: table;
    width: 49.0534%;
}

.edec-myp-data2 .data1 dl {
    display: table-row;
    margin: 0;
    padding: 0;
}

.edec-myp-data2 .data1 dl&gt;* {
    display: table-cell;
    padding: 6px 15px;
    vertical-align: middle;
}

.edec-myp-data2 .data1 dl+dl&gt;* {
    border-top: 1px solid #d5cab5;
}

.edec-myp-data2 .data1 dl dt {
    background: #e8e1cd;
    font-size: 13px;
    font-weight: 500;
    width: 164px;
}

.edec-myp-data2 .data1 dl dd {
    background: #fff;
    font-size: 15px;
    font-weight: 400;
}



.edec-btn2 {
    background: #555;
    border: 1px solid #555;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 42px;
    line-height: 40px;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 120px;
}

.edec-btn2.st1 {
    background: #FF88A4;
    border: 1px solid #FF88A4;
    font-weight: 700;
}

.edec-btn2:hover {
    opacity: 0.8;
}



.edec-btn3 {
    background: #FF88A4;
    border: 1px solid #FF88A4;
    border-radius: 6px;
    break-inside: avoid;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 78px;
    margin: 50px auto;
    max-width: 700px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-btn3:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}



.edec-link1 {
    color: #000;
    display: inline-block;
    padding: 0 25px 0 0;
    position: relative;
}

.edec-link1:after {
    background: url("/front/assets/img/common/icon-link-arrow1.svg") no-repeat center center;
    background-size: 18px 18px;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.edec-link2 {
    background: url("/front/assets/img/common/icon-link-arrow1.svg") no-repeat right 1px center;
    background-size: 16px 16px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    padding: 0 24px 0 0;
}

.edec-link3 {
    color: #000;
    display: inline-block;
    position: relative;
}

.edec-link3.l {
    padding: 0 25px 0 0;
}

.edec-link3.r {
    padding: 0 0 0 25px;
}

.edec-link3.l:after {
    background: url("/front/assets/img/common/icon-link-arrow1.svg") no-repeat center center;
    background-size: 18px 18px;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.edec-link3.r:before {
    background: url("/front/assets/img/common/icon-link-arrow1.svg") no-repeat center center;
    background-size: 18px 18px;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 18px;
}



.edec-note1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-note1 li {
    padding-left: 1em;
    text-indent: -1em;
}

.edec-note1 li+li {
    margin-top: 0.3em;
}

.edec-note1 a {
    text-decoration: underline;
}

.edec-note1 a:hover {
    text-decoration: none;
}



.edec-cart-total1 {
    background: #f5f5f5;
    margin: 0 0 25px;
    padding: 40px 0 37px;
}

.edec-table-wrap2+.edec-cart-total1 {
    margin-top: 30px;
}

.edec-cart-total1 .copy1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 35px;
    text-align: center;
}

.edec-cart-total1 .block1 {
    background: #fff;
    display: flex;
    margin: auto;
    max-width: 940px;
    width: 100%;
}

.edec-cart-total1 .block1+.block1 {
    margin-top: 9px;
}

.edec-cart-total1 .block1&gt;div {
    display: flex;
    align-items: center;
    padding: 20px;
}

.edec-cart-total1 .block1&gt;div:nth-child(1) {
    width: 53%;
}

.edec-cart-total1 .block1&gt;div:nth-child(2) {
    border-left: 1px solid #ccc;
    width: 47%;
}

.edec-cart-total1 .block1 dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.edec-cart-total1 .block1 dl dt {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.edec-cart-total1 .block1 dl dd {
    margin: 0;
    padding: 0;
    text-align: right;
}

.edec-cart-total1 .block1 .num1 {
    color: #e41e1e;
    font-size: 28px;
    font-weight: 700;
}

.edec-cart-total1 .block1 .num1 .small1 {
    font-size: 22px;
}

.edec-cart-total1 .block1 .num2 {
    font-size: 24px;
    font-weight: 700;
}

.edec-cart-total1 .block1 .num2 .small1 {
    font-size: 18px;
}

.edec-cart-total1 .block1 p {
    font-size: 14px;
    margin: 10px 0 0;
}

.edec-cart-total1 .dlist1 {
    position: relative;
    width: 100%;
}

.edec-cart-total1 .dlist1 .edec-tip1 {
    height: auto;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) translatey(-100%);
    width: 351px;
}

.edec-cart-total1 .dlist1 dl {
    background: #F8F8F8;
}

.edec-cart-total1 .dlist1 dl+dl {
    margin-top: 1px;
}

.edec-cart-total1 .dlist1 dl dt,
.edec-cart-total1 .dlist1 dl dd {
    padding: 10px 15px;
}

.edec-cart-total1 .dlist1 dl dt {
    color: #000;
    font-size: 15px;
    padding-right: 0;
    width: 50%;
}

.edec-cart-total1 .dlist1 dl dd {
    padding-left: 0;
    width: 50%;
}

.edec-cart-total1 .block1 .dlist1 .num1 {
    font-size: 22px;
}

.edec-cart-total1 .block1 .dlist1 .num1 .small1 {
    font-size: 16px;
}

.edec-cart-total1 .block1 .note1 {
    color: #FF0000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.edec-cart-total1 .block1 .dlist1 .note1 {
    margin: 10px 0 0 0;
    text-align: right;
}



.edec-cart-total2 {
    background: #f5f5f5;
    margin: 30px 0;
    padding: 27px 31px;
}

.edec-cart-total2 .block1 {
    background: #fff;
    padding: 15px;
    text-align: center;
}

.edec-cart-total2 .block1 dl {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.edec-cart-total2 .block1 dl dt {
    font-weight: 700;
    margin: 0 15px 0 0;
    padding: 0.2em 0 0;
}

.edec-cart-total2 .block1 dl dd {
    margin: 0;
    padding: 0;
}

.edec-cart-total2 .block1 .num1 {
    color: #e41e1e;
    font-size: 28px;
    font-weight: 700;
}

.edec-cart-total2 .block1 .num1 .small1 {
    font-size: 22px;
}



.edec-cart-wrap1 {
    position: relative;
}

.edec-in-cart-btn1 {
    background: #ff88a4 url("/front/assets/img/common/icon-in-cart2.svg") no-repeat center center;
    background-size: 87px;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 111px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    transition: background-color 0.5s ease;
    width: 111px;
}

.edec-in-cart-btn1:hover {
    background-color: #ff9db4;
}

.edec-cart-wrap1 .edec-in-cart-btn1 {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}



.edec-dl-data1 {
    background: #fcf4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}

.edec-dl-data1 .edec-input1 {
    height: 34px;
    text-align: right;
}

.edec-dl-data1 .edec-input1.w1 {
    width: 74px;
}

.edec-dl-data1 .edec-input1.w2 {
    width: 48px;
}

.edec-dl-data1 span+.edec-input1 {
    margin-left: 5px;
}

.edec-dl-data1 .btn1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    line-height: 48px;
    margin: -5px 0 0 25px;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease;
    vertical-align: middle;
    width: 270px;
}

.edec-dl-data1 .btn1:hover {
    opacity: 0.8;
}



.edec-tabs1 {
    margin: 30px auto 50px;
    max-width: 1366px;
    min-width: 1260px;
    position: relative;
    width: 100%;
}

.edec-tabs1 .nav1 {
    background #fff;
    background: linear-gradient(to top, #ccc 0px, #ccc 1px, #fff 1px, #fff 100%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-tabs1 .nav1 li {
    margin: 0 6px;
    position: relative;
    width: 372px;
}

.edec-tabs1 .nav1 li a {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-bottom-color: #ccc;
    border-radius: 6px 6px 0 0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    padding: 15px 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
}

.edec-tabs1 .nav1 li a:hover {
    color: #000;
}

.edec-tabs1 .nav1 li a:hover:after {
    border-bottom: 1px solid #aadc41;
    bottom: -1px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.edec-tabs1 .nav1 li a.active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
    color: #000;
    font-weight: 700;
}

.edec-tabs1 .nav1 li a.active:hover:after {
    display: none;
}

.edec-tabs1 .nav1 li a span {
    font-size: 14px;
}

.edec-tabs1 .nav1 li a.active span {
    display: none !important;
}

.edec-tabs1 .nav1 li a.active:before {
    border-color: #aadc41 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 6px;
    bottom: -24px;
    content: "";
    display: block;
    height: 0;
    margin-left: -6px;
    left: 50%;
    position: absolute;
    width: 0;
}

.edec-note-wrap1 {
    background: #f4fde2;
    display: flex;
    justify-content: center;
    margin: 15px 0 45px;
    padding: 20px;
}



.edec-tabs2 {
    margin-top: 40px;
}

.edec-tabs2 .nav2 {
    background: linear-gradient(to top, #eee 0px, #eee 3px, #fff 3px, #fff 100%);
}

.edec-tabs2 .nav2 .nav-item {
    padding: 0 25px;
    position: relative;
}

.edec-tabs2 .nav2 .nav-item+.nav-item:before {
    border-left: 1px solid #ccc;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.edec-tabs2 .nav2 .nav-link {
    background-color: transparent;
    border-bottom: 3px solid #f2f2f2;
    border-bottom-color: #ccc;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    width: 220px;
}

.edec-tabs2 .nav2 .nav-link:hover {
    border-bottom-color: #8ebf00;
    color: #000;
}

.edec-tabs2 .nav2 .nav-link&gt;span&gt;span {
    display: block;
    font-size: 12px;
    margin-top: 2px;
    width: 100%;
}

.edec-tabs2 .nav2 .nav-link.active {
    background: #fff;
    border-bottom-color: #8ebf00;
    color: #8ebf00;
    font-weight: 700;
}

.edec-tabs2 .nav2 .nav-link.active&gt;span&gt;span {
    font-weight: 500;
}

.edec-tabs2 .tab-content2 .tab-pane {
    padding: 25px 0 0;
}



.edec-myp-utl1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 20px;
}

.edec-myp-utl1 p {
    font-feature-settings: "palt";
    margin: 0 17px 0 0;
    max-width: 555px;
    width: 100%;
}

.edec-myp-utl1 .btn1 {
    background: #ea554a;
    border: 1px solid #ea554a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 58px;
    margin: -5px 0 0 0;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity .5s ease;
    vertical-align: middle;
    width: 360px;
}

.edec-myp-utl1 .btn1:hover {
    opacity: 0.8;
}



.edec-myp-utl2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 20px;
}

.edec-myp-utl2.bd1 {
    border: 8px solid #f7ede5;
    padding: 25px 0;
}

.edec-myp-utl2 p {
    font-feature-settings: "palt";
    margin: -0.1em 10px 0 0;
}

.edec-myp-utl2 .btn1 {
    background: #339f8f;
    border: 1px solid #339f8f;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 58px;
    margin: -5px 15px 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    transition: opacity .5s ease;
    vertical-align: middle;
    width: 320px;
}

.edec-myp-utl2 .btn1:hover {
    opacity: 0.8;
}

.edec-myp-utl2 .btn1:before {
    background: url("/front/assets/img/common/icon-approved2.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 26px;
    margin: -3px 8px 0 0;
    vertical-align: middle;
    width: 26px;
}

.edec-myp-utl2 .btn2 {
    background: #ef772e;
    border: 1px solid #ef772e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 58px;
    margin: -5px 0 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    transition: opacity .5s ease;
    vertical-align: middle;
    width: 320px;
}

.edec-myp-utl2 .btn2:hover {
    opacity: 0.8;
}

.edec-myp-utl2 .btn2:before {
    background: url("/front/assets/img/common/icon-deny2.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 26px;
    margin: -3px 8px 0 0;
    vertical-align: middle;
    width: 26px;
}



.edec-confirm-modal1 .modal-dialog {
    max-width: 500px;
}

.edec-confirm-modal1 .modal-content {
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.edec-confirm-modal1 .modal-body {
    padding: 50px 0 30px;
}

.edec-confirm-modal1 .modal-body .close {
    background: transparent url("/front/assets/img/common/icon-close2.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: 15px;
    width: 20px;
}

.edec-confirm-modal1 .block1 {
    margin: auto;
    max-width: 430px;
    width: 100%;
}

.edec-confirm-modal1 .block1 .title1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-align: center;
}

.edec-confirm-modal1 .block1 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 16px;
    height: 6em;
    outline: none;
    padding: 0.5em 10px;
    width: 100%;
}

.edec-confirm-modal1 .block1 .buttons1 {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
}

.edec-confirm-modal1 .block1 .buttons1 .btn1 {
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 8px;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 160px;
}

.edec-confirm-modal1 .block1 .buttons1 .btn1.st1 {
    background: #ea554a;
    border: 1px solid #ea554a;
}

.edec-confirm-modal1 .block1 .buttons1 .btn1:hover {
    opacity: 0.8;
}



.edec-epoint-cnt1 {
    background: #faefee;
    margin: 20px auto 50px;
    max-width: 940px;
    padding: 25px 10px;
}

.edec-epoint-cnt1 .hd1 {
    color: #e41e1e;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 18px;
    position: relative;
    text-align: center;
}

.edec-epoint-cnt1 .hd1 img {
    height: 24px;
    margin: -0.2em 6px 0 0;
    width: 24px;
}

.edec-epoint-cnt1 .block1 {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.edec-epoint-cnt1 .block1 .data1 {
    background: #fff;
    border-radius: 4px;
    display: table;
    height: 56px;
    margin: 0 12px;
    padding: 0;
    width: 420px;
}

.edec-epoint-cnt1 .block1 .data1&gt;* {
    display: table-cell;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    vertical-align: middle;
}

.edec-epoint-cnt1 .block1 .data1 dt {
    font-weight: 500;
    padding-left: 19px;
    width: 201px;
}

.edec-epoint-cnt1 .block1 .data1 dd {
    border-left: 1px solid #f1e8e5;
    font-weight: 700;
    line-height: 1.1;
    padding-right: 18px;
    text-align: right;
}

.edec-epoint-cnt1 .block1 .data1 .num1 {
    color: #e41e1e;
    font-size: 24px;
}

.edec-epoint-cnt1 .block1 .data1 .num1 .small1 {
    font-size: 18px;
}

.edec-epoint-cnt1 .block1 .data1 .num2 {
    font-size: 20px;
}

.edec-epoint-cnt1 .block1 .data1 .num2 .small1 {
    font-size: 14px;
}



.edec-notice-block1 {
    border: 2px solid #e41e1e;
    margin: auto;
    max-width: 940px;
    padding: 8px;
    text-align: center;
    width: 100%;
}

.edec-notice-block1 p {
    color: #e41e1e;
    font-feature-settings: "palt";
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}



.edec-notice-block2 {
    border: 1px solid #ea554a;
    margin: 55px auto 50px;
    max-width: 940px;
    padding: 25px 5px;
    text-align: center;
    width: 100%;
}

.edec-notice-block2 p {
    color: #e41e1e;
    font-feature-settings: "palt";
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.edec-notice-block2 p .ub1 {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ffffa0 50%);
    padding: 0 0.2em 0.2em;
}



.edec-epoint-content1 .title1 {
    font-feature-settings: "palt";
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 38px;
    letter-spacing: 0.08em;
    margin: 30px 0 20px;
    position: relative;
    text-align: center;
}

.edec-epoint-content1 .title1 span {
    color: #ff88a4;
}

.edec-epoint-content1 .copy1 {
    font-feature-settings: "palt";
    font-size: 19px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin: 0 0 80px;
    position: relative;
    text-align: center;
}

.edec-epoint-content1 .block1 {
    display: flex;
    justify-content: space-between;
}

.edec-epoint-content1 .block1-1 {
    background: #fff9f6;
    width: 47.6190%;
}

.edec-epoint-content1 .block1-1-1 {
    background: #ffebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 167px;
    padding: 45px 0 0;
    position: relative;
}

.edec-epoint-content1 .block1-1-1 .tip1 {
    background: #fff;
    border: 2px solid #ff9db4;
    border-radius: 6px;
    color: #ff88a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 35px;
    font-weight: 400;
    height: 73px;
    left: 50%;
    letter-spacing: 0.1em;
    line-height: 1.2;
    position: absolute;
    top: -38px;
    text-align: center;
    transform: translateX(-50%);
    max-width: 460px;
    width: 100%;
}

.edec-epoint-content1 .block1-1-1 .tip1&gt;span&gt;span {
    bottom: 0.2em;
    font-size: 23px;
    position: relative;
}

.edec-epoint-content1 .block1-1-1 .tip1:after {
    background: #fff;
    border-color: transparent #ff9db4 #ff9db4 transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    bottom: -14px;
    content: "";
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    transform: rotate(45deg);
    width: 24px;
}

.edec-epoint-content1 .block1-1-1 .image1 {
    height: 120px;
    width: auto;
}

.edec-epoint-content1 .block1-1-1 .text3 {
    color: #ff88a4;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.edec-epoint-content1 .block1-1-1 .text3 .small {
    font-size: 14px;
    font-weight: 700;
}

.edec-epoint-content1 .block1-1-1 .text3 .epoint1 {
    display: inline-block;
    height: auto;
    margin: -0.25em 0.1em 0 0.1em;
    position: relative;
    vertical-align: middle;
    width: 142px;
}

.edec-epoint-content1 .block1-1-2 {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.edec-epoint-content1 .block1-1-2 .text1 {
    color: #e41e1e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.edec-epoint-content1 .block1-1-2 .text2 {
    color: #e41e1e;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
}

.edec-epoint-content1 .block1-1-2 .text4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.edec-epoint-content1 .block1-1-2 .text4 .small {
    font-size: 12px;
}

.edec-epoint-content1 .block1-1-2 .edec-note1 {
    font-size: 14px;
    margin: auto;
    max-width: 505px;
    width: 100%;
}

.edec-epoint-content1 .block1-1-2 .btn1 {
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    color: #ff88a4;
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    margin: 25px auto 0;
    max-width: 460px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.edec-epoint-content1 .block1-1-2 .btn1:after {
    background: url("/front/assets/img/common/icon-anchor-arrow1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
}

.edec-epoint-content1 .block1-1-2 .btn1:hover:after {
    background-image: url("/front/assets/img/common/icon-anchor-arrow2.svg");
}

.edec-epoint-content1 .block1-1-2 .btn1:before {
    background-color: transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%;
}

.edec-epoint-content1 .block1-1-2 .btn1:hover:before {
    background-color: #ff88a4;
    height: 100%;
}

.edec-epoint-content1 .block1-1-2 .btn1 span {
    display: block;
    padding: 16px 25px 17px 0;
    position: relative;
}

.edec-epoint-content1 .block1-1-2 .btn1:hover span {
    color: #fff;
}

.edec-epoint-content1 .block2 {
    background: #ebf9fb;
    font-feature-settings: "palt";
    margin: 64px 0;
    padding: 35px 0;
    text-align: center;
}

.edec-epoint-content1 .block2 p {
    font-size: 16px;
    margin: 0 0 15px;
}

.edec-epoint-content1 .block3 {
    background: #f8fcee;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin: 0 0 65px;
    padding: 55px 0 50px;
}

.edec-epoint-content1 .block3 .image1 {
    height: 320px;
    margin: 40px auto 35px;
    width: auto;
}

.edec-epoint-content1 .block3 .btn1 {
    background: #ff9db4;
    border: 1px solid #ff9db4;
    border-radius: 6px;
    display: block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 68px;
    margin: auto;
    max-width: 500px;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-epoint-content1 .block3 .btn1:hover {
    opacity: 0.8;
}

.edec-epoint-content1 .block3 .btn1 span img {
    display: inline-block;
    height: 42px;
    margin: -0.2em 8px 0 0;
    position: relative;
    vertical-align: middle;
    width: 42px;
}

.edec-epoint-content1 .block3 .edec-note1 {
    font-size: 14px;
}

.edec-epoint-content1 .title2 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

.edec-epoint-content1 .title3 {
    background: #fff;
    border: 1px solid #555;
    border-radius: 6px;
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 40px 0 15px;
    padding: 18px 22px;
    position: relative;
    text-align: left;
}


.modal-open .edec-quick-order-modal1.modal.show {
    display: block !important;
}

/*.edec-quick-order-modal1 {
	justify-content: flex-end !important;
}*/
.edec-quick-order-modal1 .modal-dialog {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    height: calc(100vh - 16px);
    margin: 16px 0 0 0;
    max-width: 600px;
    position: absolute;
    right: 0;
}

.edec-quick-order-modal1 .modal-content {
    border: none;
    border-radius: 0;
    height: 100%;
}

.edec-quick-order-modal1 .modal-body {
    display: block;
    padding: 0;
    position: relative;
}

.edec-quick-order-modal1 .modal-body .close {
    background: #333 url("/front/assets/img/common/close1.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    left: -16px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: -16px;
    width: 40px;
    z-index: 1;
}

.edec-quick-order-modal1 .block1 {
    border: none;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}

.ovfh1 {
    overflow-x: hidden;
}



.edec-campaign-block1 {
    margin: 16px 0;
}

.edec-campaign-block1 dl {
    font-feature-settings: "palt";
    margin: 0;
    padding: 0;
}

.edec-campaign-block1 dl dt {
    background: #74be04;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.edec-campaign-block1 dl dt img {
    display: inline-block;
    height: 22px;
    margin: 0 5px 0 0;
    position: relative;
    top: -0.1em;
    vertical-align: middle;
    width: 22px;
}

.edec-campaign-block1 dl dd {
    background: #f2f9e9;
    font-size: 14px;
    line-height: 1.57;
    margin: 0;
    padding: 12px 24px;
    position: relative;
}

.edec-campaign-block1 dl dd a {
    font-weight: 700;
    text-decoration: underline;
}

.edec-campaign-block1 dl dd a:hover {
    text-decoration: none;
}



.edec-campaign-block2 {
    margin: 5px 0 0;
}

.edec-campaign-block2 dl {
    border: 2px solid #74be04;
    font-feature-settings: "palt";
    margin: 0;
    padding: 0;
}

.edec-campaign-block2 dl dt {
    background: #fff;
    border-bottom: 1px solid #74be04;
    color: #74be04;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.edec-campaign-block2 dl dd {
    background: #fff;
    font-size: 13px;
    margin: 0;
    padding: 10px;
    position: relative;
}

.edec-campaign-block2 dl dd a {
    font-weight: 700;
    text-decoration: underline;
}

.edec-campaign-block2 dl dd a:hover {
    text-decoration: none;
}



.edec-page-links1 {
    font-size: 0;
    line-height: 0;
    margin: 55px 0 75px;
    padding: 0;
    text-align: center;
}

.edec-page-links1 li {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
}

.edec-page-links1 li+li {
    border-left: 1px solid #000;
    margin-left: 1em;
    padding-left: 1em;
}

.edec-page-links1 a {
    color: #000;
}



.edec-page-links2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 65px;
    padding: 0;
}

.edec-page-links2 li {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    list-style: none;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 25%;
}

.edec-page-links2 li a {
    background: #fff;
    display: flex;
    align-items: center;
    height: 82px;
    padding: 9px 0 9px 15px;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}

.edec-page-links2 li a:hover {
    color: #FF5771;
    text-decoration: none;
}

.edec-page-links2 li a img {
    box-shadow: 0 0 0 6px #fff;
    height: auto;
    width: 46px;
}

.edec-page-links2 li a .text1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.46;
    padding: 0 0 0 15px;
}

.edec-page-links2 li a:after {
    background: url("/front/assets/img/common/icon-anchor-arrow3.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    width: 17px;
}



.edec-page-links3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 65px;
    padding: 0;
}

.edec-page-links3 li {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    list-style: none;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 25%;
}

.edec-page-links3 li a {
    background: #fff;
    display: flex;
    align-items: center;
    height: 82px;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}

.edec-page-links3 li a:hover,
.edec-page-links3 li a.selected {
    background: #fff6f7;
    color: #FF5771;
    text-decoration: none;
}

.edec-page-links3 li a .thumb1 {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: all 0.5s ease;
    width: 80px;
}

.edec-page-links3 li a:hover .thumb1,
.edec-page-links3 li a.selected .thumb1 {
    background: #fff6f7;
}

.edec-page-links3 li a img {
    box-shadow: 0 0 0 6px #fff;
    height: auto;
    width: 46px;
}

.edec-page-links3 li a .text1 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.46;
    padding: 0 0 0 16px;
}



.edec-faq-cnt1+.edec-faq-cnt1 {
    margin-top: 10px;
}

.edec-faq-cnt1+ :not(.edec-faq-cnt1) {
    margin-top: 50px;
}

.edec-faq-cnt1 .hd1 {
    background: #f7f6f5;
    border-radius: 6px;
    cursor: pointer;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    padding: 20px 30px 20px 50px;
    position: relative;
}

.edec-faq-cnt1 .hd1:before {
    color: #9f8583;
    content: "Q";
    font-family: 'Lato' !important;
    font-size: 20px;
    font-weight: 900;
    left: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateY(-1px);
}

.edec-faq-cnt1 .hd1 .blt1 {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 20px;
}

.edec-faq-cnt1 .hd1 .blt1:after,
.edec-faq-cnt1 .hd1 .blt1:before {
    background: #333;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform 0.3s ease;
    width: 20px;
}

.edec-faq-cnt1 .hd1 .blt1:before {
    transform: rotate(90deg);
}

.edec-faq-cnt1 .hd1.open1 .blt1:before {
    transform: rotate(0deg);
}

.edec-faq-cnt1 .hd1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.edec-faq-cnt1 .body1 {
    display: none;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    padding: 18px 0 40px 50px;
    position: relative;
}

.edec-faq-cnt1 .body1:before {
    color: #ff88a4;
    content: "A";
    font-family: 'Lato' !important;
    font-size: 20px;
    font-weight: 900;
    left: 18px;
    position: absolute;
    top: 17px;
}

.edec-faq-cnt1 .body1 p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.edec-faq-cnt1 hr {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 18px 0;
    overflow: hidden;
    width: 100%;
}



.edec-foot-content1 {
    background: #f7f6f5;
    margin: 90px 0 -58px;
    padding: 40px 12.5px;
    position: relative;
}

.edec-foot-content1 .copy1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.edec-foot-content1 .block1 {
    margin: 25px auto 0;
    max-width: 1260px;
    min-width: 1040px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.edec-foot-content1 .block1:before {
    background: #d7cec9;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
}

.edec-foot-content1 .block1 .item1 {
    background: #fff;
    float: left;
    padding: 25px 0;
    text-align: center;
    width: 45.2380%;
}

.edec-foot-content1 .block1 .item1+.item1 {
    float: right;
}

.edec-foot-content1 .block1 .hd1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

.edec-foot-content1 .block1 .phone1 {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.edec-foot-content1 .block1 .phone1 img {
    height: 32px;
    margin: 0 5px 0 0;
    width: 32px;
}

.edec-foot-content1 .block1 .phone1 .text1 {
    font-size: 13px;
    margin-right: 0.5em;
}

.edec-foot-content1 .block1 .phone1 .text2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.edec-foot-content1 .block1 .note1 {
    color: #666;
    font-size: 12px;
    margin: 12px 0 0;
}

.edec-foot-content1 .block1 .btn1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: auto;
    max-width: 400px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-foot-content1 .block1 .btn1:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.edec-foot-content1 .block1 .btn1 img {
    height: 37px;
    margin: -0.15em 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 37px;
}



.edec-welcome_page-cnt1 .block1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 940px;
    width: 100%;
}

.edec-welcome_page-cnt1 .block1 img {
    height: auto;
    margin: 0 40px 0 0;
    width: 490px;
}

.edec-welcome_page-cnt1 .block1 .copy1 {
    font-feature-settings: "palt";
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0;
}

.edec-welcome_page-cnt1 .block1 .copy1 .edec-em1 {
    font-size: 35px;
    position: relative;
}

.edec-welcome_page-cnt1 .block1 .copy1 .edec-em1 .sup1 {
    bottom: 1.5em;
    font-size: 12px;
    position: relative;
}

.edec-welcome_page-cnt1 .block1 .edec-note1 {
    font-feature-settings: "palt";
    font-size: 15px;
    letter-spacing: 0.08em;
    margin: 10px 0 0 5px;
}

.edec-welcome_page-cnt1 .block1 .edec-note1 .edec-em1 {
    font-size: 20px;
}

.edec-welcome_page-cnt2 {
    background: #f7f7f7;
    margin: 50px auto 55px;
    max-width: 1366px;
    position: relative;
    width: 100%;
}

.edec-welcome_page-cnt2:after,
.edec-welcome_page-cnt2:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 213px;
}

.edec-welcome_page-cnt2:before {
    background: linear-gradient(to right, #fff, #f7f7f7);
    left: 0;
}

.edec-welcome_page-cnt2:after {
    background: linear-gradient(to right, #f7f7f7, #fff);
    right: 0;
}

.edec-welcome_page-cnt2 .block1 {
    margin: auto;
    max-width: 940px;
    padding: 35px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-welcome_page-cnt2 .block1 .copy2 {
    font-size: 17px;
    line-height: 1.64;
    margin: 0;
}

.edec-welcome_page-cnt2 .block1 .notice1 {
    background: #fff;
    border: 1px solid #e41e1e;
    color: #e41e1e;
    ;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 15px auto 0;
    padding: 7px 30px;
}

.edec-welcome_page-cnt3 .btn1 {
    background: #ea554a;
    border: 1px solid #ea554a;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-feature-settings: "palt";
    font-size: 26px;
    font-weight: 700;
    line-height: 83px;
    margin: 0 auto 17px;
    max-width: 940px;
    padding: 0 0 0 6.3829%;
    position: relative;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-welcome_page-cnt3 .btn1:hover {
    opacity: 0.7;
    text-decoration: none;
}

.edec-welcome_page-cnt3 .btn1:after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 10.2127%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
}

.edec-welcome_page-cnt3 .btn1 .text1 {
    font-size: 14px;
    font-weight: 500;
}

.edec-welcome_page-cnt3 .btn1 .text2 {
    font-size: 20px;
}

.edec-welcome_page-cnt3 .btn1 img {
    height: 90px;
    left: 7.8723%;
    position: absolute;
    top: -6px;
    width: auto;
}

.edec-welcome_page-cnt3 .btn2 {
    background: #d0a463;
    border: 1px solid #d0a463;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-feature-settings: "palt";
    font-size: 26px;
    font-weight: 700;
    line-height: 87px;
    margin: 0 auto;
    max-width: 940px;
    padding: 0 0 0 2.5531%;
    position: relative;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-welcome_page-cnt3 .btn2.open1 {
    border-radius: 6px 6px 0 0;
}

.edec-welcome_page-cnt3 .btn2:hover {
    opacity: 0.7;
    text-decoration: none;
}

.edec-welcome_page-cnt3 .btn2:after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 10.2127%;
    top: 50%;
    transform: translateY(-10px) rotate(135deg);
    transition: transform 0.5s ease;
    width: 15px;
}

.edec-welcome_page-cnt3 .btn2.open1:after {
    transform: translateY(-3px) rotate(-45deg);
}

.edec-welcome_page-cnt3 .btn2 img {
    height: 76px;
    left: 12.7659%;
    position: absolute;
    top: 7px;
    width: auto;
}

.edec-welcome_page-cnt3 .tab-content {
    display: none;
}

.edec-welcome_page-cnt3 .tab-pane&gt;div {
    background: #f8f4e8;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 940px;
    padding-bottom: 20px;
    height: 356px;
}

.edec-welcome_page-cnt3 .tab-pane .progress1 {
    font-family: 'Lato' !important;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.edec-welcome_page-cnt3 .tab-pane .progress1 li {
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
}

.edec-welcome_page-cnt3 .tab-pane .progress1 li span {
    background: transparent;
    border: 1px solid #d0a463;
    border-radius: 50%;
    color: #d0a463;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    width: 36px;
}

.edec-welcome_page-cnt3 .tab-pane .progress1 li span.current {
    background: #d0a463;
    color: #fff;
}

.edec-welcome_page-cnt3 .tab-pane .progress1 li span.done {
    background: #ecdcc3;
    border-color: #ecdcc3;
    color: #f8f4e8;
}

.edec-welcome_page-cnt3 .tab-pane .block1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 116px;
    text-align: center;
    width: 100%;
}

.edec-welcome_page-cnt3 .tab-pane .block2 {
    text-align: center;
    width: 100%;
}

.edec-welcome_page-cnt3 .tab-pane .copy1 {
    font-size: 22px;
    margin: 0;
}

.edec-welcome_page-cnt3 .tab-pane .copy2 {
    font-size: 22px;
    margin: 0;
}

.edec-welcome_page-cnt3 .tab-pane .buttons1 {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.edec-welcome_page-cnt3 .tab-pane .button1 {
    background: #fff;
    border: 1px solid #d0a463;
    border-radius: 34px;
    color: #d0a463;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 68px;
    margin: 0 15px;
    outline: none;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s ease;
    width: 306px;
}

.edec-welcome_page-cnt3 .tab-pane .button1:hover {
    background: #d0a463;
    color: #fff;
    text-decoration: none;
}

.edec-welcome_page-cnt3 .tab-pane .button2 {
    background: #ea554a;
    border: 1px solid #ea554a;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 78px;
    margin: 20px auto 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: 500px;
}

.ec-welcome_page-cnt3 .tab-pane .button2:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.edec-welcome_page-cnt3 .tab-pane .link1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    bottom: 25px;
    color: #d0a463;
    font-size: 15px;
    font-weight: 500;
    left: 50%;
    outline: none;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
}

.edec-welcome_page-cnt3 .tab-pane .link1:before {
    border-color: #d0a463 transparent transparent #d0a463;
    border-style: solid;
    border-width: 2px 0 0 2px;
    content: "";
    display: inline-block;
    height: 8px;
    margin: -3px 5px 0 0;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 8px;
}

.edec-welcome_page-cnt3 .tab-pane .block3 {
    background: #fff;
    display: table;
    margin: 25px auto 0;
    max-width: 840px;
    width: 100%;
}

.edec-welcome_page-cnt3 .tab-pane .block3&gt;* {
    display: table-cell;
    height: 174px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.edec-welcome_page-cnt3 .tab-pane .block3&gt;*+* {
    border-left: 1px solid #ccc;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .hd1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .phone1 {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .phone1 img {
    height: 32px;
    margin: 0;
    width: 32px;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .phone1 .text1 {
    font-size: 11px;
    margin-right: 0.5em;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .phone1 .text2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .note1 {
    color: #666;
    font-size: 12px;
    margin: 10px 0 0;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .button4 {
    background: #333;
    border: 1px solid #333;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: auto;
    max-width: 320px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .button4:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.edec-welcome_page-cnt3 .tab-pane .block3 .button4 img {
    height: 30px;
    margin: -0.15em 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 30px;
}



.edec-banners2 {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.edec-banners2 li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 20px;
    max-width: 450px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.edec-banners2 li a {
    display: block;
}

.edec-banners2 li a img {
    display: block;
    height: auto;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-banners2 li a:hover img {
    opacity: 0.8;
}



.edec-for_teacher-tabs1 {
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

.edec-for_teacher-tabs1 .nav {
    position: relative;
}

.edec-for_teacher-tabs1 .nav-item {
    margin: 0 4px;
}

.edec-for_teacher-tabs1 .nav-link {
    background: #fd8a0e;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 340px;
}

.edec-for_teacher-tabs1 .for_kinder .nav-link {
    background: #fee7ce;
    color: #fd8a0e;
}

.edec-for_teacher-tabs1 .for_kinder .nav-link.active,
.edec-for_teacher-tabs1 .for_kinder .nav-link:hover {
    background: #fd8a0e;
    color: #fff;
}

.edec-for_teacher-tabs1 .for_school .nav-link {
    background: #d2ecf7;
    color: #1fbce3;
}

.edec-for_teacher-tabs1 .for_school .nav-link.active,
.edec-for_teacher-tabs1 .for_school .nav-link:hover {
    background: #1fbce3;
    color: #fff;
}

.edec-for_teacher-tabs1 .nav-link:before {
    background: no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 36px;
    margin: -0.15em 9px 0 0;
    position: relative;
    transition: all 0.3s ease 0.5s;
    vertical-align: middle;
    width: 36px;
}

.edec-for_teacher-tabs1 .for_kinder .nav-link:before {
    background-image: url("/front/assets/img/for_teacher/kinder-icon1.png");
}

.edec-for_teacher-tabs1 .for_kinder .nav-link.active:before,
.edec-for_teacher-tabs1 .for_kinder .nav-link:hover:before {
    background-image: url("/front/assets/img/for_teacher/kinder-icon2.png");
}

.edec-for_teacher-tabs1 .for_school .nav-link:before {
    background-image: url("/front/assets/img/for_teacher/school-icon1.png");
}

.edec-for_teacher-tabs1 .for_school .nav-link.active:before,
.edec-for_teacher-tabs1 .for_school .nav-link:hover:before {
    background-image: url("/front/assets/img/for_teacher/school-icon2.png");
}

.edec-for_teacher-tabs1 .nav-link.active:after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 13px;
    bottom: -23px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.edec-for_teacher-tabs1 .for_kinder .nav-link.active:after {
    border-top-color: #fd8a0e;
}

.edec-for_teacher-tabs1 .for_school .nav-link.active:after {
    border-top-color: #1fbce3;
}

.edec-for_teacher_main1 {
    display: flex;
    margin: 35px auto 50px;
    max-width: 1260px;
    width: 100%;
}

.edec-for_teacher_main1 .image1 {
    position: relative;
    width: 700px;
}

.edec-for_teacher_main1 .image1 img {
    height: auto;
    width: 100%;
}

.edec-for_teacher_main1 .image1 img.logo1 {
    height: auto;
    left: 51px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 318px;
}

.edec-for_teacher_main1 .body1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 560px;
}

#for_kinder .edec-for_teacher_main1 .body1 {
    background: #fd8a0e;
}

#for_school .edec-for_teacher_main1 .body1 {
    background: #1fbce3;
}

.edec-for_teacher_main1 .body1 .mark1 {
    display: block;
    height: 55px;
    margin: 0 auto 8px;
    width: 55px;
}

.edec-for_teacher_main1 .body1 .title1 {
    color: #fff;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 13px;
    text-align: center;
}

.edec-for_teacher_main1 .body1 .copy1 {
    color: #fff;
    font-size: 17px;
    margin: 0;
    text-align: center;
}

.edec-for_teacher-title1 {
    border-left: 3px solid;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 18px;
    padding-left: 17px;
}

#for_kinder .edec-for_teacher-title1 {
    border-left-color: #fd8a0e;
}

#for_school .edec-for_teacher-title1 {
    border-left-color: #1fbce3;
}

.edec-for_teacher-title2 {
    background: #f7f7f7;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 28px;
    padding: 15px 0 15px 18px;
    position: relative;
}

#for_kinder .edec-for_teacher-title2 {
    color: #fd8a0e;
}

#for_school .edec-for_teacher-title2 {
    color: #1fbce3;
}

.edec-for_teacher-title2:before {
    background: no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 32px;
    margin: -0.15em 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 32px;
}

#for_kinder .edec-for_teacher-title2:before {
    background-image: url("/front/assets/img/for_teacher/kinder-icon1.png");
}

#for_school .edec-for_teacher-title2:before {
    background-image: url("/front/assets/img/for_teacher/school-icon1.png");
}



.edec-com-banner2 {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #dcdcdc;
    display: block;
    overflow: hidden;
    margin: 0 0 19px;
    text-decoration: none !important;
    width: 100%;
}

.edec-com-banner2 .image1 img {
    display: block;
    height: auto;
    transition: transform 1s ease;
    width: 100%;
}

.edec-com-banner2:hover .image1 img {
    transform: scale(1.1);
}

.edec-com-banner2 .body1 {
    padding: 20px;
}

.edec-com-banner2 .body1 p {
    font-size: 16px;
    font-weight: 700;
    height: 3em;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

#for_kinder .edec-com-banner2 .body1 p {
    color: #fd8a0e;
}

#for_school .edec-com-banner2 .body1 p {
    color: #1fbce3;
}



.edec-com-banner3 {
    display: flex;
    margin: 0 0 80px;
    text-decoration: none !important;
    width: 100%;
}

.edec-com-banner3 .image1 {
    overflow: hidden;
    width: 158px;
}

.edec-com-banner3 .image1 img {
    display: block;
    height: auto;
    transition: transform 1s ease;
    width: 100%;
}

.edec-com-banner3:hover .image1 img {
    transform: scale(1.1);
}

.edec-com-banner3 .body1 {
    flex: 1;
    padding: 20px 24px;
}

#for_kinder .edec-com-banner3 .body1 {
    background: #fff7ec;
}

.edec-com-banner3 .body1 .sub1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
}

.edec-com-banner3 .body1 .hd1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

#for_kinder .edec-com-banner3 .body1 .sub1,
#for_kinder .edec-com-banner3 .body1 .hd1 {
    color: #fd8a0e;
}

.edec-com-banner3 .body1 .text1 {
    color: #000;
    margin: 0;
}



.edec-com-banner4 {
    display: block;
    overflow: hidden;
    margin: 0;
    text-decoration: none !important;
    width: 100%;
}

.edec-com-banner4 .image1 {
    overflow: hidden;
}

.edec-com-banner4 .image1 img {
    display: block;
    height: auto;
    transition: transform 1s ease;
    width: 100%;
}

.edec-com-banner4:hover .image1 img {
    transform: scale(1.1);
}

.edec-com-banner4 .body1 {
    margin: 14px 0 0;
}

.edec-com-banner4 .body1 .hd1 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px;
    text-align: center;
}

.edec-com-banner4:hover .body1 .hd1 {
    color: #FF5771;
}

.edec-com-banner4 .body1 p {
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
}



.edec-banners3 {
    margin: 0 0 45px;
    width: 100%;
}

.edec-banners3 .inner1 {
    width: 100%;
}

.edec-banners3 .wrap1 {
    display: flex;
    flex-wrap: wrap;
}

.edec-banners3 .wrap1 .item {
    margin: 0 3.5714% 0 0;
    width: 30.9523%;
}

.edec-banners3 .wrap1 .item:nth-child(3n) {
    margin-right: 0;
}

.edec-banners3 .wrap1 .item:nth-child(n+4) {
    margin-top: 40px;
}



.edec-banners4 {
    margin: 0 0 45px;
    width: 100%;
}

.edec-banners4 .inner1 {
    width: 100%;
}

.edec-banners4 .wrap1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.edec-banners4 .wrap1 .item {
    margin: 10px;
    width: 300px;
}



.edec-adv-search2 {
    background: #fff;
    border: 5px solid #f0f0ea;
    margin: 0 0 60px;
    padding: 5px 25px 0;
}

.edec-adv-search2 .buttons1 {
    border-top: 5px solid #f0f0ea;
    margin: 0 -25px;
    padding: 21px 0 28px;
    position: relative;
    text-align: center;
}

.edec-adv-search2 .table1 {
    width: 100%;
}

.edec-adv-search2 .table1 tbody th {
    background: url("/front/assets/img/common/table-th-arrow1.png") no-repeat right 26px center;
    background-size: 10px 9px;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 0 19px 10px;
    vertical-align: middle;
    width: 143px;
}

.edec-adv-search2 .table1 tbody td {
    padding: 14px 0;
    vertical-align: middle;
}

.edec-adv-search2 .table1+.table1 {
    background: url("/front/assets/img/common/table-dot1.png") repeat-x left top;
    background-size: 6px 2px;
}

.edec-adv-search2 .buttons1 .btn1 {
    background: #666;
    border: 1px solid #666;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 58px;
    margin: auto;
    max-width: 360px;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-adv-search2 .buttons1 .btn1:hover {
    opacity: 0.8;
    text-decoration: none;
}

.edec-adv-search2 .buttons1 .btn1:before {
    background: url("/front/assets/img/common/icon-loupe1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin: -0.2em 8px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}


.edec-btn-checkbox1-wrap {
    font-size: 0;
    line-height: 0;
}

.edec-btn-checkbox1 {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
}

.edec-btn-checkbox1 input {
    display: none;
}

.edec-btn-checkbox1 span {
    background: #ddd;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 40px;
    min-width: 140px;
    padding: 0 5px;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: middle;
}

#for_kinder .edec-btn-checkbox1 span {
    background: #fffcf3;
    border-color: #fedeb9;
    color: #fd6d00;
}

#for_school .edec-btn-checkbox1 span {
    background: #f5fdff;
    border-color: #c4e8f6;
    color: #00b3e3;
}

.edec-btn-checkbox1:hover span {
    border-color: #333;
}

#for_kinder .edec-btn-checkbox1:hover span {
    border-color: #fd8a0e;
}

#for_school .edec-btn-checkbox1:hover span {
    border-color: #1fbce3;
}

.edec-btn-checkbox1 :checked+span {
    background: #ccc;
    border-color: #ccc;
    color: #fff;
    font-weight: 700;
}

#for_kinder .edec-btn-checkbox1 :checked+span {
    background: #fd8a0e;
    border-color: #fd8a0e;
    color: #fff;
}

#for_school .edec-btn-checkbox1 :checked+span {
    background: #1fbce3;
    border-color: #1fbce3;
    color: #fff;
}



.feature_list-main1 {
    display: block;
    margin: 0 auto 40px;
    max-width: 900px;
    text-decoration: none !important;
    width: 100%;
}

.feature_list-main1 .image1 {
    overflow: hidden;
    width: 100%;
}

.feature_list-main1 .image1 img {
    height: auto;
    transition: transform 1s ease;
    width: 100%;
}

a.feature_list-main1:hover .image1 img {
    transform: scale(1.1);
}

.feature_list-main1 p {
    margin: 18px 0 0;
    text-align: center;
}

a.feature_list-main1:hover p {
    color: #FF5771;
    text-decoration: none !important;
}

.modal-dialog {
    min-height: calc(100vh - 3.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.modal {
    padding: 0 !important;
}

.modal-open .modal.show {
    display: flex !important;
    /*align-items: center;
	justify-content: center;*/
    padding: 0 !important;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
}

/*.modal.show .modal-dialog {
	width: 100%;
}*/



.edec-news-list1 {
    font-feature-settings: "palt";
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-news-list1 li {
    margin: 0;
    padding: 0;
}

.edec-news-list1 li+li {
    border-top: 1px solid #ddd;
    margin-top: 21px;
    padding-top: 21px;
}

.edec-news-list1 li .meta1 {
    display: block;
    float: left;
    letter-spacing: 0.03em;
    position: relative;
    width: 128px;
}

.edec-news-list1 li .meta1 .date1 {
    color: #666;
    font-weight: 700;
}

.edec-news-list1 li .meta1 .edec-icon-new1 {
    height: 14px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
}

.edec-news-list1 li .body1 {
    display: block;
    margin-left: 138px;
}

.edec-news-list1 li .body1 a {
    color: #000;
}



.edec-entry-head1 {
    border-bottom: 1px solid #ddd;
    margin: 35px 0 30px;
    padding: 0 0 32px;
}

.edec-entry-head1 .meta1 {
    letter-spacing: 0.03em;
    margin: 0 0 18px;
    position: relative;
}

.edec-entry-head1 .meta1 .date1 {
    color: #666;
    font-weight: 700;
}

.edec-entry-head1 .meta1 .edec-icon-new1 {
    height: 14px;
    margin: -2px 0 0 10px;
    position: relative;
    vertical-align: middle;
    width: 34px;
}

.edec-entry-head1 .title1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.edec-entry-body1 p {
    font-feature-settings: "palt";
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.75;
}

.edec-entry-body1 a {
    text-decoration: underline;
    word-break: break-all;
    word-wrap: break-word;
}

.edec-entry-body1 a:hover {
    text-decoration: none;
}

.edec-entry-buttons1 {
    margin: 70px 0 0;
    text-align: center;
}



.edec-login-cnt1 {
    background: #FFF6F7;
    padding: 28px 0 30px;
}

.edec-login-cnt1 .table1 {
    margin: auto;
}

.edec-login-cnt1 .table1 th,
.edec-login-cnt1 .table1 td {
    margin: auto;
    padding: 7px 0;
    text-align: left;
    vertical-align: middle;
}

.edec-login-cnt1 .table1 th {
    font-size: 16px;
    font-weight: 700;
    padding-right: 1em;
    white-space: nowrap;
}

.edec-login-cnt1 .table1 .edec-input1 {
    font-size: 15px;
    width: 450px;
}

.edec-login-cnt1 hr {
    background: none;
    border: none;
    border-top: 2px solid #fff;
    height: 0;
    margin: 18px 0;
    overflow: hidden;
    width: 100%;
}

.edec-login-cnt1 .label1 {
    margin: 0;
}

.edec-login-cnt1 .label1 input {
    margin: 0 5px 0 0;
    transform: scale(1.23);
}

.edec-login-cnt1 .edec-note1 {
    font-size: 14px;
    margin: 10px 0 20px;
}

.edec-login-cnt1 .edec-note1 a {
    color: #e41e1e;
    text-decoration: underline;
}

.edec-login-cnt1 .edec-note1 a:hover {
    text-decoration: none;
}

.edec-login-cnt1 .button1 {
    background: #FF88A4;
    border: 1px solid #FF88A4;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0 auto 18px;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 300px;
}

.edec-login-cnt1 .button1:hover {
    opacity: 0.8;
}

.edec-login-cnt2 .notice1 {
    border: 1px solid #e41e1e;
    color: #e41e1e;
    margin: 0 auto 20px;
    max-width: 700px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.edec-login-cnt2 .notice1 p {
    margin: 0;
}

.edec-login-cnt2 .table1 {
    background: #f7f6f5;
    width: 100%;
}

.edec-login-cnt2 .table1 th,
.edec-login-cnt2 .table1 td {
    font-feature-settings: "palt";
    padding-bottom: 28px;
    padding-top: 28px;
    text-align: left;
    vertical-align: middle;
}

.edec-login-cnt2 .table1 tr+tr th,
.edec-login-cnt2 .table1 tr+tr td {
    border-top: 2px solid #fff;
}

.edec-login-cnt2 .table1 th {
    font-size: 16px;
    font-weight: 400;
    padding-left: 8.7234%;
    padding-right: 1em;
    white-space: nowrap;
}

.edec-login-cnt2 .table1 th .em1 {
    font-weight: 700;
}

.edec-login-cnt2 .table1 td {
    padding-right: 8.7234%;
    width: 46%;
}

.edec-login-cnt2 .button1 {
    background: #fff;
    border: 1px solid #555;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 58px;
    padding: 0 12px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s ease;
    width: 100%;
}

.edec-login-cnt2 .button1:hover {
    border-color: #ea554a;
}

.edec-login-cnt2 .button1:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 0;
}

.edec-login-cnt2 .button1:hover:before {
    background-color: #ea554a;
    width: 100%;
}

.edec-login-cnt2 .button1:after {
    border-color: #555 #555 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
}

.edec-login-cnt2 .button1:hover:after {
    border-color: #fff #fff transparent transparent;
}

.edec-login-cnt2 .button1 span {
    color: #000;
    position: relative;
}

.edec-login-cnt2 .button1:hover span {
    color: #fff;
}



.edec-login-notice-modal1 .modal-dialog {
    max-width: 600px;
}

.edec-login-notice-modal1 .modal-content {
    border: none;
    border-radius: 10px;
}

.edec-login-notice-modal1 .modal-body {
    padding: 40px 15px 30px;
}

.edec-login-notice-modal1 .close {
    background: transparent url("/front/assets/img/common/icon-close2.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: 15px;
    width: 20px;
}

.edec-login-notice-modal1 .block1 {
    margin: auto;
    max-width: 510px;
    width: 100%
}

.edec-login-notice-modal1 .block1&gt;h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.edec-login-notice-modal1 .block1&gt;p {
    line-height: 1.7;
}

.edec-login-notice-modal1 .block1 .notice1 {
    background: #fbf5f0;
    color: #e41e1e;
    padding: 15px 30px;
}

.edec-login-notice-modal1 .block1 .notice1 h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.edec-login-notice-modal1 .block1 .notice1 ul {
    font-weight: 700;
}



.edec-iframe-block1 iframe {
    border: 1px solid #aaa;
    height: 250px;
    width: 100%;
}



.edec-term-content1 {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    padding: 10px;
}

#edec-wrapper .edec-term-content1 {
    padding: 10px 0;
}

.edec-term-content1 h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.edec-term-content1 *+h3 {
    margin-top: 40px;
}

.edec-term-content1 h2 {
    border-bottom: 1px solid #666666;
    border-left: 7px solid #666666;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 10px;
    padding: 5px;
}

.edec-term-content1 h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 9px;
}

.edec-term-content1 *+h4 {
    margin-top: 30px;
}

.edec-term-content1 ol {
    margin: 0 0 7px;
    padding-left: 1em;
}

.edec-term-content1 ol li {
    margin-left: 1.5em;
    line-height: 1.7;
    list-style: decimal;
}

.edec-term-content1 ol li+li {
    margin-top: 0.3em;
}

.edec-term-content1 th {
    font-weight: normal;
    line-height: 1.7;
    white-space: nowrap;
    vertical-align: top;
}

.edec-term-content1 td {
    line-height: 1.7;
    vertical-align: top;
}

.edec-term-content1 td strong {
    display: inline-block;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.edec-term-content1 dl dt {
    line-height: 1.7;
    margin: 0 0 3px;
}

.edec-term-content1 dl dd {
    line-height: 1.7;
    margin: 0 0 5px 15px;
}

.edec-term-content1 p {
    line-height: 1.7;
}



.edec-check-agree1 {
    background: #f7f7f7;
    display: block;
    font-size: 16px;
    margin: 15px 0 35px;
    padding: 40px 0 35px;
    text-align: center;
}

.edec-check-agree1 input {
    margin: 0 10px 0 0;
    transform: scale(1.23);
}



.edec-contact-block1 {
    background: #f7f6f5;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin: 50px 0 0;
    padding: 25px 10px 30px;
    text-align: center;
}

.edec-contact-block1 p {
    line-height: 1.666;
    margin: 0;
}

.edec-contact-block1 .phone1 {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.edec-contact-block1 .phone1 .text1 {
    font-size: 13px;
    margin-right: 0.5em;
}

.edec-contact-block1 .phone1 .text2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}



.edec-contact-block2 {
    background: #f7f6f5;
    margin: 30px 0 40px;
    padding: 30px 0 35px;
}



.edec-b-button1 {
    background: #fff;
    border: 1px solid #555;
    border-radius: 6px;
    color: #000 !important;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 58px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-b-button1:hover {
    border-color: #ff88a4;
    color: #fff !important;
}

.edec-b-button1:after {
    border-color: #555 #555 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
}

.edec-b-button1:hover:after {
    border-color: #fff #fff transparent transparent;
}

.edec-b-button1:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 0;
}

.edec-b-button1:hover:before {
    background-color: #ff88a4;
    width: 100%;
}

.edec-b-button1&gt;span {
    position: relative;
}



.edec-buttons3 {
    font-size: 0;
    line-height: 0;
    margin: 25px 0 0;
    text-align: center;
}

.edec-buttons3&gt;* {
    display: inline-block !important;
    margin: 0 15px !important;
    max-width: 360px !important;
    vertical-align: top;
}



.edec-buttons4 {
    margin: 35px 0;
    text-align: center;
}

.edec-buttons4 .edec-btn5 {
    max-width: 700px !important;
}

.edec-buttons4 .edec-btn8 {
    max-width: 330px !important;
}



.edec-anchors1 {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 35px 0 75px;
    padding: 0;
    text-align: center;
}

.edec-anchors1 li {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    vertical-align: middle;
}

.edec-anchors1 li+li:before {
    content: " ｜ ";
    font-weight: 400;
}

.edec-anchors1 a {
    color: #000;
}



.edec-anchors2 {
    border: 1px solid #ccc;
    display: table;
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 0 0 70px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.edec-anchors2 li {
    color: #000;
    display: table-cell;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.edec-anchors2 li+li {
    border-left: 1px solid #ccc;
}

.edec-anchors2 a {
    color: #000;
    display: block;
    padding: 12px 0;
}



.edec-notice-block3 {
    border: 1px solid #999;
    margin: 10px 0 25px;
    padding: 15px;
    text-align: center;
}

.edec-notice-block3 p {
    line-height: 1.6;
    margin: 0;
}



.edec-logo1 {
    display: block;
    height: 77px;
    margin: auto;
    width: 345px;
}



.edec-entry-image1 {
    margin: 30px 0 40px;
    text-align: center;
}

.edec-entry-image1 img {
    height: auto;
    width: 489px;
}



.edec-notice-block4 {
    background-color: #f7f7f7;
    margin: 10px 0 50px;
    padding: 25px;
    text-align: center;
}

.edec-notice-block4 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    margin: 0;
}



.edec-check-title1 {
    position: relative;
    width: 100%;
}

.edec-check-title1 label {
    background: #fff;
    border: 3px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 0 16px;
    padding: 18px 0 18px 55px;
    position: relative;
    width: 100%;
}

.edec-check-title1 :checked+label {
    background: #fbe6e3;
    border: 3px solid #fbe6e3;
}

.edec-check-title1 .text1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    vertical-align: middle;
}

.edec-check-title1 .text2 {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 13px;
    padding: 0 9px;
    vertical-align: middle;
}

.edec-check-title1 .text2.cl1 {
    border: 1px solid #ea554a;
    color: #ea554a;
}

.edec-check-title1 input {
    left: 23px;
    position: absolute;
    top: 50%;
    transform: scale(1.307) translateY(-50%);
    transform-origin: left top;
    z-index: 1;
}



.edec-check-body1 {
    display: none;
    overflow: hidden;
    padding-bottom: 60px;
    width: 100%;
}

.edec-check-body1 .edec-buttons2 {
    margin-bottom: 0;
    margin-top: 25px;
}

.edec-check-body1 table.data1 {
    margin: 14px 0 17px;
    width: 100%;
}

.edec-check-body1 table.data1 th {
    background: #666;
    color: #fff;
    font-weight: 500;
    padding: 19px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.edec-check-body1 table.data1 td {
    background: #f7f4eb;
    padding: 19px 24px;
    text-align: left;
    vertical-align: middle;
}



.edec-ch-time1 {
    background: #f7f4eb;
    margin-bottom: 34px;
    padding: 25px 0 30px;
}

.edec-ch-time1&gt;div {
    margin: auto;
    max-width: 700px;
    width: 100%;
}

.edec-ch-time1 .title1 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 8px;
}

.edec-ch-time1 table {
    border-bottom: 1px solid #aaa;
    width: 100%;
}

.edec-ch-time1 table thead th {
    background: #888;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
}

.edec-ch-time1 table thead th+th {
    border-left: 1px solid #fff;
}

.edec-ch-time1 table tbody td {
    background: #fff;
    padding: 13px 20px;
    text-align: center;
    vertical-align: middle;
}

.edec-ch-time1 table tbody tr+tr td {
    border-top: 1px solid #ddd;
}

.edec-ch-time1 table tbody td+td {
    border-left: 1px solid #ddd;
}

.edec-ch-time1 .note1 {
    background: #fff;
    border: 1px solid #e41e1e;
    color: #e41e1e;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
}

.edec-ch-time1 .note1 p {
    font-weight: 500;
    margin: 0;
}



.edec-notice-block5 {
    border: 1px solid #e41e1e;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
}

.edec-notice-block5 p {
    color: #e41e1e;
    font-weight: 500;
    margin: 0;
}



.edec-cart-empty1 {
    margin: 60px 0 50px;
    text-align: center;
}

.edec-cart-empty1.st1 {
    margin: 100px 0 100px;
}

.edec-cart-empty1 p {
    font-size: 18px;
    margin: 10px 0 0;
}



.edec-no-data1 {
    margin: 90px 0 120px;
    text-align: center;
}

.edec-no-data1.bd1 {
    border: 1px solid #ccc;
    margin: 50px auto 80px;
    max-width: 1140px;
    padding: 60px 0 80px;
    text-align: center;
}

.edec-no-data1.wd1 {
    max-width: 1260px;
}

.edec-no-data1 p {
    font-size: 18px;
    margin: 15px 0 0;
}



.edec-i-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-i-list1 li {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 18px 0;
    position: relative;
    width: 100%;
}

.edec-i-list1 li+li {
    border-top: 1px solid #ddd;
}

.edec-i-list1 li .icon1 {
    display: block;
    float: left;
    margin: 2px 0 0 2px;
}

.edec-i-list1 li .icon1 img {
    height: 32px;
    width: 32px;
}

.edec-i-list1 li .body1 {
    display: block;
    margin-left: 45px;
}

.edec-i-list1 li .text1 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.edec-i-list1 li .text2 {
    color: #000;
    font-size: 13px;
}

.edec-i-list1 li .text3 {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 2px 0 0 0;
}

.edec-i-list1 li .text4 {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 2px 0;
    position: relative;
}

.edec-i-list1 li .text4 .new1 {
    height: 14px;
    margin: -2px 0 0 7px;
    position: relative;
    width: 34px;
}

.edec-i-list1 li .text4 .few1 {
    height: 14px;
    margin: -2px 0 0 7px;
    position: relative;
    width: 52px;
}



.edec-plugin1 {
    margin: 70px 0 0;
    overflow: hidden;
    width: 100%;
}

.edec-plugin1 .thumb1 {
    float: left;
}

.edec-plugin1 a img {
    transition: opacity 0.3s ease;
}

.edec-plugin1 a img:hover {
    opacity: 0.8;
}

.edec-plugin1 p {
    margin: 0 0 0 180px;
}

.edec-plugin1 p a {
    text-decoration: underline;
}

.edec-plugin1 p a:hover {
    text-decoration: none;
}



.edec-guide_payment-img1 {
    height: auto;
    margin: 55px auto 65px;
    width: 100%;
}



.edec-links1 {
    margin: 45px 0 25px;
    overflow: hidden;
    width: 100%;
}

.edec-links1&gt;div {
    float: left;
    margin: 0 5.2632% 40px 0;
    width: 47.3684%;
}

.edec-links1&gt;div:nth-child(2n) {
    margin-right: 0;
}

.edec-links1&gt;div:nth-child(2n+1) {
    clear: left;
}

.edec-links1 .btn1 {
    background: #f7f7f7 url("/front/assets/img/common/icon-newwin1.svg") no-repeat right 22px center;
    background-size: 18px 18px;
    border-radius: 6px;
    color: #333 !important;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px;
    padding: 14px 40px 14px 24px;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
}

.edec-links1 .btn1:hover {
    color: #FF5771 !important;
}

.edec-links1 p {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.7;
}



.edec-about-educe-link1 {
    border: 8px solid #faf5f5;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 100px 0 75px;
    padding: 50px 0;
}

.edec-about-educe-link1 h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: center;
}

.edec-about-educe-link1 p {
    margin: 0;
}

.edec-about-educe-link1 p+p {
    margin-top: 0.8em;
}

.edec-about-educe-link1 ol {
    margin: 0.5em 0;
    padding-left: 2em;
}

.edec-about-educe-link1 .block1 {
    border: 1px solid #ccc;
    display: flex;
    margin: 8px 0 40px;
    padding: 25px;
    width: 100%;
}

.edec-about-educe-link1 .block1 img {
    height: 60px;
    margin: 0 18px 0 0;
    width: 234px;
}

.edec-about-educe-link1 .block1 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    height: 5.1em;
    outline: none;
    padding: 0;
    resize: none;
    width: calc(100% - 242px);
}

.edec-about-educe-link1 .block2 {
    border: 1px solid #ccc;
    margin: 8px 0 15px;
    padding: 14px 25px;
    width: 100%;
}

.edec-about-educe-link1 .block2 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    height: 2em;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%;
}



.edec-num-title1 {
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 0 0 5px;
    padding: 0 0 0 1.3em;
    position: relative;
}

.edec-num-title1 .num1 {
    left: 0;
    position: absolute;
}



.edec-guide-top-content1 {
    margin: 40px 0 65px;
}

.edec-guide-top-content1&gt;.title1 {
    color: #8ebf00;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-align: center;
}

.edec-guide-top-content1&gt;.copy1 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
}

.edec-guide-top-content1&gt;.block1 {
    display: flex;
    justify-content: center;
    margin: 40px 0 70px;
    width: 100%;
}

.edec-guide-top-content1&gt;.block1&gt;* {
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
    background-size: contain, contain;
    display: block;
    height: 353px;
    margin: 0 17.5px;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 330px;
}

.edec-guide-top-content1&gt;.block1&gt;*:nth-child(1) {
    background-image: url("/front/assets/img/guide/guide-num1.png"), url("/front/assets/img/guide/guide-img1.png");
}

.edec-guide-top-content1&gt;.block1&gt;*:nth-child(2) {
    background-image: url("/front/assets/img/guide/guide-num2.png"), url("/front/assets/img/guide/guide-img1.png");
}

.edec-guide-top-content1&gt;.block1&gt;*:nth-child(3) {
    background-image: url("/front/assets/img/guide/guide-num3.png"), url("/front/assets/img/guide/guide-img1.png");
}

.edec-guide-top-content1&gt;.block1&gt;*:hover {
    opacity: 0.7;
}

.edec-guide-top-content1&gt;.block1&gt;* .hd1 {
    background: url("/front/assets/img/guide/guide-sep1.png") no-repeat center bottom;
    background-size: auto 13px;
    height: 205px;
    padding: 0;
    width: 100%;
}

.edec-guide-top-content1&gt;.block1&gt;* .hd1 img {
    display: block;
    height: 100px;
    margin: 0 auto 10px;
    width: 100px;
}

.edec-guide-top-content1&gt;.block1&gt;* .hd1 h3 {
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: center;
}

.edec-guide-top-content1&gt;.block1&gt;* .hd1 p {
    color: #ff88a4;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.edec-guide-top-content1&gt;.block1&gt;* .bd1 p {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 17px auto 0;
    max-width: 250px;
}

.edec-guide-top-content1&gt;.block2 {
    margin: 0 auto;
    max-width: 1060px;
    overflow: hidden;
    width: 100%;
}

.edec-guide-top-content1&gt;.block2&gt;* {
    float: left;
    margin-right: 3.3962%;
    width: 22.4528%;
}

.edec-guide-top-content1&gt;.block2&gt;*:nth-child(4n) {
    margin-right: 0;
}

.edec-guide-top-content1&gt;.block2&gt;*:nth-child(4n+1) {
    clear: left;
}

.edec-guide-top-content1&gt;.block2&gt;*:nth-child(n+5) {
    margin-top: 50px;
}

.edec-guide-top-content1&gt;.block2 h3 {
    margin: 0 0 13px;
    width: 100%;
}

.edec-guide-top-content1&gt;.block2 h3 a {
    border: 1px solid #aadc41;
    border-radius: 6px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    height: 62px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s ease;
    width: 100%;
}

.edec-guide-top-content1&gt;.block2 h3 a:hover {
    color: #666;
    background-color: #F3FFD9;
}

.edec-guide-top-content1&gt;.block2 ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-guide-top-content1&gt;.block2 ul li+li {
    margin-top: 0.5em;
}

.edec-guide-top-content1&gt;.block2 ul li {
    padding-left: 16px;
    position: relative;
}

.edec-guide-top-content1&gt;.block2 ul li:before {
    background-color: #ff88a4;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 0.6em;
    width: 5px;
}

.edec-guide-top-content1&gt;.block2 ul li a:before {
    text-decoration: underline;
}



.edec-guide_delivery-content1 {
    margin: 20px 0 60px;
}

.edec-guide_delivery-content1&gt;.copy1 {
    color: #8ebf00;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin: 0;
    position: relative;
    text-align: center;
}

.edec-guide_delivery-content1&gt;.copy1 span {
    font-size: 38px;
}

.edec-guide_delivery-content1&gt;.copy1 span.sup {
    bottom: 1.2em;
    font-size: 12px;
    position: relative;
}

.edec-guide_delivery-content1&gt;.copy2 {
    font-size: 14px;
    margin: 10px 0 0;
    text-align: center;
}

.edec-guide_delivery-content1&gt;.block1 {
    display: flex;
    margin: 30px auto 40px;
    max-width: 1060px;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block1&gt;div:nth-child(1) {
    padding: 0 45px 0 60px;
    width: 496px;
}

.edec-guide_delivery-content1&gt;.block1 .hd1 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 0 27px;
    position: relative;
}

.edec-guide_delivery-content1&gt;.block1 .hd1:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 19px;
}

.edec-guide_delivery-content1&gt;.block1 .hd1.a1:before {
    background-color: #fb94af;
}

.edec-guide_delivery-content1&gt;.block1 .hd1.a2:before {
    background-color: #ffca50;
}

.edec-guide_delivery-content1&gt;.block1 .hd1.a3:before {
    background-color: #aeaeac;
}

.edec-guide_delivery-content1&gt;.block1 p {
    font-size: 16px;
    font-weight: 500;
}

.edec-guide_delivery-content1&gt;.block1 hr {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 17px 0;
    overflow: hidden;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block1&gt;div:nth-child(2) img {
    height: auto;
    width: 553px;
}

.edec-guide_delivery-content1&gt;.block2 {
    margin: 68px auto 0;
    max-width: 940px;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block2 .table1 {
    table-layout: fixed;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block2 .table1 thead th {
    background: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-guide_delivery-content1&gt;.block2 .table1 thead th+th {
    border-left: 1px solid #fff;
}

.edec-guide_delivery-content1&gt;.block2 .table1 thead th:nth-last-child(2) {
    background-color: #fb94af;
}

.edec-guide_delivery-content1&gt;.block2 .table1 thead th:nth-last-child(1) {
    background-color: #ffc342;
}

.edec-guide_delivery-content1&gt;.block2 .table1 thead th span {
    font-size: 18px;
    line-height: 1.3;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody th {
    border-bottom: 1px solid #999;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:last-child th {
    height: calc(3em + 40px);
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody td {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:nth-child(odd) td {
    border-bottom-color: #ddd;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:last-child td {
    border-bottom-color: #999;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:nth-child(odd) td:nth-last-child(2) {
    background-color: #fff4f5;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:nth-child(odd) td:nth-last-child(1) {
    background-color: #fff8e1;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:nth-child(even) td {
    background-color: #f7f7f7;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:nth-child(even) td:nth-last-child(2) {
    background-color: #ffebed;
}

.edec-guide_delivery-content1&gt;.block2 .table1 tbody tr:nth-child(even) td:nth-last-child(1) {
    background-color: #fcf5cf;
}

.edec-guide_delivery-content1&gt;.block2 .list1 {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.66;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
}

.edec-guide_delivery-content1&gt;.block2 .list1 li {
    padding: 0 0 0 17px;
    position: relative;
}

.edec-guide_delivery-content1&gt;.block2 .list1 li.cl1 {
    color: #e41e1e;
}

.edec-guide_delivery-content1&gt;.block2 .list1 li:before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    top: 0.55em;
    width: 6px;
}

.edec-guide_delivery-content1&gt;.block2 .list1 li.cl1:before {
    background-color: #e41e1e;
}

.edec-guide_delivery-content1&gt;.block2 .notice1 {
    border: 1px solid #e41e1e;
    color: #e41e1e;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block2 .notice1 dt {
    border-bottom: 1px solid #e41e1e;
    font-weight: 700;
    padding: 9px 0;
    position: relative;
}

.edec-guide_delivery-content1&gt;.block2 .notice1 dt img {
    height: 23px;
    margin: -0.3em 10px 0 0;
    position: relative;
    vertical-align: middle;
    width: 23px;
}

.edec-guide_delivery-content1&gt;.block2 .notice1 dd {
    padding: 16px 30px;
}

.edec-guide_delivery-content1&gt;.block2 .table2 {
    margin: 10px 0 80px;
    table-layout: fixed;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block2 .table2 thead th {
    background: #888;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-guide_delivery-content1&gt;.block2 .table2 thead th+th {
    border-left: 1px solid #fff;
}

.edec-guide_delivery-content1&gt;.block2 .table2 tbody td {
    border-bottom: 1px solid #999;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
}

.edec-guide_delivery-content1&gt;.block2 .table2 tbody td+td {
    border-left: 1px solid #999;
}

.edec-guide_delivery-content1&gt;.block2 .table2 tbody td:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
}

.edec-guide_delivery-content1&gt;.block2 .table2 tbody td:nth-child(2) {
    color: #ea554a;
    font-size: 22px;
    font-weight: 700;
}

.edec-guide_delivery-content1&gt;.block3 {
    margin: 30px auto 40px;
    max-width: 940px;
    width: 100%;
}

.edec-guide_delivery-content1&gt;.block3 .attention1 {
    border: 1px solid #e41e1e;
    color: #e41e1e;
    font-feature-settings: "palt";
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    text-align: center;
}




.edec-guide_return-content1 {
    margin: 30px auto 0;
    width: 100%;
}

.edec-guide_return-content1 .block1 {
    background-image: url("/front/assets/img/guide/guide_return-sep1.jpg"), url("/front/assets/img/guide/guide_return-sep1.jpg");
    background-position: 31.7924% 8px, 67.6415% 8px;
    background-repeat: no-repeat, no-repeat;
    background-size: 15px 412px, 15px 412px;
    margin: 38px 0 40px;
    overflow: hidden;
    width: 100%;
}

.edec-guide_return-content1 .block1&gt;div {
    float: left;
    width: 27.5471%;
}

.edec-guide_return-content1 .block1&gt;div+div {
    margin-left: 8.6792%;
}

.edec-guide_return-content1 .block1 .num1 {
    color: #8ebf00;
    font-size: 54px;
    font-style: italic;
    font-weight: 300;
    height: 68px;
    line-height: 1;
    margin: 0 0 18px;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-guide_return-content1 .block1 .num1:before {
    background-color: #8ebf00;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -7.5px;
    overflow: hidden;
    position: absolute;
    width: 15px;
}

.edec-guide_return-content1 .block1 p {
    line-height: 1.7;
    margin: 0;
}

.edec-guide_return-content1 .block1 p .em1 {
    color: #ea554a;
    font-weight: 700;
}

.edec-guide_return-content1 .block1 .phone1 {
    border: 1px solid #666;
    border-radius: 6px;
    margin: 38px 0 14px;
    padding: 18px 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

.edec-guide_return-content1 .block1 .phone1 dt {
    font-size: 15px;
    font-weight: 700;
    left: 0;
    line-height: 27px;
    position: absolute;
    top: -14px;
    width: 100%;
}

.edec-guide_return-content1 .block1 .phone1 dt span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
}

.edec-guide_return-content1 .block1 .phone1 dt img {
    height: 17px;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 17px;
}

.edec-guide_return-content1 .block1 .phone1 dd {
    font-size: 13px;
    font-weight: 700;
}

.edec-guide_return-content1 .block1 .phone1 dd span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-top: 3px;
}

.edec-guide_return-content1 .block1 .btn1 {
    background: #9acf00;
    border: 1px solid #9acf00;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 42px;
    margin: auto;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
}

.edec-guide_return-content1 .block1 .btn1:hover {
    opacity: 0.8;
}

.edec-guide_return-content1 .block1 .btn1 img {
    display: inline-block;
    height: 20px;
    margin: -0.2em 0 0 9px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.edec-guide_return-content1 .block1 .image1 {
    display: block;
    height: auto;
    margin: 25px auto 0;
    width: 235px;
}

.edec-guide_return-content1 .block1 .image2 {
    display: block;
    height: auto;
    margin: 5px auto 0;
    width: 235px;
}

.edec-guide_return-content1 .block1 .btn1+p {
    margin-top: 10px;
}

.edec-guide_return-content1 .block2 {
    background-color: #fff8f4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 28px 0 70px;
    overflow: hidden;
    padding: 30px 0 25px;
    width: 100%;
}

.edec-guide_return-content1 .block2&gt;div:nth-child(1) {
    text-align: center;
    width: 23.2075%;
}

.edec-guide_return-content1 .block2&gt;div:nth-child(2) {
    width: 75.4716%;
}

.edec-guide_return-content1 .block2 .title1 {
    color: #e41e1e;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.edec-guide_return-content1 .block2 .title1 img {
    height: 23px;
    margin: 0 5px 0 0;
    width: 23px;
}

.edec-guide_return-content1 .block2 p {
    margin: 0;
}

.edec-guide_return-content1 .block2 ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    line-height: 1.46;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.edec-guide_return-content1 .block2 ul li {
    display: flex;
    align-items: center;
    margin-right: 3.75%;
    padding: 10px 0 10px 30px;
    position: relative;
    width: 46.25%;
}

.edec-guide_return-content1 .block2 ul li:nth-child(n+3) {
    border-top: 1px solid #ddd;
}

.edec-guide_return-content1 .block2 ul li:before {
    background: url("/front/assets/img/common/icon-x1.svg") no-repeat center center;
    background-size: 13px 13px;
    content: "";
    display: block;
    height: 13px;
    left: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
}

.edec-guide_return-content2 {
    background: #FFF6F7;
    padding: 48px 0 97px;
}

.edec-guide_return-content2 .title1 {
    color: #e41e1e;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 15px;
    text-align: center;
}

.edec-guide_return-content2 .title1 img {
    height: 37px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: auto;
}

.edec-guide_return-content2 .copy1 {
    font-feature-settings: "palt";
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.66;
    margin: 0 0 30px;
    text-align: center;
}

.edec-guide_return-content2 .block1 {
    display: flex;
    justify-content: space-between;
}

.edec-guide_return-content2 .block1&gt;div {
    background-color: #fff;
    border-radius: 6px;
    width: 23.8679%;
}

.edec-guide_return-content2 .block1&gt;div .body1 {
    display: flex;
    align-items: center;
    height: 71px;
    width: 100%;
}

.edec-guide_return-content2 .block1&gt;div .body1 p {
    background: url("/front/assets/img/guide/guide_return-icon1.png") no-repeat left center;
    background-size: 17px auto;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.375;
    margin: 0 0 0 17px;
    padding: 0 0 0 29px;
    position: relative;
}

.edec-guide_return-content2 .block1&gt;div .image1 {
    background-color: #faeea1;
}

.edec-guide_return-content2 .block1&gt;div .image1 img {
    height: auto;
    width: 100%;
}

.edec-guide_return-content2 .block2 {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 0;
}

.edec-guide_return-content2 .block2&gt;* {
    width: 49.24528%;
}

.edec-guide_return-content2 .block2&gt;.item1 {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 0 18px;
}

.edec-guide_return-content2 .block2&gt;.item1 p {
    display: flex;
    justify-content: center;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.375;
    margin: 0 0 17px;
}

.edec-guide_return-content2 .block2&gt;.item1 p span {
    background: url("/front/assets/img/guide/guide_return-icon1.png") no-repeat left center;
    background-size: 17px auto;
    padding: 0 0 0 29px;
}

.edec-guide_return-content2 .block2&gt;.item1 img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 410px;
}

.edec-guide_return-content2 .block2&gt;.item2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-guide_return-content2 .block2&gt;.item2 li {
    background: #fff url("/front/assets/img/guide/guide_return-icon1.png") no-repeat 12px 11px;
    background-size: 17px auto;
    border-radius: 6px;
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.375;
    margin: 0;
    padding: 8px 8px 8px 40px;
    position: relative;
}

.edec-guide_return-content2 .block2&gt;.item2 li+li {
    margin-top: 5px;
}

.edec-contact-block3 {
    background: #f7f7f7;
    margin: 20px 0 70px;
    padding: 25px 30px;
}

.edec-contact-block3 .copy1 {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
}

.edec-contact-block3 .block1 {
    display: flex;
    margin: auto;
    max-width: 944px;
    width: 100%;
}

.edec-contact-block3 .block1 .item1 {
    text-align: center;
    width: 50%;
}

.edec-contact-block3 .block1 .item1:nth-child(1) {
    padding-right: 27px;
}

.edec-contact-block3 .block1 .item1:nth-child(2) {
    border-left: 1px solid #666;
    padding-left: 71px;
}

.edec-contact-block3 .block1 .hd1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.edec-contact-block3 .block1 .phone1 {
    margin: 0;
}

.edec-contact-block3 .block1 .phone1 {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0 30px 0 0;
}

.edec-contact-block3 .block1 .phone1 img {
    height: 32px;
    margin: 0 5px 0 0;
    width: 32px;
}

.edec-contact-block3 .block1 .phone1 .text1 {
    font-size: 13px;
    font-weight: 700;
    margin-right: 0.5em;
}

.edec-contact-block3 .block1 .phone1 .text2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.edec-contact-block3 .block1 .note1 {
    color: #333;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-size: 12px;
    margin: 12px 0 0;
}

.edec-contact-block3 .block1 .btn1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: auto;
    max-width: 400px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-contact-block3 .block1 .btn1:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.edec-contact-block3 .block1 .btn1 img {
    height: 37px;
    margin: -0.15em 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 37px;
}



.edec-mailmagazine-content1 {
    background: url("/front/assets/img/mailmagazine/mailmagazine-bg1.jpg") no-repeat center 20px;
    background-size: 1229px 331px;
}

.edec-mailmagazine-content1 .block1 {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin: 0 auto 40px;
    max-width: 780px;
    padding: 55px 0 0;
    position: relative;
    width: 100%;
}

.edec-mailmagazine-content1 .block1 .copy1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px;
    text-align: center;
}

.edec-mailmagazine-content1 .block1 .title1 {
    color: #8ebf00;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}

.edec-mailmagazine-content1 .block1 .copy2 {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.edec-mailmagazine-content1 .block1 .badge1 {
    background-color: #fff;
    border: 1px solid #ff88a4;
    border-radius: 50%;
    color: #ff88a4;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 130px;
    line-height: 128px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 0;
    width: 130px;
}

.edec-mailmagazine-content1 .block2 {
    margin: 40px 0 0;
    overflow: hidden;
    width: 100%;
}

.edec-mailmagazine-content1 .block2&gt;div {
    float: left;
    width: 320px;
}

.edec-mailmagazine-content1 .block2&gt;div+div {
    margin-left: 50px;
}

.edec-mailmagazine-content1 .block2 .box1 {
    background: no-repeat center top;
    background-size: contain;
    height: 234px;
    text-align: center;
    width: 100%;
}

.edec-mailmagazine-content1 .block2 :nth-child(1) .box1 {
    background-image: url("/front/assets/img/mailmagazine/mailmagazine-img1.png");
    padding-top: 135px;
}

.edec-mailmagazine-content1 .block2 :nth-child(2) .box1 {
    background-image: url("/front/assets/img/mailmagazine/mailmagazine-img2.png");
    padding-top: 135px;
}

.edec-mailmagazine-content1 .block2 :nth-child(3) .box1 {
    background-image: url("/front/assets/img/mailmagazine/mailmagazine-img3.png");
    padding-top: 120px;
}

.edec-mailmagazine-content1 .block2 .box1 p {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.edec-mailmagazine-content1 .block2 .box1 p .text1 {
    color: #ff88a4;
    font-size: 25px;
}

.edec-mailmagazine-content1 .block2 .box1 p .text2 {
    color: #ff88a4;
}

.edec-mailmagazine-content1 .block2 .box1 p .text3 {
    background: #ff88a4;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 auto 3px;
    padding: 0 20px;
}

.edec-mailmagazine-content1 .block2 ul {
    font-feature-settings: "palt";
    font-size: 16px;
    letter-spacing: 0.08em;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.edec-mailmagazine-content1 .block2 ul li {
    margin: 0.4em 0 0 0;
    padding: 0 0 0 25px;
    position: relative;
}

.edec-mailmagazine-content1 .block2 ul li:before {
    background: #ff88a4;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 7px;
    overflow: hidden;
    position: absolute;
    top: 0.55em;
    width: 8px;
}

.edec-mailmagazine-content1 .title2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
}

.edec-mailmagazine-content1 .copy3 {
    color: #ff88a4;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.edec-mailmagazine-content1 .block3 {
    background: #f7f6f5;
    font-size: 0;
    line-height: 0;
    margin: 30px 0 20px;
    padding: 50px 0 40px;
    text-align: center;
}

.edec-mailmagazine-content1 .block3&gt;div {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 412px;
}

.edec-mailmagazine-content1 .block3&gt;div:nth-child(1) {
    padding-right: 60px;
}

.edec-mailmagazine-content1 .block3&gt;div:nth-child(2) {
    border-left: 1px solid #aaa;
    padding-left: 60px;
}

.edec-mailmagazine-content1 .block3&gt;div h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px;
}

.edec-mailmagazine-content1 .block3&gt;div p {
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0 0;
}

.edec-mailmagazine-content1 .block3 .edec-b-button1 {
    font-size: 16px;
}

.edec-mailmagazine-content1 .copy4 {
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    line-height: 1.7;
}

.edec-mailmagazine-content1 .copy4 a {
    text-decoration: underline;
}

.edec-mailmagazine-content1 .copy4 a:hover {
    text-decoration: none;
}



.edec-sitemap-content1 {
    margin-top: 30px !important;
}

.edec-sitemap-content1 a:hover {
    color: #FF5771 !important;
}

.edec-sitemap-content1 .title1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px;
}

.edec-sitemap-content1 .list1&gt;div {
    overflow: hidden;
    width: 100%;
}

.edec-sitemap-content1 .list1&gt;div+div {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px;
}

.edec-sitemap-content1 .list1 h3 {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 0;
    position: relative;
}

.edec-sitemap-content1 .list1 h3 a {
    display: block;
    min-height: 26px;
    padding: 0 0 0 38px;
    position: relative;
}

.edec-sitemap-content1 .list1 h3 .icon1 {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 26px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 26px;
}

.edec-sitemap-content1 .list1 h3 .icon1 img {
    height: auto;
    width: 100%;
}

.edec-sitemap-content1 .list1 ul {
    list-style: none;
    margin: 0 0 0 280px;
    padding: 0;
}

.edec-sitemap-content1 .list1 ul li {
    float: left;
    margin-right: 1em;
    padding: 0 0 0 15px;
    position: relative;
}

.edec-sitemap-content1 .list1 ul li:before {
    background: #ccc;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 8px;
    overflow: hidden;
}

.edec-sitemap-content1 .list2 {
    margin: 130px 0 0;
    overflow: hidden;
    width: 100%;
}

.edec-sitemap-content1 .list2&gt;div {
    float: left;
    margin: 0 4.1509% 60px 0;
    width: 21.8867%;
}

.edec-sitemap-content1 .list2&gt;div:nth-child(4n) {
    margin-right: 0;
}

.edec-sitemap-content1 .list2&gt;div:nth-child(4n+1) {
    clear: left;
}

.edec-sitemap-content1 .list2 h3 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px 0;
}

.edec-sitemap-content1 .list2 h3 a {
    color: #333;
    display: block;
    padding: 0 12px 0 0;
    position: relative;
}

.edec-sitemap-content1 .list2 h3 a:after {
    border-color: #989898 #989898 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 0.25em;
    transform: rotate(45deg);
    width: 7px;
}

.edec-sitemap-content1 .list2 ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.edec-sitemap-content1 .list2 ul li {
    line-height: 2;
}



.edec-num-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-num-list1&gt;li {
    line-height: 1.7;
    margin: 0;
    padding: 0 0 0 34px;
    position: relative;
}

.edec-num-list1&gt;li+li {
    margin-top: 5px;
}

.edec-num-list1&gt;li&gt;.num1 {
    background-color: #ff88a4;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: 'Lato' !important;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    line-height: 22px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0.22em;
    width: 22px;
}



.edec-guide-block1 {
    display: flex;
    align-items: center;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin-bottom: 60px;
}

.edec-guide-block1.fstart {
    align-items: flex-start
}

.edec-guide-block1&gt;div:nth-child(1) {
    width: 43.9655%;
}

.edec-guide-block1&gt;div:nth-child(2) {
    margin: 0 0 0 4.3103%;
    width: 51.7241%;
}

.edec-guide-block1 img {
    border: 1px solid #ccc;
    height: auto;
    max-width: 100%;
}

.edec-guide-block1 .body2 {
    width: 100% !important;
}

.edec-guide-block1 .title1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
}

.edec-guide-block1 .copy1 {
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 5px;
}

.edec-guide-block1 .copy2 {
    line-height: 1.7;
    margin: 0;
}

.edec-guide-block1 .teacher-mark1 {
    border: none;
    height: auto;
    margin: 0 8px;
    vertical-align: middle;
    width: 111px;
}

.edec-notice2 {
    border: 1px solid #E41E1E;
    color: #E41E1E;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.edec-notice2 dt {
    border-bottom: 1px solid #E41E1E;
    font-weight: 700;
    padding: 9px 0;
    position: relative;
    text-align: center;
}

.edec-notice2 dt img {
    border: none !important;
    height: 23px;
    margin: -0.3em 10px 0 0;
    position: relative;
    vertical-align: middle;
    width: 23px;
}

.edec-notice2 dd {
    padding: 15px 19px;
}



.edec-guide-block2 {
    display: flex;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin-bottom: 60px;
}

.edec-guide-block2&gt;div {
    width: 48.2758%;
}

.edec-guide-block2&gt;div:nth-child(2n) {
    margin-left: 3.4482%;
}

.edec-guide-block2 img {
    border: 1px solid #ccc;
    height: auto;
    max-width: 100%;
}

.edec-guide-block2 .edec-num-list1 {
    margin-top: 15px;
}

.edec-guide-block2 .subtitle1 {
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.edec-guide-block2 .em1 {
    background: #fff2f0;
    color: #e41e1e;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 8px 10px;
}


.edec-for_teacher-content1 {}

.edec-for_teacher-content1 .f-title1 {
    padding: 13px 0 0;
    position: relative;
    width: auto;
}

.edec-for_teacher-content1 .f-title1 h2 {
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    margin: auto;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 340px;
}

.edec-for_teacher-content1.for_kinder .f-title1 h2 {
    background: #FD8A0E;
}

.edec-for_teacher-content1.for_school .f-title1 h2 {
    background: #1FBCE3;
}

.edec-for_teacher-content1 .f-title1 h2:after {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 13px;
    bottom: -23px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.edec-for_teacher-content1.for_kinder .f-title1 h2:after {
    border-top-color: #FD8A0E;
}

.edec-for_teacher-content1.for_school .f-title1 h2:after {
    border-top-color: #1FBCE3;
}

.edec-for_teacher-content1 .f-title1 h2:before {
    background: no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 36px;
    margin: -0.15em 9px 0 0;
    position: relative;
    transition: all 0.3s ease 0.5s;
    vertical-align: middle;
    width: 36px;
}

.edec-for_teacher-content1.for_kinder .f-title1 h2:before {
    background-image: url("/front/assets/img/for_teacher/kinder-icon2.png");
}

.edec-for_teacher-content1.for_school .f-title1 h2:before {
    background-image: url("/front/assets/img/for_teacher/school-icon2.png");
}

.edec-for_teacher-content1 .f-title1 .edec-sns-icons1 {
    position: absolute;
    right: 0;
    top: 0;
}

.edec-for_teacher-content1 .f-head1 {
    border-style: solid;
    border-width: 1px 0;
    display: block;
    margin: 0 0 40px;
}

.edec-for_teacher-content1.for_kinder .f-head1 {
    border-color: #FD8A0E;
}

.edec-for_teacher-content1.for_school .f-head1 {
    border-color: #1FBCE3;
}

.edec-for_teacher-content1 .f-head1 h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 30px;
    font-weight: 700;
    height: 110px;
    letter-spacing: 0.08em;
    margin: 0;
    text-align: center;
    width: 100%;
}

.edec-for_teacher-content1.for_kinder .f-head1 h1 {
    background: #FFF7EC;
    color: #FD8A0E;
}

.edec-for_teacher-content1.for_school .f-head1 h1 {
    background: #F5FDFF;
    color: #1FBCE3;
}

.edec-for_teacher-content1 .f-head1 dl {
    border-top: 2px dotted;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.edec-for_teacher-content1.for_kinder .f-head1 dl {
    border-top-color: #FD8A0E;
    color: #FD8A0E;
}

.edec-for_teacher-content1.for_school .f-head1 dl {
    border-top-color: #1FBCE3;
    color: #1FBCE3;
}

.edec-for_teacher-content1 .f-head1 dl dt {
    font-weight: 700;
    margin: 0 0.4em 0 0;
    position: relative;
}

/* .edec-for_teacher-content1 .f-head1 dl dt:after {
	content: " ："
} */
.edec-for_teacher-content1 .f-head1 dl dd {
    margin: 0;
}

.edec-for_teacher-content1 .f-head1 dl dd+dt:before {
    content: "／";
    font-weight: 400;
    margin: 0 1em;
}

.edec-for_teacher-content1 .f-body {
    min-height: 600px;
}


.edec-c-button1 {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    max-width: 180px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-c-button1:hover {
    opacity: 0.7;
}

.edec-c-button1:before,
.edec-c-button1:after {
    background: url("/front/assets/img/common/icon-link-arrow1.svg") no-repeat center center;
    background-size: 16px 16px;
    content: "";
    height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.edec-c-button1.l:before {
    display: inline-block;
    margin: -2px 8px 0 0;
    transform: rotate(180deg);
}

.edec-c-button1.r:after {
    display: inline-block;
    margin: -2px 0 0 6px;
}



.edec-cart-btn2 {
    background: #FF88A4;
    border: 1px solid #FF88A4;
    border-radius: 6px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    margin: auto;
    max-width: 700px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-cart-btn2:hover {
    opacity: 0.8;
}

.edec-cart-btn2&gt;span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edec-cart-btn2&gt;span&gt;span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.edec-cart-btn2&gt;span&gt;span&gt;span {
    display: block;
    font-size: 14px;
}

.edec-cart-btn2&gt;span img {
    display: block;
    height: 45px;
    margin: 0 25px 0 0;
    vertical-align: middle;
    width: 45px;
}

.edec-cart-btn2 #cart-popover1 {
    background: url("/front/assets/img/common/cart-btn-popup-bg3.png") no-repeat center top;
    background-size: contain;
    display: none;
    height: 96px;
    left: 50%;
    margin-left: -186px;
    position: absolute;
    top: -99px;
    width: 372px;
    z-index: 3;
}

.edec-cart-btn2.noent.on {
    opacity: 1 !important;
}

.edec-cart-btn2.noent.on #cart-popover1 {
    display: block;
    animation: cartPopover1Show 0.6s ease;
}

.edec-cart-btn2 #cart-popover1&gt;div {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 25px 0 0;
    text-align: center;
}

.edec-cart-btn2 #cart-popover1&gt;div button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #ff88a4;
    border: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 0;
}

.edec-cart-btn2 #cart-popover1&gt;.close-popover1 {
    background: url("/front/assets/img/common/cart-btn-popup-close1.svg") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 34px;
}



.edec-app-buttons1 {
    break-inside: avoid;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.edec-app-buttons1 .btn1 {
    border: 1px solid #AADC41;
    border-radius: 4px;
    color: #666;
    display: block;
    font-weight: 700;
    line-height: 54px;
    margin: 0 11px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 297px;
}

.edec-app-buttons1 .btn1 span {
    color: #666;
    display: block;
    position: relative;
}

/*.edec-app-buttons1 .btn1:hover span {
	color: #fff;
}*/
.edec-app-buttons1 .btn1 span .icon1 {
    display: inline-block;
    font-size: 0;
    height: 40px;
    line-height: 0;
    margin: -3px 5px 0 0;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
}

.edec-app-buttons1 .btn1 span .icon1 img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.edec-app-buttons1 .btn1:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 0;
}

.edec-app-buttons1 .btn1:hover:before {
    background-color: #F3FFD9;
    width: 100%;
}



.edec-quick-order-button2 {
    background: #5F90D5;
    border: 1px solid #5F90D5;
    border-radius: 6px;
    display: block;
    height: 68px;
    letter-spacing: 0.05em;
    margin: auto;
    max-width: 500px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-cart-total1+.edec-quick-order-button2 {
    margin-top: 32px;
}

.edec-quick-order-button2:hover {
    opacity: 0.8;
}

.edec-quick-order-button2&gt;span {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-quick-order-button2 .icon1 {
    background: url("/front/assets/img/common/icon-quick1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 45px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 45px;
}

.edec-quick-order-button2 .text1 {
    background: #5F90D5 url("/front/assets/img/common/btn-text-quick-order2.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 208px;
}

.edec-guide-button1 {
    background: #999;
    border: 1px solid #999;
    border-radius: 6px;
    display: flex;
    height: 68px;
    letter-spacing: 0.05em;
    margin: auto;
    max-width: 500px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-cart-total1+.edec-guide-button1 {
    margin-top: 32px;
}

.edec-guide-button1:hover {
    opacity: 0.8;
}

.edec-guide-button1&gt;span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}


.edec-shopping-button1 {
    background: #9ACF00;
    border: 1px solid #9ACF00;
    border-radius: 6px;
    display: block;
    height: 58px;
    letter-spacing: 0.05em;
    margin: auto;
    max-width: 330px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-shopping-button1:hover {
    opacity: 0.8;
}

.edec-shopping-button1&gt;span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    padding: 0 0 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-shopping-button1 .icon1 {
    background: url("/front/assets/img/common/icon-home1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 42px;
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
}



.edec-re-button1 {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 6px;
    break-inside: avoid;
    display: block;
    height: 58px;
    letter-spacing: 0.05em;
    margin: auto;
    max-width: 500px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-re-button1.w1 {
    max-width: 330px;
}

.edec-re-button1:hover {
    opacity: 0.8;
}

.edec-re-button1&gt;span {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-re-button1 .icon1 {
    background: url("/front/assets/img/common/icon-b-arrow1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin: -2px 8px 0 0;
    position: relative;
    vertical-align: middle;
    width: 16px;
}



.edec-retop-button1 {
    background: #9ACF00;
    border: 1px solid #9ACF00;
    border-radius: 6px;
    break-inside: avoid;
    display: block;
    height: 58px;
    letter-spacing: 0.05em;
    margin: auto;
    max-width: 500px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-retop-button1.w1 {
    max-width: 330px;
}

.edec-retop-button1:hover {
    opacity: 0.8;
}

.edec-retop-button1&gt;span {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-retop-button1 .icon1 {
    background: url("/front/assets/img/common/icon-home1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 42px;
    margin: 0 5px 0 0;
    position: relative;
    vertical-align: middle;
    width: 42px;
}



.edec-quick-order-button3 {
    background: #5F90D5;
    border: 1px solid #5F90D5;
    border-radius: 6px;
    break-inside: avoid;
    display: block;
    height: 58px;
    margin: auto;
    max-width: 330px;
    outline: none;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-quick-order-button3:hover {
    opacity: 0.8;
}

.edec-quick-order-button3&gt;span {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.edec-quick-order-button3 .icon1 {
    background: url("/front/assets/img/common/icon-quick1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 38px;
    margin: 0 5px 0 0;
    width: 38px;
}

.edec-quick-order-button3 .text1 {
    background: #5F90D5 url("/front/assets/img/common/btn-text-quick-order2.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 180px;
}



.edec-quick-order-button4 {
    background: url("/front/assets/img/common/quick-order-button1.svg") no-repeat center center;
    background-size: contain;
    display: block;
    height: 73px;
    margin: auto;
    outline: none;
    padding: 0;
    position: relative;
    transition: opacity 0.3s ease;
    width: 62px;
}

.edec-quick-order-button4:hover {
    opacity: 0.8;
}

.edec-quick-order-button4&gt;span {
    display: block;
    overflow: hidden;
    text-indent: -999em;
    width: 100%;
}



.edec-quick-order-button5 {
    background: #5F90D5 url("/front/assets/img/common/btn-text-quick-order1.svg") no-repeat center center;
    background-size: auto 25px;
    border-radius: 4.5px;
    display: block;
    height: 45px;
    margin: auto;
    outline: none;
    padding: 0;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-quick-order-button5:hover {
    opacity: 0.8;
}

.edec-quick-order-button5&gt;span {
    display: block;
    overflow: hidden;
    text-indent: -999em;
    width: 100%;
}



.edec-buttons1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0 40px;
    text-align: center;
}

.edec-buttons1&gt;* {
    margin: 0 18px;
    width: 380px;
}

.edec-buttons1 p {
    margin: 10px 0 0;
}



.edec-buttons2 {
    font-size: 0;
    line-height: 0;
    margin: 55px 0 40px;
    text-align: center;
}

.edec-buttons2&gt;* {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    width: 300px;
}



.edec-btn4 {
    background: #fff;
    border: 1px solid #ea554a;
    border-radius: 6px;
    break-inside: avoid;
    color: #ea554a;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 76px;
    margin: auto;
    max-width: 800px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-btn4:hover {
    color: #ea554a;
    opacity: 0.8;
    text-decoration: none;
}



.edec-btn5 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    break-inside: avoid;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 76px;
    margin: auto;
    max-width: 800px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-btn5:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}



.edec-btn6 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    break-inside: avoid;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 68px;
    margin: 40px auto;
    max-width: 500px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-btn6:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.edec-btn6:disabled {
    opacity: 0.3;
}



.edec-btn7 {
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    break-inside: avoid;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: auto;
    max-width: 500px;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease;
    width: 100%;
}

.edec-btn7.cl1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
}

.edec-btn7:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.edec-btn8 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    margin: auto;
    max-width: 800px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 58px;
}

.edec-btn8:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;

}

.edec-foot-buttons1 {
    border-top: 1px solid #ddd;
    break-inside: avoid;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 45px 0 0;
    text-align: center
}

.edec-foot-buttons1.st1 {
    border-top: none;
}

.edec-foot-buttons1&gt;* {
    margin: 0 20px;
}




.edec-cart-prev-button1 {
    background: #eee;
    border: 1px solid #eee;
    border-radius: 6px;
    display: block;
    line-height: 58px;
    letter-spacing: 0.05em;
    margin: auto;
    max-width: 700px;
    outline: none;
    padding: 0;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%;
}

.edec-cart-prev-button1.w1 {
    max-width: 500px;
}

.edec-foot-buttons1&gt;.edec-cart-prev-button1 {
    margin: 0;
}

.edec-cart-prev-button1:hover {
    opacity: 0.8;
    text-decoration: none;
}

.edec-cart-prev-button1&gt;span {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.edec-cart-prev-button1&gt;span:before {
    background: url("/front/assets/img/common/icon-b-arrow1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 7px 0 0;
    position: relative;
    vertical-align: middle;
    width: 16px;
}



.edec-add-button1 {
    background: #5F90D5;
    border: 1px solid #5F90D5;
    border-radius: 4px;
    break-inside: avoid;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    margin: auto;
    outline: none;
    padding: 0;
    text-align: center;
    transition: opacity 0.5s ease;
    width: 60px;
}

.edec-add-button1:hover {
    opacity: 0.8;
}

.edec-table1 .edec-add-button1 {
    margin-top: 5px;
}



.edec-up-button1 {
    border: 1px solid #ff88a4;
    border-radius: 4px;
    break-inside: avoid;
    color: #ff88a4;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    height: 46px;
    max-width: 300px;
    overflow: hidden;
    padding: 0 5px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s ease;
    width: 100%;
}

.edec-up-button1:hover {
    background-color: #ff88a4;
    color: #fff;
}

.edec-up-button1:after {
    background: url("/front/assets/img/common/icon-anchor-arrow1.svg") no-repeat center center;
    background-size: contain;
    content: "";
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(180deg);
    width: 14px;
}

.edec-up-button1:hover:after {
    background-image: url("/front/assets/img/common/icon-anchor-arrow2.svg");
}

.edec-up-button1 span span {
    font-size: 14px;
    font-weight: 500;
}



.edec-b-btn1 {
    background: #fff;
    border: 2px solid #ff88a4;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 500px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.edec-b-btn1&gt;span {
    color: #ff88a4;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 66px;
    position: relative;
}

.edec-b-btn1&gt;span .small1 {
    font-size: 14px;
    font-weight: 400;
}

.edec-b-btn1:hover {
    opacity: 0.7;
    transition: opacity 0.5s ease;
}



.edec-b-btn2 {
    background: #ff88a4;
    border: 2px solid #ff88a4;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 500px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.edec-b-btn2&gt;span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 66px;
    position: relative;
}

.edec-b-btn2&gt;span .small1 {
    font-size: 14px;
    font-weight: 400;
}

.edec-b-btn2:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.edec-b-btn2[disabled] {
    background: #feadbe;
    border-color: #feadbe;
    opacity: 1;
}


.edec-sns-icons1 {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-sns-icons1.st1 {
    justify-content: flex-end;
}

.edec-sns-icons1 li+li {
    margin-left: 11px;
}

.edec-sns-icons1 img {
    height: auto;
    width: 36px;
}



.edec-advs-icon1 {
    height: 50px;
    margin: -0.3em 0 0 -9px;
    position: relative;
    vertical-align: middle;
    with: 50px;
}



.edec-center1 {
    text-align: center !important;
}

.edec-left1 {
    text-align: left !important;
}

.edec-right1 {
    text-align: right !important;
}



.edec-sep1 {
    background: none;
    border: none;
    border-top: 2px dotted #FF9DB4;
    height: 0;
    margin: 55px 0;
    overflow: hidden;
    width: 100%;
}

.edec-sep2 {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 5px 0 15px;
    overflow: hidden;
    width: 100%;
}

.edec-sep3 {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 40px 0;
    overflow: hidden;
    width: 100%;
}

.edec-items1+.edec-sep3 {
    margin-top: 10px;
}

.edec-items1.sp-scroll+.edec-sep3 {
    margin-top: 40px;
}

.edec-banners4+.edec-sep3 {
    margin-top: 30px;
}

.edec-sep4 {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 60px 0;
    overflow: hidden;
    width: 100%;
}

.edec-sep5 {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 40px 0 45px;
    overflow: hidden;
    width: 100%;
}



.edec-notice-block6 {
    border: 2px solid #ea554a;
    margin: 20px auto 35px;
    max-width: 960px;
    padding: 8px;
    text-align: center;
    width: 100%;
}

.edec-notice-block6 p {
    color: #ea554a;
    font-feature-settings: "palt";
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}



.edec-icon-zaikokakunin1 {
    background: url("/front/assets/img/common/icon-zaikokakunin1.png") no-repeat center center !important;
    background-size: contain !important;
    display: inline-block;
    height: 23px !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: -999em !important;
    vertical-align: middle !important;
    width: 81px !important;
}

.edec-com-item1 .icons1 .edec-icon-zaikokakunin1 {
    display: inline-block !important;
}



.edec-m-btn1 {
    background: #fff;
    border: 1px solid #2570eb;
    border-radius: 3px;
    color: #2570eb !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 5px auto;
    max-width: 12em;
    min-width: 6em;
    outline: none !important;
    padding: 5px 0;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

.edec-m-btn1:hover {
    background: #2570eb;
    color: #fff !important;
    text-decoration: none;
}

.edec-m-btn2 {
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 3px;
    color: #ea554a !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 5px auto;
    max-width: 12em;
    min-width: 6em;
    outline: none !important;
    padding: 5px 0;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: middle;
    width: 100%;
}

.edec-m-btn2:hover {
    background: #ff88a4;
    color: #fff !important;
    text-decoration: none;
}

.edec-m-btn3 {
    background: #fff;
    border: 1px solid #ff88a4;
    border-radius: 3px;
    color: #ff88a4 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 5px auto 0;
    max-width: 12em;
    outline: none !important;
    padding: 3px 0;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: middle;
    width: 100%;
}

.edec-m-btn3:hover {
    background: #ff88a4;
    color: #fff !important;
    text-decoration: none;
}

.edec-m-btn4 {
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 5px auto 0;
    max-width: 12em;
    outline: none !important;
    padding: 3px 0;
    text-align: center;
    transition: opacity 0.3s;
    vertical-align: middle;
    width: 100%;
}

.edec-m-btn4.wd1 {
    max-width: 5.5em;
}

.edec-m-btn4:hover {
    background: #333;
    color: #fff !important;
    text-decoration: none;
}



.edec-bg1 {
    background: #ffffd5 !important;
}



.edec-com-modal1 .modal-dialog {
    max-width: 550px;
}

.edec-com-modal1 .modal-content {
    border: 1px solid #fff;
    border-radius: 10px;
}

.edec-com-modal1 .modal-body {
    padding: 40px 0 35px;
}

.edec-com-modal1 .modal-footer {
    border-top: 1px solid #aaa;
    justify-content: center;
    outline: none;
    padding: 15px 0;
    text-align: center;
}

.edec-com-modal1 .modal-footer .close {
    background: transparent url("/front/assets/img/common/icon-close1.svg") no-repeat left center;
    background-size: 12px 12px;
    border: none;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 20px;
    text-shadow: none;
}

.edec-com-modal1 .block1 {
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

.edec-com-modal1 .block1 .copy1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 12px;
}

.edec-com-modal1 .block1 .copy2 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.7;
    margin: 0;
}

.edec-mj-cnt1 {
    display: none;
}

.edec-m-bg1 {
    animation: mBgColor1 1.5s ease 0s;
}

@keyframes mBgColor1 {
    0% {
        background-color: #ffffd5;
    }

    75% {
        background-color: #ffffd5;
    }

    100% {
        background-color: #fff;
    }
}


.ui-widget.ui-widget-content {
    z-index: 2 !important;
}

.ui-datepicker-trigger {
    height: 25px;
    margin: -5px 0 0 12px;
    position: relative;
    width: auto;
    cursor: pointer;
}


.edec-mxw700 {
    margin: auto;
    max-width: 700px;
}

.edec-mxw940 {
    margin: auto;
    max-width: 940px;
}

.edec-mxw1060 {
    margin: auto;
    max-width: 1060px;
}

.edec-mxw1140 {
    margin: auto;
    max-width: 1140px;
}

.edec-mxw1160 {
    margin: auto;
    max-width: 1160px;
}



.edec-em1 {
    color: #e41e1e;
    font-weight: 700;
}

.edec-regular1 {
    font-weight: 400;
}

.edec-medium1 {
    font-weight: 500;
}

.edec-strong1 {
    font-weight: 700;
}



.edec-icon-new1 {
    background: url("/front/assets/img/common/icon-new1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin: -2px 8px 0 0;
    position: relative;
    vertical-align: middle;
    width: 44px;
}

.edec-icon-rtr1 {
    background: url("/front/assets/img/common/icon-rtr1.png") no-repeat center center;
    background-size: 100%;
    display: inline-block;
    height: 20px;
    margin: -3px 4px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.edec-icon-rtr1.st1 {
    height: 24px;
    width: 24px;
}

/* ECサイト連携アイコンを設定 */
.edec-icon-ecsitecoop1 {
    background: url("/front/assets/img/common/icon-ecsitecoop1.svg") no-repeat center center;
    background-size: 20px 20px;
    display: inline-block;
    height: 20px;
    margin: -3px 4px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.edec-icon-ecsitecoop1.st1 {
    height: 24px;
    width: 24px;
}

.edec-icon-discontinued1 {
    background: url("/front/assets/img/common/icon-discontinued1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin: -3px 4px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

.edec-icon-delay1 {
    background: url("/front/assets/img/common/icon-delay1.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin: -3px 4px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}



.edec-ih1 {
    height: 20px;
    width: auto;
}



.edec-notel1 {
    color: #333;
    pointer-events: none;
}



.edec-hint1 {
    color: #fff !important;
    padding: 0 0 0 25px;
    position: relative;
    text-decoration: none !important;
}

.edec-hint1&gt;span:after {
    background: url("/front/assets/img/common/icon-hint1.png") no-repeat right center;
    background-size: 21px auto;
    content: "";
    display: inline-block;
    height: 21px;
    margin: -0.4em 0 0 5px;
    position: relative;
    vertical-align: middle;
    width: 21px;
}

.edec-hint1.on {
    cursor: not-allowed;
    pointer-events: none;
}

/*.edec-hint1 #zaiko-popover1 {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #333;
	display: none;
	font-size: 11px;
	font-weight: 400;
	height: 105px;
	left: 50%;
	line-height: 1.36;
	margin-left: -93px;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: -128px;
	width: 186px;
}*/
.edec-hint1 #zaiko-popover1 {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #333;
    display: none;
    font-size: 11px;
    font-weight: 400;
    height: 78px;
    letter-spacing: 0.01em;
    line-height: 1.36;
    /*margin-left: 35px;
	margin-top: -35px;*/
    padding: 9px 11px;
    position: fixed;
    pointer-events: none;
    text-align: justify;
    width: 217px;
}

.edec-hint1.on #zaiko-popover1 {
    display: block;
    animation: cartPopover1Show 0.6s ease;
}

.edec-hint1 #zaiko-popover1:before {
    background: #fff;
    border-color: transparent #aaa #aaa transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: -7px;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 13px;
}

.edec-hint1 #zaiko-popover1&gt;.close-popover1 {
    background: url("/front/assets/img/common/icon-close4.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 21px;
    pointer-events: visible;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 21px;
}

.edec-hint1.zaiko-button2 {
    display: none;
}



.edec-df-block1 {
    display: flex;
    justify-content: center;
}



.edec-icon-loupe2 {
    background: url("/front/assets/img/common/icon-loupe2-1.png") no-repeat center center !important;
    background-size: contain !important;
    display: inline-block !important;
    height: 29px !important;
    margin: 0 7px 0 0 !important;
    transition: all 0.3s ease;
    vertical-align: middle !important;
    width: 26px !important;
}

.active .edec-icon-loupe2 {
    background-image: url("/front/assets/img/common/icon-loupe2-2.png") !important;
}


.edec-jf-block1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}



.edec-form_return-modal1 .modal-dialog {
    max-width: 700px;
}

.edec-form_return-modal1 .modal-content {
    border: 1px solid #fff;
    border-radius: 10px;
}

.edec-form_return-modal1 .modal-body {
    padding: 50px 50px 30px;
}

.edec-form_return-modal1 .modal-body .close {
    background: transparent url("/front/assets/img/common/icon-close2.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: 15px;
    width: 20px;
}

.edec-form_return-modal1 .block1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 100%;
}

.edec-form_return-modal1 .block1 .body1 {
    text-align: justify;
    width: 280px;
}

.edec-form_return-modal1 .block1 .body1 .copy1 {
    font-feature-settings: "palt";
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.5;
    margin: 0;
}

.edec-form_return-modal1 .block1 .body1 .copy1 .icon1 {
    height: auto;
    margin: -5px 5px 0 0;
    position: relative;
    vertical-align: middle;
    width: 170px;
}

.edec-form_return-modal1 .block1 .body1 .copy1 .icon2 {
    height: auto;
    margin: -5px 5px 0 5px;
    position: relative;
    vertical-align: middle;
    width: 27px;
}

.edec-form_return-modal1 .block1 .image1 {
    text-align: center;
    width: 300px;
}

.edec-form_return-modal1 .block1 .image1 img {
    height: auto;
    width: 100%;
}

.edec-form_return-modal1 .buttons1 {
    margin: 30px 0 0;
}

.edec-form_return-modal1 .buttons1 .btn1 {
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 auto;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
    width: 180px;
}

.edec-form_return-modal1 .buttons1.st1 .btn1 {
    width: 160px;
}

.edec-form_return-modal1 .buttons1 .btn1.st1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
}



.edec-btn-image1 {
    margin: 0 4px;
    vertical-align: middle;
    width: 78px;
}



.edec-ex-link1 {
    color: #2570eb !important;
    position: relative;
}

.edec-ex-link1:after {
    background: url("/front/assets/img/common/icon-newwin2.png") no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -0.2em 0 0 5px;
    vertical-align: middle;
    width: 13px;
}

.edec-icon-info1 {
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
    width: 17px;
}

.edec-popover1-tooltip {
    border: 1px solid #aaa;
    border-radius: 3px;
    font-feature-settings: "palt";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.36;
    max-width: 155px;
}

.edec-popover1-tooltip .popover-body {
    padding: 12px 8px 12px 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-popover1-tooltip .close {
    background: url("/front/assets/img/common/icon-close4.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 21px;
    opacity: 1;
    overflow: hidden;
    pointer-events: visible;
    position: absolute;
    right: -6px;
    text-indent: -999em;
    top: -6px;
    width: 21px;
    padding: 10px;
}

.bs-popover-top&gt;.arrow::before {
    border-top-color: #aaa;
}


.edec-com-item1 .icons2 {
    display: flex;
    align-items: center;
    min-height: 22px;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.edec-icon-n-1 {
    background: #ed7d31;
    color: #fff;
    display: inline-block;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 700;
    height: 22px !important;
    letter-spacing: 0.06em;
    line-height: 22px;
    min-width: 80px;
    overflow: hidden;
    padding: 0 14px 0 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto !important;
}

.edec-icon-n-1:before {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 22px 9px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -9px;
    top: 0;
    width: 0;
}

.edec-icon-n-2 {
    background: #0071c1;
    color: #fff;
    display: inline-block;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 700;
    height: 22px !important;
    letter-spacing: 0.06em;
    line-height: 22px;
    min-width: 80px;
    overflow: hidden;
    padding: 0 14px 0 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto !important;
}

.edec-icon-n-2:before {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 22px 9px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -9px;
    top: 0;
    width: 0;
}

.edec-icon-n-3 {
    background: #e41e1e;
    color: #fff;
    display: inline-block;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 700;
    height: 20px !important;
    letter-spacing: 0.05em;
    line-height: 20px;
    overflow: hidden;
    padding: 0 6px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto !important;
}

.edec-com-item1 .desc1 p.txt2 {
    color: #f00;
    font-feature-settings: "palt";
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.45;
    margin: 0;
}

.edec-login-cnt3 .table1 {
    margin: auto;
}

.edec-login-cnt3 .table1 th,
.edec-login-cnt3 .table1 td {
    margin: auto;
    padding: 5px 0;
    text-align: left;
    vertical-align: middle;
}

.edec-login-cnt3 .table1 th {
    font-size: 16px;
    font-weight: 700;
    padding-right: 1em;
    white-space: nowrap;
}

.edec-login-cnt3 .table1 .edec-input1 {
    font-size: 15px;
    width: 450px;
}

.edec-login-cnt3 .button1 {
    background: #ff88a4;
    border: 1px solid #ff88a4;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0 auto 18px;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.5s ease;
    width: 300px;
}

.edec-login-cnt3 .button1:hover {
    opacity: 0.8;
}

.edec-login-cnt3 .label1 {
    margin: 0;
}

.edec-login-cnt3 .label1 input {
    margin: 0 5px 0 0;
    transform: scale(1.23);
}

.edec-login-cnt3 .btbt1&gt;div {
    display: inline-block;
}

.edec-login-cnt3 .btbt1&gt;div a {
    display: block;
}

.edec-link4 {
    color: #1b72e9 !important;
    position: relative;
}

.edec-link4:after {
    border-color: transparent #1b72e9 #1b72e9 transparent;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    content: "";
    display: inline-block;
    height: 8px;
    margin: -0.2em 0 0 7px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 8px;
}

.edec-btn-pop1 {
    height: auto;
    transition: 0.3s ease;
    width: 25px;
}

a:hover&gt;.edec-btn-pop1 {
    opacity: 0.8;
}

.edec-popover2-tooltip {
    border: 1px solid #1b72e9;
    border-radius: 8px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.57;
    max-width: 370px;
}

.edec-popover2-tooltip .popover-body {
    padding: 18px 23px;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-popover2-tooltip .popover-body a {
    color: #2f66c0;
    font-weight: 500;
    text-decoration: underline;
}

.edec-popover2-tooltip .popover-body a:hover {
    text-decoration: none;
}

.edec-popover2-tooltip.bs-popover-top&gt;.arrow::before {
    border-top-color: #1b72e9;
}

.edec-popover3-tooltip {
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: none;
    font-feature-settings: "palt";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.36;
    max-width: 144px;
}

.edec-popover3-tooltip .popover-body {
    padding: 14px 15px;
    word-wrap: break-word;
    word-break: break-all;
}

.edec-popover3-tooltip .popover-body a {
    color: #2f66c0;
    font-weight: 500;
    text-decoration: underline;
}

.edec-popover3-tooltip .popover-body a:hover {
    text-decoration: none;
}

.edec-popover3-tooltip.bs-popover-top&gt;.arrow::before {
    border-top-color: #aaa;
}

.edec-popover3-tooltip .close {
    background: url("/front/assets/img/common/icon-close4.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 20px;
    opacity: 1 !important;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 20px
}

.edec-btn-pop2 {
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
    width: 20px;
}

.edec-icon-help1.op0 {
    opacity: 1;
}

.edec-icon-help1 .title1 {
    font-feature-settings: "palt";
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-align: center;
}

.edec-icon-help1 p {
    font-size: 15px;
    line-height: 1.46;
    margin: 0;
}

.edec-icon-help1 p .small1 {
    font-size: 10px;
}

.edec-icon-help1 .icon-title1 {
    font-feature-settings: "palt";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 7px;
}

.edec-icon-help1 .icon-title1 img {
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    width: 108px;
}

.edec-icon-help1 .icon-title1 span {
    vertical-align: middle;
}

.edec-icon-help1 hr {
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    height: 0;
    margin: 10px -12.5px 15px;
    padding: 0;
}

.edec-icon-help1 .note1 {
    font-size: 14px;
    line-height: 1.75;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-icon-help1 .note1&gt;li {
    margin-bottom: 0.7em;
    padding-left: 2em;
    text-indent: -2em;
}

.edec-icon-help1 .note1 ul {
    font-size: 12px;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-icon-help1 .note1 ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.modal-open .edec-side-modal1.modal.show {
    display: block !important;
}

.edec-side-modal1 .modal-dialog {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    height: calc(100vh - 80px);
    margin: 40px 0 0 0;
    max-width: 320px;
    position: absolute;
    right: 0;
}

.edec-side-modal1 .modal-content {
    border: none;
    border-radius: 22px 0 0 22px;
    height: 100%;
}

.edec-side-modal1 .modal-body {
    display: block;
    padding: 0;
    position: relative;
}

.edec-side-modal1 .modal-body .close {
    background: #333 url("/front/assets/img/common/close1.svg") no-repeat center center;
    background-size: 18px 18px;
    border: none;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    opacity: 1;
    float: none;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    left: -16px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    text-shadow: none;
    top: -16px;
    width: 40px;
    z-index: 1;
}

.edec-side-modal1 .block1 {
    border: none;
    border-radius: 22px 0 0 22px;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}

.edec-prd-icons-cnt1 {
    margin-bottom: 60px;
}

.edec-prd-icons-cnt1 .table1 {
    width: 100%;
}

.edec-prd-icons-cnt1 .table1 tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.edec-prd-icons-cnt1 .table1 tr td:last-child {
    border-right: none;
}

.edec-prd-icons-cnt1 .table1 tr td:nth-child(1) {
    padding: 20px 15px;
    text-align: left;
    vertical-align: middle;
    width: 190px;
}

.edec-prd-icons-cnt1 .table1 tr td:nth-child(1) img {
    height: auto;
    width: 144px;
}

.edec-prd-icons-cnt1 .table1 tr td:nth-child(2) {
    padding: 20px 5px 20px 28px;
    vertical-align: middle;
}

.edec-prd-icons-cnt1 .table1 h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 0 0.2em;
}

.edec-prd-icons-cnt1 .table1 p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0
}

.edec-prd-icons-cnt1 .sup1 {
    bottom: 0.5em;
    font-size: 11px;
    position: relative;
}

.edec-prd-icons-cnt1 .note1 {
    font-size: 15px;
    line-height: 1.6;
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

.edec-prd-icons-cnt1 .note1&gt;li {
    margin-bottom: 0.7em;
    padding-left: 2em;
    text-indent: -2em;
}

.edec-prd-icons-cnt1 .note1 ul {
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edec-prd-icons-cnt1 .note1 ul li {
    padding-left: 1em;
    text-indent: -1em;
}


::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

:placeholder-shown {
    color: #ccc;
}



.edec-ffs1 {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}



.edec-underline1 {
    text-decoration: underline !important;
}

a.edec-underline1:hover {
    text-decoration: none !important;
}

.edec-underline2 {
    text-decoration: none !important;
}

a.edec-underline2:hover {
    text-decoration: underline !important;
}



.edec-color1 {
    color: #ff0000 !important;
}

.edec-color2 {
    color: #e41e1e !important;
}

.edec-color3 {
    color: #000 !important;
}

.edec-color4 {
    color: #666 !important;
}

.edec-color5 {
    color: #333 !important;
}

.edec-color6 {
    color: #2570eb !important;
}


.edec-fs10 {
    font-size: 10px !important;
}

.edec-fs11 {
    font-size: 11px !important;
}

.edec-fs12 {
    font-size: 12px !important;
}

.edec-fs13 {
    font-size: 13px !important;
}

.edec-fs14 {
    font-size: 14px !important;
}

.edec-fs15 {
    font-size: 15px !important;
}

.edec-fs16 {
    font-size: 16px !important;
}

.edec-fs17 {
    font-size: 17px !important;
}

.edec-fs18 {
    font-size: 18px !important;
}

.edec-fs19 {
    font-size: 19px !important;
}

.edec-fs20 {
    font-size: 20px !important;
}

.edec-fs21 {
    font-size: 21px !important;
}

.edec-fs22 {
    font-size: 22px !important;
}

.edec-fs23 {
    font-size: 23px !important;
}

.edec-fs24 {
    font-size: 24px !important;
}

.edec-fs25 {
    font-size: 25px !important;
}

.edec-fs26 {
    font-size: 26px !important;
}

.edec-fs27 {
    font-size: 27px !important;
}

.edec-fs28 {
    font-size: 28px !important;
}

.edec-fs29 {
    font-size: 29px !important;
}

.edec-fs30 {
    font-size: 30px !important;
}

.edec-lh15 {
    line-height: 1.5 !important;
}

.edec-lh16 {
    line-height: 1.6 !important;
}

.edec-lh17 {
    line-height: 1.7 !important;
}

.edec-lh20 {
    line-height: 2 !important;
}



.edec-mgb0 {
    margin-bottom: 0px !important;
}

.edec-mgb5 {
    margin-bottom: 5px !important;
}

.edec-mgb10 {
    margin-bottom: 10px !important;
}

.edec-mgb15 {
    margin-bottom: 15px !important;
}

.edec-mgb20 {
    margin-bottom: 20px !important;
}

.edec-mgb25 {
    margin-bottom: 25px !important;
}

.edec-mgb30 {
    margin-bottom: 30px !important;
}

.edec-mgb35 {
    margin-bottom: 35px !important;
}

.edec-mgb40 {
    margin-bottom: 40px !important;
}

.edec-mgb45 {
    margin-bottom: 45px !important;
}

.edec-mgb50 {
    margin-bottom: 50px !important;
}

.edec-mgb55 {
    margin-bottom: 55px !important;
}

.edec-mgb60 {
    margin-bottom: 60px !important;
}

.edec-mgb65 {
    margin-bottom: 65px !important;
}

.edec-mgb70 {
    margin-bottom: 70px !important;
}

.edec-mgb75 {
    margin-bottom: 75px !important;
}

.edec-mgb80 {
    margin-bottom: 80px !important;
}

.edec-mgb85 {
    margin-bottom: 85px !important;
}

.edec-mgb90 {
    margin-bottom: 90px !important;
}

.edec-mgb95 {
    margin-bottom: 95px !important;
}

.edec-mgb100 {
    margin-bottom: 100px !important;
}

.edec-mgb110 {
    margin-bottom: 110px !important;
}

.edec-mgb120 {
    margin-bottom: 120px !important;
}

.edec-mgb130 {
    margin-bottom: 130px !important;
}

.edec-mgb140 {
    margin-bottom: 140px !important;
}

.edec-mgb150 {
    margin-bottom: 150px !important;
}

.edec-mgb160 {
    margin-bottom: 160px !important;
}

.edec-mgb170 {
    margin-bottom: 170px !important;
}

.edec-mgb180 {
    margin-bottom: 180px !important;
}

.edec-mgb190 {
    margin-bottom: 190px !important;
}

.edec-mgb200 {
    margin-bottom: 200px !important;
}



.edec-mgt0 {
    margin-top: 0px !important;
}

.edec-mgt5 {
    margin-top: 5px !important;
}

.edec-mgt10 {
    margin-top: 10px !important;
}

.edec-mgt15 {
    margin-top: 15px !important;
}

.edec-mgt20 {
    margin-top: 20px !important;
}

.edec-mgt25 {
    margin-top: 25px !important;
}

.edec-mgt30 {
    margin-top: 30px !important;
}

.edec-mgt35 {
    margin-top: 35px !important;
}

.edec-mgt40 {
    margin-top: 40px !important;
}

.edec-mgt45 {
    margin-top: 45px !important;
}

.edec-mgt50 {
    margin-top: 50px !important;
}

.edec-mgt55 {
    margin-top: 55px !important;
}

.edec-mgt60 {
    margin-top: 60px !important;
}

.edec-mgt65 {
    margin-top: 65px !important;
}

.edec-mgt70 {
    margin-top: 70px !important;
}

.edec-mgt75 {
    margin-top: 75px !important;
}

.edec-mgt80 {
    margin-top: 80px !important;
}

.edec-mgt85 {
    margin-top: 85px !important;
}

.edec-mgt90 {
    margin-top: 90px !important;
}

.edec-mgt95 {
    margin-top: 95px !important;
}

.edec-mgt100 {
    margin-top: 100px !important;
}

.edec-mgt110 {
    margin-top: 110px !important;
}

.edec-mgt120 {
    margin-top: 120px !important;
}

.edec-mgt130 {
    margin-top: 130px !important;
}

.edec-mgt140 {
    margin-top: 140px !important;
}

.edec-mgt150 {
    margin-top: 150px !important;
}

.edec-mgt160 {
    margin-top: 160px !important;
}

.edec-mgt170 {
    margin-top: 170px !important;
}

.edec-mgt180 {
    margin-top: 180px !important;
}

.edec-mgt190 {
    margin-top: 190px !important;
}

.edec-mgt200 {
    margin-top: 200px !important;
}

.edec-mgt210 {
    margin-top: 210px !important;
}



.edec-mgt-10 {
    margin-top: -10px !important;
}

.edec-mgt-15 {
    margin-top: -15px !important;
}

.edec-mgt-25 {
    margin-top: -25px !important;
}

.edec-mgt-40 {
    margin-top: -40px !important;
}



.dsp-w {
    display: inline !important;
}

.dspb-w {
    display: block !important;
}

.dsp-s {
    display: none !important;
}

.dspb-s {
    display: none !important;
}



span.status_cd_1 {
    background: #dc143c;
    color: white !important;
}

span.status_cd_2 {
    background: #f09694;
}

span.status_cd_3 {
    background: #2862e1;
    color: white !important;
}

span.status_cd_4 {
    background: #45b5ef;
    color: white !important;
}

span.status_cd_5 {
    background: #ffc806;
}

span.status_cd_6 {
    background: #c04fdc;
    color: white !important;
}

span.status_cd_7 {
    background: #2ec22a;
}

span.status_cd_8 {
    background: #a3d641;
}

.btn-edit-label3 {
    cursor: pointer;
}

@keyframes show1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.edec-gnav-pane1 {
    display: none;
}

.edec-bottom-sp-navi {
    display: none;
}



@media print,
screen and (min-width: 768px) {

    a[href^="tel:"] {
        color: #333;
        cursor: default;
        pointer-events: none;
    }



    .edec-main.cell3 {
        padding-left: 25.3968%;
        width: 100%;
    }



    .edec-header1-navi3&gt;li.active .edec-header-nav-sub1,
    .edec-header1-navi3&gt;li:hover .edec-header-nav-sub1 {
        animation: show1 0.4s ease;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
        bottom: 3px;
        display: block;
        left: 50%;
        /*overflow: hidden;*/
        padding: 4px 0 0 0;
        position: relative;
        transform: translateX(-50%);
        width: 240px;
    }

    .edec-header1-navi3&gt;li.active .edec-header-nav-sub1.w1,
    .edec-header1-navi3&gt;li:hover .edec-header-nav-sub1.w1 {
        width: 300px;
    }

    .edec-header1-navi3&gt;li.active .edec-header-nav-sub1.w2,
    .edec-header1-navi3&gt;li:hover .edec-header-nav-sub1.w2 {
        width: 280px;
    }

    .edec-header1-navi3&gt;li.active .edec-header-nav-sub1:before,
    .edec-header1-navi3&gt;li:hover .edec-header-nav-sub1:before {
        animation: show1 0.4s ease;
        background: url("/front/assets/img/common/dd-fig1.png") no-repeat center top;
        background-size: 59px 53px;
        content: "";
        display: block;
        height: 26px;
        left: 50%;
        position: absolute;
        top: -26px;
        transform: translateX(-50%);
        width: 59px;
        z-index: 1;
    }

    .edec-header-nav-sub1 .hd1 {
        display: none;
    }

    .edec-header-cart1 {
        width: 100%;
    }

    .edec-header-cart1 .total1 {
        display: table;
        margin: 8px 0 5px;
        width: 100%;
    }

    .edec-header-cart1 .total1&gt;* {
        color: #000;
        display: table-cell;
    }

    .edec-header-cart1 .total1&gt;.box1 {
        font-weight: 700;
        padding: 0 0 0 16px;
    }

    .edec-header-cart1 .total1&gt;.box1 .small1 {
        font-size: 12px;
    }

    .edec-header-cart1 .total1&gt;.box2 {
        color: #e41e1e;
        font-size: 17px;
        font-weight: 700;
        padding: 0 12px 0 0;
        text-align: right;
    }

    .edec-header-cart1 .total1&gt;.box2 .num1 {
        font-size: 23px;
    }

    .edec-header-cart1 .data1 {
        border-bottom: 1px solid #ddd;
        width: 100%;
    }

    .edec-header-cart1 .data1 thead {
        display: block;
        width: 100%;
    }

    .edec-header-cart1 .data1 thead tr {
        display: table;
        width: 100%;
    }

    .edec-header-cart1 .data1 thead th {
        background: #f2f2f2;
        border-bottom: 1px solid #ccc;
        border-top: 2px solid #ccc;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 0;
        vertical-align: middle;
        text-align: center;
    }

    .edec-header-cart1 .data1 thead th+th {
        border-left: 1px solid #ccc;
    }

    .edec-header-cart1 .data1 .cell1 {
        width: 135px;
    }

    .edec-header-cart1 .data1 .cell2 {
        width: 35px;
    }

    .edec-header-cart1 .data1 thead th.cell3 {
        padding-right: 10px;
    }

    .edec-header-cart1 .data1 tbody {
        display: block;
        max-height: 300px;
        overflow: auto;
        overflow-y: scroll;
        width: 100%;
    }

    .edec-header-cart1.campaign .data1 tbody {
        max-height: 208px;
    }

    .edec-header-cart1 .data1 tbody tr {
        display: table;
        width: 100%;
    }

    .edec-header-cart1 .data1 tbody td {
        border-bottom: 1px solid #ddd;
        color: #000;
        font-feature-settings: "palt";
        font-size: 13px;
        letter-spacing: 0.05em;
        padding-bottom: 7px;
        padding-top: 7px;
        position: relative;
        vertical-align: middle;
    }

    .edec-header-cart1 .data1 tbody tr:last-child td {
        border-bottom: none;
    }

    .edec-header-cart1 .data1 tbody td.cell1 {
        padding-left: 15px;
        padding-right: 10px;
        text-align: left;
    }

    .edec-header-cart1 .data1 tbody td.cell2 {
        text-align: center;
        width: 35px;
    }

    .edec-header-cart1 .data1 tbody td.cell3 {
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
    }

    .edec-header-cart1 .data1 tbody td.cell2:before,
    .edec-header-cart1 .data1 tbody td.cell3:before {
        border-left: 1px dotted #aaa;
        bottom: 10px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 10px;
        width: 0;
    }

    .edec-header-cart1 .data1 tbody td .t3 {
        color: #e41e1e;
        display: block;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
    }

    .edec-header-cart1 .data1 tbody td .t3 .num1 {
        font-size: 16px;
    }

    .edec-header-cart1 .data1 tbody td .t4 {
        color: #00b900;
        display: block;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
    }

    .edec-header-cart1 .data1 tbody td .t4 .num1 {
        font-size: 16px;
    }

    .edec-header-cart1 .data1 tbody td a {
        color: #000;
    }

    .edec-header-cart1 .data1 tbody td .icons1 {
        margin: 0 0 3px;
        text-align: right;
    }

    .edec-header-cart1 .data1 tbody td .icons1 img {
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        width: auto;
    }

    .edec-header-cart1 .data1 tbody td .icons1 *+* {
        margin-left: 3px;
    }

    .edec-header-cart1 .data1 tbody td .arrow1 {
        display: block;
        font-size: 0;
        line-height: 0;
        margin: -2px 0 -2px;
        position: relative;
        padding-right: 20px;
        text-align: right;
    }

    .edec-header-cart1 .data1 tbody td .arrow1 span {
        color: #888;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        transform: scale(0.9);
    }

    .edec-header-cart1 .note1 {
        list-style: none;
        margin: 8px 13px;
        padding: 0;
    }

    .edec-header-cart1 .note1 {
        font-size: 11px;
        list-style: none;
        margin: 8px 13px;
        padding: 0;
    }

    .edec-header-cart1 .note1 li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .edec-header-cart1 .note1 li .blt {
        color: #e31e1e;
    }

    .edec-header-cart1 .note2 {
        font-size: 11px;
        padding: 10px 11px;
    }

    .edec-header-cart1 .text1 {
        border-bottom: 1px solid #ccc;
        border-top: 2px solid #ccc;
        background: #f2f2f2;
        font-size: 12px;
        font-weight: 700;
        margin: -1px 0 0 0;
        padding: 3px 0;
        text-align: center;
    }

    .edec-header-cart1 .text2 {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        margin: -1px 0 0 0;
        padding: 11px 0 0;
        text-align: center;
    }

    .edec-header-cart1 .buttons1 {
        padding: 9px 20px 19px;
        text-align: center;
        width: 100%;
    }

    .edec-header-cart1 .buttons1&gt;*+* {
        margin-top: 8px;
    }



    .edec-lnavi1 {
        background: #fff;
        border-bottom: 6px solid #AADC41;
        border-right: 6px solid #AADC41;
        border-top: 6px solid #AADC41;
        border-radius: 0 6px 6px 0;
        /*float: left;
		position: relative;*/
        left: 0;
        position: absolute;
        top: 0;
        transform: translateX(-270px);
        transition: transform .5s ease;
        width: 270px;
        z-index: 4;
    }

    .edec-lnavi1.open1 {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        transform: translateX(0);
    }

    .page-home .edec-lnavi1 {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        transform: translateX(0) !important;
    }

    .edec-lnavi1 .tags1 {
        position: absolute;
        right: -46px;
        top: 0;
        width: 40px;
    }

    /*.edec-lnavi1 .tag1 {
		background: #ea554a url("/front/assets/img/common/icon-loupe1.svg") no-repeat center top 9px;
		background-size: 21px 21px;
		border-radius: 0 6px 6px 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: 700;
		height: 180px;
		line-height: 1.2;
		padding: 50px 12px 0 8px;
		position: relative;
		width: 34px;
	}
	.edec-lnavi1 .tag1:hover {
		cursor: pointer;
		opacity: 0.7;
		transition: opacity 0.4s ease;
	}
	.edec-lnavi1 .tag1 span {
		background: url("/front/assets/img/common/icon-tag-arrow1.svg") no-repeat center bottom 12px;
		background-size: 18px 8px;
		bottom: 0;
		cursor: pointer;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		transform: scale(-1,1);
		top: 0;
	}
	.edec-lnavi1.open1 .tag1 span {
		transform: scale(1,1);
	}
	.page-home .edec-lnavi1 .tag1 span {
		display: none;
	}
	.page-home .edec-lnavi1 .tag1:hover {
		cursor: default;
		opacity: 1;
		transition: opacity 0s;
	}*/
    .edec-lnavi1 .tag1 {
        background: rgba(170, 220, 65, 0.8) url("/front/assets/img/common/icon-loupe1.svg") no-repeat left 6px top 7px;
        background-size: 21px 21px;
        border-radius: 0 8px 8px 0;
        /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);*/
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 700;
        height: 35px;
        line-height: 1.2;
        overflow: hidden;
        padding: 35px 12px 0 8px;
        position: relative;
        transition: height 0.3s ease;
        width: 35px;
    }

    .edec-lnavi1 .tag1:hover,
    .page-home .edec-lnavi1 .tag1 {
        background-color: rgba(170, 220, 65, 1.0);
        background-position: left 6px top 10px;
        height: 180px;
        padding-top: 49px;
    }

    .edec-lnavi1 .tag1 span {
        bottom: 0;
        cursor: pointer;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        transform: scale(-1, 1);
        top: 0;
    }

    .edec-lnavi1 .tag1:hover span {
        background: url("/front/assets/img/common/icon-tag-arrow1.svg") no-repeat center bottom 12px;
        background-size: 18px 8px;
    }

    .edec-lnavi1.open1 .tag1 span {
        transform: scale(1, 1);
    }

    .page-home .edec-lnavi1 .tag1 span {
        display: none;
    }

    /*.edec-lnavi1 .tag2 {
		background: #555 url("/front/assets/img/common/icon-mail1.svg") no-repeat center top 12px;
		background-size: 24px 24px;
		border-radius: 0 6px 6px 0;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: 700;
		height: 180px;
		margin: 6px 0 0 0;
		line-height: 1.2;
		padding: 45px 12px 0 8px;
		position: relative;
		text-decoration: none;
		width: 34px;
	}
	.edec-lnavi1 .tag2:hover {
		opacity: 0.7;
		transition: opacity 0.4s ease;
	}*/
    .edec-lnavi1 .tag2 {
        background: rgba(255, 157, 180, 0.8) url("/front/assets/img/common/icon-mail1.svg") no-repeat left 5px top 6px;
        background-size: 24px 24px;
        border-radius: 0 8px 8px 0;
        /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);*/
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 700;
        height: 35px;
        line-height: 1.2;
        margin: 6px 0 0 0;
        overflow: hidden;
        padding: 35px 12px 0 8px;
        position: relative;
        text-decoration: none;
        transition: height 0.3s ease;
        width: 35px;
    }

    .edec-lnavi1 .tag2:hover,
    .page-home .edec-lnavi1 .tag2 {
        background-color: rgba(255, 157, 180, 1.0);
        background-position: left 5px top 12px;
        height: 180px;
        padding-top: 45px;
    }

    .edec-lnavi1.open1 .tag1,
    .edec-lnavi1.open1 .tag2 {
        box-shadow: none;
    }

    .edec-lnavi1 .banner1 {
        list-style: none;
        margin: 0;
        padding: 5px 4px;
    }

    .edec-lnavi1 .banner1 li {
        text-align: center;
    }

    .edec-lnavi1 .banner1 li+li {
        margin-top: 5px;
    }

    .edec-lnavi1 .banner1 li a {
        display: block;
    }

    .edec-lnavi1 .banner1 li img {
        display: block;
        height: auto;
        width: 100%;
    }

    .edec-lnavi1 .banner1 li :hover img {
        opacity: 0.8;
        transition: opacity 0.5s ease;
    }

    .edec-lnavi1 .banner1 li span {
        display: block;
        font-size: 12px;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .edec-lnavi1 .category1 {
        border-top: 1px solid #AADC41;
    }

    .edec-lnavi1 .navi-title1 {
        background: #F3FAE4;
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }

    .edec-lnavi1 .navi-title1:before {
        background: #AADC41;
        border-radius: 2.5px;
        content: "";
        display: block;
        height: 27px;
        left: 6px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
    }

    .edec-lnavi1 .navi-title1 a,
    .edec-lnavi1 .navi-title1&gt;span {
        color: #7C6B47;
        display: block;
        padding: 13px 40px 13px 20px;
    }

    .edec-lnavi1 .navi-title1 .blt1 {
        background: rgba(255, 255, 255, 0.0);
        cursor: pointer;
        display: block;
        height: calc(1.5em + 22px);
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
    }

    .edec-lnavi1 .navi-title1 .blt1:after,
    .edec-lnavi1 .navi-title1 .blt1:before {
        background: #FF9DB4;
        border-radius: 1.5px;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 9px;
        top: 50%;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 17px;
    }

    .edec-lnavi1 .navi-title1 .blt1.active:before {
        transform: rotate(90deg);
    }

    .edec-lnavi1 .navi-list1 {
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .edec-lnavi1 .navi-list1&gt;li {
        border-top: 1px dotted #AADC41;
        position: relative;
    }

    .edec-lnavi1 .navi-list1&gt;li:first-child {
        border-top: none;
    }

    .edec-lnavi1 .navi-list1&gt;li:hover:after {
        border-color: transparent #AADC41 transparent transparent;
        border-style: solid;
        border-width: 9px 10px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0 10px 60px;
        position: relative;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a:hover {
        color: #FF5771;
        text-decoration: none;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a br {
        display: none;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a&gt;.icon1 {
        /*background: no-repeat center center;
		background-size: contain;*/
        display: inline-block;
        font-size: 0;
        line-height: 0;
        height: 26px;
        left: 16px;
        position: absolute;
        width: 26px;
    }

    /*.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-1 {
		background-image: url("/front/assets/img/common/icon-cat1-1.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-2 {
		background-image: url("/front/assets/img/common/icon-cat1-2.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-3 {
		background-image: url("/front/assets/img/common/icon-cat1-3.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-4 {
		background-image: url("/front/assets/img/common/icon-cat1-4.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-5 {
		background-image: url("/front/assets/img/common/icon-cat1-5.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-6 {
		background-image: url("/front/assets/img/common/icon-cat1-6.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-7 {
		background-image: url("/front/assets/img/common/icon-cat1-7.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-8 {
		background-image: url("/front/assets/img/common/icon-cat1-8.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-9 {
		background-image: url("/front/assets/img/common/icon-cat1-9.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-10 {
		background-image: url("/front/assets/img/common/icon-cat1-10.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-11 {
		background-image: url("/front/assets/img/common/icon-cat1-11.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-12 {
		background-image: url("/front/assets/img/common/icon-cat1-12.png");
	}*/
    .edec-lnavi1 .navi-list1&gt;li&gt;a&gt;.icon1 img {
        height: auto;
        width: 100%;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul {
        /*background: linear-gradient(to left, rgba(255,255,255,0.0) 0px, rgba(255,255,255,1.0) 6px);*/
        background-color: #fff;
        border-left: 6px solid #AADC41;
        border-radius: 0 6px 6px 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        /*transform: translate(300px, -103px);*/
        right: -500px;
        top: 0;
        /*transform: translateY(-25%);*/
        width: 500px;
    }

    .edec-lnavi1 .navi-list1&gt;li:hover&gt;ul {
        display: block;
        transform: translateY(-50%) translateY(22px);
    }

    /*.edec-lnavi1 .navi-list1 &gt; li:nth-child(2) &gt; ul {
		top: -255%;
	}
	.edec-lnavi1 .navi-list1 &gt; li:nth-child(3) &gt; ul {
		top: -375%;
	}
	.edec-lnavi1 .navi-list1 &gt; li:nth-child(6) &gt; ul {
		top: -455%;
	}
	.edec-lnavi1 .navi-list1 &gt; li:nth-child(7) &gt; ul {
		top: -455%;
	}
	.edec-lnavi1 .navi-list1 &gt; li:nth-child(11) &gt; ul {
		top: -225%;
	}
	.edec-lnavi1 .navi-list1 &gt; li:nth-child(12) &gt; ul {
		top: -185%;
	}*/
    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li+li {
        border-top: 1px solid #ddd;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 46px 10px 17px;
        position: relative;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1 {
        background: rgba(255, 255, 255, 1.0);
        cursor: pointer;
        display: block;
        height: calc(1.5em + 18px);
        position: absolute;
        right: 0;
        top: 0;
        width: 46px;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:after,
    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:before {
        background: #666;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 17px;
        top: 50%;
        transition: all 0.3s ease;
        width: 15px;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:after {
        transform: translateY(-50%);
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:before {
        transform: rotate(90deg) translateY(-50%);
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1.active:before {
        transform: rotate(0deg) translateY(-50%);
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul {
        border-top: 1px solid #ddd;
        display: none;
        list-style: none;
        margin: 0;
        padding: 5px 15px 10px 33px;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        margin-top: 10px;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        font-size: 14px;
        font-weight: 500;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        font-size: 14px;
        line-height: 2;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        color: #666;
    }

    .edec-lnavi1 .category2 {
        background: #FFF4F2;
        border-top: 1px solid #AADC41;
        padding: 15px 0 0;
    }

    .edec-lnavi1 .sub-text1 {
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        font-size: 12px;
        font-weight: 500;
        padding: 0 0 0 16px;
    }

    .edec-lnavi1 .sub-text1+.navi-title1 a,
    .edec-lnavi1 .sub-text1+.navi-title1&gt;span {
        background-color: transparent;
        padding-top: 0;
    }

    .edec-lnavi1 .category2 .navi-title1 {
        background-color: transparent;
    }

    .edec-lnavi1 .category2 .navi-title1:before {
        background-color: #FF9DB4;
        height: 38px;
        margin-top: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .edec-lnavi1 .category2 .navi-title1 .blt1 {
        background-color: #fbf5f1;
    }

    .edec-lnavi1 .sub-text1+.navi-title1 .blt1 {
        margin-top: -10px;
    }

    .edec-lnavi1 .navi-list2 {
        list-style: none;
        margin: -5px 0 0;
        padding: 0 16px 15px;
        position: relative;
    }

    .edec-lnavi1 .navi-list2&gt;li {
        position: relative;
    }

    .edec-lnavi1 .navi-list2&gt;li+li {
        margin-top: 3px;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a {
        background: #fff;
        border-radius: 3px;
        color: #333;
        display: block;
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        font-size: 15px;
        font-weight: 500;
        padding: 15px 10px 15px 58px;
        position: relative;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a:hover {
        color: #FF5771;
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a&gt;.icon1 {
        background: no-repeat center center;
        background-size: contain;
        border: 3px solid #FFC3BD;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        height: 40px;
        left: 9px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
    }

    /*.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1:before {
		background: no-repeat center center;
		background-size: contain;
		border-radius: 50%;
		content: "";
		display: inline-block;
		height: 31px;
		overflow: hidden;
		width: 31px;
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-1:before {
		background-image: url("/front/assets/img/common/icon-icat1-1.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-2:before {
		background-image: url("/front/assets/img/common/icon-icat1-2.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-3:before {
		background-image: url("/front/assets/img/common/icon-icat1-3.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-4:before {
		background-image: url("/front/assets/img/common/icon-icat1-4.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-5:before {
		background-image: url("/front/assets/img/common/icon-icat1-5.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-6:before {
		background-image: url("/front/assets/img/common/icon-icat1-6.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-7:before {
		background-image: url("/front/assets/img/common/icon-icat1-7.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-8:before {
		background-image: url("/front/assets/img/common/icon-icat1-8.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-9:before {
		background-image: url("/front/assets/img/common/icon-icat1-9.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-10:before {
		background-image: url("/front/assets/img/common/icon-icat1-10.png");
	}*/
    .edec-lnavi1 .navi-list2&gt;li&gt;a&gt;.icon1 img {
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 31px;
        width: 31px;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a:after {
        background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
    }

    .edec-lnavi1 .category3 {
        border-top: 1px solid #AADC41;
        padding: 0 0 15px;
    }

    .edec-lnavi1 .navi-title2 {
        background: #F3FAE4;
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 15px;
        position: relative;
    }

    .edec-lnavi1 .navi-title2:before {
        background: #AADC41;
        border-radius: 2.5px;
        content: "";
        display: block;
        height: 27px;
        left: 6px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
    }

    .edec-lnavi1 .navi-title2 a,
    .edec-lnavi1 .navi-title2&gt;span {
        color: #7C6B47;
        display: block;
        letter-spacing: 0;
        padding: 13px 20px 13px 20px;
        text-decoration: none;
    }

    .edec-lnavi1 .navi-title2 a:hover {
        color: #FF5771;
        text-decoration: none;
    }

    .edec-lnavi1 .navi-title2 a:after {
        background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
    }

    .edec-lnavi1 .navi-title2 .blt1 {
        background: #F3FAE4;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 26px);
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }

    .edec-lnavi1 .navi-title2 .blt1:after,
    .edec-lnavi1 .navi-title2 .blt1:before {
        background: #FF9DB4;
        border-radius: 1.5px;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        right: 9px;
        top: 50%;
        transition: all 0.3s ease;
        width: 17px;
    }

    .edec-lnavi1 .navi-title2 .blt1.active:before {
        transform: rotate(90deg);
    }

    .edec-lnavi1 .category3 .copy1 {
        color: #666;
        font-size: 14px;
        letter-spacing: 0em;
        margin: 0 15px;
    }

    .edec-lnavi1 .category3 .list1 {
        list-style: none;
        margin: 0;
        padding: 0 0 0 15px;
    }

    .edec-lnavi1 .category3 .list1 li {
        font-size: 15px;
        margin-bottom: .5em;
    }

    .edec-lnavi1 .category3 .list1 li a {
        padding: 0 0 0 20px;
        position: relative;
    }

    .edec-lnavi1 .category3 .list1 li a:before {
        color: #AADC41;
        content: "・";
        font-size: 21px;
        font-weight: 500;
        left: 0.2em;
        position: absolute;
        top: -0.3em;
    }

    .edec-lnavi1 .category3 .news-list1 {
        list-style: none;
        margin: 0;
        padding: 0 14px 0 15px;
    }

    .edec-lnavi1 .category3 .news-list1 li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .edec-lnavi1 .category3 .news-list1 li .meta1 {
        display: block;
        margin-bottom: 0.1em;
    }

    .edec-lnavi1 .category3 .news-list1 li .meta1 .date1 {
        color: #666;
        font-size: 13px;
        font-weight: 700;
        margin-right: 5px;
    }

    .edec-lnavi1 .category3 .news-list1 li .meta1 .edec-icon-new1 {
        height: 14px;
        width: 34px;
    }

    .edec-lnavi1 .category3 .news-list1 li .body1 {
        display: block;
    }

    .edec-lnavi1 .category3 .news-list1 li .body1 a {
        color: #000;
    }

    .edec-lnavi1 .category3 .button1 {
        background: #fff;
        border: 1px solid #bababa;
        border-radius: 4px;
        display: block;
        font-size: 13px;
        margin: 1.5em 15px 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    .edec-lnavi1 .category3 .button1:hover {
        border: 1px solid #FF5771;
    }

    .edec-lnavi1 .category3 .button1 span {
        display: block;
        padding: 10px 0;
        position: relative;
        text-decoration: none !important;
        width: 100%
    }

    .edec-lnavi1 .category3 .button1:hover span {
        color: #fff;
        text-decoration: none !important;
    }

    .edec-lnavi1 .category3 .button1:before {
        background-color: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        width: 0
    }

    .edec-lnavi1 .category3 .button1:hover:before {
        background-color: #FF5771;
        width: 100%
    }

    .edec-lnavi1 .twitter1 {
        border-top: 3px solid #dcdcdc;
        padding: 0 0 10px;
    }

    .edec-lnavi1 .twitter1 .header1 {
        background: #1da0f1;
        color: #fff;
        padding: 15px;
        position: relative;
        text-align: center;
    }

    .edec-lnavi1 .twitter1 .header1:before {
        background: #1da0f1;
        bottom: -10px;
        content: "";
        display: block;
        height: 13px;
        left: 50%;
        position: absolute;
        transform: rotate(45deg) translateX(-50%);
        width: 13px;
    }

    .edec-lnavi1 .twitter1 .header1&gt;div {
        border: 2px solid #fff;
        padding: 10px 0;
    }

    .edec-lnavi1 .twitter1 .header1 .copy1 {
        color: #ffff65;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        margin: 0 0 5px;
    }

    .edec-lnavi1 .twitter1 .header1 .box1 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        z-index: 5;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;img {
        display: block;
        height: 40px;
        margin-right: 8px;
        width: 48px;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div {
        margin-top: -0.7em;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div&gt;span {
        display: block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div&gt;span span {
        font-size: 17px;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div a {
        background: #fff;
        border-radius: 10.5px;
        color: #1da0f1;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 21px;
        margin: 2px auto 0;
        width: 154px;
    }

    .edec-lnavi1 .twitter1 .body1 {
        height: 380px;
        /* 必須 */
        padding: 16px 0 0 10px;
        position: relative;
        width: 254px;
    }

    .edec-lnavi1 .twitter1 .body1 iframe {
        border: 1px solid #aaa !important;
    }

    .edec-lnavi1 .catalog1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0 15px;
        position: relative;
    }

    .edec-lnavi1 .catalog1&gt;div {
        text-align: center;
        width: 110px;
    }

    .edec-lnavi1 .catalog1&gt;div a {
        display: block;
    }

    .edec-lnavi1 .catalog1&gt;div img {
        display: block;
        height: auto;
        width: 100%;
    }

    .edec-lnavi1 .catalog1&gt;div span {
        display: block;
        font-feature-settings: "palt";
        font-size: 12px;
        letter-spacing: 0.04em;
        margin: .5em 0 0;
    }

    .edec-lnavi1 .category3 .list2 {
        list-style: none;
        margin: 10px 0;
        padding: 0 15px;
    }

    .edec-lnavi1 .category3 .list2 li {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .edec-lnavi1 .category3 .list2 li a {
        background: #f7f7f7;
        border-radius: 2px;
        display: block;
        padding: 8px 16px 5px 8px;
        position: relative;
    }

    .edec-lnavi1 .category3 .list2 li a:after {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 7px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 7px;
    }

    .epoint-banner1 img {
        display: block;
        height: auto;
        margin: 0 auto 10px;
        max-width: 278px;
        width: 100%;
    }

    .edec-lnavi1 .epoint-banner1 {
        display: block;
        padding: 0 12px;
    }




    .edec-navi-category1 {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 3;
    }

    .edec-navi-category1&gt;li {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .edec-navi-category1 .navi-title1 {
        background: #fff url("/front/assets/img/common/search-select-arrow1.svg") no-repeat right 10px center;
        background-size: 12px 7px;
        border: 1px solid #fff;
        border-radius: 4px;
        font-size: 14px;
        height: 42px;
        line-height: 40px;
        margin: 0;
        outline: none;
        padding: 0 25px 0 10px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .edec-navi-category1&gt;li:hover&gt;ul {
        display: block;
    }

    .edec-navi-category1 .navi-list1 {
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        display: none;
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        left: 0;
        letter-spacing: -0.06em;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 42px;
        width: 280px;
    }

    .edec-navi-category1 .navi-list1&gt;li {
        border-top: 1px solid #ededed;
        line-height: 1.5;
        position: relative;
    }

    .edec-navi-category1 .navi-list1&gt;li:hover:after {
        border-color: transparent #aadc41 transparent transparent;
        border-style: solid;
        border-width: 9px 10px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 0 8px 60px;
        position: relative;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a:hover {
        color: #FF5771;
        text-decoration: none;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a br {
        display: none;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a&gt;.icon1 {
        /*background: no-repeat center center;
		background-size: contain;*/
        display: inline-block;
        height: 26px;
        left: 16px;
        position: absolute;
        width: 26px;
    }

    /*.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-1 {
		background-image: url("/front/assets/img/common/icon-cat1-1.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-2 {
		background-image: url("/front/assets/img/common/icon-cat1-2.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-3 {
		background-image: url("/front/assets/img/common/icon-cat1-3.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-4 {
		background-image: url("/front/assets/img/common/icon-cat1-4.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-5 {
		background-image: url("/front/assets/img/common/icon-cat1-5.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-6 {
		background-image: url("/front/assets/img/common/icon-cat1-6.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-7 {
		background-image: url("/front/assets/img/common/icon-cat1-7.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-8 {
		background-image: url("/front/assets/img/common/icon-cat1-8.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-9 {
		background-image: url("/front/assets/img/common/icon-cat1-9.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-10 {
		background-image: url("/front/assets/img/common/icon-cat1-10.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-11 {
		background-image: url("/front/assets/img/common/icon-cat1-11.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a &gt; .icon1-12 {
		background-image: url("/front/assets/img/common/icon-cat1-12.png");
	}*/
    .edec-navi-category1 .navi-list1&gt;li&gt;a&gt;.icon1 img {
        height: auto;
        width: 100%;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul {
        background-color: #fff;
        border-left: 6px solid #aadc41;
        border-radius: 0 6px 6px 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -500px;
        top: 0;
        width: 500px;
    }

    .edec-navi-category1 .navi-list1&gt;li:hover&gt;ul {
        display: block;
        transform: translateY(-50%) translateY(22px);
    }

    /*.edec-navi-category1 .navi-list1 &gt; li:nth-child(2) &gt; ul {
		top: -255%;
	}
	.edec-navi-category1 .navi-list1 &gt; li:nth-child(3) &gt; ul {
		top: -375%;
	}
	.edec-navi-category1 .navi-list1 &gt; li:nth-child(6) &gt; ul {
		top: -455%;
	}
	.edec-navi-category1 .navi-list1 &gt; li:nth-child(7) &gt; ul {
		top: -455%;
	}
	.edec-navi-category1 .navi-list1 &gt; li:nth-child(11) &gt; ul {
		top: -225%;
	}
	.edec-navi-category1 .navi-list1 &gt; li:nth-child(12) &gt; ul {
		top: -185%;
	}*/
    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li+li {
        border-top: 1px solid #ddd;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 6px 10px 6px 17px;
        position: relative;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li:first-child&gt;a {
        border-top-right-radius: 6px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li:last-child&gt;a {
        border-bottom-right-radius: 6px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1 {
        background: rgba(255, 255, 255, 1.0);
        border-radius: 6px;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 18px);
        position: absolute;
        right: 0;
        top: 0;
        width: 46px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:after,
    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:before {
        background: #666;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 17px;
        top: 50%;
        transition: all 0.3s ease;
        width: 15px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:after {
        transform: translateY(-50%);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1:before {
        transform: rotate(90deg) translateY(-50%);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a&gt;.blt1.active:before {
        transform: rotate(0deg) translateY(-50%);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul {
        border-top: 1px solid #ddd;
        display: none;
        list-style: none;
        margin: 0;
        padding: 5px 15px 10px 33px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        margin-top: 7px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        font-size: 14px;
        font-weight: 500;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        font-size: 14px;
        line-height: 2;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        color: #666;
    }


    .edec-header1-block2 .edec-navi-category1&gt;li:hover&gt;.navi-list1 {
        display: none;
    }

    .edec-header1-block2 .edec-navi-category1 .navi-title1.active+.navi-list1 {
        display: block;
    }

    .edec-header1-block2 .edec-navi-category1&gt;li {
        width: 100%;
    }

    .edec-header1-block2 .edec-navi-category1 .navi-title1 {
        background: #ff9db4;
        border: 1px solid #ff9db4;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        font-feature-settings: "palt";
        font-size: 14px;
        font-weight: 700;
        height: 44px;
        letter-spacing: 0.08em;
        line-height: 42px;
        margin: 0;
        outline: none;
        padding: 0 0 0 10px;
        position: relative;
        text-align: left;
        width: 170px;
    }

    .edec-header1-block2 .edec-navi-category1 .navi-title1:after {
        background: url("/front/assets/img/common/search-select-arrow3.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 9px;
        margin-top: -5px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: rotate(180deg);
        transition: 0.3s ease;
        width: 15px;
    }

    .edec-header1-block2 .edec-navi-category1 .navi-title1.active:after {
        transform: rotate(0deg);
    }

    .edec-header1-block2 .edec-navi-category1 .navi-list1 {
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
    }

    .edec-header1-block2 .edec-navi-category1 .navi-list1&gt;li&gt;ul {
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
        right: -300px;
        width: 300px;
    }

    .edec-header1-block2 .edec-navi-category1 .navi-list1&gt;li:hover&gt;ul {
        transform: translateY(-30%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li&gt;ul {
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
        max-height: 500px;
        overflow: auto;
        right: -300px;
        width: 300px;
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:hover&gt;ul {
        transform: translateY(-50%) translateY(19px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(1):hover&gt;ul {
        transform: translateY(-30%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(2):hover&gt;ul {
        transform: translateY(-30%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(3):hover&gt;ul {
        transform: translateY(-25%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(6):hover&gt;ul {
        transform: translateY(-50%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(7):hover&gt;ul {
        transform: translateY(-50%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(11):hover&gt;ul {
        transform: translateY(-75%) translateY(28px);
    }

    .edec-search1 .edec-navi-category1 .navi-list1&gt;li:nth-child(12):hover&gt;ul {
        transform: translateY(-80%) translateY(28px);
    }


    /*
	.edec-com-slider2 {
		margin: 0 -12px 50px -12px;
		position: relative;
	}
	.edec-com-slider2 .slider {
		display: none;
	}
	.edec-com-slider2 .slider.slick-initialized {
		display: block;
	}
	.edec-com-slider2 .item {
		padding: 0 12px;
	}
	.edec-com-slider2 .slick-arrow {
		background: rgba(0,0,0,0.0);
		border: none 0;
		display: block;
		height: 100%;
		overflow: hidden;
		padding: 0;
		position: absolute;
		text-align: left;
		text-indent: -999em;
		top: 0;
		width: 27px;
	}
	.edec-com-slider2 .slick-next {
		right: -27px;
	}
	.edec-com-slider2 .slick-prev {
		left: -27px;
	}
	.edec-com-slider2 .slick-arrow:before {
		border-color: #555 #555 transparent transparent;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: "";
		display: block;
		height: 17px;
		left: 5px;
		margin: -8px 0 0 0;
		position: absolute;
		top: 50%;
		width: 17px;
	}
	.edec-com-slider2 .slick-next:before {
		transform: rotate(45deg);
	}
	.edec-com-slider2 .slick-prev:before {
		transform: rotate(-135deg);
	}
	.edec-com-slider2 .slick-dots {
		bottom: -27px;
		font-size: 0;
		left: 0;
		line-height: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 5;
	}
	.edec-com-slider2 .slick-dots li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: middle;
	}
	.edec-com-slider2 .slick-dots li button {
		background: #ccc;
		border: none;
		border-radius: 50%;
		display: block;
		height: 8px;
		overflow: hidden;
		padding: 0;
		text-align: left;
		text-indent: -999em;
		width: 8px;
	}
	.edec-com-slider2 .slick-dots li.slick-active button {
		background: #ea554a;
	}*/
    .edec-banners1.slider2 {
        margin: 0 -12px 50px -12px;
        position: relative;
        width: calc(100% + 24px);
    }

    .edec-banners1.slider2 .wrap1 {
        display: none;
    }

    .edec-banners1.slider2 .wrap1.slick-initialized {
        display: block;
    }

    .edec-banners1.slider2 .item {
        padding: 0 12px;
    }

    .edec-banners1.slider2 .slick-arrow {
        background: rgba(0, 0, 0, 0.0);
        border: none 0;
        display: block;
        height: 100%;
        outline: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-align: left;
        text-indent: -999em;
        top: 0;
        width: 36px;
        z-index: 1;
    }

    .edec-banners1.slider2 .slick-next {
        right: 0;
        transform: translateX(34px);
    }

    .edec-banners1.slider2 .slick-prev {
        left: 0;
        transform: translateX(-34px);
    }

    @media only screen and (max-width: 1366px) {
        .edec-banners1.slider2 .slick-next {
            transform: translateX(0);
        }

        .edec-banners1.slider2 .slick-prev {
            transform: translateX(0);
        }
    }

    .edec-banners1.slider2 .slick-arrow:before {
        background: url("/front/assets/img/common/slider-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 36px;
        left: 0;
        margin: -36px 0 0 0;
        position: absolute;
        top: 50%;
        width: 36px;
    }

    .edec-banners1.slider2 .slick-prev:before {
        transform: rotate(-180deg);
    }

    .edec-banners1.slider2 .slick-dots {
        bottom: -27px;
        font-size: 0;
        left: 0;
        line-height: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 5;
    }

    .edec-banners1.slider2 .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

    .edec-banners1.slider2 .slick-dots li button {
        background: #ccc;
        border: none;
        border-radius: 50%;
        display: block;
        height: 8px;
        overflow: hidden;
        padding: 0;
        text-align: left;
        text-indent: -999em;
        width: 8px;
    }

    .edec-banners1.slider2 .slick-dots li.slick-active button {
        background: #ea554a;
    }

    .edec-ranking-items1 {
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .edec-copy1+.edec-ranking-items1 {
        margin-top: 20px;
    }

    .edec-ranking-items1 .inner1 {
        width: 100%;
    }

    .edec-ranking-items1 .wrap1 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.9083%;
        margin-right: -1.9083%;
    }

    .edec-ranking-items1 .wrap1 .item {
        margin: 0 1.9083% 35px;
        width: 12.8244%;
    }

    .edec-ranking-items1.slider {
        margin: 0 -12px 50px -12px;
        overflow: visible;
        position: relative;
        width: calc(100% + 24px);
    }

    .edec-copy1+.edec-ranking-items1.slider {
        margin-top: 10px;
    }

    .edec-ranking-items1.slider .wrap1 {
        display: none;
        margin: auto;
    }

    .edec-ranking-items1.slider .wrap1.slick-initialized {
        display: block;
    }

    .edec-ranking-items1.slider .item {
        margin: 10px auto auto;
        padding: 0 12px;
        width: auto;
    }

    .edec-ranking-items1.slider .slick-arrow {
        background: rgba(0, 0, 0, 0.0);
        border: none 0;
        display: block;
        height: 100%;
        outline: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-align: left;
        text-indent: -999em;
        top: 0;
        width: 36px;
        z-index: 1;
    }

    .edec-ranking-items1.slider .slick-next {
        right: 0;
        transform: translateX(34px);
    }

    .edec-ranking-items1.slider .slick-prev {
        left: 0;
        transform: translateX(-34px);
    }

    @media only screen and (max-width: 1366px) {
        .edec-ranking-items1.slider .slick-next {
            transform: translateX(0);
        }

        .edec-ranking-items1.slider .slick-prev {
            transform: translateX(0);
        }
    }

    .edec-ranking-items1.slider .slick-arrow:before {
        background: url("/front/assets/img/common/slider-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 36px;
        left: 0;
        margin: -36px 0 0 0;
        position: absolute;
        top: 50%;
        width: 36px;
    }

    .edec-ranking-items1.slider .slick-prev:before {
        transform: rotate(-180deg);
    }

    .edec-ranking-items1.slider .slick-dots {
        bottom: -27px;
        font-size: 0;
        left: 0;
        line-height: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 5;
    }

    .edec-ranking-items1.slider .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

    .edec-ranking-items1.slider .slick-dots li button {
        background: #ccc;
        border: none;
        border-radius: 50%;
        display: block;
        height: 8px;
        overflow: hidden;
        padding: 0;
        text-align: left;
        text-indent: -999em;
        width: 8px;
    }

    .edec-ranking-items1.slider .slick-dots li.slick-active button {
        background: #ea554a;
    }

}



@media only screen and (max-width: 767.98px) {

    #edec-wrapper {
        overflow: hidden;
        padding-top: 162px;
    }

    .edec-wrapper-bg1 {
        background: linear-gradient(to bottom, #FAFFE9 0, #FFF3F2 132px);
        display: block;
        height: 165px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .page-home .edec-wrapper-bg1 {
        background: linear-gradient(to bottom, #FAFFE9 106px, #FFF3F2 290px, #fff 370px);
        height: 370px;
    }


    .edec-content1 {
        min-height: 0 !important;
    }

    .edec-content1+.edec-content1 {
        margin-top: 30px;
    }

    .edec-content1:before,
    .edec-content1.bg1:before {
        height: 250px;
        top: -5px;
        width: 900px;
    }

    .page-home .edec-content1:before,
    .page-home .edec-content1.bg1:before {
        top: -25px;
    }


    .edec-inner1 {
        min-width: 0;
        padding: 0 12.5px;
        width: auto;
    }


    .edec-header1 {
        min-width: 0;
    }

    .edec-header1-fixed .edec-header1 {
        height: auto;
    }

    .edec-header1-block1 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .pinkuma .edec-header1-block1 {
        background: #fff;
    }

    /*.edec-header1-fixed .edec-header1-block1 {
		border-bottom: 1px solid #ddd;
	}*/
    .edec-header1-block1 .block1 {
        border-top: 2px dotted #AADC41;
        justify-content: flex-end;
        padding: 5px 10px 4px;
        position: relative;
        right: auto !important;
        text-align: center;
        top: auto !important;
        transform: none;
    }

    .edec-header1-fixed .edec-header1-block1 .block1 {
        border-top-color: transparent;
    }

    .edec-header1-block1 .logo1 {
        display: none;
    }

    .edec-header1-block1 .block1 .box1 {
        font-size: 11px;
    }

    .edec-header1-block1 .block1 .box2 {
        line-height: 12px;
        padding-left: 10px;
    }

    .edec-point1 .icon1 {
        height: 12.5px;
        margin: -3px 5px 0 0;
        width: 12.5px;
    }

    .edec-point1 .txt1 {
        font-size: 12px;
    }

    .edec-header1-block1 .block1 .login1 {
        display: inline-block;
        line-height: 12px;
        padding-left: 10px;
    }

    .edec-header1-block1 .block1 .login1 .icon1 {
        background: #ea554a url("/front/assets/img/common/icon-login1.svg") no-repeat center center;
        background-size: contain;
        border-radius: 50%;
        display: inline-block;
        height: 18px;
        margin: -3px 5px 0 0;
        position: relative;
        vertical-align: middle;
        width: 18px;
    }

    .edec-header1-block1 .block1 .login1 .txt1 {
        color: #ea554a;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .edec-header1-block1 .block2 {
        font-feature-settings: "palt";
        font-size: 13px;
        letter-spacing: -0.05em;
        padding: 4px 0;
        text-align: center;
        transition: all 0.3s ease;
    }

    .edec-header1-fixed .edec-header1-block1 .block2 {
        border-bottom-width: 0;
        height: 0;
        overflow: hidden;
        padding: 0;
    }

    /*.edec-header1-fixed .edec-header1-block1 .block1 + .block2 {
		border-bottom-width: 0;
		height: 0;
		overflow: hidden;
		padding: 0;
	}*/
    .edec-header1-block1 .block2 a {
        display: block;
    }

    .edec-header1-block2 {
        height: 141px;
        position: relative;
        transition: height 0.5s ease;
    }

    .edec-header1-fixed .edec-header1-block2 {
        height: 88px;
    }

    /*.edec-header1-fixed .edec-header1-block2 {
		transform: none;
	}*/
    /*.edec-header1-block2 .block1 {
		padding: 11px 0 0 7px;
	}*/
    .edec-header1-block2&gt;.inner1 {
        display: none;
    }

    .edec-header1-block2&gt;.inner2 {
        display: block;
    }

    .edec-header1-block2&gt;.inner2&gt;.block1 {
        margin-right: 0;
        left: 12.5px;
        position: absolute;
        top: 23px;
    }

    .edec-header1-block2&gt;.inner2&gt;.block2 {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        display: inherit;
        height: 85px;
        padding: 13px 0 0 30.533%;
        width: auto;
    }

    .edec-header1-block2&gt;.inner2&gt;.block2&gt;.box1 {
        background: #fff;
        border-radius: 21.5px;
        box-shadow: 0 2px 2px 0 rgba(89, 76, 20, 0.2);
        align-items: flex-start;
        justify-content: center;
        height: 43px;
        position: relative;
        width: 201px;
        z-index: 1;
    }

    .edec-header1-block2&gt;.inner2&gt;.block2&gt;.box2 {
        bottom: 12px;
        left: 12.5px;
        position: absolute;
        right: 12.5px;
        transition: all .3s ease;
        width: auto;
        z-index: 0;
    }

    .edec-header1-fixed .edec-header1-block2&gt;.inner2&gt;.block2&gt;.box2 {
        opacity: 0;
        transition: all .3s ease;
        z-index: 0;
    }

    .edec-header1-block2&gt;.inner2&gt;.block2&gt;.box2 .edec-search1 {
        height: 43px;
    }

    .edec-header1-block2&gt;.inner2&gt;.block3 {
        display: none;
    }

    .edec-header1-block2&gt;.inner2&gt;.block4 {
        display: none;
    }

    .edec-header1-logo1 .logo1 {
        background-size: 95px 27px;
        height: 27px;
        width: 95px;
    }

    .edec-header1-navi1 {
        display: none;
    }

    .edec-header1-navi2 {
        margin: 0;
    }

    .edec-header1-navi2 .teacher {
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        align-items: flex-start;
        height: 72px;
        padding: 7px 0 0 0;
        width: 54px;
    }

    .edec-header1-navi2 .teacher .icon1 {
        display: block;
        height: 29px;
        width: 32px;
    }

    .edec-header1-navi2 .teacher .txt1 {
        background-image: url("/front/assets/img/common/text-teacher1.svg");
        color: #e95383;
        display: block;
        height: 16px;
        left: 0;
        margin: 0;
        position: absolute;
        top: 48px;
        width: 100%;
    }

    /*.edec-header1-block2 .block2 {
		justify-content: flex-end;
	}*/

    .edec-header1-navi3 {
        height: auto;
    }

    .edec-header1-navi3&gt;li {
        width: 47px;
    }

    /*.edec-header1-navi3 &gt; li.search {
		animation: show1 0.3s ease;
		display: none;
	}
	.edec-header1-fixed .edec-header1-navi3 &gt; li.search {
		animation: show1 0.3s ease;
		display: block;
	}*/
    .edec-header1-navi3&gt;li:before {
        border-left: 2px dotted #ccc;
        content: "";
        display: block;
        height: 22px !important;
        left: -1px;
        overflow: hidden;
        position: absolute;
        top: 12px !important;
        width: 0;
    }

    .edec-header1-navi3&gt;li&gt;a {
        height: 72px;
        padding: 1.5px 0 0;
        width: 100% !important;
    }

    .edec-header1-navi3&gt;li&gt;a.active:after {
        background: url("/front/assets/img/common/dd-fig2.svg") no-repeat center top;
        background-size: contain;
        bottom: -8px;
        content: "";
        display: block;
        height: 9px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 17px;
        z-index: 106;
    }

    .edec-header1-navi3&gt;li&gt;a .txt1 {
        background-size: contain;
        left: 0;
        margin: 0;
        position: absolute;
        top: 52px;
        width: 100%;
    }

    .edec-header1-navi3&gt;li&gt;a .quick-order+.txt1 {
        background-image: url("/front/assets/img/common/text-quick-order1.svg");
    }

    .edec-header1-navi3&gt;li&gt;a .cart+.txt1 {
        background-image: url("/front/assets/img/common/text-cart1.svg");
        height: 7.5px;
    }

    .edec-header1-navi3&gt;li&gt;a .login+.txt1 {
        background-image: url("/front/assets/img/common/text-login1.svg");
        height: 7.5px;
    }

    .edec-header1-navi3&gt;li&gt;a .mypage+.txt1 {
        background-image: url("/front/assets/img/common/text-mypage1.svg");
        height: 7.5px;
    }

    .edec-header1-navi3&gt;li&gt;a .beginner+.txt1 {
        background-image: url("/front/assets/img/common/text-beginner1.svg");
        height: 7.5px;
    }

    .edec-header1-navi3&gt;li&gt;a .help+.txt1 {
        background-image: url("/front/assets/img/common/text-help1.svg");
        height: 7.5px;
    }

    .edec-header1-navi3&gt;li&gt;a .search+.txt1 {
        background-image: url("/front/assets/img/common/text-search1.svg");
    }

    .edec-header1-navi3&gt;li&gt;a .history+.txt1 {
        background-image: url("/front/assets/img/common/text-history1.svg");
        height: 17px;
        top: 48px;
    }

    .edec-icon1 {
        height: 42px;
        width: 100% !important;
    }

    .edec-icon1 .badge1 {
        border-width: 3px;
        height: 16px;
        right: 2px;
        top: -8.5px;
        width: 16px;
    }

    .edec-educe-plus-link1,
    .edec-educe-link1 {
        display: none;
    }

    .edec-gnavi-menu-button1 {
        background: #AADC41 url("/front/assets/img/common/text-menu1.svg") no-repeat center top 30px;
        background-size: 32px auto;
        border-radius: 6px 0 0 6px;
        box-shadow: 0 2px 2px 0 rgba(89, 76, 20, 0.2);
        cursor: pointer;
        display: block;
        height: 45px;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 13px;
        width: 47px;
    }

    .edec-gnav-active .edec-gnavi-menu-button1 {
        background-image: url("/front/assets/img/common/text-close1.svg");
    }

    /*.edec-gnavi-menu-button1:before {
		border-left: 2px dotted #a8a8a8;
		content: "";
		display: block;
		left: 0;
		height: 31px;
		overflow: hidden;
		position: absolute;
		top: 8px;
		width: 0;
	}*/
    .edec-gnavi-menu-button1 span {
        display: block;
        height: 16px;
        left: 15px;
        position: absolute;
        top: 7px;
        width: 20px;
    }

    .edec-gnavi-menu-button1 span span {
        background-color: #fff;
        border-radius: 1.5px;
        display: block;
        height: 3px;
        left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 8px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .edec-gnavi-menu-button1 span span:nth-child(1) {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .edec-gnavi-menu-button1 span span:nth-child(2) {}

    .edec-gnavi-menu-button1 span span:nth-child(3) {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    .edec-gnav-active .edec-gnavi-menu-button1 span span:nth-child(2) {
        opacity: 0;
    }

    .edec-gnav-active .edec-gnavi-menu-button1 span span:nth-child(1),
    .edec-gnav-active .edec-gnavi-menu-button1 span span:nth-child(3) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .edec-gnav-active .edec-gnavi-menu-button1 span span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .edec-gnav-active .edec-gnavi-menu-button1 span span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .active+.edec-header-nav-sub1 {
        animation: show1 0.3s ease;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        bottom: auto;
        display: block;
        height: calc(100% - 106px);
        left: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 106px;
        transform: none;
        width: 100%;
        z-index: 105;
    }

    .edec-header-nav-sub1 .hd1 {
        background: #AADC41;
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 700;
        padding: 12px 55px 12px 24px;
        position: relative;
    }

    .edec-header-nav-sub1 .hd1 .blt1 {
        background: url("/front/assets/img/common/close1.svg") no-repeat center center;
        background-size: 15px 15px;
        bottom: 0;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
    }

    .edec-header-nav-sub-list1 {
        border-bottom: 1px solid #ccc;
    }

    .edec-header-nav-sub-list1&gt;li {
        font-size: 15px;
    }

    .edec-header-nav-sub-list1&gt;li&gt;a:before {
        height: 10px;
        right: 27px;
        width: 10px;
    }

    .edec-header-nav-sub-list1&gt;li&gt;.blt1 {
        width: 50px;
    }

    .edec-header-nav-sub-list1&gt;li&gt;.blt1:after,
    .edec-header-nav-sub-list1&gt;li&gt;.blt1:before {
        right: 19px;
        width: 16px;
    }

    .edec-header-nav-sub-list1 ul li {
        font-size: 14px;
    }

    .edec-header1-block3 {
        height: 62px;
        padding: 10px 10px 0 10px;
        z-index: -1;
    }

    .edec-header1-fixed .edec-header1-block3 {
        margin-bottom: -62px;
        transform: translateY(-62px);
    }

    .edec-search-active-sp .edec-header1-block3 {
        transform: translateY(0);
    }

    .edec-header1-block3 .block1 .menu1 {
        display: none;
    }

    /*	.edec-search1 .category1 {
		background-position: right 7px center;
		background-size: 10px 6px;
		border-radius: 3px 0 0 3px;
		font-size: 16px;
		padding: 0 20px 0 6px;
		width: 23%;
	}*/
    .edec-search1 .category1 {
        background-position: right 7px center;
        background-size: 10px 6px;
        border-radius: 3px 0 0 3px;
        font-size: 16px;
        height: 48px;
        margin: 0 0 0 -3%;
        padding: 0 20px 0 10px;
        transform: scale(0.875);
        transform-origin: right top;
        width: 25%;
    }

    .edec-search1 .category1 option&gt;span {
        display: none;
    }

    .edec-search1 .input1 {
        border-radius: 0 3px 3px 0;
        font-size: 16px;
        padding: 0 12px;
        width: 77%;
    }

    .edec-rn1-purchase-history-button1 {
        display: none;
    }

    .edec-rn1-table-wrap1&gt;.inner1 {
        overflow-x: scroll;
    }

    .edec-rn1-table-wrap1&gt;.inner1&gt;.edec-rn1-table1 {
        width: 955px;
    }

    .edec-rn1-table1 colgroup {
        display: none;
    }

    .edec-rn1-table1 thead th {
        font-size: 11px;
        padding: 5px;
        white-space: nowrap;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(2) {
        width: 135px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(3) {
        width: 120px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(4) {
        width: 100px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(8) {
        width: 88px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-last-child(1) {
        width: 101px;
    }

    .edec-rn1-table1 tbody td {
        padding: 5px;
    }

    .edec-rn1-table1.rn1-in1 tr td:not(:first-child) {
        padding: 15px;
    }

    .edec-rn1-table1 .rn1-bdl2 {
        background-image: linear-gradient(to right, transparent 15px, #ddd 15px, #ddd calc(100% - 15px), transparent calc(100% - 15px)), linear-gradient(to top, transparent 10px, #ddd 10px, #ddd 100%);
    }

    .edec-rn1-table1.rn1-in1 tr td.rn1-bdl2 {
        padding: 15px;
    }

    .edec-rn1-table1 .rn1-wd1 {
        border-right: 1px solid #ddd;
    }

    .edec-rn1-table1 .rn1-wd1 td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .edec-rn1-table1.rn1-in1 .item1 {
        width: 399px;
    }

    .edec-rn1-table1 .edec-rn1-t-ac-btn1 {
        right: 17px;
        top: 14px;
    }

    .edec-rn1-select-label-modal1 {
        width: 350px;
    }

    .edec-rn1-select-label-modal1.st1 {
        width: 320px;
    }

    .edec-rn1-add-label1 {
        flex-wrap: wrap;
    }

    .edec-rn1-add-label1&gt; :nth-child(1) {
        justify-content: center;
        width: 100%;
    }

    .edec-rn1-add-label1&gt; :nth-child(1):before {
        border-color: #eee transparent transparent transparent;
        border-width: 14px 10px;
        bottom: -26px;
        right: calc(50% -10px);
        top: auto;
    }

    .edec-rn1-add-label1 .icon1 {
        height: 64px;
        width: 64px;
    }

    .edec-rn1-add-label1 .icon1:before {
        bottom: 2px;
        left: 2px;
        right: 2px;
        top: 2px;
    }

    .edec-rn1-add-label1 .edec-rn1-label-icon1 {
        height: 42px;
        width: 42px;
    }

    .edec-rn1-add-label1 .select1 {
        flex: none;
        flex-direction: row;
        margin-left: 10px;
    }

    .edec-rn1-add-label1&gt; :nth-child(2) {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 10px;
    }

    .edec-rn1-add-label1 .sep1 {
        background: none;
        height: 10px;
        width: 100%;
    }

    .edec-rn1-add-label1 [type=text] {
        font-size: 16px;
        width: 100%;
    }

    .edec-rn1-add-label1 .btn-add1 {
        margin: auto;
        width: 200px;
    }

    .edec-rn1-add-label1&gt; :nth-last-of-type(1) {
        border-left: none;
        border-top: 1px solid #bbb;
        padding: 15px 10px;
        width: 100%;
    }

    .edec-rn1-add-label1 .btn-list1 {
        font-size: 12px;
        padding: 4px 10px 4px 5px;
    }

    .edec-rn1-add-label1 .btn-list1:before {
        height: 6px;
        margin-top: -3px;
        right: 5px;
        width: 6px;
    }

    .edec-rn1-label-list-modal1 .modal-dialog {
        height: calc(100vh - 55px);
        margin: 45px 17px 0 17px;
        max-width: 600px;
        position: relative;
        right: auto;
        width: auto;
    }

    .edec-rn1-label-list-modal1 .modal-body .close {
        height: 34px;
        top: -40px;
        width: 34px;
    }

    .edec-rn1-popup-title1 {
        margin: 10px 0 15px;
    }

    .edec-rn1-popup-title1 .edec-rn1-label-icon1 {
        height: 30px;
        width: 30px;
    }

    .edec-rn1-popup-title1 .txt1 {
        font-size: 20px;
        margin-left: 10px;
    }


    .edec-header1-block2 .inner2 .edec-search1 .input1 {
        padding-right: 42px;
        width: 75%;
    }

    .edec-search1 .button1 {
        border-radius: 0 3px 3px 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
    }

    .edec-quick-order-button1 {
        display: none;
    }

    .edec-header1 .edec-search1 .input1,
    .edec-gnav-pane1 .edec-search1 .input1,
    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1 {
        background-image: url("/front/assets/img/common/search-plh-text1.png");
        background-position: 12px center;
        background-repeat: no-repeat;
        background-size: 153px 27px;
    }

    .edec-header1 .edec-search1 .input1.bg-image1,
    .edec-gnav-pane1 .edec-search1 .input1.bg-image1,
    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1.bg-image1 {
        background-image: none;
    }

    .edec-header1 .edec-search1 .input1::-webkit-input-placeholder {
        color: #fff;
        opacity: 0;
    }

    .edec-header1 .edec-search1 .input1:-moz-placeholder {
        color: #fff;
    }

    .edec-header1 .edec-search1 .input1::-moz-placeholder {
        color: #fff;
        opacity: 0;
    }

    .edec-header1 .edec-search1 .input1:-ms-input-placeholder {
        color: #fff;
    }

    .edec-header1 .edec-search1 .input1:placeholder-shown {
        color: #fff;
    }

    .edec-gnav-pane1 .edec-search1 .input1::-webkit-input-placeholder {
        color: #fff;
        opacity: 0;
    }

    .edec-gnav-pane1 .edec-search1 .input1:-moz-placeholder {
        color: #fff;
    }

    .edec-gnav-pane1 .edec-search1 .input1::-moz-placeholder {
        color: #fff;
        opacity: 0;
    }

    .edec-gnav-pane1 .edec-search1 .input1:-ms-input-placeholder {
        color: #fff;
    }

    .edec-gnav-pane1 .edec-search1 .input1:placeholder-shown {
        color: #fff;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1::-webkit-input-placeholder {
        color: #fff;
        opacity: 0;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1:-moz-placeholder {
        color: #fff;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1::-moz-placeholder {
        color: #fff;
        opacity: 0;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1:-ms-input-placeholder {
        color: #fff;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1:placeholder-shown {
        color: #fff;
    }


    body.edec-gnav-active {
        overflow: hidden;
    }

    .edec-gnav-pane1 {
        animation: show1 0.4s ease;
        background: #fff;
        display: none;
        height: 100%;
        left: 0;
        overflow: scroll;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .edec-gnav-active .edec-gnav-pane1 {
        display: block;
        z-index: 101;
    }

    /*.edec-gnav-pane1 .nav li {
		width: 50%;
	}
	.edec-gnav-pane1 .nav li a {
		background: #eee;
		display: block;
		font-size: 13px;
		text-align: center;
		padding: 16px 0 13px;
		position: relative;
	}
	.edec-gnav-pane1 .nav li a.active {
		background: #666;
		font-weight: 700;
		color: #fff;
	}
	.edec-gnav-pane1 .nav li a.active:before {
		background: #666;
		bottom: -10px;
		content: "";
		display: block;
		height: 15px;
		left: 50%;
		position: absolute;
		transform: rotate(45deg) translateX(-50%);
		width: 15px;
	}*/

    /*.edec-gnav-pane1 .list1 {
		border-bottom: 3px solid #ddd;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.edec-gnav-pane1 .list1 li {
		display: block;
		font-size: 15px;
	}
	.edec-gnav-pane1 .list1 li + li {
		border-top: 1px solid #ddd;
	}
	.edec-gnav-pane1 .list1 li a {
		display: block;
		padding: 15px 50px 15px 18px;
		position: relative;
	}
	.edec-gnav-pane1 .list1 li a:before {
		border-color: #666;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: "";
		display: block;
		height: 7px;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
		width: 7px;
	}
	.edec-gnav-pane1 .list1 li a .icon1 {
		background: no-repeat center center;
		background-size: contain;
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	.edec-gnav-pane1 .list1 li .all .icon1 {
		background-image: url("/front/assets/img/common/icon-nav1-all1.svg");
		height: 40px;
		margin: -3px 11px 0 0;
		width: 40px;
	}
	.edec-gnav-pane1 .list1 li .kindergarten .icon1 {
		background-image: url("/front/assets/img/common/icon-nav1-kindergarten1.svg");
		height: 36px;
		margin: -3px 13px 0 2px;
		width: 36px;
	}
	.edec-gnav-pane1 .list1 li .school .icon1 {
		background-image: url("/front/assets/img/common/icon-nav1-school1.svg");
		height: 32px;
		margin: -3px 14px 0 6px;
		width: 32px;
	}

	.edec-gnav-pane1 .list2 {
		border-bottom: 3px solid #ddd;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.edec-gnav-pane1 .list2 li {
		display: block;
		font-size: 15px;
	}
	.edec-gnav-pane1 .list2 li + li {
		border-top: 1px solid #ddd;
	}
	.edec-gnav-pane1 .list2 li a {
		display: block;
		padding: 15px 50px 15px 18px;
		position: relative;
	}
	.edec-gnav-pane1 .list2 li a:before {
		border-color: #666;
		border-style: solid;
		border-width: 1px 1px 0 0;
		content: "";
		display: block;
		height: 7px;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
		width: 7px;
	}
	.edec-gnav-pane1 .list2 li a .icon1 {
		background: no-repeat center center;
		background-size: contain;
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	.edec-gnav-pane1 .list2 li .teacher .icon1 {
		background-image: url("/front/assets/img/common/icon-nav1-teacher1.png");
		height: 35px;
		margin: -3px 12px 0 4px;
		width: 35px;
	}*/
    .edec-gnav-pane1 .inquiry-button1 {
        background: #FF9DB4;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        position: relative;
        text-align: center;
    }

    .edec-gnav-pane1 .inquiry-button1 .icon1 {
        background: url("/front/assets/img/common/icon-mail1.svg") no-repeat center center;
        background-size: contain;
        display: inline-block;
        height: 28px;
        margin: -1px 5px 0 0;
        vertical-align: middle;
        width: 28px;
    }

    .edec-gnav-pane1 .category1 {
        display: flex;
        list-style: none;
        margin: 12px 0 16px;
        padding: 0;
    }

    .eplus .edec-gnav-pane1 .category1 {
        justify-content: center;
    }

    .edec-gnav-pane1 .category1 li {
        font-feature-settings: "palt";
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        width: 33.333%;
    }

    .eplus .edec-gnav-pane1 .category1 li {
        width: 45.7%;
    }

    .edec-gnav-pane1 .category1 li+li {
        border-left: 1px solid #ddd;
    }

    .edec-gnav-pane1 .category1 li a {
        display: block;
        position: relative;
        width: 100%;
    }

    .edec-gnav-pane1 .category1 li a .icon1 {
        background: no-repeat center center;
        background-size: contain;
        display: block;
        height: 40px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

    .edec-gnav-pane1 .category1 li .all .icon1 {
        background: url("/front/assets/img/common/icon-nav1-all1.svg") no-repeat center -10px;
        background-size: 49px 49px;
    }

    .edec-gnav-pane1 .category1 li .kindergarten .icon1 {
        background: url("/front/assets/img/common/icon-nav1-kindergarten1.svg") no-repeat center -8px;
        background-size: 47px 47px;
    }

    .edec-gnav-pane1 .category1 li .school .icon1 {
        background: url("/front/assets/img/common/icon-nav1-school1.svg") no-repeat center -5px;
        background-size: 40px 40px;
    }

    .edec-gnav-pane1 .category1 li .cate .icon1 {
        background: url("/front/assets/img/common/icon-nav1-cate1.svg") no-repeat center -5px;
        background-size: 40px 40px;
    }

    .edec-gnav-pane1 .category1 li .new .icon1 {
        background: url("/front/assets/img/common/icon-nav1-new1.svg") no-repeat center -5px;
        background-size: 40px 40px;
    }

    .edec-gnav-pane1 .category2 {
        list-style: none;
        margin: 15px 11px 13px;
        padding: 0;
    }

    .edec-gnav-pane1 .category2 li {
        font-feature-settings: "palt";
        font-size: 14px;
        font-weight: 500;
    }

    .edec-gnav-pane1 .category2 li+li {
        margin-top: 6px;
    }

    .edec-gnav-pane1 .category2 li a {
        background: #f3f3f3;
        display: block;
        line-height: 45px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .eplus .edec-gnav-pane1 .category2 li a.teacher {
        padding-right: 2.5em;
    }

    .edec-gnav-pane1 .category2 li a.teacher .icon1 {
        background: url("/front/assets/img/common/icon-nav1-teacher1.png") no-repeat center center;
        background-size: contain;
        display: inline-block;
        height: 35px;
        margin: -3px 9px 0 0;
        position: relative;
        vertical-align: middle;
        width: 35px;
    }

    .edec-gnav-pane1 .category2 li a.about-eplus .icon1 {
        background: url("/front/assets/img/common/icon-nav1-eplus1.svg") no-repeat center center;
        background-size: contain;
        display: inline-block;
        height: 35px;
        margin: -3px 9px 0 0;
        position: relative;
        vertical-align: middle;
        width: 35px;
    }

    .edec-educe-plus-link2 {
        border: 2px solid #1fbbe2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 1.5;
        margin: auto;
        max-width: 340px;
        padding: 10px 0;
        width: 100%;
    }

    .edec-educe-plus-link2 img {
        height: auto;
        width: 125px;
    }

    .edec-educe-plus-link2 span {
        color: #555;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        margin-left: 14px;
    }

    .edec-educe-link2 {
        border: 2px solid #ea554a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 1.5;
        margin: auto;
        max-width: 340px;
        padding: 15px 0;
        width: 100%;
    }

    .edec-educe-link2 img {
        height: auto;
        width: 166px;
    }

    .edec-educe-link2 span {
        color: #555;
        font-feature-settings: "palt";
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.5;
        margin-left: 13px;
        width: 133px;
    }

    /*.edec-gnav-pane1 .edec-search1 {
		font-size: 0;
		line-height: 0;
		margin: 18px;
		max-width: none;
		position: relative;
		width: auto;
	}
	.edec-gnav-pane1 .edec-search1 .category1 {
		border-radius: 3px 0 0 3px;
		font-size: 16px;
		width: 24%;
	}
	.edec-gnav-pane1 .edec-search1 .input1 {
		border-radius: 0 3px 3px 0;
		font-size: 16px;
		padding: 0 42px 0 14px;
		width: 76%;
	}
	.edec-gnav-pane1 .edec-search1 .button1 {
		border-radius: 0 3px 3px 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 42px;
	}
	.edec-quick-order-button2 {
		background: #2f66c0;
		border: 1px solid #2f66c0;
		border-radius: 4px;
		display: inline-block;
		height: 40px;
		margin: 8px 0 0;
		outline: none;
		position: relative;
		width: 100%;
	}
	.edec-quick-order-button2 &gt; span {
		color: #fff;
		display: block;
		font-size: 13px;
		font-weight: 700;
		left: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.edec-quick-order-button2 .icon1 {
		background: url("/front/assets/img/common/icon-quick1.svg") no-repeat center center;
		background-size: contain;
		display: inline-block;
		height: 40px;
		margin: 0 10px 0 0;
		position: relative;
		vertical-align: middle;
		width: 40px;
	}*/
    .edec-gnav-pane1 .edec-search1 {
        font-size: 0;
        line-height: 0;
        margin: 13px 11px 10px;
        max-width: none;
        position: relative;
        width: auto;
    }

    .edec-gnav-pane1 .edec-search1 .category1 {
        border-radius: 3.5px 0 0 3.5px;
        margin: 0 0 0 -3%;
        padding: 0 18px 0 9px;
        width: 24%;
    }

    .edec-gnav-pane1 .navi-title1 {
        border-top: 3px solid #AADC41;
        font-size: 17px;
        font-weight: 500;
        position: relative;
    }

    .edec-gnav-pane1 .navi-title1 a,
    .edec-gnav-pane1 .navi-title1&gt;span {
        color: #000;
        display: block;
        padding: 15px 0 10px 23px;
    }

    .edec-gnav-pane1 .navi-title1 .blt1 {
        background: rgba(255, 255, 255, 1.0);
        bottom: 0;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 24px);
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }

    .edec-gnav-pane1 .navi-title1 .blt1:after,
    .edec-gnav-pane1 .navi-title1 .blt1:before {
        background: #FF9DB4;
        border-radius: 1px;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 23px;
        top: 50%;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 16px;
    }

    .edec-gnav-pane1 .navi-title1 .blt1:after {
        transform: translateY(-50%);
    }

    .edec-gnav-pane1 .navi-title1 .blt1:before {
        transform: rotate(90deg);
    }

    .edec-gnav-pane1 .navi-title1 .blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-gnav-pane1 .navi-title2 {
        border-bottom: 3px solid #AADC41;
        border-top: 3px solid #AADC41;
    }

    .edec-gnav-pane1 .navi-title2 a {
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 35px 12px 23px;
        position: relative;
    }

    .edec-gnav-pane1 .navi-title2 a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-gnav-pane1 .navi-list1,
    .edec-gnav-pane1 .navi-list1 * {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .edec-gnav-pane1 .navi-list1&gt;li+li {
        border-top: 2px dotted #AADC41;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 60px 10px 60px;
        position: relative;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .blt1 {
        background: rgba(255, 255, 255, 1.0);
        bottom: 0;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .blt1:after,
    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .blt1:before {
        background: #FF9DB4;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 23px;
        top: 50%;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 16px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .blt1:after {
        transform: translateY(-50%);
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .blt1:before {
        transform: rotate(90deg);
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .icon1 {
        /*background: no-repeat center center;
		background-size: contain;*/
        display: inline-block;
        font-size: 0;
        line-height: 0;
        height: 26px;
        left: 23px;
        position: absolute;
        width: 26px;
    }

    /*.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-1 {
		background-image: url("/front/assets/img/common/icon-cat1-1.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-2 {
		background-image: url("/front/assets/img/common/icon-cat1-2.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-3 {
		background-image: url("/front/assets/img/common/icon-cat1-3.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-4 {
		background-image: url("/front/assets/img/common/icon-cat1-4.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-5 {
		background-image: url("/front/assets/img/common/icon-cat1-5.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-6 {
		background-image: url("/front/assets/img/common/icon-cat1-6.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-7 {
		background-image: url("/front/assets/img/common/icon-cat1-7.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-8 {
		background-image: url("/front/assets/img/common/icon-cat1-8.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-9 {
		background-image: url("/front/assets/img/common/icon-cat1-9.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-10 {
		background-image: url("/front/assets/img/common/icon-cat1-10.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-11 {
		background-image: url("/front/assets/img/common/icon-cat1-11.png");
	}
	.edec-gnav-pane1 .navi-list1 &gt; li &gt; a .icon1-12 {
		background-image: url("/front/assets/img/common/icon-cat1-12.png");
	}*/
    .edec-gnav-pane1 .navi-list1&gt;li&gt;a .icon1 img {
        height: auto;
        width: 100%;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul {
        display: none;
        margin-bottom: 12px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li {
        display: block;
        padding: 2.5px 17px 2.5px 62px;
        position: relative;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a {
        background: #FBFAED;
        display: block;
        font-size: 15px;
        padding: 10px 35px 10px 10px;
        position: relative;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1 {
        background: #FBFAED;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 20px);
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:after,
    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        background: #FF9DB4;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 11px;
        top: 50%;
        transform-origin: center;
        transition: all 0.3s ease;
        width: 12px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:after {
        transform: translateY(-50%);
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        transform: rotate(90deg);
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul {
        display: none;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        margin-top: 10px;
        padding-left: 10px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li+li {
        margin-top: 15px;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
        font-size: 0;
        line-height: 0;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        font-size: 14px;
        line-height: 2;
    }

    .edec-gnav-pane1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        color: #555;
        display: inline-block;
    }

    .edec-gnav-pane1 .navi-list2,
    .edec-gnav-pane1 .navi-list2 * {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .edec-gnav-pane1 .navi-list2&gt;li+li {
        border-top: 1px solid #ddd;
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 60px 10px 42px;
        position: relative;
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1 {
        background: #f7f7f7;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 20px);
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:after,
    .edec-gnav-pane1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        background: #666;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 11px;
        top: 50%;
        transform-origin: center;
        transition: all 0.3s ease;
        width: 12px;
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:after {
        transform: translateY(-50%);
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        transform: rotate(90deg);
    }

    .edec-gnav-pane1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-gnav-pane1 .block3 {
        padding: 0 12.5px 16px;
    }



    .edec-navi-category1 {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 3;
    }

    .edec-navi-category1&gt;li {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .edec-navi-category1 .navi-title1 {
        background: #fff url("/front/assets/img/common/search-select-arrow1.svg") no-repeat right 15px center;
        background-size: 12px 7px;
        border: 1px solid #fff;
        border-radius: 4px;
        font-size: 14px;
        height: 42px;
        line-height: 40px;
        margin: 0;
        outline: none;
        padding: 0 25px 0 10px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .edec-navi-category1 .navi-title1&gt;.blt1 {
        background: rgba(0, 0, 0, 0.0);
        cursor: pointer;
        left: 0;
        height: 42px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .edec-navi-category1 .navi-list1 {
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
        display: none;
        line-height: 1.5;
        position: relative;
    }

    .edec-navi-category1 .navi-list1,
    .edec-navi-category1 .navi-list1 * {
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        letter-spacing: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .edec-navi-category1 .navi-list1&gt;li+li {
        border-top: 1px solid #ddd;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 60px 10px 60px;
        position: relative;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a .blt1 {
        background: rgba(255, 255, 255, 1.0);
        bottom: 0;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a .blt1:after,
    .edec-navi-category1 .navi-list1&gt;li&gt;a .blt1:before {
        background: #666;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 23px;
        top: 50%;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 16px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a .blt1:after {
        transform: translateY(-50%);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a .blt1:before {
        transform: rotate(90deg);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a .blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;a .icon1 {
        /*background: no-repeat center center;
		background-size: contain;*/
        display: inline-block;
        font-size: 0;
        line-height: 0;
        height: 26px;
        left: 23px;
        position: absolute;
        width: 26px;
    }

    /*.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-1 {
		background-image: url("/front/assets/img/common/icon-cat1-1.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-2 {
		background-image: url("/front/assets/img/common/icon-cat1-2.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-3 {
		background-image: url("/front/assets/img/common/icon-cat1-3.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-4 {
		background-image: url("/front/assets/img/common/icon-cat1-4.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-5 {
		background-image: url("/front/assets/img/common/icon-cat1-5.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-6 {
		background-image: url("/front/assets/img/common/icon-cat1-6.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-7 {
		background-image: url("/front/assets/img/common/icon-cat1-7.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-8 {
		background-image: url("/front/assets/img/common/icon-cat1-8.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-9 {
		background-image: url("/front/assets/img/common/icon-cat1-9.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-10 {
		background-image: url("/front/assets/img/common/icon-cat1-10.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-11 {
		background-image: url("/front/assets/img/common/icon-cat1-11.png");
	}
	.edec-navi-category1 .navi-list1 &gt; li &gt; a .icon1-12 {
		background-image: url("/front/assets/img/common/icon-cat1-12.png");
	}*/
    .edec-navi-category1 .navi-list1&gt;li&gt;a .icon1 img {
        height: auto;
        width: 100%;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul {
        display: none;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li {
        display: block;
        padding: 2.5px 17px 2.5px 62px;
        position: relative;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a {
        background: #f7f7f7;
        display: block;
        font-size: 15px;
        padding: 10px 35px 10px 10px;
        position: relative;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1 {
        background: #f7f7f7;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 20px);
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:after,
    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        background: #666;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 11px;
        top: 50%;
        transform-origin: center;
        transition: all 0.3s ease;
        width: 12px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:after {
        transform: translateY(-50%);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        transform: rotate(90deg);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;a .blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul {
        display: none;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        margin-top: 10px;
        padding-left: 10px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li+li {
        margin-top: 15px;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
        font-size: 0;
        line-height: 0;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li {
        font-size: 14px;
        line-height: 2;
    }

    .edec-navi-category1 .navi-list1&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
        color: #555;
        display: inline-block;
    }

    .edec-navi-category1 .navi-list2,
    .edec-navi-category1 .navi-list2 * {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .edec-navi-category1 .navi-list2&gt;li+li {
        border-top: 1px solid #ddd;
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 60px 10px 42px;
        position: relative;
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;a:before {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 11px;
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1 {
        background: #f7f7f7;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 20px);
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:after,
    .edec-navi-category1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        background: #666;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 11px;
        top: 50%;
        transform-origin: center;
        transition: all 0.3s ease;
        width: 12px;
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:after {
        transform: translateY(-50%);
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1:before {
        transform: rotate(90deg);
    }

    .edec-navi-category1 .navi-list2&gt;li&gt;ul&gt;li&gt;a .blt1.active:before {
        transform: rotate(0deg);
    }


    .edec-gnav-pane1 .navi-list3 {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .edec-gnav-pane1 .navi-list3&gt;li {
        display: block;
        font-feature-settings: "palt";
        position: relative;
    }

    .edec-gnav-pane1 .navi-list3&gt;li+li {
        border-top: 1px solid #ccc;
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;a {
        color: #000;
        display: block;
        padding: 10px 60px 10px 42px;
        position: relative;
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;a:before {
        background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 9px;
        position: absolute;
        right: 23px;
        top: 50%;
        transform: translateY(-50%);
        width: 11px;
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;.blt1 {
        background: rgba(255, 255, 255, 1.0);
        bottom: 0;
        cursor: pointer;
        display: block;
        height: calc(1.5em + 20px);
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;.blt1:after,
    .edec-gnav-pane1 .navi-list3&gt;li&gt;.blt1:before {
        background: #FF9DB4;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 23px;
        top: 50%;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 16px;
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;.blt1:after {
        transform: translateY(-50%);
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;.blt1:before {
        transform: rotate(90deg);
    }

    .edec-gnav-pane1 .navi-list3&gt;li&gt;.blt1.active:before {
        transform: rotate(0deg);
    }

    .edec-gnav-pane1 .navi-list3 ul {
        /*display: none;*/
        list-style: none;
        margin: 0;
        padding: 10px 0;
        width: 100%;
    }

    .edec-gnav-pane1 .navi-list3 ul li {
        display: block;
        font-size: 14px;
    }

    .edec-gnav-pane1 .navi-list3 ul li a {
        display: block;
        padding: 7px 10px 7px 60px;
    }

    .edec-gnav-pane1 .block2 {
        border-top: 3px solid #AADC41;
        padding: 18px 16px;
    }



    .edec-header-nav-sub1 .data1 {
        display: none;
    }

    .edec-header-nav-sub1 .e-point1 {
        display: none;
    }

    .edec-header-nav-sub-list2&gt;li+li {
        border-top: 1px solid #AADC41;
    }

    .edec-header-nav-sub-list2&gt;li&gt;a {
        color: #333;
        padding: 10px 30px 10px 24px;
    }

    .edec-header-nav-sub-list2&gt;li&gt;a .note1 {
        font-size: 13px;
        margin-top: 0.2em;
    }

    .edec-header-nav-sub-list2&gt;li&gt;a:before {
        height: 11px;
        right: 32px;
        width: 11px;
    }

    .edec-header-nav-sub-list2 {
        padding-bottom: 0;
    }

    .edec-header-nav-sub-list2+.edec-header-nav-sub-list2 {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding-bottom: 0;
        padding-top: 0;
    }



    .edec-footer1 {
        margin-top: 25px;
        padding-bottom: 15px;
    }

    .edec-footer1-block1 {
        display: block;
        padding: 24px 0 24px;
    }

    .edec-footer1-logo1 {
        display: block;
        height: 35px;
        margin: auto;
        width: 159px;
    }

    .edec-footer1 .list1 {
        margin: 10px auto 0;
        max-width: 370px;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .edec-footer1 .list1 li {
        font-size: 14px;
        line-height: 1.9;
    }

    .edec-footer1 .list1 li+li:nth-child(3n+1):before {
        content: "";
    }

    .edec-footer1 .sns-list1 {
        margin: 15px 0 0 0;
        text-align: center;
    }

    .edec-footer1 .sns-list1 li {
        display: inline-block;
        vertical-align: middle;
    }

    .edec-footer1 .copyright {
        font-size: 11px;
    }

    .edec-footer1-block2 {
        display: block;
        padding: 15px 0 0;
    }

    .edec-footer1-logo-sakura1 {
        height: 27px;
        margin: 0 auto 5px;
        width: 167px;
    }



    #edec-pagetop-link {
        bottom: 35px;
        height: 45px;
        right: 5px;
        width: 35px;
    }

    #edec-pagetop-link a {
        height: 45px;
        width: 35px;
    }



    .edec-subtitle1 {
        border: 1px solid #aaa;
        border-radius: 17px;
        font-size: 12px;
        margin: 0 0 15px;
        padding: 10px 10px 10px 16px;
    }



    .edec-tags1 {
        display: none;
        margin-bottom: 45px;
    }

    .edec-subtitle1+.edec-tags1 {
        margin-top: -10px;
    }

    .edec-tags1.st1 {
        display: block;
    }

    .edec-tags1&gt;* {
        border-radius: 11px;
        font-size: 10px;
        height: 22px;
        line-height: 20px;
        margin: 2px 2px 2px 0;
    }

    .edec-tags1&gt;.up1 {
        padding-right: 17px;
    }

    .edec-tags1&gt;.up1:after {
        height: 7px;
        right: 7px;
        width: 7px;
    }



    .edec-main-slider1 {
        margin: 0 0 20px;
        padding: 0 0 38px;
    }

    .edec-main-slider1:after,
    .edec-main-slider1:before {
        display: none;
    }

    .edec-main-slider1 .item {
        padding: 0;
    }

    /*.edec-main-slider1 .item .block1 {
		border-radius: 0;
		box-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
		width: 100%;
	}*/
    .edec-main-slider1 .item .block1 {
        border-radius: 0;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        /* height: 277px; */
        width: 100%;
    }

    .edec-main-slider1 .item .image1 {
        height: 100%;
    }

    .edec-main-slider1 .item .image2 {
        height: 100%;
    }

    .edec-main-slider1 .item .image1:before {
        padding-bottom: 64%;
    }

    .edec-main-slider1 .item .image2:before {
        font-size: 13px;
        padding-bottom: calc(64% + 3em + 14px);
    }

    /* .edec-main-slider1 .item .image1:before {
		padding-bottom: 0;
	}
	.edec-main-slider1 .item .image2:before {
		padding-bottom: 0;
	} */
    .edec-main-slider1 .item .copy1 {
        font-size: 13px;
        height: calc(3em + 14px);
        overflow: hidden;
        padding: 7px 0;
    }

    .edec-main-slider1 .slick-arrow {
        display: none;
    }

    .edec-main-slider1 .slick-dots {
        bottom: -20px;
    }

    .edec-main-slider1 .slick-dots li {
        margin: 0 4px;
    }



    .edec-page-head-wrap1 {}

    .edec-page-head-wrap1 .title1 {
        font-size: 20px;
        margin: 11px 0 0;
        min-height: 57px;
        padding-bottom: 10px;
    }

    .edec-page-head-wrap1 .title1 .sub1 {
        font-size: 10px;
    }




    .edec-breadcrumbs1 {
        overflow: hidden;
        padding: 0 0 10px 12.5px;
        width: 100%;
    }

    .edec-breadcrumbs1 ul {
        transform: scale(0.8);
        transform-origin: left top;
        width: 120%;
    }

    .edec-breadcrumbs1 li {
        display: inline-block;
        font-size: 10px;
        letter-spacing: 0;
    }



    .edec-title1 {
        font-size: 18px;
        margin: 0 0 12px;
    }

    .edec-title4 {
        font-size: 17px;
        margin: 0 0 14px;
    }

    .edec-title5 {
        font-size: 16px;
        margin: 0 0 13px;
    }

    .edec-title6 {
        font-size: 19px;
        margin: 0 0 20px;
    }



    .edec-bc-title1 {
        border-radius: 6px;
        font-size: 16px;
        padding: 18px;
    }



    .edec-bc-title2 {
        font-size: 16px;
        margin: 0 0 17px;
        padding: 15px 17px;
    }



    .edec-i-title1 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .edec-i-title1 .icon1 {
        height: 23px;
        margin: -0.15em 7px 0 0;
    }



    .edec-bd-title1 {
        font-size: 18px;
        line-height: 1.5;
        margin: 0 0 15px;
        padding: 2px 0 2px 12px;
    }



    .edec-b-title1 {
        border-bottom-width: 3px;
        margin: 0 0 20px;
        padding: 0 0 20px;
        position: relative;
    }

    .edec-b-title1 .title1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        padding-right: 40px;
    }

    .edec-adv-search-blt1 {
        height: 35px;
        width: 35px;
    }

    .edec-b-title1 .edec-adv-search-blt1 {
        top: 16px;
    }

    .edec-adv-search-blt1 .note1 {
        border-radius: 1.5px;
        height: 31.5px;
        margin-left: -26px;
        padding: 0;
        top: -40px;
        width: 53px;
    }

    .edec-adv-search-blt1 .note1:before {
        bottom: -4px;
        height: 7px;
        margin: 0 0 0 -4px;
        width: 7px;
    }

    .edec-adv-search-blt1 .note1 span {
        letter-spacing: 0;
        margin: 0 -10px;
        transform: scale(0.75);
    }

    .edec-b-title1 .edec-adv-search-blt1 {
        top: 0;
    }



    .edec-blt1-sp1 {
        background: rgba(0, 0, 0, 0.0);
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .edec-blt1-sp1:after,
    .edec-blt1-sp1:before {
        background: #000;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: 10px;
        top: 50%;
        transition: all 0.3s ease;
        transform-origin: center;
        width: 13px;
    }

    .edec-blt1-sp1:after {
        transform: translateY(-50%);
    }

    .edec-blt1-sp1:before {
        transform: rotate(90deg);
    }

    .edec-blt1-sp1.active:before {
        transform: rotate(0deg);
    }


    .edec-icon-new1 {
        height: 12px;
        margin: -2px 5px 0 0;
        width: 27px;
    }


    .edec-lnavi1 {
        background: #fff;
        border-top: 1px solid #ddd;
        margin: 40px 0 0;
    }

    .edec-lnavi1 .tags1 {
        display: none;
    }

    .edec-lnavi1 .banner1 {
        list-style: none;
        margin: 0;
        padding: 40px 0 30px;
    }

    .edec-lnavi1 .banner1 li {
        display: block;
        margin: 0 auto 10px;
        max-width: 300px;
        text-align: center;
        width: 100%;
    }

    .edec-lnavi1 .banner1 li a {
        display: block;
    }

    .edec-lnavi1 .banner1 li img {
        display: block;
        height: auto;
        width: 100%;
    }

    .edec-lnavi1 .banner1 li span {
        display: block;
        font-size: 12px;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .edec-lnavi1 .category1 {
        border-top: 3px solid #AADC41;
    }

    .edec-lnavi1 .navi-title1 {
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }

    .edec-lnavi1 .navi-title1 a,
    .edec-lnavi1 .navi-title1&gt;span {
        color: #000;
        display: block;
        padding: 20px 40px 20px 16px;
    }

    .edec-lnavi1 .navi-title1 .blt1 {
        background: rgba(255, 255, 255, 1.0);
        cursor: pointer;
        display: block;
        height: calc(1.5em + 40px);
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }

    .edec-lnavi1 .navi-title1 .blt1:after,
    .edec-lnavi1 .navi-title1 .blt1:before {
        background: #FF9DB4;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 16px;
        top: 50%;
        transition: all 0.3s ease;
        width: 14px;
    }

    .edec-lnavi1 .navi-title1 .blt1:after {
        transform: translateY(-50%);
    }

    .edec-lnavi1 .navi-title1 .blt1:before {
        transform: translateY(-50%);
    }

    .edec-lnavi1 .navi-title1 .blt1.active:before {
        transform: rotate(90deg) translateY(-50%);
    }

    .edec-lnavi1 .navi-list1 {
        border-top: 1px solid #AADC41;
        display: flex;
        flex-wrap: wrap;
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .edec-lnavi1 .navi-list1&gt;li {
        border-bottom: 1px solid #AADC41;
        display: block;
        position: relative;
        width: 50%;
    }

    .edec-lnavi1 .navi-list1&gt;li:nth-child(odd) {
        border-right: 1px solid #AADC41;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        height: 70px;
        position: relative;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a&gt;.txt1 {
        display: block;
        left: 0;
        padding: 0 5px 0 46px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;a&gt;.icon1 {
        /*background: no-repeat center center;
		background-size: contain;*/
        display: inline-block;
        height: 26px;
        left: 11px;
        margin-top: -13px;
        position: absolute;
        top: 50%;
        width: 26px;
    }

    /*.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-1 {
		background-image: url("/front/assets/img/common/icon-cat1-1.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-2 {
		background-image: url("/front/assets/img/common/icon-cat1-2.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-3 {
		background-image: url("/front/assets/img/common/icon-cat1-3.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-4 {
		background-image: url("/front/assets/img/common/icon-cat1-4.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-5 {
		background-image: url("/front/assets/img/common/icon-cat1-5.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-6 {
		background-image: url("/front/assets/img/common/icon-cat1-6.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-7 {
		background-image: url("/front/assets/img/common/icon-cat1-7.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-8 {
		background-image: url("/front/assets/img/common/icon-cat1-8.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-9 {
		background-image: url("/front/assets/img/common/icon-cat1-9.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-10 {
		background-image: url("/front/assets/img/common/icon-cat1-10.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-11 {
		background-image: url("/front/assets/img/common/icon-cat1-11.png");
	}
	.edec-lnavi1 .navi-list1 &gt; li &gt; a &gt; .icon1-12 {
		background-image: url("/front/assets/img/common/icon-cat1-12.png");
	}*/
    .edec-lnavi1 .navi-list1&gt;li&gt;a&gt;.icon1 img {
        height: auto;
        width: 100%;
    }

    .edec-lnavi1 .navi-list1&gt;li&gt;ul {
        display: none;
    }

    .edec-lnavi1 .category2 {
        background: #FFF4F2;
        border-top: 3px solid #AADC41;
        padding: 20px 0 0;
    }

    .edec-lnavi1 .sub-text1 {
        font-size: 12px;
        font-weight: 500;
        padding: 0 0 0 16px;
    }

    .edec-lnavi1 .sub-text1+.navi-title1 a,
    .edec-lnavi1 .sub-text1+.navi-title1&gt;span {
        padding-top: 5px;
    }

    .edec-lnavi1 .category2 .navi-title1 .blt1 {
        background-color: #fbf5f1;
    }

    .edec-lnavi1 .sub-text1+.navi-title1 .blt1 {
        margin-top: -15px;
    }

    .edec-lnavi1 .navi-list2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
        list-style: none;
        margin: -10px 0 0;
        padding: 0 16px 15px;
        position: relative;
        width: 100%;
    }

    .edec-lnavi1 .navi-list2&gt;li {
        display: block;
        margin-bottom: 10px;
        position: relative;
        width: 48.5294%;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a {
        background: #fff;
        border-radius: 3px;
        color: #333;
        display: block;
        font-feature-settings: "palt";
        font-size: 14px;
        font-weight: 500;
        height: 56px;
        line-height: 1.5;
        position: relative;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a&gt;.txt1 {
        display: block;
        left: 0;
        padding: 0 10px 0 54px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .edec-lnavi1 .navi-list2&gt;li&gt;a&gt;.icon1 {
        background: #f4a29c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        height: 34px;
        left: 9px;
        overflow: hidden;
        padding: 3px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
    }

    /*.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1:before {
		background: no-repeat center center;
		background-size: contain;
		border: 1px solid #fff;
		border-radius: 50%;
		content: "";
		display: inline-block;
		height: 28px;
		overflow: hidden;
		width: 28px;
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-1:before {
		background-image: url("/front/assets/img/common/icon-icat1-1.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-2:before {
		background-image: url("/front/assets/img/common/icon-icat1-2.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-3:before {
		background-image: url("/front/assets/img/common/icon-icat1-3.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-4:before {
		background-image: url("/front/assets/img/common/icon-icat1-4.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-5:before {
		background-image: url("/front/assets/img/common/icon-icat1-5.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-6:before {
		background-image: url("/front/assets/img/common/icon-icat1-6.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-7:before {
		background-image: url("/front/assets/img/common/icon-icat1-7.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-8:before {
		background-image: url("/front/assets/img/common/icon-icat1-8.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-9:before {
		background-image: url("/front/assets/img/common/icon-icat1-9.png");
	}
	.edec-lnavi1 .navi-list2 &gt; li &gt; a &gt; .icon1-10:before {
		background-image: url("/front/assets/img/common/icon-icat1-10.png");
	}*/
    .edec-lnavi1 .navi-list2&gt;li&gt;a&gt;.icon1 img {
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 28px;
        width: 28px;
    }

    .edec-lnavi1 .category3 {
        border-top: 3px solid #AADC41;
        padding: 5px 0 10px;
    }

    .edec-lnavi1 .navi-title2 {
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }

    .edec-lnavi1 .navi-title2 a,
    .edec-lnavi1 .navi-title2&gt;span {
        color: #000;
        display: block;
        padding: 10px 17px 10px 17px;
    }

    .edec-lnavi1 .navi-title2 a:after {
        background: url("/front/assets/img/common/icon-nav-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
    }

    .edec-lnavi1 .navi-title2 .blt1 {
        background: rgba(255, 255, 255, 1.0);
        cursor: pointer;
        display: block;
        height: calc(1.5em + 20px);
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }

    .edec-lnavi1 .navi-title2 .blt1:after,
    .edec-lnavi1 .navi-title2 .blt1:before {
        background: #FF9DB4;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        right: 16px;
        top: 50%;
        transition: all 0.3s ease;
        width: 14px;
    }

    .edec-lnavi1 .navi-title2 .blt1:after {
        transform: translateY(-50%);
    }

    .edec-lnavi1 .navi-title2 .blt1:before {
        transform: translateY(-50%);
    }

    .edec-lnavi1 .navi-title2 .blt1.active:before {
        transform: rotate(90deg) translateY(-50%);
    }

    .edec-lnavi1 .category3 .copy1 {
        color: #666;
        font-feature-settings: "palt";
        font-size: 14px;
        margin: 0 18px;
    }

    .edec-lnavi1 .category3 .list1 {
        list-style: none;
        margin: 0;
        padding: 0 0 0 15px;
    }

    .edec-lnavi1 .category3 .list1 li {
        font-size: 15px;
        margin-bottom: .5em;
    }

    .edec-lnavi1 .category3 .list1 li a {
        padding: 0 0 0 20px;
        position: relative;
    }

    .edec-lnavi1 .category3 .list1 li a:before {
        color: #AADC41;
        content: "・";
        font-size: 21px;
        font-weight: 500;
        left: 0.2em;
        position: absolute;
        top: -0.3em;
    }

    .edec-lnavi1 .category3 .news-list1 {
        list-style: none;
        margin: 0;
        padding: 0 15px;
    }

    .edec-lnavi1 .category3 .news-list1 li {
        margin-bottom: 10px;
    }

    .edec-lnavi1 .category3 .news-list1 li .meta1 {
        display: block;
        margin-bottom: 0.1em;
    }

    .edec-lnavi1 .category3 .news-list1 li .meta1 .date1 {
        color: #666;
        font-size: 13px;
        font-weight: 700;
        margin-right: 5px;
    }

    .edec-lnavi1 .category3 .news-list1 li .meta1 .edec-icon-new1 {
        height: 14px;
        width: 34px;
    }

    .edec-lnavi1 .category3 .news-list1 li .body1 {
        display: block;
    }

    .edec-lnavi1 .category3 .news-list1 li .body1 a {
        color: #000;
    }

    .edec-lnavi1 .category3 .button1 {
        background: #fff;
        border: 1px solid #bababa;
        border-radius: 4px;
        display: block;
        font-size: 14px;
        margin: 1.5em 15px 5px;
        padding: 11px 0;
        text-align: center;
    }

    .edec-lnavi1 .twitter1 {
        border-top: 3px solid #dcdcdc;
        padding: 0 0 40px;
    }

    .edec-lnavi1 .twitter1 .header1 {
        background: #1da0f1;
        color: #fff;
        padding: 15px;
        position: relative;
        text-align: center;
    }

    .edec-lnavi1 .twitter1 .header1:before {
        background: #1da0f1;
        bottom: -10px;
        content: "";
        display: block;
        height: 13px;
        left: 50%;
        position: absolute;
        transform: rotate(45deg) translateX(-50%);
        width: 13px;
    }

    .edec-lnavi1 .twitter1 .header1&gt;div {
        border: 2px solid #fff;
        padding: 10px 0;
    }

    .edec-lnavi1 .twitter1 .header1 .copy1 {
        color: #ffff65;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        margin: 0 0 5px;
    }

    .edec-lnavi1 .twitter1 .header1 .box1 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;img {
        display: block;
        height: 40px;
        margin-right: 8px;
        width: 48px;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div {
        margin-top: -0.7em;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div&gt;span {
        display: block;
        font-size: 16.4px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div&gt;span span {
        font-size: 18.74px;
    }

    .edec-lnavi1 .twitter1 .header1 .box1&gt;div a {
        background: #fff;
        border-radius: 10.5px;
        color: #1da0f1;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 21px;
        margin: 2px auto 0;
        width: 154px;
    }

    .edec-lnavi1 .twitter1 .body1 {
        height: auto;
        padding: 16px 0 0;
        position: relative;
        text-align: center;
    }

    .edec-lnavi1 .twitter1 .body1 iframe {
        border: 1px solid #aaa !important;
        height: 350px !important;
        margin: auto;
        width: 350px !important;
    }

    .edec-lnavi1 .catalog1 {
        display: flex;
        justify-content: center;
        margin: 5px 0 0;
        padding: 0;
        position: relative;
    }

    .edec-lnavi1 .catalog1&gt;div {
        margin: 0 15px;
        text-align: center;
        width: 140px;
    }

    .edec-lnavi1 .catalog1&gt;div a {
        display: block;
    }

    .edec-lnavi1 .catalog1&gt;div img {
        display: block;
        height: auto;
        width: 100%;
    }

    .edec-lnavi1 .catalog1&gt;div span {
        display: block;
        font-feature-settings: "palt";
        font-size: 12px;
        letter-spacing: 0.04em;
        margin: .5em 0 0;
    }

    .edec-lnavi1 .category3 .list2 {
        list-style: none;
        margin: 15px 0 0;
        padding: 0 17px;
    }

    .edec-lnavi1 .category3 .list2 li {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .edec-lnavi1 .category3 .list2 li a {
        background: #f7f7f7;
        border-radius: 2px;
        display: block;
        padding: 8px 16px 5px 8px;
        position: relative;
    }

    .edec-lnavi1 .category3 .list2 li a:after {
        border-color: #666 #666 transparent transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        display: block;
        height: 7px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 7px;
    }

    .epoint-banner1 img {
        display: block;
        height: auto;
        margin: 0 auto 5px;
        max-width: 320px;
        width: 100%;
    }



    .edec-lnavi1 {
        display: none;
    }

    .edec-bottom-sp-navi {
        display: block;
        position: relative;
    }

    .edec-bottom-sp-navi .edec-lnavi1 {
        display: block;
    }

    .edec-bottom-sp-navi .edec-lnavi1 .category1 {
        display: none;
    }

    .page-home .edec-bottom-sp-navi .edec-lnavi1 .category1 {
        display: block;
    }



    .edec-com-banner1 {
        border-radius: 3px;
        width: 225px;
    }

    .edec-com-banner1:before {
        border-radius: 3px;
    }

    .edec-com-banner1 .image1 {
        border-radius: 3px 3px 0 0;
    }

    .edec-com-banner1 .body1 {
        height: auto;
        min-height: 103px;
        /* max-height: 86.5px; */
        padding: 16px 12px 12px 15px;
    }

    .edec-com-banner1 .body1 p {
        font-size: 13px;
        height: auto;
    }

    .edec-com-banner1 .body1 .icon {
        line-height: 13px;
        min-width: 25px;
    }

    .edec-com-banner1 .body1 .icon span {
        margin: 0 -0.675em;
        transform: scale(0.675);
    }



    .edec-copy1 {
        background-position: left 0.2em;
        background-size: 23px 23px;
        font-size: 19px;
        margin: 0 0 13px;
        padding-left: 34px;
    }

    .edec-copy1 .update1 {
        margin: 0 0 0 12px;
    }

    .edec-copy1 .sep1 {
        clear: both;
        display: block;
        height: 0;
        margin: 5px 0 0 0;
        overflow: hidden;
        text-align: left;
        text-indent: -999em;
        width: 100%;
    }



    .edec-banners1 {
        margin-bottom: 35px;
        position: relative;
    }

    .edec-inner1 .edec-banners1 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: auto;
    }

    .edec-banners1:after,
    .edec-banners1:before {
        content: "";
        display: block;
        height: calc(100% - 16px);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-banners1:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 0;
    }

    .edec-banners1:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 0;
    }

    .edec-banners1 .inner1 {
        overflow-x: auto;
        padding-bottom: 22px;
        position: relative;
    }

    .edec-banners1 .wrap1 {
        display: flex;
        flex-wrap: nowrap;
        margin: auto;
        padding: 0 12.5px;
        position: relative;
        /*width: 719px;*/
        width: auto;
    }

    .edec-banners1 .wrap1 .item {
        flex: 0 0 auto;
        margin: 0;
        /*width: 225px;*/
        width: 240px;
    }

    /*.edec-banners1 .wrap1 .item:nth-child(3n+1) {
		margin-left: 0;
	}
	.edec-banners1 .wrap1 .item:nth-child(n+4) {
		margin-top: 0;
	}
	.edec-banners1 .wrap1 .item + * {
		margin-left: 0 !important;
	}*/

    .ps__rail-x,
    .ps__rail-y {
        opacity: 0.6 !important;
    }

    .edec-banners1 .wrap1 .item&gt;* {
        width: 225px;
    }



    .edec-com-slider1 {
        margin: 0 -7.5px 70px -7.5px;
    }

    .edec-inner1 .edec-com-slider1 {
        margin: 0 -20px 70px -20px;
    }

    .edec-com-slider1:after,
    .edec-com-slider1:before {
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-com-slider1:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 7.5px;
    }

    .edec-com-slider1:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 7.5px;
    }

    .edec-com-slider1 .item {
        padding: 0 7.5px;
    }

    .edec-com-slider1 .slick-arrow {
        display: none;
    }



    .edec-items1 .wrap1 .item {
        padding: 10px;
        width: 50%;
    }

    .edec-items1.sp-scroll {
        margin-left: -12px;
        margin-right: -12px;
        position: relative;
        width: auto;
    }

    .edec-items1.sp-scroll:after,
    .edec-items1.sp-scroll:before {
        content: "";
        display: block;
        height: calc(100% - 16px);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-items1.sp-scroll:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 0;
    }

    .edec-items1.sp-scroll:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 0;
    }

    .edec-items1 .inner1.psScrollbar1 {
        overflow-x: auto;
        padding-bottom: 22px;
        position: relative;
        width: auto;
    }

    .edec-items1 .psScrollbar1 .wrap1 {
        flex-wrap: nowrap;
        margin: 0;
        padding: 3px 12.5px 0;
        position: relative;
    }

    .edec-items1 .psScrollbar1 .wrap1 .item {
        margin: 0;
        width: 160px;
    }

    .edec-items1 .psScrollbar1 .wrap1 .item+.item {
        margin-left: -1px;
    }

    .edec-items1 .psScrollbar1 .edec-com-item1 {
        width: 140px;
    }



    .edec-com-item1 {
        width: 140px;
    }

    .edec-com-item1 .tips1 {
        height: 57px;
        margin: 0 0 10px;
    }

    .edec-com-item1 .tips1&gt;span {
        max-height: 4.2em;
    }

    .edec-com-item1 .icons1 {
        height: 32px;
        margin: 0 0 4px 0;
    }

    .edec-com-item1 .icons1&gt;* {
        background-size: 32px 32px;
        height: 32px;
        margin-right: 4px;
        width: 32px;
    }

    .edec-com-item1 .body1 {
        margin: 15px 0 0;
    }

    .edec-com-item1 .buttons1 .btn-del1 {
        line-height: 30px;
    }



    .ui-datepicker-trigger {
        margin: -5px 0 0 5px;
        cursor: pointer;
    }



    .edec-com-slider2 .slider {
        display: block;
    }

    /*.edec-inner1 .edec-com-slider2 {
		margin-left: -12.5px;
		margin-right: -12.5px;
		width: auto;
	}
	.edec-inner1 .edec-com-slider2:after,
	.edec-inner1 .edec-com-slider2:before {
		content: "";
		display: block;
		height: calc(100% - 16px);
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 25px;
		z-index: 2;
	}
	.edec-inner1 .edec-com-slider2:after {
		background: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1.0) 80%);
		right: 0;
	}
	.edec-inner1 .edec-com-slider2:before {
		background: linear-gradient(to left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1.0) 80%);
		left: 0;
	}
	.edec-com-slider2 .slick-arrow {
		display: none;
	}*/
    .edec-banners1.slider2 .wrap1 {
        display: flex;
        padding-top: 3px;
    }

    .edec-banners1.slider2 .wrap1 .item {
        margin: 0;
        padding: 0 15px 0 0;
        width: auto;
    }

    .edec-banners1.slider2 .wrap1 .item&gt;* {
        width: 140px;
    }

    .edec-banners1.slider2 .wrap1 .item+.item {
        margin-left: 0;
    }

    .edec-ranking-items1.slider .wrap1 {
        display: flex;
    }

    .edec-ranking-items1.slider .wrap1 .item {
        padding: 0 15px 0 0;
        margin: 0;
        width: auto;
    }

    .edec-ranking-items1.slider .wrap1 .item+.item {
        margin-left: 0;
    }



    .edec-inner1 .edec-com-slider3 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding: 0 11px;
        width: auto;
    }

    .edec-inner1 .edec-com-slider3:after,
    .edec-inner1 .edec-com-slider3:before {
        content: "";
        display: block;
        height: calc(100% - 16px);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-inner1 .edec-com-slider3:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 0;
    }

    .edec-inner1 .edec-com-slider3:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 0;
    }

    .edec-inner1 .edec-com-slider3 .item {
        padding: 0 7px;
    }

    .edec-com-slider3 .slick-arrow {
        display: none;
    }

    .edec-inner1 .edec-com-slider3 .item .edec-com-item1 {
        width: 168px;
    }



    .edec-ranking-items1 {
        margin: 0 0 45px;
        width: 100%;
    }



    .edec-inner1 .edec-ranking-items1 {
        position: relative;
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: auto;
    }

    .edec-ranking-items1:after,
    .edec-ranking-items1:before {
        content: "";
        display: block;
        height: calc(100% - 16px);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-ranking-items1:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 0;
    }

    .edec-ranking-items1:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 0;
    }

    .edec-ranking-items1 .inner1 {
        overflow-x: auto;
        padding-bottom: 22px;
        position: relative;
    }

    .edec-ranking-items1 .wrap1 {
        display: flex;
        padding: 0 12.5px;
        position: relative;
        /*width: 1070px;*/
    }

    .edec-ranking-items1 .wrap1&gt;* {
        width: 140px;
    }

    .edec-ranking-items1 .wrap1&gt;*+* {
        margin-left: 15px;
    }

    .edec-ranking-items1 .edec-com-item1 .body1 {
        margin: 10px 0 0;
    }



    /*.edec-o-items1 {
		margin: 0 auto;
		max-width: 350px;
	}
	.edec-o-items1 .item {
		margin: 0 2.8571% 17px 0;
		width: 48.5714%;
	}
	.edec-o-items1 .item:nth-child(4n) {
		margin-right: 2.8571%;
	}
	.edec-o-items1 .item:nth-child(2n) {
		margin-right: 0;
	}
	.edec-o-items1 .item:nth-child(2n+1) {
		clear: left;
	}
	.edec-o-item1 .body1 {
		margin: 5px 0 0 0;
	}
	.edec-o-item1 .body1 p {
		font-size: 10px;
	}*/
    .edec-o-items1 {
        margin-bottom: 35px;
        position: relative;
    }

    .edec-inner1 .edec-o-items1 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: auto;
    }

    .edec-o-items1:after,
    .edec-o-items1:before {
        content: "";
        display: block;
        height: calc(100% - 16px);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-o-items1:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 0;
    }

    .edec-o-items1:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 0;
    }

    .edec-o-items1 .inner1 {
        overflow: hidden;
        padding-bottom: 22px;
        position: relative;
    }

    .edec-o-items1 .wrap1 {
        flex-wrap: nowrap;
        padding: 0 12.5px;
        position: relative;
    }

    .edec-o-items1 .wrap1 .item {
        flex: 0 0 auto;
        margin: 0;
        padding-right: 17px;
        /*width: 219px;*/
        width: 236px;
    }

    .edec-o-items1 .wrap1 .item+.item {
        margin-left: 0;
    }

    .edec-o-item1 .body1 {
        margin: 5px 0 0 0;
    }

    .edec-o-item1 .body1 p {
        font-size: 14px;
    }



    .edec-notice1 {
        margin: 30px 0 0;
        padding: 20px 24px;
    }

    .edec-com-slider3+.edec-notice1 {
        margin-top: 65px;
    }

    .edec-notice1 *+dl {
        margin-top: 1.5em;
    }

    .edec-notice1 dl dt {
        float: none;
    }

    .edec-notice1 dl dd {
        margin: 8px 0 0 0;
    }



    .edec-button3 {
        border-radius: 3px;
        font-size: 13px;
        margin: 13px auto 0;
    }

    .edec-button3&gt;span {
        padding: 10px 5px;
    }

    .edec-o-items1+.edec-button3 {
        margin-top: 0;
    }

    .edec-com-slider2+.edec-button3 {
        margin-top: 0px;
    }



    .edec-adv-search1 .table1,
    .edec-adv-search1 .table1 tbody,
    .edec-adv-search1 .table1 tr,
    .edec-adv-search1 .table1 th,
    .edec-adv-search1 .table1 td {
        display: block;
        width: 100%;
    }

    .edec-adv-search1 .table1 tr+tr td {
        border-top: none;
    }

    .edec-adv-search1 .table1 th {
        padding: 10px 14px;
        width: 100%;
    }

    .edec-adv-search1 .table1 td {
        padding: 7px 7px 10px 7px;
    }

    .edec-adv-search1 .table1 td fieldset {
        width: 100%;
    }

    .edec-adv-search1 .table1 label {
        margin: 5px 0.8em 5px 0;
    }

    .edec-adv-search1 .table1 td .input-wrap1 .edec-input1 {
        width: calc(100% - 56px);
    }

    .edec-adv-search1 .table1 td .search-btn1 {
        font-size: 13px;
        width: 50px;
    }

    .edec-adv-search1 .table1 td .input-wrap2 .edec-input1 {
        width: 125px;
    }

    .edec-adv-search1 .table1 td .input-wrap2 .edec-input1.w1 {
        width: 130px;
    }

    .edec-adv-search1 .table1 td .input-wrap2 .text4 {
        margin: 0;
    }

    .edec-adv-search1 .table1 td .select-wrap1 {
        display: block;
        width: 100%;
    }

    .edec-adv-search1 .table1 td .select-wrap1 .edec-select1 {
        font-size: 16px;
        margin-bottom: 8px;
        width: 100%;
    }

    .edec-adv-search1 .buttons1 {
        flex-direction: column-reverse;
        margin: 18px 0;
    }

    .edec-adv-search1 .buttons1 .btn1 {
        margin: 6px 0;
        width: 235px;
    }



    .edec-no-results1 .copy1 {
        font-size: 17px;
        margin: 0 0 50px;
    }

    .edec-no-results1 .block1 {
        margin: 0 auto 25px;
        padding: 20px 18px 25px;
    }

    .edec-no-results1 .copy2 {
        font-size: 14px;
        margin: 0 0 20px;
    }

    .edec-no-results1 ul li {
        font-size: 14px;
    }

    .edec-no-results1 ul li+li {
        margin-top: 13px;
    }

    .edec-no-results1 .image1 {
        margin: 3px 0 0 1em;
        width: 283px;
    }



    .edec-educe-plus-banner1 {
        display: block;
        padding: 63px 0 0 0;
        position: relative;
    }

    .edec-educe-plus-banner1&gt;* {
        display: block;
    }

    .edec-educe-plus-banner1&gt;*:nth-child(1) {
        left: 50%;
        margin-left: -132px;
        padding: 0;
        position: absolute;
        top: 9px;
    }

    .edec-educe-plus-banner1&gt;*:nth-child(1) img {
        width: 140px;
    }

    .edec-educe-plus-banner1&gt;*:nth-child(2) {
        padding: 0;
        text-align: center;
    }

    .edec-educe-plus-banner1 .text1 {
        font-size: 16px;
        left: 50%;
        letter-spacing: 0.1em;
        margin: 0 0 0 20px;
        position: absolute;
        top: 19px;
    }

    .edec-educe-plus-banner1 .text2 {
        clear: both;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 0.12em;
        margin-right: 10px;
        padding: 6px 0 5px;
        text-align: left;
    }

    .edec-educe-plus-banner1&gt;*:nth-child(3) {
        background-image: none;
        font-size: 12px;
        padding: 5px 0;
        text-align: center;
        width: 100%;
    }

    .edec-educe-plus-banner1&gt;*:nth-child(3):after {
        background: #1fbbe2 url("/front/assets/img/common/icon-arrow1.svg") no-repeat center center;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 14px;
        margin: -2px 0 0 4px;
        vertical-align: middle;
        width: 14px;
    }




    /*.edec-btn-home1 {
		border-radius: 5px;
		line-height: 43px;
		margin: 25px auto 0;
		max-width: none;
	}
	.edec-btn-home1 span {
		padding: 0 0 0 43px;
	}
	.edec-btn-home1 span img {
		left: 50%;
		margin-left: -100px;
		width: 27px;
	}*/
    .edec-btn-home1 {
        border-radius: 4.5px;
        height: 58px;
        margin: 25px auto 0;
        max-width: none;
    }

    .edec-btn-home1&gt;span {
        font-size: 14px;
        padding: 0;
    }

    .edec-btn-home1 .icon1 {
        height: 42px;
        margin-right: 5px;
        width: 42px;
    }



    .edec-toolbar1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -12.5px;
        padding: 0 12.5px;
    }

    .edec-toolbar1 .sorter1 {
        display: block;
        padding-right: 15px;
        width: 50%;
    }

    .edec-toolbar1 .sorter1 .hd1 {
        font-size: 14px;
        margin: 0 0 0.3em;
    }

    .edec-toolbar1 .sorter1 ul {
        display: none;
    }

    .edec-toolbar1 .sorter1 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url("/front/assets/img/common/search-select-arrow1.svg") no-repeat right 11px center;
        background-size: 12px 7px;
        border: 1px solid #666;
        border-radius: 3px;
        display: block;
        font-size: 16px;
        line-height: 38px;
        margin: 0;
        outline: none;
        padding: 0 25px 0 10px;
        position: relative;
        text-align: left;
        transform: scale(0.9375);
        transform-origin: left top;
        width: 106.666%;
    }

    .edec-toolbar1 .sorter1 select::-ms-expand {
        display: none;
    }

    .edec-toolbar1 .number1 {
        border-left: 1px solid #ccc;
        bottom: auto;
        display: block;
        padding-left: 15px;
        position: relative;
        right: auto;
        width: 50%;
    }

    .edec-toolbar1 .number1 .hd1 {
        font-size: 14px;
        margin: 0 0 0.3em;
    }

    .edec-toolbar1 .number1 ul {
        display: none;
    }

    .edec-toolbar1 .number1 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url("/front/assets/img/common/search-select-arrow1.svg") no-repeat right 11px center;
        background-size: 12px 7px;
        border: 1px solid #666;
        border-radius: 3px;
        display: block;
        font-size: 16px;
        line-height: 38px;
        margin: 0;
        outline: none;
        padding: 0 25px 0 10px;
        position: relative;
        text-align: left;
        transform: scale(0.9375);
        transform-origin: left top;
        width: 106.666%;
    }

    .edec-toolbar1 .number1 select::-ms-expand {
        display: none;
    }

    .edec-toolbar1 .status1 {
        display: block;
        margin-top: 14px;
    }

    .edec-toolbar1 .status1 .hd1 {
        font-size: 14px;
        margin: 0 0 0.3em;
    }

    .edec-toolbar2 {
        flex-wrap: wrap;
        margin: 15px -12.5px 20px;
        padding: 10px 12.5px 15px;
    }

    .edec-toolbar2 .amount1 .text1 {
        font-size: 20px;
        letter-spacing: 0.05em;
    }

    .edec-toolbar2 .current1 {
        letter-spacing: 0.05em;
        text-align: right;
    }

    .edec-toolbar2 .edec-paging1,
    .edec-toolbar2 .edec-paging2 {
        margin-top: 15px;
        width: 100%;
    }

    .edec-paging1 ul {
        justify-content: center;
    }

    .edec-paging1 .next,
    .edec-paging1 .prev {
        font-size: 0;
        line-height: 30px;
        width: 30px;
    }

    .edec-paging1 .next {
        margin: 0;
        padding: 0;
    }

    .edec-paging1 .next:after {
        right: 12px;
        top: 10px;
    }

    .edec-paging1 .prev {
        margin: 0;
        padding: 0;
    }

    .edec-paging1 .prev:before {
        left: 12px;
        top: 10px;
    }



    .edec-inner1 .edec-cat-list1 {
        margin-bottom: 45px;
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .edec-cat-list1 li {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }

    .edec-cat-list1 li a {
        /*min-height: 60px;*/
        height: 60px;
    }

    .edec-cat-list1 li:nth-child(odd) {
        border-left: 0;
    }

    .edec-cat-list1 li:nth-child(even) {
        border-left: 0;
        border-right: 0;
    }

    .edec-cat-list1 li a img {
        margin-right: 2.1%;
        width: 16%;
    }

    .edec-cat-list1 li a .text1 {
        font-size: 14px;
        line-height: 1.4;
        width: 64.53%;
    }



    .edec-details-cnt1 .details-wrap1 {
        flex-direction: column;
        margin: 0 0 35px;
    }

    .edec-details-cnt1 .block1 {
        width: auto;
    }

    .edec-details-cnt1 .block2 {
        margin-left: 0;
        width: auto;
    }

    .edec-ditails-image1 {
        width: auto;
    }

    .edec-ditails-image1 .slick-list:after {
        background-size: contain;
        bottom: 12px;
        height: 35px;
        right: 0;
        width: 35px;
    }

    .edec-ditails-image1 .item1 {
        padding: 0 0 12px;
    }

    /*.edec-ditails-image1 .image1 {
		height: 350px;
		width: 100%;
	}*/
    .edec-ditails-image1 .image1 {
        height: auto;
        width: 100%;
    }

    .edec-ditails-image1 .image1:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        width: 100%;
    }

    .edec-ditails-image1 .image1 img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .edec-ditails-image1 .slick-arrow {
        top: 162px;
        height: 25px;
        width: 25px;
    }

    .edec-ditails-image1 .slick-next {
        right: -12.5px;
    }

    .edec-ditails-image1 .slick-prev {
        left: -12.5px;
    }

    .edec-ditails-image1 .slick-dots li {
        height: auto;
        margin: 0 2.8571% 12px 0;
        width: 14.2857%;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-details-cnt1 .details-wrap1 {
        display: block;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-ditails-image1 .slick-dots {
        display: block;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-ditails-image1 .slick-dots li {
        display: table-cell;
        vertical-align: middle;
        float: left;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-ditails-image1 .slick-dots li:nth-child(6n) {
        margin-right: 0;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-ditails-image1 .slick-dots li:nth-child(6n+1) {
        clear: left;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-ditails-image1 .slick-dots li img {
        height: auto;
        width: 100%;
    }

    _:-ms-lang(x)::-ms-backdrop,
    .edec-details-cnt1 .block2 {
        overflow: hidden;
        width: 100%;
    }

    .fancybox-thumbs {
        bottom: 10px;
        height: 120px;
        margin: auto;
        max-width: 350px;
        width: 100%;
    }

    .fancybox-show-thumbs .fancybox-inner {
        bottom: 80px;
    }

    .fancybox-thumbs__list {
        text-align: left;
        white-space: normal !important;
        width: 100% !important;
    }

    .fancybox-thumbs__list a {
        height: auto;
        margin: 0 2.8571% 10px 0;
        max-height: none;
        max-width: none;
        position: relative;
        width: 14.2857%;
    }

    .fancybox-thumbs__list a:nth-child(6n) {
        margin-right: 0;
    }

    .fancybox-thumbs__list a:nth-child(6n+1) {
        clear: left;
    }

    .fancybox-thumbs__list a:after {
        content: "";
        display: block;
        padding-bottom: 100%;
        width: 100%;
    }

    .fancybox-navigation .fancybox-button {
        padding: 0;
        width: 40px;
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: 0;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: 0;
    }

    .fancybox-navigation .fancybox-button div {
        height: 25px;
        width: 25px;
    }

    .fancybox-navigation .fancybox-button--arrow_right div {
        margin-left: 15px;
    }

    .fancybox-navigation .fancybox-button div:before {
        border-width: 1px 1px 0 0;
        height: 6.5px;
        left: 7px;
        top: 9px;
        width: 6.5px;
    }

    .fancybox-navigation .fancybox-button--arrow_right div:before {
        left: 8px;
        top: 9px;
    }

    .fancybox-toolbar .fancybox-button--close {
        height: 48px;
        padding: 9px;
        width: 48px;
    }

    .edec-details-data1 .prd-name1 {
        font-size: 20px;
    }

    .edec-details-data1 .prd-cata-num1 li {
        font-size: 13px;
    }

    .edec-details-data1 .prd-icons2 {
        margin: 10px 0 0;
    }

    .edec-details-data1 .prd-price1 {
        border-top: none;
        display: block;
        margin: 5px 0 30px;
        padding-bottom: 14px;
    }

    .edec-details-data1 .prd-price1&gt;div {
        padding: 10px 0 0;
        width: 100%;
    }

    .edec-details-data1 .prd-price1&gt;div:nth-child(1) {
        padding-right: 0;
    }

    .edec-details-data1 .prd-price1&gt;div:nth-child(2) {
        border-left: none;
        padding-left: 0;
    }

    .edec-details-data1 .prd-price1 dl dt {
        font-size: 14px;
        margin: 0 0 7px;
        padding: 5px 0;
    }

    .edec-details-data1 .prd-price1 dl dt span {
        font-size: 11px;
    }

    .edec-details-data1 .prd-price1 dl dd {
        font-size: 18px;
        height: auto;
    }

    .edec-details-data1 .prd-price1 dl dd span {
        font-size: 12px;
    }

    .edec-details-data1 .prd-price1 dl dd.em1 {
        font-size: 22px;
    }

    .edec-details-data1 .prd-price1 dl dd.em1 span {
        font-size: 16px;
    }

    .edec-details-data1 .prd-spec1 {
        margin: 20px 0 0;
    }

    .edec-details-data1 .prd-spec1 .hd1 {
        font-size: 15px;
        padding: 1px 0 1px 10px;
    }

    .edec-details-data1 .prd-spec1 p {
        line-height: 1.666;
    }

    .edec-details-data1 .prd-block1 {
        display: block;
        margin: 10px 0 0;
    }

    .edec-details-data1 .prd-block1&gt;div+div {
        margin: 19px 0 0;
    }

    .edec-details-data1 .prd-sep1 {
        margin: 22px 0;
    }

    .edec-details-data1 .prd-links1 {
        display: block;
    }

    .edec-details-data1 .prd-links1 a {
        height: auto;
        margin-bottom: 6px;
        padding: 12px 0;
        width: 100%;
    }

    .edec-details-data1 .prd-links1 a br {
        display: none;
    }

    .edec-details-cnt1 .prd-title1 {
        font-size: 19px;
        margin: 0 0 15px;
    }

    .edec-details-cnt1 .prd-title2 {
        font-size: 17px;
        margin: 0 0 15px;
    }

    .edec-details-cnt1 .prd-use1 {
        display: block;
        margin: 20px auto;
        max-width: 300px;
    }

    .edec-details-cnt1 .prd-use1&gt;div {
        padding: 19px 20px 20px;
    }

    .edec-details-cnt1 .prd-use1 .copy1 {
        font-size: 13px;
        margin: 0 0 2px;
    }

    .edec-details-cnt1 .prd-use1 .copy2 {
        font-size: 20px;
    }

    .edec-details-cnt1 .prd-use1 .copy3 {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .edec-details-cnt1 .prd-faq1 .hd1 {
        font-size: 15px;
        /*padding: 20px 15px 20px 47px;*/
        padding: 20px 43px 20px 47px;
    }

    .edec-details-cnt1 .prd-faq1 .hd1:before {
        font-size: 20px;
        left: 16px;
    }

    .edec-details-cnt1 .prd-faq1 .hd1 .blt1 {
        width: 48px;
    }

    .edec-details-cnt1 .prd-faq1 .hd1 .blt1:after,
    .edec-details-cnt1 .prd-faq1 .hd1 .blt1:before {
        right: 21px;
    }

    .edec-details-cnt1 .prd-faq1 .hd1 .sub1 {
        font-size: 14px;
        margin: 10px -22px 0 0;
        padding: 10px 15px;
    }

    .edec-details-cnt1 .prd-faq1 .body1 {
        padding: 20px 15px 20px 47px;
    }

    .edec-details-cnt1 .prd-faq1 .body1:before {
        font-size: 20px;
        left: 16px;
    }

    .edec-details-cnt1 .prd-faq1 .body1:after {
        left: 47px;
        right: 20px;
    }


    .prd-cart-buttons1 {
        margin: 20px 0 30px;
    }

    .prd-cart-buttons1 .note1 {
        font-size: 14px;
    }

    .edec-cart-buttons1 {
        margin: 20px 0 30px;
    }

    .edec-cart-buttons1 .note1 {
        font-size: 14px;
    }

    .edec-cart-btn1&gt;span {
        font-size: 17px;
    }

    .edec-cart-btn1&gt;span:before {
        margin: -5px 10px 0 0;
    }

    .edec-cart-btn1 #cart-popover1 {
        background-image: url("/front/assets/img/common/cart-btn-popup-bg1-sp.png");
        height: 116px;
        margin-left: -145px;
        top: -107px;
        width: 290px;
    }

    .edec-cart-btn1 #cart-popover1&gt;div {
        font-size: 14px;
    }

    .edec-cart-btn1 #cart-popover2 {
        background-image: url("/front/assets/img/common/cart-btn-popup-bg2-sp.png");
        height: 222px;
        margin-left: -145px;
        width: 290px;
    }

    .edec-cart-btn1.campain #cart-popover2 {
        top: -215px;
    }

    .edec-cart-btn1.added.campain #cart-popover2 {
        top: -315px;
    }

    .edec-cart-btn1 #cart-popover2&gt;dl dt {
        font-size: 14px;
        height: 68px;
        line-height: 1.4;
        padding: 15px 0 0 0;
    }

    .edec-cart-btn1 #cart-popover2&gt;dl dd {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 30px;
    }

    .edec-cart-btn1 #cart-popover2&gt;dl button.em2,
    .edec-cart-btn1 #cart-popover2&gt;dl .em2 {
        line-height: 1.3;
    }

    .edec-cart-buttons2 {
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }

    .edec-cart-buttons2&gt;div {
        margin: 0 15px 0 0;
        max-width: none;
    }

    .edec-input1 {
        font-size: 16px;
    }

    .edec-select1 {
        font-size: 16px;
    }



    .edec-table-wrap1 .inner1.psScrollbar1 {
        overflow-x: auto;
        padding-bottom: 22px;
        position: relative;
        width: auto;
    }

    .edec-table-wrap1 .psScrollbar1 .wrap1 {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        position: relative;
    }

    .edec-table1 {
        border-bottom: 1px solid #aaa;
        /*width: auto;*/
    }

    .edec-table-wrap1 .psScrollbar1 .wrap1 .edec-table1 {
        /*width: 605px;*/
    }

    .edec-table-wrap1 .psScrollbar1 .wrap1 .edec-table1.tp1 {
        /*width: 1087px;*/
        width: auto;
    }

    .edec-table1 .col3 {
        width: 240px;
    }

    .edec-table1 .col3 {
        width: 100px;
    }

    .edec-table1 .col4 {
        width: 112px;
    }

    .edec-table1 .col5 {
        width: 72px;
    }

    .edec-table1 thead th {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }

    /*.edec-table1.tp1 thead th {
		height: 50px;
	}*/
    .edec-table1 thead tr th:last-child {
        min-width: 105px;
    }

    .edec-table1 thead th .ilbl {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .edec-table1 tbody td {
        padding: 5px 10px;
    }

    .edec-table1 thead tr th:nth-child(1),
    .edec-table1 tbody tr td:nth-child(1) {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
    }

    .edec-table1 tbody tr td:nth-child(1) {
        background-color: #fff;
    }

    .edec-table1 thead tr th:nth-child(1):after,
    .edec-table1 tbody tr td:nth-child(1):after {
        border-right: 1px solid;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: -1px;
        top: 0;
        width: 0;
    }

    .edec-table1 thead tr th:nth-child(1):after {
        border-right-color: #fff;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: -1px;
        top: 0;
        width: 0;
    }

    .edec-table1 tbody tr td:nth-child(1):after {
        border-right-color: #ddd;
    }

    .edec-table-wrap1 .psScrollbar1 .wrap1 .edec-table1.tp1 thead th,
    .edec-table-wrap1 .psScrollbar1 .wrap1 .edec-table1.tp1 tbody td {
        white-space: nowrap;
    }

    .edec-table1 tbody td.col3 {
        padding-right: 7px;
    }

    .edec-table1 tbody td.col4 {
        padding-right: 10px;
    }

    .edec-table1 .icons1&gt;*+* {
        margin-left: 9px;
    }

    .edec-table1 .icon-spprice1 {
        font-size: 10px;
        line-height: 20px;
        padding: 0 7px;
    }

    .edec-table1 img.s1 {
        height: 23px;
    }

    .edec-table1 img.s2 {
        height: 36px;
    }

    .edec-table1 .arrow1 {
        display: block;
        padding-right: 25px;
    }

    .edec-table1 .arrow1 span {
        display: inline-block;
        transform: rotate(90deg);
    }

    .edec-table1 .cellwap1 {
        white-space: normal !important;
        width: 10em;
    }

    .edec-table1 .cellwap2 {
        white-space: normal !important;
        word-break: break-all;
        word-wrap: break-word;
        width: 14em;
    }

    .edec-table1 .edec-select1 {
        border-radius: 4.267px;
        border-width: 1.0666px;
        font-size: 16px;
        height: 38.4px;
        line-height: 36.2668px;
        margin-right: -16px;
        min-width: 279px;
        transform: scale(0.9375);
        transform-origin: left center;
    }


    .edec-table-wrap2 .inner1.psScrollbar1 {
        overflow-x: auto;
        padding-bottom: 22px;
        position: relative;
        width: auto;
    }

    .edec-table-wrap2 .psScrollbar1 .wrap1 {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        position: relative;
    }

    .edec-table-wrap2 .psScrollbar1 .wrap1 .edec-table2 {
        table-layout: auto;
        width: 940px;
    }

    .edec-table-wrap2 .psScrollbar1 .wrap1 .edec-table2.qc1 {
        width: 650px;
    }

    .edec-table-wrap2 .psScrollbar1 .wrap1 .edec-table2.tp1 {
        width: auto;
    }

    /*.edec-table2 .col1 {
		width: 29px;
	}
	.edec-table2 .col3 {
		width: 202px;
	}
	.edec-table2 .col4 {
		width: 202px;
	}
	.edec-table2 .col5 {
		width: 113px;
	}
	.edec-table2 .col6 {
		width: 86px;
	}
	.edec-table2 .col7 {
		width: 121px;
	}
	.edec-table2 .col8 {
		width: 47px;
	}
	.edec-table2 .col9 {
		width: 103px;
	}*/
    .edec-table2 thead th {
        padding: 17px 16px 10px;
    }

    .edec-table2 thead th .note1 li+li {
        margin-top: 5px;
    }

    .edec-table2 thead .row1 th .text1 {
        font-size: 14.5px;
    }

    .edec-table2 thead .row1 th .small1 {
        font-size: 12px;
    }

    .edec-table2 thead .row2 th {
        font-size: 11px;
        padding: 5px 0;
    }

    .edec-table2.tp1 thead .row2 th {
        padding: 5px;
    }

    .edec-table2 thead .row2 th .small1 {
        font-size: 10px;
    }

    .edec-table2 thead .row2 th .chk1 {
        font-size: 10px;
    }

    .edec-table2 thead .row2 th .chk1 a {
        display: block;
    }

    .edec-table2 thead .row2 th .chk1 span {
        display: none;
    }

    .edec-table2 tbody td {
        font-size: 14px;
    }

    .edec-table-wrap2 .psScrollbar1 .wrap1 .edec-table2.tp1 thead th,
    .edec-table-wrap2 .psScrollbar1 .wrap1 .edec-table2.tp1 tbody td {
        white-space: nowrap;
    }

    .edec-table-wrap2 .psScrollbar1 .wrap1 .edec-table2 thead th:last-child {
        min-width: 105px;
    }

    .edec-table2 tbody td.col2 {
        padding-left: 13px;
        padding-right: 13px;
    }

    .edec-table2 tbody .col1 {
        font-size: 14px;
    }

    .edec-table2 thead tr th.sticky1,
    .edec-table2 tbody tr td.sticky1 {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
    }

    .edec-table2 tbody tr td.sticky1 {
        background-color: #fff;
    }

    .edec-table2 thead tr th.sticky1:after,
    .edec-table2 tbody tr td.sticky1:after {
        border-right: 1px solid;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: -1px;
        top: 0;
        width: 0;
    }

    .edec-table2 thead tr th.sticky1:after {
        border-right-color: #fff;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: -1px;
        top: 0;
        width: 0;
    }

    .edec-table2 tbody tr td.sticky1:after {
        border-right-color: #ddd;
    }

    .edec-table-wrap1 .psScrollbar1 .wrap1 .edec-table2.tp1 thead th,
    .edec-table-wrap1 .psScrollbar1 .wrap1 .edec-table2.tp1 tbody td {
        white-space: nowrap;
    }

    .edec-table2 .item1 {
        display: block;
        white-space: normal;
        width: 10em;
    }

    .edec-table2 .item1 .image1 {
        display: block;
        margin: 0 auto 5px;
        padding-right: 0;
        width: 80px;
    }

    .edec-table2 .item-name1 {
        font-size: 14px;
        line-height: 1.4;
    }

    .edec-table2 .item-num1 li {
        font-size: 13px;
    }

    .edec-table2 .edec-input1 {
        font-size: 16px;
    }

    .edec-table2 .icons1&gt;*+* {
        margin-left: 7.5px;
    }

    .edec-table2 .edec-select1 {
        font-size: 16px;
    }

    .edec-table2 .icon-spprice1 {
        font-size: 10px;
        line-height: 20px;
        padding: 0 5px;
    }

    .edec-table2 img.s1 {
        height: 20px;
    }

    .edec-table2 img.s2 {
        height: 36px;
    }

    .edec-table2 .price1 .num1 {
        display: block;
    }

    .edec-table2 .price1 .num2 {
        display: block;
    }

    .edec-table2 .box1 {
        white-space: normal;
        width: 10em;
    }

    .edec-table2 .arrow1 {
        display: inline-block;
        text-align: center;
        width: 60px;
    }

    .edec-table2 .arrow1 span {
        display: inline-block;
        transform: rotate(90deg);
    }

    .edec-table2 .price2 .small1 {
        font-size: 12px;
    }

    .edec-table2 .cellwap3 {
        white-space: normal !important;
        width: 9em;
    }

    .edec-table2.cart1 .col2 {
        border-right: none !important;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
    }

    .edec-table2.cart1 .col2:before {
        border-right: 1px solid #ddd;
        bottom: 0;
        display: block;
        content: "";
        right: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

    .edec-table2.cart1 thead th.col2:before {
        border-right: 1px solid #fff;
    }

    .edec-table2.qc1 .col9 {
        border-right: none !important;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
    }

    .edec-table2.qc1 .col9:before {
        border-right: 1px solid #ddd;
        bottom: 0;
        display: block;
        content: "";
        right: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

    .edec-table2.qc1 thead th.col9:before {
        border-right: 1px solid #fff;
    }



    .edec-table3,
    .edec-table3 thead,
    .edec-table3 tbody,
    .edec-table3 tr,
    .edec-table3 th,
    .edec-table3 td {
        display: block;
        width: 100%;
    }

    .edec-table3 tfoot {
        display: none;
    }

    .edec-table3 {
        border-bottom: 2px solid #aaa;
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: calc(100% + 25px);
    }

    .edec-table3 tbody {
        overflow: hidden;
    }

    .edec-table3 tbody tr {
        border-top: 2px solid #aaa;
        padding: 0 12.5px;
    }

    .edec-table3 .c1st1 {
        float: left;
        margin-bottom: 16px;
        margin-top: 16px;
        padding: 0 12.5px;
        position: relative;
        width: 50%;
    }

    .edec-table3 .c1st1:after,
    .edec-table3 .c1st1:before {
        background: #FFEAE9;
        content: "";
        display: block;
        height: 16px;
        left: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }

    .edec-table3 .c1st1+.c1st1:after,
    .edec-table3 .c1st1+.c1st1:before {
        left: -1px;
        width: calc(100% + 1px);
    }

    .edec-table3 .c1st1:after {
        bottom: -16px;
    }

    .edec-table3 .c1st1:before {
        top: -16px;
    }

    .edec-table3 thead th.note1 {
        background-color: #fff;
        padding: 0 12.5px 20px;
    }

    .edec-table3 thead th.note1 ul li+li {
        margin-top: 0.2em;
    }

    .edec-table3 thead .row1 th .text1 {
        font-size: 14.5px;
    }

    .edec-table3 thead .row1 th .small1 {
        font-size: 12px;
    }

    .edec-table3 thead .row2 th {
        display: none;
    }

    .edec-table3 thead .row3 th {
        display: none;
    }

    /*.edec-table3 tbody tr + tr {
		margin-top: 10px;
	}*/
    .edec-table3 tbody td {
        border-left: none;
        min-height: 35px;
        padding: 12px 0;
        position: relative;
    }

    .edec-table3 tbody .iebd1 td:first-child {
        border-left: none;
    }

    .edec-table3 tbody td:last-child {
        border-left: none;
    }

    /*.edec-table3 tbody tr + tr td {
		border-top: none;
	}*/
    .edec-table3 tbody td+td {
        border-top: 1px solid #ddd;
    }

    .edec-table3 tbody tr:last-child td {
        border-bottom: none;
    }

    /*.edec-table3 tbody tr + tr td {
		border-top: none;
	}*/
    .edec-table3 tbody tr td:first-child {
        border-top: none;
    }

    .edec-table3 tbody tr td:last-child {
        margin-bottom: 12px;
    }

    .edec-table3 [data-label] {
        padding-left: 175px;
    }

    .edec-table3 [data-label=" "] {
        padding-left: 100px;
    }

    .edec-table3 .data-label2[data-label] {
        padding-left: 0;
    }

    .edec-table3 [data-label]:before {
        content: attr(data-label);
        display: block;
        font-size: 13px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .edec-table3 .data-label2[data-label]:before {
        display: inline-block;
        left: auto;
        position: relative;
        top: auto;
        transform: none;
    }

    .edec-table3 .c1st2 {
        border-top: none;
        display: inline-block;
        margin-right: 9px;
        vertical-align: middle;
        text-align: center;
        width: 21px;
    }

    .edec-table3 .c1st3 {
        border: none;
        display: inline-block;
        margin-left: -4.5px;
        vertical-align: middle;
        width: calc(100% - 35px);
    }

    .edec-table3 .item1 {
        font-feature-settings: "palt";
    }

    .edec-table3 .item1 .image1 {
        margin-right: 12px;
        padding: 0;
        width: 80px;
    }

    .edec-table3 .edec-input1 {
        font-size: 16px;
    }

    .edec-table3 .edec-input1.q2 {
        display: inline-block;
        vertical-align: middle;
        /*width: 76px;*/
        width: 43.75%;
    }

    .edec-table3 .edec-input1.n1 {
        display: inline-block;
        vertical-align: middle;
        width: 89px;
    }

    .edec-table3 .edec-input1.uq1 {
        border-radius: 4.57px;
        font-size: 16px;
        height: 38.8571px;
        margin-left: -10.9375px;
        margin-right: -10.9375px;
        padding: 0 11.42857px;
        transform: scale(0.875) translateY(2px) translateX(-2.5px);
        transform-origin: center;
        width: 114.2857%;
    }

    .edec-table3 .c1st1 .edec-input1.uq1 {
        margin-bottom: -1px;
        margin-top: -4px;
    }

    .edec-table3 .edec-select1 {
        font-size: 16px;
    }

    .edec-table3.cart1 .btn2 {
        display: inline-block;
        height: 34px;
        margin: 0 0 0 2%;
        vertical-align: top;
        width: 49.7142%;
    }

    .edec-table3 .price1 .num1 {
        font-size: 20px;
    }

    .edec-table3 .price1 .num2 {
        font-size: 20px;
    }



    .edec-f-table1,
    .edec-f-table1 tbody,
    .edec-f-table1 tbody tr,
    .edec-f-table1 tbody th,
    .edec-f-table1 tbody td {
        display: block;
        width: 100%;
    }

    .edec-f-table1 tbody th {
        border-bottom: none;
        padding: 10px 13px;
    }

    .edec-f-table1.thwd1 tbody th {
        width: 100%;
    }

    .edec-f-table1 tbody td {
        padding: 12px 12px 20px;
    }

    .edec-f-table1 .text1 {
        font-size: 14px;
        margin: 0 0 0 5px;
    }

    .edec-f-table1 label.label1 {
        display: block;
        margin: 0;
    }

    .edec-f-table1 *+label.label1 {
        margin-top: 5px;
    }

    .edec-f-table1 input[type=radio] {
        margin-right: 5px;
        vertical-align: middle;
        transform: scale(1.3) translateY(-1px);
    }

    .edec-f-table1 .edec-input1.wd1 {
        width: 93%;
    }

    .edec-f-table1 .code-image1 {
        display: block;
    }

    .edec-f-table1 .code-image1&gt;div {
        display: block;
    }

    .edec-f-table1 .code-image1&gt;div:nth-child(2) {
        margin: 15px 0 0;
        text-align: center;
    }

    .edec-f-table1 .code-image1 img {
        width: 268px;
    }

    .edec-f-table1 .inbs1 {
        margin-left: 1.3em !important;
    }

    .edec-f-table1 .ind1s {
        display: inline-block;
        text-indent: 1.3em !important;
        margin-top: 10px;
    }


    .edec-favorite-btn1 {
        width: 100%;
    }



    .edec-favorite-modal1 .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        max-width: 330px;
    }

    .edec-favorite-modal1 .modal-body {
        padding: 28px 0 20px;
    }

    .edec-favorite-modal1 .modal-footer {
        padding: 11px 0;
    }

    .edec-favorite-modal1 .modal-footer .close {
        font-size: 14px;
        padding: 0 0 0 17px;
    }

    .edec-favorite-modal1 .block1 {
        width: 291px;
    }

    .edec-favorite-modal1 .block1 .body1 {
        width: 150px;
    }

    .edec-favorite-modal1 .block1 .body1 .icon1 {
        margin: 0 auto 10px;
    }

    .edec-favorite-modal1 .block1 .body1 .copy1 {
        font-size: 16px;
        line-height: 1.5;
    }

    .edec-favorite-modal1 .block1 .body1 .copy2 {
        font-size: 13px;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    .edec-favorite-modal1 .block1 .body1 .btn1 {
        line-height: 1.45;
        padding: 8px 0;
    }

    .edec-favorite-modal1 .block1 .body1 .btn1 span {
        font-size: 11px;
    }

    .edec-favorite-modal1 .block1 .image1 {
        text-align: center;
        width: 135px;
    }

    .edec-favorite-modal1 .block1 .image1.b {
        width: 135px;
    }


    .eded-progress1 {
        margin: -15px auto 20px;
    }

    .eded-progress1:before {
        left: 40px;
        top: 20px;
        right: 40px;
    }

    .eded-progress1.item3 {
        max-width: 249px;
    }

    .eded-progress1.item4 {
        max-width: 332px;
    }

    .eded-progress1&gt;div {
        width: 83px;
    }

    .eded-progress1 .icon1 {
        height: 40px;
        width: 40px;
    }

    .eded-progress1 .icon1 img {
        height: 40px;
        width: 40px;
    }

    .eded-progress1 div span {
        font-size: 10px;
        margin: 5px 0 0;
    }



    .edec-row-add-button1 {
        font-size: 14px;
        line-height: 38px;
    }

    .edec-row-add-button1 img {
        height: 20px;
        margin: -3px 5px 0 0;
        width: 20px;
    }



    .edec-cart-cnt1 {
        display: block;
        padding: 0 10px;
    }

    .edec-cart-cnt1 .hd1 {
        font-size: 15px;
        padding: 0 0 10px;
        width: auto;
    }

    .edec-cart-cnt1 .hd1 .note1 {
        font-weight: 400;
    }

    .edec-cart-cnt1 .body1 {
        padding: 0;
        width: auto;
    }



    .edec-cart-cnt2 {
        margin: 24px 0 15px;
    }

    .edec-cart-cnt2 .box2 {
        display: block;
        padding-left: 20px;
    }

    .edec-cart-cnt2 .box2&gt;*+* {
        margin: 11.5px 0 0;
    }



    .edec-cart-cnt3 {
        margin: 15px -12.5px 30px;
        padding: 20px 12.5px;
    }

    .edec-cart-cnt3 .block1 {
        display: block;
    }

    .edec-cart-cnt3 .block1&gt;div {
        display: block;
        font-feature-settings: "palt";
        letter-spacing: 0.02em;
        padding: 10px 15px;
    }

    .edec-cart-cnt3 .block1&gt;.hd1 {
        width: 100%;
    }

    .edec-cart-cnt3 .block1&gt;.body1 {
        border-left: none;
        border-top: 1px solid #aaa;
    }



    .edec-in-cart-modal1 .modal-body {
        padding: 45px 0 28px;
    }

    .edec-in-cart-modal1.st1 .modal-body {
        padding: 50px 0 30px;
    }

    .edec-in-cart-modal1 .modal-body .close {
        height: 16px;
        width: 16px;
    }

    .edec-in-cart-modal1 .block1 {
        max-width: none;
        padding: 0 20px;
    }

    .edec-in-cart-modal1.st1 .block1 {
        max-width: none;
    }

    .edec-in-cart-modal1 .block1 .title1 {
        font-size: 17px;
    }

    .edec-in-cart-modal1 .block1 .title1 .small1 {
        font-size: 12px;
    }

    .edec-in-cart-modal1 .block1 .title2 {
        font-size: 17px;
    }

    .edec-in-cart-modal1 .block1 .title2 .small1 {
        font-size: 12px;
    }

    .edec-in-cart-modal1 .block1 .copy1+.copy1 {
        margin-top: 8px;
    }

    .edec-in-cart-modal1 .block1 .link1 {
        background-size: 15px 15px;
        font-size: 13px;
        margin-top: 15px 0 0;
        padding: 10px 20px 10px 0;
    }

    .edec-in-cart-modal1 .block1 .table1,
    .edec-in-cart-modal1 .block1 .table1 tbody,
    .edec-in-cart-modal1 .block1 .table1 tr,
    .edec-in-cart-modal1 .block1 .table1 th,
    .edec-in-cart-modal1 .block1 .table1 td {
        display: block;
        clear: both;
        width: 100%;
    }

    .edec-in-cart-modal1 .block1 .table1 th {
        border-bottom: none;
        padding: 15px 12px;
        width: 100%;
    }

    .edec-in-cart-modal1 .block1 .table1 td {
        padding: 13px 12px 15px;
    }

    .edec-in-cart-modal1 .block1 .table1 td .edec-input1 {
        width: 100%;
    }

    .edec-in-cart-modal1 .block1 .table1 td .edec-input1.w1 {
        width: 90%;
    }

    .edec-in-cart-modal1 .block1 .table1 td .text1 {
        font-size: 14px;
        margin-left: 5px;
    }

    .edec-in-cart-modal1 .block1 .buttons1 {
        flex-direction: column-reverse;
        margin: 17px 0 0;
    }

    .edec-in-cart-modal1.st1 .block1 .buttons1 {
        margin: 17px 0 0;
    }

    .edec-in-cart-modal1 .block1 .buttons1 .btn1 {
        margin: 0;
        width: 100%;
    }

    .edec-in-cart-modal1 .block1 .buttons1.st1 button {
        margin: 7px 0 7px 0;
    }

    .edec-in-cart-modal1 .block1 .buttons1.st1 .btn1 {
        width: 100%;
    }

    .edec-in-cart-modal1 .block1 .buttons1 .btn1+.btn1 {
        margin-bottom: 9px;
    }



    .edec-qc-cnt1 {
        border-radius: 0;
        margin: 20px -12.5px 25px;
        padding: 20px 12.5px 17px;
    }

    .edec-qc-cnt1 .copy1 {
        letter-spacing: 0;
        padding: 0 0 0 65px;
        position: relative;
        text-align: left;
    }

    .edec-qc-cnt1 .copy1 .icon-qc {
        left: 0;
        margin: 0;
        position: absolute;
        top: -2px;
        width: 51px;
    }

    .edec-qc-cnt1 .block1 {
        display: block;
        padding: 15px;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(1) {
        width: 100%;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) {
        border-left: none;
        border-top: 2px dotted #333;
        margin: 10px 0 0;
        padding: 10px 0 0;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-select1 {
        width: 83px;
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .edec-input1 {
        width: calc(100% - 127px);
    }

    .edec-qc-cnt1 .block1&gt;div:nth-child(2) .button1 {
        width: 42px;
    }

    .edec-rn1-qc-buttons1 {
        flex-direction: column;
        gap: 15px;
        margin: 15px auto;
    }

    .edec-rn1-qc-buttons1&gt;* {
        width: 100%;
    }

    .edec-mypage-menu1 {
        border-top: 1px solid #aadc41;
        margin: -5px auto 24px;
        position: relative;
    }

    .edec-mypage-menu1:before {
        border-bottom: 1px solid #aadc41;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .edec-mypage-menu1 {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .edec-mypage-menu1 a {
        border-bottom: 1px solid #aadc41;
        border-right: 1px solid #aadc41;
        padding: 11px 0 5px;
        width: 25%;
    }

    .edec-mypage-menu1 a.active {
        background-color: #f7ffe7;
    }

    .edec-mypage-menu1 a:nth-child(4n) {
        border-right: none;
    }

    .edec-mypage-menu1 a:before {
        display: none;
    }

    .edec-mypage-menu1 .icon1 {
        height: 25px;
        margin: 0 auto 6px;
        width: 25px;
    }

    .edec-mypage-menu1 :hover .icon1-8,
    .edec-mypage-menu1 .active .icon1-8 {
        margin-bottom: 0;
    }

    .edec-mypage-menu1 .badge1 .icon1:before {
        height: 10px;
        right: -12px;
        top: -5px;
        width: 10px;
    }

    .edec-mypage-menu1 .text1 {
        font-size: 10px;
        transform: scale(0.9);
        white-space: nowrap;
    }



    .edec-myp-cnt1 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding: 20px 12.5px;
    }

    .edec-myp-cnt1 .title1 {
        border-radius: 2px;
        font-size: 18px;
        margin: 0 0 10px;
        padding: 15px 19px;
    }

    .edec-myp-cnt1 .title1 span:nth-child(1) {
        border-radius: 12.5px;
        font-size: 12px;
        line-height: 25px;
        margin: 0 auto 15px;
        padding: 0 22px;
    }

    .edec-myp-cnt1 .title1 span:nth-child(2) {
        display: block;
        text-align: left;
    }

    .edec-myp-cnt1 .block1 {
        display: block;
    }

    .edec-myp-cnt1 .block1&gt;div {
        display: block;
        width: 100%;
    }

    .edec-myp-cnt1 .block1&gt;div:nth-child(1) {
        padding-right: 0;
    }

    .edec-myp-cnt1 .block1&gt;div:nth-child(2) {
        border-left: none;
        margin-top: 13px;
        padding-left: 0;
    }

    .edec-myp-cnt1 .block1 .box1 {
        padding: 18px 16px;
    }

    .edec-myp-cnt1 .hd1 {
        font-size: 18px;
    }

    .edec-myp-cnt1 .hd1 img {
        margin: -5px 4px 0 0;
    }

    .edec-myp-cnt1 .data1 th {
        font-size: 12px;
        padding: 10px;
    }

    .edec-myp-cnt1 .data1 td {
        padding: 10px;
    }

    .edec-myp-cnt1 .data2 {
        margin: 0 0 4px;
    }

    .edec-myp-cnt1 .data2 dt {
        font-size: 14px;
        padding: 13px;
        width: 42.1875%;
    }

    .edec-myp-cnt1 .data2 dd {
        padding: 13px;
        width: auto;
    }

    .edec-myp-cnt1 .btn1 {
        line-height: 58px;
        margin: 13px 0;
    }



    .edec-myp-links1 {
        margin: 20px 0 0;
    }

    .edec-myp-links1 .item1 {
        margin: 0 2.8571% 15px 0;
        width: 48.5714%;
    }

    .edec-myp-links1 .item1:nth-child(3n) {
        margin-right: 2.8571%;
    }

    .edec-myp-links1 .item1:nth-child(3n+1) {
        clear: none;
    }

    .edec-myp-links1 .item1:nth-child(2n) {
        margin-right: 0;
    }

    .edec-myp-links1 .btn1 {
        border-radius: 5px;
        padding: 14px 0;
    }

    .edec-myp-links1 .btn1 .icon1 {
        display: block;
        left: auto;
        margin: 0 auto 5px;
        position: relative;
        top: auto;
        transform: translateY(0);
    }

    .edec-myp-links1 .btn1 .icon1.badge1:before {
        height: 14px;
        right: -15px;
        top: -7px;
        width: 14px;
    }

    .edec-myp-links1 .btn1 .text1 {
        font-size: 14px;
        line-height: 1.4;
        padding: 0;
        text-align: center;
    }

    .edec-myp-links1 .btn1 .text1:after {
        display: none;
    }

    .edec-myp-links1 .note1 {
        font-size: 10px;
        margin: 6px 0 0 0;
    }

    .edec-myp-links1 .copy1 {
        display: none;
    }



    .edec-myp-data1 {
        margin: 25px -12.5px;
        padding: 20px 12.5px;
    }

    .edec-myp-data1.w2 {
        width: auto;
    }

    /*.edec-myp-data1 .table1,
	.edec-myp-data1 .table1 thead,
	.edec-myp-data1 .table1 tbody,
	.edec-myp-data1 .table1 tr,
	.edec-myp-data1 .table1 th,
	.edec-myp-data1 .table1 td {
		display: block;
		width: 100%;
	}
	.edec-myp-data1 .table1 thead th {
		border-right: none;
		border-top: 1px solid #d5cab5;
		padding: 8px 5px 5px;
	}
	.edec-myp-data1 .table1 tbody td {
		border-right: none;
		padding: 10px 5px ;
	}*/
    .edec-myp-data1 .data1 {
        flex-direction: column;
    }

    .edec-myp-data1 .data1 dl {
        width: 100% !important;
    }

    .edec-myp-data1 .data1 dl dt {
        border-right: none;
        border-top: 1px solid #c3d5a1;
    }

    .edec-myp-data1 .data1 dl dd {
        border-right: none;
        height: 44px;
        padding: 5px;
    }



    .edec-myp-data2 {
        margin: 25px -12.5px;
        padding: 20px 12.5px;
    }

    .edec-myp-data2 .block1 {
        flex-direction: column;
    }

    .edec-myp-data2 .data1 {
        display: block;
        width: 100%;
    }

    .edec-myp-data2 .data1 dl {
        display: block;
        width: 100%;
    }

    .edec-myp-data2 .data1 dl&gt;* {
        display: block;
        text-align: center;
        width: 100%;
    }

    .edec-myp-data2 .data1 dl dt {
        border-right: none;
        border-top: 1px solid #d5cab5;
        width: 100%;
    }

    .edec-myp-data2 .data1 dl dd {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        margin: 0;
        padding: 5px;
    }


    .edec-btn3 {
        margin: 30px auto 25px;
    }



    .edec-cart-total1 {
        margin: 0 -12.5px 20px;
        padding: 25px 12.5px 20px;
    }

    .edec-cart-total1 .copy1 {
        font-size: 16px;
        margin: 0 0 14px;
        text-align: left;
    }

    .edec-cart-total1 .block1 {
        display: block;
        margin: auto;
    }

    .edec-cart-total1 .block1&gt;div {
        padding: 15px;
        width: 100%;
    }

    .edec-cart-total1 .block1&gt;div:nth-child(1) {
        width: 100%;
    }

    .edec-cart-total1 .block1&gt;div:nth-child(2) {
        border-left: none;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .edec-cart-total1 .block1 dl dt {
        font-size: 14px;
    }

    .edec-cart-total1 .block1 dl dd {}

    .edec-cart-total1 .block1 .num1 {
        font-size: 25px;
    }

    .edec-cart-total1 .block1 .num1 .small1 {
        font-size: 19px;
    }

    .edec-cart-total1 .block1 .num2 {
        font-size: 20px;
    }

    .edec-cart-total1 .block1 .num2 .small1 {
        font-size: 14px;
    }

    .edec-cart-total1 .block1 p {
        font-size: 13px;
    }

    .edec-cart-total1 .dlist1 .edec-tip1 {
        max-width: 330px;
        position: relative;
        transform: translateX(-50%) translatey(0%);
        width: 100%;
    }

    .edec-cart-total1 .dlist1 dl dt {
        color: #333;
        font-size: 13px;
    }

    .edec-cart-total1 .block1 .dlist1 .num1 {
        font-size: 20px;
    }

    .edec-cart-total1 .block1 .note1 {
        font-size: 13px;
    }

    .edec-cart-total1 .block1 .dlist1 .note1 {
        margin: 8px 0 0 0;
        text-align: center;
    }



    .edec-cart-total2 {
        margin: 10px -12.5px;
        padding: 15px 12.5px;
    }

    .edec-cart-total2 .block1 {
        padding: 15px 12px;
    }

    .edec-cart-total2 .block1 dl {
        justify-content: space-between;
    }

    .edec-cart-total2 .block1 dl dt {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .edec-cart-total2 .block1 dl dd {
        text-align: right;
    }

    .edec-cart-total2 .block1 .num1 {
        font-size: 25px;
    }

    .edec-cart-total2 .block1 .num1 .small1 {
        font-size: 19px;
    }



    .edec-tabs1 {
        font-feature-settings: "palt";
        margin: 25px 0 35px;
        min-width: 0;
    }

    .edec-tabs1 .nav1 {
        flex-wrap: nowrap;
        padding: 0 9.5px;
    }

    .edec-tabs1 .nav1 li {
        margin: 0 3px;
        width: 100%;
    }

    .edec-tabs1 .nav1 li a {
        border-radius: 3px 3px 0 0;
        font-size: 14px;
        padding: 15px 0;
    }

    .edec-tabs1 .nav1.l3 li a {
        flex-wrap: wrap;
        height: 100%;
        line-height: 1.3;
        padding: 9px 0 5px;
    }

    .edec-tabs1 .nav1 li a span {
        font-size: 11px;
    }

    .edec-tabs1 .nav1.l3 li a span {
        display: block;
        width: 100%;
    }

    .edec-tabs1 .nav1 li a.active:before {
        bottom: -22px;
    }

    .edec-note-wrap1 {
        margin: 20px 0 40px;
        padding: 17px;
    }



    .edec-tabs2 .nav2 {
        flex-wrap: nowrap;
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .edec-tabs2 .nav2 .nav-item {
        padding: 0;
        width: 100%;
    }

    .edec-tabs2 .nav2 .nav-item:not(:last-child) {
        padding-right: 12.5px;
    }

    .edec-tabs2 .nav2 .nav-item:nth-child(n+2) {
        padding-left: 12px;
    }

    .edec-tabs2 .nav2 .nav-link {
        font-size: 14px;
        height: 53px;
        padding: 0 0 10px;
        width: 100%;
    }

    .edec-tabs2 .nav2 .nav-link&gt;span&gt;span {
        font-size: 11px;
    }



    .edec-myp-utl1 {
        display: block;
        margin: 50px 0 25px;
    }

    .edec-myp-utl1 p {
        margin: 0 0 10px 0;
    }

    .edec-myp-utl1 .btn1 {
        display: block;
        margin: 0;
        width: 100%;
    }



    .edec-myp-utl2 {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 35px 0 25px;
    }

    .edec-myp-utl2.bd1 {
        border-width: 6px 0;
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .edec-myp-utl2 p {
        margin: 0 0 15px 0;
        text-align: center;
        width: 100%;
    }

    .edec-myp-utl2 .btn1 {
        border-radius: 4px;
        font-size: 13px;
        height: auto;
        line-height: 1.46;
        margin: 0;
        outline: none;
        padding: 9px 0;
        width: 48.5714%;
    }

    .edec-myp-utl2 .btn1:before {
        display: block;
        margin: 0 auto 4px;
    }

    .edec-myp-utl2 .btn2 {
        border-radius: 4px;
        font-size: 13px;
        height: auto;
        line-height: 1.46;
        margin: 0;
        outline: none;
        padding: 9px 0;
        width: 48.5714%;
    }

    .edec-myp-utl2 .btn2:before {
        display: block;
        margin: 0 auto 4px;
    }



    .edec-confirm-modal1 .modal-body {
        padding: 50px 0 30px;
    }

    .edec-confirm-modal1 .modal-body .close {
        height: 16px;
        width: 16px;
    }

    .edec-confirm-modal1 .block1 {
        max-width: none;
        padding: 0 20px;
    }

    .edec-confirm-modal1 .block1 .title1 {
        font-size: 17px;
    }

    .edec-confirm-modal1 .block1 .buttons1 {
        flex-direction: column-reverse;
        margin: 17px 0 0;
    }

    .edec-confirm-modal1 .block1 .buttons1 .btn1 {
        margin: 0;
        width: 100%;
    }

    .edec-confirm-modal1 .block1 .buttons1 .btn1+.btn1 {
        margin-bottom: 9px;
    }



    .edec-epoint-cnt1 {
        margin: 20px auto 30px;
        max-width: none;
        padding: 20px 12px 18px;
    }

    .edec-epoint-cnt1 .hd1 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .edec-epoint-cnt1 .hd1 img {
        margin: -0.2em 5px 0 0;
    }

    .edec-epoint-cnt1 .block1 {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .edec-epoint-cnt1 .block1 .data1 {
        height: 62px;
        margin: 0 auto 5px;
        width: 100%;
    }

    .edec-epoint-cnt1 .block1 .data1 dt {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 16px;
        width: 136px;
    }

    .edec-epoint-cnt1 .block1 .data1 dd {
        padding-right: 10px;
    }



    .edec-notice-block1 p {
        font-size: 17px;
        line-height: 1.4;
    }



    .edec-notice-block2 {
        margin: 20px auto 25px;
        padding: 18px 10px;
    }

    .edec-notice-block2 p {
        font-size: 16px;
    }



    .edec-epoint-content1 .title1 {
        font-size: 25px;
        line-height: 1.4;
        margin: 0 0 15px;
    }

    .edec-epoint-content1 .copy1 {
        font-size: 17px;
        line-height: 1.6;
        margin: 0 0 55px;
        text-align: left;
    }

    .edec-epoint-content1 .copy1 .epoint1 {
        width: 90px;
    }

    .edec-epoint-content1 .block1 {
        flex-direction: column;
        margin-left: -12.5px;
        margin-right: -12.5px;
    }

    .edec-epoint-content1 .block1-1 {
        width: 100%;
    }

    .edec-epoint-content1 .block1-1+.block1-1 {
        margin-top: 43px;
    }

    .edec-epoint-content1 .block1-1-1 {
        height: 120px;
        padding: 25px 12.5px 0;
    }

    .edec-epoint-content1 .block1-1+.block1-1 .block1-1-1 {
        height: 125px;
    }

    .edec-epoint-content1 .block1-1-1 .tip1 {
        font-size: 23px;
        height: 46px;
        top: -26px;
        max-width: 300px;
    }

    .edec-epoint-content1 .block1-1-1 .tip1&gt;span&gt;span {
        font-size: 15px;
    }

    .edec-epoint-content1 .block1-1-1 .tip1:after {
        bottom: -9px;
        height: 15px;
        margin-left: -9px;
        width: 15px;
    }

    .edec-epoint-content1 .block1-1-1 .image1 {
        height: auto;
        max-width: 349px;
        width: 100%;
    }

    .edec-epoint-content1 .block1-1-1 .text3 {
        font-size: 21px;
    }

    .edec-epoint-content1 .block1-1-1 .text3 .small {
        font-size: 10px;
        transform: scale(0.7);
    }

    .edec-epoint-content1 .block1-1-1 .text3 .epoint1 {
        width: 108px;
    }

    .edec-epoint-content1 .block1-1-2 .text1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .edec-epoint-content1 .block1-1-2 .text2 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .edec-epoint-content1 .block1-1-2 .text4 {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    .edec-epoint-content1 .block1-1-2 .btn1 {
        font-size: 16px;
        line-height: 1.4;
        margin: 18px auto 0;
    }

    .edec-epoint-content1 .block1-1-2 .btn1:after {
        height: 17px;
        margin-top: -9px;
        right: 23px;
        width: 19px;
    }

    .edec-epoint-content1 .block1-1-2 .btn1 span {
        padding: 10px 8px 10px 0;
    }

    .edec-epoint-content1 .block2 {
        margin: 30px -12.5px;
        padding: 30px 12.5px;
    }

    .edec-epoint-content1 .block2 p {
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 15px;
        text-align: left;
    }

    .edec-epoint-content1 .block3 {
        margin: 0 -12.5px 45px;
        padding: 40px 12.5px 35px;
    }

    .edec-epoint-content1 .block3 .image1 {
        height: auto;
        margin: 20px auto;
        max-width: 348px;
        width: 100%;
    }

    .edec-epoint-content1 .block3 .btn1 {
        font-size: 15px;
        line-height: 58px;
        margin-bottom: 55px;
        max-width: 320px;
    }

    .edec-epoint-content1 .title2 {
        font-size: 22px;
        margin: 0 0 25px;
    }

    .edec-epoint-content1 .title3 {
        border-radius: 4px;
        font-size: 17px;
        margin: 30px 0 10px;
        padding: 13px 12px;
    }



    .edec-quick-order-modal1 .modal-dialog {
        height: calc(100vh - 52px);
        margin: 26px 17px 0 17px;
        max-width: 600px;
        position: relative;
        right: auto;
        width: auto;
    }

    .edec-quick-order-modal1 .modal-body .close {
        height: 34px;
        left: -8px;
        top: -12px;
        width: 34px;
    }



    .edec-pop-iframe-content1 .edec-main {
        padding: 0;
    }

    .edec-pop-iframe-content1 .edec-inner1 {
        padding: 0 17px;
    }

    .edec-pop-iframe-content1 .ff1 {
        font-size: 12px;
    }

    .edec-pop-iframe-content1 .edec-b-title1 {
        margin-top: 45px;
    }

    .edec-pop-iframe-content1 .edec-adv-search1 .buttons1 {
        flex-direction: row;
        margin: 18px 0 35px;
    }

    .edec-pop-iframe-content1 .edec-adv-search1 .buttons1 .btn1 {
        line-height: 48px;
        margin: 0;
        width: 47%;
    }

    .edec-pop-iframe-content1 .edec-adv-search1 .buttons1 *+.btn1 {
        margin-left: 6%;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .sorter1 {
        width: 57%;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .number1 {
        width: 43%;
    }

    .edec-pop-iframe-content1 .edec-toolbar2 {
        flex-wrap: wrap;
        margin: 15px -17px 20px;
        padding: 15px 17px;
    }

    .edec-pop-iframe-content1 .edec-details-cnt1 .details-wrap1 {
        margin: 0 0 2px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 {
        margin-bottom: 14px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .item1 {
        padding: 15px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .image1 {
        margin: auto;
        width: 200px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-arrow {
        top: 102px;
        height: 24px;
        width: 24px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-next {
        right: 14px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-prev {
        left: 14px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li {
        margin: 0 1.3071% 0 0;
        width: 8.8235%;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li {
        margin: 0 1.3071% 0 0;
        width: 8.8235%;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(6n) {
        margin-right: 1.3071%;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(6n+1) {
        clear: none;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(10n) {
        margin-right: 0;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(10n+1) {
        clear: left;
    }

    .edec-pop-iframe-content1 .edec-details-data1 .prd-name1 {
        font-size: 17px;
    }

    .edec-pop-iframe-content1 .edec-campaign-block1 dl dt {
        font-size: 14px;
        line-height: 32px;
    }

    .edec-pop-iframe-content1 .edec-campaign-block1 dl dd {
        font-size: 13px;
        padding: 10px 12px;
    }

    .edec-pop-iframe-content1.edec-details-data1 .prd-spec1 .hd1 {
        font-size: 12px;
        padding: 1px 0 1px 8px;
    }



    .edec-campaign-block1 {
        margin: 15px 0;
    }

    .edec-campaign-block1 dl dd {
        padding: 15px 18px;
    }


    .edec-in-cart-btn1 {
        height: 72.5px;
        width: 72.5px;
    }

    .edec-cart-wrap1 .edec-in-cart-btn1 {
        background-size: 57px;
        right: 12.5px;
    }



    .edec-page-links1 {
        margin: 35px 0 60px;
    }

    .edec-page-links1 li {
        display: block;
        line-height: 1.86;
        text-align: center;
    }

    .edec-page-links1 li+li {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }



    .edec-page-links2 {
        margin: 0 0 50px;
    }

    .edec-page-links2 li {
        width: 50%;
    }

    .edec-page-links2 li a {
        height: 48px;
        padding: 0 0 0 9px;
    }

    .edec-page-links2 li a img {
        box-shadow: 0 0 0 4.5px #fff;
        width: 30px;
    }

    .edec-page-links2 li a .text1 {
        font-feature-settings: "palt";
        font-size: 14px;
        padding: 0 20px 0 9px;
    }

    .edec-page-links2 li a:after {
        height: 12px;
        right: 9px;
        width: 12px;
    }



    .edec-page-links3 {
        margin: 0 0 35px;
    }

    .edec-page-links3 li {
        width: 100%;
    }

    .edec-page-links3 li a {
        height: 60px;
    }

    .edec-page-links3 li a .thumb1 {
        height: 60px;
        width: 60px;
    }

    .edec-page-links3 li a img {
        box-shadow: 0 0 0 4.5px #fff;
        width: 35px;
    }

    .edec-page-links3 li a .text1 {
        font-feature-settings: "palt";
        font-size: 15px;
        padding: 0 0 0 16px;
    }



    .edec-faq-cnt1 .hd1 {
        padding: 15px 40px 15px 35px;
    }

    .edec-faq-cnt1 .hd1:before {
        font-size: 18px;
        left: 12.5px;
        top: 11px;
        transform: none;
    }

    .edec-faq-cnt1 .hd1 .blt1 {
        right: 14px;
        width: 15px;
    }

    .edec-faq-cnt1 .hd1 .blt1:after,
    .edec-faq-cnt1 .hd1 .blt1:before {
        width: 15px;
    }

    .edec-faq-cnt1 .hd1 h3 {
        font-size: 15px;
    }

    .edec-faq-cnt1 .body1 {
        padding: 15px 15px 20px 35px;
    }

    .edec-faq-cnt1 .body1:before {
        font-size: 18px;
        left: 12.5px;
        top: 16px;
    }

    .edec-faq-cnt1 .body1 p {
        font-size: 15px;
        line-height: 1.7;
    }

    .edec-faq-cnt1 hr {
        margin: 13px 0;
    }



    .edec-foot-content1 {
        margin: 55px 0 -40px;
        padding: 30px 12.5px 12px;
    }

    .edec-foot-content1 .copy1 {
        font-size: 17px;
    }

    .edec-foot-content1 .block1 {
        margin: 15px auto 0;
        min-width: 0;
    }

    .edec-foot-content1 .block1:before {
        display: none;
    }

    .edec-foot-content1 .block1 .item1 {
        float: none !important;
        margin-bottom: 11px;
        padding: 22px 0 15px;
        width: 100%;
    }

    .edec-foot-content1 .block1 .hd1 {
        font-size: 15px;
        margin: 0 0 8px;
    }

    .edec-foot-content1 .block1 .phone1 img {
        height: 25px;
        margin: 0;
        width: 25px;
    }

    .edec-foot-content1 .block1 .phone1 .text1 {
        font-size: 12px;
    }

    .edec-foot-content1 .block1 .phone1 .text2 {
        font-size: 28px;
    }

    .edec-foot-content1 .block1 .note1 {
        font-size: 14px;
        line-height: 1.5;
        margin: 10px 0 0;
    }

    .edec-foot-content1 .block1 .btn1 {
        margin-top: 12px;
        max-width: 310px;
    }



    .edec-welcome_page-cnt1 .block1 {
        flex-direction: column;
    }

    .edec-welcome_page-cnt1 .block1 img {
        margin: 0 auto 24px;
        max-width: 350px;
        width: 100%;
    }

    .edec-welcome_page-cnt1 .block1 .copy1 {
        font-size: 20px;
        text-align: center;
    }

    .edec-welcome_page-cnt1 .block1 .copy1 .edec-em1 {
        font-size: 30px;
    }

    .edec-welcome_page-cnt1 .block1 .copy1 .edec-em1 .sup1 {
        bottom: 0.8em;
        font-size: 15px;
    }

    .edec-welcome_page-cnt2 {
        margin: 20px auto 31px;
    }

    .edec-welcome_page-cnt2:after,
    .edec-welcome_page-cnt2:before {
        display: none;
    }

    .edec-welcome_page-cnt2 .block1 {
        padding: 30px 12.5px 32px;
    }

    .edec-welcome_page-cnt2 .block1 .copy2 {
        text-align: left;
    }

    .edec-welcome_page-cnt2 .block1 .notice1 {
        display: block;
        font-size: 17px;
        margin: 20px auto 0;
        padding: 10px 5px;
    }

    .edec-welcome_page-cnt3 .btn1 {
        font-size: 21px;
        line-height: 1.4;
        padding: 58px 0 15px;
    }

    .edec-welcome_page-cnt3 .btn1:after {
        right: 20px;
    }

    .edec-welcome_page-cnt3 .btn1 .text1 {
        font-size: 13px;
    }

    .edec-welcome_page-cnt3 .btn1 .text2 {
        font-size: 15px;
    }

    .edec-welcome_page-cnt3 .btn1 img {
        height: 68px;
        left: 50%;
        transform: translateX(-50%);
        top: -11px;
    }

    .edec-welcome_page-cnt3 .btn2 {
        font-size: 21px;
        line-height: 1.2;
        padding: 58px 0 15px;
    }

    .edec-welcome_page-cnt3 .btn2:after {
        right: 20px;
    }

    .edec-welcome_page-cnt3 .btn2 img {
        height: 68px;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }

    .edec-welcome_page-cnt3 .tab-pane&gt;div {
        padding-bottom: 35px;
        padding-top: 30px;
        height: auto;
    }

    .edec-welcome_page-cnt3 .tab-pane .progress1 {
        margin-bottom: 20px;
    }

    .edec-welcome_page-cnt3 .tab-pane .progress1 li {
        margin: 0 5px;
    }

    .edec-welcome_page-cnt3 .tab-pane .progress1 li span {
        font-size: 14px;
        height: 25px;
        line-height: 23px;
        width: 25px;
    }

    .edec-welcome_page-cnt3 .tab-pane .block1 {
        height: auto;
    }

    .edec-welcome_page-cnt3 .tab-pane .copy1 {
        font-size: 16px;
        margin: 0 auto 18px;
        max-width: 271px;
        text-align: left;
        width: 100%;
    }

    .edec-welcome_page-cnt3 .tab-pane .copy2 {
        font-size: 16px;
        margin: 0 auto 18px;
        max-width: 271px;
        text-align: left;
        width: 100%;
    }

    .edec-welcome_page-cnt3 .tab-pane .button1 {
        border-radius: 25px;
        display: block;
        font-size: 18px;
        line-height: 48px;
        margin: 10px auto;
        width: 270px;
    }

    .edec-welcome_page-cnt3 .tab-pane .button2 {
        font-size: 17px;
        line-height: 68px;
        margin: 16px auto 0;
        width: 270px;
    }

    .edec-welcome_page-cnt3 .tab-pane .link1 {
        margin: 15px auto 0;
        bottom: auto;
        left: auto;
        position: relative;
        transform: none;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 {
        display: block;
        margin: auto;
        max-width: 320px;
        padding: 20px 0;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3&gt;* {
        display: block;
        height: auto;
        margin: auto;
        width: 100%;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3&gt;*+* {
        border-left: none;
        border-top: 1px solid #ccc;
        margin-top: 10px;
        padding-top: 15px;
        max-width: 266px;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 .hd1 {
        font-size: 15px;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 .phone1 img {
        height: 20px;
        width: 20px;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 .phone1 .text2 {
        font-size: 24px;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 .note1 {
        font-size: 12px;
        margin: 3px 0 0;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 .button4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 48px;
        width: 100%;
    }

    .edec-welcome_page-cnt3 .tab-pane .block3 .button4 img {
        margin: -0.16em 5px 0 0;
    }



    .edec-banners2 li {
        display: block;
        margin: 15px auto;
    }



    .edec-for_teacher-tabs1 {
        margin-bottom: 0;
    }

    .edec-for_teacher-tabs1+.edec-content1:before,
    .edec-for_teacher-tabs1+.edec-content1.bg1:before {
        top: 0;
    }

    .edec-for_teacher-tabs1 .nav-item {
        margin: 0 5px;
    }

    .edec-for_teacher-tabs1 .nav-link {
        font-size: 14px;
        line-height: 1.28;
        padding: 10px 0 10px 43px;
        text-align: left;
        width: 170px;
    }

    .edec-for_teacher-tabs1 .nav-link:before {
        height: 26px;
        left: 10px;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
    }

    .tab-content.edec-for_teacher {
        margin-top: -30px;
    }

    .edec-for_teacher_main1 {
        display: block;
        margin: 0 -12.5px 29px;
        width: auto;
    }

    .edec-for_teacher_main1 .image1 {
        width: 100%;
    }

    .edec-for_teacher_main1 .image1 img.logo1 {
        left: 12.5px;
        top: 50px;
        transform: translateY(0);
        width: 170px;
    }

    .edec-for_teacher_main1 .body1 {
        display: block;
        padding: 24px 12.5px 25px;
        text-align: center;
        width: 100%;
    }

    .edec-for_teacher_main1 .body1 .mark1 {
        display: none;
    }

    .edec-for_teacher_main1 .body1 .title1 {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .edec-for_teacher_main1 .body1 .copy1 {
        font-size: 15px;
        text-align: left;
    }

    .edec-for_teacher-title1 {
        font-size: 20px;
        padding-left: 11px;
    }

    *+.edec-for_teacher-title1 {
        margin-top: 55px;
    }

    .edec-for_teacher-title2 {
        font-size: 17px;
        margin: 0 0 20px;
        padding: 12px 0 12px 10px;
    }


    .edec-com-banner2 {
        border-radius: 3px;
        margin: 0 0 15px;
        width: 225px;
    }

    .edec-com-banner2 .body1 {
        padding: 15px;
    }

    .edec-com-banner2 .body1 p {
        font-size: 15px;
    }


    .edec-com-banner3 {
        margin: 0;
        width: 300px;
    }

    .edec-com-banner3 .image1 {
        width: 121px;
    }

    .edec-com-banner3 .body1 {
        padding: 18px 15px 0 15px;
    }

    .edec-com-banner3 .body1 .sub1 {
        font-size: 12px;
    }

    .edec-com-banner3 .body1 .hd1 {
        font-size: 15px;
    }

    .edec-com-banner3 .body1 .text1 {
        font-size: 13px;
    }


    .edec-banners3 {
        margin-bottom: 35px;
        position: relative;
    }

    .edec-inner1 .edec-banners3 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: auto;
    }

    .edec-banners3:after,
    .edec-banners3:before {
        content: "";
        display: block;
        height: calc(100% - 16px);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 25px;
        z-index: 2;
    }

    .edec-banners3:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        right: 0;
    }

    .edec-banners3:before {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 80%);
        left: 0;
    }

    .edec-banners3 .inner1 {
        overflow: hidden;
        padding-bottom: 22px;
        position: relative;
    }

    .edec-banners3 .wrap1 {
        display: flex;
        flex-wrap: nowrap;
        margin: auto;
        padding: 0 12.5px;
        position: relative;
        width: auto;
    }

    .edec-banners3 .wrap1 .item {
        flex: 0 0 auto;
        margin: 0;
        width: 315px;
    }

    .edec-banners3 .wrap1 .item:nth-child(n+4) {
        margin-top: 0;
    }

    .edec-com-banner4 .body1 .hd1 {
        font-size: 15px;
        margin: 0 0 5px;
        text-align: left;
    }

    .edec-com-banner4 .body1 p {
        font-size: 14px;
        padding: 0;
    }


    .edec-banners4 {
        margin: 0 0 15px;
    }

    .edec-banners4 .wrap1 {
        margin-left: -1.9230%;
        margin-right: -1.9230%;
        width: auto;
    }

    .edec-banners4 .wrap1 .item {
        margin: 0 1.9230% 25px;
        width: 46.1538%;
    }



    .edec-adv-search2 {
        border-width: 2.5px;
        margin: 0 0 38px;
        padding: 0 12px;
    }

    .edec-adv-search2 .buttons1 {
        border-top: 2.5px solid #f0f0ea;
        margin: 10px -12px 0;
        padding: 15px 12px;
    }

    .edec-adv-search2 .table1,
    .edec-adv-search2 .table1 tbody,
    .edec-adv-search2 .table1 tbody tr,
    .edec-adv-search2 .table1 tbody th,
    .edec-adv-search2 .table1 tbody td {
        display: block;
        width: 100%;
    }

    .edec-adv-search2 .table1 tbody th {
        background: none;
        padding: 15px 0 0;
    }

    .edec-adv-search2 .table1 tbody td {
        padding: 0;
    }

    .edec-adv-search2 .table1+.table1 {
        margin-top: 14px;
    }




    .edec-btn-checkbox1-wrap {
        margin-right: -14px;
    }

    .edec-btn-checkbox1 {
        /*margin: 4px 8px 4px 0;
		width: 101px;*/
        margin: 4px 2.3880% 4px 0;
        width: 30.1492%;
    }

    .edec-btn-checkbox1 span {
        border-radius: 6px;
        font-size: 14px;
        line-height: 36px;
        min-width: 0;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
    }

    .edec-btn-checkbox1 span.cht {
        transform: scale(0.8, 1.0);
        transform-origin: left center;
        width: 125%;

    }

    .feature_list-main1 .image1 img {
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: auto;
    }

    .feature_list-main1 p {
        margin: 10px 0 0;
        text-align: left;
    }



    .edec-news-list1 li .meta1 {
        float: none;
        margin-bottom: 5px;
        width: 100%;
    }

    .edec-news-list1 li .meta1 .edec-icon-new1 {
        margin: 0 0 0 9px;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
        vertical-align: middle;
    }

    .edec-news-list1 li .body1 {
        margin-left: 0;
    }

    .feature_list-main1 {
        margin: 12px auto 35px;
    }

    .feature_list-main1 .image1 {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .feature_list-main1 .image1:before {
        content: "";
        display: block;
        padding-bottom: 64%;
        width: 100%;
    }

    .edec-entry-head1 {
        margin: 0 0 23px;
        padding: 0 0 30px;
    }

    .edec-entry-head1 .meta1 {
        margin: 0 0 12px;
    }

    .edec-entry-head1 .meta1 .edec-icon-new1 {
        margin: -2px 0 0 9px;
    }

    .edec-entry-head1 .title1 {
        font-size: 18px;
    }

    .edec-entry-buttons1 {
        margin: 40px 0 0;
    }



    .edec-login-cnt1 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding: 25px 12.5px 20px;
    }

    .edec-login-cnt1 .table1,
    .edec-login-cnt1 .table1 tbody,
    .edec-login-cnt1 .table1 tr,
    .edec-login-cnt1 .table1 th,
    .edec-login-cnt1 .table1 td {
        display: block;
        width: 100% !important;
    }

    .edec-login-cnt1 .table1 tr+tr {
        margin-top: 10px;
    }

    .edec-login-cnt1 .table1 th,
    .edec-login-cnt1 .table1 td {
        padding: 0;
    }

    .edec-login-cnt1 .table1 th {
        margin-bottom: 5px;
    }

    .edec-login-cnt1 .table1 .edec-input1 {
        font-size: 16px;
        margin-left: -11px;
        margin-right: -11px;
        transform: scale(0.9375);
        width: calc(100% + 22px);
    }

    .edec-login-cnt1 hr {
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: auto;
    }

    .edec-login-cnt1 .edec-note1 {
        margin: 10px 0;
    }

    .edec-login-cnt1 .button1 {
        margin: 0 auto 15px;
        width: 100%;
    }

    .edec-login-cnt2 .notice1 {
        font-feature-settings: "palt";
        margin: 0 auto 15px;
        padding: 10px;
    }

    .edec-login-cnt2 .table1,
    .edec-login-cnt2 .table1 tbody,
    .edec-login-cnt2 .table1 tr,
    .edec-login-cnt2 .table1 th,
    .edec-login-cnt2 .table1 td {
        display: block;
        width: 100% !important;
    }

    .edec-login-cnt2 .table1 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding: 35px 12.5px 40px;
        width: auto !important;
    }

    .edec-login-cnt2 .table1 tr+tr {
        margin-top: 20px;
    }

    .edec-login-cnt2 .table1 th,
    .edec-login-cnt2 .table1 td {
        padding-bottom: 0;
        padding-top: 0;
    }

    .edec-login-cnt2 .table1 tr+tr th,
    .edec-login-cnt2 .table1 tr+tr td {
        border-top: none;
    }

    .edec-login-cnt2 .table1 th {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        white-space: normal;
    }

    .edec-login-cnt2 .table1 td {
        padding-right: 0;
        width: 100%;
    }



    .edec-iframe-block1 iframe {
        height: 370px;
    }



    .edec-term-content1 h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .edec-term-content1 h4 {
        font-size: 16px;
    }



    .edec-check-agree1 {
        margin: 11px 0 17px;
        padding: 30px 0 25px;
    }

    .edec-check-agree1 input {
        margin: 0 5px 0 0;
    }



    .edec-contact-block1 {
        margin: 30px 0 0;
        padding: 30px 0 30px;
        position: relative;
    }

    .edec-contact-block1 p:nth-child(1) {
        margin: 0 25px;
    }

    .edec-contact-block1 .phone1 {
        display: block;
        margin: 18px 0 6px;
    }

    .edec-contact-block1 .phone1 .text1 {
        display: block;
        margin-bottom: 3px;
    }


    .edec-b-button1 {
        font-size: 16px;
        padding: 0 15px 0 0;
    }

    .edec-b-button1:after {
        right: 20px;
    }



    .edec-buttons3 {
        margin: 15px 0 0;
    }

    .edec-buttons3&gt;* {
        display: block !important;
        margin: 0 !important;
        max-width: none !important;
    }

    .edec-buttons3&gt;*+* {
        margin-top: 10px !important;
    }



    .edec-buttons4 {
        margin: 25px 0;
    }


    .edec-anchors1 {
        margin: 25px 0 100px;
    }

    .edec-anchors1 li {
        font-size: 15px;
        line-height: 1.5;
    }

    .edec-anchors1 li+li:before {
        content: "";
    }

    .edec-anchors1 li+li {
        border-left: 1px solid #000;
    }

    .edec-anchors1 li a {
        display: block;
        padding: 0 30px;
    }


    .edec-anchors2 {
        margin: 0 0 35px;
    }



    .edec-notice-block3 {
        margin: 15px 0 25px;
        padding: 15px 19px;
        text-align: left;
    }



    .edec-logo1 {
        height: auto;
        margin: auto;
        width: 248px;
    }



    .edec-entry-image1 {
        margin: 15px 0;
    }

    .edec-entry-image1 img {
        max-width: 348px;
        width: 100%;
    }



    .edec-notice-block4 {
        margin: 15px 0 20px;
        padding: 20px;
        text-align: left;
    }



    .edec-check-title1 label {
        margin: 0 0 15px;
        padding: 10px 0 8px 46px;
    }

    .edec-check-title1 .text1 {
        display: block;
        font-size: 17px;
        margin-bottom: 7px;
    }

    .edec-check-title1 .text2 {
        font-size: 11px;
        line-height: 18px;
        margin: 0;
        padding: 0 5px;
    }

    .edec-check-title1 input {
        left: 13px;
    }



    .edec-check-body1 {
        padding-bottom: 40px;
    }

    .edec-check-body1 table.data1,
    .edec-check-body1 table.data1 tbody,
    .edec-check-body1 table.data1 tr,
    .edec-check-body1 table.data1 th,
    .edec-check-body1 table.data1 td {
        display: block;
        width: 100%;
    }

    .edec-check-body1 table.data1 {
        margin: 0 0 15px;
    }

    .edec-check-body1 table.data1 th {
        padding: 10px 16px;
        text-align: left;
        width: 100%;
    }

    .edec-check-body1 table.data1 td {
        line-height: 1.6;
        padding: 10px 16px;
    }



    .edec-ch-time1 {
        margin-bottom: 20px;
        padding: 22px 12px;
    }

    .edec-ch-time1 .title1 {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .edec-ch-time1 table thead th {
        padding: 5px 0;
    }

    .edec-ch-time1 table tbody td {
        padding: 13px 15px;
    }

    .edec-ch-time1 .note1 {
        padding: 7px 0;
    }


    .edec-cart-empty1 {
        margin: 55px 0 35px;
    }

    .edec-cart-empty1.st1 {
        margin: 80px 0 45px;
    }

    .edec-cart-empty1 p {
        font-size: 16px;
        margin: 6px 0 0;
    }



    .edec-no-data1.bd1 {
        margin: 20px 0 30px;
        padding: 60px 0 75px;
    }

    .edec-no-data1 p {
        font-size: 16px;
        margin: 6px 0 0;
    }



    .edec-i-list1 li {
        padding: 10px 0;
    }

    .edec-i-list1 li .icon1 {
        margin: 2px 0 0 -2px;
    }

    .edec-i-list1 li .icon1 img {
        height: 25px;
        width: 25px;
    }

    .edec-i-list1 li .body1 {
        margin-left: 31px;
    }

    .edec-i-list1 li .text2 {
        display: block;
    }



    .edec-plugin1 {
        margin: 50px 0 0;
    }

    .edec-plugin1 .thumb1 {
        display: block;
        float: none;
        margin: 0 0 16px;
        text-align: center;
    }

    .edec-plugin1 p {
        margin: 0;
    }



    .edec-guide_payment-img1 {
        margin: 35px auto 30px;
        max-width: 325px;
    }



    .edec-links1 {
        margin: 30px 0 20px;
    }

    .edec-links1&gt;div {
        float: none;
        margin: 0 0 25px 0;
        width: 100%;
    }

    .edec-links1 .btn1 {
        background-position: right 12px center;
        font-size: 16px;
        margin: 0 0 10px;
        padding: 14px 40px 14px 15px;
    }



    .edec-about-educe-link1 {
        border: none;
        margin: 70px 0 30px;
        padding: 0;
    }

    .edec-about-educe-link1 h2 {
        font-size: 18px;
        margin: 0 0 17px;
    }

    .edec-about-educe-link1 .block1 {
        display: block;
        margin: 8px 0 35px;
        padding: 20px 18px;
    }

    .edec-about-educe-link1 .block1 img {
        display: block;
        margin: 0 auto 15px;
    }

    .edec-about-educe-link1 .block1 textarea {
        height: 10.2em;
        width: 100%;
    }

    .edec-about-educe-link1 .block2 {
        margin: 8px 0;
        padding: 15px 18px;
    }

    .edec-about-educe-link1 .block2 textarea {
        height: 3.4em;
    }



    .edec-guide-top-content1 {
        margin: 0;
    }

    .edec-guide-top-content1&gt;.title1 {
        font-size: 25px;
        line-height: 1.4;
        margin: 0 0 10px;
    }

    .edec-guide-top-content1&gt;.copy1 {
        font-size: 17px;
    }

    .edec-guide-top-content1&gt;.block1 {
        display: block;
        margin: 30px 0 45px;
    }

    .edec-guide-top-content1&gt;.block1&gt;* {
        background-position: center bottom, center bottom;
        background-size: contain, contain;
        height: 320px;
        margin: 0 auto;
        width: 300px;
    }

    .edec-guide-top-content1&gt;.block1&gt;*:nth-child(1) {
        background-image: url("/front/assets/img/guide/guide-num1.png"), url("/front/assets/img/guide/guide-img1-sp.jpg");
    }

    .edec-guide-top-content1&gt;.block1&gt;*:nth-child(2) {
        background-image: url("/front/assets/img/guide/guide-num2.png"), url("/front/assets/img/guide/guide-img1-sp.jpg");
    }

    .edec-guide-top-content1&gt;.block1&gt;*:nth-child(3) {
        background-image: url("/front/assets/img/guide/guide-num3.png"), url("/front/assets/img/guide/guide-img1-sp.jpg");
    }

    .edec-guide-top-content1&gt;.block1&gt;*+* {
        margin-top: 15px;
    }

    .edec-guide-top-content1&gt;.block1&gt;* .hd1 {
        background-size: auto 10px;
        height: 188px;
        padding: 0;
    }

    .edec-guide-top-content1&gt;.block1&gt;* .hd1 img {
        height: 90px;
        width: 90px;
    }

    .edec-guide-top-content1&gt;.block1&gt;* .hd1 h3 {
        font-size: 16px;
    }

    .edec-guide-top-content1&gt;.block1&gt;* .hd1 p {
        font-size: 23px;
    }

    .edec-guide-top-content1&gt;.block1&gt;* .bd1 p {
        margin: 10px auto 0;
        max-width: 246px;
    }

    .edec-guide-top-content1&gt;.block2&gt;* {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .edec-guide-top-content1&gt;.block2&gt;*:nth-child(n+5) {
        margin-top: 30px;
    }

    .edec-guide-top-content1&gt;.block2&gt;*+* {
        margin-top: 30px;
    }

    .edec-guide-top-content1&gt;.block2 h3 {
        margin: 0 0 15px;
    }

    .edec-guide-top-content1&gt;.block2 h3 a {
        font-size: 16px;
        height: auto;
        padding: 14px 0;
    }

    .edec-guide-top-content1&gt;.block2 ul {
        font-size: 15px;
        margin-bottom: 45px;
    }

    .edec-guide-top-content1&gt;.block2 ul li {
        padding-left: 18px;
    }



    .edec-guide_delivery-content1 {
        margin: 0;
    }

    .edec-guide_delivery-content1&gt;.copy1 {
        font-size: 19px;
        letter-spacing: 0.03em;
        padding: 0 12px;
        text-align: left;
    }

    .edec-guide_delivery-content1&gt;.copy1 span {
        font-size: 28px;
    }

    .edec-guide_delivery-content1&gt;.copy1 span.sup {
        bottom: 0.7em;
        font-size: 11px;
    }

    .edec-guide_delivery-content1&gt;.copy2 {
        font-size: 13px;
    }

    .edec-guide_delivery-content1&gt;.block1 {
        display: block;
        margin: 40px auto 42px;
    }

    .edec-guide_delivery-content1&gt;.block1&gt;div:nth-child(1) {
        padding: 0;
        width: 100%;
    }

    .edec-guide_delivery-content1&gt;.block1 .edec-bd-title1 {
        margin-bottom: 20px;
    }

    .edec-guide_delivery-content1&gt;.block1 .hd1 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .edec-guide_delivery-content1&gt;.block1 p {
        font-size: 15px;
    }

    .edec-guide_delivery-content1&gt;.block1 hr {
        margin: 14px 0;
    }

    .edec-guide_delivery-content1&gt;.block1&gt;div:nth-child(2) {
        margin: 10px auto 0;
        max-width: 400px;
        width: 100%;
    }

    .edec-guide_delivery-content1&gt;.block1&gt;div:nth-child(2) img {
        margin: 0;
        width: 100%;
    }

    .edec-guide_delivery-content1&gt;.block2 {
        margin: 48px auto 0;
    }

    .edec-guide_delivery-content1&gt;.block2 .table1 {
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        table-layout: auto;
    }

    .edec-guide_delivery-content1&gt;.block2 .table1 thead th {
        font-size: 12px;
        padding: 9px 0;
    }

    .edec-guide_delivery-content1&gt;.block2 .table1 thead th span {
        font-size: 15px;
    }

    .edec-guide_delivery-content1&gt;.block2 .table1 tbody th {
        font-size: 14px;
        width: 19.8571%;
    }

    .edec-guide_delivery-content1&gt;.block2 .table1 tbody td {
        font-size: 14px;
    }

    .edec-guide_delivery-content1&gt;.block2 .table1 tbody td:nth-last-child(1),
    .edec-guide_delivery-content1&gt;.block2 .table1 tbody td:nth-last-child(2) {
        width: 25.5714%;
    }

    .edec-guide_delivery-content1&gt;.block2 .notice1 dd {
        padding: 18px;
        text-align: left;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 {
        table-layout: auto;
        margin: 10px 0 50px;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 thead th {
        white-space: nowrap;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 thead th .small1 {
        font-size: 10px;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 tbody td {
        font-size: 15px;
        line-height: 1.3;
        padding: 10px 0;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 tbody td:nth-child(1) {
        font-size: 15px;
        width: 23%;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 tbody td:nth-child(2) {
        font-size: 19px;
        width: 38%;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 tbody td .txt1 {
        font-size: 17px;
    }

    .edec-guide_delivery-content1&gt;.block2 .table2 tbody td .txt2 {
        font-size: 12px;
    }

    .edec-guide_delivery-content1&gt;.block3 .attention1 {
        padding: 14px;
        text-align: left;
    }



    .edec-guide_return-content1 .block1 {
        background: none;
        margin: 25px 0 15px;
    }

    .edec-guide_return-content1 .block1&gt;div {
        background: url("/front/assets/img/guide/guide_return-sep1-sp.jpg") no-repeat 15px 40px;
        background-size: 13px auto;
        float: none;
        padding: 0 0 0 57px;
        position: relative;
        width: 100%;
    }

    .edec-guide_return-content1 .block1&gt;div:nth-child(1) {
        padding-bottom: 50px;
    }

    .edec-guide_return-content1 .block1&gt;div:nth-child(2) {
        padding-bottom: 50px;
    }

    .edec-guide_return-content1 .block1&gt;div:nth-child(3) {
        padding-bottom: 15px;
    }

    .edec-guide_return-content1 .block1&gt;div+div {
        margin-left: 0;
    }

    .edec-guide_return-content1 .block1 .num1 {
        background: #fff;
        font-size: 37.5px;
        height: auto;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: auto;
    }

    .edec-guide_return-content1 .block1 .num1:before {
        display: none;
    }

    .edec-guide_return-content1 .block1 .phone1 {
        margin: 22px 0 13px;
    }

    .edec-guide_return-content1 .block1 .image1 {
        margin: 15px auto 0;
        width: 233px;
    }

    .edec-guide_return-content1 .block1 .image2 {
        margin: 10px auto 0;
        width: 233px;
    }

    .edec-guide_return-content1 .block2 {
        display: block;
        margin: 15px 0 30px;
        padding: 25px 25px 10px;
    }

    .edec-guide_return-content1 .block2&gt;div:nth-child(1) {
        text-align: center;
        width: 100%;
    }

    .edec-guide_return-content1 .block2&gt;div:nth-child(2) {
        width: 100%;
    }

    .edec-guide_return-content1 .block2 .title1 {
        font-size: 17px;
        margin: 0 0 15px;
    }

    .edec-guide_return-content1 .block2 ul {
        display: block;
        margin-top: 10px;
    }

    .edec-guide_return-content1 .block2 ul li {
        display: block;
        margin-right: 0;
        padding: 10px 0 10px 28px;
        width: 100%;
    }

    .edec-guide_return-content1 .block2 ul li:nth-child(n+2) {
        border-top: 1px solid #ddd;
    }

    .edec-guide_return-content1 .block2 ul li:before {
        left: 5px;
        position: absolute;
        top: 15px;
        transform: translateY(0);
    }

    .edec-guide_return-content2 {
        margin: 40px 0 0;
        padding: 5px 0 41px;
    }

    .edec-guide_return-content2+.edec-inner1 {
        margin-top: -30px;
    }

    .edec-guide_return-content2 .title1 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 13px;
    }

    .edec-guide_return-content2 .title1 img {
        height: 25px;
        margin: 0 5px 0 0;
    }

    .edec-guide_return-content2 .copy1 {
        font-size: 15px;
        margin: 0 auto 25px;
        text-align: left;
        max-width: 85.7142%;
        width: 100%;
    }

    .edec-guide_return-content2 .block1 {
        flex-wrap: wrap;
    }

    .edec-guide_return-content2 .block1&gt;div {
        margin-bottom: 9px;
        width: 48.571%;
    }

    .edec-guide_return-content2 .block1&gt;div .body1 {
        align-items: flex-start;
        height: 107px;
    }

    .edec-guide_return-content2 .block1&gt;div .body1 p {
        background-position: center top;
        font-size: 15px;
        margin: 10px 18px 0 18px;
        padding: 25px 0 0 0;
    }

    .edec-guide_return-content2 .block1&gt;div .body1 p br {
        display: none;
    }

    .edec-guide_return-content2 .block2 {
        display: block;
        margin: 3px 0 0;
    }

    .edec-guide_return-content2 .block2&gt;* {
        width: 100%;
    }

    .edec-guide_return-content2 .block2&gt;.item1 {
        padding: 18px 0 20px;
    }

    .edec-guide_return-content2 .block2&gt;.item1 p {
        display: block;
        font-size: 15px;
        margin: 0 0 10px;
        text-align: center;
    }

    .edec-guide_return-content2 .block2&gt;.item1 p span {
        background-position: center top;
        display: block;
        padding: 25px 0 0 0;
    }

    .edec-guide_return-content2 .block2&gt;.item1 img {
        max-width: 307px;
    }

    .edec-guide_return-content2 .block2&gt;.item2 {
        margin-top: 9px;
    }

    .edec-guide_return-content2 .block2&gt;.item2 li {
        font-size: 15px;
    }

    .edec-contact-block3 {
        margin: 20px 0 32px;
        padding: 25px 20px 22px;
    }

    .edec-contact-block3 .copy1 {
        font-size: 17px;
        margin: 0 0 20px;
    }

    .edec-contact-block3 .block1 {
        display: block;
    }

    .edec-contact-block3 .block1 .item1 {
        width: 100%;
    }

    .edec-contact-block3 .block1 .item1:nth-child(1) {
        padding-right: 0;
    }

    .edec-contact-block3 .block1 .item1:nth-child(2) {
        border-left: none;
        border-top: 1px solid #666;
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    .edec-contact-block3 .block1 .hd1 {
        font-size: 15px;
    }

    .edec-contact-block3 .block1 .phone1 {
        padding: 0;
    }

    .edec-contact-block3 .block1 .phone1 img {
        height: 25px;
        margin: 0 1px 0 0;
        width: 25px;
    }

    .edec-contact-block3 .block1 .phone1 .text1 {
        font-size: 12px;
        margin-right: 0.4em;
    }

    .edec-contact-block3 .block1 .phone1 .text2 {
        font-size: 26px;
    }

    .edec-contact-block3 .block1 .note1 {
        font-size: 14px;
        margin: 8px 0 0;
    }



    .edec-mailmagazine-content1 {
        background-position: center top;
        background-size: 413px 111px;
        margin-top: -15px;
    }

    .edec-mailmagazine-content1 .block1 {
        margin: 0 auto 18px;
        padding: 23px 0 0;
    }

    .edec-mailmagazine-content1 .block1 .copy1 {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .edec-mailmagazine-content1 .block1 .title1 {
        font-size: 25px;
        margin: 0 0 15px;
    }

    .edec-mailmagazine-content1 .block1 .copy2 {
        font-size: 15px;
        line-height: 1.73;
    }

    .edec-mailmagazine-content1 .block1 .badge1 {
        font-size: 14px;
        height: 91px;
        line-height: 89px;
        margin-right: -195px;
        right: 50%;
        top: -45px;
        width: 91px;
    }

    .edec-mailmagazine-content1 .block2 {
        margin: 0;
    }

    .edec-mailmagazine-content1 .block2&gt;div {
        float: none;
        margin: auto;
        width: 300px;
    }

    .edec-mailmagazine-content1 .block2&gt;div+div {
        margin: 20px auto 0;
    }

    .edec-mailmagazine-content1 .block2 .box1 {
        height: 204px;
    }

    .edec-mailmagazine-content1 .block2 :nth-child(1) .box1 {
        background-image: url("/front/assets/img/mailmagazine/mailmagazine-img1-sp.png");
        padding-top: 115px;
    }

    .edec-mailmagazine-content1 .block2 :nth-child(2) .box1 {
        background-image: url("/front/assets/img/mailmagazine/mailmagazine-img2-sp.png");
        padding-top: 115px;
    }

    .edec-mailmagazine-content1 .block2 :nth-child(3) .box1 {
        background-image: url("/front/assets/img/mailmagazine/mailmagazine-img3-sp.png");
        padding-top: 105px;
    }

    .edec-mailmagazine-content1 .block2 .box1 p {
        font-size: 17px;
    }

    .edec-mailmagazine-content1 .block2 .box1 p .text1 {
        font-size: 23px;
    }

    .edec-mailmagazine-content1 .block2 .box1 p .text3 {
        border-radius: 10.5px;
        font-size: 10px;
        line-height: 21px;
        padding: 0 15px;
    }

    .edec-mailmagazine-content1 .block2 ul {
        font-size: 15px;
        margin: 10px 0 0;
    }

    .edec-mailmagazine-content1 .block2 ul li {
        padding: 0 0 0 17px;
    }

    .edec-mailmagazine-content1 .block2 ul li:before {
        left: 0;
        top: 0.5em;
    }

    .edec-mailmagazine-content1 .edec-inner1 .edec-sep1 {
        margin: 40px 0;
        width: 100%;
    }

    .edec-mailmagazine-content1 .title2 {
        font-size: 22px;
    }

    .edec-mailmagazine-content1 .block3 {
        margin: 17px 0 20px;
        padding: 30px 20px 35px;
    }

    .edec-mailmagazine-content1 .block3&gt;div {
        display: block;
        width: 100%;
    }

    .edec-mailmagazine-content1 .block3&gt;div:nth-child(1) {
        padding-right: 0;
    }

    .edec-mailmagazine-content1 .block3&gt;div:nth-child(2) {
        border-left: none;
        border-top: 1px solid #aaa;
        margin-top: 20px;
        padding: 25px 0 0;
    }

    .edec-mailmagazine-content1 .block3&gt;div h3 {
        margin: 0 0 7px;
    }

    .edec-mailmagazine-content1 .block3&gt;div p {
        margin: 10px 0 0;
    }



    .edec-sitemap-content1 {
        margin-top: 0 !important;
    }

    .edec-sitemap-content1 .title1 {
        margin: 0 0 25px;
    }

    .edec-sitemap-content1 .list1 h3 {
        float: none;
        margin: 0 0 15px;
    }

    .edec-sitemap-content1 .list1 ul {
        margin: 0;
    }

    .edec-sitemap-content1 .list1 ul li {
        line-height: 1.9;
    }

    .edec-sitemap-content1 .list1 ul li:before {
        top: 0.65em;
    }

    .edec-sitemap-content1 .list2 {
        margin: 75px 0 0;
    }

    .edec-sitemap-content1 .list2&gt;div {
        float: none;
        margin: 0 0 35px 0;
        width: 100%;
    }



    .edec-guide-block1 {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .edec-guide-block1&gt;div:nth-child(1) {
        width: 100%;
    }

    .edec-guide-block1&gt;div:nth-child(2) {
        margin: 15px 0 0 0;
        width: 100%;
    }

    .edec-guide-block1 .title1 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .edec-guide-block1 .copy1 {
        font-size: 16px;
        line-height: 1.6;
    }

    .edec-guide-block1 .teacher-mark1 {
        border: 1px solid #ccc;
        margin: 0 5px;
        width: 32px;
    }



    .edec-guide-block2 {
        display: block;
        margin-bottom: 40px;
    }

    .edec-guide-block2&gt;div {
        margin-bottom: 40px;
        width: 100%;
    }

    .edec-guide-block2&gt;div:nth-child(2n) {
        margin-left: 0;
    }

    .edec-guide-block2 .subtitle1 {
        margin: 15px 0 10px;
    }


    .edec-for_teacher-content1 .f-title1 {
        margin: -15px -12.5px 0;
        padding: 8.5px 12.5px 0;
    }

    .edec-for_teacher-content1 .f-title1 h2 {
        font-size: 12px;
        line-height: 30px;
        margin: 0;
        width: 200px;
    }

    .edec-for_teacher-content1 .f-title1 h2:after {
        border-color: transparent;
        border-style: solid;
        border-width: 8px 7px;
        bottom: -16px;
        margin-left: -8px;
    }

    .edec-for_teacher-content1 .f-title1 h2:before {
        height: 20px;
        margin: -0.15em 5px 0 0;
        width: 20px;
    }

    .edec-for_teacher-content1 .f-title1 .edec-sns-icons1 {
        right: 12.5px;
    }

    .edec-for_teacher-content1 .f-title1 .edec-sns-icons1 li+li {
        margin-left: 9px;
    }

    .edec-for_teacher-content1 .f-title1 .edec-sns-icons1 img {
        width: 30px;
    }

    .edec-for_teacher-content1 .f-head1 {
        border-width: 2px 0;
        margin: 0 -12.5px 30px;
    }

    .edec-for_teacher-content1 .f-head1 h1 {
        font-size: 21px;
        height: auto;
        line-height: 1.476;
        padding: 25px 12.5px;
    }

    .edec-for_teacher-content1 .f-head1 dl {
        display: block;
        font-size: 14px;
        padding: 10px 12.5px;
        text-align: left;
    }

    .edec-for_teacher-content1 .f-head1 dl dt {
        clear: left;
        float: left;
        font-size: 13px;
        margin: 0.1em 0 0 0;
        width: 6em;
    }

    .edec-for_teacher-content1 .f-head1 dl dt:after {
        position: absolute;
        right: 0;
    }

    .edec-for_teacher-content1 .f-head1 dl dd {
        margin: 0.1em 0 0 6em;
    }

    .edec-for_teacher-content1 .f-head1 dl dd+dt:before {
        display: none;
    }

    .edec-for_teacher-content1 .f-body {
        min-height: 400px;
    }



    .edec-cart-btn2&gt;span&gt;span&gt;span {
        font-size: 11px;
    }

    .edec-cart-btn2&gt;span img {
        bottom: -3px;
        margin: 0 4px -3px 0;
        position: relative;
        width: 37px;
    }

    .edec-cart-btn2 #cart-popover1 {
        background-image: url("/front/assets/img/common/cart-btn-popup-bg3-sp.png");
        height: 92px;
        margin-left: -145px;
        top: -88.5px;
        width: 290px;
    }

    .edec-cart-btn2 #cart-popover1&gt;div button {
        font-size: 15px;
    }



    .edec-app-buttons1 {
        margin: 0 -12.5px 25px;
    }

    .edec-app-buttons1 .btn1 {
        border-radius: 5px;
        font-size: 13px;
        height: 110px;
        letter-spacing: 0;
        line-height: 1.38;
        margin: 0 5px;
        padding: 10px 0 0;
        width: 110px;
    }

    .edec-app-buttons1 .btn1 span .icon1 {
        display: block;
        margin: 0 auto 10px;

    }



    .edec-quick-order-button2 {
        height: 60px;
    }

    .edec-quick-order-button2 .icon1 {
        height: 41px;
        width: 41px;
    }

    .edec-quick-order-button2 .text1 {
        height: 16px;
        width: 189px;
    }



    .edec-shopping-button1 {
        border-radius: 4.5px;
        height: 43px;
        margin: auto;
        max-width: none;
    }

    .edec-shopping-button1.stsp1 {
        height: 58px;
    }

    .edec-shopping-button1&gt;span {
        /*font-size: 14px;*/
        padding: 0 0 0 9%;
    }

    .edec-shopping-button1 .icon1 {
        height: 28px;
        left: 20.6%;
        width: 28px;
    }



    .edec-re-button1.w1 {
        max-width: none;
    }



    .edec-retop-button1.w1 {
        max-width: none;
    }



    .edec-quick-order-button3 {
        border-radius: 4.5px;
        height: 43px;
        margin: auto;
        max-width: none;
    }

    .edec-quick-order-button3&gt;span {
        font-size: 14px;
        padding: 0;
    }

    .edec-quick-order-button3 .icon1 {
        height: 36px;
        left: 18%;
        width: 36px;
    }



    .edec-buttons1 {
        flex-direction: column-reverse;
        margin: 10px 0;
    }

    .edec-buttons1&gt;* {
        margin: 10px 0;
        width: 100%;
    }



    .edec-buttons2 {
        display: flex;
        flex-direction: column-reverse;
        margin: 20px 0 0;
    }

    .edec-buttons2&gt;* {
        display: block;
        margin: 5px 0;
        width: 100%;
    }



    .edec-btn5 {
        font-size: 22px;
    }



    .edec-btn6 {
        margin: 20px auto;
    }

    .edec-epoint-cnt1+.edec-btn6 {
        margin-top: -10px;
    }

    .edec-buttons4 .edec-btn8 {
        max-width: 365px !important;
    }

    .edec-foot-buttons1 {
        padding: 24px 12.5px 0;
    }

    .edec-foot-buttons1.stsp1 {
        border-top: none;
        padding-top: 15px;
    }

    .edec-foot-buttons1&gt;* {
        margin: 0;
    }

    .edec-foot-buttons1&gt;*+* {
        margin-top: 7px;
    }

    /*.edec-foot-buttons1 + .edec-bottom-sp-navi {
		margin-top: -15px;
	}*/



    .edec-up-button1 {
        font-size: 15px;
        line-height: 45px;
        height: 47px;
        max-width: none;
    }

    .edec-up-button1:after {
        right: 14px;
    }

    .edec-up-button1 span span {
        font-size: 13px;
    }



    .edec-sns-icons1 {
        justify-content: center;
    }

    .edec-sns-icons1 li+li {
        margin-left: 10px;
    }

    .edec-sns-icons1.st1 li+li {
        margin-left: 9px;
    }

    .edec-sns-icons1 img {
        width: 40px;
    }

    .edec-sns-icons1.st1 img {
        width: 30px;
    }



    .edec-m-btn1 {
        /*width: auto;*/
    }

    .edec-m-btn1 br {
        display: none;
    }



    .edec-b-btn2 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 66px;
    }

    .edec-b-btn2&gt;span {
        line-height: 1.3;
    }


    .edec-sep1 {
        margin: 35px 0;
    }

    .edec-inner1 .edec-sep1 {
        margin-left: -12.5px;
        margin-right: -12.5px;
        width: calc(100% + 25px);
    }

    .edec-banners4+.edec-sep3 {
        margin-top: 5px;
    }

    .edec-sep4 {
        margin: 40px 0;
    }

    .edec-sep5 {
        margin: 30px 0;
    }



    .edec-hint1 {
        padding: 0;
    }

    .edec-hint1&gt;span:after {
        background-size: 16px auto;
        height: 16px;
        margin-top: -0.3em;
        width: 16px;
    }

    .edec-hint1 #zaiko-popover1:before {
        transform: translateX(50px) rotate(45deg);
    }

    .edec-hint1.zaiko-button2 {
        color: #333 !important;
        display: inline;
        font-size: 13px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .edec-hint1.zaiko-button2&gt;span:after {
        background: url("/front/assets/img/common/icon-hint2.png") no-repeat right center;
        background-size: 20px auto;
        content: "";
        display: inline-block;
        height: 20px;
        margin: -0.4em 0 0 5px;
        position: relative;
        vertical-align: middle;
        width: 20px;
    }

    .edec-hint1 .zaiko-popover2 {
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 3px;
        color: #333;
        display: none;
        font-size: 11px;
        font-weight: 400;
        height: 113px;
        left: 0;
        letter-spacing: 0.01em;
        line-height: 1.36;
        padding: 9px 11px;
        position: absolute;
        pointer-events: none;
        text-align: justify;
        transform: translateY(-100%) translateY(-12px);
        top: 0;
        width: 155px;
    }

    .edec-hint1.on .zaiko-popover2 {
        display: block;
        animation: cartPopover2Show 0.6s ease;
    }

    .edec-hint1 .zaiko-popover2:before {
        background: #fff;
        border-color: transparent #aaa #aaa transparent;
        border-style: solid;
        border-width: 0 1px 1px 0;
        bottom: -7px;
        content: "";
        display: block;
        height: 13px;
        left: 50px;
        pointer-events: none;
        position: absolute;
        transform: rotate(45deg);
        width: 13px;
    }

    .edec-hint1 .zaiko-popover2&gt;.close-popover2 {
        background: url("/front/assets/img/common/icon-close4.png") no-repeat center center;
        background-size: contain;
        cursor: pointer;
        display: block;
        height: 21px;
        pointer-events: visible;
        position: absolute;
        right: -6px;
        top: -6px;
        width: 21px;
    }



    .edec-icon-loupe2 {
        height: 18px !important;
        margin: 0 2px 0 0 !important;
        width: 18px !important;
    }

    .edec-jf-block1 {
        display: block;
    }



    .edec-form_return-modal1 .modal-body {
        padding: 45px 24px 23px;
    }

    .edec-form_return-modal1 .modal-dialog {
        margin: 22px;
    }

    .edec-form_return-modal1 .block1 {
        display: block;
    }

    .edec-form_return-modal1 .block1 .body1 {
        width: 100%;
    }

    .edec-form_return-modal1 .block1 .body1 .copy1 {
        font-size: 15px;
        line-height: 1.7;
    }

    .edec-form_return-modal1 .block1 .image1 {
        margin: 15px auto 0;
        width: 220px;
    }

    .edec-form_return-modal1 .buttons1 {
        margin: 20px 0 0;
    }

    .edec-form_return-modal1 .buttons1 .btn1 {
        width: 100%;
    }



    .edec-btn-image1 {
        width: 101px;
    }


    .edec-login-cnt3 .table1,
    .edec-login-cnt3 .table1 tbody,
    .edec-login-cnt3 .table1 tr,
    .edec-login-cnt3 .table1 th,
    .edec-login-cnt3 .table1 td {
        display: block;
        width: 100% !important;
    }

    .edec-login-cnt3 .table1 tr+tr {
        margin-top: 10px;
    }

    .edec-login-cnt3 .table1 th,
    .edec-login-cnt3 .table1 td {
        padding: 0;
    }

    .edec-login-cnt3 .table1 th {
        margin-bottom: 5px;
    }

    .edec-login-cnt3 .table1 .edec-input1 {
        font-size: 16px;
        margin-left: -11px;
        margin-right: -11px;
        transform: scale(0.9375);
        width: calc(100% + 22px);
    }

    .edec-login-cnt3 .button1 {
        margin: 0 auto 15px;
        width: 100%;
    }


    .edec-icon-help1 .title1 {
        font-size: 16px;
    }

    .edec-icon-help1 p {
        font-size: 14px;
    }

    .edec-icon-help1 .icon-title1 {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .edec-icon-help1 .icon-title1 img {
        margin-right: 10px;
        width: 90px;
    }

    .edec-icon-help1 hr {
        margin: 10px -12.5px;
    }

    .edec-icon-help1 .note1 {
        font-size: 13px;
        line-height: 1.38;
    }

    .edec-icon-help1 .note1 ul {
        font-size: 11px;
    }

    .edec-side-modal1 .modal-dialog {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        height: calc(100vh - 58px);
        margin: 29px 0 0 0;
        max-width: 290px;
    }

    .edec-side-modal1 .modal-body .close {
        background-size: 13px 13px;
        height: 34px;
        left: -12px;
        top: -8px;
        width: 34px;
    }

    .edec-prd-icons-cnt1 {
        margin-bottom: 40px;
    }

    .edec-prd-icons-cnt1 .table1 tr td {
        border-right: none;
    }

    .edec-prd-icons-cnt1 .table1 tr td:nth-child(1) {
        padding: 25px 0;
        vertical-align: top;
        width: 135px;
    }

    .edec-prd-icons-cnt1 .table1 tr td:nth-child(1) img {
        width: 120px;
    }

    .edec-prd-icons-cnt1 .table1 tr td:nth-child(2) {
        padding: 25px 0;
        vertical-align: top;
    }

    .edec-prd-icons-cnt1 .table1 h3 {
        margin: 0 0 0.1em;
    }

    .edec-prd-icons-cnt1 .table1 p {
        font-size: 15px;
    }


    .edec-regular1s {
        font-weight: 400;
    }

    .edec-medium1s {
        font-weight: 500;
    }

    .edec-strong1s {
        font-weight: 700;
    }



    .edec-center1s {
        text-align: center !important;
    }

    .edec-left1s {
        text-align: left !important;
    }

    .edec-right1s {
        text-align: right !important;
    }



    .edec-fs10s {
        font-size: 10px !important;
    }

    .edec-fs11s {
        font-size: 11px !important;
    }

    .edec-fs12s {
        font-size: 12px !important;
    }

    .edec-fs13s {
        font-size: 13px !important;
    }

    .edec-fs14s {
        font-size: 14px !important;
    }

    .edec-fs15s {
        font-size: 15px !important;
    }

    .edec-fs16s {
        font-size: 16px !important;
    }

    .edec-fs17s {
        font-size: 17px !important;
    }

    .edec-fs18s {
        font-size: 18px !important;
    }

    .edec-fs19s {
        font-size: 19px !important;
    }

    .edec-fs20s {
        font-size: 20px !important;
    }

    .edec-fs21s {
        font-size: 21px !important;
    }

    .edec-fs22s {
        font-size: 22px !important;
    }

    .edec-fs23s {
        font-size: 23px !important;
    }

    .edec-fs24s {
        font-size: 24px !important;
    }

    .edec-fs25s {
        font-size: 25px !important;
    }

    .edec-fs26s {
        font-size: 26px !important;
    }

    .edec-fs27s {
        font-size: 27px !important;
    }

    .edec-fs28s {
        font-size: 28px !important;
    }

    .edec-fs29s {
        font-size: 29px !important;
    }

    .edec-fs30s {
        font-size: 30px !important;
    }

    .edec-lh15s {
        line-height: 1.5 !important;
    }

    .edec-lh16s {
        line-height: 1.6 !important;
    }

    .edec-lh17s {
        line-height: 1.7 !important;
    }

    .edec-lh20s {
        line-height: 2 !important;
    }



    .edec-mgb0s {
        margin-bottom: 0px !important;
    }

    .edec-mgb5s {
        margin-bottom: 5px !important;
    }

    .edec-mgb10s {
        margin-bottom: 10px !important;
    }

    .edec-mgb15s {
        margin-bottom: 15px !important;
    }

    .edec-mgb20s {
        margin-bottom: 20px !important;
    }

    .edec-mgb25s {
        margin-bottom: 25px !important;
    }

    .edec-mgb30s {
        margin-bottom: 30px !important;
    }

    .edec-mgb35s {
        margin-bottom: 35px !important;
    }

    .edec-mgb40s {
        margin-bottom: 40px !important;
    }

    .edec-mgb45s {
        margin-bottom: 45px !important;
    }

    .edec-mgb50s {
        margin-bottom: 50px !important;
    }

    .edec-mgb55s {
        margin-bottom: 55px !important;
    }

    .edec-mgb60s {
        margin-bottom: 60px !important;
    }

    .edec-mgb65s {
        margin-bottom: 65px !important;
    }

    .edec-mgb70s {
        margin-bottom: 70px !important;
    }

    .edec-mgb75s {
        margin-bottom: 75px !important;
    }

    .edec-mgb80s {
        margin-bottom: 80px !important;
    }

    .edec-mgb85s {
        margin-bottom: 85px !important;
    }

    .edec-mgb90s {
        margin-bottom: 90px !important;
    }

    .edec-mgb95s {
        margin-bottom: 95px !important;
    }

    .edec-mgb100s {
        margin-bottom: 100px !important;
    }

    .edec-mgb110s {
        margin-bottom: 110px !important;
    }

    .edec-mgb120s {
        margin-bottom: 120px !important;
    }

    .edec-mgb130s {
        margin-bottom: 130px !important;
    }

    .edec-mgb140s {
        margin-bottom: 140px !important;
    }

    .edec-mgb150s {
        margin-bottom: 150px !important;
    }

    .edec-mgb160s {
        margin-bottom: 160px !important;
    }

    .edec-mgb170s {
        margin-bottom: 170px !important;
    }

    .edec-mgb180s {
        margin-bottom: 180px !important;
    }

    .edec-mgb190s {
        margin-bottom: 190px !important;
    }

    .edec-mgb200s {
        margin-bottom: 200px !important;
    }



    .edec-mgt0s {
        margin-top: 0px !important;
    }

    .edec-mgt5s {
        margin-top: 5px !important;
    }

    .edec-mgt10s {
        margin-top: 10px !important;
    }

    .edec-mgt15s {
        margin-top: 15px !important;
    }

    .edec-mgt20s {
        margin-top: 20px !important;
    }

    .edec-mgt25s {
        margin-top: 25px !important;
    }

    .edec-mgt30s {
        margin-top: 30px !important;
    }

    .edec-mgt35s {
        margin-top: 35px !important;
    }

    .edec-mgt40s {
        margin-top: 40px !important;
    }

    .edec-mgt45s {
        margin-top: 45px !important;
    }

    .edec-mgt50s {
        margin-top: 50px !important;
    }

    .edec-mgt55s {
        margin-top: 55px !important;
    }

    .edec-mgt60s {
        margin-top: 60px !important;
    }

    .edec-mgt65s {
        margin-top: 65px !important;
    }

    .edec-mgt70s {
        margin-top: 70px !important;
    }

    .edec-mgt75s {
        margin-top: 75px !important;
    }

    .edec-mgt80s {
        margin-top: 80px !important;
    }

    .edec-mgt85s {
        margin-top: 85px !important;
    }

    .edec-mgt90s {
        margin-top: 90px !important;
    }

    .edec-mgt95s {
        margin-top: 95px !important;
    }

    .edec-mgt100s {
        margin-top: 100px !important;
    }

    .edec-mgt110s {
        margin-top: 110px !important;
    }

    .edec-mgt120s {
        margin-top: 120px !important;
    }

    .edec-mgt130s {
        margin-top: 130px !important;
    }

    .edec-mgt140s {
        margin-top: 140px !important;
    }

    .edec-mgt150s {
        margin-top: 150px !important;
    }

    .edec-mgt160s {
        margin-top: 160px !important;
    }

    .edec-mgt170s {
        margin-top: 170px !important;
    }

    .edec-mgt180s {
        margin-top: 180px !important;
    }

    .edec-mgt190s {
        margin-top: 190px !important;
    }

    .edec-mgt200s {
        margin-top: 200px !important;
    }



    .edec-mgt-10s {
        margin-top: -10px !important;
    }

    .edec-mgt-15s {
        margin-top: -15px !important;
    }

    .edec-mgt-25s {
        margin-top: -25px !important;
    }

    .edec-mgt-40s {
        margin-top: -40px !important;
    }



    .dsp-w {
        display: none !important;
    }

    .dspb-w {
        display: none !important;
    }

    .dsp-s {
        display: inline !important;
    }

    .dspb-s {
        display: block !important;
    }

    .edec-mgb30s {
        margin-bottom: 10px !important;
    }

    .edec-mgb50s {
        margin-bottom: 10px !important;
    }

    .edec-pdt12s-dvh {
        padding-top: 12dvh !important;
    }

    .edec-height60s {
        height: 60px !important;
    }
}



@media only screen and (min-width: 600px) and (max-width: 767.98px) {

    .edec-pop-iframe-content1 .edec-inner1 {
        margin: auto;
        padding: 0;
        max-width: 544px;
        width: 100%;
    }

    .edec-pop-iframe-content1 .edec-items1 .wrap1 {
        margin-left: -1.7699%;
        margin-right: -1.7699%;
    }

    .edec-pop-iframe-content1 .edec-items1 .wrap1 .item {
        margin: 0 1.7699% 25px;
        width: 29.7345%;
    }



    .edec-pop-iframe-content1 .edec-b-title1 {
        border-bottom: 4px solid #eee;
        margin: 65px 0 30px;
        padding: 20px 0 25px;
        position: relative;
    }

    .edec-pop-iframe-content1 .edec-b-title1 .title1 {
        color: #000;
        font-size: 22px;
        font-weight: 400;
        margin: 0;
    }

    .edec-pop-iframe-content1 .edec-adv-search-blt1 {
        background: #aadc41 url("/front/assets/img/common/icon-advs-open2.svg") no-repeat center center;
        background-size: contain;
        border-radius: 6px;
        cursor: pointer;
        display: block;
        height: 56px;
        position: relative;
        transition: all 0.3s ease;
        width: 56px;
    }

    .edec-pop-iframe-content1 .edec-adv-search-blt1.open1 {
        background-image: url("/front/assets/img/common/icon-advs-close1.svg");
    }

    .edec-pop-iframe-content1 .edec-b-title1 .edec-adv-search-blt1 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .edec-pop-iframe-content1 .edec-adv-search-blt1 .note1 {
        border-radius: 3px;
        height: 42px;
        margin-left: -39px;
        padding: 5px 0 0 0;
        top: -53px;
        width: 78px;
    }

    .edec-pop-iframe-content1 .edec-adv-search-blt1 .note1:before {
        bottom: -6px;
        height: 10px;
        margin: 0 0 0 -5px;
        width: 10px;
    }

    .edec-pop-iframe-content1 .edec-adv-search-blt1 .note1 span {
        margin: 0;
        transform: scale(1);
    }


    .edec-pop-iframe-content1 .edec-pop-iframe-content1 .ff1 {
        font-size: 13px;
    }

    .edec-pop-iframe-content1 .edec-adv-search1 .table1 td {
        padding: 7px 0 10px 11px;
    }

    .edec-pop-iframe-content1 .edec-adv-search1 .buttons1 .btn1 {
        line-height: 58px;
        margin: 0;
        width: 44%;
    }

    .edec-pop-iframe-content1 .edec-adv-search1 .buttons1 *+.btn1 {
        margin-left: 3.6697%;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 {
        margin: 0;
        padding: 0;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .sorter1 {
        display: flex;
        align-items: center;
        padding-right: 18px;
        width: 53%;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .sorter1 .hd1 {
        font-size: 14px;
        margin: 0;
        overflow: hidden;
        width: 107px;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .sorter1 ul {
        display: none;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .sorter1 select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url("/front/assets/img/common/search-select-arrow1.svg") no-repeat right 11px center;
        background-size: 12px 7px;
        border: 1px solid #666;
        border-radius: 3px;
        display: block;
        font-size: 15px;
        line-height: 38px;
        margin: 0;
        outline: none;
        padding: 0 25px 0 10px;
        position: relative;
        text-align: left;
        transform: scale(1);
        width: calc(100% - 107px);
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .sorter1 select::-ms-expand {
        display: none;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .number1 {
        display: flex;
        align-items: center;
        padding-left: 19px;
        width: 47%;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .number1 .hd1 {
        font-size: 14px;
        margin: 0;
        overflow: hidden;
        width: 80px;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .number1 ul {
        display: none;
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .number1 select {
        font-size: 15px;
        line-height: 38px;
        margin: 0;
        outline: none;
        padding: 0 25px 0 10px;
        position: relative;
        text-align: left;
        transform: scale(1);
        width: calc(100% - 80px);
    }

    .edec-pop-iframe-content1 .edec-toolbar1 .number1 select::-ms-expand {
        display: none;
    }

    .edec-pop-iframe-content1 .edec-toolbar2 {
        flex-wrap: wrap;
        margin: 25px 0 20px;
        padding: 10px 14px 15px;
    }


    .edec-pop-iframe-content1 .edec-details-cnt1 .details-wrap1 {
        display: block;
        margin: 18px 0 25px;
    }

    .edec-pop-iframe-content1 .edec-details-cnt1 .block1 {
        float: left;
        width: 55.0458%;
    }

    .edec-pop-iframe-content1 .edec-details-cnt1 .block2 {
        padding-left: 3.6697%;
        width: 44.9541%;
        margin-left: 300px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .item1 {
        padding: 15px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-arrow {
        top: 125px;
        height: 24px;
        width: 24px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-next {
        right: -11px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-prev {
        left: -11px;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li {
        height: auto;
        margin: 0 3.5714% 10px 0;
        width: 17.1428%;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(6n) {
        margin-right: 3.5714%;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(6n+1) {
        clear: none;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(5n) {
        margin-right: 0;
    }

    .edec-pop-iframe-content1 .edec-ditails-image1 .slick-dots li:nth-child(5n+1) {
        clear: none;
    }

    .edec-pop-iframe-content1 .edec-details-data1 .prd-name1 {
        font-size: 18px;
    }

    .edec-pop-iframe-content1 .edec-details-data1 .prd-spec1 .hd1 {
        font-size: 16px;
    }

    .edec-pop-iframe-content1 .edec-campaign-block1 dl dt {
        font-size: 14px;
        line-height: 32px;
    }

    .edec-pop-iframe-content1 .edec-campaign-block1 dl dd {
        font-feature-settings: "palt";
        font-size: 13px;
        line-height: 1.7;
        padding: 11px 12px;
    }
}





/* **************** 返品依頼書 **************** */

#edec-form_return-wrapper {
    width: 100%;
}

.edec-form_return {
    margin: auto;
    /*height: 878px;*/
    /*height: 1625px;*/
    position: relative;
    width: 550px;
    /*width: 1100px;*/
}

.edec-form_return .bg-image1 {
    height: auto;
    width: 100%;
}

.edec-form_return&gt;div {
    background: rgba(255, 255, 255, 0.0);
    color: #000;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0;
}

.edec-form_return .page1 {
    font-size: 10px;
    /*height: 10px;*/
    height: 11px;
    /*line-height: 10px;*/
    line-height: 11px;
    right: 19px;
    position: absolute;
    text-align: right;
    top: 0;
    transform: scale(0.9);
    transform-origin: right top;
    /*width: 60px;*/
    width: 67px;
}

.edec-form_return .txt1 {
    font-size: 10px;
    /*height: 10px;*/
    height: 11px;
    /*line-height: 10px;*/
    line-height: 11px;
    right: 162px;
    position: absolute;
    text-align: center;
    top: 43px;
    transform: scale(0.9);
    transform-origin: right top;
    /*width: 50px;*/
    width: 55px;
}

.edec-form_return .txt2 {
    font-size: 10px;
    /*height: 10px;*/
    height: 11px;
    /*line-height: 10px;*/
    line-height: 11px;
    right: 177px;
    position: absolute;
    text-align: center;
    top: 52px;
    transform: scale(0.9);
    transform-origin: right top;
    /*width: 50px;*/
    width: 55px;
}

.edec-form_return .txt3 {
    font-size: 10px;
    /*height: 10px;*/
    height: 17px;
    /*line-height: 10px;*/
    line-height: 17px;
    right: 40px;
    position: absolute;
    text-align: center;
    top: 247px;
    transform: scale(0.6);
    transform-origin: right top;
    /*width: 30px;*/
    width: 50px;
}

.edec-form_return .txt4 {
    font-size: 13px;
    height: 16px;
    left: 20px;
    line-height: 16px;
    position: absolute;
    text-align: left;
    top: 607px;
    width: 64px;
}

.edec-form_return .txt5 {
    font-size: 12px;
    height: 14px;
    left: 250px;
    line-height: 14px;
    position: absolute;
    text-align: right;
    top: 710px;
    width: 172px;
}

.edec-form_return .data1 {
    font-size: 12px;
    height: 14px;
    left: 90px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 56px;
    width: 30px;
}

.edec-form_return .data2 {
    font-size: 14px;
    height: 18px;
    left: 154px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 55px;
    width: 22px;
}

.edec-form_return .data3 {
    font-size: 14px;
    height: 18px;
    left: 224px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 55px;
    width: 22px;
}

/*.edec-form_return .data4 {
	font-size: 14px;
	height: 18px;
	left: 100px;
	line-height: 1;
	position: absolute;
	text-align: right;
	top: 82px;
	width: 150px;
}*/
.edec-form_return .data5 {
    font-size: 14px;
    height: 18px;
    left: 100px;
    line-height: 1;
    position: absolute;
    text-align: right;
    top: 114px;
    width: 150px;
}

.edec-form_return .data5-2 {
    font-size: 10px;
    height: 18px;
    left: 30px;
    line-height: 1;
    position: absolute;
    text-align: right;
    top: 120px;
    width: 220px;
}

.edec-form_return .data6 {
    font-size: 12px;
    height: 16px;
    left: 155px;
    letter-spacing: 1.09em !important;
    line-height: 16px;
    padding: 0 0 0 8px !important;
    position: absolute;
    text-align: left;
    top: 136px;
    width: 127px;
}

.edec-form_return .data7 {
    font-size: 12px;
    height: 16px;
    left: 147px;
    letter-spacing: 0.1em !important;
    line-height: 16px;
    position: absolute;
    text-align: right;
    top: 158px;
    width: 119px;
}

/*.edec-form_return .data8 {
	font-size: 12px;
	height: 16px;
	left: 147px;
	letter-spacing: 0.1em !important;
	line-height: 16px;
	position: absolute;
	text-align: right;
	top: 186px;
	width: 119px;
}*/
.edec-form_return .data9 {
    font-size: 12px;
    height: 16px;
    left: 366px;
    letter-spacing: 1.09em !important;
    line-height: 16px;
    padding: 0 0 0 8px !important;
    position: absolute;
    text-align: left;
    top: 153px;
    width: 166px;
}

.edec-form_return .data10 {
    font-size: 10px;
    height: 18px;
    left: 329px;
    line-height: 18px;
    position: absolute;
    text-align: right;
    top: 174px;
    transform: scale(0.9);
    transform-origin: left top;
    /*width: 190px;*/
    width: 211px;
}

.edec-form_return .data11 {
    font-size: 11px;
    height: 14px;
    left: 406px;
    letter-spacing: 1.22em !important;
    line-height: 14px;
    padding: 0 0 0 7px !important;
    position: absolute;
    text-align: left;
    top: 192px;
    width: 125px;
}

.edec-form_return .group1 {
    left: 0;
    position: absolute;
}

.edec-form_return .group1-1 {
    top: 259px;
}

.edec-form_return .group1-2 {
    top: 279px;
}

.edec-form_return .group1-3 {
    top: 299px;
}

.edec-form_return .group1-4 {
    top: 318px;
}

.edec-form_return .group1-5 {
    top: 339px;
}

.edec-form_return .group1-6 {
    top: 358px;
}

.edec-form_return .group1-7 {
    top: 378px;
}

.edec-form_return .group1-8 {
    top: 397px;
}

.edec-form_return .group1-9 {
    top: 418px;
}

.edec-form_return .group1-10 {
    top: 437px;
}

.edec-form_return .data12 {
    font-size: 10px;
    /*height: 10px;*/
    height: 13px;
    left: 21px;
    /*line-height: 10px;*/
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: scale(0.8);
    transform-origin: left top;
    /*width: 20px;*/
    width: 25px;
}

.edec-form_return .data13 {
    font-size: 10px;
    /*height: 10px;*/
    height: 13px;
    left: 45px;
    /*line-height: 10px;*/
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: scale(0.8);
    transform-origin: left top;
    /*width: 10px;*/
    width: 13px;
}

.edec-form_return .data14 {
    font-size: 10px;
    /*height: 10px;*/
    height: 13px;
    left: 60px;
    /*line-height: 10px;*/
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: scale(0.8);
    transform-origin: left top;
    /*width: 10px;*/
    width: 13px;
}

.edec-form_return .data15 {
    font-size: 10px;
    height: 16px;
    left: 84px;
    letter-spacing: 0.94em !important;
    line-height: 16px;
    padding: 0 0 0 5px !important;
    position: absolute;
    text-align: left;
    top: 0;
    width: 95px;
}

.edec-form_return .data16 {
    font-size: 10px;
    /*height: 16px;*/
    /*height: 25px;*/
    height: 21.52px;
    left: 183px;
    /*line-height: 1.076;*/
    line-height: 10.76px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 1px;
    transform: scale(0.65);
    transform-origin: left top;
    /*width: 126px;*/
    width: 190px;
}

/*.edec-form_return .data17 {
	font-size: 10px;
	height: 16px;
	left: 318px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 32px;
}
.edec-form_return .data18 {
	font-size: 10px;
	height: 16px;
	left: 357px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 55px;
}
.edec-form_return .data19 {
	font-size: 10px;
	height: 16px;
	left: 414px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 55px;
}*/
.edec-form_return .data20 {
    font-size: 10px;
    height: 16px;
    left: 470px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
}

/*.edec-form_return .data21 {
	font-size: 10px;
	/*height: 16px;
	height: 20px;
	left: 35px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	top: 468px;
	transform: scale(0.8);
	transform-origin: left top;
	/*width: 490px;
	width: 612px;
}
.edec-form_return .data22 {
	font-size: 10px;
	height: 16px;
	left: 462px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 490px;
	width: 38px;
}
.edec-form_return .data23 {
	font-size: 10px;
	height: 16px;
	left: 442px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 539px;
	width: 26px;
}
.edec-form_return .data24 {
	font-size: 10px;
	height: 16px;
	left: 477px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 539px;
	width: 26px;
}
.edec-form_return .data25 {
	font-size: 10px;
	height: 16px;
	left: 81px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	top: 580px;
	width: 72px;
}
.edec-form_return .data26 {
	font-size: 10px;
	/*height: 16px;
	height: 20px;
	left: 219px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	top: 581px;
	transform: scale(0.8);
	transform-origin: left top;
	/*width: 165px;
	width: 206px;
}
.edec-form_return .data27 {
	font-size: 10px;
	/*height: 16px;
	height: 20px;
	left: 448px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	top: 581px;
	transform: scale(0.8);
	transform-origin: left top;
	/*width: 70px;
	width: 88px;
}*/
@media screen {
    .edec-form_return {
        margin: 0;
        transform: scale(1.3);
        transform-origin: center top;
    }

    .edec-form_return+.edec-form_return {
        margin-top: 850px;
    }
}

@media only screen and (max-width: 767.98px) {
    .edec-form_return {
        transform-origin: left top;
    }
}

@media print {

    /*.edec-form_return {
		width: 88%;
	}*/
    /*A4縦*/
    /*#edec-form_return-wrapper {
		width: 172mm;
		height: 251mm;
		page-break-after: always;
	}*/
    html,
    body {
        width: 100%;
        height: 100%;
    }

    /*#edec-form_return-wrapper {
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
	}*/
    .edec-form_return {
        page-break-after: always;
        /*position: absolute;*/
        transform: scale(1.6);
        transform-origin: center top;
    }
}




.edec-lp-main1 {
    margin-top: 52px;
    position: relative;
    transform: translateY(-52px);
    width: 100%;
}

.edec-lp-main1 .image1 {
    height: auto;
    margin: 0 auto 24px;
    width: 490px;
}

.edec-lp-main1 .block1 {
    margin: auto;
    max-width: 1130px;
    position: relative;
    width: 100%;
}

.edec-lp-main1 .block1 .copy1 {
    background: #fff;
    color: #666;
    font-feature-settings: "palt";
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0;
    padding: 0 45px;
    position: absolute;
    top: -11px;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.edec-lp-main1 .block1 .image2 {
    max-width: 100%;
}

.edec-lp-button1 {
    background: url("/front/assets/a-blog/upload/img/hugutto_lp/main-button1.png") no-repeat center center;
    background-size: contain;
    display: block;
    height: 74px;
    margin: auto;
    position: relative;
    width: 450px;
}

.edec-lp-button1:before {
    background: #fff;
    border-radius: 37px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease;
    width: 100%;
}

.edec-lp-button1:hover:before {
    opacity: 0.3;
}

.edec-lp-button1 img {
    height: auto;
    width: 100%;
}

.edec-lp-button1 span {
    display: none;
}

.edec-lp-main1 .block1 .edec-lp-button1 {
    /*bottom: 52px;*/
    bottom: 10.1167%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.edec-lp-conveni {
    margin-top: 0px;
    position: relative;
}

.edec-lp-conveni .inner1 {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.edec-lp-conveni .title1 {
    color: #92c700;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

.edec-lp-conveni .block1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.edec-lp-conveni .block1 .item1 {
    margin-right: 10%;
    width: 45%;
}

.edec-lp-conveni .block1 .item1:nth-child(2n) {
    margin-right: 0;
}

.edec-lp-conveni .block1 .item1:nth-child(n+3) {
    margin-top: 60px;
}

.edec-lp-conveni .block1 .item1 img {
    height: auto;
    max-width: 100%;
}

.edec-lp-conveni .block1 .item1 .hd1 {
    background: url("/front/assets/a-blog/upload/img/hugutto_lp/conveni-title-bg1.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.edec-lp-conveni .block1 .item1 .hd1:before {
    content: "";
    display: block;
    padding-bottom: 18.2222%;
    width: 100%;
}

.edec-lp-conveni .block1 .item1 .hd1 span {
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-size: 28px;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.edec-lp-conveni .block1 .item1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 18px;
}

.edec-lp-conveni .block1 .item1 p+.edec-note1 {
    font-size: 14px;
    line-height: 1.5;
    margin: -10px 0 10px;
}

.edec-lp-flow {
    background: url("/front/assets/a-blog/upload/img/hugutto_lp/flow-bg1.jpg") repeat left top;
    background-size: 34px;
    margin-top: 90px;
    padding: 65px 0 55px;
    position: relative;
}

.edec-lp-flow .inner1 {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.edec-lp-flow .title1 {
    color: #fff;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 35px;
    text-align: center;
}

.edec-lp-flow .inner1 {
    max-width: 1016px;
}

.edec-lp-flow .block1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.edec-lp-flow .block1 .item1 {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin: 0 8px 15px;
    padding: 17px;
    width: 238px;
}

.edec-lp-flow .block1 .item1 img {
    height: auto;
    max-width: 100%;
}

.edec-lp-flow .block1 .item1 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0 0;
    position: relative;
}

.edec-lp-flow .block1 .item1 p span {
    bottom: 0.5em;
    font-size: 11px;
    position: relative;
}

.edec-lp-flow .edec-note1 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.edec-lp-member {
    margin: 68px 0 95px;
    position: relative;
}

.edec-lp-member .inner1 {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.edec-lp-member&gt;.inner1&gt;.title1 {
    color: #92c700;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 17px;
    text-align: center;
}

.edec-lp-member&gt;.inner1&gt;.copy1 {
    color: #555;
    font-feature-settings: "palt";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.edec-lp-member&gt;.inner1&gt;.block1 {
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin: 15px auto 25px;
    width: 100%;
}

.edec-lp-member&gt;.inner1&gt;.block1&gt;div {
    position: relative;
    /*width: 284px;*/
    width: 28.4%;
}

.edec-lp-member&gt;.inner1&gt;.block1&gt;div+div:before {
    background: url("/front/assets/a-blog/upload/img/hugutto_lp/member-arrow1.jpg") no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 25px;
    /*left: -48px;*/
    left: -17.6056%;
    position: absolute;
    /*top: 120px;*/
    top: 33%;
    width: 30px;
}

.edec-lp-member&gt;.inner1&gt;.block1 img {
    height: auto;
    width: 100%;
}

.edec-lp-member&gt;.inner1&gt;.block1 p {
    font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 12px 0 0;
    text-align: center;
}

.edec-lp-faq {
    background: #effbd4;
    margin-top: 75px;
    padding: 65px 0 55px;
    position: relative;
}

.edec-lp-faq .inner1 {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}

.edec-lp-faq .title1 {
    color: #92c700;
    font-family: 'YakuHanJP_Narrow', 'Sawarabi Gothic';
    font-feature-settings: "palt";
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 60px;
    text-align: center;
}

.edec-faq-cnt1 .hd1 {
    background: #fff;
    box-shadow: 0 1px 0 0 #bad68e;
}

.edec-faq-cnt1 .hd1:before {
    color: #92c700;
    font-size: 23px;
}

.edec-faq-cnt1 .hd1 .blt1:after,
.edec-faq-cnt1 .hd1 .blt1:before {
    background: #97ce1f;
    border-radius: 2px;
    height: 4px;
}

.edec-faq-cnt1 .body1 {
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 0 0 #bad68e;
    margin-top: -6px;
    padding: 24px 20px 20px 50px;
    position: relative;
}

.edec-faq-cnt1 .body1:before {
    font-size: 23px;
}

.edec-faq-cnt1 .body1:after {
    background: none;
    border: none;
    border-top: 2px dotted #92c700;
    content: "";
    display: block;
    height: 0;
    left: 15px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 6px;
}


@media print,
screen and (min-width: 768px) {
    .edec-contact-block2-padiing1 {
        position: relative;
        padding-bottom: 80px !important;
    }

    .edec-block-right {
        margin-top: 10px;
        position: absolute;
        right: 60px;
    }

    .edec-postion-relative {
        position: relative;
    }

    .edec-block-bottom {
        position: absolute;
        bottom: 20px;
    }
}


@media only screen and (max-width: 767.98px) {


    .edec-lp-main1 {
        background: url("/front/assets/a-blog/upload/img/hugutto_lp/main-bg2-sp.jpg") no-repeat center bottom;
        background-size: 738px auto;
        border-bottom: 12px solid #bde839;
        margin-top: -120px;
        overflow: hidden;
        padding-bottom: 117px;
        transform: translateY(-32px);
    }

    .edec-lp-main1 .image1 {
        margin: 0 auto 10px;
        width: 290px;
    }

    .edec-lp-main1 .block1 {
        max-width: 460px;
        width: 100%;
    }

    .edec-lp-main1 .block1 .copy1 {
        background-color: transparent;
        font-size: 16px;
        left: auto;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin: auto;
        max-width: 315px;
        padding: 0;
        position: relative;
        top: auto;
        text-align: left;
        transform: translateX(0);
        white-space: normal;
    }

    .edec-lp-main1 .block1 .image2 {
        height: auto;
        /*left: 8px;*/
        margin-bottom: 4px;
        margin-top: -15px;
        margin: -15px auto 4px 2.1333%;
        max-width: 99.2%;
        position: relative;
    }

    .edec-lp-button1 {
        background-image: url("/front/assets/a-blog/upload/img/hugutto_lp/main-button1-sp.png");
        height: 64px;
        width: 326px;
    }

    .edec-lp-button1:before {
        display: none;
    }

    .edec-lp-main1 .block1 .edec-lp-button1 {
        bottom: auto;
        left: auto;
        position: relative;
        transform: translateX(0);
    }

    .edec-lp-conveni {
        margin-top: 5px;
    }

    .edec-lp-conveni .inner1 {
        padding: 0 12px;
    }

    .edec-lp-conveni .title1 {
        font-size: 28px;
        margin: 0 0 35px;
    }

    .edec-lp-conveni .block1 {
        display: block;
    }

    .edec-lp-conveni .block1 {
        margin: auto;
        max-width: 460px;
    }

    .edec-lp-conveni .block1 .item1 {
        margin: auto;
        width: 100%;
    }

    .edec-lp-conveni .block1 .item1:nth-child(2n) {
        margin-right: auto;
    }

    .edec-lp-conveni .block1 .item1:nth-child(n+3) {
        margin-top: 45px;
    }

    .edec-lp-conveni .block1 .item1:nth-child(n+2) {
        margin-top: 45px;
    }

    .edec-lp-conveni .block1 .item1 .hd1 {
        background-image: url("/front/assets/a-blog/upload/img/hugutto_lp/conveni-title-bg1-sp.png");
    }

    .edec-lp-conveni .block1 .item1 .hd1:before {
        padding-bottom: 23.5632%;
    }

    .edec-lp-conveni .block1 .item1 .hd1 span {
        font-size: 25px;
    }

    .edec-lp-conveni .block1 .item1 p {
        font-size: 17px;
        margin: 0 0 15px;
    }

    .edec-lp-flow {
        margin-top: 60px;
        padding: 50px 0 55px;
    }

    .edec-lp-flow .title1 {
        font-size: 28px;
    }

    .edec-lp-flow .block1 {
        margin: auto;
        max-width: 480px;
        width: calc(100% - 26px);
    }

    .edec-lp-flow .block1 .item1 {
        margin: 0 4% 0 0;
        min-height: 358px;
        padding: 15px 0;
        width: 48%;
    }

    .edec-lp-flow .block1 .item1:nth-child(2n) {
        margin-right: 0;
    }

    .edec-lp-flow .block1 .item1:nth-child(n+3) {
        margin-top: 15px;
    }

    .edec-lp-flow .block1 .item1 p {
        font-feature-settings: "palt";
        font-size: 15px;
        margin: 18px 18px 0;
    }

    .edec-lp-flow .block1 .item1 p span {
        font-size: 10px;
    }

    .edec-lp-flow .edec-note1 {
        margin: 22px 12px 0;
    }

    .edec-lp-member {
        margin: 35px 0 50px;
    }

    .edec-lp-member&gt;.inner1&gt;.title1 {
        font-size: 28px;
    }

    .edec-lp-member&gt;.inner1&gt;.copy1 {
        font-size: 17px;
        line-height: 1.58;
    }

    .edec-lp-member&gt;.inner1&gt;.block1 {
        display: block;
        margin: 20px auto 35px;
    }

    .edec-lp-member&gt;.inner1&gt;.block1&gt;div {
        width: 100%;
    }

    .edec-lp-member&gt;.inner1&gt;.block1&gt;div+div {
        margin-top: 52px;
    }

    .edec-lp-member&gt;.inner1&gt;.block1&gt;div+div:before {
        height: 18px;
        left: 50%;
        position: absolute;
        top: -37px;
        transform: translateX(-50%) rotate(90deg);
        width: 21px;
    }

    .edec-lp-member&gt;.inner1&gt;.block1 img {
        display: block;
        height: auto;
        margin: auto;
        width: 250px;
    }

    .edec-lp-member&gt;.inner1&gt;.block1 p {
        margin: 10px 0 0;
    }

    .edec-lp-faq {
        margin-top: 0;
        padding: 45px 0 60px;
    }

    .edec-lp-faq .inner1 {
        padding: 0 13px;
    }

    .edec-lp-faq .title1 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .edec-faq-cnt1 .hd1:before {
        font-size: 18px;
    }

    .edec-faq-cnt1 .body1:before {
        font-size: 18px;
    }

    .edec-faq-cnt1 .body1:after {
        top: 6px;
    }


    .edec-anchors1-margin1 {
        margin-bottom: 50px !important;
    }

}

/* step7 cms */
/* top recommend-items */
.edec-copy1_recommend {
    font-feature-settings: "palt";
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 5px;
    /* display: inline; */
}

/* top banner */
.edec-banners1 .wrap1 .body1 {
    position: relative;
}

.edec-banners1 .wrap1 .body1 .icon-group {
    white-space: nowrap;
}

.edec-banners1 .wrap1 .body1 .icon-group .icon:nth-child(1) {
    margin-left: 0px;
}

.edec-banners1 .wrap1 .body1 .icon-group .icon:nth-child(2) {
    margin-left: 55px;
}

.edec-banners1 .wrap1 .body1 .icon-group .icon:nth-child(3) {
    margin-left: 110px;
}

.edec-banners1 .wrap1 .body1 .date-group {
    position: absolute;
    top: 4px;
    right: 0;
}

.edec-banners1 .wrap1 .body1 .date {
    line-height: 15.3px;
    height: 15.3px;
    padding: 0 1.5px 0 5px;
    margin: 0 5px 0 5px;
    word-break: break-all;
    color: #e41e1e;
    font-feature-settings: "palt";
    font-size: 10px;
    font-weight: 700;
    line-height: 1.00;
}

.edec-banners1 .wrap1 .body1 .date p {
    margin-right: 0;
}

.edec-banners1 .wrap1 .body1 .title {
    margin-bottom: 0.1rem;
    font-weight: 750;
    font-size: medium;
    line-height: 1.3;
    height: auto;
}

/* top recommend-category */
.edec-o-items1 .wrap1 .body1 .title {
    margin-bottom: 0.1rem;
    font-size: 18px;
    font-weight: 750;
    height: auto;
}

/* ［保守］EDUCE_SUPPORT-170 追加css ここから */
.edec-ranking-items1 .edec-com-item1 .body1 p,
.slider2 .body1 p {
    height: 117px;
}

.edec-ranking-items1 .edec-com-item1 .price1,
.slider2 .price1 {
    height: 54px;
}

/* ［保守］EDUCE_SUPPORT-170 追加css ここまで */

@media only screen and (max-width: 767.98px) {

    /* top recommend-items */
    .edec-copy1_recommend {
        font-size: 19px;
        margin: 0 0 13px;
    }

    .recommend-pager-pc {
        display: none;
    }

    .all-count-pc {
        display: none;
    }

    .recommend-pager-sp {
        font-feature-settings: "palt";
        font-size: 22px;
        font-weight: 400;
        line-height: 1.5;
        margin: 0 0 5px;
        float: right;
    }

    /* top banner */
    .edec-banners1 .wrap1 .body1 {
        position: relative;
    }

    .edec-banners1 .wrap1 .body1 .icon-group {
        white-space: nowrap;
    }

    .edec-banners1 .wrap1 .body1 .date-group {
        position: static;
        float: right;
        height: auto;
        margin-right: -7px;
    }

    .edec-banners1 .wrap1 .body1 .date {
        position: static;
        padding: 0;
        margin: 0;
        margin-bottom: 0.2rem;
        width: auto;
        letter-spacing: 0;
        display: block;
        height: auto;
        word-break: break-all;
        text-align: left;
    }

    .edec-banners1 .wrap1 .body1 .date p {
        color: #e41e1e;
        font-feature-settings: "palt";
        font-size: 10px;
        font-weight: 700;
        line-height: 1.00;
        text-align: right;
    }

    .edec-banners1 .wrap1 .body1 .title {
        clear: both;
        margin-top: 0.2em;
    }

    .edec-banners1 .wrap1 .body1 .text {
        margin-top: 0.2em;
        clear: both;
    }

    /* ［保守］EDUCE_SUPPORT-170 追加css ここから */
    .edec-ranking-items1 .edec-com-item1 .body1 p,
    .slider2 .body1 p {
        height: 140px;
    }

    .edec-ranking-items1 .edec-com-item1 .price1,
    .slider2 .price1 {
        height: 54px;
    }

    /* ［保守］EDUCE_SUPPORT-170 追加css ここまで */
}

@media print,
screen and (min-width: 767.98px) {

    /* top recommend-items */
    .recommend-pager-pc {
        font-feature-settings: "palt";
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin: 0 0 5px;
        float: right;
    }

    .recommend-pager-sp {
        display: none;
    }

    .all-count-sp {
        display: none;
    }
}

/* 2023/01 Add style for printing */
@media print {
    body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    a {
        text-decoration: none !important;
    }

    /*#edec-wrapper &gt; .edec-content1 {
		padding: 0 50px;
	}*/
    .edec-header1 {
        position: absolute;
    }

    .edec-lnavi1 .category1,
    .edec-lnavi1 .category2,
    .edec-lnavi1 .category3,
    .edec-lnavi1 .twitter1 {
        height: 0;
        overflow: hidden;
    }

    .edec-lnavi1.open1 .category1,
    .edec-lnavi1.open1 .category2,
    .edec-lnavi1.open1 .category3,
    .edec-lnavi1.open1 .twitter1 {
        height: auto;
        overflow: auto;
    }

    .page-home .edec-lnavi1 .category1,
    .page-home .edec-lnavi1 .category2,
    .page-home .edec-lnavi1 .category3,
    .page-home .edec-lnavi1 .twitter1 {
        height: auto;
        overflow: auto;
    }

    .edec-lnavi1 .twitter1,
    .edec-lnavi1 .category3 {
        break-inside: avoid;
    }

    .edec-lnavi1:not(.open1) .tags1 {
        display: none;
    }

    .page-home .edec-lnavi1 .tags1 {
        display: block;
    }

    #edec-pagetop-link {
        display: none;
    }

    .edec-cart-wrap1 .edec-in-cart-btn1 {
        display: none !important;
    }

    .edec-banners1.slider2 .slick-next,
    .edec-ranking-items1.slider .slick-next {
        transform: translateX(25px);
    }

    .edec-banners1.slider2 .slick-prev,
    .edec-ranking-items1.slider .slick-prev {
        transform: translateX(-25px);
    }

    div[name="recommend-module"],
    #reco1,
    #reco15,
    #reco11 {
        break-inside: avoid;
    }

    .edec-banners1.slider2,
    .edec-ranking-items1.slider {
        break-inside: avoid;
    }

    /* hugutto only */
    #edec-wrapper {
        min-height: 0 !important;
        overflow: visible;
        padding: 0 40px;
    }

    .edec-content1:before,
    .edec-content1.bg1:before {
        left: -40px;
        transform: translateX(0);
        width: calc(100% + 80px);
    }

    .edec-header1-block2&gt;.inner2&gt;.block2 {
        width: calc(100% - 442px);
    }

    @-moz-document url-prefix() {
        * {
            font-weight: 400 !important;
        }
    }

    /* 応急処置的修正 */
    .edec-lnavi1 {
        transform: translateX(-350px);
    }

    .edec-lnavi1.open1 {
        transform: translateX(-40px);
    }

    .page-home .edec-lnavi1 {
        transform: translateX(-40px) !important;
    }

    .edec-content1&gt;.edec-inner1 {
        left: -39px;
    }

}

/* FAX廃止に伴うエデュース改修対応 ここから */
.edec-rn1-label-info1 {
    background: #f4fde2;
    border-radius: 22px;
    margin: 60px auto 45px;
    max-width: 960px;
    padding: 50px 30px 40px;
    width: 100%;
}

.edec-rn1-label-info1 .title1 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 13px;
    text-align: center;
}

.edec-rn1-label-info1 .title1 span {
    position: relative;
}

.edec-rn1-label-info1 .title1 img {
    height: 102px;
    left: -104px;
    position: absolute;
    top: -79px;
    width: 102px;
}

.edec-rn1-label-info1 .btn1 {
    background: #ff88a4;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin: auto;
    max-width: 500px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    z-index: 3;
}

.edec-rn1-label-info1 .btn1.disabled {
    pointer-events: none;
}

.edec-rn1-label-info1 .btn1:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.edec-rn1-label-info1 .btn1&gt;span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.edec-rn1-label-info1 .btn1:before {
    background: url("/front/assets/img/common/label-rn1-check1.svg") no-repeat center center;
    content: "";
    display: inline-block;
    height: 40px;
    margin: -2px 15px 0 0;
    position: relative;
    vertical-align: middle;
    width: 40px;
    text-decoration: none !important;
}

.edec-rn1-label-info1 .wrap1 {
    background: #fff;
    margin: 35px 0;
    padding: 28px 40px 32px;
    text-align: center;
}

.edec-rn1-label-info1 .title2 {
    color: #ff88a4;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.33;
    margin: 0 0 10px;
    text-align: center;
}

.edec-rn1-label-info1 .title2 span.em1 {
    font-size: 27px;
}

.edec-rn1-label-info1 .copy1 {
    display: inline-block;
    font-size: 15px;
    line-height: 1.73;
    margin: 0 auto 25px;
    text-align: left;
}

.edec-rn1-label-info1 .block1 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}

.edec-rn1-label-info1 .block1 ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 48.7804878%;
}

.edec-rn1-label-info1 .block1 ul li {
    background: #fff0f3 url("/front/assets/img/common/label-rn1-favorite1-s.svg") no-repeat 20px center / 11px 16px;
    border-radius: 19px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
    padding: 9px 0 9px 40px;
    position: relative;
    text-align: left;
}

.edec-rn1-label-info1 .block1 img {
    height: auto;
    width: 48.04878049%;
}

.edec-rn1-label-info1 .btns1 {
    display: flex;
    margin: auto;
    max-width: 820px;
    position: relative;
    width: 100%;
}

.edec-rn1-label-info1 .btns1:before {
    border-right: 2px dotted #666;
    bottom: 0;
    content: "";
    display: block;
    height: 57px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 0;
}

.edec-rn1-label-info1 .btns1&gt;div {
    width: 50%;
}

.edec-rn1-label-info1 .btns1&gt;div:first-child {
    padding-right: 50px;
}

.edec-rn1-label-info1 .btns1&gt;div:last-child {
    padding-left: 50px;
}

.edec-rn1-label-info1 .copy2 {
    color: #ff88a4;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.edec-rn1-label-info1 .copy2 span {
    display: inline-block;
    position: relative;
}

.edec-rn1-label-info1 .copy2 span:after,
.edec-rn1-label-info1 .copy2 span:before {
    background: #ea554a;
    bottom: 0;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    width: 1px;
}

.edec-rn1-label-info1 .copy2 span:after {
    left: -6px;
    transform: rotate(-24deg);
    transform-origin: right bottom;
}

.edec-rn1-label-info1 .copy2 span:before {
    right: -6px;
    transform: rotate(24deg);
    transform-origin: left bottom;
}

.edec-rn1-label-info1 .btn2 {
    background: #fff;
    border: 1px solid #aadc41;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.edec-rn1-label-info1 .btn2:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.edec-rn1-label-info1 .btn2:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 0;
}

.edec-rn1-label-info1 .btn2:hover:before {
    background-color: #f3ffd9;
    width: 100%;
}

.edec-rn1-label-info1 .btn2&gt;span {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    text-align: center;
    padding-left: 23px;
}

.edec-rn1-label-info1 .btn2:after {
    background: url("/front/assets/img/common/label-rn1-icon-history1.svg") no-repeat center center / contain;
    content: "";
    display: inline-block;
    height: 38px;
    left: 14px;
    position: absolute;
    top: 10px;
    width: 38px;
    text-decoration: none !important;
}

.edec-rn1-label-info1 .btn3 {
    background: #fff;
    border: 1px solid #aadc41;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.edec-rn1-label-info1 .btn3:before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 0;
}

.edec-rn1-label-info1 .btn3:hover:before {
    background-color: #f3ffd9;
    width: 100%;
}

.edec-rn1-label-info1 .btn3:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.edec-rn1-label-info1 .btn3&gt;span {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    text-align: center;
    padding-left: 23px;
}

.edec-rn1-label-info1 .btn3:after {
    background: url("/front/assets/img/common/label-rn1-icon-favorite1.svg") no-repeat center center / contain;
    content: "";
    display: inline-block;
    height: 38px;
    left: 14px;
    position: absolute;
    top: 10px;
    width: 38px;
    text-decoration: none !important;
}

.edec-rn1-button1 {
    background: #ff88a4;
    border: none;
    border-radius: 6px;
    color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 6px;
    padding: 9px 25px 9px 16px;
    position: relative;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.edec-rn1-button1:hover {
    opacity: 0.8;
}

.edec-rn1-button1:after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}

.edec-rn1-add-label1 &gt; :nth-child(2) {
  position: relative;
}
.edec-rn1-add-label1 .error1 {
  bottom: 0.5em;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
  left: 22px;
  position: absolute;
  display: none;
}

@media only screen and (max-width: 767.98px) {

    .edec-search1 .input1 {
        width: 77%;
    }

    .edec-rn1-purchase-history-button1 {
        display: none;
    }

    .edec-rn1-table-wrap1&gt;.inner1 {
        overflow-x: scroll;
    }

    .edec-rn1-table-wrap1&gt;.inner1&gt;.edec-rn1-table1 {
        width: 955px;
    }

    .edec-rn1-table1 colgroup {
        display: none;
    }

    .edec-rn1-table1 thead th {
        font-size: 11px;
        padding: 5px;
        white-space: nowrap;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(2) {
        width: 135px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(3) {
        width: 120px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(4) {
        width: 100px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-child(8) {
        width: 88px;
    }

    .edec-rn1-table1 thead tr:nth-child(1) th:nth-last-child(1) {
        width: 101px;
    }

    .edec-rn1-table1 tbody td {
        padding: 5px;
    }

    .edec-rn1-table1.rn1-in1 tr td:not(:first-child) {
        padding: 15px;
    }

    .edec-rn1-table1 .rn1-bdl2 {
        background-image: linear-gradient(to right, transparent 15px, #ddd 15px, #ddd calc(100% - 15px), transparent calc(100% - 15px)), linear-gradient(to top, transparent 10px, #ddd 10px, #ddd 100%);
    }

    .edec-rn1-table1.rn1-in1 tr td.rn1-bdl2 {
        padding: 15px;
    }

    .edec-rn1-table1 .rn1-wd1 {
        border-right: 1px solid #ddd;
    }

    .edec-rn1-table1 .rn1-wd1 td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .edec-rn1-table1.rn1-in1 .item1 {
        width: 399px;
    }

    .edec-rn1-table1 .edec-rn1-t-ac-btn1 {
        right: 17px;
        top: 14px;
    }

    .edec-rn1-select-label-modal1 {
        width: 350px;
    }

    .edec-rn1-select-label-modal1.st1 {
        width: 320px;
    }

    .edec-rn1-add-label1 {
        flex-wrap: wrap;
    }

    .edec-rn1-add-label1&gt; :nth-child(1) {
        justify-content: center;
        width: 100%;
    }

    .edec-rn1-add-label1&gt; :nth-child(1):before {
        border-color: #eee transparent transparent transparent;
        border-width: 14px 10px;
        bottom: -26px;
        right: calc(50% -10px);
        top: auto;
    }

    .edec-rn1-add-label1 .icon1 {
        height: 64px;
        width: 64px;
    }

    .edec-rn1-add-label1 .icon1:before {
        bottom: 2px;
        left: 2px;
        right: 2px;
        top: 2px;
    }

    .edec-rn1-add-label1 .edec-rn1-label-icon1 {
        height: 42px;
        width: 42px;
    }

    .edec-rn1-add-label1 .select1 {
        flex: none;
        flex-direction: row;
        margin-left: 10px;
    }

    .edec-rn1-add-label1&gt; :nth-child(2) {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 10px;
    }

    .edec-rn1-add-label1 .sep1 {
        background: none;
        height: 10px;
        width: 100%;
    }

    .edec-rn1-add-label1 [type=text] {
        font-size: 16px;
        width: 100%;
    }

    .edec-rn1-add-label1 .btn-add1 {
        margin: auto;
        width: 200px;
    }

    .edec-rn1-add-label1&gt; :nth-last-of-type(1) {
        border-left: none;
        border-top: 1px solid #bbb;
        padding: 15px 10px;
        width: 100%;
    }

    .edec-rn1-add-label1 .btn-list1 {
        font-size: 12px;
        padding: 4px 10px 4px 5px;
    }

    .edec-rn1-add-label1 .btn-list1:before {
        height: 6px;
        margin-top: -3px;
        right: 5px;
        width: 6px;
    }

    .edec-rn1-label-list-modal1 .modal-dialog {
        height: calc(100vh - 55px);
        margin: 45px 17px 0 17px;
        max-width: 600px;
        position: relative;
        right: auto;
        width: auto;
    }

    .edec-rn1-label-list-modal1 .modal-body .close {
        height: 34px;
        top: -40px;
        width: 34px;
    }

    .edec-rn1-popup-title1 {
        margin: 10px 0 15px;
    }

    .edec-rn1-popup-title1 .edec-rn1-label-icon1 {
        height: 30px;
        width: 30px;
    }

    .edec-rn1-popup-title1 .txt1 {
        font-size: 20px;
        margin-left: 10px;
    }

    .edec-qc-cnt1 .block1 {
        display: block;
        padding: 15px;
    }

    .edec-rn1-qc-buttons1 {
        flex-direction: column;
        gap: 15px;
        margin: 15px auto;
    }

    .edec-rn1-qc-buttons1&gt;* {
        width: 100%;
    }

    .edec-rn1-select-label-modal1.st2 {
        width: 350px;
    }

    .edec-rn1-label-info1 {
        border-radius: 10px;
        margin: 40px auto 30px;
        padding: 25px 15px 35px;
    }

    .edec-rn1-label-info1 .title1 {
        font-size: 18px;
        line-height: 1.44;
    }

    .edec-rn1-label-info1 .title1 img {
        height: 81px;
        left: -81px;
        top: -62px;
        width: 81px;
    }

    .edec-rn1-label-info1 .btn1 {
        max-width: none;
        padding: 0;
    }

    .edec-rn1-label-info1 .btn1&gt;span {
        font-size: 18px;
        line-height: 1.33;
        position: relative;
        text-align: left;
        padding-left: 0;
    }

    .edec-rn1-label-info1 .btn1:before {
        margin: 0 18px 0 0;
    }

    .edec-rn1-label-info1 .wrap1 {
        background: #fff;
        margin: 20px 0;
        padding: 25px 14px 24px;
    }

    .edec-rn1-label-info1 .title2 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .edec-rn1-label-info1 .title2 span.em1 {
        font-size: 22px;
    }

    .edec-rn1-label-info1 .copy1 {
        margin: 0 auto 15px;
    }

    .edec-rn1-label-info1 .block1 {
        flex-direction: column;
        gap: 16px;
    }

    .edec-rn1-label-info1 .block1 ul {
        width: 100%;
    }

    .edec-rn1-label-info1 .block1 ul li {
        background-position: 13px 10px;
        border-radius: 4px;
        line-height: 1.33;
        margin: 0 0 6px;
        padding: 8px 9px 8px 35px;
    }

    .edec-rn1-label-info1 .block1 img {
        display: block;
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
    }

    .edec-rn1-label-info1 .btns1 {
        flex-direction: column;
        gap: 18px;
        max-width: 500px;
    }

    .edec-rn1-label-info1 .btns1:before {
        display: none;
    }

    .edec-rn1-label-info1 .btns1&gt;div {
        width: 100%;
    }

    .edec-rn1-label-info1 .btns1&gt;div:first-child {
        padding-right: 0;
    }

    .edec-rn1-label-info1 .btns1&gt;div:last-child {
        padding-left: 0;
    }

    .edec-rn1-label-info1 .btn2&gt;span {
        padding-left: 15px;
    }

    .edec-rn1-label-info1 .btn2:after {
        left: 14px;
    }

    .edec-rn1-label-info1 .btn3&gt;span {
        font-size: 15px;
        padding-left: 29px;
    }

    .edec-rn1-label-info1 .btn3:after {
        left: 14px;
    }

    .edec-guide-button1&gt;span {
        font-size: 15px;
    }

	.edec-guide1 {
		display: block;
	}

    .edec-guide1 .item1 {
		max-width: 100%;
	}

    .edec-rn1-add-label1 .error1 {
        bottom: auto;
        display: block;
        left: auto;
        margin: 0.4em 0 0;
        position: relative;
        text-align: center;
    }
}
.edec-label-modal-scroll {
    max-height: 48vh !important;
    overflow-y: auto !important;
}

/* FAX廃止に伴うエデュース改修対応 ここまで */
</pre></body></html>