@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%;
 border:none;
 display:block;
}

.wBG{background-color:#fff;}
.gBG{background-color:#b1b1b1;}
.bBG{background-color:#18719f;}

/************************************************
 CLEARFIX
************************************************/
.clearfix:after, .cfx:after{
	content:".";
	display:table;
	height:0;
	clear:both;
	visibility:hidden;
}
/************************************************
 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;
}
#wrapper{
	width:100%;
 max-width:906px;
	margin:0 auto;
	padding:0;
	position:relative;
	background:#ececec;
}

/* ヘッダー
---------------------------------*/
h1{
 display:block;
 width:100%;
 max-width:906px;
 height:auto;
 margin:0 auto 30px;
}

/* メイン
---------------------------------*/
.content-box{
 width:100%;
 margin:0 auto;
}
.img-box{
 width:100%;
 margin:0 auto;
 padding:0;
 display:block;
 line-height:0;
}
.img-box img{
 margin:0;
 padding:0;
}
.inner-box{
 width:85%;
 max-width:764px;
 margin:0 auto;
}
.text-box{
 padding:1.0em 0.3em;
 border-radius:3px;
}
.yellow{
 color:#000;
 background-color:#fff200;
}
.yellow span{
 font-weight:bold;
 color:#e0001b;
}
.red{
 color:#fff;
 background-color:#e0001b;
}
.red span{
 font-weight:bold;
 color:#fff200;
}
.yellow-box{
 padding:0;
 border-radius:4px;
 border:2px solid #fff200;
 background-color:#fff;
}
.yellow-box h3{
 width:100%;
 padding:1.0em 0.3em !important;
 background-color:#fff200;
}
.yellow-box p.yellow-box-text{
 font-size:10px;
 font-size:1.5rem;
 font-weight:bold;
 line-height:1.5;
 text-align:left;
 width:90%;
 margin:1em auto;
}
.other-box{
 margin:40px auto 0;
 padding:0;
}
.other-box .img-box{
 border:2px solid #a4c9db;
 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.6rem;
 font-weight:bold;
 line-height:1.5;
 text-align:left;
 padding:0.5em 1em;
 color:#fff;
 background-color:#18719f;
}
.other-box .img-box.other03 figcaption{
 text-align:center;
 padding:0.8em 0;
}
.blue-hd,
.efax02-blue-hd{
 padding:5% 0 0;
 background-color:#18719f;
}
.efax02-blue-hd{
 padding:0;
}
.efax02-blue-hd p{
 color:#fff;
 font-weight:bold;
 font-size:18px;
 font-size:1.8rem;
 line-height:1.5;
 text-align:left;
 padding:1em 0 2em;
}
.more-box{
 padding:0;
}
.more-box h3{
 padding: 1.0em 0.3em;
}
.border-box{
 width:100%;
 background-color:#fff;
 border:2px solid #fff200;
 border-top:0px;
 box-sizing:border-box;
}
.border-box h3{
 font-weight:bold;
 font-size:20px;
 font-size:2.0rem;
 text-align:center;
 padding:2em 0;
 margin:0;
}
.app-link,
p.app-caption{
 display:block;
 width:53%;
 max-width:400px;
 margin: 0 auto !important;
}
.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:100%;
}
.app-caption{
 line-height:1.8;
 font-size: 1.2rem;
 margin:0 auto;
 padding: 1em 0 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;
}

.content-box.bBG{
 padding:4em 0;
}
.content-box.bBG > .img-box{
 width:85%;
 max-width:764px;
 margin:0 auto;
}

.efax02-example{
 position:relative;
}
.efax02-example img.efax02-photo{
 width:14.5%;
 max-width:132px;
 position:absolute;
 bottom:0;
 left:12%;
}


/* トライアル */
.trial{
 margin:0 auto;
 padding:80px 0 70px;
 text-align:center;
}
.trial p{width:100%;}
.trial p > a{
 text-decoration:underline;
 color:#0152a1;
 font-size:10px;
 font-size:1.5rem;
 line-height:1.5;
}
.trial a:hover{
 opacity:0.6;
 -webkit-transition:opacity 0.4s;
 -moz-transition:opacity 0.4s;
 transition:opacity 0.4s;
}
a.trial-btn{
 display:inline-block;
 min-width:51%;
 box-sizing:border-box;
 text-decoration:none;
 background-color:#e0001b;
 color:#fff;
 font-weight:bold;
 font-size:24px;
 font-size:2.4rem;
 line-height:1.2;
 padding:1em;
 margin:0 auto 0.5em;
}
a.trial-btn span{
 display:inline;
 margin-right:1em;
}
.trial.lp02 a.trial-btn,
.trial.lp03hd a.trial-btn{
 font-size:18px;
 font-size:2.4rem;
 padding:0.5em 1em;
}
.trial.lp02 a.trial-btn span,
.trial.lp03hd a.trial-btn span{
 font-size:14px;
 font-size:1.8rem;
}

.trial.lp03hd{
  padding:0 0 15%;
  background:url(https://www.efax.co.jp/wp-content/uploads/2022/12/efax_lp03_img02.png) no-repeat 50% 0;
  background-size:100% auto;
}

.efax01-text01,
.efax01-text02,
.efax01-text03,
.efax01-text04,
.efax01-text05,
.efax01-text06,
.efax02-text01,
.efax02-text03,
.efax02-text04,
.efax03-text01{
 font-size:16px;
 font-size:1.45rem;
 font-weight:bold;
 line-height:1.3;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}
.efax03-text01{
 font-size:	22px !important;
 color: #333 !important;
}
.efax01-text02 span{
 font-size:28px;
 font-size:2.8rem;
 margin:0 0.2em;
}
.efax01-text03 img,
.efax01-text04 img,
.efax01-text06 img,
.efax01-text07 img,
.efax02-text03 img,
.efax02-text04 img{
 width:auto;
 height:33px;
 display:inline-block;
 vertical-align:bottom;
 margin:0 0.2em 0.2em 0.2em;
}
.efax01-text04{
 padding:0.4em 0 0.2em;
}
.efax01-text06{
 padding:1.0em 0.3em !important;
 margin: 0 auto !important;
}
.efax01-text07{
 font-size:16px;
 font-size:1.45rem;
 font-weight:bold;
 line-height:1.3;
 padding:1.0em 0.3em !important;
 background-color:#fff200;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}
.efax01-text08{
 font-size:10px;
 font-size:1.5rem;
 font-weight:bold;
 line-height:1.3;
 padding-top:5%;
 margin-bottom:20px;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}

.efax02-text03{
 padding:0.5em 0 0.3em;
 margin:30px auto;
}
.efax02-text04{
 text-align:left;
 box-sizing:border-box;
 padding:0.5em 0 0.3em 20%;
}

/* 3months
---------------------------------*/
.price_block {
  padding: 10px 0px 0;
}
.price_block .price_fb_3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0px 30px 15px;
}
@media screen and (max-width: 767px) {
  .price_block .price_fb_3box {
    display: block;
    padding: 0 20px;
  }
}
.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: #18719f;
  text-align: center;
  font-size: 20px;
  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: 40px 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: 3.9vw;
    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: 22px;
  font-weight: bold;
  padding-right: 5px;
}
@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: 3px;
}
.price_block .fb_pricebox .fb_otoku {
  padding: 8px 10px 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: 14px;
  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: 12px;
}
.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 0px 15px;
  background-color: #e4393f;
  color: #fff;
}
.price_block .fb_pricebox .fb_otoku .price_month span:nth-child(1) {
  font-size: 12px;
  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: 20px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.price_block .fb_pricebox .fb_otoku .price_month span:nth-child(3) {
  font-size: 12px;
  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: 20px;
  font-weight: bold;
  margin: 0 30px 15px;
}
.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: 760px;
  margin: 20px auto 0;
}
.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;
  margin: 0 30px;
}
.price_block .price_note li {
  font-size: 14px;
  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;
  margin: 0 30px;
}
.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 20px 2px;
	font-size: 1.4rem;
	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: 1.4rem;
	text-align: center;
}
}
/* payment
---------------------------------*/

