@charset "utf-8";

/* ******************************************************************

	--style.css--

	1. Style setting
		1-1. Base styles
		1-2. Structure styles

	2. Layout setting
		2-1. Header styles
		2-2. GlobalNavi styles
		2-3. Footer styles
		2-6. Page styles

	99. SP

****************************************************************** */

/*==================================================================
	1. Base setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;/* Noto Sans JP Regular */
	color: #000;
	min-width: 1240px;
	-webkit-text-size-adjust: none;
}

a { color: #00418F; text-decoration: none; outline: none;}
a:hover { color: #0480ff;}

a.underline { text-decoration: underline;}
a.underline:hover { text-decoration: none;}

/* ------------------------------------------------------------------
	1-2. Structure styles
-------------------------------------------------------------------*/
.container { }
.section {
	padding: 60px 0;
}
.wrapper {
	width: 1000px;
	margin: 0px auto;
}
.inner {
	padding: 0 150px;
}

/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Header styles
-------------------------------------------------------------------*/
.header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0 20px 0;
}
.logo {
	display: inline-block;
	vertical-align: middle;
}
.logo img {
	max-height: 37px;
}
.logo_catch {
	display: inline-block;
	margin-left: 15px;
	font-size: 9px;
	font-weight: 500;
}

/* お申し込み／ログインボタン */
.header_tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_btn {
	margin-left: 20px;
}
.header_btn a {
	background: #3362B5;
	border: 1px solid #3362B5;
	border-radius: 4px;
	display: block;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	-webkit-transition: .3s;
	transition: .3s;
}
.header_btn a:hover {
	background: #1C418F;
	border: 1px solid #1C418F;
}
.header_btn.login a {
	background: #FFF;
	border: 1px solid #3362B5;
	color: #3362B5;
}
.header_btn.login a:hover {
	background: #F0F6FF;
}

/* ウェルカムメッセージ */
.header_userinfo {
	font-size: 12px;
	color: #5D5D5D;
}

/* header_nav（SP版のみ表示） */
.header_nav {
	display: none;
}

/* ------------------------------------------------------------------
	2-1_1. SpNavi styles
-------------------------------------------------------------------*/
#sp_nav {
	display: none;
}

/* ------------------------------------------------------------------
	2-2. GlobalNavi styles
-------------------------------------------------------------------*/
.gnav {
	border-bottom: 4px solid #EAE4DA;
}
.gnav .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gnav_item {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.gnav_item::after {
	content: '';
	background: #D9D3C5;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}
.gnav_item:first-child::after {
	display: none;
}
.gnav_item > a {
	display: block;
	padding: 0 50px 15px;
	color: #5D5D5D;
	position: relative;
}
.gnav_item > a:hover {
	color: #3362B5;
}
.gnav_item > a:hover::after { 
	content: '';
	background: #3362B5;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0;
}

/* ------------------------------------------------------------------
	2-3. Footer styles
-------------------------------------------------------------------*/
.footer {
	background: #F3ECE6;
	padding: 30px 0;
	color: #333;
}
.footer .wrapper {
	width: 1200px;
	margin: 0 auto;
}
.fnav {
	border-bottom: 2px solid #DBD3C5;
}
.fnav_item {
	padding-bottom: 20px;
}
.fnav_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fnav_col_01 {
	width: 230px;
}
.fnav_col_02 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.fnav_title {
	font-size: 14px;
	font-weight: 700;
}
.fnav_list {
	font-size: 0;
}
.fnav_list li {
	border-right: 1px solid #333;
	padding-right: 15px;
	margin: 3px 15px 10px 0;
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
}
.fnav_list li:last-child {
	border: none;
}
.fnav_list a {
	color: inherit;
}
.fnav_list a:hover {
	text-decoration: underline;
}
.footer_text {
	padding: 25px 0 20px 0;
	font-size: 10px;
	text-align: center;
}
.copyright {
	text-align: center;
	font-size: 10px;
}

/* ------------------------------------------------------------------
	2-6. Page styles
-------------------------------------------------------------------*/

/* ------------------------------------
	道新ID トップ ここから
------------------------------------*/
/* mv */
.mv {
	background: url(../img/mv.svg) no-repeat left top;
	background-size: cover;
}
.mv .wrapper {
	height: 420px;
	position: relative;
}
.mv_parts {
	width: 420px;
	position: absolute;
	top: 20px;
	right: 0;
}
.mv_catch {
	margin-bottom: 15px;
}
.mv_text {
	margin-bottom: 30px;
}
.mv .contents_btn_link_02 {
	margin-bottom: 22px;
}

/* SP用_登録／ログインボタン */
.entry_parts {
	display: none;
}

@media only screen and (max-width: 640px) {
	.mv {
		background: url(../img/mv_sp.svg) no-repeat left top;
		background-size: cover;
	}
	.mv .wrapper {
		height: 160px;
	}
	.mv_parts {
		width: 51.2%;
		position: absolute;
		top: 50%;
		left: 43.6%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.mv_catch {
		margin-bottom: 10px;
	}
	.mv_text {
		margin-bottom: 0;
		font-size: 10px;
	}
	.mv .contents_btn_link {
		display: none;
	}
	
	/* SP用_登録／ログインボタン */
	.entry_parts {
		display: block;
		background: #F9F5F2;
		padding: 20px 18px;
	}
	.entry_btn_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.entry_btn {
		width: 48%;
		text-align: center;
	}
	.entry_btn a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #3362B5;
		border: 1px solid #3362B5;
		border-radius: 5px;
		padding: 12px 25px;
		height: 100%;
		font-size: 16px;
		font-weight: 700;
		color: #FFF;
		position: relative;
	}
	.entry_btn a:after {
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		content: "\f054";
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #FFF;
	}
	.entry_btn.login a {
		background: #FFF;
		color: #3362B5;
	}
	.entry_btn.login a:after {
		color: #3362B5;
	}
	
}

/* おすすめサービス */
.section_rec {
	padding-top: 40px;
}
.section_rec .wrapper {
	border-top: 1px solid #707070;
	width: 1012px;
	padding: 25px 0 50px 0;
}
.rec_slide_wrap {
	position: relative;
}
#rec_slide {
	padding: 0 6px 6px 6px;
}
#rec_slide .swiper-slide {
	height: auto;
}
.rec_item {
	background: #FEF9F4;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.rec_item a {
	display: block;
	padding: 15px 15px 30px;
	color: #000;
}
.rec_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.rec_text { }

