@charset "utf-8";
html {
 min-width: 100%;
 min-height: 100%;
	font-size: 62.5%;
}

body {
 font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 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;
	min-width: 100% !important;
}
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;
}

#header, main, footer {
 display: block;
 width: 100%;
 min-width: 1120px;
 position: relative;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container {
  width: 100% !important;
}

/* Header
--------------------------------------------*/
#header {
 padding: 35px 0;
 text-align: center;
 background-color: #fff;
 border-bottom: 14px solid #999;
}
#header .efax-logo {
 display: block;
 max-width: 140px;
 margin: 0 auto !important;
}


/* main
--------------------------------------------*/
#main_visual {
 position: relative;
 z-index: 0;
 width: 100%;
}
#main_visual .mv_img {
 position: relative;
 width: 100%;
 height: auto;
}
#main_visual .mv_img img {
 width: 100%;
 height: auto;
}
#main_visual .mv_txt {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 width: 82%;
 max-width: 1120px;
}

.point_wrap{
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding: 0 0 110px;
}
.point_wrap::before {
 content: "";
 position: absolute;
 top: -31px;
 left: 0;
 display: block;
 width: 100%;
 height: 62px;
 background-color: #afd2ef;
 mix-blend-mode: multiply;
}
#point1,
#point4 {
 background-color: #afd2ef;
}
#point2,
#point5 {
 background-color: #afefee;
}
#point3 {
 background-color: #cbf3a4;
}

.point_inner {
 width: 90%;
 max-width: 1072px;
 margin: 0 auto;
 padding: 0;
}
.point_ttl {
 position: relative;
 width: 100%;
 padding: 165px 0 0;
 margin: 0 auto 60px;
}
.point_ttl div.point_label {
 position: absolute;
 top: 0;
 left: 0;
 padding: 0;
 margin: 0;
 z-index: 0;
}
.point_ttl div.point_label::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 220px;
 height: 220px;
 clip-path: polygon(0 0, 0 100%, 100% 0);
 background-color: #fff;
 z-index: 0;
}
.point_ttl div.point_label p {
 position: relative;
 width: 220px;
 height: 220px;
 box-sizing: border-box;
 padding: 40px 0 0 30px;
 font-size: 3.2rem;
 font-weight: normal;
 line-height: 1;
 text-align: left;
}
#point1 .point_ttl div.point_label p,
#point4 .point_ttl div.point_label p {
 color: #78ade0;
}
#point2 .point_ttl div.point_label p,
#point5 .point_ttl div.point_label p {
 color: #33cccc;
}
#point3 .point_ttl div.point_label p {
 color: #56ce3d;
}
.point_ttl div.point_label p span{
 position: absolute;
 bottom: -20px;
 right: 0;
 font-family: "小塚ゴシック Pro","Kozuka Gothic Pro", Arial, Helvetica, "sans-serif";
 font-size: 15rem;
 color: #fff;
}
.point_ttl h2,
.point_ttl p {
 display: block;
 width: 710px;
 margin: 0 auto;
 text-align: center;
 color: #000;
}
.point_ttl h2 {
 font-size: 4.0rem;
 line-height: 1;
}
.point_ttl h2 + p {
 margin-top: 50px;
}
.point_ttl p {
 font-size: 2.6rem;
 font-weight: bold;
 line-height: 1.8;
}

.point_contents {
 width: 100%;
 box-sizing: border-box;
 padding: 60px;
 margin: 0 auto;
 border-radius: 50px;
 background-color: #fff;
}
.point_contents h3 {
 font-size: 4.0rem;
 line-height: 1;
 margin-bottom: 60px;
 text-align: center;
 color: #333;
 font-weight: bold;
}

.appli_btn {
 margin: 60px auto;
 text-align: center;
}
.appli_btn a {
 position: relative;
 display: block;
 width: 80%;
 margin: 0 auto;
 padding: 15px 0;
 color: #fff;
 font-size: 3.0rem;
 font-weight: bold;
 line-height: 1.2;
 text-decoration: none;
 border-radius: 50px;
 background-color: #154f9e;
}
.appli_btn a span {
 display: block;
 font-size: 2.0rem;
 font-weight: normal;
}
.appli_btn a::after {
 content: "";
 display: block;
 width: 14px;
 height: 14px;
 border-style: solid;
 border-width: 3px 3px 0 0;
 border-color: #fff;
 position: absolute;
 right: 30px;
 top: 50%;
 transform: rotate(45deg) translate(-7px, 0px);
}

