@charset "UTF-8";
/* common */
/* common */
/* header */
/* 20240327下記削除 */
header {
  /* width: max-content; */
  min-width: 750px;
  position: relative;
  z-index: 2;
}
/* 20230327下記修正 */
header .header_wrap {
  position: relative;
  max-width: 1166px;
  min-width: 750px;
  margin: 0 auto;
  /*  */
  padding: 0;
}
header .header_wrap .header_logo {
  float: left;
}
header .header_wrap .header_logo img {
  position: relative;
  z-index: 3;
}
header .header_wrap ul.header_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
/* 20240328 font-size1.5 */
header .header_wrap ul.header_nav > li {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding-right: 24px;
}
/*  */
header .header_wrap ul.header_nav > li .service {
  background-image: url(../../images/navi_icon01.png);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 17px;
}
header .header_wrap ul.header_nav > li a.link_blank {
  background-image: url(../../images/icon_blank.png);
  background-size: 14px auto;
}
header .header_wrap ul.header_nav > li .btn {
  color: #1134b6;
  border: 2px solid #1134b6;
  border-radius: 20px;
  padding: 3px 28px 5px 18px;
  margin-left: 7px;
  background-image: url(../../images/icon_blank_blue.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 12px center;
  box-shadow: 0px 0px 6px 0px rgba(55, 55, 55, 0.24);
}
header .header_wrap ul.header_nav > li .btn:hover {
  background-image: url(../../images/icon_blank_white.png);
  color: #fff;
  background-color: #1134b6;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
header .header_wrap ul.header_nav > li .service_list {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px rgba(173, 173, 173, 0.32);
  padding: 36px 10px 22px 40px;
  top: 42px;
  left: -9px;
  width: 800px;
  display: none;
}
header .header_wrap ul.header_nav > li .service_list ul.link_list {
  float: left;
  display: block;
}
header .header_wrap ul.header_nav > li .service_list ul.link_list li {
  margin-bottom: 18px;
  margin-right: 60px;
  white-space: nowrap;
}
header .header_wrap ul.header_nav > li .service_list ul.link_list li a {
  font-size: 1.35rem;
  letter-spacing: 0.5px;
  font-weight: 500;
}
header
  .header_wrap
  ul.header_nav
  > li
  .service_list
  ul.link_list:last-of-type
  li {
  margin-right: 0;
}
header .header_wrap .navToggle {
  display: none;
}
header .contact_box {
  display: none;
  position: fixed;
  top: 48px;
  right: 0;
  z-index: 99;
}
header .contact_box .contact_btn {
  background-image: url(../../images/btn_icon01.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 40px center;
  background-color: #003bb2;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 0px 14px 0px rgba(55, 55, 55, 0.4);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 29px 40px 29px 66px;
  display: block;
}
@media all and (max-width: 1200px) {
  header .contact_box {
    top: 5px;
  }
  header .contact_box .contact_btn {
    padding: 19px 40px 19px 66px;
  }
}
/* 20240327下記修正 */
nav {
  position: absolute;
  left: 214px;
  top: 33px;
}
/*  */

.globalMenuSp {
  display: none;
}

/* header */
/* common */
article {
  position: relative;
  z-index: 1;
  width: 1166px;
  margin: 0 auto;
  min-width: 1280px;
}

article.w100p {
  width: 100%;
}

.content_senction {
  width: 784px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 94px;
}

.screen_senction {
  width: 1166px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.content_senction_form {
  padding-bottom: 80px;
}

.inner_wrap {
  padding: 0 30px;
}

h2.form_title {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  line-height: 100%;
  margin: 0 0 30px;
}

h3.yellow {
  border-left: 7px solid #ffe400;
  padding: 8px 0 0px 20px;
  margin-bottom: 25px;
  font-size: 2.6rem;
  line-height: 55%;
}
h3.yellow span {
  color: #003bb2;
  font-size: 1.3rem;
  display: block;
  padding-top: 17px;
}

h3.yellow_l1 {
  padding-top: 0;
  line-height: 150%;
}

h3.black {
  border-left: 6px solid #000;
  padding: 0 0 1px 12px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  line-height: 120%;
}

h3.blue {
  border-left: 7px solid #003bb2;
  padding: 8px 0 0px 20px;
  margin-bottom: 25px;
  font-size: 2.5rem;
  line-height: 55%;
}
h3.blue span {
  color: #003bb2;
  font-size: 1.3rem;
  display: block;
  padding-top: 17px;
}

h3.blue_l1 {
  padding-top: 0;
  line-height: 150%;
}

h3.blue_s {
  border-left: 6px solid #003bb2;
  padding: 0 0 0 15px;
  margin-bottom: 25px;
  line-height: 120%;
  font-size: 2rem;
  color: #003bb2;
  letter-spacing: 1px;
}

h3.blue_line {
  border-bottom: 2px solid #003bb2;
  padding: 0 0 10px 10px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 120%;
}
h3.blue_line span {
  padding-left: 10px;
  font-size: 1.3rem;
  font-weight: 300;
  color: #dc090a;
}

h4.blue {
  margin-bottom: 12px;
  color: #003bb2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
}

a.link_arrow {
  text-decoration: underline;
  position: relative;
  font-size: 1.6rem;
  line-height: 150%;
}

a.link_arrow::after {
  content: url(../../images/arrow02.png);
  position: absolute;
  right: -25px;
  line-height: 0;
  top: 36%;
  transition-duration: 0.3s;
}

a.link_arrow:hover::after {
  right: -30px;
  transition-duration: 0.3s;
}

a.btn01 {
  color: #003bb2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  border: 2px solid #003bb2;
  border-radius: 5px;
  padding: 13px 50px 13px 46px;
  background-image: url(../../images/icon_arrow01.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 12px center;
  box-shadow: 0px 0px 6px 0px rgba(55, 55, 55, 0.24);
}

a.btn01_white {
  background-color: #fff;
}

a.btn01:hover {
  background-image: url(../../images/icon_arrow01_on.png);
  color: #fff;
  background-color: #003bb2;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

a.btn02 {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #003bb2;
}

a.btn02:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

a.arrow01 {
  background-image: url(../../images/icon_arrow01.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right center;
  color: #003bb2;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-right: 20px;
}

.text_mark mark {
  color: #003bb2;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}

ul.list_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
ul.list_col2 li {
  width: 50%;
}

/* common */
/* bg */
.top_bg01 {
  position: absolute;
  z-index: 0;
  width: 392px;
  height: 470px;
  right: 0;
  top: 0;
  background-image: url(../../images/top_bg01.png);
  background-size: 392px auto;
  background-repeat: no-repeat;
  background-position: right top;
}

.top_bg02 {
  position: absolute;
  z-index: 0;
  width: 233px;
  height: 439px;
  left: 0;
  top: 657px;
  background-image: url(../../images/top_bg02.png);
  background-size: 233px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.top_bg03 {
  position: absolute;
  z-index: 0;
  width: 425px;
  height: 464px;
  right: 0;
  top: 1030px;
  background-image: url(../../images/top_bg03.png);
  background-size: 425px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.top_bg04 {
  position: absolute;
  z-index: 0;
  width: 596px;
  height: 502px;
  right: 0;
  top: 1630px;
  background-image: url(../../images/top_bg04.png);
  background-size: 596px auto;
  background-repeat: no-repeat;
  background-position: left top;
  transform: rotate(180deg);
}

.top_bg05 {
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 405px;
  left: 0;
  top: 2303px;
  background-image: url(../../images/top_bg05.png);
  background-size: 440px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.top_bg06 {
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 405px;
  right: 0;
  top: 2303px;
  background-image: url(../../images/top_bg06.png);
  background-size: 440px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.top_bg07 {
  position: absolute;
  z-index: 0;
  width: 590px;
  height: 535px;
  right: -80px;
  top: 2543px;
  background-image: url(../../images/top_bg07.png);
  background-size: 590px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.top_bg08 {
  position: absolute;
  z-index: 0;
  width: 590px;
  height: 535px;
  left: -90px;
  top: 2423px;
  background-image: url(../../images/top_bg08.png);
  background-size: 590px auto;
  background-repeat: no-repeat;
  background-position: left top;
  transform: rotate(180deg);
}

.top_bg09 {
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 605px;
  left: 0;
  top: 2183px;
  background-image: url(../../images/top_bg09.png);
  background-size: 560px auto;
  background-repeat: no-repeat;
  background-position: left top;
  transform: rotate(180deg);
}

.plus_bg01 {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -90px;
  width: 814px;
  height: 710px;
  background-image: url(../../images/plus_main_bg.png);
  background-size: 814px auto;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 1280px) {
  .plus_bg01 {
    right: 0px;
  }
}
.net_bg01 {
  background-image: url(../../images/net_main_bg.png) !important;
}

.p7denwa_bg01 {
  background-image: url(../../images/club_main_bg.png) !important;
}

.club_bg01 {
  background-image: url(../../images/club_main_bg.png) !important;
}

.spot_bg01 {
  background-image: url(../../images/spot_main_bg.png) !important;
}

.upower_bg01 {
  background-image: url(../../images/upower_main_bg.png) !important;
  background-size: 660px auto;
  top: 0px;
  right: 42px;
}

.ustation_bg01 {
  background-image: url(../../images/ustation_main_bg.png) !important;
  background-size: 662px auto;
  top: 7px;
  right: 25px;
}

.p7tsushin_bg01 {
  background-image: url(../../images/7tsushin_main_bg.png) !important;
  background-size: 772px auto;
  top: -18px;
  right: -126px;
}

.phone_bg01 {
  background-image: url(../../images/phone_main_bg.png) !important;
  background-size: 744px auto;
  top: -8px;
  right: -76px;
}

.option_bg01 {
  background-image: url(../../images/option_main_bg.png) !important;
  background-size: 964px auto;
  width: 964px;
  height: 694px;
  top: -60px;
  right: -240px;
  overflow: hidden;
}

/* bg */
/* top */
.top_main {
  padding: 40px 0 0 30px;
  margin: 0 60px;
}
.top_main h1 {
  font-size: 5.6rem;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
  line-height: 100%;
  padding: 20px 0 30px;
}
.top_main h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
  line-height: 100%;
}
.top_main h2 span {
  color: #003bb2;
}
.top_main .text {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 180%;
}

.illust {
  width: 100%;
  height: 435px;
  position: relative;
}

.ill01 {
  width: 338px;
  height: auto;
  position: absolute;
  right: 34px;
  top: 141px;
}

.ill01_01 {
  transform-origin: 66% 25%;
  -webkit-animation: ill01_01_anime 0.6s ease-in-out infinite;
  animation: ill01_01_anime 0.6s ease-in-out infinite;
}

.ill01_02 {
  transform-origin: 55% 20%;
  -webkit-animation: ill01_02_anime 0.6s ease-in-out infinite;
  animation: ill01_02_anime 0.6s ease-in-out infinite;
}

@-webkit-keyframes ill01_01_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes ill01_01_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ill01_02_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ill01_02_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ill02 {
  width: 290px;
  height: auto;
  position: absolute;
  left: 400px;
  top: 51px;
}

.ill02_01 {
  transform-origin: 94% 64%;
  -webkit-animation: ill02_01_anime 1.3s infinite;
  animation: ill02_01_anime 1.3s infinite;
}

.ill02_01_00 {
  transform-origin: 77% 41%;
  -webkit-animation: ill02_01_00_anime 1.3s infinite;
  animation: ill02_01_00_anime 1.3s infinite;
}

.ill02_01_01 {
  transform-origin: 79% 54%;
  -webkit-animation: ill02_01_01_anime 1.3s infinite;
  animation: ill02_01_01_anime 1.3s infinite;
}

.ill02_01_02 {
  transform-origin: 80% 56%;
  -webkit-animation: ill02_01_02_anime 1.3s infinite;
  animation: ill02_01_02_anime 1.3s infinite;
}

.ill02_02 {
  transform-origin: 94% 83%;
  -webkit-animation: ill02_02_anime 1.5s infinite;
  animation: ill02_02_anime 1.5s infinite;
}

@-webkit-keyframes ill02_01_anime {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

@keyframes ill02_01_anime {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@-webkit-keyframes ill02_01_00_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ill02_01_00_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ill02_01_01_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ill02_01_01_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ill02_01_02_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ill02_01_02_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ill02_02_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0.8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ill02_02_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0.8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ill03 {
  width: 360px;
  height: auto;
  position: absolute;
  left: -4px;
  top: 21px;
}

.ill03_01 {
  transform-origin: 78% 59%;
  -webkit-animation: ill03_01_anime 1.3s infinite;
  animation: ill03_01_anime 1.3s infinite;
}

.ill03_02 {
  transform-origin: 41% 57%;
  -webkit-animation: ill03_02_anime 1.5s infinite;
  animation: ill03_02_anime 1.5s infinite;
}

@-webkit-keyframes ill03_01_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes ill03_01_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ill03_02_anime {
  0% {
    transform: rotate(0.5deg);
  }
  50% {
    transform: rotate(-2.4deg);
  }
  100% {
    transform: rotate(0.5deg);
  }
}
@keyframes ill03_02_anime {
  0% {
    transform: rotate(0.5deg);
  }
  50% {
    transform: rotate(-2.4deg);
  }
  100% {
    transform: rotate(0.5deg);
  }
}
#yubiAfter {
  display: none;
}

.illust_net .ill01 {
  width: 341px !important;
  left: 373px !important;
  top: 325px !important;
  z-index: 3 !important;
}
.illust_net .ill02 {
  left: 265px !important;
  top: 68px !important;
  z-index: 1 !important;
}
.illust_net .ill03 {
  width: 363px !important;
  left: 5px !important;
  top: 188px !important;
  z-index: 2 !important;
}

.ill01_club {
  width: 710px;
  height: auto;
  position: absolute;
  right: -55px;
  top: 106px;
}

.ill01_interpretation {
  width: 530px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 60px;
}

.ill01_remote {
  width: 560px;
  height: auto;
  position: absolute;
  right: 0px;
  top: 160px;
}

.ill01_spot {
  width: 800px;
  height: auto;
  position: absolute;
  right: -50px;
  top: 40px;
}

.ill01_option {
  width: 710px;
  height: auto;
  position: absolute;
  right: -55px;
  top: 106px;
}
.ill01_option img {
  width: 100%;
  height: auto;
}

.ill01_7denwa {
  right: 30px;
}
.ill01_7denwa .ill01 {
  width: 540px !important;
  left: 348px !important;
  top: 280px !important;
  z-index: 3 !important;
}
.ill01_7denwa .ill02 {
  width: 350px !important;
  left: 379px !important;
  top: 105px !important;
  z-index: 1 !important;
}
.ill01_7denwa .ill03 {
  width: 418px !important;
  left: 0px !important;
  top: 166px !important;
  z-index: 4 !important;
}

.ill01_01_7denwa {
  transform-origin: 75% 45%;
  -webkit-animation: ill01_01_7denwa_anime 1.3s ease-in-out infinite;
  animation: ill01_01_7denwa_anime 1.3s ease-in-out infinite;
}

@-webkit-keyframes ill01_01_7denwa_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes ill01_01_7denwa_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ill02_01_7denwa {
  transform-origin: 78% 31%;
  -webkit-animation: ill02_01_7denwa_anime 0.6s infinite;
  animation: ill02_01_7denwa_anime 0.6s infinite;
}

@-webkit-keyframes ill02_01_7denwa_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes ill02_01_7denwa_anime {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ill03_01_7denwa {
  transform-origin: 72% 41%;
  -webkit-animation: ill03_01_7denwa_anime 1.3s infinite;
  animation: ill03_01_7denwa_anime 1.3s infinite;
}

@-webkit-keyframes ill03_01_7denwa_anime {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(-48deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

@keyframes ill03_01_7denwa_anime {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(-48deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.antenna01_7denwa {
  -webkit-animation: antenna01_7denwa_anime 1s infinite;
  animation: antenna01_7denwa_anime 1s infinite;
}

@-webkit-keyframes antenna01_7denwa_anime {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

@keyframes antenna01_7denwa_anime {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.antenna02_1_7denwa {
  -webkit-animation: antenna02_1_7denwa_anime 3s infinite;
  animation: antenna02_1_7denwa_anime 3s infinite;
}

@-webkit-keyframes antenna02_1_7denwa_anime {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes antenna02_1_7denwa_anime {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.antenna02_2_7denwa {
  -webkit-animation: antenna02_2_7denwa_anime 3s infinite;
  animation: antenna02_2_7denwa_anime 3s infinite;
}

@-webkit-keyframes antenna02_2_7denwa_anime {
  0% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes antenna02_2_7denwa_anime {
  0% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.antenna02_3_7denwa {
  -webkit-animation: antenna02_3_7denwa_anime 3s infinite;
  animation: antenna02_3_7denwa_anime 3s infinite;
}

@-webkit-keyframes antenna02_3_7denwa_anime {
  0% {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes antenna02_3_7denwa_anime {
  0% {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.antenna02_4_7denwa {
  -webkit-animation: antenna02_4_7denwa_anime 3s infinite;
  animation: antenna02_4_7denwa_anime 3s infinite;
}

@-webkit-keyframes antenna02_4_7denwa_anime {
  0% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes antenna02_4_7denwa_anime {
  0% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.ill01_xg {
  width: 671px;
  height: auto;
  position: absolute;
  right: -58px;
  top: 125px;
}
.ill01_xg img {
  width: 100%;
  height: auto;
}

/*ふきだし*/
.ill01_text {
  width: 210px;
  height: auto;
  position: absolute;
  z-index: 3;
  right: 67px;
  top: 43px;
}

.ill01_text_animation {
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ill02_text {
  width: 212px;
  height: auto;
  position: absolute;
  z-index: 3;
  right: 318px;
  top: 86px;
}

.ill02_text_animation {
  -webkit-animation-duration: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.ill03_text {
  width: 190px;
  height: auto;
  position: absolute;
  z-index: 3;
  left: 243px;
  top: 21px;
}

.ill03_text_animation {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.top_service_title {
  color: #003bb2;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.5px;
  padding: 30px 0 24px;
}

.top_service_sub_title {
  color: #003bb2;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.top_service_sub_title span {
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  font-weight: 600;
}
.top_service_sub_title hr {
  margin: 0 15px 0 13px;
  width: 58px;
  height: 1px;
  background-color: #003bb2;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.top_service_text {
  font-size: 1.75rem;
  line-height: 190%;
  padding-bottom: 55px;
}

.top_service .top_line {
  width: 91%;
  height: 5px;
  border: 0;
  margin: 0 auto;
}
.top_service .service_box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 118px;
}
.top_service .service_box .text {
  padding: 22px 0 12px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
.top_service .service_box .text_s {
  color: #555;
  font-size: 1.2rem;
  padding-top: 30px;
}
.top_service .service_box .text_s a {
  text-decoration: underline;
}
.top_service .service_box p {
  width: 480px;
  font-size: 1.38rem;
  color: #555555;
  padding-bottom: 42px;
}
.top_service .service_box .img {
  position: absolute;
  width: 520px;
  right: 42px;
  top: 51px;
}
.top_service .service_box .img img {
  width: 100%;
}
.top_service .service_box a.link_blank {
  text-decoration: underline;
}
.top_service .sub_title_logo {
  display: table;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 20px;
  padding: 3px 18px 3px;
  margin-bottom: 5px;
}
.top_service .service_box01 {
  padding-bottom: 60px;
  margin: 0 60px;
  /*
  background-image: url(../../images/top_pic01.png);
  background-size: 520px auto;
  background-repeat: no-repeat;
  background-position: right 42px top 51px;
  */
}
.top_service .service_box02 {
  /*
  background-image: url(../../images/top_pic02.png);
  background-size: 525px auto;
  background-repeat: no-repeat;
  background-position: right 46px top 51px;
  */
  padding-top: 70px !important;
  margin: 0 60px;
}
.top_service .service_box02 .sub_title_logo {
  margin-bottom: 14px !important;
}
.top_service .top_service_list_title {
  font-size: 2.8rem;
  padding: 35px 60px 42px;
  line-height: 100%;
}
.top_service ul.top_service_list {
  width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 57px;
}
.top_service ul.top_service_list li {
  position: relative;
  background-color: #fff;
  width: 367px;
  margin: 0 0 35px 0;
  padding: 32px 30px 55px 38px;
  border: 1px solid #cacaca;
  border-top: 5px solid #003bb2;
  box-sizing: border-box;
}
.top_service ul.top_service_list li.group {
  border-top: 5px solid #000;
}
.top_service ul.top_service_list li .sub_title_logo {
  background-color: #003bb2;
  color: #fff;
  margin-bottom: 9px;
}
.top_service ul.top_service_list li .sub_title_logo_wrap {
  display: flex;
  justify-content: flex-start;
}
.top_service ul.top_service_list li .sub_title_logo_wrap .sub_title_logo {
  margin-right: 5px;
}
.top_service ul.top_service_list li .title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  padding-bottom: 20px;
}
.top_service ul.top_service_list li .title sup {
  font-size: 1rem;
}
.top_service ul.top_service_list li .title_s {
  font-size: 2.6rem;
  letter-spacing: 0.5px;
}
.top_service ul.top_service_list li .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  padding-bottom: 17px;
}
.top_service ul.top_service_list li .text sup {
  font-size: 1rem;
}
.top_service ul.top_service_list li p {
  font-size: 1.38rem;
  color: #555555;
  line-height: 195%;
  padding-bottom: 20px;
}
.top_service ul.top_service_list li p sup {
  font-size: 1rem;
}
.top_service ul.top_service_list li .text_s {
  font-size: 1.1rem;
}
.top_service ul.top_service_list li .text_s a {
  font-size: 1.1rem;
}
.top_service ul.top_service_list li .arrow01 {
  position: absolute;
  right: 38px;
  bottom: 40px;
}
.top_service ul.top_service_list li .link {
  line-height: 140%;
  margin-bottom: 10px;
}
.top_service ul.top_service_list li .link a {
  color: #003bb2;
  text-decoration: underline;
}
.top_service ul.top_service_list li:nth-of-type(3n) {
  margin-right: 0;
}
.top_service ul.top_service_list:after {
  content: "";
  display: block;
  width: 367px;
}
.top_service ul.top_service_list_other li {
  border-top: 5px solid #000;
}

ul.top_service_list_tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 90px 30px;
}
ul.top_service_list_tag li {
  margin-right: 10px;
}
ul.top_service_list_tag li span {
  display: block;
  color: #003bb2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  border: 2px solid #003bb2;
  border-radius: 20px;
  padding: 8px 15px 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.15s ease-in 0s;
}
ul.top_service_list_tag li span:hover {
  color: #fff;
  background-color: #003bb2;
}
ul.top_service_list_tag li span.on {
  color: #fff;
  background-color: #003bb2;
}

/* top */
/* plus */
.plus_main_wrap {
  padding-bottom: 220px;
  /*ふきだし*/
}
.plus_main_wrap .screen_senction {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.plus_main_wrap .illust {
  width: 667px;
  height: 495px;
  position: relative;
}
.plus_main_wrap .ill01 {
  width: 337px;
  left: 282px;
  top: 385px;
}
.plus_main_wrap .ill02 {
  width: 302px;
  left: 291px;
  top: 58px;
}
.plus_main_wrap .ill03 {
  width: 358px;
  left: -5px;
  top: 201px;
}
.plus_main_wrap .ill01_text {
  width: 210px;
  right: 82px;
  top: 296px;
}
.plus_main_wrap .ill02_text {
  width: 210px;
  right: 39px;
  top: 101px;
}
.plus_main_wrap .ill03_text {
  width: 180px;
  left: 177px;
  top: 195px;
}

.ill01_7denwa {
  /*ふきだし*/
}
.ill01_7denwa .ill01_text {
  width: 250px;
  right: -70px;
  top: 256px;
}
.ill01_7denwa .ill02_text {
  width: 250px;
  right: -30px;
  top: 55px;
}

.plus_main {
  position: absolute;
  z-index: 0;
  left: 60px;
  top: 117px;
}
.plus_main .sub_title_logo {
  display: table;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 7px 24px 8px;
  margin-bottom: 10px;
}
.plus_main .logo {
  width: 331px;
}
.plus_main .logo img {
  width: 100%;
}
.plus_main .logo_text {
  width: auto;
  font-size: 6.3rem;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "Noto Sans CJK JP";
  line-height: 100%;
  letter-spacing: 4px;
}
.plus_main .logo_text_s {
  font-size: 5.4rem;
}
.plus_main h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
  line-height: 140%;
  margin: 26px 0 32px;
}
.plus_main h2 span {
  font-size: 4rem;
}
.plus_main .text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 190%;
}
.plus_main .text span {
  color: #003bb2;
  font-size: 2.1rem;
}
.plus_main .text_s {
  color: #555;
  font-size: 1.2rem;
  padding-top: 10px;
}
.plus_main .text_s a {
  text-decoration: underline;
}

.plus_box .service_title {
  color: #000;
  font-size: 2.9rem;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 35px 0 37px;
}
.plus_box .service_text {
  letter-spacing: 2px;
  line-height: 160%;
}

.plus_box01 h2 {
  color: #003bb2;
  font-size: 2.9rem;
  letter-spacing: 0.5px;
  line-height: 100%;
  padding-left: 60px;
}
.plus_box01 .plus_box01_wrap {
  width: 100%;
  background-color: #003bb2;
  margin: 27px 0 0;
  padding: 76px 0 0;
}
.plus_box01 .box {
  position: relative;
  width: 506px;
  background-color: #ffe400;
  padding: 0 3px 3px;
  box-sizing: border-box;
}
.plus_box01 .box .img {
  width: 49px;
  height: auto;
  position: absolute;
  left: 26px;
  top: -13px;
}
.plus_box01 .box .img img {
  width: 100%;
}
.plus_box01 .box .title {
  position: relative;
  color: #003bb2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  padding: 12px 0 15px 90px;
}
.plus_box01 .box .title span {
  position: relative;
  line-height: 0;
  font-size: 2rem;
  letter-spacing: 0px;
}
.plus_box01 .box .white_box {
  background-color: #fff;
  width: 100%;
  position: relative;
  height: 120px;
}
.plus_box01 .box .white_box .text01 {
  position: absolute;
  padding: 30px 45px 20px 35px;
  background-image: url(../../images/plus_box01_pic03.png);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: right top 50px;
}
.plus_box01 .box .white_box .text01 p {
  font-size: 1.3rem;
  letter-spacing: 2px;
  padding-bottom: 13px;
}
.plus_box01 .box .white_box .text01 .price {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
}
.plus_box01 .box .white_box .text01 .price span {
  position: relative;
  font-size: 2.4rem;
}
.plus_box01 .box .white_box .text01 .price span i {
  position: absolute;
  right: -12px;
  bottom: 27px;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: -0.5px;
  width: 45px;
}
.plus_box01 .box .white_box .text01 .price span i.s {
  font-size: 0.9rem;
  bottom: 14px;
  right: -13px;
}
.plus_box01 .box .white_box .text02,
.plus_box01 .box .white_box .text02_1 {
  position: absolute;
  top: 10px;
  right: 40px;
}
.plus_box01 .box .white_box .text02 p,
.plus_box01 .box .white_box .text02_1 p {
  color: #003bb2;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.plus_box01 .box .white_box .text02 p.tag,
.plus_box01 .box .white_box .text02_1 p.tag {
  display: table;
  color: #fff;
  background-color: #003bb2;
  border-radius: 5px;
  padding: 0px 10px 3px;
  margin-bottom: 5px;
}
.plus_box01 .box .white_box .text02 .price,
.plus_box01 .box .white_box .text02_1 .price {
  color: #003bb2;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 2px;
  line-height: 70%;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.plus_box01 .box .white_box .text02 .price span,
.plus_box01 .box .white_box .text02_1 .price span {
  position: relative;
  font-size: 3.4rem;
}
.plus_box01 .box .white_box .text02 .price span i,
.plus_box01 .box .white_box .text02_1 .price span i {
  position: absolute;
  right: -8px;
  top: -22px;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: -0.5px;
  width: 50px;
}
.plus_box01 .box .white_box .text02 .price span i.s,
.plus_box01 .box .white_box .text02_1 .price span i.s {
  font-size: 1rem;
  right: -16px;
  top: -16px;
}
.plus_box01 .box .white_box .text02 .price span i.t2,
.plus_box01 .box .white_box .text02_1 .price span i.t2 {
  right: 29px;
}
.plus_box01 .box .white_box .text02 .price span i.t2_s,
.plus_box01 .box .white_box .text02_1 .price span i.t2_s {
  font-size: 1rem;
  right: 7px;
  top: -16px;
}
.plus_box01 .box .white_box .text02 .price2,
.plus_box01 .box .white_box .text02_1 .price2 {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
  border: 1px solid #555;
  padding: 20px;
}
.plus_box01 .box .white_box .text02 .price2 .s,
.plus_box01 .box .white_box .text02_1 .price2 .s {
  font-size: 1.6rem;
}
.plus_box01 .box .white_box .text02 .price2 span,
.plus_box01 .box .white_box .text02_1 .price2 span {
  position: relative;
  font-size: 2.4rem;
}
.plus_box01 .box .white_box .text02 .price2 span i,
.plus_box01 .box .white_box .text02_1 .price2 span i {
  font-size: 1.2rem;
  font-style: normal;
}
.plus_box01 .box .white_box .text02_1 {
  position: relative;
  top: 0;
  right: 0;
  padding: 20px 20px 20px 140px;
}
.plus_box01 .box .white_box .text02_1 .price {
  float: left;
}
.plus_box01 .box .white_box .text02_1 .price2 {
  float: left;
  margin-left: 80px;
  position: relative;
}
.plus_box01 .box .white_box .text02_1 .price2 span {
  position: relative;
}
.plus_box01 .box .white_box .text02_1 .price2 span i.abs {
  position: absolute;
  width: 60px;
  top: -11px;
  left: -11px;
}
.plus_box01 .box .white_box .text02_1 .price3 {
  float: left;
  margin-left: 30px;
  position: relative;
  font-size: 2.3rem;
  line-height: 120%;
}
.plus_box01 .box .white_box .text02_1 .price3 span.s {
  position: relative;
  font-size: 1.55rem;
}
.plus_box01 .box .white_box .text02_1 .price3 span.s i {
  font-size: 1.1rem;
}
.plus_box01 .box .white_box .eco_price {
  right: 15px;
}
.plus_box01 .box01 {
  float: left;
}
.plus_box01 .box02 {
  float: right;
}
.plus_box01 .box03 {
  width: 800px;
  margin: 0 auto 30px;
}
.plus_box01 .box03 .white_box {
  height: auto;
}
.plus_box01 .box03 .white_box .text {
  padding-top: 15px;
  line-height: 140%;
}
.plus_box01 .box04 {
  width: 488px;
}
.plus_box01 .box04 .text02_1 {
  padding: 20px 30px 20px 70px !important;
}
.plus_box01 .box04 .text02_1 .price2 {
  margin-left: 30px !important;
}
.plus_box01 .box05 {
  width: 650px;
}
.plus_box01 .box05 .text02_1 {
  padding-left: 80px !important;
}
.plus_box01 .box_center {
  margin: 0 auto;
}
.plus_box01 .box_center .img {
  width: 58px;
  height: auto;
}
.plus_box01 .box_option {
  position: relative;
  width: 400px;
  margin: 0 auto 30px;
}
.plus_box01 .box_option .text02_1 {
  padding: 20px 20px 20px 30px !important;
}
.plus_box01 .box_option .text02_1 .price2 {
  margin-left: 30px !important;
}
.plus_box01 .box_power {
  width: 100%;
}
.plus_box01 .box_power .white_box {
  height: auto;
  padding: 30px 55px;
  box-sizing: border-box;
}
.plus_box01 .box_power .white_box .img_power {
  width: 100%;
}
.plus_box01 .box_power .white_box .img_power img {
  width: 100%;
  height: auto;
}
.plus_box01 .text03 {
  margin: 23px 0;
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 190%;
}
.plus_box01 .text03 mark {
  color: #fff;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.plus_box01 .btn {
  text-align: center;
}
.plus_box01 .btn .btn_mail {
  background-image: url(../../images/btn_icon01.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: left 33px center;
  background-color: #25be16;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  width: 588px;
  padding: 52px 0 52px;
  display: inline-block;
}
.plus_box01 .btn .btn_mail:hover {
  background-color: #47d639;
  opacity: 1;
}
.plus_box01 .text04 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  padding: 20px 0 71px;
}
.plus_box01 .text04 a {
  color: #fff;
  text-decoration: underline;
}
.plus_box01 .text04 span {
  display: block;
  padding-top: 10px;
  line-height: 140%;
}
.plus_box01 .text05 {
  color: #fff;
  font-size: 1.3rem;
  padding-top: 5px;
}
.plus_box01 .text05 a {
  color: #fff;
  text-decoration: underline;
}
.plus_box01 dl.text06 {
  margin: 23px auto 0;
  display: table;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 160%;
}
.plus_box01 dl.text06 dt {
  display: table-cell;
  width: 200px;
  padding-right: 20px;
  text-align: right;
}
.plus_box01 dl.text06 dd {
  display: table-cell;
  width: 500px;
  text-align: left;
}

.plus_box02 {
  background-color: #fffee3;
  padding: 95px 0 60px;
}
.plus_box02 ul.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 42px auto 90px;
}
.plus_box02 ul.service_list li {
  width: 307px;
}
.plus_box02 ul.service_list li .title {
  color: #003bb2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
}
.plus_box02 ul.service_list li .title mark {
  color: #003bb2;
  font-size: 2.45rem;
  letter-spacing: 1.5px;
  line-height: 165%;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.plus_box02 ul.service_list li .title p {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.5rem;
}
.plus_box02 ul.service_list li .title_s {
  font-size: 1.45rem;
  line-height: 160%;
}
.plus_box02 ul.service_list li .title_s mark {
  margin-bottom: 14px;
  display: inline-block;
}
.plus_box02 ul.service_list li .title_l3 {
  padding: 1.2rem 0;
}
.plus_box02 ul.service_list li .title_l3_2 {
  padding: 1.6rem 0;
}
.plus_box02 ul.service_list li .img {
  width: 229px;
  text-align: center;
  margin: 25px auto 25px;
}
.plus_box02 ul.service_list li .img img {
  width: 100%;
}
.plus_box02 ul.service_list li p {
  font-size: 1.4rem;
  letter-spacing: 0px;
  line-height: 165%;
}
.plus_box02 ul.service_list li p a {
  color: #003bb2;
}
.plus_box02 ul.service_list li p.text_s {
  font-size: 1.2rem;
  color: #555;
  line-height: 150%;
  padding-top: 5px;
}
.plus_box02 ul.service_list li .no {
  text-align: center;
  margin-bottom: 10px;
}
.plus_box02 ul.service_list li .no span {
  display: block;
  background-color: #003bb2;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 36px;
  margin: 0 auto;
}
.plus_box02 ul.service_list_col2 {
  width: 680px;
}
/* 20240619 */
.plus_box02 ul.service_list_7denwa {
  /* width: 740px; */
  width: 895px;
}
/* 20240619 */
.plus_box02 ul.service_list_center {
  justify-content: center;
  margin-bottom: 25px;
}
.plus_box02 ul.service_list_center li {
  width: 33%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.plus_box02 .box {
  position: relative;
  border: 4px solid #003bb2;
  background-color: #fff;
  padding: 40px 49px 51px;
  margin-bottom: 72px;
  box-sizing: border-box;
}
.plus_box02 .box h2 {
  display: block;
  position: absolute;
  left: 25%;
  top: -34px;
  margin: auto;
  border: 4px solid #003bb2;
  background-color: #fff;
  color: #003bb2;
  font-size: 2.65rem;
  letter-spacing: 3px;
  padding: 17px 24px 18px;
}
.plus_box02 .box h2 mark {
  color: #003bb2;
  letter-spacing: 1.5px;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.plus_box02 .box h2.b02 {
  left: 8%;
}
.plus_box02 .box h2.b03 {
  left: 4.5%;
}
.plus_box02 .box .text {
  padding: 16px 105px 39px;
  line-height: 185%;
  letter-spacing: 1px;
}
.plus_box02 .box .text mark {
  color: #003bb2;
  letter-spacing: 1.5px;
  background: linear-gradient(rgba(255, 242, 160, 0) 10%, #ffe400 10%, #ffe400);
}
.plus_box02 .box .img01 {
  position: relative;
  float: left;
  width: 615px;
}
.plus_box02 .box .img01 img {
  width: 100%;
  padding-bottom: 15px;
}
.plus_box02 .box .img01 .cap01 {
  position: absolute;
  font-size: 1.6rem;
  letter-spacing: 1px;
  left: 80px;
}
.plus_box02 .box .img01 .cap02 {
  position: absolute;
  font-size: 1.6rem;
  letter-spacing: 1px;
  right: 80px;
}
.plus_box02 .box .img02 {
  float: right;
  width: 292px;
}
.plus_box02 .box .img02 img {
  width: 100%;
  padding-bottom: 15px;
}
.plus_box02 .box .img02 .cap03 {
  color: #003bb2;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
}
.plus_box02 .box_remote .img {
  padding: 60px 170px 80px;
}
.plus_box02 .box_remote .text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 25px 40px;
}
.plus_box02 .box_remote .text_box p {
  font-size: 1.7rem;
  line-height: 160%;
}
.plus_box02 .box_remote .text_box p span {
  letter-spacing: 1px;
}
.plus_box02 .box_remote .text_box p .text_s {
  font-size: 1.4rem;
  font-weight: 300;
}
.plus_box02 .box_remote .text_box p:first-of-type {
  padding-right: 55px;
  border-right: 2px solid #d4d4d4;
}
.plus_box02 ul.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 8px;
}
.plus_box02 ul.option_list li {
  width: 284px;
}
.plus_box02 ul.option_list li h3 {
  text-align: center;
}
.plus_box02 ul.option_list li h3 mark {
  font-size: 2.1rem;
  color: #003bb2;
  letter-spacing: 1.5px;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.plus_box02 ul.option_list li .img {
  width: 284px;
  text-align: center;
  margin: 28px auto 12px;
}
.plus_box02 ul.option_list li .img img {
  width: 100%;
}
.plus_box02 ul.option_list li .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  padding-bottom: 9px;
}
.plus_box02 ul.option_list li p {
  font-size: 1.35rem;
  line-height: 170%;
  letter-spacing: 0.5px;
  height: 182px;
}
.plus_box02 ul.option_list li .box_blue {
  width: 100%;
  box-sizing: border-box;
  background-color: #f3f7f9;
  padding: 18px 10px 18px 26px;
  margin-bottom: 27px;
  display: table;
  color: #003bb2;
  font-weight: 700;
  letter-spacing: 1px;
}
.plus_box02 ul.option_list li .box_blue .left {
  display: table-cell;
  padding-right: 17px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-right: 1px solid #003bb2;
}
.plus_box02 ul.option_list li .box_blue .right {
  display: table-cell;
  padding-left: 10px;
  font-size: 1.35rem;
  line-height: 160%;
}
.plus_box02 ul.option_list li .btn01 {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  padding: 23px 0;
  background-size: 15px auto;
  background-position: right 18px center;
}

ul.option_list_2 {
  justify-content: center !important;
}
ul.option_list_2 li {
  margin: 0 20px;
}

.plus_box03 {
  padding: 115px 0 77px;
}
.plus_box03 .service_title {
  padding-bottom: 43px;
}
.plus_box03 ul.reason_list {
  margin: 50px 0;
  border-top: 2px solid #bababa;
}
.plus_box03 ul.reason_list li {
  padding: 69px 0 0;
  position: relative;
  border-bottom: 2px solid #bababa;
}
.plus_box03 ul.reason_list li h3 {
  color: #003bb2;
  font-size: 2rem;
  letter-spacing: 1px;
  padding-bottom: 23px;
}
.plus_box03 ul.reason_list li p {
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 1px;
}
.plus_box03 ul.reason_list li .s {
  color: #929292;
  font-size: 1.1rem;
  line-height: 185%;
  padding-top: 15px;
}
.plus_box03 ul.reason_list li.list01 p {
  width: 650px;
}
.plus_box03 ul.reason_list li.list01 .s {
  padding-bottom: 76px;
}
.plus_box03 ul.reason_list li.list01 .img {
  position: absolute;
  width: 360px;
  right: 0;
  top: 52px;
}
.plus_box03 ul.reason_list li.list01 .img img {
  width: 100%;
}
.plus_box03 ul.reason_list li.list02 {
  padding-left: 303px;
}
.plus_box03 ul.reason_list li.list02 p {
  width: 650px;
  padding-bottom: 20px;
}
.plus_box03 ul.reason_list li.list02 p .a {
  font-size: 1.65rem;
  padding-top: 10px;
  display: block;
}
.plus_box03 ul.reason_list li.list02 p .a a {
  color: #003bb2;
}
.plus_box03 ul.reason_list li.list02 .img {
  position: absolute;
  width: 184px;
  left: 55px;
  top: 71px;
}
.plus_box03 ul.reason_list li.list02 .img img {
  width: 100%;
}
.plus_box03 ul.reason_list li.list02 table {
  width: 83%;
  margin-bottom: 40px;
}
.plus_box03 ul.reason_list li.list02 table th,
.plus_box03 ul.reason_list li.list02 table td {
  text-align: center;
  font-size: 1.4rem;
  padding: 15px 15px;
}
.plus_box03 ul.reason_list li.list03 {
  padding-top: 74px;
  padding-left: 5px;
}
.plus_box03 ul.reason_list li.list03 p {
  width: 650px;
  padding-bottom: 94px;
}
.plus_box03 ul.reason_list li.list03 .s {
  padding-bottom: 76px;
}
.plus_box03 ul.reason_list li.list03 .img {
  position: absolute;
  width: 225px;
  right: 75px;
  top: 67px;
}
.plus_box03 ul.reason_list li.list03 .img img {
  width: 100%;
}

.plus_box04 {
  background-color: #f3f7f9;
  padding: 130px 0 138px;
}
.plus_box04 .service_title {
  padding-bottom: 40px;
}
.plus_box04 .service_text {
  line-height: 190%;
}
.plus_box04 .text_s {
  color: #929292;
  font-size: 1.1rem;
  line-height: 200%;
  padding-top: 10px;
  margin-bottom: 48px;
}
.plus_box04 .text03 {
  margin: 23px 0;
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 190%;
}
.plus_box04 .text03 mark {
  color: #fff;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.plus_box04 .btn {
  text-align: center;
}
.plus_box04 .btn .btn_mail {
  background-image: url(../../images/btn_icon01.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: left 33px center;
  background-color: #25be16;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  width: 588px;
  padding: 52px 0 52px;
  display: inline-block;
}
.plus_box04 .btn .btn_mail:hover {
  background-color: #47d639;
  opacity: 1;
}
.plus_box04 .text04 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  padding: 20px 0 71px;
}
.plus_box04 .text04 a {
  color: #fff;
  text-decoration: underline;
}
.plus_box04 .text04 span {
  display: block;
  padding-top: 10px;
  line-height: 140%;
}
.plus_box04 .text05 {
  color: #fff;
  font-size: 1.3rem;
  padding-top: 5px;
}
.plus_box04 .text05 a {
  color: #fff;
  text-decoration: underline;
}
.plus_box04 dl.text06 {
  margin: 23px auto 0;
  display: table;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 160%;
}
.plus_box04 dl.text06 dt {
  display: table-cell;
  width: 200px;
  padding-right: 20px;
  text-align: right;
}
.plus_box04 dl.text06 dd {
  display: table-cell;
  width: 500px;
  text-align: left;
}
.plus_box04 .price_box_bottm {
  background-color: #003bb2;
  margin-top: 36px;
  padding: 44px 0 0;
}

.price_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px double #003bb2;
}
.price_table .col0 {
  width: 25%;
}
.price_table .col1 {
  width: 33%;
}
.price_table .col2 {
  width: 66%;
}
.price_table .col3 {
  width: 100%;
}
.price_table .col4 {
  width: 75%;
}
.price_table .col1_1 {
  width: 21%;
}
.price_table .col1_2 {
  width: 10%;
}
.price_table .col1_3 {
  width: 16%;
}
.price_table th,
.price_table td {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.price_table th {
  background-color: #003bb2;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 17px 0 17px;
}
.price_table td {
  background-color: #fff;
  text-align: center;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 140%;
  padding: 15px 0;
}
.price_table td mark {
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}

.price_table01 .plan {
  background-image: url(../../images/plus_box04_pic01.png);
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: left 67px center;
  text-align: left;
  font-size: 2rem;
  line-height: 125%;
  padding-left: 134px;
}
.price_table01 .plan span {
  font-size: 2.1rem;
  letter-spacing: 2px;
}
.price_table01 .plan span b {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
}
.price_table01 .plan i {
  font-style: normal;
  font-size: 1.5rem;
}
.price_table01 .plan11 {
  background-image: url(../../images/plus_box04_pic09.png);
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: left 55px center;
  text-align: left;
  font-size: 2rem;
  line-height: 125%;
  padding-left: 134px;
}
.price_table01 .plan11 a {
  color: #003bb2;
  text-decoration: underline;
}
.price_table01 .plan11 p {
  color: #797979;
  font-size: 11px;
}
.price_table01 .plan02 {
  background-image: url(../../images/plus_box04_pic02.png);
  background-size: 50px auto;
  background-position: left 64px center;
}
.price_table01 .plan03 {
  background-image: url(../../images/plus_box04_pic02.png);
  background-size: 50px auto;
  background-position: left 24px center;
  padding-left: 84px;
}
.price_table01 .plan04 {
  background-image: url(../../images/net_box04_pic01.png);
  background-size: 50px auto;
  background-position: left 24px center;
  padding-left: 84px;
}
.price_table01 .plan05 {
  background-image: url(../../images/net_box04_pic02.png);
  background-size: 50px auto;
  background-position: left 24px center;
  padding-left: 84px;
}
.price_table01 .plan06 {
  background-image: url(../../images/net_box04_pic03.png);
  background-size: 50px auto;
  background-position: left 24px center;
  padding-left: 84px;
}
.price_table01 .plan07 {
  background-image: url(../../images/net_box04_pic04.png);
  background-size: 50px auto;
  background-position: left 24px center;
  padding-left: 84px;
}
.price_table01 .plan08 {
  background-image: url(../../images/plus_box04_pic06.png);
  background-size: 58px auto;
  background-position: left 64px center;
  padding: 0;
}
.price_table01 .plan08 > div {
  position: relative;
  width: 100%;
  padding-left: 134px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.price_table01 .plan08 a {
  color: #003bb2;
  text-decoration: underline;
}
.price_table01 .plan08 p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 12px;
}
.price_table01 .plan09 {
  background-image: url(../../images/plus_box04_pic06.png);
  background-size: 55px auto;
  background-position: left 22px center;
  padding-left: 84px;
}
.price_table01 .plan10 {
  background-image: url(../../images/plus_box04_pic08.png);
  background-size: 62px auto;
  background-position: left 60px center;
  padding: 0;
}
.price_table01 .plan10 > div {
  position: relative;
  width: 100%;
  padding-left: 134px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.price_table01 .plan10 a {
  color: #003bb2;
  text-decoration: underline;
}
.price_table01 .plan10_price .text02 {
  right: 7px;
}
.price_table01 .plan10_price .text02 .price {
  letter-spacing: 0.5px;
}
.price_table01 .plan_phone01 {
  background-image: url(../../images/phone_box02_pic01.png);
  background-size: 31px auto;
  background-position: left 38px center;
  padding-left: 84px;
}
.price_table01 .plan_phone02 {
  background-image: url(../../images/phone_box02_pic02.png);
  background-size: 39px auto;
  background-position: left 36px center;
  padding-left: 84px;
}
.price_table01 .new_icon {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #003bb2;
  color: #fff;
  padding: 0px 10px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-align: center;
}
.price_table01 .price_box01 {
  position: relative;
  background-clip: padding-box;
  padding: 75px;
}
.price_table01 .price_box02 {
  position: relative;
  background-clip: padding-box;
  padding-top: 0;
}
.price_table01 .price_box03 {
  font-size: 2.6rem;
}
.price_table01 .price_box03 span {
  font-size: 1.6rem;
}
.price_table01 .price_box03 span i {
  font-style: normal;
  font-size: 1.2rem;
}
.price_table01 .price_box04 {
  font-size: 2.6rem;
  color: #003bb2;
}
.price_table01 .price_box04 span {
  font-size: 1.6rem;
}
.price_table01 .price_box04 span i {
  font-style: normal;
  font-size: 1.2rem;
}
.price_table01 .price_box05 {
  font-size: 2rem;
  letter-spacing: 1px;
  color: #003bb2;
}
.price_table01 .text01 {
  position: absolute;
  padding: 30px 45px 20px 35px;
  background-image: url(../../images/plus_box01_pic03.png);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: right top 50px;
}
.price_table01 .text01 p {
  font-size: 1.3rem;
  letter-spacing: 2px;
  padding-bottom: 13px;
}
.price_table01 .text01 .price {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
}
.price_table01 .text01 .price span {
  position: relative;
  font-size: 2.4rem;
}
.price_table01 .text01 .price span i {
  position: absolute;
  right: -12px;
  bottom: 27px;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: -0.5px;
  width: 45px;
}
.price_table01 .text01 .price span i.s {
  font-size: 0.9rem;
  bottom: 14px;
  right: -13px;
}
.price_table01 .text02,
.price_table01 .text02_1 {
  position: absolute;
  top: 10px;
  right: 40px;
}
.price_table01 .text02 p,
.price_table01 .text02_1 p {
  color: #003bb2;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.price_table01 .text02 p.tag,
.price_table01 .text02_1 p.tag {
  display: table;
  color: #fff;
  background-color: #003bb2;
  border-radius: 5px;
  padding: 0px 10px 3px;
  margin-bottom: 5px;
}
.price_table01 .text02 .price,
.price_table01 .text02_1 .price {
  color: #003bb2;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 2px;
  line-height: 70%;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.price_table01 .text02 .price span,
.price_table01 .text02_1 .price span {
  position: relative;
  font-size: 3.4rem;
}
.price_table01 .text02 .price span i,
.price_table01 .text02_1 .price span i {
  position: absolute;
  right: -8px;
  top: -22px;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: -0.5px;
  width: 50px;
}
.price_table01 .text02 .price span i.s,
.price_table01 .text02_1 .price span i.s {
  font-size: 1rem;
  right: -16px;
  top: -16px;
}
.price_table01 .text02 .price span i.t2,
.price_table01 .text02_1 .price span i.t2 {
  right: 29px;
}
.price_table01 .text02 .price span i.t2_s,
.price_table01 .text02_1 .price span i.t2_s {
  font-size: 1rem;
  right: 7px;
  top: -16px;
}
.price_table01 .text02 .price2,
.price_table01 .text02_1 .price2 {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
  border: 1px solid #555;
  padding: 20px;
}
.price_table01 .text02 .price2 .s,
.price_table01 .text02_1 .price2 .s {
  font-size: 1.6rem;
}
.price_table01 .text02 .price2 span,
.price_table01 .text02_1 .price2 span {
  position: relative;
  font-size: 2.4rem;
}
.price_table01 .text02 .price2 span i,
.price_table01 .text02_1 .price2 span i {
  font-size: 1.2rem;
  font-style: normal;
}
.price_table01 .text02_1 {
  position: relative;
  top: 0;
  right: 0;
  padding: 20px 20px 20px 140px;
}
.price_table01 .text02_1 .price {
  float: left;
}
.price_table01 .text02_1 .price2 {
  float: left;
  margin-left: 80px;
  position: relative;
}
.price_table01 .text02_1 .price2 span {
  position: relative;
}
.price_table01 .text02_1 .price2 span i.abs {
  position: absolute;
  width: 60px;
  top: -11px;
  left: -11px;
}
.price_table01 .text02_1 .price3 {
  float: left;
  margin-left: 30px;
  position: relative;
  font-size: 2.3rem;
  line-height: 120%;
}
.price_table01 .text02_1 .price3 span.s {
  position: relative;
  font-size: 1.55rem;
}
.price_table01 .text02_1 .price3 span.s i {
  font-size: 1.1rem;
}
.price_table01 .eco_price {
  right: 15px;
}
.price_table01 .text01 {
  padding: 0 20px 0 0;
  left: 30px;
  top: 45px;
  background-size: 12px auto;
  background-position: right top 14px;
}
.price_table01 .text01 p {
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  padding-bottom: 6px;
}
.price_table01 .text01 .price {
  font-size: 2.6rem;
}
.price_table01 .text01 .price span {
  font-size: 1.6rem;
}
.price_table01 .text01 .price span i {
  font-style: normal;
  font-size: 1.2rem;
}
.price_table01 .text01_simple {
  top: 20%;
  left: 35px;
  background-position: right top 50%;
}
.price_table01 .text01_simple p {
  font-size: 1.4rem;
  text-align: left;
}
.price_table01 .text02 {
  background-size: 12px auto;
  padding: 0;
  right: 25px;
  top: 32px;
  text-align: left;
}
.price_table01 .text02 p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-bottom: 9px;
}
.price_table01 .text02 .price {
  font-size: 4.2rem;
}
.price_table01 .text02 .price span {
  font-size: 2.4rem;
}
.price_table01 .text02 .price span b {
  font-style: normal;
  font-size: 1.5rem;
}
.price_table01 .text02_simple {
  top: 11%;
  right: 25px;
}
.price_table01 .text02_simple p {
  font-size: 1.8rem;
  padding-bottom: 2px;
}
.price_table01 .price_box_spot {
  position: relative;
  background-clip: padding-box;
  height: 100px;
}
.price_table01 .price_box_spot .text01 {
  padding: 0 37px 0 0;
  top: 22px;
  left: 90px;
}
.price_table01 .price_box_spot .text02 {
  top: 0;
  right: unset;
  left: unset;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
}
.price_table01 .price_text {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  letter-spacing: 1px;
}

.price_table02 td {
  padding: 24px 0;
}
.price_table02 .op {
  font-size: 1.75rem;
  letter-spacing: 2px;
  background-repeat: no-repeat;
  background-position: left center;
}
.price_table02 .op01 {
  background-image: url(../../images/plus_box04_pic03.png);
  background-size: 20px auto;
  padding-left: 28px;
}
.price_table02 .op02 {
  background-image: url(../../images/plus_box04_pic04.png);
  background-size: 24px auto;
  padding-left: 37px;
}
.price_table02 .op03 {
  background-image: url(../../images/plus_box04_pic05.png);
  background-size: 22px auto;
  padding-left: 33px;
}
.price_table02 .op04 {
  background-image: url(../../images/plus_box04_pic07.png);
  background-size: 22px auto;
  padding-left: 33px;
}
.price_table02 .price {
  color: #003bb2;
  font-size: 3.1rem;
}
.price_table02 .price span i {
  font-style: normal;
  font-size: 1.2rem;
}

.price_table03 td {
  padding: 23px 0;
  letter-spacing: 1.5px;
  display: table-cell;
  vertical-align: middle;
}
.price_table03 td span {
  color: #003bb2;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}
.price_table03 td span i {
  font-style: normal;
  font-size: 1.4rem;
}
.price_table03 td span.s {
  color: #003bb2;
  font-size: 2rem;
}
.price_table03 td span.s i {
  font-style: normal;
  font-size: 1.2rem;
}

.plus_box05 {
  padding: 144px 0 160px;
}
.plus_box05 .service_title {
  padding: 36px 0 40px;
}
.plus_box05 .service_text {
  line-height: 190%;
  margin-bottom: 43px;
}
.plus_box05 .service_text_01 {
  margin-bottom: 10px;
}
.plus_box05 .service_text_02 {
  margin-bottom: 59px;
}
.plus_box05 .text_s {
  font-size: 1.2rem;
  color: #555;
  line-height: 150%;
}
.plus_box05 ul.bm_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 50px;
}
.plus_box05 ul.bm_list li {
  position: relative;
  width: 340px;
  background-color: #f3f7f9;
  padding: 40px 15px 40px 38px;
  box-sizing: border-box;
  display: flex;
}
.plus_box05 ul.bm_list li .img {
  width: 55px;
  padding-right: 25px;
  padding-top: 8px;
}
.plus_box05 ul.bm_list li .img img {
  width: 100%;
}
.plus_box05 ul.bm_list li .img02 {
  width: 57px;
}
.plus_box05 ul.bm_list li .img03 {
  width: 60px;
  padding-right: 18px;
}
.plus_box05 ul.bm_list li .title {
  color: #003bb2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.plus_box05 ul.bm_list li p {
  font-size: 1.35rem;
}
.plus_box05 ul.bm_list li .text_s {
  position: absolute;
  left: 5px;
  bottom: -22px;
}
/* 20240419追記 */
.text_sl {
  position: absolute;
  left: 5px;
  bottom: -38px;
  font-size: 12px;
}
/*  */
.plus_box05 ul.bm_list li .text_s a {
  color: #003bb2;
  text-decoration: underline;
}
.plus_box05 ul.bm_list li:last-of-type {
  padding-left: 30px;
}
.plus_box05 .box_blue {
  background-color: #f3f7f9;
  padding: 20px 12px 24px 10px;
  margin: 0 auto 73px;
  width: 723px;
  box-sizing: border-box;
}
.plus_box05 .box_blue .title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  padding-bottom: 25px;
}
.plus_box05 .box_blue ul.box_blue_list {
  display: table;
  width: 100%;
  border-collapse: separate; /* セルの間隔を空ける */
  border-spacing: 12px 0; /* 左右 上下で記述 */
}
.plus_box05 .box_blue ul.box_blue_list li {
  display: table-cell;
  background-color: #fff;
  padding: 34px 10px 28px 34px;
  line-height: 100%;
}
.plus_box05 .box_blue ul.box_blue_list li .text01 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 23px;
}
.plus_box05 .box_blue ul.box_blue_list li .text02 {
  display: inline-block;
  color: #003bb2;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  border-bottom: 1px solid #003bb2;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.plus_box05 .box_blue ul.box_blue_list li .text03 {
  font-size: 1.25rem;
  line-height: 160%;
}
.plus_box05 .box_blue ul.box_blue_list li .text03 a {
  color: #003bb2;
  text-decoration: underline;
}
.plus_box05 .box_blue ul.box_blue_list li .link {
  text-align: center;
  padding-left: 22px;
  background-image: url(../../images/plus_box01_pic03.png);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: left top 2px;
  display: inline-block;
}
.plus_box05 .box_blue ul.box_blue_list li .link a {
  color: #003bb2;
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 1px solid #003bb2;
  padding-bottom: 0;
}
.plus_box05 .box_blue02 {
  margin-top: 35px;
  padding-bottom: 20px;
}
.plus_box05 .box_blue02 .title {
  padding-bottom: 20px;
}
.plus_box05 .box_blue02 ul.box_blue_list li {
  padding: 50px 0 55px 50px;
}
.plus_box05 .service_text_03 {
  margin-bottom: 48px;
}
.plus_box05 .qa_list {
  width: 100%;
  margin-bottom: 5px;
}
.plus_box05 .qa_list dt {
  background-color: #003bb2;
  background-image: url(../../images/plus_box05_pic06.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: right 34px center;
  width: 100%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 140%;
  padding: 32px 60px 32px 42px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
}
.plus_box05 .qa_list dt span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffe400;
  padding-right: 24px;
}
.plus_box05 .qa_list dt p {
  line-height: 170%;
}
.plus_box05 .qa_list dt.active {
  background-image: url(../../images/plus_box05_pic05.png);
}
.plus_box05 .qa_list dd {
  display: none;
  width: 100%;
  background-color: #fff;
  border: 3px solid #003bb2;
  border-top: none;
  color: #003bb2;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 140%;
  padding: 32px 30px 37px 42px;
  box-sizing: border-box;
}
.plus_box05 .qa_list dd .box {
  display: flex;
}
.plus_box05 .qa_list dd .box span {
  font-size: 2.3rem;
  font-weight: 700;
  padding-right: 24px;
}
.plus_box05 .qa_list dd .box p {
  line-height: 170%;
}
.plus_box05 .qa_list dd .box a {
  color: #555;
}
/* 20240429下記修正 */
.plus_box05 .np {
  font-weight: 600;
  margin-bottom: 127px;
  margin-top: 79px;
}
/* .plus_box05 .np {
  font-weight: 600;
  margin-bottom: 100px;
} */
/*  */
.plus_box05 .np p {
  font-size: 1.4rem;
}
.plus_box05 .np a.np-link {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #003bb2;
  line-height: 140%;
}

ul.flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 16px;
  margin-right: 20px;
}
ul.flow_list li {
  position: relative;
  width: 239px;
  padding: 0;
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid #003bb2;
  box-sizing: border-box;
  text-align: center;
}
ul.flow_list li .step {
  background-color: #003bb2;
  padding: 11px 0;
  color: #ffe400;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}
ul.flow_list li .text,
ul.flow_list li .text2 {
  padding: 40px 0 60px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 130%;
  text-align: center;
}
ul.flow_list li .text span,
ul.flow_list li .text2 span {
  font-size: 1.3rem;
  font-weight: 500;
}
ul.flow_list li .text2 {
  padding-bottom: 30px;
}
ul.flow_list li p {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 20px;
  text-align: left;
}
ul.flow_list li p span {
  font-size: 1.4rem !important;
  color: #003bb2;
}
ul.flow_list li p i {
  font-style: normal;
  font-weight: 300;
}
ul.flow_list li .img {
  padding: 30px 20px;
}
ul.flow_list li a {
  color: #003bb2;
  text-decoration: underline;
}
ul.flow_list li.l1 .text {
  padding-top: 55px;
}
ul.flow_list li.l3 .text {
  padding-top: 33px;
  padding-bottom: 47px;
}
ul.flow_list li.yellow {
  border: 3px solid #ffe400;
}
ul.flow_list li.yellow .step {
  background-color: #ffe400;
  color: #003bb2;
}
ul.flow_list li::after {
  position: absolute;
  content: "";
  background-image: url(../../images/plus_box05_pic04.png);
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left top;
  width: 13px;
  height: 27px;
  right: -13px;
  top: 90px;
}
ul.flow_list li:last-of-type::after {
  display: none;
}

ul.flow_list::after {
  content: "";
  display: block;
  width: 239px;
}

ul.flow_list_club li::after {
  top: 160px;
}

ul.flow_list_col3 li {
  width: 285px;
}

.plus_form {
  margin-top: 180px;
  background-color: #f3f7f9;
}
.plus_form .content_senction {
  padding-top: 110px;
}
.plus_form .form_title {
  font-size: 2.8rem;
}

table.table_plus_xg th,
table.table_plus_xg td {
  padding: 8px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: top;
}
table.table_plus_xg th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #003bb2;
}
table.table_plus_xg td {
  text-align: left;
}
table.table_plus_xg .label {
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}

table.table_plus_x_g th,
table.table_plus_x_g td {
  padding: 8px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: top;
}

table.table_plus_x_g th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #003bb2;
}

table.table_plus_x_g td {
  text-align: left;
}

table.table_plus_x_g .label {
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}

table.table_plus_eco td {
  text-align: center;
  vertical-align: middle;
}

ul.disc {
  margin-left: 30px;
  position: relative;
}
ul.disc li {
  margin-bottom: 6px;
  line-height: 150%;
}
ul.disc li:before {
  content: "•";
  left: -15px;
  top: 0;
  width: 0;
  position: relative;
  display: inline-block;
}

/* plus */
/* net */
.net_main .logo {
  width: 426px;
}

/* net */
/* club */
ul.club_box01_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 42px auto 90px;
}
ul.club_box01_list li {
  width: 327px;
  padding-bottom: 25px;
  border-bottom: 3px solid #003bb2;
  position: relative;
}
ul.club_box01_list li .img {
  text-align: center;
  margin: 25px auto 20px;
}
ul.club_box01_list li .img img {
  width: 327px;
  height: auto;
}
ul.club_box01_list li .icon {
  position: absolute;
  left: -20px;
  top: -20px;
}
ul.club_box01_list li .icon img {
  width: 50%;
}
ul.club_box01_list li p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 165%;
}
ul.club_box01_list li:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 20px;
  background-image: url(../../images/club_box01_pic04.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left top;
  right: -27px;
  top: 127px;
}
ul.club_box01_list li:nth-of-type(3)::after {
  display: none;
}

.club_blue_line_box01 {
  width: 100%;
  position: relative;
  border: 4px solid #003bb2;
  background-color: #fff;
  padding: 110px 49px 120px;
  margin-bottom: 72px;
  box-sizing: border-box;
  background-image: url(../../images/club_box02_pic05.png);
  background-size: 728px auto;
  background-repeat: no-repeat;
  background-position: right 40px bottom 25px;
}
.club_blue_line_box01 h2 {
  display: table;
  position: relative;
  margin: 0 auto;
  color: #003bb2;
  font-size: 4.5rem;
  line-height: 140%;
}
.club_blue_line_box01 h2 mark {
  position: relative;
  z-index: 3;
  color: #003bb2;
  font-size: 5rem;
  font-family: "Avenir Next", "Noto Sans JP", "Noto Sans CJK JP";
  background: linear-gradient(
    rgba(255, 242, 160, 0) 10%,
    #ffe400 10%,
    #ffe400 80%,
    rgba(255, 242, 160, 0) 80%
  );
}
.club_blue_line_box01 h2 .img {
  position: absolute;
  content: "";
  width: 93px;
  height: 93px;
  background-image: url(../../images/club_box02_pic04.png);
  background-size: 93px auto;
  background-repeat: no-repeat;
  background-position: left top;
  left: -51px;
  top: -51px;
}
.club_blue_line_box01 ul {
  display: flex;
  padding-left: 100px;
  margin-top: 50px;
}
.club_blue_line_box01 ul li {
  font-size: 1.8rem;
  line-height: 250%;
  padding-right: 30px;
}

.club_blue_line_box02 {
  width: 100%;
  position: relative;
  border: 4px solid #003bb2;
  background-color: #fff;
  padding: 80px 49px 80px;
  margin-bottom: 72px;
  box-sizing: border-box;
  text-align: center;
}
.club_blue_line_box02 h2 {
  color: #003bb2;
  font-size: 3.6rem;
  line-height: 140%;
  padding-bottom: 38px;
}
.club_blue_line_box02 p {
  font-size: 1.65rem;
  padding-bottom: 20px;
  line-height: 170%;
  letter-spacing: 1px;
}
.club_blue_line_box02 .text mark {
  color: #003bb2;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 4px;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.club_blue_line_box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 77px 0;
}
.club_blue_line_box02 ul li {
  width: 228px;
}
.club_blue_line_box02 ul li img {
  width: 100%;
}

.club_blue_bg_box {
  background-color: #f3f7f9;
  padding: 50px 50px;
  margin-bottom: 60px;
  display: flex;
}
.club_blue_bg_box .img {
  width: 121px;
  margin-left: 60px;
  margin-right: 95px;
  padding-top: 10px;
}
.club_blue_bg_box .img2 {
  width: 230px;
  margin-left: 5px;
  margin-right: 50px;
  padding-top: 60px;
}
.club_blue_bg_box .box p {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.club_blue_bg_box .box p.t2 {
  font-size: 1.8rem;
  color: #003bb2;
  margin-bottom: 5px;
}
.club_blue_bg_box .box p.t3,
.club_blue_bg_box .box p.t4 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.club_blue_bg_box .box p.t3 mark,
.club_blue_bg_box .box p.t4 mark {
  background-color: #ffe400;
}
.club_blue_bg_box .box p.t3 .g,
.club_blue_bg_box .box p.t4 .g {
  color: #8a8a8a;
}
.club_blue_bg_box .box p.t4 {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.club_blue_bg_box .box ul {
  display: flex;
  justify-content: space-between;
  width: 670px;
}
.club_blue_bg_box .box ul li {
  background-color: #fff;
  background-image: url(../../images/club_box05_pic02.png);
  background-size: 56px auto;
  background-repeat: no-repeat;
  background-position: left top;
  height: 112px;
  width: 322px;
  vertical-align: middle;
  padding-left: 80px;
  padding-top: 33px;
  font-size: 2rem;
  font-weight: 700;
  color: #003bb2;
  box-sizing: border-box;
}
.club_blue_bg_box .box ul li span {
  display: block;
  padding-top: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #444;
}
.club_blue_bg_box .box ul li span a {
  color: #003bb2;
  text-decoration: underline;
}
.club_blue_bg_box .box ul li:nth-of-type(2) {
  background-image: url(../../images/club_box05_pic03.png);
}

/* club */
/* interpretation */
.interpretation_blue_line_box01 {
  width: 100%;
  position: relative;
  border: 4px solid #003bb2;
  background-color: #fff;
  padding: 80px 49px 80px;
  margin-bottom: 72px;
  box-sizing: border-box;
  text-align: center;
}
.interpretation_blue_line_box01 h2 {
  color: #003bb2;
  font-size: 3.6rem;
  line-height: 140%;
  padding-bottom: 38px;
}
.interpretation_blue_line_box01 p {
  font-size: 1.65rem;
  padding-bottom: 20px;
  line-height: 170%;
  letter-spacing: 1px;
}
.interpretation_blue_line_box01 .text mark {
  color: #003bb2;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 4px;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.interpretation_blue_line_box01 ul.list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 50px 50px;
}
.interpretation_blue_line_box01 ul.list1 li {
  position: relative;
  width: 260px;
  height: 258px;
  background-image: url(../../images/interpretation_box02_pic01.png);
  background-size: 260px 258px;
  background-repeat: no-repeat;
  background-position: left top;
}
.interpretation_blue_line_box01 ul.list1 li p {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 35px;
  font-size: 1.4rem;
  line-height: 170%;
}
.interpretation_blue_line_box01 ul.list1 li p span {
  font-weight: 700;
  color: #003bb2;
}
.interpretation_blue_line_box01 ul.list1 li p a {
  font-size: 1.4rem;
}
.interpretation_blue_line_box01 ul.list1 li:nth-of-type(2) {
  background-image: url(../../images/interpretation_box02_pic02.png);
}
.interpretation_blue_line_box01 ul.list1 li:nth-of-type(3) {
  background-image: url(../../images/interpretation_box02_pic03.png);
}
.interpretation_blue_line_box01 ul.list1 li:nth-of-type(4) {
  background-image: url(../../images/interpretation_box02_pic10.png);
}
.interpretation_blue_line_box01 ul.list1 li:nth-of-type(5) {
  background-image: url(../../images/interpretation_box02_pic11.png);
}
.interpretation_blue_line_box01 ul.list1_spot {
  justify-content: center;
}
.interpretation_blue_line_box01 ul.list1_spot li {
  margin: 0 10px 30px;
}
.interpretation_blue_line_box01 ul.list1_spot li p {
  padding: 0 25px;
}
.interpretation_blue_line_box01 ul.list2 {
  position: relative;
  background-color: #ffffda;
  border: 4px solid #ffe400;
  margin: 0 50px;
  padding: 40px 100px 30px;
}
.interpretation_blue_line_box01 ul.list2 li {
  background-image: url(../../images/interpretation_box02_pic04.png);
  background-size: 52px auto;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #003bb2;
  line-height: 100%;
  text-align: left;
  margin-bottom: 15px;
  padding: 15px 0 15px 80px;
}
.interpretation_blue_line_box01 ul.list2 li mark {
  color: #003bb2;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.interpretation_blue_line_box01 ul.list2 li:nth-of-type(2) {
  background-image: url(../../images/interpretation_box02_pic05.png);
}
.interpretation_blue_line_box01 ul.list2 li:nth-of-type(3) {
  background-image: url(../../images/interpretation_box02_pic06.png);
}
.interpretation_blue_line_box01 ul.list2:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 23px;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../../images/interpretation_box02_pic07.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.interpretation_blue_line_box01 .img1 {
  border-top: 3px solid #003bb2;
  margin-top: 10px;
  padding: 40px 80px 30px;
}
.interpretation_blue_line_box01 .flow_list_col3 {
  padding: 0 20px;
  margin-right: 0px;
}
.interpretation_blue_line_box01 .flow_list_col3 li {
  margin-bottom: 0;
}
.interpretation_blue_line_box01 .flow_list_col3 p {
  padding-top: 30px;
}
.interpretation_blue_line_box01 .flow_list_col3 li::after {
  top: 130px;
}

.interpretation_box01 {
  padding-top: 50px;
  margin-bottom: 50px;
}
.interpretation_box01 h2 {
  font-size: 2.8rem;
  line-height: 160%;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/* interpretation */
/* remote */
.remote_blue_bg_box {
  background-color: #f3f7f9;
  padding: 85px 75px;
  margin-bottom: 60px;
}
.remote_blue_bg_box h2 {
  background-image: url(../../images/remote_box02_pic05.png);
  background-size: 27px auto;
  background-repeat: no-repeat;
  background-position: left center;
  color: #003bb2;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 5px 0 5px 38px;
  margin-bottom: 55px;
}
.remote_blue_bg_box h2.bg_none {
  background: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.remote_blue_bg_box .title {
  position: relative;
  color: #003bb2;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
  z-index: 2;
}
.remote_blue_bg_box .title span {
  position: relative;
  background-color: #f3f7f9;
  padding: 0 20px 0 0;
  z-index: 2;
}
.remote_blue_bg_box .title:before {
  position: absolute;
  background-color: #c1c8c9;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 6px;
  z-index: 1;
}
.remote_blue_bg_box .text_box {
  display: flex;
}
.remote_blue_bg_box .text_box div:first-of-type {
  width: 470px;
}
.remote_blue_bg_box .text_box p {
  font-size: 1.6rem;
  line-height: 150%;
  padding-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.2em;
}

.remote_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
.remote_table th {
  border-bottom: 2px solid #c1c8c9;
  padding: 20px;
  text-align: left;
  font-size: 1.6rem;
  color: #003bb2;
  line-height: 140%;
}
.remote_table td {
  border-bottom: 1px solid #c1c8c9;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 140%;
  vertical-align: top;
}

/* remote */
/* spot */
.spot_main .logo {
  width: 390px;
}

.flex-between {
  justify-content: space-between;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-expand {
  min-width: 0;
  flex: 1;
  flex-basis: 0%;
  flex-basis: 1px;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-bold {
  font-weight: bold;
}

.text-10 {
  font-size: 1rem !important;
}

.text-14 {
  font-size: 1.4rem !important;
}

.border-blue {
  border: 2px solid #3e99f0;
}

.color-blue {
  color: #3e99f0;
}

.color-red {
  color: #fd656b;
}

.color-turquoise {
  color: #2dcbcc !important;
}

.bg-turquoise {
  background: #2dcbcc;
}

.color-white {
  color: #fff;
}

.modal * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.tmp_width-1-2 .inner img {
  margin: 20px auto !important;
}

#TOP img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal {
  letter-spacing: 0.1em;
}

.modal .modal_content img:not(.show-sp) {
  display: block;
  margin: auto;
}

.tmp_width-1-2 .inner img {
  margin: 20px auto;
}

.tmp_width-1-2 .inner p {
  width: 250px;
  margin: 0 auto;
  letter-spacing: 0;
}

.modal .modal_area h3 {
  font-size: 2.4rem;
  padding-bottom: 40px;
  border-bottom: 2px dashed #888;
  margin-bottom: 40px;
  line-height: 190%;
}

.modal .modal_area h4 {
  font-size: 1.6rem;
  line-height: 140%;
}

.modal .modal_area h5 {
  font-size: 1.6rem;
  line-height: 140%;
}

.modal_area .sub_title {
  font-size: 20px;
  margin-bottom: 30px;
}

#modal_about01 h3 span {
  position: relative;
}

#modal_about01 .modal_content .areaL {
  margin-right: 40px;
}

#modal_about01 .modal_content .areaL .border-gray {
  padding: 20px 10px;
  border: 2px solid #ebedef;
}

#modal_about01 .modal_content .areaL .columL {
  position: relative;
  float: left;
}

#modal_about01 .modal_content .modal_name span {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0 30px;
  border-radius: 30px;
  box-sizing: border-box;
}

#modal_about01 .modal_content .columImg {
  padding: 20px 0;
  height: 135px;
  line-height: 135px;
  display: table-cell;
}

#modal_about01 .modal_content .columImg img {
  display: inline-block;
  vertical-align: middle;
}

#modal_about01 .modal_content .areaL .columL::after {
  content: "";
  width: 30px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -30px;
  background: url(../../images/spot_modal/img_modal_about01_arrow.png);
}

#modal_about01 .modal_content .areaL .columR {
  float: right;
}

#modal_about01 .modal_content .areaR {
  width: 250px;
}

#modal_about02 .modal_content {
  position: relative;
}

#modal_about02 .boxo h2 {
  margin-top: 150px;
}

/*
#modal_about02 .modal_content .tmp_width-1-2:first-child::after {
    content: "OR";
    width: 70px;
    height: 70px;
    line-height: 62px;
    font-size: 30px;
    font-weight: bold;
    color: #2dcbcc;
    border: 4px solid #2dcbcc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
}
*/
#modal_about04 .modal_content .width-33 {
  width: 280px;
  padding: 0 40px;
  box-sizing: border-box;
}

#modal_about05 .balloon {
  display: inline-block;
  width: 250px;
  padding: 2.6% 0;
  border-radius: 50px;
  position: relative;
  line-height: 200%;
}

#modal_about05 .balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 18px 0 0;
  border-color: #2dcbcc transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -9px;
}

#modal_about08 h4 {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
}

#modal_flow01 .flex-container > .tmp_width-1-2 {
  padding: 40px 15px 0;
}

#modal_flow01 .flex-container > .tmp_width-1-2 .inner {
  padding: 40px 16px 20px;
  background: #f2f4f5;
  position: relative;
}

#modal_flow01 .flex-container > .tmp_width-1-2 .inner h4 {
  width: 60%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 2px solid #2dcbcc;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -30%;
}

ul.form_link_list1 {
  margin: 0 auto;
  padding-left: 180px;
}

ul.form_link_list1 li {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

ul.form_link_list1 li a {
  color: #003bb2;
  text-decoration: underline;
}

/* spot */
/* option */
.blue_line_top_box {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin: 0 0 35px 0;
  border: 1px solid #cacaca;
  border-top: 5px solid #003bb2;
  box-sizing: border-box;
}

.opt_inner {
  padding: 32px 30px 15px 38px;
}

.opt_yellow_box {
  background-color: #fffee3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.opt_blue_box {
  background-color: #f3f7f9;
  padding-top: 40px;
  padding-bottom: 80px;
}

.opt_col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.opt_col3 > div {
  width: 33%;
}
.opt_col3 .link {
  text-align: right;
  padding-top: 80px;
}
.opt_col3 .link a,
.opt_col3 .link a.plus {
  color: #003bb2;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  padding-right: 24px;
  background-image: url(../../images/icon_arrow01.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right top 6px;
}
.opt_col3 .link a.plus {
  background-image: url(../../images/option_icon01.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.opt_col3 .link a.active {
  background-image: url(../../images/option_icon02.png);
}

.opt_pulldown {
  display: none;
}
.opt_pulldown .btn {
  margin: 60px 0 50px;
}
.opt_pulldown .btn .btn_mail {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}
.opt_pulldown .text_s {
  font-size: 1.2rem;
  color: #555;
  line-height: 150%;
}

.h3_opt {
  text-align: center;
  color: #003bb2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  margin: 70px 0 40px;
}

ul.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 42px auto 90px;
}
ul.option_list li {
  width: 307px;
}
ul.option_list li .title {
  color: #003bb2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
}
ul.option_list li .title mark {
  color: #003bb2;
  font-size: 2.45rem;
  letter-spacing: 1.5px;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
ul.option_list li .title_l3 {
  padding: 1.2rem 0;
}
ul.option_list li .title_l3_2 {
  padding: 1.6rem 0;
}
ul.option_list li .img {
  width: 229px;
  text-align: center;
  margin: 25px auto 25px;
}
ul.option_list li .img img {
  width: 100%;
}
ul.option_list li p {
  font-size: 1.4rem;
  letter-spacing: 0px;
  line-height: 165%;
  text-align: center;
}
ul.option_list li p a {
  color: #003bb2;
}
ul.option_list li p.text_s {
  font-size: 1.2rem;
  color: #555;
  line-height: 150%;
  padding-top: 5px;
}

table.option_table td {
  padding-left: 10px;
  padding-right: 10px;
}
table.option_table td.left {
  text-align: left;
}

.flow_list_option li {
  width: 225px !important;
}

table.option_table_s {
  width: 70%;
  margin: 0 auto;
}
table.option_table_s td {
  text-align: left;
  font-weight: 500;
}

ul.opt_link_list {
  width: 100%;
}
ul.opt_link_list li {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
ul.opt_link_list li a {
  color: #003bb2;
  text-decoration: underline;
}

ul.opt_at_list {
  padding: 20px;
  border: 1px solid #003bb2;
  background-color: #fff;
}
ul.opt_at_list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 140%;
  padding-bottom: 5px;
}

/* option */
/* 7denwa */
.p7denwa_main .logo {
  width: 426px !important;
}

ul.inline03_7denwa_list li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
}
ul.inline03_7denwa_list li img {
  max-width: 100%;
  height: auto;
}
ul.inline03_7denwa_list li .title {
  width: 20%;
}
ul.inline03_7denwa_list li .img {
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.inline03_7denwa_list li .text_box {
  width: 60%;
  background-color: #eef5f7;
  padding: 15px 15px;
  border-radius: 10px;
}
ul.inline03_7denwa_list li .text_box dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 140%;
  letter-spacing: 0.5px;
}
ul.inline03_7denwa_list li .text_box dl dt {
  width: 120px;
  margin-bottom: 5px;
}
ul.inline03_7denwa_list li .text_box dl dd {
  position: relative;
  width: calc(100% - 120px);
  margin-bottom: 5px;
}
ul.inline03_7denwa_list li .text_box dl dd:before {
  content: "";
  position: absolute;
  display: block;
  left: -14px;
  top: 5px;
  width: 8px;
  height: 10px;
  background-image: url(../../images/icon_arrow02.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: left center;
}

/* 7denwa */
/* upower */
.upower_mainbox_wrap {
  padding-top: 80px;
}

.upower_main {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 140px;
}
.upower_main .logo {
  width: 317px;
}
.upower_main .sub_title_logo {
  border-radius: 17px;
}
.upower_main .text .s {
  font-size: 1.1rem;
  color: #6f6f6f;
  letter-spacing: 0;
}

.upower_box_s01 {
  width: 100%;
  background-color: #e5f5f8;
  padding: 45px 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 45px;
}
.upower_box_s01 img {
  width: 83%;
  height: auto;
  margin: 0 auto;
}

.upower_box01 {
  width: 100%;
  margin: 100px auto 60px;
}
.upower_box01 ul.select_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.upower_box01 ul.select_box li {
  width: 48%;
  background-color: #eee;
  padding: 35px 35px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  background-image: url(../../images/upower_pic03_off.png);
  background-size: 155px auto;
  background-repeat: no-repeat;
  background-position: right 30px center;
  cursor: pointer;
  transition: all 0.15s ease-in 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.upower_box01 ul.select_box li .title {
  color: #a0a0a0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.upower_box01 ul.select_box li p {
  letter-spacing: 1px;
  width: 260px;
}
.upower_box01 ul.select_box li:nth-child(1).on {
  background-color: #faebec;
  background-image: url(../../images/upower_pic03_on.png);
}
.upower_box01 ul.select_box li:nth-child(1).on .title {
  color: #d54540;
}
.upower_box01 ul.select_box li:nth-child(2) {
  background-image: url(../../images/upower_pic04_off.png);
}
.upower_box01 ul.select_box li:nth-child(2).on {
  background-color: #fefad2;
  background-image: url(../../images/upower_pic04_on.png);
}
.upower_box01 ul.select_box li:nth-child(2).on .title {
  color: #fc9b2a;
}
.upower_box01 ul.select_box li:hover:nth-child(1) {
  background-color: #faebec;
  background-image: url(../../images/upower_pic03_on.png);
}
.upower_box01 ul.select_box li:hover:nth-child(1) .title {
  color: #d54540;
}
.upower_box01 ul.select_box li:hover:nth-child(2) {
  background-color: #fefad2;
  background-image: url(../../images/upower_pic04_on.png);
}
.upower_box01 ul.select_box li:hover:nth-child(2) .title {
  color: #fc9b2a;
}
.upower_box01 .select_wrap .h3_line {
  border-left: 7px solid #d54541;
  padding: 0px 0 0px 10px;
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
.upower_box01 .select_wrap .title_blue {
  position: relative;
  color: #003bb2;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.upower_box01 .select_wrap .title_blue span {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
}
.upower_box01 .select_wrap .text_s {
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  color: #6f6f6f;
}
.upower_box01 .select_wrap .text_s a {
  color: #003bb2;
  text-decoration: underline;
}
.upower_box01 .select_wrap .border {
  display: block;
  width: 100%;
  margin: 70px 0 60px;
  border-top: 4px solid #dcdcdc;
}
.upower_box01 .select_wrap .title_icon01,
.upower_box01 .select_wrap .title_icon02,
.upower_box01 .select_wrap .title_icon03 {
  padding: 15px 0 15px 75px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2px;
  background-image: url(../../images/upower_pic05.png);
  background-size: 55px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.upower_box01 .select_wrap .title_icon02 {
  background-image: url(../../images/upower_pic07.png);
}
.upower_box01 .select_wrap .title_icon03 {
  background-image: url(../../images/upower_pic09.png);
}
.upower_box01 .select_wrap .table_box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.upower_box01 .select_wrap .table_box01 .left {
  width: 41.5%;
}
.upower_box01 .select_wrap .table_box01 .right {
  width: 54.5%;
}
.upower_box01 .select_wrap .table_box01 table.price_table th {
  letter-spacing: 1.5px;
}
.upower_box01 .select_wrap .table_box01 table.price_table td {
  font-weight: 500;
  letter-spacing: 1.5px;
}
.upower_box01 .select_wrap ul.list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 10px;
  margin-bottom: 30px;
}
.upower_box01 .select_wrap ul.list01 li {
  width: 48%;
}
.upower_box01 .select_wrap ul.list01 li .text {
  color: #00a6ba;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  background-color: #e5f5f8;
  border-radius: 10px;
  padding: 18px 0 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.upower_box01 .select_wrap ul.list01 li .img {
  width: 100%;
}
.upower_box01 .select_wrap ul.list01 li .img img {
  width: 100%;
  height: auto;
}
.upower_box01 .select_wrap ul.list01_center {
  justify-content: center;
}
.upower_box01 .select_wrap ul.list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.upower_box01 .select_wrap ul.list02 li {
  position: relative;
  width: 23%;
}
.upower_box01 .select_wrap ul.list02 li img {
  width: 100%;
  height: auto;
}
.upower_box01 .select_wrap ul.list02 li .top {
  margin-bottom: 15px;
}
.upower_box01 .select_wrap ul.list02 li:after {
  content: "";
  display: block;
  position: absolute;
  right: -22px;
  top: 35px;
  width: 17px;
  height: 17px;
  background-image: url(../../images/upower_pic10.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.upower_box01 .select_wrap ul.list02 li:last-child:after {
  display: none;
}
.upower_box01 .tokyo {
  padding-bottom: 100px;
}
.upower_box01 .kansai {
  display: none;
}
.upower_box01 .kansai .h3_line {
  border-left: 7px solid #fc9b2a;
}

.upower_form .radio::after {
  background-color: #fff;
}
.upower_form .radio::before {
  z-index: 2;
}
.upower_form label.checkbox {
  min-width: 170px;
}
.upower_form .title_blue {
  color: #003bb2;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 2px solid #003bb2;
  margin-bottom: 30px;
  margin-top: 60px;
}
.upower_form ul.form_link_list {
  padding-left: 140px;
}
.upower_form ul.form_link_list li a {
  font-size: 1.2rem;
}
.upower_form .zip_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.upower_form .zip_box input {
  width: 300px;
  margin-right: 15px;
}
.upower_form .zip_box button {
  width: 180px;
  background-image: none;
  background-color: #003bb2;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.15s ease-in 0s;
}
.upower_form .zip_box button:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.inline_upower_title {
  padding: 15px 0 15px 75px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2px;
  background-image: url(../../images/upower_pic30.png);
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: left center;
}

/* upower */
/* ustation */
.f_blue_us6 {
  color: #3c7ee0;
}

.ustation_mainbox_wrap {
  padding-top: 80px;
}

.ustation_main {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 140px;
}
.ustation_main .logo {
  width: 440px;
}
.ustation_main h2 {
  margin-top: 45px;
}
.ustation_main h2 a {
  color: #3c7ee0;
  text-decoration: underline;
}
.ustation_main .sub_title_logo {
  border-radius: 17px;
  background-color: #fff;
  border: 1px solid #3c7ee0;
  color: #3c7ee0;
  margin-bottom: 15px;
}
.ustation_main .text .s {
  font-size: 1.1rem;
  color: #6f6f6f;
  letter-spacing: 0;
}

.ustation_box01 {
  background-color: #f5f5f5;
  padding: 80px 0 0;
}
.ustation_box01 .box {
  width: 100%;
  border: 1px solid #3c7ee0;
  background-color: #fff;
  margin-bottom: 60px;
}
.ustation_box01 .box .title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #3c7ee0;
  padding: 15px 0 20px;
  border-bottom: 1px solid #3c7ee0;
}
.ustation_box01 .box .img {
  text-align: center;
  padding: 40px 0 30px;
}
.ustation_box01 .box .img img {
  width: 83.5%;
  height: auto;
  margin: 0 auto;
}
.ustation_box01 .box .text_s {
  text-align: center;
  font-size: 1.2rem;
  color: #6f6f6f;
  padding-bottom: 50px;
}

#ustation6 .btn {
  text-align: center;
}
#ustation6 .btn .btn_mail {
  background-image: url(../../images/btn_icon01.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: left 33px center;
  background-color: #3c7ee0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  width: 588px;
  padding: 52px 0 52px;
  display: inline-block;
}
#ustation6 .btn .btn_mail:hover {
  background-color: #639df4;
  opacity: 1;
}
#ustation6 .text_mail_bottom {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  padding: 20px 0 71px;
}
#ustation6 .text_mail_bottom a {
  text-decoration: underline;
}
#ustation6 .plus_box02 {
  background-color: inherit;
}
#ustation6 .plus_box02 ul.service_list {
  justify-content: center;
  margin-bottom: 50px;
}
#ustation6 .plus_box02 ul.service_list li {
  width: 33%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
#ustation6 .plus_box02 ul.service_list li .title {
  color: #000;
  line-height: 160%;
}
#ustation6 .plus_box02 ul.service_list li .title mark {
  color: #3c7ee0;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #eaf2fc 60%, #eaf2fc);
}
#ustation6 .plus_box02 ul.service_list li .title sup,
#ustation6 .plus_box02 ul.service_list li .title sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 1.4rem;
}
#ustation6 .plus_box02 ul.service_list li .title sup {
  bottom: 1.8ex;
}
#ustation6 .plus_box02 ul.service_list li .title sub {
  top: 0.5ex;
}
#ustation6 .plus_box02 .btn {
  text-align: center;
  margin-bottom: 80px;
}
#ustation6 .plus_box02 .btn .btn_us {
  background-color: #fff;
  border: 2px solid #3c7ee0;
  color: #3c7ee0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 28px 60px;
}
#ustation6 .top_service_sub_title {
  color: #3c7ee0;
}
#ustation6 .top_service_sub_title hr {
  background-color: #3c7ee0;
}
#ustation6 .plus_box04 {
  background-color: #eaf2fc;
  padding-top: 100px;
  padding-bottom: 0;
}
#ustation6 .plus_box04 .white_box {
  width: 100%;
  background-color: #fff;
  padding: 20px 90px 60px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#ustation6 .plus_box05 {
  padding-bottom: 60px;
}
#ustation6 .plus_box05 .text_s {
  color: #6f6f6f;
}
#ustation6 .plus_box05 .text_s a {
  color: #3c7ee0;
}
#ustation6 .plus_box05 ul.bm_list li {
  background-color: #eaf2fc;
}
#ustation6 .plus_box05 ul.bm_list li .title {
  color: #3c7ee0;
}
#ustation6 .plus_box05 ul.bm_list li p {
  color: #444;
}
#ustation6 .plus_box05 ul.flow_list li {
  border: 1px solid #3c7ee0;
}
#ustation6 .plus_box05 ul.flow_list li .step {
  width: 80%;
  background-color: #fff;
  color: #3c7ee0;
  border-bottom: 1px solid #3c7ee0;
  margin: 0 auto;
  padding: 18px 0 14px;
}
#ustation6 .plus_box05 ul.flow_list li:after {
  background-image: url(../../images/ustation_pic10.png);
}
#ustation6 .plus_form {
  margin: 0;
  padding: 0 0 80px;
  background-color: inherit;
}
#ustation6 .plus_form ul.form_link_list li a {
  color: #3c7ee0;
}
#ustation6 .plus_form ul.form_link_list li .link_blank {
  background-image: url(../../images/icon_blank_blue2.png);
}

