@charset "utf-8";
/* CSS Document for Rakurakumeisai produced by rakus*/

/*フォームなどのheader*/
.header_gnav {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  margin: 0;
  width: auto;
}

.header__logo_img {
  vertical-align: middle;
}

@media (max-width: 1000px) {
  header {
    padding: 0 20px;
  }
  .header-wrap .header-inner {
    position: static;
    height: auto;
  }
  p.header-logo {
    position: static;
  }
  .nav-global {
    position: static;
  }
}

/*gradation------------------------------*/
.gradation01 {
  background: #066;
  background: -moz-linear-gradient(top, #066, #08c391) !important;
  background: -webkit-gradient(linear, top, bottom, from(#066), to(#08c391));
  background: -webkit-gradient(linear, top, bottom, from(#066), to(#08c391));
  color: #fff !important;

  /*Other Browser*/
  background: #066;
  /*For Old WEBKit*/
  background: -webkit-linear-gradient(#066 0%, #08c391 100%);
  /*For Modern Browser*/
  background: linear-gradient(#066 0%, #08c391 100%);
}
.gradation__mt40 {
  padding-top: 110px !important;
}
.gradation__pb35 {
  padding-bottom: 35px !important;
}
.section-pt0 {
  padding-top: 0;
}
.gradation02 {
  background: -moz-linear-gradient(bottom, #08c391, #fff);
  background: -webkit-gradient(linear, top, bottom, from(#08c391), to(#fff));
  background: linear-gradient(to bottom, #08c391, #fff);
  background: linear-gradient(to bottom, #08c391 0%, #fff 100%);
  color: #fff !important;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2150px 0;
  }
}
.company_list-pc {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  background: url(/common/img/top/logo-list.png) repeat-x 0 0;
  background-size: 2330px auto;
  height: 117px;
  overflow: hidden;
  animation: loop 50s linear infinite;
  -webkit-animation: loop 50s linear infinite;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/*.breadcrumb------------------------------*/
.breadcrumb {
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  color: #fff \9;
}
.breadcrumb a:hover {
  color: rgba(255, 255, 255, 1);
}

/*導入事例パンくずアンカー色*/
.case-infohead .breadcrumb a {
  cursor: pointer;
  transition: all 0.15s ease-in-out 0.15s;
  color: #019faa;
  text-decoration: none;
}
.case-infohead .breadcrumb a:hover {
  color: #007cd2;
}

.breadcrumb_focus {
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: default !important;
  pointer-events: none;
}
.breadcrumb_focus_b {
  color: #555 !important;
  cursor: default !important;
  pointer-events: none;
}
/*20 0930追加  pointer-eventsとcursor指定なし版。*/
.breadcrumb_basic {
  color: #555 !important;
}
/*20 0930追加  ここまで*/
.breadcrumb__ico_home {
  vertical-align: -2px;
  opacity: 0.8;
}
.breadcrumb__ico_home:hover {
  opacity: 1;
}
.breadcrumb__ico_gt {
  font-size: 0.8rem;
  opacity: 0.8;
  padding: 0 0.2rem 0 0.3rem;
}
/*.section------------------------------*/
.section-pt0 {
  padding-top: 0px;
}
.section-pt30 {
  padding-top: 30px;
}
.section-pb0 {
  padding-bottom: 0;
}
/*.style-triangles(カテゴリの区切りの三角)------------------------------*/
.style-triangles {
  position: relative;
  border: 1px solid #ccc;
}
.style-triangles::before,
.style-triangles::after {
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 0;
  width: 0;
  border: 35px solid transparent;
}
.style-triangles::before {
  border-top: 35px solid #ccc;
}
.style-triangles::after {
  margin-top: -2px;
  border-top: 35px solid #fff;
}
/*製品概要ページ　３つの特長------------------------------*/
.point3 {
  padding: 50px 0 100px;
}

.point3-list {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.point3-list li {
  width: 100%;
  border: 1px solid #00a33e;
  border-radius: 5px;
  list-style: none;
  margin-bottom: 25px;
}
.point3-list-tl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background: #00a33e;
}
.point3-list-tl p {
  margin: 0 3% 0 5%;
  padding: 10px;
  color: #00a33e;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 10%;
}
.point3-list-tl h3 {
  color: #fff;
  font-size: 26px;
  width: 80%;
  font-weight: bold;
  text-align: left;
}
.point3-list-cont {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point3-list-cont-1 {
  width: 85%;
}
.point3-list-cont-2 {
  width: 75%;
}
.point3-list-cont-1 a {
  display: block;
  margin-top: 10px;
}
.point3-list-cont-1 a.link {
  display: inline-block;
  text-decoration: underline;
  margin-top: 0;
}
.point3-list-cont h4 {
  font-size: 19px;
  color: #555;
  margin: 0 0 15px;
}
.point3-list-cont h4 span {
  color: #00a33e;
  font-weight: bold;
}
.point3-list-cont p {
  font-size: 14px;
  margin-bottom: 0;
}
.point3-list-img1 {
  display: block;
  width: 135px;
  height: 135px;
  margin: 0 0 0 3%;
}
.point3-list-img2 {
  display: block;
  width: 135px;
  height: 135px;
  margin: 0 3% 0 0;
}
.point3-list-img3 {
  display: block;
  width: 204px;
  height: 68px;
  margin: 0 0 0 3%;
}
.point3-list-img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
/*製品概要ページ　３つの特長 ここまで------------------------------*/

/*.CTA ボタン------------------------------*/

.cta-area-btn {
  display: block;
  width: 85%;
  margin: 0 auto;
  height: 100px;
  text-align: center;
  background: linear-gradient(45deg, #f39801, #d9562e, #f9bd5a);
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
}
.cta-area-btn div span {
  display: block;
  padding: 28px;
  font-size: 28px;
}
.cta-area-btn:hover {
  color: #fff;
  opacity: 0.7;
}
/*CTA ボタン ここまで------------------------------*/

/*製品概要　主な機能------------------------------*/
.feature-function {
  background: #b1dad9;
  padding: 50px 0 100px;
}
.feature-function p.lead {
  color: #000;
  text-align: center;
  margin: 30px 0 60px;
  font-size: 20px;
}
.feature-main img {
  width: 100%;
  height: auto;
}

.feature-function_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 0;
}
.feature-function_wrap .feature-function-cont {
  width: 30%;
  list-style: none;
}
.feature-function-cont .icon img {
  display: block;
  margin: 0 auto;
}
.feature-function_wrap h3 {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 20px;
  font-size: 22px;
  color: #333;
}
.feature-function_wrap p {
  background: #fefefe;
  color: #333;
  margin: 0 23px 30px 20px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.feature-function_wrap p::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 15px solid #fefefe;
  top: -10px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.feature-function_wrap p strong {
  color: #036c68;
  background: linear-gradient(transparent 60%, #ffecb1 60%);
}

/*製品概要 主な機能 ここまで------------------------------*/

/*製品概要　サポート体制------------------------------*/
.feature-support-wrap {
  display: flex;
  justify-content: space-between;
}
.feature-support-wrap img {
  width: 18%;
  height: 18%;
  margin-left: 30px;
}
/*製品概要 サポート体制 ここまで------------------------------*/
/*製品概要　セキュリティ対策------------------------------*/
.feature-security-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.feature-security-list li {
  width: 30%;
  list-style: none;
  margin: 10px auto;
  text-align: center;
}
.feature-security-list li p {
  text-align: center;
}
/*製品概要 セキュリティ対策 ここまで------------------------------*/

/*帳票発行ページ　------------------------------*/
.chohyo-link {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 30px auto 0;
}
.chohyo-link li {
  list-style: none;
  background: #019faa;
  width: 18%;
  text-align: center;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
.chohyo-link li a {
  color: #fff;
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}

.chohyo-link li:hover {
  opacity: 0.85;
}

.chohyo-list-wrap-table {
  margin: 60px auto 0;
  width: 90%;
  border: 1px solid #ccc;
}
.chohyo-list-wrap-table .sort {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.chohyo-list-wrap-table .sort:last-of-type {
  border-bottom: none;
}
.chohyo-list-wrap-table .sort-tl {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
.chohyo-list-wrap-table .sort-tl h3 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
}
.chohyo-list-wrap-table .sort-tl h3 span {
  font-size: 14px;
}
.chohyo-list-wrap-table .sort-tl img {
  width: 145px;
  height: 145px;
}
.chohyo-list-wrap-table .sort .sort-detail {
  box-sizing: border-box;
  padding: 20px;
  width: 60%;
}
.chohyo-list-wrap-table .sort .sort-detail .red {
  color: #f00;
  border-bottom: 1px solid #f00;
}
.chohyo-list-wrap-table .sort .sort-detail li {
  margin-bottom: 3px;
}
.chohyo-cta h2 {
  color: #333;
  margin-bottom: 20px;
}

/*.料金------------------------------*/
.pricelist {
  margin: 20px auto;
}
.pricelist p {
  color: #09a142;
  text-align: center;
  font-size: 20px;
}
.pricelist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.pricelist ul li {
  box-sizing: border-box;
  list-style: none;
  font-size: 17px;
  width: 300px;
  text-align: center;
}
.pricelist ul li:nth-of-type(2) {
  color: #09a142;
  font-size: 25px;
  margin: 0 15px !important;
  width: 60px;
}
.pricelist ul li:not(:nth-of-type(2)) {
  background: #09a142;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
}
.pricelist ul li span {
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
}
.page_price .section_hsform {
  padding: 0 !important;
}
.page_price .section_hsform h2 {
  color: #f95d18;
}
.form-pp-area {
  width: 90% !important;
  max-width: 800px !important;
  margin: 0 auto;
  font-size: 11px;
  padding: 0 0 40px;
}
.page_price .form-columns-2 .hs-form-field .hs-input,
.page_price .form-columns-2 .hs-form-field .hs-input,
.page_price .form-columns-2 .hs-form-field .error,
.page_price .form-columns-2 .hs-form-field .check-on,
.page_price .form-columns-2 .hs-form-field .input > select,
.page_price .form-columns-2 .hs-form-field .error {
  width: 270px !important;
}
.form-wrap {
  border: 1px solid #09a142;
  border-radius: 10px;
  width: 960px;
  margin: 50px auto;
  padding: 0;
}
.section_description {
  padding: 0 0 40px;
}
.section_description h2 {
  background: #09a142;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  border: none;
}
.section_description p.small {
  font-size: 12px;
  width: 800px;
  margin: 0 auto;
}

/*.main-block------------------------------*/
.main-block {
  margin: 60px auto;
  width: 960px;
  padding: 0;
  border-radius: 2px;
}
.topcompany .titleh2_bggreen {
  text-align: left;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.topcompany .titleh2_bggreen span {
  display: block;
  padding: 10px 20px;
  margin-right: 20px;
  background: #98cd19;
  text-align: center;
  font-weight: bold;
}
.topcompany .titleh2_bggreen strong {
  font-weight: bold;
}
.toptrouble::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 40px solid transparent;
  border-top: 40px solid #f8fff3;
  left: 0;
  right: 0;
  margin: 40px auto 100px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
.toptrouble_qa {
  padding: 20px 40px;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.toptrouble_qa li {
  font-size: 1.5rem;
  padding: 0px 0px;
  position: relative;
  list-style: none;
  width: 54%;
}
.toptrouble_qa li:nth-of-type(even) {
  transform: translateX(7%);
  width: 46%;
}
.toptrouble_qa li::before {
  content: "";
  top: 10%;
  left: -35px;
  width: 20px;
  height: 20px;
  position: absolute;
  border: 3px solid #666;
}
.toptrouble_qa li .jump {
  color: #45b035;
  font-weight: 600;
  font-size: 1.6rem;
}
.toptrouble_qa li::after {
  content: "";
  position: absolute;
  margin: 0 0 0 5px;
  width: 10px;
  height: 20px;
  top: -5%;
  left: -1.5em;
  border-right: 7px solid #98cd19;
  border-bottom: 7px solid #98cd19;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.grid {
  margin: 40px 0 0 -20px;
  font-size: 0;
}

.grid__unit {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 16px;
  vertical-align: top;
  margin: 0 0 0 0;
  text-align: center;
}

.grid__unit__img {
  padding: 0 0 0 0;
  margin-bottom: 10px;
  height: 85px;
  width: auto;
  display: inline-block;
}
.grid__unit__inner {
  text-align: justify;
  padding: 0 20px;
}

.grid__unit__inner__nobgcolor {
  background: none;
}

.grid__unit__w50per {
  width: 50%;
}
.grid__unit__w33per {
  width: 33.33%;
}
.grid__unit__w25per {
  width: 25%;
}

.grid__unit__inner__link {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 205px;
  height: 185px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #111;
  padding: 40px 20px 20px 20px;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.3);
}

.grid__unit__inner__link__for4column {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 105px;
  height: 85px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #111;
  padding: 40px 20px 20px 20px;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.3);
}

.grid__unit__inner__link:hover {
  background: #78bac0;
  box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.3) inset;
}

.grid__unit__inner__link__txt {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.grid__unit__inner__link__txt__bold {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #005984;
}

.gradation01__grid__unit__pagelink {
  color: #fff;
}
.gradation01__grid__unit__pagelink:hover {
  opacity: 0.9;
  color: #0d3a3a;
}

/*column2_left------------------------------*/

.column2_left__img {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
  margin-top: 10px;
}

.column2_left__inner {
  float: right;
  width: 70%;
}

/*column2_right------------------------------*/

.column2_right__img {
  display: inline-block;
  float: right;
  width: 20%;
  text-align: center;
  margin-top: 10px;
}

.column2_right__inner {
  float: left;
  width: 70%;
}

.preview_img {
  width: 407px;
}
.preview_txt {
  width: 407px;
  margin-top: 0 !important;
}

.preview_img2 {
  max-width: 350px;
}
.preview_txt2 {
  width: 570px;
  margin-top: 0 !important;
}
.preview_txt2_lead {
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.2rem;
  color: #666;
}
/* 20180620 add */
.preview_txt2__list-category {
  display: inline-block;
  margin: 0 2rem 0.5rem 0;
  padding: 0 0 0 3.3rem;
  text-indent: -3.3rem;
}
.preview_txt2__list-classification {
  display: inline-block;
  margin: 0 2rem 0.5rem 0;
  padding: 0 0 0 5.2rem;
  text-indent: -5.2rem;
}
.preview_txt2__text {
  margin: 0.5rem 0 0.5rem;
}

/*.ctaarea------------------------------*/
.ctaarea {
  background: #f6f6f6;
  padding-bottom: 50px;
}
.ctaarea h2 {
  color: #333;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  font-weight: bold;
  margin: 0 auto;
}
.ctaarea h2 img {
  width: 200px;
  height: auto;
}
.ctaarea_btnbox {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 980px;
  margin: 2rem auto 1rem auto;
}
.ctaarea_btnbox li {
  list-style: none;
  width: 47%;
  text-align: center;
  font-size: 2rem;
  line-height: 80px;
  height: 80px;
  border-radius: 4px;
}
.ctaarea_btnbox li.ctaarea_btnbox01 {
  background: rgba(249, 77, 0, 0.9);
  line-height: 1;
}
.ctaarea_btnbox li.ctaarea_btnbox02 {
  background: rgba(8, 130, 193, 0.85);
}
.ctaarea_btnbox li.ctaarea_btnbox01 a {
  padding: 13px 0;
}
.ctaarea_btnbox li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  transition: 0.2s;
}
.ctaarea_btnbox li:hover {
  opacity: 0.85;
}
.ctaarea_btnbox01 a span {
  font-size: 1.2rem;
  padding: 0 0 0.5rem;
  display: inline-block;
}
.ctaarea_telbox {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: 830px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #555;
}
.ctaarea_telbox li {
  list-style: none;
  font-weight: bold;
  text-align: left;
}
.ctaarea_telbox a {
  font-size: 1.1rem;
  margin: 0 20px 0 10px;
  color: #555;
  cursor: default;
  pointer-events: none;
  display: inline-block;
}
.ctaarea_telbox li:last-of-type a {
  margin: 0 0 0 10px;
}
.ctaarea_info {
  color: #555;
  text-align: center;
  margin: 0;
}
/*ctaarea end------------------------------*/

/*middle_cv_area------------------------------*/
.middle_cv_area {
  text-align: center !important;
  background: #f6f6f6;
  width: 100%;
  background: url(/common/img/bg_01.jpg) center no-repeat;
  background-size: 100% 100%;
}

.middle_cv_area__txt {
  font-size: 1.4rem;
  text-align: center !important;
}
.middle_cv_area_btn {
  min-width: 350px;
  max-width: 85%;
  font-size: 2rem;
  margin: 20px auto !important;
  display: block !important;
  padding: 40px 0;
  text-align: center;
}
.middle_cv_area__tel {
  font-size: 1.8rem;
  color: #019faa;
}
.middle_cv_area__tel__time {
  font-size: 1.2rem;
  color: #444;
}
.middle_cv_area__tel__link {
  font-size: 2rem;
}
.middle_cv_area__bottomtxt {
  margin: 1em 0 0.5em;
  font-size: 0.7rem;
  text-align: center;
}

/*page-top------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  font-size: 18px;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  padding: 8px 13px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #25e06b;
}

/*トップページへ戻る------------------------------*/
.backtop {
  position: relative;
  color: #fff;
}
.backtop::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -30px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.backtop:hover {
  color: #fff;
  opacity: 0.7;
}

/* btn */
.news-more__btn {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
.news-more__btn a {
  position: relative;
  display: block;
  color: #189c3e;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 20px 35px 20px 25px;
  border: 2px solid #189c3e;
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  transition: all 0.2s;
}
.news-more__btn a::after {
  content: "";
  position: absolute;
  background: url("/rakurakucloud/meisai/common/img/seminar/icon_arrow-green.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  width: 8px;

  height: 12px;
  transition: all 0.2s;
}
.news-more__btn a:hover {
  color: #fff;
  background-color: #189c3e;
}
.news-more__btn a:hover::after {
  background: url("/rakurakucloud/meisai/common/img/ico-arrow-white.svg") no-repeat center center;
  background-size: cover;
}

/*-------------------*/

.news {
  width: 840px;
  margin: 0 auto 40px auto;
  font-size: 1rem;
  list-style: none;
}
.news li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 0 2rem 10px 2rem;
  margin-bottom: 1rem;
}
.news li:first-child {
  border-top: 1px solid #eee;
  padding: 10px 2rem 10px 2rem;
}
.news li .date {
  display: inline;
  padding-right: 20px;
  color: #066;
}
.mark_icon_new {
  font-size: 0.8rem;
  padding: 1px 0.5rem 2px 0.5rem;
  background: #6cc;
  color: #fff;
  line-height: 0.8rem;
  vertical-align: 1.5px;
  border-radius: 6px;
}
.mark_icon_new__category {
  background: #2cb762;
  margin-right: 0.5rem;
  padding: 3px 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.mark_icon_new__classification {
  background: #55966e;
  margin-right: 0.5rem;
  padding: 3px 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.news__btn {
  margin-bottom: 0;
}

.mark_icon_seminar {
  font-size: 0.8rem;
  padding: 1px 0.5rem 2px 0.5rem;
  background: #ffd700;
  color: #fff;
  line-height: 0.8rem;
  vertical-align: 1.5px;
  border-radius: 6px;
}
.event_table {
  margin: 10px 0 0 0;
}
.event_table td {
  padding-bottom: 10px;
  vertical-align: top;
}
.reduce_list {
  /*border: 5px solid #09a142;*/
  border-radius: 5px;
  background: #f2f7e0;
  padding: 12px;
  margin: 20px auto;
  text-align: center;
  width: 80%;
  max-width: 580px;
}
.reduce_list dt {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
.reduce_list dd li {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
.reduce_list dd ul {
  padding-left: 130px;
}
.reduce_list dd span {
  color: #189c3e;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  .reduce_list dd ul {
    padding: 0;
  }
  .reduce_list {
    font-size: 14px;
    width: 90%;
  }
  .reduce_list dd ul {
    font-size: 14px;
  }
}

/*newsbox(news詳細ページ)------------------------------*/
.newsbox__date {
  text-align: right;
}
.newsbox p.center {
  text-align: center;
}
.newsbox p.lead {
  text-align: center;
  font-size: 30px;
  line-height: 1.8;
}
.newsbox p.ta-right {
  text-align: right;
}
.newsbox p.red {
  color: #f00;
}
.newsbox p .green {
  color: #09a142;
}
.newsbox .img__40per {
  max-width: 40%;
}
.newsbox .img__45per {
  max-width: 45%;
}
.newsbox .img__50per {
  max-width: 50%;
}
.newsbox .img__60per {
  max-width: 60%;
}
.newsbox .img__70per {
  max-width: 70%;
}
.newsbox .img__80per {
  max-width: 80%;
}
.newsbox .img__90per {
  max-width: 90%;
}
.newsbox .img__100per {
  max-width: 100%;
}
.newsbox .p_none {
  padding: 0;
}
.newsbox table.line {
  width: 100%;
  line-height: 1.6;
  margin: 30px 0;
}
.newsbox table.small-font {
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.2;
}
.newsbox table.line tr {
  border-top: 1px dotted #888;
}
.newsbox table.line tr:last-of-type {
  border-bottom: 1px dotted #666;
}
.newsbox table.line th {
  background: #f6f6f6;
  font-weight: 500;
  text-align: center;
}
.newsbox table.line th.nobackground {
  background: none;
}
.newsbox table.line td {
  padding: 10px 20px !important;
}
.newsbox table.line td.nobackground {
  background: none;
}
.newsbox .table_seminarday {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.newsbox .table_seminarday li {
  margin: 0;
  list-style-type: none;
  line-height: 1.6;
}
section.newsbox #form {
  width: 90%;
  max-width: 880px;
  margin: 120px auto 40px;
}
section.newsbox .panel {
  overflow: hidden;
  border: 2px solid #09a142;
  border-radius: 8px;
}
section.newsbox .panel h2 {
  color: #fff;
  background: #09a142;
}
section.newsbox .hbspt-form {
  width: 60%;
}
section.newsbox .hs-form .hs-input,
.hs-form textarea.hs-input {
  box-sizing: border-box;
}
.special-movie .special-movie-inner {
  text-align: center;
  width: 900px;
  margin: 0 auto;
}
section.newsbox .special-movie .movie-area {
  margin: 2rem auto;
}
section.newsbox ul.news-detail_list {
  margin: 0 0 0 1.5rem;
  padding: 0;
}
section.newsbox ul.news-detail_list li {
  list-style: disc;
}

.news-flex {
  display: flex;
}
.news-flex--add-option {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-flex .flex-img {
  margin-right: 20px;
  text-align: center;
}
.news-flex .flex-img {
  margin-right: 20px;
  text-align: center;
}
.news-flex .width--150 {
  width: 150px;
}
.news-flex .width--2column {
  width: 49.5%;
}
.news-flex .width--3column {
  width: 33%;
}
.news-flex img {
  width: 100%;
}
.news-flex img.logo {
  width: 100%;
  max-width: 150px;
  margin: 0 0 10px 0;
  display: block;
}
.news-flex em {
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}
.news-frame-line--gray{
  margin: 20px 0;
  padding:20px;
  border: 1px solid #dbdbda;
}

.news-list li{
  list-style: inherit;
}


/*sitemap------------------------------*/
.sitemap_box {
  margin-bottom: 40px;
}
.sitemap_box__link {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: left !important;
}
.sitemap_box__link:first-child {
  border-top: 1px solid #eee;
}
.sitemap_box__link__txt {
  color: #666;
  padding-left: 1.5rem;
  padding-left: 15px \9;
}
.sitemap_box__link:hover {
  background: #3ed677;
  color: #fff !important;
}
.sitemap_box__link img {
  vertical-align: middle;
}

/*other_services------------------------------*/
.other_services {
  width: 980px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background: #f0f0f0;
  justify-content: space-between;
}
.other_services img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.other_services__link {
  padding: 20px;
  width: 30%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #1388e3;
  border-radius: 3px;
  color: #555;
  font-size: 0.85rem;
  background: #fff;
}
.other_services__link:hover {
  border: 1px solid #5ab7ff;
}
.other_services__link__txt {
  font-size: 12px \9;
}

/*chohyo------------------------------*/

/*casestudies------------------------------*/
.casestudies {
  margin: 0 auto 40px auto;
  font-size: 0.9rem;
}
.casestudies__h4title {
  font-size: 0.9rem;
}
.casestudies__table {
  margin: 0 auto;
  font-weight: 500;
}
.casestudies__table th {
  font-weight: 500;
  text-align: right;
  color: #093;
  padding: 2px 10px;
  vertical-align: baseline;
}
.casestudies__table td {
  font-weight: 500;
  text-align: left;
  padding: 2px 10px;
}
.box__casestudies__topcopy {
  margin: 40px auto 0 auto;
}
.box__casestudies__topcopy__topphoto {
  float: left;
  max-width: 360px;
  display: inline-block;
  padding: 0 20px 0 0;
  display: block;
}
.box__casestudies__company {
  border: 1px solid #ccc;
  padding: 1.2rem 1.2rem 0 1.2rem;
  border-radius: 3px;
  margin-bottom: 40px;
}
.box__casestudies__topcopy__toppindex {
  width: 500px;
  float: right;
}

.casestudies_list_table {
  text-align: center;
  margin: 20px auto;
  max-width: 100%;
  border-right: 1px solid #ccc;
}

.casestudies_list_table th {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: 500;
  background: #ababab;
  color: #fff;
}

.casestudies_list_table td {
  text-align: left;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}

/*casestudies------------------------------*/

/*faq------------------------------*/
.faq {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.faq li {
  list-style: none;
}

.faq-wrap {
  margin: 0 auto;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 4px;
}

.faq-pull-left {
  text-align: left;
}

.question {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 2rem;
  padding: 10px 30px;
  color: #006a6f;
}

.question_p {
  font-size: 1.4rem;
  min-height: 30px;
  line-height: 30px;
  padding-left: 45px;
  display: inline-block;
  background: url(/common/img/ico_faq_q.png) no-repeat left top;
}

.answer {
  background: #a1d3d6;
  position: relative;
  padding: 10px 30px;
  border-radius: 0 0 4px 4px;
}

.answer:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 20px solid transparent;
  border-bottom-color: #a1d3d6;
  bottom: 100%;
  left: 45%;
  z-index: 100;
}

.answer_p_wrap {
  min-height: 80px;
  padding-top: 10px;
  background: #e5a2a2;
}

.answer_p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #033639;
  background: url(/common/img/ico_faq_a.png) no-repeat left top;
  padding-left: 45px;
  min-height: 30px;
}
/*faq------------------------------*/

/*download------------------------------*/
.dl_contents h4 {
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.1rem;
  padding: 0.25em 1em;
  display: block;
  top: 0;
  text-align: center;
}

.dl_contents h4:before,
.dl_contents h4:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.dl_contents h4:before {
  border-left: solid 1px #09a142;
  border-top: solid 1px #09a142;
  border-bottom: solid 1px #09a142;
  left: 0;
}
.dl_contents h4:after {
  content: "";
  border-top: solid 1px #09a142;
  border-right: solid 1px #09a142;
  border-bottom: solid 1px #09a142;
  right: 0;
}
.dl_txt {
  width: 90%;
  margin: 0.75rem auto;
  font-size: 0.8rem;
}

/*topabout「楽楽明細」とは------------------------------*/
.topabout ul {
  margin: 0;
  padding: 0;
}

.topabout p {
  font-size: 1.2rem;
  margin-top: 0;
}
.topabout ul li {
  list-style: none;
  font-size: 1.5rem;
}
.topabout ul li .topabout_green {
  font-weight: bold;
  color: #45b035;
}
.ttopabout ul li .topabout_blue {
  font-weight: bold;
  color: #397cbf;
}
.topabout ul li .topabout_blue {
  font-weight: bold;
  color: #397cbf;
}
.topabout ul li .topabout_yellow {
  font-weight: bold;
  color: #db9000;
}
.topabout ul li .topabout_red {
  font-weight: bold;
  color: #c2023c;
}
.topabout img {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: auto;
}
/*topabout「楽楽明細」とは end------------------------------*/

/*topadvantages「楽楽明細」導入のメリット------------------------------*/
.topadvantages {
  margin: 40px 0 40px;
  padding: 0;
}
.topadvantages h3.titleh3_bggreen {
  font-size: 1.4rem;
  margin: 30px 0;
}
.topadvantages h3.titleh3_bggreen:not(:first-of-type) {
  margin-top: 50px;
}
.topadvantages .titleh3_bggreen span {
  font-weight: bold;
}
.topadvantages .titleh3_bggreen span.circle {
  border-radius: 50%;
  padding-left: 8px;
  padding-right: 8px;
  border: 2px solid #fff;
  margin-right: 20px;
  font-size: 1.2rem;
}
.topadvantages .ex_txt {
  font-size: 0.8rem;
}
.topadvantages_list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 30px 0 0;
}
.topadvantages_list li {
  list-style: none;
  width: 45%;
  position: relative;
}
.topadvantages_list li:first-of-type::before,
.topadvantages_list li:first-of-type::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.topadvantages_list li:first-of-type::before {
  left: 106%;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 50px solid transparent;
  border-left: 40px solid #db9000;
}
.topadvantages_list li:first-of-type::after {
  left: 101%;
  width: 50px;
  height: 50px;
  border-left: 25px solid #db9000;
}
.topadvantages_list li img {
  display: block;
  margin: 0 auto;
  height: 182px;
}
.topadvantages_list:last-of-type li img {
  height: 140px;
}
.topadvantages_list p {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.topadvantages_list p span:first-of-type {
  background: #efefef;
  white-space: nowrap;
  color: #333;
  font-weight: bold;

  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  align-items: center;
  display: flex;
  width: 68px;
  box-sizing: border-box;
}
.topadvantages_list p span:last-of-type {
  width: 80%;
}

.topadvantages img.topadvantages_list_img1 {
  max-width: 800px;
  margin: 40px auto 70px;
  display: block;
}
/*topadvantages「楽楽明細」導入のメリット end------------------------------*/

/*topraku「楽楽明細」２つのラクラクポイント------------------------------*/
.topraku h3.titleh3_bggreen {
  font-size: 1.4rem;
  margin: 30px 0;
}
.topraku h3.titleh3_bggreen:not(:first-of-type) {
  margin-top: 50px;
}
.topraku h4 {
  color: #333;
  font-weight: bold;
}
.topraku h4 span {
  color: #09a142;
  font-weight: bold;
}
.topraku_list {
  margin: 0;
  padding: 0;
}
.topraku_list li {
  list-style: none;
}
.topraku_list h3 {
  list-style: none;
}
.topraku_list_cont {
  display: flex;
  justify-content: space-between;
}
.topraku_list_cont p {
  width: 80%;
}
.topraku_list_cont img {
  max-width: 150px;
  width: 100%;
  max-height: 150px;
  margin-left: 30px;
}
.topraku_list_cont .topraku_list_cont_img1 {
  max-width: 150px;
  width: 100%;
  margin-left: 30px;
  background: url(/common/img/icon_merit_issue.png) no-repeat;
  background-size: 250px;
  background-position: -110px -15px;
  border-radius: 50%;
  height: 150px;
  border: 1px solid #eee;
}
/*topraku「楽楽明細」２つのラクラクポイント end------------------------------*/

/*topmailing「郵送代行」もお任せ下さい！------------------------------*/
.topmailing_h2_baloon {
  position: absolute;
  top: -20px;
  left: 17%;
  display: inline-block;
  padding: 16px 5px;
  width: 70px;
  height: 70px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #45b035;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}
.topmailing_h2_baloon span {
  font-size: 14px;
}
.topmailing_h2_baloon::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #45b035;
  z-index: 0;
  transform: rotate(45deg);
}
.topmailing_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.topmailing_list li {
  list-style: none;
  width: 30%;
}
.topmailing_list_img1 {
  background: url(/common/img/yuso_icon_164.png) no-repeat #59bcc1 center top;
  width: 200px;
  height: 200px;
  border: 5px solid #ccc;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.topmailing_list_img2 {
  background: url(/common/img/yuso_icon_paper.png) no-repeat #59bcc1 center top;
  width: 200px;
  height: 200px;
  border: 5px solid #ccc;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.topmailing_list_img3 {
  background: url(/common/img/yuso_icon_click.png) no-repeat #59bcc1 center top;
  width: 200px;
  height: 200px;
  border: 5px solid #ccc;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.topmailing_list h3 {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.topmailing_list h3 strong {
  font-size: 3.2rem;
  font-weight: bold;
  color: #c2023c;
}
.topmailing_list li:last-of-type h3 strong {
  font-size: 2.4rem;
  color: #333;
}
.topmailing_list p strong {
  background: linear-gradient(transparent 60%, #f8c6d5 60%);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

/*topmailing「郵送代行」もお任せ下さい！ end------------------------------*/

/*topcase 導入事例インタビュー------------------------------*/
.topcase h2 {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  font-size: 2.5rem;
}
.topcase h3 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1.3rem;
  margin: 30px 0;
}
.topcase_list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topcase_list li {
  width: 48%;
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 4%;
}
.topcase_list li h4 {
  border: 1px solid #45b035;
  color: #45b035;
  padding: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 15px;
}
.topcase_list li img {
  height: 54px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.topcase_list li p {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.2rem;
  display: block;
  line-height: 1.5;
  position: relative;
  margin: 10px 0 0;
}
.topcase_list li p span {
  color: #09a142;
  font-size: 1.7rem;
  font-weight: bold;
}
.topcase_list li p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
}
.topcase_list li p::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
}
.topcase_link {
  color: #fff;
  text-align: right;
  display: block;
  text-decoration: underline;
}
.top_form_jirei {
  margin: 20px auto;
  max-width: 100%;
  text-align: center;
}
.top_form_jirei a:hover {
  opacity: 0.85;
}
.top_form_jirei_case a {
  margin: 30px auto 0 auto;
  background: #fff;
  font-weight: bold;
  color: #09a142;
  border: 1px solid #09a142;
}
.top_form_jirei_case a:hover {
  background: #09a142;
  color: #fff;
  border: 1px solid #fff;
}
/*topcase 導入事例インタビュー end------------------------------*/

/*--------------------------------------------------------

CTA

----------------------------------------------------------*/

/*cta-area1------------------------------*/

.cta-area1 {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #d0dc81;
  height: 315px;
  box-sizing: border-box;
}

.cta-area1 .cta-area1-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.cta-area1 .cta-area1-l {
  position: absolute;
  top: 30px;
  left: 0;
  width: 300px;
}
.cta-area1 .cta-area1-l figure {
  margin: 0;
}

.cta-area1 .cta-area1-l img {
  width: 300px;
  height: 225px;
  display: block;
  margin: 0 auto;
}

.cta-area1 .cta-area1-c {
  position: absolute;
  left: 270px;
  width: 500px;
  margin: 40px 0 0;
}

.cta-area1 .cta-area1-r {
  position: absolute;
  right: 0;
  bottom: -300px;
  width: 248px;
  margin-left: 0;
  z-index: 1;
}

.cta-area1 .cta-area1-r img {
  width: 248px;
  height: 332px;
  display: block;
  margin: 0 auto;
}
.cta-area1 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.cta-area1 h2 .sub-txt {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 18px;
  color: #e55927;
  text-align: center;
}

.cta-area1 h2 .sub-txt:before {
  content: "";
  display: inline-block;
  background: url(../img/cta-st-left.svg) 0 0 no-repeat;
  background-size: cover;
  width: 12px;
  height: 17px;
  margin-right: 6px;
  vertical-align: -0.15em;
}

.cta-area1 h2 .sub-txt:after {
  content: "";
  display: inline-block;
  background: url(../img/cta-st-right.svg) 0 0 no-repeat;
  background-size: cover;
  width: 12px;
  height: 17px;
  margin-left: 5px;
  vertical-align: -0.15em;
}

.cta-area1 h2 .main-txt {
  margin: 0 0 20px;
  font-size: 30px;
  color: #222;
  text-align: center;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.cta-btn {
  width: 290px;
  margin: 0 auto;
}

.cta-btn a {
  position: relative;
  display: block;
  padding: 12px 30px 15px 19px;
  background: #e55927;
  border: 3px solid #e55927;
  color: #fff;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.cta-btn a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 28px;
  background: url(../img/ico-arrow-white.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  transition: all 0.2s;
}

.cta-btn a:hover::after {
  right: 23px;
  background: url(../img/ico-arrow-orange.svg) 0 0 no-repeat;
}

.cta-btn a:hover {
  background: #fff;
  color: #e55927;
}

.cta-btn2 {
  width: 290px;
  margin: 0 auto;
}

.cta-btn2 a {
  position: relative;
  display: block;
  padding: 12px 30px 15px 19px;
  background: #fff;
  border: 3px solid #e55927;
  color: #e55927;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.cta-btn2 a::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 28px;
  background: url(../img/ico-arrow-orange.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  transition: all 0.2s;
}

.cta-btn2 a:hover::after {
  right: 23px;
  background: url(../img/ico-arrow-white.svg) 0 0 no-repeat;
}

.cta-btn2 a:hover {
  background: #e55927;
  color: #fff;
}

.cta-area1 .cta-area-tel {
  margin-top: 12px;
}

.cta-area1 .cta-area-tel .cta-tel-b {
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.cta-area1 .cta-area-tel .cta-tel-b span {
  font-size: 14px;
  vertical-align: 4px;
}

.cta-area1 .cta-area-tel .cta-tel-b a {
  font-size: 28px;
  color: #222;
  padding-left: 10px;
  letter-spacing: 1px;
}

.cta-area1 .cta-area-tel .cta-tel-s {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.cta-area1 .cta-area-tel .cta-tel-s ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.cta-area1 .cta-area-tel .cta-tel-s span {
  font-size: 14px;
}

.cta-area1 .cta-area-tel .cta-tel-s a {
  font-size: 14px;
  color: #222;
  padding-left: 5px;
}

.cta-area1 .cta-area-tel .cta-tel-s li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  list-style-type: none;
}

.cta-area1 .cta-tel-time {
  font-size: 11px;
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
}

/*cta-area2------------------------------*/

.cta-area2 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #d0dc81;
  height: 275px;
  box-sizing: border-box;
}

.cta-area2 .cta-area2-inner {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}

.cta-area2 .cta-area2-l {
  position: absolute;
  left: 0;
  bottom: -255px;
  margin: 10px 0 0 0;
  width: 220px;
}

.cta-area2 .cta-area2-l img {
  width: 220px;
  height: 300px;
  display: block;
  margin: 0 auto;
}

.cta-area2 .cta-area2-c {
  position: absolute;
  left: 240px;
  width: 400px;
  margin: 30px 0 0 0;
}

.cta-area2 .cta-area2-r {
  position: absolute;
  right: 0;
  margin: 10px 0 0 0;
  width: 265px;
}

.cta-area2 .cta-area2-r img {
  width: 265px;
  height: 219px;
  display: block;
  margin: 0 auto;
}

.cta-area2 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #222;
}
.cta-area2 .cta-area2-c p {
  margin-bottom: 35px;
  text-align: center;
}

/*cta-area3------------------------------*/

.cta-area3 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #d0dc81;
  background-size: cover;
  height: 330px;
  box-sizing: border-box;
  text-align: center;
}

.cta-area3 ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 270px;
}

.cta-area3 li {
  position: relative;
  width: 33.3%;
  margin: 0;
  padding: 25px 40px 0;
  border-right: 1px solid #fff;
  list-style-type: none;
}

.cta-area3 li:last-child {
  border-right: none;
}

.cta-area3 h2 {
  margin: 0 0 30px 0;
  font-size: 25px;
  font-weight: bold;
  color: #222;
}

.cta-area3 h2.font-s {
  font-size: 22px;
}

.cta-area3 p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.cta-area3-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.cta-btn-s,
.cta-btn-s2 {
  width: 265px;
  margin: 0 auto;
  line-height: 1;
}

/*cta-area4------------------------------*/

.cta-area4 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #d0dc81;
  height: 275px;
  box-sizing: border-box;
}

.cta-area4 .cta-area4-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}

.cta-area4 .cta-area4-l {
  position: absolute;
  bottom: -255px;
  width: 263px;
  margin: 5px 0 0 20px;
}
.cta-area4 .cta-area4-l figure {
  margin: 0;
}

.cta-area4 .cta-area4-l img {
  width: 350px;
  height: 295px;
  display: block;
  margin: 0 auto;
}
.cta-area4 .cta-area4-r {
  position: absolute;
  right: 0;
  width: 450px;
  margin: 30px 0 0 0;
}
.cta-area4 h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #222;
}
.cta-area4 .cta-area4-r p {
  margin-bottom: 35px;
  text-align: center;
}

/*cta-area5------------------------------*/

.cta-area5 {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  background: #d0dc81;
  box-sizing: border-box;
}

.cta-area5 .cta-area5-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.cta-area5 .cta-area5-inner h2 {
  font-size: 120%;
  color: #333;
  margin-bottom: 1em;
  font-weight: bold;
}
.cta-area5-inner ul li {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.cta-area5-inner ul li:last-of-type {
  border-right: 0;
  padding-right: 0;
}

/*cta-area6 ------------------------------*/

section.cta-area6 {
  padding: 0;
}
.cta-area6 .tvcm02 .tvcm-box {
  margin: 20px auto 0;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.cta-area6 .tvcm {
  padding: 75px 0;
}

.cta-area6 .tvcm .tvcm-box {
  position: relative;
  margin: 0 auto;
  height: 350px;
  padding: 50px 50px 40px;
  max-width: 810px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.cta-area6 .tvcm .tvcm-box h3 {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 35px 7px;
  background: #4f9a46;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.05em;
}

.cta-area6 .tvcm .tvcm-box h3:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4f9a46;
  border-width: 12px;
  margin-left: -12px;
}

.cta-area6 .tvcm .tvcm-list {
  margin: 0;
}

.cta-area6 .tvcm .tvcm-list ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

.cta-area6 .tvcm .tvcm-list li {
  position: relative;
  margin: 0;
  width: 320px;
  text-align: center;
  list-style-type: none;
  box-sizing: border-box;
}
.cta-area6 .tvcm .tvcm-list li h4 {
  font-weight: bold;
}
.cta-area6 .tvcm .tvcm-list li img {
  width: 100%;
}

.cta-area6 .tvcm .tvcm-list li .tvcm-list-movie {
  position: absolute;
  top: 60px;
  right: 0;
}

.cta-area6 .tvcm .tvcm-list li .tvcm-list-title a:hover img,
.cta-area6 .tvcm .tvcm-list li .tvcm-list-movie a:hover img {
  opacity: 0.7;
}

.cta-btn-s a {
  position: relative;
  display: block;
  padding: 14px 10px 18px 0;
  background: #e55927;
  border: 2px solid #e55927;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.cta-btn-s2 a {
  position: relative;
  display: block;
  padding: 14px 0 18px 10px;
  background: #e55927;
  border: 2px solid #e55927;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.cta-btn-s a::after,
.cta-btn-s2 a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 25px;
  background: url(../img/ico-arrow-white.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  transition: all 0.2s;
}

.cta-btn-s a:hover::after,
.cta-btn-s2 a:hover::after {
  right: 21px;
  background: url(../img/ico-arrow-orange.svg) 0 0 no-repeat;
}

.cta-btn-s a:hover,
.cta-btn-s2 a:hover {
  background: #fff;
  color: #e55927;
}

.cta-contact a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 28px;
  background: url(../img/icon-btn-mail.svg) 0 0 no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
}

.cta-contact a:hover::before {
  background: url(../img/icon-btn-mail-orange.svg) 0 0 no-repeat;
}

.cta-trial a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 28px;
  background: url(../img/icon-btn-pc.svg) 0 0 no-repeat;
  background-size: cover;
  width: 18px;
  height: 15px;
}

.cta-trial a:hover::before {
  background: url(../img/icon-btn-pc-orange.svg) 0 0 no-repeat;
}

.cta-dl a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 29px;
  background: url(../img/icon-btn-dl.svg) 0 0 no-repeat;
  background-size: cover;
  width: 17px;
  height: 15px;
}

.cta-dl a:hover::before {
  background: url(../img/icon-btn-dl-orange.svg) 0 0 no-repeat;
}

/*cta-area-top ------------------------------*/

.cta-area-top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #d0dc81;
  height: 280px;
  box-sizing: border-box;
}
.cta-area-top .title {
  padding: 0 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.cta-area-top .cta-area-top-body {
  background-color: #d0dc81;
  padding: 40px 0 0;
}
.cta-area-top .cta-area-top-body .c-inner {
  z-index: 10;
}
.cta-area-top .cta-area-top-body p {
  margin-bottom: 25px;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 900;
}
.cta-area-top .btnarea {
  position: relative;
  margin: 35px auto 0;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cta-area-top .btnarea:before {
  content: '';
  position: absolute;
  left: -160px;
  bottom: -48px;
  background: url(/common/img/top/talent_takito_hart.png) 0 0 no-repeat;
  background-size: cover;
  width: 180px;
  height: 319px;
  z-index: 1;
}
.cta-area-top .btnarea:after {
  content: '';
  position: absolute;
  right: -210px;
  bottom: -48px;
  background: url(/common/img/top/talent_natsuko_maru.png) 0 0 no-repeat;
  background-size: cover;
  width: 230px;
  height: 357px;
  z-index: 1;
}
.cta-area-top .btn ,.cta-btn-bgw-lo {
  width: 310px;
}
.cta-area-top .btn a {
  padding: 15px 35px 18px 25px;
  font-size: 18px;
}
.cta-area-top .btn a:after {
  top: 23px;
}
.cta-btn-bgw-lo a {
  background: #fff;
  border: 3px solid #e55927;
  color: #e55927;
  padding: 15px 35px 18px 25px;
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
  transition: .2s;
}
.cta-btn-bgw-lo a:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 28px;
  background: url(/common/img/ico-arrow-orange.svg) 0 0 no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  transition: all .2s;
}
.cta-btn-bgw-lo a:hover {
  background: #e55927;
  color: #fff;
}
.cta-btn-bgw-lo a:hover:after {
  content: '';
  position: absolute;
  background: url(/common/img/ico-arrow-white.svg) 0 0 no-repeat;
  right: 23px;
}
.cta-area-top .cta_trial_image,.cta-area-top .cta_doc_image {
  position: relative;
  z-index: 1;
}
.cta-area-top .cta_trial_image::before {
  background-image: url(/common/img/cta_doc_image.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 115px;
  height: 83px;
  content: "";
  position: absolute;
  left: -14px;
  top: -57px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
.cta-area-top .cta_trial_image:hover::before {
  width: 130px;
  height: 93px;
  left: -70px;
  top: -60px;
}
.cta-area-top .cta_doc_image::before {
  background-image: url(/common/img/cta_trial_image.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 140px;
  height: 74px;
  content: "";
  position: absolute;
  right: -16px;
  top: -57px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
}
.cta-area-top .cta_doc_image:hover::before {
  width: 155px;
  height: 89px;
  right: -60px;
  top: -58px;
}

/*-------
cta-area-cooperation
------*/
.cta-cooperation {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #d0dc81;
  height: 275px;
  box-sizing: border-box;
}

.cta-cooperation-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto;
}

.cta-cooperation .cta-l {
  width: 66%;
}

.cta-cooperation h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  line-height: 1.5;
  color: #222;
}
.cta-cooperation .cta-r {
  width: 30%;
  margin: 30px 0 0 0;
}
.cta-cooperation .cta-r img {
  position: absolute;
  right: 0;
  width: auto;
  height: 295px;
  display: block;
  margin: 0 auto;
  bottom: -64px;
}

/*----------------------
20200227　css style 追加
ctaボタンを左寄せにしたい時
------------------------*/
.cta-btn.cta-position-left {
  margin: 0;
}

/*----------------------
other-chohyo-link
------------------------*/
.other-chohyo-link_img {
  width: 60%;
}
.other-chohyo-link_list {
  padding: 0;
  margin-bottom: 30px;
}
.other-chohyo-link_item {
  list-style: none;
}
.other-chohyo-link_link {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  text-align: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  padding: 30px 10px 25px 10px;
  border: 2px solid #d0dc81;
  box-sizing: border-box;
}
.other-chohyo-link_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  background: url(../img/ico-arrow-green.svg) 0 0 no-repeat;
  background-size: cover;
  width: 9px;
  height: 13px;
  transition: all 0.2s;
}
.other-chohyo-link_link:hover {
  background-color: #d0dc81;
  color: #333;
}
.other-chohyo-link_txt {
  margin: 0;
}
.other-chohyo-link_txt {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 426px) {
  .other-chohyo-link_list {
    display: flex;
    justify-content: space-between;
  }
  .other-chohyo-link_item {
    width: calc((100% - 4%) / 3);
  }
}
@media screen and (max-width: 425px) {
  p.other-chohyo-link_txt {
    font-size: 18px;
  }
  .other-chohyo-link_link {
    padding: 10px;
  }
}

/*--------------------------------------------------------

case

----------------------------------------------------------*/

.case .case-box {
  margin-bottom: 50px;
}

.case .case-box ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.case .case-box li:not(:last-of-type) {
  margin-right: 4%;
}

.case .case-box li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 32%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  list-style-type: none;
  border: 1px solid #d8d8d8;
  font-weight: bold;
  transition: 0.2s;
}

.case .case-box li a {
  color: #222;
}

.case .case-box li:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.case .case-box .case-box-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.case .case-box .case-box-txt {
  margin: 0;
  padding: 20px 25px 40px;
  font-size: 15px;
  line-height: 1.6;
}

.case .case-box .case-box-txt p {
  margin: 0;
}

.case .case-box .case-box-company-wrap {
  margin: 40px auto 0;
  text-align: center;
}

.case .case-box .case-box-company {
  display: inline-block;
  padding: 5px 20px 7px;
  color: #444;
  background: #ebf3d5;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
}

/*--------------------------------------------------------

ニュース・セミナー

----------------------------------------------------------*/
.index_news_and_column {
  box-sizing: border-box;
  padding: 60px 0 0;
}
.index_news_and_column ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.index_news_and_column ul li {
  list-style: none;
  margin: 0;
  width: 48%;
}
.index_news_and_column .panel {
  overflow: hidden;
  border: 2px solid #189c3e;
  border-radius: 8px;
}
.index_news_and_column .panel_header {
  position: relative;
  padding: 0.5em 0.8em;
  background: #189c3e;
  font-size: 1.25rem;
  line-height: 140%;
  color: #fff;
}
.index_news_and_column .panel_header_shoulder {
  font-size: 0.875rem;
  line-height: 160%;
  text-align: right;
}
.index_news_and_column .panel_header_shoulder a {
  text-decoration: underline;
}
.index_news_and_column .panel_content {
  padding: 20px;
  background: #fdfdfd;
  border-radius: 0 0 7px 7px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.3);
  min-height: 320px;
}
.index_news_and_column .topic_list {
  display: flex;
  justify-content: flex-start;
}
.index_news_and_column .topic_list dt {
  width: 13%;
  margin-bottom: 0.5em;
  line-height: 130%;
  font-size: 14px;
}
.index_news_and_column .topic_list dd {
  width: 82%;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .index_news_and_column {
    padding: 20px 0 0;
  }
}

/*--------------------------------------------------------

media

----------------------------------------------------------*/

.media {
  padding: 60px 0;
}

.media .media-box {
  width: 820px;
  margin: 0 auto;
}

.media .media-box ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.media .media-box li {
  margin: 0;
  padding: 30px 20px;
  width: 390px;
  list-style-type: none;
  border-radius: 10px;
}

.media .media-box .facebook {
  position: relative;
  margin-right: 40px;
  background: #f2f5f9;
  border: 1px solid #d1deed;
}

.media .media-box .movie {
  background: #f5f8e9;
  border: 1px solid #cddfcd;
  text-align: center;
}
.media .media-box .movie figure.visual {
  margin: 0;
}

.media .media-box .facebook h2 {
  margin-bottom: 30px;
  color: #395590;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}

.media .media-box .movie h2 {
  margin-bottom: 30px;
  color: #189c3e;
  font-size: 20px;
  font-weight: bold;
}

.media .media-box .facebook .footer_cta_top_media__share {
  position: absolute;
  top: 38px;
  right: 20px;
}

/*--------------------------------------------------------

relatedsites

----------------------------------------------------------*/

.relatedsites {
  padding: 50px 0 70px;
}

.relatedsites .relatedsites-list ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}

.relatedsites .relatedsites-list li {
  position: relative;
  margin: 0 1% 0 0;
  padding: 18px 5px 25px;
  width: 25%;
  background: #fff;
  border: 3px solid #ddd;
  text-align: center;
  list-style-type: none;
}

.relatedsites .relatedsites-list li:last-child {
  margin: 0;
}

.relatedsites .relatedsites-list li:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../img/icon-blank-green.svg) 0 0 no-repeat;
  background-size: cover;
  width: 10px;
  height: 8px;
}

.relatedsites .relatedsites-logo {
  margin-bottom: 5px;
}

.relatedsites .logo-seisan img {
  width: 130px;
  height: 40px;
}

.relatedsites .logo-roumu img {
  width: 130px;
  height: 40px;
}

.relatedsites .logo-kintai img {
  max-width: 130px;
  height: auto;
}

.relatedsites .logo-keiri img {
  width: 170px;
  height: 36px;
}

.relatedsites .relatedsites-txt {
  font-size: 12px;
  line-height: 1.6;
  color: #222;
}

.relatedsites .relatedsites-list li:hover {
  background: #f7f7f7;
}

/*--------------------------------------------------------

footer

----------------------------------------------------------*/

footer .inner {
  max-width: 1100px;
  margin: 0 auto;
}

footer .logoarea-inner {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0px auto;
  padding: 10px 0;
}

footer #copyright .inner {
  width: inherit;
  font-size: 13px;
  color: #515151;
  letter-spacing: 0.05em;
}

footer #rakus {
  margin: 10px 0 0 0;
  width: 6%;
}

footer #rakus img {
  display: block;
  width: 100%;
  height: auto;
}

footer .logoarea-inner p {
  box-sizing: border-box;
  padding: 10px 3%;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  width: calc(100% - 40%);
}

footer #privacy {
  width: 8%;
  margin-right: 1%;
}

footer #privacy img {
  display: block;
  width: 100%;
  height: auto;
}

.logoarea-inner .isms {
  width: 14%;
  margin-right: 1%;
}
.logoarea-inner .isms img {
  display: block;
  width: 100%;
  height: auto;
}
#copyright {
  background-color: #ddd;
  text-align: center;
  padding: 12px 0px;
}

#copyright small {
  font-size: 85%;
  margin-top: 4px;
}

.footer-menu {
  position: relative;
  padding: 10px 0 20px;
  background-color: #7e7e7e;
  color: #fff;
}

.footer-menu inner {
  padding: 30px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-menu-sp {
  display: none;
}

/* cls対策用 追加 */

.cls_f1{
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
footer #privacy .cls_f1 img {
  height: 100%;
}
.cls_f2 {
  overflow: hidden;
  aspect-ratio: 32 / 23;
}
.logoarea-inner .isms .cls_f2 img {
  height: 100%;
}
.cls_f3 {
  overflow: hidden;
  aspect-ratio: 49 / 50;
}
footer .jiima .cls_f3 img {
  height: 100%;
}
.cls_f4 {
  overflow: hidden;
  aspect-ratio: 43 / 50;
}
footer #rakus .cls_f4 img {
  height: 100%;
}
.relatedsites-cls-kintai {
  overflow: hidden;
  aspect-ratio: 150 / 47;
  max-width: 130px;
  margin: auto;
}
.relatedsites .logo-kintai .relatedsites-cls-kintai img {
  width: 100%;
  height: 100%;
}
/* cls対策featureページ */
.cls_feature1 {
  overflow: hidden;
  aspect-ratio: 92 / 75;
  max-width: 73.63px;
  margin: auto;
}
.cls_feature2 {
  overflow: hidden;
  aspect-ratio: 122 / 75;
  max-width: 97.69px;
  margin: auto;
}
.cls_feature3 {
  overflow: hidden;
  aspect-ratio: 47 / 25;
  max-width: 112.59px;
  margin: auto;
}
.cls_feature4 {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-width: 60px;
  margin: auto;
}
.cls_feature5 {
  overflow: hidden;
  aspect-ratio: 217 / 150;
  max-width: 86.59px;
  margin: auto;
}
.feature-list .feature-icon.cls img {
  width: 100%;
  height: 100%;
}
.cls_feature6 {
  overflow: hidden;
  aspect-ratio: 1055 / 602;
}
.feature-pointlist .box-2set-child .cls_feature6 img {
  height: 100%;
}
.cls_feature7 {
  height: 170px;
  width: 100%;
}
.cls_feature8 {
  overflow: hidden;
  aspect-ratio: 397 / 239;
}
.cls_feature9 {
  overflow: hidden;
  aspect-ratio: 1195 / 708;
}
.cls_feature10 {
  width: 170px;
  height: 170px;
}
.box-2set .cls img {
  height: 100%;
}
.image-icon .cls_feature10 img {
  width: 100%;
  height: 100%;
}
.cls_feature11 {
  overflow: hidden;
  aspect-ratio: 1271 / 803;
}
.box-2set .cls_feature11 img {
  width: 100%;
  height: 100%;
}
.cls_feature12 {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-width: 170px;
}
.image-icon .cls_feature12 img {
  width: 100%;
  height: 100%;
}
.cls_feature13 {
  overflow: hidden;
  aspect-ratio: 11 / 6;
}

.image-icon .cls_feature13 img {
  width: 100%;
  height: 100%;
}
.cls_feature14 {
  overflow: hidden;
  aspect-ratio: 100 / 41;
}

.cls_feature14 img {
  width: 100%;
  height: 100%;
}

.cls_feature15 {
  overflow: hidden;
  aspect-ratio: 119 / 200;
  margin: auto;
}

.cls_feature15 img {
  width: 100%;
  height: 100%;
}
.cls_m1 {
  overflow: hidden;
  aspect-ratio: 317 / 178;
}
.cls_m1 img {
  height: 100%;
}

/* 20220614追加分 */
.logoarea-inner .jiima {
  width: 10%;
}

.logoarea-inner .jiima img {
  width: 100%;
}

/* ===== ページトップボタン ===== */

.footer-page-top {
  position: absolute;
  right: 60px;
  top: -31px;
  z-index: 1;
}

.footer-page-top .pagetop-detail {
  position: relative;
  display: inline-block;
  padding: 0.75em 1.3em 0.75em 2.2em;
  background-color: #aaa;
  background-image: -webkit-linear-gradient(270deg, rgba(126, 126, 126, 0) 0%, #7e7e7e 100%);
  background-image: linear-gradient(180deg, rgba(126, 126, 126, 0) 0%, #7e7e7e 100%);
  border: 1px solid #7e7e7e;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  cursor: pointer;
}

.footer-page-top .pagetop-detail:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 14px;
  left: 13px;
}

.footer-page-top .pagetop-detail:hover {
  background-color: #7e7e7e;
}

.footer-page-top:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: " ";
  width: 100%;
  height: 5px;
  background: #7e7e7e;
}

.footer-page-top .arrow {
  margin-right: 0.5em;
}

/* for IE9 */
.no-cssgradients .footer-page-top a {
  background: #0078c9 url(../img/btn_gradient_blue.svg) no-repeat 0 0;
  background-size: cover;
}

.no-cssgradients .footer-page-top a:hover {
  background: #0078c9;
}

/* ===== フッタータイトルバー ===== */

.footer-title-bar {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #9b9b9b;
}

.footer-title-bar:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.footer-logo {
  margin: 20px 0 0 0;
  float: left;
  max-width: 215px;
}

.footer-logo img {
  width: 160px;
  height: 60px;
}

.footer-contact {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: right;
}

/* ===== フッターナビバー ===== */

.footer-nav-bar {
  float: left;
}


.footer-nav-bar li {
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 140%;
}

.footer-nav-bar a {
  color: #fff;
  text-decoration: none;
}

.footer-nav-bar a:hover {
  color: #d3d3d3;
}

.footer-nav-title {
  position: relative;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 15px;
}

.footer-nav-title a:before {
  content: "＞";
  font-size: 0.7em;
  color: #fff;
  display: inline-block;
  vertical-align: 0.2em;
}

.footer-nav-cats {
  float: left;
  min-height: 170px !important;
  margin: 0;
  padding: 0 60px 0 30px;
  border-right: 1px solid #9b9b9b;
}

.footer-nav-cats:first-child {
  border-left: 1px solid #9b9b9b;
}

.footer-nav-cats:last-child {
  border-right: none;
}

.footer-nav-cats li {
  margin: 0.5em 0;
  list-style-type: none;
}

.footer-nav-cats a {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1.25em;
}

.footer-nav-cats .footer-nav-container ul {
  margin: 0 0 10px 0;
  padding: 0;
}

.footer-nav-cats .footer-nav-title-blank a:after {
  content: "";
  position: absolute;
  top: 5px;
  margin-left: 15px;
  background: url(../img/icon-blank-white.svg) 0 0 no-repeat;
  background-size: cover;
  width: 11px;
  height: 9px;
}

.nav-offer-footer {
  width: 150px;
  text-align: center;
  border-radius: 20px;
  transition: 0.2s;
  box-sizing: border-box;
  list-style-type: none;
  line-height: 1;
  border: 1px solid #fff;
  height: 40px;
}

.nav-offer-footer a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 10px 20px 12px;
  display: block;
}

.nav-offer-footer.nav-offer-orange {
  margin: 0 0 15px 0;
}

.nav-offer-footer.nav-offer-orange a {
  color: #fff;
  text-indent: 0;
}

.nav-offer-footer.nav-offer-orange:hover {
  border: 1px solid #e55927;
}

.nav-offer-footer.nav-offer-orange a:hover {
  color: #e55927;
}

.nav-offer-footer.nav-offer-green:hover {
  border: 1px solid #189c3e;
}

.nav-offer-footer.nav-offer-green a {
  color: #fff;
  text-indent: 0;
}

.nav-offer-footer.nav-offer-green a:hover {
  color: #189c3e;
}

/* ===== カテゴリーのぶら下がりを示す記号 ===== */

.footer-subcat-arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.125em;
}

.footer-subcat-arrow:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  margin: -3px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 5px;
  line-height: 5px;
}

.tel-list-item {
  margin: 0 0 0 10px;
  display: inline-block;
}

.tel-place {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  line-height: 1.6;
  vertical-align: -0.01em;
}

.tel-number {
  display: inline-block;
  margin-left: 3px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: middle;
}

.tel-number a {
  color: #fff;
}

.tel-number a:hover {
  color: #fff;
}

.tel-place-capsule {
  display: inline-block;
  padding: 0 0.75em;
  background: #fff;
  border-radius: 1em;
  color: #333;
}

.tel-sub {
  margin: 0;
  font-size: 12px;
  text-align: right;
}

/*フォームなどのfotter------------------------------*/
.footer_box {
  position: relative;
  padding: 0;
  background: #f0f0f0;
  color: #555;
}
.footer_box__menu__title {
  display: none;
}
.footer_box__rakus {
  text-align: center;
  width: 940px;
  padding: 20px;
  margin: 0 auto 0 auto;
}
.footer_box__rakus__logo {
  width: 60px;
  float: left;
  text-align: left;
}
.footer_box__rakus__subtxt {
  font-size: 0.85rem;
  padding: 0 0 0 0;
  text-align: justify;
  width: 790px;
  margin: 0 auto;
  float: left;
}
.footer_box__menu {
  width: 960px;
  margin: 0 auto 20px auto;
  padding: 20px 0 20px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.footer_box__menu__list {
  float: left;
  max-width: 220px;
  margin: 0 40px;
  font-size: 0.9rem;
  line-height: 1.8;
}
.footer_box__menu__list dt,
.footer_box__menu__list dd {
  padding: 0;
  margin: 0;
}
.footer_box__menu__list a {
  color: #555;
}
.footer_box__menu__list a:hover {
  color: #999;
  text-decoration: underline;
}
.footer_box__menu__pmark {
  width: 65px;
  float: right;
  font-size: 0.7rem;
  padding: 0;
  margin: 0;
  text-align: right;
}
.footer_box__menu__pmark img:hover {
  opacity: 0.7;
  transition: all 0.15s ease-in-out 0.15s;
}
.footer_box__copy {
  width: 100%;
  padding: 10px 0 10px 0;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 0.8rem;
  background: #333;
  border-top: 1px solid #000;
  color: #aaa;
}

.feature_diagram_mobileimg {
  display: none;
}

/*-----------------------------------------------*/
/* cta_bar */
/*-----------------------------------------------*/

.wrap_cta {
  width: 100%;
  background: #333;
  padding-bottom: 50px;
}

.cta {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 2.5rem;
  padding: 50px 0 0px;
  text-align: center;
  color: #fff;
}

.cta .jump {
  font-size: 3.5rem;
}

.cta .btn {
  margin: 10px 0 20px 0;
}
.wrap_cta_btnbox {
  display: flex;
  width: 90%;
  max-width: 980px;
  margin: 0 auto 3rem auto;
}
.wrap_cta_btnbox01,
.wrap_cta_btnbox02 {
  width: 50%;
  text-align: center;
  font-size: 1.7rem;
}
.wrap_cta_btnbox01 a,
.wrap_cta_btnbox02 a {
  line-height: 1;
  display: inline-block;
  width: 85%;
  height: 90px;
}
.wrap_cta_btnbox01 a {
  background: rgba(249, 77, 0, 0.9);
}

.wrap_cta_btnbox01 a:hover {
  background: rgba(249, 77, 0, 1);
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.wrap_cta_btnbox02 a {
  line-height: 80px;
  background: rgba(8, 130, 193, 0.85);
}
.wrap_cta_btnbox02 a:hover {
  background: rgba(8, 130, 193, 1);
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.wrap_cta_btnbox01_txt_small {
  font-size: 1.2rem;
  padding: 0.5rem 0;
  display: inline-block;
}
/*-----------------------------------------------*/
/* form complete.php */
/*-----------------------------------------------*/
.completetitle {
  margin: 30px auto 0;
  text-align: center;
  font-size: 24px;
}
.completetitle-sub {
  text-align: center;
}
/*-----------------------------------------------*/
/* form1 */
/*-----------------------------------------------*/
.form1 .section_hsform {
  padding: 20px 0 !important;
}

.form1 .hs-form {
  margin-bottom: 0;
}
.form1 .hs-form .actions {
  margin: 20px 0 0;
} /*-----------------------------------------------*/
/* form2 */
/*-----------------------------------------------*/
.form2 .section_hsform {
  padding: 20px 0 !important;
}
.form2 .hs-form {
  margin-bottom: 0;
}
.form2 .hs-form .actions {
  margin: 20px 0 0;
}

/*エンベッドバナー------------------------------*/

#side-cta {
  position: fixed;
  right: 5px;
  bottom: 23px;
  height: 280px;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#side-cta img {
  margin: 0;
  width: 280px;
  height: 280px;
}

#side-cta #side-cta-img a {
  box-sizing: border-box;
  display: block;
  width: 63px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: #e55927;
  border: #e55927 solid 3px;
  border-radius: 5px;
  line-height: 1.1;
  transition: 0.3s;
}
#side-cta #side-cta-img a span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#side-cta #side-cta-img a:hover {
  color: #e55927;
  background-color: #fff;
}

#side-cta #side-cta-close {
  position: absolute;
  top: 30px;
  left: 25px;
  margin: 0;
  padding: 0;
}
#side-cta #side-cta-close:hover {
  opacity: 0.85;
}

#side-cta #side-cta-close img {
  width: 14px;
  height: 14px;
}

