@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, address, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, figure, footer, header, hgroup, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;	
}

img {
	border: none;
	vertical-align: top;
}

.hero_section .corporate_hdr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
.corporate_hdr_logo {
	width: 60px;
	height: auto;
	margin: 25px 25px 0;	
}


.station_section {
	background: #e3e3e3;
	padding: 70px 20px;
	text-align: center;
}

.station_inner h3 {
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin: 0 0 10px;	
}
.station_inner p {
	line-height: 1.8;	
}

.station_bnr {
	max-width: 560px;
	margin: 0 auto 30px;
	background: #fff
}
.station_bnr img {
	width: 100%;
	height: auto;
	border: 1px solid #333;
	transition: opacity 0.3s;
}
.station_bnr a:hover img {
	border: 1px solid #0048BA;
	opacity: 0.7;
}

footer {
	background: #0e0e0e;
	padding: 60px 0;
	text-align: center;
	color: #fff;	
}
footer  h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 18px;
}

.footer_sns {
	display: flex;
	justify-content: center;
	margin: 0 0 45px;
}
.footer_sns div {
	width: 50px;
	border-radius: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
	margin: 0 9px;
	background-color: #8d8d8d;
}
.footer_sns div:hover {
	background-color: #fff;
}

.footer_sns div img {
	width: 100%;
	height: auto;
	border-radius: 50px;
}
.footer_sns div.fb {
	background-image: url(../images/common/sns_fb.png)	
}
.footer_sns div.tw {
	background-image: url(../images/common/sns_tw.png)	
}
.footer_sns div.youtube {
	background-image: url(../images/common/sns_youtube.png)	
}
.footer_sns div.insta {
	background-image: url(../images/common/sns_insta.png)	
}
.footer_sns div.fb:hover {
	background-image: url(../images/common/sns_fb_on.png)	
}
.footer_sns div.tw:hover {
	background-image: url(../images/common/sns_tw_on.png)	
}
.footer_sns div.youtube:hover {
	background-image: url(../images/common/sns_youtube_on.png)	
}
.footer_sns div.insta:hover {
	background-image: url(../images/common/sns_insta_on.png)	
}

.footer_copyright {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_copyright .footer_copyright_inner {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer_copyright .copyright_logo {
	width: 57px;
	margin-right: 20px;
}
.copyright_logo img {
	width: 100%;
	height: auto;
}

.notice_btn img,
.slash_btn img,
.point_bnr img {
	transition: opacity 0.2s;	
}

.notice_btn a:hover img,
.slash_btn a:hover img{
	opacity: 0.8;	
}
.point_bnr a:hover img {
	opacity: 0.6;	
}

@media(max-width: 959px) {
.corporate_hdr_logo {
	width: 40px;
	margin: 15px 15px 0;
}
.station_section {
	padding: 35px 30px;
}
.station_inner h3 {
	font-size: 18px;	
}
.station_inner p {
	text-align: left;
	font-size: 14px;	
}
footer {
	padding: 30px 20px 15px;	
}
.footer_copyright,
.footer_copyright .footer_copyright_inner {
	display: block;
	text-align: center;
	font-size: 10px;
}
.footer_copyright .copyright_logo {
	margin: 0 auto 10px;
}
}
@media(max-width: 767px) {
.footer_copyright,
.footer_copyright .footer_copyright_inner {
	font-size: 10px;
}
}


/* ##############################  */
/* ##############################  */

::selection {
	color: #FFF;
	background: #e40012;
}
::-moz-selection {
 color: #FFF;
 background: #e40012;
}