@charset "utf-8";
/*-------------------------------------
トップページ
--------------------------------------*/

.cv_area{
	background: #fff;
	padding: 30px 45px;
	max-width: 1000px;
	margin: 4em auto 0;
	border: 9px solid #fdefd2;
}
.cv_area .ttl_box_01{
	margin-bottom: 0;
	border-bottom: solid 1px #ddd;
	background: #fff;
}
.cv_area .ttl_box_01 .ja{
	font-size: 24px;
	margin-bottom: 0.5em;
}
.cv_area .ttl_box_01 .en{
	color: #FF6A00;
}
.cv_area .bottom_area{
	padding: 25px 0 0 0;
}
.cv_area .bottom_area .sec_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%!important;
}
.cv_area .bottom_area .l_box{
	width: 50%;
	border-right: solid 1px #ddd;
	text-align: center;
}
.cv_area .bottom_area .l_box .txt_area{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0.3em;
	line-height: 1;
}
.cv_area .bottom_area .l_box .num_area a{
	color: #FF6A00;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
}
@media screen and (min-width : 768px ) {
	.cv_area .bottom_area .l_box .num_area a{
		pointer-events: none;
	}
}
.cv_area .bottom_area .r_box{
	width: 50%;
	text-align: center;
}
.cv_area .bottom_area .r_box .txt_area{
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 0.5em;
	line-height: 1;
}
.cv_area .bottom_area .r_box .btn_01{
	max-width: 391px;
	text-align: center;
	margin: auto;
}
.cv_area .bottom_area .r_box .btn_01 a{
	display: block;
	margin: auto;
	width: 100%;
	padding: 19px 0;
	border-radius: 50px;
	font-size: 20px;
}




@media screen and (min-width : 768px ) {
	#top #sec_warp_02,
	#top #sec_warp_03,
	#top #sec_warp_04{
		padding-top: 101px;
		margin-top: -101px;
	}
}

#top #sec_01 {
	width: 100%;
	padding: 80px 0;
	background: #fff;
	position: relative;
}
#top #sec_01:before {
	display: none;
}
#top #sec_01:after {
	display: none;
}
#top #sec_01 .sec_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
#top #sec_01 .sec_inner .text_box .ttl_01 {
	position: relative;
	font-size: 23px;
}
#top #sec_01 .sec_inner .text_box .ttl_01:last-child{
	margin-bottom: 0;
	margin-top: 0.5em;
}
#top #sec_01 .sec_inner .text_box:before {
	display: none;
}
#top #sec_01 .sec_inner .text_box {
	text-align: center;
	line-height: 2;
	position: relative;
	padding-right: 1.5em;
	margin: auto;
}
#top #sec_01 .sec_inner .img_box {
	width: 47%;
}

#top #sec_01 .sec_about_wrap {
	width: calc(100%);
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#top #sec_01 .sec_about_wrap > figure {
	width: 30%;
	padding: 0;
	margin: 0;
}
#top #sec_01 .sec_about_wrap > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
#top #sec_01 .sec_inner #sec_about {
	width: 40%;
	min-width: 565px;
	padding: 0 50px;
	margin: 0;
}
#top #sec_01 .sec_inner #sec_about > strong {
	display: block;
	width: 100%;
	font-size: 28px;
	line-height: 1.2em;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
	color: #e79d3a;
	font-weight: 600;
}
#top #sec_01 .sec_inner #sec_about h2 {
	font-size: 25px;
	line-height: 1.7em;
	padding: 0;
	margin: 0 auto 30px;
	text-align: center;
	color: #e79d3a;
	font-weight: 600;
}
#top #sec_01 .sec_inner #sec_about p {
	padding: 0;
	margin: 0 auto 30px;
	text-align: center;
}
#top #sec_01 .sec_inner #sec_about p .sp {
	display: none;
}
.shopBtn {
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.shopBtn > a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 15px 50px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
	border: 1px solid #06c755;
	background: #06c755;
	position: relative;
	transition: all 0.3s ease;
}
.shopBtn > a img {
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0;
}
.shopBtn > a::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transition: all 0.3s ease;
}
.shopBtn > a:hover {
	color: #fff;
	background: #e79d3a;
	border: 1px solid #e79d3a;
	transition: all 0.3s ease;
}
.shopBtn > a:hover::after {
	right: 27px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: all 0.3s ease;
}

#top #sec_02 {
	width: 100%;
	padding: 100px 0;
	background: #b29f69;
	position: relative;
}
#top #sec_02 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#top #sec_02 .ttl_box_01 {
	color: #fff;
}
#top #sec_02 .list_01 {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
@media screen and (min-width : 768px ) {
	#top #sec_02 .list_01 li {
		width: 100%;
		padding: 30px;
		margin: 0 auto 10px;
		border: none;
		background: #fff;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#top #sec_02 .list_01 .img_box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
		width: 150px;
		height: 150px;
		background: none;
		border-radius: 50%;
		margin: 0;
		background: #b29f69;
	}
	#top #sec_02 .list_01 .text {
		width: calc(100% - 180px);
		padding: 0;
		margin: 0;
		color: #1e1e1e;
	}
	#top #sec_02 .list_01 .text > p {
		color: #1e1e1e;
	}
	#top #sec_02 .list_01 .img_box .img_icon {
		margin-bottom: 0;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#top #sec_02 .list_01 .ttl {
		color: #1e1e1e;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.4;
		text-align: left;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}
	#top #sec_02 .list_01 .ttl br {
		display: none;
	}
	#top #sec_01 .sec_inner #sec_about > strong {
		display: block;
		width: 100%;
		font-size: 38px;
		line-height: 1.2em;
		padding: 0;
		margin: 0 auto 10px;
		text-align: center;
		color: #e79d3a;
		font-weight: 600;
	}
}
#top #sec_02 .list_01 .text {
	color: #fff;
}

#top #sec_03 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center , 
		url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 100px 0;
	position: relative;
}
#top #sec_03 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#top #sec_03 .list_01 {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
#top #sec_03 .list_01:last-child{
	margin-bottom: 0;
}

@media screen and (min-width : 768px ) {
	#top #sec_03 .list_01 li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom:1px solid #ddd;
		padding: 40px 0;
	}
	#top #sec_03 .list_01 li.reverse {
		flex-direction:row-reverse
	}
	/*中央寄せ*/
	#top #sec_03 .list_01 li.center {
		flex-wrap: wrap;
	}
	#top #sec_03 .list_01 li.center h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	#top #sec_03 .list_01 li.center .pc {
		display: block;
	}
	#top #sec_03 .list_01 li.center .sp {
		display: none;
	}
	#top #sec_03 .list_01 li.center > .img_area {
		width: 50%;
		text-align: center;
	}
	#top #sec_03 .list_01 li.center > .img_area .img_box {
		max-width: 360px;
		margin: 0 auto;
	}
	#top #sec_03 .list_01 li.center .img_area .num {
		left: 20%;
	}
	#top #sec_03 .list_01 li.center .text {
		text-align: left;
	}
	#top #sec_03 .list_01 li.center > .text_area {
		width: 45%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#top #sec_03 .list_01 li.center > .text_area img {
		width: 100%;
		height: auto;
	}
}
#top #sec_03 .list_01 .img_area {
	position: relative;
	text-align: center;
	width: 30%;
}
#top #sec_03 .list_01 .img_area img{
	width: 100%;
	max-width: 100%;
}

#top #sec_03 .list_01 .img_area .num {
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 30px;
	line-height: 70px;
	background: #ff6a00;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 7px;
}
#top #sec_03 .list_01 .text_area{
	width: 65%;
	text-align: left;
}
#top #sec_03 .list_01 .text_area .ttl_01 {
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: left;
}
#top #sec_03 .list_01 .text_area .text p:nth-child(n+2) {
	margin-top: 20px;
}
#top #sec_03 .list_01 .text_area .text p.memo {
	color: #888;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
	padding-left: 1.2em;
}
#top #sec_03 .list_01 .text_area .text p.memo .item_icon {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}
#top #sec_03 .list_01 li:last-child .img_area img{
	width: 100%;
}
#top #sec_03 .list_01 .text_area .text figure {
	width: 300px;
	height: auto;
	padding: 0;
	margin: 20px 0 0;
}
#top #sec_03 .list_01 .text_area .text figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
#top #sec_03 .list_01 .text_area .text figure > small {
	display: block;
	text-align: center;
	padding: 5px 0 0;
	margin: 0 auto;
	font-size: 12px;
}

/*▼カスタマイズここから▼*/
#top #sec_03 .list_01 .list01-1 > figure {
	width: 32%;
}
#top #sec_03 .list_01 .list01-1 > figure small {
	display: block;
	text-align: center;
}
#top #sec_03 .list_01 .list01-1 > figure img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 10px;
}
#top #sec_03 .list_01 .list01-1 .text_area {
	width: 30%;
	text-align: left;
}

.scrollTop {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transition: all 0.3s ease;
}
#top #sec_03 .scrollTop {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transition: all 0.3s ease;
}
.scrollTop a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 15px 50px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
	border: 1px solid #06c755;
	background: #06c755;
	transition: all 0.3s ease;
}
.scrollTop a:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}

/*▲カスタマイズここまで▲*/

@media screen and (max-width : 768px ) {
	#top #sec_03 .list_01 .text_area .text figure {
		width: 250px;
		height: auto;
		padding: 0;
		margin: 20px auto 0;
	}
	#top #sec_01 .sec_about_wrap {
		width: calc(100%);
		min-width: 100%;
		padding: 30px 4%;
		margin: 0 auto;
		position: relative;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		z-index: 0;
	}
	#top #sec_01 .sec_about_wrap::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: rgba(255,255,255,0.8);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	#top #sec_01 .sec_about_wrap > figure:first-of-type {
		width: 50%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		text-align: center;
		z-index: -1;
	}
	#top #sec_01 .sec_about_wrap > figure:last-of-type {
		width: 50%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		z-index: -1;
	}
	#top #sec_01 .sec_about_wrap > figure img {
		width: auto;
		max-width: unset;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	#top #sec_01 .sec_inner #sec_about {
		width: 100%;
		min-width: unset;
		padding: 0 4%;
		margin: 0;
	}
	
	.scrollTop {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transition: all 0.3s ease;
	}
	#top #sec_03 .scrollTop {
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transition: all 0.3s ease;
	}
	.scrollTop a {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		padding: 10px 20px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1;
		color: #fff;
		font-weight: 600;
		border-radius: 30px;
		border: 1px solid #06c755;
		background: #06c755;
		transition: all 0.3s ease;
	}
	.scrollTop a:hover {
		opacity: 0.8;
		transition: all 0.3s ease;
	}
}

#top .exp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:50px;
}
#top .exp_title {
	text-align: center;
	padding: 0;
	margin: 0 auto 10px;
	font-size: 30px;
	font-weight: bold;
	color: #ff6a00;
	line-height: 1;
}
#top .exp img{
	max-width: 100%;
}
#top .exp .limg{
	width: 30%;
}
#top .exp .txtBox {
	width: 40%;
	padding: 0;
	margin: 0 10px;
	text-align: center;
}
#top .exp .txtBox > img {
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	transform: translate(-50px,0) rotate(-5deg);
	-webkit-transform: translate(-50px,0) rotate(-5deg);
	transform-origin: center;
	border: 5px solid #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
#top .exp .txtBox > img:last-of-type {
	transform: translate(50px,0) rotate(5deg);
	-webkit-transform: translate(50px,0) rotate(5deg);
	transform-origin: center;
}
#top .exp .txt{
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #ff6a00;
	background: #fff;
	border-radius: 10px;
	padding: 1em 0;
}
#top .exp .rimg{
	max-width: 100%;
	width: 30%;
}

#top #sec_03 .list_02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

#top #sec_03 .list_02 li{
	width: 40%;
}
#top #sec_03 .list_02 .img_area{
	width: 57%;
	margin:auto;
	margin-bottom:1em;
}
#top #sec_03 .list_02 .img_area img{
	width:100%;
}
#top #sec_03 .list_02 .ttl .ttl_01{
	text-align:left;
	margin-bottom: 10px;
}
#top #sec_03 .list_02 .text{
	width:100%;
}

@media screen and (min-width : 768px ) {
	#top #sec_03 .list_02 li.column1{
		display: flex;
		width: 53%;
	}
	#top #sec_03 .list_02 li.column1 .img_area{
		margin-right: 2em;
		width: 57%;
	}
}

#top #sec_03 .list_02 li.movie{
	width: 100%;
	margin-top: 3rem;
}
#top #sec_03 .list_02 li.movie .youtube_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#top #sec_03 .list_02 li.movie .youtube_box .img_box{
	width: 50%;
	margin-bottom: 0;
}
@media screen and (min-width : 768px ) {
	#top #sec_03 .list_02 li.movie .youtube_box iframe{
		width: 100%;
		height: 338px;
	}
}
#top #sec_03 .list_02 li.movie .youtube_box .img_box .ttl_01{
	margin-bottom: 10px;
}
#top #sec_03 .list_02 li.movie .youtube_box .img_box img{
	max-width: 100%;
}
#top #sec_03 .list_02 li.movie .photo_wrapp{
	width: 42%;
	position: relative;
}
#top #sec_03 .list_02 li.movie .photo_wrapp .text {
	width: 90%;
	background: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	position: absolute;
	left: 50%;
	top: -3rem;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 1.4em;
	color: #e79d3a;
}
#top #sec_03 .list_02 li.movie .photo_wrapp .photo_area{
	width: auto;
}



