@charset "UTF-8";
body {
  color: #666;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #666666;
  font-size: 16px;
}
#container {
  width: 100%;
  min-width: 1080px;
  background: #fff;
}

/* ------- /テキストリンク色調整/ ------- */

a.link_txt{
  color: #4b41ff;
}

a.link_txt:hover{
  border-bottom:#4b41ff 1px solid;
}

/* ------- /ヘッダー＆ナビゲーション/ ------- */
header {
  width: 100%;
  min-width: 1080px;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#mask {
  display: none;
  transition: all 0.2s;
}
#mask.hovered {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  animation: appear .5s ease;
  transition: all 0.2s;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
#mask.hover {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  animation: appear2 .8s ease;
}
@keyframes appear2 {
  0% {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
#mask #navi_back {
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  height: 300px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
nav {
  max-width: 1280px;
  min-width: 1080px;
  height: 72px;
  margin: 0 auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 72px;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  z-index: 9999;
  position: fixed;
  inset: 0;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
}
nav .logo {
  padding: 0;
  min-width: 210px;
}
nav .logo a:hover {
  border: none !important;
}
nav .logo img {
  width: 210px;
}
nav #global-navi {
  height: auto;
  white-space: nowrap;
  padding: 0;
  position: relative;
}
nav #global-navi .menu-list, nav #global-navi .sub-menu-list {
  margin-left: 50px;
}
nav #global-navi .menu-list li, nav #global-navi .sub-menu-list li {
  display: inline-block;
  margin-left: 0;
  font-size: 18px;
}
nav #global-navi .menu-list li.mark, nav #global-navi .sub-menu-list li.mark {
  display: inline-block;
  padding-left: 18px;
  margin-left: 0;
  background-image: url('../img/common/arrow_down.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 16px;
}
nav #global-navi .menu-list li.selected {
  margin: 0;
}
nav #global-navi .menu-list li a {
  display: block;
  font-weight: 600;
  margin: 6px 20px 6px 8px;
  text-decoration: none;
}
nav #global-navi .menu-list li.mark a {
  padding-left: 0px;
  margin: 6px 24px 6px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .0)
}
nav #global-navi .sub-menu-list {
  padding: 32px 0 0 0;
  display: none;
  top: 140px;
  width: 90%;
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
}
nav #global-navi .sub-menu-list .submenu_tl {
  color: #4b41ff;
  font-size: 18px;
  font-weight: 600;
}
nav #global-navi .sub-menu-list.selected {
  display: block;
}
nav #global-navi .sub-menu-list li {
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  font-size: 16px;
  margin: 10px 20px 10px 10px;
}
nav #global-navi .sub-menu-list li p {
  line-height: 2.2;
  padding-left: 16px;
  background-image: url('../img/common/arrow_right.svg');
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left 10px;
}
nav #global-navi .sub-menu-list li span {
  line-height: 2.2;
  font-size: 16px;
}
nav #global-navi .sub-menu-list li a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .0)
}
nav #global-navi .sub-menu-list li a:hover {
  opacity: 0.7;
}
nav #global-navi .sub02 {
  width: 45%;
  padding-left: 200px;
}
nav #global-navi .sub03 {
  width: 30%;
  padding-left: 390px;
}
#navi_btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navi_btn .login {
  margin-left: 11px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  display: inline-block;
  white-space: block;
  white-space: nowrap;
}
#navi_btn .login a {
  line-height: 1;
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(78, 78, 209, 1);
  text-decoration: none;
  border: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
#navi_btn .login a:hover {
  line-height: 1;
  margin: auto;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(78, 78, 209, 0.7);
  text-decoration: none;
  border: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
#navi_btn .regist {
  margin-left: 11px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  white-space: block;
  white-space: nowrap;
}
#navi_btn .regist a {
  line-height: 1;
  display: block;
  margin: auto;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 1);
  text-decoration: none;
  border: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
#navi_btn .regist a:hover {
  line-height: 1;
  margin: auto;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 0.7);
  text-decoration: none;
  border: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
.mv-block {
  background-image: linear-gradient(90deg, rgba(63, 55, 193, 1), rgba(170, 162, 248, 1));
  background-size: cover;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
#mv_header {
  max-width: 1160px;
  min-width: 1080px;
  margin: 0 auto;
  padding: 180px 60px 0 60px;
  display: flex;
  background-image: url("../img/top/bg.png");
  background-size: 89%;
  background-position: center;
  background-repeat: no-repeat;
}
#mv_header .header_box {
  width: 620px;
  flex-basis: 50%; 
}
#mv_header .header_box02 {
  padding: 0 0 0 5%;
  flex-basis: 50%; 
}
.mv-block-legal {
  max-width: 1160px;
  min-width: 1080px;
  margin: 0 auto;
  background:initial;
  padding:40px 60px;
}
.mv-block-legal img{
  width: 25%;
}

.mv-block-legal a:hover{
  border-bottom: none!important;
}

.card-header{
  margin:0 auto;
}
.card-header p{
  text-align: center !important;
}
h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 0.1em;
}
h1 span {
  font-size: 36px;
}
.header_box p {
  text-align: justify;
  font-size: 20px;
  color: #fff;
}
.regist_now {
  width: fit-content;
  margin: 42px auto 72px auto;
  background-color: #fff;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  white-space: block;
  white-space: nowrap;
}

.ajt01{
  margin: 0 auto!important;
}

