﻿@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #fff;
  color: #1a1a1a;
}

a:link {
  color: #157efb;
  text-decoration: underline;
}

a:visited {
  color: #157efb;
  text-decoration: underline;
}

a:hover {
  color: #206CFF;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

a img {
  border-style: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

img {
  vertical-align: bottom;
}

.pcnone {
  display: none;
}

.clr {
  clear: both;
}

p {
  font-size: clamp(16px, 1.2cqw, 18px);
  line-height: 180%;
  letter-spacing: 1px;
}

.pp {
  padding-left: 2em;
  text-indent: -2em;
}

.pp2 {
  padding-left: 3em;
  text-indent: -2em;
}


/* 追加 利用規約・個人情報ボックス調整
   order.html / plan.html 共通
----------------------------------*/
.contents_page.m--order .infobox,
.contents_page_1080.m--order .infobox,
#apply.contents_page_1080.m--order .infobox {
  display: block !important;
  width: 100% !important;
  height: 250px !important;
  min-height: 180px !important;
  max-height: 80vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  resize: vertical !important;

  box-sizing: border-box !important;
  padding: 24px 28px !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  text-align: left !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02) !important;
}

.contents_page.m--order .infobox *,
.contents_page_1080.m--order .infobox *,
#apply.contents_page_1080.m--order .infobox * {
  box-sizing: border-box;
}

.contents_page.m--order .infobox p,
.contents_page.m--order .infobox li,
.contents_page_1080.m--order .infobox p,
.contents_page_1080.m--order .infobox li,
#apply.contents_page_1080.m--order .infobox p,
#apply.contents_page_1080.m--order .infobox li {
  font-size: 13px !important;
  line-height: 1.8 !important;
  letter-spacing: .03em !important;

}

.contents_page.m--order .infobox p,
.contents_page_1080.m--order .infobox p,
#apply.contents_page_1080.m--order .infobox p {
  margin: 0 0 14px !important;
}

.contents_page.m--order .infobox .pp,
.contents_page.m--order .infobox .pp2,
.contents_page_1080.m--order .infobox .pp,
.contents_page_1080.m--order .infobox .pp2,
#apply.contents_page_1080.m--order .infobox .pp,
#apply.contents_page_1080.m--order .infobox .pp2 {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.contents_page.m--order .infobox ol,
.contents_page.m--order .infobox ul,
.contents_page.m--order .infobox .pp-list,
.contents_page_1080.m--order .infobox ol,
.contents_page_1080.m--order .infobox ul,
.contents_page_1080.m--order .infobox .pp-list,
#apply.contents_page_1080.m--order .infobox ol,
#apply.contents_page_1080.m--order .infobox ul,
#apply.contents_page_1080.m--order .infobox .pp-list {
  margin: 0 0 16px 1.6em !important;
  padding-left: 1.2em !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  letter-spacing: .03em !important;
}

.contents_page.m--order .infobox .pp-list .pp-list,
.contents_page.m--order .infobox .pp-list ol,
.contents_page_1080.m--order .infobox .pp-list .pp-list,
.contents_page_1080.m--order .infobox .pp-list ol,
#apply.contents_page_1080.m--order .infobox .pp-list .pp-list,
#apply.contents_page_1080.m--order .infobox .pp-list ol {
  margin-top: 6px !important;
  margin-bottom: 8px !important;
}

.contents_page.m--order .infobox .pp-list li,
.contents_page_1080.m--order .infobox .pp-list li,
#apply.contents_page_1080.m--order .infobox .pp-list li {
  margin: 0 0 6px !important;
}

.contents_page.m--order .infobox .pp-blockquote,
.contents_page_1080.m--order .infobox .pp-blockquote,
#apply.contents_page_1080.m--order .infobox .pp-blockquote {
  margin: 0 0 16px 1.2em !important;
  padding: 5px 20px !important;
  border-left: 3px solid #e5e5e5 !important;
}

.contents_page.m--order .infobox h2.subject,
.contents_page_1080.m--order .infobox h2.subject,
#apply.contents_page_1080.m--order .infobox h2.subject {
  margin: 28px 0 12px !important;
  padding: 8px 12px !important;
  border-left: 3px solid #333 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  color: #333 !important;
  background: transparent !important;
}

.contents_page.m--order .infobox .subject_line,
.contents_page_1080.m--order .infobox .subject_line,
#apply.contents_page_1080.m--order .infobox .subject_line {
  display: none !important;
}

/* 表題（注意事項・利用規約・個人情報の取り扱い）をorder.htmlに合わせる */
.contents_page.m--order .check_title,
.contents_page_1080.m--order .check_title,
#apply.contents_page_1080.m--order .check_title {
  margin: 45px 0 0 0 !important;
  padding: 15px 0 !important;
  font-size: 21px !important;
  line-height: 150% !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #333 !important;
  border: none !important;
}

/* 個人情報の取り扱い内の認証ロゴ・署名がはみ出さないように調整 */
.contents_page.m--order .infobox .policy-signature,
.contents_page_1080.m--order .infobox .policy-signature,
#apply.contents_page_1080.m--order .infobox .policy-signature {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
  max-width: 100% !important;
  margin: 32px 0 8px !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  border-top: 1px solid #e5e5e5 !important;
}

.contents_page.m--order .infobox .policy-signature__logos,
.contents_page_1080.m--order .infobox .policy-signature__logos,
#apply.contents_page_1080.m--order .infobox .policy-signature__logos {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  flex: 0 0 auto !important;
}

.contents_page.m--order .infobox .logo-pmark,
.contents_page_1080.m--order .infobox .logo-pmark,
#apply.contents_page_1080.m--order .infobox .logo-pmark {
  width: 78px !important;
  max-width: 78px !important;
  height: auto !important;
  margin: 0 !important;
}

.contents_page.m--order .infobox .logo-isms,
.contents_page_1080.m--order .infobox .logo-isms,
#apply.contents_page_1080.m--order .infobox .logo-isms {
  width: 132px !important;
  max-width: 132px !important;
  height: auto !important;
  margin: 0 !important;
}

.contents_page.m--order .infobox .policy-signature__info,
.contents_page_1080.m--order .infobox .policy-signature__info,
#apply.contents_page_1080.m--order .infobox .policy-signature__info {
  flex: 1 !important;
  min-width: 0 !important;
  text-align: right !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.contents_page.m--order .infobox .policy-signature__info p,
.contents_page_1080.m--order .infobox .policy-signature__info p,
#apply.contents_page_1080.m--order .infobox .policy-signature__info p {
  margin: 0 0 4px !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


header {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ddd;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  height: 70px;
}

.headbox {
  margin: 0;
  padding: 15px 10px 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.headbox2 {
  margin: 0;
  padding: 15px 10px 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logo {
  margin: 0;
  padding: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 100%;
  color: #00c853;
  font-family: "Rounded Mplus 1c";
}

.logo h1 {
  margin: 0;
  padding: 0;
  font-size: 92%;
  font-weight: 900;
  line-height: 100%;
}

.logo a:link {
  color: #00c853;
  text-decoration: none;
}

.logo a:visited {
  color: #00c853;
  text-decoration: none;
}

.logo a:hover {
  color: #00c853;
  text-decoration: none;
}

header nav {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.9px;
  text-align: right;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul.menu li a {
  padding: 5px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

ul.menu li a:hover {
  text-decoration: underline;
}

ul.menu li:last-child {
  margin: 0;
  padding: 15px 5px 0 0;
  border-bottom: none;
  text-align: center;
}

ul.menu li:last-child a {
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #3a63e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul.menu li:last-child a:hover {
  text-decoration: none;
  background-color: #3055C7;
}

@media screen and (max-width:1300px) {
  .logo h1 {
    font-size: 60%;
  }

  header nav {
    font-size: 12px;
  }
}


/*---------- ナビゲーションドロワー ----------*/

.click {
  display: none;
}

.peke {}

.drawr {}


#wrapper {
  margin: 0;
  padding: 0;
}

#copybox {
  height: 640px;
  margin: auto 0;
  padding: 0 0 0 0;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  background-color: #009080;
  background-image: url("/img/joinus/main_sp.png");
  background-size: cover;
}

#copybox_wh {
  height: 640px;
  margin: auto 0;
  padding: 0 0 0 0;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  background-color: #f0fff0;
  background-size: cover;
}

#lpbox {
  position: relative;
  height: 640px;
  margin: auto 0;
  padding: 0 0 0 0;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  background-image: none;
  background-size: cover;
  background-image: none;
  background: rgb(87, 177, 90);
  background: linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: -moz-linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: -webkit-linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
}

