@charset "UTF-8";

*{margin:0;padding:0;}

body{
   font-family: "Noto Sans JP", sans-serif;
font-size: 13px;
background-color: #EAE8E8;/*#E7F7E7;*/
}

a{text-decoration:none;}
a:active, a:focus {outline: 0;}
a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.clear{clear:both;}
p.hight_space_10{
   height: 10px;
   }

.font_min{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

/* ---------------------------------------------------------- */
/* テスト用                                                       */
h10{
   margin: 15px;
   font-size: 18px;
   color: #F90303;
   border: 1px solid #999999;
   }


/* ---------------------------------------------------------- */
/* 全体                                                       */
#wrapper{
  margin: 0 auto;
  padding: 0;
}

#wrapper p.line{
  border-bottom: 6px solid #FEA32C;
  }



/* ---------------------------------------------------------- */
/* ヘッダー 全体                                              */
#header_base{
   width: 100%;
   height: 50px;
   background-color: #333333;
	/*position: absolute;*/
	z-index: 1000;
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
    -webkit-transform: translate3d(0,0,0);
   }

/*#header_base.nav_fixed {
	position: fixed;
	top: 0px;
}*/

#header{
   margin: 0 auto;
   padding: 0;
   width: 1040px;
   text-align:left;
   color:#FFF;
   }

.user_info{
	float:right;
	line-height:50px;
}
#header a{
	color:#CCC;
}
#header a:hover{
	color:#999;
}


#header_line_base{
   clear:both;
   position:inherit;
   margin-top:50px;
   width: 100%;
   height: 25px;
   background-color: #CCCCCC;
   }

#header_line{
   margin: 0 auto;
   padding: 0;
   height: 25px;
   width: 1040px;
   text-align:right;
   background-color: #CCCCCC;
   line-height: 25px;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   }


#header img{
	float:left;
    margin: 10px 0;
   }

#header h1{
	float:left;
   margin: 15px 0 0 20px;
   font-size: 14px;
   font-weight:inherit;
   color: #FFFFFF;
   }



/* ---------------------------------------------------------- */
/* メイン 全体                                               */

#main{
   clear:both;
   margin: 0 auto;
   width: 100%;
   /*padding-top:55px;*/
   top:50px;
   text-align:left;
   }

#main_fix{
   clear:both;
   margin: 0 auto;
   width: 100%;
   /*padding-top:55px;*/
   top:50px;
   text-align:left;
   }
#main_fix #right_column{
   width: 100%;
}
/* ログイン                                               */
#main_access{
   margin: 0 auto;
   width: 1040px;
   height: 500px;
   text-align:center;
   line-height: 50px;
   }

#main_access input.access_send{
   width:200px;
}


/* ---------------------------------------------------------- */
/* トップメイン                                               */
#index_main{
   float: left;
   margin: 15px 0 0 0;
   }
/*
スライダー補足
-------------------------------------------*/
.slider .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}

.slider .slick-slide.slick-current {
	-webkit-filter: opacity(100%);
  -moz-filter: opacity(100%);
  -o-filter: opacity(100%);
  -ms-filter: opacity(100%);
  filter: opacity(100%);
}
.slide_base {
	width: 100%;
	overflow: hidden;
	max-width: 2880px;
	margin-left: auto;
	margin-right: auto;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	margin-bottom: 20px;
}

.slick-slide img{
width: 100%;
}

.slick-slide .motionbox{position: relative;}
.slick-slide .motion{position: absolute;top:14.5%;right:0%; width: 48.5%;}
.slick-slide .motion img{width: 430px; width: 85%;}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* ---------------------------------------------------------- */
/* タンク */

#tank{
   width: 91px;
   height: 25px;
   margin: 0 auto;
   padding: 0;
   background:url(../images/tank_min.gif) no-repeat 0 0;
   cursor:pointer;
   }
#tank_ng{
   width: 91px;
   height: 25px;
   margin: 0 auto;
   padding: 0;
   background:url(../images/tank_min_ng.gif) no-repeat 0 0;
   }
#tank_font{
   font-size: 12px;
   height: 25px;
   line-height: 27px;
   margin: 0 0 0 27px;
   font-weight: bold;
   color: #333333;
   padding-left:40px; /* 付け加え */
   }
#tank_font_ng{
   font-size: 12px;
   height: 25px;
   line-height: 27px;
   margin: 0 0 0 27px;
   font-weight: bold;
   color: #999999;
   padding-left:40px; /* 付け加え */
   }
#tank_font .nodata{
   margin: 0 0 0 28px;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
}
#tank_cancel{
   width: 150px;
   height: 25px;
   margin: 0 0 0 40px;
   padding: 0;
   background:url(../images/tank_min.gif) no-repeat 0 0;
   cursor:pointer;
   }

/* ---------------------------------------------------------- */
/* 左カラム  200                                              */
#left_column {
   float: left;
   width: 100%;
   margin: 0;
   }
#left_column_banner{
	text-align: center;
}
#left_column_banner img{
   width: 200px;
   margin: 8px auto 0 auto;
   }
.l_col_ban_half{
   width: 100%;
   margin: 0;
   padding: 10px;
}
.l_col_ban_half img{
   float: left;
   width: 47%;
   height: auto;
   max-width: 200px;
   margin: 0 0 2% 2%;
}

#left_column_nav {
   width: 100%;
   margin: 6px 0 0 0;
   padding: 5px 0 5px 0;
   background-color: #333333;
   }

#left_column h2{
	clear: both;
   margin: 15px 0 10px 10px;
   padding: 0 0 0 30px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   background:url(../images/left_tank.gif) no-repeat 0 0;
   }

#left_column #record{
   font-size: 13px;
   font-weight: normal;
   color: #FFFFFF;
   }


#left_column ul{
   margin: 10px;
   }

#left_column li{
float: left;
   margin: 5px 23px 0 0;
   list-style: none;
   }

#left_column ul.half li{
width: 43%;
white-space: nowrap;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

#left_column li a{
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration:none;
   }

#left_column li a:visited { color:#DDDDDD }
#left_column li a:hover{color:#BCBCBC;}
#left_column li a:active, a:focus {outline: 0;}

#left_column .accordion_head {cursor:pointer;}

#left_column ul.alph_link {
	margin-bottom: 10px;
}

#left_column li.alph_link {
	float: left;
	width: 15px;
	margin: 0 5px;
	text-align: center;
}

#left_column #explain_font{
   font-size: 10px;
   font-weight: normal;
   color: #FFFFFF;
}

/* ---------------------------------------------------------- */
/* 右カラム  840 (トップページ用)                             */
#right_column{
   float: left;
   width: 100%;
   margin: 0 0 0 0;
   display: inline;
   /*overflow:hidden;*/
   }

/* ログイン                                               */
#access{
   margin: 0 auto;
   width: 800px;
   height: 500px;
   text-align:center;
   line-height: 50px;
   }

#access input.access_send{
   width:200px;
}


#right_column h2{
   /*width: 790px; 840px;から820へ変更*/
   margin: 25px 15px 15px 15px;
   font-size: 21px;
   font-weight: bold;
   color: #000000;
   border-bottom: 1px solid #999999;
	line-height: 35px;
   }

#right_column .font_min{
   font-size: 12px;
   font-weight: normal;
  }

#right_column h5{
   /*width: 800px; 840px;から820へ変更*/
   margin: 25px 15px 15px 15px;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   border-bottom: 1px solid #CCCCCC;
	line-height: 25px;
   }

.red_font{
   font-weight: bold;
   color: #FC0303;
   }

.red_title_font{
   margin: 0 auto;
   font-weight: bold;
   color: #FC0303;
   font-size: 16px;
   text-align:right;
   }

#right_column_list{
   width: 100%; /*840px;から820へ変更*/
   margin: 5px 0 10px 0;
   padding: 10px 10px
   }

/* 右カラム中  200                                              */
#right_column_in{
   float: left;
   width: 30%;
   margin: 0 0 10px 2.5%;
	padding-bottom: 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #999999; 
   }

.right_column_topban ul{
width: 100%;
margin: 0 auto;
}

.right_column_topban li{
   float: left;
   max-width: 198px;
   width: 46%;
   margin: 0 0 10px 2.5%;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   }
.right_column_topban li:nth-child(2n){
}

.right_column_topban img{
   width: 100%;
   height: auto;
   }


.right_column_in_logo {
   margin: 0 auto;
   width: 100%;
   position: relative;
   }
