@charset "UTF-8";

/******************************
 reset
*******************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;color:#333333;}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}body{font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;text-align:justify;text-justify:distribute;background-color:#fff}.cfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0}* html .cfix{zoom:1}*:first-child+html .cfix{zoom:1}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )"}button{border:0;margin:0;padding:0;-webkit-appearance:none;appearance:none;background:transparent none;font-size:inherit}


/******************************
 PC size
*******************************/

/*common*/
.pc {display: block !important;}
.sp {display: none !important;}
.pc-inline {display: inline !important;}
.sp-inline {display: none !important;}
img {width:auto; height:auto; max-width:100%; line-height:0; vertical-align:top; border:0; display:inline;}
.center {text-align: center !important;}
.inner { 
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.btn-ye a {
  background: url(/campaign/norikae/images/btn-ye-bg.png) no-repeat;
  background-size: cover;
  width: 575px;
  height: 80px;
  line-height: 76px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00a0e9;
}

.btn-gr a {
  background: url(/campaign/norikae/images/btn-gr-bg.png) no-repeat;
  background-size: cover;
  width: 575px;
  height: 80px;
  line-height: 76px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}

a.opa:hover {
  opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )"
}

span.arr {
  position: relative;
  padding-left: 13px;
}

span.arr:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #333333;
}


/* container */
#container {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
body.w3 #container {min-width:320px;}
#container a:hover{ text-decoration:none;}

.pagetop {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.pagetop a {
  position: absolute;
  top: -42px;
  right: 0;
}

/*header*/
.header .header-logo {
  margin: 16px 0;
}

.header .header-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* section01 */
#section01 {
  background: url(/campaign/norikae/images/sec01-bg.jpg) no-repeat top center #fff;
  padding-top: 430px;
  height:756px;
  margin-bottom:30px;
}/*add*/

#section01 .block01 {
  position: relative;
}

#section01 .block01 .lead {
  padding-top: 30px;
}

#section01 .block01 .ttl {
  margin-top: -20px;
}

#section01 .block01 .txt {
  position: absolute;
  width: 125px;
  padding: 8px 10px 6px;
  color: #e62e8b;
  font-size: 13px;
  font-weight: bold;
  top: 120px;
  right: -40px;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#section01 .block02 {
  position: relative;
  margin-top: 200px;
  margin-left: 40px;
}

#section01 .block02 .badge {
  position: absolute;
  top: -94px;
  left: -20px;
}

#section01 .block02 .present {
  margin-left: -7px;
}

#section01 .block02 .balloon {
  position: absolute;
  top: 32px;
  right: 82px;
}

#section01 .block02 .btn-area {
  margin: 20px 0;
}

#section01 .block02 .btn-area p {
  float: left;
}

#section01 .block02 .btn-area .btn-ye {
  margin-right: 20px;
}

#section01 .block02 .btn-area .btn-detail a {
  border: 1px solid #666666;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 267px;
  font-size: 14px;
  position: relative;
  display: block;
}

#section01 .block03 {
  padding-top: 30px;
}

#section01 .block03 .ttl img {
  width: 501px;
  height: 24px;
}

#section01 .block03 .campaign-list {
  margin: 30px 0 50px;
}

#section01 .block03 .campaign-list li {
  float: left;
  width: 460px;
  margin-left: 40px;
  text-align: center;
}

#section01 .block03 .campaign-list li:first-child {
  margin-left: 0;
}

#section01 .block03 .campaign-list li .subject {
  color: #e7198c;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 18px 10px;
  display: inline-block;
}

#section01 .block03 .campaign-list li .subject:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(/campaign/norikae/images/sec01-txt-before.png) no-repeat;
  background-size: 10px 17px;
  width: 10px;
  height: 17px;
}

#section01 .block03 .campaign-list li .subject:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(/campaign/norikae/images/sec01-txt-after.png) no-repeat;
  background-size: 10px 17px;
  width: 10px;
  height: 17px;
}

#section01 .block03 .campaign-list li .box {
  border: 1px solid #3d62ad;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  background: #fff;
}

#section01 .block03 .campaign-list li .box .ttl {
  background-size: 21px 20px;
  background-color: #3d62ad;
  background-image: url(/campaign/norikae/images/sec01-ico-plane.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  height: 35px;
  padding-left: 45px;
  line-height: 35px;
}

