@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#main, .box, .box_full{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
#h_box{
	padding: 10px 0;
	position: relative;
}

#head_warp{  }

#h_left {
	width: 200px;
	float: left;
	transition: all .3s ease-out;
}
#h_right {
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 240px;
	box-sizing: border-box;
	padding-top: 10px;
}

#logo{
	position: absolute;
	left: 220px;
	top: 23px;
}
#logo li{
	display: inline-block;
	margin-left: 5px;
}
#logo li img{
	width: auto;
	height: 27px;
}

/* tag */
a.tag{
	display: inline-block;
	background: url(../images/common/ico_tag.png) no-repeat left center;
	background-size: 15px;
	padding: 5px 0 5px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
a.tag:hover{ color: #1d854d; }

/* btn_contact */
a.btn_contact{
	display: inline-block;
	background: #e5e5e5;
	color: #333;
	text-decoration: none;
	padding: 5px;
	min-width: 102px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
}
a.btn_contact:hover{
	background: #1d854d;
	color: #FFF;
}

/* search */
.tel_top{
	width: 210px;
	position: absolute;
	right: 0;
	top: 18px;
}
.search{
	position: absolute;
	right: 0;
	top: 20px;
}
.search input[type="submit"],
.search input[type="text"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #1d854d;
	border-right: none;
	height: 33px;
}
.search input[type="submit"]{
	background: #1d854d;
	color: #FFF;
	cursor: pointer;
	width: 50px;
	transition: all .3s ease-out;
}
.search input[type="submit"]:hover{ background: #113B1F; }
.search input::placeholder {
  color: #999;
}


/* mainnav 
---------------------------------------------------------- */
#mainnav{
	background: #409f10;
}
#mainnav .topmenu li{
	width: 25%;
	text-align: center;
	float:left;
	position:relative;
	transition: all .3s ease-out;
}
#mainnav .topmenu li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px;
	display: block;
}
#mainnav .topmenu li:hover{
	background: #113B1F;
}
#mainnav .topmenu li a span{
	border-left: 1px solid #5dc319;
	padding: 3px 0;
	display: block;
	transition: all .3s ease-out;
}
#mainnav .topmenu li:last-child a span{
	border-right: 1px solid #5dc319;
}
#mainnav .topmenu li li a:hover,
#mainnav .topmenu li:hover span{
	border-color: #113B1F;
	letter-spacing: 2px;
}


/* level2 */
#mainnav .topmenu ul{
	width: 100%;
	display:none;
	background:#113B1F;
	position:absolute;
	z-index:9999;
}
#mainnav .topmenu li li{
	width: 100%;
	border-left: none;
	float: none;
	border-top: 1px solid #255c37;
	box-sizing: border-box;
}
#mainnav .topmenu li li:hover{ background: #255c37; }
#mainnav .topmenu li li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#mainnav li li .parent {
	background-image:url(common/images/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}


/* main 
---------------------------------------------------------- */
#main{
	display: block;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
	text-align:center;
}

#scrollUp {
	width: 50px;
	height: 50px;
  bottom: 5%;
  right: 5%;
	background:url(common/images/common/pagetop.jpg) no-repeat right bottom;
	background-size: contain;
}


/* footer 
---------------------------------------------------------- */
footer{
	margin-top: 100px;
}
footer:before{
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

#menu_f{
	background: #f5f5f5;
	padding: 30px 0;
}
#menu_f ul{
	width: 31.3%;
	float: left;
	margin-right: 3%;
	padding: 1.5% 3%;
	padding-right: 0;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
#menu_f ul:last-child{ 
	border-right: 1px solid #ccc; 
	margin-right:0;
}

#menu_f ul li a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#menu_f ul li span{
	display: block;
	background: url(../images/common/ico_menu_f01.png) no-repeat left center;
	background-size: 26px;
	padding: 5px;
	padding-left: 35px;
}
#menu_f ul:nth-child(1) li:nth-child(2) span{ background-image: url(../images/common/ico_menu_f05.png);}

#menu_f ul:nth-child(2) li:nth-child(1) span{ background-image: url(../images/common/ico_menu_f06.png);}
#menu_f ul:nth-child(2) li:nth-child(2) span{ background-image: url(../images/common/ico_menu_f03.png);}
#menu_f ul:nth-child(2) li:nth-child(3) span{ background-image: url(../images/common/ico_menu_f04.png);}

#menu_f ul:nth-child(3) li:nth-child(1) span{ background-image: url(../images/common/ico_menu_f02.png);}
#menu_f ul:nth-child(3) li:nth-child(2) span{ background-image: url(../images/common/ico_menu_f07.png);}
/*#menu_f ul:nth-child(3) li:nth-child(3) span{ background-image: url(../images/common/ico_menu_f08.png);}*/

#menu_f ul li a:hover{ opacity: 0.6;}

#footer {
	padding: 20px 0;
	background:#3e9d0e;
}
#footer ul{
	display: inline-block;
}
#footer li{
	display: inline-block;
	margin-right: 30px;
}
#footer li a{
	color: #FFF;
	text-decoration: none;
}
#footer li a:hover{ opacity: 0.6;}

#footer_box.box.clearfix{
	text-align:center ;
}



/* --- copy_right --- */
#copy_right{
	padding: 10px 0;
}
#copy_right p{
	color: #999;
	font-size: 80%;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:40px;
}
.container {
	margin-bottom:30px;
}
.case {
	margin-bottom:25px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:15px;
}
.mb_clear{ margin-bottom: 0; }

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
	margin-bottom:0px;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}

/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding:10px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.tb_style th{
	width: 30%;
	background:#eee;
}


/* tb_form 
---------------------------------------------------------- */

.tb_form input[type="text"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
}


