/* カスタマイズ用CSS */
.ec-headerRole {
    max-width: 1060px;
}
.ec-headerRole__subcopy {
    text-align: left;
    top: 30px;
    left: 400px;
    position: absolute;
  }
.list_subcopy-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}
.list_subcopy:before {
    content:  "";                 /* 空の要素作成 */
    width: 21px;                            /* 幅指定 */
    height: 21px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 0px;                             /* アイコンの位置を調整 */
    margin-right: 10px;                      /* 余白指定 */
    background-image: url("../../../../html/template/default/assets/img/common/list_icon.gif");
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}
.list_subcopy {
    padding:  5px;                         /* 余白指定 */
    margin-bottom: 3px;                     /* 要素と要素の間指定 */
    font-size:  15px;                       /* 文字サイズ指定 */
}
.ec-headerRole__inquiry {
    position: absolute;
    text-align: right;
    right: 20px;
    top:35px;
}
.ec-headerRole__inquiry .smalltext {
    font-size: 12px;
    margin-bottom: 3px;
}
.ec-headerRole__inquiry .tel {
    font-size: 24px;
    color: #bf2837;
    margin-bottom: 5px;
}
.ec-headerRole__inquiry .holiday {
    font-size: 12px;
    margin-bottom: 3px;
}
.ec-headerRole__inquiry .accept {
    font-size: 13px;
}
.ec-headerRole__inquiry .inquiry {
    line-height: 1em;
    padding: 5px 40px 5px 40px;
    border-radius: 5px;
    margin-bottom: 5px;
}

#wellcome {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    padding: 0;
    margin: 0 7px 0 0;
    border: 1px solid #c9c9c4;
    border-radius: 3px;
    position: relative;
    padding: 5px 8px;
    display: inline-block;
    background:#ffffff;
}

#wellcome p span {
    padding: 0 3px;
    font-weight:700
}

#wellcome p.member span {
    color:#09c
}

#wellcome p.guest span {
    color:#000;
}
@media only screen and (min-width: 769px) {
    #header #g_nav {
        width: auto;
        height: 50px;
        display: inline-block;
        float: right;
        clear:right
    }

    #g_nav ul.member_link {
        float: right;
        clear: right;
        padding-left:15px
    }

    #wellcome {
        display: inline-block;
        position: relative;
        float: left;
        clear: left;
        text-align:center;
        width: 240px;
        height: 45px;
        padding-top: 12px;
    }

    #wellcome:before {
        border-left-color: #f5f5f5;
        right: -6px;
        z-index:1
    }

    #wellcome:after, #wellcome:before {
        border: 7px solid transparent;
        border-right-width: 0;
        content: "";
        display: block;
        top: 25%;
        position: absolute;
        width:0
    }

    #wellcome:after {
        border-left-color: #c9c9c4;
        right:-7px
    }
}
.ec-headerBar {
    background: #4d4d4d;
    margin-bottom: 40px;
}
.ec-headerNaviRole {
    padding-bottom: 17px;
}
.ec-headerNaviRole {
    max-width: 1060px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 80%;
}
.ec-headerNaviRole .ec-headerNaviRole__nav {
    margin-right: 50px;
}
.ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 318px;
    height: 45px;
    white-space: nowrap;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #dddddd;
}
.ec-headerNav .ec-headerNav__itemLink {
    color: #ffffff;
}

.ec-headerNav .ec-headerNav__item {
    font-size: 100%;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #ffffff;
    width: 21px;
    height: 21px;
    padding: 4px 0;
    font-size: 1.3rem;
    text-shadow: 0 1px 0 #999;
    background: #65ab31;
    border-radius: 3px;
}

@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 800px;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        width: 260px;
        padding-left: 20px;
    }
}
.ec-role {
    padding-left: 0px;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1060px;
}
.ec-headerSearch .ec-headerSearch__keyword {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 240px;
    height: 45px;
}
#side-category {
    margin-top: 20px;
}
#side-category .title {
    color: #bf956d;
    font-weight: bold;
    font-size: 16px;
}
#side-category .ec-categoryNaviRole {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#side-category .ec-itemNav__nav {
    display:block;
}
#side-category .ec-itemNav__nav li {
    width: 100%;
    background: #73aa80;
    margin-bottom: 1px;
    /*border-bottom: 1px solid #fff;*/}