#section01 .block03 .campaign-list li .box .box-inner {
  padding: 20px 30px;
  font-size: 14px;
}

#section01 .block03 .campaign-list li .box .txt {
  height: 98px;
}

#section01 .block03 .campaign-list li .box .txt span {
  color: #e7198c;
  padding-top: 12px;
  display: inline-block;
}

#section01 .block03 .campaign-list li .box .detail a {
  border: 1px dotted #3d62ad;
  padding: 10px 0;
  display: block;
}

#section01 .block03 .campaign-list li .box .detail a span {
  font-size: 14px;
  position: relative;
}

#section01 .block03 .campaign-list li .box .detail a .arr:before {
  border-color: transparent transparent transparent #e7198c;
}


/*section02*/
#section02 {
  background: #55aaec;
  padding: 24px 0 90px;
}

#section02 .block01 {
  width: 570px;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

#section02 .block01 .ttl {
  margin-left: -24px;
  padding-bottom: 20px;
  position: relative;
}

#section02 .block01 .date {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

#section02 .block01 .txt {
  border-top: 2px solid #fff;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

#section02 .block01 .btn-detail a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 20px;
  margin: 14px 0 20px;
}

#section02 .block01 .btn-detail a span {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

#section02 .block01 .btn-detail a .arr:before {
  border-color: transparent transparent transparent #fff;
}

#section02 .block02 {
  float: right;
  width: 340px;
  background: #fff;
  border-radius: 6px;
  height: 600px;
  margin-top: 40px;
  margin-bottom: 20px;
}

#section02 .block03 {
  float: left;
  width: 570px;
  background: #fff;
  border-radius: 6px;
  padding: 20px 0;
}

#section02 .block03 .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #3d62ab;
  margin-bottom: 30px;
}

#section02 .block03 .useful-list {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

#section02 .block03 .useful-list li {
  display: table-cell;
  border-left: 1px solid #bfbfbf;
  width: 25%;
}

#section02 .block03 .useful-list li:first-child {
  border-left: none;
}

#section02 .block03 .useful-list li .txt01 {
  font-size: 12px;
  margin-bottom: 10px;
}

#section02 .block03 .useful-list li .txt02 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

#section02 .block03 .useful-list li .txt02 .aster {
  font-size: 11px;
  font-weight: normal;
}

#section02 .block03 .btn-detail a {
  display: block;
  width: 518px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #3d62ad;
}

#section02 .block03 .btn-detail a span {
  color: #3d62ad;
  font-size: 14px;
}

#section02 .block03 .btn-detail a .arr:before {
  border-color: transparent transparent transparent #3d62ad;
}

#section02 .block04 {
  float: right;
  width: 340px;
}

#section02 .block04 .asterisk-list li {
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
}


/*section03*/
#section03 .block01 {
background: rgb(238,94,174);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNWVhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VlNWVhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(238,94,174) 0%, rgb(238,94,174) 40%, rgb(255,255,255) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,94,174)), color-stop(40%,rgb(238,94,174)), color-stop(100%,rgb(255,255,255)));
background: -webkit-linear-gradient(top, rgb(238,94,174) 0%,rgb(238,94,174) 40%,rgb(255,255,255) 100%);
background: -o-linear-gradient(top, rgb(238,94,174) 0%,rgb(238,94,174) 40%,rgb(255,255,255) 100%);
background: -ms-linear-gradient(top, rgb(238,94,174) 0%,rgb(238,94,174) 40%,rgb(255,255,255) 100%);
background: linear-gradient(to bottom, rgb(238,94,174) 0%,rgb(238,94,174) 40%,rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5eae', endColorstr='#ffffff',GradientType=0 );

  padding: 70px 0 40px;
  position: relative;
}

#section03 .block01 .lead {
  color: #fff;
  padding-left: 308px;
  margin-bottom: 24px;
}

#section03 .block01 .ttl {
  padding-left: 308px;
  margin-bottom: 30px;
}

#section03 .block01 .plane {
  position: absolute;
  top: -10px;
  left: -218px;
  width: 505px;
  height: 125px;
}

#section03 .block01 .btn-ye a {
  margin-bottom: 14px;
  color: #e7198c;
}

#section03 .block01 .txt {
  color: #e7198c;
  text-align: center;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 56px;
}

