@charset "utf-8";

/* form_01_05中身ここから----------------------------------------- */

/* header */
html {
  height: 100%;
}
.fixed {
  position: fixed;
}
.header-more-elements {
  height: 40px;
  padding:5px;
  border-top: 3px solid #155390;
  border-bottom: 1px solid #CCC;
}
.header-more-elements img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.header-more-elements--logo {
  width: 120px;
  float: left;
}
.header-more-elements--ndss {
	width: 70px;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}
.header-more-elements--18th {
  width: 100px;
  float: right;
}
/* contents */
#wrapper_01_05 .main_01_05 h1 img {
  width: 100%;
  height: auto;
}
#wrapper_01_05 {
	font-size: 16px;
}
#wrapper_01_05 img {
  display: block;
  margin-right: auto;
  margin-left:auto;
  height: auto;
}
#wrapper_01_05 img.width100 {
  width: 100%;
}
@media only screen and (max-width: 640px), print {
	#wrapper_01_05 p,
	#wrapper_01_05 li,
	#wrapper_01_05 dt,
	#wrapper_01_05 dd,
	#wrapper_01_05 th,
	#wrapper_01_05 td {
	    font-size: 15px;
	    font-size: 1.5rem;
	    line-height: 1.5;
	}
}
#wrapper_01_05  .t-right {
	text-align: right;
}
#wrapper_01_05  .t-gray {
	color:#999;
}
#wrapper_01_05 .t-yellow {
	color: #ffff00;
}
#wrapper_01_05 .t-red {
	color: #e60000;
	color: #e64600;
}
#wrapper_01_05 .f-large {
	font-size: 1.2em;
}
#wrapper_01_05 .f-small {
	font-size: .8em;
}
#wrapper_01_05 .f-large__16 {
	font-size: 1.6em;
}
#wrapper_01_05 h2 {
	font-size: 16px;
}
#wrapper_01_05 .mb10 {
	margin-bottom: 10px;
}
#wrapper_01_05 .img-center {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#wrapper_01_05 .t-line-primary {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}
#wrapper_01_05 .content-p10 {
	padding:15px;
}
.t-strong-large {
	font-size: 16px;
	text-align: center;
	margin:5px 5px 10px;
}
.bg-sky {
	background-color: #2f97ef;
	position: relative;
}
.bg-sky02 {
	background-color:#e2f3f8;
	position: relative;
}
.bg-sky03 {
	background-color:#f1f0ec;
	position: relative;
}
.content-voice{
	padding:10px 0 20px 0;
}
.form-title {
	text-align: center;
	background-color: #155390;
	padding:8px;
	color: #FFF;
}
.satei-btn {
	position: relative;
}

