@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------

 記事/共通

-----------------------------------------------*/
.articleCont{
	margin-bottom: 50px;
}
.articleCont *{
	box-sizing: border-box;
}

/**/
.articleCont .textCont{
	padding: 20px 0 50px;
}
.articleCont .textCont p{
	margin: 20px 0;
	font-size: 16px;
	line-height: 2.0em;
	letter-spacing: 0.15em;
	word-break: break-all;
}
.articleCont .textCont p span{
	background: linear-gradient(to bottom, #fff 0%, #fff 60%, #ffeb42 60%,#ffeb42 100%);
	padding: 0 3px;
	font-size: 1.1em;
	font-weight: bold;
}

.articleCont .textCont p span.text_red{
	background: none;
	color: #F00;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
}

.articleCont .textCont .imgCenter{
	margin: 40px 0;
	text-align: center;
}


/*--注意事項枠--*/
.articleCont .cautionBox{
	margin: 30px 5%;
	padding: 10px;
	border: 3px double #ccc;
}
.articleCont .cautionRed{
	border: 3px double #df2f00;
}
.articleCont .cautionBlue{
	border: 3px double #005edf;
}

.articleCont .cautionBox p span{
	display: inline-block;
	font-weight: bold;
	background: #ccc;
	padding: 3px 5px;
}
.articleCont .cautionRed p span{
	background: #ffbdac;
}
.articleCont .cautionBlue p span{
	background: #92d5ff;
}



/*商品データ*/
.articleCont .textCont .itemDataBox{
	margin-bottom: 40px;
	border: 1px solid #d9d9d9;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
}
.articleCont .textCont .itemDataBox a{
	display: block;
	background-color: #fff;
	padding: 20px;
}
.articleCont .textCont .itemDataBox a:hover{
	background-color: #d6f6ff;
	color: #333;
}

.articleCont .textCont .itemDataBox .imgBox{
	width: 260px;
	float: left;
}
.articleCont .textCont .itemDataBox .imgBox > img{
	width: 100%;
	border: 1px solid #ccc;
}

.articleCont .textCont .itemDataBox .infoBox{
	width: 540px;
	float: right;
}
.articleCont .textCont .itemDataBox .infoBox h5{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.articleCont .textCont .itemDataBox .infoBox ul{
	font-weight: bold;
}
.articleCont .textCont .itemDataBox .infoBox ul li.itemNumber{
	font-size: 14px;
}
.articleCont .textCont .itemDataBox .infoBox ul li.itemPrice{
	font-size: 17px;
}
.articleCont .textCont .itemDataBox .infoBox ul li.itemPrice em{
	color: #F00;
	font-size: 1.6em;
	font-weight: bold;
}
.articleCont .textCont .itemDataBox .infoBox ul li.itemPrice span{
	font-size: 0.8em;
}


.articleCont .textCont .itemDataBox .infoBox .readText{
	margin: 15px 0;
}
.articleCont .textCont .itemDataBox .infoBox .readText p{
	font-size: 14px;
	margin: 0;
}

.articleCont .textCont .itemDataBox .infoBox ul.iconList{
	margin-bottom: 10px;
}
.articleCont .textCont .itemDataBox .infoBox ul.iconList li{
	width: 50px;
	display: inline-block;
}
.articleCont .textCont .itemDataBox .infoBox ul.iconList li img{
	width: 100%;
}

.articleCont .textCont .itemDataBox .infoBox .linkBtn{
	display: block;
	background-color: #00aee0;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease-out;
}
.articleCont .textCont .itemDataBox a:hover .infoBox .linkBtn{
	background-color: #56d9ff;
}
.articleCont .textCont .itemDataBox .infoBox .linkBtn span{
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.articleCont .textCont .itemDataBox .infoBox .linkBtn span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*ポイントふきだし*/
.articleCont .textCont .pointBox{
	background-repeat: no-repeat;
	background-position: right top;
	width: 860px;
	min-height: 180px;
	padding-right: 165px;
	margin: 40px auto 50px auto;
}
.articleCont .textCont .pointBox .fukidashiBox{
	border: 2px solid #0073b5;
	border-radius: 5px;
	padding: 20px 5px;
	position: relative;
}
.articleCont .textCont .pointBox .fukidashiBox:before{
	content: "";
	position: absolute;
	top: 20%;
	right: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 25px;
	border-color: transparent transparent transparent #0073b5;
}
.articleCont .textCont .pointBox .fukidashiBox:after{
	content: "";
	position: absolute;
	top: 20%;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 25px;
	border-color: transparent transparent transparent #FFF;
}
.articleCont .textCont .pointBox .fukidashiBox p{
	font-size: 16px;
	line-height: 2em;
	width: 94%;
	margin: 0 auto;
}
/**/
.articleCont .textCont .pointGirl_normal{
	background-image: url(../_images/girl_normal.gif);
}
.articleCont .textCont .pointGirl_wink{
	background-image: url(../_images/girl_wink.gif);
}
.articleCont .textCont .pointGirl_wink2{
	background-image: url(../_images/girl_wink2.gif);
}
.articleCont .textCont .pointGirl_wink3{
	background-image: url(../_images/girl_wink3.gif);
}
.articleCont .textCont .pointGirl_tel{
	background-image: url(../_images/girl_tel.gif);
}
.articleCont .textCont .pointGirl_sp{
	background-image: url(../_images/girl_sp.gif);
}
.articleCont .textCont .pointGirl_kiai{
	background-image: url(../_images/girl_kiai.gif);
}
.articleCont .textCont .pointGirl_smile{
	background-image: url(../_images/girl_smile.gif);
}
.articleCont .textCont .pointGirl_smile2{
	background-image: url(../_images/girl_smile2.gif);
}
.articleCont .textCont .pointGirl_good{
	background-image: url(../_images/girl_good.gif);
}
.articleCont .textCont .pointGirl_ex{
	background-image: url(../_images/girl_ex.gif);
}
.articleCont .textCont .pointGirl_think{
	background-image: url(../_images/girl_think.gif);
}

/*最後の文*/
.articleCont .textCont p.messageText{
	font-size: 20px;
	font-weight: bold;
}


/*リンクボタン*/
.articleCont * .pageLink{
	margin: 40px auto;
	text-align: center;
}
.articleCont * .pageLink a{
	display: block;
	width: 80%;
	background-color: #ff9a38;
	margin: 20px auto;
	padding: 20px 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0 4px 0 #ebbd9e;
}
.articleCont * .pageLink a:hover{
	background-color: #ffb244;
	color: inherit;
    box-shadow: none;
	transform: translate3d(0, 4px, 0);
}
.articleCont * .pageLink a span{
	display: inline-block;
	padding-right: 30px;
	position: relative;
}
.articleCont * .pageLink a span:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and ( max-width: 768px ){
	.articleCont .textCont{
		padding: 20px 0 50px;
	}
	.articleCont .textCont p.messageText{
		font-size: 18px;
	}

	.articleCont .textCont .imgCenter img{
		width: 90%;
	}

	/*商品データ*/
	.articleCont .textCont .itemDataBox a{
		padding: 3%;
	}
	.articleCont .textCont .itemDataBox .imgBox{
		width: 35%;
	}

	.articleCont .textCont .itemDataBox .infoBox{
		width: 62%;
	}

	/*ポイントふきだし*/
	.articleCont .textCont .pointBox{
		background-size: 21%;
		width: 100%;
		min-height: 180px;
		padding-right: 25%;
		margin: 30px auto 25px auto;
	}

	/*リンクボタン*/
	.articleCont * .pageLink a{
		padding: 15px;
	}
	.articleCont * .pageLink a span{
		padding-right: 20px;
	}
}
@media screen and ( max-width: 440px ){
	/*商品データ*/
	.articleCont .textCont .itemDataBox a{
		padding: 3%;
	}
	.articleCont .textCont .itemDataBox .imgBox{
		width: 80%;
		max-width: 250px;
		margin: 0 auto 15px;
		float: none;
	}

	.articleCont .textCont .itemDataBox .infoBox{
		width: 100%;
		float: none;
	}

	/*リンクボタン*/
	.articleCont * .pageLink a{
		width: 90%;
		font-size: 16px;
	}
}

/*--pager--*/
.articleCont .pagerBox{
	margin: 20px 0 40px;
}
.articleCont .pagerBox ul{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.articleCont .pagerBox ul li{
	display: block;
	width: 80%;
	max-width: 430px;
	font-size: 16px;
	text-align: center;
}
.articleCont .pagerBox ul li a{
	display: block;
	background-color: #fff;
	color: #333;
	height: 100%;
	padding: 15px 10px;
	line-height: 1.8em;
	border: 1px solid #555;
	border-radius: 5px;
	position: relative;
}
.articleCont .pagerBox ul li a span{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	color: #ff7420;
	font-size: 18px;
	font-weight: bold;
	line-height:1.1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.articleCont .pagerBox ul li a:hover{
	background-color: #ffe7ba;
}

/**/
.articleCont .pagerBox ul li.pageNew{
	padding-right: 5px;
}
.articleCont .pagerBox ul li.pageNew a{
	padding-left: 30px;
}
.articleCont .pagerBox ul li.pageNew a span{
	left: 5px;
}
/**/
.articleCont .pagerBox ul li.pageOld{
	padding-left: 5px;
}
.articleCont .pagerBox ul li.pageOld a{
	padding-right: 30px;
}
.articleCont .pagerBox ul li.pageOld a span{
	right: 5px;
}


@media screen and ( max-width: 768px ){
	/*--pager--*/
	.articleCont .pagerBox ul{
		width: 95%;
		margin: auto;
	}
	.articleCont .pagerBox ul li{
		font-size: 15px;
	}
}
@media screen and ( max-width: 440px ){
	.articleCont .pagerBox ul{
		flex-wrap: wrap;
	}
	.articleCont .pagerBox ul li{
		width: 100%;
		margin: 5px 0;
		font-size: 14px;
	}
	.articleCont .pagerBox ul li.pageNew{
		padding-right: 10px;
	}
	.articleCont .pagerBox ul li.pageOld{
		padding-left: 10px;
	}
}



/*-----------------------------------------------
 記事/使ってみた
-----------------------------------------------*/
.articleCont article.introductionBox{
	margin: 0 20px;
}
.articleCont article.introductionBox .h2Box{
	padding-top: 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.articleCont article.introductionBox .h2Box h2{
	background-image: url(../_images/bg_line_gray.gif);
	background-repeat: repeat;
	margin-left: 100px;
}
.articleCont article.introductionBox .h2Box h2 span{
	display: block;
	margin-top: 5px;
	background-color: rgba(255,244,148,0.5);
	color: #ed4c21;
	padding: 10px 30px 5px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: 2px solid #ed4c21;
}

.articleCont article.introductionBox .h2Box:after{
	content: "";
	display: block;
	background-image: url(../_images/introduction_inner_girl.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 140px;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/**/

.articleCont article.introductionBox .textCont h3{
	background-color: #25bcd7;
	color: #fff;
	margin: 30px 0;
	padding: 15px 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 2px solid #0f5e8b;
}

.articleCont article.introductionBox .textCont h4{
	padding: 2px 10px 2px 18px;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
.articleCont article.introductionBox .textCont h4:before{
	content: "";
	display: block;
	width: 8px;
	background-color: #25bcd7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.articleCont article.introductionBox .imgCenter img{
	border: 1px solid #dbdada;
	box-shadow: 6px 6px 0px 0px rgba(14, 5, 10, 0.15);
}


@media screen and ( max-width: 768px ){
	.articleCont article.introductionBox{
		margin: 0 2%;
	}
	.articleCont article.introductionBox .h2Box h2{
		margin-left: 85px;
	}
	.articleCont article.introductionBox .h2Box h2 img{
		width: 95%;
	}
	.articleCont article.introductionBox .h2Box h2 span{
		padding: 10px 15px 5px;
		font-size: 25px;
	}

	.articleCont article.introductionBox .h2Box:after{
		width: 105px;
		height: 150px;
	}

	.articleCont article.introductionBox .textCont h3{
		padding: 10px 20px;
		font-size: 22px;
	}

	.articleCont article.introductionBox .textCont h4{
		font-size: 20px;
	}
}
@media screen and ( max-width: 490px ){
	.articleCont article.introductionBox .h2Box h2{
		margin-left: 60px;
	}
	.articleCont article.introductionBox .h2Box h2 span{
		padding: 10px 15px 5px;
		font-size: 20px;
	}

	.articleCont article.introductionBox .h2Box:after{
		width: 70px;
		height: 100px;
	}

	.articleCont article.introductionBox .textCont h3{
		padding: 5px 10px;
		font-size: 20px;
	}

	.articleCont article.introductionBox .textCont h4{
		font-size: 18px;
	}
}




/*-----------------------------------------------
 記事/実績紹介
-----------------------------------------------*/
.articleCont article.productBox{
	margin: 0 20px;
}
.articleCont article.productBox .h2Box{
	text-align: center;
}
.articleCont article.productBox .h2Box h2 span.mainTitle{
	display: block;
	background-image: url(../_images/bg_line_red.gif);
	background-repeat: repeat;
	padding: 0 10px;
	border-radius: 20px 20px 0 0;
}
.articleCont article.productBox .h2Box h2 span.itemName{
	display: block;
	background-image: linear-gradient(180deg, rgba(198, 198, 198, 0) 0%, rgba(198, 198, 198, 0) 96.5%, #9f9f9f 100%);
	background-size: 100% 1.5em;
	padding: 3px 0;
	color: #126d9c;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5em;
}


.articleCont article.productBox h3{
	background-color: #f5ebe7;
	color: #cb2525;
	margin: 30px 0;
	padding: 5px 15px 5px 25px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7em;
	position: relative;
}
.articleCont article.productBox h3:before{
	content: "";
	display: block;
	background-color: #cb2525;
	width: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}


.articleCont article.productBox h4{
	background-image: url(../_images/bg_line_gray.gif);
	background-repeat: repeat;
	color: #cb2525;
	margin: 50px 0 30px;
	padding: 15px 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/*商品仕様*/
.articleCont article.productBox .textCont .specBox{
	margin: 20px 50px 50px;
	padding: 15px;
	border: 1px solid #bababa;
}
.articleCont article.productBox .textCont .specBox dl{
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
.articleCont article.productBox .textCont .specBox dl dt{
	width: 25%;
	color: #116d9d;
	margin: 5px 0;
	padding: 7px 15px;
	position: relative;
}
.articleCont article.productBox .textCont .specBox dl dd{
	width: 75%;
	margin: 5px 0;
	padding: 7px 20px;
	position: relative;
}
.articleCont article.productBox .textCont .specBox dl dd:before{
	content: "";
	display: block;
	background-color: #116d9d;
	width: 1px;
	height: 95%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.articleCont article.productBox .textCont .specBox dl dt:after,
.articleCont article.productBox .textCont .specBox dl dd:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
}


/*紹介*/
.articleCont article.productBox .textCont ul.productDetail{
	margin: 40px 0;
}
.articleCont article.productBox .textCont ul.productDetail li{
	width: 400px;
	margin: 0 0 30px;
}
.articleCont article.productBox .textCont ul.productDetail li:nth-of-type(odd){
	float: left;
}
.articleCont article.productBox .textCont ul.productDetail li:nth-of-type(even){
	float: right;
}
.articleCont article.productBox .textCont ul.productDetail li img{
	border: 1px solid #bababa;
}
.articleCont article.productBox .textCont ul.productDetail li p{
	margin: 10px 0;
}



@media screen and ( max-width: 768px ){
	.articleCont article.productBox{
		margin: 0 2%;
	}
	.articleCont article.productBox .h2Box h2 span.mainTitle img{
		max-width: 630px;
	}
	.articleCont article.productBox .h2Box h2 span.itemName{
		background-size: 100% 1.5em;
		font-size: 26px;
		line-height: 1.5em;
	}

	.articleCont article.productBox h4{
		margin: 50px 0 30px;
		padding: 10px 5px;
		font-size: 28px;
		line-height: 1.2em;
	}

	/*商品仕様*/
	.articleCont article.productBox .textCont .specBox{
		margin: 20px 3% 50px;
		padding: 10px;
	}
	.articleCont article.productBox .textCont .specBox dl dt{
		padding: 5px 10px;
	}
	.articleCont article.productBox .textCont .specBox dl dd{
		padding: 5px 10px;
	}

	/*紹介*/
	.articleCont article.productBox .textCont ul.productDetail{
		margin: 40px 0;
	}
	.articleCont article.productBox .textCont ul.productDetail li{
		width: 48%;
		margin: 0 1% 30px;
	}
	.articleCont article.productBox .textCont ul.productDetail li:nth-of-type(odd){
		float: left;
	}
	.articleCont article.productBox .textCont ul.productDetail li:nth-of-type(even){
		float: right;
	}
	.articleCont article.productBox .textCont ul.productDetail li p{
		margin: 10px 0;
	}
}

@media screen and ( max-width: 490px ){
	.articleCont article.productBox .h2Box h2 span.itemName{
		font-size: 24px;
	}

	/*商品仕様*/
	.articleCont article.productBox .textCont .specBox dl dt{
		width: 100%;
		padding: 2px 10px;
		margin: 0;
	}
	.articleCont article.productBox .textCont .specBox dl dd{
		width: 100%;
		margin: 0 0 10px;
		padding: 2px 10px;
	}
	.articleCont article.productBox .textCont .specBox dl dd:before{
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: -3px;
		bottom: auto;
		margin: auto;
	}

	.articleCont article.productBox .textCont .specBox dl dt:after{
		display: none;
	}

	/*紹介*/
	.articleCont article.productBox .textCont ul.productDetail li{
		width: 95%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.articleCont article.productBox .textCont ul.productDetail li:nth-of-type(odd),
	.articleCont article.productBox .textCont ul.productDetail li:nth-of-type(even){
		float: none;
	}
	.articleCont article.productBox .textCont ul.productDetail li p{
		margin: 10px 0;
	}
}




/*-----------------------------------------------
 記事/コラム
-----------------------------------------------*/
.articleCont article.columnBox{
	margin: 0 20px 30px;
}

/*----Hタグ----*/
.articleCont article.columnBox .h1box{
	margin-bottom: 50px;
}
.articleCont article.columnBox .h1box h1{
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	border-left: 8px solid #59ca5e;
}
.articleCont article.columnBox .h1box p{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.articleCont article.columnBox .h1box time,
.articleCont article.columnBox .h1box p time{
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.articleCont article.columnBox .h1box p time:before{
	font-family: "Font Awesome 5 Free";
	content: '\f021';
	display: inline-block;
	margin-right: 5px;
	font-weight: 900;
}
.articleCont article.columnBox .h1box p span{
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.articleCont article.columnBox h2{
	margin-bottom: 20px;
	padding: 3px 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4em;
	border-left: 8px solid #59ca5e;
	border-bottom: 1px solid #333;
	box-shadow: -2px 2px 0 #dff7e0;
}

.articleCont article.columnBox h3{
	width: fit-content;
	margin-bottom: 20px;
	padding: 3px 10px 3px 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	border-bottom: 1px solid #999;
	position: relative;
}
.articleCont article.columnBox h3:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 8px solid #ffbf27;
	border-bottom: 12px solid #ffbf27;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 5;
}

.articleCont article.columnBox h4{
	margin-bottom: 20px;
	padding: 0 10px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	position: relative;
}
.articleCont article.columnBox h4:before{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**/
.articleCont article.columnBox section{
	margin: 30px auto 60px;
}

.articleCont article.columnBox section > section{
	width: 98%;
}

/**/
.articleCont article.columnBox p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2.2em;
}

/**/
.articleCont article.columnBox p a{
	color: #2376bc;
}
.articleCont article.columnBox p a:hover{
	text-decoration: underline;
}

/**/
.articleCont article.columnBox .imgBox{
	margin: 20px auto;
	text-align: center;
}

/*----リスト----*/
/*丸付*/
.articleCont article.columnBox ul.circleList{
	margin: 10px 15px 20px;
}
.articleCont article.columnBox ul.circleList li{
	margin: 3px 0;
	padding-left: 20px;
	font-size: 16px;
	line-height: 2em;
	position: relative;
}
.articleCont article.columnBox ul.circleList li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #1d441f;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}

/*数字（ol）*/
.articleCont article.columnBox ol.numberList{
	margin: 10px 30px 20px;
	list-style: decimal;
}
.articleCont article.columnBox ol.numberList li{
	margin: 3px 0;
	font-size: 16px;
	line-height: 1.5em;
	position: relative;
}

/*----テーブル----*/
.articleCont article.columnBox table.tableNormal{
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 4px;
	line-height: 1.4em;
}
.articleCont article.columnBox table.tableNormal th{
	background-color: #333;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.articleCont article.columnBox table.tableNormal th.bgGreen{
	background-color: #a7cb6e;
	color: #222;
}
.articleCont article.columnBox table.tableNormal td{
	background-color: #ddd;
	padding: 5px;
	font-size: 14px;
}

/*----目次----*/
.articleCont article.columnBox .contentsList{
	margin: 40px;
	padding: 40px;
	border: 3px solid #ccc;
}
.articleCont article.columnBox .contentsList > p.title{
	color: #59ca5e;
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}
.articleCont article.columnBox .contentsList > ol{
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 10px;
	counter-reset: ctntNmbr 0;
}
.articleCont article.columnBox .contentsList > ol > li{
	padding-left: 60px;
	font-size: 15px;
	line-height: 1.5em;
	position: relative;
}
.articleCont article.columnBox .contentsList > ol > li a{
	display: block;
	padding: 3px 0;
	line-height: 1.5em;
}
.articleCont article.columnBox .contentsList > ol > li:before{
	content: counter(ctntNmbr,decimal-leading-zero);
	counter-increment: ctntNmbr;
	display: block;
	width: 40px;
	padding: 3px 0;
	border-right: 3px double #59ca5e;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.articleCont article.columnBox .contentsList > ol > li.noNmbr:before{
	content: "";
}

/*--2階層--*/
.articleCont article.columnBox .contentsList > ol > li > ol{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.articleCont article.columnBox .contentsList > ol > li > ol > li{
	padding-left: 20px;
	position: relative;
}
.articleCont article.columnBox .contentsList > ol > li > ol > li:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #59ca5e;
	border-bottom: 1px solid #59ca5e;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 10px;
	margin: auto;
}


/*----トップへリンク----*/
.articleCont article.columnBox a.topLink{
	display: block;
	width: 70%;
	background-color: #ff701a;
	color: #fff;
	margin: 40px auto;
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.08em;
	border-radius: 5px;
}
.articleCont article.columnBox a.topLink:hover{
	text-decoration: none;
	opacity: 0.6;
}


/*----商品リンクリスト----*/
.articleCont article.columnBox .itemLinkList ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}
.articleCont article.columnBox .itemLinkList ul > li{
	width: calc((100% / 3) - 15px);
	height: 100%;
}
.articleCont article.columnBox .itemLinkList ul > li a{
	display: block;
	height: 100%;
	color: inherit;
	padding-bottom: 60px;
	position: relative;
}
.articleCont article.columnBox .itemLinkList ul > li a img{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
/**/
.articleCont article.columnBox .itemLinkList ul > li dl{
	margin: 15px 0;
}
.articleCont article.columnBox .itemLinkList ul > li dl dt{
	color: #4e4e4e;
	margin: 0 0 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #4e4e4e;
}
.articleCont article.columnBox .itemLinkList ul > li dl dt span{
	display: block;
	margin: 5px 0;
	font-size: 15px;
}
.articleCont article.columnBox .itemLinkList ul > li dl dd{
	margin: 15px 0;
	font-size: 15px;
	letter-spacing: 0.03em;
}
.articleCont article.columnBox .itemLinkList ul > li dl dd span{
	color: #F00;
	font-size: 20px;
	font-weight: bold;
}
.articleCont article.columnBox .itemLinkList ul > li dl + p{
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.8em;
}
/**/
.articleCont article.columnBox .itemLinkList ul > li .itemLink{
	background: #1f7ef3;
	color: #fff;
	width: 90%;
	margin: 15px 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	position: absolute;
	bottom: 0;
}
.articleCont article.columnBox .itemLinkList ul > li .itemLink span{
	display: block;
	padding: 12px;
	padding-right: 20px;
	position: relative;
}
.articleCont article.columnBox .itemLinkList ul > li .itemLink span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right: 5px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.articleCont article.columnBox .itemLinkList ul > li a:hover img{
	opacity: 1;
}
.articleCont article.columnBox .itemLinkList ul > li a:hover{
	opacity: 0.6;
	text-decoration: none;
}

/*----関連リスト----*/
.articleCont article.columnBox .relationList a{
	display: block;
}
.articleCont article.columnBox .relationList a:hover img{
	opacity: 1;
}
.articleCont article.columnBox .relationList a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.articleCont article.columnBox .relationList{
	margin: 40px auto;
	padding: 15px;
	border: 3px double #ccc;
}
.articleCont article.columnBox .relationList > p{
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 1.8em;
	border-bottom: 1px solid #333;
}

.articleCont article.columnBox .relationList > ul{
	margin: 15px 0;
}
.articleCont article.columnBox .relationList > ul li{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.articleCont article.columnBox .relationList > ul li:last-child{
	border-bottom: none;
}

.articleCont article.columnBox .relationList > ul li > .imgBox{
	width: 150px;
	margin: 0;
}
.articleCont article.columnBox .relationList > ul li > .imgBox img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	border: 1px solid #ccc;
}

.articleCont article.columnBox .relationList > ul li dl{
	flex: 1;
}
.articleCont article.columnBox .relationList > ul li dl dt{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.articleCont article.columnBox .relationList > ul li dl dd p{
	font-size: 14px;
	line-height: 1.8em;
}
.articleCont article.columnBox .relationList > ul li dl dd a{
	background-color: #666;
	color: #fff;
	width: 150px;
	margin: 10px 0;
	padding: 3px 5px;
	text-align: center;
	position: relative;
}
.articleCont article.columnBox .relationList > ul li dl dd a:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and ( max-width: 768px ){
	.articleCont article.columnBox{
		width: 95%;
		margin: 0 auto 30px;
	}

	.articleCont article.columnBox .h1box h1{
		font-size: 26px;
	}

	.articleCont article.columnBox h2{
		font-size: 22px;
		border-left: 6px solid #59ca5e;
	}

	.articleCont article.columnBox h3{
		font-size: 20px;
	}

	.articleCont article.columnBox h4{
		font-size: 18px;
	}


	/**/
	.articleCont article.columnBox .imgBox img{
		width: 90%;
		max-width: 700px;
		height: auto;
	}

	/**/
	.articleCont article.columnBox p{
		font-size: 16px;
		line-height: 1.8em;
	}

	/**/
	.articleCont article.columnBox ul.circleList li,
	.articleCont article.columnBox ol.numberList li{
		font-size: 16px;
	}

	/*----目次----*/
	.articleCont article.columnBox .contentsList{
		width: 90%;
		margin: 40px auto;
		padding: 3%;
	}
	.articleCont article.columnBox .contentsList > p.title{
		text-align: center;
	}

	/*----トップへリンク----*/
	.articleCont article.columnBox a.topLink{
		width: 80%;
		font-size: 16px;
	}

	/*----商品リンクリスト----*/
	.articleCont article.columnBox .itemLinkList ul{
		justify-content: space-between;
		gap: 20px 0;
	}
	.articleCont article.columnBox .itemLinkList ul > li{
		width: 48%;
	}
	/**/
	.articleCont article.columnBox .itemLinkList ul > li dl dt{
		font-size: 16px;
	}
	.articleCont article.columnBox .itemLinkList ul > li dl dt span{
		font-size: 14px;
	}
	.articleCont article.columnBox .itemLinkList ul > li dl dd{
		margin: 10px 0;
		font-size: 15px;
	}
	.articleCont article.columnBox .itemLinkList ul > li dl dd span{
		font-size: 18px;
	}
	.articleCont article.columnBox .itemLinkList ul > li dl + p{
		font-size: 14px;
	}
	/**/
	.articleCont article.columnBox .itemLinkList ul > li .itemLink{
		width: 100%;
		margin: 15px 0;
		font-size: 14px;
	}

	/*----関連リスト----*/
	.articleCont article.columnBox .relationList{
		padding: 10px;
	}
	.articleCont article.columnBox .relationList > p{
		font-size: 18px;
	}

	.articleCont article.columnBox .relationList > ul li > .imgBox{
		flex: 0 0 100px;
	}
	.articleCont article.columnBox .relationList > ul li > .imgBox img{
		height: 100px;
	}

	.articleCont article.columnBox .relationList > ul li dl dt{
		font-size: 16px;
	}
	.articleCont article.columnBox .relationList > ul li dl dd p{
		font-size: 14px;
	}
	.articleCont article.columnBox .relationList > ul li dl dd a{
		max-width:200px;
		padding: 5px;
	}

}

@media screen and ( max-width: 480px ){
	.articleCont article.columnBox .h1box p span{
		font-size: 13px;
	}
}


/*-----------------------------------------------

	ランキング

-----------------------------------------------*/
article.columnBox .ranking-box h2{
	display: block;
	background-color: #ff6978;
	color: #fff;
	margin-bottom: 20px;
	padding: 15px 20px;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}
article.columnBox .ranking-box h2:before{
	display: none;
}
article.columnBox .ranking-box h2 span{
	display: block;
	font-size: 30px;
}

article.columnBox .ranking-box h2 + p{
	margin: 20px auto 30px;
	line-height: 1.8em;
}

/**/
article.columnBox .ranking-box .ranking-list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-top: 1px solid #333;
}
article.columnBox .ranking-box .ranking-list > li{
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #333;
}

article.columnBox .ranking-box .ranking-list > li div.rank{
	width: 100px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.0em;
}
article.columnBox .ranking-box .ranking-list > li.rank1 div.rank{
	color: #ff3333;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.0em;
	position: relative;
}
article.columnBox .ranking-box .ranking-list > li.rank1 div.rank:before{
	content: "";
	display: block;
	background-image: url(../_images/icon-clown.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 35px;
	margin: 0 auto 5px;
}
article.columnBox .ranking-box .ranking-list > li.rank2-3 div.rank{
	color: #102dbf;
}

article.columnBox .ranking-box .ranking-list > li > a{
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	position: relative;
}
article.columnBox .ranking-box .ranking-list > li > a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-right: 25px solid #ffd71b;
	border-bottom: 25px solid #ffd71b;
	transition: all .3s ease;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*hover*/
article.columnBox .ranking-box .ranking-list > li > a:hover{
	box-shadow: 0 0 0 3px #ffd71b;
}
article.columnBox .ranking-box .ranking-list > li > a:hover:after{
	border: 20px solid transparent;
	border-right: 20px solid #ff761b;
	border-bottom: 20px solid #ff761b;
}


/**/
article.columnBox .ranking-box .ranking-list > li div.image{
	width: 190px;
}
article.columnBox .ranking-box .ranking-list > li div.image img{
	width: 100%;
}

article.columnBox .ranking-box .ranking-list > li div.info{
	width: auto;
	max-width: 480px;
}
article.columnBox .ranking-box .ranking-list > li div.info h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	border: none;
}
article.columnBox .ranking-box .ranking-list > li div.info h3:before{
	display: none;
}
article.columnBox .ranking-box .ranking-list > li div.info h3 + .number{
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
article.columnBox .ranking-box .ranking-list > li div.info .text{
	margin: 0;
	font-size: 15px;
	line-height: 1.8em;
}

@media screen and ( max-width: 736px ){
	article.columnBox .ranking-box h2{
		padding: 10px 15px;
		font-size: 20px;
	}
	article.columnBox .ranking-box h2 span{
		font-size: 25px;
	}
	article.columnBox .ranking-box h2 + p{
		font-size: 15px;
	}

	/**/
	article.columnBox .ranking-box .ranking-list > li{
		gap: 15px;
		padding: 15px 0;
	}
	article.columnBox .ranking-box .ranking-list > li div.rank{
		width: 60px;
		font-size: 22px;
	}
	article.columnBox .ranking-box .ranking-list > li.rank1 div.rank{
		font-size: 28px;
	}
	article.columnBox .ranking-box .ranking-list > li.rank1 div.rank:before{
		background-size: 100% auto;
		width: 40px;
		height: 30px;
	}

	article.columnBox .ranking-box .ranking-list > li > a{
		gap: 15px;
	}
	article.columnBox .ranking-box .ranking-list > li > a:after{
		border-width: 20px;
		border-right-width: 20px;
		border-bottom-width: 20px;
	}
	article.columnBox .ranking-box .ranking-list > li > a:hover:after{
		border-width: 15px;
		border-right-width: 15px;
		border-bottom-width: 15px;
	}

	/**/
	article.columnBox .ranking-box .ranking-list > li div.image{
		width: 30%;
	}
	article.columnBox .ranking-box .ranking-list > li div.image img{
		width: 100%;
	}

	article.columnBox .ranking-box .ranking-list > li div.info{
		width: 75%;
		padding-right: 30px;
	}
	article.columnBox .ranking-box .ranking-list > li div.info h3{
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 1.3em;
	}
	article.columnBox .ranking-box .ranking-list > li div.info h3 + .number{
		font-size: 17px;
	}
	article.columnBox .ranking-box .ranking-list > li div.info .text{
		font-size: 15px;
	}
}

@media screen and ( max-width: 480px ){
	article.columnBox .ranking-box h2{
		padding: 8px 10px;
		font-size: 20px;
	}
	article.columnBox .ranking-box h2 span{
		font-size: 23px;
		line-height: 1.4em;
	}

	/**/
	article.columnBox .ranking-box .ranking-list{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	article.columnBox .ranking-box .ranking-list > li{
		flex-wrap: wrap;
		gap: 10px;
		width: 100%;
		padding: 10px 0;
	}
	article.columnBox .ranking-box .ranking-list > li div.rank{
		width: 100%;
		font-size: 20px;
	}
	article.columnBox .ranking-box .ranking-list > li.rank1,
	article.columnBox .ranking-box .ranking-list > li.rank2-3{
		width: 100%;
	}
	article.columnBox .ranking-box .ranking-list > li.rank1 div.rank{
		font-size: 24px;
	}
	article.columnBox .ranking-box .ranking-list > li.rank1 div.rank:before{
		width: 35px;
		height: 25px;
	}

	article.columnBox .ranking-box .ranking-list > li > a{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	article.columnBox .ranking-box .ranking-list > li > a:after{
		border-width: 13px;
		border-right-width: 13px;
		border-bottom-width: 13px;
	}
	article.columnBox .ranking-box .ranking-list > li > a:hover:after{
		border-width: 10px;
		border-right-width: 10px;
		border-bottom-width: 10px;
	}

	/**/
	article.columnBox .ranking-box .ranking-list > li div.image{
		width: 100%;
		text-align: center;
	}
	article.columnBox .ranking-box .ranking-list > li div.image img{
		width: 100%;
		max-width: 180px;
		margin: auto;
	}
	article.columnBox .ranking-box .ranking-list > li.rank1 div.image img{
		max-width: 250px;
	}
	article.columnBox .ranking-box .ranking-list > li.rank2-3 div.image img{
		max-width: 225px;
	}


	article.columnBox .ranking-box .ranking-list > li div.info{
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	article.columnBox .ranking-box .ranking-list > li div.info h3{
		font-size: 18px;
	}
	article.columnBox .ranking-box .ranking-list > li div.info h3 + .number{
		font-size: 15px;
	}
	article.columnBox .ranking-box .ranking-list > li div.info .text{
		font-size: 14px;
		line-height: 1.6em;
	}
}


/*--------------- ランキング-厳選 ---------------*/
article.columnBox .ranking-topics h2{
	display: block;
	background-color: #b9e1be;
	color: #111;
	margin-bottom: 20px;
	padding: 15px 20px;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}
article.columnBox .ranking-topics h2:before{
	display: none;
}
article.columnBox .ranking-topics h2 span{
	display: block;
	font-size: 30px;
}

article.columnBox .ranking-topics h2 + p{
	margin: 20px auto 30px;
	line-height: 1.8em;
}

@media screen and ( max-width: 736px ){
	article.columnBox .ranking-topics h2{
		padding: 10px 15px;
		font-size: 20px;
	}
	article.columnBox .ranking-topics h2 span{
		font-size: 23px;
		line-height: 1.4em;
	}
	article.columnBox .ranking-topics h2 + p{
		font-size: 15px;
	}
}
@media screen and ( max-width: 480px ){
	article.columnBox .ranking-topics h2{
		padding: 10px 15px;
		font-size: 20px;
	}
	article.columnBox .ranking-topics h2 span{
		font-size: 23px;
		line-height: 1.4em;
	}
	article.columnBox .ranking-topics h2 + p{
		font-size: 15px;
	}
}



/*-----------------------------------------------

 記事208/column16用

-----------------------------------------------*/
.columnBox.column16 .pickupBox{
	width: 820px;
	margin: 30px auto;
}
/**/
.columnBox.column16 .pickupBox .title{
	padding: 15px 5px;
	padding-left: 130px;
	line-height: 1.5em;
	border-left: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	position: relative;
}
.columnBox.column16 .pickupBox .title:before{
	content: "";
	display: block;
	width: 130px;
	height: 150px;
	background-image: url(../_images/article/208/icon-sale.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.columnBox.column16 .pickupBox .title span{
	display: block;
	color: #ff0b0b;
	font-size: 35px;
}
/**/
.columnBox.column16 .pickupBox .movie{
	width: 490px;
	margin: 35px auto 20px;
}
.columnBox.column16 .pickupBox .movie dt{
	width: fit-content;
	margin: 0 auto 10px;
	padding: 0 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.columnBox.column16 .pickupBox .movie dt:before,
.columnBox.column16 .pickupBox .movie dt:after {
	content: "";
	background: #191919;
	display: block;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
}
.columnBox.column16 .pickupBox .movie dt:before{
	left: 10px;
	transform: translateY(-50%) rotate(-35deg);
}
.columnBox.column16 .pickupBox .movie dt:after{
	right: 10px;
	transform: translateY(-50%) rotate(35deg);
}

.columnBox.column16 .pickupBox .movie .movieBtn{
	display: block;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	border: 1px solid #d2d2d2;
}
.columnBox.column16 .pickupBox .movie .movieBtn img{
	width: 100%;
}
.columnBox.column16 .pickupBox .movie .movieBtn:before,
.columnBox.column16 .pickupBox .movie .movieBtn:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 1;
}
.columnBox.column16 .pickupBox .movie .movieBtn:before{
	width: 72px;
	height: 42px;
	background: #ff1f1f;
	border-radius: 30px;
}
.columnBox.column16 .pickupBox .movie .movieBtn:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #ffffff;
}

.columnBox.column16 .pickupBox .movie .movieBtn:hover:before,
.columnBox.column16 .pickupBox .movie .movieBtn:hover:after{
	transition: all 0.3s ease-out;
	opacity: 0.5;
}

.remodal .movieData iframe{
	border: 1px solid #d2d2d2;
}

.columnBox.column16 .pickupBox .movie dd small{
	color: #8b8b8b;
	font-weight: bold;
	font-size: 14px;
}

/**/
.columnBox.column16 .pickupBox .btn{
	display: block;
	width: 80%;
	background-color: #fd4c6a;
	color: #fff;
	margin: 30px auto 0;
	padding: 20px 30px;
	padding-left: 110px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	border-radius: 10px;
	position: relative;
}
.columnBox.column16 .pickupBox .btn:before{
	content: "";
	display: block;
	background-image: url(../_images/article/208/pickup-item-icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 70px;
	height: 95px;
	position: absolute;
	left: 10px;
	bottom: 0;
}
.columnBox.column16 .pickupBox .btn:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.columnBox.column16 .pickupBox .btn span{
	display: block;
	font-size: 30px;
}

.columnBox.column16 .pickupBox .btn:hover{
	background-color: #f0284a;
}

/**/
.columnBox.column16 .pickupBox .btn2{
	display: block;
	width: 70%;
	margin: 20px auto;
	padding: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	border: 1px solid #ff0b0b;
	border-radius: 10px;
	position: relative;
}
.columnBox.column16 .pickupBox .btn2:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #111;
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 0;
	margin: auto;
}

@media screen and ( max-width: 768px ){
	.columnBox.column16 .pickupBox{
		width: 95%;
	}
	/**/
	.columnBox.column16 .pickupBox .title{
		padding-left: 120px;
		font-size: 20px;
	}
	.columnBox.column16 .pickupBox .title:before{
		width: 110px;
		height: 130px;
		background-size: 100% auto;
	}
	.columnBox.column16 .pickupBox .title span{
		font-size: 28px;
	}
	/**/
	.columnBox.column16 .pickupBox .movie{
		width: 90%;
		max-width: 490px;
	}
	.columnBox.column16 .pickupBox .movie dt{
		font-size: 20px;
	}
	/**/
	.columnBox.column16 .pickupBox .btn{
		width: 90%;
		padding: 20px 30px;
		padding-left: 80px;
		font-size: 20px;
	}
	.columnBox.column16 .pickupBox .btn span{
		font-size: 24px;
	}
	.columnBox.column16 .pickupBox .btn:before{
		width: 65px;
		height: 88px;
	}
	/**/
	.columnBox.column16 .pickupBox .btn2{
		width: 90%;
		font-size: 17px;
	}
}

@media screen and ( max-width: 480px ){
	.columnBox.column16 .pickupBox{
		width: 95%;
	}
	/**/
	.columnBox.column16 .pickupBox .title{
		padding-left: 120px;
		font-size: 18px;
	}
	.columnBox.column16 .pickupBox .title:before{
		width: 100px;
		height: 115px;
		background-size: 100% auto;
	}
	.columnBox.column16 .pickupBox .title span{
		font-size: 24px;
	}
	/**/
	.columnBox.column16 .pickupBox .movie dt{
		font-size: 20px;
	}
	/**/
	.columnBox.column16 .pickupBox .btn{
		padding: 10px 30px;
		padding-left: 70px;
		font-size: 18px;
	}
	.columnBox.column16 .pickupBox .btn:before{
		width: 50px;
		height: 68px;
		background-size: 100% auto;
	}
	.columnBox.column16 .pickupBox .btn span{
		display: block;
		font-size: 23px;
	}
}


