@charset "utf-8";
header{
	background:url(../images/common/header_img.png) no-repeat right 10px;
	overflow:hidden;
}
#breadcrumbs{
	margin-top:164px;
}
.center{
  text-align:center;
}
.mt40{
  margin-top:40px;
}
.em_txt{
  color:#ff0000;
  font-weight: bold;
}
#contents{
	width:1018px;
	overflow:hidden;
	background:url(../images/common/bg/bg01.gif);
	border-radius:10px;
	padding:20px 15px;
	margin:0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------------------------------
　キャンペーン
-------------------------------------------------------------*/
.bnr_download{
	margin-top:20px;
}

.option_sideBnr{
  background: #fff;
  border-radius: 10px;
  padding:20px 0;
}
.option_sideBnr div[class^="point"]{
  width:988px;
  padding-top:150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ttl{
  color:#e63232;
  font-size: 24px;
  font-weight: bold;
}
.txt{
  font-size: 16px;
}
.hero{
  width:988px;
  height: 636px;
  background: url(../images/ask/campaign/option/hero.png) no-repeat center bottom;
}
.hero h2{
  margin-bottom:60px;
}
.point1{
  height: 1472px;
  background: url(../images/ask/campaign/option/point1.png) no-repeat;
}
.point2{
  height: 1010px;
  background: url(../images/ask/campaign/option/point2.png) no-repeat;
}
.point3{
  height: 840px;
  background: url(../images/ask/campaign/option/point3.png) no-repeat;
}
.point4{
  height: 712px;
  background: url(../images/ask/campaign/option/point4.png) no-repeat;
}

.btn_wrapper{
  width:908px;
  margin: 298px auto 0;
}
.btn_wrapper>*{
  display: inline-block;
  vertical-align: top;
}
.btn_wrapper>*+*{
  margin-left:62px;
}

/*------------------------------------------------------------
　modal
-------------------------------------------------------------*/
.modal{
  width:830px;
  max-height:860px;
  background:#fff;
  padding:30px 30px 15px;
  margin:0 0 0 -415px;
  position:fixed;
  top:50%;
  left:50%;
  z-index:12;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display:none;
}
.modal>*+*{
  margin-top:15px;
}
.modal_close{
  display:inline-block;
}
.modal_close:before{
  content:"×";
  color:#fff;
  font-size:24px;
  text-align:center;
  width:28px;
  height:28px;
  line-height:28px;
  background:#957048;
  display:inline-block;
  vertical-align:middle;
  margin:-2px 10px 0 0;
}
.bk_modal{
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  display:none;
  position:fixed;
  top:0;
  left:0;
  z-index:11;
}
.ttl_bnr{
  font-size:24px;
  border-left:4px solid #f9c73f;
  padding-left:10px;
}
.txt_border{
  background:linear-gradient(transparent 60%, #ffe61e 40%);
}
.flow1>*,
.flow1 dd>*{
  display:inline-block;
  vertical-align:middle;
}
.flow1 dd>*{
  margin-left:5px;
}
.flow1 dd span{
  font-weight:bold;
}
.ttl_flow{
  font-weight:bold;
  height:30px;
  line-height:30px;
  background:#f9c73f;
  border-radius:30px;
  display:inline-block;
  vertical-align:middle;
  padding:0 10px 0 2px;
}
.ttl_flow span{
  text-align:center;
  width:26px;
  height:26px;
  line-height:26px;
  background:#fff;
  border-radius:26px;
  display:inherit;
  vertical-align:inherit;
  margin-right:5px;
}
.flow2 .ttl_flow,
.flow3 .ttl_flow{
  margin-bottom:20px;
}
/* 1 */
.select_area{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  font-size:14px;
  height:50px;
  background:#fff url(../images/ask/select_flow1.png) no-repeat right center;
  border:1px solid #bbb9b9;
  border-radius:5px;
  box-shadow:0 5px 0 #ebebeb inset,-5px 0 0 #ebebeb inset,0 -5px 0 #ebebeb inset,5px 0 0 #ebebeb inset;
  padding-left:5px;
}
.area1{
  width:130px;
  background-position:92px center;
}
.area2{
  width:180px;
  background-position:141px center;
}
/* 2 */
.bnr{
  border-top:10px solid #f9c73f;
  border-right:2px solid #f9c73f;
  border-bottom:2px solid #f9c73f;
  border-left:2px solid #f9c73f;
  padding:20px;
}
.flow2{
  border-top:1px dashed #f9c73f;
  padding-top:20px;
  margin-top:20px;
  position:relative;
}
.flow2:after{
  content:"";
  width:70px;
  height:27px;
  background:url(../images/ask/bg_flow2.png) no-repeat;
  display:block;
  margin:20px auto 0;
}
input{
  display:none;
}
label span{
  color:#ff0000;
}
label img{
  display:block;
  margin-top:5px;
}
input+label{
  display:block;
}
.size_468_60{
  width:468px;
  margin-top:20px;
}
input[type="radio"]+label:before{
	content:"";
	width:20px;
	height:20px;
	border:2px solid #8c8c8c;
	border-radius:50%;
	display:inline-block;
  vertical-align:middle;
  margin:-5px 10px 0 0;
}
input[type="radio"]:checked+label:before{
  background:#f6945f;
  box-shadow:0 2px 0 #fff inset,-2px 0 0 #fff inset,0 -2px 0 #fff inset,2px 0 0 #fff inset;
}
/* 3 */
.item_flow3{
  width:350px;
}
.item_flow3 dt:before{
  content:"";
  width:0;
  height:0;
  border:5px solid transparent;
  border-top:8px solid #333;
  display:inline-block;
  vertical-align:middle;
  margin:4px 10px 0 0;
}
.flow3_1{
  float:left;
}
.flow3_2{
  float:right;
}
textarea{
  outline:none;
	font-size:14px;
	width:350px;
	height:100px;
	background:#fff;
  border:1px solid #bbb9b9;
	display:block;
	padding:10px;
  resize:vertical;
}