@charset "utf-8";
html {
 min-width: 100%;
 min-height: 100%;
	font-size: 62.5%;
}

body {
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
 	text-align: justify;
	background-color: #fff;
	position: relative;
 	font-feature-settings: "palt" 1;
}
img {
	display: block;
	max-width: 100%;
}

a {
	opacity: 1;
 transition: all 0.4s;
}
a:hover {
	opacity: 0.75;
}

small {
	font-size: 74%;
}

.center {
 margin: 0 auto;
 text-align: center;
}

.pc{
 display: block !important;
}
.sp{
 display: none !important;
}

main, footer {
	display: block;
	width: 100%;
 min-width: 1366px;
	position: relative;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Header
--------------------------------------------*/
#header {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 width: auto;
 min-width: unset;
 padding: 20px;
 margin: 0;
 text-align: center;
}
#header p {
 display: block;
 max-width: 140px;
 margin: 0 auto;
}


/* main
--------------------------------------------*/
#main_visual {
 display: block;
 position: relative;
 z-index: 0;
 width: 100%;
 height: auto;
 background: #e3e3e3;
}
#main_visual .mv_img {
 max-width: 1366px;
 width: 100%;
 height: auto;
 margin: 0 auto;
 padding: 0;
}
#main_visual .txt_box {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 1;
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
#main_visual .txt_box h1 {
 display: block;
 width: 90%;
 max-width: 1100px;
 margin: 0 auto;
 padding: 30px 0;
}
.about {
 width: 100%;
 padding: 56px 0;
 color: #fff;
 background-color: #424455;
}
.about_inner {
 display: flex;
 justify-content: space-around;
 align-items: center;
 width: 90%;
 max-width: 1180px;
 margin: 0 auto;
}
.about_inner > img {
 flex: 0 0 32%;
 width: 32%;
 max-width: 352px;
}
.about_inner > div {
 flex: 0 0 65.5%;
 width: 65.5%;
}
.about_inner > div h2 {
 font-size: 2.0rem;
 line-height: 1.3;
 margin: 0 0 0.5em;
}
.about_inner > div p {
 line-height: 1.8;
 font-feature-settings: normal;
}

.sec_wrap{
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 overflow: hidden;
 background-color: #ffdd9d;
 z-index: 0;
}

.sec_inner {
 position: relative;
 width: 87%;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 0 100px;
 background: #ffc963;
 border: 3px solid #ff8b00;
 border-width: 0 3px;
 z-index: 1;
}
.sec_inner::before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: -7%;
 margin: 0 auto;
 width: 114%;
 height: 350px;
 background-color: #ff8b00;
 clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 6% 100%);
}
.sec_title {
 position: relative;
 padding: 100px 0 60px;
 margin: 0 auto;
 z-index: 1;
}
.sec_title h2 {
 margin: 0 auto;
 padding: 0;
 text-align: center;
 font-size: 5.0rem;
 font-weight: 700;
 line-height: 1.5;
 color: #fff;
}

.sec_main {
 position: relative;
 box-sizing: border-box;
 width: 89.5%;
 margin: 0 auto;
 z-index: 1;
}

.sec_main.arrow::before {
 content: "";
 position: absolute;
 top: -1px;
 left: 0;
 right: 0;
 margin: 0 auto;
 display: block;
 width: 150px;
 height: 50px;
 background-color: #ff8b00;
 clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
 z-index: 2;
}
.sec_main_inner {
 width: 100%;
 margin: 0 auto;
 padding: 55px;
 background-color: #fff;
}
.sec_main.arrow .sec_main_inner {
 padding-top: 100px;
}
.appli_btn {
 padding: 65px 0 40px;
 margin: 0 auto;
 text-align: center;
 background: #fff;
 border: 3px solid #ba0000;
 border-width: 3px 0;
}
div.appli_btn:nth-last-child(2) {
 border-bottom: none;
}
.appli_btn a {
 display: inline-block;
 margin: 0 auto;
}
.appli_btn a img {
 display: block;
 margin: 0 auto;
}


/* Section 1 ---------------------------------*/
.charm {
 width: 100%;
 padding: 40px;
 margin: 0 auto 40px;
 background-color: #fff;
}
.charm > h3 {
 font-size: 3.4rem;
 font-weight: 700;
 text-align: center;
 letter-spacing: -0.02em;
 margin-bottom: 1em;
 color: #2e8bb5;
}
.charm_inner {
 display: flex;
 align-content: flex-start;
 justify-content: space-between;
}
.charm_text {
 flex: 0 0 40%;
 margin: 0 auto 0 0;
 font-size: 2.6rem;
 line-height: 1.5;
}
.charm_text span {
 display: block;
 font-size: 1.9rem;
 margin-top: 30px;
}
.charm_img {
 flex: 0 0 56%;
 max-width: 557px;
 margin: 0.4em 0 0 auto;
}

