@charset "UTF-8";

/*---------------privacy----------------*/

.privacy_area{
	width: 70%;
	margin: 30px auto;
	font-size: 1.1rem;
}
.privacy_area h3{
	font-size: 1.2rem;
	color: rgba(0,12,94,1.00);
	font-weight: 700;
	margin: 20px 0 10px;
}
.pr_black{
	color:#000;
	font-weight: 700;
}
.pr_sig{
	text-align: right;
	font-size: 1.1rem;
}
.pr_sig span{
	font-size: 1.2rem;
}
@media screen and (max-width:480px){
.privacy_area{
	width: 90%;
	margin: 30px auto;
	font-size: 1.0rem;
}
.privacy_area h3{
	font-size: 1.2rem;
	color: rgba(0,12,94,1.00);
	font-weight: 700;
	margin: 20px 0 10px;
}
.pr_black{
	color:#000;
	font-weight: 700;
}
.pr_sig{
	text-align: right;
	font-size: 1.1rem;
}
.pr_sig span{
	font-size: 1.2rem;
}
}
/*---------------contact----------------*/

.contact_main{
	width: 80%;
	margin: 30px auto;
}

.contact_top{
	width: 100%;
	margin: 40px auto 30px;
	text-align: center
}
.contact_top a{
	color: rgba(0,12,94,1.00);
	font-weight: 700;
}
.contact_top span{
	font-size: 1.2rem;
	color: rgba(0,12,94,1.00);
	margin-bottom: 10px;
	font-weight: 700;
}
@media screen and (max-width:900px){
.contact_main{
	width: 100%;
	margin: 30px auto;
}
.contact_top{
	width: 80%;
	margin: 40px auto 30px;
	text-align: center
}
}
@media screen and (max-width:480px){
.contact_main{
	width: 100%;
	margin: 20px auto;
}

.contact_top{
	width: 90%;
	margin: 30px auto 20px;
	text-align: center
}	
}
/*---------------概要・アクセス-----------------------*/
.top_sub_ttl{
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 11em;
	margin: 30px auto;
	padding: 3px 0;
	background-color: #00a9d9;
	border-radius: 30px;
}