#top #sec_03 .youtube_box .img_box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 15px;
}
#top #sec_03 .youtube_box .text{
	text-align-last: center;
}
#top #sec_03 .movie_box{
	background: #fff;
	text-align: center;
	padding: 30px;
	margin-bottom: 40px;
}
#top #sec_03 .movie_box .ttl_wrapp{
	color: #ff6a00;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1;
}
#top #sec_03 .movie_box .ttl_wrapp span{
	font-size: 14px;
}
#top #sec_03 .movie_box .url_wrapp{
	margin-bottom: 10px;
}
#top #sec_03 .movie_box .url_wrapp a{
	text-decoration: underline;
	color: #1a0dab;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
}
#top #sec_03 .movie_box .detial_wrapp p{
	line-height: 1.4;
}
#top #sec_03 .photo_wrapp{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top #sec_03 .photo_wrapp .photo_area{
	width: 60%;
}
#top #sec_03 .photo_wrapp .photo_area img{
	width: 100%;
}
#top #sec_03 .photo_wrapp .text{
	width: 37%;
	background: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	position: relative;
}
@media screen and (min-width : 768px ) {
	#top #sec_03 .photo_wrapp .text:before{
		content: "";
		border-top: 10px solid #ffffff;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		display: block;
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translate(-50%,0);
	}

	#top #sec_03 .movie_box .url_wrapp a:hover{
		text-decoration: none;
	}
}

#top #sec_movie {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top 100px #fdfaf4;
}
#top #sec_movie .sec_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#top #sec_movie .cnt_area {
	width: 800px;
	margin: 0 auto 40px;
}
#top #sec_movie .cnt_area .youtube_box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 15px;
}
#top #sec_movie .cnt_area .youtube_box {
	padding-top: 0;
}
#top #sec_movie .cnt_area .youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#top #sec_movie .cnt_area .text{
	text-align: center;
}
#top #sec_movie_02 {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top 100px #FFF4E3;
}
#top #sec_movie_02 .sec_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#top #sec_movie_02 .cnt_area {
	width: 800px;
	margin: 0 auto 0;
}
#top #sec_movie_02 .cnt_area .youtube_box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 15px;
}
#top #sec_movie_02 .cnt_area .youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
ul.book{
	width:1200px;
	margin: 0 auto 100px;
	background: #fff5e3;
	padding: 55px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
ul.book li{
	width: 100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	width: 48%;
}
ul.book li .img_area{
	width: 17%;
}
ul.book li .img_area img{
	max-width:100%;  
}
ul.book li .txt_area{
	width: 80%;
	font-size: 15px;
	line-height: 1.6;
}
ul.book li .txt_area p:last-child{
	background: #fff;
	padding: 15px;
}
ul.book li .txt_area .ttl{
	font-weight: 700;
	font-size: 19px;
	color: #ff6a00;
	margin-bottom: 10px;
}

#top #sec_04 {
	width: 100%;
	background: #fdfaf4;
	padding: 100px 0;
	overflow: hidden;
}
#top #sec_04 .sec_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#top #sec_04 .sec_inner:after {
	display: inline-block;
	content: "";
	width: 701px;
	height: 1054px;
	background: url(../Image/top/sec04_bg01.png) no-repeat left center;
	position: absolute;
	top: -340px;
	right: -350px;
}

@media screen and (min-width : 768px ) {
	#top #sec_04 .use_area .list_01 {
		display: flex;
		justify-content: center;
	}
	#top #sec_04 .use_area .list_01 {
		position: relative;
		z-index: 999;
	}
	#top #sec_04 .use_area .list_01 li {
		width: 366px;
		margin: 0 20px;
		background: rgba(253, 250, 244, 0.8);
	}
}
#top #sec_04 .use_area .list_01 .img_box {
	margin-bottom: 15px;
}
#top #sec_04 .use_area .list_01 .ttl_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#top #sec_04 .use_area .list_01 .ttl_box .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	background: #ff6a00;
	margin-right: 15px;
	border-radius: 50%;
	letter-spacing: 0.05em;
}
#top #sec_04 .use_area .list_01 .ttl_box .text {
	width: calc(366px - 50px - 15px);
	line-height: 1.6;
}

#top #sec_recommend{
	width: 100%;
	overflow: hidden;
	background: url(../Image/top/bg_recomend.png)  top center;
	background-size: contain;
}
#top #sec_recommend:first-child{
	padding-top: 100px;
}
#top #sec_recommend .sec_inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 0 0 100px;
	margin-bottom: 100px;
}
#top #sec_recommend:last-child .sec_inner{
	border:none;
	padding-bottom: 0;
}

#top #sec_recommend h2.ja{
	font-size: 32px;
	margin-bottom: 24px;
	padding-left: 63px;
	line-height: 1.3;
	position: relative;
}
#top #sec_recommend.r-cont h2.ja{
	margin-bottom: 25px;
}
#top #sec_recommend:nth-child h2.ja{
	line-height: 1.3;
}
#top #sec_recommend h2.ja:before{
	content: "";
	background: url(../Image/common/ashifumi_icon04.png) no-repeat center;
	background-size: contain;
	width: 50px;
	height: 57px;
	display: block;
	margin-right: 10px;
	vertical-align: bottom;
	position: absolute;
	top: -8px;
	left: 0;
}

#top #sec_recommend .cnt_area{
	display: flex;
	justify-content: space-between;
	position: relative;
}
#top #sec_recommend.r-cont .cnt_area{
	flex-direction: row-reverse;
}
#top #sec_recommend.r-cont .cnt_area.last{
	flex-direction: row-reverse;
}

#top #sec_recommend .text{
	margin-bottom: 20px;
}
#top #sec_recommend .text span{
	font-size: 24px;
}
#top #sec_recommend .text:last-child{
	margin-bottom: 0;
}
#top #sec_recommend .text p{
	line-height: 2;
	margin-bottom: 25px;
	font-size: 17px;
}
#top #sec_recommend.r-cont  .text p {
	line-height: 1.9;
	margin-bottom: 20px;
}
#top #sec_recommend .ttl_01{
	text-align: left;
	font-size: 23px;
	margin-bottom: 8px;
	line-height: 1;
}
#top #sec_recommend .wrap{
	display: flex;
	justify-content: space-between;
	flex-direction:row-reverse;
}
#top #sec_recommend .wrap .img_box{
	width: 470px;
}
#top #sec_recommend:nth-child(even) .wrap{
	flex-direction: initial;
}
#top #sec_recommend .text_box{
	width: 670px;
}

#top #sec_recommend .img_box img{
	max-width: 100%;
}
#top #sec_recommend .text_box{
	width: 690px;
}
#top #sec_recommend .text_box .name_txt{
	font-size: 28px;
	font-weight: 600;
	border-bottom: 2px #444 dashed;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
#top #sec_recommend .text_box .name_txt span{
	font-size: 16px;
	margin-right: 1em;
}
#top #sec_recommend .text_box .name_txt em {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	font-style: normal;
	padding: 0;
	margin: 0;
	position: relative;
	top: unset;
	right: unset;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	text-align: left;
}
#top #sec_recommend .img_box p{
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
#top #sec_recommend .img_box p span{
	font-size: 16px;
	font-weight: normal;
	margin-right: 10px;
	line-height: 1.5;
}
#top #sec_recommend .prof{
	font-size: 15px;
	margin-top:10px;
}
#top #sec_recommend .prof li{
	position:relative;
	padding-left:13px;
}
#top #sec_recommend .prof li:before{
	content:"";
	background:#ff6a00;
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:50%;
	position:absolute;
	left:0;
	top:9px;
}

#sec_recommend .blog_link p{
	margin-bottom: 10px;
}
#sec_recommend .blog_link a{
	display: inline-block;
	background: #ff6a00;
	color: #fff;
	border-radius: 35px;
	padding: 6px 30px;
	border: 2px solid #ff6a00;
	transition-duration: 0.3s;
}

@media screen and (min-width : 768px ) {
	#sec_recommend .blog_link a:hover{
		color: #ff6a00;
		background: #fff;
	}
	#top #sec_recommend .text_box .name_txt em {
		display: block;
		font-size: 14px;
		line-height: 1.4em;
		font-style: normal;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		text-align: right;
	}
}


#top #sec_05 {
	width: 100%;
	background: #fff5e3;
	padding: 100px 0;
	overflow: hidden;
}
#top #sec_05 .sec_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#top #sec_05 > .sec_inner:before {
	display: inline-block;
	content: "";
	width: 754px;
	height: 465px;
	background: url(../Image/common/ashifumi_icon05.png) no-repeat left center;
	position: absolute;
	top: -30px;
	right: -320px;
}
@media screen and (min-width : 768px ) {
	#top #sec_05 .cnt_area {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
}
#top #sec_05 .cnt_area .img_box {
	width: 600px;
}
#top #sec_05 .cnt_area .text_box {
	width: 550px;
}
#top #sec_05 .cnt_area .text_box .work {
	margin-bottom: 30px;
}
#top #sec_05 .cnt_area .text_box .work .ttl_01 {
	font-size: 20px;
	text-align: left;
	line-height: 1;
	margin-bottom: 5px;
}
#top #sec_05 .cnt_area .text_box .text {
	margin-bottom: 30px;
}
#top #sec_05 .cnt_area .text_box .btn_01 {
	text-align: left;
}
#top #sec_05 .cnt_area .text_box .btn_01 a {
	padding: 15px 60px;
}
#top #sec_06 {
	width: 100%;
	padding: 100px 0;
}
#top #sec_06 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#top #sec_06 .list_01 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}
@media screen and (min-width : 768px ) {
	#top #sec_06 .list_01 li {
		width: 262.5px;
		margin-right: 50px;
	}
	#top #sec_06 .list_01 li:last-child {
		margin-right: 0;
	}
}
#top #sec_06 .list_01 li a {
	display: block;
}
@media screen and (min-width : 768px ) {
	#top #sec_06 .list_01 li a:hover {
		opacity: 0.75;
	}
}
#top #sec_06 .list_01 .img_box {
	margin-bottom: 25px;
}
#top #sec_06 .list_01 .img_box img {
	width: 100%;
	height: 200px;
}
#top #sec_06 .list_01 .ttl {
	color: #ff6a00;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
}
@media screen and (min-width : 768px ) {
	#top #sec_06 .list_01 .ttl:after {
		display: inline-block;
		content: "";
		width: 0;
		height: 2px;
		background: #ff6a00;
		transition: 0.5s;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	#top #sec_06 .list_01 li a:hover .ttl:after {
		width: 100%;
	}
}
#top #sec_06 .list_01 .date {
	line-height: 1;
	margin-bottom: 8px;
}
#top #sec_06 .list_01 .date span{
	color: #fff;
	background: #ff6a00;
	font-size: 12px;
	padding: 2px 13px;
	margin-left: 7px;
	border-radius: 12px;
}

#top #sec_06 .btn_01 a {
	padding: 15px 130px;
}

#top #sec_voice {
	width: 100%;
	padding: 100px 0;
	background: #fff5e3;
}
#top #sec_voice .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#top #sec_voice .voice_wrapp{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
#top #sec_voice .sec_inner .ja,
#top #sec_voice .sec_inner .en{
	color: #ff6a00;;
}
#top #sec_voice .voice_list{
	display: flex;
	flex-wrap: wrap;
}
#top #sec_voice .voice_list:last-child{
	margin-bottom: 0;
}
#top #sec_voice .btn_01 {
	color: #fff;
	line-height: 1;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	transition: 0.4s;
	border-radius: 30px;
	width: 400px;
	padding: 15px 130px;
	margin: auto;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
