@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #373b40;
  font: 16px/1.714 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.inner-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner-content {
    padding: 0 20px;
  }
}
.inner-content.min {
  max-width: 653px;
}

.btn a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 15px;
  background: url(../img/arrow.png) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.orange a {
  background: #ff6c00;
  font-size: 18px;
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .btn.orange a {
    line-height: 65px;
    font-size: 18px;
  }
}
.btn.blue a {
  background: #0091dc;
  font-size: 18px;
  line-height: 65px;
}
@media screen and (max-width: 767px){
	.btn.blue a{
		text-align: center!important;
	}
	.btn.blue a:after{
		display: none;
	}
}
.btn.tb a {
  text-align: left;
}
.btn.tb a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 38px;
  margin-right: 15px;
  background: url(../img/target.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px){
	.btn.tb a:before{
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0 !important;
  }
  section h2 {
    margin-bottom: 40px !important;
  }
}
header {
  padding: 44px 0 52px;
  background: url(../img/head_bg_1.png), url(../img/head_bg_2.jpg);
}
@media screen and (max-width: 767px) {
  header {
    padding: 30px 0;
    background-size: 60%;
  }
}
header .header-bar {
  position: relative;
  margin-bottom: 17px;
}
header .header-bar h1 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .header-bar{
    margin-bottom: 25px;
  }
  header .header-bar h1 {
    width: 40%;
  }
}
header .header-bar .desc {
  margin-left: 20px;
  padding-bottom: 7px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  header .header-bar .desc {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}
header .header-bar .header-share {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
header .header-bar .header-share .ico-share {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header .header-bar .header-share .ico-share {
    margin-left: 10px;
  }
}
header .header-bar .header-share .ico-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  header .header-bar .header-share .ico-share a {
    width: 33px;
    height: 33px;
  }
}
header .header-bar .header-share .ico-share.twi a {
  background: url(../img/ico_twi.png) no-repeat #fff center;
}
@media screen and (max-width: 767px) {
  header .header-bar .header-share .ico-share.twi a {
    background-size: 18px auto !important;
  }
}
header .header-bar .header-share .ico-share.fb a {
  background: url(../img/ico_fb.png) no-repeat #fff center;
}
@media screen and (max-width: 767px) {
  header .header-bar .header-share .ico-share.fb a {
    background-size: auto 18px !important;
  }
}
header .img.copy {
  margin: 36px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .img.copy {
    margin: 17px 0 20px;
  }
}
header .img.head {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  header .btn.orange a {
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .img.head .pc {
    display: none;
  }
}
header .img.head .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .img.head .sp {
    display: inline;
    width: 100%;
  }
}
header .img.head .btn {
  position: absolute;
  left: 50%;
  bottom: 33px;
  width: 43.08%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  header .img.head .btn {
    position: static;
    width: 100%;
    margin-top: 16px;
    padding: 0 8.3%;
    -webkit-transform: none;
    transform: none;
    box-sizing: border-box;
  }
}

footer {
  padding: 13px 0;
  background: #ddd;
  text-align: center;
}
footer p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 11px;
  }
}

