﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none;  }
.tx_cl { text-align: left; }

#wrap { min-width:0; }

.btn01 a ,
.btn01 a:hover {
  font-size: 18px;
  background: url(../img/ico_arrow_gr01.png) no-repeat right 20px center #fff;
  background-size: auto 16px;
  padding: 16px 60px 16px 40px;
}
.btn02 a ,
.btn02 a:hover {
  font-size: 16px;
  background: url(../img/ico_arrow_gr01.png) no-repeat right 20px center #fff;
  background-size: auto 16px;
  padding: 14px 60px 14px 40px;
}
.btn03 a ,
.btn03 a:hover {
  font-size: 14px;
  background: url(../img/ico_arrow_gr01.png) no-repeat right 16px center #fff;
  background-size: auto 16px;
  padding: 12px 60px 12px 40px;
}


.inbox01 ,
.inbox02 ,
.inbox03 {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: auto;
  margin-right: auto;
}

.top .inbox01 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}


/* =============================== header =============================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 5px solid #00a040;
  height: 80px;
}
#header_inner {
  min-width: 0;
}
h1 {
  margin: 20px 15px;
}
h1 img {
  height: 35px;
  width: auto;
}
#gnav {
  display: none;
}
.hnav {
  margin-right: 90px;
}
.hnav a ,
.hnav a:hover {
  display: block;
  width: 80px;
  height: 70px;
  padding-top: 6px;
  line-height: 110%;
  transition: 0s;
}
.hnav a img {
  height: 56px;
  width: auto;
}

#spnav {
  position: absolute;
  right: 5px;
  top: 0;
  background: #ff8400;
  transition: .3s;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  display: block;
  width: 80px;
  height: 70px;
  box-sizing: border-box;
  text-align: center;
}
  
  



#topnav {
  width: 100%;
  position: relative;
  margin-top: -48px;
}
#topnav::after {
  content:"";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  bottom: 0;
  background: #00a040;
}
#topnav ul {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 12px;
}
#topnav li {
  width: 49%;
}/*
#topnav li a {
  display: block;
  width: 100%;
  height: 1px;
  padding-top: 96%;
  box-sizing: border-box;
  border: 3px solid #00a040;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  transition: .3s;
}
#topnav a:hover {
  background-color: #fff04c;
}
#topnav #topnav01 a {
  background-image: url(../img/gnav01.png);
}
#topnav #topnav02 a {
  background-image: url(../img/gnav02.png);
}
#topnav #topnav03 a {
  background-image: url(../img/gnav03.png);
}
#topnav #topnav04 a {
  background-image: url(../img/gnav04.png);
}
#topnav #topnav05 a {
  background-image: url(../img/gnav05.png);
}
#topnav #topnav06 a {
  background-image: url(../img/gnav06.png);
}
#topnav a span {
  position: absolute;
  padding-top: 0%;
  bottom: 15%;
  left: 0; right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
}*/
#topnav li a {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0%;
  box-sizing: border-box;
  border: 3px solid #00a040;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left -5px top -2px;
  text-decoration: none;
  transition: .3s;
  background-size: auto 94px;
  min-height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
}
#topnav a:hover {
  background-color: #fff04c;
}
#topnav #topnav01 a {
  background-image: url(../../img/top/topnav01.png);
}
#topnav #topnav02 a {
  background-image: url(../../img/top/topnav02.png);
}
#topnav #topnav03 a {
  background-image: url(../../img/top/topnav03.png);
}
#topnav #topnav04 a {
  background-image: url(../../img/top/topnav04.png);
}
#topnav #topnav05 a {
  background-image: url(../../img/top/topnav05.png);
}
#topnav #topnav06 a {
  background-image: url(../../img/top/topnav06.png);
}
#topnav a span {
  position: relative;
  padding-top: 0%;
  bottom: inherit;
  left: inherit; right: inherit;
  margin: auto;
  text-align: center;
  font-size: 12px;
  width: 70%;
  margin-left: 30%;
}






footer #footer_sublink {
  padding: 40px 4%;
  box-sizing: border-box;
}
footer #footer_sublink h2 {
  margin-bottom: 30px;
}
footer #footer_sublink .sns {
  margin-bottom: 40px;
}
footer #footer_sublink .sns li {
  margin: 0 18px;
}
footer #footer_sublink .banner li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px; 
}
footer #footer_sublink .banner li:nth-child(2n) {
  margin-right: 0;
}
footer #footer_sublink .banner li a {
  display: block;
}
footer #footer_inner {
  padding: 40px 0;
}
#footer_inner .address {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  margin-right: 0;
}
#footer_inner .address dt {
  margin-bottom: 20px;    
  box-sizing: border-box;
  padding: 0 20%;
}
#footer_inner .address dd {
  box-sizing: border-box;
  padding: 0 10%;
  text-align: center;
}
#footer_inner .address dd p {
  display: inline-block;
  text-align: left;
}
#footer_inner #fnav {
  display: none;
}
#copyright {
  font-size: 12px;
  padding: 20px 0;
}


/* =============================== mainimg =============================== */