/*-----------------------------------------------*/
/* function */
/*-----------------------------------------------*/

.function-about-img {
  margin: 80px auto 70px;
  max-width: 900px;
  text-align: center;
}

.function-about-img img {
  width: 100%;
}

.function-about-img-sp {
  display: none;
}

.function .function-about-list {
  display: table;
  margin: 0 0 30px 0;
  border: 2px solid #eaeaea;
}

.function .function-about-list dt {
  display: table-cell;
  padding: 25px;
  width: 25%;
  background: #f2f2f2;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
}

.function .function-about-list .about-icon {
  margin: 0 auto;
  width: 75px;
  height: 75px;
}

.function .function-about-list dt p {
  margin: 10px 0 0;
  text-align: center;
}

.function .function-about-list dd {
  display: table-cell;
  margin: 0;
  padding: 25px 35px;
  width: 75%;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}

.function .function-about-list dd p {
  margin: 0;
}

.function .function-about-list dd p.function-about-list-link {
  margin-top: 10px;
}

.box-3set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.box-3set ul::after {
  display: block;
  content: "";
  width: 31%;
}

.box-3set li {
  width: 31%;
}

/*-------------------------------------------------------------*/
/* Renewal css　リニューアル用  */
/*-------------------------------------------------------------*/
/*-----------------------------------------------*/
/* feature 製品の特徴ぺージ*/
/*-----------------------------------------------*/
.box-4set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.box-4set ul li {
  width: 30%;
  height: 100%;
  margin-right: 50px;
}
.box-4set ul li:nth-child(3),
.box-4set ul li:nth-child(5) {
  margin-right: 0;
}
.box-4set ul li .feature-icon {
  margin: 0 auto;
}
.box-4set ul li a {
  padding: 20% 10%;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-4set ul li a p {
  color: #333;
  margin: 10px 0 0;
}

.feature-list li {
  margin: 0 0 40px 0;
  list-style-type: none;
}
.feature-list li a {
  display: block;
  height: 100%;
  padding: 35px 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.feature-list li a::after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 3px solid;
  border-color: transparent transparent #00a33e #00a33e;
  transform: rotate(-45deg);
  bottom: 20px;
  left: 50%;
  margin-left: -3px;
}
.feature-list li a:hover {
  box-shadow: 0 0 15px #adadad;
}
.feature-icon {
  text-align: center;
}
.feature-list .feature-icon img {
  width: auto;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.feature-list h3 {
  margin: 15px auto 4px;
  color: #189c3e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.feature-list li p {
  font-size: 90%;
  text-align: center;
}
.box-2set {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 98%;
}
.box-2set-child {
  width: 47%;
}
.box-2set-child figure.visual {
  margin: 0;
}

li.box-2set-child {
  list-style-type: none;
}
.box-2set img {
  width: 100%;
}
.feature-pointlist .box-2set-child img {
  width: 100%;
}

.box-cta h2 {
  font-size: 120%;
  color: #333;
  margin-bottom: 1em;
  font-weight: bold;
}

p.feature-nmb {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  margin: 0 0 3px;
}
.feature-4point h2 {
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

/*-----------------------------------------------*/
/* support サポートぺージ*/
/*-----------------------------------------------*/
.supprt-box {
  margin: 3em auto 0;
}
.supprt-box ul li {
  list-style-type: none;
}
.supprt-box ul li img {
  width: 100%;
}
.supprt-box ul li p {
  text-align: center;
}
.supportcase-list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.supportcase-list li {
  list-style: none;
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #c5cc37;
}
.supportcase-list li a {
  position: relative;
  display: block;
  height: 100%;
}
.supportcase-list-name {
  background: #c5cc37;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
}
.supportcase-list-logo img {
  width: 100%;
  margin: 0 auto;
}
.supportcase-list-text {
  color: #333;
  margin: 0;
  box-sizing: border-box;
  padding: 0 20px 70px;
}
.supportcase-list-link {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  color: #189c3e;
  margin: 0;
  text-align: center;
  transition: 0.2s;
}
.supportcase-list li a:hover .supportcase-list-text {
  opacity: 0.8;
}
.supportcase-list li a:hover .supportcase-list-link {
  color: #c5cc37;
}
.supportcase .case_form_jirei {
  text-align: center;
  margin-bottom: 100px;
}
/*-----------------------------------------------*/
/* yusoぺージ*/
/*-----------------------------------------------*/
.cta-area-yuso {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #d0dc81;
  background-size: cover;
  height: 285px;
  box-sizing: border-box;
}
.cta-area-yuso-inner {
  display: flex;
  justify-content: space-between;
  width: 650px;
  margin: 0 auto;
}
.cta-area-yuso h2 .main-txt {
  margin: 0 0 20px;
  font-size: 30px;
  color: #222;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.cta-area-yuso h2 .sub-txt {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 18px;
  color: #e55927;
  text-align: center;
  position: relative;
}
.cta-area-yuso h2 .sub-txt::before {
  content: "";
  display: inline-block;
  background: url(../img/cta-st-left.svg) 0 0 no-repeat;
  background-size: cover;
  width: 12px;
  height: 17px;
  margin-right: 6px;
  vertical-align: -0.15em;
}
.cta-area-yuso h2 .sub-txt::after {
  content: "";
  display: inline-block;
  background: url(../img/cta-st-right.svg) 0 0 no-repeat;
  background-size: cover;
  width: 12px;
  height: 17px;
  margin-left: 5px;
  vertical-align: -0.15em;
}
.cta-area-yuso .cta-area1-l img {
  width: 270px;
  height: 247px;
  display: block;
  margin: 0 auto;
}

.yuso-list li {
  margin: 0;
  padding: 70px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  list-style-type: none;
  box-sizing: border-box;
}
.round50 li {
  border-radius: 50%;
  line-height: 2;
}
.yuso-arrow-btm li {
  position: relative;
}
.yuso-arrow-btm li::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 3px solid;
  border-color: transparent transparent #00a33e #00a33e;
  transform: rotate(-45deg);
  bottom: 20px;
  left: 50%;
  margin-left: -3px;
}
.yuso-icon {
  text-align: center;
  margin: 1em auto;
}
.yuso-icon img {
  height: 60px;
}
.yuso-list h3 {
  color: #252525;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.yuso-list li p {
  font-size: 15px;
  color: #00a33e;
  text-align: center;
  margin: 0 0 10px 0;
}
h3.yuso-reason-h3 {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 1em;
  position: relative;
}
h3.yuso-reason-h3 em {
  font-style: normal;
  font-size: 40px;
  color: #00a33e;
}
em.em-green {
  font-style: normal;
  font-size: 40px;
  color: #00a33e;
}
.yuso-arrow-right {
  position: relative;
  text-align: center;
}
.yuso-arrow-right img {
  width: 80%;
  margin: 0 auto;
}
.yuso-arrow-right::after {
  left: 48%;
  top: 45%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(9, 161, 66, 0);
  border-left-color: #4d9345;
  border-width: 30px;
  margin-top: -30px;
}
.yuso-list li p.yuso-canbe-txt-small {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
.yuso-list li p.yuso-canbe-txt-small span {
  display: inline-block;
  padding: 6px 10px;
  background: #e55927;
  line-height: 1;
  border-radius: 6px;
  color: #fff;
  margin-left: 4px;
  font-size: 20px;
}
.yuso-list li p.yuso-canbe-txt-big {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333;
}
.yuso-list li p.yuso-canbe-txt-big em {
  font-size: 2.5em;
  font-style: normal;
  color: #00a33e;
}
.yuso-list li p.yuso-canbe-txt-caution {
  font-size: 13px;
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
  color: #333;
}
.yuso-faq-heading dl {
  display: flex;
  color: #fff;
  background-color: #4f9a46;
  padding: 12px 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.3;
  cursor: pointer;
  font-size: 22px;
  margin: 0;
  position: relative;
}
.yuso-faq-heading dl::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  right: 25px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
  box-sizing: border-box;
}

.yuso-faq-heading.active dl::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.yuso-faq-heading dd {
  margin: 0;
}

.yuso-faq-list {
  padding: 0;
}

.yuso-faq-wrap {
  display: none;
}

.yuso-faq-wrap dl {
  display: flex;
  background-color: #fff;
  margin: 0;
  border: 1px solid #4f9a46;
  padding: 17px;
}

.yuso-faq-wrap dt {
  font-size: 22px;
  color: #4f9a46;
  font-weight: bold;
}

.yuso-faq-wrap dd {
  margin-left: 20px;
}

.yuso-faq-item {
  margin-bottom: 30px;
}

/* 20220802追加　テストb用 */
.page-lead-low {
  margin: 20px auto 0;
  font-size: 13px;
  line-height: 1.8;
  max-width: 722px;
}
.page-lead.page-lead--mt {
  margin-top: 20px;
}

/*-----------------------------------------------*/
/* 料金ぺージ*/
/*-----------------------------------------------*/
.contents-title-main {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}
.contents-title-main img {
  width: 100%;
}
.cta-area-price {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #d0dc81;
  height: 300px;
  box-sizing: border-box;
}
.cta-area-trial {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #d0dc81;
  height: 330px;
  box-sizing: border-box;
}
.cta-area-price-inner,
.cta-area-trial-inner {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
  align-items: center;
}
.cta-area-price-l,
.cta-area-trial-l {
  width: 40%;
}
.cta-area-price-r,
.cta-area-trial-r {
  width: 55%;
}
.cta-area-price h2 .main-txt {
  margin: 0 0 20px;
  font-size: 30px;
  color: #222;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.cta-area-price h2 .main-txt::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -20px;
  background: url(/common/img/price/price-bnr-free.svg) 0 0 no-repeat;
  background-size: cover;
  width: 85px;
  height: 60px;
}
.cta-area-trial h2 .main-txt {
  margin: 10px 0 20px;
  font-size: 30px;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.cta-area-price .sub-txt {
  font-size: 0.5em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: center;
}
.cta-area-trial .sub-txt {
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 25px;
  text-align: center;
}
.cta-area-price .cta-area-price-l img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 0 0 20px;
}
/* 200817　料金ページtitleとcta変更 */
.contents-main .price-title .contents-title {
  margin-bottom: 25px;
  margin-top: 18px;
}
.price-title .cta-btn {
  margin-top: 45px;
  margin-left: 64px;
}
.price-title .cta-btn a {
  padding: 6px 30px 8px 19px;
  line-height: 1.4;
}
.price-title .cta-btn a .small {
  font-size: 12px;
}
.price-title .cta-btn a::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 44px;
  background: url(../img/ico-arrow-white.svg) 0 0 no-repeat;
  background-size: cover;
  width: 11px;
  height: 17px;
  transition: all 0.2s;
}
.price-title .cta-btn a:hover::after {
  right: 23px;
  background: url(../img/ico-arrow-orange.svg) 0 0 no-repeat;
}

.price-title .cta-btn a:hover {
  background: #fff;
  color: #e55927;
}
.contents-main .price-title .contents-title-right {
  padding-top: 10px;
}
.cta-area-price-2 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #d0dc81;
  height: 299px;
  box-sizing: border-box;
}
.cta-area-price-2 .cta-area-price-inner {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  width: 100%;
  margin: 20px auto;
  align-items: center;
}
.cta-area-price-l,
.cta-area-trial-l {
  width: 40%;
}
.cta-area-price-r,
.cta-area-trial-r {
  width: 55%;
}
.cta-area-price-2 h2 .main-txt {
  margin: 0 0 20px;
  font-size: 30px;
  color: #222;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.cta-area-price-2 h2 .main-txt::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 13px;
  background: url(/common/img/price/price-bnr-free.svg) 0 0 no-repeat;
  background-size: cover;
  width: 85px;
  height: 60px;
}
.cta-area-price-2 .sub-txt {
  font-size: 0.5em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: center;
}
.cta-area-price-2 .cta-area-price-r img {
  width: 163px;
  display: block;
}
.cta-area-price-2 .cta-area-price-l {
  width: 65%;
}
.cta-area-price-2 .cta-area-price-r {
  width: 34%;
}
.cta-area-price-2 .cta-area-price-r figure.visual {
  margin: 0;
}

