@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: 500;
	color: #000;
 	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;
}

.center {
 margin: 0 auto;
 text-align: center;
}

.pc{
 display: block !important;
}
.sp{
 display: none !important;
}

main, footer {
	display: block;
	width: 100%;
 min-width: 1120px;
	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 20px;
 margin: 30px;
 text-align: center;
 background-color: #fff;
}
#header p img {
 display: block;
 width: 140px;
 height: 44px;
 margin: 0 auto;
}

/* main
--------------------------------------------*/
#main_visual {
 display: block;
 position: relative;
 z-index: 0;
 width: 100%;
 height: 1px;
 padding-top: 43%;
 background: no-repeat 0% 35%;
 background-size: cover;
 background-image: url("https://www.efax.co.jp/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_pc_device1/mv.webp") !important;
}
#main_visual .txt_box {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 1;
 width: 100%;
 margin: 0 auto;
 padding: 0;
 background-color: rgba(40,47,57,0.5);
}
#main_visual .txt_box h1 {
 display: block;
 width: 90%;
 max-width: 1246px;
 margin: 0 auto;
}
.about {
 width: 100%;
 padding: 25px 0;
 color: #fff;
 background-color: #282f39;
}
.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-weight: 500;
}

.sec_wrap{
 position: relative;
 width: 100%;
 margin: 0 auto;
 padding: 100px 0;
 overflow: hidden;
 background-color: #fff;
 z-index: 0;
}
#sec2,
#sec4 {
 background-color: #e3e3e3;
}


.sec_inner {
 position: relative;
 width: 95%;
 max-width: 1180px;
 margin: 0 auto;
 z-index: 1;
}
.sec_title {
 position: relative;
 width: 100%;
 padding: 36.36% 0 0;
 margin: 0 auto;
 background: #fff url(/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_pc_device1/plate.webp) no-repeat 50% 50%;
 background-size: contain;
 z-index: 0;
}
.sec_title h2 {
 position: absolute;
 top: 50px;
 left: 0;
 right: 0;
 margin: 0 auto;
 text-align: center;
 font-size: 4.0rem;
 font-weight: 700;
 line-height: 1.5;
 color: #333;
}
.sec_title h2::after {
 content: "";
 display: block;
 width: 1px;
 height: 1px;
 border-top: 24px solid #333;
 border-left: 15px solid transparent;
 border-right: 15px solid transparent;
 border-bottom: none;
 margin: 3.5% auto 0;
}

.sec_main {
 position: relative;
 box-sizing: border-box;
 width: 100%;
 margin: -150px auto 0;
 z-index: 1;
}
.sec_main_inner {
 width: 91%;
 margin: 0 auto;
 padding: 55px;
 background-color: #fff;
 border: 1px solid #afafaf;
}

.cta_btn_bg {
 padding: 45px 0 30px;
 background:linear-gradient(to bottom, #429ace, #2c657d);
}
.cta_btn {
 width: 660px;
 margin: 0 auto;
}
.cta_btn img{
 width: 660px;
 height: 153px;
}

/* Section 1 ---------------------------------*/
#sec1 .point-wrap {
 width: 89%;
 max-width: 1050px;
 margin: 0 auto 60px;
}
#sec1 .point-wrap:last-of-type {
 margin-bottom: 0;
}
#sec1 .point-wrap > p {
 font-size: 1.8rem;
 line-height: 1.8;
}
#sec1 div[class^="point_"] {
 display: flex;
 align-items: stretch;
 margin-bottom: 45px;
 box-sizing: border-box;
 border: 1px solid #818181;
 background-color: #fff;
}
#sec1 div[class^="point_"] > img {
 flex: 0 0 62%;
 align-self: center;
 width: 62%;
 max-width: 655px;
 box-sizing: border-box;
}
#sec1 div[class^="point_"] .txt_box {
 flex: 0 0 38%;
 width: 38%;
 max-width: 394px;
 box-sizing: border-box;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 color: #fff;
 background:linear-gradient(to bottom, #429ace, #3481a4);
}
#sec1 div[class^="point_"] .txt_box h3 {
 font-size: 4.2rem;
 margin-bottom: 50px;
}
#sec1 div[class^="point_"] .txt_box h3 em {
 font-size: 5.2rem;
 line-height: 1;
 font-style: normal;
}
#sec1 div[class^="point_"] .txt_box p {
 font-size: 2.5rem;
 font-weight: 700;
 line-height: 1.3;
}
#sec1 div.point_l > div.txt_box {
 order: 1;
 border-right: 1px solid #818181;
}
#sec1 div.point_l > img {
 order: 2;
 margin-left: auto;
}
#sec1 div.point_r > div.txt_box {
 order: 2;
 border-left: 1px solid #818181;
}
#sec1 div.point_r > img {
 order: 1;
 margin-right: auto;
}




