/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  /*font-family:"Century Gothic",Arial,sans-serif;*/
  width:100%; position:relative;
  color:#333;  background:#000;
  font-family: "Noto Sans JP";
}

/* layout */
#contents { width:100%; }
#main_col { padding:25px 20px 0; background:#000;}
#side_col { padding:30px 20px 0; background:#000;}

#index_top_wrap { width:100%; background:#f2f2f2; }
#index_top { position:relative; margin:0 20px; padding:0; }

/* headline */
.headline1 { display:none;border-bottom:1px solid #ddd; padding:0; margin:0 0 25px 0; font-size:18px; dispay:none;}
.headline1 span { border-bottom:4px solid #ccc; padding:0 0 5px 0; margin:0; display:inline-block; }

#bread_crumb { display:none; padding:13px 20px; background: #F2F2F2; line-height: 150%; display:none;}
#bread_crumb li{ color: #000; font-size: 10px; padding: 0 5px 0 0; }
#bread_crumb li:after{ color: #000; top:0px; left: -15px; }
#bread_crumb li.home a:before { color: #000; font-size: 12px; top: 6px; }
#bread_crumb li a{ text-decoration: none; color: #000; }

/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { margin:0 0 40px 0; }
#company_info dt { background:#f2f2f2; margin:0 0 5px 0; line-height:200%; font-weight:bold; font-size:12px; padding:0 10px; }
#company_info dd { margin:0 0 10px 0; line-height:200%; padding:0 10px; }

#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; }




/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider { z-index:1; margin:0 0 20px -20px; width: calc(100% + 40px); }
#slider img { width:100%; height:auto; display:block; }

/* top banner */
#index_banner ol { margin:0; padding:0; display: flex; }
#index_banner ol li { list-style-type:none; padding:0; margin:0 10px 20px 0; }
#index_banner ol li.num3{ margin-right: 0; }
#index_banner img { display:block; width:100%; height:auto; }

@media only screen and (max-width: 480px) {
  #index_banner ol { margin:0; padding:0; display: block; }
  #index_banner ol li { list-style-type:none; padding:0; margin:0 0 20px 0; }
}

/* news */
#index_news { position:relative; }
#index_news ol { margin:-10px 0 15px 0; padding:0; }
#index_news ol li { list-style-type:none; margin:0 0 3px 0; padding:15px; background:#f2f2f2; font-size:12px; }
#index_news ol li .date { font-size:12px; margin:0 0 10px 0; line-height:100%; color:#999; }
#index_news ol li .title { line-height:160%; padding:0; margin:0; }
#index_news ol li .title a { display:block; text-decoration:none; }

/* archive link */
.index_archive_link { width: 160px; height: 40px; display: block; margin: 20px auto 30px; }
.index_archive_link a { position:relative; font-size:12px; text-decoration:none; width: 160px; height: 40px; display: block; line-height: 40px; text-align: center; color: #fff; background: #aaa; }
.index_archive_link a:before{
  font-family:'design_plus'; color:#fff; font-size:14px; display:inline; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; top:0px; right:10px;
}
.index_archive_link a:hover {}

/* index center banner */
#index_center_banner { display:block; margin:0 0 30px 0; }
#index_center_banner img { width:100%; height:auto; display:block; }

/* product */
#index_product { position:relative; margin:0 0 30px 0; }
#index_product ol { margin:0; padding:0; display: flex; flex-wrap:wrap; }
#index_product ol li { list-style-type:none; margin:0 10px 30px 0; padding:0; width: calc(50% - 10px) }
#index_product ol li:nth-child(2n){ margin: 0 0 30px 10px; }
#index_product ol li .image { display:block; background:#fff; }
#index_product ol li .image img {
  display:block; width:100%; height:auto; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_product ol li .image:hover img { opacity:0.5; }
#index_product ol li .category { background:#999; color:#fff; padding:0 10px; height:40px; line-height:40px; overflow:hidden; font-size:14px; }
#index_product ol li .category a { text-decoration:none; color:#fff; }
#index_product ol li .category a:hover { text-decoration:underline; }
#index_product ol li .title { font-size:14px; margin:15px 0 10px; }
#index_product ol li .title a { text-decoration:none; }
#index_product ol li .desc { font-size:12px; margin:10px 0; line-height:160%; }

@media only screen and (max-width: 480px) {
  #index_product ol { margin:0; padding:0; display: block; }
  #index_product ol li { list-style-type:none; margin:0 0 30px 0; padding:0; width: 100%; }
  #index_product ol li:nth-child(2n){ margin: 0 0 30px 0; }
  #index_product ol li:last-child{ margin: 0; }
}

/* blog */
#index_blog { position:relative; margin:0 0 30px 0; }
#index_blog ol { margin:0; padding:0; }
#index_blog ol li { list-style-type:none; margin:0 0 15px 0; padding:0; border-bottom:none; }
#index_blog ol li:last-child { border:none; margin:0; padding:0; }
#index_blog ol li .image { float:left; margin:0 15px 0 0; background:#fff; width: 100px; height: 100px; }
#index_blog ol li .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; width: 100%; height: auto; }
#index_blog ol li .image:hover img { opacity:0.5; }
#index_blog ol li .date { margin:0; font-size:12px; color:#999; }
#index_blog ol li .title { margin:0; font-size:14px; }
#index_blog ol li .title a{text-decoration: none;}

/* footer banner */
#footer_banner{ margin: 0; }
#footer_banner li { margin:0 0 20px 0; }
#footer_banner li:last-child { margin:0; }
#footer_banner li img { width:100%; height:auto; display:block; }




/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list { position:relative; margin:0 0 10px 0; }
#product_list { margin:0; padding:0; }
#product_list li { list-style-type:none; margin:0 0 20px 0; padding:0; }
#product_list li .image { display:block; background:#fff; }
#product_list li .image img {
  display:block; width:100%; height:auto; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#product_list li .image:hover img { opacity:0.5; }
#product_list li .title { font-size:14px; margin:0 0 10px 0; }
#product_list li .title a {
  text-decoration:none; display:block; padding:10px; background:#999; color:#fff; height:40px; overflow:hidden;
  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#product_list li .title a:hover { background:#333; }

/* news */
#news_list { position:relative; }
#news_list { margin:0 0 15px 0; padding:0; }
#news_list li { list-style-type:none; margin:0 0 2px 0; padding:10px; background:#f2f2f2; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#news_list li .date { font-size:12px; margin:0 10px 0 0; line-height:100%; color:#999; }
#news_list li .title { line-height:150%; padding:7px 0 0; margin:0; }
#news_list li .title a { display:block; text-decoration:none; }

/* blog */
#post_list { margin:0; padding:0; display: flex; flex-wrap:wrap; }
#post_list li { border-bottom:1px solid #ddd; margin:0 10px 25px 0; padding:0 0 15px 0; width: calc(50% - 10px); }
#post_list li:nth-child(2n){ margin:0 0 25px 10px }
#post_list .image { display:block; background:#fff; margin:0 0 15px 0; }
#post_list .image img { clear: both; display:block; width:100%; height:auto; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#post_list .image:hover img { opacity:0.5 }
#post_list .info { }
#post_list .no_thumbnail .info { float:none; width:auto; }
#post_list .post_date { font-size:12px; width:60px; height:60px; text-align:center; margin:0 15px 15px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_list .date { color:#fff; display:block; position:absolute; top:10px; width:60px; }
#post_list .month { color:#fff; display:block; position:absolute; bottom:10px; width:60px; }
#post_list .title { font-size:16px; line-height:180%; margin:0 0 15px 0; }
#post_list .title a { text-decoration:none; }
#post_list .title a:hover { text-decoration:underline; }
#post_list .desc { clear:both; font-size: 12px; }
#post_list .desc a { text-decoration: none; }
#post_list ul { margin:0; }
#post_list li li { border:none; margin:0 25px 5px 0; padding:0; float:left; font-size:12px; }
#post_list li.meta_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding-left:15px; }
#post_list li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_author { background:url(img/common/icon_author.png) no-repeat left 3px;  padding-left:15px; }

@media only screen and (max-width: 480px) {
  #post_list { margin:0; padding:0; display: block; }
  #post_list li { border-bottom:1px solid #ddd; margin:0 0 25px 0; padding:0 0 15px 0; width: 100%; }
  #post_list li:nth-child(2n) { margin-left: 0; }
  #post_list li:last-child{border: none;}
}

.page_navi h4{display: none;}
.page_navi a, .page_navi a:hover, .page_navi span{ border-radius: 0; }

/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a { text-decoration:none; }
#product_headline a:hover { text-decoration:underline; }
.product_title { margin:0 0 20px 0; }

/* slider */
#product_image_slider_wrap { width:100%; background:#f2f2f2; padding:10px; position:relative; margin:0 0 20px 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#product_image_slider_wrap #loader { display:none; }
#product_image_slider { width:100%; height:auto; overflow:hidden; }
#product_image_slider img { width:100%; height:auto; }

/* thumbnail */
.nivo-controlNav { padding:10px 0 0 0; margin:0 -4% 0 0; }
.nivo-controlNav a { cursor:pointer; margin:0 3% 0 0; display:block; float:left; width:30%; }
.nivo-controlNav a img { display:block; opacity:0.3; width:100%; }
.nivo-controlNav a.active img, .nivo-controlNav a:hover img { opacity:1; }

/* no slider */
#product_image { background:#f2f2f2; padding:10px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; }
#product_image img { display:block; width:100%; height:auto; }

/* bookmark */
.bookmark { margin:0 0 30px 0; }
.bookmark li { float:left; margin:0 10px 0 0; }




/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
#side_col{ padding-bottom: 30px; }
.side_widget { margin:0 0 25px 0; font-size:12px; }
.side_widget a{ text-decoration: none;}
#side_col .side_widget:last-child{ margin: 0; }

/* search */
.widget_search #search-box, .widget_search #s, .google_search #search_input { width:calc(100% - 62px); height: 38px; padding:0 10px; }
.widget_search #search-btn input, .widget_search #searchsubmit, .google_search #search_button { width:40px; height: 40px; border-radius: 0; }

/* recommend product list */
.tcdw_recommend_product_list_widget li { width:23%; margin:0 2% 2% 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
.tcdw_recommend_product_list_widget li img { width:100%; height:auto; }

/* category */
.widget_categories{}
.widget_categories ul{
  border: 1px solid #ddd;
}
.widget_categories ul li{
  padding: 0;
  margin: 0;
  background: none;
}
.widget_categories ul li a{
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0;
  text-decoration: none;
}
.widget_categories ul li:last-child a{
  border-bottom: none;
}

.tcdw_product_list_widget ol{ margin: -12px 0 0 0; }
.tcdw_product_list_widget li{ border-bottom: 1px solid #ddd; }
.tcdw_product_list_widget li:last-child{ border-bottom: 1px solid #ddd; padding: 0 0 14px 0; }
.tcdw_product_list_widget a.image{ width: 72px; height: 72px; }

.tcdw_product_list_widget2 li{ display: table; width: calc(100% - 20px);}
.tcdw_product_list_widget2 a.image{ width: 72px; height: 72px; display: table-cell; margin: 0; }
.tcdw_product_list_widget2 a.title{ font-size: 12px; font-weight: normal; }
.tcdw_product_list_widget2 .info{ display: table-cell; vertical-align: middle; padding-left: 15px; width: 100%; }

.ml_ad_widget{ margin-bottom: 30px; }
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { width:100%; }
#header { /*background:#fff; width:100%; height:60px; position:relative; border-bottom: none;background:#000;*/ position:relative; margin:0 auto;}

#description { display:none; }

/* logo */
#logo_text, #logo_image { margin:7px 0 0 15px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:40%; overflow:hidden; overflow: hidden; }
#logo_text a, #logo_image a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo_image a:hover { }
#logo_image img { display:none; }
#logo_image a:before { content:attr(title); }

#logo_image_mobile{ display: table-cell; vertical-align: middle; height: 60px; padding-left: 15px; }
#logo_image_mobile a{ display: inline-block; height: 20px; margin: 0; text-decoration: none; }
#logo_image_mobile img{ width: auto; max-height: 100%; }

/* global menu */
/*#header a.menu_button {
   position:absolute; right:15px; margin:0;
   display:inline-block; font-size:11px; color:#333; padding:0 10px; line-height:30px; text-decoration:none;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:1px solid #ccc;
}
#header a.menu_button:hover { background:#aaa; color:#fff; }
#header a.active { color:#fff; background:#aaa; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }*/

a.menu_button:before{ display:none;
  font-family: 'design_plus';
  color: #888; position: absolute; top: 17px; left: 19px; font-size: 18px; width: 24px; height: 24px; line-height: 24px;
  content: '\f0c9'; text-align: center;
}
a.menu_button{ display:none;position: absolute; right: 0px; top: 0px; z-index: 9; display: block; font-size: 11px; color: #333; width: 60px; height: 60px; line-height: 56px; text-decoration: none; }
a.menu_button:hover:before{ color: #fff; }
a.menu_button:hover{ background: #333; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:0; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); z-index: 999; }
#global_menu ul { margin:0; }
#global_menu li { margin:0; line-height:100%; }
#global_menu li a { display:block; border:1px solid #ccc; margin:0 0 -1px 0; padding:10px 10px 10px 30px; line-height:160%; text-decoration:none; background:#fff url(img/common/arrow4.png) no-repeat 16px 18px; color:#333; }
#global_menu li a:hover { background-color:#aaa; color:#fff; }
#global_menu li li a { padding-left:45px; background:#fff url(img/common/arrow4.png) no-repeat 31px 18px; }
#global_menu li li li a { padding-left:60px; background:#fff url(img/common/arrow4.png) no-repeat 46px 18px; }
#global_menu li li li li a { padding-left:75px; background:#fff url(img/common/arrow4.png) no-repeat 61px 18px; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post { padding:15px 0 0; }

/* title */
#post_title { margin:0 0 5px 0; }
#post_title h2 { margin:0; padding:0; font-size:16px; line-height:160%; }
#post_title .post_date { font-size:12px; width:60px; height:60px; text-align:center; margin:0 15px 5px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_title .date { color:#fff; display:block; position:absolute; top:15px; width:60px; }
#post_title .month { color:#fff; display:block; position:absolute; bottom:15px; width:60px; }


/* post thumbnail */
.post_image { text-align:center; margin:0 0 30px -20px; width: calc(100% + 40px); }
.post_image img { margin:0; width:100%; height:auto; }


/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#00a2d9; color:#fff; }


/* meta and bookmark */
#post_meta { border-top:1px dotted #aaa; border-bottom:1px dotted #aaa; margin:0 0 40px 0; padding:15px 0; }
#post_meta #meta { float:none; width:100%; margin:0; font-size:12px; }
#post_meta #meta li { padding:0; margin:0 0 6px 0; line-height:160%; }
#post_meta #meta li.meta_author { background:url(img/common/icon_author.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_category { background:url(img/common/icon_category.png) no-repeat 3px 4px; padding:0 0 0 18px; }
#post_meta #meta li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta .bookmark { float:right; margin:0; }
#post_meta .bookmark li { float:left; margin:0 0 0 10px; }


/* related post*/
#related_post { margin:0 0 35px 0; }
#related_post .headline { font-size:18px; margin:0 0 12px 0; line-height:100%; }
#related_post ul { margin:0; }
#related_post li { margin:0 0 15px 0; border:none; padding:0; }
#related_post .image { float:left; margin:0 15px 0 0; background:#fff; }
#related_post .image img { width:100px; height:100px; display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#related_post .image:hover img { opacity:0.5; }
#related_post .info { }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:10px; color:#222; }
#related_post .title { font-size:12px; margin:0; font-weight: normal; }
#related_post .title a { text-decoration:none; display:block; }


/* next prev post link */
/*#previous_next_post { margin:0 0 25px 0; padding:0; }
#previous_next_post a { }
#previous_post, #next_post { margin:0 0 5px 0; }
#previous_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_left.gif) no-repeat left 2px; padding:7px 0 18px 30px; border-bottom:1px dotted #ccc; margin:0 0 10px 0; display:block; }
#next_post a { margin:0; line-height:140%; font-size:11px; background:url(img/common/arrow_right.gif) no-repeat right 2px; padding:7px 30px 8px 0; display:block; }*/
#previous_next_post{ display: flex; flex-wrap: wrap; margin:0; font-size: 12px; }
#previous_next_post p{ display: block; width: calc(50% - 2px); border: solid 1px #ddd; text-align: center; float: none; }
#previous_next_post p:empty{ border: none; }
#previous_next_post p a{ display: block; height: 50px; line-height: 50px; background: none; width: 100%; padding: 0; position: relative; text-decoration: none; }
#previous_next_post p a:before{
  font-family:'design_plus'; color:#ccc; font-size:14px; display:inline; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_post #next_post{ margin-left: -1px; }
#previous_next_post #previous_post a:before { content:'\e90f'; top:0px; left:10px; }
#previous_next_post #next_post a:before { content:'\e910'; top:0px; right:10px; }


/* comment box-sizing: content-box;?@*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { float:none; margin: 0; }
#comment_header_right li a, #comment_header_right li p { width:100%; margin:-1px 0 0; float:none; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; margin:0; }
#submit_comment { width:100%; }
#trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }

.comment-content .no_comment{ padding: 0; }
.comment-content p{ line-height: 1.5; }

hr{
  margin: 2em 0;
  border:none;
  border-top: 1px solid #ddd;
}

.post img.alignright, div.alignright, .post img.alignleft, div.alignleft{
  margin: 2em auto;
  display: block;
  float: none;
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer top area */
footer{background:#000;}
#footer { clear:both; width:100%; background:#000; }
#footer_inner { position:relative; font-size:11px; padding-top:30px; }
#footer li { line-height:170%; margin:0 0 10px 0; padding:0; }

/* widget area */
#footer_widget { margin:0 20px; }
.footer_widget { margin:0 0 30px 0; }
#footer .last_widget { margin:0; }
.footer_headline { font-size:18px; margin:0 0 15px 0; padding:0; border-bottom:none; line-height: 160%; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }

#footer .tcdw_product_list_widget li{
  border: none;
  background: #fff;
  padding: 10px;
  margin: 0 0 6px;
}
#footer .tcdw_product_list_widget a.image{
  float: left;
  width: 72px;
  height: 72px;
  margin: 0 15px 0 0;
}
#footer .tcdw_product_list_widget .category{
  margin: 0 0 10px;
  color: #999;
}
#footer .tcdw_product_list_widget a.title{
  font-size: 12px;
  font-weight: normal;
}

#footer .tcdw_recommend_product_list_widget ol{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
}
#footer .tcdw_recommend_product_list_widget li {
  margin:0 8px 8px 0;
  width: calc(25% - 8px);
}
#footer .tcdw_recommend_product_list_widget li:nth-child(4n) {
  margin:0 0 8px 0;
}
#footer .tcdw_recommend_product_list_widget li img { width:100%; height:auto; }


/* copyright area */
#copyright { width:100%; background:#F2F2F2; margin:0; padding:0; }

/* menu */
#footer_menu { margin:0; padding:30px 0; }
#footer_menu ul { margin:0; display: block; text-align: center; font-size: 12px; }
#footer_menu li { line-height:100%; margin:0 5px 0 0; padding:0 5px 0 0; display: inline-block; border-right: solid 1px #000; }
#footer_menu li:last-child { border:none; }
#footer_menu li a { color:#000; text-decoration:none; display:inline-block; padding:0; }
#footer_menu li a:hover { color:#999; text-decoration:none; }

/* return top */
#return_top { position:fixed; bottom:0; right:0; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:50px; height:50px; margin:0; padding:0; background:#bbb url(img/footer/return_top.png) no-repeat center center; z-index: 999; }
#return_top:hover { background-color:#00a2d9; }

/* social link */
/* SNSボタン */
#social_link { margin:0 auto 30px; padding:0; text-align:center; float: none; }
#social_link li { display:inline-block; margin:0; position:relative; }
#social_link li a {
  display:block; text-indent:-200px; overflow:hidden; width:30px; height:30px; position:relative; 
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; 
}
#social_link li:before {
  font-family:'design_plus'; color:#000; font-size:14px; display:block; position:absolute; top:10px; left:9px;
  width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before { content:'\e904'; }
#social_link li.facebook:before { content:'\e902'; }
#social_link li.insta:before { content:'\ea92'; top:11px; }
#social_link li.pint:before { content:'\e905'; top:11px; }
#social_link li.flickr:before { content:'\eaa4'; top:11px; }
#social_link li.tumblr:before { content:'\eab9'; top:11px; }
#social_link li.rss:before { content:'\e90b'; }
#social_link li.twitter:hover:before { color:#16b9dc; }
#social_link li.facebook:hover:before { color:#3B5998; }
#social_link li.insta:hover:before { color:#8a3ab9; }
#social_link li.rss:hover:before { color:#ffcc00; }
#social_link li.pint:hover:before { color:#cb2027; }
#social_link li.flickr:hover:before { color:#ff0084; }
#social_link li.tumblr:hover:before { color:#34526f; }



/* copyright */
#copyright p { margin:0; float:none; font-size:10px; display: block; height: 50px; text-align: center; background: #999; color: #fff; line-height: 50px; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }



/* add code */


body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
  font-family: "Noto Sans JP";
  background:#000;
}

#wrap {
  overflow: hidden;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

strong {
  font-weight: normal;
}

/*span {color:#ff8695;font-weight:bold;} */
ul, ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  margin: 0px;
  color:#fff;
}

