﻿@charset "utf-8";
@import "normalize.css";
@import "common.css";
.is_sp {
  display: none;
}
/* =================================================================
		Place
================================================================= */
/* place_index 
------------------------------*/
.thumb_index {
  position: relative;
  margin: 0 0 45px;
  padding: 20px 20px 1px;
}
#place_index {
  margin-top: -47px;
  margin-bottom: 60px
}
#place_index h2 {
  margin: -20px -20px 0 -20px;
}
/* price 
------------------------------*/
.price {
  margin: 0 0 27px;
}
/* toilet_trouble 
------------------------------*/
.toilet_trouble {
  margin: 0 0 40px;
}
.toilet_trouble h3 {
  margin: 0;
  padding: 25px 0 13px;
  background: #c2e2f9;
  text-align: center;
  color: #00349a;
  font-size: 175%;
  font-weight: normal;
  line-height: 1.3;
}
/* =================================================================
		Other
================================================================= */
#notfound {
  padding: 65px 0 60px;
  text-align: center;
  min-height: 400px;
}
#notfound h1 {
  margin: 0 0 3px;
  padding: 0;
  font-size: 60px;
  line-height: 1.1;
  color: #afaa9b;
}
#notfound h2 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 30px;
}
#notfound p {
  padding: 0 0 10px;
  font-size: 14px;
}
#notfound .link {
  font-weight: bold;
  font-size: 16px;
}
/* =================================================================
		header
================================================================= */
.area_index h1 {
  width: 100%;
  padding: 0 0px;
  font-size: 76.9%;
  margin: 0 auto;
  font-weight: normal;
  text-align: left;
}
/* =================================================================
		Shop
================================================================= */
.map {
  position: relative;
  margin: 0 0 60px;
}
.map h2 {
  position: absolute;
  top: 27px;
  left: 24px;
  z-index: 30;
}
.map ul li {
  position: absolute;
}
#map_sapporo {
  left: 561px;
  top: 203px;
}
#map_sendai {
  left: 561px;
  top: 293px;
}
#map_utsunomiya {
  left: 561px;
  top: 323px;
}
#map_ikebukuro {
  left: 561px;
  top: 373px;
}
#map_shinkoiwa {
  left: 561px;
  top: 403px;
}
#map_tokyo {
  left: 561px;
  top: 433px;
}
#map_nagoya {
  left: 261px;
  top: 233px;
}
#map_kyoto {
  left: 391px;
  top: 473px;
}
#map_osaka {
  left: 361px;
  top: 503px;
}
#map_ebisubashi {
  left: 331px;
  top: 533px;
}
#map_kobe {
  left: 181px;
  top: 300px;
}
#map_hiroshima {
  left: 93px;
  top: 329px;
}
#map_takamatsu {
  left: 181px;
  top: 533px;
}
#map_fukuoka {
  left: 26px;
  top: 359px;
}
.shop_list {
  padding: 0 0 40px;
}
.shop_list table {
  margin: 0 0 20px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 100%;
}
.shop_list table td {
  padding: 20px;
  font-size: 87.5%;
  border: solid 1px #d6d6d6;
}
.shop_list table th {
  padding: 20px;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  background: #f8f8f8;
  font-weight: normal;
  border: solid 1px #d6d6d6;
}
/* shop_data 
------------------------------*/
.shop_data {
  margin: 0 0 70px;
}
.shop_data .pict {
  width: 344px;
  margin: 0 26px 0 0;
  float: left;
}
.shop_data table {
  width: 370px;
  float: left;
  text-align: left;
  border-collapse: collapse;
  font-size: 87.5%;
}
.shop_data table th, .shop_data table td {
  padding: 8px 9px 7px;
  border-bottom: dotted 1px #a8a8a8;
}
.shop_data table tr:last-child th, .shop_data table tr:last-child td {
  border-bottom: none;
}
/* shop_comment 
------------------------------*/
.shop_comment {
  margin: 0 0 70px;
  background: url(/assets/img/company/shop/comment_bg.png) no-repeat right bottom;
}
.shop_comment dl {
  width: 585px;
  background: #d4edfe;
  border-radius: 5px;
  padding: 25px 40px 25px 37px;
}
.shop_comment dl dt {
  font-size: 24px;
  color: #1f8bde;
  margin: 0 0 8px;
}
/* transaction 
------------------------------*/
.transaction td {
  padding: 15px 10px 15px 10px;
  vertical-align: top;
}
/* =================================================================
		Inquiry
================================================================= */
#contact {
  padding-bottom: 30px;
}
/* ----------------------------------------
	flow
---------------------------------------- */
#contact .flow {
  padding: 30px 0 100px;
}
#contact .flow li {
  float: left;
  width: 240px;
  margin: 0 0 0 10px;
  background: url(/assets/img/company/inquiry/flow.png) no-repeat top;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #FFF;
}
#contact .flow li.current {
  background-image: url(/assets/img/company/inquiry/flow_current.png);
  font-weight: bold;
  color: #1f8bde;
}
#contact .flow li:first-child {
  margin-left: 0;
}
/* ----------------------------------------
	form
---------------------------------------- */
#contact table {
  width: 100%;
  margin: 0 0 45px 0;
  font-size: 16px;
}
#contact table th {
  width: 200px;
  padding: 20px 0 15px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  font-size: 18px;
}
#contact table th.middle {
  vertical-align: middle;
}
#contact table th span {
  float: right;
  margin: 0 0 0 0;
  padding: 7px 6px 4px;
  background: #de2b50;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}
