@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900&display=swap');

/*	BODY
---------------------------------*/
body {
	padding: 0;
	width: 100%;
	font-size: 1rem;
	color: #4B4B4B;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	line-height: 1.6;
}	
#wrapper {
	overflow: hidden;
}

/*	HEADER
---------------------------------*/
header {
	position: relative;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 1000;
}
header h1 {
	margin: 5px 0 0;
}
.hd-inr {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px;
	max-width: 980px;
	z-index: 1001;
}
.hd-logo {
	margin: 0;
	padding: 0;
}
.hd-menu {
	padding: 13px 15px 15px;
	background: #61CB96;
	border-radius: 0 0 10px 10px;
	font-size: 0.75rem;
	line-height: 1;
}
.hd-menu.orange {
	margin-left: auto;
	margin-right: 10px;
	background: #fba71c;
}
.hd-inr.flex-btw {
	flex-wrap: nowrap;
}
@media (max-width: 980px) {
	.hd-menu.orange {
	}
}

.hd-menu li {
	margin: 0 10px 0 0;
}
.hd-menu li:last-of-type {
	margin-right: 0;
}
.hd-menu li span {
	position: relative;
	padding: 0 0 0 20px;
	font-weight: bold;
}
.hd-menu li span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: #fff;
	-webkit-border-radius: 25%;
	border-radius: 25%;
}
.hd-menu li span:after{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-top: 1px solid #F2A73B;
	border-right: 1px solid #F2A73B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width:980px) {
.hd-inr {
	padding-left: 15px;
	padding-right: 15px;
}
}
@media screen and (max-width: 830px) {
	.hd-inr {
		padding: 15px 20px;
		height: auto;
		z-index: 1001;
	}
	header h1 {
		margin: 0;
	}
	.hd-logo img {
		width: 210px;
	}
	.hd-menu {
		display: none;
	}
}

/*	FOOTER
---------------------------------*/
footer {
	position: relative;
	padding: 60px 0 80px;
	background: #61CB96;
}
.ft-inr {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
}
.ft-about {
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 30px;
}
.ft-inr h2 img {
	max-width: 250px;
}
.ft-nav {
	width: calc(100% - 260px);
	font-size: 0.6125rem;
}
.ft-nav ul {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.ft-nav li {
	margin: 0 10px 0 0;
}
.ft-nav li:last-of-type {
	margin: 0;
}
.ft-nav li span {
	display: block;
	margin: 0 0 5px;
}
.ft-nav li span:last-of-type {
	margin: 0;
}
.ft-nav li span a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 15px;
}
.ft-nav li span a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 25%;
    border-radius: 25%;
}
.ft-nav li span a:after{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 3.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-top: 1px solid #F2A73B;
    border-right: 1px solid #F2A73B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ft-info {
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	font-size: 0.8125rem;
}
.ft-copyright {
	text-align: right;
	font-size: 0.75rem;
}
@media screen and (max-width: 980px) {
.ft-inr h2 {
	margin: 0 0 35px;
	width: 100%;
	text-align: center;
}
.ft-nav {
	padding: 0 20px;
	width: 100%;
	font-size: 0.6875rem;
}
.ft-nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ft-info {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
footer {
	padding: 20px 0 0;
}
.ft-about {
	margin: 0;
}
.ft-inr h2 {
	margin: 0 0 20px;
	padding: 0 30px;
}
.ft-nav {
	display: none;
}
.ft-info {
	display: block;
	font-size: 0.9378rem;
}
.ft-info {
	padding-left: 0;
	padding-right: 0;
}
.ft-info p {
	padding: 0 20px 25px;
}
.ft-copyright {
	background: #fff;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 45px;
}
}

/*	SUB PAGE
---------------------------------*/
.sub-page {
	position: relative;
}
.sub-page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 430px;
	background: repeating-linear-gradient(0deg, #fff, #fff 3px, #F9F8F4 0, #F9F8F4 6px);
	border-bottom: 2px solid #61CB96;
	overflow: hidden;
	z-index: -1;
}
@media screen and (max-width: 767px) {
.sub-page:before {
	display: none;
}
}

/*	SIDE MENU(PC)
---------------------------------*/
aside.pc-nav {
	padding: 45px 0 160px;
	width: 200px;
	background: #fff;
	border-left: 1px solid #ddd;
	box-shadow: 1px 0 1px rgba(0,0,0,0.2);
}
aside.pc-nav.toppage {
	display: none;
}
aside.pc-nav .nav-main {
	margin: 0 0 40px;
}
aside.pc-nav .nav-main li {
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 0.9378rem;
}
aside.pc-nav .nav-main li:first-of-type {
	border-top: 1px solid #ddd;
}
aside.pc-nav .nav-main li .pc-nav-parent {
	position: relative;
	padding: 0 0 0 20px;
	background: #efefef;
}
aside.pc-nav .nav-main li.current .pc-nav-parent {
	color: #61CB96;
	background: #61CB96;
}
aside.pc-nav .nav-main li.current .pc-nav-parent {
	position: relative;
}
aside.pc-nav .nav-main li.current .pc-nav-parent:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	width: 9px;
	height: 14px;
	background: url(../images/common/icon_arw02.png) no-repeat center center;
	background-size: contain;
}
aside.pc-nav .nav-main li .pc-nav-parent span {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0 10px 10px;
	height: 60px;
	background: #fff;
	border-left: 1px solid #ddd;
}
aside.pc-nav .nav-main li ul {
	display: none;
	padding: 8px 0;
	border-top: 1px solid #ddd;
}
aside.pc-nav .nav-main li.current ul {
	display: block;
}
aside.pc-nav .nav-main li li {
	padding: 6px 0;
	border: none;
	font-size: 0.875rem;
	line-height: 1;
}
aside.pc-nav .nav-main li li:first-of-type {
	border-top: none;
}
aside.pc-nav .nav-main li li a {
	padding: 0 0 0 20px;
}
aside.pc-nav .nav-main li li a span {
	position: relative;
	padding: 0 0 0 10px;
}
aside.pc-nav .nav-main li li a span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #61CB96;
}
aside.pc-nav .nav-sub {
	margin: 0;
	padding: 0 20px;
}
aside.pc-nav .nav-sub li {
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 0.75rem;
}
aside.pc-nav .nav-sub li:first-of-type {
	border-top: 1px solid #ddd;
}
aside.pc-nav .nav-sub li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 5px;
	width: 100%;
	height: 55px;
	background: #fff;
	line-height: 1.4;
}
aside.pc-nav .nav-sub li span {
	display: block;
	width: 100%;
}
aside.pc-nav .nav-sub li span:after {
	display: block;
	content: "";
	position: relative;
	margin: 5px auto 0;
	width: 14px;
	height: 14px;
	background: url(../images/common/icon_arw01.png) no-repeat center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
aside.pc-nav {
	display: none;
}
}

