@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{display:inline-block; color:#06f; text-decoration:underline; border:none; outline:none;}
a:link{color:#06f; text-decoration:underline;}
a:visited{color:#039; text-decoration:underline;}
a:active{color:#06f; text-decoration:underline;}
a:hover{color:#09f; text-decoration:underline;}
a:focus{color:#09f; text-decoration:underline; border:none;}

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%;
 height: auto;
 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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,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:#fff;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
 	box-sizing: border-box
}


/* ヘッダー
---------------------------------*/
#header {
	height: 86px;
	text-align: center;
	border-bottom: solid 8px #e9e8e3;
}
#header .efax-logo {
	margin-top: 14px;
	width: auto;
	display: inline-block;
}

@media only screen and (max-width:480px){
#header {
	height: 58px;
	border-bottom: solid 6px #e9e8e3;
}
#header .efax-logo {
	margin-top: 10px;
	max-width: 90px;
	height: auto;
}
}


/*
---------------------------------*/
#wrapper{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding:0;
	position:relative;
	background:#f3f3f3;
}


/* MV
---------------------------------*/
h1{
	display:block;
	width:100%;
	max-width:1400px;
	height:auto;
	margin:0 auto 30px;
}

.mv-under{
	display: block;
	width: 100%;
	max-width: 1400px;
}

/* メイン
---------------------------------*/
.content-box1140{
	width:100%;
	max-width: 1140px;
	margin:0 auto;
}
.yellow{
	color:#000;
	background-color:#f8dd00;
 	box-shadow: 6px 6px 0 #222222;
}
.yellow span{
	font-size: 5rem;
 	font-weight:bold;
 	color:#e0001b;
}

.inner-box{
 	width:90%;
 	max-width:1020px;
 	margin:0 auto;
}
.bg-white{
	background-color: #ffffff;
}
.bg-gray{
	background-color: #e0e0e0;
}

.efax01-text02{
 	font-size:3.4rem!important;
 	font-weight:bold!important;
 	line-height:1.5!important;
	padding: 0 10px;
}