/* 200817　料金ページcta変更　ここまで */
.cta-area-trial .cta-area-trial-l img {
  width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}
ul.trial-list {
  margin: 0 auto 10px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
ul.trial-list li {
  width: 46%;
  text-align: center;
  background: #fff;
  border: 2px solid #4f9a46;
  list-style-type: none;
}
ul.trial-list h4 {
  background: #4f9a46;
  padding: 5px;
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
ul.trial-list h4::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(79, 154, 70, 0);
  border-top-color: #4f9a46;
  border-width: 6px;
  margin-left: -6px;
}
h4.indiviconsul,
h4.settingsupport {
  position: relative;
}
ul.trial-list p {
  padding: 4px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
h4.indiviconsul::before {
  width: 22px;
  content: "";
  position: absolute;
  background: url(/common/img/price/icon-indiviconsul.svg) 0 0 no-repeat;
  height: 22px;
  left: 32px;
}
h4.settingsupport::before {
  width: 16px;
  content: "";
  position: absolute;
  background: url("/rakurakucloud/meisai/common/img/price/icon-settingsupport.svg") 0 0 no-repeat;
  height: 18px;
  left: 32px;
}
.price-box {
  position: relative;
  margin: 40px auto;
  padding: 80px 30px 20px;
  max-width: 830px;
  width: 100%;
  background: #f5f8e9;
  border-radius: 10px;
  box-sizing: border-box;
}
.price-box h3 {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 35px 7px;
  background: #4f9a46;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
.price-list ul {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
}
.price-list li {
  margin: 0;
  width: 45%;
  text-align: center;
  list-style-type: none;
  box-sizing: border-box;
}
.price-list li .price-list-top {
  padding: 4px 0 6px;
  background: #4f9a46;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #4f9a46;
  border-radius: 5px 5px 0 0;
  letter-spacing: 0.05em;
}
.price-list li .price-list-bottom {
  padding: 10px 20px 15px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #4f9a46;
  border-radius: 0 0 5px 5px;
}
.price-list li:nth-child(2n) {
  width: 60px;
  color: #4f9a46;
  font-size: 34px;
  font-weight: bold;
}
.price-box-txt {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 1em auto 3em;
  color: #00a33e;
}
.price-estimates-box {
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
}
ul.price-step-list {
  margin: 3em auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.price-step-list li {
  width: 14%;
  list-style-type: none;
  background: #fff;
  border: 2px solid #4f9a46;
  border-radius: 6px;
  position: relative;
}
.price-step-list li:hover {
  box-shadow: 0 0 8px #a1a1a1;
}
.price-step-list li::after {
  left: 107%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(79, 154, 70, 0);
  border-left-color: #4f9a46;
  border-width: 15px;
  margin-top: -15px;
}
.price-step-list li:last-of-type::after {
  display: none;
}
.price-form-box h3 {
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 2em;
}
.price-step-list h4 {
  background: #4f9a46;
  margin: 0;
  text-align: center;
  padding: 6px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 2px 2px 0 0;
}
.price-step-list p {
  padding: 10px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  font-size: 0.95em;
  color: #4f9a46;
  font-weight: bold;
}
li.price-step-summary {
  background: #4f9a46;
}
li.price-step-summary p {
  color: #fff;
  padding-top: 20px;
}
p.price-step-nm {
  background: #4d9345;
  color: #fff;
  padding: 6px 14px;
  line-height: 1.3;
  display: table;
  margin: 0;
  border-radius: 4px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.price-step h2 {
  text-align: left;
  line-height: 1.3;
  margin: 0.5em 0;
  font-weight: bold;
  color: #222;
  font-size: 24px;
  letter-spacing: 0;
}
.price-document-free-btnarea {
  margin: 5em auto 0;
  max-width: 750px;
  width: 100%;
}
.icon-documentreq,
.icon-planningfree {
  position: relative;
}
.icon-planningfree {
  margin: 3em auto 0;
}
.icon-documentreq::before {
  content: "";
  position: absolute;
  background: url(/common/img/price/icon-document-req.svg) no-repeat top left;
  width: 70px;
  height: 70px;
  z-index: 2;
  top: -11px;
  left: -18px;
}
.icon-planningfree::before {
  content: "";
  position: absolute;
  background: url(/common/img/price/icon-planning.svg) no-repeat top left;
  width: 70px;
  height: 70px;
  z-index: 2;
  top: -13px;
  left: -18px;
}

/*-----------------------------------------------*/
/* 帳票ぺージ*/
/*-----------------------------------------------*/
.chohyo-detail figure {
  margin: 2em auto 3em;
  width: 100%;
  text-align: center;
}
.chohyo-detail figure img {
  width: auto;
  height: 100px;
}
.chohyo-detail h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.chohyo-detail h3 span {
  font-size: 80%;
}
.chohyo-detail p {
  padding: 10px;
  line-height: 1.8;
  min-height: 260px;
}
.chohyo-detail.end p {
  min-height: 60px;
}
.use-free-0yen {
  position: relative;
}
.chohyo-keigen {
  margin: 35px 0 0 0;
  background: #fff;
  padding: 13px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #c5cc37;
  border-radius: 10px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
.chohyo-keigen img {
  padding-right: 7px;
  width: 110px;
  vertical-align: -0.45em;
}

/*-----------------------------------------------*/
/* 精算訴求*/
/*-----------------------------------------------*/
.sisterbrand p {
  text-align: center;
  font-size: 1.6rem;
}
.sisterbrand h2 {
  font-size: 1.3rem;
  color: #333;
}
.sisterbrand a {
  text-decoration: underline;
}
.sisterbrand a em {
  font-style: normal;
}
.sisterbrand a em.sbdseisan {
  color: #0078c9;
}
.sisterbrand a em.sbdhanbai {
  color: #c04251;
}
.seisan .special-movie h2 {
  color: #333;
  margin: 20px 0;
}
.seisan .special-movie h2 .special-movie-h2em01 {
  color: #189c3e;
  font-style: normal;
}
.seisan .special-movie h2 .special-movie-h2em02 {
  color: #ff7f00;
  font-style: normal;
}
.seisan .special-movie h2 .special-movie-h2em03 {
  color: #0078c9;
  font-style: normal;
}
.seisan .special-movie .movie-area {
  text-align: center;
}

/*--元のフォントサイズから少しサイズダウンさせたい時--*/
.font-small {
  font-size: 85%;
}
/*--角丸のグローが入ったボックスにしたい時--*/
.shadow-box-gray {
  margin: 1rem auto;
  padding: 45px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  box-sizing: border-box;
}
.shadow-box-gray.pd60 {
  padding: 45px 60px;
}
  /*--角丸のグローが入ったボックス内にh4をいれたい時--*/
  .shadow-box-gray .hdg-l4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #189c3e;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
/*--TOPの料金で使用している少し強調したい時に使うボックスとh3--*/
.rgreen-point-box {
  position: relative;
  margin: 60px auto 20px;
  padding: 80px 30px 20px;
  width: 96%;
  background: #f5f8e9;
  border-radius: 10px;
  box-sizing: border-box;
}
.rgreen-point-box h3 {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 35px 7px;
  background: #4f9a46;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
/*--あるリストのみリストタイプを外したい時--*/
.clear-listype li {
  list-style-type: none;
}
/* shadow-box-grayないのチェックリスト */
  .box-check-list {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .box-check-list>li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .box-check-list li {
    position: relative;
    width: 32%;
    margin: 20px 2% 0 0;
    background-color: #f5f5f5;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: bold;
    padding-left: 49px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box-check-list>li::before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: 19px;
    width: 13px;
    height: 8px;
    border-top: solid 4px #189c3e;
    border-right: solid 4px #189c3e;
    transform: rotate(135deg);
    z-index: 1;
  }
  .box-check-list>li::after {
    position: absolute;
    top: calc(50% - 12px);
    left: 15px;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #fff;
  }
  .box-check-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .box-check-list li ul {
    margin-top: 10px;
    padding-left: 0;
  }
  .box-check-list li ul li {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .box-check-list li ul li + li {
    margin-top: 10px;
  }
.cooperation-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.cooperation-table th,
.cooperation-table tr,
.cooperation-table td {
  border: 2px solid #eaeaea;
  padding: 10px 10px;
  text-align: center;
}
.cooperation-table th {
  font-size: 1em;
  background: #eaeaea;
  line-height: 1.3;
}
.cooperation-table th:not(:last-child) {
  border-right: 2px solid #fff;
}
.cooperation-table td {
  width: 25%;
}
.cooperation-table td:nth-of-type(2) {
  width: 50%;
}
.cooperation-table td a:hover {
  opacity: 0.7;
}
.cooperation-table .logo {
  width: 180px;
  vertical-align: middle;
}
.cooperation-table .logo.w40 {
  width: 40%;
}
.cooperation-table a:hover .logo {
  opacity: 0.7;
}
.cooperation-table .service {
  margin: 0 0 2px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.cooperation-table .company {
  margin: 0;
  font-size: 0.9em;
  text-align: center;
}

.cooperation-table .link:after {
  content: "";
  display: inline-block;
  background: url(../img/icon-blank-green.svg) 0 0 no-repeat;
  background-size: cover;
  width: 13px;
  height: 11px;
  margin-left: 8px;
}

/*--強調したい時に使う背景グレーに緑の三角のあるリスト--*/
ul.list-triangle {
  background: #f2f2f2;
  padding: 30px 30px 16px;
  border-radius: 6px;
}
ul.list-triangle li {
  position: relative;
  margin: 0 0 14px;
  list-style-type: none;
  padding-left: 14px;
}
ul.list-triangle li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid #4f9a46;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 7px;
  left: 0;
}
/*-----------------------------------------------*/
/* 精算・販売　訴求*/
/*-----------------------------------------------*/
.strengths {
  margin: 30px auto 0;
}
.strengths h1 {
  font-size: 22px;
  color: #333;
  text-align: center;
}
.strengths h1 span {
  position: relative;
}
.strengths h1 span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 1px;
  height: 25px;
  background: #333;
  transform: rotate(-30deg);
}
.strengths h1 span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -20px;
  width: 1px;
  height: 25px;
  background: #333;
  transform: rotate(30deg);
}
.strengths h1 em:first-of-type {
  font-style: normal;
  font-weight: bold;
  color: #0078c9;
}
.strengths h1 em:last-of-type {
  font-style: normal;
  color: #c04251;
}
.strengths h2 {
  margin: 20px 0 30px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.strengths-link {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.strengths-link li {
  width: 45%;
  padding: 0;
  list-style: none;
  background: #f5f5f5;
  transition: 0.2s;
}
.strengths-link li:hover {
  opacity: 0.7;
}
.strengths-link li a {
  display: block;
  padding-bottom: 30px;
}
.strengths-link li h3 {
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.strengths-link li:first-of-type h3 {
  background: #0078c9;
}
.strengths-link li:last-of-type h3 {
  background: #c04251;
}
.strengths-link li h4::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
.strengths-link li:first-of-type h3::after {
  border-top: 15px solid #0078c9;
}
.strengths-link li:last-of-type h3::after {
  border-top: 15px solid #c04251;
}
.strengths-link li img {
  display: block;
  margin: 0 auto;
}
.strengths-link li h4 {
  font-size: 16px;
}
.strengths-link li:first-of-type h4 {
  text-align: center;
  color: #0078c9;
  font-weight: 500;
}
.strengths-link li:first-of-type h4 sup {
  font-size: 60%;
}
.strengths-link li:last-of-type h4 {
  margin: 0;
  text-align: center;
  color: #c04251;
  font-weight: 500;
}
.strengths-link li h4 em {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}
.strengths-link li h4 em span {
  font-size: 24px;
}
.strengths-link li:first-of-type .note {
  color: #333;
  text-align: center;
  font-size: 11px;
  display: inherit;
}
.strengths-link li p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.strengths-link li p::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 48%;
  width: 25px;
  height: 25px;
  border-top: 2px solid #b0b0b0;
  border-right: 2px solid #b0b0b0;
  transform: rotate(135deg);
}
.seisanarea {
  margin: 0 auto 0;
  padding: 50px 0 0;
}
.seisanarea h2 {
  padding: 20px;
  background: -webkit-linear-gradient(left, #59a4d1, #017dc9);
  background: -o-linear-gradient(left, #59a4d1, #017dc9);
  background: linear-gradient(to right, #59a4d1, #017dc9);
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.seisanarea h2 em {
  font-style: normal;
  font-size: 27px;
  font-weight: bold;
}
.seisanarea-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 50px auto;
}
.seisanarea-hero-left h3 {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.seisanarea-hero-left h3 em {
  font-size: 60px;
  font-style: normal;
}
.seisanarea-hero-left h3 em sub {
  font-size: 20px;
  font-style: normal;
}
.seisanarea-hero-left h4 {
  color: #0078c9;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
}
.seisanarea-hero-left img {
  display: block;
  margin: 0 auto;
}
.seisanarea-hero-left .note {
  max-width: 610px;
}
.seisanarea-hero-right {
  margin-left: 50px;
}
.seisanarea-hero-right iframe {
  width: 400px;
  height: 224px;
  border-top: 1px solid #333;
}
.seisanarea-hero-right small {
  font-size: 68%;
  line-height: 1.2;
  display: block;
}
.seisanarea-cta-wrap {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  max-width: 700px;
  height: 140px;
  background: #0078c9;
  text-align: center;
  border-radius: 10px;
}
.seisanarea-cta-wrap h3 {
  color: #fff;
}
.seisanarea-cta-wrap h3 b {
  position: relative;
  display: block;
}
.seisanarea-cta a {
  position: relative;
  margin: 30px auto 0;
  padding: 1em;
  width: 100%;
  max-width: 350px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  background-color: #f8a411;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #f8a411;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seisanarea-cta a::after {
  content: "";
  position: absolute;
  left: -130px;
  top: -20px;
  background-image: url("/form/img/seisan_common_txt_no1_note__img-minidoc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 47%;
  height: 180%;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.seisanarea-cta a::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 0.8rem;
  height: 0;
  width: 0;
  display: block;
  border: 12px transparent solid;
  border-right-width: 0;
  border-left-color: #fff;
}
.seisanarea-cta a:hover {
  transform: translateY(-10px);
  opacity: 0.95;
}
.seisanarea-problem {
  margin-top: 100px;
}
.seisanarea-problem h3 {
  margin-top: 100px;
  color: #0078c9;
  text-align: center;
}
.seisanarea-problem-image {
  position: relative;
  margin: 0 auto 100px;
  width: 100%;
  max-width: 700px;
}
.seisanarea-problem img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.seisanarea-problem-image::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #007bc6;
}
.seisanarea-problem-text {
  text-align: center;
  font-size: 24px;
}
.seisanarea-problem-text strong {
  font-size: 30px;
  color: #0078c9;
}
.seisanarea-problem-text b {
  font-size: 30px;
  color: #ffa20a;
}
.seisanarea-flow {
  background: #f8f8f8;
  padding: 50px 0;
}
.seisanarea-flow h3 {
  font-weight: bold;
  text-align: center;
  color: #007bc6;
}
.seisanarea-flow h4 {
  margin: 30px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.seisanarea-flow h4 b {
  font-weight: bold;
}
.seisanarea-flow-image {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.seisanarea-common-cta {
  margin-top: 30px;
}
.seisanarea-common-cta a {
  position: relative;
  margin: 10px auto 0;
  padding: 1em;
  width: 100%;
  max-width: 350px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  background-color: #f8a411;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #f8a411;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seisanarea-common-cta a::after {
  content: "";
  position: absolute;
  left: -130px;
  top: -20px;
  background-image: url(/form/img/img-minidoc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 47%;
  height: 180%;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.seisanarea-common-cta a::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 0.8rem;
  height: 0;
  width: 0;
  display: block;
  border: 12px transparent solid;
  border-right-width: 0;
  border-left-color: #fff;
}
.seisanarea-common-cta a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
.seisanarea-common-cta h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #f8a411 !important;
}
.seisanarea-function {
  background: #fff;
  padding: 50px 20px;
}
.seisanarea-function h3 {
  font-weight: bold;
  text-align: center;
  color: #007bc6;
}
.seisanarea-function h4 {
  margin: 30px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.seisanarea-function h4 b {
  font-weight: bold;
}
.seisanarea-function-list {
  display: flex;
  justify-content: space-between;
}
.seisanarea-function-list li {
  width: 24%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 10px;
  list-style: none;
}
.seisanarea-function-list h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}
.seisanarea-function-list figure {
  margin: 0 20px;
}
.seisanarea-function-list img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.seisanarea-case {
  background: #f8f8f8;
  padding: 50px 0;
}
.seisanarea-case h3 {
  font-weight: bold;
  text-align: center;
  color: #007bc6;
}
.seisanarea-case h4 {
  margin: 30px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.seisanarea-case h4 b {
  font-size: 32px;
}
.seisanarea-case h4 em {
  font-size: 32px;
  color: #007bc6;
  font-style: normal;
}
/*-----------------------------------------------*/
/* FAQぺージ*/
/*-----------------------------------------------*/
ul.faq-list-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em auto;
  padding: 0;
}
ul.faq-list-main li {
  width: 49.5%;
  font-size: 15px;
  list-style-type: none;
  background: #fff;
  padding: 18px 20px 18px 48px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
}
ul.faq-list-main li:hover {
  box-shadow: 0 0 10px #dfdfdf;
}
ul.faq-list-main li::before {
  content: "";
  position: absolute;
  background: url(/common/img/faq/icon-faq-q.png) no-repeat;
  width: 32px;
  height: 32px;
  left: 10px;
  top: 12px;
}
ul.faq-list-main li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #189c3e #189c3e transparent transparent;
  transform: rotate(45deg);
  top: 45%;
  right: 8px;
}
ul.faq-list-main li a {
  color: #222;
  font-weight: bold;
}
.faq-category-list {
  margin: 3em auto 0;
  width: 96%;
}
.faq-category-list li {
  list-style-type: none;
  background: #fff;
  border: 3px solid #00a33e;
  padding: 10px 10px 10px 60px;
  box-sizing: border-box;
  color: #00a33e;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 3px 0 rgba(141, 141, 141, 0.12), 0 2px 4px 0 rgba(108, 108, 108, 0.22);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.faq-category-list li:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  cursor: pointer;
}
.faq-category-list li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #189c3e #189c3e transparent transparent;
  transform: rotate(45deg);
  top: 45%;
  right: 18px;
}
.faq-category-list li a {
  color: #189c3e;
  margin: 10px auto;
}
figure.faq-img-left {
  margin: 0;
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
figure.faq-img-left img {
  width: auto;
  height: 80px;
}
figure.faq-img-left {
  margin: 0;
  width: 40%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
p.faq-txt-right {
  width: 58%;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  margin: 0;
}
.contents-main-small {
  background: #d0dc81;
  padding: 20px 0;
  min-height: 160px;
  box-sizing: border-box;
}
h1.faq-inpage-title {
  text-align: center;
  font-size: 30px;
  position: relative;
  line-height: 1.3;
  display: table;
  margin: 20px auto 0;
  padding: 10px 0 10px 80px;
}
h1.faq-introduction-title::before {
  content: "";
  position: absolute;
  background-image: url(/common/img/faq/icon-faq01.svg);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  left: -50px;
  top: calc(50% - 45px);
}
h1.faq-mail-title::before {
  content: "";
  position: absolute;
  background-image: url("/rakurakucloud/meisai/common/img/faq/icon-faq02.svg");
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  left: -50px;
  top: -10px;
}
h1.faq-function-title::before {
  content: "";
  position: absolute;
  background-image: url("/rakurakucloud/meisai/common/img/faq/icon-faq03.svg");
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  left: -50px;
  top: -5px;
}
h1.faq-support-title::before {
  content: "";
  position: absolute;
  background-image: url("/rakurakucloud/meisai/common/img/faq/icon-faq04.svg");
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  left: -50px;
  top: -10px;
}
.bg-white {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
}
ul.faq-list-detail {
  width: 90%;
  margin: 2em auto;
  padding: 0;
}
ul.faq-list-detail li {
  list-style-type: none;
  padding: 0 0 30px 0;
  margin: 0;
}
ul.faq-list-detail li:last-of-type {
  padding-bottom: 0;
}
.fukidashi-title {
  background: #e8f1c6;
  padding: 14px 30px 14px 60px;
  box-sizing: border-box;
  border-radius: 70px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  display: table;
  position: relative;
}
.fukidashi-title::after {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 241, 198, 0);
  border-top-color: #e8f1c6;
  border-width: 10px;
  margin-left: -10px;
}
ul.faq-list-detail h3::before {
  content: "";
  position: absolute;
  background: url(/common/img/faq/icon-faq-q.png) no-repeat;
  width: 32px;
  height: 32px;
  left: 16px;
  top: 12px;
}
ul.faq-list-detail p {
  width: 90%;
  margin: 30px auto 20px;
  position: relative;
  padding: 0 0 0 44px;
  box-sizing: border-box;
}
ul.faq-list-detail p::after {
  content: "";
  position: absolute;
  background: url(/common/img/faq/icon-faq-a.png) no-repeat;
  width: 32px;
  height: 32px;
  left: 0;
  top: -3px;
}
ul.faq-list-detail p span {
  display: block;
  padding: 8px;
  font-size: 90%;
  color: #454545;
}
/*-----------------------------------------------*/
/*　 バナー　*/
/*-----------------------------------------------*/
.banner_style_01 {
  position: relative;
  max-width: 560px;
  margin: 50px auto;
  padding: 25px 50px 25px 60px;
  background: #faf5b7;
  border: 2px solid #c5cc37;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  box-sizing: border-box;
}

.banner_style_01::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -25px;
  background: url(/common/img/banner_decoration01.svg) 0 0 no-repeat;
  background-size: cover;
  width: 85px;
  height: 60px;
}

.banner_style_01 .sub {
  margin: 0 auto 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #189c3e;
  text-align: center;
  padding: 0;
}

.banner_style_01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}

.banner_style_01 li {
  margin: 0;
  list-style-type: none;
}

.banner_style_01 .banner_style_01-l p {
  padding: 0;
}

.banner_style_01 .banner_style_01-l .main {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}


.banner_style_01 .banner_style_01-r img {
  width: 130px;
  height: auto;
}
/* イベントページ背景 202108修正*/
.contents-main-event {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  background-color: #f2f7e0;
}
.contents-main-event .box {
  max-width: 1200px;
  padding: 0 50px;
  box-sizing: border-box;
}
.contents-main-event .breadcrumb a {
  color: #333 !important;
}
.contents-main-event__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents-main-event__inner .main_title_fff {
  border: none;
  padding: 0;
  color: #09a142;
  font-size: 34px;
  text-align: left;
  margin: 0 0 30px;
}
.contents-main-event__inner .text__box p {
  font-size: 15px;
  margin: 0;
}
.contents-main-event__inner .photo_box picture {
  display: flex;
}

/* 販売管理システム */
.cooperation-image {
  margin: 0 auto 30px;
  max-width: 888px;
  max-height: 436px;
}
.cooperation-image-sp {
  display: none;
}

/*event/200716ps.phpのfooter*/

.simple_bag_green {
  background: #f2f7e0;
  padding: 0;
}
.simple_bag_green .inner1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}
.simple_bag_green h2 {
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  margin: 0 auto 50px;
  position: relative;
  font-weight: bold;
  color: #333;
}
.simple_bag_green h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 55px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c5cc37;
}
.simple_bag_green .inner1100 > p {
  font-size: 20px;
}
.simple_bag_green .text-center {
  text-align: center;
}
.simple_bag_green .mt50 {
  margin-top: 50px;
}

.simple_bag_green .w90 {
  width: 90%;
  margin: 0 auto;
}
.simple_bag_green .item-center {
  align-items: center;
}

.simple_bag_green .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.simple_bag_green .column2-20 {
  width: 18%;
}
.simple_bag_green img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.simple_bag_green .column2-80 {
  width: 78%;
}
.simple_bag_green .company-table-style {
  margin: 0 auto;
  width: 95%;
}
.simple_bag_green table {
  border-collapse: collapse;
  border-spacing: 0;
}
.simple_bag_green .company-table-style th {
  padding: 11px 20px;
  text-align: left;
  font-weight: bold;
  background: #d0dc81;
  border-bottom: 2px solid #f2f7e0;
  border-right: 2px solid #f2f7e0;
  box-sizing: border-box;
  width: 30%;
}
.simple_bag_green .company-table-style td {
  padding: 11px 20px;
  text-align: left;
  background: #fff;
  border-bottom: 2px solid #f2f7e0;
  box-sizing: border-box;
  width: 70%;
}
.simple_bag_green .mt50 {
  margin-top: 50px;
}
.simple_bag_green .caution {
  font-size: 12px !important;
}
.simple_bag_green figure {
  display: block;
  margin: 0;
}

.simple_bag_green_l-footer {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.simple_bag_green_l-footer .footer {
  padding: 10px;
  background-color: #5bb57c;
}
.simple_bag_green_l-footer .c-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  /* position: relative; */
}

.simple_bag_green_l-footer .footer p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .simple_bag_green {
    padding: 20px 0 0 !important;
  }
  .faq-category-list li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 550px) {
  .simple_bag_green .flex-box {
    display: block;
  }
  .simple_bag_green .flex-box,
  .simple_bag_green .mt50 {
    margin-top: 20px;
  }
  .simple_bag_green .column2-20 {
    margin: 0 auto;
    width: 50%;
    max-width: 100px;
  }
  .simple_bag_green img {
    margin-bottom: 10px;
  }
  .simple_bag_green .column2-80 {
    width: 100%;
  }
  .simple_bag_green .company-table-style th {
    text-align: center;
    padding: 10px;
  }
  .simple_bag_green .company-table-style th,
  .simple_bag_green .company-table-style td {
    display: block;
    width: 100%;
  }
  .simple_bag_green_l-footer .footer {
    padding: 10px;
  }
}

/*------------------------------
汎用出来るstyle
-------------------------------*/
/*パンくず*/
a.breadcrumb-common {
  color: #333;
}
a.breadcrumb-common:hover {
  color: #888;
}
.kome-text {
  font-size: 80%;
}
/*ボトムのボーダーグレー(ボーダーのみ)*/
.bordergray-btm {
  border-bottom: 1px solid #dfdfdf;
}
/*------------------------------
縦に並ぶリストで番号が付いている
-------------------------------*/
.numberlist-content {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.numberlist-content.first {
  padding-top: 0;
}
.numberlist-content.end {
  padding-bottom: 0;
}
.numberlist-content .txt {
  width: 58%;
}
.numberlist-content .txt h3 {
  margin: 0 0 40px 0;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.numberlist-content .txt h3 span {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #189c3e;
  font-size: 200%;
}
.numberlist-content .txt h3 span::before {
  content: " ";
  position: absolute;
  background: #dfdfdf;
  width: 1px;
  height: 70px;
  top: 5px;
  right: -15px;
}
.numberlist-content .txt p {
  margin-top: 20px;
}
.numberlist-content .image {
  width: 39%;
}
.numberlist-content img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
/*------------------------------
下層ページで使える導入事例の詳細ボックス
-------------------------------*/
.case-detail-box {
  padding: 60px 0;
}
.case-detail-box.first {
  padding-top: 0;
}
.case-detail-box.end {
  padding-bottom: 0;
}
.case-detail-box figure {
  margin: 20px auto;
  text-align: center;
}
.case-detail-box img {
  max-width: 400px;
  width: 100%;
}
p.case-detail-company-name {
  background: #f2f7e0;
  padding: 2px 16px;
  margin: 0 0 6px;
  display: table;
  color: #444;
  border-radius: 5px;
  font-weight: bold;
}
.case-detail-box h3 {
  font-size: 160%;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 5px;
}
.case-detail-box h4 {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin: 2rem auto 0.2rem;
}
.case-detail-box h4::before {
  content: " ";
  position: absolute;
  background: #09a142;
  width: 30px;
  height: 2px;
  top: 15px;
  left: 0;
}
/*--------汎用出来るstyleカラムバリエーション--------*/
.column-flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto;
  padding: 0;
}
.flex-center {
  align-items: center;
}
.box-1-child {
  width: 100%;
}
.clmn2-15 {
  width: 15%;
}
.clmn2-85 {
  width: 83%;
}
.clmn2-20 {
  width: 20%;
}
.clmn2-80 {
  width: 78%;
}
.clmn2-40 {
  width: 40%;
}
.clmn2-50 {
  width: 48%;
}
.clmn2-60 {
  width: 58%;
}
.clmn2-30 {
  width: 28%;
}
.clmn2-70 {
  width: 70%;
}
.clmn3-20 {
  width: 16%;
}
.clmn3-30 {
  width: 31%;
}
.clmn3-40 {
  width: 36%;
}
.image-icon img {
  width: 100%;
}
.mt50 {
  margin-top: 50px;
}
.img10 {
  width: 10%;
  margin: 0 auto;
}
.img20 {
  width: 20%;
  margin: 0 auto;
}
.img30 {
  width: 30%;
  margin: 0 auto;
}
.img40 {
  width: 40%;
  margin: 0 auto;
}
.img50 {
  width: 50%;
  margin: 0 auto;
}
.img60 {
  width: 60%;
  margin: 0 auto;
}
.img70 {
  width: 70%;
  margin: 0 auto;
}
.img80 {
  width: 80%;
  margin: 10px auto;
}
.img90 {
  width: 90%;
  margin: 10px auto;
}
.img100 {
  width: 100%;
}
.img10 img,
.img20 img,
.img30 img,
.img40 img,
.img50 img,
.img60 img,
.img70 img,
.img80 img,
.img90 img,
.img100 img {
  width: 100%;
}

/*--------------------------------------------------------

2021.3.15 add each css

----------------------------------------------------------*/

/*------------------------------
 header
-------------------------------*/
.nav-offer-orange.type02 {
  background-color: #fff;
}
.nav-offer-orange.type02 a {
  color: #e55927;
  padding: 12px 10px;/*-- 20210630追加 --*/
}
.nav-offer-orange.type02:hover {
  background-color: #e55927;
}
.nav-offer-orange.type02:hover a {
  color: #fff;
}
@media (min-width: 769px) {
  #header {
    transition: transform 0.2s;
  }
  #header.scroll-type {
    transform: translateY(-30px);
  }
  #side-cta {
    top: 50vh;
    right: 0;
    bottom: auto;
  }
  #side-cta #side-cta-close {
    top: -8px;
    left: auto;
    right: 15px;
  }
}

/*------------------------------
 top page
-------------------------------*/
/* btn-cta-hero */
.btn-cta-hero .hero-cta-btn a {
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.btn-cta-hero .hero-cta-btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 66px;
  height: 50px;
  background: url(/common/img/btn-cta-hero-photo.png);
  background-size: cover;
  transform: translate(-16px, -14px);
}

/* company-ttl-img */
.company-ttl-img {
  text-align: center;
}
.company-ttl-img img {
  margin: 0 auto;
}

/* index_news_and_column */
.index_news_and_column .panel_content {
  box-shadow: none;
}

/*------------------------------
 sp-float-nav
-------------------------------*/
.sp-float-nav {
  display: none;
}


/*-----------------------------------------------*/
/* インボイス制度・電帳法*/
/*-----------------------------------------------*/

  /* 共通 */
.invoice-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
  box-sizing: border-box;
}
.denchoho-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
  box-sizing: border-box;
}
.invoice-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background-color: #00a33e;
}
.denchoho-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background-color: #d0dc81;
}
.invoice-requirement .box-2set {
  width: 100%;
}

/* 帳票発行において、法改正に伴って対応しなければいけないこと */
.invoice-requirement .box-2set-child {
  width: 49%;
  max-width: 585px;
  padding: 50px 40px 40px;
}
.invoice-requirement .box-2set-child p {
  font-weight: 500;
}
.invoice-requirement h3{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
}
.invoice-requirement .invoice-box .small {
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.invoice-requirement .invoice-box .small::after {
  content: "※";
  position: absolute;
  font-size: 14px;
  color: #333;
  top: 0;
  left: 0;
}
.invoice-requirement .invoice-box img {
  display: block;
  width: 224px;
  height: 198px;
  margin: 70px auto 0;
}
.invoice-requirement .denchoho-box .box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.invoice-requirement .denchoho-box .box-list li {
  width: 48.5%;
  padding: 20px 10px 20px;
  box-sizing: border-box;
  background-color: #f2f7e0;
}
.invoice-requirement .denchoho-box .box-list li:nth-of-type(3),
.invoice-requirement .denchoho-box .box-list li:nth-of-type(4) {
  margin-bottom: 0;
}
.invoice-requirement .denchoho-box .box-list li p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #00a33e;
  margin: 0 0 15px 0;
}
.invoice-requirement .denchoho-box .box-list li:first-of-type img {
  max-width: 60px;
}
.invoice-requirement .denchoho-box .box-list li img {
  display: block;
  max-width: 50px;
  margin: 0 auto;
}

.invoice-possible {
  position: relative;
  z-index: 1;
}
.invoice-possible::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #f2f7e0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.invoice-possible h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.invoice-possible h3 span {
  position: relative;
  padding-left: 40px;
}
.invoice-possible h3 span::after {
  content: "";
  position: absolute;
  background: url(/common/img/function/invoice_denchoho/icon_check.svg) no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.invoice-possible .box-2set-child p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.invoice-possible .invoice-box {
  display: flex;
  flex-direction: column;
  width: 49%;
  max-width: 585px;
  padding: 70px 40px 50px;
}
.invoice-possible .invoice-box p {
  flex-grow: 1;
  margin: 30px 0 55px;
}
.invoice-possible .invoice-box .column-flex-box {
  margin: 0;
}
.invoice-possible .invoice-box .column-flex-box h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.invoice-possible .invoice-box .column-flex-box .clmn2-50 {
  padding: 30px 10px 20px;
  box-sizing: border-box;
}
.invoice-possible .invoice-box .column-flex-box .clmn2-50 h4 {
  margin: 0;
}
.invoice-possible .invoice-box .column-flex-box .clmn2-50:last-of-type h4 {
  margin: 0 0 20px;
}
.invoice-possible .invoice-box .column-flex-box .clmn2-50 img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.invoice-possible .invoice-box .column-flex-box .clmn2-50:last-of-type img {
  width: 180px;
}
.invoice-possible .denchoho-box {
  display: flex;
  flex-direction: column;
  width: 49%;
  max-width: 585px;
  padding: 70px 30px 50px 40px;
}
.invoice-possible .denchoho-box p {
  flex-grow: 1;
  margin: 30px 0 40px;
}
.invoice-possible .denchoho-box .column-flex-box {
  align-items: center;
  margin: 20px 0 0;
}
.invoice-possible .denchoho-box .clmn2-50 {
  width: auto;
  max-width: 315px;
  padding: 20px;
  box-sizing: border-box;
}
.invoice-possible .denchoho-box .jiima-icon {
  display: block;
  max-width: 120px;
  padding: 0;
}
.invoice-possible .denchoho-box .clmn2-50 h4 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.invoice-possible .denchoho-box .clmn2-50 p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

/* 楽楽明細なら法対応だけでなく、請求書発行にかかる手間やコスト削減も出来る！ */
.invoice-function .lead-text {
  margin: 0 0 50px;
}
.invoice-function .function-box {
  padding: 65px 50px 60px;
}
.invoice-function .function-box h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
.invoice-function .function-box h3 span {
  position: relative;
  display: inline-block;
}
.invoice-function .function-box h3 span::after {
  content: "";
  position: absolute;
  background: url(/common/img/function/invoice_denchoho/icon_line-left.svg) no-repeat center center;
  background-size: cover;
  width: 44px;
  height: 108px;
  bottom: 0;
  left: -70px;
}
.invoice-function .function-box h3 span::before {
  content: "";
  position: absolute;
  background: url(/common/img/function/invoice_denchoho/icon_line-right.svg) no-repeat center center;
  background-size: cover;
  width: 44px;
  height: 108px;
  bottom: 0;
  right: -70px;
}
.invoice-function .function-box h3 em {
  font-size: 34px;
  color: #00a33e;
}
.invoice-function .function-box .function-image {
  margin-bottom: 30px;
}
.invoice-function .function-box .function-image img {
  width: 100%;
}
.invoice-function .function-box .function-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
  margin: 0;
}

/* 請求書以外にも、領収書や納品書など様々な帳票が発行可能！ */
.invoice-various p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin: 30px auto 35px;
}
.invoice-various .cta-btn {
  width: 270px;
  margin: 0;
}
.invoice-various .cta-btn a {
  padding: 10px 0;
  background: #fff;
  color: #00a33e;
  border: 2px solid #00a33e;
}
.invoice-various .cta-btn a:hover {
  background: #00a33e;
  color: #fff;
}
.invoice-various .cta-btn a::after {
  background: url(/common/img/ico-arrow-green.svg) 0 0 no-repeat;
  top: 17px;
  right: 20px;
}
.invoice-various .cta-btn a:hover::after {
  background: url(/common/img/ico-arrow-white.svg) 0 0 no-repeat;
  right: 17px;
}
.invoice-various .box-2set-child:first-of-type {
  width: 52%;
}
.invoice-various .box-2set-child img {
  width: 100%;
}