p {
  padding: 0 0 15px 0;
  text-align: left;
  color: #fff;
  line-height: 140%;
  font-size: 90%;
}

.st {
  color: #ff4040;
}

.stb {
  font-weight: bold;
}

.sto {
  color: #ff9600;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f140 {
  font-size: 140%;
}

.f150 {
  font-size: 150%;
}

.f180 {
  font-size: 180%;
}

.min {
  font-family: "ＭＳ Ｐ明朝";
}

.blue {
  color: #4095f5;
}

.mp0 {
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
}

h1 {
  margin: 0px;
  text-decoration: none;
}

h2 {
  font-weight: normal;
  font-size: 22pt;
  padding: 10pt 0 0 0;
  letter-spacing: 2px;
  vertical-align: bottom;
  /*font-family: arial; */
  font-family: "Noto Sans JP";
  text-align: center;
}

h3 {
  font-weight: bold;
  font-size: 18pt;
  padding: 15pt 0 15pt 0;
  position: relative;
  color: #222;
}

h4 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 16pt;
  padding: 20pt 0 20pt 0;
  text-align: center;
  color: #fff;
  position: relative;
  background: #ff9600;
}

h4 span {
  display: block;
  font-weight: normal;
  font-size: 10pt;
  padding: 20pt 0 0 0;
  line-height: 160%;
  text-align: center;
  color: #fff;
  position: relative;
}