#sec1 .sec_main.arrow::before {
 background-color: #ffc963;
}
.feature_list {
 display: flex;
 justify-content: space-around;
 align-items: flex-start;
 flex-wrap: wrap;
 width: 100%;
 margin: 0 auto;
 padding: 80px 80px 30px;
 background-color: #fff;
}
.feature_list div.feature {
 flex: 0 0 45%;
 margin: 0 auto 50px;
}
.feature h3 {
 margin: 0 auto;
 padding: 20px 0;
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1;
 text-align: center;
 color: #fff;
 background: linear-gradient(to bottom, #429acf, #3480a3);
}
.feature_list figure {
 text-align: center;
 padding: 30px 0 20px;
 border: 2px solid #c0c0c0;
 border-top: none;
}
.feature_list figure img {
 margin: 0 auto;
}
.feature_list figure figcaption {
 padding: 20px 0 0;
 font-size: 1.9rem;
}


/* Section 2 ---------------------------------*/
.case {
 margin-bottom: 60px;
 padding-bottom: 80px;
 border-bottom: 1px solid #999;
}
.case:last-of-type {
 margin-bottom: 0;
 padding-bottom: 0;
 border-bottom: none;
}
.case > h3 {
 font-size: 2.6rem;
 font-weight: 400;
 line-height: 1.6;
}
.case > h3 em {
 font-size: 4.0rem;
 font-weight: 500;
 font-style: normal;
}
.case > h4 {
 font-size: 2.6rem;
 font-weight: 700;
 text-align: left;
 color: #e3131f;
 margin-bottom: 1em;
}

.flex {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}
.flex > .img {
 flex: 0 0 45%;
 max-width: 430px;
 margin: 0.4em auto 0 0;
}
.flex > .text {
 flex: 0 0 51%;
 max-width: 490px;
 margin: 0 0 0 auto;
}
.flex > .text p {
 font-size: 1.8rem;
 font-weight: 300;
 line-height: 1.5;
}
.flex > .text span {
 display: block;
 font-weight: 700;
 margin-top: 16px;
}

/* Section 3 ---------------------------------*/
#sec3 .sec_main_inner > p {
 font-size: 1.8rem;
 line-height: 1.8;
}

/* 3months
---------------------------------*/
.price_block .price_fb_3box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .price_block .price_fb_3box {
    display: block;
    padding: 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: #3389b8;
  text-align: center;
  font-size: 26px;
  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: 34px;
  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: 16px;
  font-weight: bold;
  padding-bottom: 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: 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;
  background-color: #fa4747;
  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: 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: #f0f0f0;
  text-align: center;
  padding: 30px 20px;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 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;
}
.price_block .price_note li {
  font-size: 16px;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .price_block .price_note li {
    font-size: 13px;
  }
}

.plus {
  line-height: 1;
  padding-bottom: 10px;
}
/* 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: 16px;
  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: 16px;
}
@media screen and (max-width: 767px) {
  .price_block .price_box_payment {
	display: block;
	margin: 20px 0 2px;
	font-size: 3.6vw;
	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.6vw;
	text-align: center;
}
}
/* payment
---------------------------------*/

/* 3600
---------------------------------*/
#sec3 .addservise {
	margin: 0 auto;
	width: 100%;
}
#sec3 .addservise p.plus {
    text-align: center;
    font-weight: bold;
    font-size: 6.2rem;
    color: #f00;
}
#sec3 .addservise p.other_data {
 display: block;
 padding: 30px 10px;
 margin: 0 auto;
 font-size: 2.4rem;
 font-weight: 600;
 text-align: center;
 color: #f00;
 background-color: #e9e9e9;
 width: 80%;
}

@media screen and (max-width: 768px) {
#sec3 .addservise p.plus {
    font-size: 10vw;
}
#sec3 .addservise p.other_data {
 font-size: 3.6vw;
 width: 100%;
 line-height: 1.5;
 padding: 10px;
}
}
/* 3600
---------------------------------*/

