@charset "utf-8";

/* ----------------------------------------
   同意画面
---------------------------------------- */
body.agree h2 {
	margin: 0 0 20px;
}
body.agree h2.section_head {
	margin: 0;
}
#frame_wrapper {
	height: 300px;
	overflow-y: scroll;
	margin: 0px 0px 20px 0px;
	border: solid #CCC 2px;
	-webkit-overflow-scrolling:touch;
}
#page_privacy {
	margin: 0;
	padding: 20px 0;
}
input#agreement_02 {
	margin-left: 20px;
}

/* 「満年齢」表示 */
#age {
	display: inline-block;
	width: 40px;
	padding: 5px;
	background: #fff;
	color: #999;
	border: 1px solid #e0e0e0;
	text-align: center;
}

/* 暗証番号 */
ul.numeric-key {
	border-left: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
}
ul.numeric-key li {
	display: inline-block;
	width: 10%;
}
ul.numeric-key li a {
	display: block;
	padding: 5px 20px;
	text-align: center;
	border-bottom: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
}
ul.operation-key {
	margin-top: 10px;
	text-align: center;
}
ul.operation-key li {
	display: inline-block;
	width: 20%;
	border: 1px solid #9c9c9c;
}
ul.operation-key li:first-child {
	border-right: none;
}
ul.operation-key li a {
	display: block;
	padding: 5px 20px;
	text-align: center;
}
@media screen and (max-width: 1000px) {

	/* 暗証番号 */
	ul.numeric-key li {
		width: 33.33%;
	}
	ul.numeric-key li a {
		padding: 20px 0;
		font-size: 140%;
	}
	ul.operation-key li {
		width: 50%;
		box-sizing: border-box;
	}
	ul.operation-key li a {
		padding: 20px 0;
		font-size: 140%;
	}
}

/* ----------------------------------------
   確認画面
---------------------------------------- */

strong.c_green {
	color: #c6030b;
}
p.typeA { padding: 30px 15px 30px;}
p.typeB { padding: 30px 45px 30px;}
ol.typeA { margin: 0 25px 0 45px;}
ol.typeA li {
	list-style: decimal;
	padding: 0 0 15px 0;
}

.btn_area.check { margin-top: 0;}
.btn_area.check .btn_wrap_typeB,
.btn_area.check .btn_wrap_typeB_on {
	top: 100px;
}
.btn_check {
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    z-index: 100;
    margin: 40px 0;
    background-color: #f9f9f9;
}

.btn_check p {
	padding: 0 0 15px 0;
}
.btn_check label {
	font-size: 140%;
	color: #707070;
	font-weight: bold;
	padding: 0 5px 0;
}

iframe.iframeAgree {
	border: 1px solid #d8d8d8;
	background-color: #fcfff3;
	width: 100%;
	height: 325px;
	margin: 15px 0 10px 0;
}
.privacy p {
	text-align: right;
}

/* プライバシーポリシー */

#inner {
	padding: 0 30px 30px;
	font-family: "Meiryo", Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	 /* width:50%;  */
	word-wrap: break-word;

}
#page_privacy h1 {
	font-size: 160%;
	margin: 15px 0 15px;
}
#page_privacy h2 {
	clear: both;
	font-size: initial;
	margin: 30px 0 30px 0;
  background: #005bab;
  color: #fff;
  padding: 8px;
}
#page_privacy h3 {
	clear: both;
	font-size: 120%;
	display: block;
	padding: 0 !important;
	margin: 30px 0 0 0 !important;
	background: none;
	font-weight: bold;
	color: #4c4c4c !important;
}
#page_privacy h4 {
	margin: 15px 0 10px 0 !important;
}
#page_privacy p {
	margin: 0 0 15px 15px;
}
#page_privacy p.taR {
	text-align:right;
}
#page_privacy ol {
	margin: 0 0 0 40px;
	padding: 0 0 5px 0;
}
#page_privacy ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
#page_privacy ul {
	margin: 0 0 0 40px;
	padding: 0 0 5px 0;
}
#page_privacy ul li {
	list-style: disc;
	margin-bottom: 10px;
}
#page_privacy ul.lst_kana li {
	list-style: katakana;
}
#page_privacy ul.no_lst li {
	list-style: none;
}



#page_privacy .dl_normal {
    margin: 0 0 0 20px;
    padding: 0 0 5px;
}

#page_privacy .dl_normal dt {
	display: list-item;
	list-style: disc;
}


#page_privacy .contact {
	margin-bottom: 15px;
}
#page_privacy .contact dt {
	float: left;
	width: 20%;
}
#page_privacy .contact dd {
	float: right;
	width: 75%;
}
#page_privacy .attention {
	margin-left: 1em;
    text-indent: -1em;
}
#page_privacy table {
	border-collapse: collapse;
	border: solid 2px #1a9641;
	background-color: #fff;
}
#page_privacy table caption { font-size: 80%; padding: 15px 0 5px 0;}
#page_privacy table th {
	border: solid 1px #fff;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	background-color: #4ea86b;
	color: #fff;
}
#page_privacy table td {
	border: solid 1px #1a9641;
	padding: 7px;
	background-color: #fff;
}
#page_privacy table td.bg_yellow { background-color: #f3fcd7;}
#page_privacy table th.W23 { width: 23%;}

/* ページを閉じる */
.w_close {
	text-align: center;
	padding: 60px 0 20px 0;
}
.w_close a {
	padding: 10px 20px 10px;
	background-color: #fff;
	border: 2px solid #1a9641;
	font-weight: bold;
}
.w_close a:link,
.w_close a:visited { text-decoration: none !important;}
.w_close a:hover {
	text-decoration: none !important;
	background-color: #1a9641;
	color: #fff !important;
}


/* ----------------------------------------
   お申し込み完了
---------------------------------------- */
.end_wrap {
	border: 1px solid #ddd;
	background-color: #fffff5;
	padding: 30px 130px 0px 130px;
}

.end_wrap h4 {
	font-weight: normal;
	font-size: 170%;
	padding: 0 0 30px 0;
}

.end_wrap p {
	font-size: 120%;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.end_wrap p.attention {
	font-size: 100%;
	color: #db2f2f;
}

.btn_area_normal {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 20px;
	margin-top: 40px;
}

.btn_normal {
	background: url(../../../form/inc/images/btn_submit_next03_off.jpg) no-repeat left center;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	display: block;
	width: 241px;
	height: 38px;
	margin: 0 auto;
	padding: 10px 20px 0 0;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}
.btn_normal:link,
.btn_normal:visited {
	color: #fff !important;
	text-decoration: none !important;
}
.btn_normal:hover {
	background: url(../../../form/inc/images/btn_submit_next03_on.jpg) no-repeat left center;
	height: 34px;
	padding: 14px 20px 0 0;
	color: #fff !important;
	text-decoration: none !important;
}



/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
 }