.linkbox {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.linkbox .ttl {
  position: absolute;
  top: -34px;
  left: 0; right: 0;
  margin: auto;
  z-index: 5;
  font-size: 24px;
  padding: 24px 0;
  background-size: auto 72px;
}
.linkbox .photo {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.linkbox .btnarea {
  padding-top: 18px;
  padding-bottom: 10px;
}
.linkbox .btnarea ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.linkbox .btnarea li {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.linkbox .btnarea li a ,
.linkbox .btnarea li a:hover {
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  background-color: #fff;
  transition: 0s;
}



#top_topics {
  padding: 30px 4% 20px;
  box-sizing: border-box;
}
#top_topics .topics_area {
  width: 100%;
}
#top_topics .topics_area h2 {
  font-size: 18px;
  padding: 16px 0 16px 5%;
}
#top_topics .topics_area .topics_wrap {
  background: #f8f7f1;
  padding: 20px 5% 20px;
  box-sizing: border-box;
}

.topics_wrap {
  margin-bottom: 30px;
}
.topics_wrap .list {
  margin-bottom: 20px;
}
.topics_wrap .list a ,
.topics_wrap .list a:hover {
  font-size: 12px;
  color: #fff;
  background: url(../img/ico_arrow_wh02.png) no-repeat right 10px center #00a040;
  background-size: auto 10px;
  padding: 10px 40px 10px 20px;
}
.topics_wrap li {
  margin-bottom: 15px;
}
.topics_wrap .image {
  width: 35%;
}
.topics_wrap .txt {
  width: 65%;
  padding-left: 5%;
  box-sizing: border-box;
}
.topics_wrap .txt .date {
  margin-bottom: 5px;
  font-size: 14px;
}
.topics_wrap .txt .ttl {
  line-height: 140%;
  font-size: 14px;
}

#top_topics .facebook_wrap {
  width: 100%;
  min-height: 500px;
}
/* スマホ用 */
@media screen and (max-width: 767px) {
	#top_topics .facebook_wrap {
		width: 100%;
		max-width: 500px;
	}
}




#top_special {
  padding: 100px 4%;
  background: url(../../img/top/special_bg01.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
}
#top_special h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 150%;
}
#top_special h2 span {
  font-size: 22px;
  padding-left: 17.6%;
  padding-right: 15.2%;
  background: url(../../img/top/special_ttl01.png) no-repeat left center, url(../../img/top/special_ttl02.png) no-repeat right center;
  background-size: 15.6% , 13.2%;
}
#top_special .copy {
  margin-bottom: 65px;
}
#top_special .right {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
#top_special .left {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
#top_special .right p {
  font-size: 14px;
  line-height: 200%;
}
.special02 {
  margin-top: 43px;
}




#top_work {
  margin-top: -70px;
  position: relative;
  z-index: 5;
  padding: 75px 4% 30px;
  box-sizing: border-box;
  min-height: 500px;
  background: url(../../img/top/work_bg01.jpg) repeat;
}
#top_work .left {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0;
}
#top_work .right {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px;
}
#top_work h2 {
  font-size: 22px;
  color: #00a040;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 140%;
}
#top_work h2 strong {
  display: block;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: .1em;
}
#top_work .left p {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 60px;
}
#top_work .right {
  padding-top: 20px;
}




#top_contents {
  padding: 20px 0 55px;
}
#top_contents .link01 {
  margin-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#top_contents .link01 li {
  width: 100%;
  margin-bottom: 30px;
}
#top_contents .link01 .ttl {
  font-size: 28px;
  margin-bottom: 20px;
}
#top_contents .link01 a {
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #00a040;
  border: 3px solid #00a040;
  box-sizing: border-box;
}
#top_contents .link01 a img {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  box-sizing: border-box;
  max-width: 100%;
}
#top_contents .link01 .txt {
  font-size: 14px;
  line-height: 200%;
  margin-top: 20px;
}
#top_contents a .btn_arrow01 ,
#top_contents a:hover .btn_arrow01 {
  width: 40px;
  height: 40px;
  background: url(../img/ico_arrow_wh01.png) no-repeat center center #00a040;
  background-size: 65%;
}


#top_contents .link02 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#top_contents .link02 li {
  width: 100%;
  margin-bottom: 15px;
}
#top_contents .link02 a {
  display: block;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-decoration: none;
}
#top_contents .link02 a .btn_arrow01 ,
#top_contents .link02 a:hover .btn_arrow01 {
  background: url(../img/ico_arrow_gr01.png) no-repeat center center #fff;
  background-size: 65%;
}
#top_contents .link02 .image {
  width: 40%;
}
#top_contents .link02 .txt {
  width: 60%;
  text-align: center;
}
#top_contents .link02 .ttl {
  font-size: 18px;
  line-height: 175%;
}




#top_magazine {
  padding: 80px 0 60px;
  background: url(../../img/top/magazine_bg01.png) no-repeat center top;
  background-size: cover;
}
#top_magazine .ttl {
  margin-bottom: 30px;
}
#top_magazine .ttl span {
  color: #fff;
  padding-left: 47px;
  background: url(../../img/top/magazine_ttl01.png) no-repeat left center;
  background-size: 32px;
  font-size: 26px;
  font-weight: 500;
}
#top_magazine .copy {
  font-size: 14px;
}
#top_magazine ul {
  margin-top: 40px;
  margin-bottom: 35px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#top_magazine li {
  margin: 0 0 20px;
  width: 47%;
}
#top_magazine li:nth-child(2n) {
  margin-left: 4%;
}





