@charset "UTF-8";
/*----------------------------------------
  共通
----------------------------------------*/
body {
  overflow: hidden;
  margin-bottom: 110px;
}

#contentArea {
  font-weight: 500;
  background-color: #ffffff;
}

.inner {
  width: 980px;
  height: auto;
  font-weight: 500;
  margin: 0 auto;
}

sup {
  font-size: 10px;
  font-size: 1rem;
}

/*----------------------------------------
  header
----------------------------------------*/
#typeBase header {
  position: relative;
  height: 60px;
  font-weight: 500;
  background-color: #fff;
}
#typeBase header .logo {
  position: absolute;
  left: 9px;
  top: 8px;
}
#typeBase header .logo:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#typeBase header .logo a {
  display: block;
  float: left;
  width: 178px;
}
#typeBase header .logo img {
  width: 100%;
  height: auto;
}
#typeBase header .logo span {
  float: left;
  display: block;
  color: #333333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin: 18px auto auto 12px;
}
#typeBase header .logo span br {
  display: none;
}
#typeBase header .deaderInner {
  position: relative;
  /* width: 980px; */
  height: 100%;
  margin: 0 auto;
}
#typeBase header .btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
#typeBase header .btn a {
  display: block;
  width: 258px;
  height: 44px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  background: #7cb742; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */ /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7cb742", endColorstr="#63a925",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 0 6px;
  margin: 0 auto;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase header .btn a:hover {
  opacity: 0.9;
}
#typeBase header .btn a .btnText {
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 22px;
}
#typeBase header .btn a .btnText::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 6px;
  background-image: url(../img/icon_arrow_white_small.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -4px;
}
#typeBase header .btn a:hover .btnText::before {
  -webkit-animation: sdb2 1.5s infinite;
          animation: sdb2 1.5s infinite;
}

/* ======================================
	cta-float
====================================== */
#typeBase .cta-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#typeBase .cta-float * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .cta-float.active {
  opacity: 1;
  visibility: visible;
}
#typeBase .cta-float-inner {
  background: rgba(0, 127, 195, 0.9);
  padding: 12px;
  width: 100%;
  position: relative;
}
#typeBase .cta-float .cta-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#typeBase .cta-float .cta-item {
  max-width: 470px;
  width: 49%;
}
#typeBase .cta-float .cta-item:first-child {
  margin-right: 2%;
}

@media screen and (max-width: 599px) {
  #typeBase .cta-float-inner {
    padding: 0;
    background: #fff;
  }
  #typeBase .cta-float .cta-item {
    width: 50%;
  }
  #typeBase .cta-float .cta-item:first-child {
    margin: 0;
  }
  #typeBase .cta-float .btn {
    border-radius: 0;
    border: none;
    line-height: 1.2;
    padding: 12px 0;
    height: 63px;
  }
  #typeBase .cta-float .btn span {
    padding-right: 16px;
  }
  #typeBase .cta-float .btn::after {
    right: 15px;
  }
}
#typeBase .cta-float .sp,
#typeBase .cta-float .tb,
#typeBase .cta-float .pc {
  display: none;
}

@media screen and (max-width: 599px) {
  #typeBase .cta-float .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  #typeBase .cta-float .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #typeBase .cta-float .tb {
    display: none;
  }
  #typeBase .cta-float .pc {
    display: inherit;
  }
}
#typeBase a.cta-float-btn {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  max-width: 470px;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
#typeBase a.cta-float-btn:hover {
  opacity: 0.9;
}
#typeBase a.cta-float-btn:hover .--inner::before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#typeBase a.cta-float-btn .--inner {
  padding-right: 26px;
  position: relative;
}
#typeBase a.cta-float-btn .--inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 8px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -6px;
}
#typeBase a.cta-float-btn-dl {
  color: #007fc3;
  background: #fff;
}
#typeBase a.cta-float-btn-dl .--inner::before {
  background-image: url(../img/icon_arrow_blue.png);
}

@media screen and (min-width: 600px) {
  #typeBase a.cta-float-btn {
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #typeBase a.cta-float-btn {
    padding: 10px 0;
    font-size: 2rem;
    height: 48px;
  }
}
/* ======================================
	pageTop
====================================== */
#typeBase #toTopBtn {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  top: -42px;
  background-color: #007fc3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
#typeBase #toTopBtn.active {
  opacity: 1;
  visibility: visible;
}
#typeBase #toTopBtn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
  #typeBase #toTopBtn {
    width: 65px;
    height: 65px;
    top: -65px;
  }
}
@media screen and (min-width: 768px) {
  #typeBase #toTopBtn {
    bottom: 103px;
  }
}
/*----------------------------------------
  secTtl
----------------------------------------*/
#typeBase .secTtl {
  background: #007fc3;
  color: #ffffff;
  font-size: 4.8rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
  padding: 48px 20px;
}
#typeBase .secTtl .yellowText {
  display: inline-block;
  color: #fff100;
}
#typeBase .t-s {
  display: inline-block;
  font-size: 0.8em;
}

/*----------------------------------------
  mv
----------------------------------------*/
#typeBase {
  /* 共通 */
}
#typeBase .p-mv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .p-mv__main {
  padding: 30px 30px 45px;
  text-align: center;
}
#typeBase .u-main-bg {
  background: #007FC3;
  position: relative;
  overflow: hidden;
}
#typeBase .u-main-bg::before {
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-left-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  right: 58%;
}
#typeBase .u-main-bg::after {
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-right-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  left: 60%;
}
#typeBase .u-main-bg__inner {
  position: relative;
  z-index: 1;
}
#typeBase .mv-ttl {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 135%;
}
#typeBase .mv-ttl span {
  font-size: 2em;
  line-height: 1;
}
#typeBase .mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
}
#typeBase .mv-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px 10px;
  max-width: 360px;
  width: 100%;
}
#typeBase .mv-item:not(:last-child) {
  margin-right: 25px;
}
#typeBase .mv-item-num span {
  color: #007fc3;
  background: #fff100;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 5px 28px 4px;
  border-radius: 16px;
  position: relative;
}
#typeBase .mv-item-num span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff100 transparent transparent transparent;
  border-width: 8px 9px 0px 9px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#typeBase .mv-item-txt {
  color: #007fc3;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin: 23px 0 12px;
}
#typeBase .mv-item-txt .--l {
  font-size: 1.4em;
}
#typeBase .mv-item-txt .--dots {
  background-image: radial-gradient(circle at center, #007fc3 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.45em;
}

@media screen and (max-width: 1100px) {
  #typeBase .mv-ttl {
    font-size: 44px;
  }
  #typeBase .mv-item-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #typeBase .p-mv__main {
    background-position: center left -20%, center right -20%, center;
    padding: 20px 20px 30px;
  }
  #typeBase .mv-ttl {
    font-size: 36px;
  }
  #typeBase .mv-ttl span {
    font-size: 1.8em;
  }
  #typeBase .mv-list {
    display: block;
  }
  #typeBase .mv-item {
    margin: 15px auto;
    padding: 12px;
  }
  #typeBase .mv-item:not(:last-child) {
    margin: 15px auto;
  }
  #typeBase .mv-item-txt {
    margin: 18px 0 7px;
  }
}
@media screen and (max-width: 900px) {
  #typeBase .mv-list {
    margin: 20px 0 0;
  }
  #typeBase .mv-item-num span {
    font-size: 14px;
  }
  #typeBase .p-reason__wrap {
    padding-top: 50px;
  }
  #typeBase .p-mv__bottom .c-cv-btn > * {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  #typeBase .u-main-bg::before {
    width: 200px;
    height: 200px;
    background-image: url(../img/left-bg-sp.webp);
    top: 0;
    -webkit-transform: initial;
            transform: initial;
    right: initial;
    left: 0;
  }
  #typeBase .u-main-bg::after {
    width: 200px;
    height: 200px;
    background-image: url(../img/right-bg-sp.webp);
    top: initial;
    bottom: 0;
    -webkit-transform: initial;
            transform: initial;
    left: initial;
    right: 0;
  }
}
/*----------------------------------------
  freeTrialArea
----------------------------------------*/
#typeBase .freeTrialArea {
  padding: 30px 0 15px;
}
#typeBase .freeTrialArea .btnBox {
  position: relative;
  background-color: #ffffff;
  padding: 0 150px;
  border-radius: 4px;
}
#typeBase .freeTrialArea .btnBox .title {
  position: relative;
  color: #007fc3;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
}
#typeBase .freeTrialArea .btnBox .caption {
  color: #007fc3;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  margin-bottom: 15px;
}
#typeBase .freeTrialArea .btnBox .btn {
  position: relative;
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  z-index: 1;
}
#typeBase .freeTrialArea .btnBox .btn .speechBalloon {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 120px;
  height: 50px;
  color: #333333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  background-color: #fff100;
  padding: 14px 0 13px 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#typeBase .freeTrialArea .btnBox .btn .speechBalloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0px 0 22px;
  border-color: #fff100 transparent transparent transparent;
}
#typeBase .freeTrialArea .btnBox .btn a {
  display: block;
  width: 552px;
  height: 96px;
  color: #ffffff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 96px;
  text-align: center;
  text-decoration: none;
  background: #7cb742; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */ /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7cb742", endColorstr="#63a925",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 0 6px;
  margin: 0 auto 25px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .freeTrialArea .btnBox .btn a:hover {
  opacity: 0.9;
}
#typeBase .freeTrialArea .btnBox .btn a .btnText {
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 35px;
}
#typeBase .freeTrialArea .btnBox .btn a .btnText::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 11px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -3px;
}
#typeBase .freeTrialArea .btnBox .btn a:hover .btnText::before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#typeBase .freeTrialArea .btnBox .btn a .btnText span {
  font-size: 30px;
  font-size: 3rem;
}
#typeBase .freeTrialArea .btnBox .note {
  color: #007fc3;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}
#typeBase .freeTrialArea-note li {
  text-align: right;
}
#typeBase .freeTrialArea .contactUs {
  text-align: center;
}
#typeBase .freeTrialArea .contactUs a {
  display: inline-block;
  position: relative;
  height: 100%;
  color: #007fc3;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1em;
  padding-right: 22px;
}
#typeBase .freeTrialArea .contactUs a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 6px;
  background-image: url(../img/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -4px;
}

@media screen and (max-width: 992px) {
  #typeBase .freeTrialArea .btnBox .btn {
    max-width: 552px;
    margin: 0 auto;
  }
}
/*----------------------------------------
  feature
----------------------------------------*/
#typeBase .feature {
  padding: 0 0 40px;
}
#typeBase .feature * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .feature .secTtl {
  margin-bottom: 42px;
}
#typeBase .featureTtl {
  text-align: center;
  color: #007fc3;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
#typeBase .featureTtl sup {
  font-size: 0.5em;
}
#typeBase .featureSubTtl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.5em;
}
#typeBase .featureGraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
#typeBase .featureGraph li:not(:last-child) {
  margin-right: 24px;
  max-width: 360px;
}
#typeBase .featureGraph li img {
  width: 100%;
}
#typeBase .featureGraph-ttl {
  text-align: center;
  color: #007fc3;
  font-weight: 500;
  font-size: 3rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 46px;
}
#typeBase .featureGraph li:last-child .featureGraph-ttl {
  margin-bottom: 20px;
}
#typeBase .featureGraph li:not(:last-child) .featureGraph-img {
  min-height: 225px;
}
#typeBase .featureGraph-note {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  #typeBase .feature .inner {
    width: auto;
    margin: 0 15px;
  }
  #typeBase .feature .secTtl {
    margin-bottom: 24px;
  }
  #typeBase .featureTtl {
    font-size: 2.6rem;
  }
  #typeBase .featureSubTtl {
    font-size: 1.6rem;
  }
  #typeBase .featureGraph {
    display: block;
  }
  #typeBase .featureGraph li {
    margin: 0 auto 20px;
    max-width: 400px;
    width: 100%;
  }
  #typeBase .featureGraph li:not(:last-child) {
    margin: 0 auto 40px;
  }
  #typeBase .featureGraph li:nth-child(3) {
    max-width: 240px;
    width: 62%;
  }
  #typeBase .featureGraph-ttl {
    margin-bottom: 20px;
  }
  #typeBase .featureGraph li:not(:last-child) .featureGraph-img {
    min-height: auto;
    margin-bottom: 10px;
  }
}
/*----------------------------------------
  plan
----------------------------------------*/
#typeBase .plan {
  background: #f2f2f2;
  padding: 0 0 45px;
}
#typeBase .planLead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 35px;
}
#typeBase .planLead .cl-blue {
  color: #007fc3;
  font-weight: bold;
}
#typeBase .planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
#typeBase .planItem {
  background: #fff;
  max-width: 470px;
  width: 49%;
  border-radius: 6px;
  position: relative;
}
#typeBase .planItemSubTtl {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 350px;
  padding: 5px 6px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .planItemSubTtl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #7bb642 transparent transparent transparent;
  border-width: 13px 10.5px 0px 10.5px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#typeBase .planItemSh {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #007fc3;
  padding: 45px 0 0;
}
#typeBase .planItemBody {
  padding: 20px 25px 0;
}
#typeBase .planItemCont {
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .planItemBody .planItemCont:first-child {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#typeBase .planItemBody .planItemCont:last-child {
  padding-top: 0;
}
#typeBase .planItemContTtl {
  text-align: center;
  color: #007fc3;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#typeBase .planItemContTxt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
  min-height: 50px;
}
#typeBase .planItemContTxt span {
  font-weight: 700;
  background: #fff104;
}
#typeBase .planItemContImg {
  text-align: center;
  height: 237px;
  margin: 5px 0 10px;
}
#typeBase .planItemContImg img {
  height: 100%;
  max-width: 100%;
}
#typeBase .planItemContImg1 {
  padding-right: 30px;
}
#typeBase .planItemWrap {
  background: #f0f7fb;
  border-radius: 16px;
  padding: 15px 25px 12px;
}
#typeBase .planItemWrapTtl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#typeBase .planItemWrapList li {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 5px 0 5px 30px;
  position: relative;
}
#typeBase .planItemWrapList li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 18px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_plan01.svg) no-repeat center center/100%;
}
@media screen and (max-width: 992px) {
  #typeBase .planItemContImg img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #typeBase .plan {
    padding: 0 0 30px;
  }
  #typeBase .planLead {
    font-size: 1.4rem;
    margin: 0 15px;
  }
  #typeBase .planList {
    display: block;
    margin: 0 15px;
  }
  #typeBase .planItem {
    width: 100%;
    margin: 50px auto 0;
  }
  #typeBase .planItemSubTtl {
    font-size: 1.6rem;
    max-width: 280px;
    padding: 3px 6px 5px;
  }
  #typeBase .planItemSh {
    font-size: 2rem;
  }
  #typeBase .planItemBody {
    padding: 15px 15px 0;
  }
  #typeBase .planItemContImg {
    margin: 25px 0 0;
  }
  #typeBase .planItemContTtl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #typeBase .planItemContTxt {
    font-size: 1.4rem;
  }
  #typeBase .planItemContImg {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  #typeBase .planItemWrap {
    padding: 15px;
  }
  #typeBase .planItemWrapTtl {
    font-size: 1.5rem;
  }
  #typeBase .planItemWrapList li {
    font-size: 1.5rem;
    padding: 4px 0 4px 24px;
  }
  #typeBase .planItemWrapList li::before {
    width: 16px;
  }
}

/*----------------------------------------
  offer
----------------------------------------*/
#typeBase .offer {
  padding-bottom: 40px;
}
#typeBase .offer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .offer-img {
  margin: 30px auto 0;
}
#typeBase .offer-img img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  #typeBase .offer {
    padding-bottom: 30px;
  }
  #typeBase .offer .planLead {
    margin: 0;
  }
  #typeBase .offer .inner {
    padding: 0 15px;
  }
  #typeBase .offer-img {
    margin: 30px auto 5px;
  }
}

/*----------------------------------------
  cv
----------------------------------------*/
#typeBase .cv {
  padding: 40px 0 50px;
  background: #8fbad9;
}
#typeBase .cvTtl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 3.4rem;
  text-shadow: 0 0 10px #0084b2;
}
#typeBase .cvList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
#typeBase .cvItem {
  background: #fff;
  border-radius: 4px;
  max-width: 470px;
  width: 49%;
  padding: 22px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .cvItemImg {
  max-width: 274px;
  width: 100%;
  margin: 0 auto 12px;
}
#typeBase .cvItemImg img {
  width: 100%;
}
#typeBase .cvItemTxt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#typeBase a.cvBtn {
  border-radius: 10px;
  color: #fff;
  background: #7cb742;
  display: block;
  text-align: center;
  font-size: 2.6rem;
  padding: 15px 5px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
#typeBase a.cvBtn:hover {
  text-decoration: none;
  opacity: 0.9;
}
#typeBase a.cvBtn.--dl {
  background: #28aac3;
}
#typeBase .cvBtnInline {
  padding-right: 26px;
  position: relative;
}
#typeBase .cvBtnInline:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 21px;
  height: 8px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -3px;
}
#typeBase a.cvBtn:hover .cvBtnInline:before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#typeBase .cvBtnInline .small {
  font-size: 0.8em;
}
@media screen and (max-width: 992px) {
  #typeBase .cv {
    padding: 30px 0;
  }
  #typeBase .cvTtl {
    font-size: 2.2rem;
    margin: 0 15px;
  }
  #typeBase .cvList {
    display: block;
    margin: 0 15px;
  }
  #typeBase .cvItem {
    width: 100%;
    margin: 20px auto;
    padding: 20px 25px;
  }
  #typeBase .cvItemImg {
    width: 80%;
  }
  #typeBase .cvItemTxt {
    font-size: 1.6rem;
  }
  #typeBase a.cvBtn {
    font-size: 1.8rem;
  }
  #typeBase .cvBtnInline {
    padding-right: 22px;
  }
  #typeBase .cvBtnInline:before {
    width: 18px;
  }
}

/*----------------------------------------
  threeReasonsArea
----------------------------------------*/
#typeBase .threeReasonsArea {
  margin-bottom: 80px;
}
#typeBase .threeReasonsArea ul li {
  position: relative;
  width: 100%;
  height: auto;
}
#typeBase .threeReasonsArea ul li:not(:last-child) {
  margin-bottom: 80px;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) {
  min-height: 397px;
}
#typeBase .threeReasonsArea ul li:nth-child(even) {
  min-height: 305px;
}
#typeBase .threeReasonsArea ul li .imgArea {
  position: absolute;
  top: 0;
  width: 608px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) .imgArea {
  left: 0;
}
#typeBase .threeReasonsArea ul li:nth-child(even) .imgArea {
  right: 0;
  width: 490px;
}
#typeBase .threeReasonsArea ul li .imgArea img {
  display: block;
  width: 100%;
  height: auto;
}
#typeBase .threeReasonsArea ul li .textArea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) .textArea {
  width: 392px;
  min-height: 397px;
  padding-left: 40px;
  margin: 0 0 0 auto;
}
#typeBase .threeReasonsArea ul li:nth-child(even) .textArea {
  width: 490px;
  min-height: 305px;
  padding-right: 40px;
  margin: 0 auto 0 0;
}
#typeBase .threeReasonsArea ul li .textArea h3 {
  color: #007fc3;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
