@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');

@font-face {
	font-family:'RodinProM';
	url('images/fonts/FOT-RodinNTLGPro-M.otf') format('opentype');
}


@keyframes animateBlink {
	  0% { opacity:1; }
	100% { opacity:0.4; }
}
@-webkit-keyframes animateBlink {
	  0% { opacity:1; }
	100% { opacity:0.4; }
}



/* ==========================================================================================================================================
	CSS reset
=========================================================================================================================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
/*
.bx-wrapper * {
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
*/
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,strong ,em ,b ,i ,small ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	color:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:inherit;
}
button ,input ,textarea ,select {
	font-size:16px;
	letter-spacing:1px;
	font-family:"RodinProM",'Noto Sans JP','メイリオ',sans-serif;
/*
	font-family:"RodinProM",'Kosugi Maru','メイリオ',sans-serif;
*/
}
button {
	padding:5px 20px;
}

a ,a:link ,a:visited ,a:hover ,a:active {
	text-decoration:none;
}
a.my-link {
	color:#00f;
}
a.my-link:hover {
	color:#f00;
	text-decoration:underline;
}

img {
	vertical-align:top;
	max-width:100%;
}
ol ,ul ,li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote ,q {
	quotes:none;
}
blockquote:before ,blockquote:after
,q:before ,q:after {
	content:'';
	content:none;
}
header ,footer ,nav ,main ,article ,section ,aside {
	position:relative;
	display:block;
	font-size:0;
}

section section {
	font-size:inherit;
}

#main #contents > section > section ,aside#sns {
	opacity:0;
	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
}
#main #contents > section > section:nth-of-type(1) {
	opacity:1 !important;
}


@media screen and (min-width:800px) {
	.dispSP {
		display:none!important;
	}
}
@media screen and (max-width:799px) {
	.dispPC {
		display:none!important;
	}
}





/* ==========================================================================================================================================
	common
=========================================================================================================================================== */
body {
	position:relative;
	color:#1a1410;
	background:#fff;
	font-family:"RodinProM",'Noto Sans JP','メイリオ',sans-serif;
/*
	font-family:"RodinProM",'Kosugi Maru','メイリオ',sans-serif;
*/
	line-height:2;
}

.inner {
	width:1200px;
	margin:0 auto;
}

@media screen and (max-width:799px) {
	#bgLayer {
		width:480px;
		margin:0 auto;
		padding:80px 0 0;
	}
	.inner {
		width:100%;
	}

	#bgLayer #main #contents section {
		font-size:16px;
	}
}


/*
#bgLayer > * {
	transform:rotate(0.001deg);
}
*/



/* ============================================================================================
	common - headers
============================================================================================= */
#main section .h2 {
	font-size:34px;
	color:#fff;
	background:#007a44;
	text-align:center;
}


#main section .h3 {
	font-size:32px;
	color:#007a44;
	text-align:center;
}
#main section .h3.border {
	border-bottom:2px solid #007a44;
}


#main section .headline {
	color:#007a44;
	line-height:80px;
	font-size:34px;
	padding-bottom:5px;
	border-bottom:20px solid #007a44;
	text-align:center;
}



#main section .subhead {
	line-height:2em;
	font-size:32px;
	color:#fff;
	background:#007a44;
	text-align:center;
}


#main section .title {
	position:relative;
	margin-top:20px;
	line-height:2em;
	font-size:32px;
	color:#007a44;
	border-bottom:3px solid #018e00;
	text-align:center;
}

#main section .title.sub {
	font-size:28px;
}
#main section .title.ellipse {
	margin-left:30px;
	margin-right:30px;
	line-height:1.6em;
	border:3px solid #018e00;
	border-radius:1em;
}

#main section .title.reverse {
	font-size:24px;
	color:#fff;
	background:#007a44;
	margin-bottom:20px;
	border-bottom:0 none;
}

#main section .title + p > em {
	display:block;
	line-height:2.4em;
	text-align:center;
	font-size:26px;
	color:#007a44;
}
#main section em.orange {
	color:#f47700;
}

@media screen and (max-width:799px) {
	#main section .h2 {
		font-size:24px;
	}
	#main section .title {
		font-size:21px;
	}
	#main section .title.ellipse {
		margin:auto;
	}
	#main section .title.sub {
		font-size:22px;
	}
	#main section .title.reverse {
		font-size:20px;
	}
	#main section .title + p > em {
		padding-top:0.4em;
		line-height:1.6em;
		font-size:20px;
	}

	#main section .headline {
		height:auto;
		line-height:1.8;
		font-size:26px;
		border-bottom:10px solid #007a44;
	}
	#main section .subhead {
		font-size:24px;
	}
}







#main section .notes {
	font-size:16px;
}
#main section .center {
	text-align:center;
}
#main section .right {
	text-align:right;
}
#main section .red {
	color:red;
}
#main section .blue {
	color:blue;
}

@media screen and (max-width:799px) {
	#main section .notes {
		font-size:14px;
	}
}



/* ============================================================================================
	common - dl.terms
============================================================================================= */
#main section dl.terms {
	padding:30px 45px 0;
}
#main section dl.terms dt {
	padding-left:1em;
	font-size:28px;
	color:#fff;
	background:#99ca7b;
}

#main section dl.terms dd {
	padding:1em 2em;
}

@media screen and (max-width:799px) {
	#main section dl.terms {
		padding:30px 15px 0;
	}
	#main section dl.terms dt {
		font-size:22px;
	}
	#main section dl.terms dd {
		padding:0.5em 1em 1.5em;
	}
}



/* ============================================================================================
	common - flex
============================================================================================= */
.flex {
	display:flex;
	justify-content:center;
	align-items:stretch;
}
.flex.around {
	justify-content:space-around;
}
.flex.between {
	justify-content:space-between;
}
.flex.start {
	justify-content:flex-start;
}
.flex.end {
	justify-content:flex-end;
}
.flex.wrap {
	flex-wrap:wrap;
}
.flex.middle {
	align-items:center;
}
.flex.evenly {
	padding:0 20px;
	justify-content:space-between;
}
.flex.evenly.items2 > * {
	width:48.5%;
}
.flex.evenly.items3 > * {
	width:32%;
}
.flex.evenly.items4 > * {
	width:24%;
}
.flex.evenly.items5 > * {
	width:19%;
}
.flex.evenly.items6 > * {
	width:15.5%;
}

@media screen and (max-width:799px) {
	.flex.evenly {
		padding:0 10px;
	}
	.image.flex.evenly p {
		padding:0.5em 0;
		font-size:12px;
	}

}




/* =================================================================
	common - > flex > color circle / box
================================================================== */
.flex.evenly.items4.colorCircle > li {
	width:205px;
	height:205px;
	padding:20px 25px;
	border-radius:50%;
	overflow:hidden;
}
.flex.wrap.colorBox > li:nth-child(1) > div ,
.flex.evenly.items4.colorCircle > li:nth-child(1) {
	background:#f4d972;
}
.flex.wrap.colorBox > li:nth-child(2) > div ,
.flex.evenly.items4.colorCircle > li:nth-child(2) {
	background:#f0b2bf;
}
.flex.wrap.colorBox > li:nth-child(3) > div ,
.flex.evenly.items4.colorCircle > li:nth-child(3) {
	background:#9ac0e5;
}
.flex.wrap.colorBox > li:nth-child(4) > div ,
.flex.evenly.items4.colorCircle > li:nth-child(4) {
	background:#b2d47d;
}

.flex.evenly.items4.colorCircle > li h3 ,
.flex.evenly.items4.colorCircle > li h4 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#007a44;
}
.flex.evenly.items4.colorCircle > li p {
	font-size:13px;
	line-height:1.5;
}


.flex.wrap.colorBox > li {
	font-size:18px;
	width:50%;
	padding:0 10px 20px;
}
.flex.wrap.colorBox > li > div {
	border-radius:10px;
	padding:15px 20px;
}
.flex.wrap.colorBox > li > div h3 {
	font-weight:bold;
	color:#fff;
	font-size:20px;
	text-align:center;
}
.flex.wrap.colorBox > li > div p {
	padding:10px 0px;
}


@media screen and (max-width:799px) {
	.flex.evenly.items4.colorCircle {
		flex-wrap:wrap;
		justify-content:space-around;
	}
	.flex.evenly.items4.colorCircle li {
		margin-bottom:15px;
	}
	.flex.wrap.colorBox > li {
		font-size:16px;
		width:100%;
	}
}





/* =================================================================
	common - > flex > work flow
================================================================== */
ul.flex.evenly.items5.work {
}
ul.flex.evenly.items5.work li {
}
ul.flex.evenly.items5.work li > h4.flex {
	margin:auto;
	align-items:center;
	text-align:center;
	width:150px;
	height:150px;
	background:url(images/icons/arrow_work.png) 100% 100% no-repeat #e9b81d;
	background-size:40px 40px;
	border-radius:5px;
}
ul.flex.evenly.items5.work li > h4.flex span {
	font-size:20px;
	line-height:1.6;
	color:#fff;
}
ul.flex.evenly.items5.work li > p {
	font-size:14px;
	line-height:1.4;
	padding:5px;
}

@media screen and (max-width:799px) {
	ul.flex.evenly.items5.work {
		flex-wrap:wrap;
	}
	ul.flex.evenly.items5.work > li {
		width:100%;
		display:flex;
		justify-content:flex-start;
		margin-bottom:10px;
	}
	ul.flex.evenly.items5.work > li > h4.flex {
		width:110px;
		height:110px;
		background-size:30px 30px;
	}
	ul.flex.evenly.items5.work > li > h4.flex span {
		font-size:16px;
	}
	ul.flex.evenly.items5.work > li > p {
		width:300px;
		font-size:16px;
		line-height:1.6;
		padding:10px;
	}
}








/* ============================================================================================
	common - link buttons (long)
============================================================================================= */
#main section .link {
	padding:30px;
	text-align:center;
}
#main section .link > h4 {
	font-size:14px;
	color:#0433ff;
}
#main section .link p a {
	display:inline-block;
	border:1px solid #fff;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#main section .link li {
	padding:0 10% 20px;
}
#main section .link a {
	display:inline-block;
	border:1px solid #018e00;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#main section .link li a:hover {
	box-shadow:0 0 15px #018e00;
}
#main section td.link a:hover {
	box-shadow:0 0 3px #018e00;
}


@media screen and (max-width:799px) {
	#main section .link {
		padding:30px 10px;
	}
	#main section .link li {
		padding:0 5% 20px;
	}
}



/* ============================================================================================
	common - hx middleBorder
============================================================================================= */
.middleBorder {
	width:95%;
	margin:0 auto;
	padding-bottom:30px;
	color:#1a792d;
	font-size:34px;
	letter-spacing:1px;
	text-align:center;
	overflow:hidden;
}
.middleBorder span {
	position:relative;
	display:inline-block;
}
@media screen and (min-width:800px) {
	.middleBorder span:before ,
	.middleBorder span:after {
		content:"";
		position:absolute;
		top:50%;
		width:500px;
		border:1px solid #1a792d;
	}
	.middleBorder span:before {
		left:calc(-500px - 50px);
	}
	.middleBorder span:after {
		right:calc(-500px - 50px);
	}
}

@media screen and (max-width:799px) {
	.middleBorder {
		font-size:28px;
		border-top:3px double #1a792d;
		border-bottom:3px double #1a792d;
		padding-bottom:0;
		margin-bottom:20px;
	}
}




/* ============================================================================================
	common - ul.case
============================================================================================= */
#main section ul.case {
	padding:30px 45px 0;
}
#main section ul.case li {
	position:relative;
	padding:10px 0;
	padding-left:140px;
	font-size:16px;
	min-height:140px;
	border-bottom:2px dotted #e89a98;
}

#main section ul.case li > h3 {
	font-size:20px;
	color:#e89a98;
	font-weight:bold;
	letter-spacing:1px;
}
#main section ul.case li > p {
	padding:0 5px;
}

#main section ul.case li:before {
	content:"CASE";
	position:absolute;
	left:0;
	top:10px;
	padding:0 5px;
	display:block;
	width:120px;
	height:120px;
	border-radius:50%;
	color:#fff;
	background:#e89a98;
	padding-top:20px;
	line-height:1em;
	font-size:26px;
	text-align:center;
}
#main section ul.case li:after {
	content:attr(data-text);
	position:absolute;
	left:0;
	top:65px;
	padding:0 5px;
	display:block;
	width:120px;
	color:#fff;
	line-height:1em;
	font-size:48px;
	font-weight:bold;
	text-align:center;
}

#main section ul.case li:nth-child(2) {
	border-bottom-color:#67a4d3;
}
#main section ul.case li:nth-child(2) > h3 {
	color:#67a4d3;
}
#main section ul.case li:nth-child(2):before {
	background:#67a4d3;
}
#main section ul.case li:nth-child(3) {
	border-bottom-color:#7fb952;
}
#main section ul.case li:nth-child(3) > h3 {
	color:#7fb952;
}
#main section ul.case li:nth-child(3):before {
	background:#7fb952;
}
#main section ul.case li:nth-child(4) {
	border-bottom-color:#efb23e;
}
#main section ul.case li:nth-child(4) > h3 {
	color:#efb23e;
}
#main section ul.case li:nth-child(4):before {
	background:#efb23e;
}
#main section ul.case li:nth-child(5) {
	border-bottom-color:#b490bc;
}
#main section ul.case li:nth-child(5) > h3 {
	color:#b490bc;
}
#main section ul.case li:nth-child(5):before {
	background:#b490bc;
}



@media screen and (max-width:799px) {
	#main section ul.case {
		padding:30px 10px 0;
	}
	#main section ul.case li {
		padding-left:95px;
		height:auto;
	}
	#main section ul.case li:before {
		top:20px;
		width:80px;
		height:80px;
		padding-top:15px;
		font-size:16px;
	}
	#main section ul.case li:after {
		top:55px;
		width:80px;
		font-size:32px;
	}
	#main section ul.case li > h3 {
		font-size:16px;
	}
	#main section ul.case li > p {
		font-size:15px;
		padding:0;
	}
}







/* ============================================================================================
	common - table.common
============================================================================================= */
#main section .caption {
	margin:0 auto 10px;
	width:90%;
	font-size:28px;
	text-align:center;
}

#main section .caption.orange {
	color:#fff;
	background:#ee7500;
}
#main section .caption.pink {
	color:#fff;
	background:#f2a5ad;
}

#main section .caption.paleorange {
	color:#fff;
	background:#ecb500;
}
#main section .caption.green {
	color:#fff;
	background:#018e00;
}


#main section table.common {
	margin:0 auto 20px;
	width:90%;
	border-collapse:separate;
	border-spacing:5px;
}
#main section table.common tr th {
	width:40%;
	padding:10px;
	text-align:center;
	font-size:18px;
	line-height:1.8;
}
#main section table.common tr td {
	padding:10px 30px;
	font-size:16px;
	line-height:1.8;
}
#main section table.common tr td small {
	display:inline-block;
	padding-left:1.5em;
	font-size:14px;
}