body {
  background-repeat: repeat;
/*
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
*/
  font-family: "Noto Sans JP";
  font-size: 100%;
  line-height: 1.6;
  color: #666666;
}

.red {
  color: #ff0000;
}

.og {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ff6600;
  font-size: 150%;
}

.komemark {
  color: #ff0000;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.sp-none {
  display: none;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-resize {
  width: 92%;
  height: auto;
}

div#content {
  padding-top: 30pt;
  padding-bottom: 20pt;
}

/* ============================================================== */
/*header*/
/* ============================================================== */
header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1000;
}

header:after {
  content: '';
  display: block;
  clear: both;
}

header div {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

header #logo {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 11px;
  width: 40%;
  height: auto;
}

header ul#header-menu {
  display: none;
}

header #head-contact {
  display: none;
}

header.scrolled {
  transition-property: background-color;
  transition-duration: 1s;
  /*background-color: #01642b;  */
  background-color: #000;
}

#cont-header {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  /*background-color: #01642b;  */
  background-color: #000;
}

/* ============================================================== */
/*navi*/
/* ============================================================== */
.gnavi {
  display: none;
}

.spnaviOpen {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: url(/web/wp-content/uploads/btn_spmenu_bg.png) center left no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px;
}

/* ============================================================== */
/*home*/
/* ============================================================== */