#typeBase .threeReasonsArea ul li .textArea .point {
  position: relative;
  color: #007fc3;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1em;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .point {
  text-align: right;
  margin: 0 0 15px auto;
}
#typeBase .threeReasonsArea ul li:nth-child(even) .textArea .point {
  text-align: left;
  margin: 0 auto 15px 0;
}
#typeBase .threeReasonsArea ul li .textArea .point::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: -1px;
  z-index: -1;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .point::after {
  right: 0;
  width: 405px;
}
#typeBase .threeReasonsArea ul li:nth-child(even) .textArea .point::after {
  left: 0;
  width: 555px;
}
#typeBase .threeReasonsArea ul li .textArea .point p {
  width: 85px;
  background-color: #ffffff;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .point p {
  text-align: right;
  margin: 0 0 20px auto;
}
#typeBase .threeReasonsArea ul li:nth-child(even) .textArea .point p {
  text-align: left;
  margin: 0 auto 25px 0;
}
#typeBase .threeReasonsArea ul li .textArea .point span {
  display: inline-block;
  margin-left: 5px;
}
#typeBase .threeReasonsArea ul li .textArea .text {
  color: #515151;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 8px;
}
#typeBase .threeReasonsArea ul li .annotation {
  color: #515151;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
#typeBase .threeReasonsArea ul li .textArea .iconImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .iconImg {
  text-align: left;
  padding-left: 40px;
}
#typeBase .threeReasonsArea ul li:nth-child(even) .textArea .iconImg {
  text-align: right;
  padding-right: 60px;
}
#typeBase .threeReasonsArea ul li .textArea .iconImg img {
  display: inline-block;
}

/*----------------------------------------
  yourRecruitmentArea
----------------------------------------*/
#typeBase .yourRecruitmentArea {
  margin-bottom: 70px;
}
#typeBase .yourRecruitmentArea ul {
  padding: 0 40px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#typeBase .yourRecruitmentArea ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#typeBase .yourRecruitmentArea ul li {
  /* float: left; */
  width: 420px;
  opacity: 0;
}
#typeBase .yourRecruitmentArea ul li:not(:nth-last-child(-n+2)) {
  margin-bottom: 40px;
}
#typeBase .yourRecruitmentArea ul li:nth-child(even) {
  margin-left: 60px;
}
#typeBase .yourRecruitmentArea ul li:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
#typeBase .yourRecruitmentArea ul li:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
#typeBase .yourRecruitmentArea ul li:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.8s;
  transition: all 0.5s ease-out 0.8s;
}
#typeBase .yourRecruitmentArea ul li:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 1.1s;
  transition: all 0.5s ease-out 1.1s;
}
#typeBase .yourRecruitmentArea ul li dl.textArea {
  position: relative;
  padding-top: 156px;
}
#typeBase .yourRecruitmentArea ul li dl.textArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 148px auto;
}
#typeBase .yourRecruitmentArea ul li:nth-child(1) dl.textArea::before {
  background-image: url(../img/your_recruitment_icon04.png);
}
#typeBase .yourRecruitmentArea ul li:nth-child(2) dl.textArea::before {
  background-image: url(../img/your_recruitment_icon01.png);
}
#typeBase .yourRecruitmentArea ul li:nth-child(3) dl.textArea::before {
  background-image: url(../img/your_recruitment_icon03.png);
}
#typeBase .yourRecruitmentArea ul li:nth-child(4) dl.textArea::before {
  background-image: url(../img/your_recruitment_icon02.png);
}
#typeBase .yourRecruitmentArea ul li dl.textArea dt {
  color: #007fc3;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
  min-height: 91px;
}
#typeBase .yourRecruitmentArea ul li dl.textArea dd {
  color: #505050;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

/*----------------------------------------
  companyVoiceArea
----------------------------------------*/
#typeBase .companyVoiceArea {
  background-color: #f2f2f2;
  padding: 0 0 90px;
}
#typeBase .companyVoiceArea .secTtl {
  margin-bottom: 56px;
}
#typeBase .companyVoiceArea ul li {
  position: relative;
  width: 100%;
  height: auto;
}
#typeBase .companyVoiceArea ul li:not(:last-child) {
  margin-bottom: 70px;
}
#typeBase .companyVoiceArea ul li .imgArea {
  position: absolute;
  top: 0;
  width: 490px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
#typeBase .companyVoiceArea ul li:nth-child(odd) .imgArea {
  left: 0;
}
#typeBase .companyVoiceArea ul li:nth-child(even) .imgArea {
  right: 0;
}
#typeBase .companyVoiceArea ul li .imgArea img {
  display: block;
  width: 100%;
  height: auto;
}
#typeBase .companyVoiceArea ul li .textArea {
  position: relative;
  width: 490px;
  min-height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#typeBase .companyVoiceArea ul li:nth-child(odd) .textArea {
  padding: 0 20px 0 30px;
  margin: 0 0 0 auto;
}
#typeBase .companyVoiceArea ul li:nth-child(even) .textArea {
  padding: 0 30px 0 20px;
  margin: 0 auto 0 0;
}
#typeBase .companyVoiceArea ul li .textArea h3 {
  color: #007fc3;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}
#typeBase .companyVoiceArea ul li .textArea .case {
  position: relative;
  color: #007fc3;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1em;
}
#typeBase .companyVoiceArea ul li .textArea .case::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 505px;
  height: 1px;
  background-color: #d0d0d0;
  margin-top: -1px;
  z-index: -1;
}
#typeBase .companyVoiceArea ul li:nth-child(odd) .textArea .case::after {
  right: 0;
}
#typeBase .companyVoiceArea ul li:nth-child(even) .textArea .case::after {
  left: 0;
}
#typeBase .companyVoiceArea ul li .textArea .case p {
  width: 85px;
  background-color: #f2f2f2;
}
#typeBase .companyVoiceArea ul li:nth-child(odd) .textArea .case p {
  text-align: right;
  margin: 0 0 20px auto;
}
#typeBase .companyVoiceArea ul li:nth-child(even) .textArea .case p {
  text-align: left;
  margin: 0 auto 25px 0;
}
#typeBase .companyVoiceArea ul li .textArea .case span {
  display: inline-block;
  margin-left: 5px;
}
#typeBase .companyVoiceArea ul li .textArea .text {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 8px;
}

/*----------------------------------------
  faqArea
----------------------------------------*/
#typeBase .faqArea {
  margin-bottom: 56px;
}
#typeBase .faqArea ul li {
  border: 1px solid #d9d9d9;
  padding: 40px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
#typeBase .faqArea ul li:not(:last-child) {
  margin-bottom: 30px;
}
#typeBase .faqArea ul li dl dt {
  color: #007fc3;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
#typeBase .faqArea ul li dl dt span {
  font-size: 46px;
  font-size: 4.6rem;
}
#typeBase .faqArea ul li dl dd .answer {
  color: #c34900;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-indent: -55px;
  padding-left: 55px;
  margin-bottom: 20px;
}
#typeBase .faqArea ul li dl dd .answer span {
  font-size: 46px;
  font-size: 4.6rem;
}
#typeBase .faqArea ul li dl dd .note {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-left: 55px;
}

/*----------------------------------------
  serviceContentsArea
----------------------------------------*/
#typeBase .serviceContentsArea {
  background-color: #f2f2f2;
  padding: 0 0 72px;
}
#typeBase .serviceContentsArea .secTtl {
  margin-bottom: 45px;
}
#typeBase .serviceContentsArea table {
  border-collapse: separate;
}
#typeBase .serviceContentsArea table tr th, #typeBase .serviceContentsArea table tr td {
  height: 50px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .serviceContentsArea table tr:first-child th {
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  background-color: #f6f6f6;
}
#typeBase .serviceContentsArea table tr:first-child th:nth-child(2) {
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-radius: 5px 0 0 0;
}
#typeBase .serviceContentsArea table tr:first-child th:nth-child(3) {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 5px 0 0;
}
#typeBase .serviceContentsArea table tr:last-child th:nth-child(1) {
  border-radius: 0 0 0 5px;
}
#typeBase .serviceContentsArea table tr:last-child td:nth-child(3) {
  border-radius: 0 0 5px 0;
}
#typeBase .serviceContentsArea table tr:first-child th, #typeBase .serviceContentsArea table tr:last-child th {
  height: 70px;
}
#typeBase .serviceContentsArea table tr:first-child th:nth-child(1) {
  width: 286px;
}
#typeBase .serviceContentsArea table tr:first-child th:nth-child(2), #typeBase .serviceContentsArea table tr:first-child th:nth-child(3) {
  width: 347px;
}
#typeBase .serviceContentsArea table tr:not(:first-child) th {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1px;
  border: solid #6dacce;
  border-width: 0 0 1px 1px;
  background-color: #007fc3;
}
#typeBase .serviceContentsArea table tr:nth-child(2) th {
  border-width: 1px 0 1px 1px;
  border-radius: 5px 0 0 0;
}
#typeBase .serviceContentsArea table tr th.noStyle {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
#typeBase .serviceContentsArea table tr th.w60 {
  width: 60px;
}
#typeBase .serviceContentsArea table tr th.textSmall {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 10px;
}
#typeBase .serviceContentsArea table tr th.textSmall.textTwoRow {
  line-height: 1.4;
}
#typeBase .serviceContentsArea table tr td {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: solid #d9d9d9;
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
}
#typeBase .serviceContentsArea table tr td:nth-child(2), #typeBase .serviceContentsArea table tr:nth-child(4) td:nth-child(3) {
  border-width: 0 1px 1px 1px;
}
#typeBase .serviceContentsArea table tr td .note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
#typeBase .serviceContentsArea table tr td .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #007fc3;
  border-radius: 50%;
}
#typeBase .serviceContentsArea table tr td .hyphen {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
}
#typeBase .serviceContentsArea table tr td .hyphen::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
  margin-top: -1px;
}

/*----------------------------------------
  applicationFlow
----------------------------------------*/
#typeBase .applicationFlow {
  padding: 0 0 90px;
}
#typeBase .applicationFlow .secTtl {
  margin-bottom: 72px;
}
#typeBase .applicationFlow ul {
  margin-bottom: 20px;
  opacity: 1;
}
#typeBase .applicationFlow ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#typeBase .applicationFlow ul li {
  float: left;
  position: relative;
  width: 227px;
  height: 93px;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  background-color: #007fc3;
  padding: 17px 15px 0;
  border-radius: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
#typeBase .applicationFlow ul li:first-child, #typeBase .applicationFlow ul li:last-child {
  padding: 32px 15px 0;
}
#typeBase .applicationFlow ul li:not(:first-child) {
  margin-left: 24px;
}
#typeBase .applicationFlow ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 42px;
  height: 93px;
  background-image: url(../img/icon_flow_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 1;
}
#typeBase .applicationFlow ul li:last-child {
  border-radius: 5px;
}
#typeBase .applicationFlow ul li:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
  z-index: 3;
}
#typeBase .applicationFlow ul li:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.4s;
  transition: all 0.5s ease-out 0.4s;
  z-index: 2;
}
#typeBase .applicationFlow ul li:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.6s;
  transition: all 0.5s ease-out 0.6s;
  z-index: 1;
}
#typeBase .applicationFlow ul li:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 0.8s;
  transition: all 0.5s ease-out 0.8s;
  z-index: 0;
}
#typeBase .applicationFlow ul li:last-child br {
  display: none;
}
#typeBase .applicationFlow ul li .speechBalloon {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 96px;
  height: 40px;
  color: #333333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  background-color: #fff100;
  padding: 10px 0 8px 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#typeBase .applicationFlow ul li .speechBalloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 22px 0 0;
  border-color: #fff100 transparent transparent transparent;
}
#typeBase .applicationFlow .annotation {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}

/*----------------------------------------
  formArea
----------------------------------------*/
#typeBase {
  /* --------------------- マルケトフォーム --------------------- */
  /* 旧Edge対応 */
  /* IE対応 */
}
#typeBase .formArea {
  padding: 0 0 62px;
}
#typeBase .formArea .secTtl {
  margin-bottom: 62px;
}
#typeBase .formTtl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.77;
  margin-bottom: 35px;
}
#typeBase .formbox {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 60px;
  margin: 0 15px;
}
@media screen and (max-width: 599px) {
  #typeBase .formArea {
    padding: 0 0 40px;
  }
  #typeBase .formArea .secTtl {
    margin-bottom: 24px;
  }
  #typeBase .formbox {
    border-radius: 12px;
    padding: 30px 20px;
  }
  #typeBase .formTtl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#typeBase .mktoForm {
  width: 100% !important;
  max-width: 740px;
  margin: 0 auto;
}
#typeBase .mktoForm .mktoOffset {
  height: 0 !important;
  width: 0 !important;
}
#typeBase .mktoForm .mktoFieldDescriptor {
  margin-bottom: 30px !important;
  width: 100%;
}
#typeBase .mktoForm .mktoFieldWrap {
  width: 100%;
}
#typeBase .mktoForm .mktoFieldWrap select#M_Form_department {
  width: 280px !important;
}
#typeBase .mktoForm .mktoFieldWrap select:invalid {
  color: #888;
}
#typeBase .mktoForm .mktoLabel {
  font-size: 1.6rem;
  width: 245px !important;
  padding: 0 30px 0 15px;
  position: relative;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#typeBase .mktoForm .mktoAsterix {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #F42859 !important;
  line-height: 1;
  border: 1px solid #F42859;
  border-radius: 3px;
  padding: 1px 3px 2px !important;
  margin-right: 5px;
}
#typeBase .mktoForm .mktoField {
  width: 100% !important;
  max-width: 380px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px !important;
  border: 1px solid #d2d2d2 !important;
  padding: 0.6em 0.6em !important;
  font-size: 1.5rem !important;
}
#typeBase .mktoForm .mktoRequiredField input {
  background: #fef4f7;
}
#typeBase .mktoForm input[id=LastName],
#typeBase .mktoForm input[id=FirstName],
#typeBase .mktoForm input[id=pca_surname_kana],
#typeBase .mktoForm input[id=pca_firstname_kana] {
  width: 185px !important;
}
#typeBase .mktoForm input[type=checkbox] + label:before,
#typeBase .mktoForm input[type=radio] + label:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: -2em !important;
  top: 1.2em;
  left: 0;
}
#typeBase .mktoForm input[type=radio] + label:before {
  width: 1.4em !important;
  height: 1.4em !important;
}
#typeBase .mktoForm input[type=radio]:checked + label:before {
  background: none !important;
}
#typeBase .mktoForm input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #007fc3;
  left: 0.55em;
  margin-left: -2em !important;
  border-radius: 50%;
  bottom: 0.19em;
}
#typeBase .mktoForm input[type=checkbox] {
  opacity: 0;
}
#typeBase .mktoForm input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 1px 4px 1px #ddd;
          box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  border: 1px solid #BBDCF5;
  border-radius: 2px;
}
#typeBase .mktoForm input[type=checkbox] + label:before {
  width: 1.2em !important;
  height: 1.2em !important;
}
#typeBase .mktoForm input[type=checkbox]:checked + label:before {
  content: "" !important;
}
#typeBase .mktoForm input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid #007fc3;
  border-left: 0.2em solid #007fc3;
  left: 0.34em;
  margin-left: -2.1em !important;
  top: 1.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}
