@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 index
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 index-top-img
--------------------------------------------------------- */
#index .index-top-img {
  overflow: hidden;
}

#index .index-top-img .slider-wrap {
  padding: 0 0 25px;
}

#index .index-top-img #JS-top-slider {
  visibility: hidden;
  background: #F2F2F2;
}

#index .index-top-img li {
  text-align: center;
  display: block;
}

#index .index-top-img li a,
#index .index-top-img li span {
  display: block;
}

#index .index-top-img .bx-wrapper {
  position: relative;
}

/* bx-pager
--------------------------------------------------------- */
#index .index-top-img .bx-wrapper .bx-pager {
  text-align: center;
  bottom: -25px;
  position: absolute;
  width: 100%;
  left: 0;
}

#index .index-top-img .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0px 7px;
  vertical-align: bottom;
}

#index .index-top-img .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -9999px;
  outline: none;
  background: #CCC;
  border: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

#index .index-top-img .bx-wrapper .bx-pager .bx-pager-item .active {
  background: #f99700;
}

/* bx-controls-direction
--------------------------------------------------------- */
#index .index-top-img .bx-wrapper .bx-controls-direction {
  display: none;
}

/*
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-prev,
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-next {
	box-shadow: $shadow01;
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 50px;
    background: #FFF;
    text-indent: -9999px;
    outline: none;
	z-index: 20;
	bottom: 0;
	margin: auto 0;
	opacity: 0.7;
	border-radius: 3px;
	
	&:hover {
		opacity: 1;
	}
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-prev {
    left: 8px;
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-next {
    right: 8px;
}

#index .index-top-img .bx-wrapper .bx-controls-direction .bx-prev:before,
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-prev:before {
    border-width: 10px 8px 10px 0;
    border-color: transparent $color-d-main01 transparent transparent;
    left: 0;
    right: 2px;
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-next:before {
    border-width: 10px 0 10px 8px;
    border-color: transparent transparent transparent $color-d-main01;
    left: 2px;
    right: 0;
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-prev:after,
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-next:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-prev:after {
    border-width: 10px 8px 10px 0;
    border-color: transparent #FFF transparent transparent;
    left: 2px;
    right: 0;
}
#index .index-top-img .bx-wrapper .bx-controls-direction .bx-next:after {
    border-width: 10px 0 10px 8px;
    border-color: transparent transparent transparent #FFF;
    left: 0;
    right: 2px;
}
*/

/*
---------------------------------------------------------
 .news-block
--------------------------------------------------------- */
#index .news-block{
  margin-bottom:10px;
}

#index .news-block table{
  border: 1px solid #9A9A9A;
  width: 100%;
  font-size: 12px;
}

#index .news-block table th{
  background: #FF0302;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  width: 20%;
}

#index .news-block span.wb-rss-date {
    margin:  0 8px;
}
#index .news-block .news-link-wrap,
#index .information-block .information-link-wrap{
  text-align: right;
  font-size: 12px;
}

/*
---------------------------------------------------------
order_data
--------------------------------------------------------- */
#index .order_data li.temp{
  border: #13007D solid 1px;
  padding: 0;
}

#index .order_data li.data{
  border: #E1013F solid 1px;
  padding: 0;
}

#index .order_data li.ruff{
  border: #FEC900 solid 1px;
  padding: 0;
}

#index .order_data li.web{
  border: #247C26 solid 1px;
  padding: 0;
}

#index .order_data li.temp h4,
#index .order_data li.data h4,
#index .order_data li.ruff h4,
#index .order_data li.web h4{
  background: #13007D;
  color: #ffffff;
  padding: 6px 10px;
  font-weight: unset;
  border: none;
  font-size: 16px;
  display: block;
}

#index .order_data li.data h4{
  background:#E1013F;
}

#index .order_data li.ruff h4{
  color:#484848;
  background:#FEC900;
}

#index .order_data li.web h4{
  background:#247C26;
}

#index .order_data li .temp_content,
#index .order_data li .data_content,
#index .order_data li .ruff_content,
#index .order_data li .web_content{
  padding: 0 10px 5px 10px;
}

#index .order_data li{
  border: #969696 1px solid;
  width: 49%;
  float: left;
  padding: 10px 10px 20px 10px;
  display: block;
  margin: 0 1% 4% 0;
}

#index .order_data li a{
  text-decoration:none;
}

#index .order_data li img,
#index .order_data li p{
  float:none;
}
/* index-service-block
--------------------------------------------------------- */
#index .index-service-block{
	margin-bottom: 0;
}
#index .index-service-block li{
	float:left;
	width:49%;
	margin-left:2%;
	margin-bottom:2%;
}
#index .index-service-block li:nth-of-type(2n+1){
	clear:both;
	margin-left:0;
}


/* index-service-block02
--------------------------------------------------------- */
#index .index-service-block02{
	margin-bottom: 0;
}
#index .index-service-block02 li{
	float:left;
	width:49%;
	margin-left:2%;
	margin-bottom:2%;
}
#index .index-service-block02 li:nth-of-type(2n+2){
	clear:both;
	margin-left:0;
}
#index .index-service-block02 li:nth-of-type(1){
	clear:both;
	width:100%;
	margin-left:0;	
}

#index .index-service-block02 li:nth-of-type(4),
#index .index-service-block02 li:nth-of-type(5),
#index .index-service-block02 li:nth-of-type(6),
#index .index-service-block02 li:nth-of-type(7){
	clear:both;
	width:100%;
	margin-left:0;	
}

/* ranking-block
--------------------------------------------------------- */
#index .ranking-block .Title-block{
	background-image:url(/img/index/icn_index_title02.svg);	
}
#index .ranking-wrap a {
 color:#f15e0e;
 text-decoration-style: solid;
}
#index .ranking-wrap li {
 float:left;
 width:49%;
 margin-left:2%;
 margin-bottom:2%;
}
#index .ranking-wrap li:nth-of-type(2n+2) {
 margin-left:0;
 clear:both;
}
#index .ranking-wrap li .img-wrap {
	margin-bottom:10px;
	position:relative;
	padding-top:10px;
}
#index .ranking-wrap li .img-wrap .ranking-number{
	position:absolute;
	top: -12px;
	left: -7px;
	font-weight: bold;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 6px 11px 6px;
	line-height: 1;
}
#index .ranking-wrap li .img-wrap .ranking-number{
	background-color:#f15e0e;
}
#index .ranking-wrap li.rank1 .img-wrap .ranking-number{
	background:url('/img/index/ranking01.svg') no-repeat center center;
	padding: 13px 17px 4px;
	font-size: 24px;
}
#index .ranking-wrap li.rank2 .img-wrap .ranking-number{
	background:url('/img/index/ranking02.svg') no-repeat center center;
	padding: 13px 17px 4px;
	font-size: 24px;
}
#index .ranking-wrap li.rank3 .img-wrap .ranking-number{
	background:url('/img/index/ranking03.svg') no-repeat center center;
	padding: 13px 17px 4px;
	font-size: 24px;
}
#index .ranking-wrap li .body-wrap {
}
#index .ranking-wrap li .body-wrap .title-wrap {
	background-color:#ffebc7;
	font-size:18px;
	font-weight:bold;
	padding:2px 5px;
}
#index .ranking-wrap li .reccomend-wrap {
	border:1px solid #ccc;
	padding:8px 5px;
}
#index .ranking-wrap li .reccomend-wrap .reccomend-title {
	background-color:#ffe164;
	border-radius:20px;
	padding:0 5px;
	margin-bottom:5px;
}
#index .ranking-wrap li .reccomend-wrap .reccomend-txt {
	padding:3px 3px;
}
#index .ranking-wrap li .reccomend-wrap .reccomend-paper {
	margin-bottom:10px;
}
#index .ranking-wrap li.MOD-comment {
	width:100%;
	margin-left:0;
}
#index .ranking-wrap li.MOD-comment .img-wrap {
	width:52%;
	float:left;
}
#index .ranking-wrap li.MOD-comment .body-wrap {
	width:46%;
	float:left;
	margin-left:2%;
	  margin-bottom: 10px;
}
#index .ranking-wrap li.MOD-comment .comment-wrap {
	width: 73%;
	padding: 10px 12px;
	position: relative;
	margin: 10px auto 30px;	
	background-color:#e5e5e5;
	clear: both;
}
#index .ranking-wrap li.MOD-comment .comment-wrap:before{
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	left: 47px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px 14px;
	border-color: transparent transparent #e5e5e5 transparent;
	
}
#index .ranking-wrap li.MOD-comment .comment-txt {
  font-size: 14px;
}
#index .comment-price-wrap {
 font-weight:bold;
 margin-top: 10px;
}
#index .comment-price-wrap .left-wrap {
 width: 35%;
 float: left;
 font-size: 12px;
 letter-spacing: 0;
}
#index .comment-price-wrap .price-wrap {
 width:64%;
 float:right;
 line-height: 1;
 letter-spacing:0;
}
#index .comment-price-wrap .price-unit {
 font-size:16px;
}
#index .comment-price-wrap .price-number {
 font-size:30px;
 font-weight:bold;
 color:#ff0000;
}
#index .ranking-wrap .comment-wrap .Btn-main.MOD-cart{
	width:80%;
	background-image:url('/img/index/arrow_white.svg');
	background-repeat:no-repeat;
	background-position:96% center;
	padding:0;
}
#index .ranking-wrap .comment-wrap .Btn-main.MOD-cart span{
	background-image:url('/img/index/icn_cart_white.svg');
	background-repeat:no-repeat;
	background-position:8px center;
	padding: 12px 20px 12px 36px;
	display:block;	
}

/* index-print-paper-block
--------------------------------------------------------- */
#index .index-print-paper-block .Title-block{
	background-image:url(/img/index/icn_index_title03.svg);	
}
#index .paper-wrap .paper-title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	
}
#index .paper-wrap .img-wrap{
	float: left !important;
	width: 38%;
	margin-right: 10px;
}
#index .paper-wrap .txt-wrap{

}
#index .paper-wrap .txt-wrap .concept{
	font-weight:bold;
	font-size:17px;
	margin-bottom:10px;
}
#index .paper-wrap .detail-accordion-body{
	display:none;
}
#index .paper-wrap .Btn-sub{
	padding: 5px 38px 5px 14px;
	font-size: 16px;
	width: 48%;
	background:url('/img/index/arrow_black_down.svg') no-repeat 96% center;
	color:#484848 !important;
	border-color:#484848 !important;
}
#index .paper-wrap .Btn-sub.active{
	background:url('/img/index/arrow_black_up.svg') no-repeat 96% center;	
}
#index .top_price-btn-wrap {
 text-align:center;
}
#index .top_price-btn-wrap ul {

}
#index .top_price-btn-wrap ul li {
 width:100%;
 float:left;
 margin-bottom:3%;
}
#index .top_price-btn-wrap ul li a {
 width:100%;
}
/*
---------------------------------------------------------
pepar price
--------------------------------------------------------- */
#index table.Table01{
  font-size:11px;
}
#index table.Table01 th{
  width:21%;
}
#index table.Table01 td.no-border{
  border-right:none;
}

#index span.th-color, 
#price span.th-color{
  display: block;
  font-size: 12px;
}

#index table.Table01 span.price {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-right: 3px;
}

#index table.Table01 span.underline-y:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FDE523;
}

#index table.Table01 span.underline-y{
  position: relative;
  z-index: 1;
}

#index table.Table01 img.price_point{
  position: absolute;
  top: -20%;
  width: 36px;
  left: -6%;
  z-index: 2;
}

/*
---------------------------------------------------------
 .temp-categ-block
--------------------------------------------------------- */

#index .temp_cate a {
  display: block;
}

#index .temp_cate .categ_list {
  clear: both;
  margin-bottom: 8px;
  border: 1px solid #9A9A9B;
  background-image: url(/img/index/icon_btn.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-color: #f2f2f2;
  display: block;
  width: 100%;
}

#index .temp_cate .categ_list h3{
    font-size: 155%;
    text-align: center;
    margin: 10px 0;
}

#index .temp_cate span.categ_list_memo {
    margin: 0 47px 5px 0;
    display: block;
}

#index .temp_cate img {
    display: block;
    margin: 0 0 10px 15px;
    margin-right: 20px;
    float: left;
    width: 47%;
  max-width:214px;
}

#index .temp_cate .categ_list:hover{

}
/*
---------------------------------------------------------
 .point-block
--------------------------------------------------------- */
#index .point-block .point-list li {
  /* float: left; */
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #9A9A9B;
  padding: 5px 5px 0 5px;
}

#index .point-block .point-list li .WB-img-wrap{
  width: 45%;
  float: right;
  margin: 0 0 0 5px;
}

#index .point-block .point-list li .WB-body{
  padding: 5px 0;
}


#index .point-block .point-list li .WB-copy,
#index .point-block .point-list li .WB-title {
  text-align: center;
}

#index .point-block .point-list li .WB-title > span {
  font-size: 20px;
  position: relative;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
  padding: 0 5px;
}
#index .point-block .point-list li .WB-title > span:before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FDE523;
}

#index .point-block .point-list li .WB-title > span span {
  position: relative;
  z-index: 1;
}

#index .point-block .point-list li .WB-body{
  padding: 10px 0;
}
/*
---------------------------------------------------------
 .template-block
--------------------------------------------------------- */
#index .template-block .template-gallery {
  overflow-x: scroll;
  background: #f2f2f2;
  padding: 16px;
}

#index .template-block .template-gallery-body {
  display: none;
  padding-right: 25px;
}

#index .template-block .template-gallery-body .WB-group {
  display: table-cell;
}

#index .template-block .template-gallery-body .WB-group + .WB-group {
  padding-left: 10px;
}

#index .template-block .template-gallery-body .WB-article {
  width: 180px;
}

#index .template-block .template-gallery-body .WB-article + .WB-article {
  margin-top: 10px;
}

#index .template-block .WB-template-detail {
  display: none;
}

#index #colorbox .WB-template-detail {
  padding: 15px;
  text-align: center;
}

