@charset "utf-8";
/****************************************************
　RESET
****************************************************/
h1,h2,h3,h4,h5,p,ul,ol,dl,li,dt,dd,form{margin:0px; padding:0px;}
h1{font-size:22px; font-size:2.2rem; line-height:180%;}
h2{font-size:20px; font-size:2.0rem; line-height:160%;}
h3{font-size:18px; font-size:1.8rem; line-height:120%;}
h4{font-size:16px; font-size:1.6rem; line-height:100%;}
h5{font-size:14px; font-size:1.4rem; line-height:100%;}
p {font-size:1.0em; line-height:130%;}

ul,ol,dl{list-style:none outside;}
ul.disc{list-style:disc outside; margin-left:20px;}
ul.circle{list-style:circle outside; margin-left:20px;}
ul.square{list-style:square outside; margin-left:20px;}

address{text-decoration:none; font-style:normal;}

a img{border:none;}

a.rover:hover{
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60);
	-moz-transition: opacity 0.12s linear;
	-webkit-transition: opacity 0.12s linear;
	transition: opacity 0.12s linear;
}

img{
 width:100%;
 border:none;
 display:block;
}


.container {
	width: 100% !important;
}


/************************************************
 COMMON
************************************************/
*{margin:0;padding:0;}
html{height:100%; width:100%; font-size:62.5%;}
body{
	min-width:100%;
	min-height:100%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px; font-size:1.2rem;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color:#333;
	background-color:#e5eaf6;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}


/*
---------------------------------*/
#wrapper{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding:0;
	position:relative;
}


/* MV
---------------------------------*/
h1{
	display:block;
	width:100%;
	max-width:1400px;
	height:auto;
	margin:0 auto 30px;
}

/* メイン
---------------------------------*/
.content-box1140{
	width:100%;
	max-width: 1140px;
	margin:0 auto;
}

.inner-box{
 	width:90%;
 	max-width:1020px;
 	margin:0 auto;
}
.bg-white{
	background-color: #ffffff;
}
.bg-gray{
	background-color: #e0e0e0;
}

.headline-2-1{
 	font-size:2.8rem!important;
 	font-weight:bold!important;
 	line-height:1.5!important;
	color: #000000;
	display: inline;
	background: linear-gradient(transparent 80%, #e0001b 80%);
}
.headline-2-2 {
  font-size: 3.8rem!important;
  color: #000000!important;
  position: relative;
  padding: 1.5rem!important;
  text-align: center;
  margin-top: 0!important;
  margin-bottom: 0!important;
  line-height: 1.7!important;
}
.headline-2-2 span {
  color: #333;
  font-size: 2rem;
  display: block;
  margin-bottom: -5px;
}
.headline-2-2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 8px;
  content: '';
  border-radius: 3px;
  background: #e4102a;
}
.headline-3 {
	font-size: 2.6rem!important;
	color: #000000!important;
	line-height: 1.5!important;
	border-top: 1px solid #000!important;
	border-bottom: 1px solid #000!important;
	padding: 20px 10px!important;
	max-width: 450px!important;
	margin: 0 auto!important;
}

/* youtube
---------------------------------*/
.video-link {
  display: block;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.video-img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s;
}

.video-caption {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px;
  border-radius: 6px;
  white-space: nowrap;
}
/* youtube end
---------------------------------*/

.img-box,
.img-box2,
.img-box3,
.img-box4,
.img-box5,
.img-box6,
.img-box7{
 	margin:0 auto;
 	padding:0;
 	display:block;
 	line-height:0;
}
.img-box img,
.img-box2 img,
.img-box3 img,
.img-box4 img,
.img-box5 img,
.img-box6 img,
.img-box7 img{
 	margin:0;
 	padding:0;
	width: 100%;
	height: auto;
}

.img-box2 img{
	max-width: 835px;
	margin: 0 auto;
}
.img-box3 img{
	max-width: 560px;
	margin: 0 auto;
}
.img-box4 img{
	max-width: 900px;
	margin: 0 auto;
}
.img-box5 img {
    max-width: 758px;
	margin: 0 auto;
}
.img-box6 img{
	max-width: 794px;
	margin: 0 auto;
}
.img-box7 img{
	max-width: 759px;
	margin: 0 auto;
}