#typeBase .mktoForm input[type=checkbox]:checked + label:after {
  display: block;
}
#typeBase .mktoForm .mktoRadioList > label,
#typeBase .mktoForm .mktoCheckboxList > label {
  cursor: pointer;
  position: relative;
  margin-left: 1.8em;
  font-size: 1.5rem;
}
#typeBase .mktoForm label[id=LblFirstName],
#typeBase .mktoForm label[id=Lblpca_firstname_kana] {
  display: none;
}
#typeBase .mktoForm #LastNameField,
#typeBase .mktoForm #FirstNameField,
#typeBase .mktoForm #pca_surname_kanaField,
#typeBase .mktoForm #pca_firstname_kanaField {
  width: auto;
}
#typeBase .mktoForm textarea[rows="3"] {
  height: 7em !important;
}
#typeBase .mktoForm .mktoHtmlText {
  width: 100% !important;
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
#typeBase .mktoForm #emailNoteField .mktoHtmlText {
  margin: -28px 0 0 170px;
}
#typeBase .mktoForm #emailNoteField .mktoHtmlText span {
  color: #f42859 !important;
}
#typeBase .mktoForm #emailNoteField .mktoFormCol {
  min-height: auto;
}
#typeBase .mktoForm .mktoHtmlText a {
  color: #007FC3;
  padding: 0;
}
#typeBase .mktoForm .mktoHtmlText br {
  display: none;
}
#typeBase .mktoForm div.mktoLogicalField {
  width: auto !important;
}
#typeBase .mktoForm #Lblseminar_entry_terms {
  width: auto !important;
  padding-left: 0;
  cursor: pointer;
}
#typeBase .mktoForm #Lblseminar_entry_terms::before {
  border-color: #000;
}
#typeBase .mktoForm .mktoButtonWrap {
  text-align: center;
  height: 100%;
  display: inline-block;
  position: relative;
  margin-left: 0 !important;
  max-width: 480px;
}
#typeBase .mktoForm .mktoButtonWrap .mktoButton {
  background: #7cb742 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  font-size: 2.2rem !important;
  padding: 14px 78px !important;
  border-radius: 8px !important;
  color: #fff;
}
#typeBase .mktoForm .mktoButtonRow {
  display: block;
  text-align: center;
}
#typeBase .mktoForm input.mktoField.mktoInvalid,
#typeBase .mktoForm select.mktoField.mktoInvalid,
#typeBase .mktoForm textarea.mktoField.mktoInvalid {
  border: 1px solid #ddd !important;
}
#typeBase .mktoForm div.mktoLogicalField.mktoInvalid {
  border-color: transparent !important;
}
#typeBase .mktoError {
  right: auto !important;
  left: 45% !important;
}
#typeBase .mktoError .mktoErrorArrow {
  background: #F42859 !important;
  border: none !important;
}
#typeBase .mktoError .mktoErrorMsg {
  background: #F42859 !important;
  border: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 7px, inset #F42859 0 1px 0px !important;
          box-shadow: rgba(0, 0, 0, 0.4) 0 2px 7px, inset #F42859 0 1px 0px !important;
}
#typeBase .mktoMobileShow .mktoForm input[type=url],
#typeBase .mktoMobileShow .mktoForm input[type=text],
#typeBase .mktoMobileShow .mktoForm input[type=date],
#typeBase .mktoMobileShow .mktoForm input[type=tel],
#typeBase .mktoMobileShow .mktoForm input[type=email],
#typeBase .mktoMobileShow .mktoForm input[type=number],
#typeBase .mktoMobileShow .mktoForm textarea.mktoField,
#typeBase .mktoMobileShow .mktoForm select.mktoField {
  font-size: 1.5rem !important;
  height: 40px;
}
#typeBase .mktoMobileShow .mktoForm input[type=url].error,
#typeBase .mktoMobileShow .mktoForm input[type=text].error,
#typeBase .mktoMobileShow .mktoForm input[type=date].error,
#typeBase .mktoMobileShow .mktoForm input[type=tel].error,
#typeBase .mktoMobileShow .mktoForm input[type=email].error,
#typeBase .mktoMobileShow .mktoForm input[type=number].error,
#typeBase .mktoMobileShow .mktoForm textarea.mktoField.error,
#typeBase .mktoMobileShow .mktoForm select.mktoField.error {
  background: #ffdddd !important;
}
#typeBase input::-webkit-input-placeholder {
  color: #888;
}
#typeBase input::-moz-placeholder {
  color: #888;
}
#typeBase input:-ms-input-placeholder {
  color: #888;
}
#typeBase input::-ms-input-placeholder {
  color: #888;
}
#typeBase input::placeholder {
  color: #888;
}
#typeBase input::-ms-input-placeholder {
  color: #888;
}
#typeBase input:-ms-input-placeholder {
  color: #888;
}
@media screen and (max-width: 829px) {
  #typeBase .mktoForm {
    padding: 0 !important;
  }
  #typeBase .mktoForm .mktoFieldDescriptor {
    margin-bottom: 15px !important;
  }
  #typeBase .mktoForm .mktoFieldWrap select#M_Form_department {
    width: 100% !important;
  }
  #typeBase .mktoForm .mktoLabel {
    padding: 0 30px 0 0;
    width: 100% !important;
    font-size: 1.4rem;
    line-height: 1.8em !important;
  }
  #typeBase .mktoForm .mktoRequiredField .mktoLabel {
    padding: 0 0 0 34px;
  }
  #typeBase .mktoForm .mktoLabel#LblInquiryDetail__c {
    padding: 0 30px 0 0;
  }
  #typeBase .mktoForm .mktoLabel#Lblseminar_entry_online_kikitai {
    padding-left: 0;
  }
  #typeBase .mktoForm .mktoLabel strong {
    padding: 0 !important;
  }
  #typeBase .mktoForm .mktoAsterix {
    float: none;
    left: 0;
    right: auto;
    margin-top: 0;
    top: 5px;
    font-size: 1rem;
    padding: 3px 3px 1px !important;
  }
  #typeBase .mktoForm .mktoGutter {
    height: 0.5em !important;
  }
  #typeBase .mktoForm .mktoField {
    padding: 0.4em 0.4em !important;
    max-width: 100% !important;
  }
  #typeBase .mktoForm label[id=LblFirstName],
  #typeBase .mktoForm label[id=Lblpca_firstname_kana] {
    display: block;
    color: transparent !important;
  }
  #typeBase .mktoForm label[id=LblFirstName] .mktoAsterix,
  #typeBase .mktoForm label[id=Lblpca_firstname_kana] .mktoAsterix {
    display: none;
  }
  #typeBase .mktoForm input[type=url],
  #typeBase .mktoForm input[type=text],
  #typeBase .mktoForm input[type=date],
  #typeBase .mktoForm input[type=tel],
  #typeBase .mktoForm input[type=email],
  #typeBase .mktoForm input[type=number],
  #typeBase .mktoForm textarea.mktoField,
  #typeBase .mktoForm select.mktoField {
    height: auto !important;
  }
  #typeBase .mktoForm #LastNameField,
  #typeBase .mktoForm #FirstNameField,
  #typeBase .mktoForm #pca_surname_kanaField,
  #typeBase .mktoForm #pca_firstname_kanaField {
    width: 49% !important;
  }
  #typeBase .mktoForm #LastNameField .mktoGutter.mktoHasWidth,
  #typeBase .mktoForm #FirstNameField .mktoGutter.mktoHasWidth,
  #typeBase .mktoForm #pca_surname_kanaField .mktoGutter.mktoHasWidth,
  #typeBase .mktoForm #pca_firstname_kanaField .mktoGutter.mktoHasWidth {
    /* display: none; */
  }
  #typeBase .mktoForm #LastNameField,
  #typeBase .mktoForm #pca_surname_kanaField {
    margin-right: 5px;
  }
  #typeBase .mktoForm #FirstNameField .mktoFieldWrap,
  #typeBase .mktoForm #pca_firstname_kanaField .mktoFieldWrap {
    padding-top: 25px;
  }
  #typeBase .mktoForm #FirstName,
  #typeBase .mktoForm #LastName,
  #typeBase .mktoForm #pca_firstname_kana,
  #typeBase .mktoForm #pca_surname_kana {
    width: 100% !important;
  }
  #typeBase .mktoForm #Lblseminar_entry_terms {
    padding-left: 30px;
  }
  #typeBase .mktoError {
    left: 30px !important;
  }
  #typeBase .mktoMobileShow .mktoForm input[type=url],
  #typeBase .mktoMobileShow .mktoForm input[type=text],
  #typeBase .mktoMobileShow .mktoForm input[type=date],
  #typeBase .mktoMobileShow .mktoForm input[type=tel],
  #typeBase .mktoMobileShow .mktoForm input[type=email],
  #typeBase .mktoMobileShow .mktoForm input[type=number],
  #typeBase .mktoMobileShow .mktoForm textarea.mktoField,
  #typeBase .mktoMobileShow .mktoForm select.mktoField {
    height: 35px !important;
  }
  #typeBase .mktoForm .mktoHtmlText {
    font-size: 1.2rem;
  }
  #typeBase .mktoForm #emailNoteField .mktoHtmlText {
    margin: -10px 0 0 0;
  }
  #typeBase .mktoForm .mktoButtonWrap {
    max-width: 380px;
  }
  #typeBase .mktoForm .mktoButtonWrap .mktoButton {
    font-size: 1.6rem !important;
    padding: 20px 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  #typeBase .mktoForm .mktoLabel {
    margin-bottom: 2px;
  }
  #typeBase .mktoForm #LastNameField,
  #typeBase .mktoForm #FirstNameField,
  #typeBase .mktoForm #pca_surname_kanaField,
  #typeBase .mktoForm #pca_firstname_kanaField {
    float: left !important;
    clear: none !important;
  }
}
@media screen and (min-width: 830px) {
  #typeBase .mktoForm #Lblseminar_entry_terms .mktoAsterix {
    margin-top: 0;
  }
  #typeBase #LastNameField .mktoError {
    left: 65% !important;
  }
  #typeBase #FirstNameField .mktoError {
    left: 15% !important;
  }
  #typeBase #mktoCheckbox_22761_3Field .mktoLogicalField { /* お問い合わせ内容 */
    margin-top: -15px;
  }
}
@media print, screen and (min-width: 1100px) {
  #typeBase .mktoForm .mktoField {
    max-width: 480px !important;
  }
  #typeBase .mktoForm input[id=LastName],
  #typeBase .mktoForm input[id=FirstName],
  #typeBase .mktoForm input[id=pca_surname_kana],
  #typeBase .mktoForm input[id=pca_firstname_kana] {
    width: 236px !important;
  }
}

/*----------------------------------------
  footer
----------------------------------------*/
#typeBase .footer {
  position: relative;
  background-color: #fff;
  padding: 30px 15px 0;
  border-top: solid 1px #b7b7b7;
}
#typeBase .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#typeBase .footer-left-link {
  width: 55px;
}
#typeBase .footer-privacy {
  padding-left: 15px;
}
#typeBase .footer-privacy-text {
  font-size: 1.1rem;
  font-weight: 700;
}
#typeBase a.footer-privacy-link {
  display: inline-block;
  color: #202020;
  font-size: 1.1rem;
  text-decoration: underline;
}
#typeBase .footer-privacy-link .sp {
  display: none;
}
#typeBase .footer-int-link {
  display: block;
  width: 190px;
  margin: 0 auto;
}
#typeBase .footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 1rem;
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  #typeBase .footer {
    padding: 30px 15px 15px;
  }
  #typeBase .footer-left {
    margin-bottom: 0;
  }
  #typeBase .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #typeBase .footer-col {
    width: 50%;
  }
  #typeBase .footer-int-link {
    margin: 0 0 0 auto;
  }
}

/*--------------------------------------------------
  SP
--------------------------------------------------*/
@media screen and (max-width: 992px) {
  #typeBase {
    /*----------------------------------------
      共通
    ----------------------------------------*/
    /*----------------------------------------
      header
    ----------------------------------------*/
    /*----------------------------------------
      mainVisualArea
    ----------------------------------------*/
    /*----------------------------------------
      freeTrialArea
    ----------------------------------------*/
    /* type02, type03
    ------------------------------*/
    /* type02
    ------------------------------*/
    /*----------------------------------------
      easyForEveryoneArea
    ----------------------------------------*/
    /*----------------------------------------
      threeReasonsArea
    ----------------------------------------*/
    /*----------------------------------------
      yourRecruitmentArea
    ----------------------------------------*/
    /*----------------------------------------
      companyVoiceArea
    ----------------------------------------*/
    /*----------------------------------------
      faqArea
    ----------------------------------------*/
    /*----------------------------------------
    serviceContentsArea
    ----------------------------------------*/
    /*----------------------------------------
      applicationFlow
    ----------------------------------------*/
    /*----------------------------------------
      none
    ----------------------------------------*/
  }
  #typeBase .inner {
    width: 100%;
  }
  #typeBase header {
    height: 70px;
  }
  #typeBase header .deaderInner {
    width: 100%;
  }
  #typeBase header .logo {
    top: 18px;
    left: 10px;
  }
  #typeBase header .logo a {
    overflow: hidden;
    width: 80px;
  }
  #typeBase header .logo a img {
    width: auto;
    height: 28px;
  }
  #typeBase header .logo span {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0 auto auto 12px;
  }
  #typeBase header .logo span br {
    display: block;
  }
  #typeBase header .btn {
    top: 18px;
    right: 15px;
  }
  #typeBase header .btn a {
    font-size: 13px;
    font-size: 1.3rem;
    width: 180px;
    height: 32px;
    line-height: 34px;
  }
  #typeBase header .btn a .btnText {
    padding-right: 18px;
  }
  #typeBase header .btn a .btnText::before {
    width: 13px;
  }
  #typeBase header .btn a:hover .btnText::before {
    -webkit-animation: none;
            animation: none;
  }
  #typeBase .mainVisualArea {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 22px;
    background-color: rgb(0, 116, 178);
    background-image: url(../img/main_visual_photo_sp.png);
    background-repeat: no-repeat;
    background-position: top -105px left 0px;
    background-size: cover;
  }
  #typeBase .mainVisualArea h1 {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 29px;
    margin: 0 auto 18px;
  }
  #typeBase .mainVisualArea h1 img:nth-child(2) {
    display: block;
    width: 214px;
    height: auto;
    margin: 0 auto;
  }
  #typeBase .mainVisualArea .textBox {
    float: none;
    width: auto;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 18px 10px 18px;
    margin: 0 30px;
  }
  #typeBase .mainVisualArea .title {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #typeBase .mainVisualArea .familyLogo {
    margin: 0 38px 15px;
  }
  #typeBase .mainVisualArea .familyLogo img {
    width: 100%;
    height: auto;
    max-width: 366px;
  }
  #typeBase .mainVisualArea ul {
    width: 100%;
  }
  #typeBase .mainVisualArea ul li {
    width: 33.33%;
  }
  #typeBase .mainVisualArea ul li .icon {
    width: 46px;
    height: auto;
    margin: 0 auto 5px;
  }
  #typeBase .mainVisualArea ul li .icon img {
    width: 100%;
    height: auto;
  }
  #typeBase .mainVisualArea ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #typeBase .mainVisualArea .btn {
    width: 100%;
  }
  #typeBase .mainVisualArea .btn a {
    width: auto;
    height: 45px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 45px;
    margin: 0 12px;
  }
  #typeBase .mainVisualArea .btn a .btnText {
    padding-right: 22px;
    overflow: hidden;
  }
  #typeBase .mainVisualArea .btn a .btnText span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #typeBase .mainVisualArea .btn a .btnText::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 6px;
    background-image: url(../img/icon_arrow_white_small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-top: -4px;
  }
  #typeBase .mainVisualArea .btn a:hover .btnText::before {
    -webkit-animation: none;
            animation: none;
  }
  #typeBase .mainVisualArea .btn .speechBalloon {
    top: -15px;
    left: -24px;
    width: 60px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 0 5px 4px;
    border-radius: 5px;
  }
  #typeBase .mainVisualArea .btn .speechBalloon::before {
    bottom: -8px;
    border-width: 12px 0px 0 11px;
  }
  #typeBase .freeTrialArea {
    padding: 30px 15px 15px;
  }
  #typeBase .freeTrialArea .btnBox {
    padding: 0 18px;
  }
  #typeBase .freeTrialArea .btnBox .icon {
    top: -25px;
    left: -6px;
    width: 80px;
    height: 80px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 5px 0;
  }
  #typeBase .freeTrialArea .btnBox .icon span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #typeBase .freeTrialArea .btnBox .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #typeBase .freeTrialArea .btnBox .title::before {
    width: 100%;
  }
  #typeBase .freeTrialArea .btnBox .title span {
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0 6px 0 8px;
    z-index: 1;
  }
  #typeBase .freeTrialArea .btnBox .caption {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #typeBase .freeTrialArea .btnBox .caption span {
    display: block;
    margin-top: 5px;
  }
  #typeBase .freeTrialArea .btnBox .btn a {
    width: 100%;
    height: 54px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 54px;
    margin: 0 auto 15px;
  }
  #typeBase .freeTrialArea .btnBox .btn a .btnText {
    padding-right: 22px;
    overflow: hidden;
  }
  #typeBase .freeTrialArea .btnBox .btn a .btnText span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #typeBase .freeTrialArea .btnBox .btn a .btnText::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 6px;
    background-image: url(../img/icon_arrow_white_small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-top: -4px;
  }
  #typeBase .freeTrialArea .btnBox .btn a:hover .btnText::before {
    -webkit-animation: none;
            animation: none;
  }
  #typeBase .freeTrialArea .contactUs a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 16px;
  }
  #typeBase .freeTrialArea .contactUs a::before {
    width: 11px;
    margin-top: -3px;
  }
  #typeBase .freeTrialArea .btnBox .note {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #typeBase .freeTrialArea .btnBox .note span {
    display: block;
    margin-top: 5px;
  }
  #typeBase .freeTrialArea .btnBox .btn .speechBalloon {
    top: -20px;
    left: -29px;
    width: 60px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 0 5px 4px;
    border-radius: 5px;
  }
  #typeBase .freeTrialArea .btnBox .btn .speechBalloon::before {
    bottom: -8px;
    border-width: 12px 0px 0 11px;
  }
  #typeBase .freeTrialArea.type02, #typeBase .freeTrialArea.type03 {
    padding: 35px 15px 25px;
  }
  #typeBase .freeTrialArea.type02 {
    margin-bottom: 25px;
  }
  #typeBase .easyForEveryoneArea {
    padding: 30px 0 30px;
    margin-bottom: 30px;
  }
  #typeBase .secTtl {
    font-size: 2.4rem;
    padding: 20px 15px;
  }
  #typeBase .easyForEveryoneArea ul {
    margin: 0 15px;
  }
  #typeBase .easyForEveryoneArea ul li {
    float: none;
    width: 100%;
    padding: 15px 10px 15px 15px;
  }
  #typeBase .easyForEveryoneArea ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  #typeBase .easyForEveryoneArea ul li dl {
    position: relative;
    padding-left: 85px;
  }
  #typeBase .easyForEveryoneArea ul li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 2px;
  }
  #typeBase .easyForEveryoneArea ul li dl dd .imgArea {
    position: absolute;
    top: 50%;
    left: 0;
    width: 72px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #typeBase .easyForEveryoneArea ul li dl dd .imgArea img {
    width: 100%;
    height: auto;
  }
  #typeBase .easyForEveryoneArea ul li dl dd .textArea p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  #typeBase .threeReasonsArea {
    margin-bottom: 25px;
  }
  #typeBase .threeReasonsArea ul li:nth-child(odd),
  #typeBase .threeReasonsArea ul li:nth-child(even) {
    min-height: auto;
  }
  #typeBase .threeReasonsArea ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  #typeBase .threeReasonsArea ul li .imgArea {
    position: static;
    width: auto;
    margin: 0 15px 15px;
  }
  #typeBase .threeReasonsArea ul li:nth-child(even) .imgArea {
    width: auto;
  }
  #typeBase .threeReasonsArea ul li .textArea {
    width: auto;
    min-height: auto;
  }
  #typeBase .threeReasonsArea ul li:nth-child(odd) .textArea,
  #typeBase .threeReasonsArea ul li:nth-child(even) .textArea {
    width: auto;
    min-height: auto;
    padding: 0;
    margin: 0 15px;
  }
  #typeBase .threeReasonsArea ul li .textArea h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #typeBase .threeReasonsArea ul li .textArea .point {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .point::after,
  #typeBase .threeReasonsArea ul li:nth-child(even) .textArea .point::after {
    width: 100%;
  }
  #typeBase .threeReasonsArea ul li .textArea .point p {
    width: 75px;
  }
  #typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .point p,
  #typeBase .threeReasonsArea ul li:nth-child(even) .textArea .point p {
    text-align: right;
    margin: 0 0 10px auto;
  }
  #typeBase .threeReasonsArea ul li .textArea .textIconBox {
    position: relative;
    padding-left: 92px;
  }
  #typeBase .threeReasonsArea ul li .textArea .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  #typeBase .threeReasonsArea ul li .annotation {
    font-size: 10px;
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  #typeBase .threeReasonsArea ul li:nth-child(1) .annotation {
    margin: 0 15px;
  }
  #typeBase .threeReasonsArea ul li:nth-child(odd) .textArea .iconImg,
  #typeBase .threeReasonsArea ul li:nth-child(even) .textArea .iconImg {
    width: 80px;
    text-align: center;
    padding: 0;
  }
  #typeBase .threeReasonsArea ul li .textArea .iconImg {
    top: 5px;
    bottom: auto;
  }
  #typeBase .threeReasonsArea ul li .textArea .iconImg img {
    width: 100%;
    height: auto;
  }
  #typeBase .threeReasonsArea ul li:not(:first-child) .textArea .iconImg img {
    width: 70px;
  }
  #typeBase .yourRecruitmentArea {
    margin-bottom: 25px;
  }
  #typeBase .yourRecruitmentArea ul {
    padding: 0;
    display: block;
  }
  #typeBase .yourRecruitmentArea ul li {
    /* float: none; */
    position: relative;
    width: auto;
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(odd) {
    padding-right: 100px;
    margin: 0 15px 20px;
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(even) {
    padding-left: 100px;
    margin: 0 15px 20px;
  }
  #typeBase .yourRecruitmentArea ul li dl.textArea {
    padding-top: 0;
  }
  #typeBase .yourRecruitmentArea ul li dl.textArea dd {
    position: relative;
  }
  #typeBase .yourRecruitmentArea ul li dl.textArea dd::before {
    content: "";
    position: absolute;
    top: -14px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(1) dl.textArea dd::before {
    background-image: url(../img/your_recruitment_icon01.png);
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(2) dl.textArea dd::before {
    background-image: url(../img/your_recruitment_icon02.png);
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(3) dl.textArea dd::before {
    background-image: url(../img/your_recruitment_icon03.png);
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(4) dl.textArea dd::before {
    background-image: url(../img/your_recruitment_icon04.png);
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(odd) dl.textArea dd::before {
    right: -100px;
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(even) dl.textArea dd::before {
    left: -100px;
  }
  #typeBase .yourRecruitmentArea ul li dl.textArea dt {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: auto;
  }
  #typeBase .yourRecruitmentArea ul li dl.textArea dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #typeBase .companyVoiceArea {
    padding: 0 0 25px;
    margin-bottom: 0;
  }
  #typeBase .companyVoiceArea .secTtl {
    margin-bottom: 30px;
  }
  #typeBase .companyVoiceArea ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #typeBase .companyVoiceArea ul li .imgArea {
    position: static;
    width: auto;
    margin: 0 15px 15px;
  }
  #typeBase .companyVoiceArea ul li .textArea {
    width: auto;
    min-height: auto;
  }
  #typeBase .companyVoiceArea ul li:nth-child(odd) .textArea, #typeBase .companyVoiceArea ul li:nth-child(even) .textArea {
    padding: 0;
    margin: 0 15px;
  }
  #typeBase .companyVoiceArea ul li .textArea h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  #typeBase .companyVoiceArea ul li .textArea .case {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #typeBase .companyVoiceArea ul li .textArea .case::after {
    width: 100%;
  }
  #typeBase .companyVoiceArea ul li .textArea .case p {
    width: 75px;
  }
  #typeBase .companyVoiceArea ul li:nth-child(odd) .textArea .case p, #typeBase .companyVoiceArea ul li:nth-child(even) .textArea .case p {
    text-align: right;
    margin: 0 0 10px auto;
  }
  #typeBase .companyVoiceArea ul li .textArea .text {
    margin-bottom: 0;
  }
  #typeBase .companyVoiceArea ul li .textArea .text span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #typeBase .faqArea {
    margin-bottom: 30px;
  }
  #typeBase .faqArea ul {
    margin: 0 15px;
  }
  #typeBase .faqArea ul li {
    padding: 15px;
  }
  #typeBase .faqArea ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #typeBase .faqArea ul li dl dt, #typeBase .faqArea ul li dl dd .answer {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #typeBase .faqArea ul li dl dt span, #typeBase .faqArea ul li dl dd .answer span {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #typeBase .faqArea ul li dl dt {
    text-indent: -28px;
    padding: 0 0 10px 28px;
    margin-bottom: 10px;
  }
  #typeBase .faqArea ul li dl dd .answer {
    text-indent: -28px;
    padding-left: 28px;
    margin-bottom: 10px;
  }
  #typeBase .faqArea ul li dl dd .note {
    padding-left: 28px;
  }
  #typeBase .serviceContentsArea {
    padding: 0 0 30px;
  }
  #typeBase .serviceContentsArea .secTtl {
    margin-bottom: 30px;
  }
  #typeBase .serviceContentsArea table {
    margin: 0 15px;
  }
  #typeBase .serviceContentsArea table tr:first-child th {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #typeBase .serviceContentsArea table tr:not(:first-child) th {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #typeBase .serviceContentsArea table tr th.textSmall {
    width: 16%;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 5px;
  }
  #typeBase .serviceContentsArea table tr:first-child th:nth-child(1) {
    width: 30%;
    min-width: 110px;
  }
  #typeBase .serviceContentsArea table tr:first-child th:nth-child(2), #typeBase .serviceContentsArea table tr:first-child th:nth-child(3) {
    width: 35%;
  }
  #typeBase .serviceContentsArea table tr:first-child th, #typeBase .serviceContentsArea table tr:last-child th {
    height: auto;
    padding: 22px 5px;
  }
  #typeBase .serviceContentsArea table tr th, #typeBase .serviceContentsArea table tr td {
    height: auto;
    padding: 5px;
  }
  #typeBase .serviceContentsArea table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #typeBase .serviceContentsArea table tr td .note {
    font-size: 10px;
    font-size: 1rem;
  }
  #typeBase .serviceContentsArea table tr td .circle {
    width: 10px;
    height: 10px;
  }
  #typeBase .serviceContentsArea table tr td .hyphen {
    width: 12px;
    height: 10px;
  }
  #typeBase .serviceContentsArea table tr td .hyphen::before {
    height: 2px;
  }
  #typeBase .applicationFlow {
    padding: 0 0 25px;
  }
  #typeBase .applicationFlow .secTtl {
    margin-bottom: 40px;
  }
  #typeBase .applicationFlow ul {
    display: table;
    width: 100%;
    padding: 0 15px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #typeBase .applicationFlow ul li {
    display: table;
    width: 26%;
    height: 100px;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #typeBase .applicationFlow ul li:last-child {
    width: 22%;
  }
  #typeBase .applicationFlow ul li:not(:first-child),
  #typeBase .applicationFlow ul li:first-child, #typeBase .applicationFlow ul li:last-child {
    padding: 0;
  }
  #typeBase .applicationFlow ul li:not(:first-child) {
    margin: 0;
  }
  #typeBase .applicationFlow ul li:not(:last-child) {
    padding-right: 16px;
  }
  #typeBase .applicationFlow ul li .bgBox {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #007fc3;
    padding: 0 4px 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #typeBase .applicationFlow ul li .bgBox {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #007fc3;
  }
  #typeBase .applicationFlow ul li:not(:last-child) .bgBox {
    border-radius: 3px 0 0 3px;
  }
  #typeBase .applicationFlow ul li:last-child .bgBox {
    padding: 0 4px 0 4px;
    border-radius: 3px;
  }
  #typeBase .applicationFlow ul li:last-child br {
    display: block;
  }
  #typeBase .applicationFlow ul li:not(:last-child)::before {
    display: none;
  }
  #typeBase .applicationFlow ul li:not(:last-child) .bgBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 22px;
    height: 100px;
    background-image: url(../img/icon_flow_arrow_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 1;
  }
  #typeBase .applicationFlow ul li .speechBalloon {
    top: -15px;
    left: 5px;
    width: 55px;
    height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 0 4px 0;
    border-radius: 5px;
  }
  #typeBase .applicationFlow ul li .speechBalloon::before {
    bottom: -6px;
    border-width: 12px 11px 0 0;
  }
  #typeBase .applicationFlow .annotation {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 15px;
  }
  #typeBase .yourRecruitmentArea ul li:nth-child(1) dl.textArea::before,
  #typeBase .yourRecruitmentArea ul li:nth-child(2) dl.textArea::before,
  #typeBase .yourRecruitmentArea ul li:nth-child(3) dl.textArea::before,
  #typeBase .yourRecruitmentArea ul li:nth-child(4) dl.textArea::before {
    background: none;
  }
  #typeBase .freeTrialArea .btnBox .title::after,
  #typeBase .easyForEveryoneArea ul li dl dt br,
  #typeBase .threeReasonsArea ul li .textArea h3 br,
  #typeBase .mainVisualArea h1 img:nth-child(1) {
    display: none;
  }
}
/*--------------------------------------------------
  SP（iphone5対応）
--------------------------------------------------*/
@media screen and (max-width: 320px) {
  #typeBase {
    /*----------------------------------------
      mainVisualArea
    ----------------------------------------*/
    /*----------------------------------------
      freeTrialArea
    ----------------------------------------*/
    /*----------------------------------------
      applicationFlow
    ----------------------------------------*/
  }
  #typeBase header .logo {
    top: 11px;
  }
  #typeBase header .logo a {
    float: none;
  }
  #typeBase header .logo span {
    float: none;
    margin: 6px auto auto 0;
  }
  #typeBase header .logo span br {
    display: none;
  }
  #typeBase header .btn {
    right: 10px;
  }
  #typeBase .mainVisualArea .btn a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #typeBase .mainVisualArea .btn a .btnText span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #typeBase .mainVisualArea .btn .speechBalloon {
    top: -16px;
    left: -32px;
    width: 58px;
    font-size: 11px;
    font-size: 1.1rem;
    height: 22px;
    padding: 5px 0 4px 4px;
  }
  #typeBase .freeTrialArea .btnBox .caption {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #typeBase .freeTrialArea .btnBox .btn a {
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  #typeBase .freeTrialArea .btnBox .btn a .btnText span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #typeBase .applicationFlow ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