#index #colorbox .WB-template-detail .WB-img-wrap {
  margin-bottom: 15px;
}

#index #colorbox .WB-template-detail .WB-img-wrap img {
    max-width: 100%;
    height: auto !important;
    box-shadow: 0px 0px 10px #48484882;
}

#index #colorbox .WB-template-detail .WB-title {
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 10px;
}

#index #colorbox .WB-template-detail span {
    display: block;
    margin: 0px auto 15px;
    text-align: center;
}

#index #colorbox .WB-template-detail .WB-btn-wrap a {
  display: block;
  text-decoration: none;
  background: #333;
  padding: 6px;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  font-size: 13px;
}

/*
---------------------------------------------------------
staff_comment
--------------------------------------------------------- */
#index .staff-block {
  display:none;
}

#index .staff_comment input{
  display:none;
}

#index .staff_comment{
  margin:27% 0px 25%;
}

#index .staff,
#index .staff2 {
  position: relative;
  z-index: auto;
  float: left;
  margin: 1% 1%;
  width: 31.3%;
}

#index .staff img,
#index .staff2 img  {
  box-shadow: 1px 1px 1px #ccc;
  opacity:0.7;
  max-width:240px;
  width:100%;
}

#index .staff .comment_box {
  position:absolute;
  width: 300%; /* 吹き出しの幅 */
  height: 88%; /* 吹き出しの高さ */
  top: -93%; /* 吹き出しと三角形の高さをプラスした値 */
  left: 0%;
  border-radius: 0;
  background-color: #CAEBFF;
  display: none;
}

#index .staff#ito .comment_box {
    left: -100%;
}

#index .staff#ogoshi .comment_box {
    left: -200%;
}

#index .staff#ogoshi .comment_box:after {
    left: 71%;
}

#index .staff#ito .comment_box:after { /* 三角形を作成 */
  left: 39%;
}



#index .staff .comment_box:after { /* 三角形を作成 */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 90%; /* 吹き出しの高さと同じ値 */
  left:9%;
  border: 16px solid transparent;
  border-top: 30px solid #CAEBFF;
}

#index .staff2 .comment_box {
  position:absolute;
  width: 300%; /* 吹き出しの幅 */
  height: 100%; /* 吹き出しの高さ */
  top: 107%; /* 吹き出しと三角形の高さをプラスした値 */
  left: 0%;
  border-radius: 0px;
  background-color: #CAEBFF;
  display: none;
}

#index .staff2 .comment_box:after { /* 三角形を作成 */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top:-30px;
  left: 9%;
  border: 15px solid transparent;
  border-bottom: 25px solid #CAEBFF;
}

#index .staff2#taji .comment_box {
  left: -100%;
}
#index .staff2#taji .comment_box:after { /* 三角形を作成 */
  left: 39%;
}

#index .staff2#sasaki .comment_box {
  left: -200%;
}
#index .staff2#sasaki .comment_box:after { /* 三角形を作成 */
  left: 70%;
}

#index .staff .text ,
#index .staff2 .text {
  font-size: 12px;
  position: absolute;
  padding: 8px;
}

#index .staff img:hover,
#index .staff2 img:hover  {
  opacity:1;
}

#index .staff:hover .comment_box ,
#index .staff2:hover .comment_box {
  z-index: 2;
  display: block;
}

/*
---------------------------------------------------------
 information-block
--------------------------------------------------------- */
#index .information-block .wb-rss-categ {
  /* @mixin:clearfix */
}
#index .information-block .wb-rss-categ:after {
  content: "";
  display: block;
  clear: both;
}

#index .information-block .wb-rss-list {
  float: left;
  position: relative;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 2%;
  border: 1px solid #a9a9a9;
  padding: 141px 5px 5px;
}
#index .information-block .wb-rss-list:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

#index .information-block .wb-rss-list a {
  text-decoration: none;
}

#index .information-block .wb-rss-list .wb-rss-list-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 46.7%;
  width: 100%;
}

#index .information-block .wb-rss-list .wb-rss-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* ----margin: auto;-- */
  width: auto !important;
  max-height: 141px;
}

#index .information-block .wb-rss-list .wb-rss-list-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  text-indent: -9999px;
  outline: none;
}

#index .information-block .wb-rss-list .wb-rss-title {
  font-weight:bold;
}

#index .information-block .wb-rss-list .wb-rss-list-body {
  margin-top: 8px;
  font-size: 10px;
}
/*
---------------------------------------------------------
service_list
--------------------------------------------------------- */
#index .service_list li {
  margin: 8px 0;
}

#index .service_list li a{
    font-size: 14px;
    font-weight: bold;
}

/*
---------------------------------------------------------
discript-block
--------------------------------------------------------- */
#index .discript-block{
  background-color: #F2F2F2;
  padding: 10px;
}

#index .discript-block h2{
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #484848;
}

#index .discript-block h3{
  font-size: 14px;
  padding-top: 10px;
}
#index .discript-block p {
  padding: 4px 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
20190724
-----------------------------------------------------------
----------------------------------------------------------- */
/* --------------------------------------------------------
-----------------------------------------------------------
 float
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content-block .Fl{
	float:none;
}
#index .Content-block .Fr{
	float:none;
}


/*
---------------------------------------------------------
 Alpha
--------------------------------------------------------- */
#index .Alpha .Btn-main {
	display:block;
	padding:8px 10px;
	background-color:#f15e0e;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
#index .Title-block{
	background-color:#fff;
	color:#333;
	border-bottom:1px solid #898989;
	padding-left: 30px;
	background-repeat:no-repeat;
	background-position:5px center;
	background-size: 16px 20px;
	font-weight: bold;
}
#index .Content{
	padding: 10px 8px 0;
}
#index .index-top-img .slider-wrap {
  padding: 0px 0 0px;
}
#index .index-top-img .bx-wrapper .bx-pager {
  bottom: -18px;
    display:none;
}
/* news-block
--------------------------------------------------------- */
#index .news-block {
	position:relative;
	margin-bottom: 14px;
}
#index .news-block table{
  table-layout: fixed;

}
#index .news-block table th {
	background: #fff;
	color: #f15e0e;
	font-size: 15px;
	  width: 14%;
}
#index .news-block .wb-rss span{
	display:block;
	  margin:0;
}
#index .news-block .wb-rss a {
	width: 78%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
	display:inline-block;
}
#index .news-link-wrap {
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 8px;
	color: #f15e0e;
	margin-bottom:0;
}
#index .news-link-wrap a {
	color: #f15e0e;
	text-decoration-style: solid;
	fotn-weight:bold;
}


/* content01-block
--------------------------------------------------------- */
#index .content01-block .Title-block{
	background-image:url(/img/index/icn_index_title04.svg);	
}
/* information-block
--------------------------------------------------------- */
#index .information-block .Title-block{
	background-image:url(/img/index/icn_index_title05.svg);	
}



/* --------------------------------------------------------
-----------------------------------------------------------
 press_login.php
-----------------------------------------------------------
----------------------------------------------------------- */
#press_login .wb-cart-login-menber-ready-title,
#press_login .wb-cart-login-menber-new-title {
  text-align: center;
  padding: 15px 15px 5px;
  font-size: 18px;
  font-weight: bold;
}

#press_login .wb-cart-login .box-content {
  padding: 10px;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready,
#press_login .wb-cart-login .wb-cart-login-menber-new {
  border: 1px solid #ccc;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready span.login-accunt-save,
#press_login .wb-cart-login .wb-cart-login-menber-ready span.login-accunt-keep {
    display: block;
    margin-right: 17px;
    margin-bottom: 9px;
    text-align: left;
}

#press_login .wb-cart-login .wb-cart-login-btn a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #F15E0E;
  color: #fff;
  min-width: 80%;
}

#press_login .wb-cart-login .wb-cart-login-btn a img {
  display: none;
}

#press_login .wb-cart-login-btn {
  text-align: center;
}

#press_login .wb-cart-login-pass {
  text-align: center;
  font-size: 11px;
  padding: 10px 0;
}

#press_login .wb-cart-login-pass a {
  padding: 0 0 0 10px;
  background: url(/web-box/contents/cart/img/ico_question.gif) no-repeat left 0px;
}

/*
---------------------------------------------------------
 wb-cart-login-menber-ready
--------------------------------------------------------- */
#press_login .wb-cart-login-menber-ready {
  margin-bottom: 25px;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready dl:after {
    content: "";
    display: block;
    clear: both;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready dl {
  border-top: 1px solid #999;
  margin: 0 auto 0;
}
#press_login p.pwd_forget {
    text-align: right;
}
#press_login .wb-cart-login .wb-cart-login-menber-ready dl:after {
  content: "";
  display: block;
  clear: both;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready dt,
#press_login .wb-cart-login .wb-cart-login-menber-ready dd {
  border-bottom: 1px solid #999;
  text-align: center;
}

#press_login .wb-cart-login-menber-ready dt {
  float: left;
  width: 30%;
  background: #eaeaea;
  height: 45px;
  line-height: 45px;
}

#press_login .wb-cart-login-menber-ready dd {
  padding: 8px;
  float: right;
  width: 70%;
  height: 45px;
}

#press_login .wb-cart-login-menber-ready dd input {
  height: 29px;
  width: 100%;
  font-size: 16px;
}


/*
---------------------------------------------------------
 wb-cart-login-menber-new
--------------------------------------------------------- */
#press_login .wb-cart-login-menber-new p {
  margin: 0;
  padding: 0 0 5px;
}

#press_login .wb-cart-login-menber-new ul {
  margin: 0 10px 16px 30px;
  padding: 0;
  font-size: 11px;
}

#press_login .wb-cart-login-menber-new li {
  padding: 0;
  margin: 0;
}

#press_login .wb-cart-login .wb-cart-login-menber-new .wb-cart-login-option {
  padding: 0;
}

#press_login .wb-cart-login-menber-new-point {
  background-color:#eaeaea;
  padding: 10px;
  margin: 0px auto 10px;
  width: 95%;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready .wb-cart-login-btn a#JS-open-account-manager-2 {
    border: 1px solid #F15E0E;
    background: #ffffff;
    color: #F15E0E;
    margin-top:5px;
}

#press_login .wb-cart-login .wb-cart-login-menber-ready span input[type="checkbox"] {
    width: auto;
}

 .wb-cart-login .wb-cart-login-menber-ready span.login-accunt-save {
  display: block;
  margin-bottom: 10px;
}

/*
---------------------------------------------------------
 reissue
--------------------------------------------------------- */

#press_login p.subwrite{
  width: 95%;
  margin: 0 auto;
  background: #eaeaea;
  padding: 10px;
  text-align: center;
}

#press_login .reissue .box-o{
  margin-top:16px;
}

#press_login .reissue .box-o a{
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  min-width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 300ms;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  background: #F15E0E;
  color: #fff;
}

#press_login .reissue .box-o input[type="text"] {
    font-size: 16px;
    margin: 0 auto 10px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 press_login_rfegist.php
-----------------------------------------------------------
----------------------------------------------------------- */
#press_login_regist .wb-cart-login-menber-ready-title,
#press_login_regist .wb-cart-login-menber-new-title {
  text-align: center;
  padding: 15px 15px 5px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ef6500;
}

#press_login_regist .wb-cart-login .box-content {
  padding: 10px;
}

#press_login_regist .wb-cart-login .wb-cart-login-btn a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #F15E0E;
  color: #fff;
  min-width: 80%;
}

#press_login_regist .wb-cart-login .wb-cart-login-btn a img {
  display: none;
}

#press_login_regist .wb-cart-login-btn {
  text-align: center;
}

#press_login_regist .wb-cart-login-pass {
  text-align: center;
  font-size: 11px;
  padding: 10px 0;
}

#press_login_regist .wb-cart-login-pass a {
  padding: 0 0 0 10px;
  background: url(/web-box/contents/cart/img/ico_question.gif) no-repeat left 0px;
}

#press_login_regist .wb-cart-login-menber-ready {
  margin-bottom: 25px;
}

#press_login_regist .wb-cart-login .wb-cart-login-menber-ready dl:after {
    content: "";
    display: block;
    clear: both;
}

#press_login_regist .wb-cart-login .wb-cart-login-menber-ready dl {
  border-top: 1px solid #999;
  margin: 0 auto 10px;
}

#press_login_regist .wb-cart-login .wb-cart-login-menber-ready dl:after {
  content: "";
  display: block;
  clear: both;
}

#press_login_regist .wb-cart-login .wb-cart-login-menber-ready dt,
#press_login_regist .wb-cart-login .wb-cart-login-menber-ready dd {
  border-bottom: 1px solid #999;
  text-align: center;
}

#press_login_regist .wb-cart-login-menber-ready dt {
  float: left;
  width: 30%;
  background: #eaeaea;
  height: 45px;
  line-height: 45px;
}

#press_login_regist .wb-cart-login-menber-ready dd {
  padding: 8px;
  float: right;
  width: 70%;
  height: 45px;
}

#press_login_regist .wb-cart-login-menber-ready dd input {
  height: 29px;
  width: 100%;
}

#press_login_regist .forgetpass {
    padding: 10px;
    background: #eaeaea;
}
#press_login_regist .reissue .box-o input[type="text"] {
    font-size: 16px;
    margin: 0 auto 10px;
}
#press_login_regist .reissue .box-o a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 90px;
    height: 27px;
    text-align: center;
    margin: 0 auto;
    padding-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 300ms;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    background: #F15E0E;
    color: #fff;
}

#press_login_regist input[type="checkbox"] {
    width: auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 order_form.php
-----------------------------------------------------------
----------------------------------------------------------- */

#order_form table.wb-cart-formtable td{
  font-size:12px;
}

#order_form table.wb-cart-formtable th{
  font-size:16px;
  padding: 5px 10px;
  border-bottom:1px solid #999;
}

#order_form table.wb-cart-formtable input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 5px 2px;
}

#order_form table.wb-cart-formtable label {
  display: block;
  font-size: 12px;
}

#order_form table.wb-cart-formtable select{
  width: 100%;
}