.also {
 margin: 80px auto 0;
 padding: 60px 0 0;
 border-top: 1px solid #999;
}
.also h3 {
 margin-bottom: 60px;
 font-size: 3.6rem;
 line-height: 2;
 text-align: center;
 color: #0060ad;
}

.also table.tbl2 {
 width: 100%;
 margin: 60px auto 30px;
 border-collapse: collapse;
}
.also table.tbl2 thead th {
 text-align: center;
 vertical-align: bottom;
 font-weight: normal;
 padding: 0 0 10px;
}
.also table.tbl2 thead th img{
 margin: 0 auto;
}
.also table.tbl2 tbody th {
 width: 38%;
 padding: 15px 20px;
 font-weight: normal;
 font-size: 2.0rem;
 background-color: #d1e2f0;
 border-right: 4px solid #fff;
 border-bottom: 8px solid #fff;
}
.also table.tbl2 tbody td {
 padding: 15px 20px;
 text-align: center;
 font-size: 2.2rem;
 background-color: #e9e9e9;
 border-bottom: 8px solid #fff;
}
.also table.tbl2 td.efax {
 width: 23%;
 font-size: 3.0rem;
 color: #f00;
}
.also table.tbl2 tbody td sup {
 font-size: 1.8rem;
}
.also table.tbl2 tfoot th,
.also table.tbl2 tfoot td {
 padding: 15px 20px;
 font-weight: normal;
}
.also table.tbl2 tfoot th {
 text-align: left;
 font-size: 2.0rem;
}
.also table.tbl2 tfoot td {
 text-align: center;
 font-size: 2.2rem;
}
.also table.tbl2 tfoot th.blank,
.also table.tbl2 tfoot td.blank {
 padding: 0;
 height: 8px;
}
.also table.tbl2 tfoot th.blank {
 background-color: #d1e2f0;
 border-right: 4px solid #fff;
}
.also table.tbl2 tfoot td.blank {
 background-color: #e9e9e9;
}
ul.notes {
 list-style: none;
 margin: 0;
 padding: 0;
 counter-reset: cnt;
}
ul.notes li {
 margin: 0 auto 0.3em;
 padding: 0 0 0 1.5em;
}
ul.notes li:not(.nonum)::before {
 counter-increment: cnt;
 content: "*"counter(cnt);
 margin: 0 0.4em 0 -1.5em;
}
ul.notes li.nonum::before {
 content: "*";
 margin: 0 1em 0 -1.5em;
}


/* Section 4 ---------------------------------*/
#sec4 ol.flowchart {
 list-style: none;
 margin: 0;
 padding: 0;
}
#sec4 ol.flowchart li {
 margin: 0 auto;
 padding: 0;
}
#sec4 dl.doc_link {
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin: 10px auto 0;
 background-color: #e9e9e9;
}
#sec4 dl.doc_link dt {
 flex: 0 0 40%;
 margin: 0 auto 0 0;
 padding: 10px;
 font-size: 2.0rem;
 text-align: center;
}
#sec4 dl.doc_link dd {
 flex: 0 0 60%;
 margin: 0 0 0 auto;
 text-align: center;
 font-size: 1.8rem;
}
#sec4 dl.doc_link dd a {
 display: block;
}
#sec4 dl.doc_link ul {
 margin: 0;
 padding: 20px 20px 15px 20px;
 text-align: left;
 list-style: disc;
}
#sec4 dl.doc_link ul li {
 margin: 0 0 5px 0;
}
#sec4 .geo {
 margin-top: 60px;
 font-size: 1.8rem;
 line-height: 1.5;
}

/* jFax ---------------------------------*/
#jfax {
 background-color: #c1e4f1;
 border-bottom: 3px solid #ba0000;
}
#jfax .sec_main {
 max-width: 1000px;
 padding: 40px 0;
 margin: 0 auto;
 text-align: center;
}
#jfax .sec_main.arrow::before {
 background-color: #fff;
}
#jfax .jfax_img {
 width: 72.6%;
 max-width: 726px;
 margin: 0 auto;
}
#jfax .jfax_img + p {
 margin-top: -40px;
}
#jfax p {
 font-size: 3.0rem;
 font-weight: 700;
 font-feature-settings: normal;
 line-height: 1.3;
 color: #000;
}
#jfax p > em {
 font-style: normal;
 font-size: 5.0rem;
}
#jfax p.jfax_logo {
 width: 21.1%;
 max-width: 211px;
 margin: 20px auto 15px;
}
#jfax p.jfax_more a {
 display: block;
 margin: 0 auto;
 padding: 10px 0;
 width: 29%;
 max-width: 290px;
 font-size: 2.0rem;
 font-weight: normal;
 text-decoration: none;
 color: #fff;
 border: 3px solid #1b7283;
 border-radius: 5px;
 background-color: #3684c5;
}