.right_column_in_logo:before{
  content:'';
  display:block;
  width:100%;
  height:0;
  padding-bottom:100%;
}

.right_column_in_logo .img_logo,
.right_column_in_logo .img_syoudan {
  position: absolute;
  top: 0;
  left: 0;
}
.right_column_in_logo img{
max-width: 100%;
height: auto;
}
.right_column_in_logo .img_syoudan {
z-index: 1;
}
.right_column_in_logo .img_syoudan img{
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.detail_text{
	padding: 0.5em 1em;
	margin-top: -0.5em;
	height: 2em;
	overflow: hidden;
}
.money_text{
   font-size: 20px;
   font-weight: bold;
}

#right_column_in_explain {
   margin: 0 auto;
   text-align: center;
   padding: 3px 0 3px 0;
   width: 100%;
   min-height: 6em;
   /*background:url(../images/rigth_in_back.gif) 0 0;
   background-color:#EAE8E8;*/
   }

#right_column_in_explain_t {
   margin: 0 auto;
   max-width: 180px;
   /*height: 96px;
   border: 1px solid #EAE8E8;*/
   font-size: 12px;
   color: #333333;
   text-align: left;
   }

#right_column_in_explain_t img{
   margin: 5px 0 5px 23px;
   }

#right_column_in_explain_t h6{
   margin: 3px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   white-space: nowrap;
   overflow: hidden;
   }

#right_column_in_no_list{
   width: 830px;
   height: 300px;
   margin: 10px 0 0 10px;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   text-align: center;
   line-height: 300px;
   }

/* 20171004 ニュース追加 */
.r_4box{
   float: left;
   width: 200px;
   margin: 0 0 20px 10px;
}

.news_r_4box{
	height:230px;
}

.news_tag{
	float:right;
	background-color:#ECA03C;
	padding:2px 10px;
	font-size:9px;
	font-weight:bold;
}

.news_date{
	float:left;
	margin:5px;
}

.news_title{
	clear:both;
	margin:5px;
	font-size:16px;
	font-weight:bold;
}

/*Request*/
.logo_request{
   clear: both;
   background-color: #fff;
   margin: 40px auto 0 auto;
   margin-bottom: 0;
   width: 100%;
   max-width: 1040px;
}
.logo_request #content{
   width: 100%;
   margin: 0 auto 0 auto;
   padding: 0px 10px;
   font-size: 110%;
   }
.logo_request #content header{
   border-bottom: 1px solid #999999;
   font-size: 1.285712em;
   padding-bottom: 12px;
   margin-bottom: 20px;
   }
/* トップ お知らせ追加 */

.news{
clear: both;
background-color: #fff;
margin: 0 auto 0 auto;
margin-bottom: 0;
width: 100%;
}
.news #content{
width: 100%;
margin: 0 auto 0 auto;
padding: 0px 10px;
font-size: 110%;
}
.news #content header{
border-bottom: 1px solid #999999;
font-size: 1.285712em;
padding-bottom: 12px;
margin-bottom: 20px;
}
.news a {
	color: #808080;
	text-decoration: none;
}
.news a:hover {
	color: #262626;
	text-decoration: underline;
}
.news ul li{
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #EFEFEF;
}
.news ul li:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}

/* 以下不要？ */
#right_column .news h2{
font-size: 1.000rem;
border-bottom: none;
margin: 10px 0;
color: #333333;
}

#right_column .news ul{
margin: 5px;
}
#right_column .news li{
list-style-type: none;
margin: 5px 0;
}



/* ---------------------------------------------------------- */
/* ページング  840 （共通)                                      */

#right_column .pageNav04c {
	zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	background: #EAE8E8;
}


#right_column .pageNav04c ul {
	position: relative;
	left: 50%;
	float: left;
}

#right_column .pageNav04c ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
   list-style: none;
}

#right_column .pageNav04c li span,
#right_column .pageNav04c li a {
	display: inline-block;
	margin: 0 5px 2px 0;
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

#right_column .pageNav04c li a.current {
	background: #CCCCCC;
}

#right_column .pageNav04c li a:hover {
	background: #eeeff7;
	border-color: #00f;
}

/* ---------------------------------------------------------- */
/* 右カラム  840 （共通)                                      */

#right_column_common{
   /*width: 830px;*/
   max-width: 830px;
   margin: 10px 10px 20px 10px;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   }
/* ランディング時に作成                                      */
#right_column_common_in{
   width: 800px;
   margin: 0 auto;
   text-align:center;
   /*background-color: #999999;*/
   }

.right_content{
	clear:both;
	padding:20px;
}

#right_column_common_in h6{
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   }



#right_column_common img.step{
   max-width: 754px;
   width: 100%;
   margin: 10px 0 25px 0;
   }

#right_column_common img.main_image{
   margin: 10px 0 0 15px;
   }
#right_column_common img.request_img{
	max-width: 800px;
	width: 100%;
	height: auto;
}

#right_column_common h3{
   margin: 15px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   }

#right_column_common h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   }

/* 20151216 ADD 詳細ページ */
#right_column_common .file_box{
	float: none;
	margin:10px;
	padding:10px;
	border-bottom: 1px dotted;
}
#right_column_common .file_box_last{
	border-bottom:none;
}
#right_column_common .file_type_box{
	float:left;
	width:50px;
	height:50px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	background-color:#CCC;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	margin-right:15px;
	margin-bottom:5px;
}
#right_column_common .file_type_text{
	float:left;
	max-width:420px;
}
#right_column_common .file_type_text_round_corner{
	float:left;
	max-width:690px;
}

#right_column_common .file_type_text .title{
	font-size:120%;
	font-weight:bold;
}

#right_column_common img.file_box_img a{
	margin:15px 0;
}

#right_column_common .option_button{
	float:left;
}
#right_column_common a.option_button{
	margin:10px 10px 5px 0;
	padding:10px 20px;
    background: linear-gradient(#F6CC15, #F08E29);
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#right_column_common a.option_button:hover{
	opacity: 0.6;
}

#right_column_common .option_button_nolink{
	margin:10px 10px 5px 0;
	padding:10px 20px;
    background: linear-gradient( #CCC, #999);
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.aligncenter {
margin:0 auto;
text-align:center;
}

#right_column_common .option_button_center{
	float: none;
}


/* 20151216 ADD 詳細ページ */

#right_column_common_what{
   width: 830px;
   margin: 10px 0 0 10px;
   background-color: #EAE8E8;
   border: 1px solid #999999;
   }
#right_column_common_what img{
   margin: 15px 0 0 15px;
   }

#right_column_common_what h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   }
#right_column_common_voice{
   width: 800px;
   margin: 20px 0 ;
   background: url(../voice/images/voice_note_back.gif) 0 0;
   }
#right_column_common_voice img.clip{
   float: left;
   margin: 14px 80px 0 0;
   }
#right_column_common_voice img.logo{
   float: right;
   text-align: center;
   margin: 3px 40px 0 0;
   }
#right_column_common_voice h4{
   width: 570px;
   float: left;
   margin: 30px 0 0 0;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   line-height: 29px;
   }

/* フォーム                                  */
#right_column_common form.buy ul{
   margin: 25px;
   }

#right_column_common form.buy li{
   margin: 20px 0 0 0;
   padding: 0 0 15px 0;
   list-style: none;
   font-size: 13px;
   font-weight: bold;
   color: #333333;
   text-decoration:none;
   border-bottom: 1px solid #DDDDDD;
   }

#right_column_common form.buy label.common {
    display:block;
    float:left;
    width:200px;
}

#right_column_common form.buy label.input {
    display:block;
    float:left;
}

#right_column_common form.buy label{
    display:block;
    margin: 0 0 0 20px;
}

#right_column_common form.buy input.send{
   margin: 0 auto 20px auto;
   width:200px;
}

#right_column_common form.buy input[type="text"]{
width: 100%;
}

#right_column_common .must{
   margin: 0 0 0 15px;
   text-align:right;
   color: #FC0303;
   }

/* 20160113 START 挨拶状作成時に追加 */
#right_column_common .round_corner_back{
	margin:0 auto;
	padding:10px 0 0 0;
	width:800px;
	background-color:#EEE;
    border-radius: 0 0 5px 5px;        /* CSS3草案 */
    -webkit-border-radius: 0 0 5px 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 5px 5px;   /* Firefox用 */
}

#right_column_common .round_corner_tab{
	margin:0 auto;
	width:800px;
	background-color:#fff;
}