#lstepbox {
  height: 540px;
  margin: auto 0;
  padding: 0 0 0 0;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  background-color: #009080;
  background-image: url("/img/recruit/teams.png");
  background-position: top center;
  background-size: cover;
}

.copy {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.copytext {
  margin: 0;
  padding: 0;
}

.copytext2 {
  width: 780px;
  float: left;
  margin: 0;
  padding: 0;
}

.copytext_sp {
  display: none;
}

.copyphone {
  width: 280px;
  height: 554px;
  float: right;
  margin: 0;
  padding: 0;
}

.copyphone img {
  width: 280px;
  height: 550px;
  object-fit: cover;
}

.copydevice {
  width: 90%;
  margin: 0 auto 10px auto;
  padding: 1px 0 0 0;
}

#container {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}


.subhead {
  margin: 0 auto;
  padding: 50px 0 20px 0;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
  font-family: "Rounded Mplus 1c";
}

.subhead_img {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}

.subhead_img img {
  width: 100%;
}

.subhead_faq {
  margin: 0 auto;
  padding: 50px 0 0 0;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
  font-family: "Rounded Mplus 1c";
}

.resize_01 {
  width: 790px;
}

@media all and (-ms-high-contrast: none) {
  .resize_01 {
    width: 770px;
  }
}

.resize_02 {
  width: 670px;
}

@media all and (-ms-high-contrast: none) {
  .resize_02 {
    width: 650px;
  }
}


.request {
  width: 1080px;
  margin: 0 auto;
  padding: 0 5px 45px;
  background-color: #fff;
  border-radius: 1rem;
}

.group {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
}

.faq_group {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  overflow: hidden;
}

.faq_contents_group {
  height: auto;
  margin: 0 auto;
  padding: 50px;
  overflow: hidden;
}

.rightbox_01 {
  width: 535px;
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
}

.rightbox_01 img {
  width: 100%;
}

.leftbox_01 {
  width: 500px;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

.group_order {
  width: 780px;
  margin: 0 auto;
  padding: 0;
}

.rightbox_order {
  width: 340px;
  float: right;
  margin: 0;
  padding: 0;
}

.rightbox_order img {
  width: 100%;
}

.leftbox_order {
  width: 420px;
  float: left;
  margin: 0;
  padding: 0;
}

.leftbox_order img {
  width: 100%;
}

.group_support {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
}

.rightbox_support {
  max-width: 420px;
  width: 64%;
  float: right;
  margin: 0;
  padding: 0;
}

.rightbox_support img {
  width: 100%;
}

.leftbox_support {
  max-width: 340px;
  width: 34%;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.leftbox_support img {
  width: 100%;
}


/* ページ中央にビデオ埋め込み */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}


.specbox {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spec {
  width: 530px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.spec img {
  width: 480px;
}

.spectitle {
  margin: 0;
  padding: 10px 0 40px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  font-family: "Rounded Mplus 1c";
}

.spectitle span {
  padding: 7px 22px;
  background-color: #00cd3f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.spec_pict {
  margin: 0;
  padding: 40px 0 0 0;
}


.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}

.form-table th {
  background: #ffecea;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
}

table.check {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.check th {
  width: 25px;
  font-size: 125%;
  line-height: 180%;
  padding: 10px 0 5px 0;
  color: #ff3d29;
  vertical-align: top;
  text-align: left;
}

table.check td {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 12px 0 5px 0;
  border-bottom: dotted 1px #999999;
  vertical-align: top;
}


.rightbox_02 {
  width: 368px;
  float: right;
  margin: 0;
  padding: 0;
}

.imagesize_01 {
  width: 100%;
}

.imagesize_02 {
  width: 100%;
}

.leftbox_02 {
  width: 650px;
  float: left;
  margin: 0;
  padding: 0;
}


#worrybox {
  margin: 90px 0 0 0;
  padding: 1px 0 120px 0;
  background-image: url("/img/business/association-footprint-20260716.webp");
}

.matter {
  margin: 0 0 75px 0;
  padding: 0;
  height: 320px;
  position: relative;
}

.matter_end {
  margin: 0;
  padding: 0;
  height: 320px;
  position: relative;
}

.mt_01 {
  float: left;
  width: 540px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.mp_01 {
  float: right;
  width: 480px;
  margin: 0;
  padding: 0;
}

.mp_01 img {
  width: 100%;
}

.mt_02 {
  float: right;
  width: 540px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.mp_02 {
  float: left;
  width: 480px;
  margin: 0;
  padding: 0;
}

.mp_02 img {
  width: 100%;
}

.worrytitle {
  margin: 0;
  padding: 20px 0 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  font-family: "Rounded Mplus 1c";
}

.worrytitle span {
  padding: 7px 22px;
  background-color: #3f82fa;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

table.worry {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.worry th {
  width: 25px;
  font-size: 125%;
  line-height: 180%;
  padding: 10px 0 0 0;
  color: #3f82fa;
  vertical-align: top;
  text-align: left;
}

table.worry td {
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 12px 0 0 0;
  vertical-align: top;
}

table.worry td.smallfont {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 12px 0 0 0;
  vertical-align: top;
}


#toolbox {
  margin: 0;
  padding: 1px 0 120px 0;
  background-color: #e7fae3;
}

.tabtitle {
  margin: -25px 0 30px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #000;
  font-family: "Rounded Mplus 1c";
}

#tabNavi,
#panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ナビゲーション部分 */
#tabNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 00;
  text-align: center;
  list-style: none;
}

#tabNavi ul {
  list-style: none;
}

#tabNavi li {
  margin: 0 2px;
  text-align: center;
  font-size: 14px;
}

#tabNavi li a {
  display: block;
  color: #999;
  padding: 12px 14px;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-bottom: 1px solid #FFF;
  border-radius: 8px 8px 0 0;
}

a.selected {
  font-weight: bold;
  color: #20af5a !important;
  background-color: #FFF !important;
  border: 2px solid #20af5a !important;
  border-bottom: 2px solid #FFF !important;
}

/* スクロールコンテンツ部分 */
#navi {
  width: 1080px;
  height: 760px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-top: 2px solid #20af5a;
}

#mask {
  width: 980px;
  min-height: 700px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

#panel-1,
#panel-2,
#panel-3,
#panel-4,
#panel-5,
#panel-6,
#panel-7,
#panel-8 {
  margin: 0;
  padding: 0;
  float: left;
}

#panel {
  width: 100%;
}

#panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#panel ul li {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

#panel ul li.last {
  border-bottom: none;
}