#typeBase {
  /*----------------------------------------
    fadeTarget
  ----------------------------------------*/
  /* active
  ------------------------------*/
  /* fadeInTop（フェードインしながら上へスライド）
  ------------------------------*/
  /* fadeInBottom（フェードインしながら下へスライド）
  ------------------------------*/
  /* fadeInLeft（フェードインしながら左へスライド）
  ------------------------------*/
  /* fadeInRight（フェードインしながら右へスライド）
  ------------------------------*/
  /*----------------------------------------
    keyframes
  ----------------------------------------*/
}
#typeBase .fadeTarget {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
#typeBase .fadeTarget.active,
#typeBase .yourRecruitmentArea ul.active li,
#typeBase .applicationFlow ul.active li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#typeBase .fadeInTop {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
#typeBase .fadeInBottom {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}
#typeBase .fadeInLeft {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
#typeBase .fadeInRight {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 0);
    opacity: 0;
  }
}
@keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 0);
    opacity: 0;
  }
}
@media screen and (min-width: 520px) {
  #typeBase br.sp520 {
    display: none;
  }
}
#typeBase .nopc {
  display: none;
}
#typeBase .nosp {
  display: block;
}
@media screen and (max-width: 992px) {
  #typeBase .nopc {
    display: block;
  }
  #typeBase .nosp {
    display: none;
  }
}

/* ================================================================= 
    type1
================================================================= */
#type1 {
  font-family: "Noto Sans JP", sans-serif;
  display: none;
  /* ======================================
  	cta-float
  ====================================== */
  /* ======================================
  	pageTop
  ====================================== */
  /*----------------------------------------
    secTtl
  ----------------------------------------*/
  /*----------------------------------------
    kv
  ----------------------------------------*/
  /* ----------- フォーム ----------- */
  /* ラベル label */
  /* 必須 */
  /*  */
  /* 氏名 input */
  /* 氏名（フリガナ） input */
  /* メールアドレス */
  /* テキスト */
  /* ボタン */
  /* 次へボタン */
  /* 戻るボタン */
  /* エラー */
  /*----------------------------------------
    about
  ----------------------------------------*/
  /*----------------------------------------
    compare
  ----------------------------------------*/
  /*----------------------------------------
    feature
  ----------------------------------------*/
  /*----------------------------------------
    plan
  ----------------------------------------*/
  /*----------------------------------------
    freeTrialArea
  ----------------------------------------*/
  /*----------------------------------------
    cv
  ----------------------------------------*/
  /*===========================================================================*/
  /*  trial  */
  /*===========================================================================*/
  /* ======================================
  	voice
  ====================================== */
  /*----------------------------------------
    faqArea
  ----------------------------------------*/
  /*----------------------------------------
    serviceContentsArea
  ----------------------------------------*/
  /*----------------------------------------
    applicationFlow
  ----------------------------------------*/
  /*----------------------------------------
    footer
  ----------------------------------------*/
  /*----------------------------------------
    keyframes
  ----------------------------------------*/
}
#type1 .inner {
  max-width: 980px;
  width: 97%;
  height: auto;
  font-weight: 400;
  margin: 0 auto;
}
#type1 sup {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  #type1 .inner {
    width: 94%;
  }
}
#type1 .cta-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#type1 .cta-float * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .cta-float.active {
  opacity: 1;
  visibility: visible;
}
#type1 .cta-float-inner {
  background: rgba(0, 127, 195, 0.9);
  padding: 27px 15px;
  width: 100%;
  position: relative;
}
#type1 .cta-float .cta-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#type1 .cta-float .cta-item {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #type1 .cta-float-inner {
    padding: 10px;
  }
  #type1 .cta-float .cta-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .cta-float .cta-item {
    max-width: 340px;
  }
  #type1 .cta-float .btn {
    border: none;
    line-height: 1.2;
    padding: 12px 0;
    height: 63px;
  }
  #type1 .cta-float .btn span {
    padding-right: 16px;
  }
  #type1 .cta-float .btn::after {
    right: 15px;
  }
}
#type1 .cta-float .sp,
#type1 .cta-float .tb,
#type1 .cta-float .pc {
  display: none;
}
@media screen and (max-width: 599px) {
  #type1 .cta-float .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  #type1 .cta-float .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #type1 .cta-float .tb {
    display: none;
  }
  #type1 .cta-float .pc {
    display: inherit;
  }
}
#type1 a.cta-float-btn {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  max-width: 470px;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  border-radius: 6px;
}
#type1 a.cta-float-btn:hover {
  opacity: 0.9;
}
#type1 a.cta-float-btn:hover .--inner::before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#type1 a.cta-float-btn .--inner {
  padding-right: 26px;
  position: relative;
}
#type1 a.cta-float-btn .--inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 8px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -6px;
}
#type1 a.cta-float-btn-dl {
  color: #007fc3;
  background: #fff;
}
#type1 a.cta-float-btn-dl .--inner::before {
  background-image: url(../img/icon_arrow_blue.png);
}
@media screen and (min-width: 768px) {
  #type1 a.cta-float-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 993px) {
  #type1 a.cta-float-btn {
    padding: 18px 0;
    font-size: 2rem;
    border-radius: 10px;
  }
}
#type1 #toTopBtn {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  top: -42px;
  background-color: #007fc3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 999;
}
#type1 #toTopBtn.active {
  opacity: 1;
  visibility: visible;
}
#type1 #toTopBtn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 600px) {
  #type1 #toTopBtn {
    width: 65px;
    height: 65px;
    top: -65px;
  }
}
@media screen and (min-width: 768px) {
  #type1 #toTopBtn {
    bottom: 103px;
  }
}
#type1 .secTtl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #007fc3;
  margin-bottom: 55px;
  padding-bottom: 38px;
  position: relative;
}
#type1 .secTtl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 4px;
  border-bottom: 4px dotted #80bfe1;
}
#type1 .secTtl .t-l {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  #type1 .secTtl {
    font-size: 2.4rem;
  }
  #type1 .secTtl .t-l {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #type1 .secTtl {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #type1 .secTtl .t-l {
    font-size: 2.2rem;
  }
  #type1 .secTtl::after {
    width: 120px;
  }
}
#type1 .kv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .kv {
  padding: 20px 0 100px;
  background: #007fc3 url(../img/kv_bg.png) no-repeat center center/cover;
  height: 535px;
}
#type1 .kv .inner {
  max-width: 1240px;
}
#type1 .kv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 5%;
}
#type1 .kv-body {
  background: #fff;
  text-align: center;
  padding: 10px;
  max-width: 640px;
  width: 55%;
  position: relative;
  margin: 85px 20px 0 0;
}
#type1 .kv-badge {
  position: absolute;
  width: 109px;
  height: 109px;
  top: 60px;
  right: 15px;
}
#type1 .kv-badge img {
  width: 100%;
}
#type1 .kv-lead {
  color: #fff;
  background: #007fc3;
  font-size: 20px;
  padding: 10px;
}
#type1 .kv-lead .t-l {
  font-size: 1.4em;
}
#type1 .kv-lead .c-y {
  color: #fff104;
}
#type1 .kv-logo {
  margin: 18px auto 8px;
  max-width: 320px;
  width: 100%;
}
#type1 .kv-ttl {
  font-size: 72px;
  font-weight: 700;
  color: #007fc3;
  margin-bottom: 20px;
}
#type1 .kv-ttl .t-s {
  font-size: 38px;
  color: #595757;
}
#type1 .kv-form {
  background: #fff;
  border-radius: 20px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #type1 .kv-badge {
    width: 90px;
    height: 90px;
  }
  #type1 .kv-lead {
    font-size: 18px;
  }
  #type1 .kv-logo {
    max-width: 260px;
  }
  #type1 .kv-ttl {
    font-size: 60px;
  }
  #type1 .kv-ttl .t-s {
    font-size: 30px;
  }
  #type1 .kv-form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  #type1 .kv {
    height: auto;
  }
  #type1 .kv-wrap {
    display: block;
    margin: 0 auto;
  }
  #type1 .kv-body {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .kv {
    padding: 20px 0 80px;
  }
  #type1 .kv-badge {
    width: 60px;
    height: 60px;
    top: 50px;
    right: 5px;
  }
  #type1 .kv-lead {
    font-size: 15px;
    padding: 6px 5px 7px;
  }
  #type1 .kv-logo {
    max-width: 190px;
    margin: 4px auto 4px;
  }
  #type1 .kv-ttl {
    font-size: 44px;
    margin-bottom: 5px;
  }
  #type1 .kv-ttl .t-s {
    font-size: 24px;
  }
}
#type1 .kv .formTtl {
  text-align: center;
  color: #007fc3;
  font-size: 18px;
  font-weight: 700;
  background: #f0f7fb;
  padding: 11px;
}
#type1 .kv .formbox form {
  width: 100% !important;
  position: relative;
}
#type1 .kv .formbox .step {
  max-width: 346px;
  width: 86%;
  margin: 10px auto 0;
}
#type1 .kv .formbox .step img {
  display: none;
  width: 100%;
}
#type1 .kv .formbox .step img:nth-child(1) {
  display: block;
}
#type1 .kv .formbox.s1 .step img:nth-child(1) {
  display: block;
}
#type1 .kv .formbox.s2 .step img:nth-child(2) {
  display: block;
}
#type1 .kv .formbox form {
  padding: 0 20px 20px;
}
#type1 .kv .mktoForm .hideError .mktoError {
  display: none !important;
}
#type1 .kv .mktoForm input[type=text],
#type1 .kv .mktoForm input[type=url],
#type1 .kv .mktoForm input[type=email],
#type1 .kv .mktoForm input[type=tel],
#type1 .kv .mktoForm input[type=number],
#type1 .kv .mktoForm input[type=date],
#type1 .kv .mktoForm textarea.mktoField,
#type1 .kv .mktoForm select.mktoField {
  width: 100% !important;
  padding: 7px 10px !important;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin-top: 6px !important;
}
#type1 .kv .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}
#type1 .kv .mktoForm .mktoFormRow {
  margin-bottom: 4px;
}
#type1 .kv .mktoForm input[aria-required=true] {
  background-color: #FEF4F7;
}
#type1 .kv .mktoForm .mktoLabel {
  font-size: 1.3rem;
  padding-top: 15px !important;
  font-weight: 400 !important;
}
#type1 .kv .mktoForm .mktoRequiredField label.mktoLabel {
  width: auto !important;
}
#type1 .kv .mktoForm #LblLastName {
  width: 100% !important;
}
#type1 .kv .mktoForm #Lblpca_surname_kana {
  width: 100% !important;
}
#type1 .kv .mktoForm .mktoAsterix {
  color: #f42859 !important;
  border: 1px solid #f42859;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 2px 0 !important;
  line-height: 1;
  margin-left: 4px;
}
#type1 .kv .mktoForm #LblFirstName .mktoAsterix {
  display: none !important;
}
#type1 .kv .mktoForm #LblLastName .mktoAsterix {
  position: absolute;
  left: 26px;
}
#type1 .kv .mktoForm #Lblpca_surname_kana .mktoAsterix {
  position: absolute;
  left: 102px;
}
#type1 .kv .mktoForm #Lblpca_firstname_kana .mktoAsterix {
  display: none !important;
}
#type1 .kv .mktoForm .mktoOffset {
  display: none;
}
#type1 .kv .mktoForm #LastNameField .mktoGutter.mktoHasWidth {
  display: none;
}
#type1 .kv .mktoForm #FirstNameField .mktoGutter.mktoHasWidth {
  display: none;
}
#type1 .kv .mktoForm #pca_surname_kanaField .mktoGutter.mktoHasWidth {
  display: none;
}
#type1 .kv .mktoForm #pca_firstname_kanaField .mktoGutter.mktoHasWidth {
  display: none;
}
#type1 .kv .mktoForm #LastName {
  width: 185px !important;
}
#type1 .kv .mktoForm #FirstName {
  width: 185px !important;
}
#type1 .kv .mktoForm #FirstNameField {
  float: right;
  margin-top: -37px;
}
#type1 .kv .mktoForm #pca_surname_kana {
  width: 185px !important;
}
#type1 .kv .mktoForm #pca_firstname_kana {
  width: 185px !important;
}
#type1 .kv .mktoForm #pca_firstname_kanaField {
  float: right;
  margin-top: -37px;
}
#type1 .kv .mktoForm #emailNoteField .mktoHtmlText.mktoHasWidth > div > span {
  color: #f42859 !important;
  font-size: 10px !important;
}
#type1 .kv .mktoForm .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  font-size: 11px;
  line-height: 1.18;
}
#type1 .kv .mktoForm .mktoHtmlText.mktoHasWidth br {
  display: none;
}
#type1 .kv .mktoForm .mktoHtmlText.mktoHasWidth a {
  color: #007fc3 !important;
  padding: 0;
}
#type1 .kv .mktoForm .mktoButtonRow {
  margin: 10px 0 0 !important;
  text-align: center !important;
}
#type1 .kv .mktoForm .mktoButtonWrap.mktoNative {
  margin: 0 !important;
}
#type1 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(to right, #7cb742 0%, #63a925 100%);
  border: none;
  border-radius: 4px;
  padding: 9px 102px;
  position: relative;
}
#type1 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#type1 .kv .formbox.s1 .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
  max-width: 180px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
