/************************************
** 0 共通
************************************/

.sub {
	display:block;
	font-size:0.5em;
	margin-bottom:10px;
	font-weight:500;}

strong {
	font-weight:bold;}

h3 {
	font-size:1.3em;
	position:relative;}

h2 {
	position:relative;}

h2:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -30px; /* 下線の上下位置調整 */
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	width: 90px;
	height: 2px;
	background-color: #00a0da;}


/* 599px以下の場合 */
@media screen and (max-width: 599px) {

.sub {
	margin-bottom:0px;}

}


/************************************
** ①イントロダクション
************************************/

#intro {
	padding:60px 0;}

#intro h1 {
	font-size:2.3em;
	line-height:1.5em;}

#intro h1:before {
	display:block;
	color:#ccc;
	font-size:0.5em;
	font-family: 'Belgrano', serif;}

#intro h1:after {
	display:block;
	content:url(../image/shapes4.png);
	margin:0 auto;}

#intro .service1:before {
	content:"SERVICE 01";}

#intro .service2:before {
	content:"SERVICE 02";}

#intro .service3:before {
	content:"SERVICE 03";}

#intro .service4:before {
	content:"NEW SERVICE";}

#intro .lead {
	margin-top:30px;}

#intro .inner {
	display:flex;
	justify-content: space-between;
	margin-top:60px;}

#intro .box {
	width:calc(50% - 15px);
	background:#f7f5f2;
	padding:45px 30px;
	border-radius:10px;}

#intro .box h2 {
	font-size:1.5em;
	display:block;
	border-top:2px solid #00a0da;
	border-bottom:2px solid #00a0da;
	position:relative;}

#intro .box h2 div {
	margin:15px auto;}

#intro .type1:before {
	content:"TYPE 1";
	color:#9e9e9e;
	font-family: 'Belgrano', serif;
	font-size:0.7em;
	display:block;
	margin-bottom:5px;}

#intro .type2:before {
	content:"TYPE 2";
	color:#9e9e9e;
	font-family: 'Belgrano', serif;
	font-size:0.7em;
	display:block;
	margin-bottom:5px;}

#intro .box h2:after {
	content:none;}

#intro .box h2 span {
	width:50px;
	height:50px;
	border-radius:50%;
	background:#00a0da;
	position:absolute;
	left:0;
	top: 0;
	bottom: 0;
	margin: auto;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.7em;
	color:#fff;
	font-family: 'Belgrano', serif;}

#intro .box h3 {
	position:relative;
	font-size:1.2em;
	bottom:15px;
	margin-bottom:15px;}

#intro .box h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px; /* 下線の上下位置調整 */
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	width: 20px;
	height: 2px;
	background-color: #00a0da;}

#intro .box ul {
	text-align:left;
	padding:0px;}

#intro .box ul li {
	margin-bottom:15px;
	line-height:1.5em;
	display:flex;
	align-items: baseline;}

#intro .box ul li:before {
	content:"・";
	font-weight:600;
	color:#00a0da;
	font-size:1.2em;}

#intro .box ol {
	padding-left:30px;
	margin-top:15px;}

#intro .box ol li {
	list-style-type:decimal;
	text-align:left;
	line-height:1.5em;
	margin-bottom:10px;}

#intro .box ol li:before {
	content:none;}

#intro table {
	width:100%;
	margin-top:15px;
	border-collapse: separate;
	border-spacing:0 6px;}

#intro th {
	width:25%;
	line-height:1.5em;
	font-weight:normal;
	background:#fff;
	padding:12px 6px;
	text-align:center;
	vertical-align:middle;}

#intro th:after {
	content:url(../image/arrow3.png);
	position:relative;
	left:30px;}

#intro td {
	width:75%;
	background:#fff;
	padding:11px 0 11px 39px;
	text-align:left;
	line-height:1.5em;
	vertical-align:middle;}

#intro .cap {
	background:#fff;
	border:1px solid #00a0da;
	padding:30px 30px;
	margin:45px auto 0 auto;
	width:calc(100% - 15px);
	border-radius:10px;}

#intro .cap h4 {
	margin-bottom:15px;
	color:#00a0da;
	font-size:1.1em;
	font-weight:500;}

#intro .cap h4:before {
	content:"＼ ";
	color:#00a0da;
	margin-right:10px;
	font-weigh:600;}

#intro .cap h4:after {
	content:"／ ";
	color:#00a0da;
	margin-left:10px;
	font-weigh:600;}

#intro .lead {
	margin-top:60px;}

#page_nav {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:60px auto 0 auto;
	max-width:950px;}

#page_nav ul {
	display: flex;
	justify-content: center;
	padding:20px 0;}

#page_nav li {
	width:25%;}

#page_nav li a{
	color:#00a0da;
	text-decoration:none;
	font-weight:600;}

#page_nav li a:before {
	content:url(../image/circle_a.png);
	vertical-align: middle;
	padding-right:5px;}

/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#intro h1 {
	font-size:1.9em;
	line-height:1.4em;}

#intro .lead {
	margin-top:30px;
	line-height:1.9em;
	text-align:left;
	width:calc(100% - 60px);}