#right_column_common .round_corner_tab_box{
	float:left;
	height:30px;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#f5a422;
	margin:0 4px 0 0;
	padding:10px 0 0 0;
	width:264px; /* 260*3=780 残り20は10づつ間隔*/
	background-color:#EEE;
    border-radius: 5px 5px 0 0;        /* CSS3草案 */
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
}

#right_column_common a.round_corner_tab_box{
	float:left;
	height:30px;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#fff;
	margin:0 4px 0 0;
	padding:10px 0 0 0;
	width:264px; /* 260*3=780 残り20は10づつ間隔*/
    border-radius: 5px 5px 0 0;        /* CSS3草案 */
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
    /* 影 */
    box-shadow: 0 -1px 3px #CCC inset;
    -webkit-box-shadow: 0 -1px 3px #CCC inset;
    -moz-box-shadow: 0 -1px 3px #CCC inset;
    background: linear-gradient(#F6CC15, #F08E29);
}

#right_column_common a.round_corner_tab_box:hover{
	color:#f5a422;
	background:#EEE;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


#right_column_common .last_tab, #right_column_common a.last_tab{
	margin:0;
}


#right_column_common h5.round_corner{
	width:96%;
}

#right_column_common .three_box{
	float:left;
	width:233px;
	margin:0 0 10px 10px;
	padding:10px;
	background-color:#FFF;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

#right_column_common .one_box{
	width:760px;
}


#right_column_common .three_box .title{
   font-size: 150%;
   font-weight: bold;
}

#right_column_common .three_box .back_01{
   background: url(../option/postcard/images/back_01.png) 0 0;
   padding: 15px 0 ;
}

#right_column_common .three_box .back_02{
   background: url(../option/postcard/images/back_02.png) 0 0;
   padding: 15px 0 ;
}

#right_column_common .three_box .post_card_base{
	width:150px;
	height:222px;
	margin:0 auto;
	background-color:#FFF;
	box-shadow: 1px 1px 5px 0px;
	-webkit-box-shadow: 1px 1px 5px 0px #000;
}

#right_column_common .common_button{
	width:233px;
	text-align:center;
}

#right_column_common a.common_button{
	display:block;
	margin:10px 0 0 0;
	padding:5px 0;
    background: linear-gradient(#F6CC15, #F08E29);
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

#right_column_common a.common_button.fix{
	display:inline;
	padding-left:50px;
	padding-right:50px;
}

#right_column_common a.common_button:hover{
	opacity: 0.6;
}

.round{
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
   }


/* 20160113 END 挨拶状作成時に追加 */

/* 20170828 よくある質問 更新 */
#tab ul{
	margin-top:30px;
	margin-bottom:20px;
}

#tab li{
	float:left;
	display:block;
	margin:20px 15px 20px 0;
	padding:5px 30px;
	font-size: 16px;
	font-weight:bold;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    background: #EEE;
	color:#f5a422;
	cursor: pointer;
}
#tab li.select{
    background: linear-gradient(#F6CC15, #F08E29);
	color:#FFF;
}

#tab li:hover{
	opacity: 0.6;
}

.disnon {
  display: none;
}

.question_q{
	background-image: url(../images/question_q.png);
    background-repeat: no-repeat;
	padding-left:40px;
	font-size: 15px;
	font-weight:bold;
	line-height:30px;
}
.question_a{
	background-image: url(../images/question_a.png);
	background-position: 10px 10px;
    background-repeat: no-repeat;
	background-color:#f4f4f4;
	margin-top:10px;
	margin-bottom:35px;
	margin-left:20px;
	padding:15px 20px 25px 50px;
	font-size: 14px;
	line-height:23px;
}

.question_a span{
	font-size: 12px;
	line-height:18px;
}

/* /20170828 よくある質問 更新 */

/* 20170829 お問い合わせ 更新 */
#right_column_common .right_content h3.sub{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin: 0;
	margin-bottom: 20px;
	border-bottom:solid 1px #666666;
}

.info_box1{
	padding:15px;
	border:solid #efefef 4px;
}
.topbottom_30{
	margin:20px 0 30px 0;
}

.info_box1 .phone{
	background-image: url(../images/phone.png);
    background-repeat: no-repeat;
	padding-left:50px;
	margin:10px;
	font-size: 28px;
	font-weight:bold;
	line-height:36px;
}

.info_box1 ul{
	margin-left:20px;
}

table.table_04{
	border-spacing:0;
	border-collapse: collapse;
	width:100%;
	margin-bottom:20px;
}

table.table_04 th {
	font-size: 13px;
	border: 1px solid #ebebeb;
	border-right:none;
	/*border-right:none;*/
	background-color: #f8f8f8;
	white-space: nowrap;
	padding:12px;
}

table.table_04 th.width250 {
	width:250px;
}

table.table_04 th.text_left {
	text-align:left;
}

table.table_04 td {
	font-size: 13px;
	border: 1px solid #ebebeb;
	padding:12px;
}
table.table_04 td.send{
	border-left: 1px solid #ccc;
	text-align:center;
	line-height:40px;
	padding:30px 0 40px 0;
}
table.table_04 td.text_center{
	text-align:center;
}
table.table_04 td.price {
	text-align: right;
}
table.table_04 td.blank {
	border: 0;
}

table.table_05{
	border-spacing:0;
	border-collapse: collapse;
	width:100%;
	margin-bottom:15px;
}
table.table_05 th {
	font-size: 12px;
	border: 1px solid #ebebeb;
	/*border-right:none;*/
	background-color: #f8f8f8;
	white-space: nowrap;
	padding:12px 5px;
	text-align:right;
}
table.table_05 td {
	font-size: 11px;
	border: 1px solid #ebebeb;
	padding:12px 5px;
	text-align:right;
}


.i_must {
	float:right;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding: 2px 10px;
	color: #FFFFFF;
	background-color: #FF0000;
}


input[type="text"],input[type="email"],input[type="email"],textarea,select{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	display:block;
	margin: 0 auto;
	padding:10px 50px;
	font-size: 16px;
	font-weight:bold;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    background: linear-gradient(#F6CC15, #F08E29);
	color:#FFF;
	cursor: pointer;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	opacity: 0.6;
}

input[type=checkbox] {
	width:			11px;
	height:			11px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-right:10px;
	margin-left:3px;
}

*:first-child+html input[type="submit"]{padding:3px;}


.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #d4d4d7;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #666;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #666;
  border-right: 3px solid #666;
}

/* /20170829 お問い合わせ 更新 */

/* 20170905 更新 */
img.img_right {
	float: right;
	padding-right: 15px;
	padding-left: 20px;
}
img.img_left {
	float: left;
	padding-right: 20px;
	padding-left: 15px;
}
.alignright{float:right;}
.alignleft{float: left;}
.aligncenter{text-align:center;}

.right_content img.title_img{
	margin-bottom:20px;
}

.right_content .right_img{
	margin-left:20px;
	margin-bottom:20px;
}
.right_content .right_img img{
	margin-bottom:10px;
}

.right_content .left_img{
	margin-right:20px;
	margin-bottom:20px;
}
.right_content .left_img img{
	margin-bottom:10px;
}

.font_smaill{
	font-size:11px;
}


/* /20170905 更新 */

/* 20170913 更新 */
#right_column_common .three_box .seal_base{
	width:233px;
	height:245px;
	margin:0 auto;
	background-color:#FFF;
}
#right_column_common .three_box .seal_base img{
	margin:5px 0 10px 0;
}

#right_column_common .round_corner_back_inner{
	margin:0 auto;
	margin-bottom:20px;
	padding:10px 0 0 0;
	width:780px;
	background-color:#fff;
	border:solid 10px #EEE;
    border-radius: 0 0 5px 5px;        /* CSS3草案 */
    -webkit-border-radius: 0 0 5px 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 5px 5px;   /* Firefox用 */
}

a.link_out {
	background-image: url(../images/btn_out.png);
	background-repeat: no-repeat;
	background-position: right top 1px;
	padding-right:20px;
}

.right_content strong{
	font-size:15px;
}

.txt_tag{
	padding:1px 5px;
	background-color:#666;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	margin-left:15px;
	margin-right:0;
}

.explan_box{
    padding-top:100px;
    margin-top:-100px;
	margin-bottom:50px;
}


.content_in_box{
	clear:both;
	margin-bottom:25px;
}


/* /20170913 更新 */

