@charset "UTF-8";

/***** デフォルトはスマートフォン *****/
.index_head_section {
	min-height: 100vh;
	margin: -200px 0 0 0;
	background-image: url(../img/main_back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.inner {
	width: 80%;
	margin: auto;
}

.footer_outer {
	background-color: #00253C;
}

.footer_inner {
	margin: auto 0;
}

.footer_menu_flex {
	margin-left: 90px;
	padding-top: 84px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 90px;
}

.footer_flex_item {
	width: 12rem;
}

.menu_head {
	margin-top: 30px;
	color: #00253C;
	padding: 4px 5px 2px 5px;
	background-color: white;
	border-radius: 10px;
	font-size: 14px;
	width: 4.25rem;
	align-items: center;
	text-decoration: none;
}

.menu_head_link {
	color: #00253C;
	text-decoration: none;
}

.kyuuhaisui {
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
}
.kyuuhaisui a{
	color: #fff;
	text-decoration: none;
}

.kyuuhaisui_space {
	display: none;
}

.footer_menu_item_list {
	margin-top: 5px;
	color: white;
	font-size: 14px;
	line-height: 28px;
	align-items: center;
}

.footer_menu_item_list a {
	color: #fff;
	text-decoration: none;
}

.footer_menu_list_yajirusi {
	width: 16px;
}

.footer_menu_list_space {
	margin-left: 14px;
}

.footer_outer_white {
	background: #fff;
}

.footer_outer_white_flex {
	width: 98%;
	margin: auto;
	display: block;
	padding: 100px 0;
	align-items: center;
}

.footer_outer_white_flex_item_img {
	width: 98%;
	text-align: center;
}

.footer_outer_white_flex_item {
	width: 98%;
	font-size: 15px;
}

.footer_outer_white_flex_item_text {
	width: 98%;
	font-size: 15px;
	text-align: center;
}

.footer_outer_white_flex_item_logo {
	width: 300px;
}

.go_to_home {
	width: 200px;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.section_hr {
	width: 80%;
	margin: auto;
}

.section_p {
	display: none;
}

/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px) {
	.logo_img {
		width: 250px;
	}

	.kyuuhaisui_space {
		display: block;
	}

	.go_to_home {
		width: 250px;
	}
}

/**==================================================**/
/**=          画面サイズ960px以上の指定              **/
/**==================================================**/
@media screen and (min-width:960px) {
	.header_outer {
		padding-top: 48px;
	}

	.footer_outer_white_flex {
		display: flex;
	}

	.footer_outer_white_flex_item {
		width: 50%;
	}

	.footer_outer_white_flex_item_img {
		width: 50%;
		text-align: right;
		padding: 2rem;
	}

	.footer_outer_white_flex_item_text {
		border-left: black solid 2px;
		padding: 1rem;
		text-align: left;
	}

	.go_to_home {
		width: 300px;
	}

	.section_p {
		display: block;
	}
}