﻿@charset "UTF-8";

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

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  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 img {
  border-style: none;
}

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

a img {
  border-style: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* width: 100%; */
}

img {
  vertical-align: bottom;
}

.spnone {
  display: none;
}

.pcnone {}

.clr {
  clear: both;
}

p {
  font-size: 95%;
  line-height: 160%;
}


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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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


.headbox {
  margin: 0 auto;
  padding: 10px 15px 0 15px;
}

.headbox2 {
  margin: 0 auto;
  padding: 10px 15px 0 15px;
}

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

.sizing {
  font-size: 94%;
}

.logo h1 {
  margin: 0;
  padding: 2px 0 0 0;
  font-size: 100%;
  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: 0;
}

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

ul.menu li {
  margin: 0;
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
}

ul.menu li a {
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}

ul.menu li:last-child {
  margin: 0;
  padding: 15px 15px 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;
}


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

.click {
  background: transparent url("/img/service/screen.png") no-repeat 0 0;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  z-index: 9200;
}

.peke {
  background-position: -35px 0;
}

.drawr {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  right: 0;
  width: 260px;
  padding: 60px 0 20px 20px;
  z-index: 9100;
}



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

#copybox {
  margin: 0;
  padding: 15px 10px 0;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  background-color: #00cd3f;
  background: -moz-linear-gradient(220deg, #017193, #009080, #6ebd40, #def0d4);
  background: -webkit-linear-gradient(220deg, #017193, #009080, #6ebd40, #def0d4);
  background: linear-gradient(220deg, #017193, #009080, #6ebd40, #def0d4);
}

#copybox_wh {
  margin: 0;
  padding: 15px 10px 0;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  background-color: #f0fff0;
}

#lpbox {
  position: relative;
  margin: 0;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  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 {
  position: relative;
  margin: 0;
  text-align: center;
  font-family: "Rounded Mplus 1c";
  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%);
}

.copy {
  margin: 0 auto;
  padding: 0;
}

.copytext {
  display: none;
}

.copytext_sp {
  margin: 0 auto;
  padding: 0;
  text-align: bottom;
}

.copytext_sp img {
  width: 90%;
}

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

.copyphone img {
  width: 75%;
}

.copydevice {
  margin: 10px 0 0 0;
  padding: 0;
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
}

.section1 {
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #def0d4;
}

.section1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  /* 三角を白に */
  border-left: 100vw solid transparent;
}

.section1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  /* 三角を白に */
  border-right: 100vw solid transparent;
}

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


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

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

.subhead_img img {
  width: 100%;
}

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

.resize_01 {}

.resize_02 {}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.group {
  margin: 0 15px;
  padding: 10px;
}

.faq_group {
  margin: 0 15px 30px 15px;
  padding: 10px;
}

.faq_contents_group {
  margin: 0 15px;
  padding: 10px;
}

.environ {
  margin: 0 15px;
  padding: 10px;
}

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

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

.rightbox_01 img {
  width: 100%;
}

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

.specbox {
  margin: 0 auto;
  padding: 0 15px;
}

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

.spec img {
  width: 100%;
}

.spectitle {
  margin: 0;
  padding: 10px 0 30px 0;
  text-align: center;
  font-size: 120%;
  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: 0;
}

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

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

table.check td {
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  padding: 10px 0 5px 0;
  border-bottom: dotted 1px #999999;
  vertical-align: top;
  text-align: left;
}

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

.imagesize_01 {
  width: 100%;
}

.imagesize_02 {
  width: 50%;
}

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


#worrybox {
  margin: 45px 0 0 0;
  padding: 1px 0 45px 0;
  background-image: url("/img/service/screen_sp.png");
}

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

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

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

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

.mp_01 img {
  width: 100%;
}

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

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

.mp_02 img {
  width: 100%;
}

.worrytitle {
  margin: 0;
  padding: 30px 0 10px 0;
  text-align: center;
  font-size: 100%;
  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: 110%;
  line-height: 180%;
  padding: 2px 0 0 0;
  color: #3f82fa;
  vertical-align: top;
  text-align: left;
}

table.worry td {
  font-size: 100%;
  line-height: 150%;
  padding: 5px 0 0 0;
  vertical-align: top;
}

table.worry td.smallfont {
  font-size: 100%;
  line-height: 150%;
  padding: 7px 0 0 0;
  vertical-align: top;
}


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

.tabtitle {
  margin: 0 15px 20px 15px;
  padding: 0;
  font-size: 120%;
  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 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}

