@charset "UTF-8";
/* ------------------------------
共通
------------------------------ */
body{
	color: #111;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 170%;
	min-width:1080px;
}

.clear{
	clear:both;
}

.clear hr{
	display:none;
	margin:20px auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img{
	max-width:100%;
}

.sp_none{
	display:none;
}

a{
	color:#1e3fc4;
}

a:hover{
	opacity:0.7;
}

p{
	margin-bottom: 12px;
	line-height: 23px;
}

.note{
	font-size:12px;
}

.center{
	text-align:center;
}

.mr_10 { margin-right:10px !important; }
.mr_20 { margin-right:20px !important; }
.mt_10 { margin-top:10px !important; }
.mb_10 { margin-bottom:10px !important; }
.mb_20 { margin-bottom:20px !important; }

/* ------------------------------
header
------------------------------ */
header{

}

header h1,
header div.h1{
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	position: relative;
	top: -5px;
}

header .header{
	width:1080px;
	margin:25px auto 0;
	position: relative;
}

header .header .logo a{
	display:block;
	text-indent:-9999px;
	width:154px;
	height:40px;
	background-size:154px 40px;
	margin:0px auto 15px;
	background-image:url("https://epi-img.biz/img/logo.png");
}


header .header .pc_search{
	width: 300px;
	text-align: right;
	box-sizing: border-box;
	position: absolute;
	top: -15px;
	right: 0;
}

header .header .pc_search .header_search{
	width:100%;
	box-sizing:border-box;
	background-color: #fff;
	padding:3px 15px 15px;
	display:none;
	border-bottom: 1px solid #F2F3F1;
	position:relative;
	display:none;
}
header .header .pc_search .header_search .search_btn{
	position: relative;
	right: 5px;
	top: 12px;
	border-radius:0;
}

header .header .pc_search .pc_search_box{
	border: 1px solid #d4d4d4;
	padding:6px 10px;
	width:100%;
	box-sizing:border-box;
	font-size: 12px;
	-webkit-appearance:none;
	margin-top:5px;
	background-image:url("https://epi-img.biz/img/search_icn.png");
	background-size:30px 30px;
	background-repeat:no-repeat;
	background-position:98% center;
	width:300px;
}
/* ------------------------------
PANKUZU
------------------------------ */
#PANKUZU{
	margin-bottom: 10px;
	background-color: #F4F4F4;
	padding: 3px 0;
}

#PANKUZU .pankuzu{
	line-height:1.0;
	padding:5px 0;
	width:1080px;
	margin:0 auto;
	font-size:12px;
	color:#111;
}

#PANKUZU .pankuzu a{
	color:#111;
}

/* ------------------------------
CONTENTS
------------------------------ */
#CONTENTS_AREA_TOP,
#CONTENTS{

}

#CONTENTS_AREA_TOP .contents_area_top,
#CONTENTS .contents{
	width:1080px;
	margin:0 auto;
}

/* ------------------------------
MAIN
------------------------------ */
#MAIN{
	width:760px;
	float:left;
}

#MAIN.ad {
    width: 660px;
	float:none;
	margin:0 auto;
}

/* ------------------------------
トップページ
------------------------------ */

#CONTENTS_AREA_TOP .the_content h2{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	margin: 1rem 0;
	line-height: 1.5em;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	position:relative;
}

#CONTENTS_AREA_TOP .the_content h3{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	margin: 1rem 0;
	line-height: 1.5em;
	background-size:10.3px 5px;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
}

#CONTENTS_AREA_TOP .the_content h3:before{
	content:" ";
	display:block;
	width:100%;
	height:5px;
	background-size:10.3px 5px;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-position:left top;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}



#CONTENTS_AREA_TOP .the_content h4{
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 20px;
    margin: 1rem 0;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-repeat:repeat-y;
	background-size:9px 4.364px;
	background-position:left top;
}

.top_slider{

}

.top_slider .sp-slides{

}

.top_slider .sp-slides .sp-slide{
	margin:0 10px;
	display:inline-block;
}

.top_slider .sp-slides .sp-slide img{
	width:100%;
	vertical-align:bottom;
}

.tab_area{
	border:1px #DDD solid;
	padding:30px 20px;
	margin:30px auto;
}

.tab_area .tab{
	text-align:center;
	margin:0px auto 30px;
	font-size:0;
	border-radius: 4px;
    overflow: hidden;
}

.tab_area .tab li{
	font-family: 'Josefin Sans', sans-serif;
	background-color:#DDDDDD;
	opacity:0.7;
	font-size:16px;
	width:200px;
	text-align:center;
	padding:15px 0 12px;
	display:inline-block;
	line-height:1.0;
	cursor:pointer;
}

.tab_area .tab li.select{
	opacity:1.0;
}

.tab_area .entry_box a{
	margin-bottom:14px;
	display:block;
	text-decoration:none;
	color:#111;
}

.tab_area .entry_box a .img{
	width:160px;
	float:left;
	position:relative;
}

.tab_area .entry_box a .img span.movie{
	display:none;
}

.tab_area .entry_box.movie_entry a .img span.movie{
	width:60px;
	height:60px;
	line-height:1.0;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url("https://epi-img.biz/img/lily_movie_mark.png");
	background-size:50px 50px;
	display:block;
	position:absolute;
	background-position:center center;
	left:0;
	top:0;
}

.tab_area .entry_box.movie_entry a .txt .category:before{
	content:"\f03d";
	display:inline-block;
	font-family:FontAwesome;
	margin-right:5px;
	color:#F1B8B8;
}

.tab_area .entry_box a .txt{
	margin-left:180px;
	font-size: 14px !important
}

.tab_area .entry_box a .txt .title{
	margin-bottom:10px;
	max-height: 100%;
}

.tab_area .entry_box a .txt .category{
	color:#ba3635;
	max-height: 100%;
}

.tab_area .tab_window.down{
	display:none;
}

.entry_more_btn{
	display: block;
	margin: 20px auto;
	font-family: 'Josefin Sans', sans-serif;
	border: 1px solid #686868;
	line-height: 1.0;
	background-color: #F3F3F3;
	font-size: 18px;
	text-align: center;
	width: 200px;
	padding: 13px 30px 7px 0px;
	box-sizing: border-box;
	position: relative;
	font-weight: normal;
}

.entry_more_btn:before{
	content:" ";
	background-image:url("https://epi-img.biz/img/arrow_down.png");
	background-size:38px 38px;
	width:38px;
	height:38px;
	right:40px;
	top:50%;
	margin-top:-19px;
	position:absolute;
}

.entry_more_btn:hover{
	cursor:pointer;
	opacity:0.6;
}


.top_head_title {
    background-repeat: no-repeat;
    background-image: url(https://epi-img.biz/img/top_head_title_left_up.png), url(https://epi-img.biz/img/top_head_title_right_up.png), url(https://epi-img.biz/img/top_head_title_left_low.png), url(https://epi-img.biz/img/top_head_title_right_low.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_horizontal.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_vertical.png);
    background-size: 20px 20px, 20px 20px, 20px 20px, 20px 20px, calc(100% - 40px) 1px, 1px calc(100% - 40px), calc(100% - 40px) 1px, 1px calc(100% - 40px), 1px calc(100% - 40px);
    background-position: left top, right top, left bottom, right bottom, top center, center left, bottom center, center right, center left;
    padding: 6px 10px;
    margin: 50px 0;
    box-sizing: border-box;
	position:relative;
}

/*
.top_head_title:before{
	position:absolute;
	content:" ";
	display:block;
	background-image:url("https://epi-img.biz/img/logo.png");
	width:106px;
	height:40px;
	background-size:106px 40px;
	bottom:-25px;
	left:50%;
	margin-left:-53px;
	background-repeat:no-repeat;
	border-bottom:1px solid #fff;
	background-color:#fff;
}*/

.top_head_title:after{
	position:absolute;
	content:" ";
	display:block;
	background-image:url("https://epi-img.biz/img/top_head_title_semicircle.png");
	width:106px;
	height:41px;
	background-size:106px 36px;
	top:-42px;
	left:50%;
	margin-left:-53px;
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom:4px solid #fff;
}

.top_head_title h2{
	font-size:21px;
	margin:10px 0;
	text-align:center;
	font-weight:normal;
}

.instagram{
	padding:15px 0 15px 15px;
	position:relative;
	background-color:#EFEFEF;
	margin: 90px auto 50px;
}

.instagram .title{
	position:relative;
	display:inline-block;
	width:100%;
	margin-top:15px;
}

.instagram .title:before{
	content:" ";
	display:block;
	width:100px;
	position:absolute;
	height:56px;
	background-size:100px 56px;
	background-image:url("https://epi-img.biz/img/top_instagram_title_semicircle.png");
	left:49%;
	margin-left:-50px;
	top:-53px;
}

.instagram h3{
	font-family: 'Josefin Sans', sans-serif;
	position:relative;
	background-color:#fff;
	text-align:center;
	font-size: 23px;
    padding: 13px 0 10px;
	margin:0 auto 30px;
	margin-right:15px;
}

.instagram h3:before{
	content:" ";
	height:26px;
	width:1px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-13px;
	border-left:1px solid #B9B9B9;
	left:12px;
}

.instagram h3:after{
	content:" ";
	height:26px;
	width:1px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-13px;
	border-left:1px solid #B9B9B9;
	right:12px;
}


.instagram #instafeed li{
	width:170px;
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
}

.instagram #instafeed li img{
	width:170px;
}


/* ------------------------------
SIDE
------------------------------ */
#SIDE{
	width:300px;
	float:right;
	position: relative;
	top: 20px;
}

#CONTENTS_AREA_TOP #SIDE{
	top: -37px;
}

#SIDE .banner_first{
	margin-bottom:24px;
}

#SIDE .banner_first small{
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 auto 13px;
    text-align: center;
		letter-spacing: .2rem;
}

.home #SIDE .banner_first small{
}

#SIDE .banner_first small:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .banner_first small:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .banner_first a img {
	margin-bottom: 3px;
}

#SIDE .banner_first a .feature_banner {
	margin-bottom: 0;
}


#SIDE .banner_first .txt{
	line-height:1.2;
}

#SIDE .banner{
	margin-bottom:24px;
}

#SIDE .banner .txt{
	line-height:1.2;
}

#SIDE .ranking{
	margin-bottom:30px;
}

#SIDE .ranking h3{
	background-color:#F4F4F4;
	text-align:center;
	font-size:24px;
	font-family: 'Josefin Sans', sans-serif;
	padding:10px 0;
	margin-bottom:8px;
	position:relative;
	letter-spacing: .2rem;

	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 20px;
}

#SIDE .ranking h3:before{
	width:30px;
	display:block;
	content:" ";
	height:100%;
	position:absolute;
	background-image:url("https://epi-img.biz/img/top_stripe_texture.png");
	left:0;
	background-size:60px;
	background-color:#fff;
	top:0;
	border-right:5px solid #fff;
}

#SIDE .ranking h3:after{
	width:30px;
	display:block;
	content:" ";
	height:100%;
	position:absolute;
	background-image:url("https://epi-img.biz/img/top_stripe_texture.png");
	right:0;
	background-size:60px;
	background-color:#fff;
	top:0;
	border-left:5px solid #fff;
}

#SIDE .ranking h3 small{
	display:block;
	font-size:16px;
	font-weight:normal;
}

#SIDE .ranking h3 small:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .ranking h3 small:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .ranking h3 small span{
	display:inline-block;
	background-image:url("https://epi-img.biz/img/top_rank_title_triangle.png");
	width:13px;
	height:15px;
	background-size:13px 15px;
	text-indent:-9999px;
	margin:0 5px;
	position:relative;
	bottom:-3px;
}

#SIDE .ranking.osusume h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 20px;
}

#SIDE .ranking.osusume .box a .txt .category{
	width:170px
}

#SIDE .ranking .box{
	margin-bottom:2px;
}

#SIDE .ranking .box a{
	display:block;
	text-decoration:none;
	color:#111;
	position:relative;
}

#SIDE .ranking .box a .img{
	width:120px;
	display:block;
	float:left;
	position:relative;
}

#SIDE .ranking .box a .img span.rank{
	font-family: 'Josefin Sans', sans-serif;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	background-color: rgba(51,51,51,0.5);
	position: absolute;
	left: 0;
	font-size: 25px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
	top: 0;
}

#SIDE .ranking .box a .img span.movie{
	display:none;
}

#SIDE .ranking .box.movie_entry a .img span.movie{
	width:60px;
	height:60px;
	line-height:1.0;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url("https://epi-img.biz/img/lily_movie_mark.png");
	background-size:50px 50px;
	display:block;
	position:absolute;
	background-position:center center;
	right:0;
	top:0;
}

#SIDE .ranking .box a .txt{
	margin-left:129px;
}

#SIDE .ranking .box a .txt .category{
	font-size: 87%;
	color: #ba3635;
	position: absolute;
	bottom: 6px;
	display: inline-block;
	width: 90px;
	height: 20px;
	overflow: hidden;
}

#SIDE .ranking .box.movie_entry a .txt .category:before{
	content:"\f03d";
	display:inline-block;
	font-family:FontAwesome;
	display:inline-block;
	margin-right:1px;
	color:#F1B8B8;
}

#SIDE .ranking .box a .txt .view_count {
	position:absolute;
	bottom: 4px;
	right: 0;
	font-size: 12.5px;
}

#SIDE .hotwords{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	margin:0 auto 30px;
	background-color:#CFCFCF;
}

#SIDE .hotwords .title{
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size:24px;
	text-align:center;
	padding:0 0 11px;
	position:relative;
	margin-bottom:40px;
	border-bottom:1.5px solid #fff;
	letter-spacing: .2rem;
}

#SIDE .hotwords .title:before {
	content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 1px;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #CFCFCF transparent transparent transparent;
    z-index: 2;
}

#SIDE .hotwords .title:after {
	content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

#SIDE .hotwords .title span{
	display:inline-block;
	height:100%;
	width:100%;
	position:relative;
}

#SIDE .hotwords .title span:before{
	content: " ";
    width: 30px;
    height: 45px;
    background-size: 45px 41px;
    background-image: url(https://epi-img.biz/img/top_grayback_title_stripes.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: -5px;
}

#SIDE .hotwords .title span:after{
	content: " ";
    width: 30px;
    height: 45px;
    background-size: 45px 41px;
    background-image: url(https://epi-img.biz/img/top_grayback_title_stripes.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: -5px;
}

#SIDE .side_category .title{
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
	margin: 15px auto 13px;
	text-align: center;
	letter-spacing: .2rem;
}

#SIDE .side_category .title:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category .title:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category ul {
	display: flex;
	flex-wrap: wrap;
}

#SIDE .side_category ul li {
	width: 50%;
	padding: 15px 0px;
	border-top: 1px solid rgba(0,0,0,.15);
}

#SIDE .side_category ul li a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

#SIDE .side_category ul li img{
	width: 62px;
  height: 62px;
  margin-right: 10px;
}

#SIDE .hotwords ul li{
	display:inline-block;
}

#SIDE .hotwords ul li a{
	display:inline-block;
	background-color:#fff;
	line-height:1.0;
	padding:7px 10px;
	border-radius:4px;
	border:1px solid #B6B6B6;
	text-decoration:none;
	margin-right:10px;
	margin-bottom:10px;
	color:#111;
}

#SIDE .hotwords ul li a:before{
	content:"#";
}

#SIDE .ad_area{
	margin:20px auto 30px;
}

/* ------------------------------
BOTTOM
------------------------------ */
#BOTTOM{
	padding:30px 0;
	background-color:#F3F3F3;
}


.bottom{
	width:1080px;
	padding-top: 55px;
	margin:0px auto;
	border-right:1px dashed #DBDBDB;
	border-left:1px dashed #DBDBDB;
	position:relative;
}


.bottom .icon{
	width:100%;
	box-sizing:border-box;
	font-family: 'Josefin Sans', sans-serif;
	margin: 30px auto 40px;
	font-weight:bold;
	text-align: center;
	color: #6D6D6D;
	font-size: 23px;
	position: absolute;
	padding:35px 0 7px;
	top: -40px;
	background-image:url("https://epi-img.biz/img/top_check_title_line.png");
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:140px 12.6px;
}

.bottom .icon:before{
	display:block;
	content:" ";
	width:26px;
	height:26px;
	text-indent:-9999px;
	background-image:url("https://epi-img.biz/img/top_check_title_arrow.png");
	background-size:26px 26px;
	position:absolute;
	left:50%;
	margin-left:-13px;
	top:0px;
}

.bottom .box{
	width:720px;
	margin:15px auto 0;
}