#submain {
  margin-top: 80px;
  height: 120px;
  /*
  height: 260px;
  */
}
#submain .ttlbox ,
#submain .ttlbox.big {
  width: auto;
  min-width: 50%;
  max-width: 90%;
  height: 100px;
  /*
  width: 86%;
  height: 140px;
  */
}
#submain .ttlbox h2 {
  margin-top: 5px;
  font-size: 24px;
  line-height: 125.5%;
  width: 100%;
}
#submain .ttlbox.big h2 {
  font-size: 22px;
}
#submain .ttlbox i {
  display: block;
  margin-bottom: 15px;
}
#submain .ttlbox i img {
  width: 32px;
}


#breadcrumb {
  width: 92%;
  padding-top: 10px;
  padding-bottom: 20px;
}
#breadcrumb li {
  margin-right: 10px;
}
#breadcrumb li:first-child {
  background: url(../img/ico_home.png) no-repeat left center;
  background-size: auto 18px;
  padding-left: 28px;
}
#breadcrumb li:nth-child(n+2) {
  padding-left: 20px;
}
#breadcrumb li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #00a040;
  border-right: solid 1px #00a040;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li ,
#breadcrumb li a {
  font-size: 14px;
}


.maincopy {
  padding: 15px 0 0;
  text-align: left;
}




.ttl01 {
  font-size: 22px;
  padding: 14px 20px;
  margin-bottom: 30px;
}
.ttl01 span.min {
  font-size: 18px;
}
.ttl02 {
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.ttl03 {
  font-size: 16px;
  margin-bottom: 10px;
}
.ttl04 {
  font-size: 22px;
  margin-bottom: 10px;
}
.ttl05 {
  font-size: 28px;
  margin-bottom: 40px;
}
.ttl06 {
  font-size: 22px;
}


.txt01 {
  font-size: 14px;
  line-height: 200%;/*36px*/
}
.txt02 {
  font-size: 14px;
  line-height: 145%;/*26px*/
}
.txt03 {
  font-size: 14px;
  line-height: 180%;/*32px*/
}


.strong01 {
  font-weight: 800;
  font-size: 22px;
}

.caution01 {
  font-size: 12px;
  line-height: 160%;/*24px*/
}

.box01 {
  padding: 5% 4%;
}
.box02 {
  padding: 5% 4%;
  box-sizing: border-box;
  background: #f8f7f1;
}


.scroll_wrap {
  overflow-x: scroll;
  width: 100%;
}
.scroll_wrap:before ,
.scroll_wrap:after {
  content:"◆このエリア内は横にスクロールできます。";
  color: #333;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}


#atm01 .tbl01 {
  width: 1100px;
}
#atm01 .tbl01 th ,
#atm01 .tbl01 td {
  font-size: 14px;
}
#atm01 .tbl01 th {
  padding: 14px 10px;
}

#disclosure01 .box {
  width: 100%;
  margin-bottom: 40px;
}
#disclosure01 .tbl02 th ,
#disclosure01 .tbl02 td {
  display: block;
  width: 100%;
  height: auto;
}
#disclosure01 .tbl02 th {
  border: none;
  padding: 12px 10px;
}
#disclosure01 .tbl02 td {
  text-align: right;
  padding: 0 10px 12px;
}


#farming01 .w_box {
  background: #fff;
  position: relative;
  padding: 60px 6% 20px;
  margin-top: 80px;
}
#farming01 .w_box .ttl {
  position: absolute;
  top: -30px;
  left: 0; right: 0;
  margin: auto;
  z-index: 5;
  font-size: 20px;
  padding: 28px 0;
  background-size: 100% 72px;
  width: 200px;
}
#farming01 ol.count li {
  font-size: 14px;
}
#farming01 .overview .tbl03 th ,
#farming01 .overview .tbl03 td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
}
#farming01 .overview .tbl03 td {
  font-size: 14px;
}
#farming01 .system {
  background: none;
}
#farming01 .sysbox {
  border: 3px solid #333;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 20px 4%;
}
#farming01 .sysbox .sttl {
  font-size: 18px;
}
#farming01 .sysbox.s_red ,
#farming01 .sysbox.s_blue ,
#farming01 .sysbox.s_green { margin-bottom: 20px; }

#farming01 .curriculum {
}
#farming01 .curriculum li {
  width: 46%;
  margin-bottom: 30px;
}
#farming01 .curriculum li .round {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #00a040;
  border: 2px solid #00a040;
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius:　50%;
  margin-bottom: 20px;
  transform: rotate(0.03deg);
  margin-left: auto;
  margin-right: auto;
}
#farming01 .curriculum li p {
  text-align: left;
}


.fuel .leftbox {
  width: 100%;
}
#fuel01 .tbl03 th ,
#fuel01 .tbl03 td {
  display: block;
  box-sizing: border-box;
  padding: 14px 10px;
  width: 100%;
  border: none;
}
#fuel01 .tbl03 .maplink {
  width: 100%;
  border: none;
  text-align: right;
  padding-top: 0;
}
#fuel01 .tbl03 td.non {
  display: none;
}
#fuel02 .be_box {
  padding: 40px 6% 30px;
  margin-top: 30px;
}
#fuel02 ol.count li {
  font-size: 14px;
}
#fuel02 .contactbox {
  width: 92%;
  padding: 30px 0 20px;
}
#fuel02 .contactbox .ttl {
  position: absolute;
  top: -39px;
  font-size: 24px;
  padding: 26px 0;
  width: 269px;
  background: url(../../img/fuel/ttl01.png) no-repeat center center;
  background-size: 100%;
}
#fuel02 .contactbox table {
  width: auto;
}
#fuel02 .contactbox th ,
#fuel02 .contactbox td {
  padding: 5px 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