@media screen and (max-width:799px) {
	#main section .caption {
		margin:0 auto 10px;
		width:95%;
		font-size:20px;
	}
	#main section table.common {
		margin:0 auto 20px;
		width:95%;
		border-spacing:2px;
	}

	#main section table.common tr th {
		width:120px;
		padding:5px 10px;
		font-size:15px;
		white-space:nowrap;
	}
	#main section table.common tr td {
		padding:5px 10px;
		font-size:14px;
	}


}




/* =================================================================
	common - table.common > orange
================================================================== */
#main section table.common.orange tr th {
	color:#fff;
	background:#ecb500;
}
#main section table.common.orange tr td {
	padding:10px 20px;
	background:#fff7a6;
}

#main section table.common.orange tr.typeA th ,
#main section table.common.orange tr.typeA td {
	font-size:28px;
	line-height:1.6;
	color:#fff;
	background:#f49600;
	text-align:center;
}
#main section table.common.orange tr.typeB th ,
#main section table.common.orange tr.typeB td {
	font-size:28px;
	line-height:1.6;
	color:#fff;
	background:#ecb500;
	text-align:center;
}
#main section table.common.orange tr.typeA.wide th ,
#main section table.common.orange tr.typeB.wide th {
	letter-spacing:1em;
	text-indent:1em;
}
#main section table.common.orange tr.typeA td span ,
#main section table.common.orange tr.typeB td span {
	font-size:20px;
	padding-left:0.5em;
}


#main section .footnotes {
	padding-bottom:30px;
}
#main section .footnotes.right {
	padding-right:60px;
}
#main section .footnotes.small {
	margin-top:-30px;
	font-size:14px;
}



@media screen and (max-width:799px) {
	#main section table.common.orange tr td {
		padding:5px 10px;
	}
	#main section table.common.orange tr.typeA td span ,
	#main section table.common.orange tr.typeB td span {
		font-size:16px;
	}
	#main section table.common.orange tr.typeA th ,
	#main section table.common.orange tr.typeA td {
		font-size:20px;
	}
	#main section table.common.orange tr.typeB th ,
	#main section table.common.orange tr.typeB td {
		font-size:20px;
	}
	#main section .footnotes {
		font-size:14px;
	}
	#main section .footnotes.right {
		padding-right:20px;
	}

}



/* =================================================================
	common - table.common > pink
================================================================== */
#main section table.common.pink tr th {
	color:#fff;
	background:#f2a5ad;
}
#main section table.common.pink tr td {
	background:#fdf4ef;
}








/* ============================================================================================
	common - table.information
============================================================================================= */
#main section .title.information {
	color:#006835;
	height:auto;
	border-bottom:20px solid #006835;
}

#main section table.information {
	margin:20px auto;
	width:90%;
	border-collapse:separate;
	border-spacing:5px;
}
#main section table.information tr th {
	width:20%;
	text-align:center;
	font-size:14px;
	line-height:1.8;
	vertical-align:top;
}
#main section table.information tr th span {
	display:block;
	color:#fff;
	background:#006835;
	border-radius:5px;
}
#main section table.information tr td {
	padding:0 15px;
	font-size:14px;
	line-height:1.8;
}

@media screen and (max-width:799px) {
	#main section .title.information {
		border-bottom:5px solid #006835;
	}

	#main section table.information tr th span {
		white-space:nowrap;
		padding:0 0.5em
	}
}




/* ============================================================================================
	common - map
============================================================================================= */
#main section #map {
	margin:20px auto;
	width:95%;
	height:400px;
}
#main section #map iframe {
	width:100%;
	height:100%;
	border:1px solid #666666;
}




/* ============================================================================================
	common - description > supplement
============================================================================================= */
#main section .description {
	padding:30px;
	font-size:18px;
}

#main section .description > .image:nth-child(1) {
	padding-bottom:30px;
}
#main section .description > .image:nth-child(n+2) {
	padding-top:30px;
}
#main section .description > .supplement {
	padding:30px 15px 0;
}

#main section .summary {
	padding:30px 30px;
	background:#e8f4fb;
	border-radius:10px;
}
#main section .summary em {
	display:block;
	font-size:24px;
	color:#0181cc;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

@media screen and (max-width:799px) {
	#main section .description {
		padding:30px 10px;
		font-size:15px;
	}

	#main section .summary {
		padding:20px;
	}
	#main section .summary em {
		font-size:20px;
		line-height:1.7;
	}
}




/* ============================================================================================
	common - itemlist
============================================================================================= */
#main section .itemlist {
	padding:20px;
	font-size:20px;
}
#main section .itemlist > .listCaption {
	color:#007a44;
	font-weight:bold;
}
#main section .itemlist > ul.flex.wrap.start {
}
#main section .itemlist > ul.flex.wrap.start li {
	padding-left:1em;
}
#main section .itemlist > p {
	padding-left:1em;
}

@media screen and (max-width:799px) {
	#main section .itemlist {
		padding:20px 10px 0;
		font-size:16px;
	}
	#main section .itemlist > ul.flex.wrap.start li {
		font-size:14px;
	}
	#main section .itemlist > p {
		font-size:14px;
	}
}




/* ============================================================================================
	common - about
============================================================================================= */
#main section .about {
	padding:0 10px;
	background:#fffde6;
}
#main section .about .headline {
	height:auto;
	padding-bottom:0;
	border-bottom-width:10px;
}
#main section .about .text {
	font-size:18px;
}
#main section .about .image.flex.evenly {
	padding:0 50px;
}




/* ============================================================================================
	common - available
============================================================================================= */
#main section .flex.around.available {
	margin:30px auto;
	width:90%;
	padding:5px 2.5px;
	font-size:16px;
	background:#ee7500;
	font-weight:bold;
	text-align:center;
}
#main section .flex.around.available > li {
	flex-grow:1;
	margin:0 2.5px;
	background:#fff;
}
#main section .flex.around.available > li > span {
	display:block;
}
#main section .flex.around.available > li > span:first-child {
	line-height:2;
	background:#fbd08b;
	border-bottom:5px solid #ee7500;
}
#main section .flex.around.available > li > span:last-child {
	padding:0.2em 0;
	line-height:1.6em;
	height:calc(100% - 2em - 5px);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

@media screen and (max-width:799px) {
	#main section .flex.around.available {
		font-size:14px;
	}
	.spSmall {
		display:block;
		font-size:80%;
	}
}




/* ============================================================================================
	common - contactButton
============================================================================================= */
#main section .contactButton {
	padding:60px 0 30px;
	text-align:center;
}
#main section .link + .contactButton {
	padding-top:0;
}

#main section .contactButton div {
	display:inline-block;
	padding:0 15px;
}
#main section .contactButton div span {
	display:inline-block;
	font-size:12px;
	color:#0334f0;
}
#main section .contactButton div a {
	display:inline-block;
	padding:10px 60px;
	font-size:32px;
	letter-spacing:0.5em;
	text-indent:0.5em;
	color:#fff;
	background:#ee7500;
	border-radius:10px;
}
#main section .contactButton div.request a {
	background:#90be1e;
}
#main section .contactButton div a:hover {
	opacity:0.8;
}


@media screen and (max-width:799px) {
	#main section .contactButton {
		padding-top:30px;
	}
	#main section .contactButton div a {
		margin-bottom:20px;
	}
	#main section .contactButton div a {
		padding:5px 50px;
		letter-spacing:0.2em;
		text-indent:0.2em;
		font-size:20px;
	}
}




/* ============================================================================================
	common - status
============================================================================================= */
#main section #status {
	padding:30px;
	background:#fffde6;
}
#main section #status .headline {
	padding-top:0.5em;
	line-height:1.5em;
	height:auto;
	font-weight:bold;
	border-bottom-width:5px;
}
#main section #status .update {
	padding:0 30px 30px;
	font-size:18px;
/*
	color:#272a91;
*/
	color:#007a44;
	text-align:right;
}

#main section #status .plan {
	margin:20px 10px;
	padding:5px 30px;
	line-height:40px;
	background:#ee7500;
	border-radius:30px;
	text-align:center;
	color:#fff;
}
#main section #status .plan em {
	font-size:28px;
}


#main section #status .caption.paleorange {
	font-size:24px;
	line-height:1.6;
}

#main section #status .caption small {
	font-size:16px;
	padding-left:1em;
}

@media screen and (max-width:799px) {
	#main section #status {
		padding:30px 10px;
	}
	#main section #status .plan {
		line-height:1.8em;
		padding:5px;
	}
	#main section #status .plan em {
		font-size:20px;
	}
	#main section #status .caption.paleorange {
		font-size:20px;
	}
}





/* =================================================================
	common - status > price table
================================================================== */
#main section #status .price {
	font-size:42px;
	font-weight:bold;
	color:#f47700;
	text-align:center;
}

#main section #status .priceTable {
	margin:0 auto 30px;
	border:2px solid #9bc03d;
	border-collapse:separate;
	border-spacing:10px;
	font-size:18px;
	line-height:1.4;
}
#main section #status .priceTable tr.cate th:nth-child(1) {
	padding:0 10px;
	color:#fff;
	background:#ecb500;
	text-align:center;
}
#main section #status .priceTable tr th {
	padding:10px 10px;
	background:#fff7a6;
	text-align:center;
}
#main section #status .priceTable tr td {
	font-size:16px;
	line-height:1.2;
	padding-right:20px;
}
#main section #status .priceTable tr td em {
	font-size:36px;
	color:#f47700;
	font-weight:bold;
}
#main section #status .priceTable tr td em span {
	font-size:24px;
	font-weight:normal;
}

@media screen and (max-width:799px) {
	#main section #status .priceTable {
		border-spacing:2px;
		font-size:14px;
	}
	#main section #status .price {
		font-size:28px;
	}
	#main section #status .priceTable tr.cate th ,
	#main section #status .priceTable tr td {
		padding:5px;
	}
	#main section #status .priceTable tr td em {
		font-size:22px;
	}
	#main section #status .priceTable tr td em span {
		font-size:18px;
	}
	#main section #status .priceTable tr td {
		font-size:12px;
	}
}





#main section #status .priceTable.small {
	border-spacing:3px;
	font-size:16px;
}
#main section #status .priceTable.small tr th ,
#main section #status .priceTable.small tr td {
	padding:5px 15px;
	text-align:center;
	background:#fff7a6;
}
#main section #status .priceTable.small tr.head th {
	color:#fff;
	background:#f47700;
}

#main section #status .priceTable.small tr:nth-child(2n) td {
}
#main section #status .priceTable.small tr:nth-child(2n+2) > * {
	background:#fddc7b;
}


#main section #status .priceTable.small.xsmall {
	min-width:80%;
	font-size:13px;
	margin:20px auto 0;
}
#main section #status .priceTable.small.xsmall tr th ,
#main section #status .priceTable.small.xsmall tr td {
	font-size:13px;
	padding:5px 0.5em;
	white-space:nowrap;
}
#main section #status .priceTable.small.xsmall tr td.bk {
	color:#000;
}

#main section #status .priceTable.small.xsmall tr.head th ,
#main section #status .priceTable.small.xsmall tr.head td {
	height:52px;
}

#main section #status .priceTable.small.xsmall.mini {
	min-width:50%;
}


#main section #status ul#priceSelector {
	padding:20px 20px 0;
	text-align:center;
}
#main section #status ul#priceSelector li {
	flex-grow:1;
	font-size:13px;
	padding:5px 20px;
	color:#333;
	border:2px solid #ecb500;
	border-bottom:0 none;
	border-radius:0.5em 0.5em 0 0;
	cursor:pointer;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	overflow:hidden;
}

#main section #status ul.priceTableNotes {
	font-size:13px;
	padding:10px 60px 30px;
}
#main section #status ul.priceTableNotes li {
	position:relative;
	padding-left:1.5em;
}
#main section #status ul.priceTableNotes li:before {
	content:"※";
	margin-left:-1.5em;
	padding-right:0.5em;
}

@media screen and (max-width:799px) {
	#main section #status .priceTable.small {
		border-spacing:2px;
		font-size:11px;
	}
	#main section #status .priceTable.small tr th ,
	#main section #status .priceTable.small tr td {
		padding:5px;
	}
	#main section #status .priceTable.small.xsmall {
		font-size:11px;
	}
	#main section #status .priceTable.small.xsmall tr th ,
	#main section #status .priceTable.small.xsmall tr td {
		padding:5px 5px;
		font-size:12px;
	}

	#main section #status ul.priceTableNotes {
		font-size:11px;
		padding:10px 0 30px;
	}
}



#main section #status ul#priceSelector li.on {
	color:#fff;
	background:#f47700;
}
@media screen and (min-width:800px) {
	#main section #status .priceTable tr th.burden span:nth-child(1) {
		display:none;
	}
	#main section #status .priceTable tr th.burden span:nth-child(2) {
	}
}

@media screen and (max-width:799px) {
	#main section #status .priceTable tr th.burden span:nth-child(1) {
	}
	#main section #status .priceTable tr th.burden span:nth-child(2) {
	}
	#main section #status .priceTable tr th.burden span:nth-child(2):before {
		content:"(";
	}
	#main section #status .priceTable tr th.burden span:nth-child(2):after {
		content:")";
	}
	#main section #status .priceTable.small.xsmall tr th.off ,
	#main section #status .priceTable.small.xsmall tr td.off {
		display:none;
	}
}




/* =================================================================
	common - status > service
================================================================== */
#main section #status ul.service.flex.wrap {
	padding:10px 60px;
}
#main section #status ul.service.flex.wrap > li {
	padding:15px 0;
	width:49.5%;
	font-size:30px;
	line-height:1;
}
#main section #status ul.service.flex.wrap > li:before {
	content:attr(data-text);
	color:#ecb500;
}
#main section #status ul.service.flex.wrap > li.w100 {
	width:99%;
}
#main section #status ul.service.flex.wrap > li small {
	color:#111;
	font-size:18px;
	padding-left:30px;
	line-height:1;
}


@media screen and (max-width:799px) {
	#main section #status ul.service.flex.wrap {
		padding:10px 20px;
	}
	#main section #status ul.service.flex.wrap > li {
		padding:5px 0;
		font-size:16px;
		line-height:1.4;
	}
	#main section #status ul.service.flex.wrap > li small {
		font-size:14px;
		padding-left:1em;
	}
}





/* ============================================================================================
	common - dailylife
============================================================================================= */
#main section .dailylife p em {
	display:inline-block;
	height:auto;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:10px;
}

#main section .dailylife .image.flex {
	padding-bottom:20px;
}
#main section .dailylife .image.flex li h4 {
	font-size:16px;
}
#main section .dailylife .image.flex li p {
	padding:5px 10px;
	font-size:16px;
	line-height:1.6em;
}

#main section .dailylife .text {
	font-size:16px;
	line-height:1.6em;
	padding-bottom:1em;
}

@media screen and (max-width:799px) {
	#main section .dailylife p em {
		font-size:20px;
	}
	#main section .dailylife .image.flex li p {
		padding:5px 0;
		font-size:12px;
	}
}