/* Footer
--------------------------------------------*/
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;
}
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;
 text-decoration: none;
}
footer a:hover {
 text-decoration: underline;
}


/* Mobile View (Max Width 768px)
------------------------------------------*/
@media screen and (max-width: 768px) {
 body {
  font-size: 3.6vw;
  color: #000;
 }
 
 .pc{
  display: none !important;
 }
 .sp{
  display: block !important;
 }
 
/* Header
--------------------------------------------*/
 #header, main, footer {
  width: 100vw;
  min-width: auto;
 }
 #header {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 10px 0;
  border-bottom: 5px solid #ccc;
 }
 #header p {
  width: 21%;
 }
 
/* Main
--------------------------------------------*/
 #main_visual {
  width: 100%;
  height: auto;
  padding: 0;
  background: url("/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_conflict1/mv_sp.jpg") no-repeat 50% 0;
  background-size: cover;
 }
 #main_visual .txt_box h1 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
 }
 .about {
  padding: 15px 0;
 }
 .about_inner {
  display: block;
  margin: 0 auto;
 }
 .about_inner > img {
  flex: none;
  width: 60%;
  margin: 0 auto 20px;
 }
 .about_inner > div {
  flex: none;
  width: 100%;
 }
 .about_inner > div h2 {
  font-size: 4.2vw;
  line-height: 1.4;
 }
 
 .sec_wrap {
  padding: 0;
 }
 .sec_inner {
  width: 92%;
  max-width: none;
  padding: 0 0 40px;
 }
 .sec_inner::before {
  left: -5%;
  width: 110%;
  height: 16vh;
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
 }
 .sec_title {
  margin: 0 auto;
  padding: 10% 0 0;
 }
 .sec_title h2 {
  font-size: 4.6vw;
  line-height: 1.3;
 }
 .sec_title h2::after {
  content: none;
 }
 .sec_main {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
 }
 .sec_main.arrow::before {
  width: 76px;
  height: 25px;
 }
 .sec_main_inner {
  width: 90%;
  padding: 15px;
 }
 .sec_main.arrow .sec_main_inner {
  padding-top: 40px;
 }
 .appli_btn {
  padding: 20px 20px 10px;
  margin: 0 auto;
  text-align: center;
 }
 .appli_btn > p {
  display: block !important;
  margin: 0.2em auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.8vw;
  color: #154f9e;
 }
 .appli_btn a {
   width: 80%;
   padding: 10px 0;
  }
 .appli_btn a span {
  display: none;
 }
 .appli_btn a::after {
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  right: 15px;
  top: 50%;
  transform: rotate(45deg) translate(-5px, 0px);
 }
 

/* Section 1 ---------------------------------*/
 .charm {
  width: 87%;
  padding: 15px 15px 30px;
  margin: 0 auto 20px;
 }
 .charm > h3 {
  font-size: 4.0vw;
 }
 .charm_inner {
  flex-direction: column;
 }
 .charm_img {
  order: 1;
  flex: 0 0 100%;
  margin: 0 auto 20px;
 } 
 .charm_text {
  order: 2;
  flex: 0 0 100%;
  font-size: 3.3vw;
  margin: 0 auto;
 }
.charm_text span {
 font-size: 3.0vw;
 margin-top: 10px;
}
 .feature_list {
  display: block;
  width: 90%;
  padding: 50px 0 30px;
 }
 .feature_list div.feature {
  flex: none;
  width: 84%;
  margin: 0 auto 20px;
 }
 .feature_list div.feature:last-of-type {
  margin-bottom: 0;
 }
 .feature h3 {
  padding: 20px 0 16px;
  font-size: 3.8vw;
 }
 .feature_list figure {
  padding: 20px 0 10px;
  border-width: 1px;
 }
 .feature_list figure img {
  width: 90%;
 }
 .feature_list figure figcaption {
  padding: 10px 0 0;
  font-size: 3.0vw;
 }
 
 
