@charset "utf-8";
html {line-height: 1.15;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, address, code, strong, i, center,	dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, figcaption, footer, header, menu, nav, section, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;} ul,li {list-style: none;}
table {border-collapse:collapse;border-spacing:0;}img {max-width: 100%;height: auto;}

html,body {
	color: #343434;
	padding: 0;
	margin: 0;
	font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
  position: relative;
  background: #fdfdfd;
}
a {color:#2c2c2c; text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;}
.btm {margin-bottom: 30px;}
.op:hover {opacity: 0.7;}
.center,.center-pc {text-align: center;}
.underline {text-decoration: underline;}
.bold {font-weight: 900;}
.pc_only {
  display: block!important;
}
.tb_only {
  display: none!important;
}
.sp_only {
  display: none!important;
}
.privacy_page table {
  width: 100%;
  border-collapse: collapse;
}
.privacy_page table th {
  width: 30%;
  border: 1px solid #343434;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
}
.privacy_page table td {
  border: 1px solid #343434;
  padding: 10px;
  vertical-align: middle;
}
/* header
--------------------------------------------------------- */
header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
}
header .inner {
  width: 95%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .inner h1 {
  width: 300px;
  margin: 10px 0 0 0;
}
/* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: auto;
  display: flex;
  flex-direction: row;
  z-index: 10000;
 }
 .navbar_toggle{
  display: none;
 }
 .menu{
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 .menu ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 7px 0 0 0;
 }
 .menu ul li {
  width: auto;
  border-bottom: none;
  text-align: center;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  padding: 15px;
  font-weight: 700;
 }
 .menu ul li:last-child {
   background: #ff8000;
   border: 2px solid #df6f00;
   padding: 7px 25px 11px 25px;
   margin: 0 0 0 10px;
 }
 .menu ul li:last-child span {
  font-size: 11px;
  font-weight: normal;
 }
 .menu ul li:last-child p {
  margin: 4px 0 0 0;
 }
 .menu ul li a {
   width: 100%;
   height: 100%;
   display: block;
   color: #373c3d;
 }
 .menu ul li:last-child a {
  color: #fff;
  text-shadow: 1px 1px 3px #a95500;
 }
 .menu ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #2d818c;
	transition: .3s;
}
.menu ul li:last-child a::after {
	display: none;
}

.menu ul li :last-child a:hover {
  color: #fff;
}
.menu ul li:last-child:hover {
  opacity: 0.7;
}
.menu ul li a:hover::after {
	width: 100%;
}
/* メインビジュアル
--------------------------------------------------------- */

.mainvis .inner {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.mainvis .icon {
  width: 700px;
  margin: 0 0 0 auto;
  position: absolute;
  top: 80px;
  right: -180px;
}
.mainvis .inner .title,.mainvis .inner .title2 {
  color: #343434;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.6em;
  margin: 20px 0 0 0;
}
.mainvis .inner .title2 {
  color: #343434;
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 30px 0;
  background: linear-gradient(transparent 80%, #ffff00 80%);
  display: inline-block;
}
.mainvis .inner .title span {
  color: #00aeff;
}
.mainvis .inner .title2 span {
  color: #00aeff;
}
.mainvis .inner .body {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
.mainvis .inner ul {
  margin: 0 0 30px 0;
}
.mainvis .inner ul li {
  font-weight: 700;
  font-size: 1.6em;
  padding: 10px 10px;
  font-style: italic;
  background: linear-gradient(transparent 70%, #fff 70%);
  margin: 0 30px 0 0;
  display: inline-block;
  color: #0074a2;
}
.mainvis .inner .btn {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mainvis .inner .btn .contact_btn {
  width: 100%;
  margin: 0;
  font-size: 20px;
  padding: 30px 0;
  background: #ffff00;
  text-align: center;
  border: 4px solid #124c53;
  box-shadow: 3px 3px 0 #124c53;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mainvis .inner .btn .contact_btn a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.496);
}
.mainvis .inner .btn .dl_btn,.mainvis .inner .btn .ct_btn {
  width: 47%;
}
.mainvis .inner .dl_btn .contact_btn {
  background-color: #00aeff;
}
.mainvis .inner .ct_btn .contact_btn {
  background-color: #ff8000;
}
.mainvis .inner .ct_btn .contact_btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
}
.mainvis .inner .btn .dl_btn .contact_btn {
  background: #00aeff url(../images/common/dl_icon.svg) no-repeat 93% center;
  background-size: 20px;
}
.mainvis .inner .btn .service__ttl {
  font-size: 16px;
  margin: 0 auto 8px auto;
}
.mainvis .inner .btn .service__ttl::before,.mainvis .inner .btn .service__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.4rem;
  background: rgba(0, 0, 0, 0.4);
}
.mainvis .inner .btn .dl_btn .contact_btn:hover,.mainvis .inner .btn .ct_btn .contact_btn:hover {
  opacity: 0.7;
}
.flex_wrap_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_wrap_row .mainvis_cont {
  background: #fff;
  width: 420px;
  padding: 20px 30px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 7px 5px 0 #00aeff;
  margin-bottom: 20px;
}
.flex_wrap_row .mainvis_cont .title {
  font-weight: 700;
  text-align: center;
  font-size: 1.7em;
  margin: 0 0 20px 0;
  color: #343434;
}
.flex_wrap_row .mainvis_cont .body {
  line-height: 1.8em;
  text-align: center;
}
.mainvis h2 {
  width: 600px;
  margin: 20px auto 0 auto;
}
/*
.mainvis h2 {
  width: 500px;
  text-align: center;
  font-size: 3.7em;
  font-weight: 900;
  margin: 50px 0 20px 0;
  color: #00aeff;
}
*/
.mainvis .sub_title {
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  color: #006391;
  margin: 0 0 20px 0;
  line-height: 1.7em;
}
.flex_wrap_row .mainvis_cont .img {
  width: 45%;
  margin: 20px auto 0 auto;
}
.flex_wrap_row .mainvis_cont2 {
  background: #00aeff;
  width: 280px;
  padding: 20px;
  color: #fff;
  position: relative;
  border-radius: 8px;
  margin: 0 0 10px 0;
}
.flex_wrap_row .mainvis_cont2:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #00aeff;
}
.flex_wrap_row .mainvis_cont2:last-child:before {
  display: none;
}
.flex_wrap_row .mainvis_cont2 .title {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #ffff00;
}
.flex_wrap_row .mainvis_cont2 .title span {
  font-size: 0.7em;
}
.flex_wrap_row .mainvis_cont2 ul li {
  list-style-type: disc;
  margin: 0 0 0 2em;
  padding: 5px 0;
  font-size: 1.1em;
}
.mainvis .sub_title2 {
	font-size:2em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background : rgba(0,0,0,1);
	text-shadow : 
		0 0 0.1em #275864,
		0.01em 0.04em 0.03em #275864;
	-webkit-background-clip : text;
}
.arrow_down {
  width: 0;
  margin: 0 auto 10px auto;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #00aeff transparent transparent transparent;
}
.check_under_line {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
h2 {
  font-size: 2.2em;
  color: #343434;
  text-align: center;
  font-weight: 900;
  margin: 0 auto 100px auto;
  position: relative;
  padding: 0 0 20px 0;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 70px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #343434;
  border-radius: 2px;
}
h3 {
  font-size: 2.1em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
  border-bottom: 4px solid #343434;
  color: #343434;
  line-height: 2em;
}

section {
  width: 1100px;
  margin: 0 auto 80px auto;
  position: relative;
}
section:last-child {
  margin: 0 auto;
}
.service__ttl {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 5rem auto 1rem;
  padding: 0 2rem;
}
.service__ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.service__ttl::before, .service__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 2rem;
  background: rgba(0, 0, 0, 0.4);
}
.service__ttl::before {
  transform: rotate(-30deg);
  left: 0;
}
.service__ttl::after {
  transform: rotate(30deg);
  right: 0;
}
.contact_btn_common {
  width: 450px;
  margin: 0 auto 70px auto;
  background: #ff8000;
  text-align: center;
  border: 4px solid #124c53;
  padding: 40px 0;
  box-shadow: 3px 3px 0 #124c53;
  font-size: 1.7em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contact_btn_common:hover {
  background: #85dae5;
}
.contact_btn_common::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
}
.contact_btn_common::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_btn_common:hover::before {
  left: 100%;
}
.contact_btn_common a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
/* 現状チェック
--------------------------------------------------------- */
.check_area {
  width: 100%;
  height: auto;
  padding: 120px 0 0 0;
  background: url(../images/check/bg.svg) repeat-x;
	background-size: 50%;
	animation: scroll-anim 30s linear infinite;
}
@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}
@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.fukidashi {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.5em;
  margin: 5rem auto 1rem;
  padding: 0 2rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-shadow: 0px 0px 5px #fff;
  color: #ff8000;
  animation: blinking 1s ease-in-out infinite alternate;
}
.fukidashi::before,.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 2.5rem;
  background: #ff8000;
}
.fukidashi::before {
  transform: rotate(-30deg);
  left: 0;
}
.fukidashi::after {
  transform: rotate(30deg);
  right: 0;
}
.check_area .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
  text-shadow: 2px 2px 0 #fff;
}
.risk2_area .title {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px 0;
  color: #a10505;
}
.risk2_area .arr {
  width: 500px;
  margin: 0 auto;
}
.risk2_area .title2,.risk2_area .title3,.risk2_area .title4 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px 0;
  color: #343434;
}
.risk2_area .title3 {
  color: #343434;
  font-size: 30px;
  margin: 0 0 40px 0;
}
.risk2_area .title4 {
  color: #343434;
  font-size: 40px;
  margin: 0 0 40px 0;
}
.risk2_area .caution {
  width: auto;
  background: #fff url(../images/check/02.png) no-repeat 50px center;
  background-size: 120px;
  color: #343434;
  padding: 40px 20px 40px 200px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 2em;
  margin: 0 0 50px 0;
  border: 5px solid #a52828;
}
.risk2_area .caution ul li {
  list-style-type: disc;
  margin: 0 0 12px 1em;
  color: #00aeff;
}
.risk2_area .caution span {
  color: #db2e1b;
  border-bottom: 2px solid #db2e1b;
}
.risk2_area .txt01 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.8em;
}
/* リスク
--------------------------------------------------------- */
.risk_area {
  width: 100%;
  background-color: #c1f9ff;
  padding: 130px 0 0 0;
  position: relative;
}
.risk_area section {
  width: 1300px;
}
.danger_area {
  width: 100%;
  padding: 30px 0 60px 0;
  background-color: #c1f9ff;
  color: #ff2727;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.danger_area:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 50px solid #c1f9ff;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
}
.risk2_area {
  width: 100%;
  padding: 100px 0 200px 0;
  position: relative;
}
.risk2_area .arrow {
  width: 100px;
  margin: 0 auto;
}
.scroll {
  position: relative;
  text-align: center;
  margin: -50px 0 30px 0;
  padding: 0 0 0 100px;
}
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #343434;
  border-left: 2px solid #343434;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