.bottom .box .img{
	width:240px;
	float:left;
}

.bottom .box .img img{
	width:100%;
	vertical-align:bottom;
}

.bottom .box .txt_area{
	margin-left:255px;
	padding-top:25px;
}

.bottom .box .txt_area .title{
	color:#6F6F6F;
	font-size:140%;
	margin-bottom:15px;
}

.bottom .box .txt_area .link a{
	display:block;
	width:190px;
	height:64px;
	background-image:url("https://epi-img.biz/img/downloads_badge_apple.png");
	background-size:190px 64px;
	text-indent:-9999px;
	margin:30px 0 0;
}

.bottom .box .txt_area .link{
	color:#6F6F6F;
	font-size:140%;
	margin: 15px 0px;
}

/* ------------------------------
footer
------------------------------ */
footer{
	padding:50px 0;
	background-color:#111;
	margin-top:30px;
}

footer .footer{
	width:1080px;
	margin:0px auto;
	color:#fff;
}

footer .footer ul .title{
	font-family: 'Josefin Sans', sans-serif;
	text-align:center;
	width:100%;
	position:absolute;
	top:-65px;
	font-weight:normal;
	display:block;
	font-size:150%;
}

footer .footer ul .title:before{
	content:" ";
	width:20px;
	height:36px;
	background-image:url("https://epi-img.biz/img/top_follow_title_slash_left.png");
	display:inline-block;
	background-size:20px 36px;
	position:relative;
	bottom: -10px;
    left: -8px;
}

footer .footer ul .title:after{
	content:" ";
	width:20px;
	height:36px;
	background-image:url("https://epi-img.biz/img/top_follow_title_slash_right.png");
	display:inline-block;
	background-size:20px 36px;
	position:relative;
	bottom: -10px;
    right: -8px;
}

footer .footer ul.foot_social{
	position:relative;
	text-align:center;
	margin:50px auto 30px;
}

footer .footer ul.foot_social li{
	display:inline-block;
	margin:0 10px;
}

footer .footer ul.foot_social li a{
	display:inline-block;
	width:60px;
	height:60px;
	background-size:60px 60px;
	text-indent:-9999px;
}

footer .footer ul.foot_social li:nth-of-type(1) a{
	background-image:url("https://epi-img.biz/img/sns_logo_instagram.png");
}

footer .footer ul.foot_social li:nth-of-type(2) a{
	background-image:url("https://epi-img.biz/img/sns_logo_face.png");
}

footer .footer ul.foot_social li:nth-of-type(3) a{
	background-image:url("https://epi-img.biz/img/sns_logo_line.png");
}

footer .footer ul.foot_social li:nth-of-type(4) a{
	background-image:url("https://epi-img.biz/img/sns_logo_twitter.png");
}

footer .footer ul.foot_link{
	text-align:center;
}

footer .footer ul.foot_link li{
	display:inline-block;
}

footer .footer ul.foot_link li a{
	color:#fff;
	text-decoration:none;
}

footer .footer ul.foot_link li:after{
	content:"｜";
}


footer .footer ul.foot_link li:nth-last-of-type(1):after{
	content:"";
}

footer .footer .logo{
	text-indent:-9999px;
	width:110px;
	height:41.25px;
	background-size:110px 41.25px;
	margin:20px auto;
	background-image:url("https://epi-img.biz/img/logo_white.png");
}

footer .footer .copyright{
	font-family: 'Josefin Sans', sans-serif;
	text-align:center;
	color:#fff;
	font-size:12px;
	margin-top:5px;
}

/* ------------------------------
カテゴリー
------------------------------ */

#MAIN.category h1{
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	line-height: 1.5em;
}

#MAIN.category h2{
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0;
	margin: 2rem 0;
	background-size:10.3px 5px;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
}

#MAIN.category h2:before{
	content:" ";
	display:block;
	width:100%;
	height:5px;
	background-size:10.3px 5px;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-position:left top;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

#MAIN.category .cat_top_contents h3,
#MAIN.category .cat_bottom_contents h3{
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0;
    margin: 2rem 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}




#MAIN.category h4{
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 12px 20px;
    margin: 2rem 0;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-repeat:repeat-y;
	background-size:9px 4.364px;
	background-position:left top;
}


.entry_list_area{

}

.entry_list_area .entry_list_title{
	display:block;
	width:200px;
	box-sizing:border-box;
	margin:90px auto -30px;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-size:22px;
	background-color:#fff;
	padding:10px;
	position:relative;
	top:-35px;
}

.entry_list_area .entry_list_title small{
	display:block;
	margin:-4px auto 0;
	font-size:13px;
	position:relative;
}


.entry_list_area .entry_list_title small:before{
	width:25px;
	border-top:3px double #333;
	content:" ";
	display:inline-block;
	position:relative;
	top:-4px;
	left:-18px;
}

.entry_list_area .entry_list_title small:after{
	width:25px;
	border-top:3px double #333;
	content:" ";
	display:inline-block;
	position:relative;
	top:-4px;
	right:-18px;
}

.entry_list_area .entry_list{

}


.entry_list_area .entry_list .entry_box{
	border:1px solid #ddd;
	display:inline-block;
	padding:10px;
	box-sizing:border-box;
	margin-right:10px;
	width:182px;
	vertical-align:top;
	margin-bottom:10px;
}

.entry_list_area .entry_list .entry_box:hover{
	opacity:0.6;
	cursor:pointer;
}

.entry_list_area .entry_list .entry_box:nth-child(4n) {
   margin-right:0;
}

.entry_list_area .entry_list .entry_box .entry_img{
	margin-bottom:10px;
	position:relative;
}

.entry_list_area .entry_list .entry_box .entry_img img{
	width:100%;
	vertical-align:bottom;
}

.entry_list_area .entry_list .entry_box .entry_img .movie{
	display:none;
}

.entry_list_area .entry_list .entry_box.movie_entry .entry_img .movie{
	width:60px;
	height:60px;
	line-height:1.0;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url("https://epi-img.biz/img/lily_movie_mark.png");
	background-size:50px 50px;
	display:block;
	position:absolute;
	background-position:center center;
	right:0;
	top:0;
}


.entry_list_area .entry_list .entry_box .txt{

}

.entry_list_area .entry_list .entry_box .txt h3{

}

.entry_list_area .entry_list .entry_box .txt .title a{
	text-decoration:none;
	color:#111;
}

.entry_list_area .entry_list .entry_box .txt h3 a{
	color:#111;
	text-decoration:none;
	font-weight:normal;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.entry_list_area .entry_list .entry_box .txt .category{
	text-align:left;
	font-size: 87%;
    color: #ba3635;
}

.entry_list_area .entry_list .entry_box.movie_entry .txt .category:before {
    content: "\f03d";
    display: inline-block;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #F1B8B8;
}

.entry_list_area .entry_list .entry_box .txt .view{
	text-align:right;
	color:#F1B8B8;
}

/*------------------------------------------
カテゴリー　ページャー
-----------------------------------------*/
.pagenav {
	margin:40px auto;
	text-align: center;
}

.pagenav span,.pagenav a {
	background: #FFF;
	border: 1px solid #6E6E6E;
	color: #6E6E6E;
	display: inline-block;
	font-weight: bold;
	padding: 6px 13px;
	text-decoration: none;
	line-height:22px;
}

.pagenav span {
	background: #6E6E6E;
	color: #FFF;
}

.pagenav a:hover {
	background:#bbb7b7;
	color: #6E6E6E;
}


/* ------------------------------
カテゴリー　BEST SELECTION
------------------------------ */
.best_selection_title {
    background-repeat: no-repeat;
    background-image: url(https://epi-img.biz/img/top_head_title_left_up.png), url(https://epi-img.biz/img/top_head_title_right_up.png), url(https://epi-img.biz/img/top_head_title_left_low.png), url(https://epi-img.biz/img/top_head_title_right_low.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_horizontal.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_vertical.png);
    background-size: 20px 20px, 20px 20px, 20px 20px, 20px 20px, calc(100% - 40px) 1px, 1px calc(100% - 40px), calc(100% - 40px) 1px, 1px calc(100% - 40px), 1px calc(100% - 40px);
    background-position: left top, right top, left bottom, right bottom, top center, center left, bottom center, center right, center left;
    padding: 20px 20px 15px;
    margin: 50px 0;
    box-sizing: border-box;
	position:relative;
	text-align:center;
	font-size:24px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:normal;
}

.best_selection_title span{
	position:relative;
	text-align:center;
}

.best_selection_title span:before{
	width:40px;
	border-top:3px double #333;
	content:" ";
	display:inline-block;
	position:relative;
	top:-7px;
	left:-18px;
}

.best_selection_title span:after{
	width:40px;
	border-top:3px double #333;
	content:" ";
	display:inline-block;
	position:relative;
	top:-7px;
	right:-18px;
}


/* ------------------------------
カテゴリー　動画再生数RANKING
------------------------------ */
.movie_ranking_area{
	border-top:3px solid #6E6E6E;
	padding-top:3px;
	margin-top: 15px;
}

.movie_ranking_area .movie_ranking_title{
	border-top:1px solid #6E6E6E;
	border-bottom:1px solid #6E6E6E;
	padding: 6px 0px
}

.movie_ranking_area .movie_ranking_title .movie_ranking_title_txt{
	text-align:center;
	position:relative;
	font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}

.movie_ranking_area .movie_ranking_title .movie_ranking_title_txt:before {
    width: 10px;
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
	top:0;
    left: 0;
    background-size: 12px 5.8px;
    background-color: #fff;
}

.movie_ranking_area .movie_ranking_title .movie_ranking_title_txt:after {
    width: 10px;
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
	top:0;
    right: 0;
    background-size: 12px 5.8px;
    background-color: #fff;
}

.movie_ranking_area .movie_ranking_title .movie_ranking_title_txt small{
	display:block;
	font-size:14px;
}

.movie_ranking_area .movie_ranking_title .movie_ranking_title_txt span{
	display: inline-block;
	background-image: url(https://epi-img.biz/img/top_rank_title_triangle.png);
	width: 13px;
	height: 15px;
	background-size: 13px 15px;
	text-indent: -9999px;
	margin: 0 5px;
	position: relative;
	bottom: -3px;
}

.movie_ranking_entry_area{
	margin:6px auto 12px;
	padding:15px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.movie_ranking_entry_area .movie_ranking_entry_box{
	margin-bottom:15px;
}

.movie_ranking_entry_area .movie_ranking_entry_box:nth-last-of-type(1){
	margin-bottom:0;
}


.movie_ranking_entry_area .movie_ranking_entry_box a{
	display:block;
	text-decoration:none;
	color:#111;
	position:relative;
}

.movie_ranking_entry_area .movie_ranking_entry_box a .img{
	width:160px;
	display:block;
	float:left;
	position:relative;
}

.movie_ranking_entry_area .movie_ranking_entry_box a .img span.rank{
	font-family: 'Josefin Sans', sans-serif;
	width:60px;
	height:60px;
	box-sizing:border-box;
	background-color:rgba(51,51,51,0.5);
	position:absolute;
	left:0;
	font-size:30px;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:normal;
	line-height:64px;
	top:0;
}



.movie_ranking_entry_area .movie_ranking_entry_box a .img .movie{
	width:60px;
	height:60px;
	line-height:1.0;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url("https://epi-img.biz/img/lily_movie_mark.png");
	background-size:50px 50px;
	display:block;
	position:absolute;
	background-position:center center;
	right:0;
	top:0;
}

.movie_ranking_entry_area .movie_ranking_entry_box a .txt{
	margin-left:170px;
}

.movie_ranking_entry_area .movie_ranking_entry_box a .txt .category{
	font-size:87%;
	color:#F1B8B8;
}

.movie_ranking_entry_area .movie_ranking_entry_box a .txt .category:before{
	content:"\f03d";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:5px;
	color:#F1B8B8;
}

/* ------------------------------
カテゴリー　動画再生数RANKING
------------------------------ */

.special_content_area{
	background-color:#F4F4F4;
	padding:15px;
	margin:20px auto;
}

.special_content_area .special_content_title{
	color:#fff;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
	background-color:#BCBCBC;
	padding:18px 18px 13px;
	line-height:1.0;
	position:relative;
	margin-bottom: 20px;
}

.special_content_area .special_content_title:before{
	position:absolute;
	content:" ";
	display:block;
	top:7px;
	margin:0 auto;
	height:1px;
	width:calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	border-top:1px solid #fff;
	left:50%;
	margin-left:calc(-50% - -15px);
}

.special_content_area .special_content_title:after{
	position:absolute;
	content:" ";
	display:block;
	bottom:7px;
	margin:0 auto;
	height:1px;
	width:calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	border-top:1px solid #fff;
	left:50%;
	margin-left:calc(-50% - -15px);
}

.special_content_area .special_content_title span{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
}

.special_content_area .special_content_title span:before{
	height:100%;
	width:1px;
	content:" ";
	display:inline-block;
	border-left:1px solid #fff;
	position:absolute;
	left:-12px;
	top:-3px;
}

.special_content_area .special_content_title span:after{
	height:100%;
	width:1px;
	content:" ";
	display:inline-block;
	border-left:1px solid #fff;
	position:absolute;
	right:-12px;
	top:-3px;
}


.special_content_area .sub_title{
	position:relative;
	text-align:center;
	margin-bottom:10px;
}

.special_content_area .sub_title:before {
    width: 70px;
    border-top: 3px double #333;
    content: " ";
    display: inline-block;
    position: relative;
    top: -4px;
    left: -18px;
}

.special_content_area .sub_title:after {
    width: 70px;
    border-top: 3px double #333;
    content: " ";
    display: inline-block;
    position: relative;
    top: -4px;
    right: -18px;
}

.special_content_area .sub_title span{
	display: inline-block;
    background-image: url(https://epi-img.biz/img/top_rank_title_triangle.png);
    width: 13px;
    height: 15px;
    background-size: 13px 15px;
    text-indent: -9999px;
    margin: 0 5px;
    position: relative;
    bottom: -3px;
}

/* ------------------------------
カテゴリー 番号見出し
------------------------------ */

.number_title{
	position: relative;
	padding: 0 0 0.6em 55px;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 1em;
	line-height: 1.5em;
}

.number_title:before {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -25px;
	box-sizing: border-box;
	background-image:url("https://epi-img.biz/img/number_icon.png");
	background-size: 40px 40px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	line-height: 1.9;
}

.number_title.one:before{
	content: "1";
}

.number_title.two:before{
	content: "2";
}

.number_title.three:before{
	content: "3";
}


.number_title.four:before{
	content: "4";
}


.number_title.five:before{
	content: "5";
}


.number_title.six:before{
	content: "6";
}


.number_title.seven:before{
	content: "7";
}


.number_title.eight:before{
	content: "8";
}

.number_title.nine:before{
	content: "9";
}

.number_title.ten:before{
	content: "10";
}

.number_title.eleven:before{
	content: "11";
}

.number_box{
	margin:20px auto 60px;
}

.number_box .number_box_txt{
	margin:15px auto;
}

.number_box .detail_link{
	margin-top:10px;
}

/* ------------------------------
個別
------------------------------ */

#MAIN.single{

}

#MAIN.single .entry_head h1{
    font-size: 18px;
    font-weight: bold;
    padding:0;
    margin:15px 0;
		line-height: 1.5em;
}

#MAIN.single .entry_head time{
	margin:10px auto;display: block;
}

#MAIN.single h2{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	margin: 1rem 0;
	line-height: 1.5em;
	background-size:10.3px 5px;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
}

#MAIN.single h2:before{
	content:" ";
	display:block;
	width:100%;
	height:5px;
	background-size:10.3px 5px;
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-position:left top;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

#MAIN.single h3{
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0;
    margin: 1.8rem 0 1.3rem;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
		line-height: 1.5em;
}

#MAIN.single h4{
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 12px 20px;
	margin: 1rem 0;
	position: relative;
	/*
	background-image:url("https://epi-img.biz/img/lily_stripe_bg_2x.png");
	background-repeat:repeat-y;
	background-size:9px 4.364px;
	background-position:left top;
	*/
}

#MAIN.single h4:before{
	content:" ";
	width:9px;
	height:100%;
	position: absolute;
	background-color:#ededed;
	left:0;
	top:0;
}



/* =======================================
個別ページで使用しているCSS
======================================= */

/* ------------------------------
画像　任意のサイズで左寄せ、右寄せ　2018/11/13
------------------------------- */

img.img_l {
	float: left;
	margin: 0 10px 0 0;
}

img.img_r {
	float: right;
	margin: 0 0 0 10px;
}

/* ------------------------------
センター揃えライン飾り付きタイトル　2018/11/15
------------------------------ */

