/* reset */
html, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, p, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}
ol, ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  color: #2a3237;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
p {
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  margin: 10px 0;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul.white-list {
  padding: 0;
  list-style-type: none;
}
ul.white-list li {
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
}
ul.white-list li:before {
  content: ' ';
  position: relative;
  top: -3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 15px;
  background: white;
}
/*------------------------------------------

共通

--------------------------------------------*/
* {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%;
}
.brand-word__color {
  color: #f6be62;
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
.campaign {
  display: none;
}
.result__logo_02, .result__logo_03 {
  display: none;
}
.business {
  display: none;
}
.business_btm {
  display: none;
}
.tooltip_29_none {
  display: none;
}
/*------------------------------------------
Selected Text
----------------------------------------------- */ ::selection {
  background: #ffce6e;
}
::-moz-selection {
  background: #ffce6e;
}
/*------------------------------------------

メインイメージ

--------------------------------------------*/
/* wrap */
.wrap__980__cta {
  margin: 0 auto;
}
header {
  background: #fff;
}
/* ロゴ */
.header__logo {
  width: 172px;
  height: 32px;
  float: left;
}
/* header cta */
.header__right_wrap {
  float: right;
  width: 152px;
}
.header__cta a {
  display: block;
  background: #d32e68;
  color: #fff;
  /*width: 240px;
  height: 45px;*/
  line-height: 45px;
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #ddd;
}
.header__cta a:hover {
  background: #9e224e;
    color: #fff;
  text-decoration: none;
}
/* Tel box */
.header__tel_box {
  margin: 0px;
  float: right;
  padding: 0px 10px 0px 0px;
}
.header__tel_logo {
  float: left;
  margin: 5px 0;
}
ul.header__tel, dl.header__tel {
  width: 185px;
  float: left;
  margin-right: 0px;
  padding-left: 10px;
}
ul.header__tel dl, ul.header__tel dt, dl.header__tel dt, dl.header__tel dd {
  margin: 0;
  padding: 0;
}
ul.header__tel dl, dl.header__tel dt {
  float: left;
  padding-right: 5px;
  font-size: 1.5rem;
  /*font-weight: 600;
*/
}
ul.header__tel dt, dl.header__tel dd {
  margin: 0;
  font-size: 2.3rem;
  font-weight: bold;
  float: left;
  text-indent: 0;
}
ul.header__tel dl.time, dl.header__tel dt.time {
  font-size: .9rem;
}
ul.header__tel dt.time, dl.header__tel dd.time {
  font-size: 1rem;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro';
}
/* hero1 */
.hero {
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hero-imgd {
  background: #333 url(../img/hero_2.jpg) no-repeat center top;
  background-size: cover;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .hero-imgd {
    background: #333 url(../img/hero_2.jpg) no-repeat center top;
    background-size: cover;
    height: 150px;
    padding-top: 56px;
    font-size: 18px;
  }
    /*header*/
header {
  display: block;
}

.header {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding: 0.4rem!important;
  position: fixed;
  z-index: 10;
  background: #fff;
  box-sizing: border-box;
   height: 56px!important;
}

.header__logo {  width: 10%; margin: 5px ;
}
.header__logo img { width: 70px;
}
.header__tel_box { display: none;}
.header__cta a {
float: right;
width: 280px;
height: 35px;
font-size: 1.2rem;
margin: 5px;
line-height: 35px;
}
.header__cta a::before {
display: none;
}
}
.hero__title {
  padding: 50px 0 0px;
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
/* hero__lead */
.hero__lead {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  font-weight: normal;
  margin-top: 20px;
  letter-spacing: 1.8px;
}
.hero__lead b {
  color: #ffbb00;
  font-size: 4rem;
  border-bottom: solid 3px #ffbb00;
}
.hero__lead b, .hero__lead em {
  animation: color_move 4s;
  animation-iteration-count: 1;
}
@keyframes color_move {
  from {
    color: #fff;
  }
  50% {
    color: #dbc57b;
  }
  80% {
    color: #fff;
  }
  to {
    color: #f7f1df;
  }
}
.sub {
  text-align: center;
  width: 175px;
  height: 105px;
  line-height: 35px;
}
.sub span {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 600;
}
.sub p {
  font-size: 3.5rem;
  color: #FFF100;
  line-height: 30px;
  text-align: center;
}
.hero__crown ul li {
  animation: inout 1.5s;
  -webkit-animation: inout 1.5s;
}
@keyframes inout {
  from {
    transform: scale(.2, .2);
  }
  40% {
    transform: scale(2.0, 2.0);
  }
  60% {
    transform: scale(2.0, 2.0);
  }
  75% {
    transform: rotate(-45deg);
  }
  80% {
    transform: scale(.8, .8);
  }
  85% {
    transform: rotate(180deg);
  }
  to {
    transform: scale(1.0, 1.0);
  }
}
@-webkit-keyframes inout {
  from {
    -webkit-transform: scale(.2, .2);
  }
  40% {
    -webkit-transform: scale(2.0, 2.0);
  }
  60% {
    -webkit-transform: scale(2.0, 2.0);
  }
  75% {
    -webkit-transform: rotate(-45deg);
  }
  80% {
    -webkit-transform: scale(.8, .8);
  }
  85% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: scale(1.0, 1.0);
  }
}
.hero__crown ul li.crown1 {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
.hero__crown ul li.crown2 {
  animation-delay: 8.5s;
  -webkit-animation-delay: 8.5s;
}
.hero__crown ul li.crown3 {
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
}
.hero__crown ul li.crown4 {
  animation-delay: 9.5s;
  -webkit-animation-delay: 9.5s;
}
/* YouTube再生 */
.hero__movie {}
.hero__movie a {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  width: 300px;
  color: #ddd;
  text-align: center;
  position: relative;
  padding: 10px 0px;
  padding-left: 20px;
  font-weight: bold;
  opacity: 1;
}
.hero__movie a:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 100%;
  position: absolute;
  left: 40px;
  top: 7px;
}
.hero__movie a:after {
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #ddd;
  position: absolute;
  left: 49px;
  top: 15px;
}
.hero__movie a:hover {
  color: #f3b840;
}
/*
.hero__movie a:hover:before {
border: 2px solid #f3b840;
}*/
.hero__movie a:hover:after {
  border-left: 8px solid #f3b840;
}
/*▼*/
.main-block__btm_arrow a {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 40px;
  display: block;
}
.main-block__btm_arrow a:hover {
  bottom: 0px;
}
.main-block__btm_arrow a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  bottom: 14px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -1px 1px #666;
}
.main-block__btm_arrow a:hover:before {
  border-left: 5px solid #f3b840;
  border-bottom: 5px solid #f3b840;
  position: absolute;
}
.hero .main-block__btm_arrow a {
  bottom: 0;
}
.hero .main-block__btm_arrow a:hover {
  bottom: -3px;
}
.hero__footer_bar {
  position: relative;
  bottom: -1px;
  width: 100%;
  height: 25px;
  background: transparent;
  overflow: hidden;
}
.hero__footer_bar::before, .hero__footer_bar::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 25px;
  background: #f2f2f2;
}
.hero__footer_bar::before {
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  left: 51%;
}
.hero__footer_bar::after {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
  left: -11%;
}
.inner-block {
    text-align: center;
    margin: 0 auto;
}
.txt p {
  font-size: 2.3rem;
  text-align: left;
  font-weight: bold;
  margin-top: 30rem;
  margin-bottom: 20rem;
  line-height: 1.9;
}
.txt p em {
  font-size: 2.3rem;
  background: linear-gradient(transparent 50%, yellow 50%);
}
.txt p span {
  font-size: 2.3rem;
  color: #E60012;
}
.ballooncenter {
  text-align: center;
  margin-bottom: 1.5rem;
}
/* 吹き出し */
.balloon1 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 7px 10px;
  min-width: 150px;
  max-width: 100%;
  color: #ffff;
  letter-spacing: 1.5px;
  background: #0174DF;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0174DF;
}
.balloon1 p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 23px;
}
.box2 {
  padding: 0.1em 0.5em;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #000000; /*文字色*/
  background: #FFF;
  border: solid 3px #6091d3; /*線*/
  border-radius: 10px; /*角の丸み*/
}
.box2 p {
  margin: 0;
  padding: 0;
}
.checkbox {
  margin: 0 auto;
  width: 80%;
}
.checkbox li {
  padding-left: 8rem;
  font-size: 3rem;
  position: relative;
}
.checkbox li::before {
  content: "";
  top: 25%;
  left: 3rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  border: 2px solid #666;
}
.checkbox li::after {
  content: "";
  position: absolute;
  margin: 5px;
  width: 2rem;
  height: 4rem;
  top: -5%;
  left: 1em;
  border-right: 7px solid #f6be62;
  border-bottom: 7px solid #f6be62;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.checkbox li em {
  font-size: 3.4rem;
  color: #117cc5;
  line-height: 200%;
}
/* 矢印 */
.arrow {
  width: 200px;
}
.arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 80px;
  background-color: rgba(228, 0, 127, 0.1);
}
.arrow::after {
  content: "";
  display: block;
  border-top: 100px solid rgba(228, 0, 127, 0.1);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}