.main-contents {
 display:none;
}

.main-contents-sp {
 /*display:none;*/
}

.slideBox {
  display: block;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
}

/* imgのみ */
.item1 {
  opacity: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item1:nth-of-type(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

.item1:nth-of-type(5) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.item1:nth-of-type(6) {
  -webkit-animation-delay: 25s;
  animation-delay: 25s;
}

.item1:nth-of-type(7) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.item1:nth-of-type(8) {
  -webkit-animation-delay: 35s;
  animation-delay: 35s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}


/*
.main-contents {
  display: block;
  width: 100%;
  height: 600px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
  background: url(/web/wp-content/uploads/main01.jpg) center center no-repeat;
  background-size: cover;
}


.main-image {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

.main-image .main-image01 {
  margin: 0 0 10px;
  padding: 20px 0 0 0;
  font-size: 6vw;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
*/

.main-image .main-image02 {
  margin: 0;
  padding: 0;
  font-size: 3.6vw;
  color: #fff;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.main-image-under {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

#main {
  max-width: 100%;
  margin: 0 auto;
}

/* ============================================================== */
/*footer*/
/* ============================================================== */
#btm-cont-box {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #14652b;
  position: relative;
}

#btm-cont-box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#btm-cont-left {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
  float: none;
}

#btm-cont-left p {
  padding-bottom: 30px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

#btm-cont-right {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 20px;
  float: none;
}

#btm-cont-right p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#btm-cont-right .ttl-tel {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

footer {
  clear: both;
  width: 100%;
  margin: 0;
}

#foot {
  width: 100%;
  margin: 0 auto;
  margin-bottom:40px;
  border-top:2px solid #fff;
  text-align:center;
}

#foot:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#footer-mark{width:20%; height:auto;margin:0 auto; text-align:center;}
.foot-address-box{ width:90%;margin:0 auto;padding-bottom:50px;border-bottom:2px solid #fff;}
.foot-address{ width:80%;margin:0 auto;padding-top:70px;}
.foot-address p{ text-align:left;font-size:90%;padding-top:30px;}


#btm-navi{width:100%;border-top:2px solid #fff;border-bottom:2px solid #fff;text-align:center;}
#btm-navi{
  position: fixed;
left:0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
#btm-navi:after{  content: ""; clear: both;  height: 0; display: block; visibility: hidden;}
#btm-navi li{list-style:none;width:19.5%;padding:10px 0;border-right:2px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi li:last-child{list-style:none;width:19.5%;padding:10px 0;border-right:none;float:left; color:#fff;text-align:center;}
#btm-navi li a{display:block;text-align:center;color:#fff;text-decoration:none;}



.foot-navi {
  display: none;
  position: relative;
  overflow: hidden;
  /*width:100%;*/
  text-align: center;
}

.foot-navi ul {
  padding-top: 40px;
  position: relative;
  left: 50%;
  float: left;
}

.foot-navi ul li {
  padding: 0 7px 0 7px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 90%;
  position: relative;
  left: -50%;
  /*float:left;*/
}

.foot-navi li a {
  color: #fff;
  text-decoration: none;
}

.foot-navi li a:hover {
  text-decoration: underline;
}

.foot-navi li:first-child {
  padding: 0 8px 0 0;
  letter-spacing: 1px;
  text-align: center;
  font-size: 90%;
  position: relative;
  left: -50%;
  float: left;
}

.foot-navi li:first-child a {
  color: #fff;
  text-decoration: none;
}

.foot-navi li:first-child a:hover {
  text-decoration: underline;
}

.foot-navi li:last-child {
  padding: 0 0 0 8px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 90%;
  position: relative;
  left: -50%;
  float: left;
}

.foot-navi li:last-child a {
  color: #fff;
  text-decoration: none;
}

.foot-navi li:last-child a:hover {
  text-decoration: underline;
}

.foot-navi-sp {
  clear: both;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

.foot-navi-sp:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.foot-navi-left {
  float: left;
  width: 48%;
}

.foot-navi-right {
  float: right;
  width: 48%;
}

.foot-navi-sp li {
  padding: 10px 0 10px 0;
  letter-spacing: 1px;
  text-align: left;
  font-size: 13px;
  position: relative;
}

.foot-navi-sp li a {
  color: #fff;
  text-decoration: none;
}

.foot-navi-sp li a:hover {
  text-decoration: underline;
}

#copyright {
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid #666;
}

#copyright img {
  margin: 0 auto;
  width: 40%;
  height: auto;
  padding-top: 30px;
}

#copyright .copy01 {
  font-size: 90%;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

#copyright .copy02 {
  font-size: 70%;
  text-align: center;
  color: #fff;
  padding-top: 0;
}

/* ============================================================== */
/* map */
/* ============================================================== */
.gmap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ============================================================== */
/* 下層コンテンツ */
/* ============================================================== */
.box {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px 30px 0px;
  text-align: center;
}

.box:after {
  content: '';
  display: block;
  clear: both;
}