table.ustation_price_table {
  width: 100%;
  border-collapse: collapse;
}
table.ustation_price_table th {
  width: 50%;
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #3c7ee0;
  text-align: center;
  padding: 35px;
  border-bottom: 5px solid #3c7ee0;
}
table.ustation_price_table td {
  width: 50%;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding: 35px;
  border-bottom: 1px solid #3c7ee0;
}
table.ustation_price_table td span {
  font-size: 1.1rem;
  font-weight: 500;
}

.ustation_inline_wrap .inline_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  color: #3c7ee0;
  padding-bottom: 20px;
}
.ustation_inline_wrap h3.black {
  border-left: 6px solid #3c7ee0;
  color: #3c7ee0;
}
.ustation_inline_wrap .img {
  text-align: center;
  padding-bottom: 30px;
}
.ustation_inline_wrap .img img {
  width: 470px;
  height: auto;
  margin: 0 auto;
}
.ustation_inline_wrap table.table1 {
  border: 1.5px solid #d2d2d2;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.ustation_inline_wrap table.table1 tr {
  border-bottom: 1.5px solid #d2d2d2;
}
.ustation_inline_wrap table.table1 tr.blue td {
  background-color: #eaf2fc;
  font-weight: 700;
}
.ustation_inline_wrap table.table1 th,
.ustation_inline_wrap table.table1 td {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 130%;
  background-color: #3c7ee0;
  padding: 15px 10px;
  box-sizing: border-box;
  border-right: 1.5px solid #d2d2d2;
}
.ustation_inline_wrap table.table1 td {
  background-color: inherit;
  color: #000;
}
.ustation_inline_wrap .table_box {
  padding: 30px 40px 10px;
  box-sizing: border-box;
  border: 2px solid #3c7ee0;
}
.ustation_inline_wrap table.table2 {
  width: 100%;
  border-collapse: collapse;
}
.ustation_inline_wrap table.table2 td,
.ustation_inline_wrap table.table2 th {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  vertical-align: top;
  padding: 0 0 20px;
  color: #444;
}
.ustation_inline_wrap table.table2 th {
  width: 240px;
}
.ustation_inline_wrap table.table2 td span {
  display: block;
  font-size: 1.2rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.ustation_inline_wrap table.table2 td:before {
  position: absolute;
  content: "▶";
  display: block;
  font-size: 1.4rem;
  color: #3c7ee0;
  left: -2.5rem;
  top: 0;
}

/* ustation */
/* 7tsushin */
.p7tsushin_mainbox_wrap {
  padding-top: 80px;
}

.p7tsushin_main {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 60px;
}
.p7tsushin_main .logo {
  width: 393px !important;
}
.p7tsushin_main .sub_title_logo {
  border-radius: 18px;
  margin-bottom: 15px;
}
.p7tsushin_main h2 {
  line-height: 160%;
  font-size: 2.9rem;
  margin-bottom: 20px;
}
.p7tsushin_main .text {
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.p7tsushin_main .text_s {
  font-size: 1.1rem;
  line-height: 160%;
  padding-top: 0;
}

/* 7tsushin */
/* XG */
.xg_main_wrap {
  padding-bottom: 240px;
}

.xg_main {
  padding-top: 0px;
  padding-bottom: 100px;
}
.xg_main .logo {
  width: 430px;
}

.xg_box01_wrap .box01 img {
  width: 52px;
}
.xg_box01_wrap .top_title_text {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4px;
  padding-bottom: 40px;
}
.xg_box01_wrap .top_title_text b {
  color: #ffe400;
  font-size: 4.1rem;
}
.xg_box01_wrap .top_title_text span {
  position: relative;
}
.xg_box01_wrap .top_title_text span:before {
  content: "";
  display: block;
  position: absolute;
  left: -65px;
  top: 17px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-125deg);
}
.xg_box01_wrap .top_title_text span:after {
  content: "";
  display: block;
  position: absolute;
  right: -55px;
  top: 17px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: rotate(125deg);
}
.xg_box01_wrap .top_title_text2 {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}

.xg_box02 ul.service_list li .no {
  text-align: center;
  margin-bottom: 13px;
}
.xg_box02 ul.service_list li .no span {
  display: block;
  width: 38px;
  height: 38px;
  padding-top: 13px;
  background-color: #003bb2;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fffee3;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 8px;
}
.xg_box02 ul.service_list li .title {
  font-size: 2rem;
  line-height: 140%;
}

.xg_box03 table.price_table02 {
  margin-bottom: 80px;
}
.xg_box03 table.price_table02 th {
  width: 33%;
  padding: 25px 0 25px;
  font-size: 1.9rem;
  font-weight: 500;
}
.xg_box03 table.price_table02 td {
  padding: 30px 35px 35px;
  text-align: center;
  font-weight: 400;
  line-height: 160%;
}

.xg_box04 table.price_table01 th {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 24px 0 !important;
}
.xg_box04 table.price_table01 th sup {
  font-size: 1.2rem;
}
.xg_box04 table.price_table01 td {
  font-size: 1.9rem;
}
.xg_box04 table.price_table01 td sup {
  font-size: 1.2rem;
}
.xg_box04 table.price_table01 td .text01 {
  background-size: 16px auto;
  padding: 0 30px 0 0;
}
.xg_box04 table.price_table01 td .text01_simple {
  left: 20%;
  top: 25%;
}
.xg_box04 table.price_table01 td .text01_simple .price {
  font-weight: 700;
}
.xg_box04 table.price_table01 td .text02_simple {
  top: 30%;
  right: 13%;
}
.xg_box04 table.price_table01 td .text02_simple .price {
  font-size: 2.7rem;
}
.xg_box04 table.price_table01 td .text02_simple .price span {
  font-size: 1.8rem;
}
.xg_box04 table.price_box02 th {
  padding: 24px 0 !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}
.xg_box04 table.price_box02 td {
  font-weight: 500;
  text-align: left;
  padding: 24px 30px;
  font-size: 1.5rem;
}

/* XG */
/* news */
.top_news_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.top_news_wrap .btn {
  text-align: right;
  margin-bottom: 60px;
}

ul.news_list {
  width: 800px;
  margin: 60px auto 60px;
  padding: 40px 0 20px;
}
ul.news_list li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border-bottom: 1px dotted #555;
  margin-bottom: 15px;
  padding: 0 20px 15px;
  box-sizing: border-box;
  line-height: 160%;
}
ul.news_list li .date {
  width: 15%;
  letter-spacing: 0.5px;
  padding-right: 30px;
  box-sizing: border-box;
}
ul.news_list li .title {
  width: 85%;
}
ul.news_list li .title a {
  color: #003bb2;
}
ul.news_list li .title a:hover {
  text-decoration: underline;
}