.regist_now a {
  width: auto;
  line-height: 1;
  display: block;
  margin: auto;
  padding: 24px 82px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 1);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border: 3px solid #fff;
}
.regist_now a:hover {
  line-height: 1;
  margin: auto;
  padding: 24px 82px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 0.7);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
}
/* ------- /上へ戻るボタン/ ------- */
.back_top {
  height: 1000px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 100px 50px;
}
.back_top_button {
  position: fixed;
  z-index: 990;
  right: 30px;
  bottom: 150px;
  font-size: 50px;
  width: 64px;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.back_top_button img {
  transform: rotate(-90deg);
  opacity: 0.7;
}
.back_top_button img:hover {
  transform: rotate(-90deg);
  opacity: 1;
}
.back_top_active {
  opacity: 1;
  visibility: visible;
}
/* ------- // ------- */
.wrapper {
  max-width: 1280px;
  min-width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
}
.main {
  width: 100%;
  min-width: 1080px;
  padding: 90px 0 180px 0;
  font-size: 16px;
  position: relative;
}
.top_btn{
  max-width:1160px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 90px;
}

.gray {
  background-color: #efedff;
}
.trial {
  background-image: url(../img/top/trial_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-color: #7765FF;
}
#news {
  background-color: #dfddff;
}
.top_news {
  padding: 32px 60px;
}
.top_news .news_tl {
  font-size: 16px;
  font-weight: 600;
  color: #4e4ed1;
  padding-right: 50px;
  float:left;
}
.top_news .news_body span {
  margin-right: 30px;
}
h2.heading {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 102px;
  letter-spacing: 0.1em;
}
h2.heading::before {
  background-color: #7765ff;
  border-radius: 1px;
  bottom: -32px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 145px;
}
h2.trial_tl {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 102px;
  color: #fff;
  letter-spacing: 0.1em;
}
h2.trial_tl::before {
  background-color: #fff;
  border-radius: 1px;
  bottom: -32px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 145px;
}
.trial_now {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 0 auto 90px auto;
  width: auto;
  border-radius: 54px;
  background-color: #fff;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54spx;
  display: inline-block;
  white-space: block;
  white-space: nowrap;
}
.trial_now a {
  width: auto;
  line-height: 1;
  display: block;
  margin: auto;
  padding: 24px 62px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 1);
  text-decoration: none;
  border-radius: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border: 3px solid #fff;
}
.trial_now a:hover {
  line-height: 1;
  margin: auto;
  padding: 24px 62px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 0.7);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
}
.detail_btn {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  padding: 0 auto 90px auto;
  width: auto;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  display: inline-block;
  white-space: block;
  white-space: nowrap;
}
.detail_btn a, .detail_btn button{
  line-height: 1;
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding: 22px 124px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(119, 102, 255, 1), rgba(75, 65, 255, 1));
  text-decoration: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border: none;
}
.detail_btn a:hover, .detail_btn button:hover{
  line-height: 1;
  margin: auto;
  padding: 22px 124px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(119, 102, 255, 1), rgba(119, 102, 255, 1));
  text-decoration: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