/* form */
.border {
	border: solid 3px;
  border-radius: 8px;
	border-color: #333;
}
.pulltext{
	padding:5px;
}
.select:not([multiple]) {
	height: 100%;
	line-height: 33px
}
.form_01_05-holder{
	padding:5px 15px 15px;
	background:#2f97ef;
  color:#FFF;
}
.form_01_05-holder dl {
	padding-right: 60px;
	position: relative;
	margin-bottom: 10px;
}
.form_01_05-holder dd {
	position: absolute;
	top:6px;
	right: 0;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px !important;
	font-size: 20px;
	border-radius: 22px;
	background-color: #999;
	color: #FFF;
	padding:0;
	font-weight: bold;
}
.form_01_05-holder dd.finish {
	background: #FF0;
	color: #155390;
}
.form_01_05-holder_nomal{
	padding:3px 20px 15px;
	font-size: 18px;
	border:1px #000 solid;
	background:#feffc9;
}
.form_01_05-holder ol li{
	position:relative;
	list-style-type:none;
	margin-bottom:12px;
	width:84%;
}
.form_01_05-holder_nomal ol li{
	position:relative;
	list-style-type:none;
	margin-bottom:12px;
}
.form_01_05-holder input.select{
  width: 100%;
  border-radius: 6px;
  border: none;
  padding: 12px 6px;
}
.form_01_05-holder .select{
  background: #FFF;
	border-radius:4px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
	background-size:auto 100%;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	color:#3f3f3f;
	padding:13px 6px;
}
.form_01_05-holder_nomal .select{
	border:3px #333 solid;
	border-radius:4px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
	background-size:auto 100%;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	color:#3f3f3f;
	padding:15px 25px 15px 50px;
}
.satei-btn--60sec {
	position: absolute;
	top:10px;
	left: 10px;
	height: 40px;
	background-color: #F00;
	width: 64px;
	text-align: center;
	border-radius: 8px;
	display: table;
}
.satei-btn--60sec .satei-btn--60sec-inner {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3em;
	font-size: 13px;
}
.form_01_05-icon{
	display:block;
	overflow:hidden;
	width:34px;
	height:34px;
	position:absolute;
	top:10px;
	left:10px;
}
.form_icon_1{
	background:url("/sell/img/promotion/index_01_06_sp/form_icon@2.png") #fff no-repeat 0 50%;
	background-size:auto 100%;
}
.form_icon_2{
	background:url("/sell/img/promotion/index_01_06_sp/form_icon@2.png") #fff no-repeat -68px 50%;
	background-size:auto 100%;
}
.form_icon_3{
	background:url("/sell/img/promotion/index_01_06_sp/form_icon@2.png") #fff no-repeat -136px 50%;
	background-size:auto 100%;
}
.form_icon_4{
	background:url("/sell/img/promotion/index_01_06_sp/form_icon@2.png") #fff no-repeat -204px 50%;
	background-size:auto 100%;
}
.form_01_05-holder button{
	width:100%;
	height:60px;
	font-size:130%;
	font-weight:bold;
	color:#fff;
	border:0px;
	text-shadow:0px 0px 4px #000;
	border-radius:8px !important;
	-webkit-border-radius:8px !important;
	-moz-border-radius:8px !important;
	background:#f06c03;
	/* W3C */
	background:linear-gradient(top, #ffc800, #f06c03); /* W3C */
	/* Webkit·͠*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#f06c03)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffc800, #f06c03); /* Chrome10+,Safari5.1+ */
	/* Mozilla·͠*/
	background:-moz-linear-gradient(top, #ffc800, #f06c03);
	/* Opera·͠*/
	background:-o-linear-gradient(top, #ffc800, #f06c03); /* Opera 11.10+ */
	/* IE10+ */
	background:-ms-linear-gradient(top, #ffc800, #f06c03);
	box-shadow:0 3px 0px 0px #924603;
	-moz-box-shadow:0 3px 0px 0px #924603;
	-webkit-box-shadow:0 3px 0px 0px #924603;
	-o-box-shadow:0 3px 0px 0px #924603;
}
.form_01_05-holder button span {
	padding-left: 45px;
}

.form_01_05-holder_nomal button{
	width:100%;
	height:60px;
	font-size:140%;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border:2px #000 solid;
	border-radius:4px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	background:#cf0000;
	/* W3C */
	background:linear-gradient(top, #ff360f, #cf0000); /* W3C */
	/* Webkit·͠*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ff360f), to(#cf0000)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ff360f, #cf0000); /* Chrome10+,Safari5.1+ */
	/* Mozilla·͠*/
	background:-moz-linear-gradient(top, #ff360f, #cf0000);
	/* Opera·͠*/
	background:-o-linear-gradient(top, #ff360f, #cf0000); /* Opera 11.10+ */
	/* IE10+ */
	background:-ms-linear-gradient(top, #ff360f, #cf0000);
	box-shadow:0 1px 2px 1px #999;
	-moz-box-shadow:0 1px 2px 1px #999;
	-webkit-box-shadow:0 1px 2px 1px #999;
	-o-box-shadow:0 1px 2px 1px #999;
}
.form_01_05-holder button:after {
	content:"";
	width: 22px;
	height: 22px;
	background: url(/sell/img/promotion/index_01_05_sp/btn_arrow.png) no-repeat;
	background-size: 22px;
	position: absolute;
	top:50%;
	right: 10px;
	margin-top: -11px;
}
.error-message{
	color:#FF0;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

.section-inner {
	padding: 15px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.section-inner__nonpadding {
  padding:0;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.section-title h2 {
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	color: #155390;
	margin-top: 25px;
}
.section-title:after {
	content:"";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #155390;
	margin:10px auto 30px;
}
.bg-sky .section-title h2 {
	color: #FFF;
}
.bg-sky .section-title:after {
	color: #FFF;
	background-color: #FFF;
}

/* logo area */
.logoarea {
	width: 100%;
}
.logoarea > div {
	width: 33.33%;
	float: left;
	padding:2px;
	box-sizing: border-box;
}
.logoarea > div div {
	padding: 4px;
	border: 1px solid #999;
}
.logoarea > div:nth-chld(3){
	margin-right: 0px;
}
.logoarea > div:last-child {
    width: 100%;
    text-align: center;
}
.logoarea > div:last-child div{
	border:0px;
	font-size: 12px;
}

/* content block */
.num-block,
.std-block,
.step-block {
	position: relative;
	background: #FFF;
	margin:20px auto 30px;
	border-top: 3px solid #155390;
	box-sizing: border-box;
}
.std-block,
.step-block {
	border-top:3px solid #5082c2;
}
.step-block {
	margin-top: 80px;
}
.num-block--num {
	width: 55px;
	height: 55px;
	background: #155390;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	line-height: 55px;
	position: absolute;
	left: -10px;
	top:-13px;
}
.step-block--title {
	color: #5082c2;
	text-align: center;
	margin:80px 15px 0px;
}
.num-block--title {
	background: #ebf6ff;
	padding: 13px 13px 13px 60px;
	font-size: 16px;
  color: #155390;
}

.cl-green .num-block {
	border:1px solid #999;
	border-top:3px solid #57a04a;
}
.cl-green .std-block {
	border-top:3px solid #57a04a;
}
.cl-green .num-block--title {
	background:#e7ffea;
	color: #57a04a;
}
.cl-green .num-block--num {
	background-color: #57a04a;
}

.std-block--title {
	text-align:center;
	padding:16px 8px;
	font-size: 18px;
}
.center-90 {
	width:90%;
	margin:10px auto;
	text-align: center;
}
.center-90 img {
	max-width: 100%;
}

.illust-text {
	max-width: 200px;
	margin: 10px auto;
	position: relative;
}
.illust-text img {
	max-width: 100%;
}
.illust-text--text {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

.arrow-top:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0px;
    margin: 0 auto;
		border-top: 20px solid #FFF;
    border-right: 40px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid transparent;
}
.arrow-top__sky:before {
	border-top: 20px solid #2f97ef;
}

.safe04-img {
	max-width: 300px;
	margin: 10px auto;
	display: table;
}
.safe04-img .right.pmark {
	display: table-cell;
	vertical-align: middle;
	padding:10px 20px;
}
.safe04-img .left.ndss-logo {
	display: table-cell;
	vertical-align: middle;
	padding:10px 20px;
}

.step-block--step {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #5082c2;
	position: absolute;
	top:-60px;
	left: 50%;
	margin-left: -60px;
}
.step-block--step-text {
	display: block;
	margin-top:20px;
}
.step-block--step img {
	width: 60px;
	height: 60px;
	margin-top:10px;
}


.photo-text {
	position: relative;
}
.photo-text--name,
.photo-text--kakaku {
	position: absolute;
	top:10px;
	left: 10px;
	padding: 5px;
	line-height: 1.2em;
	background-color: rgba(68,121,58,.8);
	color: #FFF;
	font-weight: bold;
}
.photo-text--kakaku {
	top:45px;
}

.block-last {
	padding:15px;
	position: relative;
	padding-top: 40px;
	background:url(/sell/img/promotion/index_01_05_sp/last_content_back.png);
	background-position: center bottom;
	background-size: cover;
	text-align: center;
}
.block-last--icon {
	width:58px;
	height: 58px;
	position: absolute;
	left: 50%;
	top:-29px;
	margin-left:-29px !important;
}

/* pulldown alternative */
.disnone {
	/*display: none;*/
}
.pulldownChoice {
	position: relative;
}
.prefecture-block,
.city-block {
	position:fixed;
	top:0px;
	right:-100%;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
  opacity:0;
  overflow: hidden;
  transition: all 300ms 0s ease;
}
.height100-ofscroll {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.prefecture-block.show,
.city-block.show {
  display: block;
  opacity: 1;
  right: 0px;
	z-index: 1;
}
.prefecture-block h1,
.city-block h1 {
	font-size: 16px;
	height: 40px;
	background-color: #666666;
	line-height: 40px;
	padding:0 10px;
	color: #FFF;
	position: fixed;
	width: 100%;
  z-index: 100;
  text-align: center;
}
.prefecture-block .prefecture-list,
.city-block .city-list {
	margin-top: 40px;
}
.prefecture-block .prefecture-list .pulldownChoice--li,
.city-block .city-list .pulldownChoice--li {
	border-bottom: 1px solid #999;
	line-height: 50px;
	font-size: 18px;
}
.prefecture-block .prefecture-list .pulldownChoice--li-inner,
.city-block .city-list .pulldownChoice--li-inner {
	min-height: 50px;
	line-height: 1.2em;
	padding: 15px 10px;
	cursor: pointer;
}
.btn-close {
    position: absolute;
    right: 2px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.btn-close:before,
.btn-close:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    margin-left: -13px;
    background: #FFF;
    z-index:10;
}
.btn-close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -2px;
}

.btn-close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -1px;
}

.btn-back {
    position: absolute;
    left: 2px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.btn-back:before {
  display: block;
    content: "";
    position: absolute;
    left: 7px;
    width: 16px;
    height: 16px;
    top: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btn-back:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-top:-1px;
    margin-left: -13px;
    background: #FFF;
    z-index:10;
}

/* よくある質問 */
#wrapper_01_05 .cl-pink .section-title h2 {
  font-size: 20px !important;
  }
#wrapper_01_05 .cl-pink .t-red {
  color: #cc0033;
}
#wrapper_01_05 .cl-pink .num-block--num {
	width: 85px;
	height: 80px;
	background: none;
	text-align: center;
	position: absolute;
	left: 15px;
	top:5px;
}
#wrapper_01_05 .cl-pink .num-block {
	border:1px solid #999;
	border-top:3px solid #cc0033;
}
#wrapper_01_05 .cl-pink .num-block--title {
	background:#fae5ea;
	color: #cc0033;
  padding: 25px 13px 25px 115px;
	font-size: 16px;
}

#wrapper_01_05 .cl-pink .std-block--title {
	text-align:center;
	padding:16px 8px;
	font-size: 18px;
}
#wrapper_01_05 .cl-pink p {
  padding: 20px 10px 10px;
  text-align: center;
  line-height: 1.6;
}
#wrapper_01_05 .cl-pink img.illust {
  max-width: 45%;
}
#wrapper_01_05 .cl-pink .num-block.voice_03 {
  margin-bottom: 10px;
}
#wrapper_01_05 .cl-pink .section-block p {
  color: #155390;
  font-weight: bold;
  font-size: 16px !important;
}
#wrapper_01_05 .annotation {
	color: #888;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 40px;
}

/*caption追加*/
.contents__caption{
	font-size: 14px;
	text-align: right;
	color: #888888;
	padding: 0 20px;
}