/* title style 
---------------------------------------------------------- */
.title_main {
	
	
}
.title_sub {
	background: #3e9d0e url(../images/common/bg_s.jpg) no-repeat right center;
	background-size: contain;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding: 15px 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.title_sub a{
	float: right;
	background: url(../images/common/arr02.png) no-repeat right center;
	background-size: 6px;
	padding-right: 10px;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}
.title_sub a:hover{
	letter-spacing: 1px;
	margin-right: -2px;
}

.title_sub_release {
	background: #3e9d0e url(../images/common/bg_s.jpg) no-repeat right center;
	background-size: contain;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding: 15px 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.title_sub_release a{
	float: right;
	background: url(../images/common/arr02.png) no-repeat right center;
	background-size: 6px;
	padding-right: 10px;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}
.title_sub_release a:hover{
	letter-spacing: 1px;
	margin-right: -2px;
}

/* maintenance 追加部分 */
.title_sub_maintenance {
	background: #FF0000 url(../images/common/bg_s_maintenance.jpg) no-repeat right center;
	background-size: contain;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding: 15px 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.title_sub_maintenance a{
	float: right;
	background: url(../images/common/arr02.png) no-repeat right center;
	background-size: 6px;
	padding-right: 10px;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}
.title_sub_maintenance a:hover{
	letter-spacing: 1px;
	margin-right: -2px;
}

.title_sub_news {
	background: #EA7D00 url(../images/common/bg_s_news.jpg) no-repeat right center;
	background-size: contain;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding: 15px 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.title_sub_news a{
	float: right;
	background: url(../images/common/arr02.png) no-repeat right center;
	background-size: 6px;
	padding-right: 10px;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}
.title_sub_news a:hover{
	letter-spacing: 1px;
	margin-right: -2px;
}

.title_sec {
	background: #409f10;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.title_item {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;	
}
.title_item2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-top:20px;
	width: 100%;
}
.title_page{
	
	
}
.title_small{
	font-size: 120%;
	font-weight: bold;
	color: #409F10;
	background: url(../images/common/bg_ar.png) no-repeat left 10px;
	background-size: 10px;
	padding-left: 20px;
}


/* topicPath 
---------------------------------------------------------- */
#topicPath {
	padding:10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#topicPath li {
	display:inline;
	font-size: 80%;
}
#topicPath li a {
	padding-right:15px;
	background:url(../images/common/arr_next.png) no-repeat right center;
	background-size: 5px;
}

#topicPath li a:hover {
}

/* container 
---------------------------------------------------------- */
.container {

}
.container .msg {
	width: 62%;
	word-break: break-all;
}
.container .img {
	width: 35%;
}
.container .item_box img {
	width: 154px;
	height: 40px;
}
.container .item_box img.contentsbanner{
	width: 154px;
	height: 40px;
	/*object-fit: none;*/
}

.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}


/* switch pc sp 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display:block; }
.ssp{ display: none; }

/* list_dot 
---------------------------------------------------------- */
.list_dot{
	list-style:disc;
	margin-left: 17px;
}
.list_dot li{ margin-bottom: 5px; }
.list_dot li:last-child{ margin-bottom: 0; }


/* list_num 
---------------------------------------------------------- */
.list_num{
	list-style: decimal;
	margin-left: 17px;
}
.list_num li{ margin-bottom: 5px; }
.list_num li:last-child{ margin-bottom: 0; }

.btn_sty{
	display: inline-block;
	background: #0B8650;
	padding: 10px 30px;
}
.btn_sty:hover{ background: #3E9D0E; }
.btn_sty span{
	display: inline-block;
	background: url(../images/common/arr01.png) no-repeat right center;
	background-size: 6px;
	padding-right: 15px;
	color: #FFF;
	text-decoration: none;
}
/* main_visual_sub 
---------------------------------------------------------- */
#main_visual_sub{
	background: url(../images/common/bg_main_visual.jpg);
	padding: 40px 0;
}

#main_visual_sub h2{
	font-size: 220%;
	font-weight: bold;
}

#main_visual_sub_contents{
	background: url(../images/common/bg_main_visual.jpg);
	padding: 40px 0;
}

#main_visual_sub_contents h2{
	font-size: 220%;
	font-weight: bold;
}

/* page_index 
---------------------------------------------------------- */
.page_index #main_top{
	padding-top: 30px;
}

/* menu */
#menu{
	width: 34%;
	float: right;
	border-top: 1px solid #ccc;
	/*border-right: 1px solid #ccc;*/
	border-left: 1px solid #ccc;
}
#menu li{
	width: 50%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
	/*border-left: 1px solid #ccc;*/
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
#menu li a{
	display: block;
	height: 75px;
	position: relative;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background: no-repeat 10px center;
	background-size: 40px;
}
#menu li.active a,
#menu li a:hover{
	background-color: #c9f4c6;
}
#menu li:nth-child(1) a{ background-image: url(../images/common/ico_menu01.png);}
#menu li:nth-child(2) a{ background-image: url(../images/common/ico_menu02.png);}
#menu li:nth-child(3) a{ background-image: url(../images/common/ico_menu03.png);}
#menu li:nth-child(4) a{ background-image: url(../images/common/ico_menu04.png);}
#menu li:nth-child(5) a{ background-image: url(../images/common/ico_menu05.png);}
#menu li:nth-child(6) a{ background-image: url(../images/common/ico_menu06.png);}
#menu li:nth-child(7) a{ background-image: url(../images/common/ico_menu07.png);}
/*#menu li:nth-child(8) a{ background-image: url(../images/common/ico_menu08.png);}*/


#menu li a span{
	width: 100%;
	display: block;
	position: absolute; 
	top: 50%;
	left: 50%; 
	transform: translate(-50%,-50%);	
	padding-left: 40px;		
	box-sizing: border-box;
}

#main_visual{
	border: 1px solid #ccc;
	width: 64%;
	float: left;
	box-sizing: border-box;
}

#main_visual .slick-dots{
	position: static;
	margin: 15px auto 20px auto;
}

.btn_e{ 
	clear: both;
	text-align: center;
	padding-top: 2%;
}
.btn_e li{
	display: inline-block;
	width: 49%;
	float: left;
	margin-left: 2%;
}
.btn_e li:first-child{ margin-left: 0;}

/* cate */
.page_index #cate ul,
.bg_gray{
	background: #f5f5f5;
	padding: 3%;
}
.page_index #cate li{
	width: 11.60%;
	margin-left: 1%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	background: #af3147;
	transition: all .3s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border: 1px solid #FFF;
}
.page_index #cate li:first-child{
	margin-left: 0;
}
.page_index #cate li:nth-child(2){ background-color: #e07b45; }
.page_index #cate li:nth-child(3){ background-color: #ce636b; }
.page_index #cate li:nth-child(4){ background-color: #3894bf; }
.page_index #cate li:nth-child(5){ background-color: #ad9775; }
.page_index #cate li:nth-child(6){ background-color: #386abf; }
.page_index #cate li:nth-child(7){ background-color: #daaf00; }
.page_index #cate li:nth-child(8){ background-color: #0b7e4b; }
.page_index #cate li:hover{ background: #054026; }