.box00 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.box-in {
  width: 92%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.home-guide {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.home-guide li {
  width: 92%;
  margin: 0 1% 10px 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  position: relative;
  overflow: hidden;
}

.home-guide li img {
  margin: 30px 0 10px;
  width: 50%;
  position: relative;
  z-index: 1;
}

.home-guide li a {
  display: block;
  text-decoration: none;
}

.home-guide li h3 {
  font-size: 1.2em;
  color: #FF9600;
  padding: 0;
}

.home-guide li span {
  display: none;
}

.home-guide li p {
  padding: 20px;
  font-size: 80%;
  line-height: 160%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.under-navi {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.under-navi li {
  width: 92%;
  margin: 0 1% 10px 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.under-navi li a {
  display: block;
  text-decoration: none;
}

.under-navi02 {
  display: none;
}

.sp-navi {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro'; */
  font-family: "Noto Sans JP";
}

.sp-navi li.first {
  display: block;
  width: 100%;
  margin: 0 1% 10px 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 1px solid #ff9600;
  color: #ff9600;
/*
  font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';
*/
}

.sp-navi li {
  display: block;
  width: 45%;
  margin: 0 1% 10px 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 1px solid #ff9600;
  color: #ff9600;
/*
  font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';
*/
  font-family: "Noto Sans JP";
}

.sp-navi li a {
  display: block;
  padding-top: 10px;
  text-decoration: none;
  color: #ff9600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*
  font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';
*/
  font-family: "Noto Sans JP";
}

.sp-navi li a:hover {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff9600;
/*
  font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';
*/
  font-family: "Noto Sans JP";
}

.sp-navi li.current a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff9600;
/*
  font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';
*/
  font-family: "Noto Sans JP";
}

#box-btm-guide-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  overflow: hidden;
  background: #feeed8;
}

#box-btm-guide {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

#box-btm-guide:after {
  content: '';
  display: block;
  clear: both;
}

#btm-guide-left {
  width: 92%;
  margin: 0 auto;
}

#btm-guide-right {
  width: 92%;
  margin: 0 auto;
}

#btm-guide-left .btm-guide-txt01 {
  margin: 0;
  padding: 0;
  font-size: 90%;
}

#btm-guide-left img {
  margin-bottom: 10px;
}

#btm-guide-left .btm-guide-txt02 {
  margin: 0;
}

#box-btm-contact {
  display: block;
  position: absolute;
  left: 50%;
  width: 1500px;
  height: 160px;
  margin: 0 auto;
  margin-left: -750px;
  position: relative;
  overflow: hidden;
  background: url(/web/wp-content/uploads/btm_contact_bg.jpg) no-repeat;
}

#box-btm-contact-in {
  padding-top: 40px;
  text-align: center;
}

.float-box {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 0px 0px 30px 0px;
  text-align: left;
}

.float-box:after {
  content: '';
  display: block;
  clear: both;
}

.float-box00 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.float-box00:after {
  content: '';
  display: block;
  clear: both;
}

.float-box02 {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.float-box02:after {
  content: '';
  display: block;
  clear: both;
}

.float-box02 img {
  margin-bottom: 15px;
}

.float-left {
  margin: 0 0 20px 0;
  text-align: center;
}

.float-left02 {
  margin: 20px 0 20px 0;
  text-align: center;
}

.float-right {
  margin-bottom: 20px;
  text-align: center;
}

.float-box p {
  padding-bottom: 15px;
  text-align: left;
}

/* ============================================================== */
/* contents*/
/* ============================================================== */
.flow-left {
  display: none;
}

.flow-right {
  width: 100%;
  margin-top: 15px;
  float: left;
}

.box-left {
  width: 100%;
  float: left;
}

.box-right {
  width: 100%;
  float: right;
}

.box3-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.box3 {
  width: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.box3-02 {
  width: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.box3-03 {
  width: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.sp-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.list-red {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.list-red li {
  padding-left: 28px;
  padding-bottom: 10px;
  background: url(/web/wp-content/uploads/check_red.jpg) 0 2px no-repeat;
}

#cont {
  width: 100%;
}

#news-list-box {
  width: 96%;
  padding-bottom: 15px;
  background: #feeed8;
}

#news-list {
  width: 96%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#news-list ul {
  width: 96%;
}

#news-list li {
  padding: 0 0 20px 0;
  font-size: 90%;
  text-align: left;
}

#news-list li a {
  color: #666;
  text-decoration: underline;
}

#news-list li a:hover {
  color: #666;
  text-decoration: none;
}

.news-title-box {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}

.news-title-box:after {
  content: '';
  display: block;
  clear: both;
}

.news-ttl {
  padding: 10px 0 0 0;
  font-size: 140%;
  color: #ff6600;
}

.news-title-left {
  float: left;
}

.news-title-right {
  margin-top: 10px;
}

.news-title-right li {
  margin-right: 5px;
  float: left;
}

/* ============================================================== */
/* contact */
/* ============================================================== */
.contact-txt {
  color: #666;
}

#contact-tel {
  width: 100%;
  text-align: center;
}

#contact-tel p {
  padding: 25px 0 15px 0;
  color: #222 !important;
  font-size: 110%;
  text-align: center;
}

#contact-tel .ttl-tel {
  color: #fff !important;
  font-size: 90%;
  text-align: center;
}
#contact-tel img {
  width:70%;
  margin-bottom:30px;
  text-align: center;
}

.contact-box {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}

.contact-table {
  clear: both;
  width: 100%;
  margin: 0 auto;
  margin: 25px 0 0 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}

.contact-table th {
  width: 100%;
  display: block;
  padding: 20px 0 0 0;
  border: none;
  font-weight: bold;
  font-size: 90%;
  color:#fff;
 background:#000;
}

.contact-table td {
  width: 100%;
  display: block;
  border: none;
  color:#fff;
  font-size: 90%;
}

.contact-table td.bordernone {
  border: none;
}

.contact-table .size1 {
  width: 100%;
  margin-bottom: 15px;
}

.contact-table .size2 {
  width: 100%;
  margin-bottom: 15px;
}

.contact-table .size3 {
  width: 100%;
  height: 300px;
}

.contact-table input, select {
  height: 35px;
  vertical-align: middle;
  border: 1px solid #fff;
}

.contact-table input {
  border-radius: 5px;
position: relative;
z-index: 1;
}

.contact-table textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
position: relative;
z-index: 1;
}

.contact-table radio, checkbox {
  vertical-align: middle;
}

.contact-box submit, button {
  margin-top:20px;
  padding:10px 30px 10px 30px;
  background: #fff;
}

.contact-table-conf {
  width: 100%;
  margin: 35px 0 30px 0;
  padding: 0;
  border-spacing: 0;
}

.contact-table-conf th {
  width: 100%;
  display: block;
  border: none;
  font-weight: normal;
  color:#fff;
}

.contact-table-conf td {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  color:#fff;
}

.contact-table-conf td.bordernone {
  border: none;
}

.contact-box .contact-btn submit{
  margin: 0 auto;
  padding: 20px 10px;
  height:30px !important;
  border: none;
}

.mw_wp_form [type=submit]{
  margin: 0 auto;
	width: 120px;　/* ボタンの横幅の長さ */
	line-height: 4em; /* ボタンの縦幅の高さ */
 padding:10px 0;
  border: none;
}