#contact table td {
  padding: 15px 0 15px 10px;
}
#contact table td span {
  display: block;
  margin: 0 0 20px 0;
  padding: 8px 0 18px 0;
  border-bottom: 1px dotted #abadb3;
  font-size: 75%;
  line-height: 1.6;
}
#contact table td div {
  display: block;
  margin: 0 0 10px 0;
  padding: 8px 0 18px 0;
  border-bottom: 1px dotted #abadb3;
  font-size: 75%;
  line-height: 1.6;
  float: left;
  width: 20%;
}
#contact table td table {
  margin: 0;
}
#contact table td table th {
  width: 74px;
  padding: 8px 10px 10px 0;
  font-size: 16px;
  font-weight: normal;
}
#contact table td table td {
  padding: 0 0 10px 0;
  font-size: 16px;
}
#contact table td table tr:last-child th, #contact table td table tr:last-child td {
  padding-bottom: 0;
}
#contact table td input[type="text"], #contact table td input[type="email"] {
  width: 100%;
  padding: 0 10px;
  line-height: 33px;
}
#contact table td input.size {
  width: 130px;
}
#contact table td select {
  height: 35px;
}
#contact table td textarea {
  width: 100%;
  padding: 10px;
}
#contact table td input[type="checkbox"] {
  margin: -2px 10px 0 0;
}
#contact table td input[type="radio"] {
  margin: -2px 10px 0 0;
  float: left;
}
/* ----------------------------------------
	area
---------------------------------------- */
.area_index #kv {
  width: 100%;
  margin: 0 0 7px;
  text-align: center;
  background: url(/assets/img/area/chiba/kv_bg.png) no-repeat center top;
}
.area_character {
  background-color: #e3f2fd;
  padding: 20px;
  margin: 0 0 45px 0;
}
.area_character_box {
  border: 1px solid #bdd8ec;
  background-color: #fff;
  overflow: hidden;
  padding: 30px 20px;
  margin: 0 0 20px 0;
}
.area_character_box h2 {
  color: #00349a;
  border-bottom: 1px dotted #c0ccd3;
}
.area_character_box .block {
  width: 335px;
  float: left;
}
.area_character_box .block p {
  margin: 0;
}
.area_character_box .image {
  width: 300px;
  padding: 4px;
  background: #fff;
  border: solid 1px #d0d0d0;
  float: right;
}
.service_center {
  margin: 0 0 45px 0;
  overflow: hidden;
}
.service_center h2 {
  margin: 0 0 20px;
  padding: 12px 10px 7px 19px;
  line-height: 1.2;
  background: #e3f2fd url(/assets/img/common/heading_02_bg.gif) no-repeat 0 0;
  color: #1f8bde;
  font-size: 150%;
  font-weight: normal;
}
.all_trouble {
  background-color: #e3f2fd;
  padding: 0 0 20px 0;
  margin: 0 0 45px 0;
}
.all_trouble_box {
  border: 1px solid #bdd8ec;
  background-color: #fff;
  overflow: hidden;
  margin: 0 20px;
  padding: 20px;
}
.all_trouble h2 {
  color: #fff;
  padding: 5px 0 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(31, 139, 222);
  background-image: -moz-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.15);
}
.all_trouble h2 span {
  padding: 0 0 0 59px;
  background-image: url(/assets/img/area/common/icon_ok.png);
  background-position: 26px 0;
  background-repeat: no-repeat;
}
.all_trouble .image {
  margin: 0;
  float: right;
  width: 240px;
  padding: 4px;
  border: solid 1px #d0d0d0;
}
.all_trouble .block {
  float: left;
  width: 400px;
}
.all_trouble .block + p {
  margin: 0;
}
.service_center > p {
  float: left;
  text-align: center;
  display: block;
  width: 204px;
}
.service_center table {
  width: 498px;
  border-top: 1px solid #bdd8ec;
  border-left: 1px solid #bdd8ec;
  float: right;
}
.service_center table th {
  color: #1f8bde;
  background-color: #f4fafe;
  border-right: 1px solid #bdd8ec;
  border-bottom: 1px solid #bdd8ec;
  width: 118px;
  text-align: left;
  padding: 20px 0 20px 18px;
}
.service_center table td {
  border-right: 1px solid #bdd8ec;
  border-bottom: 1px solid #bdd8ec;
  padding: 18px 20px;
}
.service_center table td a {
  text-decoration: none;
  color: #222;
}
.area_character_sub {
  background-color: #e3f2fd;
  padding: 0 0 20px 0;
  margin: 0 0 45px 0;
}
.area_character_sub h2 {
  color: #fff;
  padding: 5px 0 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(31, 139, 222);
  background-image: -moz-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  position: relative;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.15);
}
.area_character_sub h2 span {
  padding: 0 0 0 63px;
  background-image: url(/assets/img/area/common/icon_area_sub.png);
  background-position: 26px 0;
  background-repeat: no-repeat;
}
.area_character_sub .block {
  border: 1px solid #bdd8ec;
  background-color: #fff;
  overflow: hidden;
  margin: 0 20px;
  padding: 20px;
}
/* ----------------------------------------
	widget_blog（最新ブログ）
---------------------------------------- */
.widget_blog {
  background-color: #e3f2fd;
  margin: 0 0 45px 0;
  padding: 0 0 20px 0;
}
.widget_blog h2 {
  padding: 17px 0 0 60px;
  margin: 0 0 5px 0;
  background-image: url(/assets/img/area/common/icon_blog.png);
  background-repeat: no-repeat;
  background-position: 20px 25px;
  font-size: 184.6%;
  font-weight: bold;
  color: #1f8bde;
  position: relative;
}
.widget_blog h2 img {
  position: absolute;
  top: -24px;
  right: 20px;
}
.widget_blog ul {
  padding: 20px 18px 6px;
  margin: 0 20px 0;
  background: #fff;
  border: 1px solid #bdd8ec;
  overflow: hidden;
}
.widget_blog ul li {
  float: left;
  width: 206px;
  margin: 0 19px 0 0;
  font-size: 92.3%;
}
.widget_blog ul li:nth-child(3n) {
  margin: 0;
}
.widget_blog ul li a:link {
  display: block;
}
.widget_blog ul li h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 9px 0;
}
.widget_blog ul li a {
  color: #222;
  text-decoration: none;
}
.widget_blog ul li p {
  font-size: 1em;
  line-height: 1.6;
}
.widget_blog ul li p.image {
  margin: 0 0 6px 0;
  border: 1px solid #d3d3d3;
  padding: 4px;
}
/*.widget_blog ul li p.image span{
	display:block;
	overflow:hidden;
	width:208px;
	height:144px;
}
.widget_blog ul li p.image img{
	width:100%;
}*/
/* category
---------------------------------------- */
.widget_blog ul li .category {
  overflow: hidden;
  padding: 4px 0 0 0;
}
.widget_blog ul li .category span {
  float: left;
  margin: 0 6px 6px 0;
  padding: 0 4px;
  background: #1f8bde;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 83.3%;
  color: #ffffff;
  line-height: 18px;
}
.work_area {
  background-color: #e3f2fd;
  padding: 15px 0 20px 0;
  margin: 0 0 45px 0;
  position: relative;
  clear: both;
}
.work_area h2 {
  color: #1f8bde;
  margin: 0 0 10px 20px;
  padding: 0 0 0 40px;
  background-image: url(/assets/img/area/common/icon_work.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.work_area .work_list {
  background-color: #fff;
  border: 1px solid #bdd8ec;
  background-image: url(/assets/img/area/common/bg_work_list.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 20px;
  padding: 20px 20px 10px;
}
.work_area .work_list li {
  background-image: url(/assets/img/area/common/icon_work_list.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 0 33px;
  margin: 0 0 13px 0;
}
.work_area .work_list li a {
  color: #222;
}
.work_area p {
  position: absolute;
  top: -20px;
  right: 0;
}
.trip_area {
  margin: 0 0 40px 0;
  padding: 0 10px 10px;
  background: #1f8bde;
  text-align: center;
}
.trip_area h2 {
  padding: 2px 0 0 48px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-align: left;
  background-image: url(/assets/img/area/common/icon_trip.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.trip_area ul {
  padding: 10px 0 4px 0;
  background: #fff;
  font-size: 0;
}
.trip_area ul li {
  display: inline-block;
  margin: 0 3px 6px;
  padding: 0 15px 0 23px;
  background: url(/assets/img/area/common/arrow_trip.png) no-repeat 9px center #f4f4f4;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
  border: 1px solid #c5cee0;
  font-size: 16px;
  line-height: 30px;
}
.trip_area ul li a {
  text-decoration: none;
  color: #222;
}
.trouble h2 {
  margin: 0;
}
#point_featuer {
  margin: 0 0 45px 0;
}
.area_movie {
  background-color: #e3f2fd;
  padding: 0 0 20px 0;
  margin: 0 0 45px 0;
}
.area_movie h2 {
  color: #fff;
  padding: 5px 0 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(31, 139, 222);
  background-image: -moz-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(31, 139, 222) 24%, rgb(41, 148, 231) 64%, rgb(50, 157, 239) 100%);
  position: relative;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.15);
}
.area_movie h2 span {
  padding: 0 0 0 63px;
  background-image: url(/assets/img/area/common/icon_movie.png);
  background-position: 26px 40%;
  background-repeat: no-repeat;
}
.area_movie .area_movie_box {
  border: 1px solid #bdd8ec;
  background-color: #fff;
  overflow: hidden;
  margin: 0 20px;
  padding: 20px;
}
.area_movie .area_movie_box iframe {
  margin: 0 0 20px 0;
}
/* ----------------------------------------
	btn
---------------------------------------- */
#contact .formbtn {
  text-align: center;
}
#contact .formbtn button {
  width: 210px;
  height: 60px;
  margin: 0 10px;
  background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#c8c8c8', GradientType=0);
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-size: 20px;
  font-weight: bold;
  color: #727272;
}
#contact .formbtn button[type="submit"] {
  position: relative;
  background: -webkit-linear-gradient(top, #dbedfb 0%, #1f8bde 40%);
  background: linear-gradient(to bottom, #dbedfb 0%, #1f8bde 40%);
  border: 1px solid #1f8bde;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 15, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 15, 0.3);
  text-decoration: none;
  color: #ffffff;
}
#contact .formbtn button span {
  padding: 0 0 0 24px;
  background: url(/assets/img/sp/common/btn_arrow.png) no-repeat left center;
  background-size: 16px auto;
}
/* =================================================================
		fullprice
================================================================= */
.fullprice_inner {
  margin-bottom: 40px;
}
.fullprice_inner tr td {
  vertical-align: top;
}
.fullprice_inner tr td.table-1 {
  width: 11%;
}
.fullprice_inner tr td.table-2 {
  width: 20%;
}
.fullprice_inner tr td.table-3 {
  width: 31%;
}
.fullprice_inner tr td.table-4 {
  width: 21%;
}
.fullprice_inner tr th {
  background: #1f8bde;
  color: #fff;
  padding: 1%;
  border: #bdd8ec solid 1px;
}
.fullprice_inner tbody tr td {
  font-size: 14px;
  padding: 10px;
  border: #bdd8ec solid 1px;
}
.price_font {
  font-weight: bold;
  color: #ee4a6c;
}
.fullprice_inner tr td.price_font {
  vertical-align: middle;
  text-align: center;
}
/* =================================================================
		flow
================================================================= */
.flow_box {
  margin: 0 0 50px;
}
.flow_box .movie {
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.flow_box .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.flow_box h2 {
  margin: 0;
}
.flow_list {
  padding: 0 20px 20px;
  background-color: #e3f2fd;
}
/* =================================================================
		contribution
================================================================= */
@media (min-width: 768px) {
  .page_place_contribution section {
    margin: 0 0 50px 0;
  }
  .page_place_contribution section#earthquake, .page_place_contribution section#volunteer_blind, .page_place_contribution section#dog {
    margin: 0px 0 30px 0;
  }
  .page_place_contribution section p {
    line-height: 1.5;
  }
  .page_place_contribution h2 {
    margin: 0 0 20px;
    padding: 12px 10px 7px 19px;
    line-height: 1.2;
    background: #1f8bde;
    color: #fff;
    font-size: 175%;
    font-weight: normal;
  }
  .page_place_contribution #heavy_rain p, .page_place_contribution #volunteer p, .page_place_contribution #clean_activities p, .page_place_contribution #scam p {
    margin-bottom: 30px;
  }
  .page_place_contribution #heavy_rain ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_place_contribution #heavy_rain ul li {
    width: 176px;
  }
  .page_place_contribution #heavy_rain ul li img {
    width: 100%;
  }
  .page_place_contribution #volunteer img {
    width: 400px;
  }
  .page_place_contribution #clean_activities ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page_place_contribution #clean_activities ul li {
    margin-right: 12px;
    width: 176px;
  }
  .page_place_contribution #clean_activities ul li img {
    width: 100%
  }
  .page_place_contribution #clean_activities ul li:nth-child(4n) {
    margin-right: 0;
  }
  .page_place_contribution #clean_activities ul p {
    margin: 5px 0 24px 0;
    text-align: center;
  }
  .page_place_contribution #scam ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_place_contribution #scam ul li {
    width: 240px;
  }
  .page_place_contribution #scam ul li img {
    width: 100%;
  }
}
/* =================================================================
		Clearfix
================================================================= */
.clearfix:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix, .container {
  display: inline-block;
}
/* =================================================================
		Column 目次
================================================================= */
#toc {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaa;
  display: table;
  font-size: 95%;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 10px;
  width: auto;
}
#toc:before {
  content: "目次";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#toc li, #toc ol, #toc ol li {
  list-style-position: outside;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 0;
  /* リストの記号を付けない場合は   
     list-style: outside none none !important;
    */
}
#toc ol li ol {
  list-style-position: outside;
  margin-left: 0.5em;
  margin-right: 1em;
  padding-left: 0;
  /* リストの記号を付けない場合は   
     list-style: outside none none !important;
    */
}
#toc ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
#toc ol ol {
  padding-left: 1em;
}
#toc li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#toc li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #00349A;
}
.red {
  color: #f00;
}
/* =================================================================
		Column 文字サイズや見出し装飾
================================================================= */
#toc-range p {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #222;
  letter-spacing: .1rem;
}
#toc-range .contents_back p {
  font-size: 0.8rem !important;
}
#chapter1 {
  margin-top: 0 !important;
}
#toc-range h3 {
  font-size: 160%;
  content: "";
  padding: 8px 0 10px 13px;
  border-left: 4px solid #00349A;
  margin: 40px 0 20px 0;
}
@media screen and (min-width: 641px) {
  #toc-range h2 {
    font-size: 240% !important;
    font-weight: bold !important;
    color: #00349A !important;
    line-height: 1.7em !important;
    padding-top: 20px;
  }
  #toc-range .contents_back h2 {
    font-size: 100% !important;
    color: #3e3e3f !important;
  }
  #toc-range h4 {
    margin: 60px 0 30px 0;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #000000;
    font-size: 140%;
    font-weight: bold;
    line-height: 27px;
    height: auto;
  }
  #toc-range h5, #toc-range h6 {
    margin: 3em 0 20px 0;
    padding: 0 0 0 0;
    font-size: 140%;
    font-weight: bold;
    line-height: 27px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .red {
    color: #f00;
  }
  #toc-range h2 {
    font-size: 240% !important;
    font-weight: bold !important;
    color: #fff !important;
    line-height: 1.7em !important;
    padding: 20px 0 10px 13px;
    background-color: #00349A;
  }
  #toc-range .contents_back h2 {
    font-size: 130% !important;
    color: #333 !important;
    padding: 0px 0 10px 18px;
    background-color: unset;
  }
  
  #toc-range h4 {
    margin: 60px 0 30px 17px;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #000000;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
    height: auto;
  }
  #toc-range h5, #toc-range h6 {
    margin: 15px 0 20px 0;
    font-size: 140% !important;
    font-weight: bold;
    line-height: 1.5;
    height: auto;
    padding: 8px 0px 10px 13px;
  }
  #toc-range p {
    font-size: 0.9rem !important;
    line-height: 2 !important;
    color: #222;
    font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
    letter-spacing: .1rem;
    font-weight: 500 !important;
    margin: 0 17px 30px;
  }
  h2, h3, h4, h5, h6 {
    line-height: 1.5 !important;
    font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
  }
  h3 {
    font-size: 150% !important;
  }
}
#toc-range .itemlist {
  background: #fcfcfc; /*背景色*/
  padding: 1.5em 1em 0em 1em; /*ボックス内の余白*/
  border: solid 3px gray; /*線の種類 太さ 色*/
  font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
  margin: 0 0 1.5em 0;
}
@media screen and (max-width: 641px) {
  #toc-range .itemlist {
    background: #fcfcfc; /*背景色*/
    padding: 2.5em 0em 0em 0em; /*ボックス内の余白*/
    border: solid 3px gray; /*線の種類 太さ 色*/
    font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
    margin: 0 1em 1.5em 1em;
  }
}
#toc-range .itemlist li {
  line-height: 1.5;
  padding: 0.5em 0; /*前後の文との余白*/
}
#toc-range .itemlist .text-small {
  font-size: 13px !important;
  line-height: 1.5;
  padding: 0.5em 0;
  color: #666; /*前後の文との余白*/
}
#toc-range .itemlist h4 {
  background: #fcfcfc; /*背景色*/
  margin: 0px 0 30px 0 !important; /*ボックス内の余白*/
}
.flow li {
  color: #333;
  list-style: decimal inside;
}
.flow li span {
  color: #666;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Helvetica, Sans-Serif;
}
.column_main ol {
  padding-bottom: 20px;
}
.column_main ol li {
  margin: auto;
  padding: 0;
  list-style: none;
}
.column_main .workflow_list ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.columntable {
  width: auto;
  border-spacing: 0;
  font-size: 14px;
}
.columntable th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
  background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
  font-weight: bold;
  border-left: 1px solid #258;
  border-top: 1px solid #258;
  border-bottom: 1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