.page_index #cate li a{
	height: 110px;
	position: relative;
	display: block;
}
.page_index #cate li a span{
	width: 100%;
	display: block;
	position: absolute; 
	top: 50%;
	left: 50%; 
	transform: translate(-50%,-50%);		
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	box-sizing: border-box;
}

.page_index #pickup .pick_box{
	background: #f5f5f5;
	padding: 3% 50px;
	position: relative;
}
.page_index #pickup li{
	margin: 0 5px;
}
.slick-prev{ left: -30px !important; }
.slick-next{ right: -30px !important; }

/* news */
.page_index #news ul{
	padding: 0 4%;
}
.page_index #news li{ 
	overflow: hidden; 
	margin-top: 20px;
}
.page_index #news ul span{
	display: inline-block;
	width: 150px;
	float: left;
	overflow: hidden;
}
.page_index #news ul em{
	width: 50px;
	background: #EA7D00;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 80%;
	overflow: hidden;
	float: right;
}
.page_index #news ul a{
	display: inline-block;
	width: 75%;
	float: right;
	color: #333;
}
.page_index #news ul a:hover{
	color: #3e9d0e;
}


/* maintenance 追加部分 */


.page_index #maintenance ul{
	padding: 0 4%;
}
.page_index #maintenance li{ 
	overflow: hidden; 
	margin-top: 20px;
}
.page_index #maintenance ul span{
	display: inline-block;
	width: 150px;
	float: left;
	overflow: hidden;
}
.page_index #maintenance ul em{
	width: 50px;
	background: #FF0000;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 80%;
	float: right;
}
.page_index #maintenance ul a{
	display: inline-block;
	width: 75%;
	float: right;
	color: #333;
}
.page_index #maintenance ul a:hover{
	color: #3e9d0e;
}

/* maintenance 追加部分終わり */

/* news */
.page_index #release ul{
	padding: 0 4%;
}
.page_index #release li{ 
	overflow: hidden; 
	margin-top: 20px;
}
.page_index #release ul span{
	display: inline-block;
	width: 150px;
	float: left;
	overflow: hidden;
}
.page_index #release ul em{
	width: 50px;
	background: #409f10;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 80%;
	overflow: hidden;
	float: right;
}
.page_index #release ul a{
	display: inline-block;
	width: 75%;
	float: right;
	color: #333;
}
.page_index #release ul a:hover{
	color: #3e9d0e;
}

.popupstyle{
	display: none;
	position: relative;
	background: #fff;
	padding:40px!important;
	box-sizing: border-box;
}

.popsty p{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.popsty li{
	width: 32%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;	
	text-align: center;
	transition: all .3s ease-out;
	padding: 3px;
	box-sizing: border-box;
}
.popsty li:nth-child(3n+1){
	margin-left: 0;
}
.popsty li:hover{
	opacity: 0.7;
}

/*追加部分*/
#popin1 li{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;	
	text-align: center;
	transition: all .3s ease-out;
	padding: 1%;
	box-sizing: border-box;
}

#popin1 img{
	width: 150%;
}
/*追加部分終わり*/

.search_sty{
	width: 600px;
}
.search_sty li{
	background: url(../images/common/bg_ar.png) no-repeat right bottom;
	background-size: 10px;
	background-color: #af3147;
}
.search_sty .color02 li{ background-color: #e07b45;}
.search_sty .color03 li{ background-color: #ce636b; }
.search_sty .color04 li{ background-color: #3894bf; }
.search_sty .color05 li{ background-color: #ad9775; }
.search_sty .color06 li{ background-color: #386abf; }
.search_sty .color07 li{ background-color: #daaf00; }
.search_sty .color08 li{ background-color: #0b7e4b; }

.search_sty li a{
	height: 80px;
	display: block;
	color: #FFF;
	text-decoration: none;
	position: relative;
}
.search_sty li a span{
	display: block;
	position: absolute; 
	top: 50%;
	left: 50%; 
	transform: translate(-50%,-50%);		
	width: 100%;
	box-sizing: border-box;
}

.popin_sty{
	width: 500px;
}



/* page_shohin 
---------------------------------------------------------- */
.page_shohin .img{ width: 30%; }
.page_shohin .msg{ width: 66%; }
.page_shohin .msg img{ margin-bottom: 15px; }

#itab .ui-tabs-hide {	display: none; }

.page_shohin .tab_sty{
	background: #f5f5f5;
	padding: 3%;
}
.page_shohin #tab li{
	display: inline-block;
	width: 140px;
	margin-right: 5px;	
	text-align: center;
}
.page_shohin #tab li a{
	display: block;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #333;
	padding: 10px 0;
	border: 2px solid #409f10;
	border-bottom: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.page_shohin #tab a:hover,
.page_shohin #tab .ui-tabs-selected a{
	background: #409f10;
	color: #FFF;
}
.page_shohin .tab_sty p{ margin-bottom: 10px;}
.page_shohin .tab_sty .case:last-child{ margin-bottom: 0;}

/* itab2 tab in tab*/
.page_shohin #isubtab .ui-tabs-hide { display: block; }
.page_shohin #isubtab .tab2_sty{
	width: 23.5%;
	float: left;
	margin-left: 2%;
	background: #FFF;
	padding: 1.5%;
	box-sizing: border-box;
}
.page_shohin #isubtab .first{ margin-left: 0; }
.page_shohin #isubtab .tab2_sty h4{
	text-align: center;
	margin-bottom: 20px;
}
.page_shohin #isubtab .tab2_sty li{
	display: block;
	margin-top: 5px;
}
.page_shohin #isubtab .tab2_sty li:first-child{ margin-top: 0; }
.page_shohin #isubtab .tab2_sty li a{
	display: block;
	background: #ccc;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 15px;
}
.page_shohin #isubtab .tab2_sty li a span{
	display: block;
	background: url(../images/common/arr_next.png) no-repeat right center;
	background-size: 7px;
	padding-right: 10px;
	font-size: 90%;
}
.page_shohin #isubtab .tab2_sty li a:hover{
	background: #409f10;
	color: #FFF;	
}
.page_shohin #isubtab .tab2_sty li a:hover span{ background-image: url(../images/common/arr02.png); }

.first-hide {
	display: none;
}