#order_form table.wb-cart-formtable input[type="button"]{
  width: auto;
}
#order_form table.wb-cart-formtable p.other_tten {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}



#order_form .Fl.design_img ,
#order_form .Fr.design_img{
  text-align: center;
  float:none;
}

#order_form .Fl.design_img img,
#order_form .Fr.design_img img{
  box-shadow: 1px 1px 3px #464646a8;
  max-height: 290px;
}

#order_form .Fr.design_img span#detail_line{
  margin-top: 30px;
  border-top: 1px dotted #4848;
  padding-top: 5px;
}

#order_form tr#template .design_img  span{
  display:block;
}

#order_form tr#template .design_img  span#detail1_l0, 
#order_form tr#template .design_img  span#detail2_l0{
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px 6px;
}

#order_form tr#template .design_img span#detail1_l1 u,
#order_form tr#template .design_img span#detail2_l1 u  {
  margin-right: 20px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 cart.php
-----------------------------------------------------------
----------------------------------------------------------- */

#cart table.cart_table td{
  display: block;
  padding: 0px 10px;
}

#cart table.cart_table .image_design{
  margin-top: 10px;
}

#cart table.cart_table .mome_design{
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
}

#cart table.cart_table td.formtable-cnt.print_paper div,
#cart table.cart_table td.formtable-cnt.price{
  margin: 4px 0;
  font-size:16px;
}

#cart table.cart_table td.delete a {
    background-color: #eee;
    border: 1px solid #aaa;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    padding: 4px;
    margin-bottom: 4px;
    display: inline-block;
    width: 60px;
}

#cart .cart_table input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

#cart table.cart_table{
 width:100%;
}

#cart .wb-cart-btn-update{
  text-align: right;
  margin: 10px 0 0;
}

#cart .wb-cart-btn-update span.update_attention {
  font-size: 0.85em;
}

#cart .wb-cart-btn-update a{
  background-color: #eee;
  border: 1px solid #aaa;
  color:#333;
  cursor:pointer;
  text-decoration: none;
  padding: 4px 16px;
}

#cart div.wb-cart-total-inner {
  float: right;
  padding: 8px 16px;
  border: 1px solid #666;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-right: 0px;
  white-space: nowrap;
}

#cart div.wb-cart-total-inner .wb-cart-total-left {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  text-align: right;
}

#cart div.wb-cart-total-inner .wb-cart-total-right {
  display: inline-block;
  min-width: 150px;
  text-align: right;
}

#cart div.wb-cart-total-inner .wb-cart-total-right span#price {
  font-size: 1.6em;
  font-weight:bold;
}

#cart .order-btn-wrap .Fr,
#cart .order-btn-wrap .Fl{
  float:none;
}

#cart .order-btn-wrap .Fr .Btn-main{
  width:100%;
  margin-top: 47px;
}

#cart .order-btn-wrap .Fl .Btn-sub{
  width:100%;
  margin-top: 8px;
  padding: 5px 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 new_order.php
-----------------------------------------------------------
----------------------------------------------------------- */

#new_order table.wb-cart-formtable td{
  font-size:12px;
}

#new_order table.wb-cart-formtable th{
  font-size:16px;
  padding: 5px 10px;
  border-bottom:1px solid #999;
}

#new_order table.wb-cart-formtable input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 5px 2px;
}

/* --------------------------------------------------------
 new_order.php 確認
----------------------------------------------------------- */

#new_order table.wb-cart-orderlist-table{
  width:100%;
}

#new_order table.wb-cart-orderlist-table th{
  display:none;
}

#new_order table.wb-cart-orderlist-table td{
  display:block;
  text-align: left;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  box-sizing: border-box;
  padding: 5px;
  min-height: 45px;
  border: 1px solid #aaa;
  border-top: none;
}

#new_order table.wb-cart-orderlist-table td:first-child {
    border-top: 1px solid #999;
}

#new_order table.wb-cart-orderlist-table tr{
  display:block;
  margin-bottom:10px;
}

#new_order table.wb-cart-orderlist-table .item-name:before{
    width: 100%;
    content: "デザインタイトル";
    background: #c6c6c6;
    z-index: 2;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
}

#new_order table.wb-cart-orderlist-table .paper_print:before{
    width: 100%;
    content: "印刷面 / 用紙";
    background: #c6c6c6;
    z-index: 2;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
}

#new_order table.wb-cart-orderlist-table .num:before{
    width: 100%;
    content: "枚数";
    background: #c6c6c6;
    z-index: 2;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
}

#new_order table.wb-cart-orderlist-table .base_price:before{
    width: 100%;
    content: "小計";
    background: #c6c6c6;
    z-index: 2;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
}

#new_order table.wb-cart-orderlist-table .base_price strong{
  font-size:1.4em;
}

#new_order  table.wb-cart-total{
  text-align: right;
  border: 1px solid #666;
  margin-left: auto;
  margin-right: 1%;
  margin-top: 8px;
  padding:8px 16px;
}

#new_order  table.wb-cart-total th{
  padding-left:8px;
  text-align:right;
}

#new_order  table.wb-cart-total td{
  padding:1px 0px 1px 32px;
  text-align:right;
}

#new_order table.wb-cart-total td.wb-cart-total-right strong{
  color: red;
  font-size: 18px;
}
#new_order table.wb-cart-total th strong{
  font-size: 18px;
}

#new_order table.wb-cart-total td.wb-cart-total-price strong{
  font-size: 1.6em;
}

#new_order table.wb-cart-total .wb-cart-total-price{
  border-top:1px dotted #666;
  padding-top: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 upload
-----------------------------------------------------------
----------------------------------------------------------- */

#upload table.unload_table{
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  width:100%;
}

#upload table.unload_table td,
#upload table.unload_table th{
  border-bottom:1px solid #999999;
  border-right:1px solid #999999;
  text-align: center;
  padding:5px 10px;
}

#upload table.unload_table th{
  background-color: #666666;
  color: #fff;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 mypage2
-----------------------------------------------------------
----------------------------------------------------------- */

#mypage2 .mypage_menu input[type="radio"]{
  display: none;
}

#mypage2 .mypage_menu label {
    font-size: 16px;
    width: 32.5%;
    display: inline-block;
    text-align: center;
    height: 36px;
    vertical-align: middle;
    font-weight: bold;
    margin: 0px auto 8px;
    padding-top: 6px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid;
}

#mypage2 .mypage_menu label.selected,
#mypage2 .mypage_menu input[type="radio"]:checked + label{
  color: #FFF;
  background-color:#f99700;
  border: none;
}

#mypage2 table.body-page-table {
    margin: 15px 0 3px;
    color: #f99700;
}

#mypage2 table.body-page-table td {
    text-align: center;
}

#mypage2 table.body-page-table tr.body-page span>a{
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    border: 1px solid;
    color: #f99700;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1px 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    text-decoration: none;
}

#mypage2 table.body-page-table tr.body-page span.page-btn-now{
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    border: 1px solid;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1px 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #f99700;
    color: #FFF;
}

#mypage2 table.body-page-table span.wb-blog-btn-now {
    background-color: #f99700;
    color: #FFF;
}

#mypage2 table.body-page-table tr.body-page a.mypege-btn-next,
#mypage2 table.body-page-table tr.body-page a.mypege-btn-prev{
    text-indent: -9999px;
    outline: none;
    background-image: url(/img/common/icon_arrow01.svg);
    background-repeat: no-repeat;
    background-position: 53% center;
    background-size: 8px 15px;
}

#mypage2 table.body-page-table tr.body-page a.mypege-btn-prev {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 2px 0.5px;
}
/* ---------------2020.1大越追記-------------------------- */

#mypage2 .Bg_gray.mypage_bottom {
    padding: 10px;
}

#mypage2 .mypage_bottom .cashless_text {
    margin-bottom:10px;
}

#mypage2 .mypage_bottom .cashless_img {
    text-align:center;
}

#mypage2 .mypage_bottom_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#mypage2 .mypage_bottom p {
    margin-bottom: 3px;
}

/* --------------------------------------------------------
 history 注文履歴
----------------------------------------------------------- */

#mypage2 .layout_wait_atten div{
  font-size: 120%;
  font-weight: bold;
  background-image: url(/img/layout_atten_icon.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px;
  margin: 8px 0;
  padding: 10px 10px 10px 40px;
  background-color: #FFECF0;
}

#mypage2 .history_search{
  text-align: center;
  margin-bottom: 10px;
}

#mypage2 .order_history_table .layout_check_wrap a#layout_check_wait{
  display: block;
  background-color: red;
  color: #fff;
  text-decoration: none;
  padding: 6px 2px;
  text-align: center;
  margin: 2px 0 4px;
  font-weight: bold;
}

#mypage2 .order_history_table .layout_check_wrap a#layout_check_wait .en{
  animation: en 2s infinite;
}

/* アニメーション */
@keyframes en{
  30%{
    opacity: 0.3;
  }
}


#mypage2 table.order_history_table {
  width: 100%;
}

#mypage2 .order_history_list_head {
  padding: 5px;
}
#mypage2 table.order_history_table td,
#mypage2 .order_history_list_head .sp_no_F span,
#mypage2 .order_history_list_head span.orderprice{
  display:block;
}

#mypage2 table.order_history_table .sp_no_F{
  float: none;
}

#mypage2 .order_history_list_head span.plus_mark{
  padding: 22px 5px 0 0;
  display: block;
}

#mypage2 .order_history_list_head span.orderday {
  font-size: 16px;
  font-weight: bold;
  color: #FDC749;
}

#mypage2 table.order_history_table td#orderhistory_card_detail div{
  display:inline-block;
  padding: 2px 15px 2px 0;
}

#mypage2 table.order_history_table td#orderhistory_card_title,
#mypage2 table.order_history_table td#orderhistory_card_detail,
#mypage2 table.order_history_table td.orderhistory_card_stutas,
#mypage2 table.order_history_table td.orderhistory_orderbtn {
  padding:0 30px;
}

#mypage2 .order_history_list_head span.shipnumber a{
  color:#ffffff;
}

#mypage2 table.order_history_table td.orderhistory_orderbtn a{
    text-decoration: none;
    background-color: #f99700;
    color: #fff;
    padding: 10px 5px 10px 21px;
    display: inline-block;
    margin: 3px 0;
    width: 90%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    background-image: url(/img/mypage/btn_icon_cart.svg);
    background-repeat: no-repeat;
    background-position: left 10% center;
    font-size: 17px;
    font-weight: bold;
}


/* --------------------------------------------------------
 disgin list 名刺デザインリスト
----------------------------------------------------------- */

#mypage2 .order_btn_discript{
    background-color: #ffffff;
    padding: 5px;
}

#mypage2 .order_btn_discript span.disginlist_order1,
#mypage2 .order_btn_discript span.disginlist_order2  {
    color: #ffffff;
    width: 130px;
    display: inline-block;
    background-color: #f99700;
    text-align: center;
    margin: 3px 0;
    padding: 3px;
    font-size: 0.6rem;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
}

#mypage2 .order_btn_discript span.disginlist_order2 {
    background-color: #666666;
}

#mypage2 select#group {
    margin-top: 10px;
}

#mypage2 select#group{
 width:30%;
}

#mypage2 input#kwd{
 width:69%;
}

#mypage2 table.mypage_designlist_table .designlist_img ,
#mypage2 table.mypage_designlist_table .designlist_name,
#mypage2 table.mypage_designlist_table .designlist_order_btn{
  display:block;
}

#mypage2 table.mypage_designlist_table .designlist_name input{
  width:auto;
}

#mypage2 table.mypage_designlist_table .designlist_checkbox {
  width: 30px;
}

#mypage2 table.mypage_designlist_table td.designlist_order_btn {
    margin-right: 30px;
}

#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order1, 
#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order2,
#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order3,
#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order4{
    text-decoration: none;
    background-color: #f99700;
    color: #fff;
    padding: 10px 5px 10px 21px;
    display: inline-block;
    margin: 3px 0;
    width: 90%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    background-image: url(/img/mypage/btn_icon_cart.svg);
    background-repeat: no-repeat;
    background-position: left 10% center;
    font-size: 17px;
    font-weight: bold;
}

#mypage2 table.mypage_designlist_table a.disginlist_order1 span, 
#mypage2 table.mypage_designlist_table a.disginlist_order2 span,
#mypage2 table.mypage_designlist_table a.disginlist_order3 span,
#mypage2 table.mypage_designlist_table a.disginlist_order4 span{
    font-size: 14px;
    font-weight: initial;
    margin-left: 3px;
}

#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order2{
    background-color: #666666;
    padding: 10px 5px 10px 21px;
    background-image: url(/img/mypage/btn_icon_pen.svg);
}

#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order3{
    background-color: #F15E0E;
    padding: 10px 5px 10px 21px;
    background-image: url(/img/mypage/btn_icon_copy.svg);
}

#mypage2 table.mypage_designlist_table .designlist_order_btn a.disginlist_order4{
  background-color: #fff;
  color:#f99700;
  border:1px solid #f99700;
  padding: 3px 24px;
}

/* --------------------------------------------------------
 account 登録情報
----------------------------------------------------------- */

#mypage2 h4.mypage_address_tiele{
  background: #666666;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 8px;
  font-weight: inherit;
}

#mypage2 .wb-cart-formtable td.adress_edit{
  display: none;
}

#mypage2 .mypage_account .adress_edit_wrapper{
  margin-bottom: 30px;
}

#mypage2 a.popup_cards,
#mypage2 a.popup_card {
    text-decoration: none;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 template.php
-----------------------------------------------------------
----------------------------------------------------------- */

/* --------------------------------------------------------
-----------------------------------------------------------
 account_regist.php
-----------------------------------------------------------
----------------------------------------------------------- */

#account_regist span.staff_names_block {
  display: block;
  padding: 16px 0;
  border-bottom: 1px dotted #484848;
}

#account_regist span.staff_names_block:last-child {
  border-bottom: none;
}

/* --------------------------------------------------------
 template navi
----------------------------------------------------------- */