/* ==========================================================================================================================================
	header
=========================================================================================================================================== */

/* ============================================================================================
	header bloc
============================================================================================= */
@media screen and (min-width:800px) {
	#header {
		height:108px;
		border-bottom:3px solid #6aab8e;
	}
	#header .inner {
	}
	#header .inner .flex {
		padding-left:20px;
		justify-content:space-between;
	}


	/* =====================================
		header bloc > left
	====================================== */
	#header .inner .flex .leftBloc {
		text-align:center;
	}
	#header .inner .flex .leftBloc h1 {
		text-align:left;
	}
	#header .inner .flex .leftBloc h1 > a > span {
		display:block;
		height:20px;
		padding-top:2px;
		line-height:18px;
		font-size:12px;
		color:#3f982a;
	}
	#header .inner .flex .leftBloc h1 > a > img {
		height:80px;
	}


	/* =====================================
		header bloc > right
	====================================== */
	#header .inner .flex .rightBloc {
		text-align:right;
	}
	#header .inner .flex .rightBloc > .flex {
		flex-direction:column;
	}


	/* =====================================
		header bloc > right > top
	====================================== */
	#header .inner .flex .rightBloc > .flex .topBloc.flex {
		height:36px;
		justify-content:flex-end;
	}
	#header .inner .flex .rightBloc > .flex .topBloc.flex li {
		padding:0 1px;
	}
	#header .inner .flex .rightBloc > .flex .topBloc.flex li a {
		display:block;
		width:170px;
		height:36px;
		line-height:34px;
		font-size:20px;
		letter-spacing:0.1em;
		color:#fff;
		background:#7eb071;
		text-align:center;
		border:2px solid #7eb071;
		border-top:0 none;
		border-radius:0 0 6px 6px;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	#header .inner .flex .rightBloc > .flex .topBloc.flex li a:hover {
		background:#fff;
		color:#7eb071;
	}


	/* =====================================
		header bloc > right > bottom
	====================================== */
	#header .inner .flex .rightBloc > .flex .bottomBloc {
		padding-top:15px;
		padding-right:10px;
		color:#777;
	}
	#header .inner .flex .rightBloc > .flex .bottomBloc .time {
		height:14px;
		line-height:14px;
		font-size:12px;
		letter-spacing:0.1em;
	}
	#header .inner .flex .rightBloc > .flex .bottomBloc .tel {
	}
	#header .inner .flex .rightBloc > .flex .bottomBloc .tel a {
		display:inline-block;
		height:36px;
		line-height:36px;
		font-size:32px;
		padding-left:45px;
		background:url(images/icons/tel.png?t=) 5px 50% no-repeat;
		background-size:35px 35px;
	}

}


/* ============================================================================================
	width <= 799px
============================================================================================= */
@media screen and (max-width:799px) {
	#header {
		position:fixed;
		top:0;
		left:0;
		right:0;
		height:70px;
		z-index:100;
		text-align:center;
		background:rgba(255,255,255,0.95);
		box-shadow:0 1px 3px 1px #999;
	}
	#header .inner {
		width:480px;
		margin:0 auto;
	}
	#header .inner .flex {
	}
	#header .inner .flex .leftBloc {
		width:240px;
		text-align:left;
	}
	#header .inner .flex .leftBloc h1 {
		padding:5px;
	}
	#header .inner .flex .leftBloc h1 > a > span {
		font-size:10px;
		line-height:15px;
		color:#3f982a;
	}
	#header .inner .flex .leftBloc h1 > a > img {
		height:45px;
	}


	#header .inner .flex .rightBloc {
		width:220px;
		padding:10px 0;
	}
	#header .inner .flex .rightBloc .flex {
		display:inline-block;
		height:50px;
		text-align:right;
	}
	#header .inner .flex .rightBloc .flex > * {
		display:inline-block;
		vertical-align:top;
	}
	#header .inner .flex .rightBloc .spIcon {
		margin-right:5px;
		display:inline-block;
		width:50px;
		height:50px;
/*
		background:url(images/icons/icon_bg.png) 50% 50% no-repeat;
		background-size:50px 50px;
*/
		background:#296833;
		border-radius:5px;
		border:1px solid #fff;
		box-shadow:1px 1px 3px #666;
	}
	#header .inner .flex .rightBloc .spIcon > * {
		display:block;
		width:100%;
		height:100%;
		background:url(images/icons/icon_request.png) 50% 50% no-repeat;
		background-size:46px 46px;
		cursor:pointer;
	}
	#header .inner .flex .rightBloc .spIcon.contact > a {
		background-image:url(images/icons/icon_contact.png);
	}
	#header .inner .flex .rightBloc .spIcon.tel > a {
		background-image:url(images/icons/icon_tel.png);
	}
	#header .inner .flex .rightBloc .spIcon.menu > span {
		background-image:url(images/icons/icon_menu.png);
	}

}
















/* ==========================================================================================================================================
	nav
=========================================================================================================================================== */

/* ============================================================================================
	nav bloc
============================================================================================= */
nav#headerNav {
}
nav#headerNav .inner {
	padding:15px 0;
}


/* ============================================================================================
	nav bloc > level1
============================================================================================= */
nav#headerNav .inner ul.level1.flex.around {
	height:45px;
	color:#000;
	font-size:20px;
	border-left:1px solid #ccc;
}

nav#headerNav .inner ul.level1.flex.around > li {
	flex-grow:1;
	position:relative;
	text-align:center;
	padding:2.5px 5px;
	line-height:40px;
	border-right:1px solid #ccc;
}
nav#headerNav .inner ul.level1.flex.around > li > h2 {
}
nav#headerNav .inner ul.level1.flex.around > li > h2 > a {
	display:block;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
nav#headerNav .inner ul.level1.flex.around > li > h2 > a > span {
	display:inline-block;
	padding:10px 15px;
	line-height:1em;
	border-bottom:3px solid transparent;
}


nav#headerNav .inner ul.level1.flex.around > li > h2 > a:hover > span {
	border-bottom-color:#9fc790;
}



/* ============================================================================================
	nav bloc > level1 > level2
============================================================================================= */
nav#headerNav .inner ul.level1.flex.around > li.level2exists {
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2 {
	display:none;
	position:absolute;
	top:100%;
	left:10px;
	border:1px solid #999;
	font-size:18px;
	line-height:36px;
	background:rgba(255,255,255,0.8);
	z-index:2;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2 li {
	text-align:left;
	background:#fff;
	margin-bottom:3px;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2 li:last-child {
	margin-bottom:0;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2 li a {
	display:block;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#3d4679;
	white-space:nowrap;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2 li a > span {
	display:inline-block;
	padding-left:1.2em;
	padding-right:0.5em;
	background:url(images/icons/nav_level2.png) 0 50% no-repeat;
	background-size:20px 20px;
}

nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2 li a:hover {
	background-color:#bef0b1;
}



nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2.l2 li {
	height:auto;
	line-height:1.2;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2.l2 li a {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists > ul.level2.l2 li a > span span {
	padding-left:0.1em;
	font-size:12px;
}


nav#headerNav .inner ul.level1.flex.around > li.level2exists.facilities > ul.level2.l2 li a {
	padding-top:0.1em;
	padding-bottom:0.1em;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists.facilities > ul.level2.l2 li a > span {
	line-height:1.3;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	text-align:left;
}
nav#headerNav .inner ul.level1.flex.around > li.level2exists.facilities > ul.level2.l2 li a > span > * {
	width:100%;
}

/* ==========================================================================================================================================
	page catch
=========================================================================================================================================== */
#catch {
}
#catch .inner {
	padding-bottom:60px;
}



/* ==========================================================================================================================================
	main
=========================================================================================================================================== */
#main {
}
#main .inner.flex.between {
}
@media screen and (max-width:799px) {
	#main {
		padding:0 10px;
	}
}


/* =======================================================================================================================
	main > side navi
======================================================================================================================== */
#main .inner.flex.between > #sideNav {
	width:280px;
}



/* ============================================================================================
	main > side navi > facilities links
============================================================================================= */
#facilities {
	background:#ecf0e8;
}
.sideH2 {
	font-size:24px;
	color:#1a792d;
	letter-spacing:0.1em;
	text-align:center;
	border-bottom:2px solid #1a792d;
}
.sideH2 + ul {
	padding-top:15px;
}

ul.sideLink {
	padding:15px 10px;
}
ul.sideLink > li {
	padding-bottom:15px;
	font-size:16px;
	line-height:1.4;
}
ul.sideLink > li:last-child {
	padding-bottom:0;
}
ul.sideLink > li small {
	display:block;
	color:#000;
}
ul.sideLink > li a {
	display:block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	border:1px solid #fff;
}

ul.sideLink > li a:hover {
	border:1px solid #0a5529;
	box-shadow:0 0 10px #018e00;
}

ul.sideLink > li a.orange:hover {
	border:1px solid #f60;
	box-shadow:0 0 10px #f90;
}
ul.sideLink > li a.blue:hover {
	border:1px solid #09f;
	box-shadow:0 0 10px #0cf;
}


#outsource {
	margin-top:30px;
	padding:0 10px;
	background:#ecf0e8;
	border:2px solid #1a792d;
}
#outsource .sideH2 {
	font-size:18px;
	border-bottom:0 none;
}
#outsource .sideH2 + ul {
	padding-top:0;
	text-align:center;
}
#outsource ul > li small {
	font-size:14px;
}

@media screen and (max-width:799px) {
	#outsource ul > li small {
		font-size:16px;
	}
}


/* =================================================================
	main > side navi > contents links
================================================================== */
#contentLinks {
	padding:15px 5px;
	text-align:center;
}
#contentLinks ul li {
	padding-bottom:15px;
}
#contentLinks ul li a {
	display:block;
	border:1px solid #018e00;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#contentLinks ul li a:hover {
	box-shadow:0 0 10px #018e00;
}






/* =======================================================================================================================
	main > contents
======================================================================================================================== */
#main .inner.flex.between > #contents {
	width:880px;
}

@media screen and (max-width:799px) {
	#main .inner.flex.between > #contents {
		width:100%;
	}
}




/* ============================================================================================
	main > contents > o2box
============================================================================================= */
#main section #o2box .summary .title {
	line-height:60px;
}
#main section #o2box .summary .title span {
	font-weight:bold;
}
#main section #o2box .summary .title.headerText:before {
	content:attr(data-text);
	position:absolute;
	top:10px;
	left:30px;
	bottom:10px;
	height:40px;
	padding:0 20px;
	letter-spacing:20px;
	text-indent:20px;
	line-height:40px;
	font-size:24px;
	color:#fff;
	background:#028d00;
	border-radius:5px;;
}
#main section #o2box .summary p em.lightblue {
	display:block;
	height:2em;
	line-height:2em;
	text-align:center;
	font-size:28px;
	color:#0181cc;
}
#main section #o2box .summary p b {
	display:block;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
#main section #o2box .summary .flex.evenly.items2 {
	padding:20px;
	font-size:18px;
	line-height:2em;
}
#main section #o2box .summary .image.flex.evenly.items2 {
	padding:0 40px 20px;
}
#main section #o2box .summary .image.flex.evenly.items2 p {
	font-size:18px;
}

#main section #o2box .summary p strong {
	display:inline-block;
	padding:10px 70px;
	line-height:1.6em;
	font-size:26px;
	font-weight:bold;
	color:#0181cc;
	background:#fffdff;
	border:5px solid #019cdf;
	border-radius:10px;
}

#main section #o2box .summary .reserveNotes.flex.around.middle {
	margin:30px 60px;
	background:#a4daf6;
	border-radius:10px;
	padding:20px;
}

#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(1) {
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(1) h4 {
	display:block;
	width:150px;
	height:150px;
	line-height:150px;
	font-size:36px;
	font-weight:bold;
	color:#0181cc;
	background:#fff;
	border-radius:50%;
	text-align:center;
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) {
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) em {
	padding:0;
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) .usage {
	margin-bottom:15px;
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) .usage li.flex.start {
	margin-top:5px;
	padding:5px;
	background:#fff;
	border-radius:5px;
	line-height:1.6em;
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) .usage li.flex.start > span:nth-child(1) {
	display:inline-block;
	width:180px;
	margin-right:1em;
	color:#fff;
	background:#0181cc;
	border-radius:5px;
	text-align:center;
}
#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) p {
	font-size:18px;
	line-height:1.5em;
}

@media screen and (max-width:799px) {
	#main section #o2box .summary .title {
		margin-top:0;
		line-height:50px;
	}
	#main section #o2box .summary .title.headerText:before {
		top:8px;
		padding:0 10px;
		line-height:30px;
		height:30px;
		font-size:16px;
		letter-spacing:0;
		text-indent:0;
	}
	#main section #o2box .summary p em.lightblue {
		font-size:18px;
	}
	#main section #o2box .summary p b {
		font-size:16px;
	}
	#main section #o2box .summary .flex.evenly.items2 {
		flex-wrap:wrap;
	}
	#main section #o2box .summary .flex.evenly.items2 div {
		width:100%;
		font-size:16px;
		line-height:1.8;
	}
	#main section #o2box .summary .flex.evenly.items2 div img {
		width:60%;
		display:block;
		margin:0 auto 10px;
	}
	#main section #o2box .summary .image.flex.evenly.items2 {
		padding:0 10px 20px;
	}
	#main section #o2box .summary .image.flex.evenly.items2 p {
		font-size:14px;
		line-height:1.6;
	}
	#main section #o2box .summary p strong {
		padding:10px 15px;
		font-size:16px;
		border-width:3px;
	}
	#main section #o2box .summary .reserveNotes.flex.around.middle {
		margin:30px auto 0;
		flex-wrap:wrap;
	}
	#main section #o2box .summary .reserveNotes.flex.around.middle > div {
		width:100%;
	}
	#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(1) h4 {
		width:80%;
		height:auto;
		line-height:2em;
		font-size:20px;
		margin:0 auto 20px;
		border-radius:5px;
	}
	#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) .usage li.flex.start > span:nth-child(1) {
		width:120px;
	}
	#main section #o2box .summary .reserveNotes.flex.around.middle > div:nth-child(2) p {
		font-size:14px;
	}
	#main section #o2box .summary section {
		padding-bottom:0;
	}
}





/* ============================================================================================
	main > contents > (bottom) sns
============================================================================================= */
#sns {
	padding:30px 0 60px;
}
#sns .flex.around {
}
#sns .flex.around h3 {
	height:45px;
	padding:5px;
	text-align:center;
}
#sns .flex.around h3 img {
	max-height:100%;
}

#sns #twitterBloc {
	width:380px;
}
#sns #twitterBloc h3 {
/*
	background:#5d9fef;
*/
	background:#333;
}
#sns #twitterBloc iframe {
/*
	border:1px solid #5d9fef !important;
*/
	border:1px solid #333 !important;
}

#sns #facebookBloc {
	width:380px;
}
#sns #facebookBloc h3 {
	background:#4267b2;
}
#sns #facebookBloc iframe {
	border:1px solid #4267b2 !important;
}