/* POINT 1 ---------------------------------*/

#point1 .point_ttl h2 span {
 display: inline-block;
 margin: 0 auto 0.5em;
 font-size: 72%;
}
#point1 .point_ttl h2 span em {
 font-style: normal;
 font-size: 128%;
}
#point1 .point_ttl span.marker {
 background: linear-gradient(transparent 60%, #ecf00f 60%);
}
#point1 .point_ttl h2 span:nth-child(1) {
 margin-top: 2em;
}
#point1 table {
 width: 100%;
 margin: 60px auto 30px;
 border-collapse: collapse;
 border-right: none;
 border-bottom: none;
}
#point1 table thead th {
 text-align: center;
 vertical-align: bottom;
 font-weight: normal;
 padding: 0 0 10px;
 border-top: none;
 border-left: none;
}
#point1 table thead th img{
 margin: 0 auto;
}
#point1 table 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;
 border-top: none;
 border-left: none;
}
#point1 table tbody td {
 padding: 15px 20px;
 text-align: center;
 font-size: 2.2rem;
 background-color: #e9e9e9;
 border-bottom: 8px solid #fff;
 border-top: none;
 border-left: none;
}
#point1 table td.efax {
 width: 23%;
 font-size: 3.0rem;
 color: #f00;
}
#point1 table tbody td sup {
 font-size: 1.8rem;
}
#point1 table tfoot th,
#point1 table tfoot td {
 padding: 15px 20px;
 font-weight: normal;
 border-top: none;
 border-left: none;
}
#point1 table tfoot th {
 text-align: left;
 font-size: 2.0rem;
}
#point1 table tfoot td {
 text-align: center;
 font-size: 2.2rem;
}
#point1 table tfoot th.blank,
#point1 table tfoot td.blank {
 padding: 0;
 height: 8px;
}
#point1 table tfoot th.blank {
 background-color: #d1e2f0;
 border-right: 4px solid #fff;
}
#point1 table tfoot td.blank {
 background-color: #e9e9e9;
}
ul.notes {
 list-style: none;
 margin: 0;
 padding: 0;
 counter-reset: cnt;
 font-size: 1.4rem;
}
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;
}


/* POINT 2 ---------------------------------*/
#point2 .point_ttl span.marker {
 background: linear-gradient(transparent 60%, #ecf00f 60%);
}

/* 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: #f58484;
  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 0;
}
.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;
  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: 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.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
---------------------------------*/
#point2 .addservise {
	margin: 0 auto;
	width: 100%;
}
#point2 .addservise p.plus {
    text-align: center;
    font-weight: bold;
    font-size: 6.2rem;
    color: #f00;
}
#point2 .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) {
#point2 .addservise p.plus {
    font-size: 10vw;
}
#point2 .addservise p.other_data {
 font-size: 3.8vw;
 width: 100%;
 line-height: 1.5;
 padding: 10px;
}
}
/* 3600
---------------------------------*/


/* POINT 3 ---------------------------------*/

#point3 .feature_list {
 display: flex;
 justify-content: space-around;
 align-items: flex-start;
 flex-wrap: wrap;
}
#point3 .feature_list > div {
 flex: 0 0 45%;
 margin: 0 auto 30px;
}
#point3 .feature {
 border: 1px solid #838383;
 border-radius: 30px;
}
#point3 .feature h3 {
 margin: 0 auto;
 padding: 24px 0 20px;
 font-size: 2.5rem;
 font-weight: bold;
 line-height: 1;
 text-align: center;
 color: #f00;
 border-bottom: 1px solid #838383;
}
#point3 .feature_list figure {
 text-align: center;
 padding: 30px 0 20px;
}
#point3 .feature_list figure img {
 margin: 0 auto;
}
#point3 .feature_list figure figcaption {
 padding: 20px 0 0;
 font-size: 1.9rem;
}


/* POINT 4 ---------------------------------*/