.required {
  display: inline;
  margin-left: 20px;
  padding: 0 10px 0 10px;
  color: #fff;
  background: #ff9900;
  font-size: 80% !important;
}

/* ============================================================== */
/*company*/
/* ============================================================== */
.txt-company01 {
  padding-top: 45px;
  font-size: 16px !important;
  text-align: left;
}

.txt-company01 .pr {
  color: #01642b;
}

.float-right-map {
  width: 45%;
  height: auto;
  padding-top: 30px;
  float: right;
  margin-left: 20px;
}

h3.ttl-h3 {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px !important;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222;
}

h3.ttl-h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: block;
  width: 80px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222;
  border-radius: 2px;
  color: #222;
position: relative;
z-index: 1;
}

.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E;
}

.h3-sub {
  font-size: 70%;
  font-weight: bold;
}

.listmark-num > li {
  margin-top: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E;
}

.listmark-num > li:before {
  content: counter(my-counter);
  /* カウンター「my-counter」を呼び出す */
  counter-increment: my-counter;
  /* この要素が現れる度にカウンター「my-counter」が加算されていく、 */
  background-color: #01642b;
  display: block;
  float: left;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: -0.5pt;
  text-indent: -0.5pt;
  line-height: 40px;
  /* 行間を高さと同じにすることで、上下中央に配置させる */
  margin-left: -30px;
  margin-right: 20px;
  text-align: center;
  height: 40px;
  width: 40px;
  /* width、heightを同じ数値にして、正方形にする */
  border-radius: 50%;
  /* 要素を丸にする（正方形なので、正円となる） */
  font-family: "ＭＳ Ｐ明朝";
position: relative;
z-index: 1;
}

.listmark-num > li:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.listmark-num {
  counter-reset: my-counter;
  /* ol本体でカウンターをリセット ? このクラスが呼び出される度に1からカウントされるようにする */
  padding: 0;
}

.company-wrap{width:80%;margin:0 auto;}

.company-table {
  width: 100%;
  margin:0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.company-table th {
  width: 19%;
  margin: 0;
  padding: 18px 0 16px 0;
  font-size: 90% !important;
  font-weight: bold;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
  color:#fff;
  background:#000;
  vertical-align:top;
}

.company-table td {
  padding: 18px 0 16px 0;
  font-size: 90% !important;
  line-height: 180%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
  color:#fff;
}

.company-table .no-line {
  border: none;
}

.company-table td.bordernone {
  border: none;
}

.history-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.history-table th {
  width: 15%;
  margin: 0;
  padding: 18px 0 16px 0;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
}

.history-table td {
  padding: 18px 0 16px 0;
  font-size: 100%;
  line-height: 180%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
}

.history-table .no-line {
  border: none;
}

.history-table td.bordernone {
  border: none;
}

/* ============================================================== */
/*index-news*/
/* ============================================================== */

#index-news {
  padding-bottom: 10pt;
}

#index-news div {
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#index-news div.wn-item {
  width: 90%;
  margin:0 auto;
  padding: 10px 0 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 90%;
  text-align: left;
  color: #fff;
}

#index-news div.wn-date {
  padding-top: 10px;
  font-weight: bold;
  font-size: 90%;
  color: #fff;
}

#index-news div.wn-article {
  padding-top: 5px;
  padding-bottom: 15px;
  color: #fff;
}

#index-news div.wn-article a {
  text-decoration: none;
  color: #fff;
}

#index-news div.wn-article a:hover {
    color: #fff;
}

#index-news div.wn-date .news-update {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 4px;
  margin-left: 10px;
  display: inline;
  color: #4c7d2b;
  border: 1px solid #4c7d2b;
  position: relative;
  top: -1px;
}

#index-news div.wn-date .news-news {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 4px;
  margin-left: 10px;
  display: inline;
  color: #2a75af;
  border: 1px solid #2a75af;
  position: relative;
  top: -1px;
}

/* ============================================================== */
/*home*/
/* ============================================================== */

#page-index {
  padding-top: 10px !important;
  background:#000;
}

#index01-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 30px 0 30px 0;
  text-align: left;
}

#index01-box:after {
  content: '';
  display: block;
  clear: both;
}


.txt-left {
  text-align: left;
  text-decoration: none;
}

.link-page {
  text-align: right;
  text-decoration: none;
  padding: 0 25px 8px;
  font-weight: bold;
  font-size: 14px;
}

.link-page a {
  color: #222;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
}

.link-page a:hover {
  color: #01642b;
  text-decoration: none;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
}

.float-right-index01 {
  width: 45%;
  height: auto;
  float: right;
  margin-left: 20px;
}

.txt-index01 {
  font-size: 15px !important;
  font-weight: bold;
  text-align: left;
}

.txt-index01 .pr {
  color: #01642b;
}
.home-top{width:56%;margin:0 auto;}
.home-about{width:70%;margin:0 auto;}
.page-cont{width:90%;margin:0 auto;}
.item-cont{width:70%;margin:0 auto;}
.faq-box{width:92%;margin:0 auto; margin-bottom:20px;padding:20px 14px 10px 14px;border:1px solid #fff;border-radius:3px;
position: relative;
z-index: 1;
}
.faq-box p{font-size:90% !important;margin:0; padding:0 0 10px 0;}