.columntable th:first-child {
  border-radius: 5px 0 0 0;
}
.columntable th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #258;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
.columntable tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
.columntable tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.columntable tr {
  background: #fff;
}
.columntable tr:nth-child(2n+1) {
  background: #f1f6fc;
}
.columntable tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.columntable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.columntable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.columntable tr:hover {
  background: #bbd4ee;
  cursor: pointer;
}
.reset {
  clear: both;
}
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px 10px;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, .025);
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard a {
  text-decoration: none;
}
.blogcard:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  float: left;
  padding: 20px;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.blogcard_thumbnail img {
  witdh: 100%;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}
#toc-range .bold {
  font-weight: bold !important;
}
.bold_p {
  font-weight: bold !important;
  font-size: 1.1em;
  color: #00349a;
}
#toc-range ul {
  padding: 0 0 18px 0px;
}
#toc-range #iconlist {
  padding: 28px 0 18px 0px;
}
#toc-range ul li {
  position: relative;
  font-weight: bold !important;
  margin: 0 0 0 20px;
}
#toc-range ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}
/*tableデザイン用のcss*/
.tablebox {
  border-collapse: collapse;
  margin: 0 auto;
}
.tablebox td, th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.tablebox th {
  color: #fff;
  background: #005ab3;
}
.tablebox tr td {
  background: #fff;
}
.scroll table {
  width: 100%;
}
.scroll table img {
  width: 100%;
  height: auto;
}
/* コラムページのcss
------------------------- */
.question-list dl {
  position: relative;
  margin: 30px 0 0;
  border: 1px solid #DDD;
}
.question-list dl:first-child {
  margin-top: 0;
}
.question-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.question-list .open::after {
  transform: rotate(-45deg);
}
.question-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #DDD;
}
.question-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
dd {
  background-color: #FFF !important;
  padding: 20px 20px 20px 60px;
}
.question-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qaquestion-list dl dd {
  position: relative;
  margin: 0;
  background-color: #FFF !important;
}
.question-list dl dd p {
  margin: 0 0 0 15px !important;
  background-color: #FFF;
}
.question-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .question-list dl {
    margin: 10px 0 0;
  }
  .question-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .question-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .question-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .question-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .question-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .question-list dl dd p {
    margin: 0 0 0 15px !important;
  }
  .question-list dl dd p:first-child {
    margin-top: 0;
  }
}
.column-link, a.column-link, button.column-link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-wrap {
  margin: 30px 3% !important;
  text-align: center;
}
a.btn-c {
  font-size: 1rem !important;
  position: relative !important;
  padding: 0.25rem 2rem 1.5rem 3.5rem !important;
  color: #fff !important;
  background: #e94919 !important;
  -webkit-box-shadow: 0 5px 0 #d44114 !important;
  box-shadow: 0 5px 0 #d44114 !important;
}
a.btn-c span {
  font-size: 1rem !important;
  position: absolute !important;
  top: -1.25rem !important;
  left: calc(50% - 50%) !important;
  display: block !important;
  width: 100% !important;
  padding: 0.2rem 0 !important;
  color: #d44114 !important;
  border: 2px solid #d44114 !important;
  border-radius: 100vh !important;
  background: #fff !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) !important;
}
a.btn-c span:before, a.btn-c span:after {
  position: absolute !important;
  left: calc(50% - 10px) !important;
  content: "" !important;
}
a.btn-c span:before {
  bottom: -10px !important;
  border-width: 10px 10px 0 10px;
  border-style: solid !important;
  border-color: #d44114 transparent transparent transparent;
}
a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-c i {
  margin-right: 1rem;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
.fa-spana {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/column/common/spana.png) no-repeat;
  background-size: contain;
}
/*テスト用のcss*/
.tag-ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .tag-ol {
    counter-reset: number; /*数字をリセット*/
    list-style-type: none !important; /*数字を一旦消す*/
    padding: 0.5em 0 0 1.5em;
  }
}
.tag-ol li {
  position: relative;
  line-height: 1.5em;
  list-style-type: none !important;
  padding: 0.5em 0.5em 0.5em 30px !important;
  font-size: 14px;
  color: #222;
  font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold !important;
}
.tag-ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #27982b;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .waku-ol {
    counter-reset: number; /*数字をリセット*/
    list-style-type: none !important; /*数字を一旦消す*/
    padding: 0.3em 0.8em !important;
    margin-bottom: 30px;
    border: solid 2px #3a496a;
    background-color: #fff;
  }
  .waku-ol .li_toplv {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px !important;
    line-height: 1.5em;
    font-size: 14px;
  }
  .waku-ol .li_toplv:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display: inline-block;
    background: #e50012;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
  }
  .waku-ol li:last-of-type {
    border-bottom: none; /*最後のliの線だけ消す*/
  }
  .waku-ol .li_underlv {
    border-bottom: dashed 1px #3a496a;
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.3em !important;
    line-height: 2em;
    list-style: inside !important;
    font-size: 14px;
  }
  .toiletremodel-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: auto 0px 30px 0px;
  }
  .toiletremodel-table th:first-child {
    border-radius: 5px 0 0 0;
  }
  .toiletremodel-table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
  }
  .toiletremodel-table th {
    text-align: center;
    color: white;
    background: linear-gradient(#829ebc, #225588);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    width: 25%;
    padding: 10px 0;
  }
  .toiletremodel-table td {
    text-align: center;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top: none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    width: 25%;
    padding: 10px 0;
    background-color: #fff;
  }
  .toiletremodel-table td:last-child {
    border-right: 1px solid #a8b7c5;
  }
  .toiletremodel-table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .toiletremodel-table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
}
.ymarker {
  background: linear-gradient(transparent 70%, #ffe994 0%);
}
.toilet-remodel-hbox {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #e50012;
  background-color: #fff;
}
.toilet-remodel-hbox .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #e50012;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.toilet-remodel-hbox .box-title h4 {
  font-size: 100% !important;
  border-bottom: 0px none #000000 !important;
  margin: 0px !important;
}
#toc-range .toilet-remodel-hbox p {
  font-size: 0.9rem !important;
  margin: 0;
  padding: 0;
}
/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 800px;
  margin: 0px auto 10px;
  width: 94%;
}
.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  border: 2px solid #1f8bde;
  color: #1f8bde;
  font-weight: bold;
  padding: 20px 4%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  text-align: left;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #1f8bde;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #1f8bde;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  border-left: 2px solid #1f8bde;
  border-right: 2px solid #1f8bde;
  border-bottom: 2px solid #1f8bde;
  box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
