@charset "utf-8";

.fRed { color: #e41c64;}

/* ---------------------------------------------
	wysiwyg
--------------------------------------------- */
.wysiwyg { font-size: 14px;}

/* hx
--------------------------------------------- */
.wysiwyg #h1Style {
	padding-bottom: 36px;
	font-size: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.wysiwyg h1 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 30px;
	border-bottom: 1px solid #dcdcdc;
	color: #000b41;
}
.wysiwyg .titSet {
	margin-top: 40px;
	position: relative;
}
.wysiwyg .titSet .h2Style { padding-right: 90px;}
.wysiwyg h2,
.wysiwyg .h2Style {
	margin: 0 0 8px;
	padding: 0 0 6px;
	color: #000b41;
	font-size: 22px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.4;
}
.wysiwyg .h2Style span {
	padding-left: 9px;
	border-left: solid 4px #000b41;
	display: block;
}
.wysiwyg .back {
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 0px;
}
.wysiwyg .back a {
	padding: 0 0 0 15px;
	font-size: 13px;
	color: #000b41;
	background-image: url(../img/help/icon_arrow_04.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}
.wysiwyg h3,
.wysiwyg .h3Style {
	margin: 30px 0 10px;
	padding-left: 12px;
	border-left: solid 4px #000b41;
	color: #000b41;
	font-size: 14px;
	font-weight: bold;
}
.wysiwyg h3 {
	margin-top: 0;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	margin: 0 0 5px;
	color: #000b41;
	font-weight: bold;
}

/* p ul ol table */
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
	margin: 0 0 10px;
}
.wysiwyg p,
.wysiwyg li {
	line-height: 1.7;
}
.wysiwyg ul { list-style: disc;}
.wysiwyg ol { list-style: decimal;}
.wysiwyg .listNone {list-style: none;}
.wysiwyg .listNone li {
	text-indent: 0;
	padding-left: 0;
}
.wysiwyg ul li,
.wysiwyg ol li,
.wysiwyg .txtInd li,
.wysiwyg p.txtInd {
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.wysiwyg p a,
.wysiwyg ul a,
.wysiwyg ol a {
	padding: 0 0 2px;
	text-decoration: underline;
	color: #000b41;
	font-weight: bold;
}
.wysiwyg p a:hover,
.wysiwyg ul a:hover,
.wysiwyg ol a:hover {
	text-decoration: none;
}
.wysiwyg .fRed a {
	color: #e41c64;
	border-color: #e41c64;
}

/* List  */
.icLink a {
	padding: 0 0 0 15px;
	font-size: 13px;
	color: #000b41;
	background-image: url(../img/help/icon_arrow_link.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

/* Table */
.wysiwyg table {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #dcdcdc;
}
.wysiwyg th,td {
	padding: 7px 20px;
	border: 1px solid #dcdcdc;
}
.wysiwyg table thead th {
	color: #fff;
	background-color: #000b41;
	text-align: center;
}
.wysiwyg table tbody th {
	background-color: #f5f5f5;
}

/* etc */
.wysiwyg iframe {
	max-width: 100%;
	/*height: auto;*/
}
.wysiwyg strong {
	font-weight: bold;
}
.wysiwyg em {
	font-style: italic;
}
.wysiwyg .alignleft,
.wysiwyg .aligncenter,
.wysiwyg .alignright {
	display: block;
}
.wysiwyg .alignleft {
	margin-right: auto;
}
.wysiwyg .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wysiwyg .alignright {
	margin-left: auto;
}

/* ---------------------------------------------
	テンプレート
--------------------------------------------- */
/*Common Space*/
.wysiwyg .imgOnly,
.wysiwyg .txtOnly,
.wysiwyg .imgLTxtR,
.wysiwyg .imgRTxtL,
.wysiwyg .imgL,
.wysiwyg .imgR,
.wysiwyg .imgLR {
	margin: 0 0 10px;
}

/*画像のみ*/
.wysiwyg .imgOnly {
	text-align: center;
}
.wysiwyg .imgOnly img {
	max-width: 100%;
}

/*画像左 テキスト右*/
.wysiwyg .imgLTxtR div {
	float: left;
	width: 49%;
}
.wysiwyg .imgLTxtR p {
	float: right;
	width: 49%;
}

/*画像右 テキスト左*/
.wysiwyg .imgRTxtL div {
	float: right;
	width: 49%;
}
.wysiwyg .imgRTxtL p {
	float: left;
	width: 49%;
}

/*画像左*/
.wysiwyg .imgL div {
	float: left;
	margin: 0 10px 10px 0;
	width: 49%;
}

/*画像右*/
.wysiwyg .imgR div {
	float: right;
	margin: 0 0 10px 10px;
	width: 49%;
}

/*画像左右*/
.wysiwyg .imgLR div {
	width: 49%;
}
.wysiwyg .imgLR div img {
	display: block;
	margin: 0 0 5px;
}
.wysiwyg .imgLR div:first-child {
	float: left;
}
.wysiwyg .imgLR div:last-child {
	float: right;
}

/* ---------------------------------------------
	ご利用方法
--------------------------------------------- */
.twoColumn {
	margin: 0 0 40px;
}
.twoColumn .h2Style {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	color: #fff;
	background-color: #000b41;
	border-bottom: none;
	line-height: 1.5;
}
.twoColumn .h2Style a,
.twoColumn .h2Style span {
	padding: 6px 10px;
	display: block;
	color: #fff;
	position: relative;
}
.twoColumn .h2Style a:after {
	right: 10px;
	background-image: url(../img/help/icon_arrow_wf.png);
}
.twoColumn li a:after {
	right: 10px;
	background-image: url(../img/help/icon_arrow_bk.png);
}
.twoColumn .h2Style a:after,
.twoColumn li a:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 9px;
	margin-top: -5px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 6px 9px;
}
.twoColumn ul {
	margin: 0 10px;
	list-style: none;
}
.twoColumn ul li {
	text-indent: 0;
	padding-left: 0;
	font-size: 13px;
	border-bottom: 1px dotted #dcdcdc;
}
.twoColumn ul li a {
	padding: 5px 20px 5px 0;
	border-bottom: none;
	font-weight: normal;
	color: #000b41;
	display: block;
	text-decoration: none;
	position: relative;
}
.twoColumn ul li a:hover {
	text-decoration: none;
}

/* ---------------------------------------------
	ご登録方法
--------------------------------------------- */
/* パスワードを忘れた場合 */
.passSet {
	margin: 20px 0;
	padding: 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
}
.passSet div {
	margin-bottom: 25px;
	font-weight: bold;
}
.passSet ol {
	margin-bottom: 0;
}
.passSet ol li:after {
	content: "▼";
	display: block;
}
.passSet ol li:last-child:after {
	content: "";
}
.caution {
	margin: 20px 0;
	padding: 15px 20px;
	color: #e41c64;
	border: 1px solid #e41c64;
	font-size: 14px;
}
.caution div {
	margin: 0 0 3px;
}
.caution ul {
	margin-bottom: 0;
}

/* ---------------------------------------------
	お支払い方法
--------------------------------------------- */
.imgBox {
	margin: 0 0 30px;
}

/* ---------------------------------------------
	お問い合わせ
--------------------------------------------- */
.tel {
	margin: 50px 0;
	text-align: center;
}

/* ---------------------------------------------
	サイトマップ
--------------------------------------------- */
.sitemap ul {
	margin-bottom: 10px;
}

/* ---------------------------------------------
	media screen
--------------------------------------------- */
@media print, screen and (min-width:768px) {
	/* ---------------------------------------------
		ご利用方法
	--------------------------------------------- */
	.colL,
	.colR {
		width: 46.9%;
	}
	.colL { float: left;}
	.colR { float: right;}

	/* ---------------------------------------------
		サイトマップ
	--------------------------------------------- */
	.sitemap .colL {
		width: 31%;
	}
	.sitemap .colR {
		width: 66%;
	}
}

@media screen and (max-width:767px) {
	/* ---------------------------------------------
		wysiwyg
	--------------------------------------------- */
	.wysiwyg { font-size: 14px;}

	/* hx */
	.wysiwyg #h1Style {
		padding: 0 0 5px;
		font-size: 20px;
		border-bottom: none;
	}
	.wysiwyg .h2Style { font-size: 15px;}
	.wysiwyg h2,
	.wysiwyg .h2Style {
		font-size: 20px;
		font-weight:bold;
	}
	.wysiwyg .back { margin-top: -12px;}
	.wysiwyg .h3Style {
		margin: 20px 0 15px;
		padding-left: 5px;
	}
	.wysiwyg h3,
	.wysiwyg .h3Style {
		font-size: 15px;
	}

	/* Table */
	.wysiwyg table {
		margin: 10px 0;
	}
	.wysiwyg th,td {
		padding-right: 10px;
		padding-left: 10px;
	}

	/*画像左 テキスト右*/
	.wysiwyg .imgLTxtR div {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.wysiwyg .imgLTxtR p {
		float: none;
		width: 100%;
	}

	/*画像右 テキスト左*/
	.wysiwyg .imgRTxtL div {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.wysiwyg .imgRTxtL p {
		float: none;
		width: 100%;
	}

	/*画像左*/
	.wysiwyg .imgL div {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	/*画像右*/
	.wysiwyg .imgR div {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	/*画像左右*/
	.wysiwyg .imgLR div {
		width: 100%;
		margin-bottom: 10px;
	}
	.wysiwyg .imgLR div img {
		display: block;
		margin: 0;
	}
	.wysiwyg .imgLR div:first-child {
		float: none;
	}
	.wysiwyg .imgLR div:last-child {
		float: none;
	}
	.wysiwyg .imgLR div p {
		margin-top: 5px;
	}

	/* ---------------------------------------------
		ご利用方法
	--------------------------------------------- */
	.twoColumn {
		margin-bottom: 0;
	}
	.twoColumn .colL,
	.twoColumn .colR {
		margin-bottom: 20px;
	}
	.twoColumn .h2Style {
		margin-bottom: 0;
		font-size: 13px;
	}
	.twoColumn .h2Style a,
	.twoColumn .h2Style span {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.twoColumn li a:after,
	.twoColumn .h2Style a:after {
		margin-top: -4px;
		background-size: 5px 8px;
	}
	.twoColumn ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.twoColumn li a::after {
		right: 0;
	}

	/* ---------------------------------------------
		ご登録方法
	--------------------------------------------- */
	/* パスワードを忘れた場合 */
	.passSet {
		margin: 15px 0;
		padding: 24px;
	}
	.caution {
		margin: 15px 0;
		padding: 15px;
	}

	/* ---------------------------------------------
		お支払い方法
	--------------------------------------------- */
	.imgBox {
		margin-bottom: 20px;
		text-align: center;
	}

	/* ---------------------------------------------
		お問い合わせ
	--------------------------------------------- */
	.tel img {
		max-width: 210px;
	}

	/* ---------------------------------------------
		サイトマップ
	--------------------------------------------- */
	.sitemap .colL,
	.sitemap .colR {
		margin-bottom: 0;
	}
	.sitemap .h2Style {
		margin-bottom: 5px;
	}
}