.risk3_area {
  width: 100%;
  padding: 150px 0;
  position: relative;
  background: linear-gradient(to bottom right, #29c9fa, #11a7d5);
  background-color: #00aeff;
}
.risk3_area h2 {
  text-align: left;
  color: #fff;
  font-size: 60px;
  line-height: 1.6em;
  text-shadow: 4px 4px 0 #00aeff;
  margin: 0 0 30px 0;
}
.risk3_area h2 span {
  font-size: 90px;
}
.risk3_area h2::before {
  display: none;
}
.risk3_area .body {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 3px 3px 0 #00aeff;
  line-height: 1.4em;
}
.risk3_area .body span {
  color: #fff25e;
}
.risk3_area .icon {
  width: 550px;
  position: absolute;
  right: 100px;
  bottom: 0;
}
/* 「WEBディレクター ケア」の代行作業例
--------------------------------------------------------- */
.example_area {
  width: 100%;
  height: auto;
  padding: 140px 0;
  background: #efefef;
}
.example_area .txt01 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.8em;
  margin: 50px 0 0 0;
}
.example_area .txt02 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  color: #00aeff;
  margin: 0 0 40px 0;
}
.example_area .txt02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background: #00aeff;
}
.example_area .txt02 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.example_area .osusume,.example_area .osusume2 {
  width: 43%;
  background: #fff;
  padding: 20px;
  border: 4px solid #00aeff;
  border-radius: 5px;
  line-height: 1.5em;
  font-weight: 700;
  font-size: 1.2em;
}
.example_area .osusume2 {
  width: auto;
  margin: 0 0 20px 0;
}
.example_area .osusume .title,.example_area .osusume2 .title {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #00aeff;
}
.example_area .bigtxt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}
.example_area .bigtxt span {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.point-box,.point-box2 {
  width: auto;
  position: relative;
  margin: 40px 0;
  padding: 40px 50px 30px 50px;
  background: #fff;
  border: 2px solid #343434;
  line-height: 1.8em;
  font-size: 18px;
  border-radius: 4px;
}
.point-box2 {
  background: #eafbff;
}
.point-title {
  position: absolute;
  padding: 5px 10px;
  left: 20px;
  top: -20px;
  color: #343434;
  font-weight: bold;
  font-size:1.2em;
  background-color: #fff;
  border: 2px solid #343434;
}
.example_area .txt03 {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 1.8em;
}
.example_area .example_list {
  width: auto;
  padding: 30px;
  background: #ebebeb;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 30px 0;
}
.main_subtitle {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
  color: #006492;
  margin: 0 0 40px 0;
  line-height: 1.8em;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.2em;
  background: #00aeff;
  border: solid 3px #00aeff;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #00aeff;
  z-index: 2;
}
.txt_11 {
  font-size: 1.1em;
}

.example_area .accordion-js_btn {
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  transition: .3s;
  padding: 25px 15px;
  background-color: #fff;
  margin: 0 0 20px 0;
}
.example_area .accordion-js_btn:hover {
  opacity: .8;
}
.example_area .accordion-js_btn::before {
  content: "＋";
  position: absolute;
  right: 20px;
}
.example_area .accordion-js_btn.open::before {
  content: "ー";
}
.example_area .accordion-js_inner {
  display: none;
  margin: -20px 0 80px 0;
  line-height: 1.6em;
  padding: 30px 50px;
  background-color: #fff;
}
/* 導入までの流れ
--------------------------------------------------------- */
.flow_area {
  width: 100%;
  background-color: #ebebeb;
  padding: 150px 0;
}
.flow_area section {
  width: 1200px;
}

/* 参考料金
--------------------------------------------------------- */
.price_area {
  width: 100%;
  height: auto;
  padding: 140px 0;
  line-height: 1.8em;
}
.price_area table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.price_area table th {
  width: 33%;
  padding: 15px;
  border: 1px solid #343434;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
}
.price_area table th span,.price_area table td span {
  font-size: 14px;
}
.price_area table th:first-child {
  background: #00aeff;
}
.price_area table th:nth-of-type(2) {
  background: #0096db;
}
.price_area table th:nth-of-type(3) {
  background: #008caf;
}
.price_area table td {
  padding: 30px 15px;
  border: 1px solid #343434;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: 700;
  background: #fff;
}
.price_area dl {
  width: 85%;
  margin: 0 auto 20px auto;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.price_area dl dt {
  font-size: 1.5em;
  font-weight: 700;
  color: #008caf;
  margin: 0 0 10px 0;
}
.price_area dl dd {
  font-size: 1.1em;
}
.price_area dl dd span {
  font-size: 1.5em;
  font-weight: 700;
  color: #008caf;
}
.price_area dl dd p {
  margin: 24px 0 0 0;
  font-size: 1.3em;
  text-align: right;
}
/* ダウンロード
--------------------------------------------------------- */
.download_area {
  width: 100%;
  height: auto;
  padding: 120px 0;
  line-height: 1.8em;
  background: linear-gradient(#00aeff, #0087c5);
  position: relative;
}
.download_area .item {
  width: 500px;
  position: absolute;
  right: 100px;
  bottom: 60px;
}
.download_area .title {
  color: #fff;
  font-size: 2.8em;
  font-weight: 700;
  text-shadow: 4px 4px 0 #00aeff;
  margin: 0 0 30px 0;
}
.download_area .body {
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-shadow: 2px 2px 2px #00aeff;
  margin: 0 0 30px 0;
  line-height: 1.5em;
}
.download_area .body span {
  font-size: 0.8em;
}
.download_area .btn {
  width: 500px;
  padding: 20px 0;
  background: #ffff00 url(../images/download/dl_ico.png) no-repeat 93% center;
  background-size: 30px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 6px 6px 0 #348296;
  line-height: 1em;
}
.download_area .btn a {
  color: #348296;
  width: 100%;
  height: 100%;
  display: block;
}
.download_area .btn:hover {
  background: #fff url(../images/download/dl_ico.png) no-repeat 93% center;
}
.download_area .btn span {
  font-size: 16px;
}
/* よくある質問
--------------------------------------------------------- */
.faq_area {
  width: 100%;
  height: auto;
  padding: 140px 0;
  background: #d5f0f1;
}
.faq_area .accordion-js_btn {
  cursor: pointer;
  font-size: 1.1rem;
  position: relative;
  transition: .3s;
  padding: 15px;
  background-color: #fff;
  margin: 0 0 20px 0;
}
.faq_area .accordion-js_btn::before {
  content: "＋";
  position: absolute;
  right: 20px;
}
.faq_area .accordion-js_btn.open::before {
  content: "ー";
}
.faq_area .accordion-js_btn.open {
  margin: 0;
}
.faq_area .accordion-js_inner {
  display: none;
  margin: 0 0 40px 0;
  padding: 0 20px 20px 20px;
  font-size: 18px;
  line-height: 1.6em;
  background-color: #fff;
}
/* 申し込みエリア
--------------------------------------------------------- */
.contact_area {
  width: 100%;
  height: auto;
  padding: 50px 0;
  margin: 130px 0 50px 0;
  line-height: 1.8em;
}
.contact_area h2 {
  font-size: 28px;
}
.contact_area section {
  width: 800px;
}
.contact_area .alert {
  color: #ac0a0a;
  font-size: 0.8em;
  border: 1px solid #ac0a0a;
  padding: 10px;
  margin: 16px 0;
}
.contact_area .form_area {
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.152);
  margin: 20px 0;
}
.contact_area .form_area dl {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
}
.contact_area .form_area dl:last-child {
  border-bottom: none;
}
.contact_area .form_area dl dt {
  width: 30%;
  float: left;
}
.contact_area .form_area dl dt span {
  border: 1px solid #ff0c0c;
  color: #ff0c0c;
  padding: 2px 5px;
  margin: 0 0 0 5px;
  font-size: 0.8em;
}
.contact_area .form_area dl dd {
  width: 70%;
  float: left;
}
.contact_area .form_area input, .contact_area .form_area textarea {
  font: 16px sans-serif;
  padding: 5px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fbf9f9;
	border: 1px solid #b7b8b7;
}
.contact_area .form_area input[type="submit"] {
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  border: 2px solid #348296;
  background: #ffff00;
  color: #348296;
  font-weight: 700;
  box-shadow: 2px 2px 0 #1f6677;
}
.float_left {
  float: left;
}
.wid50 {
  width: 47.5%;
  float: left;
  margin: 0 5% 0 0;
}
.wid40 {
  width: 38%;
  float: left;
  margin: 0 2% 0 0;
}
.wid30 {
  width: 24%;
  float: left;
}
.wid50:last-child {
  margin: 0;
}
.mg10 {
  margin-bottom: 10px;
}
.minitxt {
  font-size: 0.8em;
}
.contact_area .agree_btn {
  width: 42%;
  margin: 30px auto;
}
.contact_area .agree_btn p {
  line-height: 0.7em;
}
.contact_area .agree_btn span {
  padding: 10px 0;
  margin: 10px 0 0 0;
}
.agree_btn input[type=checkbox] {
  width: 1em;
  float: left;
  vertical-align:middle;
}
.mw_wp_form .error {
  background: #ca1212;
  color: #fff!important;
  text-align: center;
  padding: 0 10px;
  margin: 5px;
  font-size: 0.85em;
}
/* 特定商取引法に基づく表記
--------------------------------------------------------- */
.sub_area {
  width: 100%;
  height: auto;
  padding: 50px 0;
  margin: 130px 0 50px 0;
  line-height: 1.8em;
}
.sub_area section {
  width: 900px;
}
.sub_area h2 {
  font-size: 28px;
}
.wht_area {
  width: auto;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}
.law_tb {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 50px 0;
}
.law_tb th {
  width: 32%;
  padding: 15px;
  border: 1px solid #b4b4b4;
  text-align: left;
  background: #f7fbff;
  vertical-align: middle;
}
.law_tb td {
  padding: 15px;
  border: 1px solid #b4b4b4;
  background: #fff;
}
/* 個人情報保護方針
--------------------------------------------------------- */
.privacy dt {
  font-weight: 700;
  font-size: 1.1em;
}
.privacy dd {
  margin: 0 0 50px 0;
}
/* フッター
--------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #ff8000;
  text-decoration: none;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
footer {
  background: #fff;
  padding: 40px 0;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
}
footer .inner .logo {
  width: 300px;
  margin: 0 auto 30px auto;
}
footer .inner .copy {
  text-align: center;
  font-size: 12px;
}
footer .inner ul li {
  padding: 8px 0 8px 14px;
  position: relative;
  font-size: 0.9em;
}
footer .inner ul li:before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
}
footer .inner ul li a:hover {
  color: #2d818c;
}
footer .inner ul li:hover:before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #2d818c;
  border-right: 2px solid #2d818c;
}
footer .inner .menu_block {
  margin: 0 0 40px 0;
}
footer .p_mark {
  margin: 0 0 30px 0;
  font-size: 14px;
  text-align: center;
}
footer .p_mark p {
  margin: 0 0 10px 0;
  color: #5c5c5c;
}
footer .p_mark .mark_logo {
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) and (max-width: 1660px) {
  .mainvis .icon {
    width: 550px;
    top: 130px;
    right: 10px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1299px) {
  .mainvis .inner {
    width: auto;
    padding: 60px;
  }
  .mainvis .icon {
    width: 450px;
    top: 130px;
    right: 10px;
  }
  .risk_area section,.flow_area section {
    width: auto;
  }
  .mainvis {
    height: 600px;
  }
  .mainvis .inner .title,.mainvis .inner .title2 {
  font-size: 38px;
}
  .mainvis .inner .title2 {
    font-size: 50px;
  }
  .mainvis .inner .body {
    font-size: 1.4em;
  }
  .mainvis .inner .btn .contact_btn {
    font-size: 16px;
    padding: 20px 0;
  }
  .mainvis .inner .btn .service__ttl {
    font-size: 13px;
  }
}
/*-------------------------------------------------------------------------------------
████████╗ █████╗ ██████╗ ██╗     ███████╗████████╗
╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝╚══██╔══╝
   ██║   ███████║██████╔╝██║     █████╗     ██║
   ██║   ██╔══██║██╔══██╗██║     ██╔══╝     ██║
   ██║   ██║  ██║██████╔╝███████╗███████╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝   ╚═╝
----------------------------------------------------------------------------------------*/

@media (max-width: 1079px) {
  .sp_only {
    display: none!important;
}
.pc_only {
    display: block!important;
}
  .mainvis {
    height: 1200px;
  }
  .mainvis .inner .btn {
    width: 80%;
  }
.mainvis .inner {
  width: auto;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainvis .icon {
  width: 500px;
  top: auto;
  right: auto;
  left: auto;
  margin: 30px auto;
  display: block;
  position: relative;
  order: 2;
}
  /* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: auto;
  height: 5px;
  position: relative;
  display: block;
  flex-direction: column;
}
.drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  padding: 0 1em;
  clear: none;
}
.navbar_toggle{
  display: block;
  z-index:9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #343434;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #00aeff;
  margin: -5px 0 0 0;
}
.menu ul{
  height: 100%;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.menu ul li{
  height: 90px;
  margin: 0;
  text-align: center;
  line-height: 90px;
  border-bottom: 1px solid #CCC;
}
.menu ul li a {
   color: #fff;
}
.menu ul li::after {
  display: none;
}
 /*OPEN時の動き*/
.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
 /* header
--------------------------------------------------------- */
header {
  width: 100%;
  padding: 10px 0;
}
header .inner {
  display: inline;
}
header .inner h1 {
  width: 340px;
  margin: 10px 0 0 20px;
  float: left;
}
.risk_area section,.flow_area section {
  width: auto;
  padding: 0 50px;
}
.check_area {
  padding: 60px 0 0 0;
}
.check_area .title {
  font-size: 30px;
}
.risk2_area .title3 {
  font-size: 28px;
}
.risk2_area .caution ul li {
  font-size: 26px;
}
.risk3_area {
  padding: 80px 0;
}
.risk3_area h2 {
  font-size: 50px;
}
.risk3_area h2 span {
  font-size: 60px;
}
.risk3_area .icon {
  width: 400px;
  right: 10px;
}
.risk3_area .body {
  width: 60%;
  font-size: 22px;
}

h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 2em;
}
section {
  width: auto;
  padding: 0 30px;
}
.contact_btn {
  width: 500px;
  font-size: 1.7em;
}
/* 現状チェック
--------------------------------------------------------- */
.check_area .caution {
  width: auto;
  background: #fff url(../images/check/02.png) no-repeat 30px center;
  background-size: 90px;
  padding: 20px 20px 20px 170px;
  font-size: 1.2em;
}
.check_area .txt01 {
  text-align: left;
  font-size: 1.4em;
}
/* 「WEBディレクター ケア」の代行作業例
--------------------------------------------------------- */
.example_area .txt01 {
  text-align: left;
}
.example_area .txt02 {
  font-size: 2.3em;
}
.example_area .osusume,.example_area .osusume2 {
  width: 43%;
  padding: 2%;
  font-size: 1em;
}
.example_area .txt03 {
  font-size: 1.3em;
}
.example_area .example_list {
  font-size: 1.1em;
}

/* ダウンロード
--------------------------------------------------------- */
.download_area {
  height: auto;
  line-height: 1.8em;
  background: linear-gradient(#00aeff, #0087c5);
  position: relative;
  overflow: hidden;
}
.download_area {
  width: auto;
  padding: 80px;
}
.download_area .item {
  width: 360px;
  right: 20px;
}
.download_area .title {
  font-size: 2em;
}
.download_area .body {
  font-size: 1.1em;
}
.download_area .btn {
  width: 400px;
}


/* 申し込みエリア
--------------------------------------------------------- */
.contact_area {
  width: 100%;
  height: auto;
  padding: 50px 0;
  margin: 130px 0 50px 0;
  line-height: 1.8em;
}
.contact_area h2 {
  font-size: 28px;
}
.contact_area section {
  width: 800px;
}
.contact_area .alert {
  color: #ac0a0a;
  font-size: 0.8em;
  border: 1px solid #ac0a0a;
  padding: 10px;
  margin: 16px 0;
}
.contact_area .form_area {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 3px 3px 0 #348296;
  margin: 20px 0;
}
.contact_area .form_area dl {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
}
.contact_area .form_area dl:last-child {
  border-bottom: none;
}
.contact_area .form_area dl dt {
  width: 30%;
  float: left;
}
.contact_area .form_area dl dd {
  width: 70%;
  float: left;
}
.contact_area .form_area input, .contact_area .form_area textarea {
  font: 16px sans-serif;
  padding: 5px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fbf9f9;
	border: 1px solid #b7b8b7;
  border-radius: 3px;
}
.contact_area .form_area button {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  border: 2px solid #348296;
  border-radius: 20px;
  background: #fffc60;
  color: #348296;
  font-weight: 700;
  box-shadow: 2px 2px 0 #1f6677;
}
.float_left {
  float: left;
}
.wid50 {
  width: 47.5%;
  float: left;
  margin: 0 5% 0 0;
}
.wid40 {
  width: 38%;
  float: left;
  margin: 0 2% 0 0;
}
.wid30 {
  width: 24%;
  float: left;
}
.wid50:last-child {
  margin: 0;
}
.mg10 {
  margin-bottom: 10px;
}
.minitxt {
  font-size: 0.8em;
}
/* 特定商取引法に基づく表記
--------------------------------------------------------- */
.sub_area {
  width: 100%;
  height: auto;
  padding: 50px 0;
  margin: 130px 0 50px 0;
  line-height: 1.8em;
}
.sub_area section {
  width: 900px;
}
.sub_area h2 {
  font-size: 28px;
}
.wht_area {
  width: auto;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}
.law_tb {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 50px 0;
}
.law_tb th {
  width: 32%;
  padding: 15px;
  border: 1px solid #b4b4b4;
  text-align: left;
  background: #f7fbff;
  vertical-align: middle;
}
.law_tb td {
  padding: 15px;
  border: 1px solid #b4b4b4;
  background: #fff;
}
/* 個人情報保護方針
--------------------------------------------------------- */
.privacy dt {
  font-weight: 700;
  font-size: 1.1em;
}
.privacy dd {
  margin: 0 0 50px 0;
}
/* フッター
--------------------------------------------------------- */
footer {
  background: #e2f4ff;
  padding: 40px 0;
}
footer .inner {
  width: 95%;
  margin: 0 auto;
}
footer .inner .logo {
  width: 300px;
  margin: 0 auto 30px auto;
}
footer .inner .copy {
  text-align: center;
  font-size: 12px;
}
footer .inner ul li {
  padding: 8px 0 8px 14px;
  position: relative;
  font-size: 0.9em;
}
footer .inner ul li:before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
}
footer .inner ul li a:hover {
  color: #2d818c;
}
footer .inner ul li:hover:before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #2d818c;
  border-right: 2px solid #2d818c;
}
footer .inner .menu_block {
  margin: 0 0 40px 0;
}
}
@media (max-width: 839px) {

/* メインビジュアル
--------------------------------------------------------- */

.mainvis {
  height: 1100px;
  margin: 55px 0 0 0;
}
.mainvis .inner {
  width: auto;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainvis .icon {
  width: 400px;
  top: auto;
  right: auto;
  left: auto;
  margin: 0 auto 30px auto;
  display: block;
  position: relative;
  order: 2;
}
.mainvis .inner .title {
  font-size: 40px;
  text-align: center;
  margin: 10px 0 0 0;
  clear: both;
}
.mainvis .inner .title2 {
  font-size: 60px;
  text-align: center;
  margin: 0 0 20px 0;
  clear: both;
}
.mainvis .inner ul {
  margin: 0 0 20px 0;
  clear: both;
}
.mainvis .inner ul li {
  font-size: 24px;
  padding: 10px 0;
  margin: 0 14px 0 0;
}
.mainvis .inner .btn .service__ttl {
  font-size: 14px;
  padding: 0 1em;
}
.mainvis .inner .body {
  font-size: 26px;
  margin: 0 0 20px 0;
}
.mainvis .inner .btn {
  width: 50%;
  margin: 0 auto;
  display: block;
  order: 3;
}
.mainvis .inner .btn .dl_btn, .mainvis .inner .btn .ct_btn {
  width: auto;
  margin: 0 0 25px 0;
}
.mainvis .inner .btn .dl_btn .contact_btn {
  background: #00aeff url(../images/common/dl_icon.svg) no-repeat 96% center;
  background-size: 16px;
}
.mainvis .inner .ct_btn .contact_btn::after {
  right: 15px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.mainvis .inner .btn .contact_btn {
  padding: 15px 0;
}

}


/*-------------------------------------------------------------------------------------
███████╗███╗   ███╗ █████╗ ██████╗ ████████╗██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
███████╗██╔████╔██║███████║██████╔╝   ██║   ██████╔╝███████║██║   ██║██╔██╗ ██║█████╗
╚════██║██║╚██╔╝██║██╔══██║██╔══██╗   ██║   ██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝
███████║██║ ╚═╝ ██║██║  ██║██║  ██║   ██║   ██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
----------------------------------------------------------------------------------------*/


@media (max-width: 699px) {
.pc_only {
  display: none!important;
}
.tb_only {
display: none!important;
}
.sp_only {
  display: block!important;
}
nav{
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  flex-direction: column;
}
.drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
  justify-content: space-between;
  position: relative;
  padding: 0 1em;
  clear: none;
  height: 35px;
}
.navbar_toggle{
  display: block;
  z-index:9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #343434;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
  top: 0;
}
.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
  width: 22px;
}
.navbar_toggle_icon:nth-child(3) {
  top: 0;
  width: 16px;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}
.menu{
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #00aeff;
  top: 48px;
  position: absolute;
}
.menu ul{
  height: 100%;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.menu ul li{
  height: auto;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  line-height: 1em;
  border-bottom: 1px solid #CCC;
  font-size: 1.2em;
}
.menu ul li:last-child {
   border: none;
   padding: 7px 25px 11px 25px;
   margin: 0;
   padding: 30px 0;
 }
.menu ul li a {
   color: #fff;
}
.menu ul li::after {
  display: none;
}
 /*OPEN時の動き*/
.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
header {
  padding: 10px 0;
}
header .inner {
  width: 95%;
  display: inline;
}
header .inner h1 {
  width: 250px;
  margin: 1px 0 0 10px;
  float: left;
}
/* メインビジュアル
--------------------------------------------------------- */
.mainvis {
  height: 750px;
  margin: 55px 0 0 0;
}
.mainvis .inner {
  width: auto;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainvis .icon {
  width: 280px;
  top: auto;
  right: auto;
  left: auto;
  margin: 0 auto 30px auto;
  display: block;
  position: relative;
  order: 2;
}
.mainvis .inner .title {
  font-size: 22px;
  text-align: center;
  margin: 10px 0 0 0;
}
.mainvis .inner .title2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px 0;
}
.mainvis .inner ul {
  margin: 0 0 20px 0;
}
.mainvis .inner ul li {
  font-size: 16px;
  padding: 10px 0;
  margin: 0 14px 0 0;
}
.mainvis .inner .btn .service__ttl {
  font-size: 14px;
  padding: 0 1em;
}
.mainvis .inner .body {
  font-size: 1.1em;
  margin: 0 0 20px 0;
}
.mainvis .inner .btn {
  width: 78%;
  margin: 0 auto;
  display: block;
  order: 3;
}
.mainvis .inner .btn .dl_btn, .mainvis .inner .btn .ct_btn {
  width: auto;
  margin: 0 0 25px 0;
}
.mainvis .inner .btn .dl_btn .contact_btn {
  background: #00aeff url(../images/common/dl_icon.svg) no-repeat 96% center;
  background-size: 16px;
}
.mainvis .inner .ct_btn .contact_btn::after {
  right: 15px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.mainvis .inner .btn .contact_btn {
  padding: 15px 0;
}
.risk_area section,.flow_area section {
  width: auto;
  padding: 0;
}
.risk_area {
  width: auto;
  padding: 40px 20px;
}
.check_area {
  padding: 60px 0 0 0;
}
.check_area .title {
  font-size: 30px;
}
.risk2_area .title3 {
  font-size: 24px;
}
.risk2_area .caution ul li {
  font-size: 26px;
}
.risk3_area {
  padding: 80px 0;
}
.risk3_area h2 {
  font-size: 50px;
}
.risk3_area h2 span {
  font-size: 60px;
}
.risk3_area .icon {
  width: 400px;
  right: 10px;
}
.risk3_area .body {
  width: 60%;
  font-size: 22px;
}
.mainvis .sub_title {
  font-size: 1.2em;
  margin: 10px 0 20px 0;
}
.scroll::before {
  height: 60px;
  width: 60px;
}
.flex_wrap_row .mainvis_cont .img {
  width: 40%;
  margin: 20px auto 0 auto;
}
.risk2_area .arr {
  width: auto;
  margin: 0 0 40px 0;
}
.contact_btn_common {
  width: auto;
  font-size: 1.3em;
  padding: 30px 0;
}
.risk2_area .title2 {
  font-size: 24px;
}
.risk2_area .caution {
  background: #fff url(../images/check/02.png) no-repeat center 20px;
  background-size: 60px;
  padding: 86px 20px 20px 20px;
}
.risk2_area .caution ul li {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 20px 1em;
}
.risk2_area .title4 {
  font-size: 24px;
}
.risk3_area {
  padding: 80px 0 230px 0;
}
.risk3_area h2 {
  font-size: 26px;
  text-align: center;
  margin: 0 0 10px 0;
}
.risk3_area h2 span {
  font-size: 40px;
}
.risk3_area .body {
  width: auto;
}
.risk3_area .icon {
  width: 200px;
  left: 0;
  right: -30px;
  margin: 0 auto;
}
.price_area dl {
  width: auto;
}
h2 {
  font-size: 1.4em;
  text-align: center;
  font-weight: 900;
  margin: 0 0 60px 0;
  line-height: 1.6em;
  text-shadow: none;
  padding: 0 0 10px 0;
}
h3 {
  padding: 15px 10px;
  font-size: 22px;
  line-height: 1.6em;
}
section {
  width: auto;
  padding: 0 20px;
}
.contact_btn {
  width: 98%;
  border: 3px solid #124c53;
  padding: 30px 0;
  font-size: 1.2em;
}
.danger_area {
  padding: 30px 0 0 0;
}
/* 現状チェック
--------------------------------------------------------- */
.check_area {
  width: auto;
  padding: 50px 0;
  background: url(../images/check/bg.svg) repeat-x;
	animation: scroll-anim 20s linear infinite;
  background-size: 200%;
}
.check_area .title {
  font-size: 24px;
  line-height: 1.4em;
}
.check_area .caution {
  width: auto;
  background: #fff url(../images/check/02.png) no-repeat center 20px;
  background-size: 40px;
  padding: 80px 20px 20px 20px;
  font-size: 1em;
  line-height: 1.6em;
}
.check_area .caution ul li {
  list-style-type: disc;
  margin: 0 0 12px 1em;
  color: #007cb6;
}
.check_area .txt01 {
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
}
.fukidashi {
  padding: 0 1rem;
  font-size: 18px;
  margin: 0 auto 10px auto;
}
.fukidashi::before,.fukidashi::after {
  height: 2rem;
}
.risk2_area .title2, .risk2_area .title3, .risk2_area .title4 {
  line-height: 1.4em;
}
.risk2_area .title2 {
  margin: 0 0 30px 0;
}
.risk2_area {
  padding: 100px 0 120px 0;
}
/* 「WEBディレクター ケア」の代行作業例
--------------------------------------------------------- */
.example_area {
  padding: 80px 0;
}
.example_area .txt01 {
  text-align: left;
  font-size: 1em;
}
.example_area .txt02 {
  padding: 0 25px;
  font-size: 1.4em;
}
.example_area .txt02:before {
  height: 4px;
}
.example_area .osusume,.example_area .osusume2 {
  width: auto;
  padding: 20px;
  font-size: 1em;
  margin: 0 0 20px 0;
}
.example_area .osusume2 {
  width: auto;
  margin: 0 0 20px 0;
}
.example_area .osusume .title,.example_area .osusume2 .title {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
.point-box,.point-box2 {
  padding: 30px 20px 20px 20px;
  line-height: 1.5em;
  font-size: 16px;
}
.example_area .bigtxt {
  font-size: 18px;
  text-align: left;
  margin: 0 0 30px 0;
}
.example_area .txt03 {
  text-align: left;
  font-size: 1.1em;
}
.example_area .example_list {
  padding: 20px;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
}
.main_subtitle {
  text-align: left;
  font-size: 1.2em;
}
.example_area .accordion-js_inner {
  margin: -20px 0 30px 0;
  padding: 20px;
}
.accordion-js_inner .flex_wrap_row {
  display: block;
}
/* 参考料金
--------------------------------------------------------- */
.price_area {
  padding: 40px 0 20px 0;
}
.price_area table {
  width: 100%!important;
  margin: 0 auto;
}
.price_area table th {
  width: 100% !important;
  display: block !important;
  padding: 20px 0;
  font-size: 1.2em;
  border: none;
}
.price_area table th span,.price_area table td span {
  font-size: 14px;
}
.price_area table th.no1 {
  background: #00aeff;
}
.price_area table th.no2 {
  background: #0096db;
}
.price_area table th.no3 {
  background: #008caf;
}
.price_area table td {
  padding: 20px 0;
  width: 100% !important;
  display: block !important;
  font-size: 1.2em;
  border: none;
}
/* 導入までの流れ
--------------------------------------------------------- */
.flow-container {
  flex-direction: column; /* 画面が狭いときは縦並びにする */
  padding: 10px;
}
.flow-item {
  border-right: none;
  border-bottom: 1px solid #f0f0f0; /* 縦並びの時の区切り線 */
  padding: 20px 10px;
}
.flow-item:last-child {
  border-bottom: none;
}
.flow-number {
  font-size: 2em;
}
.flow_area {
  padding: 80px 0;
}
.flow_area section {
  width: auto;
  padding: 0 20px;
}
/* ダウンロード
--------------------------------------------------------- */
.download_area {
  width: 100%;
  height: auto;
  padding: 70px 0 140px 0;
  line-height: 1.8em;
  background: linear-gradient(#00aeff, #0087c5);
  position: relative;
  overflow: hidden;
}
.download_area .item {
  width: 200px;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: 0 auto;
}
.download_area .title {
  font-size: 1.7em;
  text-align: center;
}
.download_area .body {
  font-size: 1.2em;
}
.download_area .btn {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
}

/* よくある質問
--------------------------------------------------------- */
.faq_area {
  width: 100%;
  height: auto;
  padding: 80px 0 30px 0;
}
.accordion button {
  padding: 18px 50px 18px 0;
  font-size: 1em;
}
.accordion .accordion-content p {
  font-size: 1.1em;
  margin: 18px 0 30px 0;
}
/* 申し込みエリア
--------------------------------------------------------- */
.contact_area {
  margin: 50px 0 50px 0;
}
.contact_area h2 {
  font-size: 22px;
}
.contact_area section {
  width: auto;
}
.contact_area .alert {
  font-size: 0.9em;
}
.contact_area .form_area {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: none;
}
.contact_area .form_area dl {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
}
.contact_area .form_area dl:last-child {
  border-bottom: none;
}
.contact_area .form_area dl dt {
  width: 100%;
  float: none;
  margin: 0 0 10px 0;
}
.contact_area .form_area dl dd {
  width: 100%;
  float: none;
  margin: 0 0 15px 0;
}
.contact_area .form_area input, .contact_area .form_area textarea {
  font: 16px sans-serif;
  padding: 5px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fbf9f9;
	border: 1px solid #b7b8b7;
  border-radius: 3px;
}
.contact_area .form_area button {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  border: 2px solid #348296;
  border-radius: 20px;
  background: #fffc60;
  color: #348296;
  font-weight: 700;
  box-shadow: 2px 2px 0 #1f6677;
}
.float_left {
  float: left;
}
.wid50 {
  width: 47.5%;
  float: left;
  margin: 0 5% 0 0;
}
.wid40 {
  width: 50%;
  float: left;
  margin: 0 2% 0 0;
}
.wid30 {
  width: 29%;
  float: left;
}
.wid50:last-child {
  margin: 0;
}
.mg10 {
  margin-bottom: 10px;
}
.minitxt {
  font-size: 0.8em;
}
.agree_btn input[type=checkbox] {
  width: 1em;
  float: left;
  vertical-align:middle;
}
.contact_area .agree_btn {
  width: 100%;
  margin: 30px auto;
}
/* 特定商取引法に基づく表記
--------------------------------------------------------- */
.sub_area {
  padding: 50px 0;
  margin: 50px 0 50px 0;
}
.sub_area section {
  width: auto;
}
.sub_area h2 {
  font-size: 22px;
}
.wht_area {
  width: auto;
  padding: 30px 20px;
}
.law_tb th {
  width: auto;
  display: block;
  padding: 15px;
  border: none;
}
.law_tb td {
  width: auto;
  display: block;
  padding: 15px 15px 25px 15px;
  border: none;
}
.faq_area .accordion-js_btn {
  padding: 15px 40px 15px 15px;
}
.faq_area .accordion-js_btn::before {
  right: 10px;
}
/* フッター
--------------------------------------------------------- */

footer .inner {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
footer .inner .logo {
  width: 60%;
  margin: 0 auto 30px auto;
}
footer .inner .copy {
  text-align: center;
  font-size: 12px;
  margin: 40px 0 0 0;
}
footer .inner ul li {
  padding: 8px 0 15px 14px;
  font-size: 16px;
}
footer .inner .menu_block {
  margin: 0;
}
footer .flex_wrap_row {
  display: block;
  margin: 0 0 30px 0;
}
.service__ttl {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 3rem auto 1rem;
}
.menu ul li:last-child span {
  font-size: 14px;
  font-weight: normal;
 }
.price_area dl {
  padding: 20px;
  box-sizing: border-box;
}
.price_area dl dt {
  font-size: 1.3em;
}
.price_area dl dd {
  font-size: 1em;
}
.price_area dl dd span {
  font-size: 1.3em;
  margin: 0 3px;
}
.price_area dl dd p {
  margin: 20px 0 0 0;
  font-size: 0.9em;
}
#page-top {
  bottom: 10px;
  right: 10px;
}
#page-top a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
}
}
@media (max-width: 380px) {
  .mainvis .inner .title {
    font-size: 18px;
  }
  .mainvis .inner .title2 {
    font-size: 24px;
  }
  .mainvis .inner ul li {
    font-size: 12px;
  }
  .mainvis .inner .body {
    font-size: 0.9em;
  }
  .check_area .title {
    font-size: 18px;
  }
}