.text-box{
 	padding:2em 0 0.5em;
}
.text-box p{
	text-align: center !important;
	font-size: 1.8rem !important;
	font-weight: bold;
}
.text-box2{
	max-width: 835px;
	margin: 0 auto;
}
.text-box2 p{
	font-size: 1.8rem !important;
	text-align: left !important;
	margin-bottom: 1em !important;
}

.text-box .head-point {
	color: #e20102;
	font-size: 3rem !important;
	font-weight: bold;
}
.text-box .head-point span {
	font-size: 5.6rem;
}

.check-list-box{
	display: inline-block;
	padding: 0 10px 40px;
}
.check-list{
	text-align: left;
	font-size: 1.9rem;
	line-height: 1.2;
	color: #000000;
}
.check-list span{
	display: block;
	margin: 16px 0;
}
.checkmark{
	padding-left:28px;
	position:relative;
}
.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark:before{
	width:16px;
	height:16px;
	background:#ffffff;
    border:1px solid #000000;
	left:0;top:2px;
}
.checkmark:after{
	border-left:2px solid #e20102;
	border-bottom:2px solid #e20102;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
.check-list-box .annotation{
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
 	text-indent: -1em;
 	padding-left: 1em;
}

/* 3months
---------------------------------*/
.price_block {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price_block {
    max-width: 480px;
  }
}
.price_block .price_fb_3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .price_block .price_fb_3box {
    display: block;
    padding: 20px 0 0 0;
  }
}
.price_block .fb_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f0f0f0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price_block .fb_item + .fb_item {
    margin-top: 20px;
  }
}
.price_block .fb_plan_name {
  color: #ffffff;
  background-color: #e0001b;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .price_block .fb_plan_name {
    font-size: 20px;
    padding: 10px 0;
  }
}
.price_block .fb_pricebox {
  line-height: 1;
  gap: 5px;
  padding: 30px 0 15px;
}
@media screen and (max-width: 767px) {
  .price_block .fb_pricebox {
    padding: 25px 0 15px;
  }
}
.price_block .fb_pricebox .muryou_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .price_block .fb_pricebox .muryou_sp {
    display: block;
    padding-top: 20px;
    font-size: 4.2vw;
    font-weight: bold;
  }
  .price_block .fb_pricebox .muryou_sp span {
    color: #e4393f;
  }
}
.price_block .fb_pricebox.tukibarai {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .price_block .fb_pricebox.tukibarai {
    padding: 25px 0;
  }
}
.price_block .fb_pricebox .fb_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_block .fb_pricebox strong {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price_block .fb_pricebox strong {
    font-size: 30px;
  }
}
.price_block .fb_pricebox span.en_zei {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1px;
  padding-left: 3px;
}
.price_block .fb_pricebox .fb_otoku {
  padding: 8px 15px 0px;
}
.price_block .fb_pricebox .fb_otoku .price_otoku {
  position: relative;
  background: #FFFFFF;
  padding: 10px 16px 10px 24px;
  text-align: center;
  border: 1px solid #E4393F;
  color: #E4393F;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  display: inline-block;
}
.price_block .fb_pricebox .fb_otoku .price_otoku small {
  font-size: 13px;
  vertical-align: bottom;
}
.price_block .fb_pricebox .fb_otoku .price_otoku:after,
.price_block .fb_pricebox .fb_otoku .price_otoku:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.price_block .fb_pricebox .fb_otoku .price_otoku:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #FFFFFF;
}
.price_block .fb_pricebox .fb_otoku .price_otoku:before {
  border-color: rgba(228, 57, 63, 0);
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  margin-top: 1px;
  border-top-color: #E4393F;
}
.price_block .fb_pricebox .fb_otoku .price_month {
  padding: 30px 10px 15px;
  background-color: #f48b6d;
  color: #fff;
}
.price_block .fb_pricebox .fb_otoku .price_month span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  padding-top: 7px;
}
.price_block .fb_pricebox .fb_otoku .price_month span:nth-child(2) {
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
  display: inline-block;
}
.price_block .fb_pricebox .fb_otoku .price_month span:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 7px;
  display: inline-block;
}
.price_block .price_box_muryou {
  background-color: #f0f0f0;
  text-align: center;
  padding: 30px 20px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.price_block .price_box_muryou strong {
  font-weight: bold;
  color: #E4393F;
}
@media screen and (max-width: 767px) {
  .price_block .price_box_muryou {
    display: none;
  }
}
.price_block .price_note {
  text-align: center;
  max-width: 720px;
  margin: 20px auto;
}
.price_block .price_note ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  text-align: left;
  list-style: none;
}
.price_block .price_note li {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .price_block .price_note li {
    font-size: 13px;
  }
}
/* 3months
---------------------------------*/