.pagenavi .wp-pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi .current {
  border: 1px solid #555;
  padding: 6px 12px;
  margin: 0 4px;
  text-align: center;
}
.pagenavi .wp-pagenavi .current {
  border: 1px solid #003bb2;
  color: #003bb2;
  font-weight: 700;
}

.news_wrap {
  padding: 0 0 40px;
}
.news_wrap .date {
  color: #555;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
.news_wrap .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 50px;
}
.news_wrap .btn {
  text-align: center;
}
.news_wrap .text_wrap {
  margin: 0 0 80px;
}
.news_wrap .text_wrap p {
  margin-bottom: 20px;
}
.news_wrap .text_wrap p a {
  color: #003bb2;
  text-decoration: underline;
}
.news_wrap .text_wrap img {
  margin: 40px auto;
  max-width: 700px;
  height: auto;
}
.news_wrap .text_wrap figure {
  margin: 0 auto;
  text-align: center;
}

/* news */
/* case */
.case_main_wrap {
  padding-top: 77px;
  padding-bottom: 112px;
}
.case_main_wrap .plus_main {
  position: relative;
  top: 0;
}
.case_main_wrap .plus_main .logo_text {
  font-size: 5.4rem;
}
.case_main_wrap .plus_main .sub_title_logo2 {
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Avenir Next";
  line-height: 100%;
  padding-bottom: 22px;
}
.case_main_wrap .plus_main .text {
  padding-top: 32px;
  font-size: 1.8rem;
}