/*	MENU(SP)
---------------------------------*/
header .navToggle,
aside.sp-nav {
	display:none;
}
@media screen and (max-width: 767px) {

aside.sp-nav {
	display: block;
	position: absolute;
	top: 0; /* 開いてないときは画面外に配置 */
	left: 0;
	padding: 15px 15px 30px;
	width: 100%;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 16px;
	font-weight: 500;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}
aside.sp-nav a{
	display: block;
	color: #333;
}
aside.sp-nav a *{
	transition: 0s;
}
aside.sp-nav .nav-main {
	margin: 0 0 20px;
}
aside.sp-nav .nav-main > li {
	position: relative;
	border-bottom: dashed 1px #333;
}
aside.sp-nav .nav-main > li > a {
	display: block;
	position: relative;
	padding: 10px 20px;
}
aside.sp-nav .nav-main > li > a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #61CB96;
}
aside.sp-nav .nav-main > li ul {
	padding: 0 0 10px;
}
aside.sp-nav .nav-main > li li {
	padding: 0 0 0 1em;
}
aside.sp-nav .nav-main > li li a {
	display: block;
	position: relative;
	padding: 3px 20px;
}
aside.sp-nav .nav-main > li li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #61CB96;
}
aside.sp-nav .nav-main li br {
	display: none;
}
aside.sp-nav .nav-sub li a {
	display: block;
	position: relative;
	padding: 10px 20px;
}
aside.sp-nav .nav-sub li a span:after {
	display: inline-block;
	content: "";
	position: relative;
	top: 2px;
	margin: 0 0 0 10px;
	width: 17px;
	height: 17px;
	background: url(../images/common/icon_arw01.png) no-repeat center center;
	background-size: contain;
}
/* SLIDE ANIMATION */
body.open aside.sp-nav {
	visibility: initial;
	opacity: 1;
}
/* BUTTON */
header .navToggle {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 39px;
	height: 34px;
	cursor: pointer;
	z-index: 1001;
}
header .navToggle div {
	position: relative;
}
header .navToggle span {
	display: block;
	position: absolute;
	height: 4px;
	width:100%;
	background: #61CB96;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius:5px;
}
header .navToggle span:nth-child(1) {
	top: 0;
}
header .navToggle span:nth-child(2) {
	top: 15px;
}
header .navToggle span:nth-child(3) {
	top: 30px;
}
/* BUTTON ANIMATION */
body.open .navToggle span {
}
body.open .navToggle span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
body.open .navToggle span:nth-child(2) {
	width: 0; left: 50%;
}
body.open .navToggle span:nth-child(3) {
	top: 15px; -webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}


.cnt-main {
	width: calc(100% - 230px);
	background: #fff;
}
@media screen and (max-width: 980px) {
.cnt-main {
	width: calc(100% - 210px);
}
}
@media screen and (max-width: 767px) {
.cnt-main {
	width: 100%;
}
}

/*	SUB PAGE LAYOUT
---------------------------------*/
.cnt-sub-page {
	padding: 0 20px 110px;
}
.cnt-post p.cnt-post-date {
	margin: 0 0 50px;
	text-align: right;
	font-size: 0.875rem;
}
.cnt-post {
	color: #666;
}
@media screen and (max-width: 767px) {
.cnt-sub-page {
	padding: 0 20px 55px;
}
.cnt-post p.cnt-post-date {
	margin: 0 0 30px;
}
}

.cnt-about {
	padding: 30px 10px 50px;
	background: url(../images/common/bg_about.png) no-repeat center top;
}
.cnt-about.bg01 {
	background-image: url(../images/common/bg_about01.png);
}
.cnt-about.bg02 {
	background-image: url(../images/common/bg_about02.png);
}
.cnt-about.bg03 {
	background-image: url(../images/common/bg_about03.png);
}
.cnt-about.bg04 {
	background-image: url(../images/common/bg_about04.png);
}
.cnt-about h3 {
	padding: 0 0 0 150px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #238259;
}
.cnt-about ul {
	padding: 0 0 0 150px;
}
.cnt-about li {
	position: relative;
	padding: 0 0 0 0.875em;
	font-size: 1.125rem;
	font-weight: 500;
	color: #238259;
}
.cnt-about li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #238259;
}
ul.menu-btn-list {
	margin: 30px 0 0 ;
	padding: 0;
}
ul.menu-btn-list li {
	position: relative;
	margin-right: 3.5%;
	padding: 0;
	width: 31%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #61CB96;
}
ul.menu-btn-list li:nth-of-type(3n) {
	margin-right: 0;
}
ul.menu-btn-list li:before {
	display: none;
}
ul.menu-btn-list li a {
	display: block;
	border: 2px solid #61CB96;
	line-height: 45px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
ul.menu-btn-list li a:hover {
	background: #61CB96;
	border-color: #61CB96;
	color: #fff;
}
.cnt-about .flex-btw figure {
	width: 31%;
	max-width: 217px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.cnt-about {
	padding: 30px 10px 50px;
	background-size: 100% auto;
}
.cnt-about h3 {
	padding: 0;
	font-size: 1rem;
}
.cnt-about ul {
	padding: 0;
}
.cnt-about li {
	font-size: 1rem;
}
.cnt-about li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #238259;
}
ul.menu-btn-list li {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 400px;
}
.cnt-about .flex-btw figure {
	width: 100%;
	max-width: 100%;
}
}

