@charset "UTF-8";
/* CSS Document */
/* ---------------------
  - page_mv
  - contents
  - pageNavi
  - about
  - 
  - 
  - 
  - 
  - 
--------------------- */
/* ==========================================
  page_mv
========================================== */
.page_mv {
  width: 100%;
  background: url("../img/page_mv.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_wakabakai{
  width: 100%;
  background: url("../img/page_mv_wakabakai.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_tsuzuki{
  width: 100%;
  background: url("../img/page_mv_tsuzuki.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_t_houmonkango{
  width: 100%;
  background: url("../img/page_mv_t_houmonkango.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_wakabagaoka{
  width: 100%;
  background: url("../img/page_mv_wakabagaoka.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_shortstay{
  width: 100%;
  background: url("../img/page_mv_shortstay.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_admission{
  width: 100%;
  background: url("../img/page_mv_admission.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_daycare{
  width: 100%;
  background: url("../img/page_mv_daycare.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_visit_rehabilitation{
  width: 100%;
  background: url("../img/page_mv_visit_rehabilitation.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv.mv_wakaba{
  width: 100%;
  background: url("../img/page_mv_wakaba.jpg") no-repeat center center;
  background-size: cover;
}
.page_mv .w1200 {
  position: relative;
  height: 420px;
}
.page_mv h2 {
  background: #fff;
  border-radius: 6px;
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 15px 60px;
  text-align: center;
}
.page_mv h2 span {
	display: block;
  font-size: 16px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.page_mv h2 span.subtxt {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom: 0;
  margin-top: 10px;
}
.page_mv h2 span.subtxt:before, .page_mv h2 span.subtxt:after {
  border-top: 1px solid black;
  content: "";
  width: 20px;
}
.page_mv h2 span:before {
  margin-right: 10px;
}
.page_mv h2 span:after {
  margin-left: 10px;
}
@media screen and (max-width: 780px) {
  .page_mv h2 {
    font-size: 26px;
    padding: 15px 30px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .page_mv .w1200 {
    height: 240px;
  }
.page_mv.mv_wakabagaoka{
	background-position: center right;
  background-size: cover;
}
}
/* ==========================================
  #contents
========================================== */
#contents .title {
	display: flex;
}
#contents .title h2 {
  font-size: 36px;
}
#contents h3.title {
  font-size: 30px;
  position: relative;
  padding-left: 50px;
}
#contents h3.title::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 6px;
  border-radius: 6px;
  background-color: #b2e170;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -50px;
}
#contents h4.title {
  position: relative;
  padding-left: 15px;
}
#contents h4.title span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 26px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -15px;
}
#contents h4.title span.tsuzuki::before {
  background-color: #75c671;
}
#contents h4.title span.houmonkango::before {
  background-color: #e27533;
}
#contents h4.title span.wakabagaoka::before {
  background-color: #a52d33;
}
#contents h4.title span.wakaba::before {
  background-color: #31962c;
}
#contents h5.title {
	display: inline-block;
  background: #50b8e8;
  border-radius: 60px;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px 15px 48px;
  position: relative;
}
#contents h5.title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -48px;
}
.title .double_circle{
  border-radius: 50%;
  background: #b2e170;
  width: 48px;
  height: 48px;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 5px;
}
.p_wakabagaoka .title .double_circle, .p_wakabagaoka_tsusyo .title .double_circle, .p_wakabagaoka_admission .title .double_circle{
  background: #a52d33;
}
.p_hooumonkango .title .double_circle{
  background: #e27533;
}
.p_houmonkango .title .double_circle{
  background: #e27533;
}
.p_wakaba .title .double_circle{
  background: #31962c;
}
.title .double_circle > div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}
#contents .txt {
  padding: 20px;
}
.img_box {
  background: url("../img/about_bg_ideology.jpg") no-repeat top center;
  background-size: contain;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 25%;
}
.img_inner {
  background: #fff;
  box-shadow: 4px 4px 8px rgba(153, 153, 153, 0.8);
  border-radius: 10px;
  width: 90%;
  padding: 40px 40px 0;
  margin: 0 auto;
}
.img_inner h3 {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 40px;
}
.img_inner h3 span {
  font-size: 40px;
  font-weight: 500;
}
.img_inner p {
  line-height: 2;
  padding-bottom: 40px;
}

