@charset "UTF-8";

/*wrapper > frame > column > box > cont*/
@media screen and (min-width:0px) and (max-width:767px) {
	body {
		background-color: #fff !important;
		position: relative;
		min-width: 300px;
		padding-top: 75px;
	}
	/*wrapper*/
	/*******************************************/
	#breadcrumbs_wrapper,
	#main_wrapper,
	#footer_wrapper,
	#footer_navi_wrapper,
	#top_card_wrapper1,
	#top_card_wrapper2,
	#top_card_wrapper3,
	#main_visual_wrapper,
	#sub_visual_wrapper,
	#news_wrapper {
		width: 100%;
		padding: 0;
	}
	#header_wrapper {
		position: relative;
		z-index: 1000;
	}
	#footer_wrapper {}
	#breadcrumbs_wrapper {
		background-color: #5dbfcd;
		padding: 10px;
	}
	#main_wrapper {}
	#top_card_wrapper1 {
		width: 100%;
	}
	#main_visual_wrapper {
		margin-bottom: 0;
	}
	#main_visual_wrapper img {
		height: auto;
	}
	#sub_visual_wrapper {
		background-position: center bottom;
		background-size: auto 26%;
		background: url("../images/common/sub-visual_back.png") no-repeat center center;
	}
	#main_visual_wrapper {
		background-position: center bottom;
		background-size: auto 60px;
	}
	/*frame*/
	/*******************************************/
	#header_frame,
	#main_frame,
	#main_frame02,
	#main_frame03,
	#footer_frame,
	#footer_bnn_frame,
	#footer_navi_frame,
	#main_visual_frame,
	#sub_visual_frame,
	#news_frame {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#header_frame {
		padding: 5px 0px 0px;
		background-color: rgba(255, 255, 255, 0.9);
		height: 75px;
		z-index: 1000;
		position: fixed;
		top: 0;
		/*border-top: 0px solid #5dbfcd;*/
		border-bottom: 5px solid #50a3aa;
		border-bottom: 5px solid #5dbfcd;
	}
	#sub_visual_frame {
		background: url('../images/common/sub-visual-logo.svg') left 10px center / 30% no-repeat,
			url('../images/common/sub-visual-line.svg') right bottom/75% no-repeat,
			url('../images/common/sub-visual-back.png') right bottom/75% no-repeat;
	}
	#main_frame {
		padding: 10px 0px 0px 0px;
	}
	#main_frame02 {
		padding: 75px 0px 0px 0px;
	}
	#footer_frame {
		color: #fff;
		padding: 20px 0px 20px;
	}
	#breadcrumbs_frame {
		padding: 0 20px;
	}
	#main_visual_frame {
		max-width: inherit;
		overflow: hidden;
	}
	#main_top_frame {
		padding: 40px 20px;
		background-color: #fff;
	}
	#sub_visual_frame {
		position: relative;
		overflow: hidden;
		height: 100px;
	}
	/*column*/
	/*******************************************/
	.main_one_column {
		margin: 15px 15px 10px;
	}
	.main_contents_column {
		display: block;
		width: 100%;
		padding: 50px 10px 20px;
	}
	@media screen and (max-width:480px) {
		.main_contents_column {}
		#main_visual_wrapper {
			background-size: auto 40px;
		}
	}
	/*Element*/
	/*******************************************/
	/*[ロゴ]*/
	/*******************************************/
	.header_logo_box {
		position: absolute;
		width: 200px;
		height: 50px;
		top: 60%;
		left: 10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: block;
		z-index: 100 !important;
	}
	@media screen and (max-width:400px) {
		.header_logo_box {
			width: 180px;
			height: 45px;
		}
	}
	.header_logo_box img {
		width: 100%;
		height: auto;
		display: block;
	}
/*******************************************/
/*[パンクズ]*/
.breadcrumbs-list {
	display: block;
	overflow-scrolling: touch;
	overflow-x: scroll;
	word-break: keep-all;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	white-space: nowrap;
	padding: 14px 10px 9px 10px;
	font-size: 12px;
}
.breadcrumbs-list::-webkit-scrollbar {
	display: none;
}
.breadcrumbs-list li {
	display: inline;
	padding-right: 20px;
	flex: 0 0 40%;
	font-weight: bold;
	color: #fff;
}
.breadcrumbs-list li a {
	font-weight: bold;
	color: #fff;
}
.breadcrumbs-list li:not(:last-child) {
	position: relative;
	padding-right: 40px;
	white-space: nowrap;
}
.breadcrumbs-list li:not(:last-child)::after {
	content: ">";
	display: block;
	position: absolute;
	width: 9px;
	height: 15px;
	top: 0px;
	right: 15px;
}
/*[フッター]*/
/*[ページ内リンク]*/
/*******************************************/
span#c01,
span#c02,
span#c03,
span#c04,
span#c05,
span#c06,
span#c07,
span#c08,
span#c09,
span#c10,
span#c11,
span#c02-01,
span#c02-02,
span#c02-03,
span#c02-04,
span#c02-05,
span#c02-06,
span#c02-07,
span#c02-08,
span#c02-09,
span#c02-10,
span#c03-01,
span#c03-02,
span#c03-03,
span#c03-04,
span#c03-05 {
	position: relative;
	display: block;
	top: -90px;
	left: 0;
}
.pc_only {
	display: none;
}
}
@media screen and (max-width: 400px) {
	/*[ロゴ]*/
	.header_logo_box {
		top: 70%;
		width: 150px;
	}
}
@media screen and (max-width: 340px) {
	/*[ロゴ]*/
	.header_logo_box {
		width: 120px;
	}
}