#fuel02 .contactbox th.sub {
  padding-top: 15px;
  padding-bottom: 0;
}
#fuel02 .contactbox th.sub span {
  font-size: 14px;
}
#fuel02 .contactbox a {
  font-size: 22px;
  pointer-events: auto;
}
#fuel01 .image ,
#fuel02 .image ,
#fuel03 .image {
  margin-top: 30px;
}
#fuel03 .tbl03 {
  width: 100%;
}
#fuel03 .tbl03 th ,
#fuel03 .tbl03 td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
}
#fuel03 .tbl03 th {
  padding: 10px;
}
#fuel03 .tbl03 td {
  padding: 14px 10px;
}
#fuel03 .tbl03 .tel_fd a {
  pointer-events: auto;
}
#fuel04 .tbl01 {
  width: 1100px;
}


#fund01 .comingsoon {
  padding: 80px 0 100px;
}
#fund01 .comingsoon .ttl {
  font-size: 16px;
}
#fund01 .comingsoon .telbox a {
  font-size: 20px;
  pointer-events: auto;
  padding: 16px 0;
  width: 90%;
}
#fund01 .comingsoon .telbox a span {
  font-size: 16px;
}


#fund01 .tbl03 th ,
#fund01 .tbl03 td {
  display: block;
  width: 100%;
}
#fund01 .tbl03 th {
  padding: 12px 10px 12px 20px;
}
#fund01 .tbl03 td {
  padding: 16px 10px 16px 20px;
}
#fund01 .tbl03 .tellink a {
  margin-left: 0;
  pointer-events: auto;
}



#funeral01 .contactbox {
  width: 90%;
  padding: 60px 0 20px;
  margin-bottom: 50px;
}
#funeral01 .contactbox .ttl {
  font-size: 24px;
  padding: 26px 0;
  width: 300px;
  background-size: auto 72px;
}
#funeral01 .contactbox i img {
  height: 32px;
  width: auto;
}
#funeral01 .contactbox a {
  font-size: 32px;
  pointer-events: auto;
}
#funeral01 .slider-wrap {
  width: 100%;
  margin-bottom: 20px;
}
#funeral01 .link_b a p {
  margin-left: 10px;
  font-size: 22px;
}


#funeral01 .linkbtns {
  margin-top: 20px;
}
#funeral01 .link_a ,
#funeral01 .link_b {
  width: 100%;
}
#funeral01 .link_a.flower {
  margin-bottom: 10px;
}
#funeral01 .link_a a ,
#funeral01 .link_a a:hover {
  width: 100%;
  border: 3px solid #00a040;
  padding: 15px 0 13px 15px;
  box-sizing: border-box;
  background: url(../../img/funeral/ico_arrow01.png) no-repeat right 12px center #fff;
  background-size: 30px;
  transition: .3s;
}
#funeral01 .link_a a span::after {
  content: none;
}
#funeral01 .link_a i img {
  height: 40px;
  width: auto;
}
#funeral01 .link_a a p {
  margin-left: 10px;
  font-size: 22px;
}
#funeral01 .link_a a span {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
#funeral01 .link_b.access {
  margin-bottom: 10px;
}
#funeral01 .link_b dt ,
#funeral01 .link_b dt:hover {
  width: 100%;
  border: 3px solid #a9aca6;
  padding: 17px 0 15px 15px;
  box-sizing: border-box;
  background: url(../../img/funeral/ico_arrow02.png) no-repeat right 18px center #fff;
  background-size: 15px;
  transition: .3s;
  font-size: 22px;
}
#funeral01 .link_b dt.active {
  background: url(../../img/funeral/ico_arrow03.png) no-repeat right 18px center #fff;
  background-size: 15px;
}
#funeral01 .link_b dt i img {
  height: 24px;
  width: auto;
}
#funeral01 .link_b dd {
  padding: 10px 2%;
}
#funeral01 .link_b .sttl01 {
  font-size: 18px;
  padding: 10px 15px;
}
#funeral01 .link_b .sttl02 {
  font-size: 16px;
}
#funeral01 .link_b dd th ,
#funeral01 .link_b dd td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
#funeral01 .link_b dd th:nth-child(1) {
  width: 100%;
  border-right: none;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}
#funeral01 .link_b dd th:nth-child(2) {
  text-align: right;
  padding-top: 10px;
}
#funeral01 .link_b dd td:nth-child(1) {
  background: #eee;
}
/*
#funeral01 .link_b a ,
#funeral01 .link_b a:hover {
  width: 100%;
  border: 3px solid #a9aca6;
  padding: 17px 0 15px 15px;
  box-sizing: border-box;
  background: url(../../img/funeral/ico_arrow02.png) no-repeat right 18px center #fff;
  background-size: 15px;
  transition: .3s;
}
#funeral01 .link_b i img {
  height: 24px;
  width: auto;
}
#funeral01 .link_b a p {
  margin-left: 10px;
  font-size: 22px;
}
*/