/* 3600
---------------------------------*/
.col_2{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto 40px;
}
.addservise {
	margin: 0 auto;
	width: 100%;
}
.addservise p.plus {
    text-align: center;
    font-weight: bold;
    font-size: 4.8rem;
    color: #e4393f;
}
.addservise p.other_data {
 display: block;
 padding: 24px 10px;
 margin: 0 auto;
 font-size: 2.0rem;
 font-weight: 600;
 text-align: center;
 color: #e4393f;
 background-color: #e9e9e9;
 width: 80%;
}

@media screen and (max-width: 480px) {
.col_2{
	margin: 15px auto 40px;
}
.addservise p.plus {
 font-size: 10vw !important;
}
.addservise p.other_data {
 font-size: 4.2vw !important;
 width: 100%;
 line-height: 1.5;
 padding: 10px;
}
}
/* 3600
---------------------------------*/

/* geo */
.geo_note {
  margin: 40px 30px 18px !important;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.geo_documents {
  margin: 0 30px 40px;
  background: #f9f9f9;
  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;
  border: #18719f 2px solid;
  border-radius: 4px;
}

.geo_documents span {
  width: 30%;
  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;
  padding: 0 10px;
}

.geo_documents ul {
  width: 70%;
  border-left: 1px solid #999;
  padding: 0 20px;
  font-weight: bold;
}

.geo_documents ul li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-size: 1.5rem;
  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: 1.4rem;
    margin: 38px 20px 12px !important;
  }
	
   .geo_documents {
	max-width: 480px;
    padding: 24px 14px 14px;
    display: block;
	margin: 0 20px 40px;
  }

  .geo_documents span {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    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: 1.4rem;
  }

  .geo_documents ul li::after {
    content: "・";
    position: absolute;
    left: 0;
    top: 5px;
  }

  .geo_documents ul a {
    text-decoration: underline;
  }
}
/* geo */