/* ---------------------------------------------------------- */
/* 右カラム  840 （ロゴ詳細)                                  */
#right_column_common_in01{
   float: left;
   max-width: 402px;
   margin: 10px 10px 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   text-align:center;
   position: relative;
   }
#right_column_common_in01 img.sold-out-image {
   position: absolute;
   opacity: 0.6;
   filter: alpha(opacity=60);
   -ms-filter: "alpha( opacity=60 )";
}
#right_column_common_in01 img{
	max-width: 400px;
	width: 100%;
	height: auto;
   border: 1px solid #999999;
}
#right_column_common_in01 .logo_detail {
   text-align: left;
   margin-top: 8px;
}
.detail-page .suggest-list {
   text-align: left;
}
.detail-page #right_column_common_in02 .suggest-list img {
   margin: 0;
   border: solid 1px #999999;
}
.detail-page .suggest-list .slick-list {
   overflow: hidden;
}
.detail-page .suggest-list .suggest-slider {
   padding: 4px;
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 10px;
}
.detail-page .suggest-list .slick-list .logo-item {
   margin: 0 2px;
   background: #fff;
}
.detail-page .suggest-list .slick-list .logo-item .img_logo {
   width: 100%;
}
.detail-page .suggest-list .slick-list .logo-item .like {
   margin: 0;
   font-size: 11px;
}
.detail-page .suggest-list .suggest-slider .slick-next-btn {
   right: -17px;
}
.detail-page .suggest-list .suggest-slider .slick-prev-btn {
   left: -17px;
}
.detail-page .suggest-list .suggest-slider .detail_text {
   height: 3.5rem;
   margin-top: -2px;
}
.body-detail-page {
   background: #fff;
}
.detail-page #right_column #right_column_common_in02 {
   border: none;
   margin-left: 50px;
   max-width: 550px;
}
.detail-page #right_column {
   width: 1080px;
   max-width: 100%;
   float: left;
}
.detail-page #right_column_common {
   border: none;
   margin-left: 10px;
   max-width: 100%;
}
#main.detail-page {
   width: 1120px;
   max-width: 100%;
}
.detail-page #right_column #right_column_common_in02 .like-block {
   display: flex;
}
.detail-page #right_column #right_column_common_in02 .like-block .like-text {
   margin: 0;
   padding: 4px;
}
.detail-page #right_column #right_column_common_in02 .like-block .like {
   margin: 0 0 0 10px;
   padding: 4px;
   font-size: 18px;
}
.detail-page #right_column #right_column_common_in02 .custom-logo-block {
   margin-top: 16px;
   box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.5);
   border-radius: 0.375rem;
   padding: 16px;
}
.detail-page #right_column #right_column_common_in02 .custom-logo-block img {
   margin: 0;
   width: 35px;
   padding-right: 8px;
}
.detail-page #right_column #right_column_common_in02 .custom-logo-block h2 {
   border: none;
   padding: 0;
   margin: 0;
   display: flex;
   justify-content: left;
   align-items: center;
}
.detail-page #right_column #right_column_common_in02 .custom-logo-block p {
   margin-top: 8px;
   font-size: 14px;
   padding: 0;
   line-height: 22px;
}
.detail-page #right_column #right_column_common_in02 .custom-logo-block a {
   background-color: #347bff;
   color: white;
   font-size: 18px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 16px;
   border-radius: 0.375rem;
   text-decoration: none;
   padding: 8px;
}

.detail-page #right_column #right_column_common_in02 .custom-logo-notice {
   display: flex;
   padding: 0.5rem;
   margin-top: 10px;
   gap: 0.25rem;
   align-items: start;
   border-radius: 0.375rem;
   background: #FFF4E9;
   font-size: 13px;
}

.detail-page #right_column #right_column_common_in02 .price-block {
   margin-top: 16px;
}
.detail-page #right_column #right_column_common_in02 .price-block p {
   margin: 0;
   padding: 0;
}
.detail-page #right_column #right_column_common_in02 .price-block span {
   color: #E00303;
   font-size: 26px;
   display: inline-block;
   margin-top: 8px;
}
.detail-page #right_column h2,
.detail-page #right_column h4 {
   margin-left: 0;
}
.detail-page #right_column h4 {
   font-size: 19px;
   font-weight: bold;
}
.detail-page input[type="submit"] {
   margin: 16px 0 0 0;
   background: #FF8900;
   border-radius: 2px;
   color: #fff;
   font-weight: normal;
   width: 356px;
   max-width: 100%;
}
.detail-page input[type="submit"]:hover {
   opacity: 1;
}
.detail-page #right_column_common_in02 p {
   margin: 0;
   padding: 0;
}
.detail-page .file-table {
   width: 315px;
   border-collapse: collapse;
   margin-top: 8px;
}
.detail-page .file-table th,
.detail-page .file-table td {
   border: solid 1px #E8E6E6;
   font-size: 13px;
}
.detail-page .file-table th{
   background: #C8C8C8;
   height: 36px;
   text-align: center;
   line-height: 36px;
}
.detail-page .file-table th:nth-child(1) {
   width: 122px;
}
.detail-page .file-table th:nth-child(2) {
   width: 93px;
}
.detail-page .file-table td {
   height: 36px;
   text-align: left;
   line-height: 36px;
   padding-left: 16px;
}
.detail-page .file-table tr td:nth-child(1) {
   text-align: left;
   padding-left: 8px;
}
.detail-page #right_column_common_in02 .temp-img {
   width: 362px;
   max-width: 100%;
   margin: 10px 0 24px 0;
}
.detail-page #right_column_common_in02 .temp-img.temp-img-2 {
   width: 142px;
}
.detail-page #right_column_common_in02 .temp-img.temp-main {
   margin: 30px 0;
}
.detail-page .questions {
   padding-bottom: 14px;
   border-bottom: solid 1px #C8C8C8;
   margin-bottom: 4px;
}
.detail-page .question-block {
   padding: 10px 0;
   border-bottom: solid 1px #C8C8C8;
}
.detail-page .question-block .question-q {
   position: relative;
}
.detail-page .question-block .question-q span {
   position: absolute;
   right: 0;
   padding: 4px;
   top: -4px;
   cursor: pointer;
   width: 20px;
   height: 20px;
}
.detail-page .question-block .question-q span::after {
   content: "－";
   position: absolute;
   top: 4px;
   left: 4px;
}
.detail-page .question-block.collapse .question-q span::after {
   content: "＋";
}
.detail-page .question-block .question-a {
   margin-top: 8px;
   transition: height 0.35s ease;
   overflow: hidden;
}
.detail-page #right_column_common_in02 img.payment-img {
   margin: 0;
   padding: 20px 0;
}

#right_column_common_in02{
   float: left;
   max-width: 94%;
   margin: 10px 10px 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
}

.right_column_common_in04{
   float: left;
   width: 335px;
   margin: 10px 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   /*border: 1px solid #CCCCCC;*/
}

#right_column_common_in02 h3{
   margin: 15px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   }

#right_column_common_in02 h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   line-height: 20px;
   }

#right_column_common_in02 img{
   margin: 10px 0 15px 80px;
   }

/* 購入フォーム用                                              */
#right_column_common_in03{
   float: left;
   width: 590px;
   margin: 10px 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
}

#right_column_common_in03 h3{
   margin: 15px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   }
#right_column_common_in03 h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   line-height: 20px;
   }

/* 運営会社 テーブル                         */
#right_column table.table01 {
    /*margin: 20px 0 25px 20px;*/
	margin: 0;
    /*width: 780px;*/
    max-width: 780px;
	width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    text-align:center;
    /*font-size: 100%;*/
  }

#right_column table.table01 th,
#right_column table.table01 td {
    padding: 8px 8px;
  }

#right_column table.table01 th {
    border-bottom: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    background: #DBDBDB;
    text-align: center;
    white-space: nowrap;
   font-size: 14px;
   color: #333333;
  }

#right_column table.table01 td {
    border-bottom: solid 1px #EAE8E8;
    border-right: solid 1px #B2B2B2;
    background: #FFFFFF;
    text-align: left;
    white-space: normal;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
  }

#right_column table.table01 td.price {
    text-align: right;
  }

#right_column table.table01 td.image_center {
    text-align: center;
  }

#right_column table.table01 td img{
	max-width: 100%;
	width: 100%;
}