/* ページネーションのスタイル */
.rec_slide_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -35px;
}
.rec_slide_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #D9D3C5;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	opacity: 1;
}
.rec_slide_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #3362B5;
}

/* 前ページ、次ページボタンのスタイル */
.rec_slide_wrap .swiper-button-prev,
.rec_slide_wrap .swiper-button-next {
	width: 68px;
	height: 68px;
	margin-top: -34px;
	outline: none;
}
.rec_slide_wrap .swiper-button-prev:after,
.rec_slide_wrap .swiper-button-next:after {
	display: none;
}
.rec_slide_wrap .swiper-button-next {
	background: url(../img/button_next.svg) no-repeat left center;
	background-size: 68px 68px;
	right: -40px;
}
.rec_slide_wrap .swiper-button-prev {
	background: url(../img/button_prev.svg) no-repeat left center;
	background-size: 68px 68px;
	left: -40px;
}

@media only screen and (max-width: 640px) {
	.section.section_rec {
		padding-top: 40px;
	}
	.section_rec .wrapper {
		border-top: 1px solid #DAD3C6;
		width: 100%;
		padding: 40px 0 50px 0;
	}
	#rec_slide {
		padding: 0 0 6px 20px;
	}
	.rec_item a {
		padding: 14px 14px 25px;
	}
	.rec_title {
		height: 75px;
		font-size: 18px;
	}
	.rec_text {
		font-size: 14px;
		line-height: 1.7;
	}

	/* 前ページ、次ページボタンのスタイル */
	.rec_slide_wrap .swiper-button-prev,
	.rec_slide_wrap .swiper-button-next {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		z-index: 1;
	}
	.rec_slide_wrap .swiper-button-next {
		background-size: 50px 50px;
		right: 0;
	}
	.rec_slide_wrap .swiper-button-prev {
		background-size: 50px 50px;
		left: 0;
	}

}

/* サービス一覧 */
.section_service {
	background: #F9F5F2;
}
.service_list {
	background: #FFF;
}
.service_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dashed #D0D0D0;
	padding: 30px;
}
.service_item:last-of-type {
	border: none;
}
.service_head {
	width: 260px;
	margin-right: 50px;
}
.service_body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.service_title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #3362B5;
}
.service_title a {
	color: inherit;
}
.service_title a:hover {
	color: #00418F;
}
.service_title a::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f08e";
	margin-left: 20px;
	color: #707070;
	opacity: 0.4;
}
.service_text { }