/*------------------------------------------

業務効率化事例

--------------------------------------------*/
.business .grid__unit--w50per {
  width: 47%;
  padding: 0;
}
.business ul {
  padding: 40px;
}
.business ul li {
  list-style-type: disc;
  font-size: 2rem;
}
.business__box {
  width: 100%;
  min-height: 380px;
  background-color: #fff;
  border-radius: 20px;
}
.business_h3 {
  background-color: #FF5722;
  border-radius: 20px;
}
.before {
  background-color: #9E9E9E;
  border-radius: 20px;
}
.bus_arrow {
  float: left;
  margin-top: 160px;
  padding: 5px;
}
/*page-top------------------------------*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 10px;
  margin-bottom: 0;
  font-size: 7.7rem;
}
#page-top a {
  background: #666666;
  font-size: 1.8rem;
  opacity: 0.75;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
}
#page-top a:hover {
  text-decoration: none;
  background: #f6be62;
  ;
}
/*footer------------------------------*/
.cta-footer {
  background: #292c33;
  margin-bottom: 0;
  padding: 40px 0;
  color: #ffffff;
}
.footer {
  background: #292c33;
  color: #fff;
}
.footer__tel {
  margin: 30px auto;
  text-align: center;
}
.footer__corpinfo {
  padding-bottom: 20px;
  text-align: center;
}
.footer__logo {
  float: left;
  margin-right: 15px;
  padding: 3px;
  border-radius: 3px;
  line-height: 0;
}
.footer__txt {
  padding-top: 5px;
  float: left;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer__link {
  margin-left: 20px;
  padding-top: 15px;
  float: left;
}
.footer__link a {
  text-decoration: underline;
  font-size: 1.4rem;
}
/*tooltip------------------------------*/
.tool {
  background: #f6be62;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px 0;
}
.wrap__900 {
  width: 900px;
  text-align: center;
  margin: 0 auto;
}
.wrap__720 {
  width: 720px;
  text-align: center;
  margin: 0 auto;
}
/*50%OFFキャンペーン*/
.campaign01 {
  display: none;
}
.cam50per {
  background: #fff;
  color: #333;
}
.cam50per p {
  text-align: center;
  font-size: 3rem;
}
.cam50per em, .cam50per strong {
  font-size: 3.6rem;
}
.cam50per h1 {
  font-size: 5rem;
  text-align: center;
}
p.cam50per__lead {
  font-size: 1.8rem;
}
.cam50per__lead strong {
  font-size: 2.4rem;
}
.cam50per__50 {
  font-size: 8rem;
  font-family: verdana;
}
.camp50per__per {
  font-size: 4rem;
}
.cam50per__off {
  font-size: 4rem;
  font-weight: bold;
}
.cam50per dl {
  width: 40%;
  margin: 0 auto;
}
.cam50per dt {
  float: left;
  font-weight: bold;
}
.cam50per dt, .cam50per dd {
  font-size: 1.8rem;
  margin: 0;
}
.cam50per dd em {
  font-size: 2rem;
}
p.cam50per__sub_tx {
  font-size: 2.4rem;
}
/*cam50per__cta*/
.hero__ctabox__w500 {
  width: 500px;
  background: #333;
}
.cam50per .hero__ctabox::before {
  background: #f3b840;
  width: 540px;
  left: -610px;
  top: -175px;
}
.cam50per .hero__ctabox:hover::before {
  left: 0px;
  top: -140px;
}
.cam50per__cap {
  font-size: 1.2rem;
  float: right;
}
.cam50per__cap2 {
  font-size: 1.2rem;
  float: right;
}
/*--------------*/
/* win 1600 */
/*--------------*/
@media screen and (min-width: 1200px) {
  .hero__footer_bar::before {
    left: 50.5%;
  }
  .hero__footer_bar::after {
    left: -10.5%;
  }
}
::selection {
  background: #95ddff;
}
/*---------------------------------
emのitalic解除
--------------------------------*/
em {
  font-style: normal;
  font-weight: bold;
}
/* case btn */
.square_btn a {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
}
.square_btn {
  display: inline-block;
  padding: 1em 8em;
  margin-top: 20px;
  text-decoration: none;
  background: #0068B7; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #004880;
  border-radius: 3px;
}
.square_btn:active { /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
/*=================================================
||				メニューバー
==================================================*/
input, textarea {
  font-size: 1.6rem;
}
textarea {
  width: 99%;
}
select {
  width: 99%;
  height: 35px;
}
@media(max-width:992px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 12px;
  }
  .section {
    padding: 30px 0;
  }
}
.wrapper {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.txt {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: inline-block;
  text-align: left;
  color: #000 !important;
  font-size: 1.8em;
}
/* ここからstart editing from here */
a {
  text-decoration: none;
}
.txt-rt {
  text-align: right;
} /* text align right */
.txt-lt {
  text-align: left;
} /* text align left */
.txt-center {
  text-align: center;
} /* text align center */
.float-rt {
  float: right;
} /* float right */
.float-lt {
  float: left;
} /* float left */
.clear {
  clear: both;
} /* clear float */
.pos-relative {
  position: relative;
} /* Position Relative */
.pos-absolute {
  position: absolute;
} /* Position Absolute */
.vertical-base {
  vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
  vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
  display: block;
} /* vertical menu */
/*----//End-header----*/
.type07 {
  display: block;
  margin: 0 auto;
  width: 90%;
  top: 0px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .type07 {
    width: 100%;
  }
}
table, th, td {
  border-collapse: collapse;
  line-height: 1.5;
}
table.type07 th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #C9C9C9;
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
}
table.type07 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 11px;
}
/*footer------------------------------*/
#footer02 {
  background: #fff;
}
.ie #footer02 .logo img, #footer02 .logo {
  display: inline-block;
}
#footer02 .nav li a {
  padding: 15px;
  color: #333;
  font-size: 15px;
}
#footer02 .navl li a {
  padding: 15px;
  color: #333;
  font-size: 15px;
}
@media screen and (min-width: 641px) {
  #footer02 .logo {
    padding: 30px 0 10px 0;
  }
  #footer02 .wrap {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer02 .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  #footer02 .nav {
    display: inline-block;
  }
  #footer02 .nav li {
    display: inline-block;
  }
  #footer02 .nav li a:hover {
    color: #2d98df;
  }
  #footer02 .navl {
    display: inline-block;
  }
  #footer02 .navl li {
    display: inline-block;
  }
  #footer02 .navl li a:hover {
    color: #2d98df;
  }
}
@media only screen and (max-width: 640px) {
  #footer02 {
    padding: 20px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer {
    position: relative;
  }
  #footer02 .inner-block {
    padding: 0;
  }
  .ie #footer02 .logo img, #footer02 .logo {
    display: block;
    margin: 0 auto 20px;
  }
  #footer02 .c-btn {
    margin-bottom: 20px;
  }
  #footer02 .nav li {
    border-top: 1px solid #555;
    font-size: 15px;
  }
  #footer02 .nav li a {
    padding: 12px 20px;
    display: block;
    background-size: 5px auto;
  }
  .footer02img {
    width: 70%;
    margin: 0 auto;
  }
  #footer02 .navl li:last-child {
    text-align: center;
  }
  #footer02 .navl li a {
    display: block;
    text-align: center;
  }
  .wrap {
    overflow: hidden;
  }
  #footer02 .nav li:last-child {
    border-bottom: 1px solid #555;
  }
}
.copyright {
  text-align: center;
  margin: 0 auto;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 751px) {
  #footer {
    width: 100%;
    background: #fff;
    border-top: 2px solid #155993;
    clear: both;
    font-size: 13px;
    display: block;
    bottom: 0;
  }
  #footer .foterInner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #footer .foterInner {
    width: auto;
    margin: 0 auto;
  }
}
.fNavi {
  font-size: 15px !important;
}
#footer .fNavi p {
  padding: 20px 10px;
  text-align: center;
  font-size: 15px;
}
#footer .fNavi p a {
  margin-bottom: 10px;
}
#footer p.copyright {
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  margin: 0 auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright a {
  color: #fff;
}
.tx_ft {
  margin-bottom: 2%;
  display: inline-block;
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.gtco-sectionp {
  padding: 5em 0;
  clear: #f2f2f2;
  background-color: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
}
.privacyBox {
  text-align: left;
  clear: #333;
}
.privacyBox h3 {
  margin-bottom: 40px;
  color: #155993;
  font-size: 28px;
  font-weight: normal;
  text-align: left;
}
.privacyBox h3 {
  margin-bottom: 22px;
  text-align: center;
}
.privacyBox h1 {
  margin-bottom: 2px;
  color: #595959;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.privacyBox p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.privacyBox strong {
  text-decoration: underline;
}
.type06 {
  display: block;
  margin: 0 auto;
  width: 52%;
  top: 0px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .type06 {
    display: block;
    margin: 0 auto;
    width: 100%;
    top: 0px;
    color: #333;
  }
}
table, th, td {
  border-collapse: collapse;
  line-height: 1.5;
}
table.type06 th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #C9C9C9;
  border: 1px solid #000;
  text-align: center;
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #000;
  clear: #f9f9f9;
}
.textList {
  margin: 0 15px 36px;
}
.textList li {
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.8;
}
@media all and (min-width: 0) and (max-width: 767px) {
  .textList {
    margin: 0 10px 36px;
  }
  .textList li {
    background-size: 5px auto;
    background-position: left 9px;
  }
}
.pr_box {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 80%;
  top: 0px;
  color: #333;
  border: 1px solid #000;
  padding-bottom: 10px;
  padding-top: 20px;
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
  margin: 0 auto;
}
.pop_up {
  text-align: left;
  color: #FFFF;
}
.pop_up h3 {
  text-align: center;
  font-size: 1.2em;
  color: #FFFF;
  text-transform: uppercase;
  font-weight: 400;
}
.pop_up ul {
  margin: 1em 0;
}
.pop_up ul li {
  display: inline-block;
}
.pop_up ul li a {
  width: 185px;
  height: 53px;
  display: inline-block;
  opacity: 0.9;
  transition: 0.5 all;
  -webkit-transition: 0.5 all;
  -moz-transition: 0.5 all;
  -o-transition: 0.5 all;
}
.pop_up ul li a:hover {
  opacity: 1;
}
.iphone {
  background: url(../images/img-sprit.png) no-repeat 0px -57px;
}
.google {
  background: url(../images/img-sprit.png) no-repeat 0px -4px;
}
/*----start-responsive design-----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
  .box2-info {
    width: 68%;
  }
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
  .downloadbtn {
    font-size: 0.9em;
  }
  .header-left {
    padding-top: 0%;
  }
  .box1-demo {
    background-size: 100%;
  }
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
  .divice-fea-left-grid p {
    margin: 0.5em 0 0.5em 0;
  }
  .divice-fea-left-grid p {
    line-height: 1.5em;
  }
  .get-download {
    margin: 1em 0;
  }
  .header-left span {
    width: 430px;
    height: 490px;
    background-size: 100%;
  }
  .box1-demo {
    background-size: 100%;
  }
  .box1-info, .box2-info {
    width: 66%;
    margin: 22% 0 0 0;
  }
  .share-icons {
    margin: 0;
  }
}
@media only screen and (max-width:1024px) and (min-width:768px) {
  .downloadbtn {
    font-size: 0.9em;
  }
  .divice-fea-left-grid p {
    margin: 0.5em 0 0.5em 0;
  }
  .divice-fea-left-grid p {
    line-height: 1.5em;
  }
  .get-download {
    margin: 1em 0;
  }
  .divice-fea-left {
    width: 54%;
  }
  .divice-fea-right {
    width: 44%;
    margin-top: 7%;
  }
  .header-left {
    float: left;
    width: 40%;
  }
  .box1-demo {
    background-size: 100%;
  }
  .box1-info, .box2-info {
    width: 61%;
    margin: 22% 0 0 0;
  }
  .share-icons {
    margin: 0;
  }
  .video iframe {
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .agile_inner_info {
    margin-top: 2em;
  }
  .w3_agile_services_grid h4 {
    font-size: 1.2em;
    letter-spacing: 2px;
    margin: 2.5em 0 0.5em;
  }
}
@media only screen and (max-width:768px) and (min-width:640px) {
  .divice-fea-left-grid p {
    margin: 0.5em 0 0.5em 0;
  }
  .divice-fea-left-grid p {
    line-height: 1.5em;
  }
  .get-download {
    margin: 1em 0;
  }
  .divice-fea-left {
    float: none;
    width: 100%;
  }
  .divice-fea-right {
    display: none;
    float: none;
  }
  .header-left {
    display: none;
  }
  /*---*/
  .logo {
    display: none;
  }
  .header-right span {
    width: 150px;
    height: 301px;
    display: block;
    background: url(../images/header-divice.png) no-repeat;
    margin: 0 auto;
  }
  .divice-fea-left label {
    background: url(../images/cm-divices.png) no-repeat;
    height: 507px;
    width: 333px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.5em;
  }
  .box1-demo {
    display: none;
  }
  .box1-info, .box2-info {
    width: 100%;
    margin: 1% 0 0 0;
  }
  .share-icons {
    margin: 0;
  }
  .box2-info span, .box1-info span {
    width: 180px;
    height: 394px;
    display: block;
    background: url(../images/divices.png) no-repeat;
    margin: 0 auto 2em auto;
  }
  .twitter {
    background: url(../images/big-social-icons.png) no-repeat -10px -9px;
  }
  .facebook {
    background: url(../images/big-social-icons.png) no-repeat -183px -6px;
  }
  .rss {
    background: url(../images/big-social-icons.png) no-repeat -352px -11px;
  }
  .gpluse {
    background: url(../images/big-social-icons.png) no-repeat -520px -10px;
  }
  .share-icons li a {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width:640px) and (min-width:480px) {
  .downloadbtn {
    font-size: 0.875em;
    padding: 0.4em 1em;
  }
  .divice-fea-left-grid p {
    margin: 0.5em 0 0.5em 0;
  }
  .divice-fea-left-grid p {
    line-height: 1.5em;
  }
  .get-download {
    margin: 1em 0;
  }
  .divice-fea-left {
    float: none;
    width: 100%;
  }
  .divice-fea-right {
    display: none;
    float: none;
  }
  .header-left {
    display: none;
  }
  /*---*/
  .logo {
    display: none;
  }
  .divice-fea-left label {
    background: url(../images/cm-divices.png) no-repeat;
    height: 507px;
    width: 333px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.5em;
  }
  .box1-demo {
    display: none;
  }
  .box1-info, .box2-info {
    width: 100%;
    margin: 1% 0 0 0;
  }
  .share-icons {
    margin: 0;
  }
  .box2-info span, .box1-info span {
    width: 180px;
    height: 394px;
    display: block;
    background: url(../images/divices.png) no-repeat;
    margin: 0 auto 2em auto;
  }
  .share-icons li a {
    width: 130px;
    height: 130px;
  }
  .share-icons {
    padding: 40px 0px 1em 0px;
  }
}
@media only screen and (max-width:480px) and (min-width:320px) {
  .downloadbtn {
    font-size: 0.875em;
    padding: 0.4em 1em;
  }
  .divice-fea-left-grid p {
    margin: 0.4em 0 0.7em 0;
  }
  .divice-fea-left-grid p {
    line-height: 1.5em;
    font-size: 0.875em;
  }
  .get-download {
    margin: 0em 0;
  }
  .divice-fea-left {
    float: none;
    width: 100%;
  }
  .divice-fea-right {
    display: none;
    float: none;
  }
  .header-left {
    display: none;
  }
  /*---*/
  .logo {
    display: none;
  }
  .divice-fea-left label {
    background: url(../images/cs-divices.png) no-repeat;
    height: 229px;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.5em;
  }
  .bigbtn {
    padding: 0.6em 1.2em;
    font-size: 1em;
  }
  .get-download p {
    font-size: 1.2em;
  }
  .divice-fea-left-grid h3 {
    font-size: 1.2em;
  }
  .footer-left {
    float: none;
    text-align: center;
  }
  .footer-right {
    margin: 0.6em 0;
    float: none;
    text-align: center;
  }
  .box1-demo {
    display: none;
  }
  .box1-info, .box2-info {
    width: 100%;
    margin: 1% 0 0 0;
  }
  .share-icons {
    margin: 0;
  }
  .box2-info span, .box1-info span {
    width: 180px;
    height: 394px;
    display: block;
    background: url(../images/divices.png) no-repeat;
    margin: 0 auto 2em auto;
  }
  .twitter {
    background: url(../images/big-social-icons.png) no-repeat -10px -9px;
  }
  .facebook {
    background: url(../images/big-social-icons.png) no-repeat -183px -6px;
  }
  .rss {
    background: url(../images/big-social-icons.png) no-repeat -352px -11px;
  }
  .gpluse {
    background: url(../images/big-social-icons.png) no-repeat -520px -10px;
  }
  .share-icons li a {
    width: 150px;
    height: 150px;
  }
  .share-icons {
    padding: 40px 0px 1em 0px;
  }
}
@media only screen and (max-width:320px) and (min-width:240px) {
  .downloadbtn {
    font-size: 0.875em;
    padding: 0.4em 1em;
  }
  .divice-fea-left-grid p {
    margin: 0.4em 0 0.7em 0;
  }
  .divice-fea-left-grid p {
    line-height: 1.5em;
    font-size: 0.875em;
  }
  .get-download {
    margin: 0em 0;
  }
  .divice-fea-left {
    float: none;
    width: 100%;
  }
  .divice-fea-right {
    display: none;
    float: none;
  }
  .header-left {
    display: none;
  }
  /*---*/
  .logo {
    display: none;
  }
  .divice-fea-left label {
    background: url(../images/cs-divices.png) no-repeat;
    height: 229px;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
  .divice-fea {
    margin-top: 1em;
  }
  .bigbtn {
    padding: 0.6em 1.2em;
    font-size: 1em;
  }
  .get-download p {
    font-size: 1.2em;
  }
  .divice-fea-left-grid h3 {
    font-size: 1.05em;
  }
  .footer-left {
    float: none;
    text-align: center;
  }
  .footer-right {
    margin: 0.6em 0;
    float: none;
    text-align: center;
  }
  .footer {
    padding: 1em 0;
    margin-top: 1.5em;
  }
  .box1-demo {
    display: none;
  }
  .box1-info, .box2-info {
    width: 100%;
    margin: 1% 0 0 0;
  }
  .share-icons {
    margin: 0;
  }
  .box2-info span, .box1-info span {
    width: 180px;
    height: 394px;
    display: block;
    background: url(../images/divices.png) no-repeat;
    margin: 0 auto 2em auto;
  }
  .twitter {
    background: url(../images/big-social-icons.png) no-repeat -18px -17px;
  }
  .facebook {
    background: url(../images/big-social-icons.png) no-repeat -192px -17px;
  }
  .rss {
    background: url(../images/big-social-icons.png) no-repeat -363px -20px;
  }
  .gpluse {
    background: url(../images/big-social-icons.png) no-repeat -534px -20px;
  }
  .share-icons li a {
    width: 130px;
    height: 130px;
  }
  .share-icons {
    padding: 40px 0px 1em 0px;
  }
  .get-download1 {
    margin-top: 2em;
  }
}
header {
  background: #fff;
}
.wrap__980 {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .wrap__980 {
    width: auto;
  }
}
.wrap__1000 {
  width: 100%;
  margin: 0 auto;
}
.header {
  height: 60px;
  padding: 10px 0 0 0;
}
.form_dbtn {
  top: 0px;
  background: #2d98df;
  color: #ffffff;
  border: 5px solid #fff;
  position: relative;
  display: block;
  padding: 30px 0;
  width: 400px;
  box-shadow: 0 0.1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form_dbtn {
    top: 0px;
    background: #2d98df;
    color: #ffffff;
    border: 5px solid #fff;
    position: relative;
    display: block;
    padding: 20px 0;
    width: 250px;
    box-shadow: 0 0.1px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 auto;
  }
}
.form_dbtn:hover {
  top: 5px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in-out 0.1s;
}
.formd {
  vertical-align: middle;
  border: 2px solid #E4E5E9;
  border-radius: 5px;
  height: 40px;
  flex: 1;
  width: 100%;
  font-size: 15px;
  background: #fff;
  color: #111;
  font-weight: bold;
}
.formdb {
  vertical-align: top;
  text-align: left;
  border: 2px solid #E4E5E9;
  border-radius: 5px;
  height: 80px!important;
  flex: 1;
  width: 100%!important;
  background: #fff;
  font-size: 14px;
}
.field-label {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #303030;
}
.dl_stx {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 8px;
  font-weight: bold;
  color: #303030;
}
.form-field {
  margin-bottom: 16px;
  line-height: 1.3;
}
.contact-form table td.privacy {
  padding-top: 10px;
  padding-left: 48px;
  font-size: 12px;
}
.contact-form table td input[type=checkbox] {
  display: inline;
  margin-right: 10px;
}
.field-label strong {
  background-color: #E9546B;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  width: 100px;
  margin-left: 5px;
  border-radius: 5px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.field-label small {
  font-size: 10px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 768px) {
  .img-responsived {
    width: 100px;
  }
  hr.style1 {
    border: 0.5px solid #E3E3E3;
    margin-top: 3%;
    margin-bottom: 3%;
  }
}

.formd_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .formd_ttl {
  margin-left: 0;
}
    .formd_txt {
  margin-bottom: 30px;
}
}
.formd_txt {
  font-size: 17px;
  width: 92%;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 10%;
  padding-bottom: 10%;
  border-radius: 20px;
}
.formd_txt strong {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .formd_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .formd_txt {
    font-size: 10px;
    width: auto;
    color: #333;
    font-weight: bold;
    margin-top: 0;
    background-color: #fff;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 20px;
  }
  .formd_txt strong {
    font-size: 15px;
    font-weight: bold;
  }
}
.formd_img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .formd_img {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 5%;
  }
}
.wrapperd {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 5%;
}
.dtitle {
  margin: 0 auto;
  text-align: center;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff !important;
  font-size: 3em;
  font-weight: 800;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .dtitle {
    text-align: center;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 800;
    height: 150px;
}}
.ttitle {
  text-align: center;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #337abb;
  font-size: 3em;
  font-weight: 800;
  padding-top: 3.5%;
  margin: 0 auto;
  width: 90%;
  display: block;
}
@media screen and (min-width: 500px) {
  /* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
  #cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  /* リンクテキストの下線を非表示 */
  a.card-link {
    text-decoration: none;
  }
  /* カードレイアウト内の画像を幅いっぱいに表示 */
  #cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .card-figure {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  /* カードレイアウトのタイトル部分 */
  .card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.2em;
  }
  /* カードレイアウトの説明文部分 */
  .card-text-tax {
    margin: 0;
    padding: 0.2em;
    color: #818181;
    font-size: 1em;
  }
  .thankst_share {
    font-size: 3rem;
    font-weight: 800;
    padding: 0 5px;
    letter-spacing: 1px;
    color: #ed0254;
    text-align: center;
    line-height: 5rem;
  }
  .thankst_share small {
    font-size: 60%;
    color: #444;
  }
  .thsnksm {
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    width: 70%;
  }
  .ttitle {
    text-align: center;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #337abb;
    font-size: 4em;
    font-weight: 800;
    padding-top: 3.5%;
  }
}
.ttext {
  text-align: left;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #111;
  font-size: 1.8em;
  font-weight: 800;
  padding-top: 1%;
  margin: 0 auto;
  width: 48%;
  display: block;
  margin-left: 25%;
}
.ttexts {
  text-align: center;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #d32e68;
  font-size: 1.4em;
  font-weight: 800;
  padding-top: 1%;
  padding-bottom: 2%;
  margin: 0 auto;
  width: 72%;
  display: block;
  border: 8px solid #d32e68;
  margin-top: 3%;
  margin-bottom: 5%;
  background-color: #fff;
}
.ttexts strong {
  text-align: center;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #d32e68;
  font-size: 2.5em;
  font-weight: 800;
  padding-top: 1%;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.flex_test-box {
  padding: 10px; /* 余白指定 */
  display: flex; /* フレックスボックスにする */
  align-items: stretch; /* 縦の位置指定 */
}
.formd_imgd {
  width: 100%;
  margin-bottom: 2%;
}
.thsnksn {
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
  width: 90%;
}
@media screen and (max-width: 500px) {
  .ttitle {
    text-align: center;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #337abb;
    font-size: 2em;
    font-weight: 800;
    padding-top: 5%;
  }
  .ttext {
    text-align: center;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #111;
    font-size: 1em;
    font-weight: 800;
    margin-top: 1%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
  .ttexts {
    text-align: left;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #d32e68;
    font-size: 1em;
    font-weight: 800;
    padding-top: 1%;
    margin: 0 auto;
    width: 70%;
    display: block;
    text-align: center;
    margin-bottom: 4%;
  }
  .ttexts strong {
    text-align: center;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #d32e68;
    font-size: 1.2em;
    font-weight: 800;
    padding-top: 1%;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .thsnksm {
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    width: 80%;
  }
  /* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
  #cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 2px;
    text-align: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .thankst_share {
    font-size: 2rem;
    font-weight: 800;
    padding: 0 0px;
    letter-spacing: 1px;
    color: #ed0254;
    text-align: center;
    line-height: 3rem;
    margin-top: 8px;
  }
  .thankst_share small {
    font-size: 60%;
    color: #444;
  }
}
.thankst {
  padding: 2% 0 4%;
  background: #f2f2f2;
  color: #444;
  position: relative;
}
.formdw {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
input[type="text"] {
  word-wrap: break-word;
  word-break: break-all;
}
/* カードレイアウトを1カラムで配置 */
.card-list {
  margin: 0.5em auto;
  padding: 1%;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
  .card-list {
    margin: 0.5em 0;
    width: calc(95% / 2); /* 100%幅を2で割るという指定 */
    background-color: #fff;
  }
}
/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
  .card-list {
    width: calc(90% / 3); /* 100%幅を3で割るという指定 */
  }
  /* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
  #cardlayout-wrap::after {
    content: "";
    display: block;
    width: calc(100% / 3);
  }
}
.form_dbtm {
  width: 97%;
  border: none; /* 枠線を消す */
  text-align: center;
  background-color: #1ab9a7;
  font-size: 28px;
  font-size: 15px;
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 7px 9px rgba(0, 0, 0, .2);
  box-shadow: 0 7px 9px rgba(0, 0, 0, .2);
  text-align: center;
}
.form_dbtm:after {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  width: 10px;
  height: 16px;
  content: '';
  vertical-align: middle;
  background-image: url("../images/dl.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.form_dbtm:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .form_dbtm {
    top: 0px;
    background: #2d98df;
    color: #ffffff;
    border: 5px solid #fff;
    position: relative;
    padding: 20px 0;
    width: 80%;
    box-shadow: 0 0.1px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 auto;
  }
}
.demoslide01 {
  font-size: 12px;
  margin: 0 auto;
}
.modal_open {
  display: inline-block;
  margin: 0vw;
  float: left;
}
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  margin: 0;
  padding: 30px 2vw 30px;
  border: 2px solid #aaa;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  font-size: 13px;
  overflow: scroll; /* ここのscrollが効かない */
  height: 90vh; /* これを追加 */
  font-size: 12px;
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 46px;
  color: #000;
  line-height: 62px;
  text-align: center;
  background: #e6e6e6;
}
.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}
.link_area .modal_link {
  display: inline;
}
.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}
.link-area ul li.modal_link:first-child a {
  float: left;
}
.link-area ul li.modal_link:last-child a {
  float: right;
}
@media screen and (max-width: 769px) {
  /*  ウィンドウサイズ769px以下の時のスタイル  */
  .modal_box {
    padding: 50px 2vw 40px;
  }
  .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .modal_close i {
    line-height: 44px;
  }
  .link_area {
    margin: 25px auto 0;
  }
  .link_area .modal_link a {
    margin: 15px auto 0;
  }
  .link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
  }
  .link_area ul li.modal_link:last-child a {
    float: none;
  }
}
.g-recaptcha {
  transform-origin: 0% 0%;
  transform: scale(0.8);
}
.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}
#gtco-counter .display-t, #gtco-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    height: inherit;
    padding: 7em 0;
  }
  #gtco-counter .display-t, #gtco-counter .display-tc {
    height: inherit;
  }
}
.gtco-staff {
  text-align: center;
  margin-bottom: 30px;
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}
.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F85A16;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}
.gtco-contact-info {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 30px;
  float: left;
  width: 95%;
  position: relative;
  font-size: 16px;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}