#intro .lead br {
	display:none;}

#intro .inner {
	display:block;}

#intro .box h2 {
	font-size:1.4em;}

#intro .box h2 span {
	left:-10px;}

#intro .box {
	width:100%;
	border-radius:0px;
	margin-bottom:30px;}

#intro .cap {
	padding:30px 10px 30px 20px;
	margin:45px auto 0 auto;}

#intro .common {
	margin-top:0;}

#page_nav {
	display:flex;
	justify-content: center;
	width:calc(100% - 60px);}

#page_nav ul {
	display: block;
	margin:0px auto;
	padding:20px 0 10px 0;}

#page_nav li {
	width:100%;
	text-align:left;
	display:block;
	line-height:2em;}

#page_nav li a:before {
	display:inline-block;
	transform: scale(0.8);
	padding-left:3px;}

}


/************************************
** ②対象者
************************************/

#target h3 {
	font-weight:500;
	font-size:1.2em;
	position:relative;
	bottom:35px;}

#target h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -15px; /* 下線の上下位置調整 */
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	width: 30px;
	height: 2px;
	background-color: #00a0da;}

#target .inner {
	display:flex;
	justify-content:center;
	width:calc(950px * 0.8) ;
	justify-content:space-between;}

#target .circle {
	width:350px;
	height:350px;
	border-radius:50%;
	border:2px solid #00a0da;
	display:flex;
	justify-content:center;
	align-items:center;}

#target .circle div {
	height:5em;}

#target .circle p {
	margin-bottom:10px;
	line-height:1.7em;}

/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#target .inner {
	display:block;
	width:100%;}

#target .circle {
	width:350px;
	height:350px;
	margin:0 auto;}

#target h3 {
	bottom:55px;}

#target .second {
	margin-top:30px;}
}


/************************************
** ③サービス内容
************************************/

#content {
	background:#f7f5f2;}

#content h2 {
	margin-bottom:90px;}

#content .inner {
	display:flex;
	margin-bottom:60px;
	justify-content:space-between;
	align-items:center;
	position:relative;}

#content .text {
	padding:45px 60px;
	height:500px;
	background:#fff;
	border-radius:10px;
	width:calc(50% + 30px);}

#content .reverse .text {
	height:400px !important;}

#content .h460 .text {
	height:460px !important;}

#content .h370 .text {
	height:370px !important;}

#content .h360 .text {
	height:360px !important;}

#content .text_c {
	padding:40px 60px 45px 45px;
	height:293px;
	background:#fff;
	border-radius:10px;
	width:calc(50% + 30px);
	display:flex;
	align-items:center;}

#content .reverse .text_c {
	padding:40px 45px 45px 60px;}

#content .m60 {
	margin-bottom:120px;}

#content .text_c h4 {
	margin:0 30px 0 0px;
	text-align:left;}

#content .text_c ul {
	column-count:1;
	border-top:none;
	padding:0px 0 10px 0px;
	position:relative;
	bottom:5px;}

#content img {
	z-index:5;
	border-radius:10px;}

#content .image1 {
	position:absolute;
	right:0;
	top:0;
    bottom: 0;
    margin: auto;
	display:flex;
	align-items:center;}

#content .image2 {
	position:absolute;
	left:0;
	top:0;
    bottom: 0;
    margin: auto;
	display:flex;
	align-items:center;}

#content h3 {
	margin-bottom:30px;}

#content h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px; /* 下線の上下位置調整 */
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	width: 45px;
	height: 2px;
	background-color: #00a0da;}

#content h4 {
	margin:30px auto 5px auto;
	font-weight:500;}

#content ul {
	text-align:left;
	column-count:2;
	column-width: auto;
	border-top:1px solid #999;
	padding:10px 0 10px 0px;}

#content  ul.c2 {
	column-count:1 !important;}

#content li {
	padding:5px 0;}

#content li::before {
	content:"・";
	vertical-align:top;
	font-weight:600;
	color:#00a0da;
	font-size:1.2em;}

#content .lead {
	clear:left;
	display:inline-block;}

#content .ex span,
#content .ex2 span  {
	border-bottom:2px solid #00a0da;}


/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#content .inner {
	display:block;
	width:100%;}

#content .text {
	width:calc(100% - 60px);
	padding:30px 25px 30px 20px;
	margin:0 auto;}

#content .image1 {
	position:static;
	margin-top:30px;}

#content .image2 {
	position:static;
	margin-top:30px;}

#content img {
	width:calc(100% - 60px);
	height:auto;
	margin:0 auto;}

#content .text_c {
	width:calc(100% - 60px);
	padding:30px 20px 30px 25px;
	height:auto;
	margin:0 auto;
	display:block;}

#content .reverse .text_c {
	padding:30px 20px 30px 25px;}

#content .text_c h4 {
	margin:0 0 30px 0;
	text-align:center;}

#content .text_c ul {
	border-top:none;
	padding:0;}

#content .m60 {
	margin-bottom:60px;}

}


/************************************
** ④利用料金
************************************/

#charge {
}

/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#charge .lead {
	text-align:left;
	width:calc(100% - 60px);}