/* 登録完了ページ用のサービス一覧 */
.service_list_line {
	border: 1px solid #D8D3C6;
	border-radius: 10px;
}
.service_announcement {
	padding: 30px 0 10px 0;
	text-align: center;
	color: #ED5024;
	font-weight: 700;
}

/* ボタン */
.service_btn {
	margin-top: 20px;
}
.service_btn_link { 
	display: inline-block;
	width: 220px;
}
.service_btn_link a {
	display: block;
	background: #FFF;
	border: 1px solid #00418F;
	border-radius: 5px;
	padding: 12px 45px;
	font-weight: 500;
	color: #00418F;
	text-align: center;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}
.service_btn_link a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	color: #00418F;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
}
.service_btn_link a:hover {
	background: #F0F6FF;
}

/* 横並びボタン */
.service_btn.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service_btn.flex .service_btn_link {
	width: 254px;
}
.service_btn.flex .service_btn_link:not(:first-child) {
	margin-left: 30px;
}
.service_btn.flex .service_btn_link a {
	padding: 10px 45px;
	font-weight: 700;
}

/* アプリのダウンロード */
.app_parts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0;
	text-align: center;
}
.app_download {
	padding: 0 20px;
	text-align: center;
}
.app_catch {
	margin: 18px 0 15px 0;
	font-size: 18px;
	font-weight: 700;
	color: #3362B5;
}
.app_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.app_link a:not(:first-child) {
	margin-left: 20px;
}

@media only screen and (max-width: 640px) {
	.section.section_service {
		padding: 40px 0 40px 0;
	}
	.section_service .heading_title {
		font-size: 20px;
	}
	.service_item {
		display: block;
		padding: 30px 15px;
	}
	.service_head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.service_thm {
		width: 100px;
		margin-right: 20px;
	}
	.service_title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
		color: #3362B5;
	}
	.service_title a::after {
		margin-left: 15px;
	}
	
	/* 登録完了ページ用のサービス一覧 */
	.service_announcement {
		padding: 30px 15px 10px 15px;
		text-align: left;
	}

	/* ボタン */
	.service_btn {
		margin-top: 30px;
	}
	.service_btn_link { 
		width: 100%;
	}

	/* 横並びボタン */
	.service_btn.flex {
		display: block;
	}
	.service_btn.flex .service_btn_link {
		width: 100%;
	}
	.service_btn.flex .service_btn_link:not(:first-child) {
		margin-left: 0;
		margin-top: 20px;
	}

	/* アプリのダウンロード */
	.app_parts {
		display: block;
	}
	.app_download {
		padding: 0 0 20px 0;
	}
	.app_catch {
		margin: 0 0 10px 0;
		font-size: 17px;
		color: #00418F;
	}
	.app_link img {
		max-height: 40px;
	}

}

/* ------------------------------------
	道新ID トップ ここまで
------------------------------------*/

/* ------------------------------------
	ログイン系 ここから
------------------------------------*/
.section_enter {
	padding-top: 50px;
}
.enter_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.enter_item {
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	padding: 25px 52px 50px 52px;
	width: 490px;
}
.enter_item:not(:first-child) {
	margin-left: 20px;
}
.enter_heading {
	border-bottom: 4px solid #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
	color: #00418F;
	text-align: center;
}

/* ログイン用 */
.enter_item.login {
	background: #FEF9F4;
	border: 1px solid #D8D3C6;
}
.enter_item.login .enter_heading {
	border-bottom: 4px solid #EDE4DB;
}
.enter_form {
	margin-bottom: 20px;
}
.enter_form_subject {
	margin-bottom: 10px;
	font-weight: 700;
}
.enter_form_body .form_text {
	padding: 10px 15px;
}
.enter_autologin {
	margin-top: 15px;
	text-align: center;
}
.enter_btn {
	text-align: center;
	margin-top: 40px;
}
.enter_btn .form_btn {
	width: 240px;
}
.enter_btn .form_btn::after {
	right: 40px;
}
.enter_text {
	margin-bottom: 25px;
}
.enter_assist {
	margin: 15px 70px 0;
	font-size: 14px;
}