.lead-area {
  padding: 57px 0;
  text-align: center;
  position: relative;
}
.lead-area p{
	color: #ff6c00;
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
.lead-area:after{
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
height: 0;
border-style: solid;
border-width: 60px 125px 0 125px;
border-color: #fff transparent transparent transparent;
}
@media screen and (max-width:767px){
	.lead-area:after{
		bottom: -30px;
		border-width: 30px 125px 0 125px;
	}
}
.free-area{
	padding: 90px 0 42px;
	text-align: center;
	background: #fff0c7;
}
.free-area .img:first-of-type{
	margin-bottom: 32px;
}
@media screen and (max-width:767px){
	.free-area .img:first-of-type{
		margin-top: 30px;
	}
}
.free-area .img:nth-of-type(2){
	margin-bottom: 40px;
}
@media screen and (max-width:767px){
	.free-area .img:nth-of-type(2){
		margin-top: 10px;
		margin-bottom: 20px; 
	}
}
.free-area p{
	margin-bottom: 12px;
}
.free-area .btn{
	max-width: 512px;
	margin: 0 auto 12px;
}
.free-area a.entry{
	position: relative;
	color: #006cff;
}
.free-area a.entry:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	background: #006cff;
}
.charm-area {
  padding: 72px 0 51px;
  background: url(../img/charm_bg.png) repeat-x;
  background-size: contain;
  overflow: hidden;
}
.charm-area .inner-content {
  position: relative;
  z-index: 1;
}
.charm-area .inner-content:before {
  content: "";
  position: absolute;
  left: -1327px;
  bottom: -40px;
  width: 1918px;
  height: 242px;
  background: url(../img/charm_bg2_l.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .charm-area .inner-content:before {
    display: none;
  }
}
.charm-area .inner-content:after {
  content: "";
  position: absolute;
  right: -1200px;
  bottom: -20px;
  width: 1918px;
  height: 242px;
  background: url(../img/charm_bg2_r.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px){
  .charm-area .inner-content:after{
	bottom: 110px;
	right: -1000px;
  }
}
.charm-area h2 {
  margin-bottom: 72px;
  text-align: center;
}
.charm-area .item-group {
  display: flex;
  flex-wrap: wrap;
}
.charm-area .item-group .item {
  width: 23.19%;
  margin: 0 0 23px 2.34%;
  padding: 29px 16px 20px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.charm-area .item-group .item:nth-child(4n+1) {
  margin-left: 0;
}
.charm-area .item-group .item .ico {
  margin-bottom: 20px;
}
.charm-area .item-group .item .b {
  color: #17485c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.charm-area .item-group{
		margin-bottom: 20px;
	}
	.charm-area .item-group .item{
		width: calc((100% - 10px)/2);
		margin: 0 0 10px 10px;
		padding: 15px 10px;
	}
  .charm-area .item-group .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .charm-area .item-group .item .b {
    font-size: 16px;
  }
  .charm-area .item-group .item .ico{
		margin-bottom: 10px;
  }
}
.charm-area .sec02 {
  display: flex;
  margin-top: 17px;
}
.charm-area .sec02 .left-content {
  width: 59.57%;
  margin-top: 20px;
  margin-right: 4.25%;
}
.charm-area .sec02 .right-content {
  width: 340px;
}
.charm-area .sec02 .right-content .circle-group {
  display: flex;
  margin-bottom: 36px;
}
.charm-area .sec02 .right-content .circle-group .circle {
  margin-left: 5.88%;
}
.charm-area .sec02 .right-content .circle-group .circle:first-child {
  margin-left: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .charm-area .sec02 .btn a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .charm-area .sec02 {
    display: block;
    text-align: center;
  }
  .charm-area .sec02 .left-content {
    width: 100%;
    margin: 0 0 20px;
  }
  .charm-area .sec02 .right-content {
    width: 100%;
  }
  .charm-area .sec02 .right-content .circle-group {
    justify-content: center;
  }
}
.gratification-area{
	padding: 62px 0 48px;
	text-align: center;
	background: #e0f1ff;
}
.gratification-area .customer-block{
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}
@media screen and (max-width:767px){
	.gratification-area .customer-block{
		display: inherit;
	}
}
.gratification-area .customer-box{
	width: calc((100% - 44px)/3);
}
@media screen and (max-width:767px){
	.gratification-area .customer-box{
		width: 100%;
		max-width: 298px;
		margin: 0 auto 16px;
	}
}
.gratification-area .customer-box .header-block{
	background-color: #17485c;
	padding: 20px;
	position: relative;
}
.gratification-area .customer-box .header-block:after{
	    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10.5px 0 10.5px;
    border-color: #17485c transparent transparent transparent;
}
.gratification-area .customer-box .inner{
	background: #fff;
	margin: 0 6px;
	padding-bottom: 18px;
	max-width: 286px;
	
}
.gratification-area .customer-box .inner .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
}
.gratification-area .customer-box .inner .btn.orange a{
	max-width: 206px;
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	margin: 18px auto 0;
}
.gratification-area .customer-box .inner .btn.orange a:after{
	width: 12px;
	height: 11px;
	right: 15px;
}
.campaign01 {
	padding: 50px 0 40px;
	text-align: center;
  background: #fff0c7;
}
.campaign01 .inner-content {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px){
	.campaign01 .img{
		margin-top: 20px;
	}
}
.campaign01 .txt{
	position: absolute;
	left: 50%;
  bottom: 0;
  width: 52.24%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	
}
@media screen and (max-width: 767px){
	.campaign01 .txt{
		position: static;
		width: 100%;
		transform: none;
		margin-top: 20px;
	}
}
.campaign01 .btn {
	margin-top: 12px;
	margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .campaign01 .btn {
    position: static;
    width: 100%;
    margin-top: 20px;
    -webkit-transform: none;
    transform: none;
  }
}
.campaign01 .btn a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign01 .btn a {
    font-size: 18px;
    line-height: 64px;
  }
}
.campaign01 a.entry{
	position: relative;
	color: #006cff;
}
.campaign01 a.entry:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	background: #006cff;
}


