@charset "UTF-8";


/*---------------------------------------------------------- */


/* .home */


/*---------------------------------------------------------- */
.home .hero {
  padding: 0px;
  position: relative;
}

.home .hero #slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 780px;
}


.home .hero .slide-inner-content {
  text-align: center;

  width: 1170px;
  height: 130px;
  color:#fff;
   position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top:-60px;
  margin-left:-585px;
}
.home .hero .slide-inner-content .txt1 img {
	width: 1170px;
	height:auto;
	filter: drop-shadow(5px 5px 10px rgb(0,0,0,0.3));
}
.home .hero .slide-inner-content .txt2 {
  font-size:20px;
  padding-top:30px;
}
/* .home .hero .btn_scroll
/*---------------------------------------------------------- */
.home .hero .btn_scroll {
  position: absolute;
  bottom: 175px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 80px;
  color: #fff;
}

.home .hero .btn_scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.home .hero .btn_scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.home .hero .btn_scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.home .hero .btn_scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1500px) {

}


/* .home .hero .bn
/*---------------------------------------------------------- */
.home .hero ul.bn {
/*display:table;*/
width: 100%;
/*justify-content:center;	*/
	position: absolute;
  bottom: 115px;
  left: 0;
  z-index: 2;
  padding:0 103px 0 110px;
}
.home .hero ul.bn li {
	float:left;
/*	display:table-cell;*/
	width : calc(100% / 3) ;
	padding: 0 35px;
	
}
.home .hero ul.bn li:last-child {
	margin-right:0px;
}
.home .hero ul.bn li img {
	width: 100%;
	height:auto;
	border:5px rgb(255,255,255,0.7) solid;
}
.home .hero ul.bn li a {
	position: relative;
	top: 0;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
display:block;
}
.home .hero ul.bn li a:before {
	content:"";
	width: 13px;
	height: 19px;
	background:url(../images/common/flag.svg) no-repeat;
	background-size:13px 19px;
	opacity:0.5;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top:-10px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .hero ul.bn li a:hover {
	top: -5px;
}
.home .hero ul.bn li a:hover:before {
	right: 20px;
}

/* .home .sec.no1
/*---------------------------------------------------------- */
.home .sec.no1 {
	padding-bottom:70px;
}
.home .sec.no1 .bl h3 {
	font-size:24px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	margin-bottom:10px;
}
/* .home .sec.no1 .bl.info
/*----------------------------------------- */
.home .sec.no1 .bl.info {
	float:left;
  width: 810px;
  position: relative;
}
.home .sec.no1 .bl.info a.btn_more {
	font-size:12px;
	background-color:#c6c6c6;
	color:#fff;
	padding:4px 15px 4px 25px;
	position: absolute;
	top: 5px;
	left: 120px;
	text-decoration:none;
}
.home .sec.no1 .bl.info a.btn_more:before {
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 4px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
top: 50%;
left: 12px;
margin-top:-4px;
}
.home .sec.no1 .bl.info a.btn_more:hover {
	background-color:#93b74b;
}
.home .sec.no1 .bl.info li {
	padding:15px 0 15px 120px;
	border-bottom:1px #ccc dotted;
	font-size:16px;
	position: relative;
}
.home .sec.no1 .bl.info li:last-child {
	border-bottom:none;
}
.home .sec.no1 .bl.info li span.date {
	position: absolute;
	top: 15px;
	left: 0;
}
.home .sec.no1 .bl.info li a {
	color:#333;
	text-decoration:none;
}
.home .sec.no1 .bl.info li a span {
	font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-weight: 500;font-style: normal;
	color:#859b4d;
}
.home .sec.no1 .bl.info li a:hover {
	text-decoration:underline;
}

/* .home .sec.no1 .bl.kyukyu
/*----------------------------------------- */
.home .sec.no1 .bl.kyukyu {
	float:right;
  width: 395px;
  min-height: 310px;
  border-left: 1px #e4e4e4 solid;
  padding-left:55px;
}
.home .sec.no1 .bl.kyukyu .calendar {
  width: 100%;
}
.home .sec.no1 .bl.kyukyu .calendar table {
  width: 100% !important;
}
.home .sec.no1 .bl.kyukyu .calendar td {
  padding:5px 0 !important;
}
.home .sec.no1 .bl.kyukyu .calendar p {
  text-align:center;
  padding-left:30px;
}
.home .sec.no1 .bl.kyukyu .calendar p span {
  position: relative;
}
.home .sec.no1 .bl.kyukyu .calendar p span:before {
  content:"";
  width: 16px;
  height: 16px;
  background-color:#fbd4ca;
  position: absolute;
  top: -1px;
  left: -23px;
}
/* .home .sec.no2
/*---------------------------------------------------------- */
.home .sec.no2 {
	width: 100%;
	height: 820px;
	background:url(../images/top/sec2/bg.jpg) no-repeat center 0;
	position: relative;
}
.home .sec.no2 .secIn {
	width: 100% !important;
	padding:75px 50px 0;
}
/* .home .sec.no2 h3
/*----------------------------------------- */
.home .sec.no2 h3 {
	width: 320px;
	text-align:center;
	padding-left:40px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -160px;
}
.home .sec.no2 h3 span {
	font-size:38px;
	position: relative;
}
.home .sec.no2 h3 span:before {
	content:"";
	width: 37px;
	height: 42px;
	background:url(../images/top/sec2/icon.svg) no-repeat;
	background-size:37px 42px;
	position: absolute;
	top: 0px;
	left: -55px;
}
.win .home .sec.no2 h3 span:before {
	top: 13px !important;
}
.home .sec.no2 h3 .sub {
	font-size:12px;
	text-align:center;
	width: 320px;
	margin-left:-160px;
	position: absolute;
	top: 60px;
	left: 50%;
}
/* .home .sec.no2 h4
/*----------------------------------------- */
.home .sec.no2 .md {
	padding:0 20px;
}
.home .sec.no2 h4 {
	width: 100%;
	background-color:rgb(255,255,255,0.7);
	border-top:1px rgb(147, 183, 75, 0.3) solid;
	border-bottom:1px rgb(147, 183, 75, 0.3) solid;
	text-align:center;
	padding:10px 0;
	margin-bottom:30px;
}
.home .sec.no2 h4 span {
	font-size:26px;
	color:#93b74b;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
/* .home .sec.no2 ul
/*----------------------------------------- */
.home .sec.no2 ul {
	margin-bottom:25px;
}
.home .sec.no2 li {
	float:left;
	width : calc(100% / 3) ;
	padding:0 20px;
}
.home .sec.no2 li a {
	display:block;
	text-decoration: none;
	color:#93b74b;
	text-align:center;
	padding:15px 0 20px;
	background-color:#fff;
	border:2px #93b74b solid;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
position: relative;
top: 0;
}
.home .sec.no2 li a:hover {
	background-color:#eff6e0;
	top: -5px;
}
.home .sec.no2 li span {
	font-size:24px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.home .sec.no2 li img {
	width: 43px;
	height: 43px;
	position: relative;
	top: 1px;
	left: -15px;
}

.home .sec.no2 .bl.no2 {
	padding-top:15px
}
.home .sec.no2 .bl.no2 h4 {
	border-top:1px rgb(105, 173, 215, 0.3) solid;
	border-bottom:1px rgb(105, 173, 215, 0.3) solid;
}
.home .sec.no2 .bl.no2 h4 span {
	color:#69add7;
}

.home .sec.no2 .bl.no2 li a {
	color:#69add7;
	border:2px #69add7 solid;
}
.home .sec.no2 .bl.no2 li a:hover {
	background-color:#e2f2fb;
}

/* .home .sec.no3
/*---------------------------------------------------------- */
.home .sec.no3 {
	width: 100%;
	background:url(../images/top/sec3/bg.jpg);
	position: relative;
	padding:85px 0 80px;
	overflow:hidden;
}
.home .sec.no3:before {
	content:"";
	width: 100%;
	height: 10px;
	background-color:#fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0.2;
}
.home .sec.no3:after {
	content:"";
	width: 1828px;
	height: 1583px;
	background:url(../images/top/sec3/icon.svg) no-repeat;
	background-size:1500px auto;
	opacity:0.08;
	position: absolute;
	top: -360px;
	left: 50%;
	margin-left:-780px;
	z-index:0;
}
/* .home .sec.no3 h3
/*----------------------------------------- */
.home .sec.no3 h3 {
	text-align:center;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#fff;
	margin-bottom:25px;
	z-index:1;
}
.home .sec.no3 h3 span {
	font-size:40px;
	text-shadow: 1px 1px 3px rgb(0,0,0,0.2); 
}
.home .sec.no3 h3 .sub {
	font-size:12px;
}
.home .sec.no3 .expl {
	color:#fff;
	text-align:center;
	font-size:18px;
}
/* .home .sec.no3 ul
/*----------------------------------------- */
.home .sec.no3 ul {
	margin-top:35px;
	z-index:1;
	position: relative;
}
.home .sec.no3 ul li {
	float:left;
	width: 290px;
	
margin-right:32px;
}
.home .sec.no3 ul li:last-child {
margin-right:0px;
}
.home .sec.no3 ul li a {
	text-decoration:none;
	color:#333;
	background-color:#fff;
box-shadow:3px 3px 0px 0px rgba(0,0,0,0.1);
-moz-box-shadow:3px 3px 0px 0px rgba(0,0,0,0.1);
-webkit-box-shadow:3px 3px 0px 0px rgba(0,0,0,0.1);
display:block;
}
.home .sec.no3 ul li .pic {
	width: 290px;
	height: 180px;
	overflow:hidden;
}
.home .sec.no3 ul li .pic img {
	width: 100%;
	height:auto;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.home .sec.no3 ul li .txt {
	padding:20px;
	width: 100%;
}
.home .sec.no3 ul li .txt1 {
	height: 75px;
	color:#2a390a;
	font-size:20px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	border-bottom:1px #d6d6d6 solid;
	text-align:center;
	padding-bottom:15px;
	position: relative;
}
.home .sec.no3 ul li:last-child .txt1 {
	padding:15px 0 15px;
}
.home .sec.no3 ul li .txt1:after {
	content:"";
	width: 8px;
	height: 8px;
	background:url(../images/common/flag2.svg) no-repeat;
	background-size:8px 8px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top:-9px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no3 ul li .txt2 {
	font-size:14px;
	padding-top:15px;
	height: 115px;
}

.home .sec.no3 ul li a:hover .pic img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.home .sec.no3 ul li a:hover .txt1:after {
	right:0px;
}

/* .home .sec.no4
/*----------------------------------------------------------------- */
.home .sec.no4 {
	padding:60px 0 80px;
	background-color:#fff;
}
/* .home .sec.no4 h3
/*---------------------------------------------------- */
.home .sec.no4 h3 {
	text-align:center;
	padding-left:60px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.home .sec.no4 h3 span {
	font-size:38px;
	position: relative;
}
.home .sec.no4 h3 span:before {
	content:"";
	width: 50px;
	height: 41px;
	background:url(../images/top/sec4/icon.svg) no-repeat;
	background-size:50px 41px;
	position: absolute;
	top: 0px;
	left: -65px;
}
.win .home .sec.no4 h3 span:before {
	top: 13px !important;
}
.home .sec.no4 h3 .sub {
	font-size:12px;
	text-align:center;
	width: 320px;
	margin-left:-160px;
	position: absolute;
	top: 60px;
	left: 50%;

}
/* .home .sec.no4 ul
/*---------------------------------------------------- */
.home .sec.no4 ul {
	margin-top:55px;
}
.home .sec.no4 li {
	float:left;
	width: 380px;
	margin-right:60px;
}
.home .sec.no4 li:last-child {
	margin-right:0px;
}
.home .sec.no4 li .txt {
	padding-top:15px;
}
.home .sec.no4 li a.txt1 {
	font-size:20px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	padding-left:20px;
	text-decoration:none;
	color:#333;
	position: relative;
}
.home .sec.no4 li a.txt1:before {
	content:"";
	width: 10px;
	height: 14px;
	background:url(../images/common/flag3.svg) no-repeat;
	background-size:10px 14px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top:-7px;
}
.home .sec.no4 li a.txt1:hover {
	color:#99bb54;
}
.home .sec.no4 li .txt2 {
	padding-top:15px;
}
.home .sec.no4 li .pic {
	width: 380px;
	height: 230px;
	overflow:hidden;
}
.home .sec.no4 li a img {
	width: 380px;
	height:auto;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no4 li a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

/* .home .sec.no4 .btn 
/*--------------------------- */
.home .sec.no4 .btn {
	text-align:center;
	margin-top:60px;
}
.home .sec.no4 .btn a {
	text-decoration:none;
	border:1px #99b55a solid;
	background-color:#fff;
	padding:20px 70px 20px 50px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no4 .btn a:hover {
	background-color:#99b55a;
	color:#fff;
}

.home .sec.no4 .btn a span {
	font-size:18px;
	position: relative;
}
.home .sec.no4 .btn a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #99b55a;
  border-right: solid 2px #99b55a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -2px;
 transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no4 .btn a:hover span:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: -35px;
}
/* .home .sec.no5
/*---------------------------------------------------- */
.home .sec.no5 {
	padding:60px 0 40px;
	background-color:#f3f7ea;
	position: relative;
}
.home .sec.no5:after {
	content:"";
	width: 100%;
	height: 110px;
	background-color:#e3ecd2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:0;
}

.home .sec.no5 .pic {
	float:left;
	width: 630px;
	height: 420px;
	overflow:hidden;
	position: relative;
	z-index:1;
	border:5px #fff solid;
}
.home .sec.no5 .pic img {
	width: 100%;
	height:auto;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no5 .pic a:hover img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.home .sec.no5 .txt {
	float:right;
	width: 560px;
	position: relative;
	z-index:1;
}
.home .sec.no5 .txt1 {
	font-size:66px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#d4e1bb;
}
.home .sec.no5 .txt2 {
	font-size:38px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.home .sec.no5 .txt3 {
	font-size:16px;
	margin-top:35px;
	padding-top:30px;
	padding-bottom:95px;
	position: relative;
}
.home .sec.no5 .txt3:before {
	content:"";
	width: 40px;
	height: 1px;
	background-color:#93b74b;
	position: absolute;
	top: 0;
	left: 0;
}
.home .sec.no5 a.btn {
	font-size:17px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	background-color:#93b74b;
	padding:10px 55px;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-decoration:none;
color:#fff;
position: relative;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no5 a.btn:after {
	content:"";
	width: 8px;
	height: 8px;
	background:url(../images/common/flag4.svg) no-repeat;
	background-size:8px 8px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top:-4px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no5 a.btn:hover {
	background-color:#708c38;
}
.home .sec.no5 a.btn:hover:after {
	right:15px;
}

/* .home .sec.no6
/*----------------------------------------------------------------- */
.home .sec.no6 {
	padding:60px 0;
	background:url(../images/common/bg.jpg);
}
/* .home .sec.no6 h3
/*---------------------------------------------------- */
.home .sec.no6 h3 {
	text-align:center;
	padding-left:60px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.home .sec.no6 h3 span {
	font-size:38px;
	position: relative;
}
.home .sec.no6 h3 span:before {
	content:"";
	width: 52px;
	height: 39px;
	background:url(../images/top/sec6/icon.svg) no-repeat;
	background-size:52px 39px;
	position: absolute;
	top: -3px;
	left: -70px;
}
.win .home .sec.no6 h3 span:before {
	top: 10px !important;
}
.home .sec.no6 h3 .sub {
	font-size:12px;
	text-align:center;
	width: 320px;
	margin-left:-160px;
	position: absolute;
	top: 60px;
	left: 50%;

}



.home .sec.no6 ul {
	margin-top:55px;
}
.home .sec.no6 li {
	float:left;
	width: 380px;
	margin-right:60px;
}
.home .sec.no6 li:last-child {
	margin-right:0px;
}
.home .sec.no6 li .pic {
	width: 380px;
	height: 230px;
	overflow:hidden;
}
.home .sec.no6 li a img {
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.home .sec.no6 li a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}


.home .sec.no6 li .txt {
	padding-top:15px;
}
.home .sec.no6 li .txt1 {
	font-size:18px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#658526;
}
.home .sec.no6 li .txt2 {
	font-size:24px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#658526;
}
.home .sec.no6 li .txt3 {
	font-size:15px;
	padding-top:10px;
}




/*---------------------------------------------------------- */


/* .about.top */


/*---------------------------------------------------------- */
/*.about.top .sec.no1 h3 {
	width: 100%;
	position: relative;
	margin-bottom:25px;
}
.about.top .sec.no1 h3:before {
	content:"";
	width: 100%;
	height: 1px;
	background-color:#d1d1d1;
	position: absolute;
	top: 50%;
	left: 0;
}
.about.top .sec.no1 h3 span {
	font-size:38px;
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	background-color:#fff;
	display:inline-block;
	padding-right:20px;
}*/

/* .about.top .sec.no1 .bl.no1
/*----------------------------------------------- */
.about.top .sec.no1 .bl.no1 .waku {
	width: 100%;
	padding:30px;
	text-align:center;
	position: relative;
	margin-top:50px;
}
.about.top .sec.no1 .bl.no1 .waku:before {
	content:"";
	width: 65px;
	height: 250px;
	border-left:1px #93b74b solid;
	border-top:1px #93b74b solid;
	border-bottom:1px #93b74b solid;
	position: absolute;
	top: 0;
	left: 0;
}
.about.top .sec.no1 .bl.no1 .waku:after {
	content:"";
	width: 65px;
	height: 250px;
	border-right:1px #93b74b solid;
	border-top:1px #93b74b solid;
	border-bottom:1px #93b74b solid;
	position: absolute;
	top: 0;
	right: 0;
}
.about.top .sec.no1 .bl.no1 .waku .txt1 {
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	font-size:40px;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#93b74b;
}
.about.top .sec.no1 .bl.no1 .waku .txt2 {
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	font-size:26px;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	padding-top:10px;
}

.about.top .sec.no1 .bl.no1 dl {
	width: 100%;
	display:table;
	margin-top:50px;
}
.about.top .sec.no1 .bl.no1 dt {
	width: 30%;
	display:table-cell;
	padding:30px;
	text-align:center;
	background-color:#93b74b;
	vertical-align: middle;
}
.about.top .sec.no1 .bl.no1 dt span {
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	font-size:26px;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#fff;
}
.about.top .sec.no1 .bl.no1 dd {
	display:table-cell;
	padding:30px 40px;
	background-color:#f8f8f8;
	vertical-align: middle;
}

.about.top .sec.no1 .bl.no1 li {
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	font-size:24px;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	position: relative;
	padding-left:35px;
}
.about.top .sec.no1 .bl.no1 li span {
	position: absolute;
	top: 0;
	left: 0;
}
/* .about.top .sec.no1 .bl.no2
/*----------------------------------------------- */
.about.top .sec.no1 .bl.no2 .mass {
	display:table;
	width: 100%;
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:1px #d1d1d1 dotted;
}
.about.top .sec.no1 .bl.no2 .mass:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}
.about.top .sec.no1 .bl.no2 .mass .pic {
	display:table-cell;
	width: 300px;
}
.about.top .sec.no1 .bl.no2 .mass .txt {
	display:table-cell;
	vertical-align: middle;
	padding-left:40px;
}
.about.top .sec.no1 .bl.no2 .mass .txt .md {
	font-size:36px;
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#93b74b;
}
.about.top .sec.no1 .bl.no2 .mass .txt .expl {
	padding-top:15px;
}

/*---------------------------------------------------------- */


/* .about.greeting */


/*---------------------------------------------------------- */
.about.greeting .sec.no1 .bl {
	display:table;
	width: 100%;
}
.about.greeting .sec.no1 .bl .pic {
	display:table-cell;
	width: 280px;
}
.about.greeting .sec.no1 .bl .pic p {
	text-align:center;
	padding-top:20px;
	font-size:26px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.about.greeting .sec.no1 .bl .pic p span {
	font-size:18px;
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	margin-right:15px;
}
.about.greeting .sec.no1 .bl .txt {
	display:table-cell;
	padding-left:60px;
	vertical-align: top;
}

/*---------------------------------------------------------- */


/* .about.features */


/*---------------------------------------------------------- */
.about.features .sec.no1 .bl {
	margin-bottom:100px !important;
}
.about.features .sec.no1 .bl:last-child {
	margin-bottom:0px;
}
.about.features .sec.no1 .bl h3.md1 {
	margin-bottom:50px !important;
}
.about.features .sec.no1 .bl .expl .catch {
	position: relative;
	top: -20px;
}
.about.features .sec.no1 .bl .expl img {
	float:left;
	margin-right:40px;
	margin-bottom:10px;
	position: relative;
	top: -15px;
}
.about.features .sec.no1 .bl:nth-child(odd) .expl img {
	float:right;
	margin-left:40px;
}

/*---------------------------------------------------------- */


/* .about.facility */


/*---------------------------------------------------------- */
.about.facility .sec.no1 .pers {
	background-color:#f8f8f8;
	padding:50px;
}
.about.facility .sec.no1 ul {
margin-top:50px;
}
.about.facility .sec.no1 li {
	float:left;
 margin:0 4% 50px 0;
width:48%;
}
.about.facility .sec.no1 li:nth-child(2n) {
 margin-right:0;
}
.about.facility .sec.no1 li img {
	width: 100%;
	height:auto;
}
.about.facility .sec.no1 li .txt {
	padding-top:15px;
}
.about.facility .sec.no1 li .txt .name {
	font-family:'FP-HiraKakuProN-W6';
	font-size:18px;
	position: relative;
	padding-left:35px;
}
.about.facility .sec.no1 li .txt .name .no {
width:27px;
height:27px;
background-color:#93b74b;
border-radius: 27px;
-webkit-border-radius: 27px;
-moz-border-radius: 27px;
color:#fff;
position: absolute;
top: 0;
left: 0;
letter-spacing:-3px;
font-size:17px;
text-align:center;
}
.about.facility .sec.no1 li .txt .name .no span {
	position: relative;
	top: 1px;
	left: -2px;
}
.about.facility .sec.no1 li .txt .expl {
padding:10px 5px 5px;
}



.about.facility .sec.no1 .bl.no4 li {
 margin:0 2% 50px 0 !important;
width: 32% !important;
}
.about.facility .sec.no1 .bl.no4 li:nth-child(2n) {
 margin-right:2% !important;
}
.about.facility .sec.no1 .bl.no4 li:nth-child(3n) {
 margin-right:0px !important;
}
.about.facility .sec.no1 .bl.no4 li .txt .name {
	padding-left:0px !important;
}
/*---------------------------------------------------------- */


/* .about.regional */


/*---------------------------------------------------------- */
.about.regional .sec.no1 .box {
	padding:30px;
	margin:30px 0 45px;
	border:1px #cadca7 dashed;
	background-color:#f9fbf6;
}
.about.regional .sec.no1 .box dl {
	border-bottom:1px #ccc dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}
.about.regional .sec.no1 .box dl:last-child {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.about.regional .sec.no1 .box dt {
	font-size:22px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#93b74b;
}
.about.regional .sec.no1 .box dd {
	font-size:16px;
	padding:10px 20px 0px;
}


/*---------------------------------------------------------- */


/* .about.overview */


/*---------------------------------------------------------- */
.about.overview .sec.no1 #access a.btn {
	width: 100%;
	margin-top:20px;
	background-color:#fff;
	border:1px #93b74b solid;
	padding:10px 0px;
	font-size:30px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	text-decoration: none;
	display:inline-block;
	text-align:center;
	color:#93b74b;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.about.overview .sec.no1 #access a.btn span{
	font-size:24px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	position: relative;
}
.about.overview .sec.no1 #access a.btn span:after {
	content:"";
	width: 10px;
	height: 16px;
	background:url(../images/common/flag3.svg) no-repeat;
	background-size:10px 16px;
	position: absolute;
	top: 50%;
	right: -40px;
	margin-top:-8px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.about.overview .sec.no1 #access a.btn:hover {
	background-color:#93b74b;
	color:#fff;
}
.about.overview .sec.no1 #access a.btn:hover span:after{
	right: -45px;
	background:url(../images/common/flag3_white.svg) no-repeat;
}
/*---------------------------------------------------------- */


/* .about.group */


/*---------------------------------------------------------- */
.about.group .sec.no1 .bl {
	width: 100%;
	display:table;
	padding-bottom:40px !important;
	margin-bottom:40px !important;
	border-bottom:1px #ccc dotted;
}
.about.group .sec.no1 .bl:last-child {
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	border-bottom:none;
}
.about.group .sec.no1 .bl .pic {
	display:table-cell;
	width: 380px;
	height: 230px;
	overflow:hidden;
}
.about.group .sec.no1 .bl a img {
	width: 100%;
	height:auto;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.about.group .sec.no1 .bl a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}


.about.group .sec.no1 .bl .txt {
	display:table-cell;
	vertical-align: middle;
	padding-left:60px;
}
.about.group .sec.no1 .bl .txt1 {
	font-size:22px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#658526;
}
.about.group .sec.no1 .bl .txt2 {
	font-size:28px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color:#658526;
}
.about.group .sec.no1 .bl .txt3 {
	font-size:16px;
	padding-top:10px;
}
.about.group .sec.no1 .bl .btn {
	margin-top:20px;
}
.about.group .sec.no1 .bl .btn a {
	background-color:#99b55a;
	color:#fff;
	text-decoration:none;
	
	display: inline-block;
	padding:3px 20px 3px 45px;
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.about.group .sec.no1 .bl .btn a:hover {
	background-color:#809152;
}

.about.group .sec.no1 .bl .btn a span {
	position: relative;
	font-size:16px;
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.about.group .sec.no1 .bl .btn a span:before {
	content:"";
	width: 14px;
	height: 14px;
	background:url(../images/common/icon_link.svg) no-repeat;
	background-size:14px 14px;
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top:-7px;
	opacity:0.7;
}


/*---------------------------------------------------------- */


/* .ambulatory.top */


/*---------------------------------------------------------- */
.ambulatory.top .sec .expl {
	margin-bottom:15px;
}
.ambulatory.top .sec dl {
	width: 100%;
	display:table;
	border-bottom:1px #fff solid;
}
.ambulatory.top .sec dt {
	width: 25%;
	display:table-cell;
	padding:20px 30px;
	color:#fff;
	background-color:#93b74b;
	font-size:16px;
	vertical-align: middle;
	text-align:center;
	border-right:1px #fff solid;
}
.ambulatory.top .sec dd {
	display:table-cell;
	padding:20px 30px;
	color:#333;
	background-color:#f8f8f8;
	font-size:16px;
}
.ambulatory.top .sec dl.hissu dt {
	background-color:#ff9900;
}


/*---------------------------------------------------------- */


/* .ambulatory.schedule */


/*---------------------------------------------------------- */
.ambulatory.schedule .sec .bl {
	position: relative;
}
.ambulatory.schedule .sec a.btn_more {
	text-decoration:none;
	color:#46581c;
	background-color:#fff;
	padding:5px 20px 5px 30px;
	display:inline-block;
	position: absolute;
	top: 12px;
	right: 22px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ambulatory.schedule .sec a.btn_more span {
	position: relative;
}
.ambulatory.schedule .sec a.btn_more span:before {
	content:"";
	width: 6px;
	height: 8px;
	background:url(../images/common/flag2.svg) no-repeat;
	background-size:6px 8px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top:-4px;

}
.ambulatory.schedule .sec a.btn_more:hover {
	color:#fff;
	background-color:#46581c;
}
/*---------------------------------------------------------- */


/* .ambulatory.department.list */


/*---------------------------------------------------------- */
.ambulatory.department.list .sec ul {

}
.ambulatory.department.list .sec li {
	float:left;
	margin:0 2% 25px 0;
	width:32%;
}
.ambulatory.department.list .sec li:nth-child(3n) {
	margin-right:0;
}

.ambulatory.department.list .sec li a {
	background-color:#ebe9e9;
	text-align:center;
	text-decoration:none;
	color:#333;
	display:block;
	padding:15px 15px 15px 40px;
	position: relative;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ambulatory.department.list .sec li a:after {
	content:"";
	width: 8px;
	height: 12px;
	background:url(../images/common/flag6.svg) no-repeat;
	background-size:8px 12px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top:-6px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ambulatory.department.list .sec li a span {
	font-size:20px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	position: relative;
}
.ambulatory.department.list .sec li a img {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: -55px;
	margin-top:-18px;
}
.ambulatory.department.list .sec li a img.on {
	display:none;
}
.ambulatory.department.list .sec li a:hover {
	background-color:#93b74b;
	color:#fff;
}
.ambulatory.department.list .sec li a:hover img.on {
	display:block;
}
.ambulatory.department.list .sec li a:hover img.off {
	display:none;
}
.ambulatory.department.list .sec li a:hover:after {
	background:url(../images/common/flag.svg) no-repeat;
	right: 15px;
}


.ambulatory.department.list .sec.no2 li a:hover {
	background-color:#71acd3;
}
/*---------------------------------------------------------- */


/* .ambulatory.department.detail */


/*---------------------------------------------------------- */
.ambulatory.department.detail .sec.no1 .bl.no1 .expl img {
	float:right;
	width: 450px;
	margin:0 0 20px 40px;
}
.ambulatory.department.detail .sec.no1 .bl.no3 .mass {
	width: 100%;
}
.ambulatory.department.detail .sec.no1 .bl.no3 dl {
	float:left;
	width: 48%;
	display: table;
	font-size:16px;
	border-bottom:1px #ccc dotted;
}
.ambulatory.department.detail .sec.no1 .bl.no3 dl:nth-child(2n) {
	float:right;
}
.ambulatory.department.detail .sec.no1 .bl.no3 dl dt {
	display: table-cell;
	width: 75%;
	padding:20px;
}
.ambulatory.department.detail .sec.no1 .bl.no3 dl dd {
	display: table-cell;
	width: 25%;
	padding:20px;
	text-align:center;
	font-family:'FP-HiraKakuProN-W6';
}

/* .ambulatory.department.detail.naishikyo
/*---------------------------------------------------------- */
.ambulatory.department.detail.naishikyo .sec.no1 .bl.no2 .expl {
	padding-top:20px;
}
.ambulatory.department.detail.naishikyo .sec.no1 .bl.no2 .expl span {
	position: relative;
	top: -20px;
}
.ambulatory.department.detail.naishikyo .sec.no1 .bl.no2 .expl img {
	position: relative;
	top: -20px;
}
/* .ambulatory.department.detail.metabo
/*---------------------------------------------------------- */
.ambulatory.department.detail.metabo .sec.no1 .bl.no2 .box {
	width: 100%;
	padding:20px;
	background-color:#f8f8f8;
	margin-top:60px;
	position: relative;
}
.ambulatory.department.detail.metabo .sec.no1 .bl.no2 .box:before {
	content:"+";
	font-family:'FP-HiraKakuProN-W3';
	font-size:60px;
	color:#93b74b;
	position: absolute;
	top: -83px;
	left: 50%;

}


/*---------------------------------------------------------- */


/* .ambulatory.kyukyu */


/*---------------------------------------------------------- */
.ambulatory.kyukyu .sec.no1 .bl.no1 .expl img {
	float:right;
	width: 350px;
	margin:0 0 20px 40px;
}
.ambulatory.kyukyu .sec.no1 .bl.no2 .calendar {
  width: 100%;
}
.ambulatory.kyukyu .sec.no1 .bl.no2 .calendar table {
  width: 100% !important;
}
.ambulatory.kyukyu .sec.no1 .bl.no2 .calendar td {
  padding:5px 0 !important;
}
.ambulatory.kyukyu .sec.no1 .bl.no2 .calendar p {
  text-align:center;
  padding-left:30px;
}
.ambulatory.kyukyu .sec.no1 .bl.no2 .calendar p span {
  position: relative;
}
.ambulatory.kyukyu .sec.no1 .bl.no2 .calendar p span:before {
  content:"";
  width: 16px;
  height: 16px;
  background-color:#fbd4ca;
  position: absolute;
  top: -1px;
  left: -23px;
}



/* .ambulatory.kyukyu .sec.no1 .bl.no4
/*----------------------------------------------- */
.ambulatory.kyukyu .sec.no1 .bl.no4 {
	margin-top:70px;
}


/*---------------------------------------------------------- */


/* .hospitalization */


/*---------------------------------------------------------- */
.hospitalization .sec.no1 .chui {
	padding:30px;
	font-size:20px;
	border:1px #ff0000 solid;
	margin-bottom:30px;
	color:#ff0000;
}
.hospitalization .sec.no1 .bl.no2 .box {
	border:1px #93b74b dashed;
	padding:25px 20px 20px;
	margin-top:10px;
}
.hospitalization .sec.no1 .bl.no2 .box span {
	position: relative;
	top: -5px;
}



.hospitalization .sec.no1 .bl.no3 ul {

}
.hospitalization .sec.no1 .bl.no3 li {
	float:left;
 margin:0 4% 0px 0;
width:48%;
}
.hospitalization .sec.no1 .bl.no3 li:nth-child(2n) {
 margin-right:0;
}
.hospitalization .sec.no1 .bl.no3 li img {
	width: 100%;
	height:auto;
}
.hospitalization .sec.no1 .bl.no3 li p {
	padding-top:15px;
	text-align:center;
	font-size:18px;
}

/*---------------------------------------------------------- */


/* .home-visit */


/*---------------------------------------------------------- */
.home-visit .sec.no1 .bl.no1 .mass {
	display:table;
	width: 100%;
}
.home-visit .sec.no1 .bl.no1 .txt {
	display:table-cell;
	width: 60%;
	vertical-align: top;
}
.home-visit .sec.no1 .bl.no1 .pic {
	display:table-cell;
	vertical-align: top;
	padding-left:40px;
}
.home-visit .sec.no1 .bl.no1 .pic img {
	width: 100%;
	height:auto;
}
.home-visit .sec.no1 .bl.no1 dl {
	margin-top:20px;
}
.home-visit .sec.no1 .bl.no1 dt {
	width: 100%;
	font-size:18px;
	font-family:'FP-HiraKakuProN-W6';
	background-color:#93b74b;
	padding:10px 20px;
	color:#fff;
}
.home-visit .sec.no1 .bl.no1 dd {
	width: 100%;
	background-color:#f8f8f8;
	border:1px #93b74b solid;
	padding:10px 20px;
	font-size:16px;

}

/*---------------------------------------------------------- */


/* .for_doctor */


/*---------------------------------------------------------- */
.for_doctor .sec.no1 .bl.no1 .mass {
	display:table;
	width: 100%;
}
.for_doctor .sec.no1 .bl.no1 .txt {
	display:table-cell;
	width: 60%;
	vertical-align: top;
}
.for_doctor .sec.no1 .bl.no1 .pic {
	display:table-cell;
	vertical-align: top;
	padding-left:40px;
}
.for_doctor .sec.no1 .bl.no1 .pic img {
	width: 100%;
	height:auto;
}
.for_doctor .sec.no1 .flowWrap .waku {
	float:left;
	width: 65%;
}
.for_doctor .sec.no1 .flowWrap .gazo {
	float:right;
	width: 30%;
}
.for_doctor .sec.no1 .flowWrap .gazo img {
	width: 100%;
	height:auto;
}
/*---------------------------------------------------------- */


/* .recruit.top */


/*---------------------------------------------------------- */
.recruit.top .sec.no1 .bl.no1 {
	display:table;
	width: 100%;
}
.recruit.top .sec.no1 .bl.no1 .pic {
	display:table-cell;
	width: 300px;
}
.recruit.top .sec.no1 .bl.no1 .pic img {
	width: 100%;
	height:auto;
}
.recruit.top .sec.no1 .bl.no1 .pic p {
	text-align:center;
	padding-top:20px;
	font-size:24px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.recruit.top .sec.no1 .bl.no1 .pic p span {
	font-size:16px;
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	margin-right:15px;
}
.recruit.top .sec.no1 .bl.no1 .txt {
	display:table-cell;
	padding-left:40px;
	vertical-align: top;
}



/*---------------------------------------------------------- */


/* .recruit.interview */


/*---------------------------------------------------------- */

ul.interviewList li {
	display:table;
	width: 100%;
	margin-bottom:50px;
}
ul.interviewList li:last-child {
	margin-bottom:0px;
}
ul.interviewList li a {
	padding:30px;
	background-color:#fff;
	border:1px #d8d8d8 solid;
	display:table;
	width: 100%;
	text-decoration:none;
	color:#333;
	position: relative;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.higashino ul.interviewList li.bn1 a,
.hamaura ul.interviewList li.bn2 a,
.iwasa ul.interviewList li.bn3 a {
	border:3px #99b55a solid;
}

ul.interviewList li a:after {
	content:"";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 12px 12px;
border-color: transparent transparent #99b55a transparent;
position: absolute;
bottom: 2px;
right: 2px;
}

ul.interviewList li .pic {
	display:table-cell;
	width: 360px;
	height: 255px;
	overflow:hidden;
}
ul.interviewList li .pic img {
	width: 100%;
	height:auto;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
ul.interviewList li .txt {
	display:table-cell;
	padding-left:60px;
	vertical-align: middle;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
ul.interviewList li .txt .txt1 {
	font-size:28px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	color:#93b74b;
	padding-bottom:20px;
}
ul.interviewList li .txt .txt2 {
	font-size:18px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
}
ul.interviewList li .txt .txt3 {
	font-size:25px;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
}
ul.interviewList li .txt .txt3 span {
	font-size:14px;
	font-family: "Noto Serif JP", serif;font-weight: 400;font-style: normal;
	margin-left:20px;
}

ul.interviewList li a:hover {
	background-color:#f8f8f8;
}
ul.interviewList li a:hover .pic img {
	-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

/*---------------------------------------------------------- */


/* .recruit.interview.detail */


/*---------------------------------------------------------- */
/* .recruit.interview.detail .sec.no1 .hd 
/*--------------------------------------------------- */
.recruit.interview.detail .sec.no1 .hd {
	width: 100%;
	height: 358px;
	overflow:hidden;
	position: relative;
}
.recruit.interview.detail .sec.no1 .hd .txt {
	background-color:#93b74b;
	color:#fff;
	width: 400px;
	height: 358px;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	padding-top:115px;
}
.recruit.interview.detail .sec.no1 .hd .txt p {
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
}
.recruit.interview.detail .sec.no1 .hd .txt p.txt1 {
	font-size:23px;
}
.recruit.interview.detail .sec.no1 .hd .txt p.txt2 {
	font-size:38px;
}
.recruit.interview.detail .sec.no1 .hd .txt p.txt3 {
	font-size:15px;
}
.recruit.interview.detail .sec.no1 .hd img {
	width: auto;
	height: 358px;
	position: absolute;
	top: 0;
	right: 0;
	z-index:0;
}

/* .recruit.interview.detail .sec.no1 .catch 
/*--------------------------------------------------- */
.recruit.interview.detail .sec.no1 .catch {
	color:#333 !important;
	font-size:30px !important;
	position: relative !important;
	text-align:center !important;
	height: 85px;
	margin-top:35px;
	padding-top:15px;
}
.recruit.interview.detail .sec.no1 .catch:before {
	content:"";
	width: 23px;
	height: 75px;
	border-top:1px #93b74b solid;
	border-left:1px #93b74b solid;
	border-bottom:1px #93b74b solid;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit.interview.detail .sec.no1 .catch:after {
	content:"";
	width: 23px;
	height: 75px;
	border-top:1px #93b74b solid;
	border-right:1px #93b74b solid;
	border-bottom:1px #93b74b solid;
	position: absolute;
	top: 0;
	right: 0;
}

/* .recruit.interview.detail .sec.no1 h3 
/*--------------------------------------------------- */
.recruit.interview.detail .sec.no1 h3 {
	display:table;
	width: 100%;
	font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	
	margin-bottom:20px;
}
.recruit.interview.detail .sec.no1 h3 .md_q {
	display:table-cell;
	width: 60px;
	text-align:center;
	font-size:21px;
	background-color:#93b74b;
	color:#fff;
	padding:7px 0;
}
.recruit.interview.detail .sec.no1 h3 .txt {
	display:table-cell;
	font-size:23px;
	background-color:#f8f8f8;
	padding:7px 20px;
}

.recruit.interview.detail .sec.no1 .expl {
	padding:0 5px;
}
.recruit.interview.detail .sec.no1 .expl img {
	width: 400px;
	height:auto;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* ---------------------------------------------------------- */


/* .recruit.requirements.list  */


/* ---------------------------------------------------------- */
.recruit.requirements.list .sec.no1 .bl {
  padding:30px;
  border:1px #ccc solid;
  margin-bottom:30px;
}
.recruit.requirements.list .sec.no1 .bl:last-child {
  margin-bottom:0px;
}
.recruit.requirements.list .sec.no1 .bl a.btn {
	display:block;
	background-color:#fff;
  padding:15px 0;
  border:1px #93b74b solid;
  text-align:center;
  text-decoration:none;
  margin-top:20px;
  -moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.recruit.requirements.list .sec.no1 .bl a.btn span {
  font-size:18px;
  font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
  -webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
  position: relative;
}
.recruit.requirements.list .sec.no1 .bl a.btn span:after {
	content:"";
	width: 10px;
	height: 16px;
	background:url(../images/common/flag3.svg) no-repeat;
	background-size:10px 15px;
	position: absolute;
	top: 50%;
	right: -50px;
	margin-top:-8px;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.recruit.requirements.list .sec.no1 .bl a.btn:hover {
	background-color:#f6f9f1;
}
.recruit.requirements.list .sec.no1 .bl a.btn:hover span:after {
	right: -55px;
}




/* ---------------------------------------------------------- */


/* .page.topics【共通】  */


/* ---------------------------------------------------------- */
.page.topics .sec.no1 {
  padding:50px 0 50px;
  background:url(../images/common/bg1.jpg);
  width:100%; 
}
.page.topics .colWrap {
  display: table;
  width: 100%;
  padding-top:0;
}
/* .page.topics .col_main
------------------------------------------ */
.page.topics .col_main {
  display: table-cell;
  vertical-align: top;
  padding-right: 50px;
}

/* .page.topics .col_side
------------------------------------------ */

.page.topics .col_side {
  display: table-cell;
  vertical-align: top;
  width: 250px;
  padding-top:30px;
  position: relative;
  top: 0px;
}

.page.topics .col_side .widget {
  margin-bottom: 20px;
}

.page.topics .col_side .widget h3 {
  background-color: #99b55a;
  padding: 10px 15px;
  height: auto;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
  border:none;
}

.page.topics .col_side .widget {
  padding-bottom: 25px;
}
.page.topics .col_side .widget select {
  width: 100%;
padding:10px !important;
border:1px #d9d9d9 solid;
}
.page.topics .col_side .widget label {
  display: none;
}

#archives-dropdown-2 {
  margin: 10px 0 0 3px;
  border: 1px #cccccc solid;
  padding: 5px;
}

.page.topics .col_side .widget ul {
  padding: 0;
}

.page.topics .col_side .widget li {
  font-size: 13px;
  position: relative;
  margin-bottom:5px;
  border-bottom:1px #ccc dotted;
  padding-left:20px;
}
.page.topics .col_side .widget li:last-child {
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:none;
}
.page.topics .colWrap .col_side li a {
  background:none !important;
  padding:0px !important;
  font-size: 13px !important;
  display:inline !important;
}
.page.topics .col_side .widget li a:before {
	display: none;
}
.page.topics .col_side .widget li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.page.topics .col_side .widget li a {
  text-decoration: none;
  color:#333 !important;
}

.page.topics .col_side .widget li a:hover {
  text-decoration: underline;
}

.page.topics .col_side #recent-posts-3 li {
  font-weight: normal;
}

.page.topics .col_side #archives-3 li {
  font-weight: normal;
}

.page.topics .col_side #recent-comments-3 li {
  font-weight: normal;
}


/* .page.topics .col_side .searchBox
------------------------------ */

.page.topics .col_side .searchBox {
  position: relative;
  padding: 2px;
}

.page.topics .col_side .searchBox .searchform {
  width: 205px;
  padding: 5px;
  font-size: 12px;
  border: 1px #cccccc solid;
}

.page.topics .col_side .searchBox .btn_search {
  position: absolute;
  top: 4px;
  right: 0;
}

/*.page.topics .col_side .searchBox .btn_search input {
  behavior: url("/csshover3.htc");
}*/

.page.topics .col_side .searchBox .btn_search input:hover {
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=0.7);
  opacity: 0.7;
}


/* .page.topics .col_side #calendar_wrap
------------------------------- */

.page.topics .col_side #calendar_wrap {
  padding: 15px 0 0 0px;
}

.page.topics .col_side #calendar_wrap caption {
  width: 100%;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}

.page.topics .col_side #calendar_wrap table {
  width: 100%;
  border-collapse: collapse;
}

.page.topics .col_side #calendar_wrap thead th {
  background-color: #99b55a;
  color: #fff;
  border: 1px #fff solid;
}

.page.topics .col_side #calendar_wrap th {
  text-align: center;
  padding: 3px 3px 2px 3px;
  font-size: 10px;
  border: 1px #fff solid;
}

.page.topics .col_side #calendar_wrap td {
  text-align: center;
  font-size: 10px;
  padding: 3px 0 3px 0;
  border: 1px #fff solid;
}

.page.topics .col_side #calendar_wrap #today {}

.page.topics .col_side #calendar_wrap td a {
  margin: 0 auto;
  background-color: #f5f5f5;
  display: block;
  text-decoration: none;
}

.page.topics .col_side #calendar_wrap td a:hover {
  background-color: #ecf0e0;
  text-decoration: none;
}

.page.topics .col_side #eo-widget-next-month a, .page.topics .col_side #eo-widget-prev-month a {
  margin: 0 auto;
  background-color: #fff !important;
  color: #000 !important;
  display: block !important;
  text-decoration: underline !important;
}

.page.topics .col_side #eo-widget-next-month a:hover, .page.topics .col_side #eo-widget-prev-month a:hover {
  background-color: #fff !important;
  text-decoration: none !important;
}
.page.topics .col_side .wp-calendar-nav {
  width:100%;
  display:table;
  font-size:12px;
  margin-top:10px;
}
.page.topics .col_side #calendar_wrap .wp-calendar-nav-prev {
  display:table-cell;
  width: 50px;
}
.page.topics .col_side #calendar_wrap .pad {
  display:table-cell;
}
.page.topics .col_side #calendar_wrap .wp-calendar-nav-next {
  display:table-cell;
  width: 50px;
  text-align:right;
}

/* ---------------------------------------------------------- */


/* .page.topics.list  */


/* ---------------------------------------------------------- */
/* .page.topics.list
/*--------------------------------------- */
.page.topics.list .post {
  background-color:#f5f5f5;
  display:table;
  width: 100%;
  color:#333;
  text-decoration:none;
  -moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin-bottom:30px;
padding:5px;
cursor:pointer;
}
.page.topics.list .post .postIn {
  border:1px rgb(0,0,0,0.05) solid;
padding:15px;
}
.page.topics.list .post:hover {
  background-color:#e9e8e8;
}
.page.topics.list .postIn {
  display:table;
  width: 100%;
}
.page.topics.list .post .pic {
  display: table-cell;
  width: 220px;
  height: 147px;
  background:url(../images/common/noimg.jpg) no-repeat 0 -5px;
  background-size:220px 147px;
  border:5px #fff solid;
  overflow:hidden;
}
.page.topics.list .post .pic img {
  width: 100%;
  height:auto;

}
.page.topics.list .post .txt {
  display: table-cell;
  vertical-align: middle;
  padding-left:30px;
}
.page.topics.list .post .txtIn {


}
.page.topics.list .post .date {
  color:#99b55a;
}
.page.topics.list .post .title {
  font-size:20px;
  font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
}
.page.topics.list .post .expl {
  font-size:14px !important;
  line-height:1.5 !important;
  padding-top:10px;
}
.page.topics.list .post .category_list {
  margin-top:10px;
}
.page.topics.list .post .category_list li {
  float:left;
  margin-right:10px;
}
.page.topics.list .post .category_list li a {
  text-decoration:none;
  background-color:#99b55a;
  color:#fff;
  display:inline-block;
  padding:2px 10px;
  font-size:11px;
}
/* ---------------------------------------------------------- */


/* .page.topics.detail  */


/* ---------------------------------------------------------- */

.page.topics.detail .searchhighlight {
  background-color: #ffcc33;
}


/* .page.topics.detail .col_main
/*-------------------------------- */
.page.topics.detail .col_main .post {
  margin-bottom: 80px !important;
  background-color:#fff;
  padding:55px 40px 30px;
  border:1px rgb(0,0,0, 0.1) solid;
  border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow:3px 3px 0px 0px rgba(0,0,0,0.05);
-moz-box-shadow:3px 3px 0px 0px rgba(0,0,0,0.05);
-webkit-box-shadow:3px 3px 0px 0px rgba(0,0,0,0.05);
position: relative;
}
.page.topics.detail .col_main .post .cat {
  background-color:#99b55a;
  color:#fff;
  padding:3px 15px;
  font-size:13px;
  display:inline-block;
  position: absolute;
  top: 18px;
  left: -10px;
  box-shadow:3px 3px 0px 0px rgba(0,0,0,0.05);
-moz-box-shadow:3px 3px 0px 0px rgba(0,0,0,0.05);
-webkit-box-shadow:3px 3px 0px 0px rgba(0,0,0,0.05);
}
.page.topics.detail .col_main .post .cat:before {
  content:"";
  width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 0;
border-color: transparent #7c8c53 transparent transparent;
position: absolute;
bottom: -10px;
left: 0px;
}



.page.topics.detail .col_main .post h1 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;font-weight: 500;font-style: normal;
  color:#333;
  border-bottom:1px #99b55a dashed;
  padding-bottom:20px;
  position: relative;
}
.page.topics.detail .col_main .post h1 span.date {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;
  color:#99b55a;
  position: absolute;
  bottom: 10px;
  right: 0;
}


.page.topics.detail .col_main .post h2 {
  height:initial !important;
  background-color:#99b55a;
  color:#fff;
  padding:10px 25px;
  font-size:22px;
  font-family: "Noto Serif JP", serif;font-weight: 600;font-style: normal;
  margin-top:50px;
  margin-bottom:20px;
}
.page.topics.detail .col_main .post h2:before {
  display:none;
}
.page.topics.detail .col_main .post h2:after {
  display:none;
}
.page.topics.detail .col_main .post h3 {
  border-top:1px #99b55a solid;
  border-bottom:1px #99b55a solid;

  color:#99b55a;
  padding:10px 15px;
  font-size:20px;
  font-family: "Noto Serif JP", serif;font-weight: 600;font-style: normal;
  margin-top:20px;
  margin-bottom:20px;
}
.page.topics.detail .col_main .post h4 {
  border-bottom:1px #99b55a dotted;
  color:#99b55a;
  padding:10px 5px;
  font-size:20px;
  font-family: "Noto Serif JP", serif;font-weight: 600;font-style: normal;
  margin-top:20px;
  margin-bottom:20px;
}


.page.topics.detail .col_main .post h5 {
  padding:10px 20px;
  font-family:'FP-HiraKakuProN-W6';
  font-size:18px;
  background-color:#f8f8f8;
  margin:10px 0;
}
.page.topics.detail .col_main .post h6 {
  font-family:'FP-HiraKakuProN-W6';
  font-size:16px;
}

.page.topics.detail .col_main .post .ez-toc-section {
  margin-top:-130px;
  padding-top:130px;
}

.page.topics.detail .col_main .post blockquote {
  background-color:#f8f8f8;
  padding:15px 30px;
}
.page.topics.detail .col_main .post .expl {
  padding: 30px 0px 20px 0px !important;
}
.page.topics.detail .col_main .post .expl p {
  margin-bottom:20px;
}
.page.topics.detail .col_main .post .mainimg {
  margin-top:10px;
}
.page.topics.detail .col_main .post img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
.page.topics.detail .col_main .post .wp_social_bookmarking_light img {
  margin: 0 !important;
}
.page.topics.detail .col_main .post .expl iframe {
  width: 100% !important;
  height: 600px !important;
}
.page.topics.detail .col_main .post .expl ul {
  margin-bottom:20px;
}
.page.topics.detail .col_main .post .expl li {
  padding-left:23px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-weight: 500;font-style: normal;
}
.page.topics.detail .col_main .post .expl li:before {
  content:"●";
  color:#ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.page.topics.detail .col_main .post .post_ft {
  border-top: 1px #ccc dotted;
  text-align: right;
  padding-top: 10px;
}



/* .ez-toc-title
/*-------------------------------- */
.ez-toc-title {
  padding:30px !important;
  font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-weight: 600;font-style: normal;
}
.ez-toc-list {
  padding:0px 30px 30px !important;
}
#ez-toc-container ul {
  margin-bottom:0px !important;
}
#ez-toc-container li {
  padding-left:0px !important;
  font-family:"FP-HiraKakuProN-W3" !important;
}
#ez-toc-container li a {
	font-size:16px !important;

}
#ez-toc-container li a:hover {

}
#ez-toc-container li:before {
  display:none !important;
}
#ez-toc-container .ez-toc-page-1 {
  margin-bottom:10px;
}


/* ---------------------------------------------------------- */


/* .page.privacy  */


/* ---------------------------------------------------------- */

.page.privacy .sec .box {
  padding:30px;
  background-color: #f8f8f8;
}