/* テーブル02                         */
#right_column table.table02 {
    margin: 20px 0 25px 20px;
    width: 780px;
    border-collapse: separate;
    border-spacing: 4px;
    text-align:center;
    /*font-size: 100%;*/
  }

#right_column table.table02 th,
#right_column table.table02 td {
    padding: 8px 8px;
  }

#right_column table.table02 th {
  border-bottom: solid 1px #B2B2B2;
  background: #FFFFFF;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

#right_column table.table02 td {
    border-bottom: solid 1px #CCCCCC;
    background: #FFFFFF;
    text-align: left;
    white-space: normal;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
  }

/* 要素色がホバーで変更されるテーブル   */
#right_column table.table03 {
    margin: 20px 0 25px 20px;
    width: 780px;
    border-collapse: separate;
    border-spacing: 4px;
    text-align:center;
    /*font-size: 100%;*/
  }

#right_column table.table03 th,
#right_column table.table03 td {
    padding: 8px 8px;
  }

#right_column table.table03 th {
    border-bottom: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    background: #DBDBDB;
    text-align: center;
    white-space: nowrap;
   font-size: 14px;
   color: #333333;
  }

#right_column table.table03 td {
    border-bottom: solid 1px #EAE8E8;
    border-right: solid 1px #B2B2B2;
    background: #FFFFFF;
    text-align: left;
    white-space: normal;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
  }

#right_column table.table03 td.price {
    text-align: right;
  }

#right_column table.table03 td.image_center {
    text-align: center;
  }

#right_column table.table03 td a#price {
    display:block;
  }

/* 20160114 START 挨拶状時 */
#right_column_common table.round_corner {
	width: 760px;
}
/* 20160114 END 挨拶状時 */

/* サイトマップ                        */

#right_column_common_sitemap ul{
   float: left;
   width: 350px;
   padding: 10px 0 25px 35px;
   }

#right_column_common_sitemap li{
   margin: 0 0 10px 0;
   list-style: none;
   /*border-bottom: 1px solid #CCCCCC;*/
   }

/*#footer_link_box li a{*/
/*background: url(../images/footer_list.gif) no-repeat 0 50%;*/
/*display: block;*/
/*padding-left:25px;*/
/*   color: #FFFFFF;*/
/*}*/
/*#footer_link_box li a:visited { color:#DDDDDD } */
/*#footer_link_box li a:hover{color:#BCBCBC;}*/
/*#footer_link_box li a:active, a:focus {outline: 0;}*/

/* 購入までの流れ                     */
#right_column_common_flow{
   margin: 0 10px 5px 15px;
}
#right_column_common_flow img{
max-width: 644px;
width: 100%;
}

/* 購入までの流れ                     */
#right_column_common_flow_arrow{
   margin: 0 0 0 320px;
}
.right_column_common_flow_arrow{
   margin: 0 auto;
   text-align: center;
}



/* ---------------------------------------------------------- */
/* フッター 全体                                              */
#footer_base{
   width: 100%;
   height: 100%;
   background-color: #333333;
   margin: 0;
   }

#footer{
   margin: 0 auto;
   padding: 0;
   width: 100%;
   text-align:left;
   }

/* sns  ------------------- */

#footer_sns{
   margin: 0 auto;
   padding: 0;
   width: 1040px;
   text-align:center;
   background-color: #EAE8E8;
   }

.social_mark {
   margin: 0 auto;
	width:600px;
	overflow:hidden;
	position:relative;
}
.social_mark li {
	float:left;
	list-style:none;
}
li.tweet_button {width:100px;}
li.hatena_button {width:70px;}
li.facebook {width:120px;}
li.google_plus {width:110px;}

/* sns  ------------------- */

#footer a {
margin: 0 auto;
display:block;
width:200px;
   }

#footer_link_box{
   width: 200px;
   float: left;
   margin: 40px 10px 0 20px;
   }

#footer_link_box ul{
   padding: 10px 0 10px 0;
   }

#footer_link_box li{
   margin: 0 0 10px 0;
   list-style: none;
   /*border-bottom: 1px solid #CCCCCC;*/
   }

#footer_link_box li a{
/*background: url(../images/footer_list.gif) no-repeat 0 50%;*/
/*display: block;*/
/*padding-left:25px;*/
   color: #FFFFFF;
}
#footer_link_box li a:visited { color:#DDDDDD }
#footer_link_box li a:hover{color:#BCBCBC;}
#footer_link_box li a:active, a:focus {outline: 0;}

/*#footer_link_box li a:hover{background-position: 1px 50%;}*/


#footer h6{
   margin: 15px 0 0 280px;
   font-size: 12px;
   color: #FFFFFF;
   }

#left_column .facebook_btn {
   display: inline;
   width: 120px;
}
#footer_wp div#contact{
   background-color: #FCF1E6;
   text-align: center;
}
#footer_wp div#contact .title_contact{
   font-size: 24px;
}
#footer_wp div#contact .phone a{
   font-size: 40px;
   height: 40px;
   line-height: 40px;
   font-family: all-round-gothic, sans-serif;
   font-weight: 600;
   font-style: normal;
   color: #4D4D4D;
}
#footer_wp div#contact > div{
   padding: 40px 10px;
}
#footer_wp div#contact > div > div {
   margin-bottom: 15px;
   font-size: 16px;
}
#footer_wp div#contact > div > div:last-child{
   margin-bottom: 10px;
}
#footer_wp div#contact a.mail{
   background-color: #333333;
   border: solid 1px #333333;
   line-height: 24px;
   padding: 17px 0px;
}
#footer_wp div#contact a.line{
   background-color: #00B300;
   border: solid 1px #00B300;
   margin-left: 10px;
   line-height: 34px;
   padding: 12px 0px;
}
#footer_wp div#contact button.line img{
   height: 34px;
}
#footer_wp #banner_ft ul{
   display: flex;
   flex-wrap: wrap;
}
#footer_wp #banner_ft ul li{
   flex-basis: 20%;
   padding: 0px 0px 10px 0px;
   text-align: center;
}
#footer_wp #banner_ft ul li:nth-child(5){
   padding: 0px 0px 10px 0px;
}
#footer_wp #banner_ft ul li a{
   display: inline-block;
   position: relative;
}
#footer_wp #banner_ft ul li img{
   max-width: 190px;
   border: 1px solid #ccc;
}
#footer_wp #banner_ft ul li img.img_git{
   position: absolute;
   bottom: 3px;
   left: 4px;
   max-width: 182px;
   border: none;
}
#footer_wp #suport a{
   font-size: 14px;
}
#footer_wp #suport{
   border-bottom: solid 2px #808080;
}
#footer_wp #suport .logo img{
   height: 23px;
   margin: 8px 0px 25px 0px;
}
#footer_wp #suport ul{
   text-align: left;
   display: flex;
   margin-bottom: -10px;
   flex-wrap: nowrap;
}
#footer_wp #suport ul li{
   margin: 0px 40px 0px 0px;
   width: 25%;
}
#footer_wp #suport ul li:last-child{
   margin: 0px;
}
#footer_wp #suport ul li a{
   display: block;
   height: 30px;
   line-height: 30px;
}
#footer_wp #suport ul li span{
   border-bottom: solid 1px #808080;
   margin-bottom: 5px;
   display: block;
   height: 25px;
}
#footer_wp #suport div.icon{
   text-align: right;
}
#footer_wp #suport div.icon img{
   margin-right: 8px;
}
#footer_wp #suport div.icon img:last-child{
   margin-right: 0px;
}
#footer_wp #service > div > div {
   margin-bottom: 10px;
}
#footer_wp #service > div .title_service{
   margin-top: 20px;
}
#footer_wp #service > div .name_service > div:first-child{
   padding-left: 0px;
}
#footer_wp #service > div .name_service > div {
   padding-left: 10px;
}
#footer_wp #service > div .name_service img{
   margin: 0px 15px;
}
#footer_wp #service > div .name_service .new_line{
   line-height: 17px;
}
#footer_wp #copyright{
   background-color: #666666;
   color: #fff;
   text-align: center;
   font-size: 12px;
   font-family: "KozGoPr6N-Regular";
}
#footer_wp #copyright > div > div {
   margin-bottom: 10px;
}
#footer_wp #copyright > div > div.nav_footer span{
   margin: 0px 15px;
}
#footer_wp #copyright a{
   color: #fff;
}
#footer_wp #copyright > div .cpr{
   margin-bottom: 0px;
}
#footer_wp .new_line{
   display: inline;
}
@media screen and (max-width: 560px) {
   #footer_wp div#contact a.line{
      margin-left: 0px;
      margin-top: 20px;
   }
   #footer_wp div#contact .phone{
      font-size: 40px;
   }
   #footer_wp #banner_ft ul li img{
      max-width: 190px;
   }
}
@media screen and (max-width: 400px) {
   #footer_wp #banner_ft ul li:nth-child(odd){
      padding-right: 5px;
   }
   #footer_wp #banner_ft ul li img{
      max-width: 170px;
   }
   #footer_wp #banner_ft ul li img.img_git{
      max-width: 162px;
   }
}

