@charset "utf-8";




/******************************************************************************
/* タイトル設定
******************************************************************************/

h4 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 110%;
	line-height: 110%;
	font-weight:600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #76CB5C;
}

h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #76CB5C;
}

span.red {
	display: block;
	font-weight: 600;
	color: #BB0931;
	padding-bottom: 20px;
	font-size: 110%;
}

span.blue {
	font-weight: 600;
	color: #1796A4;
}



/******************************************************************************
/* コメントボックス
*******************************************************************************/


.box01_list {
	display: flex;
	width: 100%;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 30px;
	margin-bottom: 80px;
}



.box01 {
	display: flex;
	width: 100%;
	border: solid 1px #76CB5C; 
	text-align: left;
}


.box01_left {
	padding: 10px;
	text-align: center;
	background-color: #76CB5C;
	color: #ffffff;
}

.box01_right {
	padding: 10px;
	text-align: left;
}


.box01 ol.number {
	margin-top: 0px;
	padding-left: 30px;
	list-style-type: decimal;

}

.box01 .number li {
	margin-bottom: 10px;

}

.box01 ol.number2 {
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;

}


.box01 ul.number {
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: disc;

}



/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {
	position: relative;
	display: block;
	padding: 20px 20px 0px 20px;
	border: 1px dotted #bdc3c7;
	color: #000000;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 100%;
	line-height: 1.5;

}

.ttlTombo:before,
.ttlTombo:after,
.ttlTombo > span:before,
.ttlTombo > span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/imgcorner.png) 0 0 no-repeat;
}