@media screen and (max-width:799px) {
	#sns {
		padding:30px 0;
	}
	#sns .flex.around {
		flex-wrap:wrap;
	}

	#sns .flex.around > div {
		width:350px;
		margin-bottom:20px;
	}

	#sns #twitterBloc iframe {
	}

	#page_contact #sns ,
	#page_recruitform #sns {
		display:none !important;
	}

}



#twitterSide {
	width:270px;
	margin:0 auto 30px;
}
#twitterSide h3 {
/*
	background:#5d9fef;
*/
	background:#333;
	height:40px;
	text-align:center;
}
#twitterSide h3 img {
	max-height:100%;
}
#twitterSide iframe {
	border:1px solid #5d9fef !important;
	max-height:480px;
}

/* ============================================================================================
	index.html [main]
============================================================================================= */
#projectSlider {
	padding-bottom:120px;
}

#projectSlider .inner * ,
#projectSlider .inner *:before ,
#projectSlider .inner *:after {
	box-sizing:content-box;
}
#projectSlider .inner .bx-wrapper {
}


#projectSlider .inner .slider li {
}
#projectSlider .inner .slider li a {
	padding-top:10px;
	font-size:14px;
	line-height:1.6;
	text-align:center;
}
#projectSlider .inner .slider li a img {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#projectSlider .inner .slider li a:hover img {
	box-shadow:0 0 10px #018e00;
}

#projectSlider .inner .bx-wrapper .bx-controls-direction a.bx-prev {
	left:-32px;
	background:url(images/icons/arrow_left.png) 50% 50% no-repeat;
}
#projectSlider .inner .bx-wrapper .bx-controls-direction a.bx-next {
	right:-48px;
	background:url(images/icons/arrow_right.png) 50% 50% no-repeat;
}
#projectSlider .inner .bx-wrapper .bx-controls-direction a:hover {
	opacity:0.6;
}

#projectSlider .inner .bx-wrapper .bx-pager ,
#projectSlider .inner .bx-wrapper .bx-controls-auto {
	bottom:-40px;
}


@media screen and (min-width:800px) {
	#projectSlider .inner {
		padding-right:15px;
	}
	#projectSlider .inner .bx-viewport {
		padding:10px !important;
	}
}
@media screen and (max-width:799px) {
	#projectSlider {
		padding:0 15px 120px;
	}
	#page_index #catch .inner {
		padding-bottom:30px;
	}
	#projectSlider .inner .bx-viewport {
		border:1px solid #eee;
		padding:10px 5px;
		margin-left:-7px;
	}
	#projectSlider .inner .slider li a {
		padding-top:10px;
		font-size:11px;
	}
	#projectSlider .inner .bx-wrapper .bx-controls-direction a {
		display:none;
	}
}

#projectSlider .bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow:1px 1px 1px #eee inset ,-1px -1px 2px #999 inset ,2px 2px 3px #666;
}
#projectSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
	border:1px solid #296833;
	background:#296833;
}



@media screen and (max-width:799px) {
	#page_index #main .inner.flex.between {
		flex-direction:column-reverse;
	}
	#page_index #main .inner.flex.between > #sideNav {
		display:block!important;
		width:100%;
	}

	#page_index #outsource {
		width:80%;
		margin:0 auto 45px;
	}
	#page_index #outsource ul > li {
		width:60%;
		margin:0 auto;
	}
}



/* =================================================================
	index.html [main] > koai
================================================================== */
#koai {
	padding-bottom:60px;
}
#koai > .flex.between {
	padding:0 20px;
}

#koai > .flex.between > #philosophy {
	width:460px;
}
#koai > .flex.between > #philosophy h3.h3 {
	font-size:26px;
}
#koai > .flex.between > #philosophy ul.flex.wrap {
}
#koai > .flex.between > #philosophy ul.flex.wrap li {
	padding:5px;
}
#koai > .flex.between > #philosophy ul.flex.wrap li div {
	width:220px;
	height:160px;
	font-size:14px;
	color:#fff;
	background:#296833;
	border-radius:10px;
	padding:10px 0;
	overflow:hidden;
}
#koai > .flex.between > #philosophy ul.flex.wrap li div h4 {
	color:#fefa52;
	padding-left:5px;
	font-size:20px;
	line-height:1.5;
}
#koai > .flex.between > #philosophy ul.flex.wrap li div p {
	padding:0 15px;
	line-height:1.6;
}


#koai > .flex.between > #facilitySlider {
	width:360px;
	padding-top:30px;
}

#koai > .flex.between > #facilitySlider .sliderPager {
	display:block;
	position:relative;
	margin:0 auto;
	height:70px;
	padding-top:20px;
}
#koai > .flex.between > #facilitySlider .sliderPager .bx-wrapper {
	height:40px;
}
#koai > .flex.between > #facilitySlider .sliderPager .bx-wrapper .bx-pager {
	height:40px;
	bottom:0;
	text-align:center;
}
#koai > .flex.between > #facilitySlider .sliderPager .bx-wrapper .bx-pager a {
	opacity:0.8;
}
#koai > .flex.between > #facilitySlider .sliderPager .bx-wrapper .bx-pager a.active ,
#koai > .flex.between > #facilitySlider .sliderPager .bx-wrapper .bx-pager a:hover {
	opacity:1;
}

#koai > .flex.between > #facilitySlider .sliderPager #PrevIcon ,
#koai > .flex.between > #facilitySlider .sliderPager #NextIcon {
	font-size:0;
}
#koai > .flex.between > #facilitySlider .sliderPager #PrevIcon a ,
#koai > .flex.between > #facilitySlider .sliderPager #NextIcon a {
	position:absolute;
	top:17.5px;
	bottom:0;
	display:block;
	width:20px;
	height:45px;
	background:url(images/icons/arrow_left.png) 0 50% no-repeat;
	text-indent:-9999px;
}
#koai > .flex.between > #facilitySlider .sliderPager #PrevIcon a {
	left:5px;
}
#koai > .flex.between > #facilitySlider .sliderPager #NextIcon a {
	background-image:url(images/icons/arrow_right.png);
	right:5px;
}


@media screen and (max-width:799px) {
	#koai > .flex.between {
		display:inherit;
		padding:0;
	}
	#koai > .flex.between > #philosophy ,
	#koai > .flex.between > #facilitySlider {
		margin:auto;
	}
}




/* =================================================================
	index.html [main] > news
================================================================== */
#news {
	padding-bottom:40px;
}
#news > h2.title {
	margin-top:0;
}
#news > ul {
	margin:30px 10px 10px;
	padding:10px 15px;
	border:#ccc;
	box-shadow:0 0 3px #999 inset;
}
#news > ul > li.newsInfo {
}
#news > ul > li.newsInfo .newsInner {
	background:#f4fff4;
	border-bottom:1px dashed #018e00;
}
#news > ul > li.newsInfo:last-child .newsInner {
	border-bottom:0 none;
}

#news > ul > li.newsInfo .newsInner > h3.flex {
	padding:15px 10px;
	justify-content:flex-start;
	cursor:pointer;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
#news > ul > li.newsInfo .newsInner > h3.flex > span {
	display:block;
	line-height:30px;
}
#news > ul > li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
	width:150px;
	font-size:14px;
	text-align:right;
	padding-right:1em;
}
#news > ul > li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
	font-size:16px;
	margin-right:auto;
}
#news > ul > li.newsInfo .newsInner > h3.flex:after {
	content:"▲記事を閉じる";
	margin-left:auto;
	font-size:14px;
	text-align:right;
	color:#007a44;
}



/* news top */
#news > ul > li.newsInfo.newmark .newsInner h3 > span:nth-child(1):before {
	content:"NEW";
	font-size:14px;
	font-weight:bold;
	color:#c00;
	padding-right:1em;
	-webkit-animation:1.5s animateBlink infinite alternate linear;
	animation:1.5s animateBlink infinite alternate linear;
}


/* open */
#news > ul > li.newsInfo .newsInner.off {
	background:transparent;
}

#news > ul > li.newsInfo .newsInner.off > h3.flex:after {
	content:"▼記事を開く";
}



#news > ul > li.newsInfo .newsInner .description {
	display:none;
	width:100% !important;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px !important;
	padding-right:20px !important;
	overflow:hidden;
	border-top:1px dashed #018e00;
}
#news > ul > li.newsInfo .newsInner .description > div.flex {
	flex-direction:row-reverse;
}
#news > ul > li.newsInfo .newsInner .description > div.flex .image {
}
#news > ul > li.newsInfo .newsInner .description > div.flex .text {
	flex-grow:1;
	font-size:15px;
	line-height:1.6;
}



/* detail page link */
#news aside {
	text-align:right;
	font-size:14px;
	line-height:1.6;
	padding:10px 30px;
}
#news aside a {
	color:#007a44;
}
#news aside a:hover {
	text-decoration:underline;
}


@media screen and (min-width:800px) {
	#news > ul > li.newsInfo .newsInner > h3.flex:hover {
		background:#efe;
	}
	#news > ul > li.newsInfo .newsInner .description > div.flex .image {
		min-width:30%;
		max-width:30%;
		padding-left:20px;
	}
}

@media screen and (max-width:799px) {
	#news > ul > li.newsInfo .newsInner > h3.flex:active {
		background:#efe;
	}
	#news > ul > li.newsInfo {
	}
	#news > ul > li.newsInfo .newsInner > h3.flex {
		padding:5px;
		flex-wrap:wrap;
	}
	#news > ul > li.newsInfo .newsInner > h3.flex > span {
		line-height:1.6;
	}
	#news > ul > li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
		width:100%;
		text-align:left;
	}
	#news > ul > li.newsInfo.c0 .newsInner h3 > span:nth-child(1):before {
		padding-right:0.5em;
	}
	#news > ul > li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
		padding-left:0.5em;
	}
	#news > ul > li.newsInfo .newsInner .description {
		padding-left:15px !important;
		padding-right:15px !important;
	}

	#news > ul > li.newsInfo .newsInner .description > div.flex {
		flex-direction:column;
	}
	#news > ul > li.newsInfo .newsInner .description > div.flex .image {
		width:80%;
		padding:0;
		margin:0 auto 20px;
	}
	#news > ul > li.newsInfo .newsInner .description > div.flex .text {
		width:100%;
	}

	#news aside {
		padding:10px;
	}
}








/* =================================================================
	index.html [main] > guide
================================================================== */
#guide {
	background:#fff9e6;
}
#guide {
	padding:30px 0 40px;
}
#guide ul.flex.wrap.evenly.items4 {
}
#guide ul.flex.wrap.evenly.items4 > li {
	padding-bottom:20px;
}
#guide ul.flex.wrap.evenly.items4 > li a {
	display:block;
	border-radius:5px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#guide ul.flex.wrap.evenly.items4 > li a:hover {
	box-shadow:0 0 15px #018e00;
}

@media screen and (max-width:799px) {
	#guide ul.flex.wrap.evenly.items4 li {
		width:48%;
	}
}




/* ============================================================================================
	aboutcareneeded.html
============================================================================================= */
#aboutcareneeded {
}

#aboutcareneeded > section {
	padding-bottom:30px;
	color:#1a1410;
	font-size:18px;
}


#aboutcareneeded > section > p {
	padding:30px 45px 0;
	font-size:18px;
}

#aboutcareneeded > section > p.notes {
	padding-left:60px;
}

@media screen and (max-width:799px) {
	#aboutcareneeded > section > p {
		padding:30px 15px 0;
		font-size:16px;
	}
	#aboutcareneeded > section > p.notes {
		padding-left:15px;
	}
}


/* ============================================================================================
	privacypolicy.html
============================================================================================= */
#privacypolicy {
}

#privacypolicy > section {
	padding-bottom:30px;
	font-size:16px;
	line-height:1.8;
}
#privacypolicy > section .text {
	padding:30px 45px;
}

@media screen and (max-width:799px) {
	#privacypolicy > section {
		font-size:14px;
	}
	#privacypolicy > section h2.h2 {
		font-size:20px;
	}
	#privacypolicy > section .text {
		padding:20px 10px;
	}
}





/* ============================================================================================
	koai-group.html
============================================================================================= */
#koai-group {
}

#koai-group > section {
	padding-bottom:30px;
	font-size:18px;
}
#koai-group > section .text {
	padding:10px 60px;
	line-height:1.8;
}


#koai-group > section .flex.evenly.items4.colorCircle {
	padding-top:20px;
}

#koai-group > section#koai-group3 .flex.evenly.items3 {
	padding-top:20px;
}
#koai-group > section#koai-group3 .flex.evenly.items3 li h4 {
	color:#fff;
	background:#007a44;
	text-align:center;
	border-radius:5px;
}
#koai-group > section#koai-group3 .flex.evenly.items3 li p {
	padding:10px;
	line-height:1.6;
}

@media screen and (max-width:799px) {
	#koai-group > section .text {
		padding:10px 20px;
		line-height:1.6;
	}

	#koai-group > section .flex.evenly.items4.colorCircle {
		flex-wrap:wrap;
	}
	#koai-group > section .flex.evenly.items4.colorCircle li {
		width:48%;
		margin-bottom:15px;
	}

	#koai-group > section#koai-group3 .flex.evenly.items3 {
		flex-wrap:wrap;
	}
	#koai-group > section#koai-group3 .flex.evenly.items3 li {
		width:100%;
	}
}


/* ============================================================================================
	careplan-yoshida.html
============================================================================================= */
#careplan-yoshida {
}


#careplan-yoshida > section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#careplan-yoshida > section .text {
	padding:30px 45px;
}

#main section#careplan-yoshida section#careplan-yoshida1 .title {
	margin-top:0;
	margin-bottom:30px;
}

#careplan-yoshida > section .summary {
	margin:0 30px 30px;
}




/* ============================================================================================
	careplan-akari-k.html
============================================================================================= */
#careplan-akari-k {
}


#careplan-akari-k > section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#careplan-akari-k > section .text {
	padding:30px 45px 0;
}

#main section#careplan-akari-k section#careplan-akari-k1 .title {
	margin-top:0;
	margin-bottom:30px;
}
#main section#careplan-akari-k section#careplan-akari-k2 .title {
	margin-bottom:30px;
}

#careplan-akari-k > section > .summary {
	margin:0 30px 30px;
}

@media screen and (max-width:799px) {
	#careplan-akari-k > section .text {
		padding:30px 15px 0;
	}
	#careplan-akari-k2 .summary {
		margin-bottom:20px;
	}
}







/* ============================================================================================
	lien-kawagoe.html
============================================================================================= */
#lien-kawagoe {
}


#lien-kawagoe > section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#lien-kawagoe > section .text {
	padding:30px 45px 0;
}

#main section#lien-kawagoe section#lien-kawagoe1 .title {
	margin-top:0;
	margin-bottom:30px;
}
#main section#lien-kawagoe section#lien-kawagoe2 .title {
	margin-bottom:30px;
}

#lien-kawagoe > section > .summary {
	margin:0 30px 30px;
}

@media screen and (max-width:799px) {
	#lien-kawagoe > section .text {
		padding:30px 15px 0;
	}
	#lien-kawagoe2 .summary {
		margin-bottom:20px;
	}
}