#template_dlg #navi_continer,
#template_dlg2 #navi_continer,
#template #navi_continer {
  z-index:10;
}

#template #navi {
}

#template_dlg #navi ul,
#template_dlg2 #navi ul,
#template #navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#template_dlg #navi li,
#template_dlg2 #navi li,
#template #navi li {
  color: #ffffff;
  float: left;
  width: 33.33%;
  margin: 0;
}

#template_dlg #navi li a,
#template_dlg2 #navi li a,
#template #navi li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  background-color: #1D51A5;
}

#template_dlg #navi li a:hover, 
#template_dlg2 #navi li a:hover, 
#template #navi li a:hover {
  color: #ffffff;
  background-color: #5599dd;
}

/* ƒTƒuƒƒjƒ…[ */
#template_dlg #navi ul.sub ,
#template_dlg2 #navi ul.sub ,
#template #navi ul.sub {
  background: #eeeeee;
  width: 32%;
}

#template_dlg #navi ul.sub li,
#template_dlg2 #navi ul.sub li,
#template #navi ul.sub li {
  float: none;
  width: 100%;
}

#template_dlg #navi ul.sub li a,
#template_dlg2 #navi ul.sub li a,
#template #navi ul.sub li a {
  color: #666666;
  background: none;
  font-size: 14px;
  font-weight: normal;
  padding: 3px 0;
  border-top:0.5px solid #ffffff;
}

#template_dlg #navi ul.sub li a:hover,
#template_dlg2 #navi ul.sub li a:hover,
#template #navi ul.sub li a:hover {
  color: #ffffff;
  background-color: #f99700;
  opacity: 1;
  width: 100%%;
}

#template_dlg #navi ul li.navi_menu ul ,
#template_dlg2 #navi ul li.navi_menu ul ,
#template #navi ul li.navi_menu ul {
  display: none;
}

#template_dlg #navi ul li.navi_menu_on:hover ul ,
#template_dlg2 #navi ul li.navi_menu_on:hover ul ,
#template #navi ul li.navi_menu_on:hover ul {
  display: block;
  position: absolute;
  z-index: 100;
}

#template_dlg #navi li.navi_menu,
#template_dlg2 #navi li.navi_menu,
#template #navi li.navi_menu{
  border:0.5px solid #ffffff;
  position: relative;
}

#template_dlg #navi li.navi_menu_on,
#template_dlg2 #navi li.navi_menu_on,
#template #navi li.navi_menu_on{
  border:0.5px solid #ffffff;
}

/* --------------------------------------------------------
 template img
----------------------------------------------------------- */

#template_dlg .template-desgin-pager,
#template_dlg2 .template-desgin-pager,
#template .template-desgin-pager {
  clear: both;
  padding: 5px 5px 5px;
  margin: 0 10px 0px;
  font-size: 11px;
}

#template_dlg .template-desgin-pager ul ,
#template_dlg2 .template-desgin-pager ul ,
#template .template-desgin-pager ul {
  margin: 0;
  padding: 0;
  font: 100% Arial, Helvetica, sans-serif;
  text-align: right;
}


#template_dlg .template-desgin-pager ul li,
#template_dlg2 .template-desgin-pager ul li,
#template .template-desgin-pager ul li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#template_dlg .template-desgin-pager ul li strong ,
#template_dlg2 .template-desgin-pager ul li strong ,
#template .template-desgin-pager ul li strong {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0.4em 0.6em;
  background-color: #f99700;
  color: #FFFFFF;
}

#template_dlg .template-desgin-wrap,
#template_dlg2 .template-desgin-wrap,
#template .template-desgin-wrap {
  background-color: #eee;
  padding-top: 16px;
}

#template_dlg .template-desgin-box ,
#template_dlg2 .template-desgin-box ,
#template  .template-desgin-box {
  width: 49.5%;
  float: left;
  padding: 0 0 0 5px;
  margin: 0 0 20px;
  text-align:center;
}

#template_dlg .template-desgin-box .template-desgin-box-img ,
#template_dlg .template-desgin-box .template-desgin-box-btn,
#template_dlg2 .template-desgin-box .template-desgin-box-img ,
#template_dlg2 .template-desgin-box .template-desgin-box-btn,
#template .template-desgin-box .template-desgin-box-img ,
#template  .template-desgin-box .template-desgin-box-btn{
  margin: 0 0 10px;
  padding: 0;
}

#template_dlg .template-desgin-box:nth-of-type(2n+1) ,
#template_dlg2 .template-desgin-box:nth-of-type(2n+1) ,
#template .template-desgin-box:nth-of-type(2n+1) {
    clear: both;
}

/* --------------------------------------------------------
 template bottom
----------------------------------------------------------- */

#template_dlg .main-contents-bttom h3,
#template_dlg2 .main-contents-bttom h3,
#template .main-contents-bttom h3{
  text-align:center;
}

#template_dlg .main-contents-bttom ol,
#template_dlg2 .main-contents-bttom ol,
#template .main-contents-bttom ol{
  padding-left: 1em;
}

#template_dlg .main-contents-bttom ul.designtemp_atten_plus,
#template_dlg .main-contents-bttom ul.designtemp_atten_add,
#template_dlg2 .main-contents-bttom ul.designtemp_atten_plus,
#template_dlg2 .main-contents-bttom ul.designtemp_atten_add,
#template .main-contents-bttom ul.designtemp_atten_plus,
#template .main-contents-bttom ul.designtemp_atten_add{
  background: #fff;
  margin-right: 1em;
  padding: 5px 0px 5px 2.5em;
}

#template_dlg .main-contents-bttom ol li,
#template_dlg2 .main-contents-bttom ol li,
#template .main-contents-bttom ol li {
  margin: 5px 0;
}

#template_dlg .main-contents-bttom ul.designtemp_atten_plus li,
#template_dlg .main-contents-bttom ul.designtemp_atten_add li,
#template_dlg2 .main-contents-bttom ul.designtemp_atten_plus li,
#template_dlg2 .main-contents-bttom ul.designtemp_atten_add li,
#template .main-contents-bttom ul.designtemp_atten_plus li,
#template .main-contents-bttom ul.designtemp_atten_add li{
  margin: 0;
  list-style: square;
  font-weight: normal;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 template_dlg.php
-----------------------------------------------------------
----------------------------------------------------------- */
body#template_dlg2,
body#template_dlg{
  padding:10px;
}

body#template_dlg2 h2,
body#template_dlg h2{
  display:none;
}

body#template_dlg a.Btn_back_order {
    display: none;
}

body#template_dlg2 a.Btn_front_order {
    display: none;
}



/* --------------------------------------------------------
 template img list
----------------------------------------------------------- */

#template .template-block .template-gallery-body,
#template_dlg .template-block .template-gallery-body,
#template_dlg2 .template-block .template-gallery-body {
  clear: both;
  background: #eeeeee;
  margin: 16px 0;
  padding-top: 16px;
}

#template .template-block .template-gallery-body .WB-article,
#template_dlg .template-block .template-gallery-body .WB-article,
#template_dlg2 .template-block .template-gallery-body .WB-article {
  width: 49%;
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 25px;
  text-align: center;
  font-weight:bold;
}

#template .template-block .template-gallery-body .WB-article:nth-of-type(4n+1),
#template_dlg .template-block .template-gallery-body .WB-article:nth-of-type(4n+1),
#template_dlg2 .template-block .template-gallery-body .WB-article:nth-of-type(4n+1) {    clear: both;
}

#template .template-block .WB-template-detail,
#template_dlg .template-block .WB-template-detail,
#template_dlg2 .template-block .WB-template-detail {
  display: none;
}

#template #colorbox .WB-template-detail,
#template_dlg #colorbox .WB-template-detail,
#template_dlg2 #colorbox .WB-template-detail {
  padding: 15px;
  text-align: center;
}

#template #colorbox .WB-template-detail .WB-img-wrap,
#template_dlg #colorbox .WB-template-detail .WB-img-wrap ,
#template_dlg2 #colorbox .WB-template-detail .WB-img-wrap  {
  margin-bottom: 7px;
}

#template #colorbox .WB-template-detail .WB-title,
#template_dlg #colorbox .WB-template-detail .WB-title,
#template_dlg2 #colorbox .WB-template-detail .WB-title {
  line-height: 1.3;
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: bold;
  padding: 0;
}

#template .template-gallery-body .WB-btn-wrap a,
#template_dlg .template-gallery-body .WB-btn-wrap a ,
#template_dlg2 .template-gallery-body .WB-btn-wrap a  {
  display: block;
  text-decoration: none;
  background: #ffa800;
  padding: 4px 6px;
  color: #Ffffff;
  font-size: 13px;
  border-radius: 3px;
  margin: 8px auto 0;
  width: 41%;
  font-weight: normal;
}

#template #colorbox .WB-template-detail .WB-btn-wrap a,
#template_dlg #colorbox .WB-template-detail .WB-btn-wrap a,
#template_dlg2 #colorbox .WB-template-detail .WB-btn-wrap a  {
  display: block;
  text-decoration: none;
  background: #333333;
  padding: 6px 6px;
  color: #Ffffff;
  font-size: 14px;
  border-radius: 3px;
  margin: 8px auto 0;
  font-weight: bold;
}

#template .template-btn-wrap,
#template_dlg .template-btn-wrap,
#template_dlg2 .template-btn-wrap {
  text-align:center;
}

#template #colorbox .WB-template-detail span,
#template_dlg #colorbox .WB-template-detail span,
#template_dlg2 #colorbox .WB-template-detail span {
  display: block;
  width: auto;
  text-align: left;
  font-size: 10px;
  margin: 0 auto 10px;
}

#template #colorbox .WB-template-detail img,
#template_dlg #colorbox .WB-template-detail img,
#template_dlg2 #colorbox .WB-template-detail img  {
  max-width: 100%;
  height: auto !important;
  box-shadow: 0px 0px 10px #48484882;
}


.wb-blog-page {
  border-top: none; 
  padding-top: 0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 card_view.php
-----------------------------------------------------------
----------------------------------------------------------- */

body#card_view {
  padding: 20px;
}

#card_view .image_view{
  text-align: center;
}

#card_view .image_view img{
  margin-bottom: 10px ;
  border: 1px solid;
}

#card_view2 .image_view img {
  margin: 10px;
  box-shadow:0px 0px 5px;
}

#card_view .check_view .box-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#card_view .check_view .box-r a {
  display: block;
  background: #666;
  color: #fff;
  padding: 10px 10px 10px 27px;
  text-decoration: none;
  width: 130px;
  text-align: center;
  font-weight: bold;
  margin: 10px auto 5px;
  background-image: url(/img/icon_pdf.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
}

#card_view .check_view textarea {
  width: 100%;
}

#card_view .check_view .box-print-check input[type="radio"] {
  width: auto;
}

#card_view .check_view .box-print-check label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
} 

#card_view .check_view .box-print-check input[type="button"] {
  display: block;
  margin: 0 auto;
  font-size: 16px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 faq.php
-----------------------------------------------------------
----------------------------------------------------------- */
#faq ul.faq_cate li{
  display: inline-block;
  font-size: 1.2erm;
  text-align: center;
  border: 1px solid #484848;
  margin-bottom: 5px;
  width: 49%;
}

#faq ul.faq_cate li a{
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

#faq ul.faq_cate li:hover{
  border: 1px solid #f99700;
}

#faq ul.faq_cate li a:hover{
  color:  #ffffff;
  opacity: 1;
  background: #f99700;
}

#faq .wb-faq-categ-title01{
  font-size: 144%;
  font-weight: bold;
  border-bottom: 3px solid #f99700;
  padding: 8px 20px 2px 15px;
  position: relative;
  margin: 10px 0;
}

#faq .wb-faq-categ-title01:before{
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-left: 8px solid #f99700;
  top: 14px;
  margin-left: -14px;
  width: 0;
  height: 0;
}

#faq .wb-faq-categ-list01 {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 8px;
  position: relative;
}

#faq .wb-faq-categ-list01:before {
  content: "";
  position: absolute;
  border: 3px solid #484848;
  top: 8px;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-radius: 100%;
}

#faq .wb-faq-categ01 {
  margin-bottom: 10px;
}

#faq .wb-faq-categ-question02{
  font-size: 144%;
  font-weight: bold;
  border-bottom: 3px solid #f99700;
  padding: 8px 20px 4px 0px;
  margin: 10px 5px;
}

#faq .wb-faq-btn{
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

#faq .wb-faq-btn a{
  color: #f99700 ;
}


#faq .wb-faq-categ-title02{
    padding: 4px 14px;
    font-size: 10px;
    border: 1px solid #F15E0E;
    color: #F15E0E !important;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    display: block;
    line-height: 1.3;
    text-decoration: none !important;
    text-align: center;
    margin-top: 16px;
    border-radius: 6px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 sitemap
-----------------------------------------------------------
----------------------------------------------------------- */

#sitemap .category-box{
  margin-bottom: 30px;
}

#sitemap .category-box li{ 
  font-size:14px;
  line-height: 1.8;
}

#sitemap .category-box li a{
  padding-left:20px;
} 

/* --------------------------------------------------------
-----------------------------------------------------------
 company trade_low privacy2
-----------------------------------------------------------
----------------------------------------------------------- */
#company table.Table01 td,
#trade_low table.Table01 td ,
#kaiji table.Table01 td {
  text-align: left;
   width:75%;
}

#privacy2 ol{
  margin: 1ex 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 font
-----------------------------------------------------------
----------------------------------------------------------- */
#font table.color th{
  font-size: 14px;
  text-align: center;
}
#font table.color td{
  margin: 0.5em;
  padding: 0;
  border: 1px solid #fff;
  width: 8%;
  height: 7%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 sonomama
-----------------------------------------------------------
----------------------------------------------------------- */
#sonomama .sonomama_step li {
  border: 1px solid #ccc;
  width: 33.3%;
  float: left;
  padding: 2px;
}

#sonomama .sonomama_step li span{
  color: #FDA619;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#sonomama .sonomama_step .step_flow li p{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

#sonomama .sonomama_step li:nth-of-type(1) {
  margin-left: 0;
  clear: both;
}

