@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

img {
	vertical-align:bottom;
}
ul {
	list-style:none;
}
em, address {
	font-style:normal;
}
em {
	font-weight:bold;
}

body {
	background:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	color: #1c1c1c;
	font-size:76%;
	line-height:1.5;
}

body > img {
	display:block;
	height:0;
}
/*----------------------------------------
    ヘッダー
----------------------------------------*/
#header {
	background-color:#ffffff;
	padding:15px 0;
	text-align:center;
	background:url(../images/bg_header.png) no-repeat center bottom;
	background-size:100% auto;
}

#header p {
	line-height:1;
}

/*----------------------------------------
    フッター
----------------------------------------*/
#footer {
	background-color:#fa8000;
	text-align:center;
	padding:15px 0 10px;
	margin-top:15px;
}
#footer #copy_right {
	color:#ffffff;
	line-height:1;
	font-size:92%;
}
/*----------------------------------------
  #main_area
----------------------------------------*/
#main_area {
	width:100%;
	margin:0 auto;
	/* width: 320px;
	background: url(../images/bg_happycp.png) no-repeat center top;
	background-size:320px auto;*/
	text-align:center;
}
/*
#main_area h1 {
	margin-bottom:25px;
}
*/
#main_area ul li:first-child {
	margin-bottom:8px;
}

#main_area ul li:nth-child(2) {
	margin-bottom:18px;
}

#main_area p {
	background: url(../images/bg_lead.png) no-repeat center top;
	background-size:100% auto;
	height:87px;
  	padding:21px 53px 36px 52px;
}

#btn_Area  {
	width:320px;
	margin:0 auto;
	padding:11px 0 0 0;
	text-align:center;
}

dl {
	border:1px solid #ececec;	
	-webkit-box-shadow:0px 0px 4px  #c4c2c3;
	-moz-box-shadow:0px 0px 4px  #c4c2c3;
	-o-box-shadow:0px 0px 4px  #c4c2c3;
	-ms-box-shadow:0px 0px 4px  #c4c2c3;
	box-shadow:0px 0px 4px  #c4c2c3;
	margin:10px 10px 25px;
}

dl dt {
	background-color:#f8f8f8;
	text-align:center;
	padding:7px;
	color:#707070;
}

dl dd {
	text-align:left;
	padding:15px;
	color:#1c1c1c;
}

dl dd .exp {
	color:#000;
}

dl dd ul.applied_condition {
	padding-left:1.5em;
	margin:0.5em 0;
}

dl dd ul.applied_condition li {
	list-style-type:disc;
	margin:0 !important;
}

dl dd span {
	font-size:92%;
}

dl dd ul.important_notice li:before {
	content:"※";
}

dl dd ul.important_notice li span {
	font-size:100%;
	color: #fa2800;
}

span.notice-text {
	color: #fa2800;
	font-size: 100%;
}

dl dd ul.important_notice li span a {
	color: #fa2800;
}

dl dd ul.important_notice li {
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 0.5em 0!important;
}

#attention {
	background-color: #fff6eb;
	padding: 28px 25px;
	line-height:2.0;
	margin: 0 0 25px 0;
}

#attention .title {
	text-align: center;
	margin: 0 0 20px 0;
}

#attention .signature {
	text-align: right;
}

#attention p span a {
	color: #fa2800;
}

#customer_center {
	text-align: center;
	margin: 0 0 25px 0;
}



/*----------------------------------------
  #追加
----------------------------------------*/

/* 	address　*/
#address {
	margin: 20px 10px 10px;
	padding: 15px 0;
	border: 1px solid #eb7000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	}
	#address .head {
		margin-bottom: 8px;
		font-size: 1.077em;
		font-weight: bold;
		}
	#address .title {
		margin-bottom: 2px;
		line-height: 1.6em;
		font-weight: bold;
		}
	#address hr.dot {
		border: 0;
		border-bottom: 1px dashed #ccc;
		background:#FFF;
		margin: 10px 5%;
		}
	#address .tel {
		margin-bottom: 3px;
		font-size: 1.385em;
		line-height: 1.4em;
		font-weight: bold;
		}
		#address .tel span {
			padding: 0 2px 0 20px;
			background-image: url(../images/icon_tel.png);
			background-repeat: no-repeat;
			background-position: left center;
			-moz-background-size: 16px 16px;
			-webkit-background-size: 16px 16px;
			background-size: 16px 16px;
			}
		#address .tel em {
			font-size: 0.846em;
			line-height: 1.6em;
			color: #fb7000;
			}
		#address .tel a {
			color: #fb7000;
			}
		#address em {
			font-size: 0.846em;
			line-height: 1.6em;
			}





/*【SP LPページの埋め込むCSS】CSS*/
/* 「!」アイコン */
ul.attention2 {
	margin:0;
	padding:0;
}
ul.attention2 li {
	background-image:url(/sp/images/icon_attention2.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	color:#D80042;
	font-weight:bold;
	font-size:12px;
	line-height:1.4em;
	min-height:16px;
}

ul.attention2 li:last-child {
	margin-bottom:0;
}

.inner {
	padding:10px;
}
.radiusBox {
	background-color:#F5F5F5;
	border-radius:5px 5px 5px 5px;
}
.post {
	margin:10px;
}