#ja02 {
  padding-bottom: 80px;
}
#ja02 ul {
  padding-top: 30px;
  padding-bottom: 30px;
}
#ja02 li {
  margin: 0 auto 20px;
  width: 260px;
  height: 260px;
}
#ja02 li p {
  font-size: 28px;
  margin-bottom: 10px;
}
#ja02 li span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  width: 100%;
}
#ja02 li sup {
  color: #fff;
}



#life01 .service {
  margin-bottom: 30px;
}
#life01 .service li {
  width: 100%;
  padding: 0 5% 30px;
  margin-bottom: 40px;
}  
#life01 .service li .ttl {
}
#life01 .service li .ttl img {
  height: 56%;
  width: auto;
}
#life01 .service li .caution {
  font-size: 13px;
}

#life01 .life_money_service {
  margin-bottom: 30px;
}
#life01 .life_money_service li {
  width: 100%;
  padding: 30px 5%;
  margin-right: 0;
  margin-bottom: 40px;
}  

#life01 .link a {
  position: relative;
  display: block;
}
#life01 .link a span {
  text-indent: -9999px;
  background: url(../img/ico_arrow_wh01.png) no-repeat center center #00a040;
  display: block;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border: 3px solid #00a040;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transition: .3s;
}
#life01 .link a:hover span{
  background: url(../img/ico_arrow_gr01.png) no-repeat center center #fff04c;
  transition: .3s;
}

#life01 .link02 {
  width: 100%;
  margin-bottom: 20px;
}
#life01 .link02 a {
  height: 140px;
}
#life01 .link02.type01 {
  background: url(../../img/life/img0401.png) no-repeat left 20px center #fff;
  background-size: 50%;
}
#life01 .link02.type02 {
  background: url(../../img/life/img0402.png) no-repeat left 20px center #fff;
  background-size: 50%;
}
#life01 .link02 a .linkarrow ,
#life01 .link02 a:hover .linkarrow {
  background: url(../img/ico_arrow_wh01.png) no-repeat center center #00a040;
  right: 20px;
  transition: 0s;
}
#life01 .link03 {
  width: 100%;
  padding: 12px 0;
}
#life01 .link03 li span {
  font-size: 16px;
  width: 100%;
}
#life01 .link03 li a {
  width: 100%;
  font-size: 16px;
  padding: 12px 30px 12px 10px;
  text-decoration: none;
  margin-top: 5px;
}
#life01 .link04 {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
#life01 .link04 a ,
#life01 .link04 a:hover {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 1px;
  padding-top: 36.36%;
  background: url(../../img/life/img05.png) no-repeat center center;
  background-size: cover;
  transition: 0s;
} 
#life01 .link04 a .linkarrow {
  font-size: 16px;
  line-height: 145%;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding: 6px 16px;
  left: 10px;
	top: inherit;
  bottom: -42px;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
  background: #00a040;
}
#life01 .link04 a .linkarrow i {
  margin-bottom: -6px;
}
#life01 .link04 a .linkarrow i img {
  width: 22px;
}
#life01 .link04 a .linkarrow br { display: none; }


#market01 .slider-wrap {
  width: 100%;
  margin-bottom: 20px;
}
#market01 .detail {
  width: 100%;
}
#market01 .tbl03 th {
  width: 8em;
}
#market01 .mod_gallery_navi {
  margin-top: 20px;
}
#market01 .mod_gallery_navi li {
  width: 24%;
}
#market01 .mod_gallery_navi li:nth-last-child(n+2){
  margin-right: 1.3%;
}
#market01 .mod_gallery_navi li img {
  width: 100%;
}
.mod_gallery_photo img{
 position: absolute;
 width: 100%;
 height: auto;
}
#market01 .tbl03 th, .tbl03 td {
  text-align: left;
  padding: 10px 5px 10px 15px;
  font-size: 14px;
}
#market01 .link_map {
  width: 50%;
  margin-bottom: 10px;
}
#market01 .link_map a ,
#market01 .link_map a:hover {
  font-size: 16px;
  width: 100%;
  padding: 14px 0;
  border: 3px solid #00a040;
  background: url(../../img/market/ico_map.png) no-repeat left 24px center, url(../img/ico_arrow_gr01.png) no-repeat right 20px center, #fff;
  background-size: auto 20px ,  auto 12px;
}
#market01 .link_shopping {
  width: 80%;
}
#market01 .link_shopping a ,
#market01 .link_shopping a:hover {
  font-size: 16px;
  width: 100%;
  padding: 14px 0;
  border: 3px solid #00a040;
  background: url(../../img/market/ico_shop.png) no-repeat left 24px center, url(../img/ico_arrow_gr01.png) no-repeat right 20px center, #fff;
  background-size: auto 20px ,  auto 12px;
}
#market01 .gr_box {
}
#market01 .gr_box .btn01 a ,
#market01 .gr_box .btn01 a:hover {
  width: 80%;
  padding-left: 60px;
  background: url(../../img/market/ico_shop.png) no-repeat left 34px center, url(../img/ico_arrow_gr01.png) no-repeat right 25px center, #fff;
  background-size: auto 20px ,  auto 12px;
}