#sonomama .Bg_gray .Big01{
  font-size: 16px;
  padding-top: 4px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 size
-----------------------------------------------------------
----------------------------------------------------------- */

#size .defined img,
#size .originai-size img, 
#size .fold img,
#size .folding img{
  display:none;
}

#size ul.kakou li{
  float: left;
  width: 33%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 payment
-----------------------------------------------------------
----------------------------------------------------------- */
#payment .Bg_green{
  display: inline-block;
}

#payment .Blackline-box {
  font-size:14px;
  padding:10px 10px;
  margin-bottom:10px;
}

#payment .Blackline-box img{
  margin-top:5px;
}

#payment iframe{
  width: 100%;
  height: 250px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 deliver
-----------------------------------------------------------
----------------------------------------------------------- */
#deliver span.font_18{
  font-size:16px;
}

#deliver table.Table01 th,
#deliver table.Table01 td{
  padding: 5px;
}

#deliver table span.deliver_price{
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
}

#deliver table span.deliver_data{
  font-size: 16px;
}

#deliver table.Table01 td.deliver_atten{
  text-align: inherit;
}

#deliver table th.delivery-title .delivery {
    background-color: #e5400c;
    padding: 5px 10px 7px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
#deliver table th.delivery-title .delivery02 {
    background-color: #147043;
}


/* 
--------------------------------------------------------
 LO-blog38
----------------------------------------------------------- */
#deliver #LO-blog38 table {
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  table-layout: fixed;
  width: 100%;
}

#deliver #LO-blog38 table th {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f3f3f3;
  font-weight: bold;
  padding: 7px 10px;
}

#deliver #LO-blog38 table td {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 7px 10px;
  vertical-align: top;
}





/* --------------------------------------------------------
-----------------------------------------------------------
 price
-----------------------------------------------------------
----------------------------------------------------------- */
#price .price_paper-btn-wrap .Btn-main {
  background-color:#1D51A5;
}

#price .price_paper-btn-wrap .Btn-sub {
  border: 1px solid #1D51A5;
  color: #1D51A5 !important;
}

#price table.Table03 th, 
#price table.Table03 td {
  padding: 4px;
}

#price table span.price {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

#price table.price_print th.bg_orange01 {
  width: 34%;
}

#price table.price_data01 th.bg_orange01, 
#price table.price_data03 th.bg_orange01{
  width: 25%;
}

#price table.price_data02 th.bg_orange01 {
  width: 40%;
}

#price table.price_data02{
  margin-bottom:-3px;
}

#price table.Table03 th.no_border{
  border:none;
}

#price .tax_aten{
  text-align: right;
  margin-top: -10px;
  display: block;
  margin-bottom: 10px;
}

#price span.max_price {
    font-size: 80%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 paper
-----------------------------------------------------------
----------------------------------------------------------- */

#paper .paper_spec{
  width:100%;
}

#paper .paper_spec .Bg_green {
    display: block;
    width: 80px;
    text-align: center;
}

#paper .paper_spec dt {
  float: left;
}

#paper .paper_spec dd:after {
  content: "";
  display: block;
  clear: both;
}

#paper .paper_spec dd {
  margin-left: 97px;
  padding: 8px 0px;
}

#paper .paper_spec dd.spec {
  padding: 0 0 8px 0;
}

#paper .list_box {
  margin-top: 16px;
  padding-top: 16px;
  margin-bottom: 8px;
}

#paper .paper01,
#paper .photo_paper01,
#paper .washi01,
#paper .tokushu01{
  margin-top: 0;
  padding-top: 4px;
}

#paper .list_box img.Fl{
  margin:0 auto;
  display:block;
  width: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 deta_attention
-----------------------------------------------------------
----------------------------------------------------------- */

#deta_attention .tab-content input[type="radio"] {
  display: none;
}

#deta_attention .tab-content label {
  display: inline-block;
  padding: 8px 0px;
  font-weight: bold;
  font-size: 14px;
  color: #484848;
  background-color: #ffff;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #484848;
  width: 32.5%;
  text-align: center;
}

#deta_attention .tab-content label:hover,
#deta_attention .tab-content input[type="radio"]:checked + label{
  color: #FFF;
  background-color:#f99700;
  border:1px solid #f99700
}

#deta_attention .tab-content input[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 10px solid #f99700;
  top: 100%;
  left: 43%;
  width: 0;
  height: 0;
}

#deta_attention .tab-content > .tab-box > div {
  display: none;
}

#deta_attention #tab1:checked ~ .tab-box > #tabView1,
#deta_attention #tab2:checked ~ .tab-box > #tabView2,
#deta_attention #tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

#deta_attention caption {
    font-size: 14px;
    font-weight:bold;
}

#deta_attention .deta_atten_ai .Bg_pink .atten_point,
#deta_attention .deta_atten_office .Bg_pink .atten_point,
#deta_attention .deta_atten_image .Bg_pink .atten_point{
  display: block;
  margin: 5px;
  font-size: 120%;
}

#deta_attention .deta_atten_office .Bg_pink img,
#deta_attention .washi_deta img{
  display:block;
  margin:10px auto;
}

#deta_attention dl{
  margin: 8px;
}

#deta_attention dt{
  font-size: 114%;
  font-weight: bold;
  color:#1D51A5;
}

#deta_attention dd{
  margin-left: 14px;
  margin-bottom: 8px;
}

#deta_attention table.deta_dl{
  font-size:12px;
}

#deta_attention  table.Table02 td{
  border-right: none; 
}

#deta_attention  table.Table02 td.temp_dl_btn_wrap{
  border-right: 1px solid #9A9A9B; 
}

/* --------------------------------------------------------
-----------------------------------------------------------
 delivery
-----------------------------------------------------------
----------------------------------------------------------- */

#delivery .produc_flow li{
  width:33%;
  color:#ffff;
  height: auto;
  position: relative;
  background-color:#46b149;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 1px;
}

#delivery .produc_flow li:nth-of-type(3){
  margin-right: 0px;
}

#delivery .produc_flow li#flow3{
  background-color:#5385c4;
  padding-left: 5px;
}

#delivery .produc_flow li#flow4{
  background-color:#ff6876;
  padding-left: 5px;
}


#delivery .produc_flow p.flow_comment{
  font-size:11px;
}
#delivery .produc_flow p.flow_point {
    /* text-align: center; */
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 4px 26px;
    background-image: url(/img/delivery/flow_order.svg);
    background-repeat: no-repeat;
    background-position: 3px 12px;
    margin-bottom: 0px;
    background-size: 19px;
}

#delivery .produc_flow li#flow3 p.flow_point {
    background-image: url(/img/delivery/flow_print.svg);

}

#delivery .produc_flow li#flow4 p.flow_point {
    background-image: url(/img/delivery/flow_arrival.svg);

}

#delivery .yamato{
  font-size:14px;
}
.Wrap_img {
    margin: 10px 0;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 special_express
-----------------------------------------------------------
----------------------------------------------------------- */

#special_express .produc_flow li{
  width:24.6%;
  color:#ffff;
  height: auto;
  position: relative;
  background-color:#46B148;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 1px;
}

#special_express .produc_flow li:nth-of-type(4){
  margin-right: 0px;
}

#special_express .produc_flow p.flow_comment {
    font-size: 11px;
}

#special_express .produc_flow li#flow2{
  background-color:#5285C4;
  padding-left: 5px;
}

#special_express .produc_flow li#flow3{
  background-color:#FDA719;
  padding-left: 5px;
}

#special_express .produc_flow li#flow4{
  background-color:#E9629F;
  padding-left: 5px;
}

#special_express .produc_flow p.flow_point {
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 4px;
}

#special_express .data3{
  background-image:url("/img/delivery/nouki_yajirushi.svg");
  background-repeat: no-repeat;
  text-align:center;
  background-position: center 0;
  background-size: contain;
  margin-top: 4px;
}

#special_express .data3 p.duration{
  color: red;
  font-size: 16px;
  display: inline-block;
  padding: 0 8px;
  background: #fff;
  font-weight: bold;
}

#special_express p.specialexpress_price b{
  font-size: 16px;
}

#special_express p.specialexpress_price b .price{
  font-size: 20px;
}

#special_express .inquiry-tel a{
  color: #1D51A5;
  text-decoration: none;
  font-size: 42px;
  font-weight: bold;
  margin-top: 0;
  display: inline-block;
}

#special_express .inquiry-tel p {
  padding: 0 0 8px 0;
}

#special_express .inquiry-tel img {
  width: 43px;
  margin-top: -6px;
}

#special_express .yamato{
  font-size:14px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 moving
-----------------------------------------------------------
----------------------------------------------------------- */

#moving Fr,
#moving Fl{
  float:none;
}
#moving h4.over10{
  font-size: 16px;
  color: #1D51A5;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 4px;
}

#moving .yajirushi{
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 15px solid #CACAD9;
  display: block;
  margin: 4px auto 0;
}

#moving h3.moving_cam_point{
    margin:0px 0 10px;
}

#moving span#moving_cam_point_icon1,
#moving span#moving_cam_point_icon2 {
    display: block;
    margin-top: 20px;
}

/* ----------moving_cam_thanks--------------------- */

#moving_cam_thanks .Center >p.Red{
    font-size: 150%;
    font-weight: bold;
}

#moving_cam_thanks .box-step {
    color: #ffffff;
}

#moving_cam_thanks .Bg_pink > p.Red{
    font-size: 120%;
    padding: 5px 0px;
    font-weight: bold;
}

/* ----------moving_cam_ng--------------------- */
#moving_cam_ng .moving_cam_ng_block {
}

#moving_cam_ng .moving_cam_ng .Fl  {
    width: 70%;
}

#moving_cam_ng .moving_cam_ng .Fr {
    width: 20%;
}

#moving_cam_ng .coupon_image {
    background-image: url(/img/moving/coupon_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 246px;
    text-align: center;
    border: 1px solid;
    margin-bottom: 35px;
    background-size: cover;
}

#moving_cam_ng .coupon_image p{
    padding:0;
}
#moving_cam_ng .coupon_title {
    color: #FD8604;
    text-decoration: underline;
    font-weight: bold;
    font-size: 27px;
    padding-top: 18px;
}

#moving_cam_ng .coupon_discript {
    color: #AC9509;
    font-weight: bold;
    font-size: 40px;
    height: 99px;
}

#moving_cam_ng span.total {
    width: 54px;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
}

#moving_cam_ng span.price {
    font-size: 75px;
}

#moving_cam_ng p.code {
    color: #ffffff;
    background-color: #FF9C00;
    border-radius: 36px;
    -webkit-border-radius:36px;
    -moz-border-radius:36px;
    width: 85%;
    margin: 18px auto 0;
    font-size: 25px;
    font-weight: bold;
}
#moving_cam_ng p.code span{
    font-size: 16px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 manyorder
-----------------------------------------------------------
----------------------------------------------------------- */

#manyorder .point_box {
    float: left;
    width: 48%;
    border: 1px solid #9D9D9D;
    margin-left: 2%;
    position: relative;
    text-align: center;
}

#manyorder div.point_box:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

#manyorder .point_box span#ribon {
    position: absolute;
    line-height: 1;
    background: #1F51A3;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    top: 2%;
    left: -4%;
    padding: 2% 4%;
}

#manyorder .point_box span#ribon:after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    left: 0;
    top: 100%;
    border-top: 5px solid #173D79;
    border-left: 5px solid transparent;
    opacity: 1;
}

#manyorder .point_box p.excel_directry_point {
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 16%;
}


#manyorder Fr,
#manyorder Fl{
  float:none;
}
#manyorder .manyorder_step li {
  border: 1px solid #ccc;
  width: 33.3%;
  float: left;
  padding: 2px;
}

#manyorder .manyorder_step li span{
  color: #FDA619;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#manyorder .manyorder_step .step_flow li p{
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

#manyorder .manyorder_step li:nth-of-type(1) {
    margin-left: 0;
    clear: both;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 corporate
-----------------------------------------------------------
----------------------------------------------------------- */

#corporate .point_box {
    float: left;
    width: 32%;
    border: 1px solid #9D9D9D;
    margin-left: 2%;
    position:relative;
    text-align: center;
}

#corporate div.point_box:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
}

#corporate .point_box span#ribon {
    position: absolute;
    line-height: 1;
    background: #1F51A3;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    color: #fff;
    top: 2%;
    left: -4%;
    padding: 2% 4%;
}

#corporate .point_box span#ribon:after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    left: 0;
    top: 100%;
    border-top: 5px solid #173D79;
    border-left: 5px solid transparent;
    opacity: 1;
}

#corporate p.mydesign_point {
    font-weight: bold;
    font-size: 0.65rem;
    margin-top: 16%;
}

#corporate .mydesign_point_box_wrap .point_box p.Red:before{
    content: "";
    position: absolute;
    border: 2rem solid transparent;
    border-top: 1rem solid #eeeeee;
    width: 0;
    height: 0;
    left: 23%;
    top: 3%;
}

#corporate .mydesign_point_box_wrap .point_box p.Red {
    color: red;
    padding-top: 21%;
    position: relative;
    font-size: 0.6rem;
}

#corporate p.mydesign_b{
  font-size: 20px;
  font-weight: bold;
}

span.under_y{
    background: linear-gradient(transparent 80%, #ffff66 0);
}


#corporate p.mydesign_b{
  font-size: 16px;
  font-weight: bold;
}

#corporate p.mydesign_b .Red{
  font-size:20px;
}

#corporate .Bg_pink p.mydesign_atten{
  font-size: 16px;
  padding-bottom: 5px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 map
-----------------------------------------------------------
----------------------------------------------------------- */

#map p.map_p{
  font-size: 16px;
  text-align: center;
   font-weight: bold;
}

#map ul.map_list li span{
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

#map ul.map_list li {
  float: left;
  width: 32.1%;
  border: 1px solid #484848;
  margin-right: 4px;
  padding: 4px;
}

#map ul.map_list li:nth-of-type(3) {
  margin-right: 0px;
}