/* Section 2 ---------------------------------*/
#sec2 .sec_main {
 padding-bottom: 10px;
}
#sec2 .feature_list {
 display: flex;
 justify-content: space-around;
 align-items: flex-start;
 flex-wrap: wrap;
 width: 91%;
 margin: 0 auto;
 padding: 80px 80px 30px;
 background-color: #fff;
 border: 1px solid #afafaf;
}
#sec2 .feature_list div.feature {
 flex: 0 0 45%;
 margin: 0 auto 50px;
}
#sec2 .feature h3 {
 margin: 0 auto;
 padding: 20px 0;
 font-size: 2.6rem;
 font-weight: bold;
 line-height: 1;
 text-align: center;
 color: #fff;
 background: linear-gradient(to bottom, #429acf, #3480a3);
}
#sec2 .feature_list figure {
 text-align: center;
 padding: 30px 0 20px;
 border: 2px solid #a6c6d7;
 border-top: none;
}
#sec2 .feature_list figure img {
 margin: 0 auto;
 width: 370px;
 height: auto;
}
#sec2 .feature_list figure figcaption {
 padding: 20px 0 0;
 font-size: 1.9rem;
}


/* Section 3 ---------------------------------*/
#sec3 .sec_main_inner > p {
 font-size: 1.8rem;
 line-height: 1.8;
}

/* 3months
---------------------------------*/
.price_block .text_01 {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
.price_block .text_01 {
  font-size: 3.8vw;
  line-height: 1.6;
  }
}
.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: #3480a3;
  background: -webkit-gradient(linear, left top, left bottom, from(#429acf), to(#3480a3));
  background: linear-gradient(to bottom, #429acf, #3480a3);
  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: linear-gradient(to bottom, #fcedb1, #fad12e);
}
.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-bottom: 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;
  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.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: #e4393f;
}
#sec3 .addservise p.other_data {
 display: block;
 padding: 30px 10px;
 margin: 0 auto;
 font-size: 2.4rem;
 font-weight: 600;
 text-align: center;
 color: #e4393f;
 background-color: #e9e9e9;
 width: 80%;
}

@media screen and (max-width: 768px) {
#sec3 .addservise p.plus {
 font-size: 10vw;
 margin-top: -10px;
}
#sec3 .addservise p.other_data {
 font-size: 4.2vw;
 width: 100%;
 line-height: 1.5;
 padding: 10px;
}
}
/* 3600
---------------------------------*/