/* payment
---------------------------------*/
.price_block .price_box_payment {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  text-align: center;
  padding: 30px 20px;
  font-size: 15px;
  font-weight: bold;
}
.price_block .price_box_payment span {
  text-align: right;
  padding-right: 30px;
}
.price_block .price_box_payment ul {
  border-left: 1px solid #CCCCCC;
  text-align: left;
  padding: 0;
  line-height: 1.7;
}
.price_block .price_box_payment ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .price_block .price_box_payment {
	display: block;
	margin: 20px 0 2px;
	font-size: 3.4vw;
	padding: 14px 10px;
}
  .price_block .price_box_payment span {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	padding-right: 0;
}
  .price_block .price_box_payment ul {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: none;
	padding-top: 10px;
	margin: 0 auto;
}
  .price_block .price_box_payment ul li {
	padding: 3px 0;
	line-height: 1.7;
	font-size: 3.4vw;
	text-align: center;
}
}
/* payment
---------------------------------*/

/* 3600
---------------------------------*/
.text-box2 p.plus {
    text-align: center!important;
    font-weight: bold;
    font-size: 4.0rem!important;
    margin: 0 auto 0.5em;
    color: #e20102;
    background-color: #fbe1e2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
	margin-bottom: 0.5em !important;
}
.text-box2 p.other_data {
 display: block;
 padding: 20px 10px;
 margin: 0 auto;
 font-size: 2.4rem!important;
 font-weight: 600;
 text-align: center!important;
 background-color: #fbe1e2;
 width: 80%;
}
/* 3600
---------------------------------*/

/* geo */
.geo_note {
  max-width: 840px;
  margin: 60px auto 18px !important;
  font-size: 1.8rem;
  text-align: left;
}

.geo_documents {
  max-width: 840px;
  margin: 0 auto 20px;
  background: #eff2f8;
  padding: 20px 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.geo_documents span {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.geo_documents ul {
  width: 65%;
  border-left: 1px solid #999;
  padding-left: 50px;
}

.geo_documents ul li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
  text-align: left;
  line-height: 1.7;
}

.geo_documents ul li::after {
  content: "・";
  position: absolute;
  left: 0;
}

.geo_documents ul a {
  color: #333;
}

@media screen and (max-width: 767px) {
  .geo_note {
	max-width: 480px;
    font-size: 4.4vw;
    margin: 38px auto 12px !important;
	line-height: 1.8;
  }
	
   .geo_documents {
	max-width: 480px;
    padding: 24px 14px 14px;
    display: block;
	margin: 0 auto 40px;
  }

  .geo_documents span {
    width: 100%;
    display: block;
    font-size: 4.2vw;
    text-align: center;
    margin-bottom: 10px;
  }

  .geo_documents ul {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-left: none;
    padding: 10px 0 0;
  }

  .geo_documents ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
	font-size: 4.2vw;
  }

  .geo_documents ul li::after {
    content: "・";
    position: absolute;
    left: 0;
    top: 5px;
  }

  .geo_documents ul a {
    text-decoration: underline;
  }
}
/* geo */

