@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
	min-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption,
.normal-font-style {
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
}

img {
	border: none;
}
img.fit {
	width: 100%;
}

a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

ul, ol {
	list-style-type: none !important;
}

/* -------------------------------------------------
	header
------------------------------------------------- */

#header {
	height: 92px;
	text-align: center;
	border-bottom: solid 8px #e9e8e3;
}
#header .logo {
	margin-top: 21px;
}

/* -------------------------------------------------
	contents
------------------------------------------------- */

#main-cont {
	display: block;
}

.cont1100 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* -------------------------------------------------
	headline
------------------------------------------------- */

.h-style1 {
	text-align: center;
	position: relative;
}
.h-style1::after {
	width: 100px;
	height: 8px;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	content: "";
	display: block;
}
.h-style1 .small {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}
.h-style1 .large {
	padding: 14px 0 23px;
	display: block;
	font-size: 45px;
	line-height: 1.3;
	font-weight: bold;
}

/* -------------------------------------------------
	main-visual
------------------------------------------------- */

#main-visual {
	height: 700px;
	padding-top: 90px;
	box-sizing: border-box;
	text-align: center;
	background: no-repeat center center;
	background-image: url(/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_60_pdf/bg_main.jpg) !important;
}
#main-visual h1 {
	margin-top: 26px;
}
#main-visual .feature {
	margin-top: 20px;
}
#main-visual .feature li {
	width: 322px;
	height: 160px;
	padding: 24px 20px 0 20px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #fff;
	text-align: left;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
#main-visual .feature li + li {
	margin-left: 20px;
}
#main-visual .feature li .title {
	margin-bottom: 5px;
	color: #e3131f;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}


/* -------------------------------------------------
	entry-box
------------------------------------------------- */

.entry-box {
	height: 250px;
	margin: -110px auto 0;
	text-align: center;
	position: relative;
	z-index: 5;
}
.entry-box::before {
	width: 820px;
	height: 58px;
	position: absolute;
	z-index: 5;
	content: "";
	display: block;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.5);
	border-radius: 50%;
	left: 50%;
	margin-left: -410px;
	bottom: 30px;
}
.entry-box .gradation-box {
	height: 220px;
	padding-top: 35px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #e83619), color-stop(0.00, #e3131f));
	background: -webkit-linear-gradient(left,#e3131f, #e83619);
	background: -moz-linear-gradient(left,#e3131f, #e83619);
	background: -o-linear-gradient(left,#e3131f, #e83619);
	background: -ms-linear-gradient(left,#e3131f, #e83619);
	background: linear-gradient(left, #e3131f, #e83619);
}
.entry-box .gradation-box a {
	display: inline-block;
	background: url(/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_60_pdf/bg_btn.png) no-repeat right bottom;
}
.entry-box .gradation-box a:hover img {
	opacity: 0.7;
}

/* -------------------------------------------------
	reason
------------------------------------------------- */

#reason {
	padding: 180px 0 110px;
	margin-top: -140px;
	background-color: #f7f7f2;
	position: relative;
}
#reason::after {
	content: url(/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_60_pdf/arrow.png);
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -150px;
}
#reason .h-style1 {
	margin-bottom: 70px;
}
#reason .points li {
	position: relative;
}
#reason .points li + li {
	margin-top: 40px;
}
#reason .points li .shadow-box {
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
#reason .points li:nth-child(even) .shadow-box {
	left: auto;
	right: 0;
}
#reason .points .cont1100 {
	background-color: #fff;
	z-index: 10;
}
#reason .points p {
	padding: 30px 40px 40px;
}

/* -------------------------------------------------
	function
------------------------------------------------- */

#function {
	padding: 80px 0 210px;
	background-color: #e9e8e3;
}
#function .funcs {
	margin-top: 70px;
}
#function .funcs li {
	width: 257px;
	height: 257px;
	padding: 20px 20px 0;
	margin: 0 24px 24px 0;
	box-sizing: border-box;
	float: left;
	background-color: #fff;
	text-align: center;
}
#function .funcs li:nth-child(4n) {
	margin-right: 0;
}
#function .funcs li .title {
	font-size: 18px;
	color: #e3131f;
	line-height: 1.5;
}
#function .funcs li .desc {
	text-align: left;
}
#function .funcs li img {
	margin: 12px 0 11px;
}

/* -------------------------------------------------
	voice
------------------------------------------------- */

