@media screen and (min-width:1024px) {
/*==========================
   		   common
==========================*/
.width-824{
    margin-left: 30px;
    margin-right: 0;
    width: calc( 100% - 230px);
	float: right;
}

/*==========================
   		   style
==========================*/
/*　ディバイス別表示　*/
.sp-none-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sp-none-block{
	display: block;
}
.sp-tb-none-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sp-tb-none-block{
	display: block;
}
.tb-pc-none-flex{
	display: none;
}
.tb-pc-none-block{
	display: none;
}
.pc-none-flex{
	display: none;
}
.pc-none-block{
	display: none;
}

/*　header　*/
.breadcrumb {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
.pc-nav .pull-down::after {
    padding-left: 5px;
    transform: rotate(0deg);
    height: 5px;
    width: 18px;
}
	
/*　重要なお知らせ　*/
.info-important{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.info-important .ttl{
	margin-bottom: 0;
	padding-right: 30px; 
}
	
/* お悩みから探す */
.main-search-complex-item.is-hidden {
    opacity: 1;
    height: auto;
    margin: 0 15px 15px 0;
}
.complete-ctn-box .flex-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.complete-ctn-box .flex-wrap a {
	margin: 15px auto 5px;
	width: 25em;
	}
.complete-ctn-box .flex-wrap p {
	margin: 0 auto;
	width: 25em;
}
.main-search-complex ul{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.main-search-complex ul > li{
	box-sizing: border-box!important;
	overflow: hidden;
	display: inline-block;
	margin-right: 15px;
	height: 74px;
	width: calc( 20% - 16px);
}
@media all and (-ms-high-contrast:none){
.main-search-complex ul > li{
	width: calc( 20% - 15px);
}
}
.main-search-complex ul > li:nth-of-type(5n) {
	margin-right: 0;
}
.main-search-complex strong{
	font-size: 13px;
}
.main-search-complex label {
	width: 100%;
}
.main-search-complex input:checked + label {
	position: relative;
	border-bottom: 0;
	background-color: #FAFAFA;
}
.main-search-complex ul > li input:checked ~ ol::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	height: 10px;
	width: calc( 20% - 18px);
	background-color: #FAFAFA;
	z-index: 99;	
	}
.main-search-complex ul > li:nth-of-type(1) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(6) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(11) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(16) input:checked ~ ol::after {
	left: 1px;
}
.main-search-complex ul > li:nth-of-type(2) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(7) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(12) input:checked ~ ol::after {
	left: calc( 20% + 4px);
}
.main-search-complex ul > li:nth-of-type(3) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(8) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(13) input:checked ~ ol::after {
	left: calc( 40% + 8px);
}
.main-search-complex ul > li:nth-of-type(4) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(9) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(14) input:checked ~ ol::after {
	left: calc( 60% + 12px);
}
.main-search-complex ul > li:nth-of-type(5) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(10) input:checked ~ ol::after ,
.main-search-complex ul > li:nth-of-type(15) input:checked ~ ol::after {
	left: calc( 80% + 16px);
}
.main-search-complex ol {
	position: absolute;
	left: 50%;
	transform: translate(-50% , 0);
	width: 100%;
	max-width: 993px;
	background-color: #FAFAFA;
	border: 1px solid #EDEDED;
	z-index: 10;
}
.main-search-complex ul > li:nth-of-type(1) ol ,
.main-search-complex ul > li:nth-of-type(6) ol ,
.main-search-complex ul > li:nth-of-type(11) ol ,
.main-search-complex ul > li:nth-of-type(16) ol {
	border-radius: 0 3px 3px 3px!important;
}
.main-search-complex ul > li:nth-of-type(2) ol ,
.main-search-complex ul > li:nth-of-type(7) ol ,
.main-search-complex ul > li:nth-of-type(12) ol ,
.main-search-complex ul > li:nth-of-type(3) ol ,
.main-search-complex ul > li:nth-of-type(8) ol ,
.main-search-complex ul > li:nth-of-type(13) ol ,
.main-search-complex ul > li:nth-of-type(4) ol ,
.main-search-complex ul > li:nth-of-type(9) ol ,
.main-search-complex ul > li:nth-of-type(14) ol {
	border-radius: 3px!important;
}
.main-search-complex ul > li:nth-of-type(5) ol ,
.main-search-complex ul > li:nth-of-type(10) ol ,
.main-search-complex ul > li:nth-of-type(15) ol {
	border-radius: 3px 0 3px 3px!important;
}
.main-search-complex ol li{
	width: 20%;
	border: 0;
	font-size: 13px;
}
.main-search-complex ol li:nth-of-type(1),
.main-search-complex ol li:nth-of-type(2) {
    border-top: 0;
}
.main-search-complex ol li a::before{
	content: ">";
    display: inline-block;
    width: 1em;
    font-size: 14px;
    text-align: center;
    transform: scale( 0.6, 1 );
    pointer-events: none;
}
.main-search-complex ol li a {
	padding: 0 0 15px 15px;
}
.main-search-complex ol li a:nth-of-type(1) ,
.main-search-complex ol li a:nth-of-type(2) ,
.main-search-complex ol li a:nth-of-type(3) ,
.main-search-complex ol li a:nth-of-type(4) ,
.main-search-complex ol li a:nth-of-type(5) {
	padding: 15px 0 15px 15px;
}
.main-search-complex ol li:nth-of-type(odd){
	border-right: 0;
}
.complete-ctn-box .flex-wrap a.btn-green-round{
	margin: 90px auto 0;
}

/* おすすめアイテム & 商品一覧 & 最近見た商品 */
#top .product-list li{
	margin: 15px auto 15px 0;
	width: calc( 25% - 15px ) ;
}
.check-history li{
	height: 325px;
	width: calc( 95% / 5 ) ;
}
.check-history ul {
	margin-bottom: 0;
}
#top .product-list li:nth-of-type(2n) ,
#top .product-list li:nth-of-type(3n) ,
#product-list .product-list-01 li:nth-of-type(3n) ,
.check-history li:nth-of-type(2n) ,
.check-history li:nth-of-type(3n) ,
.check-history li:nth-of-type(4n){
	margin: 15px auto 15px 0;
}
#top .product-list li:nth-of-type(4n)  ,
#product-list .product-list-01 li:nth-of-type(4n)  {
	margin-right: 0;
}

/* カテゴリで探す */
.overlay-category-list .flex-wrap li {
    /*width: calc( 33% - 15px);*/
	margin-right: 30px;
}

/* 商品一覧 */
#product-list .product-list .product-list-01 li {
	width: calc( 25% - 15px ) ;
}
.product-list-01.display-20 {
	height: calc(470px * 5)
}
.product-list-01.display-40 {
	height: calc(470px * 10)
}
.product-list-01.display-100 {
	height: calc(470px * 25)
}
.product-list-sort > div {
    margin-right: 30px;
}
#product-list .product-list-01 li,
#product-list .product-list-01 li:nth-of-type(3n){
	margin: 15px auto 15px 0!important;	
}
#product-list .product-list-01 li:nth-of-type(4n){
	margin-right: 0;
	}