.cnt-post .cnt-post-inr {
	margin: 0 0 50px;
}
.cnt-post .cnt-post-inr.caption-none {
	padding: 50px 0 0;
}
.cnt-post .cnt-post-inr .flex-btw {
	margin: 0 0 2em;
}
.cnt-post-inr figure {
	width: 31%;
	max-width: 217px;
	text-align: center;
}
.cnt-post-inr figure figcaption {
	margin: 15px 0 0;
	text-align: center;
	font-size: 0.875rem;
}
.cnt-post-inr figure figcaption strong {
	font-size: 1.125rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	color: #000;
}
.cnt-post .cnt-post-inr .cnt-post-img figure {
	width: 46.57%;
	max-width: 326px;
	text-align: center;
}
.cnt-post .cnt-post-inr .cnt-post-img figure img {
	border: 4px solid #fff;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.1);
}
.cnt-post .cnt-post-inr .cnt-post-img figure figcaption {
	text-align: left;
	font-size: 1rem;
}
.cnt-txt {
	width: 64.28%;
	max-width: 450px;
}
.cnt-post p {
	margin: 0 0 2em;
	line-height: 1.8;
}
.cnt-post p:last-of-type {
	margin-bottom: 0;
}
.cnt-post p.signature {
	margin-top: 3em;
	text-align: right;
}
@media screen and (max-width: 767px) {
.cnt-post .cnt-post-inr {
	margin: 0 0 50px;
}
.cnt-post .cnt-post-inr.caption-none {
	padding: 30px 0 0;
}
.cnt-post .cnt-post-inr .flex-btw {
	margin: 0 0 2em;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.cnt-post .cnt-post-inr .cnt-parent-list .flex-btw {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cnt-post .cnt-post-inr .cnt-parent-list .flex-btw .order-01 {
	order: 1;
}
.cnt-post .cnt-post-inr .cnt-parent-list .flex-btw .order-02 {
	order: 2;
}
.cnt-post-inr figure {
	width: 100%;
	max-width: 100%;
}
.cnt-post-inr figure figcaption {
	margin: 15px 0 0;
	text-align: center;
	font-size: 0.875rem;
}
.cnt-post-inr figure figcaption strong {
	font-size: 1.125rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	color: #000;
}
.cnt-post .cnt-post-inr .cnt-post-img figure {
	width: 100%;
	max-width: 100%;
}
.cnt-post .cnt-post-inr .cnt-post-img figure img {
	border: 4px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.cnt-post .cnt-post-inr .cnt-post-img figure figcaption {
	text-align: left;
	font-size: 1rem;
}
.cnt-txt {
	margin: 0 0 30px;
	width: 100%;
	max-width: 100%;
}
.cnt-post p {
	margin: 0 0 2em;
	line-height: 1.8;
}
.cnt-post p:last-of-type {
	margin-bottom: 0;
}
.cnt-post p.signature {
	margin-top: 3em;
	text-align: right;
}
}

.cnt-post .cmn-text-link {
	margin: 0 0 1em;
	line-height: 1.4;
}
.cnt-post li.cmn-text-link {
	margin: 0 0 0.5em;
}
.cnt-post .cmn-text-link a {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	color: #61CB96;
}
.cnt-post .cmn-text-link a:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 13px solid #61CB96;
}
.cnt-post .cmn-text-link.large a {
	font-size: 1.125em;
}
.cnt-post .cmn-text-link.large a:before {
	top: 7px;
}
.cnt-post .cmn-text-link span {
	display: block;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {

}

.cnt-post p + .ttl-sub02 {
	margin-top: 3em;
}
.cnt-post p + ul {
	margin: -2em 0 2em;
	line-height: 1.8;
}
.cnt-post p:last-of-type + ul {
	margin: 0 0 2em;
}
.cnt-post p + ul li {
	position: relative;
	padding: 0 0 0 0.5em;
}
.cnt-post p + ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 5px;
	background: #61CB96;
	border-radius: 5px;
}
.cnt-post p + ul li.caution {
	position: relative;
	padding: 0 0 0 1em;
}
.cnt-post p + ul li.caution:before {
	content: "＊";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: none;
}
@media screen and (max-width: 767px) {
.cnt-post p + .ttl-sub02 {
	margin-top: 1.5em;
}
}

.cmn-flow dl {
	margin: 0 0 50px;
}
.cmn-flow dt {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #238259;
	font-size: 1.125rem;
	color: #238259;
}
.cmn-flow dd {
	margin: 0 0 20px;
}
.cmn-flow dd p,
.cmn-flow dd p.cmn-text-link {
	margin: 0;
}
@media screen and (max-width: 767px) {
.cmn-flow dl {
	margin: 0 0 30px;
}
.cmn-flow dt {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 1.125rem;
}
}

/*	TOPIC PATH
---------------------------------*/
.topic-path {
	padding: 35px 20px;
	font-size: 0.75rem;
}
.topic-path a {
	color: #61CB96;
}
@media screen and (max-width:767px) {
.topic-path {
	display: none;
}
}

/*	COMMON TITLE
---------------------------------*/
.ttl-sub01 {	
	position: relative;
	width: 100%;
}
.ttl-sub01 figure {
	margin: 0 0 10px;
}
.ttl-sub01 h2 {
	position: relative;
	margin: 0 0 35px;
	padding: 0 35px;
	width: 100%;
	background: rgba(97,203,150,0.8);
	color: #fff;
	line-height: 65px;
}
.ttl-sub01 h2.chg-col01 {
	background: rgba(80,205,241,0.8);
}
.ttl-sub01 h2.chg-col02 {
	background: rgba(242,167,59,0.8);
}
.ttl-sub01 h2.chg-col03 {
	background: rgba(49,158,208,0.8);
}
.ttl-sub01 h2.chg-col04 {
	background: rgba(242,143,143,0.8);
}
.ttl-sub01 figure + h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.ttl-sub01 h2 span {
	display: block;
	position: relative;
	padding: 0 0 0 60px;
	font-size: 1.4375rem;
}

.ttl-sub01 h2 span img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ttl-sub02 {
	margin: 0 0 15px;
	width: 100%;
	font-size: 1.3125rem;
	font-weight: 500;
	color: #000;
	font-family: 'Noto Serif JP', serif;
}
.cnt-sub-page > .ttl-sub02 {
	margin: 0 0 30px;
}
.ttl-sub03 {
	margin: 0 0 15px;
	padding: 20px;
	width: 100%;
	background: #A0E9C4;
	border-radius: 7px;
	font-size: 1.125rem;
	color: #000;
}
.ttl-sub03.chg-col01 {
	background: rgba(80,205,241,0.8);
	color: #fff;
}
.ttl-sub03.chg-col02 {
	background: rgba(242,167,59,0.8);
	color: #fff;
}
.ttl-sub03.chg-col03 {
	background: rgba(49,158,208,0.8);
	color: #fff;
}
.ttl-sub03.chg-col04 {
	background: rgba(242,143,143,0.8);
	color: #fff;
}
.ttl-sub03 small {
	margin: 0 0 0 2em;
	font-size: 0.875em;
}
.ttl-sub03 + p {
	margin: -10px 0 0;
	padding: 0 0 25px;
	font-size: 0.875rem;
}
.ttl-sub04 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	width: 100%;
	border-bottom: 1px dashed #238259;
	font-size: 1.125rem;
	color: #238259;
}
@media screen and (max-width:980px) {
.ttl-sub01 h2 {
	padding: 10px 20px;
	line-height: 1.4;
}
}
@media screen and (max-width:767px) {
.ttl-sub01 h2 {
	margin: 0 0 30px;
	padding: 10px 20px;
	width: 100%;
	line-height: 1.4;
}
.ttl-sub01 h2 span {
	padding: 0 0 0 35px;
	font-size: 1.125rem;
}
.ttl-sub02 {
	margin: 0 0 10px;
}
.ttl-sub01 h2 span img {
	width: 25px;
}
.cnt-sub-page > .ttl-sub02 {
	margin: 0 0 25px;
}
.ttl-sub03 {
	padding: 15px 20px;
}
.ttl-sub04 {
	margin: 0 0 10px;
	padding: 0 5px 5px;
	font-size: 1.125rem;
}
}

.smtxt01 {
	font-size: 0.875rem !important;
}

/*	CONTENTS LAYOUT
---------------------------------*/
.cnt-otr {
	position: relative;
}
.cnt-inr {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
}
@media screen and (max-width:980px) {
.cnt-inr {
	padding-left: 20px;
	padding-right: 20px;
}
.sub-page > .cnt-inr {
	padding: 0;
}
}
@media screen and (max-width:767px) {
}

/*	MENU BUTTON
---------------------------------*/
.portal-btn {
	margin: 0 0 25px;
	width: 100%;
}
.portal-btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 40px;
	height: 130px;
	background: url(../images/common/btn_arw01.png) no-repeat center right 20px;
	border: 4px solid #A0E9C4;
	border-radius: 4px;
	box-shadow: 4px 4px 0 rgba(85,85,85,0.18);
}
.portal-btn > span {
	margin: 0 80px 0 0;
	font-size: 18px;
}
.portal-btn li p {
	margin: 0 20px 0 0;
	padding: 0;
}
.portal-btn li p span {
	position: relative;
	padding: 0 0 0 15px;
}
.portal-btn li p span:before {
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #666;
}
@media screen and (max-width:767px) {
.portal-btn {
	padding: 20px 40px;
	height: auto;
}
}
.cnt-parent-list > ul > li {
	margin: 0 0 25px;
	width: 48.57%;
	max-width: 340px;
}
.cnt-parent-list > ul > li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	/*padding: 0 40px;*/
	padding: 0 30px;
	height: 100px;
	background: url(../images/common/btn_arw01.png) no-repeat center right 20px;
	border: 4px solid #A0E9C4;
	border-radius: 4px;
	box-shadow: 4px 4px 0 rgba(85,85,85,0.18);
}
.cnt-parent-list > ul > li a:hover {
	background-image: url(../images/common/btn_arw02.png);
	background-color: #D9F4E8;
	-webkit-transform: translate(2px,2px);
	transform: translate(2px,2px);
	box-shadow: 2px 2px 0 rgba(85,85,85,0.18);
}
.cnt-parent-list > ul > li a span {
	font-size: 18px;
}
.cnt-parent-list > ul > li.wide {
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width:767px) {
.cnt-parent-list > ul > li {
	margin: 0 0 15px;
	width: 100%;
	max-width: 100%;
}
}