/* ------- /top_contents/ ------- */
.contents_feature {
  padding: 0 60px;
}
.feature_box {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
  padding-bottom: 60px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.feature_detail {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33%;
}
.feature_detail .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature_detail .img_box img {
  width: 100%;
  min-height: 200px;
  object-fit: contain
}
.feature_detail p {
  line-height: 1.8;
  font-size: 16px;
  padding: 14px 0px;
  flex-grow: 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
h3.feature_tl {
  color: #4e4ed1;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
h3.feature_tl span {
  font-weight: 300;
  font-size: 32px;
  font-style: italic;
  margin-right: 18px;
}
.additional {
  background-color: #efedff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px 60px;
  margin-bottom: 60px;
  width: auto;
}
.additional h4 {
  color: #4e4ed1;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center !important;
}
.additional p {
  text-align: center !important;
}
.contents_function {
  padding: 0 60px;
}
.function_box {
  padding-bottom: 60px;
}
/* -- ２ブロック用
.function_box{
  display: flex;
  justify-content: space-between;
  padding-bottom:60px;
}
.function_detail{
  position:relative;
  width: auto;
  padding:38px;
background-color:#fff;
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.function_detail a:hover{
  border:none;
  background-color: rgba(119, 102, 255, .1);
  border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.function_detail .Link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 100%;
}

.function_detail p{
text-align: center;
}

.function_detail img{
  margin:auto auto 24px auto;
}

h3.function_tl{
  color:#4e4ed1;
  font-weight: 600;
  font-size:25px;
  text-align: center;
  margin-bottom:35px;
  letter-spacing: 0.1em;
}

--*/
.function_detail {
  width: auto;
  padding: 38px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  display: flex;
}
.function_detail .detail_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 0 1rem;
  padding: 24px;
}
.function_detail p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  flex-grow: 1;
}
.function_detail img {
  display: block;
  width: 100%;
  margin: 0 0 10px 0 !important;
  object-fit: cover;
  object-position: center top;
  box-sizing: border-box;
}
h3.function_tl {
  color: #4e4ed1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #bbbdcf;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
.contents_plan {
  padding: 60px;
  margin:0 auto 70px auto;
  width: 80%;
  background-color: #ecedf2;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.plan_box {
  background-color: #fff;
  border: 3px solid #4e4ed1;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
h3.plan_tl {
  padding: 40px;
  color: #fff;
  background-color: #4e4ed1;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  border-radius: 14px 14px 0 0;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
}
.plan_price {
  background-color: #efedff;
  padding: 48px;
  color: #4e4ed1;
  font-size: 20px;
  text-align: center;
}
.plan_price span {
  font-size: 56px;
  letter-spacing: 3px;
  margin-left: 10px;
  font-weight: bold;
}
.plan_detail {
  background-color: #fff;
  padding: 48px;
  margin: 0 48px;
  border-bottom: 2px dotted #666;
  font-size: 16px;
}
.plan_detail_last {
  background-color: #fff;
  padding: 48px;
  margin: 0 48px;
  font-size: 16px;
}
.plan_detail p {
  text-align: center;
}
.plan_detail p span {
  font-weight: 600;
  font-size: 25px;
}
.plan_detail_last p {
  text-align: center;
}
.plan_detail_last p span {
  font-weight: 600;
  font-size: 25px;
}

.plan_detail .contact_btn,
.plan_detail_last .contact_btn{
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  white-space: block;
  white-space: nowrap;
}

.plan_detail .contact_btn a,
.plan_detail_last .contact_btn a {
  width: auto;
  line-height: 1;
  display: block;
  margin: auto;
  padding: 24px 100px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #4e4ed1;
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border: 3px solid #4e4ed1;
}
.plan_detail .contact_btn a:hover,
.plan_detail_last .contact_btn a:hover{
  line-height: 1;
  margin: auto;
  padding: 24px 100px;
  font-size: 20px;
  font-weight: 600;
  color: #4e4ed1;
  background-color: rgba(78, 78, 209, 0.15);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
}

#price{
  padding-bottom:90px !important;
}
.about_pay{
  display: flex;
  padding:0 60px;
  gap:0 48px;
}
.pay_box{
  width: 50%;
  padding:48px;
  background-color: #fff;
  border: 3px solid #4e4ed1;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  font-weight: 600;
}
.pay_box h4{
  text-align: center;
  color: #4e4ed1;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px;
  padding-bottom:25px;
  border-bottom: 2px solid #bbbdcf;
}
/* ------- /sub_contents/ ------- */
#mv_header_sub {
  max-width: 1440px;
  margin: 0 auto;
  padding: 160px 60px 70px 60px;
}
#mv_header_sub-window {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 60px;
}
#mv_header_sub .header_box_sub {
  width: 100%;
}
h2.sub {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0 !important;
  letter-spacing: 0.1em;
}
#info {
  padding: 0 60px;
}
#info section.flex {
  display: flex;
  gap: 0 2em;
}
#info .pagebody {
  flex: 4;
}
#info .side {
  flex: 2;
}
#info .box {
  position: relative;
  z-index: 2;
}
#info .title_info {
  padding: 0;
}
#info .title_info h3 {
  font-size: 25px;
  padding: 1em 0 0 0;
  color: #4e4ed1;
  font-weight: 600;
}
.new {
  position: relative;
  top: -0.1em;
  display: inline-block;
  background: #66d3d8;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 2px 18px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-left: 1em;
}
.infotxt_box {
  padding: 60px 0;
}
.side_title {
  position: relative;
  z-index: 2;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #4e4ed1;
  padding: 0 0 20px;
  letter-spacing: 0.1em;
}
.side_list {
  background: #fff;
  border-top: 3px solid #7964ff;
}
.side_list li {
  padding: 30px 20px;
  border-bottom: #bebec0 1px solid;
}
.side_list li.disp {
  background-color: #f0edfe;
}
.side_list li.disp h6 {
  font-weight: 600;
  color: #4e4ed1;
}
.side_list li p {
  font-size: 0.9em;
  padding-bottom: 0.3em;
}
.side_list li h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
}
.side_paging {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.side_paging .left, .side_paging .right {
  flex: 1;
}
.side_paging .left {
  margin: 0;
}
.side_paging a {
  transition: all 0.1s ease-out 0.1s;
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  color: #666;
  text-decoration: none !important;
}
.side_paging a {
  border-bottom: none;
}
.side_paging a:hover {
  border-bottom: none;
  text-decoration: none;
  color: rgba(102, 102, 102, .7)
}
.side_paging .left a {
  background-image: url("../img/common/arrow_left.svg");
  background-position: 20% center;
  background-size: 10px;
  background-repeat: no-repeat;
  font-weight: 600;
}
.side_paging .right a {
  background-image: url("../img/common/arrow_right.svg");
  background-position: 80% center;
  background-size: 10px;
  background-repeat: no-repeat;
  font-weight: 600;
}
.side_paging a.disabled {
  pointer-events: none;
  color: #999;
  background-image: none;
  opacity: 0.7;
}
.side_paging .left a.disabled {
  background-image: url("../img/common/arrow_left_dis.svg");
  background-position: 20% center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.side_paging .right a.disabled {
  background-image: url("../img/common/arrow_right_dis.svg");
  background-position: 80% center;
  background-size: 10px;
  background-repeat: no-repeat;
}
/************************************************

■ご利用ガイド

*************************************************/
#guide .box {
  position: relative;
  z-index: 2;
  background: #fff;
  margin: 0;
  padding: 0 60px;
}
#guide h3 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 70px 0;
  letter-spacing: 0.1em;
}
#guide hr {
  margin-bottom: 70px;
}
#guide h3::before {
  background-color: #7765ff;
  border-radius: 1px;
  bottom: -32px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 145px;
}
.list_menu {
  margin-bottom: 70px;
}
.list_menu dt {
  transition: all 0.1s ease-out 0.1s;
  cursor: pointer;
  margin: 0.2em 0;
  color: #4e4ed0;
  font-size: 20px;
  border-bottom: 2px solid #bbbdcf;
  padding: 24px 0 12px 0;
}
.list_menu dt:hover {
  text-decoration: none;
  color: rgba(118, 102, 253, .7)
}
.list_menu dt::after {
  position: absolute;
  right: 50px;
  content: '';
  width: 45px;
  height: 45px;
  background-image: url('../img/common/icon_plus.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 12px;
}
/*　closeというクラスがついたら形状変化　*/
.list_menu dt.close::after {
  background-image: url('../img/common/icon_minus.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 12px;
  transition: all .5s ease;
}
.list_menu dd {
  display: none;
}
ul.list_q {
  padding: 0;
  list-style-position: inside;
  padding: 10px 0;
}
ul.list_q li {
  background: none;
  font-weight: 600;
  font-size: 16px;
  padding-left: 55px;
  text-indent: -25px;
  line-height: 1 !important;
}
ul.list_q li a {
  color: #333;
  text-decoration: none;
}
ul.list_q li a::before {
  content: "Q";
  margin: 0;
  color: #7765ff;
  font-size: 20px;
  font-weight: 900;
  margin-top: 3px;
  margin-right: 10px;
  text-decoration: none;
}
ul.list_q li a:hover {
  border-bottom: 1px solid #666;
}
ul.list_q li a:hover::before {
  border: none;
  text-decoration: none;
}
/************************************************

■ご利用ガイド　詳細

*************************************************/

#guide-detail {
  padding: 0 60px;
}
#guide.blank .pagebody {
  margin: 0;
}
#guide.blank .box {
  padding: 0;
}
.guide-column dl{
  display: flex;
}
.guide-column dt{
  width: 70%;
  margin-right: 1%;
}
.guide-column dt p{
  font-size: 16px;
  padding: 0.8em 0 0;
}
.guide-column dd{
  width: 50%;
}