#top #sec_voice .btn_01:after{
	display: inline-block;
	content: "";
	width: 9px;
	height: 15px;
	background: url(../Image/common/arrow_white02.png) no-repeat;
	position: absolute;
	top: calc(50% - 7.5px);
	right: 20px;
}
@media screen and (min-width : 768px ) {
	#top #sec_voice .voice_list li{
		margin-right: 30px;
		width: 23%;
		padding: 0px 20px 15px 20px;
		line-height: 1.5;
		font-size: 16px;
		color: #000000;
		position: relative;
	}
	#top #sec_voice .voice_list li:nth-child(-n+4){
		margin-top: 0;
	}
	#top #sec_voice .voice_list li:nth-child(4n){
		margin-right: 0;
		padding: 0px 0px 15px 20px;
	}
	#top #sec_voice .voice_list li:before{
		content: "";
		background: #ff6a00;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		position: absolute;
		top: 4px;
		left: 0;
	}
	#top #sec_voice .btn_01:hover{
		color: #ff6a00;
		background: #fff;
	}
	#top #sec_voice .btn_01:hover:after{
		background: url(../Image/common/arrow_orange03.png) no-repeat;
	}
}
#top #sec_07{
	background: #ff6a00;
	margin-bottom: 50px;
	position: relative;
}
#top #sec_07:after{
	content: "";
	background: url(../Image/common/cv_bottom.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: -3px;
	display: block;
	width: 100%;
	height: 3px;
}
#top #sec_07 .ttl_box_01{
	background: #FFF5E3;
	text-align: center;
	color: #FF6A00;
	line-height: 0.4;
	padding: 30px 0;
	position: relative;
	margin-bottom: 0;
}
#top #sec_07 .ttl_box_01:before{
	content: "";
	border-top: 15px solid #fff5e3;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
}
#top #sec_07 .ttl_box_01 .ja{
	margin-bottom: 10px;
}
#top #sec_07 .ttl_box_01 .en{
	margin-bottom: 0;
}
#top #sec_07 .sec_inner{
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
#top #sec_07 .bottom_area{
	padding: 50px 0;
}
#top #sec_07 .l_box,
#top #sec_07 .r_box{
	width: 50%;
	text-align: center;
	color: #fff;
	line-height: 1;
}
#top #sec_07 .l_box{
	border-right: 1px solid #ff9b54;
}
#top #sec_07 .l_box .txt_area{
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
}
#top #sec_07 .l_box .txt_area:before{
	display: inline-block;
	content: "";
	width: 21px;
	height: 21px;
	background: url(../Image/common/tel_icon01.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	transform: translateY(-50%);
}
#top #sec_07 .l_box .num_area{
	font-size: 70px;
	font-weight: bold;
}
#top #sec_07 .l_box .num_area a{
	color: #fff;
}
#top #sec_07 .r_box{
	font-size: 24px;
}
#top #sec_07 .r_box .txt_area{
	position: relative;
	display: inline-block;
	padding: 0 0 0 28px;
	width: auto;
	margin: 0 auto 15px;
}
#top #sec_07 .r_box .txt_area:after{
	content: "";
	background: url(../Image/common/icon_mail.png) no-repeat;
	width: 22px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#top #sec_07 .btn_01 a{
	padding: 25px 140px;
	border-radius: 60px;
	color: #ff6a00;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#top #sec_07 .btn_01 a:after{
	background: url(../Image/common/arrow_orange03.png) no-repeat;
}
@media screen and (min-width : 768px ) {

	#top #sec_07 .l_box .num_area a{
		pointer-events: none;
	}
	#top #sec_07 .btn_01 a:hover{
		background: #ff6a00;
		color: #ffffff;
	}
	#top #sec_07 .btn_01 a:hover:after{
		background: url(../Image/common/arrow_white02.png) no-repeat
	}
}

.magazine_area{
	border: 5px solid #FF842C;
	max-width: 1200px;
	margin: 0 auto 3em;
	padding: 0 3em;
	background: url(../Image/top/left_bg.jpg) no-repeat left , url(../Image/top/right_bg.jpg) right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.magazine_area p{
	text-align: center;
	display:block;
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.8em;
}
.magazine_area a{
	display: block;
	background: #fff;
	text-align: center;
	height: 100%;
	width: 40%;
	margin: auto;
	padding: 2.5em 1em;
}
.magazine_area .btn{
	background:#ff6a00;
	color:#fff;
	border-radius:5rem;
	padding:0.5em;
	border:2px solid #ff6a00;
	transition-duration:0.3s;
	position:relative;
}
.magazine_area .btn:before{
	content:"";
	background: url(../Image/common/arrow_white02.png) no-repeat;
	width: 8px;
	height: 13px;
	background-size:contain;
	display:block;
	position:absolute;
	right: 0.7em;
	top:50%;
	transform: translateY(-50%);
}
@media screen and (min-width : 768px ) {
	.magazine_area a:hover .btn{
		color:#ff6a00;
		background:#fff;
	}
	.magazine_area a:hover .btn:before{
		background: url(../Image/common/arrow_orange03.png) no-repeat;
		width: 8px;
		height: 13px;
		background-size:contain;
	}
}

#top .bnr_area{
	margin-bottom: 50px;
	text-align: center;
}
#top .bnr_area a{
	transition-duration: 0.3s;
}
@media screen and (min-width : 768px ) {
	#top .bnr_area a:hover{
		opacity: 0.7;
	}
}
#top #reference{
	/*  padding:60px 0;*/
}
#top #reference .sec_inner{
	width:1200px;
	margin:auto;
	text-align:center;
	/*  background: #fff5e3;
	padding: 50px 20px;*/
	padding-top: 30px;
}
#top #reference .img_area{
	margin-bottom: 35px;
}

#top #reference .youtube_box {
	position: relative;
	width: 100%;
	padding-top: 38.8%;
	max-width: 800px;
	margin: 0 auto 15px;
}
#top #reference .youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#top #reference .sec_inner p{
	line-height:1.9;
	margin-bottom:20px;
}
#top #reference .sec_inner a{
	display:block;
	font-weight:600;
	text-decoration: underline;
	color: #1a0dab;
	font-size: 22px;
	line-height:1;
}
#top #reference .sec_inner a span{
	font-size:16px;
	display:block;
	margin-top:10px;
}
@media screen and (min-width : 768px ) {
	#top #reference .sec_inner a:hover {
		text-decoration: none;
	}
}



#top .agency{
	background: url(../Image/top/agency_bg.jpg) no-repeat left center;
	background-size:cover;
	border: 7px solid #ff842c;
	width: 1200px;
	margin: 0 auto 50px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
}
#top .agency img{
	width: 60%;
}


#top #product{
	width: 100%;
	background: url(../Image/top/bg_recomend.png) top center;
	padding: 100px 0;
	position: relative;
}
#top #product > h2 {
	color: #773100;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 auto 30px;
}
#top #product > p.att {
	text-align: center;
	color: #ff6a00;
	padding: 0;
	margin: 0 auto 10px;
}
#top #product .sec_inner{
	width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width : 768px ) {
	#top #product > h2 {
		color: #773100;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		margin: 0 auto 30px;
	}
	#top #product .list_01 {
		display: flex;
		justify-content: flex-start;
		flex-flow: row wrap;
	}
	#top #product .list_01 li {
		width: 366px;
		margin-right: 51px;
	}
	#top #product .list_01 li:nth-child(3n) {
		margin-right: 0;
	}
	#top #product .list_01 li:nth-child(n+4) {
		margin-top: 80px;
	}
}
#top #product .list_01 .img_box {
	margin-bottom: 20px;
}
#top #product .list_01 .img_box img {
	width: 100%;
	height: 300px;
}
#top #product .list_01 .ttl_box {
	margin-bottom: 15px;
}
/*#top #product .list_01 .ttl_box .sub_ttl {
color: #773100;
font-size: 16px;
font-weight: 700;
line-height: 1;
margin-bottom: 5px;
}*/
#top #product .list_01 .ttl_box .sub_ttl {
	color: #773100;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
#top #product .list_01 .ttl_box .main_ttl {
	color: #773100;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
#top #product .list_01 .price {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
#top #product .list_01 .text {
	line-height: 1.6;
	margin-bottom: 15px;
}

#top #product .list_01 .btn_01 a {
	display: block;
	padding: 12px 0;
}
.summary_fk {
	color: #ff6a00;
	font-size: 13px;
	border: 2px solid #ff6a00;
	display: block;
	margin: 10px 0;
	padding: 10px;
}


.annotation{
	font-size: 13px;
	color: #676767;
}
#sec_02 .annotation {
	color: #fff;
	margin-top: 50px;
	font-size: 17px;
	text-align: center;
}

#top .thum ul.thum_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#top .thum ul.thum_list li{
	width: 30%;
}
#top .thum ul.thum_list li img{
	width:100%;
}
#top .thum .ttl{
	font-size: 27px;
	text-align: center;
	font-weight: 600;
}
#top .thum p{
	text-align: center;
	font-size: 20px;
}


#top .external_wrap {
	background: #ff6a00;
	padding: 5em 0;
	margin-bottom: 50px;
}
#page-trader .external_wrap {
	background: #ff6a00;
	padding: 30px;
	margin-bottom: 0;
}
#top .external_list {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#page-trader .external_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#top .external_list li,
#page-trader .external_list li {
	border: 5px solid #ffffff;
	width: 32.5%;
}
#top .external_list li a {
	display: block;
	padding: 1em;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	background: #fff;
	transition-duration: 0.3s;
}
#page-trader .external_list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
	transition-duration: 0.3s;
}
#top .external_list li a span {
	font-size: 34px;
	color: #e96100;
	transition-duration: 0.3s;
	position: relative;
	padding-left: 1.5em;
}
#page-trader .external_list li a span {
	font-size: 25px;
	color: #e96100;
	transition-duration: 0.3s;
	position: relative;
	padding-left: 1.2em;
}
#top .external_list li a span:before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	transition-duration: 0.3s;
}
#page-trader .external_list li a span:before {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	transition-duration: 0.3s;
}
#top .external_list li:nth-child(1) a span:before,
#page-trader .external_list li:nth-child(1) a span:before {
	background: url('https://www.ashifumi.jp/Image/common/icon_exter01.png') no-repeat;
	background-size: contain;
}
#top .external_list li:nth-child(2) a span:before,
#page-trader .external_list li:nth-child(2) a span:before {
	background: url('https://www.ashifumi.jp/Image/common/icon_exter02.png') no-repeat;
	background-size: contain;
}
#top .external_list li:nth-child(3) a span:before,
#page-trader .external_list li:nth-child(3) a span:before {
	background: url('https://www.ashifumi.jp/Image/common/icon_exter03.png') no-repeat;
	background-size: contain;
}
@media screen and (min-width : 768px ){
	#top .external_list li,
	#page-trader .external_list li {
		border: 5px solid #ffffff;
		width: 32.5%;
	}
	#top .external_list li a:hover,
	#page-trader .external_list li a:hover {
		background: #E96100;
		color: #fff;
	}
	#top .external_list li a:hover span,
	#page-trader .external_list li a:hover span {
		color: #fff;
	}
	#top .external_list li:nth-child(1) a:hover span:before,
	#page-trader .external_list li:nth-child(1) a:hover span:before {
		background: url('https://www.ashifumi.jp/Image/common/icon_exter01-wh.png') no-repeat;
		background-size: contain;
	}
	#top .external_list li:nth-child(2) a:hover span:before,
	#page-trader .external_list li:nth-child(2) a:hover span:before {
		background: url('https://www.ashifumi.jp/Image/common/icon_exter02-wh.png') no-repeat;
		background-size: contain;
	}
	#top .external_list li:nth-child(3) a:hover span:before,
	#page-trader .external_list li:nth-child(3) a:hover span:before {
		background: url('https://www.ashifumi.jp/Image/common/icon_exter03-wh.png') no-repeat;
		background-size: contain;
	}
}

/*-------------------------------------
商品一覧
--------------------------------------*/
#item_list #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#item_list #sec_01 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (min-width : 768px ) {
	#item_list #sec_01 .list_01 {
		display: flex;
		justify-content: flex-start;
		flex-flow: row wrap;
	}
	#item_list #sec_01 .list_01 li {
		width: 366px;
		margin-right: 51px;
	}
	/*#item_list #sec_01 .list_01 li {
	width: calc((100% - 50px * 2) / 3);
	margin-right: 50px;
}*/
	#item_list #sec_01 .list_01 li:nth-child(3n) {
		margin-right: 0;
	}
	#item_list #sec_01 .list_01 li:nth-child(n+4) {
		margin-top: 80px;
	}
}
#item_list #sec_01 .list_01 .img_box {
	margin-bottom: 20px;
}
#item_list #sec_01 .list_01 .img_box img {
	width: 100%;
	height: 300px;
}
#item_list #sec_01 .list_01 .ttl_box {
	margin-bottom: 15px;
}
#item_list #sec_01 .list_01 .ttl_box .sub_ttl {
	color: #773100;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
#item_list #sec_01 .list_01 .ttl_box .main_ttl {
	color: #773100;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
#item_list #sec_01 .list_01 .price {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
#item_list #sec_01 .list_01 .price:after{
	content:"ご家族で半永久的に使えます。";
	font-size:13px;
	color:#ff6a00;
	font-weight:500;
}

#item_list #sec_01 .list_01 .text {
	line-height: 1.6;
	margin-bottom: 15px;
}
#item_list #sec_01 .list_01 li:first-child .text:after {
	/* content:"仮に5年間使うと１日10円、月300円で座って運動ができるようになります。";
	color:#ff6a00;
	font-size:13px;
	border:2px solid #ff6a00;
	display:block;
	margin:10px 0;
	padding:10px;*/
}
#item_list #sec_01 .list_01 .btn_01 a {
	display: block;
	padding: 12px 0;
}

/*-------------------------------------
商品詳細
--------------------------------------*/
#item_details #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#item_details #sec_01 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#item_details #sec_01 .sec_box_01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#item_details #sec_01 .sec_box_01 .img_area {
	width: 650px;
}
#item_details #sec_01 .img_area #slider {
	width: 650px;
	margin: 0 auto 10px;
}
#item_details #sec_01 .img_area #slider li {
	width: 650px;
}
#item_details #sec_01 .img_area #slider li img {
	width: 100%;
	height: 500px;
}
#item_details #sec_01 .img_area #thumbnail-list {
	width: 550px;
	margin: 0 auto;
}
@media screen and (min-width : 768px ) {
	#item_details #sec_01 .img_area #thumbnail-list li {
		width: 128px;
		margin-right: 10px;
		cursor: pointer;
		position: relative;
	}
	#item_details #sec_01 .img_area #thumbnail-list li:after {
		display: block;
		content:'';
		background-color: rgba(0, 0, 0, 0.6);
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: .3s opacity linear;
		cursor: pointer;
	}
	#item_details #sec_01 .img_area #thumbnail-list li.thumbnail-current:after {
		opacity: 0;
	}
	#item_details #sec_01 .img_area #thumbnail-list li img {
		width: 128px!important;
		height: 100px;
	}
	.slick-prev, .slick-next{
		width:18px;
		height: 28px;
	}
	.slick-prev:before, .slick-next:before {
		opacity: 1;
	}
	.slick-prev {
		left: -35px;
	}
	.slick-next {
		right: -35px;
	}
	.slick-prev:before {
		content: url(../Image/common/slide_icon01.png);
	}
	.slick-next::before {
		content: url(../Image/common/slide_icon02.png);
	}
}
#item_details #sec_01 .sec_box_01 .text_area {
	width: 470px;
}
#item_details #sec_01 .sec_box_01 .text_area .catchcopy {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 15px;
}
#item_details #sec_01 .sec_box_01 .text_area .ttl_box {
	margin-bottom: 20px;
}
#item_details #sec_01 .sec_box_01 .text_area .ttl_box .sub_ttl {
	color: #ff6a00;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