.cnt_bnr{
	background: #f6f5f1;
}
.contact .cnt_bnr{
	background: #fff;
	border:  1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.contact .cnt_bnr p{
	text-align: left;
}
.cnt_bnr .left {
  width: 65%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.cnt_bnr .right {
  width: 35%;
  background: url("../img/top_bnr_ph_01.png") no-repeat center center;
  background-size: cover;
}
.cnt_bnr .bnr_title {
  width: 30%;
	padding: 10px;
}
.contact .cnt_bnr .bnr_title{
}
.contact .cnt_bnr .bnr_title h3 {
	color:  #50b8e8;
	font-size: 24px;
	padding: 20px;
}
.cnt_bnr .bnr_info {
  width: 70%;
  padding: 0 10px;
  text-align: center;
}
.cnt_bnr .circle {
  max-width: 200px;
  border-radius: 100%;
  background: #50b8e8;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.4vw;
  color: #fff;
}
.cnt_bnr .circle::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.cnt_bnr .tel {
  font-size: 38px;
  font-weight: 600;
  padding: 15px 0;
}
.cnt_bnr .tel span {
  font-size: 20px;
}
.flow {
  text-align: center;	
}
.flow .step{
	border: 2px solid #75c671;
	border-radius: 4px;
	padding: 20px 30px;
	width: 31.333%;
	margin: 80px 1% 0;
}
.flow .number{
	background: #75c671;
  border-radius: 50%;
	color: #fff;
  width: 98px;
  height: 98px;
	margin: -70px auto 20px;
	position: relative;
}
.flow .number p{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.flow .number:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #75c671 transparent transparent transparent;
  border-width: 20px 15px 0 15px;
}
  .flow .number p span{
	  display: block;
	font-size: 18px;
}
.flow h3{
	color: #1b67c4;
	margin: 30px 0;
}
.flow p{
	text-align: left;
}
@media screen and (max-width: 780px) {
  #contents .title h2 {
    font-size: 26px;
  }
  #contents h3.title {
    font-size: 20px;
  }
  #contents h5.title {
    font-size: 16px;
  }
  .title .double_circle {
    width: 36px;
    height: 36px;
    padding: 10px;
  }
  #contents .txt {
    padding: 20px 10px;
  }
  .cnt_bnr .left {
    width: 100%;
    padding: 20px 10px;
  }
  .cnt_bnr .right {
    width: 100%;
    height: 260px;
    background-position: top center;
  }
  .cnt_bnr .bnr_title, .cnt_bnr .bnr_info {
    width: 100%;
  }
.cnt_bnr .tel {
  font-size: 28px;
}
  .cnt_bnr .circle {
    font-size: 24px;
    width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
.flow .step{
	width: 48%;
}
}
@media screen and (max-width: 480px) {
.cnt_bnr .tel {
  font-size: 24px;
}
.img_inner h3 {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 40px;
}
.img_inner h3 span {
  font-size: 26px;
}
.flow .step{
	width: 98%;
}
}
/* ==========================================
 open close
========================================== */
.toggle_title {
	width: 100%;
	display: block;
	background: #1bb580 !important;
	border-radius: 4px;
	color: #fff;
	padding: 15px;
	margin: 10px 0;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;
	position: relative;
}

.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.toggle_ans {
  margin: 0;
  padding: 20px;
  display: none;
}

/*プラス*/
.plus {
  position: absolute;
  right: 10px;
  top: 10px;;
}