.center_title {
	text-align: center;
	margin: 0 0 10px 0;
}

.center_title::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #666;
	transform: rotate(55deg);
	position: static;
	margin: 0 0 0 0.3em;
	vertical-align: 18%;
}

.center_title::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #666;
	transform: rotate(-55deg);
	position: static;
	margin: 0 0.5em 0 0;
	vertical-align: 18%;
}


/* ------------------------------
幅いっぱいimg　2018/11/15
------------------------------ */

img.full_img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.article_movie{
	width: 500px;/*padding-bottom: 2rem;*/
}

.article_movie iframe{
	border-radius: 4px;
	height: 500px;
}

iframe {
    width: 100%;
}

/* =======================================
パーツ
======================================= */

.category_link{
	margin:100px auto 20px;
	position:relative;
}

.category_link .title{
	background-repeat: no-repeat;
    background-image: url(https://epi-img.biz/img/top_head_title_left_up.png), url(https://epi-img.biz/img/top_head_title_right_up.png), url(https://epi-img.biz/img/top_head_title_left_low.png), url(https://epi-img.biz/img/top_head_title_right_low.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_horizontal.png), url(https://epi-img.biz/img/top_head_title_vertical.png), url(https://epi-img.biz/img/top_head_title_vertical.png);
    background-size: 20px 20px, 20px 20px, 20px 20px, 20px 20px, calc(100% - 40px) 1px, 1px calc(100% - 40px), calc(100% - 40px) 1px, 1px calc(100% - 40px), 1px calc(100% - 40px);
    background-position: left top, right top, left bottom, right bottom, top center, center left, bottom center, center right, center left;
    padding: 32px 0;
    margin: 50px 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: -58px;
	z-index:10;
}

.category_link h3{
	font-family: 'Josefin Sans', sans-serif;
	background-color: #EFEFEF;
	padding: 13px 0 10px;
	font-size: 23px;
	font-weight:bold;
	text-align: center;
	position: relative;
	margin:0 auto 35px;
	width:calc(100% - 16px);
	width:-webkit-calc(100% - 16px);
}

.category_link ul{
	text-align:left;
}

.category_link ul li{
	display:inline-block;
	width:243px;
	margin-right:15px;
	margin-bottom:15px;
}

.category_link ul li img{
	vertical-align: bottom;
}

.category_link ul li:nth-child(3n){
	margin-right:0;
}

.category_link ul li a{
	display:inline-block;
	width:100%;
}

.special{
	background-color:#CFCFCF;
	min-height:600px;
	margin:80px auto 50px;
	padding-top: 35px;
}

.special .title{
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size:24px;
	text-align:center;
	padding:0 0 11px;
	position:relative;
	margin-bottom:40px;
	border-bottom:2px solid #fff;
	width: 380px;
	box-sizing:border-box;
    margin:0px auto 40px;
}

.special .title:before {
	content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 1px;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #CFCFCF transparent transparent transparent;
    z-index: 2;
}

.special .title:after {
	content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.special .title h3{
	display:inline-block;
	height:100%;
	width:100%;
	position:relative;
}

.special .title h3:before{
	content: " ";
    width: 30px;
    height: 45px;
    background-size: 45px 41px;
    background-image: url(https://epi-img.biz/img/top_grayback_title_stripes.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: -5px;
}

.special .title h3:after{
	content: " ";
    width: 30px;
    height: 45px;
    background-size: 45px 41px;
    background-image: url(https://epi-img.biz/img/top_grayback_title_stripes.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: -5px;
}


.special .slider_entry_box a{
	background-color:#fff;
	padding-bottom:10px;
}

.special .flickity-page-dots .dot.is-selected{
	background:#333;
}

.special .flickity-page-dots .dot {
	background:#fff;
    bottom: -37px;
	opacity:1.0;
}

.special .flickity-page-dots{
    bottom: -37px;
}

/*------------------------------------------
画像テキストボックス　2018/11/12
-----------------------------------------*/

.txt_img_box{

}

.txt_img_box ul{
	float:left;
}

.txt_img_box .right_img,
.txt_img_box .left_img,
.img_right_box .imgr{
	width:22%;
}

.txt_img_box .left_img img,
.txt_img_box .right_img img{
	width:100%;
	vertical-align:bottom;
}

.txt_img_box .left_img{
	float:left;
	margin-right:15px;
}

.txt_img_box .right_img{
	float:right;
	margin-left:15px;
}

/* ------------------------------
吹き出し　2018/11/13
------------------------------- */
.fukidasi_left,
.fukidasi_right.
.fukidasi_left2 {
	clear: both;
	margin:30px 0 20px;
}

.fukidasi_right2 {
	clear: both;
	margin:30px 0 40px;
}

.fukidasi_left .img img,
.fukidasi_left2 .img img,
.fukidasi_right .img img,
.fukidasi_right2 .img img {
	width: 100%;
	vertical-align: bottom;
}

.fukidasi_left .img,
.fukidasi_left2 .img {
	width: 100px;
	float: left;
	margin-bottom:25px;
}

.fukidasi_left .img .img_caption,
.fukidasi_left2 .img .img_caption {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

.fukidasi_left .img .img_caption p,
.fukidasi_left2 .img .img_caption p{
	margin-bottom: 0;
}

.fukidasi_right .img,
.fukidasi_right2 .img {
	width: 100px;
	height: 100px;
	float: right;
}

.fukidasi_left .fukidasi,
.fukidasi_left2 .fukidasi,
.fukidasi_right .fukidasi,
.fukidasi_right2 .fukidasi {
	background: #FFF;
	border: 2px solid #E3E3E3;
	border-radius: 5px;
	color: #444;
	padding: 10px;
	position: relative;
	margin-left: 115px;
	margin-bottom: 25px;
}

.fukidasi_left .fukidasi p:nth-last-of-type(1),
.fukidasi_left2 .fukidasi p:nth-last-of-type(1),
.fukidasi_right .fukidasi p:nth-last-of-type(1),
.fukidasi_right2 .fukidasi p:nth-last-of-type(1){
	margin-bottom:0;
}

.fukidasi_left .fukidasi,
.fukidasi_left2 .fukidasi {
    margin-left: 115px;
	/* top: 10px; */
}

.fukidasi_right .fukidasi,
.fukidasi_right2 .fukidasi {
	margin-left:0px;
	margin-right: 115px;
}

.fukidasi_left .fukidasi:before,
.fukidasi_left2 .fukidasi:before{
	content: "";
	position: absolute;
	top: 15px;
	left: -8px;
	/* margin-top: -9px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 1;
}

.fukidasi_left .fukidasi:before,
.fukidasi_left2 .fukidasi:before {
    border-right: 8px solid #E3E3E3;
    left: -9px;
}

.fukidasi_left .fukidasi:after,
.fukidasi_left2 .fukidasi:after{
	content: "";
	position: absolute;
	top: 14px;
	left: -12px;
	/* margin-top: -10px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #E3E3E3 transparent transparent;
	z-index: 1;
}

.fukidasi_left .fukidasi::after,
.fukidasi_left2 .fukidasi::after {
    left: -6px;
    border-right: 8px solid #FFF;
}

.fukidasi_right .fukidasi:before,
.fukidasi_right2 .fukidasi:before{
	content: "";
	position: absolute;
	top: 15px;
	right: -8px;
	/* margin-top: -9px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 1;
}

.fukidasi_right .fukidasi:before,
.fukidasi_right2 .fukidasi:before {
    border-left: 8px solid #E3E3E3;
    right: -18px;
}

.fukidasi_right .fukidasi:after,
.fukidasi_right2 .fukidasi:after{
	content: "";
	position: absolute;
	top: 14px;
	right: -10px;
	/* margin-top: -10px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent #E3E3E3 transparent transparent;
	z-index: 1;
}

.fukidasi_right .fukidasi::after,
.fukidasi_right2 .fukidasi::after {
    border-left: 8px solid #FFF;
    right: -6px;
}

.fukidasi_right .img .img_caption,
.fukidasi_right2 .img .img_caption {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

.fukidasi_right .img .img_caption p,
.fukidasi_right2 .img .img_caption p {
	line-height: 15px;
}

/* ------------------------------
番号付き見出し　2018/11/13
------------------------------- */

.numbering {
	position: relative;
	padding: 1em 0 0.5em 3.5em;
	font-size: 16px;
	display: flex;
	height: 25px;
	font-weight: bold;
	margin: .5em 0 0.5em;
	align-items: center;
}

.numbering.inbox{
	margin-top: 0;
}


/*
.numbering::after {
	content: "STEP";
    font-size: 12px;
    width: 34px;
    height: 10px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 0;
}

.numbering::before {
	content: "1";
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #ddd;
	color: #333;
	font-weight:normal;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
	text-align: center;
	font-size: 18px;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
}

.numbering.two::before {
	content: "2";
}

.numbering.three::before {
	content: "3";
}

.numbering.four::before {
	content: "4";
}

.numbering.five::before {
	content: "5";
}

.numbering.six::before {
	content: "6";
}

.numbering.seven::before {
	content: "7";
}

.numbering.eight::before {
	content: "8";
}

.numbering.nine::before {
	content: "9";
}

.numbering.ten::before {
	content: "10";
	letter-spacing: -1px;
}
*/

.numbering:before {
	content:" ";
	display:block;
	background-image:url("https://epi-img.biz/img/step01.png");
	background-size:46.5px 46.5px;
	position:absolute;
	top:50%;
	margin-top:-18px;
	left:0;
	width:46.5px;
	height:46.5px;
}

.numbering.two:before{
	background-image:url("https://epi-img.biz/img/step02.png");
}

.numbering.three:before{
	background-image:url("https://epi-img.biz/img/step03.png");
}

.numbering.four:before{
	background-image:url("https://epi-img.biz/img/step04.png");
}

.numbering.five:before{
	background-image:url("https://epi-img.biz/img/step05.png");
}

.numbering.six:before{
	background-image:url("https://epi-img.biz/img/step06.png");
}

.numbering.seven:before{
	background-image:url("https://epi-img.biz/img/step07.png");
}

.numbering.eight:before{
	background-image:url("https://epi-img.biz/img/step08.png");
}

.numbering.nine:before{
	background-image:url("https://epi-img.biz/img/step09.png");
}

.numbering.ten:before{
	background-image:url("https://epi-img.biz/img/step10.png");
}

/* ------------------------------
POINT見出し　2018/12/12
------------------------------- */


.point_title{
	position: relative;
    padding: 0.5em 0 0.5em 2.5em;
    font-size: 16px;
    font-weight: bold;
    margin: 2em 0 1em;
		line-height: 1.5em;
}

.point_title:before {
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -17px;
	box-sizing: border-box;
	background-image: url(https://epi-img.biz/img/point_icon.png);
	background-size: 34px 34px;
}

/* ------------------------------
CHECK見出し　2018/12/12
------------------------------- */

.check_title{
	position: relative;
    padding: 0.5em 0 0.5em 2.5em;
    font-size: 15px;
    font-weight: bold;
    margin: 0.4em 0 0.4em;
}

.check_title:before{
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top:4px;
	left: 0;
	box-sizing: border-box;
	background-image:url("https://epi-img.biz/img/check_mark_01.png");
	background-size:34px 34px;
}

/* ------------------------------
カードボックス　2018/11/15
------------------------------ */

.card_box {
    background-color: #F3F3F2;
	padding: 18px;
    margin: 20px auto;
    box-sizing: border-box;
    position: relative;
}

.card_box::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.card_box::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.card_box p:last-child,
.card_box ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ------------------------------
まとめボックス　2018/11/16
------------------------------- */

.matome_box {
	border: 10px solid #efefef;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	margin: 35px 0 20px;
}

.matome_box::before {
	content: "";
	width: 100%;
	height: 32px;
	background: url(https://epi-img.biz/img/lily_matome_top_circle.png) no-repeat;
	background-size: contain;
	background-position: center top;
	position: absolute;
	top: -27px;
	left: 0;
	z-index: 1;
}

.matome_box_inner {
	background-color: #fff;
}

.matome_box_inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(https://epi-img.biz/img/lily_index_border_x.png),
		url(https://epi-img.biz/img/lily_index_border_x.png),
		url(https://epi-img.biz/img/lily_stripe_bg_2x.png),
		url(https://epi-img.biz/img/lily_stripe_bg_2x.png),
		url(https://epi-img.biz/img/lily_matome_title_point.png);
	background-repeat: no-repeat,
		no-repeat,
		repeat-y,
		repeat-y,
		no-repeat;
	background-size: calc( 50% - 40px ) 1px,
		calc( 50% - 40px ) 1px,
		10px,
		10px,
		66px;
	background-position: left top,
		right top,
		left 10px top,
		right 10px top,
		center center;
	border-bottom: 1px dashed #696969;
	position: relative;
	z-index: 999;
}

.matome_text_area {
	padding: 15px 10px 10px 10px;
	box-sizing: border-box;
}

.matome_text_area p:nth-last-of-type(1){
	margin-bottom:0;
}

.matome_title {
	display:block;
	width:100%;
	box-sizing:border-box;
	font-weight:bold;
	border-bottom: 1px dashed #696969;
	color: #333;
	padding: 5px 0px 15px;
	margin: 0 0 1em 0;
	line-height: 1.6;
	text-align:center;
}


#MAIN.single h4.matome_title{
	background:none;
	margin: 0 0 1em 0;
	padding: 5px 0px 15px;
}

.matome_box p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ------------------------------
詳しいやり方はこちら　2018/12/12
------------------------------- */

.detail_link{
	text-align:right;
	color:#F1B8B8;
	margin-bottom:15px;
}

.detail_link a{
	display:inline-block;
	color:#F1B8B8
}

.detail_link a:before{
	content:"\f04b";
	font-family:FontAwesome;
	display:inline-block;
	margin-right: 10px;
	color:#F1B8B8;
}

/* ------------------------------
関連記事　2018/12/12
------------------------------- */

.recommend_area{
	margin:50px auto;
	border:1px solid #E3E3E3;
	padding:0 20px 20px;
	position:relative;
}

aside .recommend_area{
	margin:120px auto 50px;
}

.recommend_area .recommend_area_title{
	display:block;
	width:200px;
	box-sizing:border-box;
	margin:0 auto -30px;
	text-align:center;
	font-family: 'Josefin Sans', sans-serif;
	font-size:24px;
	background-color:#fff;
	padding:10px;
	position:relative;
	top:-35px;
}

.recommend_area .recommend_area_title small{
	display:block;
	margin:-4px auto 0;
	font-size:13px;
	position:relative;
}


.recommend_area .recommend_area_title small:before{
	width:25px;
	border-top:3px double #333;
	content:" ";
	display:inline-block;
	position:relative;
	top:-4px;
	left:-18px;
}

.recommend_area .recommend_area_title small:after{
	width:25px;
	border-top:3px double #333;
	content:" ";
	display:inline-block;
	position:relative;
	top:-4px;
	right:-18px;
}

.recommend_area .entry_box a{
	margin-bottom:20px;
	display:block;
	text-decoration:none;
	color:#111;
}

.recommend_area .entry_box:nth-last-of-type(1) a{
	margin-bottom:0;
}

.recommend_area .entry_box a .img{
	width:160px;
	float:left;
	position:relative;
}

.recommend_area .entry_box a .img img{
	width:100%;
	vertical-align:bottom;
}

.recommend_area .entry_box a .img span.movie{
	display:none;
}

.recommend_area .entry_box.movie_entry a .img span.movie{
	width:60px;
	height:60px;
	line-height:1.0;
	box-sizing:border-box;
	text-indent:-9999px;
	background-image:url("https://epi-img.biz/img/lily_movie_mark.png");
	background-size:50px 50px;
	display:block;
	position:absolute;
	background-position:center center;
	right:0;
	top:0;
}

.recommend_area .entry_box.movie_entry a .txt .category:before{
	content:"\f03d";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:5px;
	color:#F1B8B8;
}

.recommend_area .entry_box a .txt{
	margin-left:180px;
}

.recommend_area .entry_box a .txt .category{
	font-size:87%;
	color:#ba3635;
}

/* ------------------------------
#mokuji,#mokuji-cat
------------------------------- */
#mokuji, #mokuji-cat{
		width: 100%;
	box-sizing: border-box;
	padding:30px 10px;
	margin:60px 0 40px !important;
	background-color:  transparent !important;
	border: none !important;
	background-image: url(https://epi-img.biz/img/lily_index_top_left.png),
		url(https://epi-img.biz/img/lily_index_top_right.png),
		url(https://epi-img.biz/img/lily_index_bottom_left.png),
		url(https://epi-img.biz/img/lily_index_bottom_right.png),
		url(https://epi-img.biz/img/lily_index_border_x.png), /* ボーダー上左 */
		url(https://epi-img.biz/img/lily_index_border_x.png), /* ボーダー上右 */
		url(https://epi-img.biz/img/lily_index_border_y.png), /* ボーダー左 */
		url(https://epi-img.biz/img/lily_index_border_y.png), /* ボーダー右 */
		url(https://epi-img.biz/img/lily_index_border_x.png) /* ボーダー下 */ !important;
	background-size: 22px 22px,
		22px 22px,
		22px 22px,
		22px 22px,
		calc(44% - 22px) 1px, /* ボーダー上左 */
		calc(44% - 22px) 1px, /* ボーダー上右 */
		1px calc(100% - 44px), /* ボーダー左 */
		1px calc(100% - 44px), /* ボーダー右 */
		calc(100% - 44px) 1px/* ボーダー下 */ !important;
	background-position: left top,
		right top,
		left bottom,
		right bottom,
		left 22px top, /* ボーダー上左 */
		right 22px top, /* ボーダー上右 */
		left center, /* ボーダー左 */
		right center, /* ボーダー右 */
		center bottom /* ボーダー下 */ !important;
	background-repeat: no-repeat !important;
	position: relative;
}

#mokuji:before, #mokuji-cat:before{
	content:" ";
	display:block;
	position: absolute;
	top: -25px;
	left: 0;
	text-indent: -9999px;
	width: 100%;
	height: 40px;
	background: url(https://epi-img.biz/img/lily_index_title.png) no-repeat;
	background-size: contain;
	background-position: center top;
}

#mokuji li, #mokuji-cat li{
    margin: 0;
    text-indent: 0;
    position: relative;
    padding: 0 0 0 35px;
}

#mokuji li a, #mokuji-cat li a{
	display: block;
	font-weight: normal;
	color: #222222;
	padding: 5px 0 5px 0;
}

#mokuji li:before, #mokuji-cat li:before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url(https://epi-img.biz/img/lily_index_list_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}


/* ------------------------------
#toc_container
------------------------------- */


#toc_container {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 40px 0 20px !important;
	background-color:  transparent !important;
	border: none !important;
	background-image: url(https://epi-img.biz/img/lily_index_top_left.png),
		url(https://epi-img.biz/img/lily_index_top_right.png),
		url(https://epi-img.biz/img/lily_index_bottom_left.png),
		url(https://epi-img.biz/img/lily_index_bottom_right.png),
		url(https://epi-img.biz/img/lily_index_border_x.png), /* ボーダー上左 */
		url(https://epi-img.biz/img/lily_index_border_x.png), /* ボーダー上右 */
		url(https://epi-img.biz/img/lily_index_border_y.png), /* ボーダー左 */
		url(https://epi-img.biz/img/lily_index_border_y.png), /* ボーダー右 */
		url(https://epi-img.biz/img/lily_index_border_x.png) /* ボーダー下 */ !important;
	background-size: 22px 22px,
		22px 22px,
		22px 22px,
		22px 22px,
		calc(44% - 22px) 1px, /* ボーダー上左 */
		calc(44% - 22px) 1px, /* ボーダー上右 */
		1px calc(100% - 44px), /* ボーダー左 */
		1px calc(100% - 44px), /* ボーダー右 */
		calc(100% - 44px) 1px/* ボーダー下 */ !important;
	background-position: left top,
		right top,
		left bottom,
		right bottom,
		left 22px top, /* ボーダー上左 */
		right 22px top, /* ボーダー上右 */
		left center, /* ボーダー左 */
		right center, /* ボーダー右 */
		center bottom /* ボーダー下 */ !important;
	background-repeat: no-repeat !important;
	position: relative;
}

#toc_container .toc_title {
	position: absolute;
	top: -25px;
	left: 0;
	text-indent: -9999px;
	width: 100%;
	height: 40px;
	background: url(https://epi-img.biz/img/lily_index_title.png) no-repeat;
	background-size: contain;
	background-position: center top;
}

#toc_container ul {
    list-style: none;
    margin: 2em 0 !important;
}

#toc_container ul li {
    margin: 0;
    text-indent: 0;
    position: relative;
    padding: 0 0 0 35px;
}

#toc_container ul li::before {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url(https://epi-img.biz/img/lily_index_list_icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}

#toc_container ul a {
	display: block;

	font-weight: normal;
	color: #222222;
	padding: 5px 0 5px 0;
}

#toc_container ul a:link {
	text-decoration: underline !important;
}

#toc_container ul a:hover {
	text-decoration: none !important;
	font-weight: normal;
}

#toc_container .toc_list > li > a {
	font-size: 87%;
}

#toc_container .toc_list > li > a:hover {
	text-decoration: underline;
}

#toc_container ul ul {
	padding: 0;
	margin-left: 0 !important;
}

#toc_container li {
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
}

/* ------------------------------
ページのトップへ
------------------------------ */
.to_top{
	position: fixed;
	bottom: 15px;
	right: -160px;
	z-index: 1000;
	width: 50px;
	height: 58px;
	display: block;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url("https://epi-img.biz/img/to_top.png");
	background-size: 50px 58px;
	opacity: 0.8;
}

.to_top:hover{
  opacity:0.6;
}

/* ------------------------------
404 NOTFOUND
------------------------------ */

#NOTFOUND{
	width:1080px;
	margin:10px auto;
}

#NOTFOUND h1 {
    margin: 0 0px 0px;
    padding: 15px 10px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background-color: #F8F8F8;
}

#NOTFOUND .notfound_img {
    display: block;
    text-indent: -9999px;
    width: 680px;
    background-image: url("https://epi-img.biz/img/notfound_img.png");
    margin: 20px auto;
    min-width: 680px;
    min-height: 510px;
    background-size: 680px 510px;
	background-repat:no-repeat;
}

#NOTFOUND .mess{
	text-align:center;
	padding:10px;
	background-color: #F8F8F8;
	border-radius:4px;
}

#NOTFOUND .mess p:nth-last-of-type(1){
	margin-bottom:0;
}

#NOTFOUND .center{
	margin:20px auto;
}

#NOTFOUND .center img{
	width:100%;
	vertical-align:bottom;
}

/* ------------------------------
flickity
------------------------------ */

.flickity-prev-next-button{
	border-radius:0;
}

.flickity-prev-next-button.next{
	right:0;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

.flickity_slider {
	margin:20px auto 60px;
}

.flickity_slider_cell {
	width: 66%;
	height: auto;
	margin-right: 15px;
	counter-increment: carousel-cell;
}

.slider_entry_box{
	width: 50%;
	height: auto;
	margin-right: 20px;
}

.slider_entry_box a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#111;

}

.slider_entry_box a .slider_entry_img{
	margin-bottom:10px;
	position:relative;
	min-height:317px;
}

.slider_entry_box a .slider_entry_img img{
	width:100%;
	vertical-align:bottom;
}

.slider_entry_box.movie_entry a .slider_entry_img .movie{
    width: 60px;
    height: 60px;
    line-height: 1.0;
    box-sizing: border-box;
    text-indent: -9999px;
    background-image: url(https://epi-img.biz/img/lily_movie_mark.png);
    background-size: 50px 50px;
    display: block;
    position: absolute;
    background-position: center center;
    right: 0;
    top: 0;
}

.slider_entry_box a .slider_entry_txt{
	font-size: 14px;
	margin:0 10px;
}

.slider_entry_box a .slider_entry_txt .category{
	text-align: left;
  color:#ba3635;
}

.slider_entry_box.movie_entry a .slider_entry_txt .category:before{
	content: "\f03d";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    color: #F1B8B8;
}

.flickity-prev-next-button{
	top:40%;
	width:64px;
	height:64px;
}

.flickity-button-icon {
    display: none;
}

.flickity-prev-next-button.previous{
	background-image:url("https://epi-img.biz/img/slider_arrow_left.png");
	background-size:64px 64px;
	opacity:0.7;
}

.flickity-prev-next-button.next{
	background-image:url("https://epi-img.biz/img/slider_arrow_right.png");
	background-size:64px 64px;
	opacity:0.7;
}

/* ------------------------------
ad_temp
------------------------------ */
.ad_area{
	margin:30px auto;
	text-align:center;
}

/* ------------------------------
2019/01/28 見出しパーツ
------------------------------ */

.midashi_parts{
border-top: 3px solid #6E6E6E;
padding-top: 3px;
}

.midashi_parts .inner{
border-top: 1px solid #6E6E6E;
border-bottom: 1px solid #6E6E6E;
text-align:center;
font-size:120%;
box-sizing:border-box;
}

.midashi_parts .inner2{
    margin: 6px auto;
    position: relative;
    min-height: 40px;
    line-height: 40px;
}

.midashi_parts .inner2:before {
    width: 10px;
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
    top: 0;
    left: 0;
    background-size: 12px 5.8px;
    background-color: #fff;
}

.midashi_parts .inner2:after {
    width: 10px;
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
    top: 0;
    right: 0;
    background-size: 12px 5.8px;
    background-color: #fff;
}

/* ------------------------------
20190203 merit_box
------------------------------ */

.merit_box{
	border:1px solid #F4CDCE;
	padding:15px;
	margin:30px auto;
}

.merit_box .title{
	margin-bottom:15px;
	font-size: 16px;
}

.merit_box .point3_box_com {
	margin-bottom: 0;
}

.merit_box .point3_box_com .title {
	margin-bottom: 0;
}

.merit_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.merit_box .title span{
	margin-left: -15px;
	display:inline-block;
	color:#fff;
	line-height:1.5;
	background-color:#F4CDCE;
	padding:14px 20px 15px 35px;
	background-image:url("https://epi-img.biz/img/stripe_back.png");
	background-size:13px 34px;
	background-repeat:repeat-y;
	position:relative;
}

.merit_box .title span:before{
	display:none;
}

.merit_box ul{

}

.merit_box ul li{
	padding-left:15px;
	position:relative;
}

.merit_box ul li:before{
	content:"・";
	position:absolute;
	left:0;
	top:0;
}

.merit_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.merit_box .simple_box {
	margin-bottom:0;
}

/* ------------------------------
20190203 demerit_box
------------------------------ */

.demerit_box{
	border:1px solid #aaa;
	padding:15px;
	margin:30px auto;
}

.demerit_box .title{
	margin-bottom:15px;
	font-size: 16px;
}

.demerit_box .point3_box_com {
	margin-bottom: 0;
}

.demerit_box .point3_box_com .title{
	margin-bottom: 0;
}

.demerit_box .title span{
	margin-left: -15px;
	display:inline-block;
	color:#fff;
	line-height:1.5rem;
	background-color:#aaa;
	padding:14px 20px 15px 35px;
	background-image:url("https://epi-img.biz/img/stripe_back.png");
	background-size:13px 34px;
	background-repeat:repeat-y;
	position:relative;
}

.demerit_box .title span:before{
	display:none;
}

.demerit_box ul{

}

.demerit_box ul li{
	padding-left:15px;
	position:relative;
}

.demerit_box ul li:before{
	content:"・";
	position:absolute;
	left:0;
	top:0;
}

.demerit_box .simple_box {
	margin-bottom:0;
}

.demerit_box p:nth-last-of-type(1){
	margin-bottom:0;
}

/* ------------------------------
20190208 simple_box
------------------------------ */

.simple_box {
    background-color: #F4F4F4;
    padding: 10px 20px;
    margin: 20px auto;
}

.simple_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.simple_box .imgr {
    margin: 0px 0px 5px 10px;
    padding: 0;
    float: right;
}

.simple_box_w {
    border: #F4F4F4 1px solid;
    padding: 10px 20px 10px;
    margin: 20px auto 20px;
}

.simple_box_w .simple_box {
	margin-bottom:0;
}

.simple_box_w p:nth-last-of-type(1){
	margin-bottom:0;
}

.simple_box2 {
    background-color: #ba363514;
    padding: 10px 20px;
    margin: 20px auto;
}

.simple_box2 p:nth-last-of-type(1){
	margin-bottom:0;
}

.simple_box2 .imgr {
    margin: 0px 0px 5px 10px;
    padding: 0;
    float: right;
}


/* ------------------------------
20190208 引用
------------------------------ */

blockquote{
	margin: 3em 10px;
	padding: 1.5em 1em;
	background: #fff;
	background: url("https://epi-img.biz/img/blockquote.png") no-repeat 1% 5%;
	border: 2px solid #F4F4F4;
	border-radius: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 25px 10px 10px;
	background-size: 20px 20px;
	background-position: 7px 4px;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #999;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	display: block;
}

blockquote p{
	margin: 0;
	line-height: 160%;
	color: #333;
	font-size: 90%;
}

blockquote p:nth-last-of-type(1){
	margin-bottom:0;
}



/* ------------------------------
20190214 平井追加分
------------------------------ */


/* ------------------------------
20190214 見出し
------------------------------ */

.midashi{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height:1.2;
	clear:both;
	padding: 5px 15px 7px;
	border-left: 6px solid #DBDBDB;
	margin: 35px auto 10px;
}

/* ------------------------------
20190214 evaluation table
------------------------------ */
table {
	width:100%;
}

table th,
table td{
	padding:10px;
	vertical-align:middle;
	border: 2px solid #FFF;
	line-height:1.3;
}

table.evaluation{
	margin:20px auto;
}

table.evaluation td,
table.evaluation th{
	text-align:center;
}

table.evaluation th{
	background-color: #aaa;
	/* color: #FFF; */
}

table.evaluation tr td{
	width:70%;
	background-color: #ddd;
}

table.evaluation td .green_txt{
	color:#6CABAA;
	font-size:250%;
}

table.evaluation td .big_slash{
	font-size: 150%;
    font-weight: 100;
	padding:0 5px;
}

table.evaluation td small{
	font-size:120%;
}

/* ------------------------------
20190214 link btn
------------------------------ */
.link_btn {
	text-align:center;
}

.link_btn a{
	display:block;
	background-color: #ba3635;
	box-sizing:border-box;
	padding: 30px 40px;
	color:#fff;
	font-size: 120%;
	font-weight:normal;
	text-align:center;
	text-decoration:none !important;
	margin:10px auto 15px;
	position:relative;
	border-radius: 8px;
	clear:both;
}

.link_btn a:after{
	content: "\f105";
	position: absolute;
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;
	font-size: 140%;
	right:18px;
	top:50%;
	margin-top:-10px;
}

.link_btn a:hover{
	opacity:0.6;
}

/* ------------------------------
20190214 point3_box_area
------------------------------ */

.point3_box_area{
	margin-bottom:20px;
}

.merit_box .point3_box_area,
.demerit_box .point3_box_area{
	margin-bottom: 0px;
}

.point3_box{
	background-image:url("https://epi-img.biz/img/point3_box_back.png");
	padding:4px;
	margin-bottom:10px;
}

.point3_box .box{
	padding:5px;
	background-color:#fff;
}

.point3_box .box .txt{
	padding:5px;
}

.point3_box .title{
	font-weight:bold;
	border-bottom:1px dotted #D7D7D7;
	padding:5px 0px 5px 30px;
	font-size:105%;
	position:relative;
	line-height:1.2;
}

.point3_box .title:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("https://epi-img.biz/img/point3_box_icon01.png");
	background-size: 20px 20px;
	position:absolute;
	top:3px;
	left:3px;
}

.point3_box:nth-of-type(2) .title:before {
	background: url("https://epi-img.biz/img/point3_box_icon02.png");
	background-size: 20px 20px;
}

.point3_box:nth-of-type(3) .title:before {
	background: url("https://epi-img.biz/img/point3_box_icon03.png");
	background-size: 20px 20px;
}

.point3_box:nth-of-type(4) .title:before {
	background: url("https://epi-img.biz/img/point3_box_icon04.png");
	background-size: 20px 20px;
}

.point3_box:nth-of-type(5) .title:before {
	background: url("https://epi-img.biz/img/point3_box_icon05.png");
	background-size: 20px 20px;
}


.point3_box p:nth-last-of-type(1){
	margin-bottom:0;
}

/* ------------------------------
20190214 point3_box_area
------------------------------ */

.point3_box_com{
	padding: 4px 0px;
	margin-bottom:10px;
}
.point3_box_com .box{
	padding: 5px 0px;
	background-color:#fff;
}
.point3_box_com .box .txt{
	padding: 5px 5px 5px 30px;
	position: relative;
}
.point3_box_com .box .txt:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	/* background: url("https://epi-img.biz/img/point3_box_iconr.png"); */
	background-size: 20px 20px;
	position:absolute;
	top: 5px;
	left:3px;
}

.point3_box_com .title{
	font-weight:bold;
	border-bottom:1px dotted #D7D7D7;
	padding:5px 0px 5px 30px;
	font-size:105%;
	position:relative;
	line-height:1.2;
}
.point3_box_com .title:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("https://epi-img.biz/img/point3_box_iconc.png");
	background-size: 20px 20px;
	position:absolute;
	top:3px;
	left:3px;
}
.point3_box_com p:nth-last-of-type(1){
	margin-bottom:0;
}

/* =======================================
装飾用
======================================= */
.mizu { color: #F4CDCE;}
.pink { color: #F4CDCE;}
.ao { color: #002255;}
.tya { color: #bd000e;}
.gray { color: #3d3737;}
.line{ background: linear-gradient(transparent 70%, #fdf8b0 0%); font-weight: bold; padding: 2px 2px;}
.bline{ border-top: 1px solid;padding-bottom: 10px; }
.sline{ border-top: 1px solid #ccc;padding-bottom: 10px; margin-top: 15px;}
.aka { background: linear-gradient(transparent 60%, #fdf8b0 0%); font-weight: bold;}
.akapink {background: linear-gradient(transparent 60%, #fdf8b0 0%);font-weight: bold;}
/*
.green { color: #369B50;}
.aomidori { color: #2ebab7;}
.enji { color: #9c2662;}
.ora { color: #ff9900;}
.cha { color: #6E6E6E;}
 */
.b { font-weight:bold;}
.u { text-decoration: underline; }
.ss-left{
	float: left;
}
.ss-right{
	float: right;
}
.ss-center{
	margin: 0px auto;
	text-align: center;
}

/* =======================================
20190215　YouTube余白
======================================= */
.video-container{
	margin: 0px 0px 5px;
}


/* =======================================
20190218　simple_waku_box
======================================= */

.simple_waku_box{
	border:1px solid #aaa;
	padding:15px;
	margin:30px auto;
}

.simple_waku_box .title{
	font-weight:bold;
	margin-bottom:15px;
}

.simple_waku_box ul li{
	padding-left:15px;
	position:relative;
}

.simple_waku_box ul li{
	padding-left:20px;
	margin-bottom:10px;
}

.simple_waku_box ul li:last-of-type{
	margin-bottom:0;
}

.simple_waku_box ul li:before{
	content:"・";
	color:#111;
	position:absolute;
	left:0;
	top:0;
}

.simple_waku_box ul.check_point li:before{
	color:#B5DAD9;
	content:"\f00c";
	font-size:160%;
	font-family:FontAwesome;
}

.simple_waku_box ol li{
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}

.simple_waku_box ol li:last-of-type{
	margin-bottom:0;
}

.simple_waku_box ol li:before{
	content:"・";
	color:#666;
	font-family: 'Josefin Sans', 'Noto Sans Japanese', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
	font-size:160%;
}

.simple_waku_box ol li:nth-of-type(1):before{
	content:"1.";
}

.simple_waku_box ol li:nth-of-type(2):before{
	content:"2.";
}

.simple_waku_box ol li:nth-of-type(3):before{
	content:"3.";
}

.simple_waku_box ol li:nth-of-type(4):before{
	content:"4.";
}

.simple_waku_box ol li:nth-of-type(5):before{
	content:"5.";
}

.simple_waku_box ol li:nth-of-type(6):before{
	content:"6.";
}

.simple_waku_box ol li:nth-of-type(7):before{
	content:"7.";
}

.simple_waku_box ol li:nth-of-type(8):before{
	content:"8.";
}

.simple_waku_box osl li:nth-of-type(9):before{
	content:"9.";
}

.simple_waku_box p:last-child {
	margin-bottom: 0;
}

.simple_waku_box .simple_box {
	margin-bottom: 0;
}


ol.number{
	margin:20px auto;
}

ol.number li{
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}

ol.number li:last-of-type{
	margin-bottom:0;
}

ol.number li:before{
	content:"・";
	color:#666;
	font-family: 'Josefin Sans', 'Noto Sans Japanese', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
	font-size:160%;
}

ol.number li:nth-of-type(1):before{
	content:"1.";
}

ol.number li:nth-of-type(2):before{
	content:"2.";
}

ol.number li:nth-of-type(3):before{
	content:"3.";
}

ol.number li:nth-of-type(4):before{
	content:"4.";
}

ol.number li:nth-of-type(5):before{
	content:"5.";
}

ol.number li:nth-of-type(6):before{
	content:"6.";
}

ol.number li:nth-of-type(7):before{
	content:"7.";
}

ol.number li:nth-of-type(8):before{
	content:"8.";
}

ol.number li:nth-of-type(9):before{
	content:"9.";
}

ul.simple{
	margin:10px auto;
}

ul.simple li{
	position:relative;
	padding-left:20px;
	margin-bottom:5px;
}

ul.simple li:before {
    content: "・";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
}

/* =======================================
20190302 #sitemap
======================================= */

#sitemap {
  margin: 20px 0;
}
#sitemap p {
  background: #F5F5F5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 10px;
}
#sitemap li {
  margin-bottom: 5px;
}
#sitemap li a {
  color: #0066aa;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
}
#sitemap li a:before {
  content: "\f105";
  color: #999;
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
}
#sitemap li a:hover {
  text-decoration: underline;
}
#sitemap .sitemap_cat li a {
  font-weight: bold;
  padding: 0;
}
#sitemap .sitemap_cat li a:before {
  content: none;
}
#sitemap .sitemap_c {
  margin-left: 10px;
}
#sitemap .sitemap_c li a {
  font-weight: normal;
  padding-left: 10px;
}
#sitemap .sitemap_c li a:before {
  content: "\f105";
}

/* ------------------------------
20190306　共通
------------------------------ */

.b {
    font-weight: bold;
}

.aka {
    color: #333;
}

.mizu {
    color: #333;
}

.small10 { font-size: 10px; }
.small11 { font-size: 11px; }
.small12 { font-size: 12px; }
.small13 { font-size: 13px; }

.big16 { font-size: 1.6rem; }
.big17 { font-size: 1.7rem; }
.big18 { font-size: 1.8rem; }
.big19 { font-size: 1.9rem; }
.big20 { font-size: 2.0rem; }
.big21 { font-size: 2.1rem; }
.big22 { font-size: 2.2rem; }


/* ------------------------------
テーブル追加　2019/05/10
------------------------------ */

table.evaluation2{
	margin:20px auto;
}

table.evaluation2 td,
table.evaluation2 th{
	text-align:center;
	border: 1px solid #ccc;
}

table.evaluation2 th{
	background-color: #ddd;
	/* color: #FFF; */
}

table.evaluation2 tr td{
	background-color: #FFF;
}

table.evaluation2 td .green_txt{
	color:#6CABAA;
	font-size:250%;
}

table.evaluation2 td .big_slash{
	font-size: 150%;
    font-weight: 100;
	padding:0 5px;
}

table.evaluation2 td small{
	font-size:120%;
}

/* ------------------------------
イメージボックス追加　2019/05/22
------------------------------ */

.img_right_box{

}
.img_right_box .imgr{
	width:22%;
	float:right;
}
.img_right_box .imgr img{
	width:100%;
	vertical-align:bottom;
}
.img_left_box{

}
.img_left_box .imgl{
	width:22%;
	float:left;
}
.img_right_box .imgl img{
	width:100%;
	vertical-align:bottom;
}
.img_left_box p:last-child {
	margin-bottom: 0;
}

.imgl_tk{
	width:22%;
	margin: 0px 10px 5px 0;
	padding: 0;
	float: left;
}
.imgr_tk{
	width:22%;
	margin: 0px 0px 5px 10px;
	padding: 0;
	float: right;
}
.imgl_tk p{
	margin-top: 5px;
	font-size: 10px;
	margin-bottom: 0px;
}
.imgl_tk img,
.imgr_tk img{
	width:100%;
	vertical-align:bottom;
}
.imgr{
	width:22%;
	margin: 0px 0px 5px 10px;
	padding: 0;
	float: right;
}
.imgr_hiyoko{
	width:25px;
	margin: 0px 0px 5px 10px;
	padding: 0;
	float: right;
	position: relative;
	top: 10px;
}
.imgl{
	width:22%;
	margin: 0px 10px 5px 0;
	padding: 0;
	float: left
}
.imgr2{
	margin:0px 0px 5px 10px;
	padding: 0;
	float: right;
}
.imgl2{
	margin:0px 10px 5px 0px;
	padding: 0;
	float: left;
}
.imgr_hiyoko img,
.imgr img,
.imgl img{
	width:100%;
	vertical-align:bottom;
}

/* ------------------------------
キャンペーン見出し追加　2019/05/27
------------------------------ */
.campaign_mess{
	width:100%;
	line-height:1.0;
	padding:7px 0px;
	color:#111;
	margin:0;
	font-weight:bold;
	border-radius:4px;
	position:relative;
	text-align:center;
	box-sizing:border-box;
	margin-bottom:5px;
}
.campaign_mess:before{
	content:"＼";
	display:inline-block;
	margin-right:2px;
}
.campaign_mess:after{
	content:"／";
	display:inline-block;
	margin-left:2px;
}

.campaign_mess2{
	width:100%;
	line-height:1.0;
	padding:7px 0px;
	color:#ba3635;
	margin:0;
	font-weight:bold;
	border-radius:4px;
	position:relative;
	text-align:center;
	box-sizing:border-box;
	margin-bottom:5px;
}
.campaign_mess2:before{
	content:"＼";
	display:inline-block;
	margin-right:2px;
}
.campaign_mess2:after{
	content:"／";
	display:inline-block;
	margin-left:2px;
}


ul.check_list{

}

ul.check_list li{
	position: relative;
	padding: 0.5em 0 0 3em;
	font-size: 15px;
	font-weight: bold;
	margin:0 0 1em;
}

ul.check_list li:nth-last-of-type(1){
	margin-bottom:0;
}

ul.check_list li:before{
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 4px;
	left: 0;
	box-sizing: border-box;
	background-image: url(https://epi-img.biz/img/check_mark_01.png);
	background-size: 34px 34px;
}

/* ------------------------------
タグ一覧ページ追加　2019/05/30
------------------------------ */

.entry_list_area .entry_list .entry_box {
	height: 305px;
	position: relative;
}

.entry_list_area .entry_list .entry_box a{
	text-decoration: none;
	color: inherit;
}

.entry_list_area .entry_list .entry_box .txt .title{
	overflow: hidden;
}

.entry_list_area .entry_list .entry_box .txt .category{
	position: absolute;
	bottom: 4px;
	font-size: 12px;
}

@media screen and (min-width: 769px) {
	.entry_list_area .entry_list .entry_box .txt .category {
		width: 150px;
		height: 24px;
		overflow: hidden;
	}
}

.entry_list_area .entry_list .entry_box .txt .view_count{
	position: absolute;
	bottom: 4px;
	right: 10px;
	font-size: 12px;
}

.fa-eye:before {
  font-family: FontAwesome;
}


/* ------------------------------
タグ一覧ページ用見出し
------------------------------ */
.tag_list_area{
	border-top:3px solid #6E6E6E;
	padding-top:3px;
}

.tag_list_area .tag_list_title{
	border-top:1px solid #6E6E6E;
	border-bottom:1px solid #6E6E6E;
	padding: 6px 0px;
}

.tag_list_area .tag_list_title .tag_list_title_txt{
	text-align:center;
	position:relative;
	padding: 12px 0px 10px;
	font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
}

.tag_list_area .tag_list_title .tag_list_title_txt:before {
    width: 10px;
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
    top:0;
    left: 0;
    background-size: 12px 5.8px;
    background-color: #fff;
}

.tag_list_area .tag_list_title .tag_list_title_txt:after {
    width: 10px;
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
	top:0;
    right: 0;
    background-size: 12px 5.8px;
    background-color: #fff;
}

.tag_list_area .tag_list_title  .tag_list_title_txt small{
	display:block;
	font-size:14px;
}

.tag_list_area .tag_list_title  .tag_list_title_txt span{
	display: inline-block;
	background-image: url(https://epi-img.biz/img/top_rank_title_triangle.png);
	width: 13px;
	height: 15px;
	background-size: 13px 15px;
	text-indent: -9999px;
	margin: 0 5px;
	position: relative;
	bottom: -3px;
}

/* ------------------------------
個別記事の関連記事ボックスにビュー数追加　2019/05/30
------------------------------ */

.recommend_area .entry_box {
	position: relative;
}

.recommend_area .entry_box a{
	text-decoration: none;
	color: inherit;
}

.recommend_area .entry_box .txt .view_count{
	position: absolute;
	bottom: -2px;
	right: 10px;
	font-size: 14px;
}


/* ------------------------------
トップページ動画追加　2019/06/17
------------------------------ */
#MAIN #TOPPAGE .top_movie {
	position: relative;
}
/* ------------------------------
#MAIN #TOPPAGE .top_movie .site_title{
	background: url(https://epi-img.biz/img/headmov_logo.png) no-repeat center center;
	position: absolute;
	z-index: 99;
	width: 230px;
	height: 87px;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	background-size: cover;
}
------------------------------ */



/* ------------------------------
テーブルパーツ追加　2019/06/24
------------------------------ */

#table_recipe{
	width:100%;
	box-sizing:border-box;
	margin:20px auto;
	font-size: 13px;
}
#table_recipe th,
#table_recipe td{
	padding:10px;
	vertical-align:middle;
	border:1px solid #bbb;
	line-height:1.5;
}

#table_recipe td{
	background-color:#fff;
	font-weight:normal;
	color:#111;
}

#table_recipe th{
	background-color:#efefef;
	font-weight:bold;
	color:#111;
}

#table_recipe thead th{
	background-color:#aaa;
	color:#fff;
	padding:5px 10px;
}

#table_recipe thead th{
	border-right: 1px solid #fff;
}

#table_recipe thead th:nth-child(3){
	border-right: 1px solid #aaa;
}

#table_recipe thead td{
	background-color:#edf8fb;
	font-weight:bold;
	color:#111;
	text-align:center;
}

#table_recipe thead.smp-only {
    display: none;
}