@media screen and (max-width: 365px) { 

   #footer_wp #banner_ft ul li img{
      max-width: 147px;
   }
   #footer_wp #banner_ft ul li img.img_git{
      max-width: 140px;
   }
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (max-width: 740px) {
   #footer_wp #suport > div {
      padding: 30px 20px;
   }
   #footer_wp #suport ul{
      flex-wrap: wrap;
   }
   #footer_wp #suport ul li{
      flex-basis: 50%;
      margin: 0px;
      padding-right: 20px;
   }
   #footer_wp #suport ul li a{
      height: auto;
      line-height: 20px;
      padding: 5px 0px;
   }
   #footer_wp #suport .logo{
      text-align: center;
   }
   #footer_wp #suport .logo img{
      height: 32px;
      margin: 8px 0px 30px 0px;
   }
   #footer_wp #suport ul li:nth-child(2), #footer_wp #suport ul li:nth-child(4){
      padding-right: 0px;
   }
   #footer_wp #suport ul li:nth-child(3), #footer_wp #suport ul li:nth-child(4){
      margin: 30px 0px 40px 0px;
   }
   #footer_wp #suport div.icon{
      text-align: center;
   }
   #footer_wp #service{
      text-align: center;
   }
   #footer_wp .new_line{
      display: block;
   }
   #footer_wp .new_line_hide {
      display: none;
   }
   #footer_wp #service > div .name_service > div{
      padding-left: 0px;
      padding-bottom: 8px;
   }
   #footer_wp #service > div .name_service > div.last-child{
      padding-bottom: 0px;
   }
   #footer_wp #copyright > div{
      padding: 15px 10px;
   }
}
@media screen and (max-width: 840px) {
   #footer_wp #banner_ft div ul{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
   }
}
/* ---------------------------------------------------------- */

.button01 button , .button01 input[type=submit]  {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 40px;
    margin: 0 0 0 30px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

.button01 button:hover , .button01 input[type=submit]:hover {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 40px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}

/* ソーター                                             */
#sorter{
   text-align:left;
   }


/*
20180525 コンテンツ100%表示対応
-------------------------------------------*/
.txt_10 {
	font-size:10px;
}

.txt_13 {
	font-size:13px;
	line-height: 150%;
}

.txt_15 {
	font-size:15px;
}

.txt_20 {
	font-size:20px;
	line-height: 150%;
}

.txt_20b {
	font-size:20px;
font-weight:bold;
}


.txt_40 {
	font-size:40px;
	line-height: 150%;
}

.al_left {
text-align:left
}

.main {
	display:block;
	width:1040px;
	border:none;
	text-align:center;
margin-right:auto;
margin-left:auto;
padding-top:80px;
}

.main100 {
	display:block;
	width:100%;
	background-color:#FFF;
	text-align:center;
padding:30px 0;
}

.main100_g {
	display:block;
	width:100%;
	background-color:#EAE8E8;
	text-align:center;
padding:30px 0;
}

.top_img {
	text-align: center;
	width: 100%;
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	position: fixed;
	top: -50px;
 	overflow: hidden;
	z-index: -1;
}

.top_img_h{
	height:260px;
	background-color: inherit;
}

.template_box_l {
	display:flex;
	width:1040px;
justify-content: space-between;
flex-wrap: wrap;
	vertical-align: top;
margin-top:20px;
}

.template_box_s {
	display:block;
	width:200px;
	vertical-align: top;
font-size:10px;
text-align:left;
margin-bottom:80px;
}

.template_box_s .al_cent {
	text-align:center;
}

.template_box_s img.temp_img {
margin-bottom:10px;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.template_box_s img.temp_img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 1.0;
}

.temp_ura img{
	margin-top:-80px;
}


.mds_box {
	display:block;
	margin-bottom:90px;
	z-index:9;
}

.price_box {
	display:block;
	margin-top:-20px;
	margin-bottom:80px;
	z-index:1;
}

.blue {
color:#054AD3;
}

.line_gray {
display:block;
width:100%;
border-top:solid 1px #666;
margin:10px auto 50px auto;
}

.price_box_l {
display:flex;
width:1040px;
justify-content: space-between;
flex-wrap: wrap;
vertical-align: top;
margin:20px auto 80px auto;
}

.price_box_s {
	display:block;
	width:500px;
	vertical-align: top;
font-size:13px;
text-align:right;
margin-bottm:80px;
}

.price_box_s_tr {
	text-align:left;
}

.price_box_s table, .price_box_s th, .price_box_s td {
border-collapse: collapse;
border: 1px solid #fff;
width:500px;
padding:10px;

}

.price_box_l table.left th {
width:125px;
background-color:#FFF;
text-align:center;
}
.price_box_l table.left th.title_left{
	background-color:#FCE3D2;
	text-align:left;
}


.price_box_l table.left td {
width:125px;
}

.price_box_l table.left tr:nth-child(odd) {
background-color:#FFF4EB;
}

.price_box_l table.left tr:nth-child(even) {
background-color:#F7F7F7;
}


.price_box_l table.right th {
width:125px;
background-color:#FFF;
text-align:center;
}


.price_box_l table.right td {
width:125px;
}

.price_box_l table.right tr:nth-child(odd) {
background-color:#F0FCFB;
}
.price_box_l table.right tr:nth-child(even) {
background-color:#F7F7F7;
}


  .paper_box table
, .paper_box th
, .paper_box td {
border-collapse: collapse;
border: 1px solid #EAE8E8;
padding:10px;
background-color:#FFF;
text-align:left;
}

.paper_box th{
background-color:#EAE8E8;
border: 1px solid #FFF;
text-align:center;
}

.paper_box table{
	margin-top:50px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


/*ヘッダー固定2行目*/
#directory_link{
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  line-height:35px;
}

#directory_link_in{
   margin: 0 auto;
   padding: 0;
   width: 100%;
   text-align:left;
}

#directory_link.directory_link_fixed {
	position: fixed;
	top: 0;
}

#g_navi ul.navi_base {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

ul.navi_base {
	float:right;
}

ul.navi_base li {
	float: left;
	display: block;
	margin-left:50px;
}

ul.navi_base li a {
	text-decoration: none;
    line-height:35px;
	font-weight:bold;
}

#temp_o , #temp_u , #price , #print_pr , #deli_pr , #opti_pr , #flow , #paper {
margin-top:-100px;
padding-top:100px;
z-index:9;
}