.ttlTombo:before {
	top: -1px;
	left: -1px;
	transform: rotate(0deg);
}
.ttlTombo:after {
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.ttlTombo > span:before {
	bottom: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.ttlTombo > span:after {
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}



.ttlTombo p {
	font-weight: 500;
	padding-bottom: 10px;


}

.ttlTombo p.contact2 {
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 110%;
	color: #BB0931;

}


/******************************************************************************
/* ヘッダー設定
******************************************************************************/


.middle_menu01_image{
	position: relative;
	width:100%;
	height:200px;
	margin-bottom: 80px;
	z-index: 1;
}




/****************************************************************************************
/* ページタイトル設定
****************************************************************************************/




.obi {
	position: absolute;
	bottom: 0%;
	left: 2.5%;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 50px; 
	z-index: 1000;
	background-color: #ffffff;
	animation-name: anime1;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
	text-align: center;
}

@keyframes anime1 {
  0% {
    width: 330px;
    height: 0px;
  }

  100% {
    width: 330px;
    height: 50px;
    background-color: #ffffff;
  }
}


.obi_in {
	position: absolute;
	bottom: 0%;
	left: 0%;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 35px; 
	z-index: 1000;
	background-color: #ffffff;
	animation-name: anime2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	text-align: center;
}

.obi_in img {
	width: auto;
	height: 35px;
}

@keyframes anime2 {
  0% {
    width: 330px;
    height: 0px;
  }

  100% {
    width: 330px;
    height: 35px;
	opacity: 1;

  }
}



.service_title01_area_in_image {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	margin: 0px auto 0;
	text-align: center;
	opacity: 0;
	width:100%;
	height: 200px;
	object-fit: cover;
	background-color: #ffffff;
	animation-name: anime3;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;

}


@keyframes anime3 {
  0% {
	opacity: 0;

  }

  100% {

	opacity: 1;

  }
}


/********************************************************************************************************
/* ステップボックス1
*********************************************************************************************************/


.step {
	margin: 0px auto 0 auto;
	width: 100%; 
	padding-top: 0px;
	padding-bottom: 0px;
}

.step_left {
	float: left;
	width: 35%;
	text-align: left;
	margin-right: 3%;
}

.step_right {
	float: right;
	width: 62%;
	text-align: left;
	padding-top: 35px;
	font-size: 90%;

}

.step_right2 {
	display: block;
	float: right;
	width: 62%;
	text-align: left;
	margin-top: 0px;
	font-size: 90%;

}

.step_right3 {
	display: block;
	float: right;
	width: 62%;
	text-align: left;
	padding-top: 0px;
	font-size: 90%;

}



/********************************************************************************************************
/* ボックスデザイン1
*********************************************************************************************************/

.mybox{
	background-color: #fff;	/* 背景色 */
	border: 1px solid #5579B2;	/* 線の太さ・種類・色 */
	margin: 40px 5px 5px 20px;	/* 外側の余白 上・右・左・下 */
	padding: 25px 20px 25px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
	text-align: center;
}
.mybox:before{
	background-color: #5579B2;	/* 吹き出し背景色 */
	color: #fff;	/* 吹き出し文字色 */
	content: 'STEP 01';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox:after{
	border-top: 10px solid #5579B2;		/* 吹き出し三角部分の色 */
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}


/********************************************************************************************************
/* ボックスデザイン2
*********************************************************************************************************/

.mybox2{
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: center;
}
.mybox2:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 02';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox2:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox2 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}


/********************************************************************************************************
/* ボックスデザイン3
*********************************************************************************************************/

.mybox3{
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: center;
}
.mybox3:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 03';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox3:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox3 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}



/********************************************************************************************************
/* ボックスデザイン4
*********************************************************************************************************/

.mybox4{
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: center;
}
.mybox4:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 04';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox4:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox4 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}



/********************************************************************************************************
/* ボックスデザイン5
*********************************************************************************************************/

.mybox5 {
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: center;
}
.mybox5:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 05';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox5:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox5 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}


/********************************************************************************************************
/* ボックスデザイン5
*********************************************************************************************************/

.mybox6 {
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: center;
}
.mybox6:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 06';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox6:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox6 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}



/********************************************************************************************************
/* ボックスデザイン5
*********************************************************************************************************/

.mybox7 {
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: center;
}
.mybox7:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 07';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox7:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox7 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}



/********************************************************************************************************
/* 矢印1
*********************************************************************************************************/

.arrow3{
	width: 26px;
	margin: 0px auto 0;
}
.arrow3::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	background: #8EA5CB;
}
.arrow3::after{
	content: "";
	display:block;
	border-top: 30px solid #8EA5CB;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}





/******************************************************************************
/* 加入までの流れ設定
******************************************************************************/


.flex-release_comment{
	margin:50px auto 80px auto;
	width:100%;

}


.flex-release_comment {
  display: flex;
}

.flex-release_comment .flex-1 { flex: 1; }

.flex-release_comment .flex-2 {
	flex: 1; 
	margin-top:30px;
	margin-left:30px;
	margin-bottom: 1px;
	background-color: #ffffff;
	text-align: justify;

}

.flex-release_comment .flex-3 {
	flex: 1; 
	margin-left:30px;

}


.flex-release_comment .flex-1 img {
	width:100%;
	height: auto;
}

.flex-release_comment .flex-3 img {
	width:100%;
	height: auto;

}

/******************************************************************************
/* バックボックス設定
*******************************************************************************/



.back_box {
	margin: 50px auto 0px auto;
	width: 100%;
	text-align: right;

}





/******************************************************************************
/* 戻るボタン設定
*******************************************************************************/


.datafile_button {
	display: inline-block;
	height: 50px;
	width: 200px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.datafile_button:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.datafile_button span {
	display: block;
	font-size: 70%;
	font-weight: 700;
	margin-top: 5px;
}

.datafile_button p {
	font-size: 100%;
	font-weight: 700;
	margin-top: 0px;
	margin-left: 0px;
}



/******************************************************************************
/* マップ設定
*******************************************************************************/


#mapcontainer {
	margin: 20px auto 20px auto;


}




/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}







}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 600px)  {



/******************************************************************************
/* コメントボックス
*******************************************************************************/


.box01_list {
	display: block;
	width: 100%;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 30px;
	margin-bottom: 80px;
	flex-wrap: wrap;
}



.box01 {
	display: block;
	width: 100%;
	border: solid 1px #76CB5C; 
	text-align: left;
}




/********************************************************************************************************
/* ステップボックス1
*********************************************************************************************************/


.step {
	margin: 0px auto 0 auto;
	width: 100%; 
	padding-top: 0px;
	padding-bottom: 0px;
}

.step_left {
	float: left;
	width: 100%;
	text-align: left;
	margin-right: 0%;
	display: block;
}

.step_right {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 35px;
	font-size: 90%;
	display: block;

}

.step_right2 {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	font-size: 90%;

}

.step_right3 {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	font-size: 90%;

}











}