#organization01 {
  margin-top: 30px;
}
#organization01 .photo {
  margin-bottom: 20px;
}
#organization02 .tbl_a {
  width: 1100px;
}
#organization02 .tbl_a th ,
#organization02 .tbl_a td {
  font-size: 14px;
}
#organization02 .tbl_a th {
  width: 180px;
  padding: 14px 10px;
}
#organization02 .tbl_a.sizem th.sttl {
  width: 180px;
}


#philosophy01 .w_box {
  background: #fff;
  position: relative;
  padding: 60px 6% 30px;
  margin-top: 80px;
}
#philosophy01 .be_box {
  background: #f8f7f1;
  position: relative;
  padding: 40px 6% 30px;
  margin-top: 30px;
}
#philosophy01 .w_box .ttl {
  position: absolute;
  top: -30px;
  left: 0; right: 0;
  margin: auto;
  z-index: 5;
  font-size: 20px;
  padding: 28px 0;
  background-size: 100% 72px;
  width: 200px;
}
#philosophy01 ul.list li ,
#philosophy01 ul.list li::before ,
#philosophy01 ol.count li {
  font-size: 14px;
}


#philosophy02 {
  padding: 80px 0;
}
#philosophy02 .link01 {
  margin-bottom: 60px;
}
#philosophy02 .link01 .image ,
#philosophy02 .link01 .txt {
  width: 100%;
  box-sizing: border-box;
}
#philosophy02 .link01 .image {
  margin-bottom: 20px;
}
#philosophy02 .link01 .btn02 {
  margin-top: 20px;
}
#philosophy02 .link01 .btn02 a {
  width: 80%;
}
#philosophy02 .link01 .btn02 ,
#philosophy02 .link01 .ttl06 {
  margin-bottom: 30px;
}
#philosophy02 .link02 {
  margin-bottom: 30px;
  width: 92%;
}
#philosophy02 .link02 li {
  width: 100%;
  margin-bottom: 20px;
}
#philosophy02 .link02 li .image {
  width: 90%;
  margin: 5%;
  box-sizing: border-box;
}
#philosophy02 .link02 li .txt {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 6% 25px;
}
#philosophy02 .link02 li .txt .ttl {
  font-size: 18px;
}
#philosophy02 .link02 li .btn03 {
  margin-top: 10px;
}
#philosophy02 .link02 li .btn03 a {
  width: 225px;
}
#philosophy02 .link03 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#philosophy02 .link03 li {
  width: 100%;
  margin-bottom: 20px;
}
#philosophy02 .link03 a {
  display: block;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-decoration: none;
}
#philosophy02 a .btn_arrow01 ,
#philosophy02 a:hover .btn_arrow01 {
  width: 40px;
  height: 40px;
  background: url(../img/ico_arrow_wh01.png) no-repeat center center #00a040;
  background-size: 65%;
}
#philosophy02 .link03 a .btn_arrow01 ,
#philosophy02 .link03 a:hover .btn_arrow01 {
  background: url(../img/ico_arrow_gr01.png) no-repeat center center #fff;
  background-size: 65%;
}
#philosophy02 .link03 .image {
  width: 40%;
}
#philosophy02 .link03 .txt {
  width: 60%;
  text-align: center;
}
#philosophy02 .link03 .ttl {
  font-size: 18px;
  line-height: 175%;
}


#recipe01 .ttl05 span {
}
#recipe01 .ttl05 span img {
  width: 30px;
}
#recipe01 .recipelist li ,
#recipe01 .recipelist li:nth-child(3n) {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
#recipe01 .recipelist li:nth-child(2n) {
  margin-right: 0;
}
#recipe01 .recipelist li .image {
  margin-bottom: 20px;
}
#recipe01 .recipelist li .btn {
  margin-top: 20px;
  text-align: center;
}
#recipe01 .recipelist li .btn a ,
#recipe01 .recipelist li .btn a:hover {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: url(../img/ico_arrow_gr01.png) no-repeat right 10px center #fff;
  background-size: auto 12px;
}
#recipe01 .recipelist li .btn a span {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 14px 10px 14px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-decoration: none;
  color: #00a040;
  background: url(../img/ico_pdf04.png) no-repeat left 5px center;
  background-size: auto 20px;
}


s
#recruit01 .list li {
  text-indent: -19px;
  padding-left: 19px;
  font-size: 14px;
}
#recruit01 .tbl03 th ,
#recruit01 .tbl03 td {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
}
#recruit01 .tbl03 td {
  font-size: 14px;
}
#recruit01 .r_flow {
  margin-bottom: 20px;
}
#recruit01 .r_flow li {
  width: calc( 100% - 26px );
  margin-left: 26px;
  margin-bottom: 50px;
  padding: 15px 10px;
}
#recruit01 .r_flow li .no {
  margin: 0;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  transform: rotate(0.03deg);
  position: absolute;
  top: -13px;
  left: -26px;
}
#recruit01 .r_flow li i {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
#recruit01 .r_flow li i img {
  width: 44px;
}
#recruit01 .r_flow li:nth-last-child(n+2):after {
  width: 19px;
  height: 29px;
  background: url(../img/ico_arrow_gr01_b.png) no-repeat center center;
  background-size: 19px;
  margin: auto;
  right: 0; left: 0;
  top: inherit;
  bottom: -39px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#recruit01 .r_flow li p {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 18px;
  display: block;
  text-align: center;
}
#recruit01 .rnav {
  margin-top: 50px;
}
#recruit01 .rnav a ,
#recruit01 .rnav a:hover {
  width: 100%;
  background: url(../../img/recruit/ico_arrow.png) no-repeat right 15px center #fff;
  background-size: 22px;
  transition: 0s;
  font-size: 18px;
  padding: 16px 30px 14px 0;
}
#recruit01 .rnav a i img {
  width: 110px;
}