#tabNavi {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#tabNavi li {
  float: left;
  width: calc(100% / 2 - 14px);
  margin: 0;
  text-align: center;
  font-size: 80%;
}

#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 {
  margin: 0;
  font-weight: bold;
  background-color: #FFF !important;
  border: 2px solid #20af5a !important;
  border-bottom: 2px solid #FFF !important;
  border-radius: 8px 8px 0 0 !important;
  color: #20af5a !important;
}

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

#navi p {
  font-size: 90%;
  margin-left: 15px;
  margin-right: 15px;
}

#mask {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

#panel {
  width: 100%;
}

#panel p {
  font-size: 100%;
}

#panel-1 {
  margin: 0;
  padding: 0;
  float: left;
}

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

#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: 15px;
  font-size: 150%;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

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

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

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

.toolimg-phone img {
  width: 50%;
}

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

.toolimg img {
  width: 90%;
}

.details {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 100%;
  line-height: 150%;
  text-align: right;
}

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

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


.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;
  color: #f96c17;
  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;
}

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

.functionbox {
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.functionbox p {
  font-size: 100%;
  line-height: 160%;
  margin-left: 15px;
  margin-right: 15px;
}

.function {
  margin: 0 0 25px 0;
  padding: 0;
}

.function_title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 150%;
  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;
}

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

.rightbox_03 img {
  width: 100%;
}

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

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

.environ_photo img {
  width: 75%;
}

.environ_logo {
  margin: 15px 0 0 50px;
  padding: 0;
}

.environ_logo img {
  width: 75%;
}

.industrybox {
  margin: 0 15px;
  padding: 0;
}

.industry {
  margin: 15px 0 0 0;
  padding: 0;
}

.tp {
  position: relative;
  width: 100%;
}

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

.tp img {
  width: 100%;
}


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

.exbox {
  margin: 0 15px;
  padding: 0;
}

.exbox_top {
  margin: 0 15px;
  padding: 0;
}

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

.example_title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 150%;
  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: 145%;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}

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

.ex_number {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 100%;
  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: 100%;
  margin: 0 20px 45px 20px;
  padding: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

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

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

/* lstep_about.html の point内 ex_link 専用 */
.wrapper .lp_page .point_dl_wrap .point_dl .ex_link {
  width: 92% !important;
  margin: 0 auto 20px !important;
  padding: 0 !important;
  text-align: right !important;
  position: relative !important;
  overflow: hidden !important;
}

.wrapper .lp_page .point_dl_wrap .point_dl .ex_link p {
  margin: 0 !important;
}

.wrapper .lp_page .point_dl_wrap .point_dl .ex_link a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

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

.ex_link_center p {
  margin: 2cap 0;
  padding: 0;
  font-size: 83%;
  line-height: 150%;
}

.example_btn {
  display: inline-block;
  width: 85%;
  font-size: 100%;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  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;
  overflow: auto;
  white-space: nowrap;
}

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

table.price th {
  font-size: 90%;
  line-height: 100%;
  padding: 10px;
  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 {
  font-size: 90%;
  line-height: 150%;
  padding: 10px;
  border: solid 1px #999;
}

.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 15px;
  padding: 0;
}

.top_bring {
  vertical-align: top;
}

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

.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: 10px;
  border: solid 2px #00c853;
  text-align: left;
  color: #00c853;
  line-height: 150%;
  font-size: 90%;
}

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

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

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

.bf_plus {
  margin: 0;
  padding: 5px 0;
  font-size: 100%;
  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;
  font-size: 80%;
  line-height: 180%;
  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 li {
  width: 33%;
  font-size: 0.9em !important;
}

.ex_tablelist {
  padding: 10px 10px 10px 45px !important;
}

.devicebox {
  margin: 10px;
  padding: 5px 0 15px 0;
}

.devicebox_sub {
  margin: 0 auto;
  padding: 15px 0 0 0;
}

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

.btn_caption {
  margin: 0 auto 5px;
  padding: 0;
  font-size: 100%;
  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: 100%;
}


.device_pict {
  margin: 0;
  padding: 0;
  text-align: center;
  /* background-color: #def0d4; */
}

.device_pict img {
  width: 100%;
}

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

.device_pict img {
  width: 100%;
}

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

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

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

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

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

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

.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 {
  display: none;
}

.device {
  margin: 0;
  padding: 0 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 {
  margin: 0;
  padding: 10px 0;
}

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

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

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


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

.button_wrap.m--free {
  position: relative;
  font-size: 16px;
}

.button {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 160%;
  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: 20px;
}

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

.button_wrap .button {
  padding-right: 2.5em;
}

.button_wrapper.m--secound .button_wrap .button {
  padding-right: 0 !important;
  text-align: center;
}

.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_10 {
  background: #93dd1b;
}

.type_00 {
  background: #ff8c00;
  font-size: 13px
}

.type_01 {
  background: #3a63e7;
}

.type_02 {
  background: #00c853;
}

.type_03 {
  background: #000080;
}

.type_04 {
  background: #ff4500;
}

.type_05 {
  background: #32cd32;
}

.type_06 {
  background: #4169e1;
}

.type_07 {
  background: #4b0082;
}

.type_08 {
  background: #32cd32;
}

.type_09 {
  background: #ee82ee;
}

.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;
}



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

.icon_30df img {
  height: 100%;
}

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

.faq p {
  font-size: 90%;
}

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

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

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


#inquirybox {
  margin: 0 auto;
  padding: 45px 10px;
  background-color: #e7fae3;
}

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