/* Section 4 ---------------------------------*/
#sec4 .sec_main_inner {
 padding: 80px 40px;
}
#sec4 .case {
 margin-bottom: 60px;
}
#sec4 .case:last-of-type {
 margin-bottom: 0;
}
#sec4 .flex {
 position: relative;
}
#sec4 .flex > .img {
 position: absolute;
 top: 0;
 width: 57%;
 max-width: 565px;
 box-sizing: border-box;
 padding: 50px;
 margin: 40px 0 0;
 border-radius: 3px;
 border: 3px solid #a6c6d7;
 background-color: #fff;
 z-index: 1;
}
#sec4 .flex > .text {
 position: relative;
 width: 56%;
 max-width: 557px;
 padding: 20px 60px 80px;
 box-sizing: border-box;
 background-color: #eff5f8;
 z-index: 0;
}
#sec4 .img_left .img {
 left: 0;
}
#sec4 .img_right .img {
 right: 0;
}
#sec4 .img_left .text {
 padding-left: 170px;
}
#sec4 .img_right .text {
 padding-right: 170px;
}
#sec4 .img_left > .text {
 margin: 0 0 0 auto;
}
#sec4 .flex > .text h3 {
 font-size: 2.6rem;
 font-weight: 400;
 line-height: 1.6;
}
#sec4 .flex > .text h3 em {
 font-size: 4.0rem;
 font-weight: 500;
 font-style: normal;
}
#sec4 .flex > .text h4 {
 font-size: 2.6rem;
 font-weight: 700;
 font-feature-settings: "palt" 1;
 text-align: left;
 color: #29657d;
 margin-bottom: 1em;
}
#sec4 .flex > .text p {
 font-size: 2.0rem;
}

/* Section 5 ---------------------------------*/
#sec5 .sec_main {
 margin-top: -200px;
}
#sec5 ol {
 list-style: none;
 margin: 0;
 padding: 0;
}
#sec5 ol li {
 margin: 0 auto;
 padding: 0;
}
#sec5 dl.doc_link {
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin: 10px auto 0;
 background-color: #e9e9e9;
}
#sec5 dl.doc_link dt {
 flex: 0 0 40%;
 margin: 0 auto 0 0;
 padding: 10px;
 font-size: 2.0rem;
 text-align: center;
}
#sec5 dl.doc_link dd {
 flex: 0 0 60%;
 margin: 0 0 0 auto;
 text-align: center;
 font-size: 1.8rem;
}
#sec5 dl.doc_link dd a {
 display: block;
}
#sec5 dl.doc_link ul {
 margin: 0;
 padding: 20px 20px 15px 20px;
 text-align: left;
 list-style: disc;
}
#sec5 dl.doc_link ul li {
 margin: 0 0 5px 0;
}
#sec5 .geo {
 margin-top: 60px;
 font-size: 1.8rem;
 line-height: 1.8;
}



/* 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.8vw;
  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 #53aeda;
 }
 #header p img {
  width: 21%;
  height: auto;
 }
 
/* Main
--------------------------------------------*/
 #main_visual {
  width: 100%;
  height: auto;
  padding: 0;
  background: no-repeat 50% 0;
  background-size: cover;
  background-image: url("https://www.efax.co.jp/wp-content/uploads/sf-images/default-source/efaxjp_lp/jp_pc_device1/mv_sp.webp") !important;
 }
 #main_visual .txt_box {
  position: relative;
 }
 #main_visual .txt_box h1 {
  width: 100%;
  height: auto;
  padding-top: 210px;
  margin: 0 auto;
 }
 .about {
  padding: 15px 0;
 }
 .about_inner {
  display: block;
  margin: 0 auto;
 }
 .about_inner > img {
  flex: none;
  width: 90%;
  margin: 0 auto 20px;
 }
 .about_inner > div {
  flex: none;
  width: 100%;
 }
 .about_inner > div h2 {
  font-size: 4.4vw;
  line-height: 1.4;
 }
 
 .sec_wrap {
  padding: 50px 0;
 }
 .sec_inner {
  width: 95%;
  max-width: none;
  padding: 0;
 }
 .sec_title {
  margin: 0 auto;
  padding: 36.5% 0 0;
  background-position: 50% 0;
 }
 .sec_title h2 {
  top: 50%;
  bottom: auto;
  font-size: 4.8vw;
  line-height: 1.3;
  transform: translateY(-50%);
 }
 .sec_title h2::after {
  content: none;
 }
 .sec_main {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
 }
 .sec_main::before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-top: 15px solid #636363;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  margin: 20px auto;
 }
 
 .cta_btn_bg {
  padding: 20px 20px 10px;
 }
 .cta_btn {
 width: 100%;
 padding: 10px 0;
 }
 .cta_btn img{
 width: 100%;
 height: auto;
 }