.flex-btw.column li a {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

/*	MAIN IMAGE
---------------------------------*/
.main-img-otr {
	position: relative;
	width: 100%;
	background: repeating-linear-gradient(0deg, #fff, #fff 3px, #F9F8F4 0, #F9F8F4 6px);
	border-bottom: 2px solid #61CB96;
}
.main-img-inr {
	margin: auto;
	width: 100%;
	max-width: 980px;
}
.main-img {
	position: relative;
	margin: auto;
	width: 100%;
	height: 431px;
	background: no-repeat center top;
	background-size: cover;
}
.main-img.img01 {
	background-image: url(../images/top/img_slide01.jpg);
}
.main-img.img02 {
	background-image: url(../images/top/img_slide02.jpg);
}
.main-img.img03 {
	background-image: url(../images/top/img_slide03.jpg);
}
.main-img.img04 {
	background-image: url(../images/top/img_slide04.jpg);
}
.main-img.img05 {
	background-image: url(../images/top/img_slide05.jpg);
}
.main-img.img06 {
	background-image: url(../images/top/img_slide06.jpg);
}
.main-img.img07 {
	background-image: url(../images/top/img_slide07.jpg);
}
.main-img.img08 {
	background-image: url(../images/top/img_slide08.jpg);
}
.main-img.img09 {
	background-image: url(../images/top/img_slide09.jpg);
}
.main-img.img10 {
	background-image: url(../images/top/img_slide10.jpg);
}
.main-img.img11 {
	background-image: url(../images/top/img_slide11.jpg);
}
.main-img.img12 {
	background-image: url(../images/top/img_slide12.jpg);
}
.main-img.img13 {
	background-image: url(../images/top/img_slide13.jpg);
}
.main-img.img14 {
	background-image: url(../images/top/img_slide14.jpg);
}
.main-img.img15 {
	background-image: url(../images/top/img_slide15.jpg);
}
.main-img.img16 {
	background-image: url(../images/top/img_slide16.jpg);
}
.main-img.img17 {
	background-image: url(../images/top/img_slide17.jpg);
}
.main-img.img18 {
	background-image: url(../images/top/img_slide18.jpg);
}
.main-img.img19 {
	background-image: url(../images/top/img_slide19.jpg);
}
.main-img.img20 {
	background-image: url(../images/top/img_slide20.jpg);
}
.main-img.img21 {
	background-image: url(../images/top/img_slide21.jpg);
}
.main-img.img22 {
	background-image: url(../images/top/img_slide22.jpg);
}
.main-img h2 {
	position: absolute;
	left: 50%;
	top: 23%;
	/*top:  50%;*/
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 30px;
	width: 100%;
}
.main-img.img01 h2 {
	text-align: left;
}
.main-img.img02 h2 {
	text-align: left;
}
.main-img.img03 h2 {
	text-align: left;
}
.main-img.img04 h2 {
	text-align: right;
}
.main-img.img05 h2 {
	text-align: left;
}
.main-img.img06 h2 {
	text-align: left;
}

.muteishin {
	position: absolute;
	bottom: -30px;
	right: calc((100% - 1100px) / 2);
	z-index: 90;
	line-height: 0;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
.muteishin .sp {
	display: none;
}
/*@media (max-width: 1440px) {
	.muteishin {
		left: 2.083vw;
	}
}*/

@media (max-width: 736px) {
	.muteishin {
		position: static;
		filter: none;
	}
	.muteishin .pc {
		display: none;
	}
	.muteishin .sp {
		display: block;
	}
	.muteishin .sp img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:980px) {
.main-img {
	padding-top: 44%;
	height: auto;
}
.main-img h2 {
	padding: 20px;
}
.main-img h2 img {
	max-width: 64%;
}
}

/*	ページャー	*/
.bx-controls {
	position: absolute;
	top: calc(100% + 11px);
	left: 0;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	z-index: 998;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 5px;
}
.bx-pager-item a {
	display: block;
	width: 15px;
	height: 15px;
	background: #BEBEBE;
	border-radius: 15px;
	text-indent: -9999px;
	opacity: 1;
}
.bx-pager-item a.active {
	opacity: 1;
	margin: 0;
	background: #61CB96;
}
@media screen and (max-width:767px) {

}

/*	CONTENTS
---------------------------------*/

/*	ABOUT		*/
.top-about {
	padding: 70px 0 35px;
}
.top-about li {
	/*width: 23.67%;
	max-width: 232px;*/
	width: 32%;
	max-width: 314px;
}
.top-about li:nth-last-child(-n+3) {
	margin-top: 20px;
}
.top-about li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.top-about li.col01 {
	background: #9fc71c;
	/*background: #50CDF1;*/
}
.top-about li.col02 {
	background: #F2A73B;
}
.top-about li.col03 {
	background: #319ED0;
}
.top-about li.col04 {
	background: #F28F8F;
}
.top-about li.col05 {
	background: #ab8cd4;
}
.top-about li.col06 {
	background: #61CB96;
}
.top-about li figure {
	position: relative;
}
.top-about li figure:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 6px solid #333;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top-about-txt {
	display: table-cell;
	position: relative;
	padding: 0 10px;
	/*width: 232px;*/
	width: 314px;
	height: 85px;
	background: #333;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	box-sizing: border-box;
}
.top-about-txt:after {
	display: block;
	content: "more";
	position: absolute;
	bottom: 88.3%;
	right: 4.3%;
	width: 65px;
	height: 65px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 65px;
}
.top-about-txt h3 span {
	display: block;
	color: #fff;
}
.top-about li.col01 figure:before {
	border-color: #9fc71c;
	/*border-color: #50CDF1;*/
}
.top-about li.col01 .top-about-txt  {
	background: #9fc71c;
	color: #9fc71c;
	/*background: #50CDF1;
	color: #50CDF1;*/
}

.top-about li.col02 figure:before {
	border-color: #F2A73B;
}
.top-about li.col02 .top-about-txt  {
	background: #F2A73B;
	color: #F2A73B;
}

.top-about li.col03 figure:before {
	border-color: #319ED0;
}
.top-about li.col03 .top-about-txt  {
	background: #319ED0;
	color: #319ED0;
}

.top-about li.col04 figure:before {
	border-color: #F28F8F;
}
.top-about li.col04 .top-about-txt  {
	background: #F28F8F;
	color: #F28F8F;
}

.top-about li.col05 figure:before {
	border-color: #ab8cd4;
}
.top-about li.col05 .top-about-txt  {
	background: #ab8cd4;
	color: #ab8cd4;
}

.top-about li.col06 figure:before {
	border-color: #61CB96;
}
.top-about li.col06 .top-about-txt  {
	background: #61CB96;
	color: #61CB96;
}
.top-about li.col06 .top-about-txt:after {
	border: 1px solid #61CB96;
}

section.top-about ul.flex-btw {
	flex-wrap: wrap;
}
section.top-about ul.flex-btw:after {
	content: "";
	display: block;
	width: 32%;
}
@media screen and (max-width: 736px) {
	.top-about li:nth-last-child(-n+3) {
		margin-top: 0;
	}
	section.top-about ul.flex-btw:after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
.top-about {
	padding: 55px 0 20px;
}
.top-about li {
	margin: 0 2.7% 2.7% 0;
	width: 48.65%;
	max-width: 48.65%;
}
.top-about li h3 {
	font-size: 13px;
}
.top-about li:nth-of-type(2n) {
	margin-right: 0;
}
.top-about li figure {
	position: relative;
}
.top-about li figure img {
	width: 100%;
}
.top-about li figure:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 6px solid #333;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top-about-txt {
	width: 400px;
	height: 60px;
	font-size: 0.9378rem;
}
.top-about-txt:after {
	bottom: 88.3%;
	right: 4.3%;
	width: 48px;
	height: 48px;
	font-size: 12px;
	line-height: 48px;
}
}

/*	MENU		*/
.top-menu {
	padding: 35px 0 40px;
/*	background: #F9F8F4;*/
}
.top-menu ul {
	flex-wrap: wrap;
}
.top-menu li {
	margin-bottom: 0;
	/*margin: 0 2.555% 0 0;
	width: 31.63%;
	max-width: 310px;*/
	width: 32%;
	max-width: 314px;
	background: #61CB96;
}
/*.top-menu li:nth-of-type(3n){
	margin-right: 0;
}
.top-menu li:last-child {
	margin-top: 20px;
}*/
.top-menu li a {
	display: block;
	height: 100%;
}
.top-menu-inr {
	-webkit-align-items: center;
	align-items: center;
}
.top-menu li figure {
	width: 100%;
	border: 3px solid #61CB96;
}
.top-menu li figure img {
	width: 100%;
	height: auto;
}
.top-menu-txt {
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 0.9378rem;
	color: #666;
	line-height: 1.4;
}
.top-menu-txt h3:before {
	display: block;
	content: "";
	position: relative;
	margin: 0 auto 10px;
	width: 31px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.top-menu-txt h3.icon01:before {
	background-image: url(../images/top/icon_menu01.png);
}
.top-menu-txt h3.icon02:before {
	background-image: url(../images/top/icon_menu02.png);
}
@media screen and (max-width: 767px) {
	.top-menu {
		padding: 35px 0 20px;
	}
	.top-menu ul {
	}
	.top-menu li {
		margin: 0 auto 2.7%;
		width: 100%;
		max-width: 310%;
	}
	.top-menu li:nth-of-type(3n) {
		margin-right: auto;
	}
	.top-menu-txt h3:before {
		margin: 0 auto 5px;
		width: 21px;
		height: 21px;
	}
	.top-menu-txt h3.icon01:before {
		width: 25px;
		height: 25px;
	}
	.top-menu li:last-child {
		margin-top: 0;
	}
}

/*	TOPICS		*/
.top-news {
	padding: 70px 0 35px;
}
.top-news.subpage {
	padding: 0;
}
.top-news h3 {
	position: relative;
	margin: 0 0 15px;
	padding: 0 20px;
	border: 1px solid #61CB96;
	border-radius: 5px;
	font-size: 1.25rem;
	color: #61CB96;
	line-height: 60px;
}
.top-news h3:before {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 50px;
	border-top: 14px solid #61CB96;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.top-news h3:after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 51px;
	border-top: 12px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.top-news ul {
	margin: 0 0 25px;
	height: 400px;
	overflow-y: auto;
}
.top-news li {
	padding: 15px 10px;
	border-bottom: 1px dotted #707070;
	font-size: 1rem;
}
.top-news-date {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	font-size: 0.8125rem;
}
.top-news-date:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #F2A73B;
}
.top-news li p {
	color: #61CB96;
}
.top-news-more {
	text-align: right;
	font-size: 0.875rem;
	color: #61CB96;
}
.top-news-more span {
	position: relative;
	padding: 0 0 0 10px;
}
.top-news-more span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 13px solid #61CB96;
}
@media screen and (max-width: 767px) {
.top-news {
	padding: 35px 0;
}
.top-news h3 {
	position: relative;
	margin: 0 0 15px;
	padding: 0 20px;
	border-radius: 8px;
	font-size: 1.25rem;
	line-height: 45px;
}
}

/*	LINK		*/
.top-link {
	padding: 50px 0 50px;
	background: #F9F8F4;
}
.top-link li {
	width: 47.95%;
}
.top-txt-link {
	padding: 0 0 50px;
	background: #F9F8F4;
}
.top-txt-link li {
	margin: 0 34px;
}
.top-txt-link li a span {
	position: relative;
	padding: 0 35px 0 0;
}
.top-txt-link li a span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: url(../images/common/icon_arw01.png) no-repeat center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
.top-link {
	padding: 35px 0 20px;
}
.top-link li {
	margin: 0 auto 15px;
	width: 100%;
	text-align: center;
}
.top-txt-link {
	padding: 35px 0 20px;
	background: #fff;
}
.top-txt-link li {
	margin: 0 0 15px;
	width: 100%;
	text-align: left;
}
}