/*
ボタン
-------------------------------------------*/
a.btn_01 {
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 5px;
	border: 2px solid #FFF;
	line-height: 25px;
	width: 250px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#666666;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

a.btn_01:hover {
	color: #666666;
	border: 2px solid #666666;
	background-color: #FFF;
	text-decoration: none;
}

a.btn_02 {
	font-size: 16px;
	color: #666666;
	display: block;
	padding: 5px;
	border: 2px solid #666666;
	line-height: 25px;
	width: 250px;
	background-color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

a.btn_02:hover {
	color: #FFF;
	border: 2px solid #FFF;
	background-color:#666666;
	text-decoration: none;
}

.btn_01 input[type=submit] {
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 5px;
	border: 2px solid #FFF;
	line-height: 25px;
	width: 200px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#ff8c00;
   margin: 10px 0;
   box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image:none;
	font-weight:normal;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
}


/*
card_p/detail
-------------------------------------------*/

.card_box {
display:flex;
width:1040px;
justify-content: space-between;
}

.card_img {
	display:block;
width:500px;
justify-content: space-between;
}

.card_img img{
margin-top:-100px;
width:500px;
}

.card_img img.tate{
margin-top:0;
}

.card_img img.second{
margin-top:-160px;
}

.card_img img.second.tate{
margin-top:-80px;
}

.card_img_ura {
display:block;
width:100%;
justify-content: space-between;
}
.card_img_ura .img_box{
	float:left;
}

.card_img_ura img{
width:500px;
margin-bottom:-80px;
margin-top:-60px;
margin-left:10px;
}

.card_thumb {
display:block;
width:150px;
text-align:left;
padding-left:5px;
}

.card_thumb img{
margin-top:-30px;
width:120px;
}
.card_thumb img.tate{
margin-top:0;
}

.card_form {
display:block;
width:390px;
text-align:left;
}

.card_form table{
width:390px;
}

.card_form table td{
padding:15px 10px;
}

.card_form table td:nth-child(odd) {
font-weight:bold;
}

.card_form table.option{
	border: solid 1px #666666;
	padding:10px 15px;
	margin-bottom:30px;
}

.card_form table.option th{
padding:3px 0;
font-size:13px;
}

.card_form table.option td{
padding:3px 10px;
font-size:12px;
}

.card_form table.option td:nth-child(odd) {
font-weight: normal;
}

.txt_recommend{
display:block;
margin:30px 0px;
	font-weight: bold;
}

.card_order_form {
display:block;
width:100%;
text-align:left;
}

.card_order_form table{
width:100%;
}

.card_order_form table td{
padding:15px 10px;
}

.card_order_form table td:nth-child(odd) {
font-weight:bold;
}

/*
works 20180626
-------------------------------------------*/
.works_btn_box{
display:flex;
width:1040px;
margin-bottom: 100px;
justify-content: space-between;
}

.works_btn{
display:block;
padding:15px;
width:auto;
border:2px solid #000;
}

.works_thumb{
display:block;
width:240px;
height:180px;
margin-bottom: 120px;
}

.works_thumb_caption{
display:block;
width:240px;
text-align:left;
font-size:10px;
line-height:250%;
}

.works_thumb img{
width:240px;
height:180px;
/*border:1px solid #DBDCDC;*/
}


.works_box{
display:flex;
width:1040px;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
text-align:left;
}

.works_box_s {
display:block;
width:500px;
margin :10px;
}

.works_box_s img{
margin-top: -100px;
padding-top: 100px;
}

.works_box_txt {
display:block;
width:500px;
padding :20px;
font-size: 12px;
text-align:left;
line-height:250%;
margin:10px;
}

.works_caption {
display:block;
width:500px;
margin :20px 0 30px;
text-align: left;
font-size:13px;
}

.works_box_txt p{
padding-left:-10px;
}

/*
order 20181105
-------------------------------------------*/
.main700{
display: block;
width:720px;
margin:0px auto;
text-align: center;
}

.main700 a{color:#000;text-decoration:none;}
/*.main700 a:visited { color:#000 } */
.main700 a:hover{color:#666;}
.main700 a:active, a:focus {outline: 0;}
.main700 a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.main700 p{
margin: 20px 0;
}

.txt_12_b {
font-size: 12px;
font-weight: bold;
line-height: 110%;
}

.txt_15_b {
font-size: 15px;
font-weight: bold;
line-height: 110%;
letter-spacing: 0.05em;
}

.txt_16_b {
font-size: 16px;
font-weight: bold;
line-height: 110%;
letter-spacing: 0.05em;
}

.txt_20_b {
font-size: 20px;
font-weight: bold;
}

.txt_32_b {
font-size: 32px;
font-weight: bold;
}

.txt_red {
color: #ff1200;
}

.txt_pink {
color: #ec21a4;
}

.txt_9 {
font-size: 9px;
margin-top:15px;
}



.box_center {
display: flex;
justify-content: center;
align-items: center;
}

.select_plan {
display: block;
width: 170px;
border: solid 1px #e9c912;
background-color: #e9c912;
margin: 10px;
padding: 10px;
text-align: center;
float: left;
position: relative;
z-index: 0;
}

.arrow_under_6 {
display: block;
height: 6px;
width: 12px;
position: absolute;
right: 10px;
bottom: 20px;
}

.arrow_under_yellow_r {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top right,transparent, transparent 49%,#e9c912 49%, #e9c912 51%,transparent 51%, transparent);
}

.arrow_under_yellow_l {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top left,transparent, transparent 49%,#e9c912 49%, #e9c912 51%,transparent 51%, transparent);
}

.select_plan .box_ro_01 {
position: absolute;
top: -40px;
display: none;
width: auto;
background-color: #ffffd1;
font-weight: bold;
padding: 10px;
z-index: 10;
text-align: center;
white-space: nowrap;
}

.select_plan .box_ro_02 {
position: absolute;
top: -70px;
display: none;
width: auto;
background-color: #fcc8e5;
font-weight: bold;
padding: 10px;
z-index: 10;
text-align: center;
white-space: nowrap;
}

.select_plan .box_ro_03 {
position: absolute;
top: -60px;
display: none;
width: auto;
background:linear-gradient( to right, #fbcf00, #fffcd1, #cb9b0c, #f3e18b, #fffcd1);
font-weight: bold;
padding: 10px;
z-index: 10;
text-align: center;
white-space: nowrap;
}

.select_plan:hover .box_ro_01 {
display:block;
}
.select_plan:hover .box_ro_02 {
display:block;
}
.select_plan:hover .box_ro_03 {
display:block;
}

.ttl_plan_01 {
display: block;
width: 720px;;
background-color: #ffffd1;
padding:10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 10px 0;

}

.ttl_plan_02 {
display: block;
width: 720px;;
background-color: #feeff9;
padding:10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 40px 0 10px 0;
}

.ttl_plan_03 {
display: block;
width: 720px;;
background-color: #d2f5e4;
padding:10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 40px 0 10px 0;
}

.box_plan {
display: flex;
justify-content: center;
width: 720px;
position: relative;
}


.box_plan_01 {
display: block;
width: 230px;
background-color: #ffff12;
text-align: center;
position: relative;
z-index: 100;
margin:30px 10px 0 0;
padding-top:10px;
float: left;
}

.box_plan_01 .box_content {
display: block;
width: auto;
height: 150px;
background-color: #ffffd1;
text-align: left;
position: relative;
padding: 15px 8px;
font-size: 12px;
margin-top: 10px;
}

.box_plan_02 {
display: block;
width: 230px;
background-color: #ffe2c0;
text-align: center;
position: relative;
z-index: 100;
margin:30px 10px 0 0;
padding-top:10px;
float: left;
}
.box_plan_02_right{
margin-right: 0;
}
.box_plan_02 .box_content {
display: block;
width: auto;
height: 150px;
background-color: #fff5da;
text-align: left;
position: relative;
padding: 15px 8px;
font-size: 12px;
margin-top: 10px;
}

.box_plan_01 .box_content_green ,
.box_plan_02 .box_content_green{
background-color: #ebfff4;
}

.box_plan_pink{
background-color: #fcc8e5;
}
.box_plan_blue{
background-color: #6ce0ff;
}
.box_plan_gold{
background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}
.box_plan_green{
background-color: #aff2cf;
}

.box_plan_03 {
display: block;
width: 433px;
background-color: #fcc8e5;
text-align: center;
line-height: 100%;
position: relative;
z-index: 100;
margin:50px 10px 0 0;
padding:15px;
float: left;
}

.box_plan_04 {
display: block;
width: 197px;
background:linear-gradient( to right, #fbcf00, #fffcd1, #cb9b0c, #f3e18b, #fffcd1);
text-align: center;
line-height: 100%;
position: relative;
z-index: 100;
margin-top:50px;
padding:15px;
float: left;
}

.box_content ul {
list-style-type: none;
}


.balloon_01 {
 	position: absolute;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
padding-top: 15px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #ffff12;
	font-size: 15px;
	font-weight: bold;
line-height: 100%;
vertical-align: middle;
	background: #ff1200;
	border-radius: 50%;
white-space: nowrap;
	box-sizing: border-box;
left: -10px;
top: -50px;
z-index: 110;
}

.balloon_01:before{
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 10px solid #ff1200;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
z-index: 110;
}

.box_plan_01 .arrow_under_12 {
display: block;
height: 12px;
width: 24px;
position: absolute;
left: 88px;
top: -2px;
border-top: solid 2px #ffff12;
}

.box_plan_02 .arrow_under_12 {
display: block;
height: 12px;
width: 24px;
position: absolute;
left: 88px;
top: -2px;
border-top: solid 2px #ffe2c0;
}

.box_plan_01 .arrow_under_r {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top right,transparent, transparent 48%,#ff1200 48%, #ff1200 56%,transparent 56%, transparent);

}

.box_plan_01 .arrow_under_l {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top left,transparent, transparent 48%,#ff1200 48%, #ff1200 56%,transparent 56%, transparent);
}

.box_plan_02 .arrow_under_r {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top right,transparent, transparent 48%,#ff8a00 48%, #ff8a00 56%,transparent 56%, transparent);
}

.box_plan_02 .arrow_under_l {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top left,transparent, transparent 48%,#ff8a00 48%, #ff8a00 56%,transparent 56%, transparent);
}

.balloon_02 {
 	position: absolute;
	display: inline-block;
	margin: 0.5em 15px 1.5em 0;
	padding: 0 5px;
padding-top: 23px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
line-height: 100%;
vertical-align: middle;
	background: #12b9b4;
	border-radius: 50%;
white-space: nowrap;
	box-sizing: border-box;
left: -10px;
top: -50px;
z-index: 110;
}


.balloon_02:before{
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 10px solid #12b9b4;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
z-index: 110;
}

.box_plan_01 .line_01 {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #ff1200;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_pink {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #ec21a4;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_blue {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #3ab5e2;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_black {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #000000;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_green {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #00caaf;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}

.box_plan_02 .line_01 {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #ff8a00;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

table.t_plan{
display: block;
width:100%;
margin: 10px 0 20px 0;
border-collapse: collapse;
text-align: center;
table-layout: fixed;
}


table.t_plan th {
width: 234px;
background-color: #f2f2f2;
border: solid 1px #b3b3b3;
text-align: center;
vertical-align: middle;
}


table.t_plan td {
width:33%;
border: solid 1px #b3b3b3;
text-align: center;
vertical-align: middle;
}

table.t_plan tr {
border: solid 1px #b3b3b3;
height: 50px;
}

.btn_center{
	margin: 0 auto;
	text-align: center;
}

.order-btn a {
		background-color: #ff8c00;
		color: #fff;
		font-size: 120%;
		padding: 10px 50px;
		text-align: center;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
.order-btn a:hover {
		background-color: #ffa500;
		color: #fff;
		text-decoration: none;
	}

.btn_order {
display:block;
width: 300px;
color: #fff;
font-size:24px;
font-weight: bold;
background-color: #e74219;
padding: 10px 0;
text-align: center;
margin: 30px auto;
}


.box_note {
display: block;
font-size: 11px;
}

.box_note ul {
list-style-type: none;
text-align: left;
}

#footer .copyright{
margin: 0 auto;
color: #fff;
}
.ltw_item_cart {
   margin: 10px 0 20px;
}
.ltw_item_cart .opt_field{
   padding: 0 20px 10px 0;
   position: relative;
}
.ltw_item_cart .opt_field .iopt_text {
   display: inline-block;
}
.ltw_item_cart label, .ltw_item_cart input {
  display: block;
}
.ltw_item_cart label{
   font-weight: bold;
   margin-bottom: 2px;
   display: flex;
   position: relative;
}
.ltw_item_cart label span {
   font-weight: normal;
   margin-left: 10px;
   width: 16px;
   height: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #FF8900;
   color: #fff;
   border-radius: 50%;
   cursor: pointer;
   font-size: 10px;
   line-height: 10px;
}
.ltw_item_cart label .popover {
   position: absolute;
   width: 300px;
   border: solid 1px #27B2F0;
   border-radius: 4px;
   background: white;
   padding: 20px;
   top: -28px;
   display: none;
   z-index: 120;
   font-size: 12px;
   font-weight: normal;
}
.ltw_item_cart label .popover.logo-manual {
   padding: 20px 2px 20px 8px;
}
.ltw_item_cart label .popover.active {
   display: block;
}
.ltw_item_cart label .popover:before {
   width: 10px;
   height: 10px;
   background: white;
   border-bottom: solid 1px #27B2F0;
   border-left: solid 1px #27B2F0;
   content: "";
   position: absolute;
   transform: rotate(45deg);
   top: 30px;
   left: -6px;
}
.ltw_item_cart form .opt_field:nth-child(5) label .popover{
   left: 80px;
}
.ltw_item_cart form .opt_field:nth-child(6) label .popover{
   left: 90px;
}
.ltw_item_cart form .opt_field:nth-child(7) label .popover{
   left: 130px;
}
.ltw_item_cart form .opt_field:nth-child(8) label .popover{
   left: 180px;
}
.ltw_item_cart form .opt_field:nth-child(9) label .popover{
   left: 195px;
}

#right_column_common_in02 p{
padding: 20px;
font-size: 12px;
}

a.logo_detail {
margin:8px auto 0 auto;
display:block;
max-width:170px;
text-align: center;
font-size: 13px;
	color: #808080;
	padding: 4px 0;
	/*background-color: #fff;*/
	border: solid 1px #808080;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
a.logo_detail:hover {
	background-color: #808080;
	text-decoration: none;
	color: #fff;
}

#right_column_in a{
	color: #808080;
	text-decoration: none;
}
#right_column_in a:hover {
	color: #262626;
	text-decoration: underline;
}

.copyright{
clear: both;
}

.footer_box  {
clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 30px 10px 0 10px;
}

.footer_box .box_in .foot_right {
	width: 240px;
	padding: 20px;
	margin-top: 20px;
}
.footer_box .box_in .foot_right p {
clear: both;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
	color: #fff;
}

.footer_box .box_in .foot_right a{
color: #fff;
}

.footer_box .box_in ul {
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	background-image: url(images/li_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 620px) {

.right_column_topban li{
   width: 23%;
   margin: 0 0 1.6% 1.6%;
   }

#right_column_in{
   width: 23%;
   margin: 0 0 1.6% 1.6%;
   }

#right_column .pageNav04c li span,
#right_column .pageNav04c li a {
	padding: 5px 20px;
}
#right_column table.table01 {
    margin: 20px 0 25px 20px;
}
#right_column_common_in01{
	margin-right: 0;
   }


#right_column_common_in02{
	max-width:496px;
}

}
.detail-page #right_column #right_column_common_in02 .suggest-list{
   display: none;
}

.detail-page .ai-diagnosis {
   display: none;
}

@media screen and (max-width: 1024px){
   .detail-page #right_column_common_in01 {
      float: unset;
      display: block;
      margin: 40px auto 30px;
   }
   .detail-page .suggest-list {
      display: none;
   }
   .detail-page #right_column #right_column_common_in02 {
      float: unset;
      display: block;
      margin: 10px auto;
   }
   .detail-page #right_column #right_column_common_in02 .suggest-list{
      display: block;
   }
}