/* itab2 tab in tab (20220513 ファミマ・ローソン分ける) */
.page_shohin #isubtab02 .ui-tabs-hide { display: block; }
.page_shohin #isubtab02 .tab2_sty{
	width: 18.3%;
	float: left;
	margin-left: 2%;
	background: #FFF;
	padding: 1.5%;
	box-sizing: border-box;
}
.page_shohin #isubtab02 .first{ margin-left: 0; }
.page_shohin #isubtab02 .tab2_sty h4{
	text-align: center;
	margin-bottom: 20px;
}
.page_shohin #isubtab02 .tab2_sty li{
	display: block;
	margin-top: 5px;
}
.page_shohin #isubtab02 .tab2_sty li:first-child{ margin-top: 0; }
.page_shohin #isubtab02 .tab2_sty li a{
	display: block;
	background: #ccc;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
	padding: 10px 15px;
}
.page_shohin #isubtab02 .tab2_sty li a span{
	display: block;
	background: url(../images/common/arr_next.png) no-repeat right center;
	background-size: 7px;
	padding-right: 10px;
	font-size: 90%;
}
.page_shohin #isubtab02 .tab2_sty li a:hover{
	background: #409f10;
	color: #FFF;	
}
.page_shohin #isubtab02 .tab2_sty li a:hover span{ background-image: url(../images/common/arr02.png); }


/*  20190516 BIT START */
/* page_konyugaido_kobetsu
---------------------------------------------------------- */
.page_konyugaido_kobetsu #step{
	background: #FFFDDE;
	padding: 4%;
	margin-bottom: 2%;
}

.page_konyugaido_kobetsu #page_title{
	color:#FFFFFF;
	font-size: 160%;
	font-weight: bold;
	background: #009944;
	padding: 3%;
	margin-bottom: 2%;
}

.page_konyugaido_kobetsu #step .step_box{
	padding: 2% 25% 0% 20%;
}

.page_konyugaido_kobetsu #step .step_box ul{
	width:800px;
}

.page_konyugaido_kobetsu #step .step_box li{
	display:table-cell;
	width:50%;
	margin:0 20px;
	text-align:center;
}

.page_konyugaido_kobetsu #step .step_box img{
	text-align: center;
}

.page_konyugaido_kobetsu #step .title_sec{
	padding-left: 70px;
	text-indent: -40px;
}

.page_konyugaido_kobetsu #step .step_box02{
	padding: 2% ;
}

.page_konyugaido_kobetsu #step .step_box02 ul{
	width:100%;
	display: flex;
    flex-wrap: center;
}

.page_konyugaido_kobetsu #step .step_box02 li{
	width:48%;
	margin:0 20px;
	text-align:center;
}

.page_konyugaido_kobetsu #step .step_box02 p.img_txt {
	margin-top: 15px;
	padding: 5px 0;
    text-align: center;
    color: #FFFFFF;
    background-color: #2763c6;
}

/*  20190516 BIT END */

/* page_konyugaido 
---------------------------------------------------------- */
.page_konyugaido #step{
	background: #f5f5f5;
	padding: 4%;
}
.page_konyugaido #step .step_box{
	text-align: center;
	padding: 0 30%;
}
.page_konyugaido #step .title_sec{
	padding-left: 70px;
	text-indent: -40px;
}

/* page_koueikyougi 
---------------------------------------------------------- */
.page_category #main_top,
.page_koueikyougi #main_top{ padding-top: 0;}
.page_syusouhyou #menu.menu2 li a {
	height: 112px;
	padding-top: 20px;
}
#menu.menu2 li a{
	height: 100px;
	background-image: none !important;
	padding-top: 15px;
	box-sizing: border-box;
}
#menu.menu2 li a:hover{ background-color: #eee;}
#menu.menu2 li a span{
	background: url(../images/koueikyougi/ico_kouei01.png) no-repeat center top;
	background-size: auto 48px;
	padding-top: 50px;
	color: #268300;
	
	position: static;
	padding-left:0;
	display: block;
	transform: none;	
}
#menu.menu2 li:nth-child(2) a span{ background-image: url(../images/koueikyougi/ico_kouei02.png); color: #bc344c;}
#menu.menu2 li:nth-child(3) a span{ background-image: url(../images/koueikyougi/ico_kouei07.png); color: #c419d7;}
#menu.menu2 li:nth-child(4) a span{ background-image: url(../images/koueikyougi/ico_kouei03.png); color: #dc6a72;}
#menu.menu2 li:nth-child(5) a span{ background-image: url(../images/koueikyougi/ico_kouei04.png); color: #3b9dcb;}
#menu.menu2 li:nth-child(6) a span{ background-image: url(../images/koueikyougi/ico_kouei05.png); color: #3b71cb;}
#menu.menu2 li:nth-child(7) a span{ background-image: url(../images/koueikyougi/ico_kouei06.png); color: #d2aa00;}

.page_koueikyougi #main_top .btn_e li:last-child{ display: block; }

.page_koueikyougi #item .bg_gray{ padding: 1%;}


.page_koueikyougi .item_box .txt_r{ padding-top: 10px;}
.page_koueikyougi .item_box .txt_r a{
	background: url(../images/common/arr_next.png) no-repeat right center;
	background-size: 6px;
	padding-right: 12px;
	color: #000;
	text-decoration: none;
}

.page_koueikyougi .item_box .txt_r a:hover{ color: #888; }
.page_koueikyougi .banner li a{
	display: block;
	background: #FFF;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page_koueikyougi .banner li a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-color: #3E9D0E;
	background-color: #c9f4c6;
}

/* page_syussouhyo 
---------------------------------------------------------- */
.page_category #main_top,
.page_syussouhyo #main_top{ padding-top: 0;}
.page_syusouhyou #menu.menu2 li a {
	height: 112px;
	padding-top: 20px;
}

.page_syussouhyo #main_top .btn_e li:last-child{ display: block; }

.page_syussouhyo #item .bg_gray{ padding: 1%;}


.page_syussouhyo .item_box .txt_r{ padding-top: 10px;}
.page_syussouhyo .item_box .txt_r a{
	background: url(../images/common/arr_next.png) no-repeat right center;
	background-size: 6px;
	padding-right: 12px;
	color: #000;
	text-decoration: none;
}