/* ============================================================================================
	lien-kawagoe_residence.html
============================================================================================= */
#lien-kawagoe_residence {
}
#main section#lien-kawagoe_residence section {
	padding-bottom:30px;
	font-size:18px;
	line-height:1.8;
}
#main section#lien-kawagoe_residence section#lien-kawagoe_residence1 .title {
	margin-top:0;
	margin-bottom:30px;
}
#main section#lien-kawagoe_residence section#lien-kawagoe_residence1 .title {
	margin-bottom:30px;
}
#lien-kawagoe_residence2 .image.flex.evenly.items3 {
	font-size:16px;
}


#main section#lien-kawagoe_residence p em {
	height:auto;
	font-size:24px;
	font-weight:bold;
	line-height:1.4;
	padding-bottom:10px;
}


@media screen and (max-width:799px) {
	#lien-kawagoe_residence2 h2.title {
		margin-bottom:20px;
	}

	#main section#lien-kawagoe_residence p em {
		font-size:18px;
	}

}




/* ============================================================================================
	lien-kawagoe_dayservice.html
============================================================================================= */
#lien-kawagoe_dayservice {
}
#main section#lien-kawagoe_dayservice section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#main section#lien-kawagoe_dayservice1 .title {
	margin-top:0;
	margin-bottom:30px;
}
#main section#lien-kawagoe_dayservice1 .title {
	margin-bottom:30px;
}


#main section#lien-kawagoe_dayservice2 > .title:not(.reverse) {
	font-size:26px;
}


#main section#lien-kawagoe_dayservice2 .description .summary {
	padding:20px 10px;
}
#main section#lien-kawagoe_dayservice2 .description .summary ul {
	font-size:16px;
	line-height:1.6em;
}
#main section#lien-kawagoe_dayservice2 .description .summary li {
	position:relative;
	padding:5px 0 5px 20px;
}
#main section#lien-kawagoe_dayservice2 .description .summary li:before {
	content:"";
	position:absolute;
	top:4px;
	left:0;
	display:block;
	width:50px;
	height:50px;
	background:url(images/icons/check.png) 0 0 no-repeat;
	background-size:20px 20px;
}


#main section#lien-kawagoe_dayservice3 .image.flex.wrap.evenly.items2 li {
	margin-bottom:30px;
}
#main section#lien-kawagoe_dayservice3 .image.flex.wrap.evenly.items2 li h4 {
	font-weight:bold;
}
#main section#lien-kawagoe_dayservice3 .image.flex.wrap.evenly.items2 li h4 em {
	color:#007a44;
}
#main section#lien-kawagoe_dayservice3 .image.flex.wrap.evenly.items2 li p {
	padding-top:5px;
	font-size:16px;
	line-height:1.6em;
}



@media screen and (max-width:799px) {
	#main section#lien-kawagoe_dayservice section#lien-kawagoe_dayservice2 section {
		padding-bottom:0;
	}
	#main section#lien-kawagoe_dayservice2 > .title:not(.reverse) {
		font-size:20px;
	}
	#lien-kawagoe_dayservice2 .flex.evenly.items2.start {
		flex-wrap:wrap;
	}
	#lien-kawagoe_dayservice2 .flex.evenly.items2.start > ul {
		width:100%;
	}
	#lien-kawagoe_dayservice3 h2.title {
		margin-bottom:20px;
	}
	#main section#lien-kawagoe_dayservice3 .image.flex.wrap.evenly.items2 li p {
		font-size:12px;
	}

}




/* ============================================================================================
	lien-sayama_dayservice.html
============================================================================================= */
#lien-sayama_dayservice {
}
#main section#lien-sayama_dayservice section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#main section#lien-sayama_dayservice1 .title {
	margin-top:0;
	margin-bottom:30px;
}
#main section#lien-sayama_dayservice1 .title {
	margin-bottom:30px;
}


#main section#lien-sayama_dayservice2 > .title:not(.reverse) {
	font-size:26px;
}


#main section#lien-sayama_dayservice2 .description .summary {
	padding:20px 10px;
}
#main section#lien-sayama_dayservice2 .description .summary ul {
	font-size:16px;
	line-height:1.6em;
}
#main section#lien-sayama_dayservice2 .description .summary li {
	position:relative;
	padding:5px 0 5px 20px;
}
#main section#lien-sayama_dayservice2 .description .summary li:before {
	content:"";
	position:absolute;
	top:4px;
	left:0;
	display:block;
	width:50px;
	height:50px;
	background:url(images/icons/check.png) 0 0 no-repeat;
	background-size:20px 20px;
}


#main section#lien-sayama_dayservice3 .image.flex.wrap.evenly.items2 li {
	margin-bottom:30px;
}
#main section#lien-sayama_dayservice3 .image.flex.wrap.evenly.items2 li h4 {
	font-weight:bold;
}
#main section#lien-sayama_dayservice3 .image.flex.wrap.evenly.items2 li h4 em {
	color:#007a44;
}
#main section#lien-sayama_dayservice3 .image.flex.wrap.evenly.items2 li p {
	padding-top:5px;
	font-size:16px;
	line-height:1.6em;
}


@media screen and (max-width:799px) {
	#main section#lien-sayama_dayservice section#lien-sayama_dayservice2 section {
		padding-bottom:0;
	}
	#main section#lien-sayama_dayservice2 > .title:not(.reverse) {
		font-size:20px;
	}
	#lien-sayama_dayservice2 .flex.evenly.items2.start {
		flex-wrap:wrap;
	}
	#lien-sayama_dayservice2 .flex.evenly.items2.start > ul {
		width:100%;
	}
	#lien-sayama_dayservice3 h2.title {
		margin-bottom:20px;
	}
	#main section#lien-sayama_dayservice3 .image.flex.wrap.evenly.items2 li p {
		font-size:12px;
	}

}







/* ============================================================================================
	lien-support.html
============================================================================================= */
#lien-support {
}
#main section#lien_support section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#main section#lien_support1 .title {
	margin-top:0;
	margin-bottom:30px;
}
#main section#lien_support1 .title {
	margin-bottom:30px;
}


#main section#lien_support2 .title {
	margin-bottom:30px;
}
#main section#lien_support2 .description {
	font-size:16px;
}
#main section#lien_support2 .description p {
	padding:0 1em;
}

#main section#lien_support2 table.common.orange tr th ,
#main section#lien_support2 table.common.orange tr td {
	width:auto;
	text-align:center;
}

#main section#lien_support3 .text {
	padding:30px 30px 0;
}




/* ============================================================================================
	kotobuki-kaigosos.html
============================================================================================= */
#kotobuki-kaigosos {
}
#main section#kotobuki-kaigosos section {
	padding-bottom:30px;
	font-size:18px;
	line-height:1.8;
}
#main section#kotobuki-kaigosos1 .title {
	margin-top:0;
	margin-bottom:30px;
}



#main section#kotobuki-kaigosos1 {
}
#main section#kotobuki-kaigosos1 .description {
	padding-bottom:0;
}
#main section#kotobuki-kaigosos1 h3 {
	padding:0 2em;
	color:#007a44;
	font-weight:bold;;
}
#main section#kotobuki-kaigosos1 p {
	padding:0 2em;
}


#main section#kotobuki-kaigosos2 .title + p > em {
	font-size:20px;
	height:auto;
}

#main section#kotobuki-kaigosos2 .text {
	padding:0 30px 30px;
}
#main section#kotobuki-kaigosos2 .text h4.title.reverse {
	font-size:20px;
	height:auto;
	border-radius:30px;
}
#main section#kotobuki-kaigosos2 .text p {
	padding:0 1em;
}


#main section#kotobuki-kaigosos3 .title + p {
	padding-top:20px;
}
#main section#kotobuki-kaigosos3 .title + p > em {
	font-size:20px;
	height:auto;
	line-height:1.4;
}

#main section#kotobuki-kaigosos3 .description .summary h4 {
	color:#007a44;
}
#main section#kotobuki-kaigosos3 .description .summary h4:nth-of-type(2) {
	padding-top:20px;
}

#main section#kotobuki-kaigosos3 .description .summary p {
	padding:0 1em;
}


#main section#kotobuki-kaigosos4.about h2.headline {
	font-size:28px;
	line-height:1.6em;
	padding:0.4em 0;
}
#main section#kotobuki-kaigosos4.about .text {
	padding-top:20px;
}
#main section#kotobuki-kaigosos4.about .text .description {
	padding:20px 30px;
}

#main section#kotobuki-kaigosos4.about table.common tr th {
	width:auto;
	white-space:nowrap;
	font-size:16px;
}
#main section#kotobuki-kaigosos4.about table.common tr td {
	padding:10px 20px;
}

#main section#kotobuki-kaigosos #overview .title.information {
	font-size:28px;
	border-bottom-width:15px;
}



@media screen and (max-width:799px) {
	#main section#kotobuki-kaigosos3.about h2.headline {
		font-size:22px;
		line-height:1.6;
	}
	#main section#kotobuki-kaigosos3.about table.common tr th {
		font-size:14px;
	}
	#main section#kotobuki-kaigosos3.about table.common tr td {
		padding:10px;
	}
	#main section#kotobuki-kaigosos #overview .title.information {
		font-size:20px;
		border-bottom-width:5px;
	}


}



/* ============================================================================================
	kotobuki-kaigosos-fujimino.html
============================================================================================= */
#kotobuki-kaigosos-fujimino {
}
#main section#kotobuki-kaigosos-fujimino section {
	padding-bottom:30px;
	font-size:18px;
	line-height:1.8;
}
#main section#kotobuki-kaigosos-fujimino1 .title {
	margin-top:0;
	margin-bottom:30px;
}



#main section#kotobuki-kaigosos-fujimino1 {
}
#main section#kotobuki-kaigosos-fujimino1 .description {
	padding-bottom:0;
}
#main section#kotobuki-kaigosos-fujimino1 h3 {
	padding:0 2em;
	color:#007a44;
	font-weight:bold;;
}
#main section#kotobuki-kaigosos-fujimino1 p {
	padding:0 2em;
}


#main section#kotobuki-kaigosos-fujimino2 .title + p > em {
	font-size:20px;
	height:auto;
}

#main section#kotobuki-kaigosos-fujimino2 .text {
	padding:0 30px 30px;
}
#main section#kotobuki-kaigosos-fujimino2 .text h4.title.reverse {
	font-size:20px;
	height:auto;
	border-radius:30px;
}
#main section#kotobuki-kaigosos-fujimino2 .text p {
	padding:0 1em;
}


#main section#kotobuki-kaigosos-fujimino3 .title + p {
	padding-top:20px;
}
#main section#kotobuki-kaigosos-fujimino3 .title + p > em {
	font-size:20px;
	height:auto;
	line-height:1.4;
}

#main section#kotobuki-kaigosos-fujimino3 .description .summary h4 {
	color:#007a44;
}
#main section#kotobuki-kaigosos-fujimino3 .description .summary h4:nth-of-type(2) {
	padding-top:20px;
}

#main section#kotobuki-kaigosos-fujimino3 .description .summary p {
	padding:0 1em;
}


#main section#kotobuki-kaigosos-fujimino4.about h2.headline {
	font-size:28px;
	line-height:1.6em;
	padding:0.4em 0;
}
#main section#kotobuki-kaigosos-fujimino4.about .text {
	padding-top:20px;
}
#main section#kotobuki-kaigosos-fujimino4.about .text .description {
	padding:20px 30px;
}

#main section#kotobuki-kaigosos-fujimino4.about table.common tr th {
	width:auto;
	white-space:nowrap;
	font-size:16px;
}
#main section#kotobuki-kaigosos-fujimino4.about table.common tr td {
	padding:10px 20px;
}

#main section#kotobuki-kaigosos-fujimino #overview .title.information {
	font-size:28px;
	border-bottom-width:15px;
}



@media screen and (max-width:799px) {
	#main section#kotobuki-kaigosos-fujimino3.about h2.headline {
		font-size:22px;
		line-height:1.6;
	}
	#main section#kotobuki-kaigosos-fujimino3.about table.common tr th {
		font-size:14px;
	}
	#main section#kotobuki-kaigosos-fujimino3.about table.common tr td {
		padding:10px;
	}
	#main section#kotobuki-kaigosos-fujimino #overview .title.information {
		font-size:20px;
		border-bottom-width:5px;
	}


}



/* ============================================================================================
	kotobuki-kaigosos-kasumigaseki.html
============================================================================================= */
#kotobuki-kaigosos-kasumigaseki {
}
#main section#kotobuki-kaigosos-kasumigaseki section {
	padding-bottom:30px;
	font-size:18px;
	line-height:1.8;
}
#main section#kotobuki-kaigosos-kasumigaseki1 .title {
	margin-top:0;
	margin-bottom:30px;
}



#main section#kotobuki-kaigosos-kasumigaseki1 {
}
#main section#kotobuki-kaigosos-kasumigaseki1 .description {
	padding-bottom:0;
}
#main section#kotobuki-kaigosos-kasumigaseki1 h3 {
	padding:0 2em;
	color:#007a44;
	font-weight:bold;;
}
#main section#kotobuki-kaigosos-kasumigaseki1 p {
	padding:0 2em;
}


#main section#kotobuki-kaigosos-kasumigaseki2 .title + p > em {
	font-size:20px;
	height:auto;
}

#main section#kotobuki-kaigosos-kasumigaseki2 .text {
	padding:0 30px 30px;
}
#main section#kotobuki-kaigosos-kasumigaseki2 .text h4.title.reverse {
	font-size:20px;
	height:auto;
	border-radius:30px;
}
#main section#kotobuki-kaigosos-kasumigaseki2 .text p {
	padding:0 1em;
}


#main section#kotobuki-kaigosos-kasumigaseki3 .title + p {
	padding-top:20px;
}
#main section#kotobuki-kaigosos-kasumigaseki3 .title + p > em {
	font-size:20px;
	height:auto;
	line-height:1.4;
}

#main section#kotobuki-kaigosos-kasumigaseki3 .description .summary h4 {
	color:#007a44;
}
#main section#kotobuki-kaigosos-kasumigaseki3 .description .summary h4:nth-of-type(2) {
	padding-top:20px;
}

#main section#kotobuki-kaigosos-kasumigaseki3 .description .summary p {
	padding:0 1em;
}


#main section#kotobuki-kaigosos-kasumigaseki4.about h2.headline {
	font-size:28px;
	line-height:1.6em;
	padding:0.4em 0;
}
#main section#kotobuki-kaigosos-kasumigaseki4.about .text {
	padding-top:20px;
}
#main section#kotobuki-kaigosos-kasumigaseki4.about .text .description {
	padding:20px 30px;
}

#main section#kotobuki-kaigosos-kasumigaseki4.about table.common tr th {
	width:auto;
	white-space:nowrap;
	font-size:16px;
}
#main section#kotobuki-kaigosos-kasumigaseki4.about table.common tr td {
	padding:10px 20px;
}

#main section#kotobuki-kaigosos-kasumigaseki #overview .title.information {
	font-size:28px;
	border-bottom-width:15px;
}