/* Section 2 ---------------------------------*/
 .case {
  margin-bottom: 30px;
  padding-bottom: 40px;
 }
 .case:last-of-type {
  padding-bottom: 20px;
 }
 .case > h3 {
  font-size: 3.8vw;
 }
 .case > h3 em {
  font-size: 5.2vw;
 }
 .case > h4 {
  font-size: 3.6vw;
 }
 .flex {
  display: block;
 }
 .flex > .img {
  flex: none;
  margin: 0 auto 20px;
 }
 .flex > .text p {
  font-size: 3.4vw;
 }
 
/* Section 3 ---------------------------------*/
 #sec3 .sec_main_inner > p {
  font-size: 3.6vw;
  line-height: 1.6;
 }
 #sec3 .sec_main h4 {
  display: block !important;
  font-size: 3.3vw;
  margin: 30px auto 20px;
  text-align: center;
 } 
 
 .also {
  margin: 30px auto 0;
  padding: 20px 0 0;
 }
 .also h3 {
  font-size: 3.6vw;
  margin-bottom: 20px;
 }
 .also table.tbl2 {
  width: 100%;
  margin: 0 auto 30px;
  line-height: 1;
  border-collapse: collapse;
 }
 .also table.tbl2 thead th {
  padding: 0 0 5px;
  font-size: 3.0vw;
 }
 .also table.tbl2 thead th img {
  width: 60%;
 }
 .also table.tbl2 tbody th {
  width: 40%;
  padding: 12px 5px 8px 5px;
  font-size: 3.0vw;
  border-right: 2px solid #fff;
  border-bottom: 4px solid #fff;
 }
 .also table.tbl2 tbody th span {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.05em;
  transform: scaleX(0.9) translateX(-5%);
 }
 .also table.tbl2 tbody td {
  width: 38%;
  padding: 6px 5px 8px 8px;
  font-size: 3.0vw;
  border-bottom: 4px solid #fff;
 }
 .also table.tbl2 tbody td.dline {
  padding: 5px;
 }
 .also table.tbl2 td.efax {
  width: 23%;
  font-size: 3.0vw;
  color: #f00;
 }
 .also table.tbl2 tbody td sup {
  font-size: 70%;
 }
 .also table.tbl2 tbody span {
  display: block;
  letter-spacing: -0.05em;
  line-height: 1.2;
  transform: scaleX(0.9);
 }
 .also table.tbl2 tfoot th,
 .also table.tbl2 tfoot td {
  padding: 12px 5px 12px 8px;
  font-weight: normal;
 }
 .also table.tbl2 tfoot th,
 .also table.tbl2 tfoot td {
  font-size: 3.2vw;
 }
 .also table.tbl2 tfoot td.efax {
  font-size: 3.2vw;
  font-weight: bold;
  white-space: nowrap;
 }
 .also table.tbl2 tfoot th.blank, 
 .also table.tbl2 tfoot td.blank {
  height: 4px;
 }
 .also table.tbl2 tfoot th.blank {
  background-color: #d1e2f0;
  border-right: 2px solid #fff;
 }
 ul.notes,
 .also ul.notes + p {
  font-size: 2.55vw;
 }
 
/* Section 4 ---------------------------------*/
 #sec4 ol.flowchart li {
  margin: 0 auto;
  padding: 0;
  width: 94%;
 }
 #sec4 dl.doc_link {
  display: block;
  margin: 10px 0 0;
 }
 #sec4 dl.doc_link dt {
  flex: none;
  margin: 0 auto;
  padding: 10px;
  font-size: 3.6vw;
  text-align: center;
 }
 #sec4 dl.doc_link dd {
  flex: none;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
 }
 #sec4 dl.doc_link ul {
  margin: 0;
  padding: 0 0 5px 20px;
  text-align: left;
  font-size: 3.2vw;
 }
 #sec4 .geo{
  margin-top: 20px;
  font-size: 3.4vw;
 }
 
/* jFax ---------------------------------*/
 #jfax .sec_main {
  padding: 40px 0;
 }
 #jfax .jfax_img {
  width: 100%;
  margin: 0 auto;
 } 
 #jfax p {
  font-size: 3.4vw;
 }
 #jfax p > em {
  font-size: 5vw;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
 }
 #jfax p.jfax_logo {
  width: 24%;
  margin: 30px auto 15px;
 }
 #jfax p.jfax_more a {
  padding: 10px 0;
  width: 65%;
  font-size: 3.8vw;
  border-width: 2px;
 }
 
/* Footer
--------------------------------------------*/
 footer {
  padding: 20px 0;
  font-size: 3.6vw;
 }
 footer p.copyright {
  font-size: 2.55vw;
 }
 footer p.copyright > span {
  display: block;
 }
}