#table_recipe .aka {
    background: none;
}

#TOP_SOCIAL_AREA{
	margin:0px auto 15px;
}

#SINGLE #TOP_SOCIAL_AREA,
#PAGE #TOP_SOCIAL_AREA{
	margin-top:15px;
}

#TOP_SOCIAL_AREA .top_social_area{
	vertical-align:bottom;
	text-align:right;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn{
	display:inline-block;
	border-radius:4px;
	overflow:hidden;
	vertical-align:bottom;
	margin-left:5px;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn .social_count{
	padding-left:3px;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn a{
	min-width:auto;
	padding: 4px 10px 7px 30px;
	box-sizing:border-box;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	position:relative;
	font-weight:normal;
	text-align:left;
	line-height:1.7;
	font-size:10px;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn.tw{
	background-color:#1191DC;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn.fb{
	background-color:#335195;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn.hb{
	background-color:#1191DC;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn a:before{
	content:" ";
	width:18px;
	height:18px;
	background-size:18px 18px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	left:10px;
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn.tw a:before{
	background-image:url("https://epi-img.biz/img/social_icon_tw.svg");
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn.fb a:before{
	background-image:url("https://epi-img.biz/img/social_icon_fb.svg");
}

#TOP_SOCIAL_AREA .top_social_area .sns_btn.hb a:before{
	background-image:url("https://epi-img.biz/img/social_icon_hb.svg");
}


/* ------------------------------
アド用テンプレート追加CSS　2019/10/28
------------------------------ */

.entry_head span.entry_date02:before {
	content:"\f021";
	font-family:FontAwesome;
	display:inline-block;
	margin-right:5px;
}

@media screen and (max-width: 640px){
	#table_recipe thead.smp-only{
	    display: table-header-group ;
	}
}


/* ------------------------------
20190627 simple_box_marginb
------------------------------ */

.simple_box_marginb {
    background-color: #F4F4F4;
    padding: 10px 20px;
    margin: 20px auto;
}

.simple_box_marginb .imgr {
    margin: 0px 0px 5px 10px;
    padding: 0;
    float: right;
}

.simple_box_marginb p:nth-last-of-type(1){
	margin-bottom: 0;
}



/* ------------------------------
20190814 アイコン見出し
------------------------------ */

.icon_midashi{
	padding: 0 0 0 55px;
	position:relative;
	font-size: 16px;
	margin: 2em 0 2em;
	font-weight: bold;
	line-height: 1.5em;
}
.icon_midashi img{
	width:40px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:0;
}

/* ------------------------------
20190928 Line友だち追加ボタン
------------------------------ */

.line_btn{
	display: inline-block;
}
.line_btn a{
	background-color:#00b833;
	display:inline-block;
	line-height: 2.0;
	border-radius: 4px;
	color:#fff;
	font-size: 16px;
	margin-top: 5px;
	padding: 2px 10px 5px 28px;
	text-decoration: none;
	position: relative;
}
.line_btn a:before{
	content:" ";
	display: inline-block;
	background-image:url("https://epi-img.biz/img/line_rogo.svg");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	position:absolute;
	left:7px;
	top: 11px;
}
.line_btn a:hover{
	opacity:0.6;
}
/*
 *
 * 20191204　アドネ
 *
 * */

#div-gpt-ad-1574317464594-0{
	text-align:center;
}

/*=======================================

20200316追加

======================================= */

.eyecatch{
	margin:0 auto 20px;
}

.eyecatch img{
	width:100%;
	vertical-align: bottom;
}

.alignnone {
    margin: 0 auto;
    display: block;
}

.bold{
	font-weight: 600;
}

.full_img{
	margin:20px auto;
}

.full_img img{
	width:100%;
	vertical-align: bottom;
}

/*=======================================

20200409追加

======================================= */

.annotation{
	font-size: 10px;
	line-height: 1.2em;
	color: #848484;
	margin-bottom: 20px;
}

/* =======================================
商標ページ
======================================= */

.h2box-parts02{

}

.h2box-parts02 .left{
	width:220px;
	float:left;
}

.h2box-parts02 .right{
	margin-left:230px;
}

.h2box-parts02 .right table tr,
.h2box-parts02 .right table{
	border:none;
}

.h2box-parts02 .right table tr{
	display:block;
	margin-bottom:10px;
	background-color:#fff;
}

.h2box-parts02 .right table th:before{
	display:none;
}

.h2box-parts02 .right table th{
	color:#111;
	background-color:#ededed;
	border:none;
	font-weight:normal;
	text-align:center;
	width:150px;
	padding:10px 0;
	vertical-align: middle;
	line-height:1.2;
}

.h2box-parts02 .right table td{
	border:none;
	background-color:#fff;
	padding-left:10px;
	line-height:1.4;
	box-sizing: border-box;
    text-align: left;
}

.h2box-parts02 .left img{
	width:100%;
	vertical-align:bottom;
}

.salon_check_box{
	margin:90px auto 60px;
}

.salon_check_box .title{
	color:#fff;
	position:relative;
	background-color:#F4CDCE;
	text-align:center;
	padding:20px 20px 15px;
	font-size:150%;
	line-height:1.5;
	font-weight: 100;
}

#MAIN.single .salon_check_box .title h4{
	margin:0;
	background:none;
	padding:0;
	border:none;
}

#MAIN.single .salon_check_box .title h4:before{
	display: none;
}