@media screen and (max-width:799px) {
	#main section#kotobuki-kaigosos-kasumigaseki3.about h2.headline {
		font-size:22px;
		line-height:1.6;
	}
	#main section#kotobuki-kaigosos-kasumigaseki3.about table.common tr th {
		font-size:14px;
	}
	#main section#kotobuki-kaigosos-kasumigaseki3.about table.common tr td {
		padding:10px;
	}
	#main section#kotobuki-kaigosos-kasumigaseki #overview .title.information {
		font-size:20px;
		border-bottom-width:5px;
	}


}



/* ============================================================================================
	kotobuki-soudan.html
============================================================================================= */
#kotobuki-soudan {
}
#main section#kotobuki-soudan section {
	padding-bottom:30px;
	font-size:18px;
	line-height:1.8;
}
#main section#kotobuki-soudan1 .title {
	margin-top:0;
	margin-bottom:0;
}

#main section#kotobuki-soudan2-r2 .summary {
	text-align:center;
}
#main section#kotobuki-soudan2-r2 .summary .flow {
	display:inline-block;
	text-align:left;
}
#main section#kotobuki-soudan2-r2 .flow li {
	padding:0 1em 0.5em 1em;
}
#main section#kotobuki-soudan2-r2 .flow li:last-child {
	padding-bottom:0;
}

#main section#kotobuki-soudan2-r2 .flow li p span {
	display:block;
	padding-top:0.2em;
	padding-left:2em;
}

#main section#kotobuki-soudan3 .description {
	padding-bottom:0;
}

#main section#kotobuki-soudan3 h3 {
	padding-bottom:10px;
}
#main section#kotobuki-soudan3 h3 em {
	display:block;
	padding-bottom:0;
	border-bottom:1px solid #666;
}
#main section#kotobuki-soudan3 .ul {
	padding:10px 0;
}
#main section#kotobuki-soudan3 .ul > ul {
	padding-left:3em;
	text-align:left;
}
#main section#kotobuki-soudan3 .text {
	padding:30px 90px 0;
}

#main section#kotobuki-soudan4 > .image {
	padding-top:30px;
}
#main section#kotobuki-soudan4 .flow {
	padding:0 30px;
}
#main section#kotobuki-soudan4 .flow li {
	padding-top:30px;
}
#main section#kotobuki-soudan4 .flow h3 {
	padding-left:2em;
	font-size:30px;
	line-height:2;
	color:#fff;
	background:#467cc4;
	border-radius:30px;
}
#main section#kotobuki-soudan4 .flow .flex {
	padding:30px;
	justify-content:space-between;
	align-items:flex-start;
}
#main section#kotobuki-soudan4 .flow .flex > .image {
	width:30%;
}
#main section#kotobuki-soudan4 .flow .flex > .text {
	width:65%;
}

#main section#kotobuki-soudan5 {
}
#main section#kotobuki-soudan5 .summary {
	color:#fff;
	background:#467cc4;
	padding:10px 30px;
}
#main section#kotobuki-soudan5 .summary p em {
	color:inherit;
	font-size:32px;
	font-weight:normal;
}
#main section#kotobuki-soudan5 .summary .flex {
	font-size:20px;
	flex-wrap:wrap;
}
#main section#kotobuki-soudan5 .summary .flex > dt {
	width:30%;
	padding-right:1em;
	padding-bottom:1em;
	text-align:right;
}
#main section#kotobuki-soudan5 .summary .flex > dd {
	width:70%;
	padding-bottom:1em;
}
#main section#kotobuki-soudan5 .summary .tel.flex {
	margin:0 20px 20px;
	padding:10px 30px 5px;
	font-size:24px;
	line-height:1.2;
	color:#467cc4;
	background:#fff;
	border-radius:50px;
	align-items:center;
}
#main section#kotobuki-soudan5 .summary .tel.flex > span {
	padding-right:2em;
}
#main section#kotobuki-soudan5 .summary .tel.flex > em {
	padding:0;
	font-size:40px;
}

#main section#kotobuki-soudan5 .contactButton div {
	display:block;
}

@media screen and (max-width:799px) {
	#main section#kotobuki-soudan2-r2 .summary {
		padding:20px 0
	}
	#main section#kotobuki-soudan2-r2 .flow li {
		padding-left:0;
		padding-right:0;
	}

	#main section#kotobuki-soudan3 .ul > ul {
		padding-left:1em;
	}
	#main section#kotobuki-soudan3 .text {
		padding:30px 30px 0;
	}
	#main section#kotobuki-soudan4 .flow {
		padding:0 20px;
	}
	#main section#kotobuki-soudan4 .flow li {
		padding-top:20px;
	}
	#main section#kotobuki-soudan4 .flow h3 {
		font-size:18px;
		padding-left:1em;
	}
	#main section#kotobuki-soudan4 .flow .flex {
		padding:20px 10px;
		flex-wrap:wrap;
	}
	#main section#kotobuki-soudan4 .flow .flex > .image {
		width:100%;
		padding-bottom:10px;
		text-align:center;
	}
	#main section#kotobuki-soudan4 .flow .flex > .image img {
		width:60%;
	}
	#main section#kotobuki-soudan4 .flow .flex > .text {
		width:100%;
	}

	#main section#kotobuki-soudan5 .summary {
		padding:10px 20px;
	}
	#main section#kotobuki-soudan5 .summary p em {
		font-size:22px;
	}
	#main section#kotobuki-soudan5 .summary .flex {
		font-size:18px;
	}
	#main section#kotobuki-soudan5 .summary .flex > dt {
		width:100%;
		padding-bottom:0;
		text-align:left;
	}
	#main section#kotobuki-soudan5 .summary .flex > dd {
		padding-left:1.5em;
		width:100%;
	}

	#main section#kotobuki-soudan5 .summary .tel.flex {
		padding:10px 10px 5px;
		font-size:20px;
		border-radius:20px;
	}
	#main section#kotobuki-soudan5 .summary .tel.flex > span {
		padding-right:0;
	}
	#main section#kotobuki-soudan5 .summary .tel.flex > em {
		font-size:28px;
	}

	#main section#kotobuki-soudan #overview .title.information {
		font-size:20px;
		border-bottom-width:5px;
	}

}







/* ============================================================================================
	company.html
============================================================================================= */
#company {
}

#company > section {
	padding-bottom:30px;
}
#company h2 {
	margin-bottom:30px;
}

#company1 {
}

#company1 #ci {
	padding:0 30px 15px;
	text-align:center;
}
#company1 p {
	font-size:20px;
	text-align:center;
}

#company1 p strong {
	font-size:30px;
	color:#007a44;
	font-weight:bold;
}

#main section#company table.orange tr th {
	width:30%;
}

@media screen and (min-width:800px) {
	#company1 p strong:before {
		content:"『";
	}
	#company1 p strong:after {
		content:"』";
	}
}
@media screen and (max-width:799px) {
	#company1 p {
		font-size:18px;
		padding:0.3em 0;
		line-height:1.6em;
	}
	#company1 p strong {
		font-size:26px;
		line-height:1.4em;
	}
	#main section#company table.orange tr th {
		width:120px;
	}
}


/* ============================================================================================
	recruit.html
============================================================================================= */
#recruit {
}
#recruit > section {
	padding-top:30px;
}
#main section#recruit .h2 {
	background:#eb6170;
}
#main section#recruit .recruitInformation {
	padding-top:30px;
}
#main section#recruit .recruitInformation .contactButton {
	padding-top:30px;
}

#main section#recruit aside.recruitInformation {
	padding-bottom:30px;
}

#main section#recruit a.recruitLink {
	display:inline-block;
	border:1px solid #018e00;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#main section#recruit a.recruitLink:hover {
	box-shadow:0 0 10px #018e00;
}

@media screen and (max-width:799px) {
	#main section#recruit aside.recruitInformation {
		padding-top:0;
	}
}


/* ============================================================================================
	transportation.html
============================================================================================= */
#transportation {
}
#transportation > section {
	padding-top:30px;
}
#transportation > section#transportation1 {
	padding-top:0;
}
#transportation > section#transportation1 h2 {
	margin-top:0;
}

#main section#transportation .description {
	font-size:18px;
	line-height:1.8;
}


#transportation3 .flex.evenly.items4.colorCircle {
	padding:20px 0;
}
#transportation3 .flex.evenly.items4.colorCircle li {
	padding:20px 30px 0;
}
#transportation3 .flex.evenly.items4.colorCircle li > p {
	line-height:1.3;
}


#transportation3 .description p {
	padding:0 60px;
}



@media screen and (max-width:799px) {
	#main section#transportation .description {
		font-size:16px;
	}
	#transportation3 .description p {
		padding:0 20px;
	}
}





/* ============================================================================================
	careservice.html
============================================================================================= */
#services {
}


#services > section {
	padding-top:60px;
	color:#1a1410;
	font-size:18px;
}

@media screen and (max-width:799px) {
	#services > section {
		margin-top:-60px;
		padding-top:90px;
	}
}


/* ============================================================================================
	report.html
============================================================================================= */
#reports {
}

#reports > h2.title {
	margin-top:0;
}


#reports section.report {
	padding:30px;
}

#reports section.report h3.caption.flex.between {
	position:relative;
	width:100%;
	padding:0 20px;
	font-size:24px;
	line-height:50px;
}
#reports section.report h3.caption.flex.between span:nth-child(2) {
	font-size:16px;
}


#reports section.report .description {
	padding:20px 20px 0;
	font-size:18px;
	line-height:1.6em;
}
#reports section.report .description > p {
	padding:0 40px;
}

#reports section.report .description ul.images.flex.wrap.evenly.items3 {
	padding-top:30px 0 0;
	justify-content:center;
	text-align:center;
}
#reports section.report .description ul.images.flex.wrap.evenly.items3 li {
	max-width:32%;
	max-height:280px;
	padding:30px 10px 0;
	font-size:14px;
	line-height:1.6em;
	overflow:hidden;
}
#reports section.report .description ul.images.flex.wrap.evenly.items3 li img {
	display:block;
	max-height:100%;
	margin:auto;
}


#reports > section.report.c0 h3.caption.flex.between span:nth-child(1) {
	padding-left:60px;
}
#reports > section.report.c0 h3.caption.flex.between span:nth-child(1):before {
	content:"";
	position:absolute;
	top:-5px;
	bottom:-5px;
	left:10px;
	width:60px;
	background:url(images/icons/new.png) 0 50% no-repeat;
	background-size:60px 60px;
}


@media screen and (max-width:799px) {
	#reports section.report {
		padding:30px 10px;
	}
	#reports section.report .description {
		padding:20px 10px 0;
		font-size:14px;
	}

	#reports section.report h3.caption.flex.between {
		padding:5px;
		flex-wrap:wrap;
		font-size:16px;
	}

	#reports section.report h3.caption.flex.between span {
		width:100%;
	}
	#reports section.report h3.caption.flex.between span:nth-child(1) {
		text-align:left;
		line-height:1.6;
	}
	#reports > section.report.c0 h3.caption.flex.between span:nth-child(1):before {
		background-size:40px 40px;
	}
	#reports section.report h3.caption.flex.between span:nth-child(2) {
		font-size:14px;
		line-height:1.6;
		text-align:right;
	}

	#reports section.report .description ul.images.flex.wrap.evenly.items3 {
	}
	#reports section.report .description ul.images.flex.wrap.evenly.items3 li {
		width:48%;
		max-width:48%;
		max-height:200px;
	}
}


.pageLinks {
	font-size:16px;
	text-align:right;
	padding:0 20px;
}
.pageLinks a {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	margin:5px;
	font-size:16px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background-color:rgba(255,255,255,0.4);
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow:2px 2px 3px #666;
	text-align:center;
}
.pageLinks a.active {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background:#f60;
	border:1px solid #f60;
	box-shadow:1px 1px 3px #fff inset,2px 2px 3px #666;
}
.pageLinks a:not(.active):hover {
	background:#fc9;
}
@media screen and (max-width:799px) {
}




/* ============================================================================================
	contact.html
============================================================================================= */
#contact {
}


#contact {
	color:#1a1410;
	font-size:18px;
}
#main section#contact > h2.title {
	margin-top:0;
}

#main section#contact > .notes {
	padding:20px;
}
#main section#contact > .notes p:nth-child(2) {
	color:#f00;
}

#main section#contact #formFrame.description {
	padding-top:0;
}



/* ==========================================================================================================================================
	form
=========================================================================================================================================== */
.formText {
	font-size:20px;
	text-align:center;
}
@media screen and (max-width:799px) {
	.formText {
		font-size:16px;
	}
}
form {
	font-size:16px;
}
label {
	display:block;
	line-height:2.2em;
	vertical-align:middle;
	margin-bottom:0.2em;
}
input,select,option,textarea {
	font-size:14px;
	padding:0.5em 1em;
	border:1px solid #999;
	border-radius:5px;
	width:100%;
}
textarea {
	height:10em;
}

/*** custom checkbox & radio ***/
input[type="checkbox"] ,
input[type="radio"] {
	position:relative;
	width:20px;
	z-index:2;
}
input[type="checkbox"] + label ,
input[type="radio"] + label {
	position:relative;
	display:inline-block;
	width:100%;
	margin-left:-30px;
	padding-left:30px;
	border-radius:5px;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	padding-top:0.1em;
	padding-bottom:0.2em;
	line-height:1.4em;
}
input[type="checkbox"] + label > span ,
input[type="radio"] + label > span {
	padding-left:0.3em;
	font-size:13px;
}
input[type="checkbox"]:checked + label ,
input[type="radio"]:checked + label {
	background:#fde;
}


input.zipauto {
	width:12em;
}
input.zipauto + span {
	font-size:12px;
}

form .formButton {
	padding:2em 0;
	text-align:center;
}
input[name="button"] {
	width:auto;
	font-size:20px;
	cursor:pointer;
	margin:0 1em;
}
input[name="button"]:hover {
	color:#fff;
	background:#06f;
}

form .error {
	display:block;
	color:#f00;
}

form dl#formTable.flex {
	flex-wrap:wrap;
	align-items:stretch;
}
form dl#formTable.flex dt {
	width:30%;
	font-size:16px;
	padding:1em;
	border-bottom:1px solid #ccc;
}
form dl#formTable.flex dt.optional:before ,
form dl#formTable.flex dt.required:before {
	content:attr(data-text);
	display:inline-block;
	padding:0 0.8em;
	margin-right:0.5em;
	font-size:14px;
	color:#fff;
	background:#06f;
	border-radius:5px;
	vertical-align:bottom;
}
form dl#formTable.flex dt.required:before {
	background:#f03;
}
form dl#formTable.flex dd {
	width:70%;
	padding:1em 1em 1em 2em;
	border-bottom:1px solid #ccc;
}

form dl#formTable.flex dt:nth-of-type(2n) ,
form dl#formTable.flex dd:nth-of-type(2n) {
	background:#fffcf0;
}