#voice {
	padding: 185px 0 120px;
	margin-top: -140px;
	background-color: #f7f7f2;
}

#voice .tab {
	margin-top: 70px;
}
#voice .tab li {
	width: 360px;
	height: 60px;
	margin: 0 10px 10px 0;
	float: left;
	box-sizing: border-box;
	border: solid 1px #f5dedb;
	background-color: #fff;
	line-height: 1;
}
#voice .tab li:nth-child(3n) {
	margin-right: 0;
}
#voice .tab li.current {
	background-color: #ffa2a2;
	border-color: #ffa2a2;
}
#voice .tab li a {
	width: 100%;
	height: 100%;
	padding-top: 23px;
	box-sizing: border-box;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#voice .tab li.current a {
	color: #fff;
}
#voice .tab li:not(.current) a:hover {
	opacity: 0.7;
}

#voice .cont-box {

}

#voice .tab-cont {
	height: 532px;
	padding: 50px 50px 0;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	display: none;
}
#voice .tab-cont.current {
	display: block;
}
#voice .tab-cont .headline {
	margin-bottom: 40px;
	color: #e3131f;
	border-bottom: solid 4px #e3131f;
}
#voice .tab-cont .headline .small {
	display: block;
	line-height: 1.4;
	font-size: 16px;
	color: #000;
}
#voice .tab-cont .headline .large {
	margin: 8px 0 12px;
	display: block;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
}
#voice .tab-cont .pic {
	width: 378px;
	float: right;
}
#voice .tab-cont p {
	width: 580px;
	float: left;
}
#voice .tab-cont p + p {
	margin-top: 17px;
}
#voice .tab-cont p:first-of-type {
	margin-top: -7px;
}

/* -------------------------------------------------
	faq
------------------------------------------------- */

#faq {
	padding: 70px 0 200px;
}
#faq dl {
	margin-top: 70px;
}
#faq dt {
	padding: 2px 0 0 47px;
	font-size: 16px;
	color: #e3131f;
	position: relative;
}
#faq dt::before {
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_60_pdf/ico_faq_q.png);
	display: inline-block;
}
#faq dd {
	padding: 3px 0 0 47px;
	margin: 10px 0 0;
	position: relative;
}
#faq dd::before {
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_60_pdf/ico_faq_a.png);
	display: inline-block;
}

#faq dd + dt {
	margin-top: 40px;
}

/* -------------------------------------------------
	price
------------------------------------------------- */

#price {
	padding: 185px 0 120px;
	margin-top: -140px;
	background-color: #f7f7f2;
}
#price .lead {
  	padding: 70px 0 20px !important;
}

/* 3months */
.price_block {
  padding: 40px 0 0;
}
.price_block .text_01 {
  font-size: 16px;
}
.price_block .price_fb_3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px 0 15px 0;
}
.price_block .fb_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px rgba(80, 80, 80, 0.1);
          box-shadow: 2px 2px 10px rgba(80, 80, 80, 0.1);
}
.price_block .fb_plan_name {
  color: #ffffff;
  background-color: #e4393f;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
.price_block .fb_pricebox {
  line-height: 1;
  gap: 5px;
  padding: 40px 0 15px;
}
.price_block .fb_pricebox.tukibarai {
  padding-top: 85px;
}
.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: 34px;
  font-weight: bold;
  padding-right: 5px;
}
.price_block .fb_pricebox span.en_zei {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 3px;
}
.price_block .fb_pricebox .fb_otoku {
  padding: 4px 15px 0px;
}
.price_block .fb_pricebox .fb_otoku .price_otoku {
  position: relative;
  background: #FFFFFF;
  padding: 10px 16px 10px 24px;
  text-align: center;
  border: 2px solid #E4393F;
  color: #E4393F;
  font-size: 16px;
  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: 14px;
  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 20px 15px;
  color: #fff;
  background-image: linear-gradient(90deg, #ff8686 1%, #f57777b5 94%);
}
.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: 26px;
  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: #ffffff;
  text-align: center;
  padding: 30px 0;
  font-size: 28px;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 10px rgba(80, 80, 80, 0.1);
          box-shadow: 2px 2px 10px rgba(80, 80, 80, 0.1);
  margin-bottom: 20px;
}
.price_block .price_box_muryou strong {
  font-weight: bold;
  color: #E4393F;
}
.price_block .price_box_muryou .price_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;
}
.price_block .price_box_muryou .price_payment span {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
}
.price_block .price_box_muryou .price_payment ul {
  border-left: 1px solid #CCCCCC;
  text-align: left;
}
.price_block .price_box_muryou .price_payment ul li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 24px;
}
.price_block .price_note {
  text-align: center;
}
.price_block .price_note ul {
  display: inline-block;
  text-align: left;
}
.price_block .price_note li {
  font-size: 16px;
  font-weight: bold;
}
/* 3months */