#side-category li a {
    text-align: left;
    color: #fff;
    background: none;
    text-indent: 1.5em;
}
#side-category li a:hover {
    width: 240px;
    background: #83ba90;
}
.ec-itemNav__nav li ul {
    width: 240px;
    margin-left: 15px;
}
#side-category a:first-child:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 9px solid #ea5a24;
}
#side-category a:first-child:hover:before {
	left: 17px;        /*マウスオーバーで三角をずらす */ 
}

.ec-secHeading {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 4px solid #bf956d;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 20px;
    vertical-align: -5px;
}
.ec-newsRole .ec-newsRole__news {
    border: none;
    padding: 0px;
}
.ec-newsRole .ec-newsRole__newsItem {
    /*padding: 0px;*/
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #65ab31;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border-bottom: 2px dotted #ccc;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    padding: 20px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ec-secHeading__icon img {
    width: auto;
    position: relative;
    top: 5px;
}
.ec-itemNav__nav2 {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    list-style-type: none;
    text-align: left;
    vertical-align: bottom;
}
.ec-itemNav__nav2 li {
    position: relative;
    text-indent: 2em;
    margin-bottom: 30px;
    width: 50%;
    float: left;
}
.ec-itemNav__nav2 .parent > a {
    margin-bottom: 15px;
}
.ec-itemNav__nav2 .parent > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: 0px;
	border: 7px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 9px solid #ea5a24;
}
.ec-itemNav__nav2 .parent ul {
    text-indent: 0;
    padding-left: 20px;
    padding-right: 15px;
    display: table;
}

.ec-itemNav__nav2 .child {
/*    list-style-type: none;*/
/*    display: inline;*/
    display: table-cell;
/*    text-indent: 0em;*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 15px 0 15px;
/*    left: -50px;*/
/*    top: 5px;*/
/*    float: none;*/
/*    word-break: keep-all;*/
    width: auto;
    text-indent: 0;
    margin: 0 0 5px 0;
    border-collapse: collapse;
}
.clear {
    clear: both;
}
#bottom_inquiry {
    padding-right: 40px;
}
#bottom_inquiry .title {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #d09b88;
}
#bottom_inquiry .phone {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}
#bottom_inquiry .phone img {
    position: relative;
    top: 0px;
    margin-right: 8px;
}
#bottom_inquiry .download a {
    color: #d09b88;
}
#bottom_inquiry .download img {
    position: relative;
    top: 0px;
    margin-right: 8px;
}
.ec-footerRole {
    border: none;
    background: #ebebeb;
    margin-top: 0px;
}
#information {
    background: #ebebeb;
    padding-top: 50px;
    margin-top: 40px;
}
#information .infobox {
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 1020px;/*元は1020px　2021年4月5日変更（東）*/
    padding: 50px;
    margin: 0 auto 0 auto;
    display: flex;
}
#information .info_left {
    width: 47%;
    margin-right: 40px;
}
#information .info_right {
    width: 47%;
}
#information .desc {
    margin-bottom: 30px;
    line-height: 1.5em;
}
.ec-footerNavi .ec-footerNavi__link a {
    color: #4d4d4d;
    text-decoration: none;
}
.ec-footerTitle {
    color: #4d4d4d;
}
.ec-footerRole .ec-footerRole__inner img {
    width: auto;
}
.ec-footerTitle {
    padding: 20px 0 60px;
}
.ec-footerRole {
    padding-top: 20px;
}
.slider img {
    height: auto;
    width: 100%;
}
.thumb img {
    height: auto;
    width: 100%;
}
#topSlider .slide-item {
    /*padding: 0 5px;*/
    padding: 0;
    max-width: 760px;
}
#topSlider .slide-thumb {
    /*padding: 0 5px;*/
    padding: 0;
    max-width: 760px;
}
#topSlider .thumb li {
    margin: 5px!important;
}
.tababannermanger_area {
    padding-inline-end: 20px;
}
.slide-thumb {
    padding-inline-start: 0px;
    padding-inline-end: 20px;
    margin-top: 10px;
}
.slide-thumb li {
    margin: 5px!important;
}