#section03 .subttl {
  padding: 56px 0 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

#section03 .subttl .small {
  font-size: 20px;
}

#section03 .discription {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}

#section03 .block02 {
  margin-top: -40px;
}

#section03 .block02 .point-list {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#section03 .block02 .point-list li {
  display: table-cell;
  width: 33.3%;
  padding: 35px 20px 25px;
  line-height: 1.6;
  position: relative;
  border: 1px solid #e7198c;
}

#section03 .block02 .point-list li .ttl {
  color: #e7198c;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

#section03 .block02 .point-list li .ttl-height {
  height: 88px;
}

#section03 .block02 .point-list li .ico {
  position: absolute;
  top: -20px;
  left: 10px;
}

#section03 .block02 .point-list li .txt {
  font-size: 14px;
}

#section03 .block02 .point-list li .btn-report a {
  border: 1px solid #a0a0a0;
  width: 100%;
  display: inline-block;
  padding: 4px 0;
}

#section03 .block02 .point-list li .btn-report a span {
  font-size: 13px;
}

#section03 .block03 {
  padding-bottom: 70px;
}

#section03 .block03 .discription {
  font-weight: normal;
}

#section03 .block03 .plan-list {
  display: table;
  width: 980px;
  margin-left: -10px;
  margin-bottom: 50px;
  border-collapse: separate;
  border-spacing: 10px 0;
}

#section03 .block03 .plan-list li {
  display: table-cell;
  width: 33.3%;
}

#section03 .block03 .plan-list li .plan-box {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: 20px center;
  height: 112px;
  text-align: left;
  padding-left: 115px;
}

#section03 .block03 .plan-list li.plan3 .plan-box {
  background-image: url(/campaign/norikae/images/sec03-3gb.png);
}

#section03 .block03 .plan-list li.plan5 .plan-box {
  background-image: url(/campaign/norikae/images/sec03-5gb.png);
}

#section03 .block03 .plan-list li.plan10 .plan-box {
  background-image: url(/campaign/norikae/images/sec03-10gb.png);
}

#section03 .block03 .plan-list li .plan-box .name {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-top: 30px;
  line-height: 1.4;
}

#section03 .block03 .plan-list li.plan3 .plan-box .name,
#section03 .block03 .plan-list li.plan3 .price-box .price,
#section03 .block03 .plan-list li.plan3 .price-box .price .small
 {
  color: #00baef;
}

#section03 .block03 .plan-list li.plan5 .plan-box .name,
#section03 .block03 .plan-list li.plan5 .price-box .price,
#section03 .block03 .plan-list li.plan5 .price-box .price .small
 {
  color: #51b32f;
}

#section03 .block03 .plan-list li.plan10 .plan-box .name,
#section03 .block03 .plan-list li.plan10 .price-box .price,
#section03 .block03 .plan-list li.plan10 .price-box .price .small
 {
  color: #f08300;
}

#section03 .block03 .plan-list li .price-box {
  background: #eeeeee;
  height: 112px;
  text-align: center;
}

#section03 .block03 .plan-list li .price-box .price {
  font-size: 40px;
  font-weight: bold;
  padding-top: 18px;
}

#section03 .block03 .plan-list li .price-box .price .small {
  font-size: 20px;
  font-weight: bold;
}


/*section04*/
#section04 {
  background: #d1e2ec;
}

#section04 .sec04-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #3d62ad;
  letter-spacing: 0.05em;
  padding: 56px 0 30px;
  text-align: center;
}

#section04 .subttl {
  font-size: 28px;
  letter-spacing: 0.05em;
  background: url(/campaign/norikae/images/sec04-ico-plane.png) no-repeat left center;
  padding-left: 54px;
  line-height: 36px;
  margin-bottom: 36px;
  overflow:hidden;
}

#section04 .linettl {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  background: #3d62ad;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 14px;
}

#section04 .block {
  margin-bottom: 50px;
  border-radius: 10px;
  border: 15px solid #e8f1f6;
  /*box-shadow: 0 0 0 15px #e8f1f6;*/
  background: #fff;
  padding: 50px 35px;
}

#section04 .cp-table {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #3d62ad;
}

#section04 .cp-table.first {
  border-top: 1px dotted #3d62ad;
}

#section04 .cp-table dt,
#section04 .cp-table dd {
  line-height: 1.8;
  display: table-cell;
  vertical-align: top;
}

