.form_wf .headerAreaIn .logoArea .logo a,
.form_group .headerAreaIn .logoArea .logo a{
	width:auto !important;
}

@media screen and (min-width: 768px) {
	.simpleHeader#header.headerArea {
		min-width: 100%;
	}
	.simpleHeader.headerArea .headerAreaIn .topBar {
		padding:23px 10px 25px !important;
		max-width: 1112px;
		width: 100%;
		box-sizing: border-box;
	}
	.simpleHeader.headerArea .headerAreaIn #logo a{
		display:block;
		line-height:0;
	}
}
@media screen and (max-width: 767px) {

	.simpleHeader#header.headerArea{
		position:relative;
		font-family:'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',メイリオ,Meiryo,sans-seri;
		font-size:14px;
		background:#fff;
		min-height:0;
		min-width:100%;
		border:0;
		padding:0;
		border-top:4px solid #ff0000;
	}
	.simpleHeader#header.headerArea:after{
		content:'';
		position:absolute;
		left:0;
		bottom:0;
		display:block;
		width:100%;
		height:1px;
		background:#e2e2e2;
		visibility:visible;
	}
	.simpleHeader.headerArea .headerAreaIn{
		margin:0 auto;
		padding:0 10px;
		-webkit-box-sizing:unset;
		-moz-box-sizing:unset;
		box-sizing:unset;
	}
	.simpleHeader.headerArea .headerAreaIn .logoArea{
		float:left;
		border:none!important;/* v1 */
		padding:0!important;/* v1 */
	}
	.simpleHeader.headerArea .headerAreaIn .logoArea .logo{
		margin:0!important;
		border:0;
		padding:0;
		margin:0;
	}
	.simpleHeader.headerArea .headerAreaIn .logoArea .logo a{
		display:block;
		line-height:0;
	}
	.simpleHeader.headerArea .headerAreaIn .logoArea .logo a img{
		width:100%;
		height:auto;
	}

	.simpleHeader.headerArea .headerAreaIn .topBar{
		position:relative;
		z-index:1;
		margin-right:50px;
		padding-top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.simpleHeader.headerArea .headerAreaIn .subNavigationArea{
		display:none;
	}
	.simpleHeader.headerArea .headerAreaIn img{
		max-width:none;
		width:auto;
	}
	.simpleHeader.headerArea .headerAreaIn{
		position:relative;
		width:96%;
		padding:19px 2%;
	}
	.simpleHeader.headerArea .headerAreaIn .logoArea .logo a{
		width:207px;
	}
}
/*  end:.headerArea */

/*-----------------------------*/
.mt5{ margin-top:5px;}
.mt20{ margin-top: 20px;}
.mt35{ margin-top:35px;}
.ml1em{ margin-left: 1em;}
.ml20{ margin-left: 20px;}
.ml30{ margin-left: 30px;}
.ml75{ margin-left: 75px;}
.mb16{ margin-bottom:16px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb75{ margin-bottom:75px;}
.mb80{ margin-bottom:80px;}

#privacyPolicy #headLine01{
	font-weight:bold;
	font-size:100%;
	color:#ff5565;
	margin-bottom:1em;
}
#privacyPolicy #privacyPolicyBox{
	margin: 24px 0 20px;
	width:100%;
	height:347px;
	padding:14px 20px;
	overflow: auto;
	border:1px solid #c2c2c2;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyBox{
		height:auto;
		margin-bottom: 0;
		padding: 0;
		overflow: unset;
		border-bottom: none;
	}
}

#privacyPolicy #privacyPolicyBox p + p{
	margin-top: 1em;
}

#privacyPolicy #privacyPolicyBox .hc-list {
	margin-top: 1em !important;
}

#privacyPolicy #privacyPolicyBox p + .hc-list--indent {
	margin-top: 0 !important;
}

#privacyPolicy #privacyPolicyBox .hc-list + p{
	margin-top: 1em;
}

#privacyPolicy #privacyPolicyBox #headLine02{
	font-weight:bold;
	border-bottom:1px solid #c2c2c2;
	padding-bottom: 8px;
	margin-bottom: 20px;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyBox #headLine02{
		margin-bottom: 0;
		padding: 24px 54px 24px 10px;
		border-bottom: 1px solid #c2c2c2;
		background: #f6f6f6;
		position: relative;
		pointer-events: all;
	}
}

@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyBox #headLine02::after{
		display: block;
		content: '';
		width: 22px;
		height: 22px;
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		background: url(/common/rwd/images/rn/icon_accordion.svg);
	}
}

@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyBox .is-active#headLine02::after{
		background: url(/common/rwd/images/rn/icon_accordion_on.svg);
	}
}

#privacyPolicy #privacyPolicyBox dl{
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyBox dl{
		font-size: 14px;
	}
}

#privacyPolicy #privacyPolicyBox dt{
	font-weight:bold;
	margin-bottom:0.5em;
}
#privacyPolicy #privacyPolicyBox dd{
	margin-bottom:1em;
	margin-inline-start: 0;
}
#privacyPolicy #privacyPolicyBox dd.links{
	padding-left: 15px;
	background-image: url(../img/marker-arrow.gif);
	background-position: 0 0.45em;
	background-position: 0 0.1em;
	background-repeat: no-repeat;
	line-height: 1.2em;
}
#privacyPolicy #privacyPolicyBox .hc-list--indent {
	padding-left: 1em;
}

#privacyPolicy #privacyPolicyBox .hc-list-num {
	margin: 16px 0 8px;
	padding-left: 2em;
}

#privacyPolicy #privacyPolicyBox .hc-text-note {
	margin-top: 0;
}

#privacyPolicy #privacyPolicyCheck{
	width:100%;
	text-align:center;
	padding:26px 0;
	margin-bottom: 30px;
	background:#f6f6f6;
}

@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyCheck{
		padding: 16px 8px;
		border: 1px solid #c2c2c2;
		border-top: none;
		box-sizing: border-box;
	}
}

#privacyPolicy #privacyPolicyCheck p {
	padding-bottom: 24px;
}


@media screen and (max-width: 767px) {
	#privacyPolicy #privacyPolicyBox #privacyPolicyList {
		padding: 16px 8px;
		display: none;
		transition: all 3s;
	}
}

#privacyPolicy #privacyPolicyBox #privacyPolicyList dt{
	margin-bottom: 4px;
}

#privacyPolicy #privacyPolicyBox #privacyPolicyList dd{
	margin-bottom: 8px;
}

#privacyPolicy #privacyPolicyList dt.underline {
	text-decoration: underline;
}

#privacyPolicy #privacyPolicyList .bgArea {
	background: #f5f5f5;
    border: 1px solid #ddd;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 8px 8px 0 8px;
}


#privacyPolicy #privacyPolicyCheck span.req {
	color: #fff;
	font-size: 80%;
	background: #f00;
	padding: 1px 2px;
	position: relative;
	top: -1px;
	margin-left: 3px;
}
#privacyPolicy #privacyPolicyCheck form input{
	margin:0 8px 0 0;
	vertical-align: 0em;
}

#privacyPolicy #privacyPolicyCheck .hc-checkbox{
	margin: 0;
}

/*-------------------*/
ul.formList{
	margin:30px 0 50px;
}
ul.formList li dl span.req{
	color:#fff;
	font-size:80%;
	background:#f00;
	padding:1px 2px;
	position: relative;
	top: -1px;
	margin-left: 3px;
	white-space:nowrap;
}

ul.formList .notes {
/*	padding: 39px 9px 0;
*/}

ul.formList li dd p.read{
	font-size:90%;
	padding:25px 30px 0;
}
ul.formList li dd.notes{
	margin:38px 0 0 20px;
	font-size:75%;
}
/*--------------------*/
p.systemerr_txt{
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
	padding: 32px;
	font-size: 18px;
	color: var(--main-color);
	line-height: 1.33;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	p.systemerr_txt{
		max-width: 360px;
    padding: 32px 24px;
	}
}

p.systemerr_txt::before,
p.systemerr_txt::after {
	position: absolute;
	content: '';
	z-index: -1;
}