#item_details #sec_01 .sec_box_01 .text_area .ttl_box .main_ttl {
	color: #ff6a00;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
#item_details #sec_01 .sec_box_01 .text_area .price_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
}
#item_details #sec_01 .sec_box_01 .text_area .price_box .price_label {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background: #ff6a00;
	padding: 10px;
	margin-right: 20px;
}
#item_details #sec_01 .sec_box_01 .text_area .price_box .price_text {
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.05em;
}
#item_details #sec_01 .sec_box_01 .text_area .price_box .price_unit {
	font-size: 18px;
	line-height: 1;
}
#item_details #sec_01 .sec_box_01 .text_area .item_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
#item_details #sec_01 .sec_box_01 .text_area .item_box .item_text {
	font-size: 16px;
	line-height: 1;
	margin-right: 15px;
}
#item_details #sec_01 .sec_box_01 .text_area .item_box input {
	width: 90px;
	height: 40px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 3px 8px;
	border-radius: 5px;
}

#item_details  .anntation{
	border: 1px solid #ff6a00;
	background: #fff;
	padding: 20px;
	font-size: 15px;
	margin-bottom: 20px;
}
#item_details .anntation span{
	color: #ff6a00;
	font-weight: 600;
	line-height: 1.5;
	display: block;
	margin-bottom: 0.7em;
	font-size: 16px;
}

#item_details section .cart_btn {
	margin-bottom: 30px;
	position: relative;
	transition: 0.4s;
}
#item_details section .cart_btn:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 21px;
	background: url(../Image/common/cart_icon01.png) no-repeat;
	position: absolute;
	top: calc(50% - 10.5px);
	left: 95px;
}
@media screen and (min-width : 768px ) {
	#item_details section .cart_btn:hover {
		opacity: 0.75;
	}
}
#item_details section .cart_btn input[type="submit"] {
	display: block;
	width: 400px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background: #ff6a00;
	border: none;
	outline: none;
	padding: 23px 0;
	letter-spacing: 0.2em;
	border-radius: 30px;
	cursor: pointer;
}
#item_details #sec_01 .sec_box_01 .text_area .payment_box {
	border-top: 1px dashed #ff6a00;
	border-bottom: 1px dashed #ff6a00;
	padding: 30px 0;
	margin-bottom: 30px;
}
#item_details #sec_01 .sec_box_01 .text_area .payment_box .heading {
	line-height: 1;
	padding-left: 36px;
	margin-bottom: 10px;
	position: relative;
}
#item_details #sec_01 .sec_box_01 .text_area .payment_box .heading:before {
	display: inline-block;
	content: '';
	width: 26px;
	height: 19px;
	background: url(../Image/common/point_icon01.png) no-repeat;
	position: absolute;
	top: calc(50% - 9.5px);
	left: 0;
}
#item_details #sec_01 .sec_box_01 .text_area .payment_box .payment_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#item_details #sec_01 .sec_box_01 .text_area .payment_box .payment_list li {
	color: #fff;
	width: 150px;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	background: #ff6a00;
	padding: 8px 0;
	margin-right: 2px;
}
#item_details #sec_01 .sec_box_01 .text_area .payment_box .payment_list li:last-child {
	margin-right: 0;
}
#item_details #sec_01 .sec_box_01 .text_area .link_box .link_list li a {
	display: inline-block;
	line-height: 1;
	padding-left: 22px;
	position: relative;
}
#item_details #sec_01 .sec_box_01 .text_area .link_box .link_list li a:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../Image/common/arrow_orange04.png) no-repeat;
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
}
@media screen and (min-width : 768px ) {
	#item_details #sec_01 .sec_box_01 .text_area .link_box .link_list li:nth-child(n+2) a {
		margin-top: 10px;
	}
}
#item_details #sec_01 .sec_box_01 .text_area .link_box .link_list li a span {
	display: inline-block;
	position: relative;
}
@media screen and (min-width : 768px ) {
	#item_details #sec_01 .sec_box_01 .text_area .link_box .link_list li a span:after {
		display: inline-block;
		content: "";
		width: 100%;
		height: 2px;
		background: #ff6a00;
		position: absolute;
		bottom: 2px;
		left: 0;
		opacity: 0;
		transition: 0.4s;
		visibility: hidden;
	}
	#item_details #sec_01 .sec_box_01 .text_area .link_box .link_list li a:hover span:after {
		bottom: -5px;
		opacity: 1;
		visibility: visible;
	}
}
#item_details #sec_01 .sec_box_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 100px;
}
#item_details #sec_01 .sec_box_02 .img_box {
	width: 600px;
}
#item_details #sec_01 .sec_box_02 .text_box {
	width: 560px;
}
#item_details #sec_01 .sec_box_02 .text_box .catchcopy {
	color: #ff6a00;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#item_details #sec_01 .sec_box_03 .ttl {
	color: #ff6a00;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
#item_details #sec_01 .sec_box_03 .recommend_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../Image/common/border_bg03.png) repeat-x;
	padding: 30px 50px;
	position: relative;
}
#item_details #sec_01 .sec_box_03 .recommend_box:after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 10px;
	background: url(../Image/common/border_bg03.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
#item_details #sec_01 .sec_box_03 .recommend_box .recommend_label {
	width: 170px;
	height: 170px;
	color: #ff6a00;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	text-align: center;
	background: #fff;
	padding-top: 55px;
	border-radius: 50%;
	position: relative;
}
#item_details #sec_01 .sec_box_03 .recommend_box .recommend_label:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px solid #fff5e3;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 50%;
}
#item_details #sec_01 .sec_box_03 .recommend_box .recommend_list {
	width: 860px;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
#item_details #sec_01 .sec_box_03 .recommend_box .recommend_list li {
	width: 405px;
	border-bottom: 1px solid #ff9d58;
	line-height: 1.4;
	padding-bottom: 15px;
	padding-left: 2em;
	margin-right: 50px;
}
@media screen and (min-width : 768px ) {
	#item_details #sec_01 .sec_box_03 .recommend_box .recommend_list li:nth-child(2n) {
		margin-right: 0;
	}
	#item_details #sec_01 .sec_box_03 .recommend_box .recommend_list li:nth-child(n+3) {
		margin-top: 15px;
	}
}
#item_details #sec_01 .sec_box_03 .recommend_box .recommend_list li .item_icon {
	display: inline-block;
	color: #ff9d58;
	width: 1.5em;
	margin-left: -1.5em;
}
#item_details #sec_02 {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
#item_details #sec_02 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#item_details #sec_02 .sec_box_01 {
	margin-bottom: 100px;
}
@media screen and (min-width : 768px ) {
	#item_details #sec_02 .sec_box_01 .list_01 {
		display: flex;
		justify-content: flex-start;
	}
	#item_details #sec_02 .sec_box_01 .list_01 li {
		width: 366px;
		margin-right: 51px;
	}
	#item_details #sec_02 .sec_box_01 .list_01 li:nth-child(3n) {
		margin-right: 0;
	}
}
#item_details #sec_02 .sec_box_01 .list_01 .img_box {
	margin-bottom: 15px;
}
#item_details #sec_02 .sec_box_01 .list_01 .ttl_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#item_details #sec_02 .sec_box_01 .list_01 .ttl_box .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	background: #ff6a00;
	margin-right: 15px;
	border-radius: 50%;
	letter-spacing: 0.05em;
}
#item_details #sec_02 .sec_box_01 .list_01 .ttl_box .text {
	width: calc(366px - 50px - 15px);
	line-height: 1.6;
}
#item_details #sec_02 .sec_box_02 {
	margin-bottom: 100px;
	position: relative;
}
#item_details #sec_02 .sec_box_02:after {
	display: inline-block;
	content: "";
	width: 701px;
	height: 1054px;
	background: url(../Image/top/sec04_bg01.png) no-repeat left center;
	position: absolute;
	top: -480px;
	right: -420px;
}
#item_details #sec_02 .sec_box_02 .cnt_area {
	width: 800px;
	margin: 0 auto 0 0;
}
#item_details #sec_02 .sec_box_02 .cnt_area .youtube_box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 15px;
}
#item_details #sec_02 .sec_box_02 .cnt_area .youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#item_details #sec_02 .sec_box_03 .ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin-bottom: 50px;
}
#item_details #sec_02 .sec_box_03 .cnt_area {
	display: flex;
	justify-content: space-between;
}
#item_details #sec_02 .sec_box_03 .cnt_area .img_box {
	width: 450px;
}
#item_details #sec_02 .sec_box_03 .cnt_area .img_box img {
	width: 100%;
	height: auto;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box {
	width: 700px;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .table_01 {
	margin-bottom: 20px;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .table_01 tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .table_01 th {
	width: 25%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	background: #f7f7f7;
	padding: 20px 0 20px 30px;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .table_01 td {
	width: 75%;
	line-height: 1;
	text-align: left;
	padding: 20px 0 20px 30px;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .list_01 li {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 1.2em;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .list_01 li:nth-child(n+2) {
	margin-top: 10px;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .list_01 li {
	font-size: 14px;
	line-height: 1.6;
}
#item_details #sec_02 .sec_box_03 .cnt_area .text_box .list_01 li .item_icon {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}

#item_details .cart_wrap{
	text-align: center;
	margin-top: 30px;
}
#item_details .cart_wrap .comment{
	border: 2px solid #ff6a00;
	width: 500px;
	margin: 0 auto 30px;
}
#item_details .cart_wrap .comment a{
	display: block;
	color: #ff6a00;
	font-size: 18px;
	padding: 15px;
	transition: 0.3s;
}
#item_details .cart_wrap .comment a span{
	border-bottom: 2px solid #ff6a00;
}
@media screen and (min-width : 768px ) {
	#item_details .cart_wrap .comment a:hover{
		color: #fff;
		background: #ff6a00;
	}
}
#item_details .cart_wrap .cart_btn{
	margin: auto;
	text-align: center;
	display: inline-block;
}


#item_details .recruit{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: url(../Image/common/border_bg03.png) repeat-x top, url(../Image/common/border_bg03.png) repeat-x bottom;
	padding: 50px 0;
	margin-bottom: 60px;
}
#item_details .recruit .img_area{
	width: 40%;
}
#item_details .recruit .img_area img{
	max-width: 100%;
}
#item_details .recruit .txt_area{
	width: 60%;
}
#item_details .recruit .txt_area .ttl{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 15px;
}
#item_details .recruit .txt_area .ttl span{
	display:block;
	font-size: 21px;
}
#item_details .recruit .txt_area .txt p{
	margin-bottom:15px
}

#item_details .recruit .txt_area .txt .m_adress{
	border: 2px solid #ff6a00;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
}
#item_details .recruit .txt_area .txt .m_adress span{
	display: inline-block;
	color: #ff6a00;
	padding: 0.4em 0.6em;
	transition-duration:0.3s;
}
@media screen and (min-width : 768px ) {
	#item_details .recruit .txt_area .txt .m_adress a:hover{
		background: #ff6a00;
		color:#fff;
	}
}
#item_details .recruit .txt_area .anntation_02{
	color:#545454;
	font-size:15px;
}
#item_details .recruit .txt_area .anntation_02 li{
	position:relative;
	padding-left:1.3em;
}
#item_details .recruit .txt_area .anntation_02 li:before{
	content:"※";
	position:absolute;
	left:0;
	top:0;  
}