/* Footer start */
footer {
 padding: 40px 0;
 font-size: 1.8rem;
 line-height: 1.5;
 text-align: center;
 background-color: #666;
 color: #fff;
}
footer ul {
 list-style: none;
 margin: 0 auto 1em;
 padding: 0;
 font-size: 1.4rem;
}
footer ul li {
 display: inline-block;
 padding: 0 1em;
 margin: 0;
 line-height: 1;
 border-left: 1px solid #fff;
}
footer ul li:first-child {
 border-left: none;
}
footer a {
 color: #fff !important;
 text-decoration: none !important;
}
footer a:hover {
 text-decoration: underline !important;
}
footer p.copyright {
 font-size: 1.4rem;
 padding: 0 20px;
}
/* Footer end */

.ma10{margin:10px;} .mt10{margin-top:10px;} .mb10{margin-bottom:10px;}
.ma20{margin:20px;} .mt20{margin-top:20px;} .mb20{margin-bottom:20px;}
.ma30{margin:30px;} .mt30{margin-top:30px;} .mb30{margin-bottom:30px;}
.ma40{margin:40px;} .mt40{margin-top:40px;} .mb40{margin-bottom:40px;}
.ma50{margin:50px;} .mt50{margin-top:50px;} .mb50{margin-bottom:50px;}
.ma60{margin:60px;} .mt60{margin-top:60px;} .mb60{margin-bottom:60px;}
.ma70{margin:70px;} .mt70{margin-top:70px;} .mb70{margin-bottom:70px;}

.pa10{padding:10px;} .pt10{padding-top:10px;} .pb10{padding-bottom:10px;}
.pa20{padding:20px;} .pt20{padding-top:20px;} .pb20{padding-bottom:20px;}
.pa30{padding:30px;} .pt30{padding-top:30px;} .pb30{padding-bottom:30px;}
.pa40{padding:40px;} .pt40{padding-top:40px;} .pb40{padding-bottom:40px;}
.pa50{padding:50px;} .pt50{padding-top:50px;} .pb50{padding-bottom:50px;}
.pa60{padding:60px;} .pt60{padding-top:60px;} .pb60{padding-bottom:60px;}
.pa70{padding:70px;} .pt70{padding-top:70px;} .pb70{padding-bottom:70px;}

/************************************************
 Sitefinity tag
************************************************/
.sfContentBlock p {
    margin: 0;
}
.sfContentBlock h1 {
    margin-bottom: 0;
}

.sfContentBlock h2 {
    margin:0;
}

.sfContentBlock h3 {
    margin:0;
	padding:0.2em;
    border-bottom: none;
	font-weight: bold;
}
h3, .h3, .sfContentBlock h3 {
    font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    font-size: 22px;}


@media only screen and (max-width:820px){
 .trial{
  padding:40px 0 35px;
 }
}
@media only screen and (max-width:767px){
 .trial a.trial-btn{
  min-width:68%;
 }
 .trial.lp03hd a.trial-btn{
  padding:0.5em 1em;
 }

 .trial.lp03hd a.trial-btn span{
  font-size:1.6rem;
  margin-bottom: 0.2em;
 }
 .trial.lp03hd p > a{
  font-size:1.5rem;
  padding: 0 35px;
 }
}
@media only screen and (max-width:480px){
 .content-box.bBG{
  padding:2em 0;
 }
 .inner-box{
  width:90%;
 }
 .app-link{
  width:100%;
 }
 .app-caption{
  width:90% !important;
  font-size:1.0rem;
  padding: 1em 0 1.5em;
  line-height: 1.2;
 }
.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;
 }
 .trial p > a{
  font-size:1.0rem;
 }
 .trial a.trial-btn{
  min-width:68%;
  font-size:2.2rem;
  padding:0.5em 1.5em;
 }
 .trial a.trial-btn span{
  display:block;
  margin:0 auto;
  font-size:1.8rem;
 }
 .trial.lp02 a.trial-btn span{
  font-size:1.6rem;
  margin-bottom: 0.2em;
 }
 .trial.lp02 p{
  font-size:0.8rem;
 }
 .trial.lp03hd{
  padding:0 0 18%;
  background:url(/wp-content/uploads/2022/12/efax_lp03_img02_2_sp.png) no-repeat 50% 0;
  background-size:100% auto;
 }