.guide-background{
  background-color:rgb(255 243 247);
  padding: 1%!important;
  margin: 2% 0;
}

.guide-background span{
color: #d4145a;
font-weight: bold;
}

/*ボタングループ*/
.page_control {
  clear: both;
  text-align: right;
  position: relative;
  padding: 0;
  margin: 0 -70px;
}
.page_control .to_top {
  display: inline-block;
  position: relative;
  right: 0;
  bottom: 0;
}
/*ボタングループ内 先頭に戻るボタン*/
.page_control .to_top a {
  display: inline-block;
  transition: all 0.1s ease-out 0.1s;
  background-color: #88888e;
  color: #fff;
  padding: 0.6em 1.5em 0.6em 4em;
  border-radius: 0;
  font-size: 0.9em;
  background-position: 1.5em center;
}
.page_control .to_top a:hover {
  background-color: #67676d;
}
/*ボタングループ内 閉じるボタン*/
.box_close {
  display: inline-block;
}
.box_close a {
  display: inline-block;
  transition: all 0.1s ease-out 0.1s;
  font-size: 18px;
  padding: 0.6em 1.5em 0.6em 3.5em;
  text-decoration: none !important;
}
.box_close a:link {
  border: none !important;
}
.box_close a:hover {
  color: rgba(102, 102, 102, .7);
  border: none !important;
  text-decoration: none;
}
.box_close a::before {
  position: absolute;
  top: 14px;
  right: 140px;
  display: inline-block;
  content: url("../img/common/icon_plus.svg");
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
.free_field hr {
  border: none;
  border-top: #e3e3e8 2px solid;
  margin: 1em 0;
  padding: 0;
}
/*タイトル*/
.free_field h3 {
  padding: 0 0 24px 0;
  font-size: 25px;
  font-weight: 600;
  color: #4e4ed1;
  border-bottom: #4e4ed1 2px solid;
  letter-spacing: 0.1em;
}
.free_field h4 {
  transition: none;
 /* border-top: #4e4ed1 4px solid;*/
  background: #e2e8fd;
  border-radius: 0;
  padding: 0.3em 0.5em;
  margin: 1em 0;
  color: #333;
  font-size: 1.3em;
  cursor: auto;
  border-radius: 0 0 0.2em 0.2em;
}
.free_field h4:hover {
  background: #e2e8fd;
}
.free_field h4:before {
  display: none;
}
.free_field h5 {
  background: #ececed;
  border-radius: 0.2em;
  padding: 0.3em 0.5em;
  margin: 1em 0;
  font-size: 1.2em;
}
.free_field h6 {
  margin: 0.5em 0;
  font-size: 20px;
  font-weight: 600;
}
.free_field {
  color: #000;
}

.text_detail {
  padding: 36px;
  font-size: 16px;
}
.free_field .red {
  color: #d4145a;
}
.free_field .blue {
  color: #587fed;
}
.free_field .pink {
  color: #ed1e79;
}
.free_field .green {
  color: #13a589;
}
.free_field .orange {
  color: #d67718;
}
.free_field a {
  text-decoration: none;
  color: #4b41ff;
}

.free_field a:hover {
  border-bottom:#4b41ff 1px solid;
}

.free_field ul {
  padding: 0 0 1.5em 1em;
}
.free_field ul li {
  font-size: 1.1em;
  margin: 0 0 0.1em 0;
  background: none;
}
.free_field ul[type="disc"] li {
  list-style-type: disc;
  margin-left: 0.8em;
}
.free_field ul[type="square"] li {
  list-style-type: square;
  margin-left: 0.8em;
}
.free_field ul[type="circle"] li {
  list-style-type: circle;
  margin-left: 0.8em;
}
.free_field ul li {
  font-size: 1em;
  margin: 0 0 0.1em 0;
  background: none;
}
.free_field ol {
  padding: 0 0 1.5em 2.3em;
}
.free_field ol li {
  font-size: 1em;
  list-style-type: decimal;
  margin: 0 0 0.1em 0;
}
.free_field ul.mark {
  padding: 20px 0 20px 30px;
  background: none;
}
.free_field ul.mark li {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0.1em 0;
  /*
background-image:url("../img/common/icon_list.svg");
  background-position:left center;
  background-repeat:no-repeat;
background-size:12px auto;
*/
}
.free_field p {
  clear: both;
  display: block;
  padding: 0 0 1.5em 0;
  font-size: 1.1em;
  line-height: 1.5;
}
.free_field .left {
  text-align: left;
}
.free_field .center {
  text-align: center;
}
.free_field .right {
  text-align: right;
}
/*インデント*/
.free_field .indent1 {
  padding-left: 1.5em !important;
}
.free_field .indent2 {
  padding-left: 3em !important;
}
/*画像*/
.free_field img {
  display: block;
  margin: 1.5em auto 1.5em auto;
}
.free_field img.left {
  float: left;
}
.free_field img.right {
  float: right;
}
.free_field img.left:after, .free_field img.right:after {
  content: "";
  clear: both;
  display: block;
}
.free_field img.frame {
  border: #d0d3d8 1px solid;
  padding: 0;
  border-radius: 0;
}
/*画像サイズ指定*/
.free_field img.size_xl {
  width: 100%;
  max-width: 800px; /*暫定値*/
  height: auto;
}
.free_field img.size_l {
  width: 100%;
  max-width: 600px; /*暫定値*/
  height: auto;
}
.free_field img.size_m {
  width: 100%;
  max-width: 400px; /*暫定値*/
  height: auto;
}
.free_field img.size_s {
  width: 100%;
  max-width: 300px; /*暫定値*/
  height: auto;
}
/*テーブル*/
.free_field table {
  min-width: 50%;
  margin-bottom: 2em;
  border-top: #b6c5f9 2px solid;
  border-bottom: #b6c5f9 2px solid;
}
.free_field table tr {
  border-top: #b6c5f9 1px solid;
}
.free_field table th {
  background: #f1f4fe;
  padding: 0.5em 1.2em;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}
.free_field table td {
  padding: 0.5em 1.2em;
  font-size: 1em;
  text-align: center;
}
/*テーブル寄せ*/
.free_field table.left {
  margin: 0 0 2em 0;
}
.free_field table.center {
  margin: 0 auto 2em auto;
}
/*線なし表組み*/
.free_field table.no_line {
  min-width: 0%;
  width: auto;
  border: none;
}
.free_field table.no_line tr {
  border-top: none;
}
.free_field table.no_line th {
  background: none;
  padding: 0.2em 1em;
  font-size: 1em;
  text-align: left;
  vertical-align: top;
}
.free_field table.no_line td {
  padding: 0.2em 1em;
  font-size: 1em;
  text-align: left;
  vertical-align: top;
}
/*フォント*/
.font_m {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}
.font_i {
  font-style: italic;
}
.line {
  text-decoration: underline;
}
/*囲み枠*/
.frame {
  padding: 1.5em 1.5em 0em 1.5em;
  border: #d0d3d8 3px solid;
  margin-bottom: 1.5em;
  border-radius: 0.4em;
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
/************************************************

■Q&A・お問い合わせ

*************************************************/
#faq {
  position: relative;
  padding: 0 60px;
}
#faq .search_box {
  padding: 55px;
  background-color: #ecedf2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 90px;
}
#faq dl.search {
  position: relative;
  display: flex;
}
#faq dl.search dt {
  width: 80%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#faq dl.search dt input {
  width: 100%;
  height: 56px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 0 20px;
}
#faq dl.search dt input::placeholder {
  color: #ccc;
}
#faq dl.search dd {
  box-sizing: border-box;
  width: 20%;
  border: 1px solid #7665ff;
}
#faq dl.search dd button {
  display: block;
  height: 56px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #7665ff;
  width: 100%;
  border: 0;
}
#faq dl.search dd button:hover {
  background: #8383df;
}
#faq h3 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 102px;
  letter-spacing: 0.1em;
}
#faq h3::before {
  background-color: #7765ff;
  border-radius: 1px;
  bottom: -32px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 145px;
}
#faq .pc {
  position: absolute;
  top: 70px;
  display: block;
}
#faq .results {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width:825px) {
  #faq .search_box {
    margin-bottom: 7%;
  }
  #faq dl.search dt {
    width: 100%;
    position: static;
  }
  #faq dl.search dd {
    position: static;
    width: 80%;
    margin: 2% auto 0;
  }
  #faq .pc {
    display: none;
  }
}
/************************************************

■Q&A・お問い合わせ　詳細

*************************************************/
#faq.blank .pagebody {
  margin-top: -2.1em;
}
#faq.blank .box_close {
  display: block;
  clear: both;
  margin: 0;
  text-align: right;
}
#faq.blank .box_close a {
  display: inline-block;
  padding: 0.5em 1em 0.5em 3em;
  font-size: 0.9em;
  background-image: url("/common/img/icon_box_close.svg");
  background-position: 1em center;
  background-size: 1em auto;
  background-repeat: no-repeat;
  text-decoration: none !important;
}
#faq.blank .box {
  position: relative;
  z-index: 2;
  background: #fff;
  margin: 0 1.5em 1.5em 1.5em;
  padding: 0;
  box-shadow: #999 0 1px 3px;
}
#faq .title_q {
  display: flex;
  padding: 0.5em 0;
  margin: 0;
  border-bottom: #ccc 1px solid;
}
#faq .title_q h3 {
  position: relative;
  text-align: left;
  font-size: 1.4em;
  padding: 0.5em 0;
  margin: 0;
  letter-spacing: 0.1em;
}
#faq .title_q .icon_q {
  position: relative;
  left: -0.6em;
  display: inline-block;
  padding: 0.7em 0.5em 0.5em 2em;
  background: #5464db;
  vertical-align: 5%;
  box-shadow: #999 0 1px 2px;
}
#faq .title_q .icon_q img {
  position: relative;
  top: -0.1em;
  width: 1.8em;
  height: auto;
}
#faq.blank .anser_box {
  padding: 1.3em 2em 1em 4.5em;
  background-image: url("/common/img/faq/icon_a.svg");
  background-position: 1em 1em;
  background-size: 45px 36px;
  background-repeat: no-repeat;
}
#for_contact {
  margin: 60px;
  padding: 60px;
  border: 5px solid #7765FF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#for_contact .left, .right {
  margin-top: auto;
}
#for_contact h5 {
  color: #7765FF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#for_contact .contact_next_btn {
  margin: 0 auto;
  padding: 0 auto;
  width: auto;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  display: inline-block;
}
#for_contact .contact_next_btn a {
  line-height: 1;
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding: 22px 124px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(119, 102, 255, 1), rgba(75, 65, 255, 1));
  text-decoration: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
