﻿@charset "utf-8";
@import "normalize.css";
@import "common.css";
.is_sp {
  display: none;
}
/* =================================================================
		Place
================================================================= */
/* place_index 
------------------------------*/
#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;
  font-family: 'Noto Sans JP', '游ゴシック Medium', sans-serif;
  letter-spacing: .1rem;
  font-weight: 900 !important;
}
@media screen and (max-width: 640px) {
  .red {
    color: #f00;
  }
  #toc-range h4 {
    margin: 60px 0 30px 17px;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #000000;
    font-size: 160% !important;
    font-weight: bold;
    line-height: 1.5;
    height: auto;
  }
  #toc-range h5, #toc-range h6 {
    margin: 15px 0 20px 0;
    padding: 0 0 0 0;
    font-size: 140% !important;
    font-weight: bold;
    line-height: 1.5;
    height: auto;
  }
  #toc-range p {
    font-size: 1rem !important;
    line-height: 2 !important;
    color: #222;
    font-family: 游ゴシック, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
    letter-spacing: .1rem;
    font-weight: bold !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;
  }
  h2 {
    font-size: 160% !important;
  }
  h3 {
    font-size: 150% !important;
  }
}
#toc-range h2 {
  font-size: 140% !important;
  font-weight: bold !important;
  color: #00349A !important;
  line-height: 1.7em !important;
}
#chapter1 {
  margin-top: 0 !important;
}
#toc-range h3 {
  font-size: 160% !important;
  content: "";
  padding: 8px 0 10px 13px;
  border-left: 4px solid #00349A;
  margin: 40px 0 20px 0;
}
@media screen and (min-width: 641px) {
  #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;
  }
}
#toc-range .itemlist {
  background: #fcfcfc; /*背景色*/
  padding: 1.5em 2em 0em 2em; /*ボックス内の余白*/
  border: solid 3px gray; /*線の種類 太さ 色*/
  font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
  margin: 0 0 1.5em 0;
}
#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: 100%;
  max-width: 150px;
  max-height: 150px;
}
.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.3em;
}
#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%);
}