@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item {
        padding: 0 16px;
        width: 20%;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 8px;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 8px;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: 120px;
    }
}
.qa_List dl dt {
    cursor: pointer;
}
.qa_List dl dd {
    display: none;
}
#free_page .table_area {
    cursor: pointer;
}
#free_page .table_area + div {
    display: none;
}
.qa_List {
    margin-top: 40px;
}
.qa_List .h2_index {
    position: relative;
    background-image: url("../../../../html/template/default/assets/img/qa/qa_heading_back.gif");
    background-repeat:  no-repeat;
    height: 132px;
}
.qa_List .head {
    position: absolute;
    /*height: 132px;*/
    top: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-left: 25px;
}
.qa_List .content {
    padding-left: 40px;
    margin-top: 20px;
}
.qa_List .fa-question-circle {
    color: #82c1ea;
    font-size: 50px;
    vertical-align: middle;
}
.qa_List dt {
    position: relative;
}
.qa_List dt:after {
  content: '';
  position: absolute;
  left: 5%;
  bottom: 0px;
  display: inline-block;
  width: 90%;
  height: 1px;
  background-color: #aaaaaa;
}
.qa_List dd {
    padding-left: 50px;
    padding-right: 40px;
    margin-top: 20px;
    line-height: 1.5em;
}
.qa_List .qaClose {
    display: inline-block;
    /*width: 50%;*/
    /*position: relative;*/
}
.qa_List .qaCloseBtn {
    display: inline-block;
    margin-left: auto;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 60px;
    font-size: 24px;
    top: 10px;
    color: #333333;
}
.fa-plus-down:before {
    content: "\f067";
}

#features .page-heading {
    padding: 10px 20px 10px 20px;
    background: #4ea57b;
    color: #fff;
}
#features .page-heading img {
    vertical-align: middle;
    margin-right: 20px;
}
#features h2 {
    padding: 10px 20px 10px 20px;
    background: #4ea57b;
    color: #fff;
    font-size: 22px;
}
#features h3 {
    border-bottom: 1px solid #aaaaaa;
}
#features h3 img {
    margin-right: 10px;
}
#features h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
#features .text_area {
    line-height: 2.0em;
}
#features .inner_text {
    padding: 22px 22px 22px 22px;
    border: 1px solid #a5acb2;
    margin: 20px 20px 20px 20px;
}
.t_center {
    text-align: center;
}
.f_clear {
    clear: both;
}
#features dd, dt {
    line-height: 2.0em;
}
.fa-table, .fa-cube {
    color: #4c9975;
}
.Close {
    display: inline-block;
}
.CloseBtn {
    display: inline-block;
    margin-left: auto;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 24px;
    color: #333333;
}
#features .table_area {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
#features .block_area2 {
    padding: 0 22px 30px 22px;
    width: 25%;
    float: left;
}
#plastic h4 {
    border-bottom: 1px solid #aaaaaa;
}
#features table.sizelist {
    width: 100%;
    border-collapse: collapse;
}
#features table.sizelist tr:nth-child(2n+1) {
    background: #dff9f4;
}
#features table.sizelist td {
    padding: 2px 10px;
    border: 1px solid #b9b9b9;
}
#features table.sizelist th {
    border: 1px solid #b9b9b9;
    text-align: center;
    vertical-align: middle;
}
#guide h2 {
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
}
#guide h3 {
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
}
#guide .page-heading {
    padding: 10px 20px 10px 20px;
    background: #82c1ea;
    color: #fff;
}
#guide .page-heading img {
    vertical-align: middle;
    margin-right: 20px;
}
#guide table.guideTbl tr:nth-child(2n+1) {
    background: #dff9f4;
}
#guide table.guideTbl td {
    padding: 2px 10px;
    border: 1px solid #b9b9b9;
}
#guide table.guideTbl th {
    border: 1px solid #b9b9b9;
    text-align: center;
    vertical-align: middle;
}
#iteminfo .block_area {
    padding: 0 22px 30px 22px;
    width: 210px;
    height: 365px;
    float: left;
}
#iteminfo .block_area img {
    width: 100%;
}
#iteminfo h2 {
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
}
#iteminfo h3 {
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
}
#iteminfo .page-heading {
    padding: 10px 20px 10px 20px;
    background: #82c1ea;
    color: #fff;
}
#iteminfo button {
    margin-top: 20px;
    margin-bottom: 20px;
}
#iteminfo .term li {
    width: 22%;
    height: 100px;
    display: inline-block;
    background: #4ea57b;
    border-radius: 5px;
    margin: 10px;
    padding-top: 20px;
    padding-left: 10px;
}
#iteminfo .term li a {
    width: 100%;
    height: 100px;
    color: #fff;
    display: block;
}
#iteminfo .term li img {
    width: 25%;
    margin-right: 10px;
}
#sidelink ul {
    list-style: none;
    padding:0;
    margin:0;
}
#sidelink li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 5px;
}
#sidelink li a {
    font-size: 16px;
    color: #333333;
}
#sidelink li:before {
    content: "●　";
    color: #ca946a;
}
#sidelink .banner {
    margin-top: 10px;
}
.product_page #area_itemdetail table, .product_page #area_size table, .product_page #area_sunpou table {
    width: 100%;
    border-collapse: collapse;
}
.product_page #area_size table tr:nth-child(2n+1) {
    background-color: #eff2f9;
}
.product_page #area_itemdetail table th, .product_page #area_size table th, .product_page #area_sunpou table th {
    padding: 4px;
    text-align: center;
    color: #333;
    background-color: #c0c8e4;
    border: 1px solid #b9b9b9;
    font-size: 100%;
    vertical-align: middle;
}
.product_page #area_itemdetail table td, .product_page #area_size table td, .product_page #area_sunpou table td {
    padding: 0 4px;
    border: 1px solid #b9b9b9;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 24px;
    }
}
#btn_page {
    padding: 0 0 0 0;
    margin: 10px auto 10px auto;
    width: 100%;