form label {
  font-weight: normal;
}
.gtco-cover {
  height: 900px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#gtco-counter {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}
#gtco-features, #gtco-features-2, #gtco-testimonial, #gtco-services, #gtco-subscribe, #gtco-footer, .gtco-section {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #gtco-features, #gtco-features-2, #gtco-testimonial, #gtco-services, #gtco-subscribe, #gtco-footer, .gtco-section {
    padding: 3em 0;
  }
}
.gtco-sections {
  padding: 5em 0;
  clear: both;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .gtco-sections {
    padding: 0em 0;
    clear: both;
    background-color: #f2f2f2;
  }
}
.gtco-sectiont {
  padding-top: 3em;
  clear: both;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-sectiont {
    padding: 0em 0;
    clear: both;
    background-color: #fff;
  }
}
#gtco-section.display-tc h3 {
  font-size: 70px;
}
#gtco-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}
.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #F85A16;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
}
.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  display: table;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #F85A16;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}
.gtco-heading {
  margin-bottom: 5em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
#gtco-testimonial {
  background: #efefef;
}
#gtco-testimonial .testimony-slide {
  text-align: center;
}
#gtco-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#gtco-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gtco-testimonial .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #gtco-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#gtco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#gtco-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#gtco-testimonial .arrow-thumb a:hover, #gtco-testimonial .arrow-thumb a:focus, #gtco-testimonial .arrow-thumb a:active {
  text-decoration: none;
}
.gtco-tabs .gtco-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-tabs .gtco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-tabs .gtco-tab-nav li .icon {
  font-size: 30px;
}
.gtco-tabs .gtco-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.gtco-tabs .gtco-tab-nav li a:hover {
  color: #4d4d4d;
}
.gtco-tabs .gtco-tab-nav li.active a {
  background: #fff;
  color: #F85A16;
}
.gtco-tabs .gtco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gtco-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gtco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .gtco-tabs .icon-xlg {
    font-size: 200px;
  }
}
.gtco-tabs .icon-xlg i {
  color: #F85A16;
}
#gtco-subscribe {
  background: #333333;
}
#gtco-subscribe .gtco-heading h2 {
  color: #fff;
}
#gtco-subscribe .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-subscribe .form-control:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#gtco-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}
#gtco-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
#gtco-subscribe .form-control2 {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  border: 2px solid transparent !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-subscribe .form-control2:focus {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#gtco-subscribe .form-control2::-webkit-input-placeholder {
  color: #fff;
}
#gtco-subscribe .form-control2:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-subscribe .form-control2::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-subscribe .form-control2:-ms-input-placeholder {
  color: #fff;
}
#gtco-subscribe .btn {
  height: 54px;
  border: none !important;
  background: #F85A16;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#gtco-subscribe .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
  float: left;
  vertical-align: middle;
}
#gtco-subscribe .form-inline .form-group .form-control {
  width: 100%;
  float: left;
  vertical-align: middle;
}
#gtco-subscribe .gtco-heading {
  margin-bottom: 30px;
}
#gtco-subscribe .gtco-heading h2 {
  margin-bottom: 0;
}
#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#gtco-footer .gtco-footer-links li a {
  color: #000;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left, #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#gtco-footer .copyright .block {
  display: block;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #F85A16;
}
#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}
.gtco-nav-toggle i::before {
  top: -7px;
}
.gtco-nav-toggle i::after {
  bottom: -7px;
}
.gtco-nav-toggle:hover i::before {
  top: -10px;
}
.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}
.gtco-nav-toggle.active i {
  background: transparent;
}
.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}
.btn {
  background: #F85A16 !important;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn {
  padding: 10px 40px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #F85A16;
  color: #fff;
  border: 2px solid #F85A16 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f96c2f !important;
  border-color: #f96c2f !important;
  color: #fff;
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F85A16;
}
.row-pb-md {
  padding-bottom: 4em !important;
}
.row-pb-sm {
  padding-bottom: 2em !important;
}
.js .animate-box {
  opacity: 0;
}
.blind {
  display: none;
}
.noclick {
  pointer-events: none;
  background-color: #cac6c4a3 !important;
  border: 2px solid #ffffff !important;
}

.submit{
  margin-top: 20px;
}
/*mailform*/
.mfp_err{
  color: #c80b0b;
  margin-top: 5px;
  font-size: 13px;
}
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
}
div#mfp_loading,div#mfp_loading_screen,div#mfp_overlay_background,div#mfp_overlay{
  display: none;
}
