/* ------------------------------------------
  top_mv
------------------------------------------ */

.top_mv {
	min-height: 641px;
	position: relative;
	z-index: 0;
	background-image: url(../img/top/top_mv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_mv_copy {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: normal;
	font-size: 24px;
	line-height: 2.5;
	text-align: left;
	color: #fff;
	letter-spacing: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 160px;
	height: 100%;
	text-align: center;
	padding-bottom: 80px;
}

.top_mv_copy span {
	display: block;
	padding-top: 189px;
}

.top_mv_bottomcopy {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: left;
	color: #002348;
	position: absolute;
	bottom: 30px;
	right: 70px;
}

.top_mv_scroll {
	position: absolute;
	bottom: 40px;
	left: 50px;
	width: 35px;
	animation: floatUpDown 2s ease-in-out infinite;
	transition: transform 0.3s ease;
}

@keyframes floatUpDown {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

.top_mv_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.top_mv {
		display: none;
	}
	.top_mv_sp {
		display: block;
	}
}

/* ------------------------------------------
  top_news
------------------------------------------ */

.top_news {
	background: #f6f6f6;
	width: 100%;
	min-width: 320px;
}

.top_news_main {
	margin: 0 auto;
	display: flex;
	padding-right: 100px;
	position: relative;
	box-sizing: border-box;
	align-items: center;
}

.top_news_main_label {
	background: #092849;
	color: #fff;
	padding: 35px 52px;
	border-radius: 0 1000px 1000px 0;
	min-width: 254px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.top_news_main_label_en {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 400;
}

.top_news_main_label_ja {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

.top_news_main_lists {
	margin-left: 36px;
	width: calc(100% - 254px);
	padding: 20px 0;
}

.top_news_main_lists_item+.top_news_main_lists_item {
	margin-top: 10px;
}

.top_news_main_lists_item_link {
	display: flex;
	align-items: center;
	background-image: url(../img/top/top_news_main_icon.png);
	background-position: center right 0;
	background-repeat: no-repeat;
	background-size: 41px;
	min-height: 46px;
}

.top_news_main_date {
	font-size: 15px;
	color: #223752;
	text-align: center;
}

.top_news_main_category {
	width: 110px;
	line-height: 24px;
	border-radius: 12px;
	background: transparent;
	border: 1px solid #002348;
	margin-left: 36px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #002348;
}

.top_news_main_title {
	font-size: 15px;
	line-height: 1.5;
	color: #223752;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-left: 30px;
	width: calc(100% - 302px);
}

@media screen and (max-width: 767px) {
	.top_news {
		width: 100%;
		min-width: initial;
	}
	.top_news_main {
		margin: 0 auto;
		display: block;
		padding-right: 0;
	}
	.top_news_main_label {
		background: #092849;
		color: #fff;
		padding: 20px 20px;
		border-radius: 0;
		display: block;
	}
	.top_news_main_label_en {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1;
		font-weight: 400;
	}
	.top_news_main_label_ja {
		font-size: 16px;
		line-height: 1;
		font-weight: 400;
		margin-top: 7px;
	}
	.top_news_main_lists {
		margin-left: 0;
		padding: 0 20px;
		width: 100%;
	}
	.top_news_main_lists_item_link {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 20px 0;
		background-image: url(../img/top/top_news_main_icon.png);
		background-position: center right 0;
		background-repeat: no-repeat;
		background-size: 41px;
	}
	.top_news_main_date {
		font-size: 15px;
		color: #223752;
		text-align: center;
	}
	.top_news_main_category {
		width: 110px;
		line-height: 24px;
		border-radius: 12px;
		background: transparent;
		border: 1px solid #002348;
		margin-left: 36px;
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		color: #002348;
	}
	.top_news_main_title {
		font-size: 15px;
		line-height: 1.5;
		color: #223752;
		font-weight: 500;
		letter-spacing: 0.03em;
		margin-left: 0;
		margin-top: 7px;
		width: calc(100% - 50px);
	}
}

/* ------------------------------------------
  top_about
------------------------------------------ */

.top_about {
	background: #fff;
	padding: 140px 0;
	position: relative;
	z-index: 0;
}

.top_about_main {
	margin: 0 auto;
}

.top_about_main_left {
	width: 46.3888888888889vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top_about_main_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0 24px 24px 0;
}

.top_about_main_right {
	max-width: 1080px;
	padding: 0 40px;
	margin: 0 auto;
}

.top_about_main_right::before {
	width: 60vw;
	height: calc(100% - 100px);
	background: linear-gradient(#9eeeee 0%, #589fbe 51.65%, #0b417a 100%);
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
	border-radius: 25px 0 0 25px;
}

.top_about_main_right_main {
	display: table;
	margin-left: auto;
	color: #fff;
	min-width: 500px;
}

.top_about_main_title_box {
	display: table;
	margin: 0 auto;
}

.top_about_main_title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
}

.top_about_main_subtitle {
	font-size: 15px;
	color: #eaf6fc;
	margin-bottom: 38px;
	text-align: left;
}

.top_about_main_catch {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: center;
	line-height: 1.7;
}

.top_about_main_text {
	font-size: 15px;
	line-height: 2.1;
	text-align: center;
	margin-bottom: 42px;
}

.top_about_main_btn {
	width: 283px;
	border-radius: 23.5px;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 47px;
	text-align: center;
	color: #fff;
	background-image: url(../img/top/top_about_main_btn.png);
	background-position: center right 18px;
	background-repeat: no-repeat;
	background-size: 11px 14px;
	display: block;
	margin: 40px auto 0;
}

.top_about_main_btn a:hover {
	background: #eaf6fc;
	color: #333;
}

.top_about_main_btn_icon {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

@media screen and (max-width: 1080px) {
	.top_about_main_right::before {
		width: 648px;
	}
	.top_about_main_left {
		width: 501px;
	}
}

@media screen and (max-width: 767px) {
	.top_about {
		background: #fff;
		padding: 60px 0;
		position: relative;
		z-index: 0;
	}
	.top_about+.top_about {
		padding-top: 0;
	}
	.top_about_main_left {
		width: calc(100% - 20px);
		position: static;
		transform: initial;
	}
	.top_about_main_left img {
		border-radius: 0 10px 10px 0;
	}
	.top_about_main_right {
		max-width: 1080px;
		width: calc(100% - 20px);
		margin-left: auto;
		padding: 0 20px;
		margin: -20px 0 0 auto;
		background: linear-gradient(#9eeeee 0%, #589fbe 51.65%, #0b417a 100%);
		border-radius: 10px 0 0 10px;
		padding: 40px 20px;
		z-index: 11;
		position: relative;
	}
	.top_about_main_right::before {
		display: none;
	}
	.top_about_main_right_main {
		display: table;
		margin: 0 auto;
		color: #fff;
		min-width: initial;
	}
	.top_about_main_title {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		text-align: center;
		line-height: 1;
	}
	.top_about_main_subtitle {
		font-size: 14px;
		color: #eaf6fc;
		margin-bottom: 20px;
		text-align: center;
	}
	.top_about_main_catch {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.top_about_main_text {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.top_about_main_btn {
		margin: 20px auto 0;
	}
	.top_about_main_btn a:hover {
		background: #eaf6fc;
		color: #333;
	}
	.top_about_main_btn_icon {
		display: inline-block;
		margin-left: 10px;
		font-size: 20px;
	}
}

/* ------------------------------------------
  top_about left
------------------------------------------ */

.top_about.left .top_about_main_left {
	right: 0;
	left: auto;
}

.top_about.left .top_about_main_right_main {
	margin-left: 0;
	margin-right: auto;
}

.top_about.left .top_about_main_right::before {
	left: 0;
	right: auto;
	border-radius: 0 25px 25px 0;
}

.top_about.left .top_about_main_left img {
	border-radius: 24px 0 0 24px;
}

@media screen and (max-width: 767px) {
	.top_about.left .top_about_main_left {
		margin-left: auto;
	}
	.top_about.left .top_about_main_right {
		margin: -20px auto 0 0;
		border-radius: 0 10px 10px 0;
	}
	.top_about.left .top_about_main_right_main {
		margin: 0 auto;
	}
	.top_about.left .top_about_main_right::before {
		left: 0;
		right: auto;
		border-radius: 0 10px 10px 0;
	}
	.top_about.left .top_about_main_left img {
		border-radius: 10px 0 0 10px;
	}
}

/* ------------------------------------------
  top_menu
------------------------------------------ */

.top_menu {
	background: #fff;
	padding: 80px 20px;
}

.top_menu_main {
	max-width: 1000px;
	margin: 0 auto;
}

.top_menu_main_head {
	margin-bottom: 24px;
}

.top_menu_main_title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	color: #24394e;
}

.top_menu_main_subtitle {
	color: #74b0e1;
	font-size: 14px;
	margin-bottom: 16px;
}

.top_menu_main_desc {
	margin-bottom: 32px;
	color: #333;
	font-size: 16px;
}

.top_menu_main_lists {
	display: flex;
	flex-wrap: wrap;
}

.top_menu_main_lists_item {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #E5E5E5 solid;
	width: calc(50% - 20px);
	margin-left: 40px;
	display: block;
}

.top_menu_main_lists_item:nth-child(2n + 1) {
	margin-left: 0;
}

.top_menu_main_lists_item:nth-child(n + 3) {
	margin-top: 0;
}

.top_menu_main_lists_item_num {
	color: #74b0e1;
	font-size: 18px;
	font-weight: bold;
	min-width: 32px;
}

.top_menu_main_lists_item_body {
	flex: 1;
}

.top_menu_main_lists_item_title {
	font-size: 20px;
	font-weight: bold;
	color: #24394e;
	margin-bottom: 8px;
	background-image: url(../img/top/top_menu_main_lists_item_title.png);
	background-position: center right 18px;
	background-repeat: no-repeat;
	background-size: 11px 14px;
}

.top_menu_main_lists_item_text {
	font-size: 15px;
	color: #444;
}

@media screen and (max-width: 767px) {
	.top_menu {
		background: #fff;
		padding: 0px 20px 60px;
	}
	header+.top_menu {
		padding: 60px 20px;
	}
	.top_menu_main_head {
		margin-bottom: 24px;
	}
	.top_menu_main_title {
		font-size: 24px;
	}
	.top_menu_main_subtitle {
		font-size: 14px;
	}
	.top_menu_main_desc {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.top_menu_main_lists {
		display: block;
	}
	.top_menu_main_lists_item {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		margin-left: 0;
	}
	.top_menu_main_lists_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.top_menu_main_lists_item:nth-child(n + 3) {
		margin-top: 0;
	}
	.top_menu_main_lists_item:nth-child(n + 2) {
		margin-top: 0;
	}
	.top_menu_main_lists_item_num {
		font-size: 15px;
	}
	.top_menu_main_lists_item_title {
		font-size: 20px;
		margin-bottom: 4px;
		background-position: center right 18px;
		background-size: 11px 14px;
	}
	.top_menu_main_lists_item_text {
		font-size: 14px;
	}
}

/* ------------------------------------------
  top_column
------------------------------------------ */

.top_column {
	background: #04254a;
	padding: 60px;
	color: #fff;
}

.top_column_main {
	display: flex;
	max-width: 1700px;
	margin: 0 auto;
	align-items: flex-start;
}

.top_column_main_left {
	flex: 0 0 340px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 250px;
}

.top_column_main_title {
	font-size: 38px;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
}

.top_column_main_subtitle {
	font-size: 17px;
	letter-spacing: 0.08em;
	color: #c5d6ea;
	margin-bottom: 26px;
}

.top_column_main_btn {
	display: block;
	width: 128px;
	line-height: 33px;
	border-radius: 16.5px;
	background: transparent;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-align: left;
	color: #fff;
	padding-left: 17px;
	background-image: url(../img/top/top_column_main_btn.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 11px 14px;
}

.top_column_main_btn a:hover {
	background: #fff;
	color: #04254a;
}

.top_column_main_btn_icon {
	margin-left: 10px;
	font-size: 20px;
}

.top_column_main_slider_arrows {
	display: flex;
	gap: 16px;
	margin-top: 20px;
}

.top_column_main_slider_arrows button {
	width: 68px;
	height: 48px;
	border: 1.5px solid #fff;
	background: transparent;
	border-radius: 24px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
}

.top_column_main_slider_arrows button:hover {
	opacity: 0.7;
}

.top_column_main_slider_prev span {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../img/top/top_column_main_slider_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.top_column_main_slider_next span {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../img/top/top_column_main_slider_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.top_column_main_slider {
	width: 100%;
	min-width: 0;
	display: flex;
	gap: 38px;
}

.top_column_main_card {
	background: #fff;
	border-radius: 36px;
	color: #082046;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(20, 40, 70, 0.05);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 8px;
	min-height: 265px;
}

.top_column_main_card_title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.top_column_main_card_line {
	border: none;
	border-top: 1px solid #19335e;
	width: 100%;
	margin-bottom: 15px;
}

.top_column_main_card_text {
	font-size: 15px;
	line-height: 1.5;
	color: #19335e;
}

.slick-list {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
	.top_column {
		padding: 60px 20px;
	}
	.top_column_main {
		display: block;
	}
	.top_column_main_left {
		display: block;
	}
	.top_column_main_title {
		font-size: 30px;
		margin-bottom: 0;
		text-align: center;
	}
	.top_column_main_subtitle {
		font-size: 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	.top_column_main_btn {
		margin: 20px auto 0;
	}
	.top_column_main_slider_arrows {
		display: flex;
		justify-content: center;
		gap: 16px;
		margin-top: 20px;
	}
	.top_column_main_slider_arrows button {
		width: 68px;
		height: 48px;
		border: 1.5px solid #fff;
		background: transparent;
		border-radius: 24px;
		color: #fff;
		cursor: pointer;
		transition: .3s;
	}
	.top_column_main_slider_arrows button:hover {
		opacity: 0.7;
	}
	.top_column_main_slider_prev span {
		display: block;
		width: 100%;
		height: 40px;
		background-image: url(../img/top/top_column_main_slider_prev.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px;
	}
	.top_column_main_slider_next span {
		display: block;
		width: 100%;
		height: 40px;
		background-image: url(../img/top/top_column_main_slider_next.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px;
	}
	.top_column_main_slider {
		width: 100%;
		min-width: 0;
		display: flex;
		gap: 38px;
		margin-top: 20px;
	}
	.top_column_main_card {
		background: #fff;
		border-radius: 36px;
		color: #082046;
		padding: 20px;
		box-shadow: 0 2px 10px rgba(20, 40, 70, 0.05);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0 8px;
		min-height: 265px;
	}
	.top_column_main_card_title {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.top_column_main_card_line {
		border: none;
		border-top: 1px solid #19335e;
		width: 100%;
		margin-bottom: 15px;
	}
	.top_column_main_card_text {
		font-size: 15px;
		line-height: 1.5;
		color: #19335e;
	}
	.slick-list {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* ------------------------------------------
  top_slider
------------------------------------------ */

.slick-initialized .slick-slide {
	display: block;
	width: 600px;
}

@media screen and (max-width: 767px) {
	.slick-initialized .slick-slide {
		width: 300px;
	}
}

/* ------------------------------------------
  top_access
------------------------------------------ */

.top_access {
	background: #fff;
	padding: 68px 0;
}

.top_access_main {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	align-items: stretch;
}

.top_access_main_left {
	flex: 1 1 48%;
}

.top_access_main_left iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 24px;
	display: block;
	box-shadow: 0 6px 24px 0 rgba(60, 70, 100, 0.10);
}

.top_access_main_right {
	flex: 1 1 52%;
	min-width: 340px;
	padding-top: 16px;
	padding-left: 18px;
}

.top_access_main_title {
	font-size: 32px;
	font-weight: bold;
	color: #173359;
	margin-bottom: 8px;
	letter-spacing: 0.10em;
}

.top_access_main_subtitle {
	font-size: 16px;
	color: #94bcdc;
	margin-bottom: 18px;
	letter-spacing: 0.10em;
}

.top_access_main_table {
	width: 100%;
	border-collapse: separate;
}

.top_access_main_table th, .top_access_main_table td {
	font-size: 15px;
	color: #19335e;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 20px 10px 20px 0;
	background: #fff;
	border-bottom: 1px solid #e7eef4;
}

.top_access_main_table th {
	font-weight: 600;
	width: 108px;
	color: #173359;
	font-size: 15px;
	letter-spacing: 0.08em;
	background: transparent;
	text-align: center;
	padding-right: 20px;
}

.top_access_main_table tr:last-child th, .top_access_main_table tr:last-child td {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.top_access {
		padding: 60px 20px;
	}
	.top_access_main {
		gap: 20px;
		flex-direction: column-reverse;
	}
	.top_access_main_left {
		flex: none;
	}
	.top_access_main_left iframe {
		width: 100%;
		height: 300px;
		border: none;
		border-radius: 24px;
		display: block;
		box-shadow: 0 6px 24px 0 rgba(60, 70, 100, 0.10);
	}
	.top_access_main_right {
		flex: none;
		min-width: initial;
		padding-top: 0;
		padding-left: 0;
	}
	.top_access_main_title {
		font-size: 24px;
		margin-bottom: 8px;
		line-height: 1.3;
	}
	.top_access_main_subtitle {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.top_access_main_table {
		width: 100%;
		border-collapse: separate;
	}
	.top_access_main_table th, .top_access_main_table td {
		font-size: 14px;
		padding: 15px 7px 15px 0;
	}
	.top_access_main_table th {
		width: 80px;
		font-size: 14px;
		padding-right: 10px;
	}
	.top_access_main_table tr:last-child th, .top_access_main_table tr:last-child td {
		border-bottom: none;
	}
}

/* ------------------------------------------
  top_contact
------------------------------------------ */

.top_contact {
	background: #f5f5f5;
	padding: 60px 0;
}

.top_contact_main {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.top_contact_main_titlebox {
	display: table;
	margin: 0 auto;
}

.top_contact_main_label {
	color: #94bcdc;
	font-size: 15px;
	letter-spacing: 0.16em;
	text-align: left;
	line-height: 1;
}

.top_contact_main_title {
	font-size: 32px;
	font-weight: bold;
	color: #173359;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 10px;
}

.top_contact_main_subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #173359;
	letter-spacing: 0.12em;
	margin-top: 20px;
}

.top_contact_main_text {
	font-size: 15px;
	color: #173359;
	margin-top: 20px;
	line-height: 2;
}

.top_contact_main_buttons {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.top_contact_main_btn {
	padding: 0 50px;
	display: block;
	background-color: #fff;
	border: 1px solid #002348;
	border-radius: 100px;
}

.top_contact_main_btn_icon {
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #002348;
	margin: 0 auto;
	display: table;
}

.top_contact_main_btn_icon.tel {
	padding-left: 24px;
	background-image: url(../img/top/top_contact_main_btn_icon_tel.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px 19px;
}

.top_contact_main_btn_icon.web {
	padding-left: 25px;
	background-image: url(../img/top/top_contact_main_btn_icon_web.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 17px 19px;
}

.top_contact_main_btn_icon.line {
	padding-left: 27px;
	background-image: url(../img/top/top_contact_main_btn_icon_line.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 19px 19px;
}

@media screen and (max-width: 767px) {
	.top_contact {
		background: #f5f5f5;
		padding: 60px 20px;
	}
	.top_contact_main_label {
		font-size: 15px;
	}
	.top_contact_main_title {
		font-size: 24px;
		margin-top: 10px;
	}
	.top_contact_main_subtitle {
		font-size: 20px;
		margin-top: 20px;
	}
	.top_contact_main_text {
		font-size: 14px;
		margin-top: 10px;
	}
	.top_contact_main_buttons {
		display: block;
		margin-top: 18px;
	}
	.top_contact_main_btn {
		padding: 0 20px;
	}
	.top_contact_main_btn+.top_contact_main_btn {
		margin-top: 10px;
	}
	.top_contact_main_btn_icon {
		font-size: 18px;
		line-height: 48px;
		letter-spacing: 0.08em;
		text-align: center;
		color: #002348;
		margin: 0 auto;
		display: table;
	}
	.top_contact_main_btn_icon.tel {
		padding-left: 24px;
		background-image: url(../img/top/top_contact_main_btn_icon_tel.png);
		background-position: center left;
		background-repeat: no-repeat;
		background-size: 16px 19px;
	}
	.top_contact_main_btn_icon.web {
		padding-left: 25px;
		background-image: url(../img/top/top_contact_main_btn_icon_web.png);
		background-repeat: no-repeat;
		background-size: 17px 19px;
	}
	.top_contact_main_btn_icon.line {
		padding-left: 27px;
		background-image: url(../img/top/top_contact_main_btn_icon_line.png);
		background-repeat: no-repeat;
		background-size: 19px 19px;
	}
}