/*　商品詳細　*/
#product-list-detail .product-list .product-img-box ,
#product-list-detail .product-detail-slider-tmb {
    width: 350px;
}
#product-list-detail .wrap-product-detail-slider{
	overflow-x: hidden;
	float: left;
    width: 350px;
}
.product-detail-slider-tmb{
	height: auto;
}
.product-detail-slider-tmb li{
	height: 60px;
	width: 60px;
}
.product-detail-slider-tmb li > div{
	height: 50px;
	width: 50px;
}
.product-detail-slider-tmb img{
	display: table-cell;
	height: auto;
	width: 100%;
	z-index: 0;
	text-align: center;
	vertical-align: middle;
}

#product-list-detail .wrap-prodct-labels{
	overflow: hidden;
	float: left;
	margin: 0 30px 15px 30px;
	width: calc(100% - 680px);
}
#product-list-detail .product-list .product-name {
	overflow: visible;
	margin-top: 0;
	height: auto;
	max-height: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	display: block;
    -webkit-box-orient: none;
    -webkit-line-clamp: auto;
}
#product-list-detail .wrap-product-variation{
	float: right;
	padding: 15px;
	width: 270px;
	background-color: #F5F5F5;
}
#product-list-detail .sold-out .btn-green-round {
    background-color: #EDEDED;
    border: 1px solid #CECECE;
}
.product-detail-explanation {
    border-bottom: 0;
}
.stock{
	margin: 15px 0;
	width: 6em;
	line-height: 21px;
}
.restriction{
	margin: 15px 0 15px 1em;
	line-height: 21px;
	width: 12em;
}
#product-list-detail .select-box{
	width: 100%;
	max-width: none;
}
.product-detail-explanation-contents{
	border-top: 1px solid #CCCCCC;
	background: #fff;
}
.product-detail-explanation > li > label {
	border-top: 1px solid #CCCCCC;
	color: #cccccc;
	opacity: .6;
}
.product-detail-explanation > li > input:checked + label {
	border-top: 3px solid #1DA63D;
	color: #555555;
	opacity: 1;
}
.text-product-detail-explanation:last-child{
	padding-bottom: 30px;
}
.text-product-detail-explanation:last-child .down-border{
	bottom: 15px;
}
.product-detail-explanation .plus::before ,
.product-detail-explanation .plus::after {
	display: none;
}
.wrap-product-detail-explanation.flex-wrap{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.wrap-product-detail-explanation {
	padding-top: 30px;
}
#product-list-detail .product-list ul{
	overflow: visible!important;
	height: 100%;
}
.product-detail-explanation{
	width: 200px;
}
.product-detail-explanation ,
.product-detail-explanation:first-child {
    margin: 0;
}
.product-detail-explanation input:checked ~ .product-detail-explanation-contents{
	overflow: visible;
	height: auto;
	width: 993px;
	max-width: 1123px;
	opacity: 1;
	border-bottom: 1px solid #CCCCCC;
}
.ttl-product-detail-sub{
	padding-top: 20px
}
.product-detail-explanation:nth-child(1){
	z-index: 10;
}
.product-detail-explanation:nth-child(2){
	z-index: 9;
}
.product-detail-explanation:nth-child(3){
	z-index: 8;
}
.product-detail-explanation:nth-child(4){
	z-index: 7;
}
.product-detail-explanation:nth-child(1) .product-detail-explanation-contents{
	margin-left: 0;
}
.product-detail-explanation:nth-child(2) .product-detail-explanation-contents{
	margin-left: -200px;
}
.product-detail-explanation:nth-child(3) .product-detail-explanation-contents{
	margin-left: -400px;
}
.product-detail-explanation:nth-child(4) .product-detail-explanation-contents{
	margin-left: -600px;
}
.text-product-detail-explanation input:checked ~ p{
	z-index: 20;
}