/*-------------------------------------
ご利用ガイド
--------------------------------------*/
#guide #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#guide #sec_01 .sec_inner {
	width: 1000px;
	margin: 0 auto;
}
#guide #sec_01 .navi_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
@media screen and (min-width : 768px ) {
	#guide #sec_01 .navi_list li {
		display: flex;
		align-items: stretch;
		width: calc((100% - 15px * 4) / 5);
		min-height: 54px;
		margin-right: 15px;
	}
	#guide #sec_01 .navi_list li:last-child {
		margin-right: 0;
	}
}
#guide #sec_01 .navi_list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	transition: 0.5s;
	position: relative;
}
#guide #sec_01 .navi_list a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-rendering: auto;
	line-height: 25px;
	padding-left: 10px;
}
@media screen and (min-width : 768px ) {
	#guide #sec_01 .navi_list a:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#guide #sec_01 #sec_box_01,
#guide #sec_01 #sec_box_02,
#guide #sec_01 #sec_box_03,
#guide #sec_01 #sec_box_05 {
	margin-bottom: 60px;
}
#guide #sec_01 .common_sec_box .block_common {
	margin-bottom: 45px;
}
#guide #sec_01 .common_sec_box .block_common:last-child {
	margin-bottom: 0;
}
#guide #sec_01 .common_sec_box .text {
	margin-bottom: 20px;
}
#guide #sec_01 .common_sec_box .text img{
	margin-bottom: 20px;
}
#guide #sec_01 .common_sec_box .text ul{
	margin-bottom: 20px;
}
#guide #sec_01 .common_sec_box .text ul li{
	margin-bottom: 5px;
}
#guide #sec_01 .common_sec_box .text ul li:last-child{
	margin-bottom: 0px;
}
#guide #sec_01 .common_sec_box .text:last-child {
	margin-bottom: 0;
}
#guide #sec_01 .common_sec_box .ttl {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
}
#guide #sec_01 .common_sec_box .text p {
	line-height: 1.6;
	margin-bottom: 10px;
}
#guide #sec_01 .common_sec_box .text p:last-child {
	margin-bottom: 0;
}
#guide #sec_01 .common_sec_box .text p.note {
	padding-left: 1.2em;
}
#guide #sec_01 .common_sec_box .text p.note .item_icon {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}
#guide #sec_01 .common_sec_box .list_01 li {
	line-height: 1.6;
	padding-left: 1.2em;
	margin-bottom: 8px;
}
#guide #sec_01 .common_sec_box .list_01 li:nth-child {
	margin-bottom: 0;
}
#guide #sec_01 .common_sec_box .list_01 li .item_icon {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}
#guide #sec_01 .common_sec_box .table_01 {
	width: 80%;
	margin-bottom: 20px;
}
#guide #sec_01 .common_sec_box .table_01.fee {
	width: 65%;
}
#guide #sec_01 .common_sec_box .table_01 th {
	width: 30%;
	color: #fff;
	font-weight: normal;
	text-align: left;
	background: #ff6a00;
	border: 1px solid #ccc;
	padding: 5px 20px;
}
#guide #sec_01 .common_sec_box .table_01.fee th{
	text-align:center;
}
#guide #sec_01 .common_sec_box .table_01 td {
	width: 70%;
	background: #fff;
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 20px;
}
#guide #sec_01 .common_sec_box .table_01.fee td{
	text-align:right;  
}
#guide #sec_01 .common_sec_box .table_02 {
	width: 80%;
}
#guide #sec_01 .common_sec_box .table_02 th {
	color: #fff;
	font-weight: normal;
	text-align: left;
	background: #ff6a00;
	border: 1px solid #ccc;
	padding: 5px 20px;
}
#guide #sec_01 .common_sec_box .table_02 td {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 20px;
}
#guide #sec_01 .common_sec_box .table_02 th.th_01,
#guide #sec_01 .common_sec_box .table_02 th.td_01 {
	width: 75%;
}
#guide #sec_01 .common_sec_box .table_02 th.th_02,
#guide #sec_01 .common_sec_box .table_02 th.td_02 {
	width: 35%;
}

#guide #sec_wrap_05 .common_sec_box .postage {
	width: 100%;
}
#guide #sec_wrap_05 .common_sec_box .postage th,
#guide #sec_wrap_05 .common_sec_box .size th{
	color: #fff;
	font-weight: normal;
	text-align: left;
	background: #ff6a00;
	border: 1px solid #ccc;
	padding: 5px 20px;
	line-height: 1.3;
}
#guide #sec_wrap_05 .common_sec_box .postage tr:nth-child(n+2) th:nth-child(2){
	background: #ffffff;
	color: #ff6a00;
	font-weight: bold;
}
#guide #sec_wrap_05 .common_sec_box .postage td,
#guide #sec_wrap_05 .common_sec_box .size td {
	border: 1px solid #ccc;
	padding: 5px 20px;
	background: #fff;
}
@media screen and (min-width : 768px ) {
	#guide #sec_wrap_05 .common_sec_box .postage tr:nth-child(1) th:nth-child(1){
		border-right: none;
	}
	#guide #sec_wrap_05 .common_sec_box .postage tr:nth-child(1) th:nth-child(2){
		border-left: none;
	}
	#guide #sec_wrap_05 .common_sec_box .postage td{
		width: 85px; 
	}
	#guide #sec_wrap_05 .common_sec_box .postage th:nth-child(1){
		text-align: center;
	}
	#guide #sec_wrap_05 .common_sec_box .postage th:nth-child(2){
		width: 300px;
	}
}

#guide #sec_wrap_05 table.size{
	width: 50%;
}
#guide #sec_wrap_05 .caption{
	margin-bottom: 45px;
}

/*-------------------------------------
新着情報
--------------------------------------*/
#news #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}

#news #news_list ul.listTab{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

#news #news_list ul.listTab li{
	margin-right: 15px;
	margin-bottom: 10px;
}

#news #news_list ul.listTab li a{
	background: #ff6a00;
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 25px;
	transition-duration: 0.3s;
	display: inline-block;
}

@media screen and (min-width : 768px ) {
	#news #news_list ul.listTab li a:hover{
		opacity: 0.75;
	}
}


/*   一覧   */
#news #news_list #sec_01 .sec_inner {
	width: 1200px;
	margin: 0 auto;
}
#news #news_list #sec_01 .list_01 {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
@media screen and (min-width : 768px ) {
	#news #news_list #sec_01 .list_01 li {
		width: 262.5px;
		margin-right: 50px;
	}
	#news #news_list #sec_01 .list_01 li:nth-child(4n) {
		margin-right: 0;
	}
	#news #news_list #sec_01 .list_01 li:nth-child(n+5) {
		margin-top: 50px;
	}
}
#news #news_list #sec_01 .list_01 li a {
	display: block;
}
@media screen and (min-width : 768px ) {
	#news #news_list #sec_01 .list_01 li a:hover {
		opacity: 0.75;
	}
}
#news #news_list #sec_01 .list_01 .img_box {
	margin-bottom: 25px;
}
#news #news_list #sec_01 .list_01 .img_box img {
	width: 100%;
	height: 200px;
}
#news #news_list #sec_01 .list_01 .ttl {
	color: #ff6a00;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
}
@media screen and (min-width : 768px ) {
	#news #news_list #sec_01 .list_01 .ttl:after {
		display: inline-block;
		content: "";
		width: 0;
		height: 2px;
		background: #ff6a00;
		transition: 0.5s;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	#news #news_list #sec_01 .list_01 li a:hover .ttl:after {
		width: 100%;
	}
}
#news #news_list #sec_01 .list_01 .date {
	line-height: 1;
	margin-bottom: 8px;
}
#news #news_list #sec_01 .list_01 .date span{
	color: #fff;
	background: #ff6a00;
	font-size: 12px;
	padding: 2px 13px;
	margin-left: 7px;
	border-radius: 12px;
}

/*   詳細   */
#news #news_details #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#news #news_details #sec_01 .news_area {
	border: 1px solid #ccc;
	border-top: 8px solid #ff6a00;
	background: #fff;
	padding: 50px 100px;
	margin-bottom: 50px;
	border-radius: 3px;
}
#news #news_details #sec_01 .news_area .ttl_box {
	margin-bottom: 30px;
}
#news #news_details #sec_01 .news_area .ttl_box .date {
	line-height: 1;
	margin-bottom: 5px;
}

#news #news_details #sec_01 .news_area .ttl_box .date span{
	color: #fff;
	background: #ff6a00;
	font-size: 12px;
	padding: 2px 13px;
	margin-left: 7px;
	border-radius: 12px;
}

#news #news_details #sec_01 .news_area .ttl_box .ttl {
	color: #ff6a00;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 3px solid #ff6a00;
}
#news #news_details #sec_01 .news_area .img_box {
	max-width: 898px;
	text-align: center;
	margin: 0 auto 30px;
}
#news #news_details #sec_01 .news_area .img_box img {
	width: 100%;
	height: auto;
}
#news #news_details #sec_01 .news_area .text_box p {
	margin-bottom: 15px;
}
#news #news_details #sec_01 .news_area .text_box p:last-child {
	margin-bottom: 0;
}

#news #news_details #sec_01 .btn_01 a {
	padding: 15px 130px;
}

#news #news_details #sec_01 .news_area .text_box img{
	max-width:100%;
	height:auto;
}

#news .c-box{
	margin-top: 1em;
	color: #ff6a00;
	font-weight: 600;
	padding: 1.5em 1em;
	border: 5px solid #fff5e3;
	background:url(../Image/common/ashifumi_bg02.png) repeat #fffdfb;
	background-size: 30%;
}
#news .c-box.back{
	margin-top: 4em;
	background: url(../Image/common/ashifumi_bg01.png) repeat center top #fff2da;
	background-size: 30%;
}
#news .c-box .inner{
	display:flex;
	align-items:center;
	justify-content: space-between;
	line-height: 1.5;
}
#news #news_details #sec_01 .news_area .text_box .c-box .inner p{
	margin-bottom:0;
	font-size: 1.1em;
}
#news #news_details #sec_01 .news_area .text_box .c-box.back .inner p{
	/* font-size: 1em; */
	/* line-height: 1.7; */
}
#news .c-box a{
	display: inline-block;
	background: #ff6a00;
	color: #fff;
	border-radius: 5rem;
	padding: 0.5em 4em;
	margin-left: 1em;
	font-size: 1.1em;
	vertical-align: bottom;
	border:2px solid #ff6a00;
	transition-duration:0.3s;
	width: 20rem;
	text-align: center;
}
#news .c-box.back a{
	background: #fff;
	color: #ff6a00;
	font-size: 1em;
	padding: 0.7em 0em;
}
@media screen and (min-width : 768px ) {
	#news .c-box a:hover{
		background:#fff;
		color:#ff6a00;
	}
	#news .c-box.back a:hover{
		background:#ff6a00;
		color:#fff;
	}
}

/*-------------------------------------
特定商取引法に基づく表記
--------------------------------------*/
#law #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#law #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#law #sec_01 .table_01 tr {
	border-top: 1px solid #f7a717;
	border-bottom: 1px solid #f7a717;
}
#law #sec_01 .table_01 th {
	width: 30%;
	color: #ff6a00;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding: 30px 40px;
	vertical-align: middle;
}
#law #sec_01 .table_01 td {
	width: 70%;
	padding: 30px 40px;
}
#law #sec_01 .table_01 td .list_01 li {
	line-height: 1.5;
	padding-left: 1.2em;
	margin-bottom: 10px;
}
#law #sec_01 .table_01 td .list_01 li:nth-child {
	margin-bottom: 0;
}
#law #sec_01 .table_01 td .list_01 .item_icon_01 {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}
#law #sec_01 .table_01 td a {
	text-decoration: underline;
}
#law #sec_01 .table_01 td a:hover {
	text-decoration: none;
}

/*-------------------------------------
お問い合わせ
--------------------------------------*/
#contact #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#contact #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#contact #sec_01 .text {
	margin-bottom: 30px;
}
#contact #sec_01 .text span {
	color: #ff6a00;
	font-weight: 700;
}
#contact #sec_01 .table_01 tr {
	border-top: 1px solid #f7a717;
	border-bottom: 1px solid #f7a717;
}
#contact #sec_01 .table_01 th {
	width: 30%;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 30px 40px;
	vertical-align: middle;
}
#contact #sec_01 .table_01 td {
	width: 70%;
	padding: 30px 40px;
}
#contact #sec_01 .table_01 td input {
	font-size: 16px;
	padding: 6px 12px;
}
#contact #sec_01 .table_01 td input.long {
	width: 60%;
}
#contact #sec_01 .table_01 td input.middle {
	width: 40%;
}
#contact #sec_01 .table_01 td input.short {
	width: 30%;
}
#contact #sec_01 .table_01 td input.mini {
	width: 10%;
}
#contact #sec_01 .table_01 td .address_txt {
	display: inline-block;
	margin-right: 10px;
}
#contact #sec_01 .table_01 td .note {
	font-size: 14px;
	line-height: 1;
	padding: 8px 0 0 0;
}
#contact #sec_01 .table_01 td .address_list li {
	margin-bottom: 25px;
}
#contact #sec_01 .table_01 td .address_list li:last-child {
	margin-bottom: 0;
}
#contact #sec_01 .table_01 td .radio {
	display: flex;
	justify-content: flex-start;
}
#contact #sec_01 .table_01 td .radio li {
	margin-right: 30px;
}
#contact #sec_01 .table_01 td .radio li:last-child {
	margin-right: 0;
}
#contact #sec_01 .table_01 td input[type="radio"] {
	display: inline-block;
	width: 1.1em;
	height: 14px;
	margin: 0;
	vertical-align: -1px;
}
#contact #sec_01 .table_01 td select {
	font-size: 16px;
	height: 40px;
	padding: 6px 12px;
}
#contact #sec_01 .table_01 td textarea {
	width: 100% !important;
	max-width: 100% !important;
	height: 150px !important;
	font-size: 16px;
	padding: 6px 12px;
	resize: none;
}
table#mfp_confirm_table tr {
	border-top: 1px solid #f7a717;
}
table#mfp_confirm_table tr:last-child {
	border-bottom: 1px solid #f7a717;
}
#contact #sec_01 #mfp_confirm_table th {
	width: 30%;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	background: none;
	border: none;
	padding: 30px 40px;
}
#contact #sec_01 #mfp_confirm_table td {
	width: 70%;
	font-size: 16px;
	border: none;
	padding: 30px 40px;
}
#contact #sec_01 .mfp_buttons {
	padding: 0;
	margin: 30px auto 0;
}
#contact #sec_01 .mfp_buttons button.mfp_element_submit,
#contact #sec_01 .mfp_buttons button.mfp_element_button {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 80px;
	margin: 0 auto;
	text-decoration: none;
	transition: 0.5s;
}
#contact #sec_01 .mfp_buttons button#mfp_button_cancel {
	background: #ff6a00;
	border: 1px solid #ff6a00;
}
@media screen and (min-width : 768px ) {
	#contact #sec_01 .mfp_buttons button.mfp_element_submit:hover,
	#contact #sec_01 .mfp_buttons button.mfp_element_button:hover {
		color: #ff6a00;
		background: #fff;
	}
	#contact #sec_01 .mfp_buttons button#mfp_button_cancel:hover {
		color: #ff6a00;
		background: #fff;
	}
}
/* フォーム全体 */
form#mailformpro {
	padding: 0;
}
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
	margin: 0;
	box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
	color: #f93434;
	font-size: 14px;
	font-weight: bold;
	background: none;
	padding: 5px 0;
	margin: 0;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
	background-color: #fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
	background-color :#ff7500;
	border-color: #ff7500;
	font-size: 12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
	padding: 0;
	border: none;
	box-shadow: none;
}
form#mailformpro label.mfp_checked {
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	text-shadow: none;
}
@media screen and (min-width : 768px) {
	.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
		box-shadow: none;
	}
}
/* 内容確認画面のテーブルを全幅 */
table#mfp_confirm_table {
	width:100%;
}
table#mfp_confirm_table tr.mfp_achroma,
table#mfp_confirm_table tr.mfp_colored {
	background: none;
}
div#mfp_phase_confirm h4 {
	font-size: 18px;
	color: #f93434;
	padding: 0;
	margin-bottom: 20px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
	display: inline-block;
	color: #ff6a00;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