/*    border: 1px solid #a5acb2;*/
}
#btn_page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#btn_page li {
    display: inline;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
}
#btn_page li a{
	display: block;
/*	border-left: 0px solid #a5acb2;*/
/*	border-right: 1px solid #a5acb2;*/
/*	border-top: 0px solid #a5acb2;*/
/*	border-bottom: 1px solid #a5acb2;*/
/*	background-color: #e6e7ce;*/
/*	background-color: #d33828;*/
	background-color: #DE5D50;
	padding: 8px 1px;
	text-decoration: none;
/*	color: #2f5f4d;*/
	color: #fff;
/*	width: 100%;*/
	width: 98%;
/*	height: 34px;*/
	height: 40px;
	margin: 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#btn_page li a:hover{
/*	background-color: #3b3437;*/
	background-color: #d33828;
	color: #FFFFFF;
}

#features .bottom_button {
    display: flex;
    justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    margin-top: 40px;
}
#features .bottom_button .btn_list {
    background: #4ea57b;
    border-radius: 5px;
    width: 48%;
    text-align: left;
    font-size: 18px;
}
#features .circle{
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
}
#recommend .ec-shelfGrid .ec-shelfGrid__item img {
    width: 100%;
    height: 92px;
    object-fit: cover;
}
#recommend .ec-shelfGrid .ec-shelfGrid__item dt {
    line-height: 1.5em;
    font-size: 14px;
}
#ranking .ec-shelfGrid .ec-shelfGrid__item img {
    width: 100%;
    height: 92px;
    object-fit: cover;
}
#ranking .ec-shelfGrid .ec-shelfGrid__item {
    position: relative;
}
#ranking .ec-shelfGrid .ec-shelfGrid__item dt {
    line-height: 1.5em;
    font-size: 14px;
}
#ranking .ec-shelfGrid .ec-shelfGrid__item .icon_rank img {
    width: auto;
    height: auto;
    position: absolute;
/*    top: -25px;*/
    bottom: 185px;
}
#cart_tbl {
    width: 100%;
    border-collapse: collapse;
}
#detail_cart_box .list tr:nth-child(2n+1) {
    background-color: #eff2f9;
}
#detail_cart_box .list th{
	/*width: 12%;*/
	font-size:14px;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #c0c8e4;
	border-top: 0px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	text-align:center;
}
#cart_tbl .list th.suuryou{
	width: 70px;
	background-color: #e6e95c;
	border-top: 0px solid #b9b9b9;
	border-left: 2px solid #666666;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	text-align:center;
}
#detail_cart_box .list th.suuryou{
    width: 10%;
}
#detail_cart_box .list th.kingaku{
	width: 90px;
	background-color: #c0c8e4;
	border-top: 0px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-right: 0px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	text-align:center;
}
#detail_cart_box .list td{
	padding: 0px 4px;
	/*background-color: #fff;*/
	border: 1px solid #b9b9b9;
}
#detail_cart_box .list td.suuryou{
	border-left: 2px solid #666666;
	padding:0;
}
#detail_cart_box .list td.kingaku{
	border-right: 0px solid #b9b9b9;
	text-align:right;
}
#detail_cart_box .list td.inq {
	border-left: 2px solid #666666;
}

#detail_cart_box table.list td.saleoff {
	border-left: 2px solid #666666;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	margin:4px 0;
}


/*.product_page table.list td:last-child {
	text-align:right;
}*/
#detail_cart_box table.list tr:nth-child(2n+1) {
	background-color: #eff2f9;
}
#detail_cart_box table.list tr:hover {
	background-color: #c0c8e4;	/* マウスオーバー時の行の背景色 */
}