.salon_check_box .title:after{
	content: "";
	position: absolute;
	bottom: -15px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #F4CDCE transparent transparent transparent;
}

.salon_check_box .title span:before {
    width: 140px;
    height: 89px;
    background-image: url("https://epi-img.biz/img/fukidashi_check.png");
    background-size: 140px 89px;
    content: " ";
    position: absolute;
    display: block;
    top: -65px;
}

.salon_check_box .txt{
	background-color:#fde3e6;
	margin: -5px auto 0;
	padding: 26px 17px 20px;
/*--	margin:0 auto;
	padding: 20px 17px 20px;--*/
}


.salon_check_box .txt .imgl + ul.n_check{
	margin-left:230px;
}

.salon_check_box .txt p:nth-last-of-type(1){
	margin-bottom:0;
}

.salon_check_box .txt .edit-box{
	padding:10px;
	margin:10px auto;
	background-color:#fff;
	color:#F4CDCE;
}


.salon_check_box .txt .mizu{
	color: #ff8897!important;
	font-weight: normal!important;
	font-size: 15px!important;}

.h2box-parts02{

}

.page_contents_txt a.koushiki_bt01,
.single_txt a.koushiki_bt01{
    display: block;
    border-radius: 8px;
    background-color: #aaa;
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    box-sizing: border-box;
    padding: 20px 0 16px;
    color: #fff;
    font-size: 140%;
    text-align: center;
    box-shadow: 4px 4px #216f9e;
    text-decoration: none !important;
	margin: 20px auto 25px;
}