#map p.map_price{
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

#map p.map_price span.price{
  color: red;
  font-size: 18px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 testprint
-----------------------------------------------------------
----------------------------------------------------------- */

#testprint .testprint_content .meishi5{
  text-align:center;
  font-size: 13px;
}

#testprint .testprint_content .meishi5 b{
  font-size: 16px;
}

#testprint .testprint_content .meishi5 span.yajirushi{
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 16px solid #FDE8BF;
  display: block;
  margin: 0px auto 8px;
}

#testprint .testprint_content .meishi5 p.print_check{
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0px 5px;
  margin-bottom: 16px;
}

#testprint .testprint_content .meishi5 p.print_check:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FDE523;
}

#testprint ul.checkpoint li {
  float: left;
  width: 32.5%;
  border: 1px solid #484848;
  margin-right: 4px;
  padding: 4px;
  text-align: center;
}

#testprint ul.checkpoint li:nth-of-type(3) {
  margin-right: 0px;
}

#testprint ul.checkpoint li p{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 0;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 washi_item
-----------------------------------------------------------
----------------------------------------------------------- */
.washi-item-box .washi-item-table table {
  border-color: #CCC;
  width: 100％;
  border-spacing: 4px;
}

.washi-item-box .washi-item-table th{
  padding:8px;
  background:#E8F4FF;
}

.washi-item-box .washi-item-table td{
  padding:8px;
}

.washi-item-box .washi-item-btn a{
  display: block;
  text-align: center;
  color: #FFF;
  margin: 8px 0 0;
  padding: 8px 8px;
  background: #013565;
  font-size: 16px;
}

.washi-item-box .washi-item-btn a:link{
  text-decoration:none;
}


/* ----2019.02.23追加---------- */


.LP-order-flow .flow-box {
    border: 1px solid #f99700;
    margin-bottom: 8px;
}

.LP-order-flow .flow-title {
    background: #f99700;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
}

.LP-order-flow .flow-box-content {
    padding: 5px;
    text-align: center;
}

.LP-order-flow .deta_type {
    text-align: center;
    margin-right: 5px;
    background: #F3F3F3;
    padding: 4px 1px;
    width: 48.5%;
    margin-bottom: 5px;
}

.LP-order-flow .deta_type:last-child{
    margin-right: 0;
}

.LP-order-flow .deta_type img{
    display:block;
}

.LP-order-flow .clearfix .flow-box{
    width: 32.3%;
    margin-right: 5px;
}

.LP-order-flow .flow-box.step04,
.LP-order-flow .flow-box.step07{
    margin-right: 0;
}

#washi_item .washi-attraction {
    margin-top: 50px;
}

table.washi-item-table{
    border-spacing: 4px;
}

table.washi-item-table th a {
    display: block;
    color: #FFF;
    padding: 8px 0px;
    background: #013565;
    font-size: 10px;
    text-decoration: none;
}

table.washi-item-table td img{
    display:block;
    margin:0 auto;
}

table.washi-item-table td a{
    background-color: #F15E0E;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    display: block;
    padding: 8px 0px;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none!important;
    color: #FFF !important;
    text-align: center;
    border-radius: 6px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 paper_washi_moyo paper_washi_kokuho
-----------------------------------------------------------
----------------------------------------------------------- */

.kokuho-body .kokuho-content,
.moyo-body .moyo-content {
  margin-bottom: 30px;
}

.moyo-body .moyo-content .content-rightbox .content-text{
  line-height:1.75;
}

.kokuho-spec .spec-table th,
.moyo-spec .spec-table th,
.washi-spec .spec-table th{
  padding: 13px;
  text-align: center;
}

.moyo-body .spec-img img,
.kokuho-body .spec-img img,
#paper_washi .spec-img img{
  float: left;
  width: 50%;
}

.kokuho-spec .spec-table td,
.moyo-spec .spec-table td,
.washi-spec .spec-table td{
  padding: 13px;
  text-align:left;
}

#paper_washi_moyo .Table03,
#paper_washi_kokuho .Table03,
#paper_washi .Table03{
  font-size:11px;
}

#paper_washi_moyo table.Table03 th.no_border ,
#paper_washi_kokuho table.Table03 th.no_border ,
#paper_washi table.Table03 th.no_border{
  border: none;
}

#paper_washi_moyo table.Table03 th.btm_border ,
#paper_washi_kokuho table.Table03 th.btm_border ,
#paper_washi table.Table03 th.btm_border{
  border-bottom:1px solid #fff;
}

#paper_washi_moyo table span.price, 
#paper_washi_kokuho table span.price,
#paper_washi table span.price{
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

#paper_washi_kokuho .kokuho-price table th,
#paper_washi_moyo .moyo-price table th,
#paper_washi .washi-price table th{
  padding:4px;
}

#paper_washi_kokuho .kokuho-price table td,
#paper_washi_moyo .moyo-price table td,
#paper_washi .washi-price table td{
  padding: 4px;
  text-align:center;
}

/* ----------------------------------
-------------------------------------
 photo.php
-------------------------------------
---------------------------------- */

#photo .Fl,
#photo .Fr{
  float:none;
}

#photo .baby_photo_ok p,
#photo .pet_photo_ok p{
  font-size: 12px;
  border-bottom: 1px solid #484848;
  padding: 8px 0px 0px 0px;
  font-weight: bold;
}

#photo .baby_photo_ok p span.point,
#photo .pet_photo_ok p span.point {
  font-size: 14px;
  color: #F40F6A;
  margin-right: 8px;
}

#photo .baby_photo_ok,
#photo .baby_photo_ng,
#photo .wedding_photo_ok,
#photo .wedding_photo_ng,
#photo .pet_photo_ok,
#photo .pet_photo_ng {
    margin-bottom: 10px;
}

#photo img#smaii_svg,
#photo img#large_svg{
  width:60px;
}

#photo .baby_photo_ng p,
#photo .wedding_photo_ok span,
#photo .wedding_photo_ng span,
#photo .pet_photo_ok span,
#photo .pet_photo_ng span{
  margin: 10px 0px;
  font-size: 12px;
  padding: 0;
  font-weight: bold;
}

#photo .wedding_photo_ok span,
#photo .wedding_photo_ng span,
#photo .pet_photo_ok span,
#photo .pet_photo_ng span{
  margin-top: 10px;
  font-size: 12px;
}

#photo .pet_photo_ng .Content-block img {
    margin-bottom: 20px;
}

#photo .baby_photo_ng {
  background-image: url(/img/photo/photo_baby_img01.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

/*----------------------------------
------------------------------------
命名･内祝いカード　baby.php
------------------------------------
----------------------------------*/

.baby_new .point_btn{
  background: url(/web-box/upload/item-list/baby/baby_point_btn_bg.webp) repeat left top;
}

.baby_new .point_btn ul li {
  float: left;
  margin: 0px 4px;
  width: 31%;
}

.baby_new h4 {
  margin-bottom: 5px;
}

.baby_new .point01-box img,
.baby_new .point02-box img,
.baby_new .point03-box img{
  margin: 0 auto;
  display: block;
}

.paper_recomme img.no1{
  display:none;
}

.paper_recomme table.paper_recomme_price,
#pet .paper_recomme_price,
#cosplay .paper_recomme_price{
  width: 100%;
  text-align:center;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.paper_recomme table.paper_recomme_price th,
#pet .paper_recomme_price th,
#cosplay .paper_recomme_price th {
  background: #FFE7E6;
  font-weight: unset;
  vertical-align: middle;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  text-align: center;
  padding: 4px;
}

.paper_recomme table.paper_recomme_price td,
#pet .paper_recomme_price td,
#cosplay .paper_recomme_price td {
  vertical-align: middle;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  padding: 4px;
}

.paper_recomme .paper_recomme_price_aten,
#pet .paper_recomme_price_aten,
#cosplay .paper_recomme_price_aten {
  margin-top:10px;
}

.paper_recomme table.baby_paper_hikaku{
  width:100%;
  margin-top: 10px;
}

.paper_recomme table.baby_paper_hikaku th {
  font-size: 120%;
  text-align: center;
}

.paper_recomme table.baby_paper_hikaku td{
  padding:0 15px;
}

.baby_new .photo_point{
  background: url(/web-box/upload/item-list/baby/baby_photo_point_bg.webp);
  border-radius: 23px;
  padding: 6px;
}

.baby_new .photo_point2{
  border: 1px #8E7768 dashed;
  border-radius: 20px;
}

.photo_point2 .photo_point_img,
.photo_point2 .photo_point_text{
  margin: 10px;
}

.photo_point_text .photo:before{
  content: url(/img/baby/baby_photo_point_line01.png);
  position: relative;
  top: -3px;
  margin-right: 0.5em;
}

.photo_point_text .photo:after{
  content: url(/img/baby/baby_photo_point_line02.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}
.photo_point_text .massage:after{
  content: url(/img/baby/baby_photo_point_line03.png);
  position: relative;
  top: 0.25em;
  margin-right: 0.5em;
}

.photo_point2 .photo_point_text .photo,
.photo_point2 .photo_point_text .massage {
    text-align: center;
}

.photo_point2 .photo_point_text .photo b,
.photo_point2 .photo_point_text .massage b {
    color: #5E4120;
    font-size: 15px;
    text-align: center;
}

.photo_point2 .photo_point_text .photo ul,
.photo_point2 .photo_point_text .massage p{
    text-align: left;
    color: #5E4120;
}

.photo_point2 .photo_point_text .massage p{
 text-align:center;
}

.photo_point2 .photo_point_text .massage {
  margin-top: 10px;
}

.baby_massage_ex ol.massage_list {
  padding: 0;
}

.baby_massage_ex ol.massage_list li {
  background: #FFEFEE;
  padding: 10px;
  margin: 4px;
  list-style: none;
}

.baby_new .baby-give-p {
  font-size: 16px;
  font-weight: bold;
  color: #EE7D2D;
}

.baby_new .baby-give-box .pc-br {
  display: none;
}

.baby_new .baby-give-box {
  margin-bottom: 20px;
}

/*----------------------------------
------------------------------------
用途別　wedding stamp　cosplay pet
------------------------------------
----------------------------------*/
#cosplay .ac-content ol li a,
#cosplay .ac-content ol li a:link,
#cosplay .ac-content ol li a:visited,
#pet .ac-content ol li a,
#pet .ac-content ol li a:link,
#pet .ac-content ol li a:visited {
  text-decoration: none;
  color: #0044CC;
}

#cosplay .ac-content ol li a:hover,
#pet .ac-content ol li a:hover {
  color: #09f;
}

#cosplay .COS-Btn-main {
  color: #ffffff !important;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 3.5px 1px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    border-radius: 26px;
    background-color: #7f7fff;
}

#cosplay .YT-Btn-main {
    color: #ffffff !important;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 3.5px 1px;
    display: inline-block;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    border-radius: 26px;
    background-color: #ff7fbf;
}

#cosplay .costemp-h4 {
  text-align: center !important;
  color: #484848;
  font-size: 1.5rem;
}

#cosplay .YTtemp-h4 {
  text-align: center!important;
  color: #484848;
  font-size: 1.5rem;
}

#cosplay .ac-check,
#pet .ac-check {
  display: none;
  margin-top: 20px;
}

#cosplay .ac-label,
#pet .ac-label{
  margin-top: 20px;
  background: #ccc;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
}

#cosplay .ac-label:after,
#pet .ac-label:after {
  box-sizing: border-box;
  content: "【開く】";
  font-weight: bold;
}

#cosplay .ac-check:checked + .ac-label:after,
#pet .ac-check:checked + .ac-label:after {
  content: "【閉じる】";
}

#cosplay .ac-content,
#pet .ac-content {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 0;
  line-height: 1.5rem;
  font-size: 1rem;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

#cosplay .ac-check:checked + .ac-label + .ac-content,
#pet .ac-check:checked + .ac-label + .ac-content {
  height: 100%;
  opacity: 1;
  padding: 10px 5px;
  visibility: visible;
} 

#cosplay .cosplay_nayami_box,
#pet .pet_nayami_box{
  margin-top: 10px;
}

#cosplay .bg-yellow,
#pet .bg-yellow{
  background: #ffffaf !important;
}

#cosplay .cosplay_nayami,
#pet .pet_nayami {
    border: 5px solid #ccc;
    list-style-type: none !important;
    padding: 10px;
}

#cosplay .cosplay_nayami li,
#pet .pet_nayami li {
  background: none;
  font-size: 15px;
  font-weight: 550;
  padding-top: 5px;
}

#cosplay .cosplay_nayami li:before,
#pet .pet_nayami li:before {
  margin-left: 0;
  margin-right: 5px;
  content: "■";
  color: #ff5546;
  font-size: 1rem;
}

#cosplay .cosplay_nayami li:first-child,
#pet .pet_nayami li:first-child {
  padding-top: 0;
}

#pet p {
  font-size: 16px;
  line-height: 1.8rem;
  padding-top: 10px;
}

#pet h5 {
  font-size: 130%;
  padding-top: 5px;
}

#pet .pet-item,
#cosplay .cos-item {
  text-align: center;
}

#pet .flex h5,
#cosplay .flex h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

#pet .flex h5 a,
#cosplay .flex h5 a {
  color: #F97700;
  text-decoration: none;
}

#pet .h4_under {
  margin-bottom: 5px;
}

#pet .Title02 {
  font-size: 1.4rem;
  padding: 10px 18px !important;
}

#pet .Btn-main {
  font-size: 1.4rem;
}

#pet .Title07 {
  font-size: 1.2rem;
}

#pet ul li h4 {
  font-size: 1.3rem;
}

#cosplay p {
  font-size: 15px;
}

#cosplay ul.templ_list li p strong,
#pet ul.templ_list li p strong {
  font-size: 135%;
}

#wedding ul.btn_list li{
  float: left;
  margin-right: 1%;
  margin-top: 5px;
  width: 32.5%;
}

#wedding ul.btn_list li:last-child{
  margin-right: 0px;
}