.efax01-text03{
 	font-size:3.2rem!important;
 	font-weight:bold!important;
 	line-height:1.3!important;
}
.efax01-text03 span{
	color: #e0001b;
}
.efax01-text04{
 	font-size:2.8rem!important;
 	font-weight:bold!important;
 	line-height:1.5!important;
	display: inline;
	background: linear-gradient(transparent 80%, #e0001b 80%);
}

.efax01-text05{
	font-size:3.2rem!important;
	font-weight:bold!important;
	line-height:1.3!important;
	display: inline;
	background: linear-gradient(transparent 80%, #e0001b 80%);
	padding: 0 !important;
}

.efax01-text03 img,
.efax01-text04 img{
 width:auto;
 height:33px;
 display:inline-block;
 vertical-align:middle;
 margin:0 0.2em 0.2em 0.2em;
}

/* 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 {
 	margin:0 auto;
 	padding:0;
 	display:block;
 	line-height:0;
}
.img-box img{
 	margin:0;
 	padding:0;
}
.img-box2 img{
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: 835px;
}
.img-box3 img{
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: 560px;
}
.img-box4 img{
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: 900px;
}

.text-box{
 	padding:2em 0 0.5em;
}
.text-box p {
    text-align: center!important;
    font-size: 1.8rem!important;
    font-weight: 700;
}
.text-box2{
	max-width: 835px;
	margin: 0 auto;
}
.text-box3{
	max-width: 770px;
	margin: 0 auto;
}
.text-box2 p,
.text-box3 p{
	font-size: 1.56rem !important;
	text-align: left !important;
	line-height: 1.5;
	margin-bottom: 1em !important;
}

/* table
---------------------------------*/
.sec02_table{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}

.sec02_table table , td, th {
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #999;
}
.sec02_table td, th {
	padding: 10px;
	width: 30%;
	height: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #000000;
	font-weight: bold;
}
.sec02_table th {
	background: #efefef;
	font-size: 1.4rem;
}
.sec02_table .red{
	color: #da001e;
	font-weight: bold;
	font-size: 1.6rem;
}
.sec02_table img{
	max-width: 80px !important;
	margin: 0 auto;
}
.sec02_table p{
	text-align: left !important;
}
.sec02_table .note{
	line-height: 1.5;
	text-indent: -1.5em;
    margin-left: 1.5em;
}
/* table
---------------------------------*/

.yellow2{
	color:#333333;
	background-color:#f2eb6f;
	width: 100%;
	max-width: 760px;
	text-align: center;
	margin: 0 auto;
}
.yellow2 p{
    line-height: 1.5;
    font-weight: bold;
    font-size: 2.0rem;
    padding: 18px;
}
.triangle2 {
 	width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #563cca;
	margin: 0 auto;
}

/* 3months
---------------------------------*/
.price_block {
  max-width: 820px;
  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: 15px;
  padding: 10px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .price_block .price_fb_3box {
    display: block;
    padding: 10px 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: #563cca;
  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: 16px;
    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 0 15px 8px;
  background-color: #f2eb6f;
}
.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.2rem;
  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-box3 p.plus {
    text-align: center!important;
    font-weight: bold;
    font-size: 4.0rem!important;
    margin: 0 auto 0.5em;
    color: #e20102;
    background-color: #e0e0e0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
	margin-bottom: 0.5em !important;
}
.text-box3 p.other_data {
 display: block;
 padding: 20px 10px;
 margin: 0 auto;
 font-size: 2.2rem!important;
 font-weight: 600;
 text-align: center!important;
 background-color: #e0e0e0;
 width: 80%;
}
/* 3600
---------------------------------*/

/* geo */
.geo_note {
  max-width: 840px;
  margin: 60px auto 18px !important;
  font-size: 1.56rem;
  text-align: left;
  line-height: 1.5;
}

.geo_documents {
  max-width: 840px;
  margin: 0 auto 20px;
  background: #e8e6f4;
  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.5rem;
  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;
  font-size: 1.5rem;
}

.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.0vw;
    margin: 38px auto 12px !important;
	line-height: 1.5;
  }
	
   .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.0vw;
    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.0vw;
  }

  .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;
}
/* cta
---------------------------------*/

.yellow3{
	color:#333333;
	background-color:#f2eb6f;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

.yellow3 .sec03-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 20px 20px;
}
.yellow3 .sec03-heading::before,
.yellow3 .sec03-heading::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #333333;
}
.yellow3 .sec03-heading::before {
	margin-right: 10px;
}
.yellow3 .sec03-heading::after {
	margin-left: 10px;
}

.yellow3 .check-list{
	padding: 0 40px 30px 40px;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.3;
}
.yellow3 .check-list span{
	display: block;
	margin: 16px 0;
}
.yellow3 .checkmark{
	padding-left:28px;
	position:relative;
}
.yellow3 .checkmark:before,
.yellow3 .checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
.yellow3 .checkmark:before{
	width:16px;
	height:16px;
	background:#f2eb6f;
    border:1px solid #563cca;
	left:0;top:2px;
}
.yellow3 .checkmark:after{
	border-left:2px solid #563cca;
	border-bottom:2px solid #563cca;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}

.triangle{
 	width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #563cca;
	margin: 0 auto;
}

.check-text {
	font-size: 3.2rem;
    font-weight: bold;
	line-height: 1.5;
}

.sec04-heading{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #000000;
}
.sec04-heading .logo{
	max-width: 120px !important;
}

/* 機能
---------------------------------*/
.func{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.func > div{
	width: 25%;
	padding: 10px;
}
.func > div > div{
	background: #f2eb6f;
    position: relative;
    overflow: hidden;
	padding: 14px 14px;
	height: 246px;
}
.func .title {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
}
.func .desc {
	text-align: left;
}
.func .desc strong{
	font-weight: normal;
	color: #e3131f;
}
.func .icon {
	width: auto;
	max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

@media screen and (max-width: 960px) {
.func > div{
	width: 50%;
}
.func .desc {
	text-align: center;
}
}

@media screen and (max-width: 480px) {
.func > div{
	width: 50%;
}
.func > div > div {
    height: 234px;
}
.func .title {
	font-size: 3.6vw;
    line-height: 1.4;
}
.func .desc {
	text-align: left;
}
}
/* 機能
---------------------------------*/


.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;
}
.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;
}


/* フッター
---------------------------------*/
.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;}
.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;}
.mt100{margin-top:100px;}