.page_contents_txt a.koushiki_bt01:before,
.single_txt a.koushiki_bt01:before{
	content:"▲";
	height: 23px;
	width: 23px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
	color: #F4CDCE;
	font-weight: 100;
	left: 0;
	margin-right:10px;
	display:inline-block;
	padding-left:1px;
	padding-top:1px;
	font-size:10px;
	moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
	position:relative;
	top:-3px;
}

.page_contents_txt a.koushiki_bt01:hover,
.single_txt a.koushiki_bt01:hover{
	opacity:0.6;
}

.page_contents .ball-center,
.single .ball-center{
	clear: both;
	margin: 30px 0 20px;
}

.page_contents .ball-center .img,
.single .ball-center .img{
	width:100px;
	/*--height:200px;--*/
	display:block;
	float:left;
	text-align:center;
	line-height:1.2;
	margin-bottom: 0px;
}

.page_contents .ball-center .comment,
.single .ball-center .comment{
	background: #FFF;
	border: 2px solid #E3E3E3;
	padding:10px;
	border-radius: 5px;
	margin-left: 115px;
	box-sizing:border-box;
	position:relative;
}

.single .ball-center .comment{
	background-color: #fff;
}

.page_contents .ball-center .comment p:nth-last-of-type(1),
.single .ball-center .comment p:nth-last-of-type(1){
	margin-bottom:0;
}

.page_contents .ball-center .comment:before,
.single .ball-center .comment:before{
	content: "";
	position: absolute;
	top: 15px;
	left: -9px;
	/* margin-top: -9px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 2;
}

.page_contents .ball-center .comment:after,
.single .ball-center .comment:after{
	content: "";
	position: absolute;
	top: 14px;
	left: -12px;
	/* margin-top: -10px; */
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #E3E3E3 transparent transparent;
	z-index: 1;
}


/*-------ポイント123　Ver1-------------------*/
.single .title-point01,
.single .title-point02,
.single .title-point03,
.page_contents .title-point01,
.page_contents .title-point02,
.page_contents .title-point03{
	font-size: 120% !important;
    position: relative !important;
    padding: 10px 0 10px 70px !important;
    margin: 50px 0 10px !important;
	color:#666 !important;
	text-align:left !important;
	font-weight:normal !important;
}

.single .title-point01:before,
.single .title-point02:before,
.single .title-point03:before,
.page_contents .title-point01:before,
.page_contents .title-point02:before,
.page_contents .title-point03:before{
	content: "1";
    font-size: 35px;
    color: #aaa;
    position: absolute;
	left: 18px;
    bottom: 10px;
	line-height:1.0;
}

.single .title-point01:after,
.single .title-point02:after,
.single .title-point03:after,
.page_contents .title-point01:after,
.page_contents .title-point02:after,
.page_contents .title-point03:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 50px;
    height: 3px;
    margin-left: -2.5em;
    background: #aaa;
}

.single .title-point02:before,
.page_contents .title-point02:before{
	content: "2";
}

.single .title-point03:before,
.page_contents .title-point03:before{
	content: "3";
}



/*-------ポイント123　Ver2-------------------*/
.single .title-point101,
.single .title-point102,
.single .title-point103,
.page_contents .title-point101,
.page_contents .title-point102,
.page_contents .title-point103{
    font-size: 125% !important;
    position: relative !important;
    padding: 10px 0 10px 109px !important;
    margin: 20px 0 10px !important;
    color: #666 !important;
    text-align: left !important;
    font-weight: normal !important;
}

.single .title-point101:before,
.single .title-point102:before,
.single .title-point103:before,
.page_contents .title-point101:before,
.page_contents .title-point102:before,
.page_contents .title-point103:before{
	content: "POINT1";
    font-size: 22px;
    color: #aaa;
    position: absolute;
    left: 6px;
    bottom: 10px;
    line-height: 1.0;
}

.single .title-point101:after,
.single .title-point102:after,
.single .title-point103:after,
.page_contents .title-point101:after,
.page_contents .title-point102:after,
.page_contents .title-point103:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 100%;
    height: 2px;
    margin-left: -2.5em;
    background: #aaa;
}

.single .title-point102:before,
.page_contents .title-point102:before{
	content: "POINT2";
}

.single .title-point103:before,
.page_contents .title-point103:before{
	content: "POINT3";
}

.single .title-point101 h4,
.single .title-point102 h4,
.single .title-point103 h4,
.page_contents .title-point101 h4,
.page_contents .title-point102 h4,
.page_contents .title-point103 h4
{margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
    line-height: 1.4em;}

.single .title-point101 h4::after,
.single .title-point102 h4::after,
.single .title-point103 h4::after,
.page_contents .title-point101 h4::after,
.page_contents .title-point102 h4::after,
.page_contents .title-point103 h4
{background: none;}

.single .title-point101 h4,
.single .title-point102 h4,
.single .title-point103 h4,
.page_contents .title-point101 h4,
.page_contents .title-point102 h4,
.page_contents .title-point103 h4
table.n_table01{

}

table.n_table01 tr{
	background:none;
}

table.n_table01 th{
	min-width: 150px;
	background-color:#F4CDCE;
	text-align:center;
	border-right:none;
	border-left:none;
}

table.n_table01 th:before{
	display:none;
}

table.n_table01 td{
	border-right:none;
	border-left:none;
}

table td span.review_point{
	font-size: 180%;
    display: inline-block;
}

.n_kuchi {
	border:1px solid #E3E3E3;
	border-radius: 10px;
	padding: 15px 15px 10px;
	margin-bottom: 18px;
}

.n_kuchi .tex {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
	font-size: 12px;
    line-height: 1.5em;
}

.n_kuchi .img{
	float: left;
    margin: -10px 4px -5px 0px;
}

ul.n_hukidashi {
	list-style-type: none;
    margin: 0 0 30px 20px;}
ul.n_hukidashi li:before {
	margin-left: -10px;
    margin-right: 10px;
    color:#F4CDCE;
    font-weight: bold;
    content: "\f075" !important;
    font-family: FontAwesome;}

ul.n_hukidashi_b {
	list-style-type: none;
    margin: 0 0 30px 20px;}
ul.n_hukidashi_b li:before {
	margin-left: -10px;
    margin-right: 10px;
    color: #aaa;
    font-weight: bold;
    content: "\f075" !important;
    font-family: FontAwesome;}


.kya_box_qa,.kya_box_hint,.kya_box_check {
    margin-top: 10px;
    background-color: #F4F4F4;
    position: relative;
}

.kya_box_qa {
    padding: 12px 10px;
    border: 0.5px solid #ccc;
	margin: 25px 0 0 0;
}
.kya_box_qa .txt{
	font-size: 15px;
}

.kya_box_qa .txt h4{
	padding:0;
    margin: 0;
	font-size: 15px;
    text-align: left;
    line-height: 1.6em;
}

.kya_box_qa .txt h4::after{display:none;}

.kya_box_hon2{
    padding: 12px 25px 5px;
    border-bottom:0.5px solid #ccc;
    border-left: 0.5px solid #ccc;
    border-right: 0.5px solid #ccc;
}


/*--メリット、デメリット比較ボックス--*/
.ok_box01 .txt,
.ng_box01 .txt
{color:#fff;
	font-size: 19px;
}

.ok_box01{
	margin-top: 60px;
    background-color:#F4CDCE;
    position: relative;
}

.ng_box01{
	margin-top: 60px;
    background-color:#aaa;
    position: relative;
}

.ok_box01,
.ng_box01{
	padding: 10px;}

.ok_box01:before {
	content: " ";
	display: block;
	width: 136px;
	height: 110px;
	background-image: url(img/chara-02_1.png);
	background-repeat: no-repeat;
	background-size: 85%;
	position: absolute;
	left: -2px;
	bottom: 0px;
}

.ok_box01_salon:before {
	background-image: url(img/chara-01_1.png);
}
.ok_box01_self:before {
	background-image: url(img/chara-03_1.png);
}

.ng_box01:before {
	content: " ";
	display: block;
	width: 136px;
	height: 110px;
	background-image: url(img/chara-02_2.png);
	background-repeat: no-repeat;
	background-size: 85%;
	position: absolute;
	left: -2px;
	bottom: 0px;
}
.ng_box01_salon:before {
	background-image: url(img/chara-01_2.png);
}
.ng_box01_self:before {
	background-image: url(img/chara-03_2.png);
}

.ok_box_hon{
	background: #fef2f5;
	padding: 12px 25px 12px;}

.ng_box_hon{
	background: #F4F4F4;
	padding: 12px 25px 12px;}



.merit_box_waku{
	padding:5px 10px;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}

.merit_box_waku .box {
	width: 49%;
	float: left;
	margin-left: 5px;
}


ul.n_ng {
	list-style-type: none;
	margin: 0 0 30px 20px;}

ul.n_ng li:before {
	content: '✖';
	margin-left: -14px;
	margin-right: 10px;
	color: #aaa;
	font-weight: bold;}

ul.n_ok {
	list-style-type: none;
	margin: 0 0 30px 20px;}

ul.n_ok li:before {
	content: '・';
	margin-left: -14px;
	margin-right: 10px;
	color: #111;
	font-weight: bold;}

.n_qa {
	width: 100%;
	box-sizing:border-box;
	display: block;
	margin: 30px auto;
}

.n_qa dt {
	background: #fef2f5;
	padding: 10px 10px 7px;
	border-radius: 2px;
	font-weight: bold;
	width:100%;
	color:#bc3635;
	box-sizing:border-box;
}

.n_qa dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
	color:#bc3635;
	font-size: 20px;
}

#MAIN.single .n_qa dt h4 {
	background:none;

	padding: 6px 10px 7px 0;
	border-radius: 2px;
	font-weight: bold;
	color: #bc3635;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	font-size: 100%;
	width: 80%;
	display: inline-block;
}

#MAIN.single .n_qa h4::after{background: none;}

.n_qa dd {
	margin: 10px auto 40px;
	line-height: 140%;
	display: block;
	width:100%;
	padding: 10px 10px 7px;
	box-sizing:border-box;
}

.n_qa dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	font-size: 20px;
}



.kobetu-hikaku {
	clear:both;
	margin: 20px auto;
	padding: 0px;
	width:100%;
	box-sizing:border-box;
	line-height: 1.7em;
	color: #333;
	overflow: hidden;
}

.kobetu-hikaku table{
	clear:both;
	background :#fff;
	margin: 0px auto;
	padding: 0px;
	color: #666;
	width:100%;
	box-sizing:border-box;
	border-collapse: collapse;
	border: solid 1px #ddd;
}
.kobetu-hikaku th{
	margin: 0px auto;
	padding: 5px;
	background :#999;
	border: solid 1px #ccc;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.kobetu-hikaku td{
	margin: 0px auto;
	padding: 5px;
	background: #fff;
	border: solid 1px #ccc;
	text-align: center;
	font-weight: bold;
	vertical-align:middle;
}
.kobetu-hikaku td.col1 {
	padding: 5px;
	background: #fff;
	text-align: left;
	font-weight: 100;
}
.kobetu-hikaku td.col2 {
	padding: 5px;
	background: #fff;
	text-align: left;
	font-weight: 100;
}
.kobetu-hikaku td.col3 {
	padding: 5px;
	background: #fff;
	text-align: left;
	font-weight: bold;
}
.kobetu-hikaku th:nth-of-type(1){
	width:100px;
}

.kobetu-hikaku2{
	margin:20px auto;
}

.kobetu-hikaku2 table{

}
.kobetu-hikaku2 table th,
.kobetu-hikaku2 table td{
	/*--border-left:none;
	border-right:none--*/
	border:1px solid #ccc;
}

.kobetu-hikaku2 table thead td,
.kobetu-hikaku2 table thead th{
	background-color: #aaa;
	padding: 15px 0px;
	text-align: center;
	color:#fff;
}

.kobetu-hikaku2 table th{
	background-color: #F2F2F2;
	min-width: 50px;
}

