@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  color: #004AA1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
/* Tools */ /*
  var : 共通変数
*/ /*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/ /* media quary */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
/* margin-top */
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt200 {
  margin-top: 200px !important;
}
/* margin-bottom */
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
/* margin-right */
.mr0 {
  margin-right: 0px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
/* margin-left */
.ml0 {
  margin-left: 0px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* padding-top */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pt150 {
  padding-top: 150px !important;
}
.pt200 {
  padding-top: 200px !important;
}
/* padding-bottom */
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb150 {
  padding-bottom: 150px !important;
}
.pb200 {
  padding-bottom: 200px !important;
}
/* padding-right */
.pr0 {
  padding-right: 0px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* padding-left */
.pl0 {
  padding-left: 0px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* width */
.w50p {
  width: 50% !important;
}
.w100p {
  width: 100% !important;
}
.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}
/*  hide anchor */
.show {
  display: block;
}
.hide {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #40424b;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
main {
  display: block;
}
figure {
  margin: 0;
}
ul, ol {
  padding-left: 2em;
}
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}
/* Layout */
.l-body {
  overflow: hidden;
  width: 100%;
}
body.page-fixed .l-body {
  padding-top: 49px;
}
html.noscroll, html.noscroll body {
  overflow: hidden;
}
.l-header {
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
.l-header .l-wrapper, .l-header .sec__inner {
  padding-top: 9px;
  padding-bottom: 8px;
}
.l-footer {
  position: relative;
}
.l-wrapper, .sec__inner {
  box-sizing: border-box;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.l-wrapper.-w820, .-w820.sec__inner {
  max-width: 860px;
}
.l-wrapper.-full, .-full.sec__inner {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.l-main {
  padding-top: 165px;
}
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.l-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-flex.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex.-col2 .l-flex__item {
  width: calc(50% - 15px);
}
.l-flex.-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex.-col3 .l-flex__item {
  width: calc(33.3% - 20px);
}
.l-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-flex-sb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-flex-sb-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-column__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.l-column__main > p:first-child {
  margin-top: -0.4em;
}
.l-column__main + .l-column__sub {
  padding-left: 20px;
}
.l-column__sub + .l-column__main {
  padding-left: 20px;
}
/*
	縦方向に積み上げて以下の順番で左右に並べる
	1 | 2
	3 | 2
	左列に1、3、右列に2が大きく並ぶ
 */
.l-column2-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 800px;
}
.l-center-ma {
  margin-right: auto;
  margin-left: auto;
}
.l-center {
  text-align: center;
}
.l-left {
  text-align: left;
}
.l-right {
  text-align: right;
}
.l-top {
  vertical-align: top !important;
}
.l-middle {
  vertical-align: middle !important;
}
.l-bottom {
  vertical-align: bottom !important;
}
.l-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
}
.l-grid > * img {
  width: 100%;
}
.l-grid.-col100 {
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.l-grid.-col200 {
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.l-grid.-col300 {
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.fl-left {
  float: left;
  margin-right: 20px;
}
.fl-right {
  float: right;
  margin-left: 20px;
}
.lead_title {
  border-left: 6px solid #86c159;
  border-bottom: 1px solid #777;
  padding-left: 12px;
}
/* Module */
.header .l-wrapper, .header .sec__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  height: 155px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100px;
}
.header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.header__sub .gNav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 42px;
}
.header__sub .gNavSub {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header__logo {
  position: relative;
  top: 28px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  max-width: 100%;
}
.gNav__list {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.gNav__item {
  padding: 0 14px 0 14px;
  line-height: 1;
}
.gNav__item:last-child {
  padding-right: 0;
}
.gNav__item a:not(.btn) {
  position: relative;
  display: inline-flex;
  height: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #555;
}
.fixed .gNav__item a:not(.btn) {
  height: 26px;
}
.gNav__item a:not(.btn):after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 4px;
  background: #66B60E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gNav__item a:hover {
  color: #107f16;
  text-decoration: none;
}
.gNav__item a:hover:after {
  background: #65a71d;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* グローバルナビゲーション current */
body.p-reasons .gNav__item.-reasons a, body.p-features .gNav__item.-features > a, body.p-features .gNav__features-index a, body.p-features-option_ipa_checklists .gNav__features-op_ipa_checklists a, body.p-features-option_ipa_idaas .gNav__features-op_ipa_idaas a, body.p-sql_injection .gNav__item.-features > a, body.p-sql_injection .gNav__features-SQLI a, body.p-xss .gNav__features-XSS a, body.p-xss .gNav__item.-features > a, body.p-testimonials .gNav__item.-testimonials a, body[class^="p-plan"] .gNav__item.-plan > a, body.p-plan .gNav__plan-index a, body.p-plan_plus .gNav__plan-plus a, body.p-plan_spot .gNav__plan-spot a, body.p-contents .gNav__item.-VA a, body[class^="p-vulnerability_assessment"] .gNav__item.-VA > a, body.p-vulnerability_assessment .gNav__VA-index a, body[class^="p-WP"] .gNav__item.-VA > a, body[class^="p-WP"] .gNav__VA-hints > a {
  color: #058a0c;
}
body.p-reasons .gNav__item.-reasons a:after, body.p-features .gNav__item.-features > a:after, body.p-features .gNav__features-index a:after, body.p-features-option_ipa_checklists .gNav__features-op_ipa_checklists a:after, body.p-features-option_idaas .gNav__features-op_idaas a:after, body.p-sql_injection .gNav__features-SQLI a:after, body.p-sql_injection .gNav__item.-features > a:after, body.p-xss .gNav__features-XSS a:after, body.p-xss .gNav__item.-features > a:after, body.p-testimonials .gNav__item.-testimonials a:after, body[class^="p-plan"] .gNav__item.-plan > a:after, body.p-plan .gNav__plan-index a:after, body.p-plan_plus .gNav__plan-plus a:after, body.p-contents .gNav__item.-VA a:after, body[class^="p-vulnerability_assessment"] .gNav__item.-VA > a:after, body.p-vulnerability_assessment .gNav__VA-index a:after, body.p-WP .gNav__item.-VA > a:after, body[class^="p-WP"] .gNav__VA-hints > a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* ディレクトリ分け下層ページ ナビゲーションキャンセル */
body.p-features-option_ipa_checklists .gNav__features-index a, body.p-features-option_idaas .gNav__features-index a {
  color: #40424b;
}
body.p-features-option_ipa_checklists .gNav__features-index a:after, body.p-features-option_idaas .gNav__features-index a:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.gNav__item.-trial .btn {
  position: relative;
  top: -12px;
  color: #fff;
  padding: 0.45em 1em 0.364em;
}
.gNav__item.-trial .btn:after {
  content: none;
}
.gNav__itemInner {
  display: none;
}
body.p-features .gNav__item.-features .gNav__itemInner, body.p-plan .gNav__item.-plan .gNav__itemInner {
  display: block;
}
.gNavSub__list {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
  list-style: none;
}
.gNavSub__item {
  margin-top: -5px;
  padding: 5px 20px 5px 0;
}
.gNavSub__item:last-child {
  padding-right: 0;
}
.gNavSub__item.-en {
  padding-left: 20px;
  border-left: solid 1px #ddd;
}
.gNavSub a {
  position: relative;
  padding-bottom: 0.5em;
  color: #555;
}
.gNavSub a:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  background: #297A2D;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gNavSub a:hover {
  color: #297A2D;
  text-decoration: none;
}
.gNavSub a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.gNavSP {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 200px;
  height: 44px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.gNavSP__langList {
  position: absolute;
  right: 50px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  color: #999;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  height: 44px;
  overflow: hidden;
}
.gNavSP__langList__item a, .gNavSP__langList__item b {
  display: block;
  padding: 17px;
}
.gNavSP__langList__item a {
  color: #058a0c;
}
.gNavSP .burger {
  z-index: 1020;
}
.gNavSP .burger__text {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gNavSP__list {
  position: absolute;
  z-index: 1010;
  top: 0;
  right: -250px;
  margin: 0;
  padding: 45px 0 100px;
  width: 250px;
  min-height: calc(100vh);
  list-style: none;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gNavSP__item {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.gNavSP__item a {
  display: block;
  padding: 0.97em 18px;
  font-size: 1.3rem;
  color: #555;
}
.gNavSP__item a:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\f054";
  position: relative;
  left: 0;
  margin-right: 0.4em;
  line-height: 1;
  color: #ccc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gNavSP__item a:hover {
  text-decoration: underline;
}
.gNavSP__item a:active {
  color: #fff;
  background-color: #297A2D;
}
.gNavSP__item a:active:before {
  left: 4px;
}
.gNavSP__item:nth-child(odd) {
  background-color: #f5f5f5;
}
.gNavSP__item.-main {
  font-weight: bold;
  font-size: 1.4rem;
  background: transparent;
}
.gNavSP__item.-main a {
  font-size: 1.3rem;
}
.gNavSP__item.-main a:before {
  color: #66B60E;
}
.gNavSP.open {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
.gNavSP.open .gNavSP__langList {
  display: none;
}
.gNavSP.open .gNavSP__list {
  display: block;
  visibility: visible;
  right: 0;
}
.gNavSP.open .burger__text {
  position: absolute;
  left: -170px;
}
.footerInquiry {
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: center;
  background-color: #f5f5f5;
}
.footerInquiry__text {
  margin-bottom: 2em;
  font-size: 1.7rem;
}
.footerActivity {
  padding: 59px 0;
  background: #66B60E;
}
.footerActivity__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerActivity__item {
  padding-right: 20px;
  width: 25%;
}
.footerActivity__item:last-child {
  padding-right: 0;
}
.footerActivity__item .btn {
  height: 100%;
}
.footerBanner {
  padding: 70px 0 20px;
  text-align: center;
}
.footer {
  padding: 47px 0 26px;
  background-color: #f5f5f5;
}
.footer .l-wrapper, .footer .sec__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 220px;
}
.footer__main {
  margin-right: 3%;
}
.footer__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__sub {
  -ms-grid-column-align: right;
  justify-items: right;
  text-align: right;
}
.footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #999;
}
.footer__logo {
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 1;
}
.footer__sns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 2px;
}
.footer__sns__item {
  margin-right: 4px;
  max-width: 140px;
  overflow: hidden;
}
.footer__sns__item:last-child {
  margin-right: 0;
}
.footer .siteNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0;
  padding: 0 1em 0 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.73;
  width: 45%;
}
.footer .siteNav.-type1 {
  width: 50%;
}
.footer .siteNav.-type2, .footer .siteNav.btn.-type6, .footer .siteNav.btn.-type7 {
  width: 40%;
}
.footer .siteNav__item {
  width: 100%;
}
.footer .siteNav a:hover {
  text-decoration: underline;
}
.footer .certification {
  text-align: right;
}
.footer .certification__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.footer .certification__item.-privacymark {
  background: #fff;
  padding: 10px 5px;
}
.footer .certification__item:last-child {
  margin-right: 0;
}
.footer .certification__item img {
  height: 130px;
  width: auto;
}
.footer .certification__item.-privacymark img {
  height: 110px;
}
.p-index .breadcrumb {
  display: none;
}
.breadcrumb {
  margin: 0 auto;
}
.breadcrumb__item {
  display: inline-block;
  font-size: 1.3rem;
}
.breadcrumb__item:last-child:after {
  display: none;
}
.breadcrumb__item a {
  display: inline-block;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
/******** SalesIQ layout ********/
.zsiq_theme5 .zsiq_float .zsiq_flt_rel {
  width: auto;
}
.zsiq_theme5 .zsiq_min .zsiq_flt_rel {
  width: auto;
}
/******** SalesIQ layout ********/
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    line-height: 1.1em;
  }
  .breadcrumb__item, .breadcrumb__item a {
    font-size: 1.1rem;
  }
}
.side-list__item {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #E3E8EA;
  background: #F8F8F8;
  cursor: pointer;
}
.side-list__item a {
  color: #004AA1;
}
.side-list__item.active {
  background: #E3E8EA;
}
.side-list__item.active a {
  color: #333333;
}
.side-content {
  display: none;
  padding: 28px 0;
}
.side-navi {
  border-top: 1px solid #BACBD7;
  margin-bottom: 34px;
}
.side-navi__item {
  border-bottom: 1px solid #BACBD7;
  position: relative;
}
.side-navi__item.open {
  background: #CBDAE0;
  display: block;
}
.side-navi__item.open .side-navi__child {
  display: block;
}
.side-navi__item a {
  display: block;
  font-weight: 600;
  color: #333333;
  padding: 16px 18px 14px;
}
.side-navi__item a:hover {
  background: #CBDAE0;
}
.side-navi__item:hover {
  background: #CBDAE0;
}
.side-navi__item:hover .side-navi__child {
  display: block;
  position: absolute;
  right: -154px;
  top: 0;
  width: 154px;
  background: #E3E8EA;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.side-navi__item:hover .side-navi__child:before {
  content: "";
  background: url(../img/icn_fukidashi.png) no-repeat center/contain;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: -11px;
}
.side-navi__item:hover .side-navi__child a {
  padding: 12px 10px 10px 16px;
}
.side-navi__item.open .side-navi__child {
  background: #CBDAE0;
}
.side-navi__item.open .side-navi__child a {
  padding: 11px 18px 9px 32px;
}
.side-navi__item.open .side-navi__child a:hover {
  font-weight: 600;
}
.side-navi__item.open:hover {
  background: #CBDAE0;
}
.side-navi__item.open:hover .side-navi__child {
  position: static;
  width: 100%;
  box-shadow: none;
}
.side-navi__item.open:hover .side-navi__child:before {
  display: none;
}
.side-navi__child {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1000;
}
.side-navi__child a {
  font-weight: normal;
}
.side-navi__number {
  background: #E00C3A;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 1.0rem;
  font-weight: 600;
  padding: 5px 8px 3px;
  border-radius: 9px;
  box-sizing: border-box;
  margin-left: 8px;
  margin-top: -3px;
}
.side-navi .active {
  position: relative;
}
.side-navi .active:after {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(../img/icn_arrow_3.svg) no-repeat center;
  width: 6px;
  height: 10px;
}
.side-navi .active a {
  background: #F8F8F8;
}
.text.-green, .text.btn.-type4 {
  color: #84C204;
  border-color: #84C204;
}
.text.-green2 {
  color: #297A2D;
}
.text.-blue {
  color: #0B70C9;
  border-color: #0B70C9;
}
.text.-gray {
  color: #BBBBBB;
  border-color: #BBBBBB;
}
.text.-red {
  color: #b7282e;
  border-color: #E00C3A;
}
.text.-pink {
  color: #FF5B5B;
  border-color: #FF5B5B;
}
.text.-orange {
  color: #FF8C01;
  border-color: #FF8C01;
}
.text.-underline {
  padding-bottom: 0.1em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.text.-bold {
  font-weight: 600 !important;
}
.text.-normal {
  font-weight: normal !important;
}
.text.-nowrap {
  white-space: nowrap !important;
}
.text.-large {
  font-size: 2rem !important;
}
.text.-small {
  font-size: 1.3rem !important;
}
.text.-medium {
  font-size: 1.6rem !important;
}
.text-xxlarger {
  font-size: 1.6em !important;
}
.text-xlarger {
  font-size: 1.4em !important;
}
.text-larger {
  font-size: 1.2em !important;
}
.text-smaller {
  font-size: 0.84em !important;
}
.fz10 {
  font-size: 1.0rem;
}
.fz11 {
  font-size: 1.1rem;
}
.fz12 {
  font-size: 1.2rem;
}
.fz13 {
  font-size: 1.3rem;
}
.fz14 {
  font-size: 1.4rem;
}
.fz15 {
  font-size: 1.5rem;
}
.fz16 {
  font-size: 1.6rem;
}
.fz17 {
  font-size: 1.7rem;
}
.fz18 {
  font-size: 1.8rem;
}
.fz19 {
  font-size: 1.9rem;
}
.fz20 {
  font-size: 2.0rem;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz21 {
  font-size: 21px;
}
.fz22 {
  font-size: 22px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz27 {
  font-size: 27px;
}
.fz28 {
  font-size: 28px;
}
.fz29 {
  font-size: 29px;
}
.fz30 {
  font-size: 30px;
}
.fz31 {
  font-size: 31px;
}
.fz32 {
  font-size: 32px;
}
.fz33 {
  font-size: 33px;
}
.fz34 {
  font-size: 34px;
}
.fz35 {
  font-size: 35px;
}
.fz36 {
  font-size: 36px;
}
.fz37 {
  font-size: 37px;
}
.fz38 {
  font-size: 38px;
}
.fz39 {
  font-size: 39px;
}
.fz40 {
  font-size: 40px;
}
.lh1 {
  line-height: 1;
}
.lh1-1 {
  line-height: 1.1;
}
.lh1-2 {
  line-height: 1.2;
}
.lh1-3 {
  line-height: 1.3;
}
.lh1-4 {
  line-height: 1.4;
}
.lh1-5 {
  line-height: 1.5;
}
.lh1-6 {
  line-height: 1.6;
}
.lh1-7 {
  line-height: 1.7;
}
.lh1-8 {
  line-height: 1.8;
}
.lh1-9 {
  line-height: 1.9;
}
.lh2 {
  line-height: 2;
}
.box, .boxType2, .boxNote, .boxNotice {
  padding: 1.5em;
  border: solid 1px #ccc;
}
.box > *:first-child, .boxType2 > *:first-child, .boxNote > *:first-child, .boxNotice > *:first-child {
  margin-top: 0;
}
.box > *:last-child, .boxType2 > *:last-child, .boxNote > *:last-child, .boxNotice > *:last-child {
  margin-bottom: 0;
}
.boxType2 {
  border: solid 5px #eee;
}
.boxNote {
  border: none;
  background: #f5f5f5;
}
.boxNotice {
  border: none;
  background: #FFFABF;
}
.boxBorder {
  border: solid 1px #ccc;
}
.boxBorderTop {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: solid 1px #ccc;
}
.btn {
  display: inline-block;
  padding: 0.45em 1em 0.364em;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  text-align: center;
  color: #297A2D;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.6;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn i {
  font-size: 1.5rem;
  margin-right: 4px;
}
.btn:hover {
  color: #FFFFFF;
  border-color: #66B60E;
  background: #297A2D;
  text-decoration: none;
}
.btn.-white {
  border: solid 1px #dddddd;
  color: #297A2D;
  background: #fff;
}
.btn.-white:hover {
  color: #FFFFFF;
  border-color: #66B60E;
  background: #297A2D;
  text-decoration: none;
}
.btn.-green, .btn.-type4 {
  border: none;
  color: #fff;
  background: #66B60E;
}
.btn.-green:hover, .btn.-type4:hover {
  background: #297A2D;
}
.btn.-green2 {
  color: #fff;
  border: 0;
  background-image: -webkit-linear-gradient(top, rgba(102, 182, 14, 0.5), #519803);
  background-image: linear-gradient(to bottom, rgba(102, 182, 14, 0.5), #519803);
  background-color: #66B60E;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn.-green2:hover {
  background-color: #297A2D;
}
.btn.-green3, .btn.-submit, .btn.label.-tag {
  color: #fff;
  border: 0;
  background-color: #297A2D;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn.-green3:hover, .btn.-submit:hover, .btn.label.-tag:hover {
  background-color: #333;
}
.btn.-full {
  width: 100%;
}
.btn.-radius {
  border-radius: 4px;
}
.btn.-big {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
  border-color: #ddd;
}
.btn.-big i {
  margin-right: 0.4em;
  font-size: 1.8rem;
}
.btn.-big:hover {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
  border-color: #297A2D;
}
.btn.-wide {
  padding: 0.53em 1.70em;
}
.btn.-type2, .btn.-type6, .btn.-type7 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.44em;
  padding-bottom: 0.38em;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #ddd;
  text-align: left;
}
.btn.-type2 i, .btn.-type6 i, .btn.-type7 i {
  position: relative;
  left: 0;
  margin-top: 0em;
  margin-right: 0.4em;
  font-size: 1.8rem;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn.-type2:hover, .btn.-type6:hover, .btn.-type7:hover {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
  border-color: #297A2D;
}
.btn.-type2:hover i, .btn.-type6:hover i, .btn.-type7:hover i {
  left: 0.2em;
}
.btn.-type3 {
  position: relative;
  padding-top: 41px;
  min-height: 100px;
  font-size: 1.2rem;
  color: #555;
  background: #fff;
  border: none;
}
.btn.-type3 i {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  color: #66B60E;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn.-type3 strong {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1;
  color: #4c9002;
  font-size: 1.7rem;
  font-weight: bold;
}
.btn.-type3 strong:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  background: #66B60E;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.-type3 b {
  display: block;
  line-height: 1.3;
}
.btn.-type3:hover {
  text-decoration: none;
}
.btn.-type3:hover i {
  top: 12px;
}
.btn.-type3:hover strong:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.-type4 {
  padding: 0.4em 2em 0.35em;
  border-right: 4px;
  font-size: 1.4rem;
}
.btn.-type4:hover {
  background-color: #297A2D;
}
.btn.-type5 {
  padding: 0.5em 1.4em 0.32em;
  border-radius: 25px;
  font-size: 1.3rem;
  white-space: nowrap;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.btn.-type5 i {
  position: relative;
  top: 1px;
  left: 0;
}
.btn.-type5:hover {
  background-color: #297A2D;
}
.btn.-type5:hover i {
  left: 2px;
}
.btn.-type6 {
  padding: 0.9em 1.4em 0.8em 1.4em;
  border-radius: 3px;
}
.btn.-type6 i {
  margin-top: 0;
  margin-right: 5px;
  font-size: 1.5em;
}
.btn.-type6:hover i {
  left: 0.1em;
}
.btn.-type7 {
  border-radius: 4px;
}
.btn.-type7 i {
  margin-top: 0;
  margin-right: 5px;
  font-size: 1.4em;
}
.btn.-type7:hover i {
  left: 0.1em;
}
.btn.-submit {
  padding: 0.55em 2em 0.5em;
  font-size: 1.7rem;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
.btn.-submit i {
  position: relative;
  left: 0;
  top: 1px;
  margin-top: 0;
  margin-right: 0.2em;
  font-size: 2rem;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.btn.-submit:hover {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-color: #297A2D;
}
.btn.-submit:hover i {
  left: 0.2em;
}
.bg-green {
  background: #66B60E;
}
.bg-lightgreen {
  background: #F2F9E3;
}
.bg-darkgreen {
  background: #297A2D;
}
.bg-red {
  background: #E00C3A;
}
.bg-yellow {
  background: #FFF27F;
}
.bg-gray {
  background: #888888;
}
.bg-lightgray {
  background: #f5f5f5;
}
h2 {
  margin-top: 70px;
}
.heading-1 {
  margin-top: 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
}
.table {
  width: 100%;
  background: #FFFFFF;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.table th, .table td {
  vertical-align: middle;
  line-height: 1.428571;
  box-sizing: border-box;
  word-break: break-all;
  border: 1px solid #ddd;
}
.table thead th {
  background: #ccc;
  font-weight: 600;
  padding: 10px 12px 6px;
  text-align: left;
}
.table tbody th, .table tbody td {
  padding: 16px 12px;
}
.table tbody th {
  text-align: left;
  background: #f5f5f5;
}
.table.-scroll thead, .table.-scroll tbody {
  display: block;
  width: 100%;
}
.table.-scroll thead tr, .table.-scroll tbody tr {
  width: 100%;
  display: table;
}
.table.-scroll tbody {
  max-height: 540px;
  overflow-y: scroll;
}
.table.-type1 thead th {
  text-align: center;
}
.table.-type1 tbody th, .table.-type1 tbody td {
  text-align: center;
}
.table.-type2 th, .table.btn.-type6 th, .table.btn.-type7 th, .table.-type2 td, .table.btn.-type6 td, .table.btn.-type7 td {
  border-right: 0;
  border-left: 0;
  background: transparent;
}
.table.-type2 thead th, .table.btn.-type6 thead th, .table.btn.-type7 thead th {
  background: transparent;
}
.table.-type2 tbody th, .table.btn.-type6 tbody th, .table.btn.-type7 tbody th, .table.-type2 tbody td, .table.btn.-type6 tbody td, .table.btn.-type7 tbody td {
  border-right: 0;
  border-left: 0;
  background: transparent;
}
.icon-link {
  margin-left: 16px;
}
.icon-link:before {
  content: "";
  display: inline-block;
  background: url(../img/icn_arrow_3.svg) no-repeat center;
  background-size: contain;
  width: 5px;
  height: 13px;
  margin-right: 6px;
  line-height: 1;
}
.icon-link:hover {
  text-decoration: underline;
}
.pdf-link:before {
  padding-right: 6px;
}
.return-link {
  font-size: 1.3rem;
  color: #004AA1;
}
.return-link:before {
  content: "";
  display: inline-block;
  background: url(../img/icn_arrow_4.svg) no-repeat center;
  background-size: contain;
  width: 6px;
  height: 11px;
  line-height: 1;
  margin-right: 5px;
}
.return-link:hover {
  text-decoration: underline;
}
.anchor-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #004AA1;
  vertical-align: -3px;
  margin-right: 5px;
}
.mouse-ul:hover {
  text-decoration: underline;
}
.list, .list.-arrow, .list.-check, .list.-link {
  padding-left: 0;
  list-style: none;
}
.list > li, .list.-arrow > li, .list.-check > li, .list.-link > li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 3.2rem;
  line-height: 1.44;
}
.list > li:before, .list.-arrow > li:before, .list.-check > li:before, .list.-link > li:before {
  content: "●";
  position: absolute;
  left: 1.4rem;
  top: 0.4em;
  color: #999;
  font-size: 0.9rem;
}
.list.-none, .list.-iconFa, .list.-circleGreen {
  padding-left: 0;
}
.list.-none > li, .list.-iconFa > li, .list.-circleGreen > li {
  padding-left: 0;
}
.list.-none > li:before, .list.-iconFa > li:before, .list.-circleGreen > li:before {
  content: none;
}
.list.-number li {
  position: relative;
  padding-left: 2.5em;
}
.list.-alpha li {
  position: relative;
  padding-left: 2.5em;
}
.list.-indent li {
  position: relative;
  margin-left: 1.5em;
}
.-arrow.list li:before, .list.-check li:before, .list.-link li:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\f054";
  top: 0.2em;
  line-height: 1;
  color: #999;
  font-size: 1.6rem;
}
.-arrow.-down.list li:before, .-down.list.-check li:before, .-down.list.-link li:before {
  content: "\f0d7";
}
.-check.list li:before {
  content: "\f00c";
  top: 0.2em;
  left: 0.7em;
  color: #66B60E;
}
.-link.list li:before {
  color: #66B60E;
}
.-link.list a:link {
  color: #66B60E;
}
.list.-type2, .list.btn.-type6, .list.btn.-type7 {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #F2F9E3;
}
.list.-type2 > li, .list.btn.-type6 > li, .list.btn.-type7 > li {
  font-size: 1.8rem;
  font-weight: bold;
  list-style: none;
  color: #66B60E;
}
.list.-type2 > li:before, .list.btn.-type6 > li:before, .list.btn.-type7 > li:before {
  content: none;
}
.list.-iconFa > li, .list.-circleGreen > li {
  padding-left: 1.4em;
  line-height: 1.6;
}
.list.-iconFa > li i.far, .list.-circleGreen > li i.far, .list.-iconFa > li i.fas, .list.-circleGreen > li i.fas, .list.-iconFa > li i.fab, .list.-circleGreen > li i.fab {
  position: absolute;
  left: 0;
  top: 0.3em;
}
.list.-circleGreen {
  margin: 0;
}
.list.-circleGreen > li {
  padding-left: 1em;
  line-height: 1.6;
}
.list.-circleGreen > li i.far, .list.-circleGreen > li i.fas, .list.-circleGreen > li i.fab {
  position: absolute;
  left: 0;
  top: 0.6em;
  color: #66B60E;
  font-size: 0.8em;
}
.list.-inline li {
  display: inline-block;
}
.accordion-button {
  margin-bottom: 8px;
  cursor: pointer;
  display: inline-block;
}
.accordion-button:hover {
  text-decoration: underline;
}
.accordion-button img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 10px 0 8px;
}
.accordion-button.active img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion-content {
  display: none;
}
.inquiryBtns {
  margin-bottom: 43px;
  padding: 0;
  list-style: none;
}
.inquiryBtns__item {
  background: #fff;
  border: 2px solid #66b60e;
  border-radius: 5px;
  margin: 0 1%;
  padding: 1% 2% 7%;
  ;
  position: relative;
  width: 31%;
}
.inquiryBtns__item h3 {
  margin: 0.4em 0 0.8em;
  line-height: 1.5;
}
.inquiryBtns__item p {
  font-size: 1.4rem;
  text-align: left;
}
.inquiryBtns__item .img {
  /*border: 1px solid limegreen;*/
  display: block;
  overflow: hidden;
}
.inquiryBtns__item .btn {
  border: 1px solid;
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  width: 80%;
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.inquiryBtns__item .btn i {
  font-size: 2.2rem;
}
.inquiryBtns__item .btn.-green3 {
  border: 1px solid #297A2D;
}
.inquiryBtns__item .btn.-green3:hover {
  background: #fff;
  color: #297A2D;
}
.label {
  display: inline-block;
  padding: 0.3em 1em 0.3em;
  font-size: 0.7em;
  line-height: 1;
  vertical-align: text-bottom;
}
.label.-round {
  border-radius: 3px;
}
.label.-green, .label.btn.-type4 {
  color: #fff;
  background-color: #66B60E;
}
.label.-green2 {
  color: #fff;
  background-color: #297A2D;
}
.label.-green3, .label.btn.-submit, .label.-tag {
  color: #333;
  background-color: #AEDB3F;
}
.label.-black {
  color: #fff;
  background-color: #555;
}
.label.-tag {
  margin-right: 0.4em;
  padding: 0.5em 0.8em;
  font-size: 1.2rem;
  border-radius: 3px;
}
.label.-big {
  font-size: 1.6rem;
  vertical-align: middle;
}
.label.-small {
  font-size: 1.2rem;
  font-weight: bold;
}
.bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px 50px;
  padding: 0;
  list-style: none;
}
.bannerList__item {
  margin: 0 10px 15px;
  width: 140px;
  /*width: 180px;5列*/
  text-align: center;
}
.bannerList__item a {
  display: inline-block;
  line-height: 1;
}
.bannerList__item img {
  width: 100%;
  max-width: 100%;
}
.freeOffer {
  margin-top: 90px;
  margin-bottom: 60px;
  text-align: center;
}
.freeOffer__title {
  margin-bottom: 14px;
  font-weight: 500;
}
.freeOffer__item {
  padding: 8px 1em 8px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.freeOffer__item__title {
  display: inline-block;
  margin: 0 0 0.8em;
  border-bottom: 3px solid #66B60E;
  font-size: 1.8rem;
}
/* * * * * * * * * * * /

  priceTable

* * * * * * * * * * * */
.priceTable__wrap {
  margin-bottom: 5%;
}
.priceTable {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
}
.priceTable__wrap .planTitle {
  background: #F8FFE8;
  border-top: 0px solid #aedb3f;
  border-bottom: 4px ridge #A3F066;
  color: #4B463D;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 50px 0 20px;
  padding: 3px 0;
}
.priceTable__wrap .planTitle:nth-of-type(1){
  margin-top: 20px;
}
.planHeader .planLabel {
  background: #aaa;
  border: none;
  color: #fff;
  font-size: 2.8rem;
  padding: 12px 15px 10px;
  border-radius: 12px 12px 0 0;
}

.featuresList1 table .header .plan.-p,
.planHeader .-plan1 {
  color: #333;
  background: #AEDB3F;
}
.featuresList1 table .header .plan.-e,
.planHeader .-plan2 {
  background: #66B60E;
}
.featuresList1 table .header .plan.-a,
.planHeader .-plan3 {
  background: #2e8925;
}
.priceTable caption {
  display: none;
}
.priceTable th, .priceTable td {
  padding: 0.2em 0.6em;
  vertical-align: middle;
  font-size: 1.8rem;
  width: 26%;
}
.priceTable th:first-child,
.priceTable td:first-child {
  width: 22%;
}
.priceTable .td_plan3 {
  border-right: 2px solid #2e8925;
  border-left: 2px solid #2e8925;
}
.priceTable .td_plan2 {
  border-right: 2px solid #66B60E;
  border-left: 2px solid #66B60E;
}
.priceTable .td_plan1 {
  border-right: 2px solid #AEDB3F;
  border-left: 2px solid #AEDB3F;
}
.priceTable .td_plan3.border_end {
  border-bottom: 2px solid #2e8925 !important;
}
.priceTable .td_plan2.border_end {
  border-bottom: 2px solid #66B60E !important;
}
.priceTable .td_plan1.border_end {
  border-bottom: 2px solid #AEDB3F !important;
}
.priceTable th {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-top: none;
}
.priceTable td {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.featuresList1 table .bgColored,
.priceTable .td_plan3 {
  background-color: #f2f9e3;
}
.priceTable .circle {
  display: inline-block;
  width: 20px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  background: url("../img/icon-circle.svg") no-repeat center center;
  font-style: normal;
  vertical-align: middle;
  color: #fff;
}
.planHeader tr td:first-child { /* 左上枠 */
  border-right: none;
  border-bottom: 1px solid #ccc;
}
.priceTable .tr_blank td,
.priceTable .tr_blank th,
.priceTable .td_blank {
  padding: 0;
  border: none !important;
  background: none;
}
.priceTable .tr_blank .warning {
  text-align: left;
}
.priceTable .td_space {
  padding: 0;
  border: 1px solid #fff;
  background: #fff;
}
/****************
料金
****************/
.priceTable .lineHeightS {
  line-height: 1.2;
}
.priceTable.basic .price td {
  font-size: 2.9rem;
  font-weight: bold;
}

.priceTable.basic th,
.priceTable.basic td{
  border-bottom: none;
}
.priceTable.basic .for td {
  font-size: 1.4rem;
  padding: 0.6em 1em;
  text-align: left;
  vertical-align: top;
}
.priceTable .text-smaller{
  font-weight: normal;
}
/****************
機能
****************/
.priceTable.features td ul{
  text-align: left;
  margin: 0 auto;
}
.priceTable.features td ul li strong{
  font-size: 2rem;
}
/****************
支払い方法
****************/
.priceTable.payment td{
	line-height: 3;
}
.priceTable th.second{
	background: #FFFDE4;
	border-bottom: 1px solid #ccc;
	border-left: none;
}
.priceTable .borderTop{
	border-top: 1px solid #ccc;
}
.priceTable .borderBottom{
	border-bottom: 1px solid #ccc !important;
}
.priceTable.payment .tr_space td{
	border-right:none;	
}
/****************
手動脆弱性診断付きプラン
****************/
.priceTable.planPlus .price:first-child td {
  font-weight: bold;
  font-size: 2.6rem;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
	.planHeader .planLabel{
		font-size: 1.5rem;
		padding: 0.2em 0.3em;
	}
	.priceTable.basic .price td,
	.priceTable.planPlus .price:first-child td{
		font-size: 1.8rem;
	}
	.priceTable .label.-small {
		font-size: 1rem;
		padding: 0.2em 0;
	}
	.priceTable.basic .for td{
		font-size: 1.2rem;
		padding: 0.2em;
	}
}
.priceTable__wrap .btnTrial {
  font-size: 2rem;
  line-height: 1.6;
  margin: 10px auto;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.priceTable__wrap .scutum {
  padding: 3% 0;
}
.priceTable__wrap .scutum h2 {
  margin: 0 auto;
}
.priceTable__wrap .scutum figure {
  margin: 1em auto;
  width: 40%;
}
.priceTable__wrap p a.btn.-green2 {
  font-size: 1.1em;
  margin: 1em 0;
}
/* page /plan_plus */
.pagePlanPlus .planLabel__main {
  padding: 12px 15px 15px;
}
.pagePlanPlus tbody th:first-child, .pagePlanPlus tbody td:first-child {
  border-left: 1px solid #ccc;
}
.priceTable.planPlus .space td {
  border: none;
}
/* pagePlanScutum */
.pagePlanScutum .sec__inner {
  padding-top: 0;
}
.pagePlanScutum .sec__title.-s {
  border-top: 1px solid #297a2d;
  border-bottom: 1px solid #297a2d;
  line-height: 1.4;
  margin: 60px auto 40px;
  padding: 20px 0;
}
.pagePlanScutum .triangle {
  border-top: 60px solid #32a6df;
  border-right: 100px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 100px solid transparent;
  margin: 0 auto;
  width: 24%;
  height: 30px;
}
.pagePlanScutum .intro_s {
  display: flex;
}
.pagePlanScutum .target {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.pagePlanScutum .target li {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 49%;
  margin: 0 0 2% 2%;
  padding: 1% 3% 2%;
}
.pagePlanScutum .target li:nth-of-type(2n-1) {
  margin-left: 0;
}
.pagePlanScutum .target li p .v {
  color: #66b60e;
}
.pagePlanScutum .target li p .s {
  color: #32a6df;
}
.pagePlanScutum .target li figure {
  width: 86%;
  margin: 3% auto;
}
.pagePlanScutum .target li figure img {
  display: block;
  margin: 0 auto;
  max-height: 40vh;
}
.pagePlanScutum .about h3 {
  font-size: 2.4rem;
}
.pagePlanScutum .about .box .flex {
  display: flex;
}
.pagePlanScutum .about .box .flex figure {
  width: 80%;
  margin-right: 3%;
}
.pagePlanScutum .about .box .flex figure img {
  max-height: 30vh;
}
.pagePlanScutum .about .box .flex .explain p {
  margin: 0;
}
.pagePlanScutum .l-center h3 .text.-red {
  font-size: 1.3em;
}
@media screen and (max-width: 767.98px) {
  .pagePlanScutum .sec {
    padding: 0;
  }
  .pagePlanScutum .target {
    display: block;
  }
  .pagePlanScutum .target li {
    width: 100%;
    margin: 0 auto 3%;
  }
  .pagePlanScutum .target li p {
    min-height: 4em;
  }
  .pagePlanScutum .about .box .flex {
    display: block;
  }
  .pagePlanScutum .about .box .flex figure {
    width: 80%;
    margin: 0 auto 3%;
  }
  .pagePlanScutum .about .box .flex figure img {
    display: block;
    margin: 0 auto;
  }
}

/* page /plan_plus */
.pagePlanPlus .planLabel__main {
  padding: 12px 15px 15px;
}
.pagePlanPlus tbody th:first-child, .pagePlanPlus tbody td:first-child {
  border-left: 1px solid #ccc;
}
/* pagePlanScutum */
.pagePlanScutum .sec__inner {
  padding-top: 0;
}
.pagePlanScutum .sec__title.-s {
  border-top: 1px solid #297a2d;
  border-bottom: 1px solid #297a2d;
  line-height: 1.4;
  margin: 60px auto 40px;
  padding: 20px 0;
}
.pagePlanScutum .triangle {
  border-top: 60px solid #32a6df;
  border-right: 100px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 100px solid transparent;
  margin: 0 auto;
  width: 24%;
  height: 30px;
}
.pagePlanScutum .intro_s {
  display: flex;
}
.pagePlanScutum .target {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.pagePlanScutum .target li {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 49%;
  margin: 0 0 2% 2%;
  padding: 1% 3% 2%;
}
.pagePlanScutum .target li:nth-of-type(2n-1) {
  margin-left: 0;
}
.pagePlanScutum .target li p .v {
  color: #66b60e;
}
.pagePlanScutum .target li p .s {
  color: #32a6df;
}
.pagePlanScutum .target li figure {
  width: 86%;
  margin: 3% auto;
}
.pagePlanScutum .target li figure img {
  display: block;
  margin: 0 auto;
  max-height: 40vh;
}
.pagePlanScutum .about h3 {
  font-size: 2.4rem;
}
.pagePlanScutum .about .box .flex {
  display: flex;
}
.pagePlanScutum .about .box .flex figure {
  width: 80%;
  margin-right: 3%;
}
.pagePlanScutum .about .box .flex figure img {
  max-height: 30vh;
}
.pagePlanScutum .about .box .flex .explain p {
  margin: 0;
}
.pagePlanScutum .l-center h3 .text.-red {
  font-size: 1.3em;
}
@media screen and (max-width: 767.98px) {
  .pagePlanScutum .sec {
    padding: 0;
  }
  .pagePlanScutum .target {
    display: block;
  }
  .pagePlanScutum .target li {
    width: 100%;
    margin: 0 auto 3%;
  }
  .pagePlanScutum .target li p {
    min-height: 4em;
  }
  .pagePlanScutum .about .box .flex {
    display: block;
  }
  .pagePlanScutum .about .box .flex figure {
    width: 80%;
    margin: 0 auto 3%;
  }
  .pagePlanScutum .about .box .flex figure img {
    display: block;
    margin: 0 auto;
  }
}
/* page PlanSpot */
.page-plus.spot .l-flex-sb p {
  width: 30%;
}
@media screen and (max-width: 767.98px) {
  .page-plus.spot .l-flex-sb {
    display: block;
  }
  .page-plus.spot .l-flex-sb p {
    width: auto;
  }
  .page-plus.spot .l-flex-sb p img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
/* * * * * * * * * * * 
  End priceTable
* * * * * * * * * * * */
.qa {
  margin-bottom: 0;
  border-top: 2px solid #AEDB3F;
  border-bottom: 2px solid #eee;
}
.qa + .qa {
  position: relative;
  margin-top: -2px;
}
.qa__title, .qa__body {
  position: relative;
}
.qa__title:before, .qa__body:before {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 3rem;
  font-weight: bold;
  font-family: Helvetica;
  line-height: 1;
}
.qa__title {
  margin: 0;
  padding: 0.4em 1em 0.35em 2.5em;
  border-bottom: 2px solid #eee;
  font-size: 1.7rem;
  font-weight: bold;
}
.qa__title:before {
  content: "Q";
  color: #66B60E;
}
.qa__body {
  padding: 0.8em 1em 0.65em 2.5em;
  font-size: 1.5rem;
}
.qa__body:before {
  content: "A";
  color: #f7a2a6;
}
.qa__body p {
  margin-top: 0;
}
.qa__body :last-child {
  margin-bottom: 0;
}
/* * * * * * * * * * *
    導入事例
 * * * * * * * * * * */
.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -16px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.testimonials__item {
  width: 33.3%;
}
.testimonials__item__link {
  display: inline-block;
  padding: 15px 15px 45px 16px;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.testimonials__item__link:link, .testimonials__item__link:visited {
  color: #333;
}
.testimonials__item__link:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.testimonials__item__link.current .testimonials__item__title {
  color: #333;
}
.testimonials__item__main {
  margin-bottom: 0.8em;
}
.testimonials__item img {
  width: 100%;
}
.testimonials__item__title {
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.63;
  font-size: 1.6rem;
  color: #297a2d;
}
a:hover .testimonials__item__title {
  text-decoration: underline;
}
.testimonials__item__company {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #666;
}
.testimonials__item__lead {
  font-size: 1.4rem;
  line-height: 1.57;
}
.testimonialsOthers__title {
  text-align: center;
}
.testimonialsOthers__body .testimonials {
  margin: 0 -10px 30px;
}
.testimonialsOthers__body .testimonials__item {
  width: 100%;
  margin-bottom: 5px;
}
.testimonialsOthers__body .testimonials__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 5px;
  height: auto;
}
.testimonialsOthers__body .testimonials__item__main {
  width: 30%;
  max-width: 140px;
}
.testimonialsOthers__body .testimonials__item__sub {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.testimonialsOthers__body .testimonials__item__title {
  margin-top: -0.2em;
  margin-bottom: 0.3em;
  font-size: 1.5rem;
}
.testimonialsOthers__body .testimonials__item__company {
  margin-bottom: 1em;
}
.testimonialsOthers__body .testimonials__item__lead {
  display: none;
}
.userInfo {
  margin-top: 50px;
  margin-bottom: 90px;
  padding: 2rem 2rem;
  background: #f5f5f5;
}
.userInfo .userInfo__title {
  margin-top: 0;
  font-size: 1.6rem;
}
.userInfo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.userInfo__item dt {
  margin-right: 1em;
  width: 120px;
  text-align: right;
}
.userInfo__item dd {
  margin: 0;
}
.userInfo__item dd ol, .userInfo__item dd ul {
  margin: 0;
}
/* * * * * * * * * * *
    agents
 * * * * * * * * * * */
.agent__subtitle {
  border-bottom: 1px solid #66B60E;
}
.agents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px 0 50px;
}
.agent__item {
  width: 16.5%;
}
.agent__item__link {
  display: block;
  padding: 5% 10%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.agent__item__link:link, .agent__item__link:visited {
  color: #333;
}
.agent__item__link:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.agent__item__company {
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.63;
  font-size: 1.6rem;
  color: #297a2d;
}
.agent__item__link:hover .agent__item__company {
  text-decoration: underline;
}
.agent__item__main {
  margin: 0.8em 0;
  min-height: 80px;
  position: relative;
}
.agent__item img {
  display: block;
  width: auto;
  max-height: 120px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.agents.sec02 .agent__item {
  line-height: 1;
  width: auto;
  padding-right: 3%;
}
.agents.sec02 .agent__item__link {
  display: inline;
  padding: 0 10%;
}
.agents.sec02 .agent__item__link:hover {
  background: none;
}
.agents.sec02 .agent__item__link .agent__item__company {
  line-height: 1;
  margin: 0;
}
/* * * * * * * * * * *
    seminar
 * * * * * * * * * * */
.seminar .flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.seminar .flex__wrap .flex__item figure {
  margin: 1em 0;
}
.seminar .sec__body table {
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
}
.seminar .sec__body table th, .seminar .sec__body table td {
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
.sec {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
.sec:first-of-type .sec__inner {
  border-top: 1px solid #ddd;
}
.sec.-borderNone .sec__inner, .sec .sec__inner.-borderNone {
  border: none;
}
.sec__inner {
  max-width: 1100px;
  padding: 84px 0 70px;
  border-bottom: 1px solid #ddd;
}
.sec__inner2 {
  margin-left: auto;
  margin-right: auto;
}
.sec__inner2.-w820 {
  max-width: 820px;
}
.sec__title {
  margin: 0 auto 60px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.sec__title.-bold {
  font-weight: bold;
}
.sec__copy {
  margin: -15px 0 45px;
  font-size: 1.7rem;
  text-align: center;
}
.sec .l-wrapper, .sec .sec__inner {
  padding-right: 0;
  padding-left: 0;
}
.code {
  display: inline-block;
  margin-right: 10px;
  padding: 0.1em 1em;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.57;
  text-align: left;
  color: #ffffff;
  background-color: #555555;
  word-wrap: break-word;
}
.code b {
  font-weight: bold;
  line-height: 1.2;
  color: #aedb3f;
}
code.code {
  margin-bottom: 16px;
  padding: 0.38em 1.2em;
  overflow: auto;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], select, textarea {
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border-radius: 3px;
  box-shadow: none inset;
  outline: none;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  padding: 9px 13px 7px;
  font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  min-width: 300px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  outline: none;
}
input[type="text"].error-form, input[type="tel"].error-form, input[type="number"].error-form, input[type="email"].error-form, input[type="url"].error-form, input[type="password"].error-form, select.error-form, textarea.error-form {
  background: #FFFAE1;
  border: 2px solid #E00C3A;
}
textarea {
  padding: 6px 10px;
}
input[type="text"] ::-webkit-input-placeholder, input[type="tel"] ::-webkit-input-placeholder, input[type="number"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder, select ::-webkit-input-placeholder, input[type="text"] :-ms-input-placeholder, input[type="tel"] :-ms-input-placeholder, input[type="number"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, textarea :-ms-input-placeholder, select :-ms-input-placeholder, input[type="text"] ::placeholder, input[type="tel"] ::placeholder, input[type="number"] ::placeholder, input[type="email"] ::placeholder, input[type="url"] ::placeholder, input[type="password"] ::placeholder, textarea ::placeholder, select ::placeholder {
  color: #717171;
}
input[type="text"] ::-moz-placeholder, input[type="tel"] ::-moz-placeholder, input[type="number"] ::-moz-placeholder, input[type="email"] ::-moz-placeholder, input[type="url"] ::-moz-placeholder, input[type="password"] ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder {
  color: #717171;
  opacity: 1;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  background: #f2f9e3;
  border: solid 1px #66b60e;
}
input[type="submit"]:focus, input[type="send"]:focus {
  box-shadow: 0 0 4px #004AA1;
}
label {
  display: inline-block;
}
select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: url(../img/icn_arrow_6.svg) no-repeat right 10px center;
  cursor: pointer;
}
select.error-form {
  background: url(../img/icn_arrow_6.svg) no-repeat right 10px center, #FFFAE1;
}
select:focus {
  background: url(../img/icn_arrow_6.svg) no-repeat right 10px center, #FFFAE1;
}
select::-ms-expand {
  display: none;
}
.form-label {
  position: relative;
  display: inline-block;
}
.form-label.-error:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: '\f06a';
  color: #E00C3A;
  font-size: 1.8rem;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.form-label.-error input[type="text"], .form-label.-error input[type="tel"], .form-label.-error input[type="number"], .form-label.-error input[type="email"], .form-label.-error input[type="url"], .form-label.-error input[type="password"], .form-label.-error select, .form-label.-error textarea {
  padding-right: 1.2em;
  background: #FFFAE1;
  border: 2px solid #E00C3A;
}
.form-label.-inlineblock {
  width: auto;
  padding-right: 1.8rem;
}
.form-label.-inlineblock:before {
  top: -0.2rem;
  right: -0.2rem;
}
.form-label.-inlineblock.-error {
  padding-bottom: 0.3em;
  border-bottom: 2px solid #E00C3A;
}
.form-table {
  width: 100%;
  margin: 0;
}
.form-table tr {
  border-bottom: 1px solid #DDDDDD;
}
.form-table th, .form-table td {
  padding: 0 0 26px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1;
}
.form-table th {
  position: relative;
  padding-right: 15px;
  width: 186px;
  font-weight: 600;
  text-align: right;
  box-sizing: border-box;
}
.form-table td {
  position: relative;
  vertical-align: middle;
}
.form-table td.va-top {
  vertical-align: top;
}
.form-table textarea {
  width: 100%;
  min-width: 600px;
  min-height: 220px;
}
.form-table__text1 {
  display: inline-block;
  font-size: 1.5rem;
}
.form-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-table td ul li {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}
.form-table td ul li label input {
  display: inline-block;
  margin-right: 0.4em;
  padding-right: 0.5em;
}
.form-table td ul li label, .form-table td ul li label input {
  cursor: pointer;
}
.any, .must {
  display: inline-block;
  padding: 0;
  width: 33px;
  line-height: 18px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  background: #555;
  color: #FFFFFF;
}
.any {
  background: #555;
}
.must {
  background: #b7282e;
}
.error-text {
  margin: 0.2em 0 0;
  color: #E00C3A;
  font-size: 1.5rem;
  line-height: 1.4;
}
.userVoice {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
  line-height: 1.63;
  font-weight: bold;
  background: #fff;
  border: 2px solid #AEDB3F;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 #eee;
}
.userVoice a:before, .userVoice a:after {
  content: "";
  position: absolute;
  top: 99.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 14px solid #fff;
  transition: all 0.2s;
}
.userVoice a:before {
  z-index: 100;
}
.userVoice a:after {
  z-index: 10;
  top: calc(99.2% + 3px);
  border-top-color: #AEDB3F;
}
.userVoice__wrap {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.userVoice a {
  color: #222;
  display: block;
  padding: 1em;
  transition: all 0.2s;
}
.userVoice a:hover {
  text-decoration: none;
  background: #AEDB3F;
}
.userVoice a:hover:before {
  border-color: transparent;
}
.userVoice a:hover:after {
  border-top: 14px solid #AEDB3F;
}
.userVoice h3, .userVoice p {
  margin: 0;
}
.userVoice h3 {
  color: #297a2d;
}
.userVoice figure {
  margin: 0.2em 0;
  border-radius: 5px;
}
.userVoice p {
  color: #666;
  font-size: 1.5rem;
}
.pageHeader {
  padding-top: 20px;
  text-align: center;
}
.pageHeader__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
}
.pageHeader__copy {
  margin: 0 0 1em;
  font-size: 2.4rem;
  font-weight: 500;
}
.pageHeader__text {
  margin: 0;
  font-size: 1.7rem;
}
.pageHeader.-normal {
  margin-bottom: 70px;
  text-align: left;
}
.pageHeader.-normal .pageHeader__subTitle {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #297A2D;
}
.pageHeader.-normal .pageHeader__title {
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #297A2D;
  border-bottom: 1px solid #297A2D;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.58;
}
.pageNav {
  margin: 0;
}
.pageNav ul.list {
  margin: 0;
  padding: 0;
}
.pageNav ul.list li {
  margin-right: 0.6em;
  color: #004AA1;
}
.pageNav ul.list li:before {
  color: #004AA1;
}
.pageNav ul.list li a {
  padding-bottom: 1em;
}
.pageNav ul.list li a:link, .pageNav ul.list li a:visited {
  color: #004AA1;
}
.page-reasons .sec__body {
  font-size: 1.7rem;
}
.page-reasons .sec02 .sec02__box1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  width: 100%;
  text-align: center;
}
.page-reasons .sec02 .box, .page-reasons .sec02 .boxType2, .page-reasons .sec02 .boxNote, .page-reasons .sec02 .boxNotice {
  padding: 1.2em 2em 1.2em 2.8em;
  text-align: left;
}
.page-reasons .sec02 .box__title {
  margin: 0 0 0.4em;
  font-size: 1.7rem;
}
.page-reasons .sec02 .box p, .page-reasons .sec02 .boxType2 p, .page-reasons .sec02 .boxNote p, .page-reasons .sec02 .boxNotice p {
  margin: 0;
  font-size: 1.5rem;
}
.page-reasons .sec05 .-w820 {
  max-width: 820px;
}
.page-reasons .usecase .case, .page-reasons .sec05 .reasonsSupport, .page-index .reasonsSupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-reasons .usecase .case__item, .page-reasons .sec05 .resonsSupport__item, .page-index .reasonsSupport .resonsSupport__item {
  width: 260px;
  text-align: center;
}
.page-reasons .usecase .case__item figure, .page-reasons .sec05 .resonsSupport__item figure, .page-index .reasonsSupport .resonsSupport__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  max-height: 140px;
}
.page-reasons .usecase .case__item figure {
  height: 180px;
  max-height: 180px;
}
.page-reasons .usecase .case__item h3 {
  font-size: 1.8rem;
  margin: 0;
  height: 3em;
}
.page-reasons .sec05 .meeting {
  margin-right: 0;
}
.page-reasons .sec05 .resonsSupport__item__text {
  margin-bottom: 0;
}
.page-reasons .sec05 .resonsSupport__bottom {
  margin-bottom: 45px;
  margin-top: 84px;
}
.page-reasons .sec05 .member {
  width: 50%;
}
.page-reasons .sec05 .member h4 {
  color: #4C9002;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-reasons .sec05 .member p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-reasons .sec03 .coverage h3 {
    padding-top: 50%;
  }
  .page-reasons .usecase .case, .page-reasons .sec05 .reasonsSupport, .page-index .reasonsSupport {
    display: block;
  }
  .page-reasons .usecase .case__item, .page-reasons .sec05 .resonsSupport__item, .page-index .reasonsSupport .resonsSupport__item {
    width: 100%;
    margin: 30px 0 0;
  }
  .page-reasons .usecase .case__item h3, .page-reasons .sec05 .resonsSupport__item h3, .page-index .reasonsSupport .resonsSupport__item h3 {
    margin-bottom: 10px;
    height: auto;
  }
  .page-reasons .usecase .case__item figure, .page-reasons .sec05 .resonsSupport__item figure, .page-index .reasonsSupport .resonsSupport__item figure {
    height: auto;
  }
}
/********************************

VAddyの機能

********************************/
.page-features .sec__inner#article_list{
	display: flex;
	justify-content: center;
	padding: 0;
}
.article_list_title {
	text-align: right;
	padding-right: 2%;
}
.page-features #article_list ul{
	list-style: square;
}
.page-features #article_list ul li a{
	color: #058a0c;
	display: block;
	line-height: 1.4;
}
.page-features .toTop{
	color: #058a0c;
	display: block;
	margin: 0 0 0 auto;
	width: 26px;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
}
.page-features .toTop:hover{
	text-decoration: none;
	background: #058a0c;
	color: #fff;
}
.page-features .sec01 figure {
  text-align: center;
  margin-bottom: 42px;
}
.featuresList1 table {
  border-collapse: collapse;
  width: 100%;
}
.featuresList1 table i {
  color: #65b50d;
  font-size: 2.4rem;
  text-align: center;
}
.featuresList1 table tr {
  border-bottom: 1px solid #ccc;
}
.featuresList1 table tr td {
  padding: 0.5em 1em;
}
.featuresList1 table .rowItem td {
  width: 12%;
  text-align: center;
  font-size: 1.4rem;
}
.featuresList1 table .rowItem .capItem {
  width: 40%;
  text-align: left;
}
.featuresList1 table .rowItem .capItem strong {
  font-size: 1.9rem;
}
.featuresList1 table .header .plan {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 1.5% 0%;
}
.featuresList1 table .header th, .featuresList1 table .header td {
  border-bottom: 4px solid darkseagreen;
}
.featuresList1 table tr.header.footer, .featuresList1 table .header.footer th, .featuresList1 table .header.footer td {
  background: #fff;
  border-bottom: none;
}
.featuresList2.l-flex.-col3 {
  justify-content: center;
  padding: 0;
}
.featuresList2.l-flex.-col3 .l-flex__item {
  width: 33%;
  text-align: center;
  margin-top: 20px;
}
.featuresList2.l-flex.-col3 .l-flex__item picture, .page-option .about_option div a.btn {
  display: block;
}
.featuresList2.l-flex.-col3 .l-flex__item picture source, .featuresList2.l-flex.-col3 .l-flex__item picture img {
  display: block;
  margin: 0 auto 20px;
  max-height: 200px;
}
.featuresList2.l-flex.-col3 .l-flex__item strong {
  font-size: 1.6rem;
}
.featuresList2 > li {
  list-style: none;
  font-size: 1.4rem;
}
.featuresGrid1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(360px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-gap: 40px 60px;
  grid-auto-rows: auto-fit;
}
.featuresGrid1 > * img {
  width: 100%;
}
.featuresGrid1 > * h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8rem;
}
.featuresGrid1 > * h3 i.fas {
  margin-right: 0.1em;
  color: #66B60E;
}
.featuresGrid1 > * p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .featuresList1 table .rowItem .capItem strong {
    font-size: 1.5rem;
  }
  .featuresList2.l-flex.-col3 {
    display: block;
  }
  .featuresList2.l-flex.-col3 .l-flex__item {
    width: 100%;
  }
}
/***** features + option *****/
.page-option .boxType2 {
  background: #fff;
}
.page-option .boxNotice.list.about {
  list-style: decimal;
  padding-left: 3em;
}
.page-option .boxNotice.list > li {
  padding-left: 0.5em;
}
.page-option .boxNotice.list > li::before {
  content: "";
}
.page-option .featuresList1 table tr td {
  padding: 0.8% 2%;
}
.page-option .featuresList1 table .rowItem .capItem strong {
  font-size: 1.7rem;
}
.page-option .featuresList1 table .header .plan {
  line-height: 1.4;
  word-break: break-all;
}
.page-option .featuresList1 table .header .plan.-e {
  background: #66b60e;
}
.page-option .featuresList1 table .header .plan.-pickup {
  background: darkgreen;
}
.page-option .about_option .table {
  font-size: 1.7rem;
}
.page-option .about_option .table th {
  width: 16%;
  background: #AEDB3F;
  vertical-align: top;
}
.page-option .about_option .table th.fwn {
  font-weight: normal;
}
.page-option .about_option .table .label {
  vertical-align: text-top;
  font-size: 0.7em;
  display: inline-block;
  margin-left: 1em;
}
.page-option .about_option .table td.center {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .page-option .about_option .table {
    font-size: 1.5rem;
  }
  .page-option .about_option .table th, .page-option .about_option .table td {
    padding: 0.4em;
  }
  .page-option .about_option .table th {
    width: auto;
  }
}
/* * * * * * * * * * *
  testimonials 導入事例
 * * * * * * * * * * */
.page-testimonials .pageHeader {
  margin-bottom: 50px;
  text-align: left;
}
.page-testimonials .pageHeader__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.8rem;
}
.page-testimonials .pageHeader__title .label {
  margin-top: -4px;
  margin-right: 0.9em;
}
.page-testimonials .pageHeader__text {
  margin: 0 0 22px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.58;
}
.page-testimonials .pageBody img {
  margin-bottom: 1.2em;
}
.page-testimonials .pageBody .mainImage {
  margin-bottom: 30px;
}
.page-testimonials .pageBody .mainImage img {
  vertical-align: bottom;
}
.page-testimonials .pageOutline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.page-testimonials .pageOutline__item {
  margin-right: 1em;
  padding-right: 1em;
}
.page-testimonials .pageOutline__item dt {
  margin: 0 0 0.6em;
  font-size: 1.5rem;
  font-weight: bold;
}
.page-testimonials .pageOutline__item dd {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
.page-testimonials .pageOutline__item.-item01, .page-testimonials .pageOutline__item.-item02 {
  width: 200px;
  border-right: solid 1px #cccccc;
}
.page-testimonials .pageOutline__item.-item03 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
  padding-right: 0;
}
.content.seminar .pageHeader__title {
  border-top: 4px solid #86c159;
  border-bottom: 4px solid #86c159;
  padding: 0.4em 3%;
  font-size: 2.4rem;
}
.content.seminar .pageHeader__inner {
  padding-bottom: 20px;
}
.content.seminar .pageHeader__inner p {
  padding-bottom: 0;
}
.content.seminar .pageHeader__navigation {
  list-style: square;
  text-align: left;
}
.content.seminar .btn.-green2 {
  padding: 0.9em 3em 0.8em;
  background: #48AC19;
  width: 50%;
  font-size: 20px;
}
.content.seminar .btn.-green2:hover {
  background: #F90;
}
.content.seminar .agenda {
  padding: 40px 0 30px;
}
.content.seminar .agenda h4 {
  font-size: 18px;
}
.content.seminar .agenda h4 span {
  color: #058a0c;
  font-size: 16px;
}
.content.seminar .timetable table {
  margin-bottom: 20px;
}
.content.seminar .timetable table th, .content.seminar .timetable table td {
  border: 1px solid #ccc;
}
.content.seminar .about .flex__item h4, .content.seminar .pageHeader__navigation li a {
  color: #4C9002;
  font-size: 20px;
}
.content.seminar #entry {
  padding-bottom: 80px;
}
.content.seminar #entry form table th, .content.seminar #entry form table td {
  border: none;
}
@media screen and (max-width: 767px) {
  .content.seminar .pageHeader__title {
    font-size: 1.8rem;
    text-align: left;
  }
  .content.seminar .btn.-green2 {
    width: 100%;
  }
}
.page-plan .priceTable__wrap {
  margin-bottom: 78px;
}
.page-plan .priceTable__wrap p {
  margin-top: 0;
  margin-bottom: 0.45em;
  line-height: 1.8;
}
.page-plan .secQa {
  margin-top: 30px;
}
.page-contact .pageHeader {
  margin-bottom: 48px;
}
.page-contact .pageHeader__title {
  margin-bottom: 18px;
}
.boxContact {
  margin-bottom: 64px;
  padding: 29px 30px;
}
.boxContact__telinfo {
  margin-bottom: 10px;
  vertical-align: baseline;
  line-height: 1.2;
  font-size: 1.5rem;
}
.boxContact__text1 {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.3rem;
}
.boxContact__text2 {
  display: inline-block;
  font-size: 2.3rem;
}
.boxContact__text3 {
  display: inline-block;
}
.boxContact__text4 {
  margin-bottom: 24px;
  font-style: normal;
  letter-spacing: -0.02em;
}
.boxContact__text4 a:link, .boxContact__text4 a:visited {
  color: #333;
}
.formContact {
  margin-top: 53px;
  margin-bottom: 100px;
}
.formContact .form-table {
  margin-bottom: 12px;
}
.contactFormBtns {
  text-align: center;
}
.p-index .footerInquiry .footerInquiry__title, .p-index .footerInquiry .footerInquiry__text {
  display: block;
}
.page-index .pageHeader {
  margin-bottom: 48px;
}
.page-index .pageHeader__title {
  margin-bottom: 18px;
}
.page-index .sec__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-index .sec__title {
  margin: 0 0 55px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.page-index .sec01 {
  margin-top: 0;
  min-height: 412px;
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(120, 206, 25, 0.99), #56a104);
  background-image: linear-gradient(to bottom, rgba(120, 206, 25, 0.99), #56a104);
}
.page-index .sec01 .sec__inner {
  padding: 80px 0 36px;
  border: 0;
  background: url("../../img/home/simulated_image.png") no-repeat bottom right;
}
.page-index .sec01 .sec__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  margin-right: 30px;
}
.page-index .sec01 .sec__title {
  line-height: 1.6;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
}
.page-index .sec01 .sec__title strong {
  font-size: 4.8rem;
  line-height: 1.2;
}
.page-index .sec01 .sec__copy {
  margin: 0 0 4px;
  text-align: left;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.page-index .sec01 .sec__text {
  margin: 0 0 32px;
  font-size: 1.6rem;
  line-height: 1.63;
}
.page-index .sec01 .sec__text a {
  color: #f7ff6a;
}
.page-index .sec01 .sec__sub ul {
  margin: 0;
}
.page-index .sec01 .btn.-type6 {
  width: 31.5%;
}
.page-index .sec02 {
  height: auto;
  text-align: center;
}
.page-index .sec02 .sec__inner {
  padding-bottom: 0;
}
.page-index .sec02 .sec__title {
  margin: 0 0 55px;
  padding: 0;
}
.page-index .sec02 .sec__body figure {
  padding-left: 27px;
  vertical-align: bottom;
}
.page-index .sec03 {
  height: auto;
}
.page-index .sec03 .sec__title {
  padding: 0;
  text-align: center;
}
.page-index .sec03 .sec__copy {
  margin-bottom: 70px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}
.page-index .sec04 {
  height: auto;
}
.page-index .sec05 {
  height: auto;
}
.page-index .sec06 .sec__title {
  margin-bottom: 35px;
}
.page-index .sec06 .l-column__main {
  padding: 0;
}
.page-index .sec07 .sec__inner {
  text-align: left;
}
.page-index .sec07 .sec__title {
  margin-bottom: 45px;
}
.page-index .sec08 .sec__inner {
  text-align: left;
}
.page-index .sec08 .sec__title {
  margin-top: 8px;
  margin-bottom: 20px;
}
.page-index .sec08 .sec__body {
  padding-left: 15px;
  padding-right: 15px;
}
.page-index .sec08 .sec__body .l-flex {
  margin-bottom: 40px;
}
.page-index #users .sec__inner {
  padding-bottom: 0;
}
.page-index #users .sec__title {
  margin-top: 0px;
  margin-bottom: 38px;
}
.page-index .sec__inner .footerInquiry {
  padding: 0;
  background: #fff;
}
.p-index .l-footer .footerInquiry {
  display: none;
}
.mainStepSlide {
  position: relative;
  top: 0;
  width: 360px;
  height: 280px;
  overflow: hidden;
}
.mainStepSlide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainStepSlide ul li {
  margin: 0;
  padding: 0;
}
.indexFeature, .indexStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.indexFeature__item, .indexStep__item {
  margin-right: 20px;
  max-width: 330px;
  width: 100%;
  text-align: center;
}
.indexFeature__item:last-child, .indexStep__item:last-child {
  margin-right: 0;
}
.indexFeature__item__title {
  margin-top: 0;
}
.indexFeature__item__text {
  text-align: left;
  margin-bottom: 0;
}
.indexStep__item__title {
  margin-top: 0;
}
.indexStep__item__text {
  text-align: left;
  margin-bottom: 0;
}
.about_va .box {
  background-color: lemonchiffon;
  border-radius: 8px;
  border: none;
  padding: 1.4em 2em;
}
.about_va .box h3 {
  border-left: 4px solid #66b60e;
  border-bottom: 1px solid #ccc;
  padding-left: 1em;
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__item__header {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 3px solid #777;
}
.news__item__header a {
  font-size: 1.3rem;
}
.news__item__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.news__item.-release {
  margin-right: 32px;
}
.news__item.-release, .news__item.-blog {
  max-width: 534px;
  width: 534px;
}
.news__item.-twitter {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 310px;
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list > li {
  padding: 15px 1px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1.3;
}
.news-list a {
  display: inline-block;
  padding-bottom: 3px;
  line-height: 1.43;
  color: #297A2D;
}
.news-list .date, .news-list .category {
  display: inline-block;
}
.news-list .date {
  margin-right: 1em;
  font-size: 1.3rem;
}
.news-list .category {
  color: #666;
  font-size: 1.2rem;
}
.news-list-dl {
  border-top: 1px solid #ddd;
}
.news-list-dl dt {
  margin: 0;
  padding: 0.5em 0 0;
}
.news-list-dl dd {
  margin: 0;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ddd;
}
.release .news-cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.release .news-list {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .release .news-cat-list {
    display: block;
  }
  .release .news-list {
    width: 90%;
    margin: auto;
  }
}
.release .news-list h2 {
  margin-top: 3%;
}
.release .news-list-dl {
  max-height: 50vh;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .forPC {
    display: block !important;
  }
  .forSP {
    display: none !important;
  }
  .forSP2 {
    display: none !important;
  }
  .-forSP {
    display: block !important;
  }
  .l-flex-sb--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex-c--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-column.-reverse .l-column__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-column.-reverse .l-column__sub {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-column.-reverse .l-column__sub + .l-column__main, .l-column.-reverse .l-column__main + .l-column__sub {
    padding-left: 0;
    padding-right: 20px;
  }
  .l-column2-dir__item.-item01, .l-column2-dir__item.-item03 {
    width: calc(100% - 461px - 30px);
  }
  .l-column2-dir__item.-item01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-column2-dir__item.-item02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 461px;
    padding-left: 57px;
  }
  .l-column2-dir__item.-item03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fl-left--pc {
    float: left;
    margin-right: 20px;
  }
  .fl-left--sp {
    display: block;
    float: none;
    margin-right: 0;
  }
  .fl-right--pc {
    float: right;
    margin-left: 20px;
  }
  .fl-right--sp {
    display: block;
    float: none;
    margin-left: 0;
  }
  .header.fixed .l-wrapper, .header.fixed .sec__inner {
    height: 129px;
    padding-top: 8px;
  }
  .header.fixed .header__logo {
    top: 5px;
  }
  .header.fixed .gNav {
    margin-top: 18px;
  }
  .testimonialsOthers__body .testimonials__item {
    width: 50%;
    margin: 0;
  }
  .page-features .sec__inner {
    padding-top: 74px;
  }
  .page-features .sec__title {
    margin-bottom: 54px;
    font-weight: normal;
  }
  .page-features .sec01 .sec__inner {
    padding-bottom: 44px;
  }
  .page-features .sec01 .sec__title {
    margin-bottom: 25px;
  }
  .page-features .sec03 .sec__title {
    margin-bottom: 44px;
  }
  .page-features .sec04 .sec__title {
    margin-bottom: 54px;
  }
  .page-features .sec06 .sec__copy, .page-features .page-index .sec06 .sec__copy, .page-index .page-features .sec07 .sec__copy {
    margin-bottom: 32px;
  }
  .page-features .sec08 .l-flex__item.-item01 {
    max-width: 502px;
  }
  .page-features .sec08 .l-flex__item.-item02 {
    max-width: 550px;
  }
  .page-features .sec09 .sec__inner {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .page-features .sec09 .sec__title {
    margin-bottom: 46px;
  }
  .page-features .sec09 .sec09-figure01 {
    margin-bottom: 42px;
  }
  .page-features .sec09 .sec09-figure02 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .page-testimonials {
    font-size: 1.6rem;
  }
  .page-testimonials .pageBody > h2 {
    margin-top: 2.5em;
    font-size: 2.2rem;
  }
  .page-index .sec03 .sec__title {
    margin: 0 0 55px;
  }
  .page-index .sec04 .sec__inner {
    padding-bottom: 90px;
  }
  .page-index .sec04 .sec__title {
    margin: 0 0 75px;
    padding: 0;
    text-align: center;
  }
  .page-index .sec05 .sec__inner {
    padding-bottom: 90px;
  }
  .page-index .sec05 .sec__title {
    margin: 0 0 90px;
  }
  .page-index .sec05 .sec__body {
    text-align: center;
  }
  .page-index .sec06 .l-column__sub {
    padding-left: 71px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .header.fixed .header__logo {
    width: 18vw;
    max-width: 218px;
  }
  .header.fixed .header__logo img {
    position: relative;
    top: -10px;
  }
  .gNav__item {
    padding: 0 10px;
  }
  .gNav__item a:not(.btn) {
    font-size: 1.5rem;
  }
  .page-index .sec01 .sec__copy {
    font-size: 3vw;
  }
}
@media screen and (max-width: 991.98px) {
  .header__logo {
    top: 0;
    max-width: 80%;
  }
  .footer__sub {
    margin: 20px 0;
    width: 100%;
  }
  .footer .pMark {
    text-align: center;
  }
  .footer .pMark__item {
    margin-right: 10px;
  }
  .inquiryBtns .forPcOnly {
    display: none;
  }
  .bannerList__item {
    width: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .forPC {
    display: none !important;
  }
  .forPC2 {
    display: none !important;
  } /* features */
  .forSP {
    display: block !important;
  }
  .forSP2 {
    display: inline-block !important;
  }
  .-forPC {
    display: none !important;
  }
  .l-wrapper, .sec__inner, .l-wrapper.-w820, .-w820.sec__inner, .l-wrapper.-full, .-full.sec__inner {
    max-width: none;
  }
  .l-main {
    padding-top: 50px;
  }
  .l-flex-sb--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-flex.-col2 .l-flex__item, .l-flex.-col3 .l-flex__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-flex.-col3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-flex-c--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .l-column__main + .l-column__sub, .l-column__sub + .l-column__main {
    padding-left: 0;
  }
  .l-column__sub {
    text-align: center;
  }
  .l-column__sub img {
    max-width: 100%;
  }
  .fl-left--pc, .fl-right--pc {
    display: block;
    float: none;
  }
  .fl-left--sp {
    float: left;
    margin-right: 20px;
  }
  .fl-right--sp {
    float: right;
    margin-left: 20px;
  }
  .header .l-wrapper, .header .sec__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 44px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .header__main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__logo {
    top: 0;
    margin: 0;
    max-width: none;
    height: 44px;
  }
  .header__logo a {
    display: block;
    padding: 15px 15px 10px;
    height: 100%;
  }
  .header__logo img {
    width: 89px;
    vertical-align: top;
  }
  .footerInquiry__title {
    text-align: center;
  }
  .footerInquiry {
    padding-top: 33px;
    padding-bottom: 40px;
  }
  .footerInquiry__text {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .footerActivity {
    padding: 0;
  }
  .footerActivity .l-wrapper, .footerActivity .sec__inner {
    padding: 40px 30px;
  }
  .footerActivity__item {
    padding-right: 0;
    margin-bottom: 4px;
    width: 100%;
  }
  .footerBanner {
    padding: 35px 0 0;
  }
  .footer {
    padding: 30px 0;
    min-height: auto;
  }
  .footer .l-wrapper, .footer .sec__inner {
    display: block;
    text-align: center;
    min-height: auto;
  }
  .footer__main {
    width: 100%;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__sub {
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  .footer .certification {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
  .footer__logo {
    width: auto;
  }
  .footer__sns {
    margin-bottom: 26px;
  }
  .footer .pMark {
    text-align: center;
  }
  .footer .pMark__item {
    margin: 0 5px;
  }
  .content {
    font-size: 1.3rem;
  }
  .btn.-big, .btn.-wide {
    height: 52px;
  }
  .btn.-trial {
    font-size: 1.6rem;
  }
  .btn.-trial i {
    font-size: 1.8rem;
  }
  .btn.-type3 {
    padding: 1.4em 0 0.7em;
    min-height: inherit;
    font-size: 1rem;
  }
  .btn.-type3 i {
    display: none;
  }
  .btn.-type3 strong {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .btn.-type3 b {
    padding-top: 3px;
  }
  .btn.-type6 {
    padding: 0.75em 1.4em 0.68em 1.4em;
    font-size: 1.4rem;
  }
  h2 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .heading-1, .heading-4 {
    font-size: 1.6rem;
  }
  .list > li, .list.-arrow > li, .list.-check > li, .list.-link > li {
    padding-left: 2.5rem;
  }
  .list > li:before, .list.-arrow > li:before, .list.-check > li:before, .list.-link > li:before {
    left: 0.85rem;
    top: 0.25em;
  }
  .-arrow.list li:before, .list.-check li:before, .list.-link li:before {
    left: 0.9em;
    font-size: 1.3rem;
  }
  .-check.list li:before {
    left: 0.6em;
  }
  .inquiryBtns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .inquiryBtns__item {
    width: auto;
    padding: 2% 3%;
  }
  .inquiryBtns__item p {
    font-size: 1.3rem;
  }
  .inquiryBtns__item .btn {
    font-size: 1.4rem;
    text-align: center;
    margin: 1% auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .inquiryBtns__item.-trial {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 16px;
  }
  .inquiryBtns__item.-material, .inquiryBtns__item.-contact {
    width: 100%;
  }
  .label {
    padding: 0.35em 1em 0.3em;
    font-size: 0.55em;
  }
  .bannerList {
    padding: 0 3%;
  }
  .bannerList__item {
    width: 100%;
    max-width: 45%;
    margin: 0 1%;
  }
  .burger {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    cursor: pointer;
    background: transparent;
    border: none;
  }
  .burger:focus {
    outline: none;
  }
  .burger .burger__text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 9px;
    font-family: Helvetica;
    font-size: 1rem;
    color: #058a0c;
  }
  .x, .y, .z {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 14px;
    margin: 0;
    height: 1px;
    width: 20px;
    background: #058a0c;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .x {
    top: 12px;
  }
  .y {
    top: 17px;
  }
  .z {
    top: 22px;
  }
  .collapse {
    top: 18px;
    -webkit-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
  }
  .rotate30 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
  }
  .rotate150 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
  }
  .rotate45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  .rotate135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  .navbar {
    height: 73px;
    background: #385e97;
  }
  .freeOffer__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .planHeader .planTitle {
    font-size: 1.6rem;
    padding: 5px 0;
  }
  .planHeader .planLabel__point {
    padding: 0.4em;
    font-size: 1rem;
    letter-spacing: -0.03em;
  }
  .planHeader .planLabel__main, .planPlus.planHeader .planLabel__main {
    padding: 6px 4px 6px;
  }
  .planHeader .planLabel__main .btn {
    display: none;
  }
  .planHeader .planLabel__dl {
    margin-bottom: 0;
  }
  .planHeader .planLabel__name {
    font-size: 1.6rem;
  }
  .planHeader .planLabel__price {
    font-size: 1.2rem;
  }
  .planHeader .planLabel .planLabel__point {
    margin: 0 4px 13px;
  }
  .priceTable tbody th, .priceTable tbody td {
    padding: 0.2em 0.4em;
    font-size: 1.3rem;
  }
  .priceTable {
    padding-top: 0 !important;
  }
  .priceTable .th1 {
    font-size: 1.2rem;
    white-space: normal;
    left: 0px;
    border-right: 0;
  }
  .priceTable .th1:after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
  }
  .priceTable tbody td {
    word-wrap: anywhere;
    word-break: break-all;
  }
  .priceTable tbody .list td {
    font-size: 1rem;
  }
  .priceTable .circle {
    width: 16px;
    padding-top: 16px;
  }
  .priceTable tr.price td {
    font-size: 1em;
    font-weight: bold;
  }
  .priceTable .tr_blank td, .priceTable .tr_blank th, .priceTable .td_blank, .priceTable .td_space {
    background: #fff;
  }
  .userInfo__item {
    display: block;
    margin-bottom: 0.5em;
  }
  .userInfo__item dt {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .userInfo__item dd {
    margin-left: 1em;
  }
  .testimonials__item {
    width: 50%;
  }
  .testimonialsOthers__title {
    font-size: 1.4rem;
    text-align: left;
  }
  .testimonialsOthers__body .testimonials__item {
    font-size: 1rem;
  }
  .testimonialsOthers__body .testimonials__item__title {
    font-size: 1.3rem;
  }
  .testimonialsOthers__body .testimonials__item__tags {
    font-size: 1em;
  }
  .testimonialsOthers__body .testimonials__item__tags .label {
    margin-bottom: 10px;
  }
  .testimonialsOthers__body .testimonials {
    border-top: 1px solid #ddd;
  }
  .testimonialsOthers__body .testimonials__item {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  .agent__item {
    width: 50%;
  }
  .agent__item__company {
    font-size: 1.4rem;
    text-align: left;
  }
  .sec {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sec__inner {
    padding: 35px 0 30px;
    max-width: none;
  }
  .sec__inner2.-w820 {
    max-width: none;
  }
  .sec__title {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .sec__copy, .sec__body, .code {
    font-size: 1.3rem;
  }
  input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], textarea, select {
    width: 100%;
    min-width: inherit;
  }
  .form-label {
    width: 100%;
  }
  .form-table {
    display: block;
  }
  .form-table tr {
    display: block;
    margin-bottom: 20px;
  }
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 20px;
  }
  .form-table th {
    padding: 0 0 10px;
  }
  .form-table textarea {
    min-width: inherit;
    max-width: 100%;
    min-height: 120px;
  }
  .pageHeader {
    padding-top: 30px;
  }
  .pageHeader__title {
    font-size: 2rem;
  }
  .pageHeader__copy {
    font-size: 1.3rem;
  }
  .pageHeader__text {
    font-size: 1.3rem;
  }
  .pageHeader.-normal {
    margin-bottom: 70px;
    text-align: left;
  }
  .pageHeader.-normal .pageHeader__subTitle {
    font-size: 1.4rem;
  }
  .pageHeader.-normal .pageHeader__title {
    padding: 1em 0;
    font-size: 1.6rem;
  }
  .page-reasons .pageHeader {
    margin-bottom: 30px;
  }
  .page-reasons .sec__body {
    font-size: 1.3rem;
  }
  .page-reasons .sec__body .l-wrapper, .page-reasons .sec__body .sec__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .page-reasons .sec01 .sec__inner {
    border-top: 0;
  }
  .page-reasons .sec01 .sec__body .sec01__figure01 {
    margin-bottom: 30px;
    text-align: center;
  }
  .page-reasons .sec01 .sec__body .sec01__figure02 {
    margin: 50px 0 40px;
  }
  .page-reasons .sec02 .box, .page-reasons .sec02 .boxType2, .page-reasons .sec02 .boxNote, .page-reasons .sec02 .boxNotice {
    padding: 1.2em;
  }
  .page-reasons .sec02 .box__title {
    font-size: 1.3rem;
    line-height: 1;
  }
  .page-reasons .sec02 .box p, .page-reasons .sec02 .boxType2 p, .page-reasons .sec02 .boxNote p, .page-reasons .sec02 .boxNotice p {
    font-size: 1.2rem;
  }
  .page-reasons .sec03__text1 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .page-reasons .sec03__text1 strong {
    font-size: 1.8rem;
  }
  .page-reasons .sec03 .resonsSec03img {
    margin-left: -9px;
    max-width: 96%;
  }
  .page-reasons .sec04 .sec04__figure01 {
    margin-bottom: 20px;
  }
  .page-features .sec01 figure {
    position: relative;
    padding-left: 20px;
  }
  .page-features .sec09 .text-xxlarger {
    font-size: 1.4rem;
  }
  .featuresList1 {
    font-size: 1.4rem;
  }
  .featuresList2 > li {
    font-size: 1.3rem;
  }
  .featuresList2 > li > strong {
    font-size: 1.4rem;
  }
  .featuresGrid1 {
    -ms-grid-columns: (minmax(280px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .featuresGrid1 > * h3 {
    font-size: 1.4rem;
  }
  .page-testimonials {
    font-size: 1.6rem;
  }
  .page-testimonials h2 {
    font-size: 2.2rem;
  }
  .page-testimonials h3 {
    font-size: 2rem;
  }
  .page-testimonials .pageHeader__title {
    font-size: 1.2rem;
  }
  .page-testimonials .pageHeader__title .label {
    display: table;
    margin: 0;
    font-size: 1rem;
  }
  .page-testimonials .pageHeader {
    margin-bottom: 35px;
  }
  .page-testimonials .pageHeader__title {
    font-size: 1.2rem;
  }
  .page-testimonials .pageHeader__title .label {
    display: table;
    margin: 0;
    font-size: 1rem;
  }
  .page-testimonials .pageHeader__text {
    font-size: 1.6rem;
  }
  .page-testimonials .pageBody .fl-right--pc {
    text-align: center;
  }
  .page-testimonials .pageOutline {
    display: block;
  }
  .page-testimonials .pageOutline__item dt {
    margin: 0 0 0.3em;
    font-size: 1.2rem;
  }
  .page-testimonials .pageOutline__item dd {
    font-size: 1.6rem;
  }
  .page-testimonials .pageOutline__item.-item01, .page-testimonials .pageOutline__item.-item02 {
    width: auto;
    border-right: 0;
  }
  .page-index .sec__inner {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .page-index .sec__title {
    margin: 0 0 35px;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .page-index .sec01 {
    margin-top: 0;
    height: auto;
    min-height: inherit;
    color: #fff;
  }
  .page-index .sec01 .sec__inner {
    padding: 40px 0 40px;
    border: 0;
    background-size: 56% auto;
  }
  .page-index .sec01 .sec__main {
    text-align: left;
    margin-right: 0;
  }
  .page-index .sec01 .sec__title {
    margin: 0 0 26px;
  }
  .page-index .sec01 .sec__title strong {
    font-size: 3rem;
  }
  .page-index .sec01 .sec__copy {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .page-index .sec01 .sec__text {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
  .page-index .sec01 .btn.-type6 {
    width: 84%;
  }
  .page-index .sec02 .sec__inner {
    padding-bottom: 40px;
  }
  .page-index .sec02 .sec__title {
    margin: 0 0 20px;
  }
  .page-index .sec02 .sec__body figure {
    padding-left: 0;
  }
  .page-index .sec03 .sec__copy {
    margin-bottom: 30px;
  }
  .page-index .sec05 .sec__body {
    text-align: center;
  }
  .page-index .sec08 .list {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .indexFeature, .indexStep {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .indexFeature__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .indexFeature__item__img {
    width: 80%;
    max-width: 160px;
  }
  .indexStep__item {
    margin-bottom: 40px;
  }
  .indexStep__item__img {
    width: 80%;
  }
  .news {
    display: block;
  }
  .news__item {
    margin-bottom: 40px;
  }
  .news__item.-release, .news__item.-blog {
    margin-right: 0;
    width: auto;
    max-width: none;
  }
  .news__item.-twitter {
    width: auto;
    max-width: calc(100% - 20px);
  }
  .about_va .box {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .page-index .sec06 .l-column__sub {
    margin: 0 auto 30px;
    width: 40%;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonials__item {
    width: 100%;
  }
  .testimonials__item__link {
    padding: 15px 15px 35px;
    height: auto;
  }
}