.page_syussouhyo .item_box .txt_r a:hover{ color: #888; }
.page_syussouhyo .banner li a{
	display: block;
	background: #FFF;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page_syussouhyo .banner li a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-color: #3E9D0E;
	background-color: #c9f4c6;
}

/* page_category 
---------------------------------------------------------- */
#menu.menu_cate{
	width: 100%;
	float: none;
}
#menu.menu_cate li{
	width: 12.5%;
}
#menu.menu_cate li a{
	background-size: 30px;
	background-position: 5px center;
}
#menu.menu_cate li a span{ 
	padding-left: 25px;
}

.page_category #selling li{
	width: 24.2%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	transition: all .3s ease-out;
}
.page_category #selling li:nth-child(4n+1){
	margin-left: 0;
}
/* 20190419 BIT START */

.category_page .banner li a{
	display: block;
	background: #FFF;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.category_page .banner li a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-color: #3E9D0E;
	background-color: #c9f4c6;
}


/*.page_category #selling li img{ width: 100%; }*/

/* 20190419 BIT END */

/* page_syusouhyou 
---------------------------------------------------------- */
.page_syusouhyou #menu{
	width: 100%;
	float: none;
	border: none;	
}
.page_syusouhyou #menu ul{ border: none !important;	 }
.page_syusouhyou #menu li{
	width: 32% !important;
	border-bottom: none;
	border: 1px solid #ccc;
	margin-right: 2%;
}
.page_syusouhyou #menu li:last-child{
	border-right: 1px solid #ccc;
}
.page_syusouhyou #menu li:nth-child(1),
.page_syusouhyou #menu li:nth-child(2),
.page_syusouhyou #menu li:nth-child(6){ display: none; }
.page_syusouhyou #menu li:nth-child(5){ margin-right: 0; }
.page_syusouhyou #menu ul{
	float: left;
	width: 62%;
}
.page_syusouhyou .btn_saleslist{
	width: 35%;
	float: right;
}
.page_syusouhyou .btn_saleslist:last-child {
	margin-top: 1%;
}
/*.page_syusouhyou #tab{
	text-align: center;
	margin: 4% 0;
}
.page_syusouhyou #tab li{
	width: 25%;
	display: inline-block;
	margin: 0 1%;
}
.page_syusouhyou #tab li a{
	display: block;
	border: 2px solid #409f10;
	text-decoration: none;
	color: #000;
	font-size: 120%;
	padding: 8px 5px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.page_syusouhyou #tab li:hover a,
.page_syusouhyou #tab .ui-tabs-selected a{
	background: #409f10;
	color: #FFF;
}*/

.banner li{
	width: 24.2%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	transition: all .3s ease-out;
}
.banner li:nth-child(4n+1){
	margin-left: 0;
}
.banner li img{
	border: 1px solid #999;
	box-sizing: content-box;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	border-radius: 5px;
}

/* page_policy 
---------------------------------------------------------- */
.warp{
	padding: 0 2%;
}
.line_box{
	border: 1px solid #ccc;
	padding: 4%;
}
.page_policy .line_box span{
	display: block;
	background: url(../images/common/ico_mail.png) no-repeat left center;
	background-size: 23px;
	padding: 5px 0 5px 40px;
	font-size: 110%;
}
.page_policy .line_box .ico_tel{ background-image: url(../images/common/ico_tel.png); }
.page_policy .line_box .ico_map{ background-image: url(../images/common/ico_map.png); }

/* page_policy 
---------------------------------------------------------- */

.page_faq .list_q li a,
.page_faq .q{
	padding: 15px;
}

.page_faq .list_q li a{ 
	margin-bottom: 10px;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
}
.page_faq .q h4,
.page_faq .list_q a span{
	display: block;
	background: url(../images/faq/bg_q.png) no-repeat left top;
	background-size: 30px;
	padding: 5px 0 5px 45px;
	color: #333;
	font-size: 110%;
	font-weight: bold;
}
.page_faq .q:hover,
.page_faq .list_q a:hover{
	background-color: #f5f5f5;
}
.page_faq .acordion{ display: none;}
.page_faq .case{ border: 1px solid #ddd; }
.page_faq .q{
	padding-right: 40px;
	cursor: pointer;
	background: url(../images/common/bg_plus.png) no-repeat 98% 25px;
	background-size: 15px;
	transition: all .3s ease-out;
}
.page_faq .active{ background-image: url(../images/common/bg_min.png); background-color: #f5f5f5; }
.page_faq .a{
	background: url(../images/faq/bg_a.png) no-repeat left top;
	background-size: 30px;
	padding:5px 0 5px 45px;
	margin: 15px 15px 15px 30px;
}
.txt_red{ color: #F00; }
.page_faq .case{ margin-bottom: 10px;}

.pagenate-wrapper {
	text-align: center;
	margin-top: 50px;
}
.pagenate-wrapper .page-numbers {
	margin: 5px;
}
.pagenate-wrapper > a.page-numbers {
	padding: 10px;
	background-color: #409f10;
	color: #fff;
}
.pagenate-wrapper > span.page-numbers {
	padding: 10px;
	background-color: #a3a9a6;
	color: #fff;
}
#news-detail .date {
    background-color: #409f10;
    color: #fff;
	padding: 10px;
}
#news-detail .contents {
	margin-top: 20px;
}
#news-detail h1 {
	text-align:center;
	margin-top: 30px;
	font-size: 180%;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#maintenance-detail .date {
    background-color: #FF0000;
    color: #fff;
	padding: 10px;
}
#maintenance-detail .contents {
	margin-top: 20px;
}
#maintenance-detail h1 {
	margin-top: 30px;
	font-size: 120%;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#release-detail .date {
    background-color: #409f10;
    color: #fff;
	padding: 10px;
}
#release-detail .contents {
	margin-top: 20px;
}
#release-detail h1 {
	text-align:center;
	margin-top: 30px;
	font-size: 180%;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}


/* 追記 投稿
---------------------------------------------------------- */
.release {
	width: 100%;
	overflow: hidden; 
	margin-top:10px;
	margin-bottom: 20px;
}
.release　p{
font-size:16px;
}
/*
.release img {
float: right;
width: 40%;
margin: 5px 10px 5px 5px;
}
*/
.release img {
width: 50%;
height: auto;
display: block;
margin: 10px auto;
}

.release .page-textintro {
text-align: center;
width: 80%;
height: auto;
margin: 20px auto;
}
@media screen and (max-width: 999px) {
	.title_item2{
		width: 98%;
		margin-left:5px;
	}
	.release img {
		float: none;
		width: 100%;
		margin:0 auto;
		margin-bottom: 7px;
	}
	.contents_info_area .title {
		line-height: 40px;
	}
}