#speciality01 dl {
  margin-bottom: 20px;
}
#speciality01 dl.accopen {
  margin-bottom: 40px;
}
#speciality01 dt {
  padding: 14px 0 13px 26px;
  line-height: 1;
  background: url(../img/ico_open01.png) no-repeat right 20px center #00a040;
  background-size: 32px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
}
#speciality01 dt i img {
  width: 30px;
}
#speciality01 dt span {
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
  padding-top: 2px;
}
#speciality01 dt.active {
  background: url(../img/ico_close01.png) no-repeat right 20px center #00a040;
  background-size: 32px;
}
#speciality01 dd {
  padding: 20px 4% 30px;
}
#speciality01 dd li.box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
#speciality01 dd li.box:last-child {
  border: none;
}
#speciality01 dd li.box .image {
  width: 70%;
  padding-top: 70%;
}
#speciality01 dd li.box .ttl {
  font-size: 24px;
  margin-bottom: 15px;
}
#speciality01 dd li.box .txt03 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 30px;
}
#speciality01 dd li.box .season {
  margin-bottom: 20px;
}
#speciality01 dd li.box .season .sttl {
  font-size: 14px;
  padding: 15px 26px;
}
#speciality01 dd li.box .season p {
  font-size: 14px;
  padding: 15px 26px;
}
#speciality01 dd li.box .btnlist li {
  margin-bottom: 15px;
}
#speciality01 dd li.box .btnlist a {
  padding: 12px 0;
  box-sizing: border-box;
  background: url(../img/ico_arrow_gr01.png) no-repeat right 20px center;
}
#speciality01 dd li.box .btnlist a span {
  padding-right: 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#speciality01 dd li.box .btnlist a i {
  margin-right: 5px;
  vertical-align: middle;
}



.newscat {
	margin-bottom: 6%;
}
.newscat li {
  width: 32%;
  margin-bottom: 5px;
}
.newscat li.current a {
  background: #fff;
  color: #00a040;
}
.newscat li a ,
.newscat li a:hover {
  color: #fff;
  background: #00a040;
  padding: 10px 0;
}

.newslist li {
  margin-bottom: 15px;
}
.newslist li a {
  width: 100%;
  padding: 10px;
}
.newslist li a:hover {
  border: 2px solid #00a040;
}
.newslist li .image {
  width: 25%;
}
.newslist li .txt {
  width: 70%;
  margin-left: 5%;
}
.newslist li .date {
  font-size: 14px;
}
.newslist li .cat {
  font-size: 14px;
  padding: 4px 10px;
}
.newslist li .txt p {
  margin-top: 10px;
}

.editarea_ttl {
  padding: 20px 4% 0;
}
.editarea_ttl .date {
  font-size: 14px;
}
.editarea_ttl .ttl {
  font-size: 24px;
}
.editarea {
  padding: 20px 4%;
}

.editarea h2 {
  font-size: 1.45em;
}
.editarea h3 {
  font-size: 1.35em;
}
.editarea h4 {
  font-size: 1.2em;
}
.editarea h5 {
  font-size: 1.1em;
}




#other01 table.josei01 {
  width: 100%;
}
#other01 table.josei01 th ,
#other01 table.josei01 td {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
#other01 table.josei01 th {
  padding: 14px 4%;
}
#other01 table.josei01 td {
  padding: 20px 4%;
}
#other01 table.josei02 {
  margin-bottom: 0;
}
#other01 table.josei02 ,
#other01 table.josei03 {
  width: 100%;
  height: auto;
}
#other01 table.josei02 th,
#other01 table.josei03 th {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 4%;
}
#other01 table.josei02 td,
#other01 table.josei03 td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 4%;
}

#other01 .inasaku01 > li {
  width: 100%;
  margin-bottom: 25px;
}
#other01 .inasaku01 dt {
  display: block;
  color: #fff;
  border: 2px solid #00a040;
  background: #00a040;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
#other01 .inasaku01 dt::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -4px;
}
#other01 .inasaku01 dt.active::before{
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  border-right: none;
  border-bottom: none;
  top: 55%;
}
#other01 .inasaku01 dd {
  display: none;
}

#other01 ul.list li ,
#other01 ul.list li a ,
#other01 ul.list li::before ,
#other01 ol.count li {
  font-size: 14px;
}
#other01 .contactbox {
  width: 90%;
  padding: 60px 0 20px;
  margin-bottom: 50px;
}
#other01 .contactbox .ttl {
  font-size: 24px;
  padding: 26px 0;
  width: 300px;
  background-size: auto 72px;
}
#other01 .contactbox i img {
  height: 32px;
  width: auto;
}
#other01 .contactbox a {
  font-size: 32px;
  pointer-events: auto;
}

.tbl03.kujou01 tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tbl03.kujou01 th ,
.tbl03.kujou01 td {
  width: 100%;
  padding: 10px;
}
.tbl03.kujou01 th br {
    display: none;
}

