@charset "utf-8";
/* CSS Document */
header {
  width: 100%;
/*  height: 65px;
*/  margin: 0 auto;
  background: white;
}
.headerInner {
  max-width: 1480px;
  width: 95%;
  margin: 5px auto 5px;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.headerInner h1 {
  height: auto;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c893a;
  letter-spacing: .05em;
}
.headerInner h1 a {
  text-decoration: none;
	color: inherit;
  display: flex;
  align-items: center;
}
.headerInner h1 a:hover {
  opacity: .7;
  transition-duration: .2s;
}
.headerInner h1 .name1 {
  margin-right: 16px;
	font-size: 1.25rem;
  letter-spacing: 0;
}
.g-nav-list-sp {
  display: none;
}
.topImg {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.topImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.intro_txt {
  margin: 60px 0;
  font-size: 2em;
  text-align: center;
}

/*section タイトル*/
section h2 {
  font-family: zen-old-mincho, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: .1em;
  padding-bottom: .8em;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
}
section h2::after {
  content: url("../img/dotted.svg");
  width: 60px;
  /*border-bottom: 10px dotted #4c9ac0;*/
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section h2 span {
  margin: 0 0 0 0;
  letter-spacing: 0;
  font-size: .95em;
}
.subTtl_h3 {
  margin-top: 60px;
  padding-bottom: .85em;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.subTtl_h3 span::before {
  content: "・";
}
.subTtl_h3::after {
  content: '';
  width: 50px;
  border-bottom: 5px solid #f2e034;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
  .subTtl_h4 {
    padding-top: 30px;
    padding-bottom: .85em;
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
	  letter-spacing: .05em;
  	  color: #2c893a;
}
  .subTtl_h4::before {
	  content:"【";
}
  .subTtl_h4::after {
	  content:"】";
}
.pageImg-W{
	width: 100%;
	height: 165px;
	background-image: url("../img/page_bk.png");
	background-position: center bottom;
	position: relative;
	background-repeat: no-repeat;
	background-clip: border-box;
}
.pageImg-W span{
	width: 400px;
	height: 150px;
	margin: 10px auto 0;
	padding: 65px 0 0;
	font-size: 2.2em;
	text-align: center;
	color: white;
	font-family: bokutoh-rera, sans-serif;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-image: url(
	"../img/pageimg_bk.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.albumBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.albumBox li{
	margin: 25px;
}
.albumBox li img{
	width: 100%;
	height: auto;
}
.albumBox figcaption{
	margin: 5px 0 0 0;
	text-align: center;
	line-height: 1.3;
}







/*事業案内*/
.biz_info {
  width: 100%;
  margin: 0 0;
  padding: 50px 0;
  background-color: #fafcf7;
	position: relative;
}

.biz_info_ttl {
  margin: 0 auto 80px;
  font-size: 2.8em;
  font-weight: bold;
  color: #3f9bbf;
  text-align: center;
  letter-spacing: .05em;
}
.slider {
  max-width: 1100px;
  width: 95%;
  margin: 50px auto 0;
}
.slider li{
	margin: 0 2px;
}
.slider img{
	width: 100%;
	height: auto;
}
.biz_slider {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.biz_slider li {
  width: 32.5%;
}
.biz_slider li img {
  width: 100%;
  height: auto;
}
.biz_infoBox {
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.biz_item {
  width: 45%;
  padding: 40px 2.5em 20px;
  background-color: white;
  border-radius: 20px;
}
.biz_item:nth-child(3), .biz_item:nth-child(4) {
  margin-top: 50px;
}
.biz_item h3 {
  margin: 0 0 30px;
  font-size: 2em;
  line-height: 1.5;
  color: #2c893a;
  text-align: center;
}
.biz_item p {
  font-size: 1.1em;
  line-height: 2;
}
.biz_item ol {
  margin: .5em 0 .5em 1em;
  padding: 0 0 0 0;
  font-size: 1.1em;
  position: relative;
}
.biz_item ol li {
  margin: .5em 0 0 0;
  list-style: none;
  list-style-position: outside;
  line-height: 1.6;
  padding-left: 1.5em;
  text-indent: 0em;
}
.biz_item ol li span {
  position: absolute;
  left: 0;
  margin: 0;
  line-height: 1.6;
}
.biz_item_img {
  position: relative;
}
.biz_item-Img1 {
  width: auto;
  height: 170px;
  margin: 20px auto 0;
  text-align: center;
}
.biz_item-Img1 img {
  width: auto;
  height: 100%;
}
.biz_item-Img2 {
  width: auto;
  height: 150px;
  position: absolute;
  right: 0;
  top: -35px;
}
.biz_item-Img3 {
  width: 220px;
  height: auto;
  margin: 20px auto 0;
}
.biz_item-Img3 img {
  width: 100%;
  height: auto;
}
.biz_item-Img4 {
  width: auto;
  height: 160px;
  position: absolute;
  right: -15px;
  top: -25px;
}
.biz_info a {
  width: 440px;
  margin: 0 auto 0 auto;
  font-size: 1.8em;
  font-weight: 700;
  color: white;
  letter-spacing: .1em;
	line-height: 2.4;
  text-align: center;
	text-decoration: none;
  background-color: #86cab6;
  border: none;
  border-radius: 35px;
  cursor: pointer;
	display: block;
}
.biz_info a:hover {
  opacity: .8;
  transition-duration: .2s;
}
/*bizデコ*/
.deco_ani{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;	
}
.deco-t_keyframe{
	width: 200px;
  animation-name: deco-t_ani;
  position: absolute;
	top: -20px;
	right: 3%;
	z-index: 1000;
}
.deco-b_keyframe{
	width: 200px;
  animation-name: deco-b_ani;
  position: absolute;
	bottom:-20px;
	left: 2%;
	z-index: 1000;
}
.deco-t_keyframe img,
.deco-b_keyframe img{
	width: 100%;
	height: auto;
}
@keyframes deco-t_ani {
  0% {
    top: -5px;
	  opacity: 0.1;
  }

  100% {
    top: -10px;
	  opacity: .8;
  }
}
@keyframes deco-b_ani {
  0% {
    bottom: -10px;
	  opacity: 0.1;
  }
  100% {
    bottom: -15px;
	  opacity: .8;

  }
}

/*お知らせ*/
.infomaition {
  max-width: 1100px;
  width: 90%;
  margin: 100px auto;
}
.infoNews {
  width: 90%;
  margin: 30px auto 0;
  padding: 0 0 0 20px;
  border: 1px solid #e8f6f9;
  -webkit-box-shadow: 1px 1px 3px #a5c9c3 inset;
  box-shadow: 1px 1px 3px #a5c9c3 inset;
  text-align: center;
}
.infoNews iframe {
  width: 100%;
  height: 240px;
  overflow-y: auto;
}
/*inquiry*/
.inquiry {
  width: 90%;
  margin: 80px auto 0;
  padding: 0 0;
  text-align: center;
}
.inquiry iframe {
  width: 100%;
  height: 1100px;
}

/*活動計画*/
.timeSchedule{
	max-width: 1000px;
	width: 100%;
	margin: 70px auto 0;
	padding-bottom: 80px;
}
.timeSchedule picture img{
		width: 100%;
		height: auto;
}
.keikakuTBL{
	width: 100%;
	margin: 50px auto 0;
	font-size: 1.1em;	
}
.keikakuTBL th{
	padding:1em;
	background-color: rgba(249,249,249,1.00);
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.keikakuTBL td{
	width: 45%;
	padding:1em;
	border: 1px solid #999999;
	letter-spacing: .1em;
	line-height: 1.6;
}
.keikakuTBL span{
	margine-bottom: 1em;
	border-bottom: 2px dashed green;
}
.teiki_keikakuBox{
	margin: 50px auto 100px;
	display: flex;
	justify-content: space-between;
}
.teiki_keikakuBox h4{
	margin: 0 0 10px 0;
	padding:.25em;
	font-size: 1.25em;
	font-weight: 500;
	border-bottom: 3px solid #f2e034;
}
.teiki_pm{
	width: 45%;
}
.teiki_nt{
	width: 45%;
	background-image: url(../img/keikaku-img2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
.teiki_keikakuBox ul{
	width: 100%;
	margin: 20px 0 0 0;
}
.teiki_keikakuBox li{
	margin: 0 0 7px 0;
	padding: 0 .3em;
	font-size: 1.1em;
	line-height: 2.5;
	border-bottom: 1px dotted #999999;
}
/*aboutus*/
.gaiyoTBL{
	width: 100%;
	margin: 30px auto 0;
	font-size: 1.1em;	
}
.gaiyoTBL th{
	width: 25%;
	padding:1em;
	background-color: rgba(249,249,249,1.00);
	font-weight: normal;
	letter-spacing: .2em;
	text-align: left;
	border: 1px solid #999999;
}
.gaiyoTBL td{
	padding:1em;
	border: 1px solid #999999;
	letter-spacing: .1em;
	line-height: 1.6;
}
.gaiyoTBL td span{
	margin-left: 1.5em;
}
.gaiyo_txtBox{
	width: 100%;
	margin: 80px auto 50px;
}
.gaiyo_txt{
	width: 100%;
	margin: 30px auto 0;
	padding:2em 2em 2em;
	font-size: 1.1em;
	letter-spacing: .05em;
	line-height: 2;
	border: 1px solid #999999;
}
.gaiyo_txt li{
	margin-left: 2em;
	line-height: 2;
	list-style-type: disc;
}
/*ご利用案内*/
.userguide_h3{
	margin: 0 0 0 0;
	padding: .5em .25em .5em .5em;
	font-size: 1.8em;
	font-weight: 700;
	text-align: left;
	letter-spacing: .2em;
	background-color: #d6e9c4;
	background-image:url("../../img/bk01.png");
	background-size: 20% auto;
}
.serviceTBL,
.usersTBL{
	width: 100%;
	margin: 30px auto 50px;
}
.serviceTBL th,
.usersTBL th {
	padding:1em;
	background-color: rgba(249,249,249,1.00);
	font-size: 1.1em;	
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.serviceTBL td{
	padding:1em;
	border: 1px solid #999999;
	font-size: 1.1em;	
	letter-spacing: .1em;
	line-height: 1.6;	
}
.service-td{
	width: 12em;
	text-align: left;
}
.serviceTBL td span{
	margin-left: -.5em;
	line-height: 1.6;
	display: block;
}
.usersTBL td{
	padding:1em;
	border: 1px solid #999999;
	font-size: 1.1em;	
	letter-spacing: .1em;
	line-height: 1.6;
}
.usersTBL .biz{
	width: 70%;
}
.usersTBL .usersNumber{
	width: 30%;
	text-align: center;
}
.riyou_txtBox{
	width: 100%;
	margin:30px auto 50px;	
	padding:0 3em;
}
.riyou_txtBox li{
	font-size: 1.1em;
	line-height: 2;
	list-style: disc;
}
.fee_txt{
	width: 100%;
	margin:30px auto 50px;	
	padding:0 1em;
	font-size: 1.1em;
	line-height: 2;
}
.houhouBox{
	width: 80%;
	margin: 30px auto;
}
.houhou_ya{
	width: 100%;
	margin: 15px auto 15px;
	text-align: center;
}
.timeSchedule picture img{
		width: 100%;
		height: auto;
}
.houhou_txtBox{
	padding:2em 2em 2em 2em;
	font-size: 1.1em;
	line-height: 2;
	text-align: center;
	border: 1px solid #86cab6;
}
.houhou_ttl{
	font-size: 1.35em;
	font-weight: 700;
	color: #2c893a;
	text-align: center;
}
.houhou_txtBox ul{
	width: 22em;
	margin: 20px auto ;
	padding:1em;
	font-size: 1.05em;
	border: 1px dashed #86cab6;
}
.houhou_txtBox li{
	line-height: 2;
	list-style: decimal inside;
	text-align: left;
}

.houhou_txt{
	margin: 20px auto 0;
	font-size: 1.1em;
	line-height: 2;
}
.houhou_kome{
	margin: 20px 1em 0;
	font-size: 1.1em;
}
/*よくある質問*/
  .qa_h3 {
	  padding:30px 0 .85em 0;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
	  letter-spacing: .05em;
  	  color: #2c893a;
  }

.qa {
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
}
.qa dl {
	margin: 0 0  20px 0;
	padding:1em;
	border: 1px solid #86cab6;
	border-radius: 15px;
}
.qa dt {
	margin-bottom: 1em;
	padding: 0.9em 0.5em 0.75em 2.75em;
	background-color: #FFF6A7;
	border-radius: 0.2em;
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: .1em;
	font-weight: 700;
	background-image: url(../img/q_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-size:34px;
}
.qa dd {
	margin: 0 0 0 2em;
	padding: 0.5em 1em 0 4em;
	font-size: 1.05em;
	line-height: 1.6;
	letter-spacing: .05em;
	background-image: url(../img/a_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 40px;
}


/*Add*/
.red {
  color: red;
}
.bluegreen {
  color: #15b09f;
}
.pink {
  color: #fc8786;
}
.txtMaru {
  font-family: bokutoh-rera, sans-serif;
}
.txtMin {
  font-family: zen-old-mincho, sans-serif;
}
.txtNumbers {
  font-family: owners-text, sans-serif;
  font-weight: 700;
}
.txtNumbers_400 {
  font-family: owners-text, sans-serif;
  font-weight: 400;
}
.txtB {
  font-weight: 700;
}
.txtLink {
  color: #144a99;
}
.pcLine {
  display: inline;
}
.spLine {
  display: none;
}
@media screen and (max-width:1024px) {
  header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .8);
    border-bottom: 5px solid #344e7c;
  }
  .headerInner {
    max-width: inherit;
    width: 97%;
    margin: 3px auto 5px;
    padding: 0 0 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .headerInner h1 {
    height: auto;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c893a;
    letter-spacing: .05em;
  }
  .headerInner h1 .name1 {
    margin: auto 16px auto 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
.intro_txt {
  margin: 60px 0;
  font-size: 1.9em;
  text-align: center;
}
.biz_infoBox {
  max-width: 1100px;
  width: 97%;
  margin: 60px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.albumBox li{
	margin: 20px;
}
.pageImg-W{
	width: 100%;
	height: 145px;
	background-image: url(../img/page_bk.png);
	background-position: center bottom;
	position: relative;
	background-repeat: no-repeat;
	background-clip: inherit;
	background-size: cover;	
}
.pageImg-W span{
	width: 400px;
	height: 130px;
	margin: 10px auto 0;
	padding: 55px 0 0;
	font-size: 2.1em;
	text-align: center;
	color: white;
	font-family: bokutoh-rera, sans-serif;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-image: url(../img/pageimg_bk.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
}
@media screen and (max-width:834px) {
  header {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0px 0 12px 0;
    background: rgba(255, 255, 255, .8);
    border-bottom: 5px solid #344e7c;
  }
  .headerInner {
    max-width: inherit;
    width: 97%;
    margin: 3px auto 5px;
    padding: 0 20px 0 0;
    display: inherit;
  }
  .headerInner h1 {
    width: 500px;
    font-size: 2rem;
    letter-spacing: .2em;
    display: flex;
    align-items: center;
  }
  .topImg {
    max-width: inherit;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }

  /*section タイトル*/
  section h2 {
    font-family: zen-old-mincho, sans-serif;
    font-size: 2.2em;
    font-weight: 900;
    letter-spacing: .1em;
    padding-bottom: .8em;
    text-align: center;
    position: relative;
  }
  section h2::after {
    content: url("../img/dotted.svg");
    width: 60px;
    /*border-bottom: 10px dotted #4c9ac0;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .subTtl_h3 {
    padding-top: 20px;
    padding-bottom: .85em;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .subTtl_h4 {
    padding-top: 20px;
    padding-bottom: .85em;
    font-size: 1.15em;
    font-weight: 500;
    text-align: center;
  }
.intro_txt {
  margin: 60px 80px;
  font-size: 1.9em;
  text-align: center;
	line-height: 1.8;
}
.pageImg-W span{
	width: 400px;
	height: 130px;
	margin: 10px auto 0;
	padding: 55px 0 0;
	font-size: 2em;
	text-align: center;
	color: white;
	font-family: bokutoh-rera, sans-serif;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-image: url(../img/pageimg_bk.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
/*事業案内*/
.biz_info {
  width: 100%;
  margin: 0 0;
  padding: 50px 0;
  background-color: #fafcf7;
	position: relative;
}
.biz_slider {
  max-width: 1100px;
  width: 95%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.biz_infoBox {
  max-width: 1100px;
  width: 95%;
  margin: 60px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.biz_item {
  width: 45%;
  padding: 30px 1.5em 20px;
  background-color: white;
  border-radius: 20px;
}
.biz_item h3 {
  margin: 0 0 30px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #2c893a;
  text-align: center;
}
.biz_item p {
  font-size: 1.05em;
  line-height: 1.8;
}
.biz_item ol {
  margin: .5em 0 .5em 1em;
  padding: 0 0 0 0;
  font-size: 1.05em;
  position: relative;
}
.biz_item ol li {
  margin: .5em 0 0 0;
  list-style: none;
  list-style-position: outside;
  line-height: 1.5;
  padding-left: 1.4em;
  text-indent: 0em;
}
.biz_item ol li span {
  position: absolute;
  left: 0;
  margin: 0;
  line-height: 1.5;
}
.biz_item-Img1 {
  width: auto;
  height: 150px;
  margin: 20px auto 0;
  text-align: center;
}
.biz_item-Img2 {
  width: auto;
  height: 120px;
  position: absolute;
  right: -10px;
  top: -30px;
}
.biz_item-Img3 {
  width: 180px;
  height: auto;
  margin: 20px auto 0;
}
.biz_item-Img4 {
  width: auto;
  height: 120px;
  position: absolute;
  right: -15px;
  top: -50px;
}
.biz_info a {
  width: 380px;
  margin: 0 auto 0 auto;
  font-size: 1.6em;
  font-weight: 700;
  color: white;
  letter-spacing: .1em;
	line-height: 2.4;
  text-align: center;
	text-decoration: none;
  background-color: #86cab6;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  display: block;
}
/*bizデコ*/
.deco-t_keyframe{
	width: 180px;
  animation-name: deco-t_ani;
  position: absolute;
	top: -20px;
	right: -1%;
	z-index: 1000;
}
.deco-b_keyframe{
	width: 180px;
  animation-name: deco-b_ani;
  position: absolute;
	bottom:-20px;
	left: -1%;
	z-index: 1000;
}

/*aboutus*/
.gaiyoTBL{
	width: 100%;
	margin: 30px auto 0;
	font-size: 1em;
}
.gaiyo_txtBox{
	width: 100%;
	margin: 50px auto 50px;
}	
.gaiyo_txt{
	width: 100%;
	margin: 30px auto 0;
	padding:2em 2em 2em;
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 2;
	border: 1px solid #999999;
}	
/*活動計画*/
.timeSchedule{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
	padding-bottom: 0px;
}
.keikakuTBL{
	width: 100%;
	margin: 50px auto 0;
	font-size: 1em;	
}
.keikakuTBL th{
	padding:1em;
	background-color: rgba(249,249,249,1.00);
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.teiki_keikakuBox{
	margin: 50px auto 80px;
	display: flex;
	justify-content: space-between;
}
.teiki_keikakuBox h4{
	margin: 0 0 10px 0;
	padding:.25em;
	font-size: 1.2em;
	font-weight: 500;
	border-bottom: 3px solid #f2e034;
}
.teiki_pm, .teiki_nt{
	width: 46%;
}
.teiki_keikakuBox li{
	margin: 0 0 7px 0;
	padding: 0 .3em;
	font-size: 1em;
	line-height: 2.5;
	border-bottom: 1px dotted #999999;
}
/*ご利用案内*/
.userguide_h3{
	margin: 0 0 0 0;
	padding: .5em .25em .5em .5em;
	font-size: 1.7em;
	font-weight: 700;
	text-align: left;
	letter-spacing: .2em;
	background-color: #d6e9c4;
	background-image:url("../../img/bk01.png");
	background-size: 20% auto;
}
.serviceTBL th{
	padding:1em;
	background-color: rgba(249,249,249,1.00);
	font-size: 1em;	
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.serviceTBL td{
	padding:1em;
	border: 1px solid #999999;
	font-size: 1em;	
	letter-spacing: .1em;
	line-height: 1.6;	
}
.usersTBL th {
	padding:1em;
	background-color: rgba(249,249,249,1.00);
	font-size: 1em;	
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.usersTBL td{
	padding:1em .5em;
	border: 1px solid #999999;
	font-size: 1em;	
	letter-spacing: .1em;
	line-height: 1.6;
}
.usersTBL .biz{
	width: 75%;
}
.usersTBL .usersNumber{
	width: 25%;
	text-align: center;
	}

/*よくある質問*/
.qa_h3 {
	  padding:10px 0 .85em 0;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	color: #2c893a;
}
.qa {
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
}
.qa dl {
	margin: 0 0  20px 0;
	padding: 1em;
	border: 1px solid #86cab6;
	border-radius: 15px;
}
.qa dt {
	margin-bottom: 1em;
	padding: 0.75em 0.5em 0.75em 2.75em;
	background-color: #FFF6A7;
	border-radius: 0.2em;
	font-size: 1.06em;
	line-height: 1.5;
	font-weight: 700;
	background-image: url(../img/q_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-size:32px;
}
.qa dd {
	margin: 0 0 0 1.5em;
	padding: 0.5em 1em 0 3.5em;
	font-size: 1em;
	line-height: 1.5;
	background-image: url(../img/a_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 40px;
}
}
@media screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .fax {
    pointer-events: none;
  } /*faxのリンク無効*/
  .wrap {
    overflow: hidden;
  }
  header {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 8px 5px 8px;
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0px 1px 3px #D8D8D8;
    box-shadow: 0px 1px 3px #D8D8D8;
  }
  .headerInner {
    max-width: inherit;
    width: 98%;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: inherit;
  }
  .headerInner h1 {
    width: 400px;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
  .headerInner h1 .name1 {
    margin: auto 10px auto 0;
    font-size: .8rem;
    letter-spacing: 0;
	  line-height: 1.2;
  }
  .topImg {
    max-width: inherit;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }
.intro_txt {
	width: 85%;
  margin: 20px auto;
  font-size: 1.1em;
  text-align: left;
	line-height: 1.4;
}
.pageImg-W{
	width: 100%;
	height: 125px;
	margin: 0 auto 0;
	background-image: url(../img/page_bk.png);
	background-position: center bottom;
	position: relative;
	background-repeat: no-repeat;
	background-clip: inherit;
	background-size: cover;	
}
.pageImg-W span{
	width: 360px;
	height: 110px;
	margin: 10px auto 0;
	padding: 45px 0 0;
	font-size: 1.5em;
	text-align: center;
	color: white;
	font-family: bokutoh-rera, sans-serif;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-image: url(../img/pageimg_bk-sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 80;
}

/*事業案内*/
.biz_info {
  width: 100%;
  margin: 0 0;
  padding: 40px 0;
  background-color: #fafcf7;
}

.biz_slider {
  max-width: 1100px;
  width: 95%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.biz_slider li {
  width: 32.5%;
}
.biz_infoBox {
  max-width: 1100px;
  width: 95%;
  margin: 10px auto 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	flex-direction: column;
}
.biz_item {
  width: 100%;
  padding: 20px 1em 10px 1.1em;
  background-color: white;
  border-radius: 20px;
 box-shadow: inset 2px 2px 4px 0px rgba(210, 207, 207, 0.3);
}
.biz_item:nth-child(1) {
  margin-top: 30px;
}
.biz_item:nth-child(2),
.biz_item:nth-child(4){
  margin-top: 40px;
}
.biz_item:nth-child(3) {
  margin-top: 35px;
}
.biz_item h3 {
  margin: 0 0 20px;
  font-size: 1.5em;
  line-height: 1.3;
  color: #2c893a;
  text-align: center;
}
.biz_item p {
  font-size: 1em;
  line-height: 1.8;
}
.biz_item ol {
  margin: .5em 0 .5em 1em;
  padding: 0 0 0 0;
  font-size: 1em;
  position: relative;
}
.biz_item-Img1 {
  width: auto;
  height: 120px;
  margin: 10px auto 0;
  text-align: center;
}
.biz_item-Img2 {
  width: auto;
  height: 110px;
  position: absolute;
  right: -5px;
  top: -38px;
}
.biz_item-Img3 {
  width: 150px;
  height: auto;
  margin: 10px auto 0;
}
.biz_item-Img4 {
  width: auto;
  height: 110px;
  position: absolute;
  right: -10px;
  top: -25px;
}
.biz_info a {
  width: 80%;
  margin: 0 auto 0 auto;
  font-size: 1.15em;
  font-weight: 700;
  color: white;
  letter-spacing: .1em;
	line-height: 2.6;
  text-align: center;
	text-decoration: none;
  background-color: #86cab6;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  display: block;
}
/*bizデコ*/
.deco-t_keyframe{
	width: 120px;
  animation-name: deco-t_ani;
  position: absolute;
	top: -20px;
	right: -1%;
	z-index: 1000;
}
.deco-b_keyframe{
	width: 120px;
  animation-name: deco-b_ani;
  position: absolute;
	bottom:-15px;
	left: -1%;
	z-index: 1000;
}


  /*section タイトル*/
  section h2 {
    font-family: zen-old-mincho, sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: .1em;
    padding-bottom: 1em;
    text-align: center;
    position: relative;
  }
  section h2::after {
    content: url("../img/dotted.svg");
    width: 40px;
    /*border-bottom: 10px dotted #4c9ac0;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  section h2 span {
    margin: 0 .5em .4em 0;
    letter-spacing: .05em;
    display: block;
  }
  .subTtl_h3 {
    padding-top: 0;
    padding-bottom: .85em;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .subTtl_h3 span {
    margin-top: 15px;
    display: block;
  }
  .subTtl_h3 span::before {
    content: "";
  }
  .subTtl_h3::after {
    content: '';
    width: 50px;
    border-bottom: 5px solid #f2e034;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  /*お知らせ*/
  .infomaition {
    max-width: auto;
    width: 95%;
    margin: 70px auto;
  }
  .infoNews {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 0 0 0;
    border: 1px solid #e8f6f9;
    -webkit-box-shadow: 1px 1px 3px #a5c9c3 inset;
    box-shadow: 1px 1px 3px #a5c9c3 inset;
    text-align: center;
  }
  .infoNews iframe {
    width: 100%;
    height: 260px;
    overflow-y: auto;
  }
  /*inquiry*/
  .inquiry {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 0;
    text-align: center;
  }
  .inquiry iframe {
    width: 100%;
    height: 1200px;
  }
  /*Add*/
  .pcLine {
    display: inline;
  }
  .spLine {
    display: block;
  }
	
/*aboutus*/
.gaiyoTBL{
	width: 100%;
	margin: 30px auto 0;
	font-size: 1em;
}
.gaiyoTBL th{
	width: 100%;
	padding:.75em;
	background-color: rgba(249,249,249,1.00);
	font-weight: normal;
	letter-spacing: .05em;
	text-align: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: none;
	display: block;
}
.gaiyoTBL tr:first-child{
	border-top: 1px solid #999999;
}
.gaiyoTBL td{
	padding:.6em;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: none;
	border-bottom: 1px solid #999999;
	letter-spacing: .02em;
	display: block;
}
.gaiyoTBL td span{
	display: block;
	margin-top: .85em;
	margin-left: 0em;
}
.gaiyo_txt{
	width: 100%;
	margin: 30px auto 0;
	padding:1em 1em 1em;
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1.8;
	border: 1px solid #999999;
}
.gaiyo_txt li{
	margin-left: 1em;
	line-height: 1.6;
	list-style-type: disc;
}
	
/*活動計画*/
.timeSchedule{
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 0;
	padding-bottom: 20px;
}
.keikakuTBL{
	width: 100%;
	margin: 30px auto 0;
	font-size: 1em;	
}
.keikakuTBL th{
	padding:.5em .25em;
	background-color: rgba(249,249,249,1.00);
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.keikakuTBL td{
	width: auto;
	padding:.3em;
	border: 1px solid #999999;
	letter-spacing: .05em;
	line-height: 1.6;
}
.keikakuTBL .sp-am{
}
.keikakuTBL .sp-pm{
	width: 5.5em;
}
.teiki_keikakuBox{
	margin: 10px auto 50px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.teiki_keikakuBox h4{
	margin: 0 0 10px 0;
	padding:.25em;
	font-size: 1.15em;
	font-weight: 500;
	border-bottom: 3px solid #f2e034;
}
.teiki_pm{
	width: 100%;
	margin-top: 30px;
}
.teiki_nt{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 80px;
	background-position: right 70px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
	
.teiki_keikakuBox ul{
	width: 100%;
	margin: 10px 0 0 0;
}	
.albumBox{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.albumBox li{
	width: 160px;
	margin: 5px;
}

.albumBox figcaption{
	margin: 5px 0 8px 0;
	text-align: center;
	line-height: 1.3;
	font-size: .9em;
}
/*ご利用案内*/
.userguide_h3{
	margin: 0 0 0 0;
	padding: .5em .25em .5em .5em;
	font-size: 1.3em;
	font-weight: 700;
	text-align: left;
	letter-spacing: .2em;
	line-height: 1.3;
	background-color: #d6e9c4;
	background-image:url("../../img/bk01.png");
	background-size: 50% auto;
}
.serviceTBL th{
	padding:.5em .25em;
	background-color: rgba(249,249,249,1.00);
	font-size: 1em;	
	font-weight: normal;
	letter-spacing: 0em;
	text-align: center;
	border: 1px solid #999999;
}
.serviceTBL td{
	padding:.5em .25em;
	border: 1px solid #999999;
	font-size: 1em;	
	letter-spacing: .1em;
	line-height: 1.4;	
}
.service-td{
	width: 6em;
	text-align: left;
}
.serviceTBL td span{
	margin-left: 0;
	line-height: 1.4;
	display: block;
}
.usersTBL th {
	padding:.5em .25em;
	background-color: rgba(249,249,249,1.00);
	font-size: 1em;	
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	border: 1px solid #999999;
}
.usersTBL td{
	padding:.5em .25em;
	border: 1px solid #999999;
	font-size: 1em;	
	letter-spacing:0;
	line-height: 1.6;
}
.usersTBL .biz{
	width: auto;
	line-height: 1.3;
	}

.usersTBL .usersNumber{
	text-align: center;
	width: 4em;	
	}
.riyou_txtBox{
	width: 100%;
	margin:20px auto 50px;	
	padding:0 3em;
}
.riyou_txtBox li{
	margin-bottom: .5em;
	font-size: 1em;
	line-height: 1.6;
	list-style: disc;
}
.fee_txt{
	width: 100%;
	margin:20px auto 50px;	
	padding:0 1em;
	font-size: 1em;
	line-height: 2;
}
.houhouBox{
	width: 100%;
	margin: 30px auto;
}
.houhou_txtBox{
	padding:1em;
	font-size: 1em;
	line-height: 1.6;
	text-align: left;
	border: 1px solid #86cab6;
}
.houhou_ttl{
	font-size: 1.2em;
	font-weight: 700;
	color: #2c893a;
	text-align: center;
}
.houhou_txtBox ul{
	width: 100%;
	margin: 20px auto ;
	padding:.75em;
	font-size: 1em;
	border: 1px dashed #86cab6;
}
.houhou_txtBox li{
	line-height: 1.7;
	list-style: decimal inside;
	padding-left:1em;
	text-indent: -1em;
}

.houhou_txt{
	margin: 20px auto 0;
	font-size: 1em;
	text-align: left;
	line-height: 1.4;
}
.houhou_kome{
	margin: 20px 1em 0;
	padding-left:1em;
	text-indent: -1em;
	font-size: 1em;
	line-height: 1.4;
}
/*よくある質問*/
.qa_h3 {
	  padding:0 0 .85em 0;
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
	letter-spacing: .02em;
	color: #2c893a;
}
.qa_h3 span {
	margin-top: .5em;
	display: block;
}
.qa {
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
}
.qa dl {
	margin: 0 0  20px 0;
	padding: .5em .25em .5em .5em;
	border: 1px solid #86cab6;
	border-radius: 10px;
}
.qa dt {
	margin-bottom: .5em;
	padding: 0.75em 0.5em 0.55em 2.75em;
	background-color: #FFF6A7;
	border-radius: 0.2em;
	font-size: 1.05em;
	line-height: 1.3;
	font-weight: 700;
	background-image: url(../img/q_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-size:34px;
}
.qa dd {
	margin: 0 0 0 0;
	padding: 0.5em .5em 0 3.15em;
	font-size: 1em;
	line-height: 1.4;
	background-image: url(../img/a_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 36px;
}
}