/*　コラム　*/
.column-large .column-inner{
	padding: 30px 0 15px 30px;
}
.column-inner{
	padding: 15px 0;
}
.column-small{
 	margin: 0 0 45px;
	width: calc( 25% - 15px);
}
.column > a{
    height: 243px;
}
.column-large > .column-inner{
    width: 50%;
    height: 244px!important;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.column-inner{
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.column-large > a {
    display: block;
    width: 50%!important;
    height: 244px!important;
    color: inherit;
}
.column-large figure {
	margin: 0 0;
    height: 140px;
    height: 244px;
    width: 100%;
}
.article-contents {
	height: 74px;
}

/*　news　*/
.news ul {
	min-height: 145px;
}
.type{
	padding: 0 15px 0 0;
	width: 7em;
}
.day{
	padding: 0 15px 0;
}
.news .ttl-news{
	width: calc( 100% - 14.5em);
}
.news-label::before{
	top: 20px;
}	
.news-content{
	margin-left: auto;
	width: calc( 100% - 14.5em - 15px);
}
.news-check:checked + .news-content {
	padding: 0 45px 15px 0;
}


/*　お電話でのご注文　*/
.prder-phone-text{
	margin-left: 30px;
	width: calc( 100% - 340px);
}

/*　カート　*/
.cert-to-add li:nth-of-type(1){
	width: calc(50% - 15px - 7em);
}
.cert-to-add li:nth-of-type(2){
	width: 7em;
}
.cert-to-add li:nth-of-type(3){
	margin: 0 15px 0 15px;
	width: auto;
	text-align: center;
}
.cert-to-add li:nth-of-type(4){
	margin: 0 0 0 0;
	width: auto;
	text-align: center;
}
#cart thead th{
	padding: 10px 0 10px 0;
	text-align: center;
}
#cart thead th:first-child{
	padding: 10px 0 10px 15px;
	width: 490px;
	text-align: left;
}
#cart thead th:nth-child(2){
	width: 135px;
}
#cart thead th:nth-child(3){
	width: 135px;
}
#cart thead th:nth-child(4){
	width: 150px;
}
#cart .confirm thead th:nth-child(3){
	width: 150px;
}
#cart .confirm thead th:nth-child(4){
	width: 205px;
}
.table-subsidy td ,
.confirm .table-subsidy td {
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 15px;
	width: 100%;
}
.cart-image-box {
	margin-right: 15px;
	height: 90px;
	width: 90px;
}
.cart-label-box ,
.table-subsidy .cart-label-box {
	margin-right: 15px;
	width: 360px;
}
#cart .table-subsidy .product-name {
	width: 360px;
}
.cart-unitprice ,
.cart-quantity ,
.cart-quantity .select-box ,
.cart-price{
	margin-right: 15px;
}
.confirm .cart-unitprice ,
.cart-unitprice {
	width: 120px;
}
.confirm .cart-quantity ,
.cart-quantity{
	padding: 20px 0;
	height: 64px;
	width: 120px;
	line-height: 20px;
	text-align: right;
}
.cart-price{
	height: 24px;
	width: 140px;
}
.confirm .cart-price ,
.confirm .cart-price {
	width: 194px;
}
.cart-delete{
	height: 24px;
	width: 52px;
}
.cart-delete button{
	text-align: center;
}
.cart-unitprice p,
.cart-price p{
	width: 100%;
	text-align: right;
}
.cart-delete{
	text-align: right
}
.cart-unitprice ,
.cart-quantity ,
.cart-price ,
.cart-unitprice ,
.cart-delete,
.confirm .cart-unitprice ,
.confirm .cart-quantity ,
.confirm .cart-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto!important;
}
.cart-quantity {
	position: relative;
}
.cart-quantity p{
	position: absolute;
	top: calc( 50% + 16px);
}
.confirm .cart-quantity p{
	position: static;
	width: 100%;
}
.confirm .cart-quantity p span {
	color: inherit;
}
.customer-cart .cart-quantity p{
	position: static;
	top: 0;
}
.reduced-tax-rate .cart-price p span:first-child{
	position: relative;
}
.reduced-tax-rate .cart-price p span:first-child::before{
	content: url("../image/icon-keigenzeiritsu.svg");
	display: inline-block;
	position: absolute;
	left: -30px;
	height: 24px;
	width: 24px;
}
.choice-box .acd-content{
	width: calc( 100% - 56px);
}
.name .first-name ,
.name .last-name ,
.name-kana .first-name ,
.name-kana .last-name {
	width: 200px;
}
.choice-box .acd-content .prefecture .select-box {
	min-width: 200px;
}
#cart .wrap-btn-round .btn-gray-round{
	left: 0;
}
/*IE用SP CSS 解除宣言*/
		.table-subsidy  td ,
		.table-subsidy .cart-limage-box ,
		.table-subsidy .cart-label-box ,
		.cart-unitprice ,
		.cart-quantity ,
		.cart-price ,
		.cart-delete ,
		.confirm .table-subsidy td ,
		.confirm .table-subsidy .cart-limage-box ,
		.confirm .table-subsidy .cart-label-box ,
		.confirm .cart-unitprice ,
		.confirm .cart-quantity ,
		.confirm .cart-price ,
		.confirm .cart-delete{
		position: static;
		top: none;
		left: none;
	}
	.table-subsidy  td ,
	.confirm .table-subsidy td {
		height: auto;
	}
	.cart-quantity .select-box {
		position: relative;
	}
	.confirm .cart-unitprice {
	top: 109px;
	}
	.confirm .cart-quantity {
	top: 148px;
	height: 24px;
	}
	.confirm .cart-price {
	top: 187px;
	}


