@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 15px;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: top;
}

img[usemap] {
	border-width: 0;
}

a img {
	border-width: 0;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

button:active > span, button:focus > span {
	position: relative;
}

/* iOSでのデフォルトスタイルをリセット */
button {
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-webkit-search-decoration {
	display: none;
}

button:focus {
	outline-offset: -2px;
}

/* mac safariでボタンhover時に文字がちらつくのをリセット */
body {
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

html.is-fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "Lato", Verdana, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

body.english {
	font-family: "Roboto", "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

body.is-fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

@media screen and (max-width: 680px) {
	body {
		font-size: 1.4rem;
		font-weight: 400;
	}
}

main {
	display: block;
	overflow: hidden;
	margin-top: 3em;
}

@media screen and (max-width: 1336px) {
	main {
		margin-top: 80px;
	}
}

@media screen and (max-width: 816px) {
	main {
		margin-top: 50px;
	}
}

a {
	color: #444;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

strong.important {
	color: #d72e2e;
}

strong.emphasis {
	color: #d72e2e;
	font-weight: 500;
}

sup {
	vertical-align: text-top;
	font-size: 1.2rem;
	line-height: 1;
}

@media screen and (max-width: 680px) {
	sup {
		font-size: 1rem;
	}
}

sub {
	vertical-align: text-bottom;
	font-size: 1.2rem;
	line-height: 1;
}

@media screen and (max-width: 680px) {
	sub {
		font-size: 1rem;
	}
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}



/* ヘッダー
/*+---------------------------------*/

div#header {
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

div#header h1 {
	height: 24px;
	width: 226px;
}
.header-link-list {
	position: absolute;
	top: 30px;
	right: 40px;
	text-align: right;
	font-size: 1.4rem;
}
.header-link-list li {
	display: inline-block;
}
.header-link-list li + li {
	margin-left: 24px;
}
.header-link-list a {
	text-decoration: none;
}

@media screen and (max-width: 680px) {
	div#header {
		padding: 15px;
	}
	div#header h1 {
		height: 18px;
	}
	.header-link-list {
		top: 15px;
		right: 15px;
	}
}

/* フッター
/*+---------------------------------*/
.footer {
	background-color: #e5e5e5;
	font-size: 1.4rem;
}

@media screen and (max-width: 680px) {
	.footer {
		font-size: 1.2rem;
	}
}

.footer-content {
	margin: 0 auto;
	padding: 72px 0 36px;
	max-width: 1240px;
}

@media screen and (max-width: 1300px) {
	.footer-content {
		padding: 64px 24px 32px;
	}
}

@media screen and (max-width: 680px) {
	.footer-content {
		padding: 40px 16px 20px;
	}
}

.footer-banner-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-banner-list li {
	max-width: 304px;
}

.footer-banner-list li + li {
	margin-left: 8px;
}

@media screen and (max-width: 816px) {
	.footer-banner-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -8px;
	}
	.footer-banner-list li {
		margin-bottom: 8px;
		width: calc((100% - 8px) / 2);
	}
	.footer-banner-list li + li {
		margin-left: 0;
	}
	.footer-banner-list li:nth-child(2n) {
		margin-left: 8px;
	}
}

.footer-information-wrap {
	overflow: hidden;
}

.footer-banner-list + .footer-information-wrap {
	margin-top: 40px;
}

.footer-information-wrap.is-english {
	margin-top: 0;
}

@media screen and (max-width: 680px) {
	.footer-banner-list + .footer-information-wrap {
		margin-top: 24px;
	}
}

.footer-link-list {
	float: left;
	margin-bottom: 25px;
	font-size: 1.3rem;
}

.footer-link-list li {
	display: inline;
	padding-right: 20px;
}

.footer-link-list li + li {
	padding-left: 20px;
	border-left: 1px solid rgba(168, 168, 168, 0.57);
}

.footer-link-list a {
	text-decoration: none;
	color: #222;
}

.footer-link-list a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	.footer-link-list {
		float: none;
		margin-bottom: 18px;
	}
	.footer-link-list li {
		margin-bottom: 4px;
		padding-right: 9px;
	}
	.footer-link-list li + li {
		padding-left: 9px;
	}
}

.footer-copyright {
	opacity: .46;
	float: right;
	font-size: 1.2rem;
	font-family: Verdana, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 680px) {
	.footer-copyright {
		float: none;
		text-align: center;
		font-size: 1.0rem;
	}
}

.pagetop-button {
	display: none;
	position: fixed;
	z-index: 10;
	right: 24px;
	bottom: 24px;
	border: 2px solid #d72e2e;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 44px;
	height: 44px;
	background-color: #d72e2e;
	background-image: url(../img/pagetop_arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.pagetop-button:hover {
	background-color: #fff;
	background-image: url(../img/pagetop_arrow_on.svg);
}

@media screen and (max-width: 680px) {
	.pagetop-button {
		right: 8px;
		bottom: 8px;
		width: 36px;
		height: 36px;
	}
}



/* 全体
/*+---------------------------------*/
/* - PCでのみ表示 - */
.pc-only {
	display: block;
}

@media screen and (max-width: 816px) {
	.pc-only {
		display: none;
	}
}

/* - スマホでのみ表示 - */
.sp-only {
	display: none;
}

@media screen and (max-width: 816px) {
	.sp-only {
		display: block;
	}
}