.tooltitle {
  margin: 0;
  padding: 30px 0 30px 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.toolimg-first {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  float: none;
}

.toolimg-first img {
  width: 100%;
}

.toolimg-phone {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  float: none;
}

.toolimg-phone img {
  height: 500px;
}

.toolimg {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  float: none;
}

.toolimg img {
  height: 500px;
}

.details {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: right;
}

.details_center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.button_row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.arrow {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.details_button {
  display: inline-block;
  color: #FFFFFF;
}

.details_button a {
  display: inline-block;
  background: linear-gradient(135deg, #ff9a56, #ff7f00);
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  min-width: 220px;
  text-align: center;
}

.details_button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 127, 0, 0.4);
  background: linear-gradient(135deg, #ff7f00, #e56b00);
}

.details_button2 {
  display: inline-block;
  color: #f96c17;
}

.details_button2 a,
.details_button2 a:visited {
  display: inline-block;
  background: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid #f39025;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  min-width: 220px;
  text-align: center;
  color: #f96c17;
}

.details_button2 a:hover,
.details_button2 a:visited {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 127, 0, 0.4);
  background: #fff;
  color: #f96c17;
}


.functionbox {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.function {
  width: 340px;
  margin: 0 0 30px 0;
  padding: 0;
}

.function p {
  font-size: 16px;
  line-height: 170%;
}

.function_title {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.function_pict {
  width: 240px;
  height: 240px;
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.function_pict img {
  width: 240px;
  display: block;
  transition-duration: 0.8s;
  background: #e7fae3;
}

.function_pict img:hover {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

.function_pict2 {
  width: 240px;
  height: 240px;
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.function_pict2 img {
  width: 240px;
  display: block;
  background: #e7fae3;
}

.environ {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
}

.rightbox_03 {
  width: 520px;
  float: right;
  margin: 0 auto;
  vertical-align: top;
}

.rightbox_03 img {
  width: 500px;
  display: block;
}

.leftbox_03 {
  width: 520px;
  float: left;
  margin: 0 auto;
  vertical-align: top;
}

.leftbox_03 img {
  width: 500px;
  display: block;

}

.environ_title {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  font-family: "Rounded Mplus 1c";
}

.environ_photo {
  margin: 20px 0 0 0;
  padding: 0;
}

.environ_photo img {
  width: 50%;
}

.industrybox {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.industry {
  width: 340px;
  margin: 0 0 30px 0;
  padding: 0;
}

.tp {
  position: relative;
  width: 340px;
}

.tp span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 340px;
  text-align: center;
  color: #fff;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rounded Mplus 1c";
  background-color: rgba(0, 0, 0, 0.6);
}

@media all and (-ms-high-contrast: none) {
  .tp span {
    padding: 10px 0 7px 0;
    letter-spacing: 1px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  }
}

.tp img {
  width: 100%;
}


.extitle {
  width: 780px;
  margin: -25px auto 40px auto;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #00c853;
  font-family: "Rounded Mplus 1c";
}

@media all and (-ms-high-contrast: none) {
  .extitle {
    width: 740px;
    margin: -25px auto 30px auto;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #00c853;
    font-family: "Rounded Mplus 1c";
  }
}

.exbox {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}

.exbox::after {
  content: "";
  display: block;
  width: 32%;
}

.exbox_top {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}

.exbox_top::after {
  content: "";
  display: block;
  width: 32%;
}

.example {
  width: 340px;
  margin: 0 0 30px 0;
  padding: 0;
}

.example2 {
  width: 520px;
  margin: 0 0 30px 0;
  padding: 0;
}

.example3 {
  width: 340px;
  margin: 0 auto;
  padding: 0;
}

.example_yoko {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.example p {
  font-size: 16px;
  line-height: 170%;
}

.example_title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.example_title2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}


.ex_number {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  font-family: "Rounded Mplus 1c";
}

.ex_number span {
  padding: 4px 20px;
  background-color: #00cd3f;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.ex_pict {
  width: 340px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ex_pict img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
}

.ex_pict img:hover {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

.ex_link {
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 0 auto;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.ex_link_center {
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.example_btn {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 50px;
  background-color: #00cd3f;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  text-decoration: none;
  margin-bottom: 15px;
  cursor: pointer;
}

.example_btn:hover {
  opacity: 0.7;
}

.scroll_table {
  margin: 0;
  padding: 0;
}

table.price {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

table.price th {
  font-size: 24px;
  line-height: 120%;
  padding: 20px 0;
  color: #fff;
  background-color: #575564;
  font-family: "Rounded Mplus 1c";
}

table.price th.trial {
  background-color: #00c853;
}

table.price th.standerd {
  background-color: #be0200;
}

table.price td {
  padding: 15px;
  font-size: 21px;
  line-height: 180%;
  letter-spacing: 1px;
  /* border: solid 1px #ccc; */
}

.cost {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}

.category {
  text-align: center;
  color: #fff;
  background-color: #575564;
}

.category_add {
  color: #fff;
  background-color: #575564;
}

.top_none {
  border-top: none;
}

.price ul {
  margin: 0;
  padding: 0;
}

.price ul li {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 21px;
  line-height: 180%;
  letter-spacing: 1px;
}

.top_bring {
  vertical-align: top;
}

.category_txt {
  margin: 0;
  padding: 0;
  font-size: 75%;
  line-height: 180%;
  white-space: normal;
  text-align: center;
}

.category_txt a:link {
  color: #fff;
  text-decoration: underline;
}

.category_txt a:visited {
  color: #fff;
  text-decoration: underline;
}

.category_txt a:hover {
  color: #fff;
  text-decoration: none;
}

.bf_box {
  margin: 0;
  padding: 10px;
  background: #e7fae3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bf_square {
  margin: 0;
  padding: 6px;
  font-size: 13px;
  text-align: left;
  border: solid 2px #00c853;
  font-weight: bold;
  color: #00c853;
}

.bf_title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #00c853;
}

.bf_txt {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  text-align: left;
  color: #333;
  white-space: normal;
}

.bf_red {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 180%;
  ;
  text-align: center;
  color: #be0200;
}

.bf {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 180%;
  ;
  text-align: center;
}

.bf_plus {
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  line-height: 100%;
}

ul.bf_list {
  margin: 0;
  padding: 10px;
  border: 1px solid #be0200;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul.bf_list li {
  margin: 0;
  padding: 0 5px 10px 0;
  font-size: 16px;
  line-height: 120%;
  list-style: none;
  text-align: left;
  color: #be0200;
}

ul.bf_list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  margin-right: 5px;
  font-weight: 900;
}

.ex_tablelist {
  display: flex;
  flex-wrap: wrap;
  margin: auto !important;
  padding: 10px 10px 10px 20px !important;
}

.ex_tablelist li {
  width: 24%;
  font-size: 15px !important;
}

.bf_support {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 150%;
  white-space: normal;
}

.bf_support .bf_plus {
  font-weight: bold;
}



.devicebox2 {
  width: 980px;
  margin: 0 auto;
  padding: 90px 0;
}

.devicebox_sub2 {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.devicebox {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}

.devicebox_sub {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.device_title {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.btn_caption {
  margin: 0 auto 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #00c853;
  font-family: "Rounded Mplus 1c";
}

.btn_caption img {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80%;
}

.device_pict {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.device_pict2 {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.device_pict2 img {
  width: 90%;
}

.device_caption {
  margin: 30px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
}

.device_subtitle {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.device_tel {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.device_time {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.device_qr {
  width: 740px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 1px;
}

.device {
  margin: 0;
  padding: 30px 0 10px 0;
}

.device a:link {
  color: #fff;
  text-decoration: none;
}

.device a:visited {
  color: #fff;
  text-decoration: none;
}

.device a:hover {
  color: #fff;
  text-decoration: none;
}

.device_order {
  margin: 0;
  padding: 0 0 20px 0;
}

.device_order a:link {
  color: #fff;
  text-decoration: none;
}

.device_order a:visited {
  color: #fff;
  text-decoration: none;
}

.device_order a:hover {
  color: #fff;
  text-decoration: none;
}

.device_line {
  display: none;
}

.button-area {
  text-align: center;
  display: inline-block;
  margin: 0 auto;

}

.button_wrapper {
  padding: 0 25px;
}

.button_wrap {
  position: relative;
  margin: 1em 0;
}

.button_wrap.m--free {
  position: relative;
}

.button {
  width: 75%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: "Rounded Mplus 1c";
  width: 100%;
  font-size: 30px;
}

.button_wrap.m--free .button .caption_wh {
  text-shadow: none;
}

.button:hover {
  opacity: 0.6;

  filter: Alpha(opacity=60);
}

.nextPageLink.disabled {
  background-color: #a9a9a9 !important;
  /* グレー */
  cursor: default;
  pointer-events: none;
  color: white;
  text-decoration: none;
}

.type_00 {
  background: #f39025;
}

.type_01 {
  background: #0bc1d1;
}

.type_02 {
  background: #00c853;
}

.type_03 {
  background: #0064eb;
}

.type_04 {
  background: #cf2203;
}

.type_05 {
  background: #32cd32;
}

.type_06 {
  background: #1c3ea5;
}

.type_07 {
  background: #680397;
}

.type_08 {
  background: #ffa500;
}

.type_09 {
  background: #ee82ee;
}

.type_10 {
  background: #93dd1b;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.button_wrap.m--free .caption_wh {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 3;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  line-height: 150%;
  text-align: center;
}

.icon_30df {
  position: absolute;
  top: 0;
  right: 30px;
  height: 70px;
  padding: 10px 0;
}

.icon_30df img {
  height: 100%;
}

.faq {
  margin: 0;
  padding: 0;
}

.faq p {
  font-size: 16px;
}

.faq dt:hover {
  color: #00c853;
  text-decoration: none;
}

.faq dt {
  margin: 0;
  padding: 15px 0 5px 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  cursor: pointer;
  border-bottom: solid 1px #00c853;
}

.faq dd {
  margin: 0;
  padding: 10px 30px;
  background: #d9f7e5;
  display: none;
}


#inquirybox {
  margin: 0 auto;
  padding: 100px 0 90px;
  background-color: #e7fae3;
}

.inquiry_title {
  margin: -30px auto 40px auto;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #00c853;
  font-family: "Rounded Mplus 1c";
}

.inquiry {
  width: 780px;
  margin: 0 auto;
  padding: 0;
}

.inquiry table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 0 0;
}

.inquiry table th {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #fff9e0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.inquiry table td {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 15px 15px;
  background-color: #fff;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

input[type="text"],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 15px 15px;
  font-size: 21px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #999999;
  border: 1px solid #999;
}

input[type="email"],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 15px 15px;
  font-size: 21px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #999999;
  border: 1px solid #e54171;
}

input[type="tel"],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 15px 15px;
  font-size: 21px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="tel"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #999999;
  border: 1px solid #e54171;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #999;
}

/* Firefox */
::-moz-placeholder {
  color: #999;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #999;
}

/* IE */
:-ms-input-placeholder {
  color: #999;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.btn {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  background: #f0aa3f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.btn:hover {
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -moz-opacity: 0.6;
  /* IE 8,9 */
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.hidden_box {
  margin: 45px 0;
  padding: 0;
  text-align: center;
}

.required_label {
  color: #FFF;
  font-size: 16px;
  padding: 2px 8px;
  background-color: red;
  margin-left: 10px;
}

.hidden_text {
  font-size: 28px;
  line-height: 150%;
}

.hidden_text.m--flex>label {
  display: flex;
  align-items: center;
  line-height: 100%;
  text-align: left;
}

.important_points_text {
  font-size: 16px;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 30px 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.hidden_box input:checked~.hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

input[type=checkbox] {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

select:not(:-internal-select-author-button) {
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  -webkit-rtl-ordering: logical;
  color: fieldtext;
  background-color: field;
  cursor: default;
  white-space: pre;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-image: initial;
  border-radius: 0px;
}

select:not(:-internal-list-box) {
  overflow: visible !important;
}

/*---------- 見出し ----------*/

h2 {}

h3 {}

h4 {}

.style_01 {
  margin: 0;
  padding: 60px 0 30px 0;
  font-size: 36px;
  line-height: 150%;
  font-weight: 900;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.style_02 {
  width: 1080px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 24px;
  line-height: 150%;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #00c853;
  font-family: "Rounded Mplus 1c";
}

.page_title_wrap.m--bggrad {
  padding: 20px 10px;
  background-image: none;
  background-size: cover;
  background-image: none;
  background: rgb(87, 177, 90);
  background: linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: -moz-linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: -webkit-linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
}

.page_title_wrap.m--order {
  width: 100%;
  background: linear-gradient(90deg, rgba(87, 177, 90, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(0, 121, 143, 1) 100%);
}

.page_title_wrap.m--order .page_title_inner {
  position: relative;
  max-width: 1250px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page_title_wrap.m--order .page_title_center {
  z-index: 1;
}

.page_title_wrap.m--order .page_title_center-plan {
  z-index: 1;
}

.page_title {
  margin: 0 auto;
  padding: 60px 0 0 0;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
  font-family: "Rounded Mplus 1c";
}

.page_title-plan {
  margin: 0 auto;
  padding: 60px 0 0 0;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  line-height: 120%;
  font-family: "Rounded Mplus 1c";
  color: #fff;
}

.page_title_wrap.m--order .page_title {
  padding: 0;
}

.page_title_wrap.m--order .page_title-plan {
  padding: 0;
}

.page_title.m--white {
  color: #FFFFFF;
}

.page_title_wrap.m--order .page_text {
  font-size: 16px;
  background-color: #FFF;
  text-align: center;
  padding: 5px 60px;
  border-radius: 16px;
  margin-top: 40px;
}

.page_title_wrap.m--order .page_text-plan {
  font-size: 16px;
  background-color: #FFF;
  text-align: center;
  padding: 5px 60px;
  border-radius: 16px;
  margin-top: 15px;
}

.page_title_img_left,
.page_title_img_right {
  display: block;
  width: 280px;
  height: auto;
  object-fit: cover;
  object-position: top;
  /* 上から表示（中央ならcenter） */
}

.page_title_img_left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.page_title_img_right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.page_titlegrad {
  position: relative;
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  padding: 60px 0 40px 0;
  background-image: none;
  background-size: cover;
  background-image: none;
  background: rgb(87, 177, 90);
  background: linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: -moz-linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: -webkit-linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  background: linear-gradient(130deg, rgba(0, 121, 143, 1) 0%, rgba(0, 144, 128, 1) 50%, rgba(87, 177, 90, 1) 100%);
  margin: 0;
}

.page_titlegrad .caption {
  display: block;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.page_subtitle {
  margin: 15px auto 40px auto;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #000;
  font-family: "Rounded Mplus 1c";
}

.page_subtitlebks {
  margin: 50px auto 0 auto;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #000;
  font-family: "Rounded Mplus 1c";
}

.page_subtitlegr {
  margin: 50px auto 0 auto;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #00c853;
  font-family: "Rounded Mplus 1c";
}

.ps_small {
  font-size: 75%;
  font-weight: normal;
}

.subject {
  margin: 70px 0 0 0;
  padding: 0;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
}

.subject-download {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
}

.subject_line {
  width: 45px;
  margin: 15px auto 46px auto;
  height: 1px;
  background-color: #00c853 !important;
}

.topic {
  margin: 60px 0 25px 0;
  padding: 0;
  font-size: 28px;
  line-height: 160%;
  color: #000;
  text-align: center;
}

/*---------- パンくずリスト ----------*/
.breadcrumbList-box {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 50px 0px 0px;
}

.List-Item {
  display: inline;
  font-size: 16px;
}

.List-Item::after {
  content: '＞';
  padding: 0 8px;
}

.List-Item:last-child::after {
  content: '';
}

.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/*---------- 機能ページ ----------*/

#subnavi {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 9999;
  background-color: #3b3b3b;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#subnavi ul {
  width: 80%;
  margin: 0 auto;
  padding: 23px 0 0 0;
}

#subnavi ul li {
  display: inline;
  margin: 0 30px 0 15px;
  padding: 0;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #22b73f;
}

#subnavi a:link {
  color: #979797;
  text-decoration: none;
}

#subnavi a:visited {
  color: #979797;
  text-decoration: none;
}

#subnavi a:hover {
  color: #979797;
  text-decoration: none;
}

#wrapper_features {
  margin: 0;
  padding: 155px 0 0 0;
}



.features_subtitle {
  margin: 5px auto 5px auto;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #000;
  font-family: "Rounded Mplus 1c";
}

.features_img {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  background-color: #f2f2f2;
}

.features_img img {
  width: 80%;
  margin: 0;
  padding: 30px;
  background: #fff;
}

.features_pict {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.features_pict img {
  width: 100%;
}

.features_pict_800 {
  width: 800px;
  margin: 0 auto;
  background: #fff;
}

.features_pict_800 p {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 30px 10px;
  font-size: 16px;
  text-align: left;
}

.features_pict img {
  max-width: 100%;
  margin: 0 auto;
}

.features_pict_800 img {
  max-width: 100%;
  margin: 0 auto;
}


.features_photo {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  background-color: #f2f2f2;
}

.features_photo img {
  width: 80%;
}


.features_text {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

.features_text p {
  font-size: 18px;
}

.features_text ul {
  font-size: 18px;
}

/* 3カラムレイアウトのための疑似要素 */
.features_box {
  width: 1080px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

.features_item {
  width: 31%;
  margin: 0 0 45px 0;
  padding: 0;
  border: #00c853 solid 2px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.features_item img {
  width: 100%;
}

.features_name {
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  color: #00c853;
  text-align: center;
  min-height: 60px;
}

.features_txt {
  margin: 0 auto;
  padding: 20px 10px 10px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
}

.features_caption {
  width: 800px;
  margin: -25px auto 0 auto;
  padding: 0;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #666;
  text-align: right;
}

/* features内ステップdl */
.step_dl_title {
  margin: 0 auto;
  padding: 10px 5px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
}

.step_dl_wrap {
  display: flex;
  flex-direction: column;
  gap: 3em;
  position: relative;
}

.step_dl {
  position: relative;
  margin: 0 auto;
  padding: 1.4em;
  background: #fff;
  border: #00c853 1px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}

.step_dl dd {
  margin: 0;
  padding: 0 0 0 10px;

}

/* 1カラム版のスタイル */
.step_dl_content_single {
  display: block;
}

.step_dl_left_single {
  width: 100%;
  font-size: 16px;
  line-height: 150%;
}


.step_dl_left_single img {
  width: 100%;
  margin: 0 auto;
}

/* dlの中身をフレックスレイアウトで左右分割 */
.step_dl_content {
  display: flex;
  gap: 1.5em;
  align-items: flex-start;
}

.step_dl_left {
  flex: 2;
  min-width: 0;
}

.step_dl_right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}

.step_dl_right img {
  max-width: 70%;
  height: auto;
}

.illustration_placeholder {
  width: 100%;
  height: 80px;
  background: linear-gradient(45deg, #00c853, #037a6a);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.step_dl:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #00c853, #037a6a);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.step_dl p a {
  font-weight: bold;
  color: #157efb;
  text-decoration: underline;
  display: inline-block;
}

.step_dl dt h3 {
  font-size: 130%;
  margin-bottom: 1em;
  border-left: 4px solid #00c853;
  padding-left: 0.8em;
  line-height: 1.5;
  color: #00132f;
  font-weight: bold;
  text-align: left;
}

.step_dl h3 span {
  display: block;
  font-size: 1rem;
  color: #00c853;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: left;
}


.green {
  color: #00c853;
}

.font120 {
  font-size: 120%;
}

.center_bold {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #00132f;
  margin-top: 1em;
}

.button_container {
  margin: 10px 10px;
  text-align: center;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.button_container div {
  width: 28%;
}

.button_container a:link {
  color: #fff;
  text-decoration: none;
}

.button_container a:visited {
  color: #fff;
  text-decoration: none;
}

.button_container a:hover {
  color: #fff;
  text-decoration: none;
}



.pointbox {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 75px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pointcel {
  width: 520px;
  margin: 0 auto;
  padding: 0;
}

.pointitle {
  margin: 0;
  padding: 15px 0 20px 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  font-family: "Rounded Mplus 1c";
}

.point {
  margin: 0;
  padding: 12px 0 15px 15px;
  border: 2px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.point table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.point table th {
  width: 25px;
  font-size: 100%;
  line-height: 100%;
  padding: 10px 0 0 0;
  color: #ff3d29;
  vertical-align: top;
  text-align: left;
}

.point table td {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 4px 0 0 0;
  vertical-align: top;
}


/*---------- 比較ページ ----------*/

table.draft01 {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.draft01 th {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px;
  border: solid 1px #ddd;
  color: #fff;
}

table.draft01 td {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  border: solid 1px #ddd;
}

table.draft01 td.item {
  width: 200px;
  font-size: 14px;
  text-align: left;
  background-color: #f3f3f3;
}

.item_01 {
  width: 200px;
  background: #0bb203;
}

.item_02 {
  width: 150px;
  background: #0bb203;
}

.linestep {
  font-weight: bold;
  background: #ffe9e7;
}

.photo {
  margin: 0 0 35px 0;
  padding: 0;
  text-align: center;
}

.source {
  margin: 15px 0 15px 5px;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 160%;
  color: #666;
  border-left: solid 2px #ccc;
}

.graf {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}

.part_01 img {
  width: 500px;
}

.part_03 {
  margin: 20px 0 0 0;
}

.part_03 img {
  width: 380px;
}

.part_02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.part_02 img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .part_02 {
    grid-template-columns: 1fr;
  }
}

/*---------- 事例ページ ----------*/

.exlist {
  margin: 0;
  padding: 30px 0;
  display: table;
  border-bottom: solid 1px #ddd;
}

.exlist a {
  display: block;
}

.exlist a:link {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist_img,
.exlist_text {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.exlist_img {
  width: 300px;
  padding: 0;
}

.exlist_img img {
  width: 100%;
}

.exlist_text {
  width: 450px;
  padding: 0 0 0 30px;
}

.exlist_number {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  font-family: "Rounded Mplus 1c";
}

.exlist_number span {
  padding: 4px 20px;
  background-color: #00cd3f;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.exlist_company {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  font-family: "Rounded Mplus 1c";
}

.exlist_detail {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
}


.extitle_number {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.extitle_number span {
  padding: 4px 20px;
  background-color: #00cd3f;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.extitle_company {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.extitle_detail {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
}

.exsubtitle {
  margin: 45px 0 15px 0;
  padding: 0 0 0 12px;
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 1px;
  border-left: solid 6px #00cd3f;
}

.exlist_box {
  margin: 45px 0 25px 0;
  padding: 45px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
}

.exlist_box::after {
  content: "";
  display: block;
  width: 32%;
}

.exlist_sub {
  width: 245px;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
}

.exlist_sub img {
  width: 100%;
  margin: 0 0 5px 0;
}

.exlist_sub a {
  display: block;
}

.exlist_sub a:link {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist_sub a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist_sub a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist_sub2 {
  width: 380px;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.exlist_sub2 img {
  width: 100%;
  margin: 0 0 5px 0;
}

.exlist_sub2 a {
  display: block;
}

.exlist_sub2 a:link {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist_sub2 a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

.exlist_sub2 a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.excta_box {
  margin: 45px auto 25px auto;
  padding: 45px 0 25px 0;
  border-top: solid 1px #ccc;
  text-align: center;
}

.excta_box_button_wrap {
  margin-top: 20px;
}

.excta_box_button_list {
  list-style: none;
  display: flex;
}

.excta_box_button_list {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

.excta_box_button_list>li {
  margin: 0 20px;
}

.excta_box_label {
  margin-bottom: 20px;
}

.excta_box_label>span {
  position: relative;
  margin-bottom: 15px;
}

.excta_box_label>span::before {
  position: absolute;
  left: -1em;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  transform: rotate(-40deg);
}

.excta_box_label>span::after {
  position: absolute;
  content: "";
  right: -1em;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  transform: rotate(40deg);
}

.excta_box_button.m--case,
.excta_box_button.m--case:link,
.excta_box_button.m--case:visited {
  width: 80%;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #f39025;
  border: 2px solid #f39025;
  border-radius: 60px;
  padding: 10px 30px;
}

.excta_box_button.m--service,
.excta_box_button.m--service:link,
.excta_box_button.m--service:visited {
  width: 80%;
  color: #f39025;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #FFFFFF;
  border: 2px solid #f39025;
  border-radius: 60px;
  padding: 10px 30px;
}

.excta_box_button.m--case>span,
.excta_box_button.m--case:link>span,
.excta_box_button.m--case:visited>span {
  color: #f39025;
  background-color: #FFFFFF;
  border: solid 1px #f39025;
  padding: 2px 5px;
  margin-right: 5px;
}

.excta_box_button.m--service>span,
.excta_box_button.m--service:link>span,
.excta_box_button.m--service:visited>span {
  color: #FFFFFF;
  background-color: #f39025;
  border: solid 1px #f39025;
  padding: 2px 5px;
  margin-right: 5px;
}

.excta_box_button.m--case:hover {
  color: #f39025;
  background-color: #FFFFFF;
  border: 2px solid #f39025;
}

.excta_box_button.m--service:hover {
  color: #FFFFFF;
  background-color: #f39025;
  border: 2px solid #f39025;
}

.excta_box_button.m--case:hover>span {
  color: #FFFFFF;
  background-color: #f39025;
  border: solid 1px #FFFFFF;
}

.excta_box_button.m--service:hover>span {
  color: #f39025;
  background-color: #FFFFFF;
  border: solid 1px #f39025;
}

.excta_box_button>i {
  margin-left: 10px;
}


/*---------- ご利用までの流れページ ----------*/

.step_number {
  margin: 45px 0 0 0;
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Rounded Mplus 1c";
}

.step_number span {
  padding: 4px 20px;
  background-color: #00cd3f;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.step_title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.step_pict {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.step_pict img {
  width: 210px;
  background: #00cd3f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

ul.attention {
  margin: -10px 0 0 0;
  padding: 0;
}

ul.attention li {
  margin: 0 0 0 25px;
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 1px;
}

.api {
  margin: 30px 0 0 0;
  padding: 30px 40px 15px 40px;
  background-color: #f4f4f4;
  border: solid 1px #ddd;
}

.api p {
  font-size: 16px;
}

.api_title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
}


.check_title {
  margin: 45px 0 0 0;
  padding: 15px 0;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: #333;
}

.notes {
  margin: 0;
  padding: 15px 40px;
  background-color: #f4f4f4;
  border: solid 1px #ddd;
}

.notes.m--padding20 {
  padding: 15px 20px;
}

.notes.m--white {
  background-color: #FFF;
}

.notes p {
  font-size: 16px;
}

.service {
  margin: 45px 180px 0 180px;
  padding: 1px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}



/*---------- サブページ ----------*/
.contents_page_wrap.m--order {
  width: 100%;
  background: #f4f4f4;
  padding-bottom: 1px;
}

.contents {
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

.contents_page {
  width: 780px;
  margin: 0 auto;
  padding: 0;
}

.contents_page img {
  width: 100%;
}

.contents_pagebox {
  width: 780px;
  margin: 0 auto;
  padding: 0 20px;
  border: #00c853 solid 2px;
  border-radius: 5px;
}

.contents_page.m--plan {
  width: 840px;
  margin: 0 auto;
  padding: 0;
}

.contents_page.m--order {
  width: 840px;
  margin: 0 auto;
  padding: 0;
}

.contents_thanks {
  width: 780px;
  margin: 0 auto 90px auto;
  padding: 0;
}

.contents_agent {
  width: 780px;
  margin: 0 auto;
  padding: 0;
}

.agentbox {
  margin: 0 60px;
  padding: 15px 45px 30px 45px;
  background: #ffffe0;
}

.features_page {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

.features_1080 {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}


table.draft02 {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.draft02 th {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px;
  color: #fff;
  background: #999;
}

table.draft02 td {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  border: solid 1px #ddd;
}

.contents_about {
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

.contents_about p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 1;
}

.contents_about h2 {
  margin: 0;
  padding: 45px 0 30px 0;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
}

.contents_about table {
  width: 100%;
  border-collapse: separate;
  margin: 0;
}

.contents_about table th {
  width: 180px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px 0 10px 0;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #ccc;
  color: #1a1a1a;
}

.contents_about table td {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
}

.revision-history {
  margin: 20px 0 10px;
  line-height: 2;
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
}

.company-address {
  text-align: right;
  font-size: 12px;
  margin: 20px 0 40px;
  padding-right: 20px;
}

/* ーー　プライバシーAPI　ーー */
/* 第1条 定義リスト */
.def-list {
  font-size: 12px;
  line-height: 160%;
  margin: 6px 0 6px 1.5em;
  padding: 0;
  list-style: none;
}

.def-list li {
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}

.enactment {
  margin-top: 40px;
  font-weight: bold;
  text-align: right;
}

/* 号（(1)(2)...） */
.item-list {
  font-size: 12px;
  line-height: 160%;
  margin: 6px 0 6px 1.5em;
  padding: 0;
  list-style: none;
}

.item-list li {
  margin-bottom: 4px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.extm {
  margin: 0 auto;
  padding: 0;

}

.extm span {
  font-size: 1rem;
}

.extm table {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.extm table img {
  height: 16px;
  width: 16px;
  display: block;
  margin: 0 auto;
}


.extm table th {
  padding: 10px;
  background: #00cd3f;
  border: solid 1px #778ca3;
  color: #fff;
}

.extm table td {
  padding: 10px;
  border: solid 1px #778ca3;
}


/*---------- 予約管理機能 ----------*/

.reserve_toptxt {
  margin: 0;
  padding: 30px 50px 0 50px;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}

.reserve_top {
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 36px;
  line-height: 150%;
  font-weight: 900;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

.reserve_sub {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
  color: #00c853;
}

.reserve_box {
  margin: 0 0 45px 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reserve_pict {
  width: 44%;
  margin: 0;
  padding: 15px 0 0 0;
}

.reserve_pict img {
  width: 100%;
}

.reserve_pict2 {
  width: 48%;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}

.reserve_pict2 img {
  width: 100%;
}

.reserve_pict1 {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 20px 0;
  text-align: center;
}

.reserve_pict1 img {
  width: 100%;
}

.reserve_check {
  width: 52%;
  margin: 0;
  padding: 0;
}

.order_01 {
  order: 1;
}

.order_02 {
  order: 2;
}

.reserve_solution_box {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reserve_solution {
  width: 49%;
  margin: 0;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.back_color_01 {
  background-color: #fce5cd;
}

.back_color_02 {
  background-color: #c9e9f6;
}

.reserve_solution_title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
}

.reserve_solution_icon {
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: center;
}

.reserve_solution_icon img {
  width: 60%;
}

.triangle {
  margin: 20px 0 10px 0;
  padding: 0;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #ddd;
}

.reserve_subhead {
  margin: 45px 0 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 1px;
  text-align: center;
  color: #00c853;
}

.reserve_pictsmall {
  margin: 0;
  padding: 0;
  text-align: center;
}

.reserve_pictsmall img {
  width: 618px;
  border: 1px solid #ddd;
}


/*---------- SHISHI代理店一覧 ----------*/

.agency_subhead {
  margin: 0;
  padding: 0;
  font-size: 125%;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
}

.agency_box {
  margin: 0;
  padding: 30px 0 15px 0;
}

.agency {
  margin: 0 0 30px 0;
  padding: 0;
}

.agency_pict {
  margin: 0;
  padding: 0;
  text-align: center;
}

.agency_pict img {
  display: block;
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
}

.agency_name {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

.agency_name span {
  font-size: 75%;
  font-weight: normal;
}

.agent_result {
  margin: 0;
  padding: 5px 0 25px 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #00c854;
  text-align: center;
}

.agent_result a:link {
  color: #00c854;
  text-decoration: underline;
}

.agent_result a:visited {
  color: #00c854;
  text-decoration: underline;
}

.agent_result a:hover {
  color: #00c854;
  text-decoration: none;
}

.agent_sbhead {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}

.agent_sbhead span {
  color: #00c854;
  margin-right: 5px;
}

.agent_tag_top {
  margin: 0;
  padding: 5px 0 0 0;
}

.agent_tag_top ul {
  margin: 0;
  padding: 8px 0 3px 0;
  list-style: none;
}

.agent_tag_top ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  padding: 0 0 18px 0;
}

.agent_tag_top span {
  padding: 2px 5px;
  color: #00c854;
  border-radius: 3px;
  border: solid 1px #00c854;
}

.agent_tag {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
}

.agent_tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.agent_tag ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  padding: 0.4em;
  color: #00c854;
  border-radius: 3px;
  border: solid 1px #00c854;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.enquiry {
  margin: 10px 20px 50px;
  padding: 0;
  text-align: center;
}

.enquiry a:link {
  color: #fff;
  text-decoration: none;
}

.enquiry a:visited {
  color: #fff;
  text-decoration: none;
}

.enquiry a:hover {
  color: #fff;
  text-decoration: none;
}

.entry {
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #00c854;
}

.entry2 {
  margin: 0 auto;
  padding: 5px 0 5px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background: #00c854 !important;
}

.entry:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.entry2:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pattern_01 {
  width: 80%;
  padding: 15px 0;
  font-size: 100%;
}

.pattern_02 {
  padding: 12px 0;
  width: 30%;
}

.pattern_03 {
  width: 40%;
  padding: 10px 0;
  font-size: 25px;
}

.agency_unregistered {
  margin: 0;
  padding: 30px 0 45px 0;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
}

table.agency_list {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

table.agency_list th {
  font-size: 100%;
  line-height: 150%;
  padding: 0 0 5px 0;
  text-align: left;
  border-bottom: solid 1px #ccc;
  display: block;
}

table.agency_list td {
  font-size: 100%;
  line-height: 150%;
  padding: 10px 0 0 0;
  display: block;
}

table.agency_list td.enter {
  padding: 5px 0 20px 0;
  text-align: right;
}

.agent_list {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.agent_pict {
  width: 28%;
  margin: 0;
  padding: 10px 0 0 0;
}

.agent_pict img {
  width: 100%;
}

.agent_detail {
  width: 70%;
  margin: 0;
  padding: 0;
}

.agent_name {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 1px;
}

.agent_txt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  flex: 1;
}

.agent_resultlink {
  margin: -8px 0 0 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #00c854;
}

.agent_resultlink a:link {
  color: #00c854;
  text-decoration: underline;
}

.agent_resultlink a:visited {
  color: #00c854;
  text-decoration: underline;
}

.agent_resultlink a:hover {
  color: #00c854;
  text-decoration: none;
}

.agent_contact {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

.agent_contact .pattern_01 {
  display: inline-block;
  width: 60%;
  /* 好きな幅に調整 */
  max-width: 480px;
}

@media screen and (min-width:769px) {
  .agency_subhead {
    font-size: 24px;
  }

  .agency_box {
    padding: 45px 0 10px 0;
    display: grid;
    grid-template-columns: 44% 44%;
    justify-content: space-between;
    align-items: start;
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
  }

  .agency {
    width: 100%;
    display: grid;
    grid-row: span 8;
    grid-template-rows: subgrid;
    align-content: start;
  }

  .enquiry {
    align-self: end;
  }

  .agency_name {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 160%;
  }

  .agency_name span {
    font-size: 14px;
  }

  .pattern_01 {
    width: 100%;
    font-size: 18px;
  }

  .pattern_02 {
    width: 90%;
    font-size: 14px;
  }

  .pattern_03 {
    width: 40%;
    font-size: 25px;
  }

  .agency_unregistered {
    padding: 45px 0 60px 0;
    font-size: 18px;
    letter-spacing: 1px;
  }

  table.agency_list th {
    width: 200px;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: left;
    border-bottom: solid 1px #ccc;
    display: table-cell;
  }

  table.agency_list td {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 10px;
    border-bottom: dotted 1px #ccc;
    display: table-cell;
  }

  table.agency_list td.enter {
    width: 120px;
    padding: 10px 0;
  }
}


/*---------- 新活用事例-202205 ----------*/

.cs_mv {
  width: 768px;
  margin: 0 auto 90px auto;
  padding: 0;
}

.cs_box {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cs_box:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.cs_item {
  width: 31%;
  margin: 0 0 45px 0;
  padding: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.cs_item a {
  display: block;
}

.cs_box.m--case_list .cs_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cs_item a:link {
  color: #1a1a1a;
  text-decoration: none;
}

.cs_item a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

.cs_item a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.cs_pict {
  margin: 0;
  padding: 0;
}

.cs_pict img {
  width: 100%;
}

.cs_box.m--case_list .cs_pict img {
  border-radius: 10px 10px 0 0 !important;
}

.cs_category {
  margin: 0;
  padding: 20px 0 10px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}

.cs_category span {
  padding: 3px 10px;
  color: #00cd3f;
  border: solid 1px #00cd3f;
}

.cs_name {
  margin: 0;
  padding: 0 20px 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}

.cs_txt {
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
}

.cs_box.m--case_list .cs_txt {
  flex: 1;
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
}

.cs_box.m--case_list .cs_features {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0 20px 20px 20px;
  padding: 0;
  margin-top: auto;
}

.cs_features li {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e7fae3;
  color: #20af5a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  padding: 10px;
}

.cs_caption {
  width: 1200px;
  margin: -25px auto 0 auto;
  padding: 0;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #666;
  text-align: right;
}

/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}

.nomal {
  font-weight: normal;
}

.ul {
  text-decoration: underline;
}

.red {
  color: #ff3d29;
}

.red-s {
  color: #be0200;
  font-size: 80%;
  line-height: 105%;
}

.green {
  color: #00c853;
}

.through {
  text-decoration: line-through;
}

.ym {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fdfd76 40%);
}

.caption {
  margin: 15px 0;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}

.caption_wh {
  margin: 0 0 -15px 0;
  padding: 10px 0 0;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  line-height: 150%;
}

.caption_red {
  margin: 15px 0;
  padding: 0;
  font-size: 11px;
  color: #ff3d29;
  font-weight: normal;
  line-height: 150%;
}

.font70 {
  font-size: 70%;
  line-height: 140%;
}

.font80 {
  font-size: 80%;
  line-height: 140%;
}

.font95 {
  font-size: 95%;
  line-height: 140%;
}

.font120 {
  font-size: 120%;
  line-height: 180%;
}

.font150 {
  font-size: 150%;
  line-height: 180%;
}

.font180 {
  font-size: 180%;
  line-height: 180%;
}

.font210 {
  font-size: 210%;
  line-height: 180%;
}

.font240 {
  font-size: 240%;
  line-height: 180%;
}


/*---------- 文字位置 ----------*/

.center {
  text-align: center;
}

.right {
  text-align: right;
}


/*---------- フッター ----------*/
#footer_wrap {
  position: relative;
}

#linkbox {
  margin: 0 auto;
  padding: 20px 20px;
  background: #323232;
}

.linktitle01 {
  display: block;
  max-width: 980px;
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Rounded Mplus 1c";
}

.linktitle01 a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

.linktitle01 a:hover {
  padding-bottom: 3px;
  border-bottom: dotted 1px #fff;
}

.linktitle02 {
  width: 980px;
  margin: 30px auto 10px auto;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #fff;
}

.linktitle03 {
  margin: 10px auto 10px auto;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #fff;
}

.linkbox_space {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

#linkbox ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#linkbox ul li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 6px 0 0;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  border-right: solid 1px #666;
}

#linkbox li:last-child {
  border-right: none;
}

#linkbox ul li a {
  text-decoration: none;
  color: #fff;
}

#linkbox ul li a:hover {
  padding-bottom: 3px;
  border-bottom: dotted 1px #fff;
}

#linkbox2 {
  margin: 0;
  padding: 5px 0;
  background: #323232;
}

#linkbox2 ul {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  list-style: none;
}

#linkbox2 ul li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
}

#linkbox2 ul li img {
  display: inline;
  margin: 0 0px 0 0;
  padding: 0 0px 0 0;
  width: 30px;
  line-height: 150%;
}

#linkbox2 ul li a {
  filter: none;
}

#linkbox2 ul li a:hover {
  padding-bottom: 3px;
  border-bottom: dotted 1px #fff;
  filter: brightness(300%) contrast(300%) grayscale(100%);
}

.linkcaption {
  display: block;
  max-width: 980px;
  margin: 20px auto 0 auto;
  padding-left: 20px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #999;
}

.table-foot {
  margin: 10px auto 10px auto;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #fff;
}

.table-foot a:link {
  color: #fff;
  text-decoration: none;
}

.table-foot a:visited {
  color: #fff;
  text-decoration: none;
}

.table-foot a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer {
  margin: 0;
  padding: 20px 0;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #111;
  font-family: Arial, Helvetica, sans-serif;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 4px 3px 4px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*---------- 20250806追加_メンテナンス告知用 ----------*/
.maintenance_notice {
  background: white;
  color: #333;
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  position: relative;
}

.maintenance_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  padding: 20px;
}

.maintenance_date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.maintenance_time {
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 0.95;
}

.maintenance_description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}

.maintenance_features {
  padding-bottom: 5px;
  margin: 0px auto;
  text-align: left;
  width: 600px;
  max-width: 90%;
}

.maintenance_features h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.maintenance_features ul {
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
}

.maintenance_features li {
  position: relative;
  padding-left: 20px;
}

.maintenance_features li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #333;
}

.maintenance_note {
  font-size: 13px;
  color: #666;
}

/*---------- 20251107追加_年末年始休業期間告知用 ----------*/
.holiday_closure_notice {
  background: #FFF;
  color: #333;
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  position: relative;
}

.holiday_closure_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2b2b2b;
  padding: 10px;
}

.holiday_closure_description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}

/* 追加のアニメーション効果を削除 */
.maintenance_notice {
  /* アニメーション削除 */
}

/* 20260701プライバシーポリシーページにPマーク挿入用 */
.policy-signature {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
  margin: 80px auto;
  max-width: 1000px;
}

.policy-signature__logos {
  display: flex;
  align-items: center;
  gap: 40px;
}

.pmark-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 3px 5px;
}

.logo-pmark {
  width: 100px;
  height: auto;
}

.logo-isms {
  width: 180px;
  height: auto;
}

.policy-signature__info {
  text-align: right;
  line-height: 2;
  font-size: 18px;
}

/* ==========================
   Aboutページ認証ロゴ
========================== */

.about-cert-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
}

.about-pmark {
  width: 90px;
  height: auto;
}

.about-isms {
  width: 140px;
  height: auto;
}

/* =========================
   Footer Certification
========================= */

.footer-policy-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-policy-item>a {
  position: relative;
  top: -4px;
}

.footer-cert-logos {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-cert-logos a {
  display: inline-flex;
  align-items: center;
}

.footer-cert-logos img {
  display: block;
  height: 34px;
  width: auto;
  max-width: none;
}

/* ISMSだけ横長なので少し大きめに */
.footer-cert-logos img[alt="ISMSマーク"] {
  height: 40px;
}

/* plan.html / order.html 共通 infobox 強制スクロール */
.contents_page.m--order .notes>.infobox,
.contents_page_1080.m--order .notes>.infobox,
#apply .notes>.infobox {
  width: 100% !important;
  height: 250px !important;
  max-height: 250px !important;
  min-height: 250px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  resize: vertical !important;

  display: block !important;
  box-sizing: border-box !important;
  padding: 24px 28px !important;
  border: 1px dashed red !important;
  background: #fff0f0 !important;
}

/* plan.html用：申込み欄のinfobox */
#apply.contents_page_1080.m--order .infobox {
  width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  resize: vertical;
  box-sizing: border-box;
  padding: 24px 28px;
  border: 1px dashed red;
  background: #fff0f0;
}

/* 追加：他プランページ共通 infobox */
.infobox-document {
  width: 100%;
  height: 250px;
  min-height: 180px;
  max-height: 80vh;
  overflow: auto;
  resize: vertical;
  box-sizing: border-box;
  padding: 24px 28px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.infobox-document p,
.infobox-document li {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .03em;
}

.infobox-document p {
  margin: 0 0 14px;
}

.infobox-document .pp,
.infobox-document .pp2 {
  padding-left: 0;
  text-indent: 0;
}

.infobox-document .pp-list {
  margin: 0 0 16px 1.6em;
  padding-left: 1.2em;
}

.infobox-document .pp-list .pp-list,
.infobox-document .pp-list ol {
  margin-top: 6px;
  margin-bottom: 8px;
}

.infobox-document .pp-list li {
  margin: 0 0 6px;
}

.infobox-document .pp-blockquote {
  margin: 0 0 16px 1.2em;
  padding: 5px 20px;
}

.infobox-document h2.subject {
  margin: 28px 0 12px;
  padding: 8px 12px;
  border-left: 3px solid #333;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.infobox-document .subject_line {
  display: none;
}

.infobox-document .policy-signature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 100%;
  margin: 32px 0 8px;
  padding: 20px;
  box-sizing: border-box;
}

.infobox-document .policy-signature__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 0 auto;
}

.infobox-document .logo-pmark {
  width: 78px;
  height: auto;
}

.infobox-document .logo-isms {
  width: 132px;
  height: auto;
}

.infobox-document .policy-signature__info {
  flex: 1;
  min-width: 0;
  text-align: right;
  font-size: 13px;
  line-height: 1.7;
}

.infobox-document .policy-signature__info p {
  margin: 0 0 4px;
}