#wedding ul.templ_list li,
#stamp ul.templ_list li,
#estate ul.templ_list li,
#pet ul.templ_list li,
#coupon ul.templ_list li,
#cosplay ul.templ_list li,
#nailist ul.templ_list li,
.scene ul.templ_list li,
#baby_new ul.templ_list li,
#shopcard ul.templ_list li{
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

#wedding ul.templ_list li img,
#stamp ul.templ_list li img,
#estate ul.templ_list li img,
#pet ul.templ_list li img,
#coupon ul.templ_list li img,
#cosplay ul.templ_list li img,
#nailist ul.templ_list li img,
.scene ul.templ_list li img,
#baby_new ul.templ_list li img,
#shopcard ul.templ_list li img{
  box-shadow: 1px 1px 3px #464646a8;
  max-width:258px;
  max-height:258px;
}

#wedding h5,
#stamp ul.templ_list h5,
#pet ul.templ_list h5,
#coupon ul.templ_list h5,
#doujin ul.templ_list h5,
#nailist ul.templ_list h5,
#baby_new ul.templ_list h5,
.scene ul.templ_list h5{
  font-size:122%;
}

#wedding h4.Title07{
  margin-top:30px;
}

#wedding .templ_btn_wrap a.btn_templ_order ,
#stamp .templ_btn_wrap a.btn_templ_order,
#estate .templ_btn_wrap a.btn_templ_order,
#pet .templ_btn_wrap a.btn_templ_order,
#coupon .templ_btn_wrap a.btn_templ_order,
#cosplay .templ_btn_wrap a.btn_templ_order,
#doujin .templ_btn_wrap a.btn_templ_order,
#nailist .templ_btn_wrap a.btn_templ_order,
.scene .templ_btn_wrap a.btn_templ_order,
#baby_new .templ_btn_wrap a.btn_templ_order,
#shopcard .templ_btn_wrap a.btn_templ_order  {
    background: #f99700;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    display: block;
    margin: 16px auto 0;
    width: 50%;
    border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
    font-weight: bold;
}


#stamp ul.stamp_kakou li{
  margin-bottom: 8px;
  border: 1px solid #9A9A9B;
  text-align: center;
  padding: 10px;
}

#stamp ul.stamp_kakou li img{
  float: left;
  width: 50%;
}

#stamp ul.stamp_kakou li b.yen {
  font-size: 150%;
}

#stamp ul.stamp_kakou li .stamp_price {
  background: #FFECF0;
  clear: both;
}

#stamp ul.use_list li,
#estate ul.use_list li,
#pet ul.use_list li,
#coupon ul.use_list li,
#cosplay ul.use_list li,
#doujin ul.use_list li,
#nailist ul.use_list li,
.scene ul.use_list li,
#shopcard .use_list .shopcard-list-items{
  margin-bottom: 8px;
  border: 1px solid #9A9A9B;
  padding: 10px;
}

#stamp ul.use_list li h4,
#estate ul.use_list li h4,
#pet ul.use_list li h4,
#coupon ul.use_list li h4,
#cosplay ul.use_list li h4,
#doujin ul.use_list li h4,
#nailist ul.use_list li h4,
.scene ul.use_list li h4,
#shopcard .use_list .shopcard-list-items h4{
  font-size: 140%;
  text-align: center;
  margin-top: 8px;
}

#cosplay span.h4_under,
#pet span.h4_under{
  text-align: center;
  display: block;
}

#cosplay .Fr,
#doujin .Fr{
  float:none;
}


/* ----2019.02.25追加--用途別LP注文について---- */


.LP-spec{
    margin-top:30px;
}

.LP-order-flow li{
    background: #F1F1F1;
    width: 23%;
    padding: 5px;
    position: relative;
}

.LP-order-flow li.arrow{
    margin: 0% 2% 0% 0%;
}

.LP-order-flow li.arrow:after {
    border-left: 7px solid #F1F1F1;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
}

.LP-order-flow h4{
    color: #F8960C;
    font-size: 90%;
}

.LP-spec #index .order_data li a {
    color: #ffff;
}

.LP_delivery .data3 p.duration {
    color: #FB7C15;
    font-size: 12px;
    padding: 10px 0px;
    background: #fff;
    text-align: center;
}

.LP_delivery .data3 p.duration .num {
    font-size: 15px;
    font-weight: bold;
}

/* ----2019.02.27追加--coupon.php---- */


ul.coupon_point{
    font-size: 16px;
    font-weight: bold;
}

ul.coupon_point li{
    background-image: url(/img/coupon/temp_order_point01.gif);
    background-position: top 6px left;
    background-repeat: no-repeat;
    padding: 7px 0 6px 30px;
    background-size: 25px;
}
ul.coupon_point li:nth-of-type(2){
    background-image: url(/img/coupon/temp_order_point02.gif);
}

ul.coupon_point li:nth-of-type(3){
    background-image: url(/img/coupon/temp_order_point03.gif);
}

span.underline-y {
    position: relative;
    z-index: 1;
}

span.underline-y:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #FDE523;
}
.mydesign_point_time{
    background: #FEEED3;
    padding: 10px;
    font-weight: bold;
}

/*----------------------------------
------------------------------------
flow_guide
------------------------------------
----------------------------------*/
.produce_type_tab ul.produce_type_list{
    margin-top: 10px;
}
.produce_type_tab ul.produce_type_list li {
    float: left;
    background: #15037B;
    color: #ffffff;
    width:25%
}

.produce_type_tab ul.produce_type_list li.upload {
    background: #DF043E;
}

.produce_type_tab ul.produce_type_list li.ruff {
    background: #FDC915;
}

.produce_type_tab ul.produce_type_list li.web {
    background: #227B27;
}


#flow_guide_temp .produce_type_tab ul.produce_type_list li.temp{
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);/*上に動く*/
    border-bottom: 7px solid #0F0259;
}
#flow_guide_data .produce_type_tab ul.produce_type_list li.upload{
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);/*上に動く*/
    border-bottom: 7px solid #9D022D;
}
#flow_guide_ruff .produce_type_tab ul.produce_type_list li.ruff{
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);/*上に動く*/
    border-bottom: 7px solid #B48B01;
}
#flow_guide_web .produce_type_tab ul.produce_type_list li.web{
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);/*上に動く*/
    border-bottom: 7px solid #185A1C;
}


.produce_type_list li a:link, 
.produce_type_list li a:visited,
.flow-chart .flow-chart-box .box-step a:link, 
.flow-chart .flow-chart-box .box-step a:visited{
    color: #ffffff!important;
    text-decoration: none;
}
.produce_type_tab .produce_type_list li a {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.flow-chart .flow-chart-box {
    width: 21.8%;
    background-color: #F1F1F1;
    border: 1px solid #F8960D;
    position: relative;
    margin-right: 3%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.flow-chart .flow-chart-box.denno{
    border: 1px solid  #1D51A5;
}

.flow-chart .flow-chart-box .box-step {
    background-color: #F8960D;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 0;
}

.flow-chart .denno .box-step {
    background-color: #1D51A5;
}

.flow-chart .flow-chart-box .step-content {
    padding: 16px 0 6px;
}

.flow-chart .flow-chart-box .step-content img{
    height:30px!important;
    width:auto;
}

.flow-chart .flow-chart-box h4 {
    font-size: 10px;
    font-weight: unset;
    margin-top: 10px;
}

.flow-chart .flow-chart-box:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left: 10px solid #F8960D;
    top: 45%;
    margin-left: 52%;
    width: 0;
    height: 0;
}

.flow-chart .flow-chart-box.denno:before{
    border-left: 10px solid #1D51A5;
}

.flow-chart .flow-chart-box.lastbox:before{
     content: none;
}

.Right{
    text-align:right;
}
.order-guide .costmer-block .Fr,
.order-guide .denno-block .Fl{
    width: 100%;
}

.order-guide .denno-block .Fr {
    float: none;
}

.order-guide .costmer-block ol{
    counter-reset:number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
    padding:0;
}

.order-guide .costmer-block  ol li {
  position: relative;
  padding: 1em 0em 0em 25px;
}

.order-guide .costmer-block  ol li :before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  border: 1px solid red;
  color: red;
  color: red;
  font-weight:bold;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  /*以下 上下中央寄せ*/
  top: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* --------------------------------------------------------
-----------------------------------------------------------
review.php
-----------------------------------------------------------
----------------------------------------------------------- */
#review .review-list-body {
    margin-bottom: 35px;
}

#review .review-list-title-block {
    padding-left: 35px;
    background-image: url(/img/review/review_human_icon.svg);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    margin-bottom: 7px;
}

#review h3.wb-blog-list-title {
    margin-bottom: 3px;
}
#review .review-item-detail {
    /* float: left; */
}
#review .review-day-block {
    /* float: right; */
}
#review .review-comment {
	padding: 10px 0px 14px 0px;
	font-size: 14px;
}

.review_reply {
    background: #f5f5f5;
    padding: 8px 10px 10px 10px;
}
.review_reply p {
    font-weight: bold;
    padding: 0 0 5px 0;
}

#review .review-item-detail div {
    display: inline-block;
    color: #f99700;
}

#review .wb-blog-body p{
	padding:0;
}
#review .review-star {
    display: none;
}
#review .review-star span > span {
    background-image: url(/img/review/star50.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 139px;
    height: 20px;
    padding-left: 123px;
    background-position: 0px 0px;
    padding-top: 1px;
}

#review .review-star span.star_num4 {
    background-image: url(/img/review/star40.svg);
}
#review .review-star span.star_num3 {
    background-image: url(/img/review/star30.svg);
}
#review .review-star span.star_num2 {
    background-image: url(/img/review/star20.svg);
}
#review .review-star span.star_num1 {
    background-image: url(/img/review/star10.svg);
}



/*
---------------------------------------------------------
---------------------------------------------------------
 account-manager
---------------------------------------------------------
--------------------------------------------------------- */
#JS-account-manager p {
    text-align: center;
    font-size: 0.7rem;
}

#JS-account-manager h4.account-manager-title span {
    border-bottom: 3px double #484848;
    padding: 0 5pxpx;
}

/*----
.account-manager {
  display: none;
}
#JS-account-manager {
  padding: 5px;
}

#JS-account-manager  p {
    text-align: center;
}


#JS-account-manager .account-manager-title {
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

#JS-account-manager .Fl{
    width: 90%;
    border: 1px solid #9a9a9b;
}

#JS-account-manager .Fr{
    width: 9%;
}

div[class^="account-detail-"] a {
    display: block;
    text-decoration: none;
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
}


div[class^="account-detail-"] a.log_acnt {
    display:block;
    padding: 5px;
}

#JS-account-manager div[class^="account-detail-"] + div[class^="account-detail-"] .Fl{
    border-top: none;
}

div[class^="account-detail-"] a.del_acnt {
    margin: 46% 1%;
}

div[class^="account-detail-"] a.log_acnt:hover {
    background: #f99700;
    opacity: 1;
    color:#ffffff;
}

#JS-account-manager div[class^="account-detail-"] {
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

#JS-account-manager div[class^="account-detail-"] span{
    display: inline-block;
}

#JS-account-manager div[class^="account-detail-"] span.title-acnt,
#JS-account-manager div[class^="account-detail-"] span.title-name{
   font-size: 10px;
}

#JS-account-manager div[class^="account-detail-"] span.cont-acnt,
#JS-account-manager div[class^="account-detail-"] span.cont-name{
    font-size: 12px;
    font-weight: bold;
    margin: 1px 0 1px 4px;
}

#JS-account-manager  .clear_acnt-wrap{
    text-align:center;
    margin-top:4px;
}

-------- */

/*
---------------------------------------------------------
---------------------------------------------------------
 font_preview.php
---------------------------------------------------------
--------------------------------------------------------- */
#font_list .wb-blog-categ-title{
	padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    background-color: #ffefc7;
    font-size: 16px;
    clear: both;
    margin-top: 15px;
    font-weight: bold;
}

#font_list .font-img {
    margin-bottom: 10px;
    height: 40px;
}

#font_list .font-img img {
    width: 300px;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 kadomaru.php
---------------------------------------------------------
--------------------------------------------------------- */
.kadomaru_spec_block .kadomaru_spec {
    display: flex;
    margin-bottom: 5px;
	flex-wrap: wrap;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 inquiry.php sample.php
---------------------------------------------------------
--------------------------------------------------------- */
#inquiry .Content:nth-child(n+2),
#sample .Content:nth-child(n+2)  {
    margin: 0;
    padding: 0;
}

#inquiry .Single-content,
#sample .Single-content {
	margin-bottom: 0;
	padding: 0;
}
#inquiry iframe#inline-frame,
#sample iframe#inline-frame {
    width: 100%;
}

/*
---------------------------------------------------------
---------------------------------------------------------
 design_editor.php
---------------------------------------------------------
--------------------------------------------------------- */