/* 入力画面の「任意」のデザイン */
.not_must-fill {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: #bbb;
	padding: 4px 10px;
	margin-left: 30px;
}

/*-------------------------------------
お問い合わせ送信完了
--------------------------------------*/
#thanks #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#thanks #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#thanks #sec_01 .text {
	text-align: center;
	margin-bottom: 50px;
}
#thanks #sec_01 .btn_01 a {
	padding: 15px 80px;
}

/*-------------------------------------
プライバシーポリシー
--------------------------------------*/
#privacypolicy #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#privacypolicy #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#privacypolicy #sec_01 .text {
	margin-bottom: 50px;
}
#privacypolicy #sec_01 .dl_list_01 dt {
	color: #ff6a00;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
#privacypolicy #sec_01 .dl_list_01 dt span {
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}
#privacypolicy #sec_01 .dl_list_01 dd {
	margin-bottom: 50px;
}
#privacypolicy #sec_01 .dl_list_01 dd:last-child {
	margin-bottom: 0;
}
#privacypolicy #sec_01 .dl_list_01 dd p {
	margin-bottom: 15px;
}
#privacypolicy #sec_01 .dl_list_01 dd p:last-child {
	margin-bottom: 0;
}
#privacypolicy #sec_01 .dl_list_01 dd .list_01 li {
	padding-left: 1.4em;
}
#privacypolicy #sec_01 .dl_list_01 dd .list_01 li span {
	display: inline-block;
	width: 1.4em;
	margin-left: -1.4em;
}
#privacypolicy #sec_01 .dl_list_01 dd a {
	text-decoration: underline;
}
@media screen and (min-width : 768px) {
	#privacypolicy #sec_01 .dl_list_01 dd a:hover {
		text-decoration: none;
	}
}

/*-------------------------------------
サイトマップ
--------------------------------------*/
#sitemap #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#sitemap #sec_01 .sec_inner {
	width: 1000px;
	margin: 0 auto;
}
#sitemap #sec_01 .list_01 {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
#sitemap #sec_01 .list_01 li {
	width: calc((100% - 50px * 1) / 2);
	margin-right: 50px;
}
@media screen and (min-width : 768px) {
	#sitemap #sec_01 .list_01 li:nth-child(2n) {
		margin-right: 0;
	}
}
#sitemap #sec_01 .list_01 li a {
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #ff6a00;
	padding: 25px 50px;
	position: relative;
}
#sitemap #sec_01 .list_01 li:nth-child(1) a,
#sitemap #sec_01 .list_01 li:nth-child(2) a {
	border-top: 1px solid #ff6a00;
}
#sitemap #sec_01 .list_01 li a:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 15px;
	background: url(../Image/common/ashifumi_icon01.png) no-repeat;
	position: absolute;
	top: calc(50% - 7.5px);
	left: 30px;
}
#sitemap #sec_01 .list_01 li span {
	display: inline-block;
	position: relative;
}
#sitemap #sec_01 .list_01 li span:after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	background: #ff6a00;
	position: absolute;
	bottom: 2px;
	left: 0;
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
}
@media screen and (min-width : 768px) {
	#sitemap #sec_01 .list_01 li a:hover span:after {
		bottom: -5px;
		opacity: 1;
		visibility: visible;
	}
}

/*-------------------------------------
404
--------------------------------------*/
#not_found #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#not_found #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#not_found #sec_01 .text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
#not_found #sec_01 .btn_01 a {
	padding: 15px 60px;
}

/*-----------------------------------------------------
ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}
/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
	display: inline-block;
	color: #ff6a00;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ff6a00;
	padding: 3px 12px;
	margin-right: 12px;
	border-radius: 4px;
	transition: .4s;
}
/* ボタン<a>タグのホバー時のデザイン */
@media screen and (min-width : 768px ) {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #ff6a00;
	}
}
/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 3px 12px;
	margin-right: 12px;
	border-radius: 4px;
}
/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #ff6a00;
	font-size: 16px;
	font-weight: bold;
	background: none;
	border: none;
}

/*-------------------------------------
メンバーページ共通
--------------------------------------*/
#usces-member #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#usces-member #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#usces-member #sec_01 .catbox .post .entry {
	padding: 0;
	border: none;
}
#usces-member #sec_01 .header_explanation {
	padding: 0;
}
#usces-member #sec_01 .footer_explanation {
	padding: 0;
}

/*-------------------------------------
新規会員登録
--------------------------------------*/
#welcart_newmember #sec_01 .header_explanation {
	margin-bottom: 30px;
}
#welcart_newmember #sec_01 .header_explanation .orange {
	color: #ff6a00;
	font-weight: 700;
}
#welcart_newmember #sec_01 .error_message {
	color: #f93434;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#welcart_newmember #sec_01 #memberpages form {
	padding: 0;
}
#welcart_newmember #sec_01 #memberpages .customer_form tr {
	border-top: 1px solid #f7a717;
	border-bottom: 1px solid #f7a717;
}
#welcart_newmember #sec_01 #memberpages .customer_form th {
	width: 30%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	border: none;
	background: none;
	padding: 30px 40px;
	margin: 0;
	vertical-align: middle;
}
#welcart_newmember #sec_01 #memberpages .customer_form th em {
	color: #ff6a00;
	font-weight: 700;
}
#welcart_newmember #sec_01 #memberpages .customer_form td {
	width: 70%;
	color: #333;
	line-height: 1;
	border: none;
	padding: 30px 40px!important;
}
#welcart_newmember #sec_01 #memberpages .customer_form tr#name_row td,
#welcart_newmember #sec_01 #memberpages .customer_form tr#furikana_row td {
	width: 35%;
	font-size: 16px;
}
#welcart_newmember #sec_01 #memberpages .customer_form td .note {
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0 0 0;
}
#welcart_newmember #sec_01 #memberpages .customer_form td input {
	width: 40%;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_newmember #sec_01 #memberpages .customer_form td input#mailaddress1,
#welcart_newmember #sec_01 #memberpages .customer_form td input#mailaddress2,
#welcart_newmember #sec_01 #memberpages .customer_form td input#address1,
#welcart_newmember #sec_01 #memberpages .customer_form td input#address2,
#welcart_newmember #sec_01 #memberpages .customer_form td input#address3 {
	width: 60%;
}
#welcart_newmember #sec_01 #memberpages .customer_form td input#search_zipcode {
	width: 20%;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 1;
	background: #ff6a00;
	outline: none;
	cursor: pointer;
}
#welcart_newmember #sec_01 #memberpages .customer_form tr#name_row td input,
#welcart_newmember #sec_01 #memberpages .customer_form tr#furikana_row td input {
	width: 90%;
	margin-left: 10px;
}
#welcart_newmember #sec_01 #memberpages .customer_form tr#zipcode_row td input {
	margin-right: 10px;
}
#welcart_newmember #sec_01 #memberpages .customer_form #member_pref {
	width: 150px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_newmember #sec_01 #memberpages .send {
	text-align: center;
	padding-top: 40px;
}
#welcart_newmember #sec_01 #memberpages .send input {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 80px;
	margin: 0 auto;
	text-decoration: none;
	transition: 0.5s;
	cursor: pointer;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_newmember #sec_01 #memberpages .send input:hover {
		color: #ff6a00;
		background: #fff;
	}
}

/*-------------------------------------
会員登録完了
--------------------------------------*/
#welcart_registration_complete #sec_01 p {
	text-align: center;
}
#welcart_registration_complete #sec_01 .footer_explanation {
	padding: 0;
}
#welcart_registration_complete #sec_01 .footer_explanation + p {
	text-align: center;
	margin-top: 40px;
}
#welcart_registration_complete #sec_01 .footer_explanation + p a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 50px;
	text-decoration: none;
	transition: .5s;
}
@media screen and (min-width : 768px ) {
	#welcart_registration_complete #sec_01 .footer_explanation + p a:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_registration_complete #sec_01 .send {
	display: none;
}

.magazine_comp{
	text-align: center;
	margin-top: 0em;
	background: #fffbf5;
	padding: 2em;
	width: 80%;
	margin: 3em auto 0;
}
.magazine_comp p{
	margin-bottom: 1em;
	color: #ff6a00;
}
.magazine_comp a{
	display: block;
	background: #ff6a00;
	max-width: 17rem;
	margin: auto;
	color: #fff;
	line-height: 1;
	padding: 1em 0.5em;
}
@media screen and (min-width : 768px ) {
	.magazine_comp a:hover{
		background: #fff;
		color: #ff6a00;
	}
}

/*-------------------------------------
ログイン
--------------------------------------*/
#welcart_login #sec_01 .sec_inner {
	width: 900px;
	margin: 0 auto;
}
#welcart_login #sec_01 .error_message {
	color: #f93434;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#welcart_login #sec_01 #memberpages div.loginbox {
	width: 100%;
	background: #fff;
	padding: 40px 100px;
	margin: 0;
}
#welcart_login #sec_01 #memberpages .loginbox p {
	font-size: 16px;
	padding: 0;
}
#welcart_login #sec_01 #memberpages input.loginmail {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 6px 12px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 3px;
}
#welcart_login #sec_01 #memberpages input.loginpass {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 6px 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
}
#welcart_login #sec_01 #memberpages p.forgetmenot {
	text-align: right;
	margin-bottom: 20px;
}
#welcart_login #sec_01 #memberpages p.submit {
	text-align: center;
}
#welcart_login #sec_01 #memberpages p.submit #member_login {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 80px;
	margin: 0 auto;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_login #sec_01 #memberpages p.submit #member_login:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_login #sec_01 #memberpages p#nav {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
#welcart_login #sec_01 #memberpages p#nav:last-child {
	margin-bottom: 0;
}
#welcart_login #sec_01 #memberpages p#nav a {
	display: inline-block;
	text-decoration: underline;
}
@media screen and (min-width : 768px ) {
	#welcart_login #sec_01 #memberpages p#nav a:hover {
		text-decoration: none;
	}
}

/*-------------------------------------
パスワード再発行
--------------------------------------*/
#welcart_password #sec_01 .sec_inner {
	width: 900px;
	margin: 0 auto;
}
#welcart_password #sec_01 .error_message {
	color: #f93434;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#welcart_password #sec_01 #memberpages div.loginbox {
	width: 100%;
	background: #fff;
	padding: 40px 100px;
	margin: 0;
}
#welcart_password #sec_01 #memberpages .loginbox p {
	font-size: 16px;
	padding: 0;
}
#welcart_password #sec_01 #memberpages input.loginmail {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 6px 12px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 3px;
}
#welcart_password #sec_01 #memberpages p.submit {
	text-align: center;
}
#welcart_password #sec_01 #memberpages p.submit #member_login {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 80px;
	margin: 0 auto;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_password #sec_01 #memberpages p.submit #member_login:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_password #sec_01 #memberpages #loginform + div {
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
#welcart_password #sec_01 #memberpages p#nav {
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
#welcart_password #sec_01 #memberpages p#nav a {
	display: inline-block;
	color: #ff6a00;
	text-decoration: underline;
}
@media screen and (min-width : 768px ) {
	#welcart_password #sec_01 #memberpages p#nav a:hover {
		text-decoration: none;
	}
}