#type1 .kv .formBtnBack {
  display: none;
}
#type1 .kv .formbox.s2 .formBtnBack {
  display: block;
}
#type1 .kv .formbox.s2 .formBtnBack {
  text-align: center;
  margin: 10px 0;
}
#type1 .kv .formbox.s2 .formBtnBack button {
  border: none;
  font-weight: bold;
  color: #fff;
  background: #848688;
  border-radius: 4px;
  width: 100%;
  max-width: 100px;
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
}
#type1 .kv .formbox.s2 .step img:nth-child(1) {
  display: none;
}
#type1 .kv .formbox .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg {
  max-width: 100% !important;
  background-color: #fff !important;
  color: #ff0000 !important;
  border: 2px solid #ff0000 !important;
  background-image: none !important;
  border-radius: 0 !important;
  font-size: 12.5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-top: 6px !important;
}
#type1 .kv .formbox .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #fff !important;
  border: 2px solid #ff0000 !important;
}
#type1 .kv .mktoForm .mktoError {
  right: auto !important;
  left: 0;
  bottom: -30px !important;
}
@media screen and (max-width: 599px) {
  #type1 {
    /* 次へボタン */
    /* 戻るボタン */
  }
  #type1 .kv .mktoForm .mktoFormCol {
    width: 100% !important;
  }
  #type1 .kv .mktoForm .mktoFieldWrap {
    width: 100% !important;
  }
  #type1 .kv .mktoForm #LastName,
  #type1 .kv .mktoForm #pca_surname_kana {
    width: 49% !important;
  }
  #type1 .kv .mktoForm #FirstName,
  #type1 .kv .mktoForm #pca_firstname_kana {
    float: right;
    width: 100% !important;
    margin-top: 4px !important;
  }
  #type1 .kv .mktoForm #FirstNameField,
  #type1 .kv .mktoForm #pca_firstname_kanaField {
    width: 49% !important;
  }
  #type1 .kv .mktoForm input[type=url],
  #type1 .kv .mktoForm input[type=text],
  #type1 .kv .mktoForm input[type=date],
  #type1 .kv .mktoForm input[type=tel],
  #type1 .kv .mktoForm input[type=email],
  #type1 .kv .mktoForm input[type=number],
  #type1 .kv .mktoForm textarea.mktoField,
  #type1 .kv .mktoForm select.mktoField {
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.2 !important;
  }
  #type1 .kv .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
  }
  #type1 .kv .mktoForm .mktoHtmlText.mktoHasWidth > div {
    display: inline;
  }
  #type1 .kv .mktoForm .mktoButtonRow {
    display: block !important;
  }
  #type1 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    padding: 9px 35px;
    width: 100%;
  }
  #type1 .kv .formbox.s1 .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    max-width: 150px;
    font-size: 18px;
  }
  #type1 .kv .formbox.s2 .formBtnBack button {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #type1 .kv .mktoForm #FirstNameField {
    margin-top: -48px;
  }
  #type1 .kv .mktoForm #pca_firstname_kanaField {
    margin-top: -48px;
  }
  #type1 .kv .mktoForm #FirstName,
  #type1 .kv .mktoForm #pca_firstname_kana {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  #type1 {
    /* メールアドレス */
  }
  #type1 .kv .mktoForm input[type=text],
  #type1 .kv .mktoForm input[type=url],
  #type1 .kv .mktoForm input[type=email],
  #type1 .kv .mktoForm input[type=tel],
  #type1 .kv .mktoForm input[type=number],
  #type1 .kv .mktoForm input[type=date],
  #type1 .kv .mktoForm textarea.mktoField,
  #type1 .kv .mktoForm select.mktoField {
    width: 380px !important;
  }
  #type1 .kv .mktoForm .mktoButtonRow {
    width: 100%;
  }
  #type1 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    width: 100%;
  }
  #type1 .kv .mktoForm #emailNoteField {
    position: relative;
    z-index: 2;
  }
  #type1 .kv .mktoForm #emailNoteField .mktoFormCol {
    position: absolute;
    top: -60px;
    left: 130px;
  }
}
#type1 .about {
  padding: 50px 0;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type1 .about-catch {
  text-align: center;
  font-size: 30px;
  color: #595757;
}
#type1 .about-catch span {
  color: #007fc3;
  font-weight: 700;
}
#type1 .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
#type1 .about-item {
  width: 49%;
  max-width: 470px;
}
#type1 .about-item-head {
  background: #666;
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 18px;
}
#type1 .about-item2 .about-item-head {
  background: #007fc3;
}
#type1 .about-item-ttl {
  font-size: 30px;
  margin-bottom: 10px;
}
#type1 .about-item-ttl span {
  font-size: 0.8em;
}
#type1 .about-item-txt {
  font-size: 16px;
  margin-bottom: 15px;
}
#type1 .about-item-cat {
  background: #fff;
  color: #595757;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
}
#type1 .about-item2 .about-item-cat {
  color: #007fc3;
}
#type1 .about-item-body {
  background: #f2f2f2;
  border-radius: 0 0 6px 6px;
  padding: 12px;
}
#type1 .about-item2 .about-item-body {
  background: #f0f7fb;
}
#type1 .about-item-img {
  max-width: 203px;
  width: 100%;
  margin: 0 auto;
}
#type1 .about-item-img img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  #type1 .about-catch {
    font-size: 24px;
  }
  #type1 .about-list {
    display: block;
  }
  #type1 .about-item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .about {
    padding: 35px 0 20px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
  #type1 .about-catch {
    font-size: 18px;
  }
  #type1 .about-list {
    margin-top: 20px;
  }
  #type1 .about-item-head {
    padding: 13px;
  }
  #type1 .about-item-ttl {
    font-size: 25px;
  }
  #type1 .about-item-txt {
    font-size: 15px;
  }
  #type1 .about-item-cat {
    font-size: 16px;
  }
}
#type1 .compare {
  background: #8fbad9;
  padding: 45px 0;
}
#type1 .compare-wrap {
  background: #fff;
  padding: 30px 27px 15px;
  position: relative;
}
#type1 .compare-wrap::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 6px;
  border-left: 40px solid transparent;
  border-top: 40px solid #35b4cf;
  height: 0;
  width: 0;
}
#type1 .compare-ttl {
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#type1 .compare-ttl span {
  position: relative;
  display: inline-block;
}
#type1 .compare-ttl span::after {
  position: absolute;
  content: "";
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/compare_ttl.png) no-repeat center top/100%;
}
#type1 .compare-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #type1 .compare {
    padding: 30px 0;
  }
  #type1 .compare-wrap {
    padding: 20px 10px 10px;
  }
  #type1 .compare-wrap::after {
    border-left: 30px solid transparent;
    border-top: 30px solid #35b4cf;
  }
  #type1 .compare-ttl {
    font-size: 20px;
  }
}
#type1 .feature {
  background: url(../img/feature_bg.png) no-repeat center top/cover;
  padding: 72px 0 130px;
}
#type1 .feature .inner {
  max-width: 1140px;
}
#type1 .feature-ttl {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
#type1 .feature-ttl span {
  padding: 0 34px;
  position: relative;
}
#type1 .feature-ttl span::before,
#type1 .feature-ttl span::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 19px;
  height: 42px;
}
#type1 .feature-ttl span::before {
  background: url(../img/feature_ttl_left.svg) no-repeat center center/100%;
  left: 0;
}
#type1 .feature-ttl span::after {
  background: url(../img/feature_ttl_right.svg) no-repeat center center/100%;
  right: 0;
}
#type1 .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 30px;
}
#type1 .feature-item {
  background: #fff;
  border-radius: 50%;
  max-width: 262px;
  width: 24%;
  height: 262px;
  text-align: center;
  border: 4px solid #fff;
  overflow: hidden;
}
#type1 .feature-item-num {
  background: #fff104;
  color: #595757;
  font-size: 23px;
  font-weight: 700;
  padding: 16px 10px 10px;
}
#type1 .feature-item-ttl {
  font-size: 23px;
  font-weight: 700;
  color: #595757;
  line-height: 1.5;
  padding: 15px 10px;
}
#type1 .feature-item-ttl2 {
  padding-top: 38px;
  line-height: 1.65;
}
#type1 .feature-item-ttl .t1 {
  color: #35b4cf;
  font-size: 2.4em;
}
#type1 .feature-item-ttl .t2 {
  color: #35b4cf;
  font-size: 1.5em;
}
#type1 .feature-item-ttl sup {
  vertical-align: text-top;
}
#type1 .feature-note {
  text-align: right;
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
}
#type1 .feature .cvBtn {
  margin: 30px auto 0;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  #type1 .feature-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 580px;
    margin: 40px auto 0;
  }
  #type1 .feature-item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .feature {
    padding: 40px 0 90px;
  }
  #type1 .feature-ttl {
    font-size: 24px;
  }
  #type1 .feature-ttl span {
    padding: 0 25px;
  }
  #type1 .feature-ttl span::before,
  #type1 .feature-ttl span::after {
    width: 14px;
  }
  #type1 .feature-item {
    max-width: 200px;
    height: 200px;
  }
  #type1 .feature-item-num {
    font-size: 20px;
    padding: 11px 10px 5px;
  }
  #type1 .feature-item-ttl {
    font-size: 18px;
    padding: 10px;
  }
  #type1 .feature-item-ttl2 {
    padding-top: 25px;
  }
  #type1 .feature-note {
    font-size: 10px;
  }
  #type1 .feature .cvBtn {
    margin: 10px auto 0;
  }
}
#type1 .plan {
  background: #f2f2f2;
  padding: 50px 0 65px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
}
#type1 .planLead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 35px;
}
#type1 .planLead .cl-blue {
  color: #007fc3;
  font-weight: bold;
}
#type1 .planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
#type1 .planItem {
  background: #fff;
  max-width: 470px;
  width: 49%;
  border-radius: 6px;
  position: relative;
}
#type1 .planItemSubTtl {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 350px;
  padding: 5px 6px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .planItemSubTtl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #7bb642 transparent transparent transparent;
  border-width: 13px 10.5px 0px 10.5px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#type1 .planItemSh {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #007fc3;
  padding: 25px 0 0;
}
#type1 .planItemBody {
  padding: 20px 25px 0;
}
#type1 .planItemCont {
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .planItemBody .planItemCont:first-child {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#type1 .planItemBody .planItemCont:last-child {
  padding-top: 0;
}
#type1 .planItemContTtl {
  text-align: center;
  color: #007fc3;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#type1 .planItemContTxt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  min-height: 50px;
}
#type1 .planItemContTxt span {
  font-weight: 700;
  background: #fff104;
}
#type1 .planItemContImg {
  text-align: center;
  height: 237px;
  margin: 5px 0 10px;
}
#type1 .planItemContImg img {
  height: 100%;
  max-width: 100%;
}
#type1 .planItemContImg1 {
  padding-right: 30px;
}
#type1 .planItemWrap {
  background: #f0f7fb;
  border-radius: 16px;
  padding: 15px 25px 12px;
}
#type1 .planItemWrapTtl {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
#type1 .planItemWrapList li {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 5px 0 5px 30px;
  position: relative;
}
#type1 .planItemWrapList li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 18px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_plan01.svg) no-repeat center center/100%;
}
@media screen and (max-width: 992px) {
  #type1 .planLead {
    font-size: 1.4rem;
    margin: 0 15px;
  }
  #type1 .planList {
    display: block;
    margin-top: 20px;
  }
  #type1 .planItem {
    width: 100%;
    margin: 20px auto 0;
  }
  #type1 .planItemSubTtl {
    font-size: 1.6rem;
    max-width: 280px;
    padding: 3px 6px 5px;
  }
  #type1 .planItemSh {
    font-size: 2rem;
  }
  #type1 .planItemBody {
    padding: 15px 15px 0;
  }
  #type1 .planItemContImg {
    margin: 25px 0 0;
  }
  #type1 .planItemContTtl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #type1 .planItemContTxt {
    font-size: 1.4rem;
  }
  #type1 .planItemContImg {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  #type1 .planItemWrap {
    padding: 15px;
  }
  #type1 .planItemWrapTtl {
    font-size: 1.5rem;
  }
  #type1 .planItemWrapList li {
    font-size: 1.5rem;
    padding: 4px 0 4px 24px;
  }
  #type1 .planItemWrapList li::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .plan {
    padding: 35px 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