/* 3600 */
#price p.plus {
    text-align: center;
    font-weight: bold;
    font-size: 4.0rem;
    margin: 0 auto;
    color: #e4393f;
    line-height: 1.5;
}
#price p.other_data {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: rgb(228, 57, 63);
    background-color: rgb(233, 233, 233);
    padding: 14px 0px;
    margin: 0px auto;
    width: 80%;
}
/* 3600 */

/* Geo */
.geo_note {
  width: 80%;
  margin: 60px auto 10px;
}
.geo_documents {
  width: 80%;
  margin: 0 auto 20px;
  background: #FFF;
  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: 16px;
  box-shadow: rgba(80, 80, 80, 0.1) 2px 2px 10px;
}
.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: 16px;
  font-weight: bold;
}
.geo_documents ul {
  width: 65%;
  border-left: 1px solid #CCCCCC;
  padding-left: 50px;
}
.geo_documents ul li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}
.geo_documents ul li::after {
  content: "・";
  position: absolute;
  left: 0;
}
/* Geo */


/* -------------------------------------------------
	comparison
------------------------------------------------- */

#comparison {
	padding: 75px 0 200px;
	background-color: #e9e8e3;
}
#comparison table {
	width: 100%;
	margin: 70px 0 30px;
	border-collapse: collapse;
}
#comparison table th,
#comparison table td {
	padding: 7px 0 2px;
	vertical-align: middle;
}

#comparison table thead .logo {
	width: 130px;
}
#comparison table thead th {
	border-bottom: solid 10px #e9e8e3;
}
#comparison table thead tr th + th {
	border-left: solid 10px #e9e8e3;
}
#comparison table thead th:first-child {
	text-align: left;
}

#comparison table tbody th,
#comparison table tbody td {
	border-bottom: solid 10px #e9e8e3;
}
#comparison table tbody th {
	background-color: #f7f7f2;
	font-size: 18px;
}
#comparison table tbody td {
	background-color: #fff;
	border-left: solid 10px #e9e8e3;
	text-align: center;
}
#comparison table tbody tr td:first-of-type {
	font-size: 24px;
	color: #e3131f;
}
#comparison table tbody tr td:last-of-type {
	font-size: 18px;
}
#comparison table tbody td .note {
	font-size: 12px;
}
#comparison table tbody tr:last-child td:last-child {
	font-size: 14px;
}

#comparison table tfoot th,
#comparison table tfoot td {
	padding-top: 15px;
	position: relative;
}
#comparison table tfoot th::after,
#comparison table tfoot td::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e3131f;
}
#comparison table tfoot th {
	font-size: 18px;
	font-weight: bold;
}
#comparison table tfoot td {
	text-align: center;
}
#comparison table tfoot td:first-of-type {
	font-size: 24px;
	color: #e3131f;
}
#comparison table tfoot td:last-of-type {
	font-size: 18px;
}
#comparison table tfoot td:last-child::after {
	padding-right: 0;
}

#comparison p.note {
	font-size: 12px;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

#footer {
	height: 310px;
	padding-top: 160px;
	margin-top: -140px;
	box-sizing: border-box;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #606060), color-stop(0.00, #424242));
	background: -webkit-linear-gradient(left, #424242, #606060);
	background: -moz-linear-gradient(left, #424242, #606060);
	background: -o-linear-gradient(left, #424242, #606060);
	background: -ms-linear-gradient(left, #424242, #606060);
	background: linear-gradient(left, #424242, #606060);
}
#footer p,
#footer p a {
	color: #fff;
}


/* -------------------------------------------------
	other
------------------------------------------------- */

/* float */

.l-side {
	float: left;
}
.r-side {
	float: right;
}

.clear {
	clear: both;
}
.clearfix {
	height: auto;
}
.clearfix::after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 1100px;
		min-width: 1100px;
	}
}