#point4 ol {
 list-style: none;
 margin: 0;
 padding: 0;
}
#point4 ol li {
 margin: 0 auto;
 padding: 0;
}
#point4 dl.doc_link {
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin: 10px auto 0;
 background-color: #e9e9e9;
 border-radius: 15px;
}
#point4 dl.doc_link dt {
 flex: 0 0 45%;
 margin: 0 auto 0 0;
 padding: 10px;
 font-weight: bold;
 font-size: 1.8rem;
 text-align: center;
}
#point4 dl.doc_link dd {
 flex: 0 0 52%;
 margin: 0 0 0 auto;
 text-align: center;
}
#point4 dl.doc_link dd a {
 display: block;
}
#point4 dl.doc_link ul {
 margin: 0;
 padding: 20px 20px 15px 20px;
 text-align: left;
 list-style: disc;
}
#point4 dl.doc_link ul li {
 margin: 0 0 5px 0;
}
#point4 .geo {
 margin-top: 60px;
 font-size: 1.8rem;
 line-height: 1.9;
}

/* POINT 5 ---------------------------------*/

#point5 .case {
 padding: 80px 0;
 border-bottom: 1px solid #999;
}
#point5 .case:first-child {
 padding-top: 30px;
}
#point5 .case:last-child {
 padding-bottom: 30px;
 border-bottom: none;
}
#point5 .case h3 {
 margin: 0 0 40px;
 font-size: 2.5rem;
 font-weight: normal;
 line-height: 1.3;
 text-align: left
}
#point5 .case h3 em {
 font-style: normal;
 font-size: 4.0rem;
}
#point5 .case h3 span {
 display: block;
 margin: 0.4em 0 0;
 font-weight: bold;
 color: #e3131f;
}
#point5 .case > div.flex {
 display: flex;
 justify-content: space-between;
 align-content: flex-start;
}
#point5 .case > div.flex div.img {
 flex: 0 0 45%;
 margin: 0 auto 0 0;
}
#point5 .case > div.flex div.img img{
 border: 1px solid #727272;
}
#point5 .case > div.flex div.text {
 flex: 0 0 50%;
 margin: 0 0 0 auto;
 font-size: 1.8rem;
 line-height: 1.9;
 text-align: justify;
}
#point5 .case .text span {
 display: block;
 font-weight: bold;
 margin-top: 16px;
}

/* 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 !important;
 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 !important;
 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: 100%;
  min-width: auto;
 }
 #header {
  padding: 20px 0;
 }
 #header .efax-logo {
  width: 21%;
 }

/* Main
--------------------------------------------*/
 #main_visual .mv_txt {
  width: 100vw;
 }
 #main_visual .mv_txt {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
 }
 .point_wrap {
  padding: 0 0 55px;
 }
 .point_wrap::before {
  top: -15px;
  height: 30px;
 }
 point_inner {
  width: 93%;
  max-width: none;
 }
 .point_ttl {
  padding: 24vw 0 0;
  margin: 0 auto 30px;
 }
 .point_ttl div.point_label p {
  width: 18vw;
  height: 18vw;
  padding: 16px 0 0 5px;
  font-size: 2.8vw;
  font-weight: bold;
 }
 .point_ttl div.point_label::before {
  width: 18vw;
  height: 18vw;
 }
 .point_ttl div.point_label p span {
  bottom: -5px;
  font-size: 12vw;
  font-weight: normal;
 }
 .point_ttl h2,
 .point_ttl p {
  width: 100%;
 }
 .point_ttl h2 {
  font-size: 6.2vw;
  line-height: 1;
 }
 .point_ttl p {
  font-size: 3.6vw;
 }
 .point_ttl h2 + p {
  margin-top: 25px;
 }

 .point_contents {
  padding: 30px;
  border-radius: 20px;
 }
 .point_contents h3 {
  font-size: 3.6vw;
  margin-bottom: 40px;
 }

.appli_btn {
 margin: 30px auto 0;
 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: 100%;
  padding: 10px 0;
  font-size: 4.3vw;
 }
.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);
}