#type1 .freeTrialArea {
  padding: 35px 0 105px;
  background: url(../img/freetrialarea_bg.png) no-repeat center center/cover;
}
#type1 .freeTrialArea .btnBox {
  position: relative;
  padding: 0 150px;
}
#type1 .freeTrialArea .caption {
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px;
}
#type1 .freeTrialArea .caption .t-s {
  display: block;
  font-size: 3.4rem;
}
#type1 .freeTrialArea .caption .c-yellow {
  color: #fff104;
}
#type1 .freeTrialArea .btnBox .btn {
  position: relative;
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  z-index: 1;
}
#type1 .freeTrialArea .btnBox .btn .speechBalloon {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 120px;
  height: 50px;
  color: #333333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-color: #fff100;
  padding: 14px 0 13px 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#type1 .freeTrialArea .btnBox .btn .speechBalloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0px 0 22px;
  border-color: #fff100 transparent transparent transparent;
}
#type1 .freeTrialArea .btnBox .btn a {
  display: block;
  width: 552px;
  height: 96px;
  color: #ffffff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 96px;
  text-align: center;
  text-decoration: none;
  background: #7cb742; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */ /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7cb742", endColorstr="#63a925",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 0 6px;
  margin: 0 auto 25px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .freeTrialArea .btnBox .btn a:hover {
  opacity: 0.9;
}
#type1 .freeTrialArea .btnBox .btn a .btnText {
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 35px;
}
#type1 .freeTrialArea .btnBox .btn a .btnText::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 11px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -3px;
}
#type1 .freeTrialArea .btnBox .btn a:hover .btnText::before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#type1 .freeTrialArea .btnBox .btn a .btnText span {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  #type1 .freeTrialArea .btnBox {
    padding: 0 18px;
  }
  #type1 .freeTrialArea .caption {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #type1 .freeTrialArea .caption .t-s {
    display: block;
    font-size: 2.2rem;
  }
  #type1 .freeTrialArea .btnBox .btn {
    max-width: 370px;
    margin: 0 auto;
  }
  #type1 .freeTrialArea .btnBox .btn a {
    width: 100%;
    height: 54px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 54px;
    margin: 0 auto 15px;
  }
  #type1 .freeTrialArea .btnBox .btn a .btnText {
    padding-right: 22px;
    overflow: hidden;
  }
  #type1 .freeTrialArea .btnBox .btn a .btnText span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #type1 .freeTrialArea .btnBox .btn a .btnText::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 6px;
    background-image: url(../img/icon_arrow_white_small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-top: -4px;
  }
  #type1 .freeTrialArea .btnBox .btn a:hover .btnText::before {
    -webkit-animation: none;
    animation: none;
  }
  #type1 .freeTrialArea .btnBox .note {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #type1 .freeTrialArea .btnBox .note span {
    display: block;
    margin-top: 5px;
  }
  #type1 .freeTrialArea .btnBox .btn .speechBalloon {
    top: -20px;
    left: -29px;
    width: 60px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 0 5px 4px;
    border-radius: 5px;
  }
  #type1 .freeTrialArea .btnBox .btn .speechBalloon::before {
    bottom: -8px;
    border-width: 12px 0px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .freeTrialArea {
    padding: 35px 0 70px;
  }
}
@media screen and (max-width: 320px) {
  #type1 .freeTrialArea .btnBox .caption {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #type1 .freeTrialArea .btnBox .btn a {
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  #type1 .freeTrialArea .btnBox .btn a .btnText span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#type1 a.cvBtn {
  border-radius: 10px;
  color: #fff;
  background: #7cb742;
  display: block;
  text-align: center;
  font-size: 2.6rem;
  padding: 15px 5px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 a.cvBtn:hover {
  text-decoration: none;
  opacity: 0.9;
}
#type1 a.cvBtn.--dl {
  background: #28aac3;
}
#type1 .cvBtnInline {
  padding-right: 26px;
  position: relative;
}
#type1 .cvBtnInline:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 21px;
  height: 8px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -3px;
}
#type1 a.cvBtn:hover .cvBtnInline:before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#type1 .cvBtnInline .small {
  font-size: 0.8em;
}
@media screen and (max-width: 992px) {
  #type1 a.cvBtn {
    font-size: 1.8rem;
  }
  #type1 .cvBtnInline {
    padding-right: 22px;
  }
  #type1 .cvBtnInline:before {
    width: 18px;
  }
}
#type1 .trial {
  padding: 50px 0 65px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type1 .trial .inner {
  max-width: 1140px;
}
#type1 .trial-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 90px auto 0;
}
#type1 .trial-img {
  max-width: 528px;
  width: 47%;
  position: relative;
}
#type1 .trial-img img {
  width: 100%;
}
#type1 .trial-img .-num {
  position: absolute;
  width: 200px;
  right: -15px;
  top: -65px;
}
#type1 .trial-body {
  max-width: 550px;
  width: 50%;
}
#type1 .trial-txt {
  font-size: 25px;
  line-height: 1.5;
}
#type1 .trial-cont {
  background: #f0f7fb;
  border-radius: 16px;
  margin-top: 15px;
  padding: 15px 35px 27px;
}
#type1 .trial-cont a.cvBtn {
  font-size: 2.4rem;
  max-width: 287px;
  margin: 28px auto 0;
}
#type1 .trial-cont-list li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 11px 0;
  padding-left: 38px;
  background: url(../img/icn_check.svg) no-repeat top 9px left/21px;
}
#type1 .trial-cont-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 32px;
  margin-bottom: 22px;
}
@media screen and (max-width: 992px) {
  #type1 .trial-wrap {
    display: block;
  }
  #type1 .trial-img {
    width: 100%;
    margin: 0 auto;
  }
  #type1 .trial-img .-num {
    width: 160px;
  }
  #type1 .trial-body {
    width: 100%;
    margin: 10px auto 0;
  }
  #type1 .trial-txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #type1 .trial {
    padding: 35px 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
  #type1 .trial-wrap {
    max-width: 390px;
    width: 100%;
    margin: 50px auto 0;
  }
  #type1 .trial-img .-num {
    width: 120px;
    right: 5px;
    top: -35px;
  }
  #type1 .trial-cont {
    margin-top: 10px;
    padding: 8px 25px 25px;
  }
  #type1 .trial-txt {
    font-size: 20px;
  }
  #type1 .trial-cont-list li {
    font-size: 17px;
  }
  #type1 .trial-cont a.cvBtn {
    font-size: 2.2rem;
    max-width: 257px;
    margin: 18px auto 0;
    padding: 14px 5px;
  }
}
#type1 .voice {
  background: #F3F3F3;
  padding: 50px 0 130px;
  border-radius: 80px 80px 0 0;
}
#type1 .voice .inner {
  max-width: 1350px;
}
#type1 .voice-item {
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
}
#type1 .voice-item:nth-child(2) {
  padding-top: 56px;
}
#type1 .voice-item-left {
  max-width: 360px;
  width: 100%;
  margin: 20px auto 0;
}
#type1 .voice-item-img img {
  width: 100%;
}
#type1 .voice-item-cap {
  font-size: 1.2rem;
  line-height: 1.42;
  margin-top: 10px;
}
#type1 .voice-item-cap span {
  font-weight: bold;
}
#type1 .voice-item-right {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
#type1 .voice-item-txt {
  color: #007FC3;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.846;
  background: url(../img/voice_talk_sp.png) no-repeat center center/100%;
  padding: 40px 20px 25px 20px;
}
#type1 .voice-item-catch {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
#type1 .voice .cvBtn {
  margin: 45px auto 0;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #type1 .voice {
    padding: 35px 0 90px;
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (min-width: 375px) {
  #type1 .voice-item-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #type1 .voice-item {
    margin-top: 50px;
    padding-top: 45px;
  }
  #type1 .voice-item:nth-child(2) {
    padding-top: 68px;
  }
  #type1 .voice-item-catch {
    margin-top: 10px;
  }
}
@media screen and (min-width: 993px) {
  #type1 .voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
    padding-top: 0;
  }
  #type1 .voice-item-left {
    margin: 0 27px 0 0;
    width: 35%;
  }
  #type1 .voice-item-cap {
    font-size: 1.4rem;
  }
  #type1 .voice-item-right {
    margin: 0;
    max-width: 684px;
    width: 63%;
  }
  #type1 .voice-item-txt {
    background-image: url(../img/voice_talk.png);
    font-size: 1.8rem;
    padding: 38px 20px 38px 80px;
  }
  #type1 .voice-item-catch {
    margin-top: 15px;
    position: initial;
  }
}
#type1 .faqArea {
  padding: 50px 0 60px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type1 .faqArea ul li {
  border: 1px solid #d9d9d9;
  padding: 20px 70px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
#type1 .faqArea ul li:not(:last-child) {
  margin-bottom: 30px;
}
#type1 .faqArea ul li dl dt {
  color: #007fc3;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
}
#type1 .faqArea ul li dl dt span {
  font-size: 40px;
  font-size: 4rem;
  margin-right: 6px;
}
#type1 .faqArea ul li dl dd .answer {
  color: #c34900;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.54;
  text-align: left;
  text-indent: -55px;
  padding-left: 55px;
  margin-bottom: 15px;
}
#type1 .faqArea ul li dl dd .answer span {
  font-size: 40px;
  font-size: 4rem;
  margin-right: 6px;
}
#type1 .faqArea ul li dl dd .note {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  padding-left: 53px;
}
#type1 .faqArea .cvBtn {
  margin: 38px auto 0;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #type1 .faqArea {
    margin-bottom: 30px;
  }
  #type1 .faqArea ul {
    margin: 0 15px;
  }
  #type1 .faqArea ul li {
    padding: 15px;
  }
  #type1 .faqArea ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #type1 .faqArea ul li dl dt, #type1 .faqArea ul li dl dd .answer {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #type1 .faqArea ul li dl dt span, #type1 .faqArea ul li dl dd .answer span {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #type1 .faqArea ul li dl dt {
    text-indent: -28px;
    padding: 0 0 10px 28px;
    margin-bottom: 10px;
  }
  #type1 .faqArea ul li dl dd .answer {
    text-indent: -28px;
    padding-left: 28px;
    margin-bottom: 10px;
  }
  #type1 .faqArea ul li dl dd .note {
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .faqArea {
    padding: 35px 0 60px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
#type1 .serviceContentsArea {
  background-color: #f2f2f2;
  padding: 50px 0 130px;
  border-radius: 80px 80px 0 0;
}
#type1 .serviceContentsArea table {
  border-collapse: separate;
}
#type1 .serviceContentsArea table tr th, #type1 .serviceContentsArea table tr td {
  height: 50px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .serviceContentsArea table tr:first-child th {
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  background-color: #f6f6f6;
}
#type1 .serviceContentsArea table tr:first-child th:nth-child(2) {
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-radius: 5px 0 0 0;
}
#type1 .serviceContentsArea table tr:first-child th:nth-child(3) {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 5px 0 0;
}
#type1 .serviceContentsArea table tr:last-child th:nth-child(1) {
  border-radius: 0 0 0 5px;
}
#type1 .serviceContentsArea table tr:last-child td:nth-child(3) {
  border-radius: 0 0 5px 0;
}
#type1 .serviceContentsArea table tr:first-child th, #type1 .serviceContentsArea table tr:last-child th {
  height: 70px;
}
#type1 .serviceContentsArea table tr:first-child th:nth-child(1) {
  width: 286px;
}
#type1 .serviceContentsArea table tr:first-child th:nth-child(2), #type1 .serviceContentsArea table tr:first-child th:nth-child(3) {
  width: 347px;
}
#type1 .serviceContentsArea table tr:not(:first-child) th {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1px;
  border: solid #6dacce;
  border-width: 0 0 1px 1px;
  background-color: #007fc3;
}
#type1 .serviceContentsArea table tr:nth-child(2) th {
  border-width: 1px 0 1px 1px;
  border-radius: 5px 0 0 0;
}
#type1 .serviceContentsArea table tr th.noStyle {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
#type1 .serviceContentsArea table tr th.w60 {
  width: 60px;
}
#type1 .serviceContentsArea table tr th.textSmall {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 10px;
}
#type1 .serviceContentsArea table tr th.textSmall.textTwoRow {
  line-height: 1.4;
}
#type1 .serviceContentsArea table tr td {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  border: solid #d9d9d9;
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
}
#type1 .serviceContentsArea table tr td:nth-child(2), #type1 .serviceContentsArea table tr:nth-child(4) td:nth-child(3) {
  border-width: 0 1px 1px 1px;
}
#type1 .serviceContentsArea table tr td .note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
#type1 .serviceContentsArea table tr td .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #007fc3;
  border-radius: 50%;
}
#type1 .serviceContentsArea table tr td .hyphen {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
}
#type1 .serviceContentsArea table tr td .hyphen::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
  margin-top: -1px;
}
@media screen and (max-width: 992px) {
  #type1 .serviceContentsArea table {
    margin: 0 15px;
  }
  #type1 .serviceContentsArea table tr:first-child th {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #type1 .serviceContentsArea table tr:not(:first-child) th {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #type1 .serviceContentsArea table tr th.textSmall {
    width: 16%;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 5px;
  }
  #type1 .serviceContentsArea table tr:first-child th:nth-child(1) {
    width: 30%;
    min-width: 110px;
  }
  #type1 .serviceContentsArea table tr:first-child th:nth-child(2), #type1 .serviceContentsArea table tr:first-child th:nth-child(3) {
    width: 35%;
  }
  #type1 .serviceContentsArea table tr:first-child th, #type1 .serviceContentsArea table tr:last-child th {
    height: auto;
    padding: 22px 5px;
  }
  #type1 .serviceContentsArea table tr th, #type1 .serviceContentsArea table tr td {
    height: auto;
    padding: 5px;
  }
  #type1 .serviceContentsArea table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #type1 .serviceContentsArea table tr td .note {
    font-size: 10px;
    font-size: 1rem;
  }
  #type1 .serviceContentsArea table tr td .circle {
    width: 10px;
    height: 10px;
  }
  #type1 .serviceContentsArea table tr td .hyphen {
    width: 12px;
    height: 10px;
  }
  #type1 .serviceContentsArea table tr td .hyphen::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  #type1 .serviceContentsArea {
    padding: 35px 0 100px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
#type1 .applicationFlow {
  padding: 50px 0 64px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type1 .applicationFlow .secTtl {
  margin-bottom: 110px;
}
#type1 .applicationFlow ul {
  margin-bottom: 20px;
}
#type1 .applicationFlow ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
#type1 .applicationFlow ul li {
  float: left;
  position: relative;
  width: 227px;
  height: 93px;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  background-color: #007fc3;
  padding: 17px 15px 0;
  border-radius: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type1 .applicationFlow ul li:first-child, #type1 .applicationFlow ul li:last-child {
  padding: 32px 15px 0;
}
#type1 .applicationFlow ul li:not(:first-child) {
  margin-left: 24px;
}
#type1 .applicationFlow ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 42px;
  height: 93px;
  background-image: url(../img/icon_flow_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 1;
}
#type1 .applicationFlow ul li:last-child {
  border-radius: 5px;
}
#type1 .applicationFlow ul li:last-child br {
  display: none;
}
#type1 .applicationFlow ul li .speechBalloon {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 96px;
  height: 40px;
  color: #333333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-color: #fff100;
  padding: 10px 0 8px 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#type1 .applicationFlow ul li .speechBalloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 22px 0 0;
  border-color: #fff100 transparent transparent transparent;
}
#type1 .applicationFlow .annotation {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 1012px) {
  #type1 .applicationFlow .secTtl {
    margin-bottom: 55px;
  }
  #type1 .applicationFlow ul {
    display: table;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #type1 .applicationFlow ul li {
    display: table;
    width: 26%;
    height: 100px;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #type1 .applicationFlow ul li:last-child {
    width: 22%;
  }
  #type1 .applicationFlow ul li:not(:first-child),
  #type1 .applicationFlow ul li:first-child, #type1 .applicationFlow ul li:last-child {
    padding: 0;
  }
  #type1 .applicationFlow ul li:not(:first-child) {
    margin: 0;
  }
  #type1 .applicationFlow ul li:not(:last-child) {
    padding-right: 16px;
  }
  #type1 .applicationFlow ul li .bgBox {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #007fc3;
    padding: 0 4px 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #type1 .applicationFlow ul li .bgBox {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #007fc3;
  }
  #type1 .applicationFlow ul li:not(:last-child) .bgBox {
    border-radius: 3px 0 0 3px;
  }
  #type1 .applicationFlow ul li:last-child .bgBox {
    padding: 0 4px 0 4px;
    border-radius: 3px;
  }
  #type1 .applicationFlow ul li:last-child br {
    display: block;
  }
  #type1 .applicationFlow ul li:not(:last-child)::before {
    display: none;
  }
  #type1 .applicationFlow ul li:not(:last-child) .bgBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 22px;
    height: 100px;
    background-image: url(../img/icon_flow_arrow_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 1;
  }
  #type1 .applicationFlow ul li .speechBalloon {
    top: -15px;
    left: 5px;
    width: 55px;
    height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 0 4px 0;
    border-radius: 5px;
  }
  #type1 .applicationFlow ul li .speechBalloon::before {
    bottom: -6px;
    border-width: 12px 11px 0 0;
  }
  #type1 .applicationFlow .annotation {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #type1 .applicationFlow {
    padding: 35px 0 40px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 320px) {
  #type1 .applicationFlow ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#type1 .footer {
  position: relative;
  background-color: #fff;
  padding: 30px 15px 0;
  border-top: solid 1px #b7b7b7;
}
#type1 .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#type1 .footer-left-link {
  width: 55px;
}
#type1 .footer-privacy {
  padding-left: 15px;
}
#type1 .footer-privacy-text {
  font-size: 1.1rem;
  font-weight: 700;
}
#type1 a.footer-privacy-link {
  display: inline-block;
  color: #202020;
  font-size: 1.1rem;
  text-decoration: underline;
}
#type1 .footer-privacy-link .sp {
  display: none;
}
#type1 .footer-int-link {
  display: block;
  width: 190px;
  margin: 0 auto;
}
#type1 .footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 1rem;
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  #type1 .footer {
    padding: 30px 15px 15px;
  }
  #type1 .footer-left {
    margin-bottom: 0;
  }
  #type1 .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #type1 .footer-col {
    width: 50%;
  }
  #type1 .footer-int-link {
    margin: 0 0 0 auto;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
@keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 0);
    opacity: 0;
  }
}
#type1 .nopc {
  display: none;
}
#type1 .nosp {
  display: block;
}
@media screen and (max-width: 992px) {
  #type1 .nopc {
    display: block;
  }
  #type1 .nosp {
    display: none;
  }
}