.profile_area{
	width: 80%;
	margin: 40px auto 10px;
	font-size: 1.1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.profile_1{
	width: 36%;
}
.profile_2{
	width: 60%;
	display: flex;
	flex-direction: column;
}
.profile_2_ttl{
	width: 100%;
	margin: 0 0 20px 0;
	color: #00a8c3;
	font-size: 1.6rem;
	font-weight: 600;
}

.profile_3{
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.profile_3_ttl{
	width: 25%;
	margin: 0 0 10px 0;
}
.profile_3_name{
	font-size: 1.3rem;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
.profile_col{
	color: #95cee4;
}
.outline_logo{
	width: 30%;
	margin: 50px auto 40px;
}
.outline_area{
	width: 70%;
	margin: 40px auto 60px;
	font-size: 1.1rem;
}
.outline_area dl{
	width: 100%;
	padding: 15px 0 ;
	border-bottom: 1px solid #4b7c8f;
	display: flex;
	flex-direction: row;
}

.outline_area dt{
	width: 7em;
	font-weight: 700;
	color: #4b7c8f;
	
}
.outline_area dd{
	width: calc(100% - 8em);
}


/*-------------------アクセス-----------------------*/
.access_area{
	width: 70%;
	margin: 30px auto;
	font-size: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.access_item_1{
	width: 70%;
}
.access_item_2{
	width: 27%;
	display: flex;
	flex-direction: column;
	margin-top: 45px;
}
.access_item_photo{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.access_item_photo_txt{
	position: absolute;
	bottom:10px;
	left:10px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
}
.acces_gmap{
	width: 70%;
	border:2px solid #00125d;
	margin: 20px auto 60px;

}
@media screen and (max-width:900px){
/*---------------概要・アクセス-----------------------*/
.top_sub_ttl{
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 11em;
	margin: 30px auto;
	padding: 3px 0;
	background-color: #00a9d9;
	border-radius: 30px;
}

.profile_area{
	width: 80%;
	margin: 30px auto;
	font-size: 1.0rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.profile_1{
	width: 50%;
	margin: 0 0 20px 50%;
}
.profile_2{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.profile_2_ttl{
	width: 100%;
	margin: 0 0 20px 0;
	color: #00a8c3;
	font-size: 1.6rem;
	font-weight: 600;
}

.profile_3{
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: 0 auto 30px;
}
.profile_3_ttl{
	width: 25%;
	margin: 0 0 10px 0;
}
.profile_3_name{
	font-size: 1.3rem;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
.profile_col{
	color: #95cee4;
}
.outline_logo{
	width: 30%;
	margin: 50px auto 40px;
}
.outline_area{
	width: 70%;
	margin: 40px auto 60px;
	font-size: 1.1rem;
}
.outline_area dl{
	width: 100%;
	padding: 15px 0 ;
	border-bottom: 1px solid #4b7c8f;
	display: flex;
	flex-direction: row;
}

.outline_area dt{
	width: 7em;
	font-weight: 700;
	color: #4b7c8f;
	
}
.outline_area dd{
	width: calc(100% - 8em);
}

.access_area{
	width: 80%;
	margin: 40px auto 30px;
	font-size: 0.9rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.acces_gmap{
	width: 80%;
	border:2px solid #00125d;
	margin: 20px auto 60px;

}
}
@media screen and (max-width:480px){
/*---------------概要・アクセス-----------------------*/
.top_sub_ttl{
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 15em;
	margin: 30px auto;
	padding: 0;
	background-color: #00a9d9;
	border-radius: 30px;
}

.profile_area{
	width: 90%;
	margin: 10px auto;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.profile_1{
	width: 70%;
	margin: 0 auto 20px;
}
.profile_2{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.profile_2_ttl{
	width: 100%;
	margin: 0 0 10px 0;
	color: #00a8c3;
	font-size: 1.15rem;
	font-weight: 600;
}

.profile_3{
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 20px auto 30px;
}
.profile_3_ttl{
	width: 45%;
	margin: 10px 0 0;
}
.profile_3_name{
	font-size: 1.2rem;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
.profile_col{
	color: #95cee4;
}

.outline_area{
	width: 85%;
	margin: 0 auto 40px;
	font-size: 1.0rem;
}
.outline_area dl{
	width: 100%;
	padding: 15px 0 ;
	border-bottom: 1px solid #4b7c8f;
	display: flex;
	flex-direction: column;
}

.outline_area dt{
	width: 7em;
	font-weight: 700;
	color: #4b7c8f;
	
}
.outline_area dd{
	width: 100%
	}
.access_area{
	width: 85%;
	margin: 20px auto 0;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.access_item_1{
	width: 100%;
}
.access_item_2{
	width: 80%;
	display: flex;
	flex-direction: column;
	margin: 20px auto;
}
.access_item_photo{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.access_item_photo_txt{
	position: absolute;
	bottom:10px;
	left:10px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
}
.acces_gmap{
	width: 85%;
	border:2px solid #00125d;
	margin: 0 auto 30px;

}
}
/*---------------------業務内容----------------------*/

.service_area{
	width: 80%;
	margin: 40px auto;
	border-bottom: 1px solid #002c5f;
	font-size: 1.1rem;
	padding-bottom: 50px;
}
.service_area2{
	width: 80%;
	margin: 40px auto 0;
	font-size: 1.1rem;
	padding-bottom: 50px;
}
.service_area_col{
	color: #006da4;
}
.service_main_ttl_1{
	font-size: 2.0rem;
	color: #002c5f;
	font-weight: 700;
	margin: 30px 0 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.service_main_ttl_2{
	font-size: 1.9rem;
	line-height: 2.4rem;
	color: #002c5f;
	font-weight: 700;
	margin: 30px 0 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.service_main_ttl_1 img{
	width: 70px;
	margin-right: 10px;
}
.service_main_ttl_2 img{
	width: 80px;
	margin-right: 10px;
}
.service_sub_ttl{
	width: 14rem;
	list-style: 1rem;
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
	padding: 3px 0 1px 20px;
	background-color: rgba(0,168,215,1.00);
	border-radius: 30px;
	margin: 40px 0 20px;
}
.service_head{
	color: #006da4;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 20px;
}
.service_cost{
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 20px 0 20px;
}
/*--------------代行の流れ-----------------------
---------------------------------*/
.schedule_area{
	width: 70%;
	margin: 0 auto;
}
.schedule_ttl{
	width: 60%;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
	background-color: rgba(225,175,63,1.00);
	border-radius: 40px;
	margin: 30px auto;
}
.schedule_box{
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.schedule_box_item{
	width: 31%;
	margin: 30px 0 0;
	position: relative;
	padding: 50px 20px 30px;
	font-size: 1.1rem;
	background-color: #FFF6D0;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.schedule_box_item span{
	color: #0095b7;
}
.schedule_box_icon{
	position: absolute;
	width: 60px;
	top:-20px;
	left1:0px;
}
.schedule_box2{
	width: 100%;
	margin: 30px 0 40px;
	position: relative;
	padding: 50px 20px 30px;
	font-size: 1.1rem;
	background-color: #FFF6D0;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.schedule_box2 span{
	color: #0095b7;
}
@media screen and (max-width:900px){

/*--------------代行の流れ-----------------------
---------------------------------*/
.schedule_area{
	width: 80%;
	margin: 0 auto;
}
.schedule_ttl{
	width: 70%;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 8px 0;
	background-color: rgba(225,175,63,1.00);
	border-radius: 40px;
	margin: 30px auto;
}
.schedule_box{
	width: 100%;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.schedule_box_item{
	width: 100%;
	margin: 40px 0 30px;
	position: relative;
	padding: 50px 20px 30px;
	font-size: 1.1rem;
	background-color: #FFF6D0;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.schedule_box_item span{
	color: #0095b7;
}
.schedule_box_icon{
	position: absolute;
	width: 60px;
	top:-20px;
	left1:0px;
}
.schedule_box2{
	width: 100%;
	margin: 0 0 40px;
	position: relative;
	padding: 50px 20px 30px;
	font-size: 1.1rem;
	background-color: #FFF6D0;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
}
@media screen and (max-width:480px){
.service_area{
	width: 90%;
	margin: 20px auto;
	border-bottom: 1px solid #002c5f;
	font-size: 1.0rem;
	padding-bottom: 50px;
}
.service_area2{
	width: 90%;
	margin: 20px auto 0;
	font-size: 1.1rem;
	padding-bottom: 50px;
}
.service_area_col{
	color: #006da4;
}
.service_main_ttl_1{
	font-size: 1.3rem;
	color: #002c5f;
	font-weight: 700;
	margin: 20px 0 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.service_main_ttl_2{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #002c5f;
	font-weight: 700;
	margin: 30px 0 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.service_main_ttl_1 img{
	width: 50px;
	margin-right: 10px;
}
.service_main_ttl_2 img{
	width: 50px;
	margin-right: 10px;
}
.service_sub_ttl{
	width: 14rem;
	list-style: 1rem;
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
	padding: 3px 0 1px 20px;
	background-color: rgba(0,168,215,1.00);
	border-radius: 30px;
	margin: 40px 0 20px;
}
.service_head{
	color: #006da4;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 20px;
}
.service_cost{
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 20px 0 20px;
}
/*--------------代行の流れ-----------------------
---------------------------------*/
.schedule_area{
	width: 80%;
	margin: 0 auto;
}
.schedule_ttl{
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
	background-color: rgba(225,175,63,1.00);
	border-radius: 40px;
	margin: 30px auto;
}
.schedule_box{
	width: 100%;
	margin: 40px auto 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.schedule_box_item{
	width: 100%;
	margin: 20px auto;
	position: relative;
	padding: 50px 20px 30px;
	font-size: 1.1rem;
	background-color: #FFF6D0;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.schedule_box_item span{
	color: #0095b7;
}
.schedule_box_icon{
	position: absolute;
	width: 60px;
	top:-20px;
	left1:0px;
}
.schedule_box2{
	width: 100%;
	margin: 0 0 40px;
	position: relative;
	padding: 50px 20px 30px;
	font-size: 1.1rem;
	background-color: #FFF6D0;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
}