#for_contact .contact_next_btn a:hover {
  line-height: 1;
  margin: auto;
  padding: 22px 124px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(119, 102, 255, 1), rgba(119, 102, 255, 1));
  text-decoration: none;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
/************************************************

■FAQ詳細

*************************************************/
#faq-detail {
  position: relative;
  z-index: 2;
  background: #fff;
  margin: 0;
  padding: 0 60px;
  margin-bottom: -90px;
}
.box {
  margin: 0 0 90px 0;
}
.faq_detail_box {
  padding: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
#faq-detail .title_q h3 {
  color: #4e4ed1;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #ecedf2 2px solid;
}
#faq-detail .title_q h3::before {
  content: "Q";
  margin: 0;
  color: #7765ff;
  font-size: 30px;
  font-weight: 900;
  margin-top: 3px;
  margin-right: 10px;
  text-decoration: none;
}
#faq-detail .anser_box {
  margin-bottom: 60px;
}
#faq-detail .anser_box::before {
  content: "A";
  margin: 0;
  color: #e2598a;
  font-size: 30px;
  font-weight: 900;
  margin-top: 3px;
  margin-right: 10px;
  text-decoration: none;
}
#faq-detail .page_control {
  margin: 0 -30px -20px 0 !important;
}
/************************************************

■見積もり

*************************************************/
#estimate {
  position: relative;
  padding: 0 60px;
}
#estimate .error_msg {
  margin: 90px 0 0 0;
  padding: 20px;
  border: 2px solid #e2598a;
}
#estimate .error_msg p {
  color: #e2598a;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#estimate .estimate_box {
  padding: 55px;
  background-color: #ecedf2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 90px 0;
}
#estimate .estimate_form h4 {
  color: #7765FF;
  font-weight: 600;
  margin-bottom: 24px;
}
#estimate .estimate_form input {
  width: 100%;
  height: 56px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 38px;
}
#estimate .estimate_form input::placeholder {
  color: #ccc;
}
#estimate .estimate_form select {
  width: 100%;
  height: 56px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/common/arrow_down.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#estimate .estimate_form select::-ms-expand {
  display: none;
}
#estimate .estimate_detail {
  width: auto;
}
#estimate .estimate_detail iframe[src$=".pdf"] {
  width: 100%;
  height: 80vh;
  border: 1px solid #666;
  margin-bottom: 90px;
}
/* ------- /contact/ ------- */
.contact {
  min-width: 1080px;
  box-sizing: border-box;
  background-color: #efedff;
  text-align: center;
  padding: 82px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact .text{
  font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: red;
}

.contact .contact_btn {
  width: fit-content;
  margin: 18px;
  background-color: #fff;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  white-space: block;
  white-space: nowrap;
}
.contact .contact_btn a {
  width: auto;
  line-height: 1;
  display: block;
  margin: auto;
  padding: 24px 64px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #4e4ed1;
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border: 3px solid #4e4ed1;
}
.contact .contact_btn a:hover {
  line-height: 1;
  margin: auto;
  padding: 24px 64px;
  font-size: 20px;
  font-weight: 600;
  color: #4e4ed1;
  background-color: rgba(78, 78, 209, 0.15);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
}
.contact .regist_now {
  width: fit-content;
  margin: 18px;
  background-color: #fff;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  white-space: block;
  white-space: nowrap;
}
.contact .regist_now a {
  width: auto;
  line-height: 1;
  display: block;
  margin: auto;
  padding: 24px 64px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 1);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border: 3px solid #fff;
}
.contact .regist_now a:hover {
  line-height: 1;
  margin: auto;
  padding: 24px 64px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(226, 89, 138, 0.7);
  text-decoration: none;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
}
/************************************************

■機能一覧

*************************************************/
#function {
  position: relative;
  padding: 0 60px;
}
.function_navi {
  width: auto;
  margin-bottom: 90px;
}
.function_navi ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  gap: 0 50px;
  width: 100%;
}
.function_navi ul li {
  display: block;
  color: #4e4ed1;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #bbbdcf;
  width: 28%;
  padding: 20px 6px;
  margin-bottom: 16px;
  background-image: url(../img/common/arrow_down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
.function_navi ul li a {
  display: block;
  text-decoration: none;
  color: #4e4ed1;
  margin: -20px -6px;
  padding: 20px 25px 20px 0;
  line-height: 1.5;
}
.function_navi ul li span{
  font-weight: 300;
  font-size: 30px;
  font-style: italic;
  margin-right:6px;
}
.function_navi ul li a:hover {
  text-decoration: none;
  border: none;
  color: rgba(118, 102, 253, .7);
}
.function_contents {
  background-color: #efedff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 60px;
  margin-bottom: 90px;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.function_contents:last-child {
  margin-bottom: 0;
}
.function_contents img {
  flex-shrink: 0; /* 追加 */
  margin-right: 46px;
}
.function_contents_box {
  flex-basis: auto;
  width: auto;
}
.function_contents_box_d {
  flex-grow: 1;
}
.function_contents_box_d h4 {
  color: #4e4ed1;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 36px;
}
.function_contents_box_d h5 {
  color: #7765FF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
}
.function_contents_box_d h5.center {
  text-align: center;
}
.function_contents_box_d h4.service_index {
  color: #4e4ed1;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 36px;
  margin-top:-50px;
  margin-left:-10px;
  border-bottom: 2px dotted #666;
}
.function_contents_box_d h4.service_index span{
    font-weight: 300;
    font-size: 50px;
    font-style: italic;
    margin-right: 18px;
}

.function_contents_box_d .service_index_box{
  padding:0;
}
.function_contents_box_d .service_index_box ol{
  counter-reset: count 0;
  margin-left: 1em;
}

.function_contents_box_d .service_index_box ol li{
  padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6px;
}

.function_contents_box_d .service_index_box p{
  text-indent: 20px;
  margin-bottom:20px;
}
.function_contents_box_d .service_index_box p.table_comment{
  text-indent: 0;
  margin:20px 0 0 0;
  text-align: right;
}

.function_contents_box_d .service_index_box p.table_comment02{
  text-indent: 0;
  margin:20px 0 0 0;
}

.function_contents_box_d .service_index_box02{
  padding:0;
  width: 100%;
    line-height: 1.8;
}

.function_contents_box_d .service_index_box02 .illust{
  float: right;
    margin: 0 -1em 0 0;
    width: 40%;
    max-width: 340px;
    height: auto;
}

.function_contents_box_d .service_index_box02 p{
  text-indent: 20px;
  margin-bottom:20px;
  display: block;
}

.function_contents_box_d ul{
  margin:20px;
}
.function_contents_box_d ul li{
  padding: 6px 30px;
  background-image: url(../img/common/arrow_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  
}
.function_contents_box_d dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.function_contents_box_d dl dt {
  width: 30%;
  font-weight: 600;
}
.function_contents_box_d dl dd {
  width: 70%;
  margin-bottom: 12px;
}

.table_box {
	padding:2em 0;
}
.table_box h4 {
	color:#5464db;
	font-size:1.4em;
	position: relative;
	padding: 0 65px;
	text-align: center;
	margin-bottom: 2%;
}

.table_box h4:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #5464db;
  }
  
  .table_box h4 span {
	position: relative;
	padding: 0 1em;
	background: #efedff;
  }


  @media screen and (max-width: 480px){
	.table_box h4:before{
		position: static;
	}
	.table_box h4 span{
		padding: 0;
	}

  }

.scroll {
	overflow:auto;
	white-space:nowrap;
}
.symbol {
	font-size:2em;
    line-height:1;
}

.info_box{
  margin: 2em 0;
    padding: 30px;
    border: #e3e3e8 6px solid;
    border-radius: 6px;
    background-color:#fff;
}
.info_box .flex {
  display:flex;
  justify-content: center;
  align-items: center;
}
.info_box .flex .left {
	flex:3;
    text-align:center;
}
.info_box .flex .right {
	flex:8;
}
.info_box .list_box h6 {
	border:#666 2px solid;
	border-radius:4px;
	padding:0.3em 0.6em;
	font-size:1.1em;
	margin:40px auto;
	color:#666;
  font-weight: 600;
  width: 150px;
  text-align: center;
  display: block;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.table_box table,
.table_box02 table
 {
    width:100%;
	margin:0 auto;
	border-bottom:#5464db 1px solid;
}
.table_box table tr,
.table_box02 table tr {
	border-top:#5464db 1px solid;
}
.table_box table th,
.table_box02 table th {
	padding:0.3em 1.2em;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
}
.table_box02 table th{
	padding:0.2em;
}

.table_box table td,
.table_box02 table td{
	padding:0.3em 1.2em;
	font-size:1em;
	text-align:center;
}

.table_box02 table td{
  padding:0.2em;
  line-height: 1.5;
}
.table_box table .label,
.table_box02 table .label {
	text-align:left;
}
.table_box table .focus {
	background:#6d8cf3;
	color:#fff;
	font-size:120%;
}

.table_box02 table .focus02 {
	background:#6d8cf3;
	color:#fff;
	font-size:120%;
  text-align: left;
  padding: 0.2em;
  line-height: 1.2;
}

/************************************************
■お問合せ
*************************************************/
#contact_form {
  position: relative;
  padding: 0 60px;
}

#contact_form .cn_box {
  padding: 55px;
  background-color: #ecedf2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 90px 0 40px 0;
}
#contact_form .cn_box h4 {
  color: #7765FF;
  font-weight: 600;
  margin-bottom: 24px;
}
#contact_form .cn_box input {
  width: 100%;
  height: 56px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 38px;
}