/*20191217追記　ヘルマンハープ　ここから*/

.hermannharp-list table {
	color: #429c20;
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 60%;
	font-size: 16px;  
	text-align:center;
	margin: auto;
}

.hermannharp-list th { /*テーブル見出し*/
	background-color: #429c20;
	color: #fff;
	padding: 16px 2px; 
} 

.hermannharp-list th, .hermannharp-list td { /*文字とセルの調整*/
	font-weight: bold;
	padding: 12px;  
}

.hermannharp-list table th:nth-child(2),
	.hermannharp-list table td:nth-child(2){   /*曲名のところ調整*/
	width: 30%;
}

.hermannharp-list table td:nth-child(2){ /*曲名のところ項目部分左揃え*/
	text-align:left;
}

.hermannharp-list table td:nth-child(n){   /*表の項目のところの上下に線を入れる */
	border-top: 1px solid #E5E4E5;
	border-bottom: 1px solid #E5E4E5;
}

.hermannharp-list table td:first-child{   /*最初のセル上下左に線を入れる*/
	border-left: 1px solid #E5E4E5;
}

.hermannharp-list table td:last-child{    /*最後のセル上下右に線を入れる*/
	border-right: 1px solid #E5E4E5;
}

.hermannharp-license{ /*ライセンス認証の枠 20200127追記*/
	position: relative;
	margin-bottom: 14%;
}

.hermannharp-text{ /*ライセンス認証の文章の枠 20200127追記*/
	position: absolute;
	left: 20%;
	bottom: -4rem;
}

.hermannharp-text p{ /*ライセンス認証の文章 20200127追記*/
	font-size: 12px;
}

.hermannharp-img{ /*ライセンス認証の画像の配置の枠 20200127追記*/
	position: absolute;
	left: 58%;
	bottom: -6rem;
	display: flex;
}

.hermannharp-img img{ /*ライセンス認証の画像の配置 20200127追記*/
	width: 70px;
} 

.hermannharp-img p{ /*ライセンス認証の画像テキスト 20200127追記*/
	font-size: 14px;
	line-height: 1.4;
	margin: 1rem 0 0 1rem;
}


/*追記　ヘルマンハープ　ここまで*/



/*20200107追記　よくある質問　ここから
---------------------------------------------------------- */
.howto__caution {
    position: relative;
    padding-left: 3em;
    max-width: 50em;
}

.howto__caution::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5em;
    height: 2.5em;
    background: url(/wp-content/themes/eprint/images/faq/icn_caution.png) no-repeat 0 0;
    background-size: contain;
	margin-top: 4px;
}

.sp_caution {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
	padding-bottom: 10px;
}
/*追記　よくある質問　ここまで
---------------------------------------------------------- */

.text_list dl {
	width:98%;
	float: left;
	margin:1px 2px;
}
.text_list dt {
	width: 98%;
	padding: 4px 2px 2px 2px;
	background: rgb(241, 241, 241);

}
.text_list dd {
	width:98%;
	padding:4px 2px 2px 2px;
}


#content_other {
	margin:2px 2px 4px 2px;
	width: 100%;
	text-align:center;
}

.lineup {
	min-height:600px;
}

#main_box {
	background: #FFF;
	height: auto;
	width: 19%;
	font-size: 12px;
	word-break: break-all;
	border-right: 1px solid rgb(221, 225, 231);
	border-left: 1px solid rgb(223, 223, 223);
	border-bottom: 2px solid rgb(223, 223, 223);
	border-top: 2px solid rgb(223, 223, 223);
	border-collapse: collapse;
	line-height: 13px;
	display:inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	opacity: 1;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	justify-content: flex-end;
	text-align:center;
}

#main_box:hover {
	/*background: none;*/
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	border-color: rgb(147, 186, 255);
	color:#339933;
}

/* 利用店舗 */
#main_box .shops{
	padding: 0px;
	width: 100%;
	height: 37px;
}

.main_box {
	background: #FFF;
	height: auto;
	width: 19%;
	font-size: 12px;
	word-break: break-all;
	border-right: 1px solid rgb(221, 225, 231);
	border-left: 1px solid rgb(223, 223, 223);
	border-bottom: 2px solid rgb(223, 223, 223);
	border-top: 2px solid rgb(223, 223, 223);
	border-collapse: collapse;
	line-height: 13px;
	display:inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	opacity: 1;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	justify-content: flex-end;
	text-align:center;
}
.main_box.default {
	background: #FFF;
	height: auto;
	width: 19%;
	font-size: 12px;
	word-break: break-all;
	border-right: 1px solid rgb(221, 225, 231);
	border-left: 1px solid rgb(223, 223, 223);
	border-bottom: 2px solid rgb(223, 223, 223);
	border-top: 2px solid rgb(223, 223, 223);
	border-collapse: collapse;
	line-height: 13px;
	display:inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	opacity: 1;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	justify-content: flex-end;
	text-align:center;
}

.main_box:hover {
	/*background: none;*/
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	border-color: rgb(147, 186, 255);
	color:#339933;
}

/* 利用店舗 */
.main_box .shops {
	padding: 0px;
	width: 100%;
	height: 37px;
}

.main_box.patternA {
	background: #FFF;
	height: auto;
	width: 24%;
	font-size: 12px;
	word-break: break-all;
	border-right: 1px solid rgb(221, 225, 231);
	border-left: 1px solid rgb(223, 223, 223);
	border-bottom: 2px solid rgb(223, 223, 223);
	border-top: 2px solid rgb(223, 223, 223);
	border-collapse: collapse;
	line-height: 13px;
	display:inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	opacity: 1;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	justify-content: flex-end;
	text-align:center;
}

#box_img {
	height: 162px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
}

#box_img img {
	max-width: 98%;
	max-height: 160px;
	display: table-cell;
	margin: 2px auto;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 4px;
}

.modal_thumbnail img {
	max-width: 300px;
	max-height: 300px;
}

.top_text_2nd {
	display:flex;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1em;
	height: 55px;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding:10px 0px 0px 0px;
	width: 100%;
	justify-content: center;
}
.top_text_3rd {
	display:flex;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1em;
	height: 60px;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding:10px 0px 0px 0px;
	width: 100%;
	justify-content: center;
}


#box_under {
	width: 100%;
	height: auto;
}