@media only screen and (max-width: 640px) {
	.section.section_enter {
		padding: 30px 0 40px 0;
	}
	.section_enter .wrapper {
		padding: 0 15px;
	}
	.enter_list {
		display: block;
	}
	.enter_item {
		border-radius: 10px;
		padding: 20px 20px 30px 20px;
		margin-bottom: 25px;
		width: 100%;
	}
	.enter_item:not(:first-child) {
		margin-left: 0;
	}
	.enter_heading {
		padding-bottom: 12px;
		margin: 0 35px 25px 35px;
		font-size: 24px;
	}

	/* ログイン用 */
	.enter_form {
		margin-bottom: 15px;
	}
	.enter_form_subject {
		font-size: 14px;
	}
	.enter_btn {
		margin-top: 30px;
	}
	.enter_btn .form_btn {
		width: 100%;
	}
	.enter_text {
		padding: 0 10px;
	}
	.enter_assist {
		margin: 10px 0 0;
	}

}

/* ------------------------------------
	ログイン系 ここまで
------------------------------------*/

/* ------------------------------------
	入力フォーム系 ここから
------------------------------------*/
/* ステップバー */
.stepbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 660px;
	margin: -10px auto 40px;
}
.stepbar li {
	width: 33.333%;
	font-size: 14px;
	font-weight: 700;
	color: #AAAAAA;
	text-align: center;
	position: relative;
}
.stepbar li:before {
	content: '';
	display: block;
	border-radius: 50%;
	background: #D0D0D0;
	width: 20px;
	height: 20px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 1;
}
.stepbar li:after {
	content: '';
	background: #D0D0D0;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 10px;
	left: -50%;
}
.stepbar li:first-child:after {
	content: none;
}
/* stepbar complete */
.stepbar li.complete {
	color: #3362B5;
}
.stepbar li.complete:before {
	background: #3362B5;
}
.stepbar li.complete:after {
	background: #3362B5;
}

/* ステップバーのチェック */
.stepbar li.stepbar_check::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

/* 新規ご登録キャンペーン */
.campaign_area {
	border: 4px solid #EAE4DA;
	border-radius: 2px;
	padding: 25px;
	margin-bottom: 40px;
}
.campaign_title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

