@charset "utf-8";

/********************************************************
 *                                                      	
 *　共通設定                　　　　　　　　　　　　
 *                                                      
 ********************************************************/
body {
	color: #515151;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 11px;
	background-color: #f7f7f7;
	overflow-x: hidden;
	line-height: 1;
	min-height: 100vh;
	height: 100%;
}
.font-size-default {
	font-size: 11px;
}
@media (max-width: 320px) {
	body {
		font-size: 10px;
	}
	.font-size-default {
		font-size: 10px;
	}
}
@media (min-width: 540px) and (max-width: 767px) {
	body {
		font-size: 12px;
	}
	.font-size-default {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	body {
		font-size: 14px;
	}
	.font-size-default {
		font-size: 14px;
	}
}

.contents-wrapper {
	position: relative;
	width: 100%;
	background-color: white;
	padding-bottom: 90px;	/* margin 連動: padding-bottom と同じ */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a.no-link {
	cursor: default;
}

div,dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

/******************************************************
 *
 * 背景色
 *
 ******************************************************/
.white-background {
	background-color: white;
}
.default-background {
	background: #f7f7f7;
}

/******************************************************
 *
 * よく使うやつ
 *
 ******************************************************/
.no-js .under-js {
	display: none;
}
.js .under-no-js {
	display: none;
}

.clearfix:before,
.clearfix:after { content: ''; display: table; width: 0; height: 0; border-collapse: separate; border-spacing: 0 0; }
.clearfix:after { clear: both; }

.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.no-space {
	width: 0;
	height: 0;
	overflow: hidden;
}

.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.relative {
	position: relative;
}
.absolute-top {
	position: absolute;
	top: 0;
}
.absolute-bottom {
	position: absolute;
	bottom: 0;
}
.absolute-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.box-sizing {
	box-sizing: border-box;
}

.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 1em;
	text-indent: -1em;
}

/* vertical-align */
.va-middle		{ vertical-align: middle; }
.va-top			{ vertical-align: top; }
.va-bottom		{ vertical-align: bottom; }
.va-baseline	{ vertical-align: baseline; }

/* 幅と配置 */
.width-5-percent  { width: 5%; }
.width-10-percent { width: 10%; }
.width-15-percent { width: 15%; }
.width-20-percent { width: 20%; }
.width-25-percent { width: 25%; }
.width-30-percent { width: 30%; }
.width-35-percent { width: 35%; }
.width-40-percent { width: 40%; }
.width-45-percent { width: 45%; }
.width-50-percent { width: 50%; }
.width-55-percent { width: 55%; }
.width-60-percent { width: 60%; }
.width-65-percent { width: 65%; }
.width-70-percent { width: 70%; }
.width-75-percent { width: 75%; }
.width-80-percent { width: 80%; }
.width-85-percent { width: 85%; }
.width-90-percent { width: 90%; }
.width-95-percent { width: 95%; }
.width-5-percent.align-center,
.width-10-percent.align-center,
.width-15-percent.align-center,
.width-20-percent.align-center,
.width-25-percent.align-center,
.width-30-percent.align-center,
.width-35-percent.align-center,
.width-40-percent.align-center,
.width-45-percent.align-center,
.width-50-percent.align-center,
.width-55-percent.align-center,
.width-60-percent.align-center,
.width-65-percent.align-center,
.width-70-percent.align-center,
.width-75-percent.align-center,
.width-80-percent.align-center,
.width-85-percent.align-center,
.width-90-percent.align-center,
.width-95-percent.align-center {
	margin-left: auto;
	margin-right: auto;
}
.width-5-percent.align-right,
.width-10-percent.align-right,
.width-15-percent.align-right,
.width-20-percent.align-right,
.width-25-percent.align-right,
.width-30-percent.align-right,
.width-35-percent.align-right,
.width-40-percent.align-right,
.width-45-percent.align-right,
.width-50-percent.align-right,
.width-55-percent.align-right,
.width-60-percent.align-right,
.width-65-percent.align-right,
.width-70-percent.align-right,
.width-75-percent.align-right,
.width-80-percent.align-right,
.width-85-percent.align-right,
.width-90-percent.align-right,
.width-95-percent.align-right {
	margin-left: auto;
	margin-right: 0;
}
.width-5-percent.align-left,
.width-10-percent.align-left,
.width-15-percent.align-left,
.width-20-percent.align-left,
.width-25-percent.align-left,
.width-30-percent.align-left,
.width-35-percent.align-left,
.width-40-percent.align-left,
.width-45-percent.align-left,
.width-50-percent.align-left,
.width-55-percent.align-left,
.width-60-percent.align-left,
.width-65-percent.align-left,
.width-70-percent.align-left,
.width-75-percent.align-left,
.width-80-percent.align-left,
.width-85-percent.align-left,
.width-90-percent.align-left,
.width-95-percent.align-left {
	margin-left: 0;
	margin-right: auto;
}
.width-100-percent {
	width: 100%;
}

/* 高さ */
.height-30 {
	height: 30px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-80 {
	height: 80px;
}

/******************************************************
 *
 * 文字
 *
 ******************************************************/
.text-default {
	font-size: 120%;
}
.text-sentence {
	line-height: 1.2;
}
.text-medium {
	font-size: 130%;
}
.text-large {
	font-size: 140%;
}
.text-x-large {
	font-size: 160%;
}
.text-xx-large {
	font-size: 180%;
}
.text-xxx-large {
	font-size: 200%;
}
.text-xxxx-large {
	font-size: 220%;
}
.text-xxxxx-large {
	font-size: 240%;
}
.text-m-small {
	font-size: 110%;
}
.text-small {
	font-size: 100%;
}
.text-x-small {
	font-size: 90%;
}
.bold-text {
	font-weight: bold;
}
.plain-text {
	color: #515151;
}
.catch-text {
	color: #285ca9;
}
.gray-text {
	color: #a0a0a0;
}
.red-text {
	color: #f40f5c;
}

.darkorange-text {
	color: #ff8c00;
}

/* テキストの中のリンク  */
.link-text,
a.link-text:hover,
a.link-text:visited {
	text-decoration: underline;
}

/******************************************************
 *
 * z-index
 *
 * 補足： leanModal は z-index 11000 を使う
 *
 ******************************************************/
.z-index-relative-0, .z-index-relative-1, .z-index-relative-2, .z-index-relative-3, .z-index-relative-max, .z-index-relative-body-max {
	position: relative;
}
.z-index-absolute-0, .z-index-absolute-1, .z-index-absolute-2, .z-index-absolute-3, .z-index-absolute-max, .z-index-absolute-body-max {
	position: absolute;
}
.z-index-0,			.z-index-relative-0,		.z-index-absolute-0			{ z-index: 0; }
.z-index-1,			.z-index-relative-1,		.z-index-absolute-1			{ z-index: 1; }
.z-index-2,			.z-index-relative-2,		.z-index-absolute-2			{ z-index: 2; }
.z-index-3,			.z-index-relative-3,		.z-index-absolute-3			{ z-index: 3; }
.z-index-body-max,	.z-index-relative-body-max,	.z-index-absolute-body-max	{ z-index: 9000; }
.z-index-max,		.z-index-relative-max,		.z-index-absolute-max		{ z-index: 10000; }

/******************************************************
 *
 * 画像の上に透過画像をかぶせるヤツ
 *
 ******************************************************/
img.transparent-overlay {
	position: absolute;
	z-index: 9000;		/* z-index-max の値より小さくないといけない！ */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******************************************************
 *

 * 横幅 あるいは 縦長いっぱいの画像
 *
 ******************************************************/
.image-fit-width {
	display: block;
	width: 100%;
}
.image-fit-height {
	display: block;
	height: 100%;
}
.image-fit-contain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	height: auto;
}
.image-fit-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.no-objectfit .image-fit-cover {
	margin: auto;
	height: auto;
}
.objectfit .image-fit-cover {
	object-fit: cover;
}

/******************************************************
 *
 * ＜ 〇〇〇 ＞
 *
 ******************************************************/
.right-arrow {
	position: relative;
	padding-right: 1.2em;
}
.right-arrow:after {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #515151;
	border-right: 1px solid #515151;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.32em;
	right: 0.2em;
}
.left-arrow {
	position: relative;
	padding-left: 1.2em;
}
.left-arrow:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #515151;
	border-left: 1px solid #515151;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -0.32em;
	left: 0.2em;
}
.right-arrow.colored-arrow:after {
	border-color: #285ca9;
}
.left-arrow.colored-arrow:after {
	border-color: #285ca9;
}

/******************************************************
 *
 * テキストボタン
 *
 ******************************************************/
.text-button {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-size: 130%;
	padding: 0.9em 0.3em;
	text-align: center;
	border-radius: 0.6em;
	border: solid 2px transparent; 
	background-color: transparent;
	box-sizing: border-box;
}
.text-button.double {
	line-height: 1.1;
	padding: 0.1em 0.3em;
}
.text-button.large {
	font-size: 180%;
}
.text-button.small {
	font-size: 110%;
	padding: 0.6em 0.2em;
}
.text-button .small-font {
	font-size: 80%;
}
.text-button.right-arrow {
	padding-right: 1.8em;
}
.text-button.right-arrow:after {
	right: 0.6em;
}
.text-button.left-arrow {
	padding-left: 1.8em;
}
.text-button.left-arrow:after {
	left: 0.6em;
}
.text-button.inline-block {
	display: inline-block;
	padding: 0.6em 0.4em;
}
.text-button.inline-block.left-arrow {
	padding-left: 1.3em;
}
.text-button.inline-block.right-arrow {
	padding-right: 1.3em;
}
.text-button.inline-block.left-triangle {
	padding-left: 1.5em;
}
.text-button.inline-block.right-triangle {
	padding-right: 1.5em;
}
.text-button.left {
	text-align: left;
}
.text-button.button-style-default {
	color: white;
	background-color: #ff8c00;
	border-color: #ff8c00;
}
.text-button.button-style-normal {
	color: #285ca9;
	background-color: white;
	border-color: #285ca9;
}
.text-button.button-style-caution {
	color: #f40f5c;
	background-color: white;
	border-color: #f40f5c;
}
.text-button.button-style-important {
	color: white;
	background-color: #f40f5c;
	border-color: #f40f5c;
}
.text-button.button-style-app {
	color: white;
	background-color: #14b289;
	border-color: #14b289;
}
.text-button.button-style-melo {
	color: #e54074;
	background-color: white;
	border-color: #e54074;
}
.text-button.button-style-uta {
	color: #1780c2;
	background-color: white;
	border-color: #1780c2;
}
.text-button.button-style-movie {
	color: #4d318e;
	background-color: white;
	border-color: #4d318e;
}
.text-button.right-triangle {
	position: relative;
	padding-right: 1.1em;
}
.text-button.left-triangle {
	position: relative;
	padding-left: 1.1em;
}
.text-button.right-triangle:after {
	content: '▶';
	display: block;
	position: absolute;
	font-size: 0.5em;
	top: 1.9em;
	right: 0.6em;
}
.text-button.left-triangle:before {

	content: '◀';
	display: block;
	position: absolute;
	font-size: 0.5em;
	top: 1.9em;
	left: 0.6em;
}
.text-button.button-style-default.right-arrow:after {	border-color: white; }
.text-button.button-style-normal.right-arrow:after {	border-color: #285ca9; }
.text-button.button-style-caution.right-arrow:after {	border-color: #f40f5c; }
.text-button.button-style-important.right-arrow:after {	border-color: white; }
.text-button.button-style-app.right-arrow:after {		border-color: white; }
.text-button.button-style-melo.right-arrow:after {		border-color: #e54074; }
.text-button.button-style-uta.right-arrow:after {		border-color: #1780c2; }
.text-button.button-style-movie.right-arrow:after {		border-color: #4d318e; }
.text-button.button-style-default.left-arrow:before {	border-color: white; }
.text-button.button-style-normal.left-arrow:before {	border-color: #285ca9; }
.text-button.button-style-caution.left-arrow:before {	border-color: #f40f5c; }
.text-button.button-style-important.left-arrow:before {	border-color: white; }
.text-button.button-style-app.left-arrow:after {		border-color: white; }
.text-button.button-style-melo.left-arrow:after {		border-color: #e54074; }
.text-button.button-style-uta.left-arrow:after {		border-color: #1780c2; }
.text-button.button-style-movie.left-arrow:after {		border-color: #4d318e; }
.text-button.disabled {
	cursor: default;
	opacity: 0.65;
	border-color: #bfbfbf;
	color: #bfbfbf;
	background-color: transparent;
}
.text-button.disabled.right-arrow:after {				border-color: #bfbfbf; }
.text-button.disabled.left-arrow:before {				border-color: #bfbfbf; }

/******************************************************
 *
 * テキストリンク
 *
 ******************************************************/
.text-link.right-arrow.catch-text:after		{ border-color: #285ca9; }
.text-link.left-arrow.catch-text:after		{ border-color: #285ca9; }
.text-link.right-arrow.gray-text:after		{ border-color: #a0a0a0; }
.text-link.left-arrow.gray-text:after		{ border-color: #a0a0a0; }
.text-link.right-arrow.red-text:after		{ border-color: #f40f5c; }
.text-link.left-arrow.red-text:after		{ border-color: #f40f5c; }

/******************************************************
 *
 * 行頭などのアイコン
 *
 ******************************************************/
.text-icon {
	display: inline-block;
	height: 1.6em;
	width: auto;
	margin-bottom: 0.3em;
}

/******************************************************
 *
 * ページ全体の表示領域
 *
 ******************************************************/
.page-contents-box {
	display: block;
	margin-top: 40px;		/* margin 連動: margin-top-small と同じ */
}

.page-contents-box2 {
	display: block;
}
.no-header .page-contents-box {
	margin-top: 0;
}

/******************************************************
 *
 * ページタイトル
 *
 ******************************************************/
.page-title-box {
	display: block;
	background-color: #ff8c00;
}
.page-title-default {
	font-size: 140%;
	font-weight: bold;
	color: white;
	padding: 6px 18px;		/* margin 連動 */
}
.android .page-title-default {
	padding-top: 7px;
	padding-bottom: 5px;
}

/******************************************************
 *
 * ブロック帯
 *
 ******************************************************/
.block-title-box {
	display: block;
	font-size: 140%;
	font-weight: bold;
	background-color: #285ca9;
	color: white;
	box-sizing: border-box;
}
.block-title-box.support {
	background-color: #878787;
}
.block-title-box.caution {
	background-color: #ED004F;
}
.block-title-box.app {
	font-weight: normal;
	color: black;
	background-color: #ccf2dc;
}
.block-title-box.corner-title {
	background-color: transparent;
	color: #285ca9;
	border-bottom: 2px solid #285ca9;
}
.block-title-box.corner-title.red {
	background-color: transparent;
	color: #f40f5c;
	border-bottom: 2px solid #f40f5c;
}
.block-title-box .more {
	display: inline-block;
	float: right;
	font-size: 80%;
	font-weight: normal;
	margin-top: calc(0.12em + 6px);
	margin-left: 8px;
}
.block-title-box .text-icon {
	display: inline-block;
	margin-bottom: 0.3em;
	height: 1.4em;
}
.block-title-box.icon-indent {
	position: relative;
	padding-left: calc(1.4em + 6px);
	min-height: calc(1.4em + 6px);
}
.block-title-box.corner-title.icon-indent {
	padding-bottom: 6px;
}
.block-title-box.icon-indent .text-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.block-title-box:not(.corner-title) {
	padding: 6px 18px;		/* margin 連動 */
}
.android .block-title-box:not(.corner-title) {
	padding-top: 7px;
	padding-bottom: 5px;
}

/******************************************************
 *
 * 区切り線  / 上線 / 下線 / 枠線
 *
 ******************************************************/
/* 区切り線 */
.separator {
    display: block;
    height: 0;
    border-top: 1px solid #bfbfbf;
}

/* 上線 / 下線 */
.border-top {
	border-top: 1px solid #bfbfbf;
}
.border-bottom {
	border-bottom: 1px solid #bfbfbf;
}
.border-top-dashed {
	border-top: 1px dashed #bfbfbf;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #bfbfbf;
}

/* 枠線 */
.border-box {
	border: 1px solid #bfbfbf;
}
.border-image-box {
	border: 1px solid #eeeeee;
}
.border-catch-box {
	border: 1px solid #285ca9;
}
.border-catch-box.dashed {
	border: 1px dashed #285ca9;
}

/******************************************************
 *
 * メニュー
 *
 ******************************************************/
ul.menu-box {
	display: block;
	font-size: 130%;
	color: #515151;
}
ul.menu-box.default-font-size {
	font-size: 100%;
}
ul.menu-box > li {
	display: block;
}
ul.menu-box > li:not(:last-child) {
	border-bottom: 1px solid #bfbfbf;
}
ul.menu-box .menu-item,
ul.menu-box .menu-title {
	position: relative;
	display: block;
}
ul.menu-box .menu-title {
	color: white;
	background-color: #285ca9;
}

/******************************************************
 *
 * 注意書きの箱
 *
 ******************************************************/
.caution-box {
	border: 1px solid #f40f5c;
	box-sizing: border-box;
}
.caution-box .caution-lead-text {
	display: block;
	text-align: center;
}
.caution-box .caution-text-box {
	padding: 0 18px 18px;		/* margin 連動 */
}

/******************************************************
 *
 * パン屑
 *
 ******************************************************/
.breadcrumb-box {
	display: block;
	line-height: 1.2;
	color: #a0a0a0;
	margin-top: 8px;
	margin-bottom: 6px;		/* margin 連動： small と同じ */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ios.supported-browser .breadcrumb-box {
	line-height: 1.3;
}
.breadcrumb-box .breadcrumb-before {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
.breadcrumb-box a,
.breadcrumb-box a:hover,
.breadcrumb-box a:visited {
	color: inherit;
	text-decoration: underline;
}

/******************************************************
 *
 * フッタ
 *
 ******************************************************/
/* フッタ */
.footer-box {
	display: block;
}

/* コピーライト */
.footer-copyright-box {
	display: block;
	font-size: 120%;
	text-align: center;
}

/******************************************************
 *
 * line-clamp のはみだし消去
 *
 ******************************************************/
.line-clamp-mask {
	display: none;
}

/******************************************************
 *
 * 行数縛りのテキスト
 *
 ******************************************************/
.wrap-box {
	position: relative;
	display: block;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ios.supported-browser .wrap-box {
	line-height: 1.3;
}
.supported-browser .wrap-box.line2,
.supported-browser .wrap-box.line3,
.supported-browser .wrap-box.line4,
.supported-browser .wrap-box.line5,
.supported-browser .wrap-box.line6,
.supported-browser .wrap-box.line7,
.supported-browser .wrap-box.line8,
.supported-browser .wrap-box.line9,
.supported-browser .wrap-box.line10 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
	z-index: 1;
}
.supported-browser .wrap-box.line2	{	-webkit-line-clamp: 2;	}
.supported-browser .wrap-box.line3	{	-webkit-line-clamp: 3;	}
.supported-browser .wrap-box.line4	{	-webkit-line-clamp: 4;	}
.supported-browser .wrap-box.line5	{	-webkit-line-clamp: 5;	}
.supported-browser .wrap-box.line6	{	-webkit-line-clamp: 6;	}
.supported-browser .wrap-box.line7	{	-webkit-line-clamp: 7;	}
.supported-browser .wrap-box.line8	{	-webkit-line-clamp: 8;	}
.supported-browser .wrap-box.line9	{	-webkit-line-clamp: 9;	}
.supported-browser .wrap-box.line10	{	-webkit-line-clamp: 10;	}
.unsupported-browser .wrap-box.line2,
.unsupported-browser .wrap-box.line3,
.unsupported-browser .wrap-box.line4,
.unsupported-browser .wrap-box.line5,
.unsupported-browser .wrap-box.line6,
.unsupported-browser .wrap-box.line7,
.unsupported-browser .wrap-box.line8,
.unsupported-browser .wrap-box.line9,
.unsupported-browser .wrap-box.line10 {
	white-space: normal;
}
.unsupported-browser .wrap-box.line2	{	max-height: 2.4em;	}
.unsupported-browser .wrap-box.line3	{	max-height: 3.6em;	}
.unsupported-browser .wrap-box.line4	{	max-height: 4.8em;	}
.unsupported-browser .wrap-box.line5	{	max-height: 6em;	}
.unsupported-browser .wrap-box.line6	{	max-height: 7.2em;	}
.unsupported-browser .wrap-box.line7	{	max-height: 8.4em;	}
.unsupported-browser .wrap-box.line8	{	max-height: 9.6em;	}
.unsupported-browser .wrap-box.line9	{	max-height: 10.8em;	}
.unsupported-browser .wrap-box.line10	{	max-height: 12em;	}

/******************************************************
 *
 * フラグメントの飛び先
 * ※header.css で上書きする
 *
 ******************************************************/
.link-target-position {
	position: relative;
	visibility: hidden;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}

/******************************************************
 *
 * 表組
 *
 ******************************************************/
.table-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
}
.table-box.table-column-gap-small.table-row-gap-small {
	border-spacing: 6px 6px;
}
.table-box.table-column-gap-small.table-row-gap-medium {
	border-spacing: 6px 12px;
}
.table-box.table-column-gap-medium.table-row-gap-small {
	border-spacing: 12px 6px;
}
.table-box.table-column-gap-medium.table-row-gap-medium {
	border-spacing: 12px 12px;
}
.table-box.table-column-gap-small:not(.table-row-gap-small):not(.table-row-gap-medium) {
	border-spacing: 6px 0;
}
.table-box.table-column-gap-medium:not(.table-row-gap-small):not(.table-row-gap-medium) {
	border-spacing: 12px 0;
}
.table-box.table-row-gap-small:not(.table-column-gap-small):not(.table-column-gap-medium) {
	border-spacing: 0 6px;
}
.table-box.table-row-gap-medium:not(.table-column-gap-small):not(.table-column-gap-medium) {
	border-spacing: 0 12px;
}
ul.table-box > li {
	display: table-row;
}
.table-box .table-cell {
	display: table-cell;
	vertical-align: top;
}
.table-box .table-cell.va-middle {
	vertical-align: middle;
}

/******************************************************
 *
 * グリッド
 *
 ******************************************************/
/* flex */
ul.flex-box,
ul.grid-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.flex-box,
.no-cssgrid ul.grid-box {
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.flex-parent-box,
.no-cssgrid .grid-parent-box {
	position: relative;
}
.flex-parent-box:after,
.no-cssgrid .grid-parent-box:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
.flex-parent-box.grid-row-gap-medium:after,
.no-cssgrid .grid-parent-box.grid-row-gap-medium:after {
	margin-top: -12px;			/* margin 連動 */
}
.flex-parent-box.grid-row-gap-small:after,
.no-cssgrid .grid-parent-box.grid-row-gap-small:after {
	margin-top: -6px;			/* margin 連動 */
}
.flex-parent-box > ul.flex-box > li,
.no-cssgrid .grid-parent-box > ul.grid-box > li {
	box-sizing: border-box;
}
.flex-parent-box.grid-row-gap-medium > ul.flex-box > li,
.no-cssgrid .grid-parent-box.grid-row-gap-medium > ul.grid-box > li {
	padding-bottom: 12px;		/* margin 連動 */
}
.flex-parent-box.grid-row-gap-small > ul.flex-box > li,
.no-cssgrid .grid-parent-box.grid-row-gap-small > ul.grid-box > li {
	padding-bottom: 6px;		/* margin 連動 */
}
.flex-parent-box.grid-column-gap-small > ul.flex-box > li,
.no-cssgrid .grid-parent-box.grid-column-gap-small > ul.grid-box > li {
	padding-left: 3px;			/* margin 連動: small の 1/2 */
	padding-right: 3px;			/* margin 連動: small の 1/2 */
}
.flex-parent-box.grid-column-gap-medium > ul.flex-box > li,
.no-cssgrid .grid-parent-box.grid-column-gap-medium > ul.grid-box > li {
	padding-left: 6px;			/* margin 連動 */
	padding-right: 6px;			/* margin 連動 */
}

/* grid */
.cssgrid ul.grid-box {
	display: grid;
}
.cssgrid .grid-parent-box.grid-column-gap-medium > ul.grid-box {
	grid-column-gap: 12px;		/* margin 連動 */
	column-gap: 12px;
}
.cssgrid .grid-parent-box.grid-column-gap-small > ul.grid-box {
	grid-column-gap: 6px;		/* margin 連動 */
	column-gap: 6px;
}
.cssgrid .grid-parent-box.grid-row-gap-medium > ul.grid-box {
	grid-row-gap: 12px;			/* margin 連動 */
	row-gap: 12px;
}
.cssgrid .grid-parent-box.grid-row-gap-small > ul.grid-box {
	grid-row-gap: 6px;			/* margin 連動 */
	row-gap: 6px;
}

/* 両サイドの余白を補完 */
.flex-parent-box.grid-column-gap-small,
.no-cssgrid .grid-parent-box.grid-column-gap-small {
	padding-left: 3px;			/* margin 連動: small の 1/2 */
	padding-right: 3px;			/* margin 連動: small の 1/2 */
}
.cssgrid .grid-parent-box {
	padding-left: 6px;			/* margin 連動 */
	padding-right: 6px;			/* margin 連動 */
}

/****************************
 *
 * バナー
 *
 ****************************/
/* バナーは flex を使用する（grid は使用しない） */
.banner-box {
	display: block;
}
.banner-box > ul.flex-box > li {
	display: block;
	width: 50%;
}
.banner-box > ul.flex-box > li.banner-large {
	width: 100%;
}
.banner-box > ul.flex-box > li.banner-small {
	width: 33.33%;
}
@media (min-width: 1024px) {
	.banner-box > ul.flex-box > li {
		width: 25%;
	}
	.banner-box > ul.flex-box > li.banner-large {
		width: 50%;
	}
	.banner-box > ul.flex-box > li.banner-small {
		width: 20%;
	}
}

/******************************************************
 *
 * 他サービス用のアイコン
 *
 ******************************************************/
.othersite-box {
	display: block;
	font-size: 80%;
	line-height: 1.2;
}
.othersite-box > .flex-box {
	justify-content: center;
}
.othersite-icon-box {
	display: block;
	margin: 0 auto;
	max-width: 50px;
}
@media (max-width: 374px) {
	.othersite-icon-box {
		max-width: 42px;
	}
}
@media (min-width: 540px) and (max-width: 767px) {
	.othersite-icon-box {
		max-width: 64px;
	}
}
@media (min-width: 768px) {
	.othersite-icon-box {
		max-width: 78px;
	}
}

/******************************************************
 *
 * 著作権表示
 *
 ******************************************************/
.rights-image-width {
	width: 100px;
}
.rights-text {
	font-size: 150%;
}
@media (max-width: 375px) {
	.rights-text {
		font-size: 140%;
	}
}

/******************************************************
 *
 * Lmark
 *
 ******************************************************/
.lmark-box {
	display: block;
	width: 50%;
	max-width: 200px;
	margin-right: auto;
}

/******************************************************
 *
 * ロード中
 *
 ******************************************************/
.loading-box {
	display: block;
	text-align: center;
}
.loading-box .loading-spin-box {
	background: 0 0 !important;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 4em auto;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: loading 1.1s infinite ease;
	animation: loading 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes loading {
	0%,
	100%	{ box-shadow: 0em -2.6em 0em 0em #285ca9, 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.5), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.7); }
	12.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.7), 1.8em -1.8em 0 0em #285ca9, 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.5); }
	25%		{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.5), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.7), 2.5em 0em 0 0em #285ca9, 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	37.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.5), 2.5em 0em 0 0em rgba(40, 92, 169, 0.7), 1.75em 1.75em 0 0em #285ca9, 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	50%		{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.5), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.7), 0em 2.5em 0 0em #285ca9, -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	62.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.5), 0em 2.5em 0 0em rgba(40, 92, 169, 0.7), -1.8em 1.8em 0 0em #285ca9, -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	75%		{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.5), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.7), -2.6em 0em 0 0em #285ca9, -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	87.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.5), -2.6em 0em 0 0em rgba(40, 92, 169, 0.7), -1.8em -1.8em 0 0em #285ca9; }
}
@keyframes loading {
	0%,
	100%	{ box-shadow: 0em -2.6em 0em 0em #285ca9, 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.5), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.7); }
	12.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.7), 1.8em -1.8em 0 0em #285ca9, 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.5); }
	25%		{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.5), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.7), 2.5em 0em 0 0em #285ca9, 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	37.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.5), 2.5em 0em 0 0em rgba(40, 92, 169, 0.7), 1.75em 1.75em 0 0em #285ca9, 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	50%		{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.5), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.7), 0em 2.5em 0 0em #285ca9, -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.2), -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	62.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.5), 0em 2.5em 0 0em rgba(40, 92, 169, 0.7), -1.8em 1.8em 0 0em #285ca9, -2.6em 0em 0 0em rgba(40, 92, 169, 0.2), -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	75%		{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.5), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.7), -2.6em 0em 0 0em #285ca9, -1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2); }
	87.5%	{ box-shadow: 0em -2.6em 0em 0em rgba(40, 92, 169, 0.2), 1.8em -1.8em 0 0em rgba(40, 92, 169, 0.2), 2.5em 0em 0 0em rgba(40, 92, 169, 0.2), 1.75em 1.75em 0 0em rgba(40, 92, 169, 0.2), 0em 2.5em 0 0em rgba(40, 92, 169, 0.2), -1.8em 1.8em 0 0em rgba(40, 92, 169, 0.5), -2.6em 0em 0 0em rgba(40, 92, 169, 0.7), -1.8em -1.8em 0 0em #285ca9; }
}
.loading-popup {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 12000;
}
.loading-popup > .loading-popup-box {
	background-color: white;
	border: solid 1px #bfbfbf;
	border-radius: 6px;
	width: 160px;
	margin: 80px auto 0;
	padding: 24px;
	overflow: hidden;
}

/******************************************************
 *
 * 余白
 *
 ******************************************************/
.margin-top 		{ margin-top: 18px; }
.margin-top-large		{ margin-top: 36px; }
.margin-top-medium	{ margin-top: 12px; }
.margin-top-small		{ margin-top: 6px; }
.margin-top-x-small	{ margin-top: 3px; }
.margin-top-xxx-small	{ margin-top: 1px; }
.margin-bottom		{ margin-bottom: 18px; }
.margin-bottom-s-large	{ margin-bottom: 30px; }
.margin-bottom-large	{ margin-bottom: 36px; }
.margin-bottom-medium	{ margin-bottom: 12px; }
.margin-bottom-small	{ margin-bottom: 6px; }
.margin-both		{ margin-top: 18px;		margin-bottom: 18px; }
.margin-both-large	{ margin-top: 36px;		margin-bottom: 36px; }
.margin-both-medium	{ margin-top: 12px;		margin-bottom: 12px; }
.margin-both-small	{ margin-top: 6px;		margin-bottom: 6px; }
.margin-left		{ margin-left: 18px; }
.margin-left-large		{ margin-left: 36px; }
.margin-left-medium	{ margin-left: 12px; }
.margin-left-small		{ margin-left: 6px; }
.margin-left-auto		{ margin-left: auto; }
.margin-right		{ margin-right: 18px; }
.margin-right-large	{ margin-right: 36px; }
.margin-right-medium	{ margin-right: 12px; }
.margin-right-small	{ margin-right: 6px; }
.margin-right-auto	{ margin-right: auto; }
.margin-side		{ margin-left: 18px;	margin-right: 18px; }
.margin-side-medium	{ margin-left: 12px;		margin-right: 12px; }
.margin-side-small	{ margin-left: 6px;		margin-right: 6px; }
.margin-side-large	{ margin-left: 36px;	margin-right: 36px; }
.margin-side-x-large	{ margin-left: 48px;	margin-right: 48px; }
.margin-side-auto		{ margin-left: auto;	margin-right: auto; }
.margin-all		{ margin: 18px; }
.margin-all-large		{ margin: 36px; }
.margin-all-medium	{ margin: 12px; }
.margin-all-small		{ margin: 6px; }
.padding-top		{ padding-top: 18px; }
.padding-top-medium	{ padding-top: 12px; }
.padding-top-small	{ padding-top: 6px; }
.padding-top-x-small	{ padding-top: 4px; }
.padding-bottom		{ padding-bottom: 18px; }
.padding-bottom-large	{ padding-bottom: 36px; }
.padding-bottom-medium	{ padding-bottom: 12px; }
.padding-bottom-small	{ padding-bottom: 6px; }
.padding-bottom-x-small	{ padding-bottom: 4px; }
.padding-both		{ padding-top: 18px;	padding-bottom: 18px; }
.padding-both-medium	{ padding-top: 12px;		padding-bottom: 12px; }
.padding-both-small	{ padding-top: 6px;		padding-bottom: 6px; }
.padding-both-x-small	{ padding-top: 4px;		padding-bottom: 4px; }
.padding-left		{ padding-left: 18px; }
.padding-left-medium	{ padding-left: 12px; }
.padding-left-small	{ padding-left: 6px; }
.padding-left-x-small	{ padding-left: 4px; }
.padding-right		{ padding-right: 18px; }
.padding-right-medium	{ padding-right: 12px; }
.padding-right-small	{ padding-right: 6px; }
.padding-right-x-small	{ padding-right: 4px; }
.padding-side		{ padding-left: 18px; 	padding-right: 18px; }
.padding-side-large	{ padding-left: 36px; 	padding-right: 36px; }
.padding-side-medium	{ padding-left: 12px; 	padding-right: 12px; }
.padding-side-small	{ padding-left: 6px;	padding-right: 6px; }
.padding-side-x-small	{ padding-left: 4px;	padding-right: 4px; }
.padding-all		{ padding: 18px; }
.padding-all-medium	{ padding: 12px; }
.padding-all-small		{ padding: 6px; }
.padding-all-x-small	{ padding: 4px; }


/******************************************************
 *
 * 角丸
 *
 ******************************************************/
.border-radius-all-2 { border-radius: 2px; }
.border-radius-all-3 { border-radius: 3px; }
.border-radius-all-4 { border-radius: 4px; }
.border-radius-all-6 { border-radius: 6px; }
.border-radius-all-9 { border-radius: 9px; }


.border-radius-top-2 { border-radius: 2px 2px 0 0; }
.border-radius-top-3 { border-radius: 3px 3px 0 0; }
.border-radius-top-4 { border-radius: 4px 4px 0 0; }
.border-radius-top-6 { border-radius: 6px 6px 0 0; }
.border-radius-top-9 { border-radius: 9px 9px 0 0; }


/******************************************************
 *
 * TOP TOPIC
 *
 ******************************************************/
.top-info-box {
	display: block;
	margin: 18px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #7295d3;
}

.top-info-box .top-info-title {
	color: #285ca9;
	font-size: 130%;
}

.top-info-box > ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 120%;
}

.top-info-box > ul > li {
	display: table-row;
	line-height: 18px;
}

.top-info-box > ul > li > .top-info-date {
	display: table-cell;
	padding-top: 6px;
	width: 5.5em;
	vertical-align: top;
}

.top-info-box > ul > li > .top-info-text {
	display: table-cell;
	padding-top: 6px;
	vertical-align: top;
	text-decoration: underline;
}

.top-info-box > ul > li > .top-info-text p {
	border-bottom: 1px solid #7295d3;
}