.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;
}
h3, .h3, .sfContentBlock h3 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}

@media only screen and (max-width:480px){
.text-box{
	font-size: 3.7vw;
 	padding:1em;
}

.efax01-text02{
	font-size: 5.4vw!important;
	line-height: 1.3!important;
 }
.efax01-text02 span{
	font-size: 7vw;
}

.efax01-text03{
	font-size: 5.5vw!important;
	line-height: 1.3!important;
 }
.efax01-text04{
	font-size: 5.5vw!important;
	line-height: 1.5!important;
 }
.efax01-text05{
	font-size: 5.8vw!important;
	line-height: 1.5!important;
 }

.text-box2 p,
.text-box3 p{
 	font-size: 4.0vw!important;
}
	
/* youtube
---------------------------------*/
.video-caption {
  bottom: 40px;
  padding: 10px;
}
/* youtube end
---------------------------------*/

/* table
---------------------------------*/
.sec02_table td, th {
	padding: 8px;
	font-size: 3.4vw;
	font-weight: normal;
}
.sec02_table th {
	background: #efefef;
	font-size: 3.4vw;
}
.sec02_table .red{
	font-weight: normal;
	font-size: 3.6vw;
}
.sec02_table img{
	max-width: 74px !important;
}
/* table
---------------------------------*/

.yellow2 p{
    font-size: 4.2vw;
	line-height: 1.5;
    padding: 10px;
}
	
/* 3600 sp
---------------------------------*/
.text-box3 p.plus {
	font-size: 7.8vw !important;
	margin: 0.5em auto 0.5em;
	width: 13.8vw;
	height: 13.8vw;
	border-radius: 50%;
}
.text-box3 p.other_data {
    font-size: 4.7vw!important;
    width: 86%;
	line-height: 1.3;
}
/* 3600 sp
---------------------------------*/

.yellow3 .sec03-heading {
	font-size: 5vw;
	line-height: 1.2;
	padding: 30px 20px 10px;
}

.yellow3 .check-list{
	padding: 0 20px 20px 20px;
	text-align: left;
	font-size: 4.6vw;
	line-height: 1.5;
}
.yellow3 .check-list span{
	margin: 10px 0;
}
.yellow3 .checkmark{
	padding-left:26px;
}
.yellow3 .checkmark::before {
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
}
.yellow3 .checkmark::after {
	border-left: 2px solid #563cca;
	border-bottom: 2px solid #563cca;
	width: 18px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 3px;
}

.triangle{
	border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #563cca;
}
.check-text {
	font-size: 5.6vw;
}

.cta a{
	font-size: 5vw;
}

.sec04-heading .logo{
	max-width: 82px!important;
}
.sec04-heading {
    font-size: 4.6vw;
	line-height: 1.5;
}


.inner-box{
  width:90%;
}

.app-box ul{
	padding-left: 0 !important;
	list-style: none !important;
}
.app-link{
  width:100%;
 }
.app-link li:first-child,
.app-link li:last-child{
  display:block;
  margin:0 auto 1em;
  width:55%;
  max-width:100%;
 }
 .step{
  margin-bottom:20px;
 }
 .step li{
  display:block;
  width:95%;
  max-width:100%;
  margin:0 auto 1.5em;
 }


 .efax01-text03 img,
 .efax01-text04 img{
  height:30px;
  margin:0 0 0.2em;
 }


 .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;}
 .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;}
 .mt100{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 only 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;
}