#contact_form .cn_box input[type="radio"]{
  width: 3%;
    padding: 0;
    height: 20px;
    line-height: 1;
    margin-bottom: 10px;

}
#contact_form .cn_box .radiotxt{
  vertical-align: 10%;
}

#contact_form .cn_box input::placeholder {
  color: #ccc;
}
#contact_form .cn_box select {
  width: 100%;
  height: 56px;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/common/arrow_down.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
#contact_form .cn_box select::-ms-expand {
  display: none;
}
#contact_form .cn_box textarea{
  width: 100%;
  line-height: 30px;
  background: none;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_form .cn_box textarea::placeholder {
  color: #ccc;
}
.must {
	position:relative;
	top: -5px;
	display:inline-block;
	background:#fff;
	color:#e2598a;
	font-size:12px;
	font-weight:600;
	letter-spacing:0.1em;
	padding:0 15px;
	margin-left: 0.8em;
	vertical-align: top;
  border:1px solid #e2598a;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.exlink {
	margin:20px 0 40px 0;
}
ul.exlink li{
  padding-left:20px;
  margin-bottom:10px;
}
ul.exlink li.indent-m{
  padding-left:0px;
}
ul.exlink li a{
  color:#4e4ed1;
}
ul.exlink li a:hover{
  color:#8383df;
}