/* Section 1 ---------------------------------*/
 #sec1 .point-wrap {
  width: 100%;
  margin: 0 auto 40px;
 }
 #sec1 div[class^="point_"] {
  display: block;
  margin-bottom: 20px;
 }
 #sec1 div[class^="point_"] .txt_box {
  flex: none;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
 }
 #sec1 div[class^="point_"] .txt_box h3 {
  font-size: 5.2vw;
  margin-bottom: 0.2em;
 }
 #sec1 div[class^="point_"] .txt_box h3 em {
  font-size: 7.0vw;
 }
 #sec1 div[class^="point_"] .txt_box p {
  font-size: 4.6vw;
 }
 #sec1 div[class^="point_"] > img {
  flex: none;
  width: 100%;
  margin: 0 auto;
 }
 #sec1 .point-wrap > p {
  font-size: 3.8vw;
  line-height: 1.6;
  padding: 0 10px;
 }
 
/* Section 2 ---------------------------------*/
 #sec2 .feature_list {
  display: block;
  width: 100%;
  padding: 30px 0;
 }
 #sec2 .feature_list div.feature {
  flex: none;
  width: 84%;
  margin: 0 auto 20px;
 }
 #sec2 .feature_list div.feature:last-of-type {
  margin-bottom: 0;
 }
 #sec2 .feature h3 {
  padding: 20px 0 16px;
  font-size: 4.4vw;
 }
 #sec2 .feature_list figure {
  padding: 20px 0 10px;
 }
#sec2 .feature_list figure img {
    width: 100%;
}
 #sec2 .feature_list figure figcaption {
  padding: 10px 0 0;
  font-size: 3.8vw;
 }
 
/* Section 3 ---------------------------------*/
 #sec3 .sec_main_inner {
  width: 100%;
  padding: 20px;
 }
 #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;
 } 
 
/* Section 4 ---------------------------------*/
 #sec4 .sec_main_inner {
  width: 100%;
  padding: 20px;
 }
 #sec4 .case {
  margin-bottom: 30px;
 }
 #sec4 .flex {
  position: relative;
  display: flex;
  flex-direction: column;
 }
 #sec4 .flex > .img {
  position: relative;
  top: auto;
  flex: 0 0 100%;
  width: 100%;
  order: 2;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  border: 2px solid #a6c6d7;
 }
 #sec4 .flex > .text {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 auto !important;
  padding: 10px 10px 20px !important;
 }
 #sec4 .flex > .text h3 {
  font-size: 4.2vw;
 }
 #sec4 .flex > .text h3 em {
  font-size: 6.2vw;
 }
 #sec4 .flex > .text h4 {
  font-size: 4.7vw;
 }
 #sec4 .flex > .text p {
  font-size: 3.8vw;
 }
 
/* Section 5 ---------------------------------*/
 #sec5 .sec_main {
  margin-top: 0;
 }
 #sec5 .sec_main_inner {
  width: 100%;
  padding: 10px;
 }
 #sec5 ol li {
  margin: 0 auto;
  padding: 0;
  width: 94%;
 }
 #sec5 dl.doc_link {
  display: block;
  margin: 10px 0 0;
 }
 #sec5 dl.doc_link dt {
  flex: none;
  margin: 0 auto;
  padding: 10px;
  font-size: 3.8vw;
  text-align: center;
 }
 #sec5 dl.doc_link dd {
  flex: none;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
 }
 #sec5 dl.doc_link ul {
  margin: 0;
  padding: 0 0 5px 20px;
  text-align: left;
  font-size: 3.6vw;
 }
 #sec5 .geo {
  margin-top: 40px;
  font-size: 3.8vw;
  line-height: 1.6;
  padding: 0 10px;
 }
 
 
 
/* Footer
--------------------------------------------*/
 footer {
  padding: 20px 0;
  font-size: 3.6vw;
 }
 footer p.copyright {
  font-size: 2.55vw;
 }
 footer p.copyright > span {
  display: block;
 }
}