@charset "UTF-8";
/* about_CSS Document */


/**************************************************************************************************

■ menu 共通 設定

**************************************************************************************************/

/* noindent */
.content_inner p.noindent {
	text-indent:0;
}

/* margin-bottom */
.content_inner .mb0 {
	margin-bottom: 0;
}
.content_inner .mb10 {
	margin-bottom: 10px;
}
.content_inner .mb20 {
	margin-bottom: 20px;
}
.content_inner .mb30 {
	margin-bottom: 30px;
}
.content_inner .mb40 {
	margin-bottom: 40px;
}

/* p em */
.content_inner p em {
	font-style: normal;
	font-weight: bold;
}

.address_block{
	border:solid 2px #82CDD0;
	padding:20px;
}

.address_block span{
	font-weight: bold;
}


/**************************************************************************************************

■ menu index 設定

**************************************************************************************************/




/**************************************************************************************************

■ menu recruitment 設定

**************************************************************************************************/
/* pdf_link_box */
.content_inner .pdf_link_box p {
	float: left;
	line-height: 47px; /* 画像の縦幅 */
	margin-right: 10px;
	margin-bottom: 0;
}

.recruit_flow{
	background: rgba(130,205,208,.4);
	padding:20px;
	margin-bottom: 20px;
}

.recruit_flow p{
	background: rgba(130,205,208,1);
	padding:10px;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}


.recruit_flow ol{
	margin-left: 20px;
}

.recruit_flow li{
	margin-bottom: 10px;
}


/* destination_box */
.content_inner .destination_box {
	border: 1px solid #82CDD0;
	text-align: center;
	margin-bottom: 20px;
}
.content_inner .destination_box p {
	margin: 10px auto;
}

/* list */
ul.destination_list {
	margin-left:20px;
	margin-bottom: 20px;
}
ul.destination_list li {
	list-style-type: disc;
}

/* alert_txt */
.content_inner p span.alert_txt {
	color: red;
}


/**************************************************************************************************

■ menu sitemap 設定

**************************************************************************************************/
/* sitemap_wrap */
.content_inner .sitemap_wrap .left_box {
	float: left;
	width: 260px;
}
.content_inner .sitemap_wrap .right_box {
	float: right;
	width: 260px;
}
.content_inner .sitemap_wrap p {
	background: #82CDD0;
	font-size: 14px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.content_inner .sitemap_wrap p.title_link {
	margin-bottom: 25px;
}
.content_inner .sitemap_wrap p a {
	color: white;
}
.content_inner .sitemap_wrap ul {
	margin-bottom: 20px;
	margin-left:20px;
}
.content_inner .sitemap_wrap ul li {
	margin-bottom: 5px;
}


/**************************************************************************************************

■ menu privacypolicy 設定

**************************************************************************************************/
/* list */
ol.privacy_num_list {
	margin-left:20px;
}