/* フォーム共通パーツ */
.form_guide_text {
	text-align: center;
}
.form_wrap { }
.form_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form_list:last-of-type {
	border-bottom: 1px solid #D8D3C6;
}
.form_item {
	padding: 20px;
}
.form_item.subject {
	background: #F9F5F2;
	border-top: 1px solid #D8D3C6;
	border-left: 1px solid #D8D3C6;
	width: 230px;
	font-weight: 700;
}
.form_item.body {
	border-top: 1px solid #D8D3C6;
	border-right: 1px solid #D8D3C6;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* 入力内容の確認パーツ */
.form_wrap.confirm .form_item.body {
	color: #333;
}
.form_wrap.confirm .form_item.body span {
	font-size: 10px;
	color: #6E6E6E;
}

/* 利用規約の同意パート */
.terms_area {
	background: #F7F7F7;
	padding: 15px 30px 30px 30px;
	margin-top: 40px;
}
.terms_title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.terms_box {
	background: #fff;
	border: 1px solid #707070;
	padding: 15px 8px 0 8px;
	margin-top: 15px;
	overflow: auto;
}
.terms_box .scroll_area {
	height: 130px;
	padding: 0 15px;
	overflow-y: scroll;
}
.terms_check {
	margin-top: 15px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	/* ステップバー */
	.stepbar {
		width: 100%;
		margin: 0 auto 40px;
	}
	.stepbar li {
		font-size: 13px;
	}

	/* 新規ご登録キャンペーン */
	.campaign_area {
		padding: 30px 15px;
		margin-bottom: 60px;
	}
	
	/* フォーム共通パーツ */
	.form_guide_text {
		text-align: left;
	}
	.form_list {
		display: block;
	}
	.form_list:last-of-type {
		border-bottom: none;
	}
	.form_item {
		padding: 0;
	}
	.form_item.subject {
		background: none;
		border-top: none;
		border-left: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.form_item.body {
		border-top: none;
		border-right: none;
		margin-bottom: 40px;
	}

	/* 利用規約の同意パート */
	.terms_area {
		padding: 15px 15px 30px 15px;
		margin-top: 60px;
	}
	.terms_box .scroll_area {
		padding: 0 10px;
	}
	.terms_check {
		margin-top: 20px;
	}

}

/* ------------------------------------
	入力フォーム系 ここまで
------------------------------------*/

/* ------------------------------------
	MY系 ここから
------------------------------------*/
.section_my_top .heading_type_01 {
	padding-bottom: 10px;
}
.my_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.my_info_name {
	font-weight: 700;
}
.my_info_status {
	border: 1px solid #00418F;
	border-radius: 50px;
	padding: 0 8px;
	margin-left: 15px;
	font-size: 9px;
	color: #00418F;
}

.my_guide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.my_guide_item {
	border: 1px solid #D8D3C6;
	border-radius: 10px;
	width: 320px;
	overflow: hidden;
}
.my_guide_title {
	background: #EAE4DA;
	padding: 15px;
	font-weight: 700;
	text-align: center;
}
.my_guide_link {
	padding: 25px;
	font-size: 14px;
	font-weight: 700;
}
.my_guide_link > li {
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
.my_guide_link > li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0da";
	font-size: 12px;
	color: #D8D3C6;
	position: absolute;
	top: 5px;
	left: 0;
}
.my_guide_link a {
	color: #3362B5;
}
.my_guide_link a:hover {
	text-decoration: underline;
}

/* メールマガジン設定 */
.setting_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.setting_list:last-of-type {
	border-bottom: 1px solid #D8D3C6;
}
.setting_item { }
.setting_item.subject {
	background: #F9F5F2;
	border-top: 1px solid #D8D3C6;
	border-left: 1px solid #D8D3C6;
	width: 150px;
	padding: 20px;
	font-weight: 700;
}
.setting_item.body {
	border-top: 1px solid #D8D3C6;
	border-right: 1px solid #D8D3C6;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.setting_item.body .form_flex:not(:first-child) {
	border-top: 1px solid #D8D3C6;
}
.setting_check {
	width: 75px;
}
.setting_article {
	border-right: 1px solid #D8D3C6;
	padding: 20px 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.setting_title {
	margin-bottom: 10px;
	font-weight: 700;
}

@media only screen and (max-width: 640px) {
	.section_my_top .heading_type_01 {
		padding-bottom: 15px;
	}
	.my_guide {
		display: block;
	}
	.my_guide_item {
		width: 100%;
		margin-bottom: 25px;
	}

	/* メールマガジン設定 */
	.setting_list {
		border-bottom: 1px solid #D8D3C6;
		display: block;
		margin-bottom: 30px;
	}
	.setting_item.subject {
		background: #EAE4DA;
		border-top: none;
		border-left: none;
		width: 100%;
		text-align: center;
		padding: 13px 0;
	}
	.setting_item.body {
		border-top: none;
		border-left: 1px solid #D8D3C6;
	}
	.setting_item.body .form_flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.setting_check {
		width: 56px;
	}
	.setting_article {
		border-right: none;
		padding: 15px 15px 15px 0;
	}

}

/* ------------------------------------
	MY系 ここまで
------------------------------------*/

/* ------------------------------------
	ヘルプページここから
------------------------------------*/
.qa_list {
	margin-bottom: 80px;
}
.qa_item {
	border-bottom: 1px solid #D0D0D0;
}
.qa_title {
	padding: 20px 80px 20px 55px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.qa_title:before {
	content: 'Q：';
	position: absolute;
	top: 20px;
	left: 25px;
}
.qa_title:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f078';
	font-size: 24px;
	position: absolute;
	top: 20px;
	right: 30px;
}
.qa_title.open:after {
	content: '\f077';
}
.qa_article {
	display: none;
	background: #FEF9F4;
	padding: 30px 35px;
	margin: 0 30px 20px 25px;
}
.qa_answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.qa_icon {
	background: #3362B5;
	border-radius: 8px;
	width: 34px;
	height: 34px;
	margin-right: 20px;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
.qa_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.75;
}

@media only screen and (max-width: 640px) {
	.qa_list {
		margin-bottom: 60px;
	}
	.qa_title {
		padding: 15px 50px 15px 25px;
		font-size: 14px;
	}
	.qa_title:before {
		top: 15px;
		left: 0;
	}
	.qa_title:after {
		font-size: 20px;
		top: 15px;
		right: 10px;
	}
	.qa_article {
		padding: 15px;
		margin: 0 0 20px 0;
	}
	.qa_icon {
		width: 30px;
		height: 30px;
		margin-right: 15px;
		font-size: 18px;
	}

}

/* ------------------------------------
	ヘルプページここまで
------------------------------------*/




/*==================================================================
	99. SP
===================================================================*/

@media only screen and (max-width: 640px) {

/*==================================================================
	1. Base setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Base styles
-------------------------------------------------------------------*/
body {
	min-width: 100%;
}

/* ------------------------------------------------------------------
	1-2. Structure styles
-------------------------------------------------------------------*/
.container {
	margin-top: 60px;
}
.section {
	padding: 30px 0 40px 0;
}
.wrapper {
	width: 100%;
	padding: 0 20px;
}
.inner {
	padding: 0;
}

/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Header styles
-------------------------------------------------------------------*/
.header {
	background: #FFF;
	border-bottom: 2px solid #DBD3C5;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.header--unpinned {
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
}
.header .wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 12px 10px 12px 15px;
}
.header_logo {
	position: relative;
	margin-top: -2px;
}
.logo img {
	max-height: 28px;
}
.logo_catch {
	margin-left: 0;
	position: absolute;
	left: 0;
	bottom: -7px;
	font-weight: 500;
	white-space: nowrap;

	/* chromeで10px以下のfontを表示させるためのstyle */
	font-size: 10px;
	transform: scale(0.6);
	transform-origin: left center;
}

/* お申し込み／ログインボタン */
.header_tools {
	margin-left: auto;
}
.header_btn {
	margin-left: 10px;
}
.header_btn a {
	padding: 3px 7px;
	font-size: 11px;
	white-space: nowrap;
}
	
/* ウェルカムメッセージ（SP版は非表示） */
.header_userinfo {
	display: none;
	font-size: 10px;
}
	
/* header_nav（SP版のみ表示） */
.header_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 5px;
}
.header_nav_item {
	display: block;
	width: 50px;
	text-align: center;
}
.header_nav_item a {
	display: block;
}
.header_nav_item span {
	display: block;
	font-size: 9px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #999;
}
.header_nav_item.drawer-toggle a:before {
	content: '';
	display: block;
	background: url(../img/menu_open.svg) no-repeat center top;
	background-size: 100%;
	width: 28px;
	height: 24px;
	margin: 0 auto;
}
.drawer-open .header_nav_item.drawer-toggle a:before {
	background: url(../img/menu_close.svg) no-repeat center top;
	background-size: 100%;
}
.header_nav_item.drawer-toggle span:before {
	display: block;
	content: 'メニュー';
}
.drawer-open .header_nav_item.drawer-toggle span:before {
	content: '閉じる';
}

/* ------------------------------------------------------------------
	2-1_1. SpNavi styles
-------------------------------------------------------------------*/
#sp_nav {
	display: block;
	top: 60px;
	right: -80%;
	width: 80%;
}
.drawer--right.drawer-open #sp_nav {
	right: 0;
}
.drawer-overlay {
	background-color: rgba(0,0,0,.4) !important;
}
.sp_nav_head {
	background: #F3ECE6;
	padding: 20px;
	font-weight: 700;
}
.sp_nav_list {
	padding: 0 15px 40px 15px;
}
.sp_nav_list:last-child {
	padding-bottom: 150px;
}
.sp_nav_list > li {
	border-bottom: 1px solid #DAD3C6;
	font-weight: 500;
}
.sp_nav_list > li a {
	display: block;
	padding: 15px 30px 15px 10px;
	color: inherit;
	position: relative;
}
.sp_nav_list > li a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	color: #00418F;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ------------------------------------------------------------------
	2-2. GlobalNavi styles
-------------------------------------------------------------------*/
.gnav {
	display: none;
}

/* ------------------------------------------------------------------
	2-3. Footer styles
-------------------------------------------------------------------*/
.footer {
	padding: 15px 0 30px 0;
}
.footer .wrapper {
	width: 100%;
	padding: 0 15px;
}
.fnav {
	border-bottom: none;
}
.fnav_item {
	border-bottom: 1px solid #DBD3C5;
	padding: 15px 0 10px 0;
}
.fnav_flex {
	display: block;
}
.fnav_col_01 {
	width: 100%;
	margin-bottom: 10px;
}
.fnav_title {
	font-size: 16px;
	color: #534A46;
}
.fnav_list li {
	padding-right: 10px;
	margin: 3px 10px 10px 0;
	font-size: 10px;
}
.footer_text {
	padding: 20px 0 20px 0;
	text-align: left;
}




}
