@media screen and (max-width: 879px) {
   .money_text{
      font-size: 15px;
      font-weight: bold;
   }
}
/**
 * Tablet Large 480px
 */
 @media screen and (max-width: 768px) {
   .ltw_item_cart label .popover {
      width: 150px;
   }
   .bottom_css{
      margin-right: 10px
   }
}

@media screen and (max-width: 540px) {
   .img_esirus_mobie{
      margin-top: -120px !important;
   }
}

@media screen and (min-width:540px) and ( max-width: 1024px){
   .l_col_ban_half{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
   }
   .l_col_ban_half img{
      width: 100%;
   }
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {

}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

#right_column_common img.request_img{
   margin: 10px 0 0 15px;
}

.detail_text{
	padding: 0.5em 2em;
	margin-top: -0.5em;
	height: 2.5em;
}

}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 1040px) {

#main{
   width: 1040px;
   }

#main_fix{
   width: 1040px;
   }   

/*スライダー*/
.slider {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	position: relative;
}

/* 右カラム */
#right_column{
   float: right;
   width: 840px;
   margin: 0 0 0 0;
   display: inline;
   }

.news #content{
width: 1040px;
}
.logo_request #content{
   width: 1040px;
}
.right_column_topban li{
   width: 198px;
   margin: 0 0 10px 10px;
   }

#right_column_in{
   width: 24%;
   margin: 0 0 10px 10px;
   }

#left_column {
   width: 200px;
   }
#left_column ul.half li{
width: 100%;
}

.l_col_ban_half{
   padding: 0;
}
.l_col_ban_half img{
   width: 100%;
   margin: 10px 0 0 0;
}

#right_column_common{
   margin-right: 0;
   }


}
.bottom_css{
   border-bottom: 1px solid #CCCCCC;
    margin-left: 10px;
    margin-bottom: 20px
}

.logo_request #content .slick-list{
   overflow: hidden;
}

.logo_request #content .slick-slide img{
   width: 125px;
}