.cost {
  padding: 70px 0 54px;
  background: url(../img/cost_bg02.png) no-repeat bottom, url(../img/cost_bg01.png);
	background-size: cover,auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cost {
    background-size: contain, auto;
	padding-bottom: 30px!important;
  }
}
.cost .inner-content {
  position: relative;
}
.cost h2 {
  margin-bottom: 56px;
}
.cost .w-box {
  max-width: 653px;
  margin: 0 auto 12px;
  padding: 50px 50px 44px;
  background-image: url(../img/cost_w_bg.png);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media screen and (max-width: 767px) {
  .cost .w-box {
    padding: 30px;
  }
}
.cost .w-box .inner{
	max-width: 452px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left
}
.cost .w-box p {
  margin-bottom: 1.33em;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cost .w-box p {
    font-size: 13px;
	text-align: left;
  }
}
.cost .w-box p:last-of-type{
	text-align: right;
	margin-bottom: 0;
}
.cost .w-box p .orange {
  color: #f26100;
  font-weight: 700;
}
.cost  p.note {
	max-width: 753px;
    margin: 0 auto;
    
  font-size: 12px;
	text-align: right;
}
.cost .img-person {
  position: absolute;
  bottom: -20px;
}
@media screen and (max-width: 991px) {
  .cost .img-person {
    display: inline-block;
    position: static;
    width: 38%;
    margin: 30px 5px 0;
  }
  .cost .img-person img {
    vertical-align: bottom;
  }
}
.cost .img-person.left {
  left: 0;
}
.cost .img-person.right {
  right: 0;
}

.share {
  padding: 40px 0 45px;
  background: #ffb400;
}
.share .inner-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .share .inner-content {
    display: block;
  }
}
.share .img-arrow {
  width: 350px;
  margin-left: 13.82%;
}
@media screen and (max-width: 767px) {
  .share .img-arrow {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
	max-width: 230px;
  }
}
.share .btn-block {
  width: 335px;
  margin-left: 13.29%;
}
@media screen and (max-width: 767px) {
  .share .btn-block {
    width: 100%;
    margin-left: 0;
  }
}
.share .btn-block .btn a {
  line-height: 64px;
}
.share .btn-block .btn a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.share .btn-block .twi a {
  margin-bottom: 24px;
  background: #1da1f2;
}
.share .btn-block .twi a:before {
  width: 26px;
  height: 22px;
  background: url(../img/ico_twi_white.png) no-repeat;
}
.share .btn-block .fb a {
  background: #3b5998;
}
.share .btn-block .fb a:before {
  width: 19px;
  height: 28px;
  background: url(../img/ico_fb_white.png) no-repeat;
}

.overview {
  padding: 95px 0 70px;
}
@media screen and (max-width: 991px) {
  .overview .inner-content {
    max-width: 653px;
  }
}
.overview h2 {
  margin-bottom: 65px;
  text-align: center;
}