/* cta
---------------------------------*/
.cta a {
    background: #e0001b;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 760px;
    padding: 1em;
    color: #ffffff;
    font-weight: 600;
	font-size: 2.6rem;
	text-decoration: none !important;
	line-height: 1.5
}
.cta a span{
	font-size: 2rem;
}
.cta a:hover {
    background: #cd041c;
    color: #FFF;
	text-decoration: none !important;
}
.cta a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 2px;
}
.cta a:hover:after {
    border-color: #FFF;
}

@media screen and (max-width:767px){
.cta a {
	font-size: 2.2rem;
}
}

/* cta
---------------------------------*/

.sec05-heading{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #000000;
}
.sec05-heading .logo{
	max-width: 120px !important;
}
.other-box{
width: 100%;
	max-width: 760px;
 margin:40px auto 0;
 padding:0;
}
.other-box .img-box{
 border:2px solid #000000;
 box-sizing:border-box;
}
.other01, .other02{
 display:inline-block;
 width:48%;
 padding:0;
 margin-bottom:40px;
 max-width:362px;
}
.other01{
 float:left;
}
.other02{
 float:right;
}
.other03{
 clear:both;
}
.other-box .img-box figcaption{
 font-size:16px;
 font-size:1.7rem;
 font-weight:bold;
 line-height:1.5;
 text-align:left;
 padding:0.5em 1em;
 color:#333333;
 background-color:#f8dd00;
}
.other-box .img-box.other03 figcaption{
 text-align:center;
 padding:0.8em 0;
}

.more-box{
 padding:0;
}
.app-box{
 width:100%;
	max-width: 760px;
 border-top:0px;
 box-sizing:border-box;
	margin: 0 auto;
}
.app-box h3{
 font-weight:bold;
 font-size:20px;
 font-size:2.0rem;
 text-align:center;
 padding:2em 0;
 margin:0;
}
.app-box ul{
	padding-left: 0 !important;
	list-style: none !important;
	margin: 0 auto 0.5em;
}
.app-link,
.app-caption{
 display:block;
 width:53%;
 max-width:400px;
 margin:0 auto;
}
.app-link{
 text-align:center;
}
.app-link li{
 display:inline-block;
 margin:0 5%;
 padding:0;
 vertical-align:top;
}
.app-link li:first-child{
 width:35%;
 max-width:133px;
}
.app-link li:last-child{
 width:36%;
 max-width:139px;
}
.app-link li a,
.app-link li img{
 width:133px;
 height: 38px;
}
.app-caption{
 text-align:center;
 line-height:1.2;
 font-size: 1.2rem !important;
 margin:0 auto!important;
 padding-bottom: 1.5em;
}
.step{
 display:block;
 width:95%;
 max-width:715px;
 margin:0 auto 40px;
 text-align:center;
 letter-spacing:-0.4em;
}
.step li{
 display:inline-block;
 width:48%;
 max-width:342px;
 margin:0 0.8% 10px;
 padding:0;
 letter-spacing:normal;
}
.step img{
 width: 100%;
 max-width: 342px;
 height: auto;
}

/* フッター
---------------------------------*/
.footer {
 background: #424242;
 text-align: center;
 padding: 90px 30px;
}
.footer a {
 color: #606060;
 text-decoration: none;
}
.footer a:hover {
 text-decoration: none;
}
.footer p,
.footer p a {
color: #fff;
	line-height: 2;
	font-size: 1.4rem;
}