.case_box01 .white_box {
  background-color: #fff;
  padding: 40px 35px 35px;
  margin: 50px 0 50px;
}
.case_box01 .white_box .title1 {
  color: #003bb2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 25px;
}
.case_box01 .white_box .text_blue_line {
  padding: 0 0 0 30px;
  margin-left: 10px;
  border-left: 4px solid #003bb2;
  line-height: 175%;
  font-weight: 500;
  letter-spacing: 2px;
}
.case_box01 .text_bottom {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.case_box01 .text_bottom .text1 {
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.case_box01 .text_bottom .text2 {
  display: inline-block;
  color: #003bb2;
  font-size: 2.45rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 150%;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}

.case_box02 {
  padding: 90px 0 100px;
}
.case_box02 .text_s {
  font-size: 1.1rem;
  color: #555;
  letter-spacing: 1px;
  line-height: 150%;
}

.case_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 60px;
  padding-bottom: 70px;
  border-bottom: 2px solid #bababa;
}
.case_box .icon {
  width: 16%;
}
.case_box .text_wrap {
  width: 78%;
  padding-top: 10px;
}
.case_box .text_wrap .y_text {
  border-left: 7px solid #ffe400;
  padding: 5px 0 8px 10px;
  margin-bottom: 25px;
  color: #003bb2;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.case_box .text_wrap .gray_text {
  border-left: 7px solid #bababa;
  padding: 5px 0 5px 10px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.case_box .text_wrap .subtitle {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.case_box .text_wrap .bold {
  color: #003bb2;
  font-weight: 700;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.case_box .text_wrap p {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.case_box .text_wrap .img {
  text-align: center;
  margin-bottom: 40px;
}
.case_box .text_wrap .text_l {
  position: relative;
  color: #003bb2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 150%;
  margin-bottom: 20px;
}
.case_box .text_wrap .text_l span {
  margin-left: 10px;
  display: inline-block;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.case_box .text_wrap .text_l i {
  font-style: normal;
  font-size: 3.4rem;
}
.case_box .text_wrap .text_l sup {
  position: relative;
  font-size: 1.4rem;
  top: -8px;
}
.case_box .text_wrap .btn {
  margin-top: 50px;
  text-align: right;
}
.case_box .text_wrap .b_box {
  position: relative;
  width: 100%;
  background-color: #f3f7f9;
  padding: 55px 20px 45px;
  margin-top: 55px;
  box-sizing: border-box;
  text-align: center;
}
.case_box .text_wrap .b_box .title1 {
  display: inline-table;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -21px;
  min-width: 130px;
  margin: auto;
  border: 2px solid #003bb2;
  border-radius: 20px;
  background-color: #fff;
  color: #003bb2;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 24px 10px;
}
.case_box table.price_table .t_l {
  font-size: 2rem;
  text-align: left;
  padding-left: 25px;
}
.case_box table.price_table .t_s {
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  letter-spacing: 1px;
}
.case_box table.price_table ul.disc {
  margin-left: 15px;
}

.case_btn_bottom {
  text-align: center;
  padding: 110px 0 10px;
}
.case_btn_bottom a {
  background-image: url(../../images/icon_mail.png);
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: left 33px center;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border: 4px solid #003bb2;
  border-radius: 8px;
  color: #003bb2;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  width: 780px;
  padding: 52px 0 52px;
  display: inline-block;
}
.case_btn_bottom a:hover {
  background-color: #003bb2;
  background-image: url(../../images/icon_mail_on.png);
  color: #fff;
  opacity: 1;
}

.case_bg01 {
  position: absolute;
  z-index: 0;
  width: 343px;
  height: 439px;
  right: 0;
  top: 2357px;
  background-image: url(../../images/case_bg01.png);
  background-size: 343px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.case_bg02 {
  position: absolute;
  z-index: 0;
  width: 473px;
  height: 439px;
  left: 0;
  top: 3987px;
  background-image: url(../../images/case_bg02.png);
  background-size: 473px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.case_bg03 {
  position: absolute;
  z-index: 0;
  width: 293px;
  height: 439px;
  right: 0;
  top: 5307px;
  background-image: url(../../images/case_bg03.png);
  background-size: 293px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

/* case */
/* phone */
.phone_mainbox_wrap {
  padding-top: 50px;
}

.phone_main {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 90px;
}
.phone_main .logo {
  width: 373px !important;
}
.phone_main .sub_title_logo {
  border-radius: 18px;
  margin-bottom: 15px;
  background-color: #78bed2;
}
.phone_main h2 {
  line-height: 160%;
  font-size: 2.9rem;
  margin-bottom: 20px;
}
.phone_main .text {
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.phone_main .text_s {
  font-size: 1.1rem;
  line-height: 160%;
  padding-top: 0;
}

/* phone */
/* BBX */
.bbx_main_wrap {
  padding-bottom: 20px;
}
.bbx_main_wrap .flex {
  display: flex;
  justify-content: flex-start;
}
.bbx_main_wrap .sub_title_logo {
  background-color: #9a28ec;
  color: #fff;
}
.bbx_main_wrap .logo {
  width: 580px;
}
.bbx_main_wrap .plus_bg01 {
  position: relative;
  z-index: 1;
  width: 744px;
  top: 85px;
  right: -75px;
  background-image: url(../../images/bbx_main_pic.png);
  background-size: 744px auto;
}
.bbx_main_wrap .plus_bg01_sp {
  display: none;
}
.bbx_main_wrap .illust_bbx {
  width: 667px;
  height: 495px;
  top: 85px;
  right: -75px;
  position: absolute;
  z-index: 2;
  /*ふきだし*/
}
.bbx_main_wrap .illust_bbx .ill01_text {
  width: 210px;
  right: 145px;
  top: 211px;
}
.bbx_main_wrap .illust_bbx .ill02_text {
  width: 210px;
  right: 194px;
  top: 33px;
}
.bbx_main_wrap .illust_bbx .ill03_text {
  width: 208px;
  left: 65px;
  top: 135px;
}

.bbx_screen_senction {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

ul.bbx_service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 80px;
}
ul.bbx_service_list li {
  width: 48.5%;
  background-color: #fff;
  margin-bottom: 30px;
  border-top: 3px solid #003bb2;
}
ul.bbx_service_list li .top_tag {
  position: relative;
  padding: 10px 0 12px;
  width: 250px;
  background-color: #003bb2;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}
ul.bbx_service_list li .top_tag span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
ul.bbx_service_list li .wrap {
  padding: 20px 100px 30px;
  box-sizing: border-box;
}
ul.bbx_service_list li .no {
  text-align: center;
  margin-bottom: 10px;
}
ul.bbx_service_list li .no span {
  display: block;
  background-color: #003bb2;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 36px;
  margin: 0 auto;
}
ul.bbx_service_list li .title {
  color: #003bb2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
}
ul.bbx_service_list li .title mark {
  color: #003bb2;
  font-size: 2.45rem;
  letter-spacing: 1.5px;
  line-height: 165%;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
ul.bbx_service_list li .img {
  text-align: center;
  margin: 15px 0;
}
ul.bbx_service_list li .img img {
  width: 227px;
  height: auto;
}
ul.bbx_service_list li p {
  text-align: justify;
}
ul.bbx_service_list li p a {
  color: #003bb2;
}
ul.bbx_service_list li.l2 {
  width: 100%;
  margin: 0 100px;
}
ul.bbx_service_list li.l2 .wrap2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 20px 80px 30px;
  box-sizing: border-box;
}
ul.bbx_service_list li.l2 .wrap2 > div {
  width: 46%;
}

.bbx_box02 {
  padding: 95px 0 130px;
}
.bbx_box02 h2 {
  display: table;
  text-align: center;
  padding: 22px 27px;
  border: 2px solid #003bb2;
  border-radius: 40px;
  color: #003bb2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 100px auto 40px;
}
.bbx_box02 h2:nth-child(1) {
  margin-top: 0;
}
.bbx_box02 .bbx_text mark {
  color: #003bb2;
  font-weight: 700;
  background: linear-gradient(rgba(255, 242, 160, 0) 74%, #ffe400 60%, #ffe400);
}
.bbx_box02 .bbx_text strong {
  color: #003bb2;
}
.bbx_box02 .bbx_text a {
  color: #003bb2 !important;
}
.bbx_box02 .bbx_text_s {
  color: #929292;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.bbx_box02 .bbx_text_s span {
  display: inline-block;
  margin-right: 1rem;
  background-color: #f51e3a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  line-height: 10px;
}
.bbx_box02 .bbx_text_s a {
  color: #003bb2 !important;
}
.bbx_box02 .graph_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 50px;
  margin-bottom: 20px;
}
.bbx_box02 .graph_wrap li {
  width: 48.5%;
  border: 1px solid #003bb2;
  padding: 40px 30px 50px;
  box-sizing: border-box;
}
.bbx_box02 .graph_wrap li h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: #003bb2;
  font-size: 2rem;
  letter-spacing: 1px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #003bb2;
}
.bbx_box02 .graph_wrap li p {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.bbx_box02 .graph_wrap li .img {
  text-align: center;
}
.bbx_box02 .graph_wrap li .img img {
  width: 100%;
  max-width: 436px;
  height: auto;
  margin: auto;
}

table.table_bbx {
  border: 2px solid #003bb2;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
table.table_bbx th,
table.table_bbx td {
  text-align: center;
  line-height: 140%;
  vertical-align: middle;
  box-sizing: content-box;
}
table.table_bbx th {
  padding: 13px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #003bb2;
  border-right: 1px solid #fff;
}
table.table_bbx th:last-child {
  border-right: none;
}
table.table_bbx td {
  padding: 18px 10px;
  color: #003bb2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
table.table_bbx td .n {
  position: absolute;
  display: block;
  left: 0px;
  top: -10px;
  background-color: #f51e3a;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
}
table.table_bbx td.b1 {
  background-color: #f3f7f9;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
table.table_bbx td.no {
  background-color: #fffee3;
  color: #f51e3a;
}
table.table_bbx td.no > div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
table.table_bbx td:last-child {
  border-right: none;
}
table.table_bbx tr:last-child td {
  border-bottom: none;
}

.bbx_box03 {
  padding: 95px 0 170px;
  background-color: #f3f7f9;
}

ul.bbx_case_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
ul.bbx_case_list li {
  width: 32%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #003bb2;
  border-top: 10px solid #003bb2;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  transition: all 0.15s ease-in 0s;
}
ul.bbx_case_list li .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  height: 53px;
}
ul.bbx_case_list li .img {
  margin-bottom: 15px;
}
ul.bbx_case_list li .img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
ul.bbx_case_list li p {
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 20px;
}
ul.bbx_case_list li p a {
  color: #003bb2;
}
ul.bbx_case_list li p.s {
  font-size: 1rem;
  letter-spacing: 0.5px;
}
ul.bbx_case_list li .title2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #003bb2;
  padding-bottom: 5px;
}
ul.bbx_case_list li .title2 a {
  color: #003bb2;
}
ul.bbx_case_list li:nth-child(n + 4) {
  display: none;
}
ul.bbx_case_list li.on {
  display: block;
  -webkit-animation: bbx_case_list_fadein 0.3s;
  animation: bbx_case_list_fadein 0.3s;
}
ul.bbx_case_list:after {
  display: block;
  content: "";
  width: 32%;
}

@-webkit-keyframes bbx_case_list_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bbx_case_list_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bbx_case_list_btn {
  text-align: center;
  margin: 65px 0 0;
}
.bbx_case_list_btn a {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 25px 210px;
}
.bbx_case_list_btn a::after,
.bbx_case_list_btn a::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 99;
  top: 46%;
  right: 30px;
  height: 4px;
  width: 25px;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.bbx_case_list_btn a::after {
  transform: rotate(90deg);
  transition: all 0.15s ease-in 0s;
}
.bbx_case_list_btn a.off::after {
  transform: rotate(0deg);
}

.bbx_reason_list li.list02 {
  padding-left: 419px !important;
}
.bbx_reason_list li.list02 table {
  width: 100% !important;
}
.bbx_reason_list li.list02 .img {
  width: 193px !important;
  left: 90px !important;
}

.bbx_box04 {
  padding-bottom: 50px;
}

table.price_bbx01 td {
  padding: 20px 20px 20px;
  box-sizing: border-box;
}
table.price_bbx01 td.price_bbx01_td > div {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  /*background-image: url(../../images/plus_box01_pic03.png);
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: left 47% top 25px;
  */
}
table.price_bbx01 td.price_bbx01_td > div.non_bg {
  background: none;
}
table.price_bbx01 td.price_bbx01_td > div > div {
  margin: 0 20px;
}
table.price_bbx01 td.price_bbx01_td > div .flex {
  display: flex;
  justify-content: center;
}
table.price_bbx01 td.price_bbx01_td > div .t1 p,
table.price_bbx01 td.price_bbx01_td > div .t2 p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
table.price_bbx01 td.price_bbx01_td > div .t1 p sup,
table.price_bbx01 td.price_bbx01_td > div .t2 p sup {
  font-size: 1.1rem;
}
table.price_bbx01 td.price_bbx01_td > div .t1 .price,
table.price_bbx01 td.price_bbx01_td > div .t2 .price {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}
table.price_bbx01 td.price_bbx01_td > div .t1 .price i,
table.price_bbx01 td.price_bbx01_td > div .t2 .price i {
  font-style: normal;
  font-size: 1.8rem;
}
table.price_bbx01 td.price_bbx01_td > div .t1 .price span,
table.price_bbx01 td.price_bbx01_td > div .t2 .price span {
  position: relative;
  /*
  &:before {
    position: absolute;
    display: block;
    content: "";
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f51e3a;
  }
  */
}
table.price_bbx01 td.price_bbx01_td > div .t2 {
  color: #003bb2;
}
table.price_bbx01 td.price_bbx01_td > div .t2 .price {
  color: #003bb2;
  font-size: 3.4rem;
}
table.price_bbx01 td.price_bbx01_td > div .t2 .price mark {
  color: #003bb2;
}

.bbx_box06 {
  padding-bottom: 100px;
}
.bbx_box06 .box_gray_line {
  margin: 35px 0 50px;
  padding: 25px 45px 35px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.bbx_box06 .box_gray_line ul {
  margin-top: 10px;
}
.bbx_box06 .box_gray_line ul li {
  font-size: 1.2rem;
  line-height: 120%;
  margin-bottom: 10px;
}
.bbx_box06 .box_gray_line ul li:last-child {
  margin-bottom: 0;
}

ul.bbx_flow_list {
  margin-bottom: 15px;
}
ul.bbx_flow_list li {
  margin-bottom: 0;
}
ul.bbx_flow_list li .step {
  position: relative;
  color: #fff;
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.bbx_flow_list li .step > div {
  line-height: 140%;
}
ul.bbx_flow_list li .step > div span {
  font-size: 1.2rem;
  font-weight: 500;
}
ul.bbx_flow_list li .text {
  padding: 25px 0;
  font-size: 2rem;
  line-height: 120%;
}

/* BBX */
/* UDC */
.udc_main_wrap {
  position: relative;
  padding-bottom: 120px;
}
.udc_main_wrap .flex {
  display: flex;
  justify-content: flex-start;
}
.udc_main_wrap .sub_title_logo {
  background-color: #4cc8c8;
  color: #fff;
  margin-bottom: 20px;
}
.udc_main_wrap .logo {
  width: 543px;
}
.udc_main_wrap .plus_bg01 {
  position: relative;
  z-index: 1;
  width: 550px;
  height: 600px;
  top: 185px;
  right: 20px;
  background-image: url(../../images/udc_main_pic.png);
  background-size: 550px auto;
}
.udc_main_wrap .plus_bg01_sp {
  display: none;
}
.udc_main_wrap .illust_udc {
  width: 667px;
  height: 495px;
  top: 185px;
  right: -75px;
  position: absolute;
  z-index: 2;
  /*ふきだし*/
}
.udc_main_wrap .illust_udc .ill01_text {
  width: 180px !important;
  right: 65px;
  top: 160px;
  left: inherit;
}
.udc_main_wrap .illust_udc .ill02_text {
  width: 180px;
  left: -45px;
  top: 120px;
}
.udc_main_wrap .illust_udc .ill03_text {
  width: 180px !important;
  right: 138px;
  top: -83px;
}

ul.udc_service_list {
  justify-content: center !important;
}
ul.udc_service_list li {
  margin: 0 15px !important;
}
ul.udc_service_list li .title {
  font-size: 2.45rem !important;
}

.udb_blue_box {
  background-color: #fff;
  margin-bottom: 30px;
  border-top: 3px solid #003bb2;
}
.udb_blue_box .top_tag {
  position: relative;
  padding: 10px 0 12px;
  width: 250px;
  background-color: #003bb2;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}
.udb_blue_box .top_tag span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
.udb_blue_box .wrap {
  padding: 40px 30px 80px;
  box-sizing: border-box;
}
.udb_blue_box .wrap p {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1px;
}
.udb_blue_box .wrap p strong {
  color: #003bb2;
  font-weight: 500;
}
.udb_blue_box .wrap p.kakko {
  display: table;
  border: 2px solid #003bb2;
  border-radius: 20px;
  color: #003bb2;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 4px 40px 6px;
  margin: 25px auto 15px;
}
.udb_blue_box .wrap p.s {
  color: #929292;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.udb_blue_box .wrap .img1,
.udb_blue_box .wrap .img2 {
  width: 600px;
  margin: 40px auto 80px;
  text-align: center;
}
.udb_blue_box .wrap .img1 img,
.udb_blue_box .wrap .img2 img {
  max-width: 100%;
  height: auto;
}
.udb_blue_box .wrap .img2 {
  width: 653px;
  margin: 40px auto 0;
}

table.udc_table01 th {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
}
table.udc_table01 th span {
  font-size: 1.4rem;
  font-weight: 400;
}
table.udc_table01 td {
  font-size: 2.2rem;
}
table.udc_table01 td .price {
  font-size: 3.2rem;
  font-weight: 700;
}
table.udc_table01 td .price i {
  font-style: normal;
  font-size: 2rem;
}
table.udc_table01 td .r {
  color: #f51e3a;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
table.udc_table01 td .s {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/* UDC */
/* contact */
.h2_text_s {
  color: #555;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

ul.form_link_list {
  margin: 0 auto;
  padding-left: 285px;
}
ul.form_link_list li {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
ul.form_link_list li a {
  color: #003bb2;
  text-decoration: underline;
}

ul.form_link_list2 {
  padding-left: 200px;
}

dl.form_list {
  margin-top: 64px;
}
dl.form_list dt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
dl.form_list dt .required,
dl.form_list dt .optional {
  display: none;
}
dl.form_list dt.required:after {
  content: "※";
  color: #dc090a;
  font-size: 1.5rem;
}
dl.form_list dd {
  margin-bottom: 28px;
}
dl.form_list label.error {
  position: absolute;
  left: 19px;
  bottom: -10px;
  color: #ff0000;
}
dl.form_list .error_blank {
  color: #dc090a;
  top: 5px;
  position: relative;
}

span.hissu {
  color: #dc090a;
}

/* contact */
/* bottom */
.bottom_contact {
  margin: 80px 0 112px;
  text-align: center;
}
.bottom_contact a.btn {
  display: inline-block;
  width: 785px;
  box-sizing: border-box;
  color: #003bb2;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  border: 4px solid #003bb2;
  border-radius: 8px;
  padding: 44px 0 45px;
  background-color: #fff;
  background-image: url(../../images/icon_mail.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: left 34px center;
  box-shadow: 0px 0px 14px 0px rgba(55, 55, 55, 0.35);
}
.bottom_contact a.btn:hover {
  background-image: url(../../images/icon_mail_on.png);
  color: #fff;
  background-color: #003bb2;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* bottom */
.scroll {
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 1;
  right: 40px;
  /*bottom: 200px;*/
  top: 400px;
}
.scroll a {
  color: #003bb2;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
}
.scroll a:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 2px;
  height: 90px;
  left: 5px;
  top: 65px;
  background-color: #003bb2;
  -webkit-animation: scroll_anime 3s ease-in-out infinite;
  animation: scroll_anime 3s ease-in-out infinite;
}
.scroll a:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 2px;
  height: 90px;
  left: 5px;
  top: 65px;
  background-color: #ddd;
}

@-webkit-keyframes scroll_anime {
  0% {
    height: 0;
    top: 65px;
  }
  15% {
    height: 90px;
    top: 65px;
  }
  35% {
    height: 0;
    top: 155px;
  }
  100% {
    height: 0;
    top: 155px;
  }
}

@keyframes scroll_anime {
  0% {
    height: 0;
    top: 65px;
  }
  15% {
    height: 90px;
    top: 65px;
  }
  35% {
    height: 0;
    top: 155px;
  }
  100% {
    height: 0;
    top: 155px;
  }
}
/* footer */
.top_link {
  margin-top: 120px;
  text-align: center;
}
.top_link a {
  display: inline-block;
  background-color: #000;
  padding: 35px 160px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.pagetop {
  position: relative;
  display: none;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
}
.pagetop a {
  display: block;
  padding: 24px 0 0;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1px;
  z-index: 3;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  line-height: 120%;
  z-index: 3;
}
.pagetop a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}

footer {
  position: relative;
  width: 100%;
  min-width: 1166px;
  background-color: #000;
  color: #ffffff;
}
/* 20240401下記修正 */
footer .footer_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 53px 0 27px;
  display: flex;
}
/*  */
footer .footer_wrap .footer_logo {
  margin: 4px 25px 0 0;
}
/* footer .footer_wrap .footer_logo img {
  width: 238px;
} */
.footer_logo {
  position: relative; /* 相対位置を基準に絶対配置するために必要 */
  margin: 4px 25px 0 0;
  display: inline-block;
}

.footer_logo .unw_logo {
  width: 238px;
  display: block;
}

.footer_logo .cert_logo {
  position: absolute;
  padding-left: 154px;
  padding-top: 14px;
  width: 80px;
}
/*  */
footer .footer_wrap .link_l {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 24px;
}
footer .footer_wrap ul.link_list {
  float: left;
}
footer .footer_wrap ul.link_list li {
  margin-bottom: 18px;
  margin-right: 28px;
}
footer .footer_wrap ul.link_list li a {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #bababa;
}
footer .footer_wrap .footer_nav_right {
  margin-left: 20px;
}
footer .footer_wrap .footer_nav_right .link_blank {
  display: table;
  background-image: url(../../images/icon_blank_white.png);
  background-position: right top 1px;
}
footer .copy {
  width: 100%;
  padding: 0 0 26px;
  color: #bababa;
  font-size: 1.15rem;
  letter-spacing: 1.4px;
  text-align: center;
}
footer .copy span {
  display: block;
  padding-bottom: 10px;
}

/* footer */
/* modaal */
.modaal-close {
  position: absolute !important;
  right: -23px !important;
  top: -25px !important;
  background-color: #000 !important;
  border: 2px solid #fff !important;
}

.modaal-close::before,
.modaal-close::after {
  border-radius: 0 !important;
  top: 10px !important;
  left: 22px !important;
  width: 3px !important;
  height: 26px !important;
}

.modaal-container {
  min-width: 920px !important;
}

.modaal-content-container {
  padding: 70px 40px !important;
}
.modaal-content-container p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.modaal-content-container .text_s {
  font-size: 1.1rem;
  color: #797979;
}
.modaal-content-container .plus_inline_pic01 {
  width: 658px;
}

.modaal-content-container .plus_in_line_pic01 {
  width: 100%;
  margin-left: 130px;
}

/* modaal */
/* contact */
.content_senction_form2 {
  width: 1166px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 94px 60px 0;
  box-sizing: border-box;
}

.contact_bg {
  background-color: #f3f7f9;
  padding-bottom: 90px;
}

.contact_white_box {
  background-color: #fff;
  padding: 35px 40px 70px;
  box-sizing: border-box;
}
.contact_white_box h1 {
  border-left: 6px solid #a0a0a0;
  font-size: 2rem;
  line-height: 100%;
  padding: 2px 0 2px 10px;
  margin-bottom: 22px;
}
.contact_white_box h2.blue {
  background-color: #f3f7f9;
  border-radius: 8px;
  padding: 13px 25px 15px;
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 100%;
  margin-bottom: 20px;
}
.contact_white_box h2.black {
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 100%;
  margin-bottom: 10px;
}
.contact_white_box .border_1p {
  display: block;
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 1px;
  margin: 20px 0 25px;
}
.contact_white_box .text_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 20px;
  margin-bottom: 30px;
  /*border-top: 1px solid #f1f1f1;*/
}
.contact_white_box .text_box .left {
  width: 50%;
}
.contact_white_box .text_box .left p {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.contact_white_box .text_box .left p a {
  color: #a0a0a0;
}
.contact_white_box .text_box .right {
  width: 29%;
  padding-left: 55px;
  background-image: url(../../images/icon_ssl.jpg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: left top 3px;
}
.contact_white_box .text_box .right p {
  font-size: 1.05rem;
}
.contact_white_box .text_box .right p span {
  display: block;
  color: #828282;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact_white_box .gray_line_box {
  width: 100%;
  padding: 25px 30px 20px;
  border: 1px solid #8f8f8f;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.contact_white_box .gray_line_box p {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.contact_white_box .gray_line_box p a {
  color: #003bb2;
}
.contact_white_box .text_bottom {
  margin-bottom: 20px;
}
.contact_white_box .text_bottom p {
  font-size: 1.55rem;
}
.contact_white_box table.table_form {
  border: 1.5px solid #8f8f8f;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.contact_white_box table.table_form tr {
  border-bottom: 1.5px solid #8f8f8f;
}
.contact_white_box table.table_form th {
  width: 25%;
  padding: 20px 10px 20px 25px;
  text-align: left;
  letter-spacing: 1.5px;
  line-height: 160%;
  background-color: #efefef;
}
.contact_white_box table.table_form th .required,
.contact_white_box table.table_form th .optional {
  display: none;
}
.contact_white_box table.table_form th.required:after {
  content: "※";
  position: relative;
  font-size: 1.2rem;
  color: #dc090a;
  top: -4px;
}
.contact_white_box table.table_form td {
  padding: 20px 25px;
  text-align: left;
  letter-spacing: 1px;
  line-height: 160%;
}
.contact_white_box table.table_form td span {
  color: #787878;
  font-size: 1.15rem;
}
.contact_white_box table.table_form .required input,
.contact_white_box table.table_form .required select {
  background-color: #ffe9e1;
}
.contact_white_box table.table_form .required input.on,
.contact_white_box table.table_form .required select.on {
  background-color: #e8f0fe;
}
.contact_white_box table.table_form .error_blank {
  display: block;
  color: #dc090a;
  font-size: 1.3rem;
  font-weight: 700;
  top: 5px;
  position: relative;
}
.contact_white_box table.table_form .js-radio-wrap {
  cursor: pointer;
}
.contact_white_box table.table_form .js-radio-wrap {
  display: inline-block;
  margin: 0 10px 0 0;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #fafafa;
  padding: 5px 28px;
}
.contact_white_box table.table_form .js-radio-wrap.js-on {
  cursor: auto;
  border-color: #003bb2;
  background: #003bb2;
  color: #fff;
}
.contact_white_box input.form-text {
  outline: none;
  border: none;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #ffffff;
  padding: 9px 12px 9px 12px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  box-sizing: border-box;
  font-family: inherit;
}
.contact_white_box textarea {
  outline: none;
  width: 100%;
  height: 120px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #ffffff;
  padding: 9px 12px 9px 12px;
  font-size: 1.5rem;
  font-weight: 300;
  box-sizing: border-box;
  font-family: inherit;
}
.contact_white_box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: none;
}
.contact_white_box select {
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #ffffff;
  padding: 9px 12px 9px 12px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: inherit;
  position: relative;
  box-sizing: border-box;
  background-image: url(../../images/select_icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

/* contact */
/* inshokuten-entry */
.inshokuten_wrap .logo {
  margin-bottom: 20px;
}
.inshokuten_wrap .logo img {
  width: 380px;
  height: auto;
}
.inshokuten_wrap h1 {
  position: relative;
  text-align: center;
  border: none;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.inshokuten_wrap h1:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  height: 2px;
  background-color: #25be16;
}
.inshokuten_wrap .button-send {
  background-color: #25be16;
  border-radius: 15px;
}
.inshokuten_wrap .js-on {
  border-color: #25be16 !important;
  background: #25be16 !important;
}

.inshokuten_pagetop a {
  background-color: #25be16;
}

/* inshokuten-entry */