.trial.lp03hd p{
  font-size: 0.8em;
	}
 .efax01-text01,
 .efax01-text02,
 .efax01-text03,
 .efax01-text04,
 .efax01-text05,
 .efax01-text06,
 .efax01-text02 span,
 .efax02-text01,
 .efax02-text03,
 .efax02-text04{
  font-size:12px;
  font-size:1.2rem;
 }
 .efax01-text02{
  margin:20px auto 0;
  padding:0.2em 0;
 }
 .efax01-text03 img,
 .efax01-text04 img,
 .efax01-text06 img,
 .efax01-text07 img,
 .efax02-text03 img,
 .efax02-text04 img{
  height:30px;
  margin:0 0 0.2em;
 }
 .efax01-text07{
  font-size:20px;
  font-size:2.0rem;
  padding:0.3em 0 0;
 }
 .efax01-text08{
  font-size:13px;
  font-size:1.3rem;
  margin-bottom:20px;
  padding: 1em !important;
 }

 .efax02-text01{
  padding:0.2em 0;
 }
 .efax02-blue-hd p{
  font-size:16px;
  font-size:1.6rem;
  line-height:1.5;
  padding:1em 0;
 }
 .efax02-text04{
  text-align:center;
  box-sizing:border-box;
  padding:0.2em 0;
 }
 .yellow-box p.yellow-box-text{
  font-size:14px;
  font-size:1.4rem;
 }

 .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:1.4rem;
  font-weight:bold;
  line-height:1.5;
  text-align:left;
  padding:0.5em 1em;
  color:#fff;
  background-color:#18719f;
 }
	
/* Footer start */
 footer {
  padding: 20px 0;
  font-size: 3.6vw;
 }
 footer ul {
  font-size: 3.6vw;
 }
 footer p.copyright {
  font-size: 3.4vw !important;
 }
/* Footer end */
	
 .ma10{margin:5px;} .mt10{margin-top:5px;} .mb10{margin-bottom:5px;}
 .ma20{margin:10px;} .mt20{margin-top:10px;} .mb20{margin-bottom:10px;}
 .ma30{margin:15px;} .mt30{margin-top:15px;} .mb30{margin-bottom:15px;}
 .ma40{margin:20px;} .mt40{margin-top:20px;} .mb40{margin-bottom:20px;}
 .ma50{margin:25px;} .mt50{margin-top:25px;} .mb50{margin-bottom:25px;}
 .ma60{margin:30px;} .mt60{margin-top:30px;} .mb60{margin-bottom:30px;}
 .ma70{margin:35px;} .mt70{margin-top:35px;} .mb70{margin-bottom:35px;}

 .pa10{padding:5px;} .pt10{padding-top:5px;} .pb10{padding-bottom:5px;}
 .pa20{padding:10px;} .pt20{padding-top:10px;} .pb20{padding-bottom:10px;}
 .pa30{padding:15px;} .pt30{padding-top:15px;} .pb30{padding-bottom:15px;}
 .pa40{padding:20px;} .pt40{padding-top:20px;} .pb40{padding-bottom:20px;}
 .pa50{padding:25px;} .pt50{padding-top:25px;} .pb50{padding-bottom:25px;}
 .pa60{padding:30px;} .pt60{padding-top:30px;} .pb60{padding-bottom:30px;}
 .pa70{padding:35px;} .pt70{padding-top:35px;} .pb70{padding-bottom:35px;}
}

.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;}
}

.trial a.trial-btn {
    font-size: 2.6rem;
}

@media only screen and (min-width: 768px){
	body {
    background: #fff;
    background-image: none;
    filter: none;
    behavior: none;
    -pie-background: none;
	}
}

@media only screen and (max-width: 676px){
    .lp-clean-body .container .sfContentBlock h2,
    .lp-clean-body .container .sfContentBlock h3 {
        font-size: 2.1rem;
    }
    .lp-clean-body .container .sfContentBlock p {
        font-size: 1.8rem;
    }
}