/* ================================================================= 
    type2
================================================================= */
#type2 {
  font-family: "Noto Sans JP", sans-serif;
  display: none;
  /* ======================================
  	cta-float
  ====================================== */
  /* ======================================
  	pageTop
  ====================================== */
  /*----------------------------------------
    secTtl
  ----------------------------------------*/
  /*----------------------------------------
    header
  ----------------------------------------*/
  /*----------------------------------------
    kv
  ----------------------------------------*/
  /* ----------- フォーム ----------- */
  /* ラベル label */
  /* 必須 */
  /*  */
  /* 氏名 input */
  /* 氏名（フリガナ） input */
  /* メールアドレス */
  /* テキスト */
  /* ボタン */
  /* 次へボタン */
  /* 戻るボタン */
  /* エラー */
  /*----------------------------------------
    about
  ----------------------------------------*/
  /*----------------------------------------
    feature
  ----------------------------------------*/
  /*----------------------------------------
    plan
  ----------------------------------------*/
  /*----------------------------------------
    freeTrialArea
  ----------------------------------------*/
  /*----------------------------------------
    cv
  ----------------------------------------*/
  /*===========================================================================*/
  /*  trial  */
  /*===========================================================================*/
  /* ======================================
  	voice
  ====================================== */
  /*----------------------------------------
    faqArea
  ----------------------------------------*/
  /*----------------------------------------
    serviceContentsArea
  ----------------------------------------*/
  /*----------------------------------------
    applicationFlow
  ----------------------------------------*/
  /*----------------------------------------
    footer
  ----------------------------------------*/
  /*----------------------------------------
    keyframes
  ----------------------------------------*/
}
#type2 .inner {
  max-width: 980px;
  width: 97%;
  height: auto;
  font-weight: 400;
  margin: 0 auto;
}
#type2 sup {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  #type2 .inner {
    width: 94%;
  }
}
#type2 .cta-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#type2 .cta-float * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .cta-float.active {
  opacity: 1;
  visibility: visible;
}
#type2 .cta-float-inner {
  background: rgba(0, 127, 195, 0.9);
  padding: 27px 15px;
  width: 100%;
  position: relative;
}
#type2 .cta-float .cta-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#type2 .cta-float .cta-item {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #type2 .cta-float-inner {
    padding: 10px;
  }
  #type2 .cta-float .cta-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .cta-float .cta-item {
    max-width: 340px;
  }
  #type2 .cta-float .btn {
    border: none;
    line-height: 1.2;
    padding: 12px 0;
    height: 63px;
  }
  #type2 .cta-float .btn span {
    padding-right: 16px;
  }
  #type2 .cta-float .btn::after {
    right: 15px;
  }
}
#type2 .cta-float .sp,
#type2 .cta-float .tb,
#type2 .cta-float .pc {
  display: none;
}
@media screen and (max-width: 599px) {
  #type2 .cta-float .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  #type2 .cta-float .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #type2 .cta-float .tb {
    display: none;
  }
  #type2 .cta-float .pc {
    display: inherit;
  }
}
#type2 a.cta-float-btn {
  position: relative;
  display: block;
  background: #ff5900;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  max-width: 470px;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  border-radius: 6px;
}
#type2 a.cta-float-btn:hover {
  opacity: 0.9;
}
#type2 a.cta-float-btn:hover .--inner::before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#type2 a.cta-float-btn .--inner {
  padding: 0 0 0 45px;
  background: url(../img/icn_mail.svg) no-repeat center left/32px;
}
#type2 a.cta-float-btn-dl {
  color: #007fc3;
  background: #fff;
}
#type2 a.cta-float-btn-dl .--inner::before {
  background-image: url(../img/icon_arrow_blue.png);
}
@media screen and (min-width: 768px) {
  #type2 a.cta-float-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 993px) {
  #type2 a.cta-float-btn {
    padding: 18px 0;
    font-size: 2rem;
    border-radius: 10px;
  }
}
#type2 #toTopBtn {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  top: -42px;
  background-color: #007fc3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 999;
}
#type2 #toTopBtn.active {
  opacity: 1;
  visibility: visible;
}
#type2 #toTopBtn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 600px) {
  #type2 #toTopBtn {
    width: 65px;
    height: 65px;
    top: -65px;
  }
}
@media screen and (min-width: 768px) {
  #type2 #toTopBtn {
    bottom: 103px;
  }
}
#type2 .secTtl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #007fc3;
  margin-bottom: 55px;
  padding-bottom: 38px;
  position: relative;
}
#type2 .secTtl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 4px;
  border-bottom: 4px dotted #80bfe1;
}
#type2 .secTtl .t-l {
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  #type2 .secTtl {
    font-size: 2.4rem;
  }
  #type2 .secTtl .t-l {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #type2 .secTtl {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #type2 .secTtl .t-l {
    font-size: 2.2rem;
  }
  #type2 .secTtl::after {
    width: 120px;
  }
}
#type2 .header {
  height: 60px;
  background-color: #fff;
  padding: 0 15px;
}
#type2 .header-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#type2 .header-logo {
  width: 178px;
  margin-right: 16px;
}
#type2 .header-logo img {
  width: 100%;
  height: auto;
}
#type2 .header-txt {
  color: #595757;
  font-size: 12px;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #type2 .header {
    height: 50px;
  }
  #type2 .header-logo {
    width: 120px;
    margin-right: 10px;
  }
  #type2 .header-txt {
    font-size: 10px;
    margin-top: 12px;
  }
}
#type2 .kv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .kv {
  background: #007fc3 url(../img/kv_bg2.png) no-repeat center left/cover;
  height: 412px;
}
#type2 .kv .inner {
  max-width: 1240px;
}
#type2 .kv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#type2 .kv-body {
  padding: 55px 0 0;
}
#type2 .kv-txt {
  font-weight: 700;
  font-size: 32px;
  color: #fff104;
  padding-bottom: 20px;
  margin: 0 0 20px 20px;
  display: inline-block;
  position: relative;
}
#type2 .kv-txt::after {
  position: absolute;
  content: "";
  height: 44px;
  width: 400px;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/kv_txt.png) no-repeat center bottom/100%;
}
#type2 .kv-txt .t-s {
  font-size: 18px;
  margin-right: 10px;
}
#type2 .kv-ttl {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 20px;
}
#type2 .kv-ttl .t-s {
  font-size: 0.7em;
}
#type2 .kv-form {
  background: #fff;
  border-radius: 20px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  margin-top: -40px;
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  #type2 .kv-txt {
    font-size: 26px;
  }
  #type2 .kv-txt::after {
    width: 324px;
    bottom: -10px;
  }
  #type2 .kv-txt .t-s {
    font-size: 15px;
  }
  #type2 .kv-ttl {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 1160px) {
  #type2 .kv-ttl {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 992px) {
  #type2 .kv {
    height: auto;
    padding: 20px 0;
  }
  #type2 .kv-wrap {
    display: block;
    margin: 0 auto;
  }
  #type2 .kv-body {
    max-width: 420px;
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 0;
  }
  #type2 .kv-txt {
    font-size: 20px;
    margin: 0 0 12px 20px;
  }
  #type2 .kv-txt::after {
    width: 274px;
    bottom: -8px;
  }
  #type2 .kv-txt .t-s {
    font-size: 14px;
  }
  #type2 .kv-ttl {
    margin-right: 0;
    font-size: 34px;
  }
  #type2 .kv-form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #type2 .kv-txt {
    font-size: 18px;
    margin: 0 0 12px 11px;
  }
  #type2 .kv-txt::after {
    width: 238px;
    bottom: -5px;
  }
  #type2 .kv-txt .t-s {
    font-size: 12px;
    margin-right: 7px;
  }
  #type2 .kv-ttl {
    font-size: 28px;
  }
}
#type2 .kv .formTtl {
  text-align: center;
  color: #007fc3;
  font-size: 18px;
  font-weight: 700;
  background: #f0f7fb;
  padding: 11px;
}
#type2 .kv .formbox form {
  width: 100% !important;
  position: relative;
}
#type2 .kv .formbox .step {
  max-width: 346px;
  width: 86%;
  margin: 10px auto 0;
}
#type2 .kv .formbox .step img {
  display: none;
  width: 100%;
}
#type2 .kv .formbox .step img:nth-child(1) {
  display: block;
}
#type2 .kv .formbox.s1 .step img:nth-child(1) {
  display: block;
}
#type2 .kv .formbox.s2 .step img:nth-child(2) {
  display: block;
}
#type2 .kv .formbox.s2 .step img:nth-child(1) {
  display: none;
}
#type2 .kv .formbox form {
  padding: 0 20px 20px;
  background: #fff;
}
#type2 .kv .mktoForm .hideError .mktoError {
  display: none !important;
}
#type2 .kv .mktoForm input[type=text],
#type2 .kv .mktoForm input[type=url],
#type2 .kv .mktoForm input[type=email],
#type2 .kv .mktoForm input[type=tel],
#type2 .kv .mktoForm input[type=number],
#type2 .kv .mktoForm input[type=date],
#type2 .kv .mktoForm textarea.mktoField,
#type2 .kv .mktoForm select.mktoField {
  width: 100% !important;
  padding: 7px 10px !important;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin-top: 6px !important;
}
#type2 .kv .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}
#type2 .kv .mktoForm .mktoFormRow {
  margin-bottom: 4px;
}
#type2 .kv .mktoForm input[aria-required=true] {
  background-color: #FEF4F7;
}
#type2 .kv .mktoForm .mktoLabel {
  font-size: 1.3rem;
  padding-top: 15px !important;
  font-weight: 400 !important;
}
#type2 .kv .mktoForm .mktoRequiredField label.mktoLabel {
  width: auto !important;
}
#type2 .kv .mktoForm #LblLastName {
  width: 100% !important;
}
#type2 .kv .mktoForm #Lblpca_surname_kana {
  width: 100% !important;
}
#type2 .kv .mktoForm .mktoAsterix {
  color: #f42859 !important;
  border: 1px solid #f42859;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 2px 0 !important;
  line-height: 1;
  margin-left: 4px;
}
#type2 .kv .mktoForm #LblFirstName .mktoAsterix {
  display: none !important;
}
#type2 .kv .mktoForm #LblLastName .mktoAsterix {
  position: absolute;
  left: 26px;
}
#type2 .kv .mktoForm #Lblpca_surname_kana .mktoAsterix {
  position: absolute;
  left: 102px;
}
#type2 .kv .mktoForm #Lblpca_firstname_kana .mktoAsterix {
  display: none !important;
}
#type2 .kv .mktoForm .mktoOffset {
  display: none;
}
#type2 .kv .mktoForm #LastNameField .mktoGutter.mktoHasWidth {
  display: none;
}
#type2 .kv .mktoForm #FirstNameField .mktoGutter.mktoHasWidth {
  display: none;
}
#type2 .kv .mktoForm #pca_surname_kanaField .mktoGutter.mktoHasWidth {
  display: none;
}
#type2 .kv .mktoForm #pca_firstname_kanaField .mktoGutter.mktoHasWidth {
  display: none;
}
#type2 .kv .mktoForm #LastName {
  width: 185px !important;
}
#type2 .kv .mktoForm #FirstName {
  width: 185px !important;
}
#type2 .kv .mktoForm #FirstNameField {
  float: right;
  margin-top: -37px;
}
#type2 .kv .mktoForm #pca_surname_kana {
  width: 185px !important;
}
#type2 .kv .mktoForm #pca_firstname_kana {
  width: 185px !important;
}
#type2 .kv .mktoForm #pca_firstname_kanaField {
  float: right;
  margin-top: -37px;
}
#type2 .kv .mktoForm #emailNoteField .mktoHtmlText.mktoHasWidth > div > span {
  color: #f42859 !important;
  font-size: 10px !important;
}
#type2 .kv .mktoForm .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  font-size: 11px;
  line-height: 1.18;
}
#type2 .kv .mktoForm .mktoHtmlText.mktoHasWidth br {
  display: none;
}
#type2 .kv .mktoForm .mktoHtmlText.mktoHasWidth a {
  color: #007fc3 !important;
  padding: 0;
}
#type2 .kv .mktoForm .mktoButtonRow {
  margin: 10px 0 0 !important;
  text-align: center !important;
}
#type2 .kv .mktoForm .mktoButtonWrap.mktoNative {
  margin: 0 !important;
}
#type2 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(to right, #7cb742 0%, #63a925 100%);
  border: none;
  border-radius: 4px;
  padding: 9px 102px;
  position: relative;
}
#type2 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#type2 .kv .formbox.s1 .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
  max-width: 180px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
#type2 .kv .formBtnBack {
  display: none;
}
#type2 .kv .formbox.s2 .formBtnBack {
  display: block;
}
#type2 .kv .formbox.s2 .formBtnBack {
  text-align: center;
  margin: 10px 0;
}
#type2 .kv .formbox.s2 .formBtnBack button {
  border: none;
  font-weight: bold;
  color: #fff;
  background: #848688;
  border-radius: 4px;
  width: 100%;
  max-width: 100px;
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
}
#type2 .kv .formbox .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg {
  max-width: 100% !important;
  background-color: #fff !important;
  color: #ff0000 !important;
  border: 2px solid #ff0000 !important;
  background-image: none !important;
  border-radius: 0 !important;
  font-size: 12.5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-top: 6px !important;
}
#type2 .kv .formbox .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
  background-color: #fff !important;
  border: 2px solid #ff0000 !important;
}
#type2 .kv .mktoForm .mktoError {
  right: auto !important;
  left: 0;
  bottom: -30px !important;
}
@media screen and (max-width: 599px) {
  #type2 {
    /* 次へボタン */
    /* 戻るボタン */
  }
  #type2 .kv .mktoForm .mktoFormCol {
    width: 100% !important;
  }
  #type2 .kv .mktoForm .mktoFieldWrap {
    width: 100% !important;
  }
  #type2 .kv .mktoForm #LastName,
  #type2 .kv .mktoForm #pca_surname_kana {
    width: 49% !important;
  }
  #type2 .kv .mktoForm #FirstName,
  #type2 .kv .mktoForm #pca_firstname_kana {
    float: right;
    width: 100% !important;
    margin-top: 4px !important;
  }
  #type2 .kv .mktoForm #FirstNameField,
  #type2 .kv .mktoForm #pca_firstname_kanaField {
    width: 49% !important;
  }
  #type2 .kv .mktoForm input[type=url],
  #type2 .kv .mktoForm input[type=text],
  #type2 .kv .mktoForm input[type=date],
  #type2 .kv .mktoForm input[type=tel],
  #type2 .kv .mktoForm input[type=email],
  #type2 .kv .mktoForm input[type=number],
  #type2 .kv .mktoForm textarea.mktoField,
  #type2 .kv .mktoForm select.mktoField {
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.2 !important;
  }
  #type2 .kv .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
  }
  #type2 .kv .mktoForm .mktoHtmlText.mktoHasWidth > div {
    display: inline;
  }
  #type2 .kv .mktoForm .mktoButtonRow {
    display: block !important;
  }
  #type2 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    padding: 9px 35px;
    width: 100%;
  }
  #type2 .kv .formbox.s1 .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    max-width: 150px;
    font-size: 18px;
  }
  #type2 .kv .formbox.s2 .formBtnBack button {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #type2 .kv .mktoForm #FirstNameField {
    margin-top: -48px;
  }
  #type2 .kv .mktoForm #pca_firstname_kanaField {
    margin-top: -48px;
  }
  #type2 .kv .mktoForm #FirstName,
  #type2 .kv .mktoForm #pca_firstname_kana {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  #type2 {
    /* メールアドレス */
  }
  #type2 .kv .mktoForm input[type=text],
  #type2 .kv .mktoForm input[type=url],
  #type2 .kv .mktoForm input[type=email],
  #type2 .kv .mktoForm input[type=tel],
  #type2 .kv .mktoForm input[type=number],
  #type2 .kv .mktoForm input[type=date],
  #type2 .kv .mktoForm textarea.mktoField,
  #type2 .kv .mktoForm select.mktoField {
    width: 380px !important;
  }
  #type2 .kv .mktoForm .mktoButtonRow {
    width: 100%;
  }
  #type2 .kv .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    width: 100%;
  }
  #type2 .kv .mktoForm #emailNoteField {
    position: relative;
    z-index: 2;
  }
  #type2 .kv .mktoForm #emailNoteField .mktoFormCol {
    position: absolute;
    top: -60px;
    left: 130px;
  }
}
#type2 .about {
  padding: 105px 0 70px;
}
#type2 .about-ttl {
  text-align: center;
  color: #595757;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#type2 .about-wrap {
  background: #f0f7fb;
  border-radius: 6px;
  padding: 25px 60px;
}
#type2 .about-wrap-ttl {
  text-align: center;
  color: #007fc3;
  font-size: 30px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 44px;
}
#type2 .about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#type2 .about-img {
  max-width: 464px;
  width: 54%;
}
#type2 .about-img img {
  width: 100%;
}
#type2 .about-right {
  background: #007fc3;
  color: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  max-width: 360px;
  width: 42%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#type2 .about-right::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 38px solid #007fc3;
  border-left: 0;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#type2 .about-txt {
  font-size: 18px;
  line-height: 2;
}
#type2 .about-txt span {
  color: #fff104;
  font-weight: 700;
}
#type2 .about-txt2 {
  margin-top: 12px;
}
#type2 .about-note {
  text-align: right;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  #type2 .about {
    padding: 30px 0 40px;
  }
  #type2 .about-wrap {
    padding: 25px 30px;
  }
  #type2 .about-right {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .about-ttl {
    font-size: 24px;
  }
  #type2 .about-wrap {
    padding: 15px 20px;
  }
  #type2 .about-wrap-ttl {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  #type2 .about-body {
    display: block;
  }
  #type2 .about-img {
    width: 100%;
    margin: 0 auto 20px;
  }
  #type2 .about-right {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  #type2 .about-right::after {
    right: auto;
    left: 50%;
    top: -25px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 27px solid #007fc3;
    border-top: 0;
  }
  #type2 .about-txt {
    font-size: 15px;
  }
  #type2 .about-note {
    font-size: 10px;
  }
}
#type2 .feature {
  background: url(../img/feature_bg.png) no-repeat center top/cover;
  padding: 72px 0 130px;
}
#type2 .feature .inner {
  max-width: 1140px;
}
#type2 .feature-ttl {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
#type2 .feature-ttl span {
  padding: 0 34px;
  position: relative;
}
#type2 .feature-ttl span::before,
#type2 .feature-ttl span::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 19px;
  height: 42px;
}
#type2 .feature-ttl span::before {
  background: url(../img/feature_ttl_left.svg) no-repeat center center/100%;
  left: 0;
}
#type2 .feature-ttl span::after {
  background: url(../img/feature_ttl_right.svg) no-repeat center center/100%;
  right: 0;
}
#type2 .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 30px;
}
#type2 .feature-item {
  background: #fff;
  border-radius: 50%;
  max-width: 262px;
  width: 24%;
  height: 262px;
  text-align: center;
  border: 4px solid #fff;
  overflow: hidden;
}
#type2 .feature-item-num {
  background: #fff104;
  color: #595757;
  font-size: 23px;
  font-weight: 700;
  padding: 16px 10px 10px;
}
#type2 .feature-item-ttl {
  font-size: 23px;
  font-weight: 700;
  color: #595757;
  line-height: 1.5;
  padding: 15px 10px;
}
#type2 .feature-item-ttl2 {
  padding-top: 38px;
  line-height: 1.65;
}
#type2 .feature-item-ttl .t1 {
  color: #35b4cf;
  font-size: 2.4em;
}
#type2 .feature-item-ttl .t2 {
  color: #35b4cf;
  font-size: 1.5em;
}
#type2 .feature-item-ttl sup {
  vertical-align: text-top;
}
#type2 .feature-note {
  text-align: right;
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
}
#type2 .feature .cvBtn {
  margin: 30px auto 0;
  max-width: 464px;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  #type2 .feature-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 580px;
    margin: 40px auto 0;
  }
  #type2 .feature-item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 992px) {
  #type2 .feature .cvBtn {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .feature {
    padding: 40px 0 90px;
  }
  #type2 .feature-ttl {
    font-size: 24px;
  }
  #type2 .feature-ttl span {
    padding: 0 25px;
  }
  #type2 .feature-ttl span::before,
  #type2 .feature-ttl span::after {
    width: 14px;
  }
  #type2 .feature-item {
    max-width: 200px;
    height: 200px;
  }
  #type2 .feature-item-num {
    font-size: 20px;
    padding: 11px 10px 5px;
  }
  #type2 .feature-item-ttl {
    font-size: 18px;
    padding: 10px;
  }
  #type2 .feature-item-ttl2 {
    padding-top: 25px;
  }
  #type2 .feature-note {
    font-size: 10px;
  }
  #type2 .feature .cvBtn {
    margin: 10px auto 0;
  }
}
#type2 .plan {
  background: #f2f2f2;
  padding: 50px 0 65px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
}
#type2 .planLead {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 35px;
}
#type2 .planLead .cl-blue {
  color: #007fc3;
  font-weight: bold;
}
#type2 .planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
#type2 .planItem {
  background: #fff;
  max-width: 470px;
  width: 49%;
  border-radius: 6px;
  position: relative;
}
#type2 .planItemSubTtl {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 350px;
  padding: 5px 6px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .planItemSubTtl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #7bb642 transparent transparent transparent;
  border-width: 13px 10.5px 0px 10.5px;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#type2 .planItemSh {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #007fc3;
  padding: 25px 0 0;
}
#type2 .planItemBody {
  padding: 20px 25px 0;
}
#type2 .planItemCont {
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .planItemBody .planItemCont:first-child {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#type2 .planItemBody .planItemCont:last-child {
  padding-top: 0;
}
#type2 .planItemContTtl {
  text-align: center;
  color: #007fc3;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#type2 .planItemContTxt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  min-height: 50px;
}
#type2 .planItemContTxt span {
  font-weight: 700;
  background: #fff104;
}
#type2 .planItemContImg {
  text-align: center;
  height: 237px;
  margin: 5px 0 10px;
}
#type2 .planItemContImg img {
  height: 100%;
  max-width: 100%;
}
#type2 .planItemContImg1 {
  padding-right: 30px;
}
#type2 .planItemWrap {
  background: #f0f7fb;
  border-radius: 16px;
  padding: 15px 25px 12px;
}
#type2 .planItemWrapTtl {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
#type2 .planItemWrapList li {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 5px 0 5px 30px;
  position: relative;
}
#type2 .planItemWrapList li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 18px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_plan01.svg) no-repeat center center/100%;
}
@media screen and (max-width: 992px) {
  #type2 .planLead {
    font-size: 1.4rem;
    margin: 0 15px;
  }
  #type2 .planList {
    display: block;
    margin-top: 20px;
  }
  #type2 .planItem {
    width: 100%;
    margin: 20px auto 0;
  }
  #type2 .planItemSubTtl {
    font-size: 1.6rem;
    max-width: 280px;
    padding: 3px 6px 5px;
  }
  #type2 .planItemSh {
    font-size: 2rem;
  }
  #type2 .planItemBody {
    padding: 15px 15px 0;
  }
  #type2 .planItemContImg {
    margin: 25px 0 0;
  }
  #type2 .planItemContTtl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #type2 .planItemContTxt {
    font-size: 1.4rem;
  }
  #type2 .planItemContImg {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  #type2 .planItemWrap {
    padding: 15px;
  }
  #type2 .planItemWrapTtl {
    font-size: 1.5rem;
  }
  #type2 .planItemWrapList li {
    font-size: 1.5rem;
    padding: 4px 0 4px 24px;
  }
  #type2 .planItemWrapList li::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .plan {
    padding: 35px 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