.faq-table{width:100%; margin:0 auto; border:none;}
.faq-table td{text-align:left;color:#fff;border:none;padding-bottom:10px;font-size:80%;vertical-align:top;padding-top:0;}
.faq-table th{width:13%; text-align:left;color:#fff;border:none;font-size:80%;background:#000;vertical-align:top;margin:0 !important;padding:0 !important;}

.faq-table02{width:100%; margin:0 auto; border:none;}
.faq-table02 td{font-size:90%;text-align:left;color:#fff;border:none;padding-bottom:10px;vertical-align:top;padding-top:3px;padding-right:0;line-height:150%;}
.faq-table02 th{width:2%; text-align:left;color:#fff;border:none;font-size:90%;padding:0;vertical-align:top;}

.rate-table{width:100%; margin:0 auto; border-top:1px solid #fff;border-left:1px solid #fff;}
.rate-table td{width:48%;text-align:left;color:#fff;border-left:1px solid #fff;border-bottom:1px solid #fff;padding:10px 0; text-align:center;font-size:90%;}

.rate-table02{width:94%; margin:0 auto; border:none;}
.rate-table02 td{text-align:left;color:#fff;border:none;padding:10px 0; text-align:left;font-size:86%;}
.rate-table02 th{width:8%;text-align:left;color:#fff;border:none;padding:10px 0; text-align:left;font-size:90%;padding-left:10px;background:#000; vertical-align:top;}

.comp-table{width:100%; margin:0 auto; border-top:1px solid #fff;border-left:1px solid #fff;}
.comp-table td{width:32px;text-align:cebter;color:#fff;border-left:1px solid #fff;border-bottom:1px solid #fff;padding:10px 5px; text-align:center;font-size:66%;vertical-align:middle;}
.comp-table .left-area{width:16%;text-align:cebter;color:#fff;border-left:1px solid #fff;border-bottom:1px solid #fff;padding:10px 5px; text-align:center;font-size:72%;vertical-align:middle;vertical-align:middle;}
.comp-table .area01{width:8%;text-align:cebter;color:#fff;border-left:1px solid #fff;border-bottom:1px solid #fff;padding:10px 5px; text-align:center;font-size:82%;vertical-align:middle;}
.comp-table .area02{width:8%;text-align:cebter;color:#fff;border-left:1px solid #fff;border-bottom:1px solid #fff;padding:10px 5px; text-align:center;font-size:82%;vertical-align:middle;}

/*
.item-box{width:100%;margin:0 auto;}
.item-box ul{width:100%;margin:0 auto;}
.item-box:after{content: "."; display: block; height: 0px; clear: both; line-height: 0; visibility: hidden;}
.item-box li{list-style:none;width:23%;margin-right:8px;margin-bottom:15px;padding:10px;float:left;border:1px solid #fff; border-radius:5px; color:#fff;font-size:65% !important;
position: relative;
z-index: 1;
}
.item-box li:nth-child(3n){list-style:none;width:23%;margin-right:0;margin-bottom:15px;padding:10px;float:left;border:1px solid #fff; border-radius:5px; color:#fff;font-size:65% !important;
position: relative;
z-index: 1;}
.item-box img{display:block;width:23%;margin-top:5px;float:left;align-items: center !mportant;}

.item-box span{display:block;text-align:right; color:#fff;right:0:vertical-align:bottom !important;} 

.item-box li a{text-decoration:none;}
.item-box li a:hover{text-decoration:none;}
*/


.ttl-index01 {
  margin: 0 0 10px;
  padding: 20px 0 0 0;
  font-size: 5vw;
  color: #fff;
  /*text-align: center;*/
  text-align:center;
}

.ttl-index01 p{
  margin: 0 0 10px;
  padding: 20px 24px 20px 24px;
  font-size: 5vw;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  text-align:center;
  border-top:1px dashed #fff;
  letter-spacing:5px;
}

.ttl-index02 {
  clear: both;
  display: block;
  /*position:fixed;*/
  z-index: -1;
  top: 0;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/web/wp-content/uploads/index_img2.png) no-repeat;
  background-size: cover;
}

.ttl-index03 {
  clear: both;
  display: block;
  /*position:fixed;*/
  z-index: -1;
  top: 0;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/web/wp-content/uploads/index_img3.png) no-repeat;
  background-size: cover;
}

h2.index-heading {
  margin-top: -40px;
  margin-left: 20px;
  float: left;
  display: inline-block;
  padding: 20px;
  color: #fff;
  background: #01642b;
  line-height: 1;
}

h2.index-heading-lineup {
  margin-top: -40px;
  margin-left: 20px;
  float: left;
  display: inline-block;
  padding: 20px;
  color: #fff;
  background: #01642b;
  line-height: 1;
}

h2.index-heading span {
  color: #222;
}

.index-heading-news {
  position: absolute;
  width: 150px !important;
  margin-top: -100px !important;
  display: block;
  padding: 20px 0;
  background: #01642b;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

h2.ttl-h2 {
  color: #fff;
  background: #01642b;
  line-height: 120%;
  text-align: center;
  margin: 0;
  padding: 0;
}

h2.ttl-h2-gr {
  color: #01642b;
  line-height: 120%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ttl-h2-sub {
  font-size: 70% !important;
  color: #222;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.ttl-index-news {
  margin-top: -80px !important;
  display: inline;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  background: #01642b;
  line-height: 200%;
  text-align: center;
}

.ttl-index-news span {
  margin: 0 auto;
  color: #222;
  padding: 20px;
  text-align: center;
  font-size: 80%;
}

.heading-ttl {
  position: absolute;
  width: 65% !important;
  margin-top: -60px !important;
  display: block;
  padding: 20px 0;
  background: #01642b;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

.heading-ttl-none {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  background: none;
}

.box2 {
  zoom: 1;
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 30px;
}

.box2:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.box2-left {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}

.box2-right {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-news {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  overflow: hidden;
  background: #F5F7F4;
}

.img-line{width:60%;margin-top:10px;margin-bottom:20px;}

/* ============================================================== */
/*blog*/
/* ============================================================== */
.blog-box {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  text-align: left;
  border-bottom: 1px solid #222;
}

.blog-box:after {
  content: '';
  display: block;
  clear: both;
}

.blog-left {
  width: 30%;
  float: left;
  margin-right: 20px;
  text-align: left;
}

.blog-right {
  width: 65%;
  float: right;
}

.blog-txt {
  padding-bottom: 5px;
  color: #666;
  font-size: 80%;
}

.blog-date {
  padding-bottom: 5px;
  color: #666;
  font-size: 80%;
}

.blog-ttl {
  padding-bottom: 5px;
  font-size: 110%;
  color: #222;
  font-weight: bold;
}

.lineup-navi-box {
  display: block;
  margin: 0 auto;
  text-align: center;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
}

.lineup-navi-box:after {
  content: '';
  display: block;
  clear: both;
}

.lineup-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineup-navi ul li {
  width: calc(50% - 1px);
  text-align: center;
  border-bottom: 1px solid #EEE;
}

.lineup-navi ul li:nth-child(odd) {
  border-right: 1px solid #EEE;
}

.lineup-navi ul li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  text-decoration: none;
  color: #000;
}

.lineup-list ul {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineup-list li {
  width: 45%;
  margin-bottom: 20px;
  text-align: center;
}

.lineup-list p {
  font-size: 12px;
  text-align: center;
}

.lineup-list p a {
  color: #0086D9;
}

#loading {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

#loading > div {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  animation: loading-animation 1s linear 0s infinite;
  text-align: center;
}

#loading > div > img {
  width: 50px;
  margin-bottom: 10px;
}

#loading > div span {
  color: #FFF;
  display: block;
  font-size: 12px;
}

@keyframes loading-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.green-overlay {
  position: relative;
}

.green-overlay:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00642A;
  right: 0;
  top: 0;
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.green-overlay.animated:after {
  width: 0%;
}

.button1 {
  display: block;
  background-color: #3E900B;
  color: #FFF;
  padding: 1em 0;
  text-align: center;
  border-bottom: 4px solid #55AC1F;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.button1 span.material-icons {
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.button1.futura {
  font-size: 20px;
}

#footer-paint-mark {
  position: absolute;
  width: 120px;
  left: -40px;
  top: -70px;
}

nav.spnavi ul.drop-menu {
  box-sizing: border-box;
  background-color: #111;
  padding: 40px 25px 25px;
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100%;
  z-index: 500;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden scroll ;
  /*font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';*/
  font-family: "Noto Sans JP";
}

nav.spnavi ul.drop-menu.open {
  right: 0;
}

nav.spnavi ul.drop-menu li a {
  display: block;
  padding: 3px 10px;
  color: #FFF;
  text-decoration: none;
  font-size:84% !important;
  font-family: "Noto Sans JP";
  /*font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro';*/
}

nav.spnavi ul.drop-menu li.close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 0;
  top: 0;
  line-height: 1em;
  font-size: 40px !important;
  color: #FFF;
}

nav.spnavi ul.drop-menu li.nav-logo {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  width:40%;
  height:auto;
}
nav.spnavi ul.drop-menu li.nav-address {
  display: block;
  padding: 20px 10px 0 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 82% !important;
  /*font-family:'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro'; */
  font-family: "Noto Sans JP";
}

nav.spnavi ul.drop-menu li.nav-address a{
  display: block;
  color: #fff !important;
  text-decoration: none;
}

.page-company-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-company-title > div {
  padding-bottom: 0;
}

section#page-contents {
  padding-bottom: 60px;
}

#lineup-description {
  padding-top: 60px;
}

#mixingcolor-ul {
  margin-bottom: 40px;
  overflow: visible;
}

#mixingcolor-ul li {
  margin-top: 40px;
  overflow: visible;
  text-align: left;
}

#mixingcolor-ul li:nth-child(even) {
  text-align: right;
}

#mixingcolor-ul li img {
  width: calc(100% - 30px);
  position: relative;
}

#mixingcolor-ul li p {
  padding: 0 30px;
  margin-top: 20px;
  line-height: 2;
  text-align: justify;
}

#mixingcolor-last {
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
}

.kottou-box{width:96%;margin:0 auto; margin-bottom:20px;padding:20px 10px 10px 10px;border:1px solid #fff;border-radius:3px;position: relative;z-index: 1;}
.kottou-box-in{width:94%;margin:0 auto;}
.kottou-box p{text-align:left;}
.kottou-box .kot-ttl{font-size:120% !important;margin:0 auto; padding:0 0 10px 0;text-align:left;font-weight:bold;}
.kottou-box .kot-img{width:60%;margin:0 auto; padding:0 0 10px 0;text-align:center;}
.kottou-box .kot-com{font-size:80% !important;margin:0; padding:0 0 10px 0;text-align:right;}




#btm-navi-new{clear;both;width:100%;border-top:3px solid #fff;border-bottom:3px solid #fff;text-align:center;
  position: fixed;
left:0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding-top:8px;
}

#btm-navi-new .btm-navi-top{width:60%;margin:0 auto;margin-top:5px !important;text-align:center;}

#btm-navi-new ul{ clear;both;width:100%;margin:0 auto;margin-top:-26px;border-top:3px solid #fff;}
#btm-navi-new ul:after{  content: ""; clear: both;  height: 0; display: block; visibility: hidden;}
#btm-navi-new li{list-style:none;width:48.5%;margin:0 auto;border-right:3px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi-new li:last-child{list-style:none;width:48.5%;margin:0 auto;border-right:none;float:left; color:#fff;text-align:center;}

#btm-navi-new li img{width:36%;padding:8px 0 8px 0;text-align:center;}



#btm-navi-new-box{clear;both;width:100%;border-top:3px solid #fff;border-bottom:3px solid #fff;text-align:center;
  position: fixed;
left:0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding-top:8px;
}

#btm-navi-new-box .btm-navi-top{width:60%;margin:0 auto;margin-top:8px !important;text-align:center;}

#btm-navi-new-box ul{ clear;both;width:100%;margin:0 auto;margin-top:13px;border-top:3px solid #fff;}
#btm-navi-new-box ul:after{  content: ""; clear: both;  height: 0; display: block; visibility: hidden;}
#btm-navi-new-box li{list-style:none;width:48.5%;margin:0 auto;border-right:3px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi-new-box li:last-child{list-style:none;width:48.5%;margin:0 auto;border-right:none;float:left; color:#fff;text-align:center;}

#btm-navi-new-box li img{width:36%;padding:8px 0 8px 0;text-align:center;}



#btm-navi-new-box02{
display:none;
/*
clear;both;width:100%;border-top:3px solid #fff;border-bottom:3px solid #fff;text-align:center;
  position: fixed;
left:0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  background: #000;
  color: #fff;
*/
}


#btm-navi-new-box02 ul{ clear;both;width:100%;margin:0 auto;margin-top:0px;border-bottom:3px solid #fff;}
#btm-navi-new-box02 ul:after{  content: ""; clear: both;  height: 0; display: block; visibility: hidden;}
#btm-navi-new-box02 li.f-cont{list-style:none;width:48.5%;margin:0 auto;border-right:3px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi-new-box02 li.f-cont:last-child{list-style:none;width:48.5%;margin:0 auto;border-right:none;float:left; color:#fff;text-align:center;}

#btm-navi-new-box02 li.f-tel{list-style:none;width:48.5%;margin:0 auto;border-right:3px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi-new-box02 li.f-tel:last-child{list-style:none;width:48.5%;margin:0 auto;border-right:none;float:left; color:#fff;text-align:center;}

#btm-navi-new-box02 li.f-cont img{width:36%;padding:8px 0 8px 0;text-align:center;}
#btm-navi-new-box02 li.f-tel img{width:66%;padding:8px 0 8px 0;text-align:center;}




.prd-box{width:96%;margin:0 auto;margin-top:10px; margin-bottom:30px !important;background:#fff;border-radius:10px;text-align:center;}
.prd-box-in{width:90%;margin:0 auto;margin-top:20px; margin-bottom:10px;border:none;}

.prd-box p{color:#222;}
.prd-ttl{font-size:120%;color:#222;font-weight:bold;padding-top:20px;margin:0;padding-bottom:0;}

.prd-img{text-align:center;margin:0 auto; width:100%;}
.prd-img img{text-align:center;margin:0 auto; width:50%;}


#btm-navi-new-box03{

clear;both;width:100%;border-top:3px solid #fff;border-bottom:3px solid #fff;text-align:center;
  position: fixed;
left:0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  background: #000;
  color: #fff;
}


#btm-navi-new-box03 ul{ clear;both;width:100%;margin:0 auto;margin-top:0px;border-bottom:3px solid #fff;}
#btm-navi-new-box03 ul:after{  content: ""; clear: both;  height: 0; display: block; visibility: hidden;}
#btm-navi-new-box03 li.f-cont{list-style:none;width:48.5%;margin:0 auto;border-right:3px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi-new-box03 li.f-cont:last-child{list-style:none;width:48.5%;margin:0 auto;border-right:none;float:left; color:#fff;text-align:center;}

#btm-navi-new-box03 li.f-tel{list-style:none;width:48.5%;margin:0 auto;border-right:3px solid #fff;float:left; color:#fff;text-align:center;}
#btm-navi-new-box03 li.f-tel:last-child{list-style:none;width:48.5%;margin:0 auto;border-right:none;float:left; color:#fff;text-align:center;}

#btm-navi-new-box03 li.f-cont img{width:36%;padding:12px 0 12px 0;text-align:center;}
#btm-navi-new-box03 li.f-tel img{width:80%;padding:16px 0 16px 0;text-align:center;}


.hr-line{border-bottom:1px solid #fff; margin:0 auto; width:90%;}




.item-box{width:100%;margin:0 auto;display:block;}
.item-box ul{width:100%;margin:0 auto; <style type="text/css" scoped>
ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;}
/*.item-box:after{content: "."; display: block; height: 0px; clear: both; line-height: 0; visibility: hidden;}
*/
.item-box li{list-style:none;width:30%;margin-right:8px;margin-bottom:15px;padding:10px;float:left;border:1px solid #fff; border-radius:5px; color:#fff;font-size:65% !important;
position: relative;
z-index: 1;
}
.item-box li:nth-child(3n){list-style:none;width:30%;margin-right:0;margin-bottom:15px;padding:10px;float:left;border:1px solid #fff; border-radius:5px; color:#fff;font-size:65% !important;
position: relative;
z-index: 1;}
.item-box img{display:block;width:23%;margin-top:5px;float:left;align-items: center !mportant;}

.item-box span{display:block;text-align:right; color:#fff;right:0:vertical-align:bottom !important;} 

.item-box li a{text-decoration:none;}
.item-box li a:hover{text-decoration:none;}