.overview .clearfix{
	max-width: 716px;
    margin: 0 auto;
    padding: 0 24px;
	
}
.overview dl{
	display: flex;
	flex-wrap: wrap;
}
.overview .h{
	
	height: 29px;
	min-width: 111px;
  background: #17485c;
  border-radius: 15px;
  color: #fff;
	font-size: 15px;
	letter-spacing: 0.05em;
  line-height: 29px;
  text-align: center;
	margin-bottom: 14px;
  padding: 0 14px;
  font-weight: 600;
}
.overview .clearfix .h{
	margin-right: 16px;
}
.overview ul {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .overview ul {
    padding-left: 20px;
  }
}
.overview ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}
.overview ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #373b40;
}
@media screen and (max-width: 767px) {
  .overview ul li:before {
    top: 8px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .overview ul li {
    font-size: 13px;
  }
}
.overview .w-box{
	max-width: 716px;
	margin: 0 auto;
	padding: 40px 24px;
	background: #f4f4f4;
	text-align: center;
}
.overview .w-box .h{
	text-align: center;
	margin: 0 auto 27px;
	display: inline-block;
}
.overview .w-box p{
	margin-bottom: 20px;
	font-size: 15px;
	text-align: left;
}
.overview .w-box ul{
	text-align: left;
}
.overview .w-box .bold{
	font-weight: 600;
}
.note-area {
  padding: 70px 0 60px;
}
.note-area .h{
	height: 29px;
  background: #17485c;
  border-radius: 15px;
  color: #fff;
	font-size: 15px;
	letter-spacing: 0.05em;
  line-height: 29px;
  text-align: center;
	margin-bottom: 14px;
  padding: 0 14px;
  font-weight: 600;
	display: inline-block;
}
.note-area h2 {
  margin-bottom: 70px;
  text-align: center;
}
.note-area a {
	position: relative;
	color: #006cff;
   
}
.note-area a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	background: #006cff;
}
.note-area ul {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .note-area ul {
    padding-left: 20px;
  }
}
.note-area ul li {
  position: relative;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.6;
}
.note-area ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #373b40;
}
@media screen and (max-width: 767px) {
  .note-area ul li:before {
    top: 8px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .note-area ul li {
    font-size: 13px;
  }
}
.note-area table {
	width: 100%;
	font-size: 13px;
	margin-bottom: 46px;
}
.note-area table th:first-of-type,
.note-area table td:first-of-type{
	width: 21.27%;
	text-align: left;
	border-left: none;
}

.note-area table th,
.note-area table td{
	width: 39.36%;
	text-align: center;
}
.note-area table th{
	background: #17485c;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 20px 10px;
}
.note-area table td{
	background: #f4f4f4;
	padding: 20px 10px;
	border-left: 1px solid #ddd;
}
.note-area table td:first-of-type{
	background: #0083b8;
	color: #fff;
}
.note-area table td .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.note-area table td .price{
	position: relative;
}
.note-area table td .price:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	left: 0;
	background: #ff6d00;
	opacity: 0.5;
}
.note-area table td img{
	margin: 0 8px;
	vertical-align: baseline;
}
.note-area table td .bold{
	font-size: 18px;
	font-weight: 600;
	color: #ff6d00;
}
.note-area .min{
	font-size: 13px;
	margin-bottom: 15px;
}
/*br.pc*/
@media screen and (max-width: 767px) {
	br.pc{
		display: none;
	}
}
/*img.pc img.sp*/
img.sp{
	display: none;
}
@media screen and (max-width: 767px){
	img.sp{
		display: inherit;
		width: 100%;
	}
	img.pc{
		display: none;
	}
}
/*.form*/
.form{
	background-color: #efefe7;
	padding: 40px 0 60px;
    text-align: center;
}
.form iframe{
	display: block;
	max-width: 1008px;
	/*height: 943px;
	overflow-y: hidden;*/
	margin: 0 auto;
}
/*@media screen and (max-width:767px){
	.form iframe{
		height: 1143px;
	}
}*/
/*# sourceMappingURL=style.css.map */