#type2 .freeTrialArea {
  padding: 35px 0 105px;
  background: url(../img/freetrialarea_bg.png) no-repeat center center/cover;
}
#type2 .freeTrialArea .btnBox {
  position: relative;
  padding: 0 150px;
}
#type2 .freeTrialArea .caption {
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px;
}
#type2 .freeTrialArea .caption .t-s {
  display: block;
  font-size: 3.4rem;
}
#type2 .freeTrialArea .caption .c-yellow {
  color: #fff104;
}
#type2 .freeTrialArea .btnBox .btn {
  position: relative;
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  z-index: 1;
}
#type2 .freeTrialArea .btnBox .btn .speechBalloon {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 120px;
  height: 50px;
  color: #333333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-color: #fff100;
  padding: 14px 0 13px 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#type2 .freeTrialArea .btnBox .btn .speechBalloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0px 0 22px;
  border-color: #fff100 transparent transparent transparent;
}
#type2 .freeTrialArea .btnBox .btn a {
  display: block;
  width: 552px;
  height: 96px;
  color: #ffffff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 96px;
  text-align: center;
  text-decoration: none;
  background: #7cb742; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */ /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, from(#7cb742), to(#63a925));
  background: linear-gradient(90deg, #7cb742 0%, #63a925 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7cb742", endColorstr="#63a925",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 0 6px;
  margin: 0 auto 25px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .freeTrialArea .btnBox .btn a:hover {
  opacity: 0.9;
}
#type2 .freeTrialArea .btnBox .btn a .btnText {
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 35px;
}
#type2 .freeTrialArea .btnBox .btn a .btnText::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 11px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -3px;
}
#type2 .freeTrialArea .btnBox .btn a:hover .btnText::before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#type2 .freeTrialArea .btnBox .btn a .btnText span {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  #type2 .freeTrialArea .btnBox {
    padding: 0 18px;
  }
  #type2 .freeTrialArea .caption {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #type2 .freeTrialArea .caption .t-s {
    display: block;
    font-size: 2.2rem;
  }
  #type2 .freeTrialArea .btnBox .btn {
    max-width: 370px;
    margin: 0 auto;
  }
  #type2 .freeTrialArea .btnBox .btn a {
    width: 100%;
    height: 54px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 54px;
    margin: 0 auto 15px;
  }
  #type2 .freeTrialArea .btnBox .btn a .btnText {
    padding-right: 22px;
    overflow: hidden;
  }
  #type2 .freeTrialArea .btnBox .btn a .btnText span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #type2 .freeTrialArea .btnBox .btn a .btnText::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 6px;
    background-image: url(../img/icon_arrow_white_small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-top: -4px;
  }
  #type2 .freeTrialArea .btnBox .btn a:hover .btnText::before {
    -webkit-animation: none;
    animation: none;
  }
  #type2 .freeTrialArea .btnBox .note {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #type2 .freeTrialArea .btnBox .note span {
    display: block;
    margin-top: 5px;
  }
  #type2 .freeTrialArea .btnBox .btn .speechBalloon {
    top: -20px;
    left: -29px;
    width: 60px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 0 5px 4px;
    border-radius: 5px;
  }
  #type2 .freeTrialArea .btnBox .btn .speechBalloon::before {
    bottom: -8px;
    border-width: 12px 0px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .freeTrialArea {
    padding: 35px 0 70px;
  }
}
@media screen and (max-width: 320px) {
  #type2 .freeTrialArea .btnBox .caption {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #type2 .freeTrialArea .btnBox .btn a {
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  #type2 .freeTrialArea .btnBox .btn a .btnText span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#type2 a.cvBtn {
  border-radius: 10px;
  color: #fff;
  background: #7cb742;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  padding: 17px 5px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
#type2 a.cvBtn:hover {
  text-decoration: none;
  opacity: 0.9;
}
#type2 a.cvBtn.--dl {
  background: #ff5900;
}
#type2 .cvBtnInline {
  padding-right: 26px;
  position: relative;
}
#type2 .cvBtnInline:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  width: 21px;
  height: 8px;
  background-image: url(../img/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: -3px;
}
#type2 a.cvBtn:hover .cvBtnInline:before {
  -webkit-animation: sdb 1.5s infinite;
          animation: sdb 1.5s infinite;
}
#type2 .cvBtnInline .small {
  font-size: 0.8em;
}
@media screen and (max-width: 992px) {
  #type2 a.cvBtn {
    font-size: 1.8rem;
  }
  #type2 .cvBtnInline {
    padding-right: 22px;
  }
  #type2 .cvBtnInline:before {
    width: 18px;
  }
}
#type2 .trial {
  padding: 50px 0 65px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type2 .trial .inner {
  max-width: 1140px;
}
#type2 .trial-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 90px auto 0;
}
#type2 .trial-img {
  max-width: 528px;
  width: 47%;
  position: relative;
}
#type2 .trial-img img {
  width: 100%;
}
#type2 .trial-img .-num {
  position: absolute;
  width: 200px;
  right: -15px;
  top: -65px;
}
#type2 .trial-body {
  max-width: 550px;
  width: 50%;
}
#type2 .trial-txt {
  font-size: 25px;
  line-height: 1.5;
}
#type2 .trial-cont {
  background: #f0f7fb;
  border-radius: 16px;
  margin-top: 15px;
  padding: 15px 35px 27px;
}
#type2 .trial-cont a.cvBtn {
  font-size: 2.4rem;
  max-width: 287px;
  margin: 28px auto 0;
}
#type2 .trial-cont-list li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 11px 0;
  padding-left: 38px;
  background: url(../img/icn_check.svg) no-repeat top 9px left/21px;
}
#type2 .trial-cont-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 32px;
  margin-bottom: 22px;
}
@media screen and (max-width: 992px) {
  #type2 .trial-wrap {
    display: block;
  }
  #type2 .trial-img {
    width: 100%;
    margin: 0 auto;
  }
  #type2 .trial-img .-num {
    width: 160px;
  }
  #type2 .trial-body {
    width: 100%;
    margin: 10px auto 0;
  }
  #type2 .trial-txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #type2 .trial {
    padding: 35px 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
  #type2 .trial-wrap {
    max-width: 390px;
    width: 100%;
    margin: 50px auto 0;
  }
  #type2 .trial-img .-num {
    width: 120px;
    right: 5px;
    top: -35px;
  }
  #type2 .trial-cont {
    margin-top: 10px;
    padding: 8px 25px 25px;
  }
  #type2 .trial-txt {
    font-size: 20px;
  }
  #type2 .trial-cont-list li {
    font-size: 17px;
  }
  #type2 .trial-cont a.cvBtn {
    font-size: 2.2rem;
    max-width: 257px;
    margin: 18px auto 0;
    padding: 14px 5px;
  }
}
#type2 .voice {
  background: #F3F3F3;
  padding: 50px 0 130px;
  border-radius: 80px 80px 0 0;
}
#type2 .voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#type2 .voice-item:nth-child(2) {
  margin-top: 35px;
}
#type2 .voice-item-left {
  max-width: 320px;
  width: 35%;
}
#type2 .voice-item-img {
  margin-bottom: 16px;
}
#type2 .voice-item-img img {
  width: 100%;
}
#type2 .voice-item-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
#type2 .voice-item-info {
  font-size: 15px;
  line-height: 1.66;
}
#type2 .voice-item-right {
  max-width: 616px;
  width: 63%;
}
#type2 .voice-item-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.18;
  color: #fff;
  margin-bottom: 17px;
}
#type2 .voice-item-ttl span {
  background: #007fc3;
  padding: 4px 13px 6px;
}
#type2 .voice-item-txt {
  font-size: 16px;
  line-height: 2;
}
#type2 .voice .cvBtn {
  margin: 45px auto 0;
  max-width: 464px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #type2 .voice .cvBtn {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .voice {
    padding: 35px 0 90px;
    border-radius: 50px 50px 0 0;
  }
  #type2 .voice-item {
    display: block;
  }
  #type2 .voice-item-left {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 10px;
  }
  #type2 .voice-item-img {
    margin-bottom: 5px;
  }
  #type2 .voice-item-info {
    font-size: 14px;
  }
  #type2 .voice-item-right {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  #type2 .voice-item-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #type2 .voice-item-txt {
    font-size: 15px;
  }
  #type2 .voice .cvBtn {
    margin: 25px auto 0;
  }
}
#type2 .faqArea {
  padding: 50px 0 60px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type2 .faqArea ul li {
  border: 1px solid #d9d9d9;
  padding: 20px 70px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
#type2 .faqArea ul li:not(:last-child) {
  margin-bottom: 30px;
}
#type2 .faqArea ul li dl dt {
  color: #007fc3;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
}
#type2 .faqArea ul li dl dt span {
  font-size: 40px;
  font-size: 4rem;
  margin-right: 6px;
}
#type2 .faqArea ul li dl dd .answer {
  color: #c34900;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.54;
  text-align: left;
  text-indent: -55px;
  padding-left: 55px;
  margin-bottom: 15px;
}
#type2 .faqArea ul li dl dd .answer span {
  font-size: 40px;
  font-size: 4rem;
  margin-right: 6px;
}
#type2 .faqArea ul li dl dd .note {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  padding-left: 53px;
}
#type2 .faqArea .cvBtn {
  margin: 38px auto 0;
  max-width: 464px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #type2 .faqArea {
    margin-bottom: 30px;
  }
  #type2 .faqArea ul {
    margin: 0 15px;
  }
  #type2 .faqArea ul li {
    padding: 15px;
  }
  #type2 .faqArea ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #type2 .faqArea ul li dl dt, #type2 .faqArea ul li dl dd .answer {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #type2 .faqArea ul li dl dt span, #type2 .faqArea ul li dl dd .answer span {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #type2 .faqArea ul li dl dt {
    text-indent: -28px;
    padding: 0 0 10px 28px;
    margin-bottom: 10px;
  }
  #type2 .faqArea ul li dl dd .answer {
    text-indent: -28px;
    padding-left: 28px;
    margin-bottom: 10px;
  }
  #type2 .faqArea ul li dl dd .note {
    padding-left: 28px;
  }
  #type2 .faqArea .cvBtn {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .faqArea {
    padding: 35px 0 60px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
#type2 .serviceContentsArea {
  background-color: #f2f2f2;
  padding: 50px 0 130px;
  border-radius: 80px 80px 0 0;
}
#type2 .serviceContentsArea table {
  border-collapse: separate;
}
#type2 .serviceContentsArea table tr th, #type2 .serviceContentsArea table tr td {
  height: 50px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .serviceContentsArea table tr:first-child th {
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  background-color: #f6f6f6;
}
#type2 .serviceContentsArea table tr:first-child th:nth-child(2) {
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-radius: 5px 0 0 0;
}
#type2 .serviceContentsArea table tr:first-child th:nth-child(3) {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 5px 0 0;
}
#type2 .serviceContentsArea table tr:last-child th:nth-child(1) {
  border-radius: 0 0 0 5px;
}
#type2 .serviceContentsArea table tr:last-child td:nth-child(3) {
  border-radius: 0 0 5px 0;
}
#type2 .serviceContentsArea table tr:first-child th, #type2 .serviceContentsArea table tr:last-child th {
  height: 70px;
}
#type2 .serviceContentsArea table tr:first-child th:nth-child(1) {
  width: 286px;
}
#type2 .serviceContentsArea table tr:first-child th:nth-child(2), #type2 .serviceContentsArea table tr:first-child th:nth-child(3) {
  width: 347px;
}
#type2 .serviceContentsArea table tr:not(:first-child) th {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1px;
  border: solid #6dacce;
  border-width: 0 0 1px 1px;
  background-color: #007fc3;
}
#type2 .serviceContentsArea table tr:nth-child(2) th {
  border-width: 1px 0 1px 1px;
  border-radius: 5px 0 0 0;
}
#type2 .serviceContentsArea table tr th.noStyle {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
#type2 .serviceContentsArea table tr th.w60 {
  width: 60px;
}
#type2 .serviceContentsArea table tr th.textSmall {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 10px;
}
#type2 .serviceContentsArea table tr th.textSmall.textTwoRow {
  line-height: 1.4;
}
#type2 .serviceContentsArea table tr td {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  border: solid #d9d9d9;
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
}
#type2 .serviceContentsArea table tr td:nth-child(2), #type2 .serviceContentsArea table tr:nth-child(4) td:nth-child(3) {
  border-width: 0 1px 1px 1px;
}
#type2 .serviceContentsArea table tr td .note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
#type2 .serviceContentsArea table tr td .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #007fc3;
  border-radius: 50%;
}
#type2 .serviceContentsArea table tr td .hyphen {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 16px;
}
#type2 .serviceContentsArea table tr td .hyphen::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
  margin-top: -1px;
}
@media screen and (max-width: 992px) {
  #type2 .serviceContentsArea table {
    margin: 0 15px;
  }
  #type2 .serviceContentsArea table tr:first-child th {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #type2 .serviceContentsArea table tr:not(:first-child) th {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #type2 .serviceContentsArea table tr th.textSmall {
    width: 16%;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 5px;
  }
  #type2 .serviceContentsArea table tr:first-child th:nth-child(1) {
    width: 30%;
    min-width: 110px;
  }
  #type2 .serviceContentsArea table tr:first-child th:nth-child(2), #type2 .serviceContentsArea table tr:first-child th:nth-child(3) {
    width: 35%;
  }
  #type2 .serviceContentsArea table tr:first-child th, #type2 .serviceContentsArea table tr:last-child th {
    height: auto;
    padding: 22px 5px;
  }
  #type2 .serviceContentsArea table tr th, #type2 .serviceContentsArea table tr td {
    height: auto;
    padding: 5px;
  }
  #type2 .serviceContentsArea table tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #type2 .serviceContentsArea table tr td .note {
    font-size: 10px;
    font-size: 1rem;
  }
  #type2 .serviceContentsArea table tr td .circle {
    width: 10px;
    height: 10px;
  }
  #type2 .serviceContentsArea table tr td .hyphen {
    width: 12px;
    height: 10px;
  }
  #type2 .serviceContentsArea table tr td .hyphen::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  #type2 .serviceContentsArea {
    padding: 35px 0 100px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
#type2 .applicationFlow {
  padding: 50px 0 64px;
  border-radius: 80px 80px 0 0;
  margin-top: -70px;
  background: #fff;
}
#type2 .applicationFlow .secTtl {
  margin-bottom: 110px;
}
#type2 .applicationFlow ul {
  margin-bottom: 20px;
}
#type2 .applicationFlow ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}
#type2 .applicationFlow ul li {
  float: left;
  position: relative;
  width: 227px;
  height: 93px;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  background-color: #007fc3;
  padding: 17px 15px 0;
  border-radius: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#type2 .applicationFlow ul li:first-child, #type2 .applicationFlow ul li:last-child {
  padding: 32px 15px 0;
}
#type2 .applicationFlow ul li:not(:first-child) {
  margin-left: 24px;
}
#type2 .applicationFlow ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 42px;
  height: 93px;
  background-image: url(../img/icon_flow_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 1;
}
#type2 .applicationFlow ul li:last-child {
  border-radius: 5px;
}
#type2 .applicationFlow ul li:last-child br {
  display: none;
}
#type2 .applicationFlow ul li .speechBalloon {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 96px;
  height: 40px;
  color: #333333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-color: #fff100;
  padding: 10px 0 8px 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#type2 .applicationFlow ul li .speechBalloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 22px 0 0;
  border-color: #fff100 transparent transparent transparent;
}
#type2 .applicationFlow .annotation {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 1012px) {
  #type2 .applicationFlow .secTtl {
    margin-bottom: 55px;
  }
  #type2 .applicationFlow ul {
    display: table;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #type2 .applicationFlow ul li {
    display: table;
    width: 26%;
    height: 100px;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #type2 .applicationFlow ul li:last-child {
    width: 22%;
  }
  #type2 .applicationFlow ul li:not(:first-child),
  #type2 .applicationFlow ul li:first-child, #type2 .applicationFlow ul li:last-child {
    padding: 0;
  }
  #type2 .applicationFlow ul li:not(:first-child) {
    margin: 0;
  }
  #type2 .applicationFlow ul li:not(:last-child) {
    padding-right: 16px;
  }
  #type2 .applicationFlow ul li .bgBox {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #007fc3;
    padding: 0 4px 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #type2 .applicationFlow ul li .bgBox {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #007fc3;
  }
  #type2 .applicationFlow ul li:not(:last-child) .bgBox {
    border-radius: 3px 0 0 3px;
  }
  #type2 .applicationFlow ul li:last-child .bgBox {
    padding: 0 4px 0 4px;
    border-radius: 3px;
  }
  #type2 .applicationFlow ul li:last-child br {
    display: block;
  }
  #type2 .applicationFlow ul li:not(:last-child)::before {
    display: none;
  }
  #type2 .applicationFlow ul li:not(:last-child) .bgBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 22px;
    height: 100px;
    background-image: url(../img/icon_flow_arrow_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 1;
  }
  #type2 .applicationFlow ul li .speechBalloon {
    top: -15px;
    left: 5px;
    width: 55px;
    height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 0 4px 0;
    border-radius: 5px;
  }
  #type2 .applicationFlow ul li .speechBalloon::before {
    bottom: -6px;
    border-width: 12px 11px 0 0;
  }
  #type2 .applicationFlow .annotation {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #type2 .applicationFlow {
    padding: 35px 0 40px;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 320px) {
  #type2 .applicationFlow ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#type2 .footer {
  position: relative;
  background-color: #fff;
  padding: 30px 15px 0;
  border-top: solid 1px #b7b7b7;
}
#type2 .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}
#type2 .footer-left-link {
  width: 55px;
}
#type2 .footer-privacy {
  padding-left: 15px;
}
#type2 .footer-privacy-text {
  font-size: 1.1rem;
  font-weight: 700;
}
#type2 a.footer-privacy-link {
  display: inline-block;
  color: #202020;
  font-size: 1.1rem;
  text-decoration: underline;
}
#type2 .footer-privacy-link .sp {
  display: none;
}
#type2 .footer-int-link {
  display: block;
  width: 190px;
  margin: 0 auto;
}
#type2 .footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 1rem;
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  #type2 .footer {
    padding: 30px 15px 15px;
  }
  #type2 .footer-left {
    margin-bottom: 0;
  }
  #type2 .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #type2 .footer-col {
    width: 50%;
  }
  #type2 .footer-int-link {
    margin: 0 0 0 auto;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0);
    opacity: 0;
  }
}
@keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 0);
    opacity: 0;
  }
}
#type2 .nopc {
  display: none;
}
#type2 .nosp {
  display: block;
}
@media screen and (max-width: 992px) {
  #type2 .nopc {
    display: block;
  }
  #type2 .nosp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */