@charset "utf-8";

@import url("style_base.css");
@import url("style_base__margin_SSlim.css");

/* =============================================================
 　■□■ 1. 全体の定義 ■□■
 ============================================================= */
html {
	background:#f7f7f7;/* 全体【背景】 */
	font-size: 18px;
}
a {
	color: #1585F4;/* リンク【文字色】 */
}


#wrapper{
	width:auto;
	max-width: 800px;
	background:#ffffff;/* コンテンツ【背景】 */
	border:1px solid #d0d0d0;
	margin-left: auto;
	margin-right: auto;
	box-shadow:0px 0px 6px 1px #d1d1d1 inset,0px 0px 22px 0px #d1d1d1;
	-moz-box-shadow:0px 0px 6px 1px #d1d1d1 inset,0px 0px 22px 0px #d1d1d1;
	-webkit-box-shadow:0px 0px 6px 1px #d1d1d1 inset,0px 0px 22px 0px #d1d1d1;
}
.ver_pc #wrapper{
	padding: 30px;
}
.ver_pc #header,
.ver_pc #container,
.ver_pc #footer {
	padding-left:30px;
	padding-right:30px;
}
.ver_smp #wrapper{
	padding: 10px;
}
.ver_smp #header,
.ver_smp #container,
.ver_smp #footer {
	background:#ffffff;/* コンテンツ【背景】 */
}




/* =============================================================
 　■□■ 2. ヘッダー ■□■
 ============================================================= */
.siteName {
	color: #797979;/* 会社名【文字色】 */
}
.formTitle {
	margin-top: 10px;
	color: #797979;
	border-style: solid;
	border-width: 1px;
	border-color: #C5C5C5;
	background: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;

}
/* =============================================================
 　■□■ 3. フッター ■□■
 ============================================================= */
#footer div.jCityLogo {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #C5C5C5;/* コンテンツの区切り線【色】 */
}

/* =============================================================
 　■□■ 4. メイン ■□■
 ============================================================= */

/* ====================================
入力・確認画面
==================================== */
.required {
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	height:17px;
	position: relative;
	z-index: 2;
	font-size: 11px;
	line-height: 17px;
}
	.required:after{
		content: '';
		z-index: -1;
		display: block;
		background: #d01111;
		border-radius: 5px;
		position: absolute;
		width:100%;
		height: 100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
/*
	.required:before{
		content: '';
		position: absolute;
		top: 5px;
		right: -4px;
		width: 0px;
		height: 0px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 4px solid #d01111;
		border-right: 0px solid transparent;
		display: block;
	}
*/
input{
	border: 1px solid #e6e6e6;
	font-size: 17px;
}
/* ----- グループタイトル -----  */
.subTitle{
	background-color: #9E9E9E;/* グループタイトル【背景】 */
	color: #FFFFFF;/* グループタイトル【文字色】 */
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow:1px 1px 1px rgb(178,178,178);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#ffb2b2b2,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#ffb2b2b2,Positive=true);
}

/* ---- 全tableの基本デザイン ---- */
.label{
	background-color: #f7f7f7;/* 項目名【背景】 */
	color: #000000;/* 項目名【文字色】 */
}
.inputField{
	background-color: #ffffff;/* 入力欄【背景】 */
	color: #000000;/* 入力欄【文字色】 */
}
/* ---- 設問用（table、DL）の全体デザイン ---- */
.questionList .label,
.questionList .inputField{
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #cccccc;/* 表（商品）【罫線色】 */
}
.questionList .label{
	position: relative;
	background-clip:padding-box;
}

/* ---- 設問用（table、DL）の詳細レイアウト ---- */

/* ----- プライバシーポリシーとご利用規約 -----  */
.policyWrap, .agreementWrap{
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #cccccc;/* 表（商品）【罫線色】 */
}

/* ----- submitボタン -----  */
.btn_submit{
	-webkit-appearance: none;
	/*background: #63a566;*/
    background: #2b8c30;
	font-size: 1.2em;
	height: 50px;
	letter-spacing: 2px;
	color: #fff;
	border:0;
	padding: 10px;
	min-width: 250px;
	/*text-shadow: 1px 1px 3px #1f4221;*/
	border-radius: 5px;
	/*box-shadow:5px 5px 0px 3px #3c7f40, 0px 0px 3px 1px #5e9461 inset;
	-moz-box-shadow:5px 5px 0px 3px #3c7f40, 0px 0px 3px 1px #5e9461 inset;
	-webkit-box-shadow:5px 5px 0px 3px #3c7f40, 0px 0px 3px 1px #5e9461 inset;*/
}



/* ----- ダブルオプトイン画面用 -----  */
#DoubleOptIn #wrapper {/* 202110 oiz add*/
	padding: 10px 30px;
}
#DoubleOptIn .contentsTitle {/* 202110 oiz add*/
	border-left : 5px solid #003ea1;
	color: #3a3a3a;
	padding-left: 8px;
}
#DoubleOptIn #wrapper th,
#DoubleOptIn #wrapper td {/* 202110 oiz add*/
	padding: 10px;
}
#DoubleOptIn .font_red {
	color: #e90000;
	border: 1px solid #e90000;
	padding: 5px;
	background: #fff2f2;
}
#DoubleOptIn input[type="submit"]:disabled {
	background: #63a566;
}
#DoubleOptIn select {
	padding: 8px;
	border: 1px solid #e6e6e6;
}
#DoubleOptIn .select_wrap {
	display: inline-block;
}
#DoubleOptIn .agreement {
	border: 1px solid #ccc;
	font-size: 1em;
	text-align: left;
	padding: 5px 30px;
}
#DoubleOptIn .agreement pre {
	white-space: pre-wrap;
}
#DoubleOptIn .agreecheck {
	background: #fff2f2;
	padding: 10px;
	margin: 20px 0;
	text-align: center;
}
#DoubleOptIn ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}




/* ====================================
完了画面
==================================== */

/* =============================================================
 　■□■ input関連 ■□■
 ============================================================= */

/* =============================================================
 　メルマガついで登録＆まぐまぐついで登録
 ============================================================= */

.registerWhenSameTime{
	margin-top: 40px;
	margin-bottom: 40px;
}
.registerWhenSameTime form{
	padding: 20px;
	border: 1px solid #c5c5c5;
}
.registerWhenSameTimeTitle{
	margin: -20px -20px  0;
	background: #f7f7f7;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.registerWhenSameTimeBackNumber{
	text-align: right;
}

/* ----- submitボタン -----  */









/* 202110 oiz add */
/* ----- ダブルオプトイン画面用 -----  */
@media only screen and (max-width : 599px) {
	#DoubleOptIn #wrapper {
		padding: 10px;
	}
	#DoubleOptIn #container {
		padding-top: 0em;
	}
	#DoubleOptIn .formTitle {
		font-size: 1.5em;
	}
	#DoubleOptIn .formTable th,
	#DoubleOptIn .formTable td {
		display: block;
	}
	#DoubleOptIn .formTable .label {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		border-bottom: none;
		padding: 0.8em;
		margin-top: -1px;
	}
	#DoubleOptIn .formTable .inputField {
		padding: 10px;
		font-weight: normal;
	}
	#DoubleOptIn .btnArea .btn_submit {
		display: block;
		margin: 0 auto 15px;
		cursor: pointer;
	}
	#DoubleOptIn .btnArea {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	#DoubleOptIn .agreement {
		border-top: 1px solid #ccc;
		border-bottom: none;
		border-left: none;
		border-right: none;
		padding: 5px 0px;

	} 
	#DoubleOptIn .agreecheck {
		padding: 15px;
	}
	#DoubleOptIn input {
		padding: 10px;
		font-size: 1.1em;
	}
	#DoubleOptIn select {
		padding: 10px;
		font-size: 1.1em;
	}
	#DoubleOptIn .select_wrap {
		position: relative;
		width: 30%;
	}
	#DoubleOptIn .select_add_wrap {
		position: relative;
		width: 100%;
	}
	#DoubleOptIn .select_wrap::after,
	#DoubleOptIn .select_add_wrap::after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 5px;
		height: 5px;
		margin-top: -3px;
		content: "";
		border-top: 2px solid #8d8d8d;
		border-left: 2px solid #8d8d8d;
		transform: translateY(-50%) rotate(-135deg);
	}


	#DoubleOptIn select {
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: inline-block;
		line-height: 1.1;
		font-size: 1.1em;
		box-sizing: border-box;
		padding: 12px 10px;
		border: none;
		outline: none;
		border: #e6e6e6 solid 1px;
	}
}