.mt10{margin-top:10px;} .mb10{margin-bottom:10px;}
.mt20{margin-top:20px;} .mb20{margin-bottom:20px;}
.mt30{margin-top:30px;} .mb30{margin-bottom:30px;}
.mt40{margin-top:40px;} .mb40{margin-bottom:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

.pt10{padding-top:10px;} .pb10{padding-bottom:10px;}
.pa20{padding:20px;}
.pa30{padding:30px;}

.sfContentBlock p {margin:0 auto;}
.sfContentBlock h3 {margin:0 auto;
font-size: 24px;
font-weight: bold;
border-bottom: none;
}

@media screen and (max-width:480px){
.text-box{
	font-size: 3.7vw;
 	padding:1em;
}
.text-box p{
	font-size: 4vw !important;
}

.headline-2-1{
	font-size: 5.8vw!important;
	line-height: 1.3!important;
 }
.headline-2-2 {
  font-size: 6vw!important;
  position: relative;
  line-height: 1.5!important;
}
.headline-2-2 span {
  font-size: 4vw!important;
  margin-bottom: 5px;
}

.headline-2-2:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #e4102a;
}
.headline-3 {
	font-size: 5.2vw!important;
}
	
/* youtube
---------------------------------*/
.video-caption {
  bottom: 40px;
  padding: 10px;
}
/* youtube end
---------------------------------*/

.img-box2 img {
    max-width: 570px;
}
.img-box3 img {
    max-width: 670px;
}
.img-box4 img {
    max-width: 660px;
}
.img-box5 img {
    max-width: 581px;
}
.img-box6 img {
    max-width: 460px;
}
.img-box7 img {
    max-width: 645px;
}

.text-box .head-point {
	font-size: 5.6vw !important;
}
.text-box .head-point span {
	font-size: 10vw;
}

.check-list-box{
	display: inline-block;
	padding: 20px 10px 20px;
}
.check-list{
	font-size: 4.6vw;
	line-height: 1.5;
}
.check-list span {
    margin: 10px 0;
}
	
.check-list-box .annotation{
	font-size: 12px;
}

.text-box2 p{
 	font-size: 4.4vw!important;
	line-height: 1.8;
}

.cta a{
	font-size: 5vw;
}
/* 3600 sp
---------------------------------*/
.text-box2 p.note {
 font-size: 4.0vw!important;
} 
.text-box2 p.plus {
    font-size: 8.7vw!important;
    margin: 0.5em auto 0.5em;
    width: 15.6vw;
    height: 15.6vw;
    border-radius: 50%;
}
.text-box2 p.other_data {
    font-size: 4.8vw!important;
    width: 86%;
	line-height: 1.3;
}
/* 3600 sp
---------------------------------*/
.sec05-heading .logo{
	max-width: 82px!important;
}
.sec05-heading {
    font-size: 4.6vw;
	line-height: 1.5;
}


.inner-box{
  width:90%;
}

.app-box ul{
	padding-left: 0 !important;
	list-style: none !important;
	margin: 0 auto 0.5em;
}
.app-link{
  width:100%;
 }
.app-link li:first-child,
.app-link li:last-child{
  display:block;
  margin:0 auto 1em;
  max-width:100%;
 }
 .step{
  margin-bottom:20px;
 }
 .step li{
  display:block;
  width:95%;
  max-width:100%;
  margin:0 auto 1.5em;
 }
 .step img{
  max-width: 569px;
 }

 .other-box{
  margin:20px auto 0;
 }
 .other01,
 .other02,
 .other03{
  width:100%;
  max-width:100%;
  margin:0 auto 20px;
  float:none;
 }
 .other03{
  margin-bottom:0;
 }
 .other-box .img-box.other01 figcaption,
 .other-box .img-box.other02 figcaption,
 .other-box .img-box.other03 figcaption{
  font-size:14px;
  font-size:3.6vw;
  font-weight:bold;
  line-height:1.5;
  text-align:left;
  padding:0.5em 1em;
  color:#333333;
}

.footer{
	padding: 60px 20px;
}
.footer p, .footer p a {
    line-height: 1.5;
    font-size: 3.5vw;
}

 .mt10{margin-top:5px;} .mb10{margin-bottom:5px;}
 .mb20{margin-bottom:10px;}
 .mt30{margin-top:15px;} .mb30{margin-bottom:15px;}
 .mt40{margin-top:20px;} .mb40{margin-bottom:20px;}
 .mt50{margin-top:25px;}
 .mt60{margin-top:30px;}
 .mtt20{}

 .pt10{padding-top:5px;} .pb10{padding-bottom:5px;}
 .pa30{padding:15px;}
}

.is-pc{display:inline-block !important;}
.is-sp{display:none !important;}

@media screen and (max-width:480px){
.is-pc{display:none !important;}
.is-sp{display:inline-block !important;}
}

.sfContentBlock h3 {
    font-size: 0.95em;
    font-weight: bold;
	padding:0.4em;
}