/*	CONTENTS TABLE
---------------------------------*/
.cnt-tbl table {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.cnt-tbl table a {
	text-decoration: underline;
}
.cnt-tbl table tr {
	border-bottom: 1px solid #999;
}
.cnt-tbl table th {
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #999;
}
.cnt-tbl table td {
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #999;
}
.cnt-tbl.recruit table th {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #999;
	font-size: 0.75rem;
}
.cnt-tbl.recruit table tr:first-of-type th {
	text-align: left;
}
.cnt-tbl.recruit table td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #999;
	font-size: 0.6875rem;
}
.cnt-tbl.recruit table .bg01 {
	background: #ffcb98;
}
.cnt-tbl.recruit table .bg02 {
	background: #ffff02;
}
.cnt-tbl.recruit table .bg03 {
	background: #ccffcd;
}
@media screen and (max-width: 767px) {

.cnt-tbl.recruit table th {
	padding: 2px;
	font-size: 0.625rem;
}
.cnt-tbl.recruit table tr:first-of-type th {
	text-align: left;
}
.cnt-tbl.recruit table td {
	padding: 2px;
	font-size: 0.625rem;
}
}

/*	LIST TABLE
---------------------------------*/
.cnt-post p.list-cap {
	margin: 0 0 10px;
	text-align: right;
	font-size: 0.8125rem;
}
.cnt-post p.list-cap span {
	color: rgb(220, 245, 252);
	font-size: 0.875rem;
} 
.list-tbl table {
	width: 100%;
	border-top: 1px solid #707070;
}
.list-tbl table a {
	text-decoration: underline;
}
.list-tbl table tr {
	border-bottom: 1px solid #707070;
}
.list-tbl table tr.free {
	background: rgb(220, 245, 252)
}
.list-tbl table td {
	padding: 10px;
	vertical-align: middle;
}
.list-tbl table td:first-of-type {
	width: 33%;
}
.list-tbl.free table td:first-of-type {
	color: #666;
}
.list-tbl table td:nth-of-type(2) {
	width: 39%;
	font-size: 0.875rem;
}
.list-tbl table td:last-of-type {
	font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
.list-tbl table td {
	padding: 7px;
}
.list-tbl table td:first-of-type {
	font-size: 0.8125rem;
}
.list-tbl table td:nth-of-type(2) {
	font-size: 0.8125rem;}
}

/*	MACHIDUKURI TABLE
---------------------------------*/
.machidukuri-tbl table {
	width: 100%;
	border-top: 1px solid #707070;
}
.machidukuri-tbl table tr {
	border-bottom: 1px solid #707070;
}
.machidukuri-tbl table td {
	padding: 10px;
	vertical-align: middle;
}
.machidukuri-tbl table td:first-of-type {
	width: 11%;
	font-size: 0.875rem;
}
.machidukuri-tbl table td:nth-of-type(2) {
	width: 33%;
	font-size: 0.875rem;
}
.machidukuri-tbl table td:last-of-type {
	font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
.machidukuri-tbl table td {
	padding: 7px;
}
.machidukuri-tbl table td:first-of-type {
	font-size: 0.8125rem;
}
.machidukuri-tbl table td:nth-of-type(2) {
	font-size: 0.8125rem;
}
.machidukuri-tbl table td:last-of-type {
	font-size: 0.8125rem;
}
}


/*	EVENT LIST
---------------------------------*/
.event-list li {
	padding: 20px 0;
}
.cnt-post .cnt-post-inr .event-list .flex-btw {
	margin-bottom: 0;
	padding: 10px 0 0;
}
.event-list li figure {
	width: 24.28%;
	max-width: 170px;
}
.event-list-txt {
	width: 64.28%;
	max-width: 450px;
}
.event-list li dt {
	float: left;
}
.event-list li dd {
	padding: 0 0 0 65px;
}
@media screen and (max-width: 767px) {
.event-list li {
	padding: 20px 0;
}
.cnt-post .cnt-post-inr .event-list .flex-btw {
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	padding: 10px 0 0;
}
.event-list li figure {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.event-list-txt {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
}
}

/*	LIFE NEWS
---------------------------------*/
.life-news ul {
	margin: 0 0 25px;
	border-top: 1px solid #707070;
}
.life-news ul.cntList li {
	padding: 15px 10px;
}
.life-news li {
	position: relative;
	padding: 15px 10px 15px 165px;
	border-bottom: 1px solid #707070;
	font-size: 1rem;
	color: #61CB96;
}
.life-news li.w100 {
	padding: 15px;
	text-align: center;
	color: #333;
}
.life-news-date {
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0.8125rem;
	color: #666;
}
@media screen and (max-width: 767px) {
.life-news ul {
	margin: 0 0 25px;
	border-top: 1px solid #707070;
}
.life-news li {
	position: relative;
	padding: 15px 10px 15px 10px;
}
.life-news-date {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}

/*	LEAFLET LIST
---------------------------------*/
.leaflet-list {
	margin: 0 0 135px;
}
.cnt-post-inr:last-of-type .leaflet-list {
	margin: 0;
}
.leaflet-list ul {
	border-top: 1px solid #707070;
}
.leaflet-list li {
	padding: 25px 25px 30px;
	width: 50%;
	border-bottom: 1px solid #707070;
	text-align: center;
}
.leaflet-list li.w100 {
	width: 100%;
}
.leaflet-list li h4 {
	margin: 0 auto 35px;
	height: 3.2em;
	color: #61CB96;
}
.cnt-post-inr .leaflet-list li figure {
	margin: 0 auto 25px;
	width: 170px;
	max-width: none;
	max-width: initial;
	height: 225px;
}
.cnt-post-inr .leaflet-list li figure.movie {
	width: 265px;
	max-width: none;
	max-width: initial;
	height: 165px;
}
.leaflet-list li .leaflet-list-btn a {
	display: inline-block;
	width: 100%;
	max-width: 140px;
	border: 1px solid #707070;
	line-height: 50px;
}
@media screen and (max-width: 767px) {
.leaflet-list {
	margin: 0 0 65px;
}
.leaflet-list li {
	padding: 25px 15px 30px;
	width: 100%;
}
.leaflet-list li h4 {
	margin: 0 auto 15px;
	height: auto;
}
.cnt-post-inr .leaflet-list li figure {
	margin: 0 auto 15px;
	width: 100%;
	max-width: none;
	max-width: initial;
	height: auto;
	text-align: center;
}
.cnt-post-inr .leaflet-list li figure.movie {
	margin: 0 auto 15px;
	width: 100%;
	max-width: none;
	max-width: initial;
	height: auto;
	text-align: center;
}
.leaflet-list li .leaflet-list-btn a {
	max-width: 160px;
	line-height: 40px;
}
}

.link-list li {
	margin: 0 0 5px;
}
.link-list li a {
	position: relative;
	padding: 0 0 0 1em;
}
.link-list li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #61CB96;
}

.sitemap-list > ul > li:first-of-type {
	padding-top: 0;
}
.sitemap-list > ul > li {
	margin: 0;
	padding: 20px 10px;
	border-bottom: 1px dashed #238259;
}
.sitemap-list > ul > li li {
	padding: 0 0 0 2em;
}
.sitemap-list li a {
	display: block;
	position: relative;
	padding: 3px 0 3px 0.875rem;
}
.sitemap-list li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #61CB96;
}