.contact_info{
  color:#e2598a;
  text-align: center;
}
.ct_btn{
  padding:40px;
}

/* お問合せついか */

.guidance_box{
  font-size: 1.1em;
  padding: 1em 0;
  text-align: center;
}
.guidance_box h3 {
	font-size:1.4em;
	color:#6d8cf3;
	padding:2em 0 1em 0;
  text-align: center;
}
.guidance_box .icon {
	width:10em;
	height:auto;
	margin-top:1.5em;
}
.guidance_box p{
text-align: center;
  }
.guidance_box span{
  color:red;
}
.flex_column{
  margin: 0 auto;
    max-width: 45em;
    display: flex;
    padding: 0 0 1.5em 0;
}
.flex_column >dt{
  padding: 0.5em 1em 0 0;
  width: 12em;
  font-size: 1.1em;
  font-weight: bold;
}

.flex_column >dd{
  flex: 1;
  font-size: 1.1em;
  height: auto;
  padding: 0.5em;
  width: 100%;
}


.btn_box{
  text-align: center;
  padding-top: 0.5em;
}
.btn_box a{
  transition: all 0.3s ease-out 0.1s;
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 2em;
  box-shadow: 0 1px 1px #999;
  margin: 0.5em 0;
  font-weight: bold;
}
.btn_box .btn_back{
  background-color: #a8a8af;
  margin-right: 1.5em;
  padding: 0.5em 1.5em;}