.kya_box_check:before {
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 4px;
	left: 17px;
	box-sizing: border-box;
	background-image: url(https://epi-img.biz/img/check_mark_01.png);
	background-size: 34px 34px;
}
.kya_box_check {
	padding: 12px 10px 10px 70px;
	border: 0.5px solid #ccc;
	margin: 25px 0 0 0;
}
.kya_box_check .txt{
	font-size: 15px;
}
.kya_box_check .txt h4{
	font-size: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.6em;
}

.ranking_box{
	margin-bottom:40px;
}
.ranking_box .title{
	margin-bottom:5px;
}
.ranking_box .title img{
	width:100%;
	vertical-align:bottom;
}

.ranking_box .head{
	position: relative;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding:10px 20px;
}

.single .ranking_box .head h4{
	text-align:left;
	margin:0;
	background:none;
}

.single .ranking_box .head .copy{
	color:#111;
	margin-bottom:2px;
}

.single .ranking_box .head h4:after{
	display:none;
}

.ranking_box .head .rank{
	width:60px;
	height:60px;
	float:left;
	text-indent:-9999px;
	background-image:url("img/ranking_rank01.png");
	background-size:60px 60px;
	background-repeat:no-repeat;
}
.ranking_box .head .rank.rank02{
	background-image:url("img/ranking_rank02.png");
}
.ranking_box .head .rank.rank03{
	background-image:url("img/ranking_rank03.png");
}
.ranking_box .head .rank.rank04{
	background-image:url("img/ranking_rank04.png");
}
.ranking_box .head .rank.rank05{
	background-image:url("img/ranking_rank05.png");
}

#MAIN.single .ranking_box .head h4{
	background:none;
	padding:0;
	margin:0;
}

#MAIN.single .ranking_box .head h4:before{
	display:none;
}

.single #RANK01.ranking_box .head:before{
	content: " ";
	width: 120px;
	height: 66px;
	background-size: 120px 66px;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	background-image: url("https://epi-img.biz/img/icon_rank-01.png");
	position:absolute;
	left:0;
	top:50%;
	margin-top:-33px;
}
.single .ranking_box .head{
	background-repeat: repeat-y;
	background-size: 9px 4.364px;
	position: relative;
}

.single .ranking_box .head:before{
	content: " ";
	width: 9px;
	height: 100%;
	position: absolute;
	background-color: #ededed;
	left: 0;
	top: 0;
}

.single #RANK01.ranking_box .head,
.single #RANK02.ranking_box .head,
.single #RANK03.ranking_box .head,
.single #RANK04.ranking_box .head,
.single #RANK05.ranking_box .head,
.single #RANK06.ranking_box .head,
.single #RANK07.ranking_box .head{
	padding-left: 125px;
	min-height: 66px;
	background:none;
	padding-top: 20px;
}


.single #RANK01.ranking_box .head:before,
.single #RANK02.ranking_box .head:before,
.single #RANK03.ranking_box .head:before,
.single #RANK04.ranking_box .head:before,
.single #RANK05.ranking_box .head:before,
.single #RANK06.ranking_box .head:before,
.single #RANK07.ranking_box .head:before{
	content: " ";
	width: 120px;
	height: 66px;
	background-size: 120px 66px;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	background-image: url("https://epi-img.biz/img/icon_rank-01.png");
	position:absolute;
	left:0;
	top:50%;
	margin-top:-33px;
}

.single #RANK01.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-01.png");
}

.single #RANK02.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-02.png");
}

.single #RANK03.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-03.png");
}

.single #RANK04.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-04.png");
}

.single #RANK05.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-05.png");
}

.single #RANK06.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-06.png");
}

.single #RANK07.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-07.png");
}
.ranking_box .img_area  .img2{
	margin-bottom:20px;
}

.ranking_box .head .txt{
	color:#17777b;
	font-weight: 100;
	margin-left:70px;
	font-size:120%;
	line-height:1.2;
	padding-top:10px;
}
.ranking_box .head .txt span{
	display:block;
	margin-bottom:5px;
	font-size:12px;
}
.ranking_box .box-m,
.bottom_salon_box .box-m{
	border-radius:5px;
	margin:10px auto;
	background-color:#ebf9fb;
	padding:10px;
}
.ranking_box .box-m{
	padding-top:15px;
}
.ranking_box .box-t{
	width:210px;
	height:63px;
	margin-top:-25px;
	margin-bottom:10px;
	position:relative;
	left:5px;
	bottom:-20px;
	color: #666;
	font-size:120%;
	font-weight: 100;
	background-image:url("https://epi-img.biz/img/box-t.png");
	background-size:210px 63px;
	text-indent:-9999px;
}
.ranking_box .box-t:before {
	content: " ";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("https://epi-img.biz/img/round-box01-icon.png");
	background-size: 50px 50px;
}


/* =======================================
category_ranking_box
======================================= */

.category .ranking_box .head h4{
	text-align:left;
	margin:0;
	background:none;
}

.category .ranking_box .head .copy{
	color:#111;
	margin-bottom:2px;
}

.category .ranking_box .head h4:after{
	display:none;
}

#MAIN.category .ranking_box .head h4{
	background:none;
	padding:0;
	margin:0;
}

#MAIN.category .ranking_box .head h4:before{
	display:none;
}

.category #RANK01.ranking_box .head:before{
	content: " ";
	width: 120px;
	height: 66px;
	background-size: 120px 66px;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	background-image: url("https://epi-img.biz/img/icon_rank-01.png");
	position:absolute;
	left:0;
	top:50%;
	margin-top:-33px;
}
.category .ranking_box .head{
	background-repeat: repeat-y;
	background-size: 9px 4.364px;
	position: relative;
}

.category .ranking_box .head:before{
	content: " ";
	width: 9px;
	height: 100%;
	position: absolute;
	background-color: #ededed;
	left: 0;
	top: 0;
}

.category #RANK01.ranking_box .head,
.category #RANK02.ranking_box .head,
.category #RANK03.ranking_box .head,
.category #RANK04.ranking_box .head,
.category #RANK05.ranking_box .head,
.category #RANK06.ranking_box .head,
.category #RANK07.ranking_box .head{
	padding-left: 125px;
	min-height: 66px;
	background:none;
	padding-top: 20px;
}


.category #RANK01.ranking_box .head:before,
.category #RANK02.ranking_box .head:before,
.category #RANK03.ranking_box .head:before,
.category #RANK04.ranking_box .head:before,
.category #RANK05.ranking_box .head:before,
.category #RANK06.ranking_box .head:before,
.category #RANK07.ranking_box .head:before{
	content: " ";
	width: 120px;
	height: 66px;
	background-size: 120px 66px;
	display: block;
	margin-bottom: 10px;
	margin-left: -10px;
	background-image: url("https://epi-img.biz/img/icon_rank-01.png");
	position:absolute;
	left:0;
	top:50%;
	margin-top:-33px;
}

.category #RANK01.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-01.png");
}

.category #RANK02.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-02.png");
}

.category #RANK03.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-03.png");
}

.category #RANK04.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-04.png");
}

.category #RANK05.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-05.png");
}

.category #RANK06.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-06.png");
}

.category #RANK07.ranking_box .head:before{
	background-image: url("https://epi-img.biz/img/icon_rank-07.png");
}




.kobetu-title {
	padding: 0px 0px 5px;
	border-bottom: double #333;
	margin: 33px 0px 10px;
	font-size: 15px;
	line-height: 1.5em;
}

ul.n_check {
	list-style-type: none;
	margin: 0px auto 20px;
}

ul.n_check.akapink{
	background:none;
}

ul.n_check li{
	position: relative;
	padding-left: 25px;
}

ul.n_check li:before {
	content:"\f00c";
	font-family:FontAwesome;
	position: absolute;
	top:0;
	left:0;
	color: #ba3635;/*--#3f9bfc--*/
	font-weight: bold;
}

.point-box {
	background-color: #F4F4F4;
	padding: 20px 20px 10px;
	margin: 20px auto;
}

.point-box2 {
	border-top:2px solid #ba3635;
	background-color: #F4F4F4;
	padding: 20px 20px 10px;
	margin: 20px auto;
}

#MAIN.single .point-box2 .point-box-m h3{
	padding:0 0 20px;
	margin:0 auto 15px;
	border:none;
	border-bottom:1px solid #ccc;
}

/* =======================================
kutikomi_box
======================================= */

.kutikomi_box{
	margin:20px auto;
	border:2px solid #ededed;
}

.kutikomi_box .kutikomi_box_title{
	background-color:#ededed;
	text-align:center;
	color:#111;
	font-weight: 600;
	padding:10px 0;
}

.kutikomi_box .kutikomi_box_title span{
	position: relative;
	padding-left:40px;
}

.kutikomi_box .kutikomi_box_title span:before{
	content:"";
	width:30px;
	height:30px;
	background-image: url("https://epi-img.biz/img/kuchikomi_good.png");
	background-size:30px 30px;
	display: inline-block;
	margin-right:10px;
	position: absolute;
	top:50%;
	margin-top:-15px;
	left:0;
}

.kutikomi_box.type2 .kutikomi_box_title span:before{
	background-image: url("https://epi-img.biz/img/kuchikomi_bad.png");
}

.kutikomi_box .kutikomi_box_txt{
	padding:10px;
}

.kutikomi_box .kutikomi_box_txt ul{

}

.kutikomi_box .kutikomi_box_txt ul li{
	line-height:1.4;
}

.kutikomi_box .kutikomi_box_txt ul li:before{
	content:"・";
	font-weight: 600;
	color:#d5d5d5;
	font-size:120%;
	position:relative;
	top:1px;
}

/* =======================================
医療カテゴリー
======================================= */

.ranking_box .img_area .img {
	width: 40%;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 5px 7px 5px 5px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.ranking_box .img_area .img2 {
	width: 37%;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 5px 7px 5px 5px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.ranking_box .img_area .img img,
.ranking_box .img_area .img2 img{
	width:100%;
	vertical-align: bottom;
}

.qa_txt_box{

}

.qa_txt_box .q_txt{
	font-weight:600;
	color:#ba3635;
	padding:15px 0;
	border-bottom:1px solid #eee;
}

.qa_txt_box .q_txt span{
	position: relative;
	padding-left: 40px;
	display:block;
}

.qa_txt_box .q_txt span:before{
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(https://epi-img.biz/img/qa_icon_q.png);
	background-size: 30px 30px;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top:-3px;
	left: 0;
}

.qa_txt_box .a_txt{
	font-weight:600;
	color:#111;
	padding:15px 0;
}

.qa_txt_box .a_txt span{
	position: relative;
	padding-left: 40px;
	display:block;
}

.qa_txt_box .a_txt span:before{
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(https://epi-img.biz/img/qa_icon_a.png);
	background-size: 30px 30px;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	top: -3px;
	left: 0;
}

ul.list_box2{
	padding:15px;
	margin:20px auto;
}

ul.list_box{
	background-color:#ededed;
	padding:15px;
	margin:20px auto;
}

ul.list_box2 li,
ul.list_box li{
	position: relative;
	padding-left:25px;
}

ul.list_box2 li:before,
ul.list_box li:before{
	content: "・";
	font-weight: 600;
	color: #ba3635;
	font-size: 120%;
	position: absolute;
	top: 1px;
	left:0;
}

.n_chu {
    font-size: 87%;
    opacity: 0.7;
    line-height: 1.5em;
    margin: -10px 0 25px;
}


/* ------------------------------
レビューボックス　.review_box
------------------------------ */
.review_box {
	padding:20px;
	background-color:#ededed;
	margin:0 auto 20px;
}
.review_box .review_head{
	margin-bottom:10px;
	min-height:60px;
	position:relative;
}
.review_box .review_head .review_name{
	display: inline-block;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 10px;
}

.review_box .review_head .review_name2 {
	display:inline-block;
	position:absolute;
	right:20px;
	text-align:right;
	top:145px;
}

.review_box .review_head .review_head_top .review_hyoka{
    font-size: 25px;
    font-weight: 200;
    color: #333;
		border-bottom:1px solid #fff;
		padding-bottom:20px;
}

.review_box .review_head .review_head_top .review_hyoka2 {
    font-size: 18px;
    font-weight: 200;
    min-height: 23px;
    color: #333;
}

.review_box .review_head .review_head_top .review_hyoka .ave_star{
	font-size:30px;
	width:140px;
}

.review_box .review_head .review_head_top .review_hyoka img{
	width:135px;
	vertical-align:bottom;
}
.review_box .review_name{
	color:#666;
	font-size:120%;
	font-weight:200;
}
.review_box .review_head .review_head_top .review_name span{
	position:absolute;
	bottom:-2px;
}
.review_box .review_head .review_head_bottom{
}
.review_box .review_head .review_head_bottom .review_point{
	font-size: 87%;
	position: relative;
	color: #695647;
	padding-left:90px;
}
.review_box .review_head .review_head_bottom .review_point span:nth-last-of-type(1):before,
.review_box .review_head .review_head_bottom .review_point span:nth-last-of-type(2):before,
.review_box .review_head .review_head_bottom .review_point span:nth-last-of-type(3):before,
.review_box .review_head .review_head_bottom .review_point span:nth-last-of-type(4):before{
	content: "｜";
}

.review_box table.review_table{
	background:none;
	border:none;
	marign:10px auto;
}


.review_box table.review_table tr{
	border:none;
	display: block;
	margin-bottom: 10px;
}

.review_box table.review_table th,
.review_box table.review_table td{
	border:none;
	vertical-align:middle;
	line-height:1.5;
	padding:5px 10px;
}

.review_box table.review_table td{
	padding:5px 10px 5px 15px;
	background:none;
}

.review_box table.review_table th{
	width:135px;
	box-sizing:border-box;
	color:#fff;
	font-weight:normal;
	background-color:#aaaaaa;
	text-align:center;
}

.review_box table.review_table{
	margin:10px auto;
}

.review_box .review_txt{
	padding: 20px;
	background-color: #fff;
	line-height:1.5;
	font-size:100%;
	margin:20px auto;
}

.review_box .review_txt .hide_text.hide {
    display: none;
}

.review_box .review_txt .review_title{
	font-size:120%;
	font-weight: 200;
	margin-bottom:15px;
	line-height:1.2;
	border-bottom:2px solid #aaaaaa;
	padding:0 0 10px 0;
	color:#111;
	position:relative;
}

.review_box .review_txt .review_comment.hide{
	max-height:auto;
	overflow:auto;
}

.review_box .review_txt .review_comment+.more{
	float: right;
	background-color: #fff;
	display: none;
	padding:5px 5px 2px;
	position: relative;
	color: #1a0dab;
	line-height: 1.0;
	text-decoration:underline;
	cursor:pointer;
}

.review_box .review_txt .review_comment+.more:before{
	content:"...もっと読む";
}

.review_box .review_txt .review_comment+.more.active:before{
	content:"閉じる";
}

.review_box .review_txt .review_comment+.more.hide{
	display:none;
}

.review_box .review_txt .review_comment+.more:hover{
	opacity:0.6;
	text-decoration:none;
}
.review_box .datetime{
	width:100px;
	display:inline-block;
	padding:3px 0;
}
.review_box .btn_vote{
	width: 200px;
	float: right;
	padding:0;
	text-align:right;
}
.review_box .btn_vote button span{
	vertical-align:middle;
	display:inline-block;
	height:17px;
	padding-top:2px;
	line-height:1.0;
	font-weight: 100;
}
.review_box .btn_vote button{
	border:none;
	background-color:#333;
	color:#fff;
	border-radius:5px;
	line-height:1.0;
	padding:10px 13px;
	cursor:pointer;
	vertical-align:middle;
}
.review_box .btn_vote button:hover{
	opacity:0.6;
}
.review_box .btn_vote button+span{
	display: inline-block;
	background-color: #fff;
	padding: 7px 10px 10px;
	line-height: 1.0;
	position: relative;
	margin-left: 7px;
	top: 1px;
}
.review_box .btn_vote button+span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #fff transparent transparent;
}

#btnClick {
	color:#FFF;
	margin-bottom:10px;
	cursor:pointer;
	display: block;
	width:100%;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius:8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	margin: 20px auto;
	background-color: #333;
	position: relative;
	font-size:120%;
	line-height: 1.0;
}

#btnClick:after{
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 8px;
	font-size: 35px;
	position: absolute;
	top: 10px;
}


#REVIEW_AREA #review_form_toggle1{
	margin-bottom:0;
}

.review_data_head{
	border:2px solid #ededed;
	margin:20px auto;
}

.review_data_head .review_data_txt{
	background-color:#ededed;
	color:#111;
	line-height:1.0;
	padding:13px;
	font-size:110%;
	text-align:center;
	font-weight:600;
	position:relative;
}

.review_data_head .review_data_txt .ave_star .star_base{
	display: inline-block;
}

.review_data_head .review_data_txt .bold{
	font-weight:bold;
}

.review_data_head .review_data_txt:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ededed transparent transparent transparent;
}

.review_data_head .point{
	padding:20px 225px;
	font-size:200%;
}