#other01 .borderwrap {
  width: 100%;
  padding: 15px 4%;
}
#other01 .borderwrap dt ,
#other01 .borderwrap dd {
  font-size: 14px;
}
#other01 .double li {
  width: 100%;
}
#other01 .double li:first-child {
  margin-bottom: 15px;
}
#other01 .double li .box01 {
  width: 100%;
  padding-top: 20px;
}
#other01 .double li .box01 strong {
  font-size: 16px;
}
#other01 .imgwrap {
  width: 92%;
  padding: 15px 4%;
  margin-top: 20px;
}
#other01 .imgwrap .sidelist02 li {
  width: 40%;
}

#magazine01 {
}


.new_magazine {
  margin-bottom: 60px;
}
.new_magazine .pdf_box {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.new_magazine .pdf_box img {
  width: 60%;
}
.new_magazine .pdf_box a {
  width: 100%;
}
.new_magazine .txt_box {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 5%;
}
.new_magazine .txt_box .ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
.new_magazine .txt_box .index_ttl {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}
.new_magazine .txt_box .index_list li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 200%;
}

.bk_magazine dl {
  width: 100%;
  margin-bottom: 20px;
}
.bk_magazine dt {
  background-size: 32px;
  padding: 14px 5%;
  font-size: 16px;
  background-position: right 20px center;
}
.bk_magazine dt.active {
  background-size: 32px;
  background-position: right 20px center;
}
.bk_magazine dd {
  background: #fff;
  padding: 25px 5%;
}
.bk_magazine dd li {
  width: 100%; 
  margin-bottom: 10px;
}
.bk_magazine dd li a {
  font-size: 14px;
  padding-left: 32px; 
  background-size: auto 28px;
  display: block;
}


.navi_wrap .wp-pagenavi a,
.navi_wrap .wp-pagenavi span {
	padding: 5px 8px;
	margin: 4px;
}






/*20221220*/
.wave_line_t svg {
  height: 70px;
}
.wave_line_b svg {
  height: 70px;
}
.txt01.m_b_60 {
	margin-bottom: 0;
}
#news01 {
	padding-top: 100px;
	padding-bottom: 100px;
}
#footer .inbox01 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
footer #footer_inner a {
	pointer-events: auto;
	text-decoration: none;
}
footer #footer_inner .address a {
	pointer-events: auto;
	text-decoration: none;
}






/*20230606*/
#organization02 .tbl_a {
	width: 800px;
}
#organization02 .tbl_a th.tel {
	width: 110px;
	background: #818180;
    padding: 20px 5px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    letter-spacing: 0;
}
#organization02 .tbl_a th.address {
	width: 160px;
	background: #818180;
    padding: 20px 5px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    letter-spacing: 0;
}
#organization02 {
	
}
#organization02 .engei .tbl_a {
	width: 750px;
}
#organization02 .engei .tbl_a th.sttl {
	width: 100px;
}

#organization02 .eigyo_01 .tbl_a {
	width: 750px;
}
#organization02 .eigyo_01 .tbl_a th.sttl {
	width: 100px;
}

#organization02 .eigyo_02 .tbl_a {
	width: 750px;
}
#organization02 .eigyo_02 .tbl_a th.sttl {
	width: 100px;
}



/*20240417*/
#organization02 .tbl_a.m_b_20 tr:first-child th {
	width: 200px;
}
#organization02 .tbl_a th:first-child {
	width: 100px;
}
#organization02 .tbl_a th.sttl {
	width: 100px;
}
td.tel {
	width: 150px;
}



/*20240522*/
.recruit_table {
	
}
.recruit_table td img {
	width: auto;
	max-width: 195px;
}


.inbox01 iframe {
	max-width: 100%;
}
#recruit01 .bg_01 {
	padding-top: 10%;
}


/*20240704*/
.drawer-hamburger {
	width: 28px;
	padding-top: 15px;
	padding-bottom: 33px;
	padding-left: 17px;
	padding-right: 21px;
}
.top .drawer-hamburger,
.demo.top .drawer-hamburger {
	width: 28px;
	padding-top: 10px;
	padding-bottom: 33px;
	padding-left: 17px;
	padding-right: 21px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.demo .drawer-hamburger-icon,
.demo .drawer-hamburger-icon:before,
.demo .drawer-hamburger-icon:after {
    width: 30px;
}
#spnav,
.demo #spnav {
	width: 15%;
	height: 57px;
}
.hnav,
.demo .hnav {
	width: 50%;
	margin-right: 70px;
}
.hnav a,
.demo .hnav a {
	width: 45%;
	height: 57px;
}
.hnav a img,
.demo .hnav a img {
	width: auto;
	height: 90%;
}



/*20241017*/
.gus_center_block {
	padding-top: 40px;
}
.gus_center_block table {
	width: 100%;
	min-width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #333;
	border-collapse: collapse;
}
.gus_center_block tr {
	
}
.gus_center_block th {
	font-size: 14px;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #333;
}
.gus_center_block td {
	font-size: 14px;
	padding: 10px;
	border: 1px solid #333;
}

.manual_list {
	margin-bottom: 60px;
}
.manual_list ul {
	padding: 0 20px;
}
.manual_list li {
	margin-bottom: 20px;
}
.manual_list li a {
	color: #33a;
	font-size: 16px;
	font-weight: bold;
}





