.plus:before {
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
	font-weight: 900;
	font-size: 24px;
	transition: .2s;
	-erbkit-transition: .2s;
	position: absolute;
	right: 0;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  font-family: "Font Awesome 5 Free";
  content: '\f139';
	font-weight: 900;
}
/* ==========================================
  pageNavi
========================================== */
.pageNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageNavi ul li a {
  display: block;
  border: 1px solid #58ac54;
  border-radius: 60px;
  padding: 6px 20px;
  padding-right: 30px;
  margin: 5px;
  position: relative;
}
.pageNavi ul li a:hover {
  background: #EAF9E8;
  opacity: 1;
}
.pageNavi ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  color: #58ac54;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
@media screen and (max-width: 780px) {
  .pageNavi ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
.pageNavi ul li a {
	font-size: 14px;
}
}
/* ==========================================
 about
========================================== */
.about .img_box {
  background-image: url("../img/about_bg_ideology.jpg");
}
.about .img_inner h3 {
  color: #58ac54;
}
.about .msg .img_box {
  background-image: url("../img/about_bg_messages.jpg");
  padding-top: 15%;
}
.about .msg .img_inner {
  width: 60%;
  margin: 0 20px;
}
.img_inner {
  background: #fff;
  box-shadow: 4px 4px 8px rgba(153, 153, 153, 0.8);
  border-radius: 10px;
  width: 90%;
  padding: 40px 40px 0;
  margin: 0 auto;
}
.about th {
	width: 25%;
}
@media screen and (max-width: 780px) {
  .about .msg .img_box {
    padding-top: 40%;
  }
  .about .msg .img_inner {
    width: 90%;
    margin: 20% auto 0;
  }
.about .msg .img_box {
  background-image: url("../img/about_bg_messages_02.jpg");
  padding-top: 15%;
}
}
@media screen and (max-width: 480px) {
.about th {
	width: 100%;
}
}
/* ==========================================
 facility
========================================== */
.facility #01 {
  background: #f9fdf4;
}
.facility table {
  border: none;
  margin: 40px 0;
}
.facility th, .facility td {
  border: none;
	padding: 0 10px;
}
.group li {
  width: 44%;
  margin: 20px 2% 40px;
}
.group .img_inner .title {
  display: flex;
  padding-bottom: 20px;
}
.group .img_inner .title h3, .group .img_inner .title div {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.group .img_inner .title h3 {
  position: relative;
  margin-left: 10px;
  padding-left: 35px;
}
.group .img_inner .title h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.group .img_inner .title h3 span {
  font-size: 14px;
}
.group li.f_tsuzuki .title h3::before, .group li.f_tsuzuki ul li {
  background: #75c671;
}
.group li.f_wakabagaoka .title h3::before, .group li.f_wakabagaoka ul li {
  background: #a52d33;
}
.group li.f_houmonkango .title h3::before, .group li.f_houmonkango ul li {
  background: #e27533;
}
.group li.f_wakaba .title h3::before, .group li.f_wakaba ul li {
  background: #31962c;
}
.facility .img_box {
  padding-top: 65%;
}
.facility .f_tsuzuki .img_box {
  background: url("../img/facility_top_img_tsuzuki.jpg") no-repeat top center;
  background-size: contain;
}
.facility .f_wakabagaoka .img_box {
  background: url("../img/facility_top_img_wakabagaoka.jpg") no-repeat top center;
  background-size: contain;
}
.facility .f_houmonkango .img_box {
  background: url("../img/facility_top_img_houmonkango.jpg") no-repeat top center;
  background-size: contain;
}
.facility .f_wakaba .img_box {
  background: url("../img/facility_top_img_wakaba.jpg") no-repeat top center;
  background-size: contain;
}
.facility .img_inner {
  width: 80%;
}
.facility .icon_circle {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  text-align: center;
}
.facility .icon_circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.group ul.info {
  justify-content: flex-start;
	margin-bottom: 30px;
}
.group ul.info li{
	background-color: #222;
	border-radius: 4px;
	color: #fff;
	padding: 6px;
	margin: 5px;
	width: auto;
}
.group .btn_arrow {
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
}
@media screen and (max-width: 780px) {
.group li {
    width: 96%;
    margin: 20px 2% 40px;
  }
}
@media screen and (max-width: 480px) {
.facility .table-scroll img{
    max-width: 320px;
    height: auto;
  }
.facility .table-scroll td{
	vertical-align: middle;
  }
.group .img_inner .title {
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group .img_inner .title h3 {
  position: inherit;
	width: 100%;
  margin-left: 0;
  padding-left: 0;
	text-align: center;
}
.group .img_inner .title h3::before {
  display: none;
}
.facility .img_inner {
  width: 90%;
}
.facility .icon_circle {
	margin: 0 auto 20px;
}
}
/* ==========================================
 p_tsuzuki
========================================== */
.p_tsuzuki .message .img_box {
  background-image: url("../img/tsuzuki_bg_about.jpg");
}
.p_tsuzuki .message .img_inner {
  background-image: url("../img/icon_tsuzuki_l.png");
	background-repeat: no-repeat;
	background-position: top right;
}
@media screen and (max-width: 780px) {
.p_tsuzuki .message .img_inner {
	background-size: 30%;
}
}
/* ==========================================
 p_wakabagaoka
========================================== */
.p_wakabagaoka .message .img_box, .p_wakabagaoka_admission .message .img_box{
  background-image: url("../img/wakabagaoka_bg_about.jpg");
}
.p_wakabagaoka .message .img_inner, .p_wakabagaoka_admission .message .img_inner, .p_wakabagaoka .message .img_inner, .p_wakabagaoka .message .img_inner {
  background-image: url("../img/icon_wakabagaoka_l.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.p_wakabagaoka .care_policy {
  background: url("../img/wakabagaoka_bg_care_policy.jpg") center center;
	background-size: cover;
	border-radius: 6px;
	padding: 20px;
}
.p_wakabagaoka .care_policy h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
.p_wakabagaoka .care_policy li {
	width: 30.333%;
	margin: 10px 1.5%;
	text-align: center;
}
.p_wakabagaoka .care_policy .icon_circle {
  max-width:  280px;
  border-radius: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
	position: relative;
	margin: 0 auto 20px;
}

.p_wakabagaoka .icon_circle::before {/* 擬似要素で正円を作る */
  display: block;
  content: '';
  padding-top: 100%;
}
.p_wakabagaoka .icon_circle .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	width: 100%;
}
.p_wakabagaoka .care_policy li:nth-child(1) .icon_circle {
	background: #ea9494;
}
.p_wakabagaoka .care_policy  li:nth-child(2) .icon_circle {
	background: #94bf5b;
}
.p_wakabagaoka .care_policy  li:nth-child(3) .icon_circle {
	background: #eb8a49;
}
.p_wakabagaoka .care_policy p{
	background: rgba(255,255,255,.8);
	border-radius: 6px;
	padding: 20px;
}
.service_navi li{
	width: 19%;
	margin: 10px 0.5%;
	background: #a52d33;
	border: 2px solid #a52d33;
  border-radius: 4px;
	text-align: center;
}
.service_navi li h3{
  font-size: 18px;
	color: #fff;
	padding: 10px 5px;
}
.p_wakabagaoka .service li{
	width: 23%;
	margin: 10px 1%;
  box-shadow: 4px 4px 8px rgba(153, 153, 153, 0.8);
  border-radius: 6px;
	text-align: center;
	padding-bottom: 10px;
}
.p_wakabagaoka .service li h3 {
  font-size: 20px;
	margin: 10px 10px 30px;
	position: relative;
}
.p_wakabagaoka .service li h3::after {
	background-color: #a52d33;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
  width: 30px;
  height: 2px;
}
.p_wakabagaoka .col-3 li {
	width: 31.333%;
	margin: 10px 1%;
}
.p_wakabagaoka .intro .col-3 li:nth-child(5) {
	width: 64.666%;
	margin: 10px 1%;
}
.p_wakabagaoka .col-3 img{
	border: 2px solid #fff;
}
@media screen and (max-width: 780px) {
.service_navi li:first-child{
	width: 100%;
	margin: 5px 0%;
}
.service_navi li{
	width: 48%;
	margin: 5px 1%;
}
.p_wakabagaoka .care_policy li, .p_wakabagaoka .service li, .p_wakabagaoka .col-3 li {
	width: 48%;
	margin: 10px 1%;
}
.p_wakabagaoka .message .img_inner, .p_wakabagaoka_admission .message .img_inner, .p_wakabagaoka .message .img_inner, .p_wakabagaoka .message .img_inner {
	background-size: 30%;
}
.p_wakabagaoka .intro .col-3 li:nth-child(5) {
	width: 98%;
	margin: 10px 1%;
}
}
@media screen and (max-width: 480px) {
.service_navi li h3{
  font-size: 15px;
}
.p_wakabagaoka .care_policy li, .p_wakabagaoka .service li, .p_wakabagaoka .col-3 li {
	width: 98%;
	margin-bottom: 20px;
}
.p_wakabagaoka .care_policy .icon_circle {
  max-width:  220px;
  border-radius: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
	position: relative;
	margin: 0 auto 20px;
}
}
/* ==========================================
 p_wakabagaoka_admission
========================================== */

.offer_service li{
	background: #f6f5f1;
	border-radius: 4px;
	padding: 20px;
	margin:  10px;
	width: 31.333%;
	margin: 10px 1%;
	text-align: center;
}
.offer_service li h3{
	background: #f7e17b;
	border-radius: 4px;
	padding: 10px 30px;
}
.offer_service li p{
	text-align: left;
}
.d_schedule.col{
	justify-content: flex-start;
}
.d_schedule li{
	border-bottom: 2px dotted #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
.d_schedule li .time{
	background: #58ac54;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 4px;
	padding: 20px 10px;
	width: 20%;
	text-align: center;
}
.d_schedule li .time img{
    vertical-align: middle;
    display: inline-block;
}
.d_schedule li .desc{
	width: 68%;
	padding-left: 30px;
}
.d_schedule li .desc span{
	display: block;
	color: #58ac54;
	font-weight: 500;
	font-size: 18px;
}
.d_schedule li .icon{
	width: 12%;
	text-align: center;
}
@media screen and (max-width: 780px) {
.offer_service li{
	width: 48%;
}
.d_schedule li .time{
	width: 100%;
	padding: 10px;
}
.d_schedule li .desc{
	width: 70%;
	padding: 10px;
}
.d_schedule li .icon{
	width: 30%;
	padding-top: 10px;
}
}
@media screen and (max-width: 480px) {
.offer_service li{
	width: 98%;
}
.p_wakabagaoka .care_policy li, .p_wakabagaoka .service li, .p_wakabagaoka .col-3 li {
	width: 98%;
	margin-bottom: 20px;
}
}

/* ==========================================
 p_houmonkango
========================================== */
.p_houmonkango .message .img_box {
  background-image: url("../img/houmonkango_bg_about.jpg");
}
.p_houmonkango .message .img_inner {
  background-image: url("../img/icon_tsuzuki_h_l.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.p_houmonkango .h_service li{
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 31.333%;
	margin: 10px 1%;
	padding: 15px;
}
.p_houmonkango .flow .step{
	width: 98%;
	margin: 20px 1%;
}
@media screen and (max-width: 780px) {
.p_houmonkango .message .img_inner {background-size: 30%;
}
}
/* ==========================================
 p_wakaba
========================================== */
.p_wakaba h4{
	background: #31962c;
	border-radius: 4px;
	color: #fff;
	padding: 15px;
	text-align: center;
}
.p_wakaba .message .img_box {
  background-image: url("../img/wakaba_bg_about.jpg");
}
.p_wakaba .message .img_inner {
  background-image: url("../img/icon_wakaba_l.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.p_wakaba .offer_service li{
	width: 48%;
	margin: 10px 1%;
}
.p_wakaba .time_info {
	margin-bottom: 20px;
	margin-top: 20px;
}
.p_wakaba .time_info li {
  padding: 0 20px;
}
.p_wakaba .time_info.menkai li:first-child {
  border-right: 1px solid #31962c;
}
.p_wakaba .time_info .date {
  color: #31962c;
  margin-top: 0;
}
@media screen and (max-width: 780px) {
.p_wakaba .message .img_inner {
	background-size: 30%;
}
.p_wakaba h4{
	text-align: left;
}
.p_wakaba .time_info {
    display: block;
  }
 .p_wakaba .time_info.menkai li:first-child {
    border-bottom: 1px solid #31962c;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
.p_wakaba .offer_service li{
      width: 98%;
}
}
/* ==========================================
 sitemap
========================================== */
.sitemap ul{
	width: 31.3333%;
	margin: 10px 1%;
}
.sitemap li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-top: 20px;
}
.sitemap li ul{
	width: 100%;
	margin-left: 20px;
}
.sitemap li ul li{
	border-top: 2px dotted #eee;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 20px;
}
.sitemap li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  margin-right: 4px;
  color: #ADADAD;
}
@media screen and (max-width: 780px) {
.sitemap ul{
	width: 98%;
}
}
@media screen and (max-width: 480px) {
}