@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------

 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;
}
p {
	font-size:14px;
	line-height: 22px;
}
/* layout */
#contents { width:100%; }
#main_col {padding:25px 20px 0;width: 100%;box-sizing: border-box;}
#side_col { padding:30px 20px 0; }

#index_top_wrap { width:100%; background:#f2f2f2; }
#index_top { position:relative; margin:0 20px; padding:0; }

/* headline */
.headline1 { border-bottom:1px solid #ddd; padding:0; margin:0 0 25px 0; font-size:18px; }
.headline1 span { border-bottom:4px solid #ccc; padding:0 0 5px 0; margin:0; display:inline-block; }

#bread_crumb { padding:13px 20px; background: #F2F2F2; line-height: 150%; }
#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;}

#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; }
#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{ 
  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{ 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 {clear:both;width:100%;background:#f4f4f4;padding: 0px 0px 50px 0px;}
#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: 71px;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; }

#header {
  background-color: #fff;
  padding: 5px 0px 0px 0px;
}
.h_logo img {
  margin: 0;
}
.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_pc {
  display: none;
}
.h1_border {}
.h_logo {
  margin: 8px auto;
  /* width: 80%; */
  text-align: center;
  font-size: 12px;
}
.h_logo a {
  color: #000;
  text-decoration: none;
}
/*         PC header
	---------------------------------*/
.header_sp {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background-color: #3f6bdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gnav {
    width: 100%;
    background: #3f6bdc;
    -webkit-box-shadow: 0 -7px 7px -2px rgb(0 0 0 / 20%);
    box-shadow: 0 -7px 7px -2px rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_sp li {
    width: 20%;
}
.header_sp li a{
    width: 100%;
    display:block;
    padding: 20px 0px;
    box-sizing: border-box;
    height: auto;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    text-decoration: none;
}
.header_sp li a i{font-size: 18px;display: block;}
.header_sp li a img{
    width: 100%;
}

.header_pc {
  display: block;
}
.h_wrapper, .h_wrapper_h1 {
  overflow: hidden;
  margin: 0 auto;
  padding: 2px 0;
  width: 95%;
}
.h_wrapper_h1 {
  padding: 0;
  text-align: center;
}
.h_wrapper_h1 h1 {
  font-size: 10px;
}
.logo-img img {
  margin: 0;
}
ul.h_gnav {
	display:none;
}
.h_gnav li {
  text-align: center;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.h_gnav li a {
  color: #fff;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 12px;
}
.h_gnav li:hover {
  opacity: 0.7;
}
.h_logo {
  margin-bottom: 1em;
  font-size: 15px;
  text-align: center;
  width: 100%;
}
.h_logo span.header_pc {
  display: none;
  margin-left: 1em;
}
.h_logo span.header_pc a {
  color: #3f6bdc;
  text-decoration: underline;
}
.h_logo span.logo_text {
  font-size: 0.8em;
  font-weight: bold;
}
.h_right {
  display: none;
}
.receptioninfo {}
.receptioninfo li {
  display: -webkit-flex;
  display: flex; /* -webkit-justify-content: center; */ /* justify-content: center; */ -webkit-align-items: center;
  align-items: center;
}
.receptioninfo li span:nth-child(1) {
  background: #000;
  color: #fff;
  padding: 1px 5px;
  margin: 0px 8px 0px 0px;
  width: 48px;
  text-align: center;
}
.receptioninfo li span:nth-child(2) {}
.h_right p img {
  display: inline-block;
}
.h_right p {
  /* font-size: 14px; */
  margin: 0;
  /* width: 50%; */
}
.h_info p:first-child a{background: #FFf;color: #00c300;text-decoration: none;padding: 3px;box-sizing: border-box;display: block;border: 2px solid #00c300;}
.h_right p:last-child a{background: #00c300;color: #fff;text-decoration: none;padding: 5px;display: block;}



.h_right p:first-child.tellink {padding: 0px 0px 4px 0px;}
.h_right p:first-child.tellink a{display: block;/* width: 130px; */background: #3f6bdc;color: #fff;text-decoration: none;}

.h_left {
  margin: 0;
  text-align: center;
  width: 200px;
}
.h_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.h_info p{width: 50%;box-sizing: border-box;}


#main_contents {
	 display: flex;
	 flex-wrap: wrap;
	 -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

#sidebar {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

.side_fixed_menu {
		width: 98%;
		margin: 0;
	}
	.side_fixed_menu li {
		margin: 0 0 16px;
	}
	.side_fixed_menu li a/*PCÃ£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼HOMEÃ£Æ’Â»Ã£â€šÂ¢Ã£â€šÂ¯Ã£â€šÂ»Ã£â€šÂ¹Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³*/ {
		/* max-width: 256px; */
		padding: 16px 0;
		-webkit-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.side_fixed_menu li:nth-of-type(odd) a:hover {
		background: #fff;
		color: #3f6bdc;
	}
	.side_fixed_menu li:nth-of-type(even) a:hover {
		background: #fff;
		color: #363636;
	}
.side_bnr img{
	width: 100%;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 100%;
}
.side_fixed_menu ul {
  margin:0;
  padding:0;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0px 0px 10px 0px;
}
.side_fixed_menu li a/*PCÃ£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼HOMEÃ£Æ’Â»Ã£â€šÂ¢Ã£â€šÂ¯Ã£â€šÂ»Ã£â€šÂ¹Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³*/ {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 14px 0;
}
.side_fixed_menu li:nth-of-type(odd) a {
	background-color: #3f6bdc;
	border: 2px solid #3f6bdc;
}
.side_fixed_menu li:nth-of-type(even) a {
	background-color: #363636;
	border: 2px solid #363636;
}
.widget_nav_menu,
.connection_menu,
.widget_categories{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 1em;
	padding: 0 0.8em;
	width: 100%;
	max-width: 640px;
	border: solid 3px #3f6bdc;
}

.widget_nav_menu li,
.connection_menu li,
.widget_categories li{
	border-bottom: dotted 1px #3f6bdc;
}
.widget_nav_menu li:last-child,
.connection_menu li:last-child,
.widget_categories li:last-child{
	border: none;
}
.widget_nav_menu a,
.connection_menu a,
.widget_categories a{
	display: block;
	padding: 10px 0;
	background-size: 31px 31px;
	text-decoration: none;
	color: inherit;
}
.widget_nav_menu a::before,
.connection_menu a::before,
.widget_categories a::before{
font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
	display: inline-block;
	margin-right: 0.5em;
	color: #3f6bdc;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.widget_nav_menu p, .connection_menu p, .widget_categories p, .widget_recent_entries p {
    padding: 8px;
    text-align: center;
    color: #3f6bdc;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #3f6bdc;
}

.h_style02, .post h3:not([class]) {
    margin: 24px auto 16px;
    padding: 8px 8px 8px 16px;
    font-size: 16px;
    color: #fff;
    background: #3f6bdc;
}

/*	Ã¦Å½Â¨Ã¨â€“Â¦Ã¨â‚¬â€¦Ã£ÂÂ®Ã¥Â£Â° */
.suisen_box {
	overflow: auto;
	height: 300px;
	padding: 1em 0;
	margin: 0.5em;
	-webkit-box-shadow: 0px 0px 10px -1px #777777 inset;
	box-shadow: 0px 0px 10px -1px #777777 inset;
}
.suisen_box::-webkit-scrollbar,
.top_infolist_box::-webkit-scrollbar,
.top_infolist li:nth-of-type(2) .top_infolist_box::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.suisen_box::-webkit-scrollbar-track,
.top_infolist_box::-webkit-scrollbar-track,
.top_infolist li:nth-of-type(2) .top_infolist_box::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f2f2f2;
}
.suisen_box::-webkit-scrollbar-thumb,
.top_infolist_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3f6bdc;
}
.top_infolist li:nth-of-type(2) .top_infolist_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #9b7823;
}
.suisen_box_list li {
	margin: 1em 0.5em;
}
.suisen_box_list li::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 1em;
	background: linear-gradient(45deg, #bfa75c 0%, #e5e2c4 50%, #ddc972 100%);
}
.suisen_box_list_ttl {
	margin-bottom: 8px;
}
.suisen_box_list_ttl img{
	width:100%;
	height:auto;

}

.suisen_box_list li div.suisen_box_list_conts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
}
.suisen_box_list_conts figure {
	width: 20%;
	margin: 0;
}
.suisen_box_list_conts figure img{
	width: 100%;
	height: auto;
}

.suisen_box_list_conts div {
	width: 90%;
	margin: 0 0 0 0.5em;
}
.suisen_box_list_conts img {
	margin-left: 0;
	width: 100%;
	height: auto;
}
.suisen_box_list_conts p {
	margin: 0.5em 0.3em 0;
}


.top_sejutsu_bt {
	margin: 0 4px 16px;
	text-align: center;
}
.top_sejutsu_bt li {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 2px;
	width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		/* margin: 0 0 8px; */
		width: 49%;
		text-align: center;
	}
		.top_sejutsu_bt li a{
		display: block;
		}
				.top_sejutsu_bt li a img{
					width:100%;
					height:auto;
				}
.top_catch_list {
	width: 90%;
	margin: 0 auto 2em;
}
.top_catch_list li {
	font-size: 17px;
	background-size: 34px;
	background-position: left center;
}



.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	overflow: hidden;
}
.catch_list li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 500;
    font-size: 25px;
    position: absolute;
    top: 9px;
    left: 0;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 34px;
	font-size: 14px;
	border-bottom: 2px dotted #393939;
	position: relative;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
.box {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
}
.box dl {
	background: #fff9f7;
	padding: 30px;
	border: 2px solid #ff962f;
	border-radius: 16px;
}
.box dd p {
	margin: 0 auto 1em;
}
.box dt {
	background: #ff962f;
	padding: 8px 24px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	border-radius: 100px;
}
.box dd {
	background: #fff;
	padding: 24px;
	margin: 8px auto 24px;
}
.box dl :last-child {
	margin-bottom: 8px;
}
.page_list {
	overflow: hidden;
	background: #fff2d3;
	border-radius: 12px;
	width: 98%;
	margin: 0 auto;
}
.page_list ul {
	padding: 0.3em 0;

	list-style-type: none;
	border: none;
	margin: 24px 24px 12px;
}
.page_list ul li {
	position: relative;
	padding: 8px 8px 8px 32px;
	font-weight: bold;
}
.page_list ul li::after,
.page_list ul li::before {
	content: "";
	position: absolute;
}
.page_list ul li::after {
	left: -0.2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: #3f6bdc;
	border-radius: 50%;
}
.page_list ul li::before {
	z-index: 2;
	left: 3px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.top_point_list {
		margin: 0 24px;
	}

	.top_point_list h3 {
		float: left;
		font-size: 30px;
		line-height: 1.3em;
		margin: 0 0 16px;
	}
	.top_point_list h3 img {
		max-width: 70px;
		margin: 0 1vw 0 0;
	}
	.top_point_list .img_right {
		max-width: 180px;
	}
		.top_point_list .img_right img{
		  width:100%;
		  height:auto;
		  
		}
	.top_point_txt {
		clear: left;
	}

.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #414141;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 20px;
	margin: 0 0 16px;
}
.top_point_list h3 span {
	display: contents;
}
.top_point_list h3 span.red {
	color: #3f6bdc;
}
.top_point_list h3 img {
	max-width: 50px;
	margin: 0 10px 0 0;
}
.top_point_txt {
	clear: left;
}
.voice {
		margin: 0 0 40px;
	}
	.voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.voice_conts {
		padding: 24px;
	}
	.voice_conts h3 {
		width: 100%;
		margin-bottom: 1em;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.voice_txt p {
		margin: 0 0 1em;
	}
	.voice_pic {
		float: left;
		width: 150px;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background-image: repeating-linear-gradient(
		130deg,
		#cccccc,
		#cccccc 2px,
		#fff 3px,
		#fff 6px
	);
	border: solid 3px #3f6bdc;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom: solid 1px #3f6bdc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 16px;
}
.voice_pic p > :first-child {
	display: block;
	margin: 0 auto 8px;
}
.top_flow_list {
	text-align: center;
	counter-reset: flow_count;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_flow_list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 22px;
	text-align: left;
}
.top_flow_list li figcaption {
	font-weight: bold;
	margin-bottom: 0.4em;
}
.top_flow_list li figcaption::before {
	counter-increment: flow_count;
	content: counter(flow_count);
	display: inline-block;
	margin-right: 0.2em;
	text-align: center;
	color: #fff;
	background-color: #3f6bdc;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
.top_flow_list p {
	padding: 10px 0px;
	line-height: normal;
}


.top_flow_list li {

		width: 48%;
		margin: 0;
		box-sizing: border-box;
	}
	.top_flow_list li figure{
	margin: 0;
	}
.top_flow_list li img{
		width: 100%;
		height: auto;
		margin: 0;
	}


.conts {
	margin: 0 12px 16px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;

}
.conts .conts_inner {
	overflow: hidden;
}
.conts p {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 4px 16px;
}


.conts {
		margin: 0 24px 24px;
	}
	.conts img{
	  width:100%;
	  height:auto;
	}
	.conts:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}
		.ttl img{
		width:100%;
			height:auto;
	}
		.bnr img{
			width:100%;
			height:auto;
		}


.img_left,
	.alignleft {
		float: left;
		margin: 0 0.5em 0.5em 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 0.5em 0.5em;
	}


.contact_tel img{
	width:100%;
}

.contact_uketsuke {
	overflow: hidden;
	margin-bottom: 1em;
}
.contact_uketsuke p {
	margin: 0 0 8px;
}
.contact_uketsuke span {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	max-width: 304px;
}

.contact_conts {
		margin: 0 24px 32px;
		padding: 0;
	}
	.contact_pic {
		margin: 0 1% 1% 0;
		width: 100%;
	}
		.contact_pic img{
		margin: 0 1% 1% 0;
		width: 100%;
	}

	.contact_info {
		/* float: right; */
		width: 100%;
	}
	.contact_add {
		margin: 0 0 16px;
	}
	.contact_add dt {
		margin: 16px 0 0;
		font-weight: bold;
	}
	.contact_map {
		margin: 0 auto;
		width: 100%;
		height: 368px;
	}

.copyright {
    background: #3f6bdc;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.copyright small{}
#contact-form {
  display:none !important;
}

 .footer-fixed-nav--sp .contact__utility--left {
    margin-bottom: 20px;
}
.footer-fixed-nav--sp .cv-contact__txt {
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-fixed-nav--sp .cv-contact__tel {
    font-size: 16px;
    line-height: 20px;
}
.footer-fixed-nav--sp .cv-contact__tel i{
    font-size: 19px;
    margin: 0px 3px 0px 0px;
}

.footer-fixed-nav--sp .cv-contact__tel small{
    font-size: 10px;
    display: block;
}

.footer-fixed-nav--sp .cv-contact__mail {
    font-size: 16px;
    /* height: 100%; */
    line-height: 18px;
}
.footer-fixed-nav--sp .cv-contact__mail i{
    font-size: 19px;
    display: block;
}

.cv-contact__utility--left {
  width: 100%;
  }

.cv-contact__utility--right {
  width: 50%;
  }
 .footer-fixed-nav--sp .contact__utility--left {
    margin-bottom: 20px;
}
.footer-fixed-nav--sp .cv-contact__txt {
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-fixed-nav--sp .cv-contact__tel {
    font-size: 16px;
    line-height: 20px;
}
.footer-fixed-nav--sp .cv-contact__tel i{
    font-size: 19px;
    margin: 0px 3px 0px 0px;
}

.footer-fixed-nav--sp .cv-contact__tel small{
    font-size: 10px;
    display: block;
}

.footer-fixed-nav--sp .cv-contact__mail {
    font-size: 16px;
    /* height: 100%; */
    line-height: 18px;
}
.footer-fixed-nav--sp .cv-contact__mail i{
    font-size: 19px;
    display: block;
}

.cv-contact__utility--left {
  width: 100%;
  }

.cv-contact__utility--right {
  width: 50%;
  }
 .footer-fixed-nav--sp {
    width: 100%;
    display: block;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: inherit;
    }
  .is-scroll .footer-fixed-nav--sp {
    transform: translateY(0);
    transition: transform 0.3s; }
  .footer-fixed-nav-list--sp {
    width: 100%;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: center; */
    /* align-items: center; */
    height: auto;
    margin: 0;
    box-sizing: border-box;
    }
    .footer-fixed-nav-list--sp li{
        background: #3f6bdc;
        width: 100%;
        /* height: 100%; */
        /* display: -webkit-flex; */
        /* display: flex; */
        -webkit-justify-content: center;
        justify-content: center;
        /* -webkit-align-items: center; */
        /* align-items: center; */
        display: flex;
        align-items: stretch;
    }
        .footer-fixed-nav-list--sp li:first-child a{
    padding: 10px;
    display: block;
    line-height: 14px;
    text-decoration: none;
    color: #fff;
    }

    .footer-fixed-nav-list--sp img {
      display: block; }
    .footer-fixed-nav-list--sp .footer-fixed-nav-list__item--sp + .footer-fixed-nav-list__item--sp {
      background: #3f6bdc;
      width: 40%;
      /* min-height: 61px; */
      /* display: -webkit-flex; */
      /* display: flex; */
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      display: flex;
      /* align-items: stretch; */
      }
      .footer-fixed-nav-list--sp .footer-fixed-nav-list__item--sp + .footer-fixed-nav-list__item--sp a {
    text-align: center;
    text-decoration: none;
    color: #fff;
}

      .footer-fixed-nav-list--sp .footer-fixed-nav-list__item--sp + .footer-fixed-nav-list__item--sp a i{
      }