/*	ACCESS
---------------------------------*/
.access-info-inr {
	padding: 30px 0 0;
}
.cnt-post-inr .access-info figure {
	width: 63.71%;
	max-width: 446px;
}
.cnt-post-inr .access-info figure figcaption {
	padding: 15px;
	border: 3px solid #61CB96;
	text-align: left;
}
.access-info-guide {
	width: 35.71%;
	max-width: 250px;
}
.access-info-guide li {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0 0 0 1em;
}
.access-info-guide li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #61CB96;
}
.access-map {
	position: relative;
	padding-top: 67.85%;
}
.access-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
.cnt-post-inr .access-info figure {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.cnt-post-inr .access-info figure figcaption {
	padding: 10px;
	font-size: 0.8125rem;
}
.access-info-guide {
	width: 100%;
	max-width: 100%;
}
}

/*	お問い合わせ
---------------------------------*/
.contact-form {
	padding: 0 0 35px;
}
.contact-form .cmn-ttl01 + p {
	margin: 0 0 20px;
	font-size: 1rem;
}
.contact-form  p.contact-tel {
	margin: 0 0 50px;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: left;
}
p.contact-tel small {
	font-size: 0.875rem;
	font-weight: bold;
}
p.contact-tel span {
	font-weight: bold;
}
.contact-privacy {
	padding: 35px 0 80px;
}
.contact-privacy-box {
	padding: 30px;
	height: 300px;
	overflow-y: scroll;
	border: 5px solid #ddd;
}
.contact-privacy-box dl dt {
	margin: 0 0 8px;
	padding: 0 0 3px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.contact-privacy-box dl dd {
	margin: 0 0 30px;
}
.contact-privacy-box dl dd:last-child {
	margin: 0;
}
@media screen and (max-width:767px) {
.contact-form {
	padding: 0 0 25px;
}
.contact-form .cmn-ttl01 + p {
	margin: 0 0 10px;
	font-size: 0.8125rem;
}
.contact-form  p.contact-tel {
	margin: 0 0 30px;
	font-size: 1rem;
}
p.contact-tel small {
	font-size: 0.8125rem;
}
.contact-privacy {
	padding: 25px 0 50px;
}
.contact-privacy-box {
	padding: 20px;
	height: 200px;
	font-size: 0.8125rem;
}
.contact-privacy-box dl dt {
	margin: 0 0 8px;
	padding: 0 0 3px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.contact-privacy-box dl dd {
	margin: 0 0 20px;
}
}

/*コンタクトフォーム*/
.contact-form-inr {
	margin: 0 auto;
	max-width: 800px;
}
.contact-form-caution {
	margin: 0 0 10px;
	text-align: right;
	font-size: 0.75rem;
	color: #f00;	
}
.cmn-tbl01.contact-tbl {
	margin: 0 0 50px;
}
.cmn-tbl01.contact-tbl th {
	position: relative;
	padding: 15px 15px 15px 25px;
	width: 200px;
	color: #333;
	background-clip: padding-box;
	text-align: left;
}
.cmn-tbl01.contact-tbl th span.imp {
	margin: 0 0 0 0.5em;
	color: #f00;	
}
.cmn-tbl01.contact-tbl td {
	padding: 10px 30px;
	vertical-align: middle;
}
.cmn-tbl01.contact-tbl td input[type="email"],
.cmn-tbl01.contact-tbl td input[type="text"],
.cmn-tbl01.contact-tbl td input[type="tel"],
.cmn-tbl01.contact-tbl td textarea {
	min-height: 30px;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 0.875rem;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
}
.cmn-tbl01.contact-tbl td select {
	min-height: 30px;
}
.cmn-tbl01.contact-tbl .field-s {
	width: 40%;
}
.cmn-tbl01.contact-tbl .field-m {
	width: 60%;
}
.cmn-tbl01.contact-tbl .field-l {
	width: 100%; 
}
.contact-btn-box {
	text-align: center
}
.contact-btn-box input.btn-send {
	display: inline-block;
    padding: 14px;
    width: 190px;
    border-radius: 0;
    background: #333;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.contact-btn-box input.btn-return {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 14px;
    width: 190px;
    border-radius: 0;
    background: #ccc;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width:767px) {
.cmn-tbl-otr01 {
	width: 100%;
}
.cmn-tbl01 th {
	display: block;
	padding: 10px;
	width: 100%;
	min-width: 100%;
	font-size: 0.8125rem;	
	border: none;
	border-bottom: 1px solid #ccc;
}
.cmn-tbl01 td {
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 0.8125rem;
	border: none;
	border-bottom: 1px solid #ccc;
}
.cmn-tbl01 .btn-link {
	padding: 0 15px 0 10px;
	font-size: 12px;
	line-height: 20px;
}
.cmn-tbl01 .btn-link:after {
	width: 17%;
	right: -10px;
}
.cmn-tbl01.contact-tbl th {
	display: block;
	padding: 15px;
	width: 100%;
	min-width: 100%;	
	border-bottom: none;
}
.cmn-tbl01.contact-tbl td {
	border-bottom: none;
}
.cmn-tbl01.contact-tbl tr:last-child td {
	border-bottom: 1px solid #ccc;
}
.cmn-tbl01.contact-tbl .field-s {
	width: 100%;
}
.cmn-tbl01.contact-tbl .field-m {
	width: 100%;
}
}

/*	add 2020.01.07
---------------------------------*/
a.nolink {
	pointer-events: none;
}
small.sm {
	font-size: 80%;
}

.red {
	color: #f00;
}
.right {
	text-align: right !important;
}

.ttl-sub01 h2.pageTitle {
	padding: 10px 35px;
	line-height: 1.5;
	box-sizing: border-box;
}
@media (max-width: 736px) {
.ttl-sub01 h2.pageTitle {
	padding: 10px 20px;
}
}

/* ---------------------------------------------------
.download_btnbox
--------------------------------------------------- */
.download_btnbox {
	margin: 0 0 50px 0;
}
.download_btnbox div a {
	padding: 12px 26px;
	display: block;
	border-radius: 8px;
	background: #fff;
	border: 2px solid #61cb96;
	box-sizing: border-box;
	transition: 0.2s ease-in-out;
}
.download_btnbox div a:before {
	content: url(../images/common/icon_download.png);
	margin-right: 10px;
}
.download_btnbox div a:hover {
	opacity: 0.6;
}
@media (max-width: 736px) {
.download_btnbox {
	margin-bottom: 25px;
}
}

/* ---------------------------------------------------
.officelist
--------------------------------------------------- */
.listbox {
	margin: 20px 0;
}
.listbox ul.officelist {
	padding: 0;
	padding: 0;
}
.listbox ul.officelist li.head:before {
	content: "●";
	color: #61cb96;
}
.listbox ul.officelist li:not(:first-child) {
	text-indent: 16px;
}

/* ---------------------------------------------------
.movieBoxWrap
--------------------------------------------------- */
.movieBoxWrap {
	padding: 0;
	margin: 0 \;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movieBoxWrap div.moviebox {
	//width: 48%;
	width: 100%;
}
@media (max-width: 736px) {
.movieBoxWrap div.moviebox {
	margin-bottom: 30px;
	width: 100%;
}
}


.movieBoxWrap div.moviebox div.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieBoxWrap div.moviebox div.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ---------------------------------------------------
.point
--------------------------------------------------- */
.point a {
	font-weight: bold;
	color: #39825d !important;
}

/* ---------------------------------------------------
.bnrbox-home
--------------------------------------------------- */
.bnrbox-home {
	margin: 80px auto 0 auto;
	width: 980px;
	display: flex;
	justify-content: space-between;
}
.bnrbox-home + .bnrbox-home {
	margin-top: 30px;
}
.bnrbox-home.wrap {
	flex-wrap: wrap;
}
.bnrbox-home div.wide {
	margin-bottom: 20px;
	width: 100%;
}
.bnrbox-home.content-center {
	justify-content: center;
}
.bnrbox-home div {
	margin-bottom: 20px;
	line-height: 0;
	width: 48%;
}

.bnrbox-home .pfas a {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
.bnrbox-home .pfas img {
	width: auto;
	height: 180px;
}

@media (max-width: 736px) {
	.bnrbox-home {
		padding: 0 10px;
		margin: 60px auto 0 auto;
		width: 100%;
		flex-wrap: wrap;
	}
	.bnrbox-home div,
	.bnrbox-home .pfas img {
		margin-bottom: 16px;
		width: 100%;
		height: auto;
	}
	.bnrbox-home .pfas a {
		padding: 0;
		display: block;
		border: 0;
	}
}

/* ---------------------------------------------------
.topbnrBox
--------------------------------------------------- */
.topbnrBox {
	margin: 70px auto 0 auto;
	width: 980px;
	text-align: center;
}
.topbnrBox div a {
	padding: 20px 0;
	font-size: 24px;
	font-weight: 600;
	display: block;
	color: #fff;
	background: #61cb96;
	transition: 0.2s ease-in-out;
}
/*.topbnrBox div {
	width: 49%;
}
@media (max-width: 736px) {
	.topbnrBox div {
		width: 100%;
		text-align: left;
	}
	.topbnrBox div.line {
		margin-bottom: 10px;
	}
	.topbnrBox div a {
		padding: 14px 20px 16px 20px;
	}
}*/

.topbnrBox div.line a {
	background: #00b900;
}
.topbnrBox div.news a {
	background: #fba71c;
}
.topbnrBox div.gakuunkou a {
	background: #1e73be;
}

.topbnrBox div a:hover {
	opacity: 0.6;
}
.topbnrBox div a:after {
	content: "\e315";
	font-family: "Material Icons";
	font-size: 28px;
	line-height: 1.0;
	position: relative;
	top: 5px;
	margin-left: 10px;
}
.topbnrBox div.inochi a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/top/icon_arrow.png) 96% center/26px no-repeat #00b900;
}
.topbnrBox div.inochi a:before {
	content: "";
	display: flex;
	align-items: center;
	background: url(../images/top/icon_tel.png) center center/100% no-repeat;
	width:  51px;
	height: 51px;
	margin-right: 20px;
}
.topbnrBox div.inochi a:after {
	content: none;
}
@media (max-width: 980px) {
	.topbnrBox {
		padding: 0 20px;
		width: auto;
	}
}
@media (max-width: 736px) {
	.topbnrBox {
		margin-top: 50px;
	}
	.topbnrBox div a {
		font-size: 20px;
	}
	.topbnrBox div a:after {
		top: 6px;
		margin-left: 6px;
	}
	.topbnrBox div.inochi a {
		padding-left: 20px;
		justify-content: flex-start;
		font-size: 18px;
	}
	.topbnrBox div.inochi a {
		background: url(../images/top/icon_arrow.png) 96% center/13px no-repeat #00b900;
	}
	.topbnrBox div.inochi a:before {
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
}


/* ---------------------------------------------------
.clebox
--------------------------------------------------- */
.clebox {
	margin-bottom: 30px;
	overflow: hidden;
	box-sizing: border-box;
}
@media (max-width: 736px) {
	.clebox {
		margin-bottom: 20px;
	}
}

.imgR {
	margin: 0 0 20px 20px;
	line-height: 0;
	float: right;
	box-sizing: border-box;
}
.imgR.lineqr img {
	width: 200px;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* ---------------------------------------------------
.reportWrap
--------------------------------------------------- */
.reportWrap {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reportWrap:after {
	content: "";
	display: block;
	width: 32%;
}
.reportWrap div.reportbox {
	margin-bottom: 50px;
	width: 32%;
}
.reportWrap div.reportbox .thumb {
	text-align: center;
}
.reportWrap div.reportbox .thumb img {
	width: 150px;
	height: auto;
}
.reportWrap div.reportbox .textbox {
	padding: 10px 14px;
	margin-top: 10px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.reportWrap div.reportbox .textbox span.date {
	display: block;
	font-size: 13px;
}
@media (max-width: 736px) {
	.reportWrap:after {
		content: none;
	}
	.reportWrap div.reportbox {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
}

/* ---------------------------------------------------
.movieListWrap
--------------------------------------------------- */
.movieListWrap {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movieListWrap div.moviebox {
	width: 48%;
}
.movieListWrap div.moviebox a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #707070;
}
@media (max-width: 736px) {
	.movieListWrap div.moviebox {
		width: 100%;
	}
}

/* ---------------------------------------------------
.pdf
--------------------------------------------------- */
a.pdf:after {
	content: url(../images/common/icon_pdf.png);
	display: inline-block;
	position: relative;
	top: 10px;
	margin-left: 6px;
	margin-top: -11px;
}

/* ---------------------------------------------------
.movie
--------------------------------------------------- */
a.movie:after {
	content: "";
	display: inline-block;
	background: url(../images/common/icon_movie.jpg) center center/100% no-repeat;
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
	margin-left: 7px;
}

/* ---------------------------------------------------
.icon-base
--------------------------------------------------- */
.main-img-otr {
	position: relative;
	z-index: 9;
}
.freedial {
	margin: -164px auto 0 auto;
	width: 100%;
	max-width: 980px;
	line-height: 0;
	position: relative;
	z-index: 10;
	text-align: right;
}
.freedial img {
	width: calc(464px / 2);
	height: auto;
}
@media (max-width: 736px) {
	.freedial {
		margin-top: -60px;
	}
	.freedial img {
		width: 116px;
	}	
}

.slider_icon {
	padding-right: 20px;
	margin: -230px auto 0 auto;
	width: 100%;
	max-width: 980px;
	line-height: 0;
	position: relative;
	right: -20px;
	z-index: 10;
	text-align: right;
}
.slider_icon img {
	width: calc(464px / 2);
	height: auto;
}
@media (max-width: 1024px) {
	.slider_icon {
		margin-top: -22.461vw;
	}
}
@media (max-width: 768px) {
	.slider_icon {
/*		margin-top: -29.948vw;*/
	}
}
@media (max-width: 736px) {
	.slider_icon {
		padding-right: 10px;
/*		margin-top: -40px;*/
		right: 0;
	}
	.slider_icon img {
		width: 130px;
	}	
}

/* ---------------------------------------------------
.voicebox
--------------------------------------------------- */
div.voicebox {
	padding: 30px;
	margin: 0;
	background: #fcfbeb;
	border-radius: 12px;
	box-sizing: border-box;
}
div.voicebox + .voicebox {
	margin-top: 30px;
}
@media screen and (max-width: 736px) {
	div.voicebox {
		padding: 20px;
	}
}

div.voicebox > div.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.voicebox > div.inner > div.l-text {
	width: 70%;
}
@media screen and (max-width: 736px) {
	div.voicebox > div.inner > div.l-text {
		width: 100%;
		order: 2;
	}
}

div.voicebox > div.inner > div.r-photo {
	width: 28%;
	text-align: right;
}
div.voicebox > div.inner > div.r-photo img {
	width: 160px;
	height: auto;
	border-radius: 100px;
}
@media screen and (max-width: 736px) {
	div.voicebox > div.inner > div.r-photo {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
		order: 1;
	}
}

div.voicebox > div.inner > div.l-text > dl {
	padding: 0;
	margin: 0;
}
div.voicebox > div.inner > div.l-text > dl + .section {
	margin-top: 30px;
}
div.voicebox > div.inner > div.l-text > dl > dt {
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	width: 110px;
}
div.voicebox > div.inner > div.l-text > dl > dd {
	margin-left: 110px;
}

div.voicebox > div.inner > div.b-text {
	margin-top: 20px;
	width: 100%;
}
@media screen and (max-width: 736px) {
	div.voicebox > div.inner > div.b-text {
		order: 3;
	}
}

div.voicebox .section {
	margin-bottom: 30px;
}
div.voicebox .section:last-child {
	margin-bottom: 0;
}
div.voicebox h4 {
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: 17px;
	color: #fba71c;
	font-weight: bold;
	border-bottom: 2px dotted #fba71c;
}

/* ---------------------------------------------------
.btn01
--------------------------------------------------- */
.btn01 {
	padding: 0 0 0 0;
	margin: 40px auto 0 auto;
	width: 300px;
	box-sizing: border-box;
}
.btn01 a {
	padding: 14px 0;
	display: block;
	color: #61cb96;
	text-align: center;
	border: 1px solid #61cb96;
}
.btn01 a:hover {
	color: #fff;
	background: #61cb96;
}
@media screen and (max-width: 736px) {
	.btn01 {
		width: 100%;
	}
	.btn01 a {
		padding: 10px;
	}
}

/* ---------------------------------------------------
.videobox
--------------------------------------------------- */
.videobox {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	margin-bottom: 20px;
}
.videobox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

/* ---------------------------------------------------
list
--------------------------------------------------- */
.list-01 {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-type: circle;
}
.list-number {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-type: decimal;
	font-size: 14px;
}
.list-number li a {
	color: #61cb96;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}

/* ---------------------------------------------------
.section-01
--------------------------------------------------- */
.section-01 {
	margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
	.section-01 {
		margin-bottom: 30px;
	}
}

/* ---------------------------------------------------
.title-m
--------------------------------------------------- */
.title-m {
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 736px) {
	.title-m {
		padding-bottom: 2px;
		margin-bottom: 8px;
		font-size: 16px;
	}
}

.index-movie {
	margin-top: 60px;
	text-align: center;
}
.index-movie__head {
	margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
	.index-movie {
		padding: 0 10px;
		margin-top: 40px;
	}
}

.flex-bnr {
	margin-bottom: 50px;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-bnr .bnr_item {
	margin-bottom: 30px;
}
.flex-bnr .bnr_item img {
	width: calc(680px / 2);
	height: auto;
}
.flex-bnr .bnr_item.wide {
	width: 100%;
}
.flex-bnr .bnr_item.wide img {
	width: auto;
}
@media (max-width: 736px) {
	.flex-bnr {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.flex-bnr .bnr_item {
		margin-bottom: 20px;
	}
	.flex-bnr .bnr_item {
		margin-bottom: 14px;
	}
	.flex-bnr .bnr_item img {
		width: 100%;
	}
}

/* ---------------------------------------------------
list
--------------------------------------------------- */
.list01 {
	margin-left: 20px;
	list-style-type: circle;
}
.ol-list {
	margin-left: 20px;
	list-style-type: decimal;
}

/* ---------------------------------------------------
flexbox
--------------------------------------------------- */
.flexbox {
	display: flex;
}
.space-btw {
	justify-content: space-between;
}
.space-center {
	justify-content: center;
}
.box_2column .flex_item {
	width: 48%;
}
.wrap {
	flex-wrap: wrap;
}
@media (max-width: 735px) {
	.spwrap {
		flex-wrap:  wrap;
	}
	.box_2column.spwrap .flex_item {
		margin-top: 40px;
		width: 100%;
	}
}

.img-border {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.text-center {
	text-align: center;
}

.dentalbtn {
	margin: 0 auto 20px auto;
	width: 460px;
}
@media (max-width: 735px) {
	.dentalbtn {
		width: 100%;
	}
}
.dentalbtn a {
	padding: 16px 10px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fc0;
	border-radius: 100px;
}
.dentalbtn a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------
add sidebar
--------------------------------------------------- */
.staff_sidenavi {
	margin-top: 30px;
	text-align: center;
}
.staff_sidenavi .bnrItem img {
	width: 159px;
	height: auto;
}
.staff_sidenavi .bnrItem {
	line-height: 0;
}
.staff_sidenavi .bnrItem + .bnrItem {
	margin-top: 10px;
}

.staffSideNaviItem {
	padding: 0 20px;
	margin-bottom: 30px;
}
.staffSideNaviTitle {
	margin-bottom: 6px;
	text-align: left;
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
}

@media (max-width: 736px) {
	.staff_sidenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.staffSideNaviItem {
		margin-bottom: 20px;
		width: 48%;
	}
	.staff_sidenavi .bnrItem img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/* ---------------------------------------------------
.hd-menu li.large
--------------------------------------------------- */
.hd-menu li.large {
	font-size: 1rem;
}
.hd-menu li.large a {
	color: #fff;
}
.hd-menu li.large span {
	position: relative;
	padding: 0 0 0 35px;
	font-weight: bold;
}
.hd-menu li.large span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: #f2d21f;
	-webkit-border-radius: 25%;
	border-radius: 25%;
}
.hd-menu li.large span:after {
	top: 20%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-top: 3px solid #61CB96;
	border-right: 3px solid #61CB96;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hd-menu li.large.key span:after {
	top: 1px;
	left: 4px;
	width: 22px;
	height: 22px;
	border: none;
	transform: none;
	background-image: url(../images/common/icon_key.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* add-end */


/* ---------------------------------------------------
article
--------------------------------------------------- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
@media (max-width: 750px) {
	.alignright,
	.alignleft {
		margin: 0 0 10px 0;
		float: none;
		text-align: center;
	}
}

.cnt-post.article strong {
	font-weight: bold;
}
.cnt-post.article strong > span {
	font-weight: bold;
}
.cnt-post.article h3 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	width: 100%;
	border-bottom: 1px dashed #238259;
	font-size: 1.125rem;
	color: #238259;
}
@media screen and (max-width:767px) {
	.cnt-post.article h3 {
		margin: 0 0 10px;
		padding: 0 5px 5px;
		font-size: 1.125rem;
	}
}

.cnt-post.article a {
	color: #61cb96;
	text-decoration: underline;
}
.cnt-post.article a img {
	text-decoration: none;
}

.spver {
	display: none;
}
@media (max-width: 736px) {
	.pcver {
		display: none;
	}
	.spver {
		display: block;
	}
}

.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

/* ---------------------------------------------------
dl
--------------------------------------------------- */
.dl_01 dt {
	width: 120px;
	float: left;
	clear: both;
}
.dl_01 dd {
	margin-left: 120px;
}
@media (max-width: 750px) {
	.dl_01 + .dl_01 {
		margin-top: 20px;
	}
	.dl_01 dt {
		width: 100%;
		float: none;
	}
	.dl_01 dd {
		margin-left: 0;
	}
}

.indent-01 {
	padding-left: 16px;
	text-indent: -16px;
}

.flex-center {
	display: flex;
	justify-content: center;
}

/* ---------------------------------------------------
add 2025/08/20
--------------------------------------------------- */
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

p.center {
    text-align: center;
}