form dl#formTable.flex dd.flex {justify-content:space-between;}
form dl#formTable.flex dd.flex > input {width:49.5%;}
form dl#formTable.flex p {padding-bottom:2em;}
form dl#formTable.flex p em {color:#29a4db;}
form dl#formTable.flex .btnB input {color:#fff;background:#29a4db;font-size:16px;}



@media screen and (max-width:799px) {
	form dl#formTable.flex {
		font-size:14px;
	}

	form dl#formTable.flex dt {
		width:100%;
		padding:10px 10px;
		font-size:18px;
		border-bottom:0px none;
		line-height:30px;
	}
	form dl#formTable.flex dd {
		width:100%;
		padding:0 15px 10px;
	}


	label {line-height:3em;}
	input,select,option,textarea {font-size:18px; padding:0.2em 0.5em;}
	input[type="checkbox"] {font-size:14px;}
	form dl#formTable.flex .btnB input {color:#fff;background:#29a4db;font-size:28px;-webkit-appearance:none;}

	input.zipauto {
		display:block;
	}


}





/* ==========================================================================================================================================
	footer
=========================================================================================================================================== */


/* ============================================================================================
	footer > facilities links
============================================================================================= */
/*
#facilities {
	background:#dce9d8;
}
#facilities {
	padding:60px 30px;
}
#facilities h2 {
	height:2em;
	line-height:2em;
	font-size:40px;
	color:#1a792d;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	border-bottom:3px solid #1a792d;
}


#facilities ul {
}
#facilities ul > li {
	padding-top:30px;
}
#facilities ul > li small {
	display:block;
	font-size:20px;
	color:#000;
}
#facilities ul > li a {
	display:block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#facilities ul > li a:hover {
	box-shadow:0 0 15px #018e00;
}
*/




/* ============================================================================================
	footer > contents links
============================================================================================= */
/*
#contentLinks {
}
#contentLinks .inner {
	padding:30px;
	text-align:center;
}
#contentLinks .inner ul li {
	padding:30px 0;
}
#contentLinks .inner ul li a {
	display:inline-block;
	border:1px solid #018e00;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#contentLinks .inner ul li a:hover {
	box-shadow:0 0 15px #018e00;
}
*/





/* ============================================================================================
	footer > nav
============================================================================================= */
footer {
}
footer #footerNavi {
	border-top:7px solid #e0e3e2;
	background:#f5f5f5;
}

footer #footerNavi .inner {
	padding:15px 0
}

footer #footerNavi .inner ul.flex {
}
footer #footerNavi .inner ul.flex > li {
	font-size:16px;
	color:#3b457d;
	padding-left:1.5em;
	padding-right:1em;
}
footer #footerNavi .inner ul.flex > li h2 {
	color:#007a44;
	font-size:18px;
}
footer #footerNavi .inner ul.flex > li > ul {
	padding-left:0.5em;
}
footer #footerNavi .inner ul.flex > li > ul a {
	display:block;
	line-height:1.8em;
	padding-left:1.5em;
	padding-right:0.5em;
	background:url(images/icons/nav_level2.png) 0.5em 50% no-repeat;
	background-size:15px 15px;
}
footer #footerNavi .inner ul.flex > li > ul a:hover {
/*
	border-bottom:1px solid #3b457d;
*/
	background-color:#bef0b1;
}


footer #footerNavi .inner ul.flex > li > ul.l2 {
	height:auto;
}
footer #footerNavi .inner ul.flex > li > ul.l2 a {
	padding-top:0.3em;
	padding-bottom:0.3em;
	line-height:1.2em;
}
footer #footerNavi .inner ul.flex > li > ul.l2 a > span span {
	padding-left:0.1em;
	font-size:12px;
}

footer #footerNavi .inner ul.flex > li > ul.l2.facilities a > span {
	line-height:1.3;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	text-align:left;
}
footer #footerNavi .inner ul.flex > li > ul.l2.facilities a > span > * {
	width:100%;
}

footer #footerNavi .inner ul.flex > li > ul > li.v {
}
footer #footerNavi .inner ul.flex > li > ul > li.v > a {
	padding-top:0.3em;
	padding-bottom:0.3em;
}
footer #footerNavi .inner ul.flex > li > ul > li.v > a > span {
	display:block;
	line-height:1.3;
	font-size:95%;
}


@media screen and (min-width:800px) {
	footer #footerNavi .inner ul.flex > li {
		border-right:1px solid #c1c1c1;
	}
	footer #footerNavi .inner ul.flex > li:first-child {
		padding-left:0;
	}
	footer #footerNavi .inner ul.flex > li:last-child {
		padding-right:0;
		border-right:0 none;
	}

	footer #footerNavi .inner ul.flex > li > ul.l2.facilities a {
		padding-top:0.15em;
		padding-bottom:0.15em;
	}
}

@media screen and (max-width:799px) {
	footer #footerNavi .inner ul.flex {
		flex-wrap:wrap;
		justify-content:flex-start;
		padding:0 20px;
	}
	footer #footerNavi .inner ul.flex > li {
		width:100%;
		padding:20px;
		border-bottom:1px solid #c1c1c1;
	}
	footer #footerNavi .inner ul.flex > li:first-child {
		padding-top:0;
	}
	footer #footerNavi .inner ul.flex > li:last-child {
		border-bottom:0 none;
	}

	footer #footerNavi .inner ul.flex > li h2 {
		font-size:20px;
	}
	footer #footerNavi .inner ul.flex > li > ul a {
		line-height:2.4em;
	}
}




/* =================================================================
	footer > nav > SNS banners
================================================================== */
footer #footerNavi .inner #SNSBanners {
	padding-top:4em;
	padding-left:2em;
	text-align:right;
}
footer #footerNavi .inner #SNSBanners ul > li {
	padding-bottom:10px;
}
footer #footerNavi .inner #SNSBanners ul > li a {
	display:inline-block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
footer #footerNavi .inner #SNSBanners ul > li a:hover {
	box-shadow:0 0 15px #018e00;
}
@media screen and (max-width:799px) {
	footer #footerNavi .inner #SNSBanners {
		padding-left:0;
		text-align:center;
	}
	footer #footerNavi .inner #SNSBanners ul {
		display:flex;
		justify-content:space-around;
	}
}


/* ============================================================================================
	footer > copyright
============================================================================================= */
footer #copyright {
	margin-top:12px;
	border-top:7px solid #007a44;
}
footer #copyright .inner {
	padding:10px 0;
	text-align:center;
}
footer #copyright .inner > h2 span:not(.dispPC) {
	display:block;
	padding-top:2px;
	line-height:18px;
	font-size:14px;
	color:#009b00;
}
footer #copyright .inner > h2 img {
	height:90px;
}

footer #copyright .inner > p {
	padding:30px 0;
	font-size:14px;
	color:#000;
}

@media screen and (max-width:799px) {
	footer #copyright .inner > h2 span.dispPC {
		display:inline !important;
	}
}



/* ============================================================================================
	fixed :scrollTop
============================================================================================= */
aside#scrollTop {
	position:fixed;
	bottom:10px;
	right:10px;
	display:block;
	width:70px !important;
	height:70px !important;
	background:#fff;
	border:2px solid #296833;
	border-radius:50%;
	box-shadow:1px 1px 3px #666;
	cursor:pointer;
	overflow:hidden;

	display:block;
}
aside#scrollTop:not(.on) {
	display:none !important;
}


@media screen and (max-width:799px) {
	aside#scrollTop {
		bottom:15px;
		right:15px;
		width:50px !important;
		height:50px !important;
	}

}



/* ============================================================================================
	fixed :naviSP
============================================================================================= */
#naviSP {
	position:fixed;
	left:-100%;
	top:0;
	bottom:100%;
	width:100%;
	height:100%;
	z-index:200;
	background:rgba(255,255,255,0.8);
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#naviSP.on {
	left:0%;
}
#naviSP ul {
	width:400px;
	height:100%;
	padding-top:10px;
	background:rgba(255,255,255,0.8);
	box-shadow:1px 1px 5px #666;
}
#naviSP ul li {
}
#naviSP ul li > a {
	display:block;
	font-size:16px;
	color:#333;
	padding:1.2em 0.6em 1.2em 2.5em;
	line-height:1em;
	background:url(images/icons/nav_level2.png) 1.5em 50% no-repeat;
	background-size:15px 15px;
	border-bottom:1px solid #007a44;
}
#naviSP ul li a:hover {
	background-color:#bef0b1;
}

#naviSP ul li a span > span {
	font-size:13px;
}

#naviSP ul li > div {
	text-align:center;
	padding:15px 0;
}
#naviSP ul li > div > a {
	display:inline-block;
	padding:10px;
}

#naviSP div#close {
	position:absolute;
	top:5px;
	left:410px;
	width:60px;
	height:60px;
}




/* ============================================================================================
	2020.2.12 added
============================================================================================= */
#company1 #origin {
	padding:10px 30px 30px;
	display:flex;
	justify-content:space-between;
}

#company1 #origin #originImage {
	width:180px;
}
#company1 #origin #originInfo {
	width:620px;
}
#company1 #origin #originInfo p {
	font-size:16px;
	text-align:left;
}
#company1 #origin #originInfo blockquote {
	padding:10px 20px;
	margin-bottom:20px;
	background:#fffee9;
	font-family:'Noto Serif JP' ,serif;
}
#company1 #origin #originInfo blockquote p {
	font-size:20px;
}
#company1 #origin #originInfo blockquote p em {
	font-size:36px;
	line-height:1.2;
	color:#f00;
}
#company1 #origin #originInfo blockquote p.quoteNotes {
	text-align:right;
}

@media screen and (max-width:799px) {
	#company1 #origin {
		padding:10px 15px 30px;
	}
	#company1 #origin #originInfo {
		width:100%;
		text-align:center;
	}
	#company1 #origin #originInfo blockquote {
		display:flex;
		padding:10px;
		justify-content:space-between;
	}
	#company1 #origin #originInfo blockquote > div#originImageSP {
		padding-top:0.3em;
		width:90px;
	}
	#company1 #origin #originInfo blockquote > div#quoteText {
		width:300px;
	}
	#company1 #origin #originInfo blockquote > div#quoteText p {
		font-size:16px;
	}
	#company1 #origin #originInfo blockquote p em {
		font-size:24px;
	}
	#company1 #origin #originInfo blockquote p.quoteNotes img {
		width:80%;
	}
	#company1 #origin #originInfo #quateMethod {
		display:inline-block;
	}
	#company1 #origin #originInfo #quateMethod p {
		font-size:14px;
	}
}


#main section#company2 .title {
	color:#000;
}
#company2 #mission {
	padding:15px 30px;
}
#company2 #mission p {
	font-size:20px;
}


#company2 ul#philosophy {
	padding:15px 0;
}
#company2 ul#philosophy > li {
	padding:20px 30px;
	font-size:20px;
}
#company2 ul#philosophy > li > h4 {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	line-height:1;
}
#company2 ul#philosophy > li > h4 span:nth-child(1) {
	font-size:56px;
	font-family:'Bebas Neue';
	padding-right:0.3em;
}
#company2 ul#philosophy > li:nth-child(1) > h4 {
	color:#e8a532;
}
#company2 ul#philosophy > li:nth-child(2) > h4 {
	color:#d77b92;
}
#company2 ul#philosophy > li:nth-child(3) > h4 {
	color:#64a4e1;
}
#company2 ul#philosophy > li:nth-child(4) > h4 {
	color:#61b054;
}

#company2 ul#philosophy > li > div {
	border-radius:15px;
	padding:15px 30px;
}
#company2 ul#philosophy > li:nth-child(1) > div {
	background:#f6ecc8;
}
#company2 ul#philosophy > li:nth-child(2) > div {
	background:#ebdbdd;
}
#company2 ul#philosophy > li:nth-child(3) > div {
	background:#c7e2f5;
}
#company2 ul#philosophy > li:nth-child(4) > div {
	background:#cbe3a9;
}
#company2 ul#philosophy > li > div p.subtitle {
	margin-bottom:15px;
	font-size:28px;
	border-bottom:2px solid rgba(102,102,102,0.8);
	text-align:center;
}
#company2 ul#philosophy > li > div ul ,
#company2 ul#philosophy > li > div ol {
	padding-left:5em;
	padding-right:1em;
}
#company2 ul#philosophy > li > div ul li {
	list-style:disc inside;
	margin-left:1em;
	text-indent:-1.5em;
}
#company2 ul#philosophy > li > div ol li {
	list-style:decimal inside;
	margin-left:1em;
	text-indent:-1.5em;
}


@media screen and (max-width:799px) {
	#company2 #mission {
		padding:15px 20px;
	}
	#company2 #mission p {
		font-size:16px;
	}
	#company2 ul#philosophy > li {
		padding:10px;
		font-size:16px;
	}
	#company2 ul#philosophy > li > div {
		padding:15px;
	}
	#company2 ul#philosophy > li > div p.subtitle {
		margin-bottom:10px;
		font-size:20px;
	}
	#company2 ul#philosophy > li > div ul ,
	#company2 ul#philosophy > li > div ol {
		padding-left:1.5em;
	}
}



#main section#lien-kawagoe_dayservice section {
	padding-bottom:0;
}
#main section#lien-kawagoe_dayservice3-rehabilitation .title {
	font-size:30px;
}

#main section#lien-kawagoe_dayservice3-rehabilitation .sub1 {
	padding-top:30px;
	text-align:center;
	font-size:20px;
	line-height:1.6;
	color:#633;
}
#main section#lien-kawagoe_dayservice3-rehabilitation .sub2 {
	padding-bottom:30px;
	text-align:center;
	font-size:24px;
	line-height:1.6;
	color:#f60;
}