.product_page .cat_lv0 {
	background:#3e7d65;
	font-size:16px;
	font-size:1.6rem;
	margin: 0;
	padding:5px 0 5px 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.product_page .cat_lv1,
.product_page .cat_lv2,
.product_page .cat_lv3 {
	background:#9be1c8;
	font-size:16px;
	font-size:1.6rem;
	margin: 0;
	padding:5px 0 5px 20px;
	border-bottom: solid 1px #a5acb2;
}
.product_page .cat_lv2 {
	padding:5px 0 5px 40px;
}
.product_page .cat_lv3 {
	padding:5px 0 5px 60px;
}
.product_page .cat_lv0 a{
	color:#FFFFFF;
	font-weight:bold;
}
.product_page .cat_lv1 a,
.product_page .cat_lv2 a,
.product_page .cat_lv3 a {
	/*color:#EEEEEE;*/
	color:#000000;
	font-weight:bold;
	display: block;
	float:left;
	padding:0 10px 0 0;
}
.product_page .cat_lv3_all {
	border-top: solid 1px #a5acb2 !important;
}
#bottombanner2 {
    margin-top: 80px;
    margin-bottom: 50px;
    display: flex;
}
#bottom_inquiry .renraku {
    display: flex;
}
#bottom_inquiry .left-col {
    width:50%;
    padding-right: 10px;
}
#bottom_inquiry .right-col {
    width:50%;
    padding-left: 10px;
}
#bottom_inquiry .inquirybtn {
    margin-top: 50px;
}
#bottom_inquiry img {
    max-width: 100%;
}
.ec-headerNavSp {
    display: none;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
@media only screen and (max-width: 768px) { /*元は767px*/
    .ec-headerRole__subcopy {
        display: none;
    }
    .ec-headerRole__inquiry {
	    display: none;
    }
    .tababannermanger_area {
    	padding-inline-end: 0px;
    }
    .slide-thumb {
    	padding-inline-end: 0px;
    }
    .ec-secHeading {
    	margin-left: 20px;
    }
    .ec-newsRole .ec-newsRole__news {
    	margin-left: 20px;
    }
    .ec-itemNav__nav2 li {
    	width: 100%;
    }
    #information .infobox {
    	display: block;
    }
    #information .info_left {
    	width: 100%;
    	float: none;
    }
    #information .info_right {
    	width: 100%;
    	float: none;
    }
    #bottombanner2 {
        margin-top: 40px;
        margin-bottom: 50px;
        display: block;
    }
    #bottombanner2 p {
        margin-bottom: 30px;
    }
    #bottom_inquiry .renraku {
        display: block;
    }
    #bottom_inquiry .left-col {
        width:100%;
        padding-right: 0px;
        padding-left: 20px;
    }
    #bottom_inquiry .right-col {
        width:100%;
        padding-left: 20px;
    }
    #bottom_inquiry .inquirybtn {
        margin-top: 50px;
        padding-left: 20px;
    }
    #information .infobox {
        width: 100%;
        padding: 20px;
    }
    .ec-headerBar {
        display: none;
    }
    .ec-headerNavPc {
        display: none;
    }
    .ec-headerNavSp {
        display: block;
        padding-top: 20px;
    }
    .ec-cartNavi {
        min-width: 140px;
        height: 44px;
    }
    .ec-cartNavi .ec-cartNavi__price {
        display: block;
    }
    #free_page img {
    	max-width: 100%;
    }
    .content span {
        display: inline-table;
        width: 60%;
    }
    #guide_box__body_item img {
        max-width: 100%;
    }
    #detail_cart_box {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #area_size {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .form-control {
        width: 90px;
    }
    #btn_page li {
        float: none;
    }
    
    #iteminfo .term ul {
        padding-left: 0px;
        padding-right: 10px;
    }
    #iteminfo .term li {
        width: 100%;        
    }
    #iteminfo .term li img {
        width: 20%;
    }
    #features .bottom_button {
        display: block;
    }
    #features .bottom_button .btn_list {
        width: 100%;
        margin-bottom: 20px;
    }
    iframe {
        width: 100%;
    }
    #sidelink {
        padding-top:20px;
        background: #fff;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .ec-drawerRole .ec-headerLinkArea {
        background: #fff;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        color: #000;
    }
}
.slick-prev:before, .slick-next:before {
    color: rgb(96,96,96);
    font-size: 38px;
    right: 63px;
    position: relative;
}
.slick-prev {
    left: 65px;
    z-index: 99;
}

.pc { display: block !important; }
.sp { display: none !important; }