.inquiry {
  margin: 0 auto;
  padding: 0;
}

.inquiry table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 0 0;
  border-top: solid 1px #cccccc;
}

.inquiry table th {
  font-size: 100%;
  line-height: 150%;
  padding: 15px 0 5px 15px;
  background-color: #fff9e0;
  display: block;
  text-align: left;
}

.inquiry table td {
  padding: 15px 0 15px;
  background-color: #fff;
  border-bottom: solid 1px #cccccc;
  display: block;
}

input[type="text"],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 10px;
  font-size: 100%;
  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: 10px;
  font-size: 100%;
  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: 10px;
  font-size: 100%;
  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: 80%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  font-size: 120%;
  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;
}

.type_01 {
  background: #0bc1d1;
}

.type_02 {
  background: #00c853;
}

.type_03 {
  background: #0064eb;
}

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

.hidden_text.m--flex {
  line-height: 120%;
  margin-bottom: 5px;
}

.important_points_text {
  font-size: 85%;
}

.required_label {
  color: #FFF;
  font-size: 65%;
  padding: 4px 5px;
  background-color: red;
  margin-left: 10px;
}

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

.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: 20px;
  height: 20px;
  vertical-align: top;
  margin: 0px 10px 0 0;
}


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

h2 {}

h3 {}

h4 {}

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

.style_02 {
  margin: 0 auto;
  padding: 15px 0;
  font-size: 120%;
  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;
  width: 98%;
  height: 150px;
  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;
  margin-top: 30px;
}

.page_title_wrap.m--order .page_title_center-plan {
  z-index: 1;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

.page_title_img_left {
  position: absolute;
  top: 15px;
  left: 0;
}

.page_title_img_right {
  position: absolute;
  top: 15px;
  right: 0;
}

.page_titlegrad {
  position: relative;
  color: #FFFFFF;
  font-size: 180%;
  font-weight: 900;
  text-align: center;
  line-height: 140%;
  padding: 15px 10px;
  font-family: "Rounded Mplus 1c";
  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;
  margin: 20px 0 0 0;
}

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

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

.page_subtitlegr {
  margin: 25px 15px -10px 15px;
  padding: 0;
  font-size: 125%;
  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: 45px 0 0 0;
  padding: 0;
  font-size: 150%;
  line-height: 140%;
  text-align: center;
}

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

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

.topic {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 120%;
  line-height: 150%;
  color: #000;
}

/*---------- パンくずリスト ----------*/
.breadcrumbList-box {
  margin: 0;
  padding: 10px 20px 0px 10px;
}

.List-Item {
  display: inline;
  font-size: 60%;
}

.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: 60px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9000;
  background-color: #3b3b3b;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#subnavi ul {
  width: 110%;
  margin: 0 auto;
  padding: 5px 0 2px 5px;
}

#subnavi ul li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: .5em .2em;
  font-size: 60%;
  line-height: 150%;
  color: #22b73f;
  width: 33%;
  float: left;
}

#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 auto;
  padding: 155px 10px 0 10px;
}

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

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

.features_img img {
  width: 100%;
  margin: 0;
}

.features_pict {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  /* background-color:#f2f2f2; */
}

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