#main section#lien-kawagoe_dayservice3-rehabilitation > .flex {
	padding:0 40px 20px;
	justify-content:space-between;
}
#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .images {
	width:300px;
	text-align:center;
}
#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .images img:nth-child(1) {
	margin-bottom:15px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text {
	width:480px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text h5 {
	text-align:center;
	color:#007a44;
	font-size:28px;
	padding-bottom:15px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text h5 span {
	color:#f5db4c;
}
#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text p {
	font-size:20px;
	line-height:1.6;
}

#main section#lien-kawagoe_dayservice3-rehabilitation #definition {
	padding:15px 30px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex {
	padding:20px 40px;
	justify-content:space-between;
	background:#fcedb4;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .image {
	width:240px;
	text-align:center;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .text {
	width:460px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .text h5 {
	font-size:28px;
	color:#f60;
	text-align:center;
	padding-bottom:20px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .text p {
	font-size:18px;
	line-height:2;
}


#main section#lien-kawagoe_dayservice3-rehabilitation #commentary {
	padding:15px 30px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex {
	justify-content:space-around;
	flex-direction:row-reverse;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex > .image {
	width:200px;
	text-align:center;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex > .text {
	width:560px;
}
#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex > .text p {
	font-size:18px;
	line-height:2;
}

#main section#lien-kawagoe_dayservice3-rehabilitation aside.link ,
#main section#lien-kawagoe_dayservice3-rehabilitation aside.link ul li {
	padding-top:0;
	padding-bottom:0;
}


@media screen and (min-width:800px) {
	#main section#lien-kawagoe_dayservice3-rehabilitation .sub2:before ,
	#main section#lien-kawagoe_dayservice3-rehabilitation .sub2:after {
		content:attr(data-letter);
	}
}
@media screen and (max-width:799px) {
	#main section#lien-kawagoe_dayservice3-rehabilitation .title {
		font-size:22px;
		line-height:1.6;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation > .flex {
		flex-direction:column-reverse;
		justify-content:center;
		padding:0 10px 20px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .images ,
	#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text {
		width:100%;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .images img {
		width:300px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text h5 {
		font-size:22px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation > .flex > .text p {
		font-size:16px;
		line-height:1.6;
	}

	#main section#lien-kawagoe_dayservice3-rehabilitation #definition {
		padding:15px 10px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex {
		flex-direction:column-reverse;
		justify-content:center;
		padding:20px 10px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .image ,
	#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .text {
		width:100%;
		padding-bottom:0;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .image img {
		width:200px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .text h5 {
		font-size:22px;
		padding-bottom:10px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #definition .flex > .text p {
		font-size:16px;
		line-height:1.6;
	}

	#main section#lien-kawagoe_dayservice3-rehabilitation #commentary {
		padding:10px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex {
		justify-content:space-between;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex > .image {
		width:100px;
		padding-top:5px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex > .text {
		width:320px;
	}
	#main section#lien-kawagoe_dayservice3-rehabilitation #commentary .flex > .text p {
		font-size:14px;
		line-height:1.6;
	}

}



/* =================================================================
	common - > flex > work flow
================================================================== */
ul.flex.evenly.items2.service {
	flex-wrap:wrap;
}
ul.flex.evenly.items2.service li {
	margin:auto;
	align-items:center;
	text-align:center;
	height:100px;
	padding:0 10px 20px;
}
ul.flex.evenly.items2.service li .flex {
	width:100%;
	height:100%;
	background:#e9b81d;
	border-radius:5px;
}
ul.flex.evenly.items2.service li .flex span {
	font-size:18px;
	line-height:1.6;
	color:#fff;
}

@media screen and (max-width:799px) {
	ul.flex.evenly.items2.service li {
		width:100%;
		height:70px;
		padding-top:0;
	}
	ul.flex.evenly.items2.service li .flex span {
		font-size:16px;
	}
}




/* ============================================================================================
	2020.12.9
	careplan-akari.html
============================================================================================= */
#careplan-akari {
}

#careplan-akari > section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#careplan-akari > section .text {
	padding:30px 45px;
}

#main section#careplan-akari1 .title {
	margin-top:0;
	margin-bottom:30px;
}

#main section#careplan-akari section#careplan-akari1 .title {
	margin-top:0;
	margin-bottom:30px;
}

#careplan-akari > section .summary {
	margin:0 30px 30px;
}

@media screen and (max-width:799px) {
	#careplan-akari > section .text {
		padding:30px 20px;
	}
}



/* ============================================================================================
	2020.12.9
	kango-hikari.html
============================================================================================= */
#kango-hikari {
}

#kango-hikari > section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#kango-hikari > section .text {
	padding:30px 45px;
}

#kango-hikari > section .text-top {
	color:#0181cc;
	padding-bottom:0.5em;
	text-align:center;
}

#kango-hikari > section .summary {
	margin:0 30px 30px;
}

#kango-hikari > section ul.flex.evenly.items2.service li {
	height:115px;
}

#main #kango-hikari > section .summary :first-child {
	color:#0181cc;
	text-align:center;
	padding-bottom:0.5em;
}

#main section#kango-hikari1 .title {
	margin-top:0;
	margin-bottom:30px;
}

#kango-hikari2 {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}
#main section#kango-hikari2 ul.case {
	padding-top:10px;
}
#main section#kango-hikari2 ul.case li:before {
	content:"";
	width:100px;
	height:100px;
}
#main section#kango-hikari2 ul.case li:after {
	top:10px;
	width:100px;
	height:100px;
	line-height:95px;
	padding:0;
}

#kango-hikari > section .contrivance {
	padding-bottom:1.5em;
	text-align:center;
}

#kango-hikari > section .color1 {
	background-color:#67a4d3;
}

#kango-hikari > section .color2 {
	background-color:#7fb952;
}

#kango-hikari > section .color3 {
	background-color:#efb23e;
}

#kango-hikari > section .color4 {
	background-color:#e89a98;
}

#kango-hikari > #kango-hikari2 .use {
	padding:1em 3em;
}

#kango-hikari > #kango-hikari2 .explanation {
	padding:0 3em;
}

#kango-hikari > #kango-hikari2 .explanation1 ,
#kango-hikari > #kango-hikari2 .explanation-color {
	display:block;
	background-color:#efb23e;
	border-radius:18px;
	color:#ffffff;
	padding-left:1em;
	padding-right:1em;
	margin-bottom:1em;
}

#kango-hikari > #kango-hikari2 .explanation-color-text ,
#kango-hikari > #kango-hikari2 .explanation-color-text2 {
	padding:0 1em 1em;
}
#kango-hikari > #kango-hikari2 .explanation-color-text3 {
	padding:1em 3em;
}

#kango-hikari > #kango-hikari2 .text-p {
	font-size:21px;
	color:#0181cc;
	text-align:center;
}
#kango-hikari > #kango-hikari2 .image {
	padding:0 4em 1em;
}
#kango-hikari > #kango-hikari2 .text-p2 {
	padding:1em 3em;
}

#kango-hikari > #kango-hikari2 .explanation-a {
	width:85%;
	margin:2em auto;
}

#kango-hikari > #kango-hikari2 .explanation2 {
	background-color:#e89a98;
	border-radius:2em;
	color:#ffffff;
	padding:0.2em 2em;
	margin-bottom:1em;
}

#kango-hikari2.b {
	padding-bottom:50px;
}
main section#kango-hikari2.b .title {
	margin-top:0;
}


@media screen and (max-width:799px) {
	#kango-hikari > section .text {
		padding:30px 20px;
	}

	#main section#kango-hikari2 ul.case li:before {
		top:20px;
		width:80px;
		height:80px;
	}
	#main section#kango-hikari2 ul.case li:after {
		top:20px;
		width:80px;
		height:80px;
		line-height:75px;
	}

	#kango-hikari > section .summary :first-child {
		text-align:left;
	}

	#kango-hikari > section ul.flex.evenly.items2.service li {
		height:100px;
	}

	#kango-hikari > #kango-hikari2 .explanation1 {
		border-radius:0.5em;
		padding:0 1em;
	}
	#kango-hikari > #kango-hikari2 .explanation-color {
		border-radius:0.5em;
		padding:0 1em;
		margin-bottom:0.5em;
	}

	#kango-hikari > #kango-hikari2 .explanation1-text {
		padding-bottom:1em;
	}

	#kango-hikari > section .flex.evenly {
		padding:0 2em;
	}


	#kango-hikari > section .summary {
		margin:0 10px 30px;
	}

	#kango-hikari > #kango-hikari2 .use {
		padding:1em 2em;
	}

	#kango-hikari > #kango-hikari2 .explanation {
		padding:0 2em;
	}
	#kango-hikari > #kango-hikari2 .explanation-color-text3 {
		padding:1em 2em;
	}
	#kango-hikari > #kango-hikari2 .text-p2 {
		padding:1em 2em;
	}

	#kango-hikari > #kango-hikari2 .image {
		padding:0 3em 1em;
	}

	#kango-hikari > #kango-hikari2 .explanation2 {
		padding:0.2em 1em;
	}


}


/* ============================================================================================
	2021.1.13
	study-viv.html
============================================================================================= */
#study-viv {
}

#study-viv > section {
	padding-bottom:30px;
	font-size:20px;
	line-height:1.8;
}

#study-viv > section .text {
	padding:30px 40px;
}


#main #study-viv section .summary {
	margin:0em 1em;
}

#study-viv section#study-viv00 > section {
	padding-top:30px;
}

#study-viv section#study-viv00 .title-top {
    background-color: #007a44;
    border-radius: 1em;
    color: #ffffff;
    text-align: center;
    font-size: 120%;
}

#study-viv section#study-viv00 .title {
	margin-top:0;
	margin-bottom:0;
	line-height:1.6;
	padding-top: 1em;
}

#study-viv section#study-viv00 ul .li1{
	width: 480px;
}

#study-viv section#study-viv00 ul .li2{
	width: 320px;
}

#study-viv section#study-viv00 > ul.flex-reverse{
	flex-direction: row-reverse;
}

#study-viv section#study-viv00 > ul.evenly{
	padding-top:30px;
}

#study-viv section#study-viv0 {
	padding-top:1em;
}
#study-viv section#study-viv0 .title {
	margin-top:0;
	margin-bottom:30px;
	line-height:1.6;
}
#study-viv section#study-viv0 > section {
	padding-top:30px;
}

#main section#study-viv1 ul.case li:before {
	content:"study";
}
#main section#study-viv1 ul.case li > h3 {
	letter-spacing:0;
	line-height:1.6;
	padding-bottom:0.2em;
}

#study-viv .study-viv2 .advantage {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	color:#ffffff;
	padding:1em 3em;
	text-align:center;
}

#study-viv .study-viv2 .advantage > div {
	width:calc(33% - 1em);
	border-radius:50%;
	padding:1em 0em;
	margin:0 0.5em 1em;
	height:7em;
}

#study-viv .study-viv2 .advantage1 {
	background-color:#efb23e;
}

#study-viv .study-viv2 .advantage2 {
	background-color:#e89a98;
}

#study-viv .study-viv2 .advantage3 {
	background-color:#67a4d3;
}

#study-viv .study-viv2 .advantage4 {
	background-color:#7fb952;
}

#study-viv .study-viv2 .advantage5 {
	background-color:#dba57f;
}

#study-viv .study-viv2 .advantage6 {
	background-color:#b490bc;
}

#study-viv .study-viv2 .advantage span {
	font-size:110%;
	line-height:150%;
	font-weight:bold;
	display:block;
}

#study-viv .study-viv2 p,
#study-viv .study-viv2 .advantage-p {
	background-color:#007a44;
	border-radius:1em;
	color:#ffffff;
	text-align:center;
	font-size:120%;
}

#study-viv .study-viv2 p {
	margin:2em 1em 0em;
}

#study-viv .study-viv2 .advantage-p {
	margin:0em 1em;
}



#study-viv .study-viv3 .study-viv3-mini {
	padding:1em 2em 0em;
}

#study-viv .study-viv3 .study-viv3-mini .study-viv3-color1 {
	padding-top:1em;
	color:#e89a98;
	border-bottom:2px dotted #e89a98;
}

#study-viv .study-viv3 .study-viv3-mini .study-viv3-color2 {
	color:#67a4d3;
	border-bottom:2px dotted #67a4d3;
}

#study-viv .study-viv3 .study-viv3-mini .study-viv3-color3 {
	color:#7fb952;
	border-bottom:2px dotted #7fb952;
}

#study-viv .study-viv3 .study-viv3-mini p:last-child {
	padding-bottom:1em;
}

#study-viv .study-viv3 .study-viv3-mini .anger {
	padding:1em 0em 0em;
}


#study-viv .study-viv3 .title.sub {
	margin-bottom:1em;
}

#study-viv .study-viv3 .explanation-a {
	color:#ffffff;
	padding:0em 1em 10px;
}

#study-viv .study-viv3 .explanation-a li {
	border-radius:28px;
	padding:0.5em 2em 0.5em;
	margin-bottom:1em;
}
#study-viv .study-viv3 .explanation-a li:last-child {
	margin-bottom:0;
}

#study-viv .study-viv3 .explanation-a li.explanation1 {
	background-color:#e89a98;;
}
#study-viv .study-viv3 .explanation-a li.explanation2 {
	background-color:#efb23e;
}
#study-viv .study-viv3 .explanation-a li.explanation3 {
	background-color:#7fb952;
}
#study-viv .study-viv3 .explanation-a li.explanation4 {
	background-color:#67a4d3;
}
#study-viv .study-viv3 .explanation-a li.explanation5 {
	background-color:#89c8e9;
}
#study-viv .study-viv3 .explanation-a li.explanation6 {
	background-color:#eab8c4;
}
#study-viv .study-viv3 .explanation-a li.explanation7 {
	background-color:#b490bc;
}


#study-viv .study-viv4 .time {
	font-size:110%;
	text-align:center;
	padding:0.5em 0;
}
#study-viv .study-viv4 .study-viv4-timetable {
	padding:0 1em 2em;
}
#study-viv .study-viv4 .study-viv4-timetable h3 {
	font-size:110%;
}
#study-viv .study-viv4 .study-viv4-timetable div {
	padding:0.1em;
}



.outline {
	background:#8d8;
	padding:1em 2.5em;
	border-radius:10px;
	color:#FFFFFF;
}

.outline em {
	display:block;
	font-size:28px;
	color:#007a44;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.insta-link {
	padding:20px 100px;
	text-align:center;
	color:#007a44;
	font-weight:bold;
}


#main #study-viv section .headline {
	line-height:55px;
	padding-top:0.5em;
}

@media screen and (min-width:800px) {
	.viv-time2:before {
		content:"、";
	}
	.insta-link a:hover{
		opacity:0.9;
	}
}
@media screen and (max-width:799px) {
	.viv-time2 {
		display:block;
		text-indent:3em;
	}

	#study-viv .summary {
		margin-bottom:20px;
	}

	#study-viv > section .text {
		padding:30px 32px 20px;
	}

	#main #study-viv section .summary {
		margin:0em 1em;
	}

	#study-viv .study-viv2 .advantage {
		padding:1em 2em;
	}
	#study-viv .study-viv2 .advantage > div {
		width:calc(49.5% - 1em);
		margin-bottom:0.5em;
	}

	#study-viv .study-viv2 .advantage3 {
		margin-right:0.5em;
	}

	#study-viv .study-viv2 .advantage span {
		font-size:112%;
		line-height:157%;
	}

	#study-viv .study-viv3 .explanation-a li {
		border-radius:10px;
	}

	#study-viv3-B3 .text {
		padding:30px 20px;
	}

	#study-viv .study-viv4 .study-viv4-timetable {
		padding:0 0.5em 2em;
	}
	#study-viv .study-viv4 .study-viv4-timetable p {
		font-size:80%;
	}

	#study-viv section#study-viv00 .title-top {
		text-indent: 1em;
	}
	#study-viv section#study-viv00 > ul.evenly {
		padding-top:1em;
	}

	#study-viv section#study-viv00 ul .li1{
		width: 100%;
	}

	#study-viv section#study-viv00 > ul.flex{
		flex-direction: column;
	}

	#study-viv section#study-viv00 ul .li2{
		width: 80%;
		padding-top: 1em;
		margin: 0 auto;
	}

	.outline {
		padding:1em 1.5em;
	}
	.outline em {
		font-size:26px;
		line-height:1.6;
	}

	.insta-link {
		padding:20px 50px;
	}

}