#section04 .cp-table dt {
  width: 175px;
  border-left: none;
  border-right: 1px dotted #3d62ad;
  color: #3d62ad;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 16px;
}

#section04 .cp-table dd {
  border-right: none;
  font-size: 14px;
  padding: 18px 36px;
}

#section04 .cp-table .img-block {
  float: right;
  width: 240px;
  min-height: 310px;
  padding-top: 40px;
  margin-left: 8px;
}

#section04 .cp-table .number-list {
  width: 364px;
}

#section04 .cp-table .number-list li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 20px;
}

#section04 .cp-table .blue-box {
  background: #3d62ad;
  padding: 20px 14px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 364px;
}

#section04 .cp-table .blue-box .ttl {
  color: #fff;
  background: url(/campaign/norikae/images/sec04-ico-e.png) no-repeat left center;
  padding-left: 37px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
}

#section04 .cp-table .blue-box .txt {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#section04 .cp-table .blue-box .txt .url {
  color: #ffe100;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}

#section04 .cp-table a.pink {
  text-decoration: underline;
  color: #e7198c;
}

#section04 .asterisk-list li {
  margin-left: 1em;
  position: relative;
}

#section04 .asterisk-list li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: -1em;
}

#section04 .disc-list li {
  list-style: disc;
  margin-left: 1em;
}

#section04 .cp-table .txt-block .btn-gr a {
  width: 364px;
}

#section04 .btn-wrap {
  margin-top: 50px;
}

#section04 .contact-block {
  line-height: 1.6;
  padding-bottom: 20px;
}

#section04 .contact-block .contact-list {
  margin-bottom: 20px;
}

#section04 .contact-block .contact-list dt {
  color: #3d62ad;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#section04 .contact-block .contact-list dd {
  font-size: 14px;
  font-weight: bold;
}

#section04 .contact-block .asterisk-list li {
  font-size: 11px;
}





/* footer */
#footer { background:url(/campaign/norikae/images/footer-back.png) repeat-x; height:184px; position: relative;font-size:12px;line-height:1.6;}
#footer .inr1 {max-width:960px; text-align:left; margin:0 auto; padding:45px 0; position:relative;}
#footer .inr1 .ftlogo{ float:left;}
#footer .inr1 .ftinfo{ float:left; color:#fff;}
#footer .inr1 .sns{ float:right; width:130px;}
#footer .inr1 .ftinfo .link a{ padding:0 0 0 18px; text-decoration:none; color:#fff; background:url(/campaign/norikae/images/ico04.jpg) no-repeat 2px center; display:block;}
#footer .inr1 .ftinfo .link a:hover{ color:#e7198c;}
#footer .inr1 .ftinfo .txt{ padding-bottom:5px;color:#fff;}
#footer .inr1 .ftinfo .link{ padding-bottom:5px;}
#footer .inr1 .ftinfo .copyright{ color:#666; font-size:10px;}
#footer .inr1 .sp {display:none;}
body.w3 #footer {background:#271e23 url(/campaign/norikae/images/footer-back.png) repeat-x; height:auto;}
body.w3 #footer .inr1 {max-width:300px; padding:40px 0 0; position:relative;}
body.w3 .inr1 .ftlogo{ float:left; width:30%;}
body.w3 #footer .inr1 .ftlogo img{ width:92px;}
body.w3 #footer .inr1 .ftinfo{ font-size:7px; width:70%;}
body.w3 #footer .inr1 .ftinfo .link{ padding-bottom:20px;}
body.w3 #footer .inr1 .sns{ float:none; text-align:center; width:100%;}
body.w3 #footer .inr1 .copyrightsp{ color:#fff; font-size:10px; text-align:center; padding:10px 0 10px;}

body.w3 #footer .inr1 .sp {margin:0 auto; display:block;}
body.w3 #footer .inr1 .pc {display:none;}

/* 2015/10/09 キャンペーン終了対応 */

@media screen and (min-width: 641px) {

.bnr_finish_top, .bnr_finish_down {
    padding: 20px 0;
}

.bnr_finish_top img, .bnr_finish_down img {
    width: 960px;
    display: block;
    margin: 0 auto;	
}

.bnr_finish_top {
}

.bnr_finish_down {
	background-color: #55aaec;
}

}