.review_data_head_point{
	font-size: 18px;
	margin-left: 25px;
	position: relative;
	top: -3px;
}

.review_data_head .point .ave_star{
	font-size: 30px;
	line-height: 1;
	height: 20px;
	margin-right: 0;
	padding-right: 0;
	position: relative;
	white-space: nowrap;
	width: 140px;
	display: inline-block;
}

.review_data_head .point .ave_star .star_base{
	display:inline-block;
}

#REVIEW_AREA #review_form_toggle1 button{
	cursor:pointer;
	font-size: 20px;
	color: #656565;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	margin: 20px auto;
	background-color: #dfdfdf;
	position: relative;
	border:none !important;
	line-height: 1.0;
	text-indent: -20px;
}

#REVIEW_AREA #review_form_toggle1 button:before{
	content:"口コミを投稿する";
}

#REVIEW_AREA #review_form_toggle1 button:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 25px;
	font-size: 35px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

#REVIEW_AREA #review_form_toggle1.active button:after {
	margin-left: 5px;
}

#REVIEW_AREA #review_form_toggle1 button:hover{
	opacity:0.6;
}

#REVIEW_AREA #review_form_toggle1.active button:after{
	transition: all .1s;
	 moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#REVIEW_AREA #review_form_toggle1.active  button:before{
	content:"閉じる";
}

#REVIEW_AREA #review_form2 span.required{
	color:#666;
}

/* ------------------------------
レビュー星　font-awesome
------------------------------ */
.ave_star {
	font-size: 25px;
	line-height: 1;
	height: 25px;
	margin-right: 0;
	padding-right: 0;
	position: relative;
	white-space: nowrap;
	width: 115px;
	display: inline-block;
}

.ave_star .star {
	color: #ffb838;
	overflow: hidden;
	position: absolute;
}

.ave_star .star_base {
	color: #ffb838;
}

.star_area {
	padding-left:10px;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	position: relative;
	top: 2px;
	white-space: nowrap;
	width: 140px;
}

.star_area .star {
	color: #ffb838;
	overflow: hidden;
	position: absolute;
}

.star_area .star_base {
	color: #ffb838;
}

.down_arrow{
	margin:40px auto;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top:40px solid #b2b2b2;
}

.kobetu-title_h3{
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 12px 20px;
	margin: 1rem 0;
	background-image: url(https://epi-img.biz/img/lily_stripe_bg_2x.png);
	background-repeat: repeat-y;
	background-size: 9px 4.364px;
	background-position: left top;
}

.n_table01{
	margin:20px auto;
}

.n_table01 tr{
	margin-bottom:10px;
}

table.n_table01 th{
	background-color:#ededed;
	font-weight: normal;
}

.kobetu-title{
	position: relative;
	padding-left:35px;
	padding-bottom:10px;
	border-bottom:2px solid #ededed;
	font-weight: 600;
}

.kobetu-title:before{
	content:" ";
	position: absolute;
	width:26px;
	height:26px;
	left:0;
	top:-2px;
	background-size:26px 26px;
	background-image:url("https://epi-img.biz/img/point3_box_iconc.png");
	display: inline-block;
}

.simple_waku{
	border:1px solid #ededed;
	padding:20px;
	margin:30px auto;
}

.merit_demerit_box{
	border:1px solid #AAA;
	margin:30px auto;
}

.merit_demerit_box .merit_demerit_box_title{
	padding:10px;
	line-height:1.0;
	color:#fff;
	text-align:center;
	background-color:#AAA;
	background-image: url(https://epi-img.biz/img/stripe_back.png), url(https://epi-img.biz/img/stripe_back.png);
	background-repeat:repeat-y, repeat-y;
	background-size: 10px, 10px;
	background-position:left 20px top, right 20px top;
}

.merit_demerit_txt{
	padding:15px;
}

.merit_demerit_box  .merit_title{
	font-weight: 600;
	margin-bottom:10px;
}

.merit_demerit_box  .merit_title:before,
.merit_demerit_box  .demerit_title:before{
	content:"\f00c";
	font-family: FontAwesome;
	margin-right:7px;
	color:#ba3635;
}

.merit_demerit_box  .demerit_title:before{
	color:#AAA;
}

.merit_demerit_box  .demerit_title{
	font-weight: 600;
	margin-bottom:15px;
}




/* ガイドのパーツに設定付与　ここafter */

.feature_link_box{

}

.feature_link_box .title{
	margin:0 auto 10px;
	font-weight:bold;
	text-align:center;
}

.feature_link_box .box{
	margin:0 0px;
	padding:10px;
	border-top:1px solid #ccc;
	position:relative;
}

.feature_link_box a:nth-last-of-type(1) .box{
	border-bottom:1px solid #ccc;
}

.feature_link_box a{
	display:block;
	color: #666;
	font-size: 115%;
    text-decoration:underline;
}

.feature_link_box .box a:hover{
	opacity:0.6;
	text-decoration:none;
}

.feature_link_box .box:before{
	content:"\f054";
	font-family:FontAwesome;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	color:#ccc;
}

.feature_link_box .box .img{
	width:120px;
	float:left;
}

.feature_link_box .box .img img{
	width:100%;
	vertical-align:bottom;
}

.feature_link_box .box .txt{
	margin-left:130px;
	padding-right:20px;
	background-color: #fff;
}

a.koushiki_bt01{
	display:block;
	background-color: #ba3635;
	box-sizing:border-box;
	padding: 30px 40px;
	color:#fff;
	font-size: 120%;
	font-weight:normal;
	text-align:center;
	text-decoration:none !important;
	margin:10px auto 15px;
	position:relative;
	border-radius: 8px;
		clear:both;
}

a.koushiki_bt01:after{
	content: "\f105";
	position: absolute;
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;
	font-size: 140%;
	right:18px;
	top:50%;
	margin-top:-10px;
}

a.koushiki_bt01:hover{
	opacity:0.6;
}

/* ガイドのパーツに設定付与　ここまで */




#SIDE .side_category_link .title{
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 auto 13px;
    text-align: center;
		letter-spacing: .2rem;
}

#SIDE .side_category_link .title{

}

#SIDE .side_category_link .title:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category_link .title:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category_link ul{
	font-size:0;
}

#SIDE .side_category_link ul li{
	width:calc(50% - 5px);
	width:-webkit-calc(50% - 5px);
	display:inline-block;
}

#SIDE .side_category_link ul li:nth-child(odd){
	margin-right:10px;
}

#SIDE .side_category_link ul li a img{
	width:100%;
	vertixal-align:bottom;
}

#SIDE .side_category_link{
	margin:0 auto 30px;
}


#SIDE .side_category_link .title{

}

#SIDE .side_category_link .title:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category_link .title:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category_link .subtitle{
	font-size:12px;
	text-align:center;
}



#SIDE .side_category_link .title{

}

#SIDE .side_category_link .title:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category_link .title:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_category_link .subtitle{
	font-size:12px;
	text-align:center;
}



#SIDE .side_salon_link{
	margin:0 auto 30px;
}

#SIDE .side_salon_link .title{
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 auto;
    text-align: center;
		letter-spacing: .2rem;
}

#SIDE .side_salon_link .title:before{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_left.png");
	display:inline-block;
	content:" ";
	margin-right:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_salon_link .title:after{
	width:10px;
	height:18px;
	background-size:10px 18px;
	background-image:url("https://epi-img.biz/img/top_feature-rank_title_slash_right.png");
	display:inline-block;
	content:" ";
	margin-left:5px;
	position:relative;
	bottom:-3px;
}

#SIDE .side_salon_link .subtitle{
	font-size:12px;
	text-align:center;
	display: block;
	margin:0 auto 10px;
}


#SIDE .salon_link_box_area{
	border: 1px #DDD solid;
	padding:20px;
}

#SIDE .salon_link_box_area .salon_link_box{

}

#SIDE .salon_link_box_area .salon_link_box a{
	font-weight: 600;
}

#SIDE .salon_link_box_area .salon_link_box a img{
	display: block;
	float:left;
	width:120px;
	margin-right:20px;
}

#SIDE .salon_link_box_area .salon_link_box .data{
	margin-bottom:15px;
}
#SIDE .salon_link_box_area .salon_link_box .price{
	margin-bottom:0;
}

#SIDE .salon_link_box_area .salon_link_box{
	margin-bottom:20px;
	border-bottom:1px solid #DDD;
	padding-bottom:20px;
}

#SIDE .salon_link_box_area .salon_link_box:nth-last-of-type(1){
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

#SIDE .side_category_link ul li.side_cat_link{
	border-bottom:1px solid #DDD;
	width:50%;
	display: inline-block;
	box-sizing: border-box;
	padding:0 0 15px;
	margin-right:0 !important;
}

#SIDE .side_category_link ul li.side_cat_link:nth-of-type(1),
#SIDE .side_category_link ul li.side_cat_link:nth-of-type(2){
	border-top:1px solid #DDD;
	padding-top:15px !important;
}

#SIDE .side_category_link ul li.side_cat_link img{
	width: 65px;
	display: block;
	float:left;
}

#SIDE .side_category_link ul li.side_cat_link .txt{
	font-size: 13px;
	color: #333;
	display: inline-block;
	float: left;
	position: relative;
	left: 10px;
	top: 18px;
	text-align: left;
}

#SIDE .side_category_link ul li.side_cat_link .txt2{
	font-size: 13px;
	color: #333;
	display: inline-block;
	float: left;
	position: relative;
	left: 10px;
	top: 12px;
	line-height: 1.4;
	text-align: left;
}


/*
口コミフォームのスタイル
2020/05/16
*/

/* ------------------------------
フォーム　星　評価
------------------------------ */

.input-range {
  display: none;
}
.range-group {
  position: relative;
}
.range-group > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration:none !important;
}
.range-group > a:before {
  content: "\f006";
  font-family:FontAwesome;
  font-size: 40px;
  color: #aaa;
}
.range-group > a.on:before {
  content: "\f005";
  color: #ffb838;
}

/* ------------------------------
口コミフォーム
------------------------------ */

#review_form2{

}

#review_form2 table{
	width:100%;
	box-sizing:border-box;
}

#review_form2 .review_form_title{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}


#review_form2 table{

}

#review_form2 table tr{
	border:none;
}

#review_form2 table th,
#review_form2 table td{
	border:none;
	display:block;
	width:100%;
	padding:5px 0;
	box-sizing:border-box;
}

#review_form2 table th{
	font-weight:normal;
	font-size:16px;
	text-align:left;
}

#review_form2 table td{
	padding-bottom:20px;
}

#review_form2 td input[type="text"],
#review_form2 td textarea{
	width:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
}

#review_form2 td input[type="text"],
#review_form2 td textarea,
#review_form2 td select,
#review_form2 td label{
	font-size:16px;
}

#review_form2 td label{
	font-size:14px;
}


#review_form2 td input[type="text"].readonly {
	background-color:#efefef;
}

#review_form2 td input[type="text"]:focus,
#review_form2 td select:focus,
#review_form2 td textarea:focus {
	border:1px solid #ba3635;
}

#review_form2 td input[type="text"].readonly:focus{
	border:1px solid #ccc;
}

#review_form2 td select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
	background-color:#fff;
	border-radius:0;
}
#review_form2 td select {
background: url(https://epi-img.biz/img/select_icon.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
background: url(https://epi-img.biz/img/select_icon.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
background-size: 44px, 100%;
}

#review_form2 td select:before{
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 8px;
	font-size: 35px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	color:#fff;
	background-color:#ccc;
}
/*
#review_form2 td input[type="checkbox"] {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 14px;
    height: 14px;
	background-color:#fff;
    border: 1px solid #ccc;
    vertical-align: middle;
	top:-2px;
	border-radius: 0 !important;
}
*/
/*
#review_form2 td input[type="checkbox"]:checked::after {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f00c";
	width: calc(100% + 0px);
	width: -webkit-calc(100% + 3px);
	height: calc(100% + 0px);
	height: -webkit-calc(100% + 3px);
	background-color: #bc3635;
	position: relative;
	top: -1px;
	left: -3px;
	padding-top: 2px;
	color: #fff;
	padding-left: 2px;
	box-sizing: border-box;
	font-weight: 100;
	border: 1px solid #bc3635;
	border-radius: 2px;
}
*/
#review_form2 td input[type="text"]:placeholder-shown {
    color: #aaa;
}
#review_form2 td input[type="text"]::-webkit-input-placeholder {
    color: #aaa;
}
#review_form2 td input[type="text"]:-moz-placeholder {
    color: #aaa; opacity: 1;
}
#review_form2 td input[type="text"]::-moz-placeholder {
    color: #aaa; opacity: 1;
}
#review_form2 td input[type="text"]:-ms-input-placeholder {
    color: #aaa;
}

#review_form2 table td input[type="submit"]{
	color: #FFF;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	margin: 20px auto;
	background-color: #333;
	position: relative;
	font-size: 120%;
	line-height: 1.0;
	-webkit-appearance: none;
}

#review_form2 table td input[type="submit"]:hover{
	opacity:0.6;
}

#review_form2 td label{
	width:32%;
	display: inline-block;
	margin-bottom: 10px;
	text-indent: -22px;
	padding-left: 20px;
	box-sizing: border-box;
}

.select_td{
	position: relative;
}



.use_icon {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* =======================================
ランキング見出しパーツ 20200713
======================================= */

.category .ranking_box .head.ranking_head,
.single .ranking_box .head.ranking_head{
	position:relative;
	padding-left:120px;
	padding-top:10px;
	margin-bottom:20px;
}

.category .ranking_box .head.ranking_head img,
.single .ranking_box .head.ranking_head img{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:73px;
}

.category .ranking_box .head.ranking_head:before,
.single .ranking_box .head.ranking_head:before{
	display:none;
}

/*
20200716 口コミテーマ絞り込み セレクトボックス
*/

#REVIEW_AREA .review_themes_select_area{
	margin-bottom:60px;
}

#REVIEW_AREA .review_themes_select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	border-radius: 0;
	background: url(https://epi-img.biz/img/select_icon.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(https://epi-img.biz/img/select_icon.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 44px, 100%;
	font-size:16px;
}

/*
20200809 PRボックス
*/
.simple_pr_box_area{
	padding: 15px;
	background-color:#ECEDEE;
	margin: 30px auto;
	position:relative;
}

.simple_pr_box_area:before{
	position:absolute;
	content:" ";
	width:65px;
	height:65px;
	background-image:url(https://epi-img.biz/img/pr_icon.png);
	background-size:65px 65px;
	left:0;
	top:0;
}

.simple_pr_box_area .title {
	font-weight: bold;
	margin-bottom: 15px;
	text-align:center
}

.simple_pr_box_area .simple_pr_box{
	background-color:#fff;
	border-radius:8px;
	padding:15px;
}

.simple_pr_box_area .simple_pr_box p:nth-last-of-type(1){
	margin-bottom:0;
}

.simple_pr_box_area .simple_pr_box .full_img{
	margin-top:0;
}

/* entry_box2 20201012追加 */

.recommend_area .entry_box2 a{
	margin-bottom:20px;
	display:block;
	text-decoration:none;
	color:#111;
}

.recommend_area .entry_box2:nth-last-of-type(1) a{
	margin-bottom:0;
}

.recommend_area .entry_box2 a .img{
	width:160px;
	float:left;
	position:relative;
}

.recommend_area .entry_box2 a .img img{
	width:100%;
	vertical-align:bottom;
}

.recommend_area .entry_box2 a .img span.movie{
	display:none;
}

.recommend_area .entry_box2 a .txt{
	margin-left:180px;
}

.recommend_area .entry_box2 a .txt .title{
	font-weight:bold;
	margin-bottom:5px;
}

.recommend_area .entry_box2 a .txt .desc{
	font-size:12px;
	line-height:1.4;
}

.recommend_area .entry_box2 a .txt .category{
	font-size:87%;
	color:#ba3635;
}

.recommend_area .entry_box2 a .link_txt{
	margin-left:180px;
	color:#1e3fc4;
	padding:10px 0;
}


@media screen and (max-width: 768px) {
	/*
	#review_form2 td input[type="checkbox"]:checked::after{
		padding-top: 0px;
		padding-left: 1px;
	}
	*/
}

@media screen and (min-width: 769px) {
	#REVIEW_AREA #review_form_toggle1 button{
    font-size: 120%;
	}
	#review_form2 .review_form_title{
		font-size:110%;
	}
	#review_form2 table th{
		font-size:100%;
	}
	#review_form2 td input[type="text"], #review_form2 td textarea, #review_form2 td select, #review_form2 td label {
    font-size: 14px;
	}
	#review_form2 table td input[type="submit"]{
		font-size:120%;
	}

}