.editor_point.flex_block {
}
.editor_point_box {
    margin-bottom: 10px;
    overflow: hidden;
}
.editor_point_box span.img_box {float: left;width: 65px;}
.editor_point_box a{
    text-decoration: none;
}
.editor_point span.text_box {
    font-size: 16px;
    font-weight: bold;
    padding-left: 13px;
    float: left;
}
.editor_point span.text_box span {
    font-size: 12px;
}
.flex-block {

}
.editor_point2 .Bg_yellow {
    font-size: 16px;
}
.Font12 {
    font-size: 10px;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 editor_guide_top.php
---------------------------------------------------------
--------------------------------------------------------- */
ul.guide_cate {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}
ul.guide_cate.No-list li {
    width: 49%;
    margin-bottom: 5px;
}

ul.guide_cate.No-list li a {
    text-decoration: none!important;
    background: url( "/img/editor_guide/browser.svg" ) center 30% no-repeat;
    display: block;
    padding-top: 42%;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #C1C1C1;
    background-size: 50%;
}

ul.guide_cate li:nth-of-type(2) a {
    background: url( "/img/editor_guide/screen.svg" ) center 30%  no-repeat;
}
ul.guide_cate li:nth-of-type(3) a {
    background: url( "/img/editor_guide/operation.svg" ) 43% 19%   no-repeat;
    background-size: 35%;
}
ul.guide_cate li:nth-of-type(4) a {
    background: url( "/img/editor_guide/design.svg" ) center 30%  no-repeat;
}
.Bg_yellow.chrome_img {
    display: inline-block;
    margin-bottom: 10px;
}

ul.guide_content_list {
    color: #F97700;
    font-size: 14px;
}
p + ul.guide_content_list {
margin-top: 10px;
}
ul.guide_content_list a {
    color: #F97700;
    text-decoration: none!important;
}
#editor_guide_top h5 {
    margin-top: 15px;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 editor_guide_comfim.php
---------------------------------------------------------
--------------------------------------------------------- */
p.guide_navi_box {
    font-size: 10px;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 editor_guide_basic_operate.php
---------------------------------------------------------
--------------------------------------------------------- */
ol.operate-nav {
    list-style: none;
    padding: 0;
}
ol.operate-nav li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    counter-increment: step-counter;
}

ol.operate-nav li:before {
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    width: 17px;
    padding: 2px 2px 2px;
    background: #fff;
    border: 1px solid #484848;
    border-radius: 14px;
    font-size: 12px;
    color: #484848;
    line-height: 0.9;
    text-align: center;
    content: counter(step-counter);
}
ol.operate-nav + .Bg_gray.clearfix{
	padding: 10px;
    margin-top: 10px;
}
ul.object_draw1{
	width: 50%;
}
ul.object_draw1 li,
ul.object_draw2 li{
	background: url(/img/editor_guide/draw1.svg) center left no-repeat;
    font-size: 14px;
    padding: 6px 1px 6px 29px;
	background-size: 25px;
}
ul.object_draw1 li:nth-of-type(2){
	background: url(/img/editor_guide/draw2.svg) center left no-repeat;
	background-size: 25px;
}
ul.object_draw1 li:nth-of-type(3){
	background: url(/img/editor_guide/draw3.svg) center left no-repeat;
	background-size: 25px;
}
ul.object_draw2 li:nth-of-type(1){
	background: url(/img/editor_guide/draw4.svg) center left no-repeat;
	background-size: 25px;
}
ul.object_draw2 li:nth-of-type(2){
	background: url(/img/editor_guide/draw5.svg) center left no-repeat;
	background-size: 25px;
}
ul.object_draw2 li:nth-of-type(3){
	background: url(/img/editor_guide/draw6.svg) center left no-repeat;
	background-size: 25px;
}
p.design_point {
    background: url(/img/editor_guide/point.svg) top left no-repeat;
    padding: 21px 0px 0px 36px;
    margin-top: 20px;
    font-size: 14px;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 editor_guide_upload.php
---------------------------------------------------------
--------------------------------------------------------- */
p.upload_extension {
    font-size: 16px;
    font-weight: bold;
}
#editor_guide_upload .Bg_gray .Btn-wrap{
	margin-bottom: 10px;
}
/*
---------------------------------------------------------
---------------------------------------------------------
 pla_card.php
---------------------------------------------------------
--------------------------------------------------------- */
.pra_card_reco_box {
    border: 1px solid #9D9D9D;
    padding: 9px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.pra_card_reco span#ribon {
    position: absolute;
    background-color: #1F51A3;
    color: #fff;
    font-size: 13px;
    padding: 6px 8px;
    line-height: 1;
    letter-spacing: 0.1em;
    top: 7px;
    left: -5px;
}
.pra_card_reco span#ribon:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    left: 0;
    top: 100%;
    border-top: 5px solid #173667;
    border-left: 5px solid transparent;
}
.pra_card_reco p.excel_directry_point {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pra_card_reco_box .img-wrap {
    text-align: center;
    margin-bottom: 8px;
}
.pra_card_reco_box .reco_txt {
    line-height: 1.7;
}
#pla_card .order-btn-wrap .txt-wrap {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    background: url('/img/pla_card/order_comment_start.svg') no-repeat left center;
    padding: 0 34px;
    position: relative;
}
#pla_card .order-btn-wrap .txt-wrap+a.Btn-main {
    display: block;
    margin: 9px auto 0;
}
#pla_card span.txt-wrap:after {
    content: "";
    width: 16px;
    height: 28px;
    background: url('/img/pla_card/order_comment_end.svg') no-repeat right center;
    position: absolute;
    top: 0;
    right: 0;
}
#pla_card table.peper_spex th.Bg_green {
    width: 20%;
    text-align: center;
}
#pla_card table.peper_spex {
    border-spacing: 1px 10px;
}
#pla_card table.peper_spex td {
    padding-left: 11px;
}
#pla_card .other_pepar h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
#pla_card .other_pepar li {
    font-size: 14px;
    margin-bottom: 4px;
}
#pla_card ul.templ_list li {
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 5%;
    width: 49%;
}
#pla_card ul.templ_list li:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}
#pla_card ul.templ_list li img {
    box-shadow: 1px 1px 3.5px 1px rgb(0 0 0 / 10%);
    max-height: 257px;
}
#pla_card a.btn_templ_order {
    background: #feb032;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    display: block;
    margin: 0 auto;
    width: 230px;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 3.5px 1px;
}

/*-----------------------------------------------
-------------------------------------------------
shopcard
-------------------------------------------------
-------------------------------------------------*/
#shopcard .content-block-wrap,
#shopcard .text01-mb,
#shopcard .img-mb, 
#shopcard .content-wrap {
  margin-bottom: 10px;
}

#shopcard .Title07 {
  margin-bottom: 0;
}

#shopcard .shopcard-list-wrap .wb-blog-content-list {
  overflow: hidden;
}

#shopcard .shopcard-list-wrap .wb-blog-content-list h3{
  text-align: center;
}

#shopcard .shopcard-list-wrap .shopcard-list-items:last-of-type{
  margin-bottom: 0;
}

#shopcard .shopcard-top-wrap .wb-blog-categ-title,
#shopcard .shopcard-list-wrap .wb-blog-categ-title,
#shopcard .shopcard-center-wrap .wb-blog-categ-title,
#shopcard .shopcard-template-wrap .wb-blog-categ-title {
  padding: 2px 10px 2px 10px;
  margin-bottom: 15px;
  background-color: #ffefc7;
  font-size: 16px;
  clear: both;
  font-weight: bold;
}

#shopcard .shopcard-center-wrap .content-mb,
#shopcard .shopcard-center-wrap .shopcard_list {
  margin-bottom: 10px;
}

#shopcard .shopcard-center-wrap .shopcard_list:last-of-type {
  margin-bottom: 0;
}

#shopcard .shopcard-center-wrap .wb-blog-content-list {
  margin-bottom: 15px;
}

#shopcard .shopcard-center-wrap .wb-blog-content-list .img-center {
  text-align: center;
}

#shopcard .Content-block {
  margin-bottom: 30px;
}

#shopcard .shopcard-center-wrap .wb-blog-content-list:last-of-type {
  margin-bottom: 0;
}

#shopcard .sp-none {
  display: none;
}

#shopcard .Content-block .block-body .SP-in-wrap {
  padding: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 card_usage card_list
-----------------------------------------------------------
----------------------------------------------------------- */
#card_usage,
#card_list {
  font-size: 15px;
}

#card_usage .Title02,
#card_list .Title02 {
  font-size: 17px !important;
  font-weight: bold !important;
  padding: 10px !important;
}

#card_usage .top-img-wrap,
#card_list .top-img-wrap {
  margin-bottom: 10px;
}

#card_usage .top-text-wrap,
#card_list .top-text-wrap {
  margin-bottom: 10px;
}

#card_usage .category-btn-wrap,
#card_list .category-btn-wrap {
  margin-bottom: 13px;
  border: 1px solid #ccc;
  padding: 10px 15px 15px;
}

#card_usage .category-btn-wrap p,
#card_list .category-btn-wrap p {
  font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    padding: 0;
}

#card_usage .category-btn-wrap ul,
#card_list .category-btn-wrap ul {
  list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    margin: 0;
}

#card_usage .category-btn-wrap ul li,
#card_list .category-btn-wrap ul li {
    margin: 0;
    min-height: 40px;
    width: calc(100% / 2 - 5px);
}

#card_usage .category-btn-wrap ul li a,
#card_list .category-btn-wrap ul li a {
  display: flex;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.2;
    padding: 5px 30px 5px 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 100%;
    color: #666;
    position: relative;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    font-weight: bold;
}

#card_usage .category-btn-wrap ul li a:before,
#card_list .category-btn-wrap ul li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0px 3px;
  border-color: #FFF transparent transparent transparent;
  display: block;
  top: 1px;
  right: 9px;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

#card_usage .category-btn-wrap ul li a:after,
#card_list .category-btn-wrap ul li a:after {
  content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    background: #f99700;
    border-radius: 50%;
    z-index: 0;
}

#card_usage .card-list,
#card_list .card-list {
  margin-bottom: 20px;
}

#card_usage .card-list:last-child,
#card_list .card-list:last-child {
  margin-bottom: 0;
}

#card_usage .card-list .card-list-title,
#card_list .card-list .card-list-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
}

#card_usage .card-list .card-detail,
#card_list .card-list .card-detail {
  display: flex;
  flex-direction: column;
}

#card_usage .card-list .card-detail .right-wrap,
#card_list .card-list .card-detail .right-wrap {
  order: 0;
  margin-bottom: 10px;
}

#card_usage .card-list .card-detail .left-wrap,
#card_list .card-list .card-detail .left-wrap {
  order: 1;
}

#card_usage .card-btn-wrap,
#card_list .card-btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

#card_usage .card-btn-wrap .btn,
#card_list .card-btn-wrap .btn {
  width: calc((100% - 11px) / 2);
}

#card_usage .card-btn-wrap .btn:last-child,
#card_list .card-btn-wrap .btn:last-child {
  margin-left: 10px;
}

#card_usage .card-btn-wrap .btn a,
#card_list .card-btn-wrap .btn a {
  display: block;
  width: 100%;
  margin: 0;
}

#card_usage .card-btn-wrap .btn .Btn-main_2,
#card_list .card-btn-wrap .btn .Btn-main_2 {
  background: #fff;
  color: #F15E0E !important;
  border: 1px solid #F15E0E;
  padding: 11px 5px !important;
}

#card_usage .price-table-wrap,
#card_list .price-table-wrap {
  margin-bottom: 30px;
}

#card_usage .price-table-wrap .HTMLeditor-table-wrap,
#card_list .price-table-wrap .HTMLeditor-table-wrap {
  overflow-x: scroll;
}

#card_usage .price-table-wrap table,
#card_list .price-table-wrap table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

#card_usage .price-table-wrap table tr th,
#card_usage .price-table-wrap table tr td,
#card_list .price-table-wrap table tr th,
  #card_list .price-table-wrap table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
}

#card_usage .price-table-wrap table tr td:last-child,
#card_list .price-table-wrap table tr td:last-child {
  border-right:none;
}

#card_usage .price-table-wrap table tr:last-child th,
#card_usage .price-table-wrap table tr:last-child td,
#card_list .price-table-wrap table tr:last-child th,
  #card_list .price-table-wrap table tr:last-child td {
  border-bottom: none;
}

#card_usage .price-table-wrap table tr th,
#card_list .price-table-wrap table tr th {
  width: 230px;
  height: 55px;
  background: #fbe4e3;
}

#card_usage .price-table-wrap .attention-text,
#card_list .price-table-wrap .attention-text {
  margin-top: 15px;
}

#card_usage .price-table-wrap .attention-text ul li,
#card_list .price-table-wrap .attention-text ul li {
  font-size: 14px;
    margin-bottom: 5px;
}

#card_usage .price-table-wrap .attention-text ul li:last-child,
#card_list .price-table-wrap .attention-text ul li:last-child {
  margin-bottom: 0;
}

#card_usage .price-table-wrap .attention-text ul li a,
#card_list .price-table-wrap .attention-text ul li a {
  color: #F15E0E;
}

#card_usage .produc_flow li,
#card_list .produc_flow li {
  width:33%;
  color:#ffff;
  height: auto;
  position: relative;
  background-color:#46b149;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 1px;
}

#card_usage .produc_flow li:nth-of-type(3),
#card_list .produc_flow li:nth-of-type(3) {
  margin-right: 0px;
}

#card_usage .produc_flow li#flow3,
#card_list .produc_flow li#flow3 {
  background-color:#5385c4;
  padding-left: 5px;
}

#card_usage .produc_flow li#flow4,
#card_list .produc_flow li#flow4 {
  background-color:#ff6876;
  padding-left: 5px;
}


#card_usage .produc_flow p.flow_comment,
#card_list .produc_flow p.flow_comment {
  font-size:11px;
}
#card_usage .produc_flow p.flow_point,
#card_list .produc_flow p.flow_point {
    /* text-align: center; */
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 4px 26px;
    background-image: url(/img/delivery/flow_order.svg);
    background-repeat: no-repeat;
    background-position: 3px 12px;
    margin-bottom: 0px;
    background-size: 19px;
}

#card_usage .produc_flow li#flow3 p.flow_point,
#card_list .produc_flow li#flow3 p.flow_point {
    background-image: url(/img/delivery/flow_print.svg);

}

#card_usage .produc_flow li#flow4 p.flow_point,
#card_list .produc_flow li#flow4 p.flow_point {
    background-image: url(/img/delivery/flow_arrival.svg);

}

#card_usage .yamato,
#card_list .yamato {
  font-size:14px;
}

#card_usage .deadline-wrap .attention-text .attention-text-title,
#card_list .deadline-wrap .attention-text .attention-text-title {
  font-size: 14px;
}

#card_usage .deadline-wrap .attention-text ul li,
#card_list .deadline-wrap .attention-text ul li {
  font-size: 14px;
    margin-bottom: 5px;
}

#card_usage .deadline-wrap .attention-text ul li:last-child,
#card_list .deadline-wrap .attention-text ul li:last-child {
  margin-bottom: 0;
}

/* 2023/09/04　escape */
#escape p {
  margin-bottom: 10px !important;
}