.features_pict_800 {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.features_pict_800 p {
  margin: 0 auto;
  padding: 0 0 15px 5px;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
  color: #666;
}


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

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

.features_photo img {
  width: 100%;
}


.features_text {
  margin: 0 auto;
  padding: 5px 15px 0 15px;
  text-align: left;
}

.features_text p {
  font-size: 100%;
}

.features_link {
  margin: 0 auto;
}

/* 3カラムレイアウトのスマホ用 */
.features_box {
  width: auto;
  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;
  flex-direction: column;
  justify-content: center;
  margin: 0 15px;
  padding: 0;
}

.features_item {
  width: 100%;
  margin: 0 0 30px 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%;
  border-radius: 8px 8px 0 0;
}

.features_name {
  margin: 0;
  padding: 15px 10px 8px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  color: #00c853;
  text-align: center;
  min-height: auto;
}

.features_txt {
  margin: 0 auto;
  padding: 15px 15px 15px;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.5px;
}

.features_caption {
  width: auto;
  margin: -20px 15px 0 15px;
  padding: 0;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #666;
  text-align: right;
}

/* features内ステップdl */
.step_dl_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  position: relative;
}

.step_dl {
  position: relative;
  padding: 1.0em;
  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:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #00c853, #037a6a);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* dlの中身をスマホでは縦積み */

.step_dl_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}

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

.step_dl_left_single {
  width: 100%;
}

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

.step_dl_left {
  flex: none;
  order: 1;
  width: 100%;
}

.step_dl dd {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 90%;
  line-height: 1.5;
  color: #333;
}

.step_dl_right {
  flex: none;
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

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

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

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

.step_dl dt h3 {
  font-size: 120%;
  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;
}

.button_container {
  text-align: center;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.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 {
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: left;
}

.pointcel {
  margin: 0 15px;
  padding: 0;
}

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

.point {
  margin: 0;
  padding: 10px 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: 100%;
  line-height: 150%;
  padding: 4px 0 0 0;
  vertical-align: top;
}


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

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

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

table.draft01 td {
  font-size: 80%;
  line-height: 150%;
  padding: 10px 0;
  text-align: center;
  border: solid 1px #ddd;
}

table.draft01 td.item {
  width: 100px;
  padding: 10px;
  text-align: left;
  background-color: #f3f3f3;
}

.item_01 {
  background: #0bb203;
}

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

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

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

.photo img {
  width: 100%;
}

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

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

.part_01 img {
  width: 100%;
}

.part_02 {
  margin: 0;
}

.part_02 img {
  width: 48%;
}

.part_03 {
  margin: 0;
}

.part_03 img {
  width: 100%;
  margin-top: 10px;
}


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

.exlist {
  margin: 0;
  padding: 15px 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: 46%;
  padding: 0;
}

.exlist_img img {
  width: 100%;
}

.exlist_text {
  padding: 0 0 0 15px;
}

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

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

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

.exlist_detail {
  margin: 0;
  padding: 0;
  font-size: 80%;
  line-height: 150%;
}


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

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

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

.extitle_detail {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
}

.exsubtitle {
  margin: 30px 0 15px 0;
  padding: 0 0 0 12px;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  border-left: solid 6px #00cd3f;
}

.exlist_box {
  margin: 25px 0 0 0;
  padding: 35px 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: 48%;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 90%;
  font-weight: bold;
  line-height: 150%;
  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: 100%;
  margin: 0 5px 5px 0;
  padding: 0;
  font-size: 90%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.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: 25px 0 0 0;
  padding: 35px 0 15px 0;
  border-top: solid 1px #ccc;
  text-align: center;
}

.excta_box_button_wrap {
  margin-top: 20px;
}

.excta_box_button_list {
  list-style: none;
  padding: 0;
}

.excta_box_button_list>li {
  width: 100%;
  margin-bottom: 2em;
}

.excta_box_label {
  margin-bottom: 10px;
}

.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: 30px 0 0 0;
  padding: 0 0 15px 0;
  font-size: 100%;
  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: 150%;
  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: 50%;
  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: 90%;
  line-height: 160%;
}

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

.api p {
  font-size: 90%;
}

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


.check_title {
  margin: 30px 0 0 0;
  padding: 10px 0;
  font-size: 100%;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background-color: #333;
}

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

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

.notes p {
  font-size: 90%;
}

.service {
  margin: 25px 0 0 0;
  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 {
  margin: 0 15px;
  padding: 0;
}

.contents_page {
  margin: 0 15px;
  padding: 0;
}

.contents_page img {
  width: 100%;
}

.contents_pagebox {
  margin: 0 15px;
  padding: 10PX;
  border: #00c853 solid 2px;
  border-radius: 5px;
}

.contents_thanks {
  margin: 0 15px 45px 15px;
  padding: 0;
}

.contents_agent {
  margin: 0 15px;
  padding: 0;
}


.agentbox {
  margin: 0 0;
  padding: 10px 15px 20px 15px;
  background: #ffffe0;
}

.features_page {
  margin: 0 15px;
  padding: 0;
}

.features_1080 {
  margin: 0 10px;
  padding: 0;
}


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

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

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


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

.contents_about p {
  font-size: 80%;
}

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

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

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

.contents_about table td {
  font-size: 80%;
  line-height: 150%;
  padding: 10px 0 10px 10px;
  vertical-align: top;
  display: block;
}

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

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

.enactment {
  margin-top: 24px;
  text-align: left;
}

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

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

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

.reserve_toptxt {
  margin: 0;
  padding: 20px 20px 0 20px;
  font-size: 100%;
  line-height: 160%;
  text-align: center;
}

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

.reserve_sub {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 118%;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  color: #00c853;
}

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

.reserve_pict {
  margin: 0;
  padding: 10px 0;
}

.reserve_pict img {
  width: 100%;
}

.reserve_pict2 {
  margin: 0;
  padding: 10px 0;
}

.reserve_pict2 img {
  width: 100%;
}

.reserve_pict1 {
  margin: 0;
  padding: 10px 0;
}

.reserve_pict1 img {
  width: 100%;
}

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

.order_01 {}

.order_02 {}

.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: 15px 20px;
  font-size: 100%;
  line-height: 160%;
  -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: 120%;
  font-weight: bold;
  line-height: 160%;
  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: 30px 0 0 0;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  color: #00c853;
}

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

.reserve_pictsmall img {
  width: 80%;
  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 75px 0;
  padding: 0;
}

.agency_pict {
  display: none;
}


.agency_name {
  margin: 0 0 15px 0;
  padding: 8px 10px;
  font-size: 110%;
  font-weight: bold;
  line-height: 150%;
  background: #f9f9f9;
}

.agent_result {
  margin: 0;
  padding: 10px 0 20px 0;
  font-size: 90%;
  line-height: 150%;
  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: 100%;
  font-weight: bold;
  line-height: 150%;
}

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

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

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

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

.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: 8px;
}

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