p.systemerr_txt::before {
	background: linear-gradient(to right, #E60012 0%, #FF7C4B 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 14px;
}

p.systemerr_txt::after {
	border-radius: 12px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: var(--main-bg);
	top: 2px;
	left: 2px;
}
/*--------------------*/
.error,.error_zip {
	position:relative;
}
.error p.error_txt{
	font-size:80%;
	background: url(../img/bg_error.gif) no-repeat 15px bottom;
	padding:10px 0 16px;
	color:#fff;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 10;
	min-width: 230px;
}

#privacyPolicy .error p.error_txt {
	font-size: 80%;
	background: url(../img/bg_error.gif) no-repeat 15px 33px;
	padding: 10px 0 14px;
	color: #fff;
	position: absolute;
	top: -16px;
	left: 10px;
	z-index: 10;
	min-width: 230px;
	text-align:left;
}

#campaignImg{
	margin-bottom:30px;
	text-align:center;
}

/* ボタンの位置 */
.text.ver01 ul,
.text.ver02 ul,
.text.ver03 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.text.ver01 ul,
	.text.ver02 ul,
	.text.ver03 ul {
		align-items: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.text.ver02 ul li:not(:first-child),
	.text.ver02 ul li:not(:first-child) {
		margin-top: 24px;
	}
}

/* ボタンのborder + 基本size */
.text.ver01 a,
.text.ver02 a,
.text.ver03 a {
	width: 320px;
	box-sizing: border-box;
	display: block;
	position: relative;
	min-height: 44px;
	border-radius: 30px;
	background: var(--main-bg);
}

@media screen and (max-width: 767px) {
	.text.ver01 a,
	.text.ver02 a,
	.text.ver03 a {
		width: 280px;
		font-size: 13px;
		line-height: 1.2;
		min-height: 40px;
	}
}

.text.ver01 a:hover,
.text.ver02 a:hover,
.text.ver03 a:hover {
	text-decoration: none !important;
	background: linear-gradient(135deg, var(--main-gradation));
	color: var(--main-bg);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
	.text.ver01 a:hover,
	.text.ver02 a:hover,
	.text.ver03 a:hover {
		background: var(--main-bg);
		color: var(--main-color);
		box-shadow: none;
	}
}

.text.ver01 a:hover.text.ver01 a span::after,
.text.ver02 a:hover.text.ver02 a span::after,
.text.ver03 a:hover.text.ver03 a span::after {
	border: none;
}

@media screen and (max-width: 767px) {
	.text.ver01 a:hover.text.ver01 a span::after,
	.text.ver02 a:hover.text.ver02 a span::after,
	.text.ver03 a:hover.text.ver03 a span::after {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		border-radius: 30px;
		content: '';
		border: solid 2px var(--main-color);
	}
}

.text.ver01 a span,
.text.ver02 a span,
.text.ver03 a span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	padding: 11px 32px;
}

@media screen and (max-width: 767px) {
	.text.ver01 a span,
	.text.ver02 a span,
	.text.ver03 a span {
		padding: 10px 32px;
		min-height: 40px;
	}
}

.text.ver01 a span::after,
.text.ver02 a span::after,
.text.ver03 a span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 30px;
	content: '';
	border: solid 2px var(--main-color);
}

/* ボタンの矢印 */
.text.ver01 a::before,
.text.ver01 a::after,
.text.ver02 a::before,
.text.ver02 a::after,
.text.ver03 a::before,
.text.ver03 a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}

.text.ver01 a::before,
.text.ver02 a::before,
.text.ver03 a::before {
	background: url(/common/rwd/images/rn/icon_arrow_white.svg) no-repeat center / 100% auto;
	width: 10px;
	height: 5px;
	z-index: 1;
	right: 17px;
}

.text.ver01 a::after,
.text.ver02 a::after,
.text.ver03 a::after {
	background: linear-gradient(-45deg, #FF7C4B, var(--main-color));
	width: 34px;
	height: 34px;
	border-radius: 50%;
	right: 6px;
}

@media screen and (max-width: 767px) {
	.text.ver01 a::after,
	.text.ver02 a::after,
	.text.ver03 a::after {
		width: 30px;
    height: 30px;
	}
}

/* ボタン2つ並び */
.text.ver02 .second {
	margin-left: 80px;
}

@media screen and (max-width: 767px) {
	.text.ver02 .second {
		margin: 24px 0 0 ;
	}
}

/* ボタン3つ並び */
.text.ver03 li a {
	width: 230px;
}

.text.ver03 .second,
.text.ver03 .last {
	margin-left: 24px;
}

@media screen and (max-width: 767px) {
	.text.ver03 .second,
	.text.ver03 .last {
		margin: 24px 0 0 ;
	}
}