/*-------------------------------------
パスワード再設定
--------------------------------------*/
#welcart_change_password #sec_01 .sec_inner {
	width: 900px;
	margin: 0 auto;
}
#welcart_change_password #sec_01 .error_message {
	color: #f93434;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#welcart_change_password #sec_01 #memberpages form {
	padding: 0;
}
#welcart_change_password #sec_01 #memberpages div.loginbox {
	width: 100%;
	background: none;
	padding: 40px 100px;
	margin: 0;
}
#welcart_change_password #sec_01 #memberpages .loginbox p {
	font-size: 16px;
	padding: 0;
}
#welcart_change_password #sec_01 #memberpages input.loginpass1,
#welcart_change_password #sec_01 #memberpages input.loginpass {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 6px 12px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-radius: 3px;
}
#welcart_change_password #sec_01 #memberpages p.submit {
	text-align: center;
}
#welcart_change_password #sec_01 #memberpages p.submit #member_login {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 0;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 100px;
	margin: 0 auto;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_change_password #sec_01 #memberpages p.submit #member_login:hover {
		color: #ff6a00;
		background: #fff;
	}
}

/*-------------------------------------
マイページ
--------------------------------------*/
/*    マイページ共通   */
#welcart_mypage #sec_01 h3 {
	height: auto;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background: #ff6a00;
	border: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 10px 20px;
	text-indent: 0;
}

/*    マイページ各所   */
@media screen and (min-width : 768px ) {
	#welcart_mypage #sec_01 #memberinfo ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
		margin-bottom: 20px;
	}
	#welcart_mypage #sec_01 #memberinfo ul li {
		font-size: 0;
		line-height: 1;
		margin-right: 20px;
	}
	#welcart_mypage #sec_01 #memberinfo ul li a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		background: #ff6a00;
		border: 1px solid #ff6a00;
		padding: 10px 40px;
		transition: 0.4s;
	}
	#welcart_mypage #sec_01 #memberinfo ul li:last-child {
		margin-right: 0;
	}
	#welcart_mypage #sec_01 #memberinfo ul li a:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_mypage #sec_01 .member_table {
	margin-bottom: 50px;
}
#welcart_mypage #sec_01 .member_table th {
	width: 15%;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: #333;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
#welcart_mypage #sec_01 .member_table td {
	width: 35%;
	color: #333;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
#welcart_mypage #sec_01 .currency_code {
	display: none;
}
#welcart_mypage #sec_01 .history-area {
	height: auto;
	max-height: 700px;
	margin-bottom: 50px;
}
#welcart_mypage #sec_01 #history_head {
	border: 1px solid #aaa;
}
#welcart_mypage #sec_01 #history_head th {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: #aaa;
	border: none;
	border-right: 1px solid #fff;
	padding: 8px;
}
#welcart_mypage #sec_01 #history_head th:last-child {
	border-right: 1px solid #aaa;
}
#welcart_mypage #sec_01 #history_head td {
	color: #333;
	font-size: 14px;
	line-height: 1;
	background: #fefefe;
	border: none;
	border-right: 1px solid #aaa;
	text-align: center;
	padding: 8px;
}
#welcart_mypage #sec_01 #history_head th.discount,
#welcart_mypage #sec_01 #history_head td.discount {
	display: none;
}
#welcart_mypage #sec_01 .retail {
	border: 1px solid #aaa;
	margin-bottom: 40px;
}
#welcart_mypage #sec_01 .retail:last-child {
	margin-bottom: 0;
}
#welcart_mypage #sec_01 .retail th,
#welcart_mypage #sec_01 .retail td {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	border: none;
	padding: 8px;
}
#welcart_mypage #sec_01 .retail th {
	color: #fff;
	background: #aaa;
	border-right: 1px solid #fff;
}
#welcart_mypage #sec_01 .retail th:last-child {
	border-right: 1px solid #aaa;
}
#welcart_mypage #sec_01 .retail td {
	color: #333;
	background: #fefefe;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#welcart_mypage #sec_01 .retail td a {
	text-decoration: underline;
}
@media screen and (min-width : 768px ) {
	#welcart_mypage #sec_01 .retail td a:hover {
		text-decoration: underline;
	}
}
#welcart_mypage #sec_01 .error_message {
	color: #f93434;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#welcart_mypage #sec_01 #memberpages form {
	padding: 0;
}
#welcart_mypage #sec_01 .customer_form {
	margin-bottom: 30px;
}
#welcart_mypage #sec_01 .customer_form tr {
	border-top: 1px solid #f7a717;
	border-bottom: 1px solid #f7a717;
}
#welcart_mypage #sec_01 .customer_form th {
	width: 30%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	border: none;
	background: none;
	padding: 30px 40px;
	margin: 0;
	vertical-align: middle;
}
#welcart_mypage #sec_01 .customer_form th em {
	color: #ff6a00;
	font-weight: 700;
}
#welcart_mypage #sec_01 .customer_form td {
	width: 70%;
	color: #333;
	line-height: 1;
	border: none;
	padding: 30px 40px!important;
}
#welcart_mypage #sec_01 .customer_form tr#name_row td,
#welcart_mypage #sec_01 .customer_form tr#furikana_row td {
	width: 35%;
	font-size: 16px;
}
#welcart_mypage #sec_01 .customer_form td .note {
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0 0 0;
}
#welcart_mypage #sec_01 .customer_form td input {
	width: 40%;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_mypage #sec_01 .customer_form td input#mailaddress1,
#welcart_mypage #sec_01 .customer_form td input#mailaddress2,
#welcart_mypage #sec_01 .customer_form td input#address1,
#welcart_mypage #sec_01 .customer_form td input#address2,
#welcart_mypage #sec_01 .customer_form td input#address3 {
	width: 60%;
}
#welcart_mypage #sec_01 .customer_form td input#search_zipcode {
	width: 20%;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 1;
	background: #ff6a00;
	outline: none;
	cursor: pointer;
}
#welcart_mypage #sec_01 .customer_form tr#name_row td input,
#welcart_mypage #sec_01 .customer_form tr#furikana_row td input {
	width: 90%;
	margin-left: 10px;
}
#welcart_mypage #sec_01 .customer_form tr#zipcode_row td input,
#welcart_mypage #sec_01 .customer_form tr#address1_row td input,
#welcart_mypage #sec_01 .customer_form tr#address2_row td input,
#welcart_mypage #sec_01 .customer_form tr#address3_row td input,
#welcart_mypage #sec_01 .customer_form tr#tel_row td input,
#welcart_mypage #sec_01 .customer_form tr#fax_row td input {
	margin-right: 10px;
}
#welcart_mypage #sec_01 .customer_form #member_pref {
	width: 150px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_mypage #sec_01 .send {
	padding: 0;
}
#welcart_mypage #sec_01 .send input[name="top"] {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #333;
	border: 1px solid #333;
	padding: 10px 20px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_mypage #sec_01 .send input[name="top"]:hover {
		color: #333;
		background: #fff;
	}
}
#welcart_mypage #sec_01 .send input[name="editmember"] {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 10px 20px;
	margin-left: 30px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_mypage #sec_01 .send input[name="editmember"]:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_mypage #sec_01 .send input[name="deletemember"] {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #aaa;
	border: 1px solid #aaa;
	padding: 10px 20px;
	margin-left: 30px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_mypage #sec_01 .send input[name="deletemember"]:hover {
		color: #aaa;
		background: #fff;
	}
}

/*-------------------------------------
カート共通
--------------------------------------*/
#usces-cart #sec_01 {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}
#usces-cart #sec_01 .sec_inner {
	width: 1100px;
	margin: 0 auto;
}
#usces-cart #sec_01 .catbox .post .entry {
	padding: 0;
	border: none;
}
#usces-cart #sec_01 .header_explanation {
	padding: 0;
}
#usces-cart #sec_01 .error_message {
	color: #f93434;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
#usces-cart #sec_01 .usccart_navi ol.ucart {
	height: auto;
	margin: 0 0 25px 0;
}
#usces-cart #sec_01 .usccart_navi li.ucart {
	font-weight: normal;
	line-height: 1;
	background: #333;
	border-right: 1px solid #fff;
	padding: 12px 0;
}
#usces-cart #sec_01 .usccart_navi li.ucart:last-child {
	border-right: none;
}
#usces-cart #sec_01 .usccart_navi li.ucart.usccart_cart,
#usces-cart #sec_01 .usccart_navi li.ucart.usccart_customer,
#usces-cart #sec_01 .usccart_navi li.ucart.usccart_delivery,
#usces-cart #sec_01 .usccart_navi li.ucart.usccart_confirm {
	background: #ff6a00;
}
#usces-cart #sec_01 h5 {
	color: #773100;
	font-size: 20px;
	background: none;
	line-height: 1;
	padding: 0;
	margin-bottom: 20px;
}
#usces-cart #sec_01 .send {
	border: none;
	padding-top: 0;
	margin-top: 30px;
}
#usces-cart #sec_01 .to_customerinfo_button,
#usces-cart #sec_01 input[name="customerlogin"],
#usces-cart #sec_01 .to_deliveryinfo_button,
#usces-cart #sec_01 .to_confirm_button,
#usces-cart #sec_01 .checkout_button {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 8px 20px;
	margin-left: 30px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#usces-cart #sec_01 .to_customerinfo_button:hover,
	#usces-cart #sec_01 input[name="customerlogin"]:hover,
	#usces-cart #sec_01 .to_deliveryinfo_button:hover,
	#usces-cart #sec_01 .to_confirm_button:hover,
	#usces-cart #sec_01 .checkout_button:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#usces-cart #sec_01 .continue_shopping_button,
#usces-cart #sec_01 .to_reganddeliveryinfo_button {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #333;
	border: 1px solid #333;
	padding: 8px 20px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
#usces-cart #sec_01 .to_reganddeliveryinfo_button {
	margin-left: 30px;
}
@media screen and (min-width : 768px ) {
	#usces-cart #sec_01 .continue_shopping_button:hover,
	#usces-cart #sec_01 .to_reganddeliveryinfo_button:hover {
		color: #333;
		background: #fff;
	}
}
#usces-cart #sec_01 .back_cart_button,
#usces-cart #sec_01 .back_to_customer_button,
#usces-cart #sec_01 .back_to_delivery_button,
#usces-cart #welcart_cart_confirm #back_button {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #aaa;
	border: 1px solid #aaa;
	padding: 8px 20px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#usces-cart #sec_01 .back_cart_button:hover,
	#usces-cart #sec_01 .back_to_customer_button:hover,
	#usces-cart #sec_01 .back_to_delivery_button:hover {
		color: #aaa;
		background: #fff;
	}
}
#usces-cart #sec_01 .currency_code {
	display: none;
}
#usces-cart #sec_01 .footer_explanation {
	padding: 0;
}

/*-------------------------------------
カート
--------------------------------------*/
/*   商品がカートない場合   */
#welcart_cart #sec_01 .no_cart {
	color: #ff6a00;
	font-size: 20px;
	line-height: 1;
	margin: 60px 0;
}

/*   商品がカートある場合   */
#welcart_cart #sec_01 #cart .upbutton {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 1;
	padding-right: 0;
	margin-bottom: 25px;
}
#welcart_cart #sec_01 #cart .upbutton input {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 6px 12px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_cart #sec_01 #cart .upbutton input:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_cart #sec_01 #cart #cart_table {
	border: 1px solid #aaa;
	margin-bottom: 0;
	table-layout:auto;
}
#welcart_cart #sec_01 #cart #cart_table th {
	font-size: 14px;
	line-height: 1;
	background: #aaa;
	border: none;
	border-right: 1px solid #fff;
	padding: 14px;
}
#welcart_cart #sec_01 #cart #cart_table td {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: none;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 14px;
}
#welcart_cart #sec_01 #cart #cart_table th:first-child,
#welcart_cart #sec_01 #cart #cart_table td:first-child {
	border-left: 1px solid #aaa;
}
#welcart_cart #sec_01 #cart #cart_table th:last-child {
	border-right: 1px solid #aaa;
}
#welcart_cart #sec_01 #cart #cart_table th.stock,
#welcart_cart #sec_01 #cart #cart_table td.stock {
	display: none;
}
#welcart_cart #sec_01 #cart #cart_table td.action .delButton {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 6px 12px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_cart #sec_01 #cart #cart_table td.action .delButton:hover {
		color: #ff6a00;
		background: #fff;
	}
}
#welcart_cart #sec_01 #cart #cart_table td.total_tax {
	text-align: right;
}
#welcart_cart #sec_01 #cart #cart_table th.total_price {
	text-align: center;
}

/*-------------------------------------
お客様情報
--------------------------------------*/
#welcart_cart_customer #sec_01 form[name="customer_loginform"] {
	margin-bottom: 50px;
}
#welcart_cart_customer #sec_01 form[name="customer_loginform"] .customer_form tr,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr {
	border-top: 1px solid #f7a717;
	border-bottom: 1px solid #f7a717;
}
#welcart_cart_customer #sec_01 form[name="customer_loginform"] .customer_form th,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form th {
	width: 35%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	border: none;
	background: none;
	padding: 30px 20px;
	margin: 0;
	vertical-align: middle;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form th em {
	color: #ff6a00;
	font-weight: 700;
}
#welcart_cart_customer #sec_01 form[name="customer_loginform"] .customer_form td,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td {
	color: #333;
	line-height: 1;
	border: none;
	padding: 30px 40px;
}
#welcart_cart_customer #sec_01 form[name="customer_loginform"] .customer_form td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input {
	width: 60%;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_cart_customer #sec_01 form[name="customer_loginform"] .customer_form td input#loginpass {
	width: 40%;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#name_row td,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#furikana_row td {
	width: 32.5%;
	font-size: 16px;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td .note {
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0 0 0;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input {
	width: 40%!important;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input#mailaddress1,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input#mailaddress2,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input#address1,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input#address2,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input#address3 {
	width: 60%!important;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form td input#search_zipcode {
	width: 20%!important;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 1;
	background: #ff6a00;
	outline: none;
	cursor: pointer;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#name_row td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#furikana_row td input {
	width: 90%!important;
	margin-left: 10px;
	margin-right: 0;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#zipcode_row td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#address1_row td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#address2_row td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#address3_row td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#tel_row td input,
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form tr#fax_row td input {
	margin-right: 10px;
}
#welcart_cart_customer #sec_01 form[name="customer_form"] .customer_form #customer_pref {
	width: 150px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}