.column_main .accordion_header h4, .column_main .accordion_header h3, .column_main .accordion_header p {
  color: #1f8bde; /*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: none;
  font-size: 15px !important;
  padding: 5px 0px 10px 5px !important;
  margin: 0 5px !important;
  border: none !important;
}
.box_one img {
  width: 100%;
  height: auto;
}
#toc-range .box_one p {
  padding: 0px 20px;
  margin: 0px 0px 20px;
}
#toc-range .box_one h4 {
  margin: 0px 0 30px 17px;
  padding: 20px 0 5px 0;
}
.column_main ol {
  padding-left: 25px;
}
.floatleft {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #fff;
}
.backg {
  background-color: #ffeb3b3b;
  color: crimson;
  padding: 5px;
}
.popup-area {
  display: none;
  width: 80vw;
  background: #fff;
  padding: 20px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 980px) {
  .popup-area {
    width: auto;
    max-width: auto;
  }
}
.popup-area button {
  margin: 30px auto 0;
}
.popup-area .icon {
  font-size: 3em;
  color: red;
}
/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768ox) {
  .s_01 .accordion_one {
    margin: 0;
    width: 100%;
  }
}
.appeal {
  padding: 10px;
  border: solid 2px #1e8bde;
  border-radius: 10px;
}
.appeal img {
  width: 100%;
  height: auto;
}
.appeal_point {
  color: #FF5722 !important;
  font-weight: 700;
}
.howto_review {
  padding: 1.5em 1em 0em;
  border: solid 3px #95ccff;
  border-radius: 8px;
  background: aliceblue;
  color: #0c1b6f;
}
#toc-range .howto_review h4 {
  margin: 0px 0 10px 0;
}
.column_main .howto-review-ol  {
  padding-left: 0px;
}
.column_main .howto-review-ol li:not(:first-child) {
  padding-top: 20px;
}
.column_main .howto-review-ol li{
  list-style:none;
}
.column_main .howto-review-ol li strong {
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
.column_main .howto-review-ol  {
  padding-left: 17px;
}
}