.item_l {
	font-size: 13px;
}
/*
.itemprice_l {
	width:30%;
	border-right:1px solid #C0C0C0;
	vertical-align:middle;
}
.itempsize_r {
	font-size: 14px;
	font-weight:bold;
	color: rgb(76, 87, 102);
	vertical-align:middle;
}
.itempsize_l {
	width:30%;
	border-right:1px solid #C0C0C0;
	vertical-align:middle;
}
.itemprice_r {
	font-size: 14px;
	font-weight:bold;
	color: rgb(76, 87, 102);
	vertical-align:middle;
}
*/
.itemprice_l {
	display:inline-block;
	font-size: 13px;
	padding:1px 1px 1px 1px;
	text-align:right;
}
.itemnum_l {
	display:block;
	font-size: 16px;
	padding:1px 1px 1px 1px;
	font-variant-numeric: slashed-zero;
}

.itemnum_l_2 {
	display:block;
	font-size: 14px;
	padding:1px 1px 1px 1px;
	font-variant-numeric: slashed-zero;
}

.composer dd {
	display:block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	color: rgb(76, 87, 102);
	padding-top: 4px;
	height:20px;
}
.difficulty dd {
	display:block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	color: rgb(76, 87, 102);
	padding-top: 4px;
	height:20px;
}
/*
.psize-price {
	width:100%;
}
.psize {
	width:100px;
	border: 1px solid #C0C0C0;
}

.price {
	width:100px;
	border: 1px solid #C0C0C0;
    display: none;
}
*/
.confnum {
	border: 1px solid #C0C0C0;
}
.confnum dt {
	color: rgb(76, 87, 1);
	background: rgb(241, 241, 241);
	font-size: 12px;
}
.confnum dd {
	display:block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
}
.price {
	border: 1px solid #C0C0C0;
	display: block;
}
.price dt {
	color: rgb(76, 87, 1);
	background: rgb(241, 241, 241);
	font-size: 12px;
}
.price dd {
	color: rgb(0, 0, 0);
	display:block;
	font-size: 12px;
	font-family: sans-serif;
}
.sales_date_end {
	border: 1px solid #C0C0C0;
}
.sales_date_end dt {
	color: rgb(76, 87, 1);
	background: rgb(241, 241, 241);
	font-size: 12px;
}
.sales_date_end dd {
	display:block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
}
/*
.psize {
	display:none;
}

.price {
	display:block;
}
*/
#item_sendmail dl {
	border: 1px solid rgb(153, 190, 255);
	padding-bottom: 4px;
}

.page-links {
	text-align: center;
	padding-top: 50px;
	clear:both;
	display: flex;
	justify-content: center;
}

.page-links-text{
	text-align: center;
	padding-top: 20px;
	clear:both;
}

.page-links .page-number {
	margin: 5px;
}

.page-links .page-number{
	display: block;
    width: auto;
	font-size:25px;
	font-weight:bold;
	margin: 4px;
    padding: 20px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

.page-links a .page-number {
    color: #fff;
	border-color: #000;
	background-color: #409f10;
}

.page-links a .page-number:hover {
    color: #fff;
	border-color: #409f10;
    background-color: #409f10;
}

.link-pages-texts-span {
	font-size:20px;
}



/* modal
---------------------------------------------------------- */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left:0;
    width: 100%;
	z-index: 2;
}
.modal__bg{
	display:block;
	/* 位置の固定 */
	position:fixed;
	/* 位置 */
	top:0;
	left:0;
	/* 幅・高さ */
	width:100%;
	height:100%;
	/* 背景の色（半透明） */
	background: rgba(0,0,0,0.8);
	/* 外側の余白 */
	margin-top:0px;
}
.modal__content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width:auto;
	height:auto;
	padding:20px;
	border:2px solid #aaa;
	background:#fff;
}

#modal__contentinfo {
	border-top: 1px solid rgb(153, 190, 255);
	font-weight:bold;
	width:100%;
	padding-top:5px;
}
/*
#modal__contentinfo table {
	border:1px solid rgb(200, 200, 200);
	vertical-align: middle;
	padding:3px 2px 0px 0px;
	width:100%;
	font-size:100%;
}
#modal__contentinfo tr {

}
#modal__contentinfo td {
	border:1px solid rgb(200, 200, 200);
	text-align:center;
}
#modal__contentinfo .item_l {
	width:45%;
	vertical-align: middle;
}
*/
#modal__contentinfo dl {
	border:1px solid rgb(200, 200, 200);
	vertical-align: middle;
	width:100%;
	font-size:100%;
}
#modal__contentinfo dt {
	border-bottom:1px solid rgb(200, 200, 200);
	background: rgb(241, 241, 241);
}
#modal__contentinfo dd {
	display:inline-block;
	text-align:right;
}
#modal__contentinfo dd.modal_confnum_value {
	font-variant-numeric: slashed-zero;
}
#modal__contentinfo dd.modal_sales_date_end_value {
	font-variant-numeric: slashed-zero;
}
.modal_contents_name {
	font-size:20px;
}

.js-modal-open {
	text-decoration: none;
	cursor: pointer;
}
.js-modal-close {
	float:left;
	padding-top:10px;
	width:100%;
	
}

.contents_title {
	text-align:center;
	margin-top: 10px;
	font-size: 180%;
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.contents_info_area {
	width:100%;
	margin-bottom:10px;
}
.contents_info_area .banner{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.contents_info_area .banner_plarail{
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.contents_info_area .banner img{
	width:1280px;
}

.contents_info_area .title {
    width: auto;
    height: auto;
    padding: 5px;
    background-color: #006400;
    color: #FFF;
    font-size: 3.3vmin;
    font-weight: bold;
    text-align: center;
	line-height: 60px;
}

.contents_info_area .summary {
    width: 100%;
    font-size: 100%;
    line-height: 140%;
    margin: 0 aut 30px;
    text-align: left;
}

.contents_info_area .summary dl.summary-table {
    border-collapse: collapse;
    line-height: 1.5;
    width: 100%;
    color: #333;
    font-size: 110%;
    border-bottom: 1px dotted #CCC;
    display: table;
}


.contents_info_area .summary dl.summary-table dd {
    text-align: left;
    padding: 20px 10px;
    display: table-cell;
    word-break: break-all;
}

.contents_info_area .summary dl.summary-table dt {
	text-align: left;
    padding: 20px 10px;
    display: table-cell;
    color: #02225f;
    letter-spacing: 0.1em;
    width: 10%;
    font-weight: bold;
    /*vertical-align: middle;*/
}

.contents_info_area .summary dl.summary-table p {
    margin: 0;
}

.contents_info_area .summary  dl.summary-table dd .nw {
    white-space: nowrap;
    display: inline-block;
}
.contents_info_area .summary  dl.summary-table dt .nw {
    white-space: nowrap;
    display: inline-block;
}

#contents_lineup_area {
	margin-top:15px;
	text-align:center;
}

#contents_lineup_area .title {
	text-align:center;
    width: auto;
    height: auto;
    background-color: #006400;
    color: #FFF;
    font-size: 2.8vh;
    font-weight: bold;
	margin-bottom:10px;
	padding-top:10px;
	border-radius: 10px 10px 0px 0px;
}
#contents_lineup_area .title p {
	margin:0;
	padding:0;
	line-height:30px;
}