.btn_box .btn_next{
  background-color: #6d8cf3;
  padding: 0.5em 4em;
}
.btn_box .btn_next:hover {
  background-color:#5464db;
  box-shadow:none;
}

.btn_box .btn_back:hover {
  background-color:#88888e;
  box-shadow:none;
}
 

/* 法律に基づく表示 */

#legal {
  position: relative;
  padding: 0 60px;
}
#legal .legal_box {
  padding: 55px;
  background-color: #ecedf2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 90px;
}

.list-legal {
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.list-legal a{
  color: #4b41ff;
}

.list-legal a:hover{
  border-bottom:#4b41ff 1px solid;
}

.list-legal dl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0.5rem 0 1rem;
  display:flex;
  flex-wrap: wrap;
  width:100%;
}

.list-legal dl dt {
  font-weight: 700;
  font-weight: normal;
  min-width: 12em;
  padding:1rem 0.5rem 0.5rem 0.5rem;
  color: #5a646e;
  width:30%;
  border-top: 1px solid #e2e4e6;
  box-sizing: border-box;
}

.list-legal dl dd {
  width:70%;
  padding:1rem 0.5rem 0.5rem 0.5rem;
  border-top: 1px solid #e2e4e6;
  box-sizing: border-box;
}

.list-legal dl dt:first-child {
  border-top:none;
}
.list-legal dl dt:first-child + dd {
  border-top:none;
}

.list-legal .dtnone{
 display: none;
}
.list-legal .ddw100{
  width: 100%;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

/* 利用規約 */

#terms {
  position: relative;
  padding: 0 60px;
}
#terms h3{
  color: #4e4ed1;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #4e4ed1 2px solid;
}
#terms .terms_box {
  padding:20px 40px;
}

#terms .terms_box .box-child{
  margin-bottom: 40px;
}

#terms h4{
  font-weight: 600;
  font-size: 20px;
  margin-bottom:20px;
}
#terms p{
  margin-bottom:20px;
}
#terms .terms_box ol {
  counter-reset: count 0;
  margin-left:1em;
}
#terms .terms_box li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom:6px;
}
#terms .terms_box li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

#terms .terms_box .txt-indent{
  padding-left:1.5em;
  text-indent: 0 !important;
}

#terms .sub_comment{
  float: right;
}




/* ------- /footer/ ------- */
#footer {
  margin: 0;
}
#footer p span {
  margin-left: 1em;
}
#footer_navi {
  padding: 48px 0;
}
#footer_navi #navi_sns {
  padding: 0;
  border-bottom: 1px solid #bbbdcf;
}
#footer_navi #navi_sns #navi_box {
  margin: auto;
  max-width: 1280px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
#footer_navi #navi_sns #navi_box a:hover {
  border: none;
}
#footer_navi #navi_sns #navi_box .logo {
  width: 240px;
}
#footer_navi #navi_sns #navi_box .sns {
  width: 240px;
  display: flex;
}
#footer_navi #navi_sns #navi_box .sns .sns_link {
  width: 34px;
  padding: 12px;
}
#footer_navi #navi_global {
  max-width: 1160px;
  padding: 50px 60px 0 60px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 3rem;
}
#footer_navi #navi_global .footer_global {
  width: auto;
}
#footer_navi #navi_global .footer_global p {
  padding: 8px 26px;
  background-image: url('../img/common/arrow_icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 12px;
  font-size: 16px;
  font-weight: 600;
}
#footer_navi #navi_global .footer_global .global_box {
  width: 100%;
}
#footer_navi #navi_global .footer_global .global_box ul {
  float: left;
  padding-left: 26px;
}
#footer_navi #navi_global .footer_global .global_box ul li {
  line-height: 2.4;
}
#footer_contents {
  background-color: #ecedf2;
  padding: 42px 0;
  font-size: 14px;
}
#footer_contents .contents_box {
  max-width: 1280px;
  padding: 0 42px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer_contents .contents_box .footer_box .about_site {
  float: right;
}
#footer_contents .contents_box .footer_box .about_site p {
  margin: 0;
  text-align: right;
  line-height: 1.2;
}
#footer_contents .contents_box .vector_logo {
  width: 120px;
}
#footer_contents .contents_box .vector_logo a:hover {
  border: none;
}
#footer_contents .contents_box .privacy {
  margin: 0;
  float: right;
  padding-left: 24px;
  width: 46px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}