.enquiry {
  margin: 15px;
  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;
  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;
}

.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;
}

.pattern_01 {
  width: 90%;
  padding: 15px 20px;
  font-size: 100%;
}

.pattern_02 {
  width: 100%;
  padding: 10px 0;
  font-size: 90%;
}

.pattern_03 {
  width: 70%;
  padding: 10px 0;
  font-size: 150%;
}

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

table.agency_list {
  max-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 65px 0;
  text-align: right;
}

.agent_list {
  margin: 0;
  padding: 30px 0;
  /* border-bottom:solid 1px #ccc; */
}

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

.agent_pict img {
  width: 60% !important;
}


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

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

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

.agent_txt {
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 160%;
}

.agent_linkbox {
  margin: 0;
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.agent_resultlink {
  margin: -5px 0 0 0;
  padding: 0 0 10px 0;
  font-size: 100%;
  line-height: 150%;
  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 {
  margin: 0 auto;
  padding: 15px 20px 0;
}


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

.cs_mv {
  margin: 0 20px 45px 20px;
  padding: 0;
}

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

.cs_item {
  margin: 0 0 30px 0;
  padding: 0;
  border: solid 1px #eaeaea;
}

.cs_box.m--case_list .cs_item {
  border-radius: 10px;
}

.cs_item a {
  display: block;
}

.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: 80%;
  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: 110%;
  font-weight: bold;
  line-height: 150%;
}

.cs_txt {
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 100%;
  line-height: 160%;
}

.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: 85%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  padding: 10px;
}

.cs_caption {
  margin: -15px 20px 0 20px;
  padding: 0;
  font-size: 75%;
  line-height: 150%;
  color: #666;
  text-align: right;
}

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

}

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

.extm table {
  width: 100%;
  margin-bottom: 60px;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  font-feature-settings: "palt";
}

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

.extm table tr th {
  background: #00cd3f;
  border: solid 0.9px #ccc;
  color: #fff;
  font-size: 60%;
  text-align: center;
  padding: 5px;
  width: 20%;
}

.extm table td {
  padding: 5px;
  border: solid 0.9px #ccc;
  font-size: 55%;
  width: 20%;
}

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

.bold {
  font-weight: bold;
}

.nomal {
  font-weight: normal;
}

.ul {
  text-decoration: underline;
}

.red {
  color: #ff3d29;
}

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