/*　ログイン　*/
.login .ttl-section{
	margin-bottom: 45px;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
}
	
/* 会員ログイン */
.step-input ,
.step-input ul{
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.step-input {
	margin-bottom: 60px;
}
.step-input ul{
	margin: auto;
	padding-top: 0;
}
.step-input li{
	position: relative;
	padding: 10px 0 11px 30px;
	height: 50px;
	width: calc( 20% - 10px);
	background-color: #EDEDED;
	color: #888888;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	border: 0;
}
.step-input li span{
	display: block;
	font-size: 11px;
}
.step-input li h3{
	display: block;
	padding-top: 4px;
	font-size: 13px;
}
.step-input li::before,
.step-input li::after{
	content:"";
	position: absolute;
	top: -6px;
}
.step-input li::before{
    position: absolute;
    left: calc( 100% - 6px);
    background-color: transparent;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0 32px 30px;
	border-color: transparent transparent transparent #EDEDED;
	border-radius: 0;
	z-index: 2;
    line-height: 0;
}
.step-input li.now::before{
	border-color: transparent transparent transparent #1DA63D;
}
.step-input li::before,
.step-input li.now::before{
	background-color: transparent;
}
.step-input li::after{
    left: calc( 100% + 0px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0 32px 30px;
	border-color: transparent transparent transparent #FFFFFF;
    background-color: transparent;
	z-index: 1;
}
.step-input li::after,
.step-input li.now::after{
	background-color: transparent;
}
.step-input li:last-child::after{
	display: block;
}
.step-input li.now{
	background-color: #1DA63D;
	border: 0;
}
.step-input li.now span,
.step-input li.now h3{
	display: block;
	position: static;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.step-input li:nth-child(1).now span ,
.step-input li:nth-child(1).now h3 ,
.step-input li:nth-child(2).now span ,
.step-input li:nth-child(2).now h3 ,
.step-input li:nth-child(3).now span ,
.step-input li:nth-child(3).now h3 ,
.step-input li:nth-child(4).now span,
.step-input li:nth-child(4).now h3 ,
.step-input li:nth-child(5).now span,
.step-input li:nth-child(5).now h3{
	position: static;
	transform: translate( 0, 0);
}
	
/*　質問　*/

/* 質問確認 */
.question-confirm dl.flex-wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.question-confirm dl.flex-wrap dt {
	margin-bottom: 3px;
	width: 30%;
}
.question-confirm dl.flex-wrap dd {
	width:70%;
}

/*　ポイント・会員ランクについて　*/
.point-membership-rank-how-about {
    padding: 30px;
}
.point-membership-rank-how-about::before {
    top: 25px;
    left: 45px;
    width: 187px;
    height: 140px;
	background-size: contain!important;
}
.point-membership-rank-how-to > .border-green.flex-wrap img{
	margin-right: 15px;
	height: auto;
	width: 25%;
}
.point-membership-rank-how-about .ttl {
	display: block;
    font-size: 20px;
    color: #1DA63D;
    text-align: center;
}
.point-membership-rank-how-about p{
	padding: 15px 30px 15px 235px;
}

/*　特納品について　*/
.spesial-delivery-02 > div.flex-wrap ,
.spesial-delivery-02 > div > div.flex-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.spesial-delivery-02 > div span {
	margin: 0;
	width: 100px;
	font-size: 50px;
	line-height: 1;
}
.spesial-delivery-02 > div > div.flex-wrap {
	width: calc( 100% - 100px);
}
.spesial-delivery-02 > div > div .ttl {
	margin: 0 0 15px 0;
    font-size: 24px;
	text-align: left;
}
.spesial-delivery-02 > div > div img {
	margin: 0 15px 0 0 ;
}
.spesial-delivery-02 > div > div p {
	width: calc(100% - 105px);
}
.spesial-delivery-03.flex-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.spesial-delivery-03 > .ttl-section-sub {
	padding: 45px 0 38px 120px;
	width: 100%;
	font-size: 32px;
}
.spesial-delivery-03 > .ttl {
	margin: 35px 0 60px 0;
	width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.spesial-delivery-03 > div > div > .ttl {
	height: 54px;
	text-align: left;
}

.spesial-delivery-03 .ttl-section-sub::before {
	top: 0;
	left: 120px;
	transform: translate(0 , 0) rotate(-10deg);
	padding: 30px 0;
	height: 120px;
	width: 120px;
}
.spesial-delivery-03 > div {
	position: relative;
	display: inline-block;
	width: calc( 50% - 8px );
}
.spesial-delivery-03 > div > div > p {
	height: 84px;
}

/*　会員規約・個人情報保護・ご利用規約  */
.page-list {
	padding: 30px 0 60px;
}

/*　faq　*/
.faq {
	padding: 30px 0 60px;
}

/*　ショップガイド　*/
.shop-guide {
	padding: 30px 0 60px;
}

/*　selfmedication　*/
.page-text-80 {
	width: calc(100% - 215px);
}


/*　footer　*/
.footer-end-nav li:last-of-type{
	width: auto;
}
footer a{
	padding: 0;
}
.footer-nav-label{
	padding: 13px 0;
}
footer > div.flex-wrap,
.flex-wrap.footer-nav-content{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;	
}
.footer-nav-box{
	padding: 0 15px;
}
.footer-nav-content{
	padding: 5px 0;
}
.footer-nav-content li{
	padding: 5px;
}
.ttl-footernav02 {
   border-bottom: 0;
}
.footer-nav-box-classification{
	margin: 0 0 30px 30px;
	width: calc( 25% - 22.5px);
}
.footer-nav-box-classification:first-child{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 0;
}
.flex-wrap.footer-nav-content > div{
	width: 100%;
}
.ttl-footernav{
	padding: 10px 0; 
	font-weight: bold;
}
.ttl-footernav::before{
	display: none;
}
.footer-nav-content{
	height: auto;
	opacity: 1;
	visibility: visible;
}
.footer-nav-content > .footer-nav-label ,
.footer-nav-content li{
	border-bottom: 0;
}
.footer-end-nav:last-of-type{
	width: auto;
}
footer ol li.pdng-30{
	padding: 0;
	}
footer ol li{
	line-height: 30px;
	}

}

@media screen and (min-width:1123px) {
.width-1123{
	padding-left: 0;
	padding-right: 0;
}
.width-824{
	max-width: 889px;
	float: right;
}
.product-detail-explanation input:checked ~ .product-detail-explanation-contents{
	overflow: visible;
	height: auto;
	width: 1123px;
	opacity: 1;
	border-bottom: 1px solid #CCCCCC;
}
.step-input ul{
	padding: 0;
}

}