#welcart_cart_customer #customer-info .customer_form label.iopt_label{
	display: inline-block;
	width: 11rem;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 0.5em;
}
#welcart_cart_customer #customer-info .customer_form label.iopt_label input[type=radio] {
	width: 1rem!important;
  margin-right: 0.5em;
  margin-top: 0;
}

/*-------------------------------------
発送・支払方法
--------------------------------------*/
/*#welcart_cart_delivery .payment_5{
display: none;
}*/
#welcart_cart_delivery .pay .payment_5{
	/*display: block;*/
}
#welcart_cart_delivery #sec_01 .customer_form {
	margin: 0;
}
#welcart_cart_delivery #sec_01 #delivery_select_table tr:first-child {
	border-top: 1px solid #f7a717;
}
#welcart_cart_delivery #sec_01 #delivery_table tr,
#welcart_cart_delivery #sec_01 #time tr,
#welcart_cart_delivery #sec_01 #notes_table tr {
	border-top: 1px solid #f7a717;
	border-bottom: 1px solid #f7a717;
}
#welcart_cart_delivery #sec_01 #delivery_table tr:last-child,
#welcart_cart_delivery #sec_01 #time tr:last-child {
	border-bottom: none;
}
#welcart_cart_delivery #sec_01 #delivery_select_table th,
#welcart_cart_delivery #sec_01 #delivery_table th,
#welcart_cart_delivery #sec_01 #time th,
#welcart_cart_delivery #sec_01 #notes_table th {
	width: 35%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	border: none;
	background: none;
	padding: 30px 40px;
	margin: 0;
	vertical-align: middle;
}
#welcart_cart_delivery #sec_01 #delivery_table th em,
#welcart_cart_delivery #sec_01 #time th em {
	color: #ff6a00;
	font-weight: 700;
}
#welcart_cart_delivery #sec_01 #delivery_select_table td,
#welcart_cart_delivery #sec_01 #delivery_table td,
#welcart_cart_delivery #sec_01 #time td,
#welcart_cart_delivery #sec_01 #notes_table td {
	color: #333;
	line-height: 1;
	border: none;
	padding: 30px 40px;
}
#welcart_cart_delivery #sec_01 #delivery_select_table td {
	font-size: 16px;
	line-height: 1;
}
#welcart_cart_delivery #sec_01 #delivery_select_table td input[type="radio"],
#welcart_cart_delivery #sec_01 #time td input[type="radio"] {
	display: inline-block;
	width: 1.1em;
	height: 14px;
	margin: 0 2px 0 0;
	vertical-align: -1px;
}
#welcart_cart_delivery #sec_01 #delivery_select_table tr:first-child td {
	padding: 30px 40px 0;
}
#welcart_cart_delivery #sec_01 #delivery_table tr#name_row td,
#welcart_cart_delivery #sec_01 #delivery_table tr#furikana_row td {
	width: 32.5%;
	font-size: 16px;
}
#welcart_cart_delivery #sec_01 #delivery_table td .note {
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 8px 0 0 0;
}
#welcart_cart_delivery #sec_01 #delivery_table td input {
	width: 40%;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_cart_delivery #sec_01 #delivery_table td input#mailaddress1,
#welcart_cart_delivery #sec_01 #delivery_table td input#mailaddress2,
#welcart_cart_delivery #sec_01 #delivery_table td input#address1,
#welcart_cart_delivery #sec_01 #delivery_table td input#address2,
#welcart_cart_delivery #sec_01 #delivery_table td input#address3 {
	width: 60%;
}
#welcart_cart_delivery #sec_01 #delivery_table td input#search_zipcode {
	width: 20%;
	color: #fff;
	font-size: 14px;
	height: 38px;
	line-height: 1;
	background: #ff6a00;
	outline: none;
	cursor: pointer;
}
#welcart_cart_delivery #sec_01 #delivery_table tr#name_row td input,
#welcart_cart_delivery #sec_01 #delivery_table tr#furikana_row td input {
	width: 90%;
	margin-left: 10px;
}
#welcart_cart_delivery #sec_01 #delivery_table tr#zipcode_row td input,
#welcart_cart_delivery #sec_01 #delivery_table tr#address1_row td input,
#welcart_cart_delivery #sec_01 #delivery_table tr#address2_row td input,
#welcart_cart_delivery #sec_01 #delivery_table tr#address3_row td input,
#welcart_cart_delivery #sec_01 #delivery_table tr#tel_row td input,
#welcart_cart_delivery #sec_01 #delivery_table tr#fax_row td input {
	margin-right: 10px;
}
#welcart_cart_delivery #sec_01 #delivery_table #delivery_pref,
#welcart_cart_delivery #sec_01 #time #delivery_method_select,
#welcart_cart_delivery #sec_01 #time #delivery_time_select {
	width: 180px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
}
#welcart_cart_delivery #sec_01 #time td dl dt {
	font-size: 16px;
	padding: 0;
}
#welcart_cart_delivery #sec_01 #time td dl dt:nth-child(n+2) {
	margin-top: 15px;
}
#welcart_cart_delivery #sec_01 #time td dl dd {
	color: #f93434;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 0 0 20px;
}
#welcart_cart_delivery #sec_01 #notes_table td textarea {
	width: 100% !important;
	max-width: 100% !important;
	height: 150px !important;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 3px;
	resize: none;
}

/*-------------------------------------
内容確認
--------------------------------------*/
#welcart_cart_confirm #sec_01 #cart #cart_table {
	margin-bottom: 30px;
	border: none;
}
#welcart_cart_confirm #sec_01 #cart #cart_table th {
	font-size: 14px;
	line-height: 1;
	background: #aaa;
	border: none;
	border-right: 1px solid #fff;
	padding: 14px;
}
#welcart_cart_confirm #sec_01 #cart #cart_table td {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: none;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 14px;
}
#welcart_cart_confirm #sec_01 #cart #cart_table th:first-child,
#welcart_cart_confirm #sec_01 #cart #cart_table td:first-child {
	border-left: 1px solid #aaa;
}
#welcart_cart_confirm #sec_01 #cart #cart_table th:last-child {
	border-right: 1px solid #aaa;
}
#welcart_cart_confirm #sec_01 #cart #cart_table th.stock,
#welcart_cart_confirm #sec_01 #cart #cart_table td.stock {
	display: none;
}
#welcart_cart_confirm #sec_01 #cart #cart_table td.action .delButton {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: #aaa;
	border: 1px solid #aaa;
	padding: 6px 12px;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
@media screen and (min-width : 768px ) {
	#welcart_cart_confirm #sec_01 #cart #cart_table td.action .delButton:hover {
		color: #aaa;
		background: #fff;
	}
}
#welcart_cart_confirm #sec_01 #cart #cart_table th.item_total_price,
#welcart_cart_confirm #sec_01 #cart #cart_table th.total_price {
	text-align: center;
}
#welcart_cart_confirm #sec_01 #cart #cart_table td.total_tax_label,
#welcart_cart_confirm #sec_01 #cart #cart_table td.total_carriage_label,
#welcart_cart_confirm #sec_01 #cart #cart_table td.handling_charge_label {
	text-align: right;
}
#welcart_cart_confirm #sec_01 #confirm_table {
	margin: 0;
}
#welcart_cart_confirm #sec_01 #confirm_table tr {
	border-top: 1px solid #f7a717;
}
#welcart_cart_confirm #sec_01 #confirm_table tr:last-child {
	border-bottom: 1px solid #f7a717;
}
#welcart_cart_confirm #sec_01 #confirm_table tr.bdc {
	background: none;
}
#welcart_cart_confirm #sec_01 #confirm_table .ttl {
	background: #ff6a00;
}
#welcart_cart_confirm #sec_01 #confirm_table .ttl h3 {
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
#welcart_cart_confirm #sec_01 #confirm_table th {
	width: 30%;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	background: none;
	border: none;
	padding: 15px 40px;
}
#welcart_cart_confirm #sec_01 #confirm_table td {
	width: 70%;
	font-size: 16px;
	border: none;
	padding: 15px 40px;
}

/*-------------------------------------
注文完了
--------------------------------------*/
#welcart_cart_complete #sec_01 h3 {
	display: none;
}
#welcart_cart_complete #sec_01 .header_explanation {
	text-align: center;
}
#welcart_cart_complete #sec_01 #status_table {
	text-align: center;
	margin-top: 30px;
}
#welcart_cart_complete #sec_01 #status_table h5 {
	margin-bottom: 10px;
}
#welcart_cart_complete #sec_01 .send {
	text-align: center;
}
#welcart_cart_complete #sec_01 .send a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background: #ff6a00;
	border: 1px solid #ff6a00;
	padding: 15px 60px;
	text-decoration: none;
	transition: .5s;
}
@media screen and (min-width : 768px ) {
	#welcart_cart_complete #sec_01 .send a:hover {
		color: #ff6a00;
		background: #fff;
	}
}

/*-------------------------------------
エラーページ
--------------------------------------*/
#welcart_error_page #sec_01 .cart_page_title {
	color: #f93434;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
#welcart_error_page #sec_01 #error-page .post {
	width: auto;
	text-align: center;
	background: #fff;
	margin-top: 0;
}
#welcart_error_page #sec_01 #error-page p,
#welcart_error_page #sec_01 #error-page p a {
	color: #f93434;
	font-size: 16px;
	line-height: 1.8;
}
#welcart_error_page #sec_01 #error-page p a {
	text-decoration: underline;
}
#welcart_error_page #sec_01 #error-page p a:hover {
	text-decoration: none;
}

/*-------------------------------------
マガジン
--------------------------------------*/
#magazine section {
	width: 100%;
	background: url(../Image/common/ashifumi_bg01.png) repeat-y center top, url(../Image/common/color_bg01.jpg) repeat center center;
	padding: 50px 0 100px;
}

#magazine input,
#magazine select,
#magazine textarea {
	line-height: 1.6;
	border: 1px solid #e0e0e0;
	padding: 3px 5px;
	vertical-align: middle;
	width: 100%;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
#magazine .short_b {
	width: 75%;
}
#magazine .short {
	width: 65%;
}
#magazine .middle {
	width: 60%;
}
#magazine .long {
	width: 75%;
}
#magazine .sec_inner {
	max-width: 1000px;
	width: 92%;
	margin: auto;
}
#magazine .flex_box{
	display:flex;
	justify-content: flex-start;
}
#magazine .flex_box > span{
	display:block;
	width: 12%;
	text-align: left;
}
#magazine .flex_box label{
	display:flex;
	width: 100%;
	align-items: center;
}
#magazine .flex_box label span{
	width:100%;
}
#magazine table {
	margin-bottom: 3rem;
	table-layout: fixed;
}
#magazine th,
#magazine td {
	padding: 20px 10px;
}
#magazine th {
	text-align: left;
	width: 25%;
	border-bottom: 1px solid #000000;
}

#magazine td {
	width: 75%;
	border-bottom: 1px solid #F3F4F6;
	padding-left: 5%;
}

#magazine tr {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#magazine .wrap{
	display:flex;
	align-items:stretch;
	/* justify-content: space-between; */
}
#magazine .wrap >div:first-child{
	width: 25%;
}
#magazine .wrap >div:first-child span{
	margin:0;
}
#magazine .wrap >div{
	width: 11%;
	display: flex;
	justify-content: space-between;
	margin-right: 1em;
	align-items: center;
}

#magazine .wrap >div input{
	margin:0 5px;
}
#magazine .wrap >div span{
	margin-left:10px;
}
#magazine .must-fill {
	display: inline-block;
	color: #ff6a00;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-left: 7px;
}
#magazine .submit_area .btn_submit,
#magazine .submit_area .back {
	width: 100%;
	max-width:400px;
	margin:auto;
	display: block;
	background: #ff6a00;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	padding: 1em;
	line-height: 1;
	border: 3px solid #ff6a00;
	color: #fff;
	transition-duration: 0.3s;
}

#magazine .submit_area .btn_submit {
	margin-bottom: 1rem;
}

#magazine .submit_area .back {
	background: #737373;
	border: 1px solid #737373;
}

#magazine .btn_submit:disabled {
	opacity: 0.6;
	pointer-events: none;
}
#magazine .thanks{
	text-align: center;
}
#magazine .btn_01{
	width: 400px;
	margin: auto;
}
#magazine .btn_01 a{
	padding: 21px 0;
	display: block;
}
#magazine .thanks p{
	margin-bottom: 25px;
}

/*-------------------------------------
業者専用ページ
--------------------------------------*/
#page-trader {
	width: 100%;
	max-width: 1000px;
	padding: 80px 0;
	margin: 0 auto;
}
.post-password-form > p {
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}
#page-trader .post-password-form input[type="password"] {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #c8c8c8;
	box-shadow: none;
	outline: none;
	color: #111;
}
#page-trader .post-password-form input[type="submit"] {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: #111;
	border: none;
	box-shadow: none;
	outline: none;
	color: #fff;
}