#contents_lineup_area .title span {
	color:#f5f5f5;
	font-size: 1.4vmin;
}

.selection-cvs{
    display: flex;
}
.selection-cvs button{
    display: block;
    width: 50%;
    border: none;
    background: #acdda5;
    color: #000;
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
}
.selection-cvs button.cvs.active {
    background: #1a720d;
    color: #FFF;
    font-weight: bold;
}


#loader img {
	vertical-align:top;
	padding-top:50px;
	width:5%;
}

.area_list {
	display: flex;
    justify-content: space-evenly;
}

.area_list .area-list-item {
	color: black;
	background: White;
	font-weight: bold;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	padding: 10px .5em;
	cursor: pointer;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #b7b7b7;
	border-radius: 5px 5px 0 0;
	/*max-width:200px!important;*/
	min-height:44px;
}

.area_list .area-list-item.active {
	background: #f5f5f5 ;
    color: black;
    border-width: 1px 1px 0px 1px;
}

.area_list_item_active_name {
	background: #f5f5f5 ;
    color: black;
    display: flex;
    font-size: 2.5vh;
    padding: 5px 0 5px 4vw;
    justify-content: space-between;
    align-items: center;
    border:solid;
    border-width: 0px 1px 0px 1px;
    border-color: #b7b7b7;
    /*-webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);*/
}

#Copyright {
	margin-top:30px;
	text-align:right;
}

.tab-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:20px 0;
}
.tab-wrap:after {
	width: 100%;
	height: 3px;
	background: #000;
	display: block;
	order: 1;
}
.tab-label {
	color: White;
	background: LightGray;
	font-weight: bold;
	/*font-size: 1.5vmin;*/
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	padding: 10px 18px;
	order: 1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
	min-width:16px;
	max-width:16px;
	margin-top:5px;
	text-align:center;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;	
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #696969;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.tab-switch:checked+.tab-label+.tab-content.category {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	background: #f5f5f5;
    border: solid 1px;
    border-width: 0px 1px 1px 1px;
    border-color: #b7b7b7;
    box-shadow: none;
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}

.none-content {
	width:100%;
	height: auto;
	text-align:center;
	overflow: auto;
	padding: 30px 0 30px 0;
	/*box-shadow: 0 0 3px rgba(0,0,0,.2);*/
	font-size:18px;
	font-weight:bold;
	background: #f5f5f5;
    border: solid 1px;
    border-width: 0px 1px 1px 1px;
    border-color: #b7b7b7;
}
.button {
	line-break: strict;
	color: #474646 !important;
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	line-height: 1.5;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	border: 0;
	min-height: 0;
	text-align: center;
	/* background: url(/common/title_bg.gif) repeat left bottom; */
	padding: 20px 0;
	overflow: visible;
	clear: none;
	min-width: 1em;
	margin-top:10px;
}

.pbBlock {
	line-break: strict;
	color: #474646 !important;
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	line-height: 1.5;
	display: block;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

.Annotation {
	text-align:left;
	margin-top:10px;
	display:inline-block;
}

.button a {
	line-break: strict;
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	line-height: 1.5;
	font-style: normal;
	text-align:center;
	display: block;
	margin: auto;
	padding: 10px 0;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #ddd;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(#7c807d 0%, #464646 100%);
	/*background: linear-gradient(#16C17A 0%, #008837 100%);*/
	border: 1px solid #464646;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 20em;
	font-size: 100%;
}

.button a.howtobacknumber {
	background: linear-gradient(#ff6347 0%, #800000 100%);
	margin-top:5px;
}

#pbBlock1154958L {
	padding:10px 0 0 0;
}

.button a img {
	line-break: strict;
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	line-height: 1.5;
	text-align: center;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 100%;
	padding: 0;
	margin: 0;
	margin-left: 0.5em;
	width: 1.1em;
	height: auto;
	vertical-align: middle;
	border: none;
}

.button a:hover {
	background: linear-gradient(#7c807d 0%, #000 100%);
}

.button a:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    width: 5px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
}

.button a.howtobacknumber:hover {
	background: linear-gradient(#b22222 0%, #000 100%);
}

.button a.howtobacknumber:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    width: 5px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
}

.button .cation {
	font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-weight:bold;
	text-shadow: 0px 0px 1px #808080;
	display:inline-block;
	text-align:left;
	margin-top:10px;
}

span .step {
	display:block;
	float:left;
}
span .aaa {
	display:block;
	
}

MW WP FROMのCSSCSS
/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/
 
 
 
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
	margin-top:3px;
    padding: 1em;
  /*width: 100%;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}
 
.mw_wp_form select {
    display: block;
    position: relative;
    /*width: 80%;*/
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
 
.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
 
/*――――「表」デザイン――――*/
 
.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
}
 
 
.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}
 
 
/*―――――表示―――――*/
 
.cform {
	width: 94%;
	margin: auto;
}
 
 
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	margin-top:3px;
	/*width: 90%;*/
}
 
 

.cform3 {
	width: 65%;
	margin: 0 auto
}
@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
  border: 1px solid #999;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
	
	.cform3 {
	width: 100%;
	margin: 0 auto
	}
}
 
/*――「送信ボタン」デザイン――*/
 
.submit-btn input {
background-color:#ebbbbb;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}
 
.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}
 
.submit-btn input:hover {
	background: #EF5B9C;
	color: #FFFFFF;
　cursor: pointer;
}
 
 
/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.9em;
padding: 3px;
border-radius: 5px;
margin-right: 10px;
background: #ebbbbb;
color: #ffffff;
}
/*ーーーーーーーーーーーーーーーー*/