.green {
  color: #00c853;
}

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

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

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

.caption_wh {
  margin: 0 0 -15px 0;
  padding: 5px 5px 0;
  font-size: 40%;
  color: #fff;
  font-weight: normal;
  line-height: 120%;
}


.button_wrap.m--free>.button>.caption_wh {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: 3;
  margin: 0;
  padding: 0;
  font-size: 40%;
  color: #fff;
  font-weight: normal;
  line-height: 120%;
  padding-right: 2.5rem;
}

.button_wrap.m--free>.caption_wh {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: 3;
  margin: 0;
  padding: 0;
  font-size: 50%;
  color: #fff;
  font-weight: normal;
  line-height: 120%;
  padding-right: 2.5rem;
  text-align: center;
}



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

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

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

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

.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 ----------*/
#footer_wrap {
  position: relative;
}

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

.linktitle01 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 100%;
  font-weight: 900;
  line-height: 160%;
  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 {
  margin: 20px auto 10px auto;
  padding: 0;
  font-size: 80%;
  line-height: 160%;
  color: #fff;
}

.linktitle03 {
  margin: 20px auto 10px auto;
  padding: 0;
  font-size: 80%;
  line-height: 160%;
  color: #fff;
}

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

#linkbox ul li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 10px 5px 0;
  font-size: 70%;
  line-height: 150%;
  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;
}

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

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


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

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

#linkbox2 ul li {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0 5px 5px 0;
  font-size: 70%;
  line-height: 110%;
}

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

#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 {
  margin: 10px auto 0 auto;
  padding: 0;
  font-size: 60%;
  line-height: 160%;
  color: #999;
}

#footer {
  margin: 0;
  padding: 20px 0;
  font-size: 75%;
  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追加_メンテナンス告知用 ----------*/
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .maintenance_notice {
    margin: 10px;
    padding: 15px;
  }

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

  .maintenance_date {
    font-size: 18px;
  }

  .maintenance_time {
    font-size: 14px;
  }

  .maintenance_description {
    font-size: 13px;
  }

  .maintenance_features {
    padding: 12px;
  }

  .maintenance_features h4 {
    font-size: 14px;
  }

  .maintenance_features ul {
    font-size: 13px;
  }
}

/*---------- 20251107追加_年末年始休業期間告知用 ----------*/
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .holiday_closure_notice {
    margin: 10px;
    padding: 15px;
  }

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

  .holiday_closure_description {
    font-size: 13px;
  }

}

/* 20260701プライバシーポリシーページにPマーク挿入用 */
@media screen and (max-width: 640px) {

  .policy-signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    margin: 40px auto;
  }

  .policy-signature__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

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

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

  .policy-signature__info {
    text-align: center;
    line-height: 1.8;
  }

  .policy-signature__info p {
    margin: 8px 0;
  }
}

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

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

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

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

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

.sp-cert-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  margin: 12px auto 0;
}

.sp-cert-logos img {
  display: block;
  width: auto;
}

/* Pマーク */
.sp-cert-logos .pmark-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 2px;
}

.sp-cert-logos .pmark-wrap img {
  height: 38px;
}

/* ISMS */
.sp-cert-logos img[alt="ISMSマーク"] {
  height: 42px;
}

.sp-policy-item {
  display: block;
}

.sp-policy-logos,
.sp-cert-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  width: 100%;
  margin: 8px auto 10px;
}

.sp-policy-logos .pmark-wrap,
.sp-cert-logos .pmark-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3px;
  padding: 2px;
}

.sp-policy-logos img,
.sp-cert-logos img {
  display: block;
  width: auto;
  max-width: none;
}

.sp-policy-logos .pmark-wrap img,
.sp-cert-logos .pmark-wrap img {
  height: 42px;
}

.sp-policy-logos img[alt="ISMSマーク"],
.sp-cert-logos img[alt="ISMSマーク"] {
  height: 48px;
}

.contents_page.m--order .notes>.infobox,
.contents_page_1080.m--order .notes>.infobox,
#apply .notes>.infobox {
  height: 220px !important;
  max-height: 220px !important;
  min-height: 220px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.infobox-document {
  display: block;
  width: 100%;
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  resize: none;
  padding: 16px;
  box-sizing: border-box;
}

.infobox-document p,
.infobox-document li {
  font-size: 13px;
}

.infobox-document .policy-signature {
  display: block;
}

.infobox-document .policy-signature__logos {
  justify-content: flex-start;
  margin-bottom: 14px;
}