/* POINT 1 ---------------------------------*/

 #point1 .point_ttl h2 span {
  margin: 0 auto 0.1em;
  font-size: 58%;
 }
 #point1 .point_ttl h2 span:nth-child(1) {
  margin-top: 1em;
 }
 #point1 .point_contents > div > img {
  width: 85%;
 }
 #point1 .point_contents h4 {
  display: block !important;
  font-size: 3.3vw;
  margin: 30px auto 20px;
  text-align: center;
 }
 #point1 table {
  width: 100%;
  margin: 0 auto 30px;
  line-height: 1;
  border-collapse: collapse;
 }
 #point1 table thead th {
  padding: 0 0 5px;
  font-size: 2.55vw;
 }
 #point1 table thead th img {
  width: 60%;
 }
 #point1 table tbody th {
  width: 40%;
  padding: 12px 5px 8px 5px;
  font-size: 2.55vw;
  border-right: 2px solid #fff;
  border-bottom: 4px solid #fff;
 }
 #point1 table tbody th span {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.05em;
  transform: scaleX(0.9) translateX(-5%);
 }
 #point1 table tbody td {
  width: 38%;
  padding: 12px 5px 8px 8px;
  font-size: 2.55vw;
  border-bottom: 4px solid #fff;
 }
 #point1 table td.efax {
  width: 23%;
  font-size: 2.55vw;
  color: #f00;
 }
 #point1 table tbody td sup {
  font-size: 70%;
 }
 #point1 table tbody span {
  display: block;
  letter-spacing: -0.05em;
  transform: scaleX(0.9);
 }
 #point1 table tfoot th,
 #point1 table tfoot td {
  padding: 12px 5px 12px 8px;
  font-weight: normal;
 }
 #point1 table tfoot th,
 #point1 table tfoot td {
  font-size: 2.55vw;
 }
 #point1 table tfoot td.efax {
  font-size: 2.9vw;
  font-weight: bold;
  white-space: nowrap;
 }
 #point1 table tfoot th.blank,
 #point1 table tfoot td.blank {
  height: 4px;
 }
 #point1 table tfoot th.blank {
  background-color: #d1e2f0;
  border-right: 2px solid #fff;
 }
 ul.notes {
  font-size: 2.55vw;
 }

/* POINT 2 ---------------------------------*/




/* POINT 3 ---------------------------------*/

 #point3 .feature_list {
  display: block;
 }
 #point3 .feature_list > div {
  flex: none;
  width: 90%;
  margin: 20px auto 30px;
 }
 #point3 .feature h3 {
  padding: 20px 0 16px;
  font-size: 3.8vw;
 }
 #point3 .feature_list figure {
  padding: 20px 0 10px;
 }
 #point3 .feature_list figure figcaption {
  padding: 10px 0 0;
  font-size: 3.0vw;
 }


/* POINT 4 ---------------------------------*/

 #point4 ol li {
  margin: 0 auto;
  padding: 0;
  width: 94%;
 }
 #point4 dl.doc_link {
  display: block;
  margin: 10px 0 0;
 }
 #point4 dl.doc_link dt {
  flex: none;
  margin: 0 auto;
  padding: 10px;
  font-size: 3.4vw;
  text-align: center;
 }
 #point4 dl.doc_link dd {
  flex: none;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
 }
 #point4 dl.doc_link ul {
  margin: 0;
  padding: 0 0 5px 20px;
  text-align: left;
  font-size: 3.2vw;
 }
 #point4 .geo {
  margin-top: 40px;
  font-size: 3.2vw;
 }


/* POINT 5 ---------------------------------*/

 #point5 .case {
  padding: 40px 0;
 }
 #point5 .case:first-child {
  padding-top: 15px;
 }
 #point5 .case:last-child {
  padding-bottom: 15px;
 }
 #point5 .case h3 {
  margin: 0 0 20px;
  font-size: 4.0vw;
 }
 #point5 .case h3 em {
  font-size: 5.2vw;
 }
 #point5 .case h3 span {
  margin: 0.4em 0 0;
  text-align: justify;
 }
 #point5 .case > div.flex {
  display: block;
 }
 #point5 .case > div.flex div.img {
  flex: none;
  width: 100%;
  margin: 0 auto 20px;
 }
 #point5 .case > div.flex div.text {
  flex: none;
  margin: 0 auto;
  font-size: 3.2vw;
 }


/* Footer
--------------------------------------------*/
 footer {
  padding: 20px 0;
  font-size: 3.6vw;
 }
 footer p.copyright {
  font-size: 2.55vw;
 }
 footer p.copyright > span {
  display: block;
 }
}