#charge .lead br {
	display:none;}

}


/************************************
** ⑤利用方法
************************************/

#howto {
	background:#f7f5f2;}

#howto .box {
	background:#00a0da;
	width:calc(950px * 0.85);
	margin:0 auto;
	height:220px;
	border-radius:10px;
	padding:30px 30px 30px 0px;
	display:flex;
	position:relative;}

#howto .number {
	width:70px;
	height:70px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	top:-10px;
	left:-10px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family: 'Belgrano', serif;
	color:#a8a8a8;
	font-size:1.2em;}

#howto .phase {
	width:35%;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;}

#howto h3 {
	font-weight:500;
	font-size:1.2em;
	line-height:1.3em;}

#howto .step {
	font-family: 'Belgrano', serif;
	display:block;
	font-size:0.8em;
	display:block;
	position:relative;
	margin-bottom:20px;}

#howto .step:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px; /* 下線の上下位置調整 */
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	width: 15px;
	height: 2px;
	background-color: #fff;}

#howto .text {
	background:#fff;
	border-radius:10px;
	padding:30px;
	width:65%;
	display:flex;
	align-items:center;}

#howto .inner p {
	margin-top:0;}

#howto img {
	margin:15px auto;}

#howto .night p.lead{
	line-height:1.5em;
	font-weight:500;}


/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#howto .box {
	width:calc(100% - 60px);
	height:auto;
	display:block;
	padding:30px 15px 15px 15px;}

#howto .phase {
	width:100%;}

#howto .text {
	width:100%;
	margin-top:30px;
	padding:15px 15px 15px 25px;}

#howto .night p.lead{
	margin-top:50px;}

#howto .left {
	text-align:left !important;
	width:85%;
	margin:0 auto;}
}

/************************************
** 夜間介護②対象者
************************************/

#target .inner2 {
	display:flex;
	justify-content:center;
	width:950px ;
	margin:0 auto;
	justify-content:space-between;}

#target .square {
	width:300px;
	height:350px;
	border-radius:10px;
	border:2px solid #00a0da;
	display:flex;
	justify-content:center;
	align-items:center;}

#target .square h3 {
	margin-top:0px !important;}

#target .square div {
	height:13em;}

#target .square p {
	margin-bottom:10px;
	line-height:1.7em;}

#target .notes {
	font-size:0.9em;
	line-height:1.5em;
	text-align:center;
	margin-top:30px;}

#target .m_none {
	margin-top:0 !important;
	position:relative;
	bottom:7px;}

/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#target .inner2 {
	display:block;
	width:100%;}

#target .square {
	width:350px;
	height:auto;
	margin:0 auto 20px auto;}

#target .square div {
	height:auto;
	margin:90px auto 15px auto;}

#target h3 {
	bottom:55px;}

}

/************************************
** 夜間介護③サービス
************************************/

#content .ex2 {
	text-align:center;}

#content .ex2 span {
	margin-top:25px;
	margin-bottom:8px;
	display:inline-block;}

#content span.br2{
	margin-top:0 !important;
	margin-bottom:0 !important;
	display:inline !important;
	border:none;}

#content .exclude {
	text-decoration:underline wavy #00a0da;}

#content .arrow_b {
	position:relative;
	top:2px;}

/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#content .n360 .text {
	height:330px !important;}

}

/************************************
** 夜間介護⑥メッセージ
************************************/

#n_massege .b_back {
	background:#00a0da;
	border-radius:10px;
	display:flex;
	width:950px;
	margin:0 auto;
	align-items:center;}

#n_massege .m_profile {
	width:40%;}

#n_massege .b_circle {
	background:#fff;
	width:300px;
	height:300px;
	border-radius:50%;
	margin:0 auto;}

#n_massege .m_profile img {
	width:250px;
	height:auto;}

#n_massege .m_name {
	width:300px;
	height:130px;
	border-radius:10px;
	background:#f7f5f2;
	font-size:0.8em;
	line-height:1.7em;
	margin:30px auto 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow: column;}

#n_massege .m_name span{
	font-size:1.2em;
	font-weight:700;
	margin-top:8px;}

#n_massege .m_name a {
	color:#00a0da;
	font-weight:500;
	font-size:1.2em;
	margin-top:12px;}

#n_massege .m_comment {
	width:60%;
	background:#f7f5f2;
	border-radius:10px;
	margin:30px;
	padding:40px;}

#n_massege .m_comment p {
	margin-bottom:25px;}

#n_massege .m_comment p:last-child {
	margin-bottom:0;}

.night {
	border-top:none !important;}


/* 599px以下の場合 */
@media screen and (max-width: 599px) {

#n_massege .b_back {
	display:block;
	width:100%;
	padding-bottom:5px;
	padding-top:35px;}

#n_massege .m_profile {
	width:80%;
	margin:0 auto;}

#n_massege .m_profile img {
	width:270px;
	height:auto;
	position:relative;
	bottom:15px;}

#n_massege .m_name {
	width:290px;
	margin:45px auto 0 auto;}

#n_massege .m_comment {
	width:95%;
	margin:30px auto;
	padding:20px;}
