@charset "UTF-8";



/* ----------------------------------------------------
basic style of NewLifeSupport2020
author: HPG_ogiwara
version: July 2019
----------------------------------------------------- */



/* -------------------------------------------------- *
 * 追加
 * -------------------------------------------------- */
h3 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.7;
}
h4 {
	font-size: 23px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.7;
}
div.caption h4 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 16.5px;
    line-height: 1.2;
}
h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.7;
}
@media screen and (max-width: 768px){
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}
}
span.ind {					/* spanブロック化 */
	display: block;
	text-indent: 1em;
}
/* 吹き出しfont */
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
/* 吹き出しの人型icon */
.faceicon {
/*    float: right;
    margin-left: -4em;*/
    text-align: center;
}
.faceicon:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    content: "\f2bd";
    font-size: 250%;
    color: #555555;
}
.faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
/* 背景 */
.module {
	margin: 0 -10px;
}
.content_inner{
	padding:20px 30px;
}
@media screen and (max-width: 768px){
	.content_inner{
		padding:10px;
	}
}
.btn.gallery {
	margin: 0 5px 10px 5px;
}
.just {
	text-align: justify;
}
.center-line {
	width: 90px;
	height: 5px;
	display: block;
	margin: 10px auto 30px auto;
	border-bottom: 1px solid #25CBF5;
	border-top: 1px solid #25CBF5;
}
/* contact 調整 */
.contact {
	padding: 0.8em 2em;
}
@media screen and (max-width: 768px){
	.contact {
		padding: 0.8em 1em;
	}
}

.thumbnail .caption {
    padding: 9px 5px;
    color: #333;
}

/* -------------------------------------------------- *
 * fukidashi
 * -------------------------------------------------- */
 
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 0.5em 0.5em 2em 0.5em;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #ffff;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffff;
}
.fukidashi_bottom.lightblue {
	background: #e1f0fa;
}
.fukidashi_bottom.lightblue:before {
	border-top: 15px solid #e1f0fa;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #ffff;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffff;
}
.fukidashi_right1 {
	position: relative;
	display: inline-block;
	margin: 0px -0px 0 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #ffff;
	border-radius: 15px;
	text-align: justify;
}
.fukidashi_right1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ffff;
}
.fukidashi_right1.lightblue {
	background: #e1f0fa;
}
.fukidashi_right1.lightblue:before {
	border-left: 15px solid #e1f0fa;
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	background: #ffff;
	border-radius: 15px;
	text-align: justify;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ffff;
}
.fukidashi_non {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 14px;
	background: #fff;
 	box-sizing: border-box;
    border-radius: 15px;
}
.fukidashi_non:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
}
.fukidashi_non.lightblue {
	background: #e1f0fa;
}


/* -------------------------------------------------- *
 * border　追加
 * -------------------------------------------------- */
.border_bottom_dot {
	border-bottom: 4px dotted #4E8AC9;
	margin: 0 10px 0px 10px;
}
.border_bottom_dot2 {
	border-bottom: 2px dotted #4E8AC9;
	margin: 0 0px 0px 10px;
}



/* -------------------------------------------------- *
 * リストの数字変更
 * -------------------------------------------------- */
ol{
counter-reset:number; /* 名前を付けたカウンターをリセット */
list-style:none; /* olが数字を付けることをキャンセル */
margin:0;
padding:0;
}

.ex01 li {
line-height: 2;
margin-bottom: 0.4em;
text-indent:-2.2em;
padding-left:1.9em;


}
.ex01 li:before {
counter-increment: number;
content: counter(number);
background: #FBB4AD;
display: inline-block;
width: 1.9em;
height: 1.9em;
text-align: center;
border-radius: 50%;
color: #fff;
margin-right: .3em;
text-indent: -1.9em; 
padding-left:1.9em;
}



/* -------------------------------------------------- *
 * photo caption
 * -------------------------------------------------- */

.photo-grid-item {
    margin: 0 0 20px;
}
.photo-grid-item .photo-item-thumb {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
}
.btn-dark {
	background-color: #111;
    border-color: #111;
    color: #fff;
    display: block;
    width: 100%;
	line-height: 1.5;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    border-width: 2px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 5px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
