@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  ;
  line-height: 1.6;
  color: #292929;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 73px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
img {
  width: 100%;
  vertical-align: bottom;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
a {
  cursor: pointer;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    padding-top: 60px;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

/* header */
header {
  padding: 14px 20px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px #00000014;
}
header .header_wrapper {
  max-width: 850px;
  margin: 0 auto;
}
header div nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div h1 {
  width: 100px;
  max-width: 742px;
}
header div .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header div .menu.spOnly {
  display: none;
}
header div .menu>li {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3441CF;
  margin-left: 10px;
  text-align: center;
}
header div .menu .arrow>a {
  position: relative;
}
header div .menu .arrow>a::after {
  content: '';
  border: 0;
  border-bottom: solid 2px #0AA7E5;
  border-right: solid 2px #0AA7E5;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 38%;
  right: 12px;
  transform: rotate(45deg);
}
header div .menu>li>a {
  width: 168px;
  border: 2px solid #3441CF;
  border-radius: 4px;
  padding: 5px 0;
  display: block;
  transition: transform 0.2s ease;
}
header div .menu>li>a:hover {
  transform: scale(1.05);
}
header div .menu .arrow>a:hover::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
header div .menu .inquiry a {
  position: relative;
}
header div .menu .orange_bg a {
  background: #FF4D00;
  color: #fff;
  border: 2px solid #FF4D00;
}
header div .menu .signup a,
header div .menu .login a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
header div .menu .signup a svg,
header div .menu .login a svg {
  fill: #ffffff;
}
header div .menu .orange_bg a:hover {
  background: #fff;
  color: #FF4D00;
}
header div .menu .signup a:hover svg,
header div .menu .login a:hover svg {
  fill: #FF4D00;
}
header .acc {
  position: relative;
}
header .sub_menu {
  position: absolute;
  z-index: 1;
  /*width: 430px;*/
  top: 100%;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(7, 52, 60, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .sub_menu li {
  width: 100%;
}
header .sub_menu li a {
  background-color: #f3f3f3;
  padding: 10px;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
  display: block;
  font-weight: bold;
}
header .sub_menu li:last-child a {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .sub_menu li a:hover {
  background-color: #FF8000;
  color: #fff;
}
header .download_anker .sub_menu {
  width: 414px;
}
header .download_anker .sub_menu li a {
  display: flex;
}
header .download_anker .sub_menu li a div:first-child {
  margin-right: 10px;
}
header div .menu .gray a {
  background: #CFCFCF;
  border: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  header {
    padding: 10px 16px 10px 11px;
    height: 60px;
  }
  header div h1 {
    width: 89px;
    margin-right: auto;
  }
  header div h1 img {
    vertical-align: middle;
  }
  header .humbtn {
    top: 16px;
    right: 10px;
    width: 24px;
    height: 24px;
    z-index: 99;
  }
  header .btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    transition: .2s;
  }
  header .btn-line::before,
  header .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    transition: .5s;
  }
  header .btn-line::before {
    transform: translateY(-8px);
  }
  header .btn-line::after {
    transform: translateY(8px);
  }
  header .btn-line.open {
    background-color: transparent;
  }
  header .btn-line.open::before,
  .btn-line.open::after {
    content: "";
    background-color: #000;
    border-radius: 10px;
    transition: .2s;
  }
  header .btn-line.open::before {
    transform: rotate(45deg);
  }
  header .btn-line.open::after {
    transform: rotate(-45deg);
  }
  header div .menu.pcOnly {
    display: none;
  }
  header div .menu.spOnly {
    display: block;
    height: 100vh;
    overflow-y: auto;
  }
  header div .menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -100%;
    top: 0;
    width: 82%;
    height: 100%;
    background-color: #fff;
    color: #efefef;
    transition: right 0.3s;
    z-index: 10;
    padding-top: 60px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  }
  header .menu.open {
    right: 0;
    top: 0;
    position: absolute;
    display: block;
  }
  header div .menu>li {
    margin-left: 0;
    margin-top: 20px;
  }
  header div .menu>li>a {
    width: 75%;
    padding: 8px 0;
    margin: 0 auto;
  }
  header div .menu .arrow>a {
    position: static;
  }
  header div .menu .arrow>a::after {
    content: none;
  }
  header .sub_menu {
    position: static;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }
  header .sub_menu li {
    border-bottom: 1px solid #EEEEEE;
  }
  header .sub_menu li a {
    background-color: transparent;
    color: #494949;
    font-weight: 500;
    position: relative;
    font-size: 1.2rem;
    padding: 10px 20px 10px 10px;
  }
  header .sub_menu li a::after {
    content: "";
    border-top: solid 2px #CAD1D3;
    border-right: solid 2px #CAD1D3;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 38%;
    right: 10px;
    transform: rotate(45deg);
  }
  header div .menu .orange_bg a {
    width: 75%;
    margin: 0 auto;
    padding: 8px;
    max-width: 245px;
  }
}

/* breadcrumb */
.breadcrumb {
  background: #fff;
  padding: 0 20px;
}
.breadcrumb ol {
  max-width: 1048px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.breadcrumb ol li {
  font-size: 1.4rem;
  position: relative;
  padding-right: 30px;
  color: #292929;
}
.breadcrumb ol li a {
  color: #2843C6;
}
.breadcrumb ol li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 53%;
  right: 14px;
  border: #CFCFCF solid;
  border-width: 1.2px 1.2px 0 0;
  transform: rotate(45deg) translateY(-65%);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0 10px;
  }
  .breadcrumb ol {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .breadcrumb ol li:last-of-type {
    padding-right: 0;
  }
}

/* kv */
main {
  flex: 1;
}
.kv {
  background: linear-gradient(270deg, #4F38E2 0%, #0062D1 100%);
}
.kv_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 45px;
}
.kv_text {
  max-width: 850px;
  margin: 0 auto;
}

.kv_icon {
  margin-top: 50px;
}
.kv_icon ul {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.kv_icon ul li {
  width: 111px;
  text-align: center;
}
.kv_icon li img {
  max-width: 85px;
}
.kv_icon li p {
  color: #D4D9FF;
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .kv_wrapper {
    width: 90%;
    padding: 40px 0;
  }
  .kv_icon {
    margin-top: 30px;
  }
  .kv_icon ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .kv_icon ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 163px;
    margin: 0 auto;
  }
  .kv_icon li img {
    max-width: 60px;
  }
  .kv_icon li p {
    font-size: 1.2rem;
  }
}

/* slider */
.slider-box {
  width: 100%;
  background: #EDF7FF;
  border: 2px solid #473CDE;
  border-radius: 4px;
  padding: 24px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #2843C6;
  font-weight: bold;
  min-height: 281px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.contents_slider {
  width: 90%;
  max-width: 910px;
  margin: 32px auto 0;
  overflow: visible;
  position: relative;
  padding: 0 30px;
}
.slider-box .sub_ttl {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}
.slider-box .sub_ttl span {
  font-size: 17px;
}
.slider-box .ttl {
  margin: 5px auto;
  font-weight: bold;
  font-size: 34px;
}
.slider-box .ttl .small_text {
  font-size: 19px;
  font-weight: 500;
}
.slider-box .small_text {
  font-size: 14px;
  font-weight: 500;
}
.caution_icon {
  width: 35px;
  margin: 0 auto;
}
.slide01 .text_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 15px;
  color: #292929;
  font-size: 1.4rem;
}
.slide01 .text_list li {
  background: #fff;
  padding: 0 5px;
}
.slide01 .blue {
  color: #2843C6;
  font-size: 1.8rem;
  font-weight: bold;
}
.slide03 .ttl {
  font-size: 2rem;
}
.slide03 .ttl span {
  color: #292929;
}
.slide03 .text {
  font-size: 3rem;
  font-weight: 700;
}
.slide03 .text span {
  font-size: 2.4rem;
}
.slide03 .text .red {
  font-size: 3rem;
}
.slide04 .ttl {
  font-size: 3.2rem;
  line-height: 1.3;
}
.slide03 .text .small_text,
.slide04 .text .small_text {
  font-size: 13px;
}
.slider-box .mt {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .slick-slide {
    width: auto;
  }
  .slider-box {
    width: 100%;
    padding: 14px 10px 18px;
    box-sizing: border-box;
    border: 1px solid #7A60BC;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    min-height: 274px;
  }
  .contents_slider {
    margin: 20px auto 0;
    width: 90%;
    padding: 0;
  }
  .slide-arrow {
    display: none !important;
  }
  .slider-box .sub_ttl {
    font-size: 1rem;
  }
  .slider-box .sub_ttl span {
    font-size: 1.4rem;
  }
  .slider-box .ttl {
    font-size: 1.8rem;
  }
  .slider-box .small_text {
    font-size: 1rem;
  }
  .slide01 .text_list {
    gap: 6px 0px;
    flex-direction: column;
    font-size: 1.2rem;
  }
  .slide01 .text_list li {
    width: 100%;
    text-align: left;
  }
  .slide01 .blue {
    font-size: 1.5rem;
  }
  .slide03 .text .small_text {
    font-size: 1rem;
  }
  .slide03 .ttl {
    font-size: 1.6rem;
  }
  .slide03 .text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .slide03 .text span {
    font-size: 1.4rem;
  }
  .slide03 .text .red {
    font-size: 1.8rem;
  }
  .slide03 .text .small_text,
  .slide04 .text .small_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 370px) and (max-width: 379px) {
  .contents_slider .slick-list {
    margin-right: -2px !important;
    padding-right: 1px !important;
    overflow: hidden !important;
  }
  .contents_slider .slick-slide {
    box-sizing: border-box !important;
  }
}
/* 矢印 */
.contents_slider .slick-prev,
.contents_slider .slick-next {
  z-index: 10;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.contents_slider .prev-arrow {
  left: -9px;
}
.contents_slider .next-arrow {
  right: -9px;
  transform: translateY(-50%) scaleX(-1);
}
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 17px;
  height: auto;
}
.slick-dots {
  bottom: -24px;
  text-align: center;
  left: 0;
  right: 0;
}
.slick-dots li {
  width: 13px;
  height: 13px;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
}
.contents_slider .slick-dots li button:before {
  color: #C3D7FF;
  opacity: 0.5;
  font-size: 13px;
  width: 13px;
  height: 13px;
}
.contents_slider .slick-dots li.slick-active button:before {
  color: #124AB6;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .contents_slider .slide-arrow {
    display: none !important;
  }
}

main section {
  padding: 40px 20px 0;

}
.wrapper {
  max-width: 1048px;
  margin: 0 auto;
}
.box {
  border: 2px solid #473CDE;
}
main h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 4px;
  background: linear-gradient(270deg, #4F38E2 0%, #0062D1 100%);
}
@media screen and (max-width: 768px) {
  main section {
    padding: 24px 0 0;
  }
  main section .wrapper {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
  main h2 {
    font-size: 2rem;
    padding: 5px 10px;
  }
}

/* news */
.news h2 {
  color: #2843C6;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  background: transparent;
  padding: 0;
}
main .news .news_container {
  margin: 10px 0px;
}
main .news .news_box {
  background: #fff;
  padding: 40px 24px;
  line-height: 1.6;
  background-color: #fff;
  border: 2px solid transparent;
  border-top: none;
  padding: 20px;
}
.news_container.is-important .news_box {
  border-color: #FF4D0063;
}
.news_container:has(.tab_btn.active[data-tab="important"]) .news_box {
  border: 2px solid #FF4D0063 !important;
  border-top: none !important;
}
.news_container:has(.tab_btn.active[data-tab="important"]) .tab_btn.active[data-tab="important"] {
  background-color: #fff !important;
  border-color: #FF4D0063 #FF4D0063 #fff #FF4D0063 !important;
}
.news_container:has(.tab_btn.active[data-tab="important"]) .tab_btn[data-tab="normal"] {
  border-bottom-color: #FF4D0063 !important;
}
.news_container:has(.tab_btn.active[data-tab="normal"]) .news_box {
  border: 2px solid #C3D7FF !important;
  border-top: none !important;
}
.news_container:has(.tab_btn.active[data-tab="normal"]) .tab_btn.active[data-tab="normal"] {
  background-color: #fff !important;
  border-color: #C3D7FF #C3D7FF #fff #C3D7FF !important;
}
.news_container:has(.tab_btn.active[data-tab="normal"]) .tab_btn[data-tab="important"] {
  border-bottom-color: #C3D7FF !important;
}
main .news dl {
  margin: 0 auto;
  color: #3B4043;
  scrollbar-color: #4C3AE1 #F8F8F8;
  scrollbar-width: auto;
  padding-left: 20px;
}
main .news .scroll {
  overflow-y: scroll;
  height: 176px;
}
main .news dl::-webkit-scrollbar-track {
  background: #F8F8F8;
  border-radius: 3px;
}
main .news dl::-webkit-scrollbar-thumb {
  background: #4C3AE1;
  border-radius: 3px;
}
main .news .news_item {
  margin: 0 auto;
}
main .news .news_box div div {
  display: flex;
  border-bottom: 1px solid #E3DBE6;
  gap: 13px;
}
main .news .news_box a {
  text-decoration: underline;
  color: #0076D6;
  font-weight: 500;
  transition: .2s;
}
main .news .news_box a:hover {
  opacity: .7;
}
main .news dl dt {
  padding: 12px 0;
  width: 110px;
  font-size: 1.3rem;
  font-weight: bold;
}
main .news dl dd {
  padding: 10px 0 10px 0;
  width: 75%;
  font-size: 1.4rem;
  font-weight: 500;
}
main .news .pin {
  padding: 10px 0;
  width: auto;
}
main .news .pin img {
  width: 18px;
}
main .news .pin+dd {
  padding: 10px 0;
}
main .news .label {
  width: 120px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0 2px;
  height: 20px;
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
main .news .label01 {
  border: 1px solid #5B88E8;
  color: #5B88E8;
}
main .news .label02 {
  border: 1px solid #C096F1;
  color: #C096F1;
}
main .news .label03 {
  border: 1px solid #777777;
  color: #777777;
}
main .news .pin_none {
  padding: 10px 0 10px 30px;
}
main .news .news_tabs {
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}
main .news .news_item.is-hidden {
  display: none !important;
}
main .news .tab_btn {
  flex: 1;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  background: #F5F5F5;
  color: #292929;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  border: 2px solid transparent !important;
}
main .news .tab_btn:last-child {
  margin-right: 0;
}
main .news .tab_btn.active {
  background: #fff;
  z-index: 2;
}
main .news .tab_btn[data-tab="important"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FF4D0063;
  border-radius: 0 0 2px 2px;
  max-width: 237px;
  width: 86%;
  margin: 0 auto;
}
main .news .tab_btn[data-tab="normal"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #C3D7FF;
  border-radius: 0 0 2px 2px;
  max-width: 237px;
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 2.4rem;
  }
  main .news .news_container {
    margin: 15px auto;
  }
  main .news dl {
    padding: 0 14px;
  }
  main .news .news_box {
    padding: 14px;
  }
  main .news .news_box .type-important div {
    margin-right: 0;
    gap: 0;
    flex-wrap: wrap;
  }
  main .news .news_box .type-normal div {
    flex-direction: column;
    margin-right: 0;
    gap: 0;
  }
  main .news .scroll {
    height: 360px;
    padding-left: 0;
  }
  main .news dl dt {
    font-size: 1.2rem;
    width: auto;
    border-bottom: none;
    padding: 8px 0 0;
  }
  main .news dl dd {
    font-size: 1.2rem;
    width: 98%;
    padding: 0px 0px 10px;
    order: 3;
    margin-left: 0;
  }
  main .news .pin {
    order: 1;
    flex-shrink: 0;
    width: auto;
    padding: 5px 0 0;
    margin-right: 5px;
  }
  main .news dt:not(.pin) {
    order: 2;
    flex-grow: 1;
    width: auto;
  }
  main .news .pin+dd {
    padding: 0px 0px 10px;
  }
  main .news .pin img {
    width: 12px;
  }
  main .news .pin_none {
    padding: 0px 0px 10px;
  }
  news .news_tabs {
    margin-top: 24px;
  }
  main .news .tab_btn {
    font-size: 1.4rem;
    border-radius: 6px 6px 0 0;
    padding: 6px 0 4px;
  }
  main .news .type-normal .label {
    margin: 4px 0 4px 0px;
    font-size: 1.1rem;
    width: 120px;
    padding: 0;
  }
  main .news .news_item.type-normal dd {
    width: 98%;
  }
}

main .red {
  color: #FC3D43;
  font-weight: bold;
}

/* kentou */
.text_box {
  margin: 30px auto;
  padding: 0 20px;
  text-align: center;
}
.text_box_wrapper {
  background: #EDF7FF;
  max-width: 686px;
  margin: 0 auto;
  padding: 20px;
}
.text_box .ttl_text {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1955D6;
}
.text_box .small_text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #464646;
}
main .c_btn {
  font-size: 2rem;
  font-weight: 600;
  max-width: 294px;
  margin: 0 auto;
}
main .c_btn a {
  color: #FF4D00;
  background: #fff;
  display: block;
  padding: 7px 10px;
  text-align: center;
  position: relative;
  border: 2px solid #FF4D00;
  transition: transform 0.2s ease;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
main .c_btn a svg {
  fill: #ffffff;
}
main .c_btn.orange_bg a {
  background: #FF4D00;
  color: #fff;
}
main .c_btn a::after {
  content: "";
  border-top: solid 2px #FF4D00;
  border-right: solid 2px #FF4D00;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  opacity: .7;
}
main .c_btn.orange_bg a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
main .c_btn a:hover {
  opacity: .7;
  transform: scale(1.05);
}
.kentou .c_btn {
  margin-top: 10px;
}
main .c_btn.gray a {
  background: #CFCFCF;
  border: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .text_box {
    margin: 20px auto;
    padding: 0 14px;
  }
  .text_box .text_box_wrapper {
    padding: 14px;
  }
  .text_box .ttl_text {
    font-size: 1.8rem;
  }
  .text_box .small_text {
    font-size: 1.2rem;
  }
  main .c_btn {
    font-size: 1.6rem;
    width: 80%;
    margin-top: 6px;
  }
  main .c_btn a {
    padding: 5px 0;
  }
  main .c_btn a::after {
    top: 38%;
    right: 14px;
  }
}

/* graph */
.graph .graph_wrapper {
  padding: 40px 20px;
}
.graph .date_wrapper {
  text-align: center;
  font-size: 1.4rem;
}
.graph .date_wrapper .ttl_text {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto 10px;
}
.graph_area {
  margin-top: 30px;
}
.graph_area .opacity {
  opacity: 0.3;
}
.bar_icon {
  max-width: 90px;
  margin-top: 6px;
  margin-right: 8px;
}
.bar-chart {
  max-width: 786px;
  margin: 0 auto;
}
.bar-chart>div {
  display: flex;
  margin-bottom: 70px;
  align-items: center;
}
.bar-chart dd {
  width: 100%;
}
.bar-chart .c_list {
  font-size: 1.4rem;
  font-weight: bold;
}
.bar-chart .c_list li {
  position: relative;
  padding-left: 1em;
}
.bar-chart .c_list li::before {
  content: "•";
  color: #1955D6;
  font-size: 1.8em;
  position: absolute;
  left: 0;
  top: -0.3em;
}
.bar-chart .bar02 .c_list li::before {
  color: #AE7CC8;
}
.bar-chart .c_list .bold {
  font-weight: bold;
  font-size: 1.8rem;
}
.bar-chart .c_list .blue {
  color: #1955D6;
  font-weight: bold;
  font-size: 1.8rem;
}
.bar-chart .c_list .purple {
  font-weight: bold;
  font-size: 1.8rem;
  color: #AE7CC8;
}
.bar-chart .bar_wrap {
  width: 100%;
  height: 30px;
  background-color: #EDF7FF;
  border-radius: 4px;
}
.bar-chart .bar02 .bar_wrap {
  background-color: #F1EDF6;
}
.bar-chart .bar_wrap span {
  display: inline-block;
  padding-right: 15px;
  border-radius: 4px 0 0 4px;
  background-color: #1955D6;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  text-align: right;
  white-space: nowrap;
  font-size: 1.6rem;
}
.bar-chart .bar02 .bar_wrap span {
  background-color: #AE7CC8;
}
.bar-chart .zero span {
  background: transparent;
  margin-left: 20px;
  color: #1955D6;
}
.bar-chart .little01 span {
  text-indent: 3.5em;
  color: #1955D6;
  padding-right: 0;
}
.bar-chart .little02 span {
  color: #0AA7E5;
  text-indent: 6.4em;
}
.bar-chart .bar02 .zero span {
  color: #AE7CC8;
  background: transparent;
}
.bar-chart .bar_wrap.gray {
  background: #CFCFCF;
}
.bar-chart .bar02 .little span {
  color: #AE7CC8;
  text-indent: 5em;
}
.bar-chart .high span {
  background-color: #FC3D43;
}
.bar-chart .close_graph .high span {
  border-radius: 4px;
}
.bar-chart .high_graph .bar_wrap span {
  border-radius: 4px;
  text-align: center;
}
.bar-chart .caution {
  margin-bottom: 6px;
  line-height: 1.3;
}
.graph .bar-chart dd .small_text {
  color: #FC3D43;
  text-align: left;
  padding-bottom: 1px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0;
}
.graph dd .small_text a {
  text-decoration: underline;
  margin-left: 6px;
}
.graph #consumption_next {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.graph .small_text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}
.date_area .small_text {
  margin-top: 0;
  font-weight: 500;
}
.close_graph {
  position: relative;
}
.close_graph::after {
  content: "申請受付は終了しました";
  position: absolute;
  color: #fff;
  background: #292929;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 1.4rem;
}
.close_graph .bar_icon {
  opacity: .4;
}
.close_graph .bar_wrap {
  opacity: .4;
}
.comingsoon {
  position: relative;
}
.comingsoon::after {
  content: "申請受付開始以降に公開します";
  position: absolute;
  color: #fff;
  background: #292929;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 1.4rem;
}
.comingsoon .bar_wrap {
  opacity: .4;
}
.graph .bold_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .graph .graph_wrapper {
    margin: 20px auto;
    padding: 0 14px;
  }
  .graph .date_wrapper {
    font-size: 1.3rem;
  }
  .graph .date_wrapper .ttl_text {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .graph .graph_textarea .date_text {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
  }
  .graph .date_area {
    flex-direction: column;
    gap: 7px;
  }
  .graph .date_wrapper div {
    font-size: 1.2rem;
    width: 110px;
    padding: 2px 0;
    text-align: center;
  }
  .graph #consumption_next {
    font-size: 1.4rem;
  }
  .graph .date_wrapper02 {
    font-size: 1.4rem;
  }
  .close_graph::after {
    width: max-content;
    bottom: 1px;
    font-size: 1.1rem;
  }
  .close_graph.bar01::after,
  .close_graph.bar02::after {
    bottom: 5px;
  }
  .bar-chart .c_list {
    font-size: 1.2rem;
  }
  .bar-chart .c_list li {
    padding-left: 0.7em;
  }
  .bar-chart .c_list li::before {
    font-size: 1.3rem;
    top: 0.1em;
  }
  .bar-chart .c_list .bold {
    font-size: 1.5rem;
  }
  .bar-chart .c_list .blue {
    font-size: 1.5rem;
  }
  .bar-chart .c_list .purple {
    font-size: 1.5rem;
  }
  .comingsoon::after {
    font-size: 1rem;
    padding: 0 10px;
    width: 80%;
    text-align: center;
    bottom: 2px;
  }
  .graph .bold_text {
    font-size: 1.4rem;
  }
}

/* faq */
main .c_btn2 {
  font-size: 2rem;
  font-weight: 600;
  max-width: 294px;
  margin: 0 auto;
}
main .c_btn2 a {
  color: #3441CF;
  background: #fff;
  display: block;
  padding: 7px 10px;
  text-align: center;
  position: relative;
  border: 2px solid #3441CF;
  transition: transform 0.2s ease;
  border-radius: 4px;
}
main .c_btn2 a::after {
  content: "";
  border-top: solid 2px #3441CF;
  border-right: solid 2px #3441CF;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  opacity: .7;
}
main .c_btn2 a:hover {
  opacity: .7;
  transform: scale(1.05);
}
.faq .c_btn2 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .c_btn2 {
    font-size: 1.6rem;
    width: 80%;
    margin-top: 6px;
  }
  main .c_btn2 a {
    padding: 5px 0;
  }
  main .c_btn2 a::after {
    content: none;
  }
}

/* inquiry */
main .inquiry .text_area {
  text-align: center;
  background: #EDF7FF;
  padding: 40px 10px;
  border-radius: 4px;
}
main .inquiry .inquiry_ttl {
  font-size: 2rem;
}
main .inquiry .number {
  display: flex;
  justify-content: center;
  font-size: 5.8rem;
  align-items: baseline;
  letter-spacing: 0.02em;
  gap: 13px;
  line-height: 0;
  margin: 20px auto 10px;
}
main .inquiry .number img {
  width: 41px;
}
main .inquiry .time {
  font-size: 1.4rem;
  line-height: 1.6;
}
main .inquiry .time .time_text {
  font-size: 1.2rem;
}
main .inquiry .time span {
  font-size: 1.8rem;
}
main .inquiry .time a {
  text-decoration: underline;
}
main .inquiry .underline {
  width: 50px;
  height: 5px;
  background: #C3D7FF;
  border-radius: 10px;
  margin: 15px auto;
}
main .inquiry .number p a {
  pointer-events: none;
}
.inquiry .red {
  color: #da2138;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  font-size: 1.6rem;
}
.inquiry .red .icon img {
  width: 21px;
  display: block;
}
.inquiry .link {
  margin-top: 10px;
}
.inquiry .link li {
  position: relative;
  font-size: 1.3rem;
  padding-right: 14px;
  border-bottom: 1px solid #0076D6;
  cursor: pointer;
  display: inline-block;
  color: #0076D6;
  line-height: 1.2;
}
.inquiry .link li::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 7px;
  border: #0076D6 solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translateY(-65%);
  opacity: .7;
}
.inquiry .link li a:hover {
  opacity: .7;
}
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  main .inquiry .text_area {
    padding: 30px 14px;
    margin: 0 auto;
  }
  main .inquiry .inquiry_ttl {
    font-size: 1.4rem;
  }
  main .inquiry .underline {
    margin: 10px auto;
  }
  .inquiry .red {
    gap: 5px;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .inquiry .red .icon img {
    width: 21px;
    display: block;
  }
  main .inquiry .ttl {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  main .inquiry .number {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 14px auto 10px;
  }
  main .inquiry .number img {
    width: 19px;
  }
  main .inquiry .time .time_text {
    margin-bottom: 13px;
  }
  main .inquiry .time span {
    font-size: 1.4rem;
  }
  main .inquiry .annotation-text {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
  .inquiry .link {
    margin-top: 6px;
  }
  .inquiry .link li {
    font-size: 1.2rem;
  }
}

/* footer */
footer {
  background: linear-gradient(270deg, #4F38E2 0%, #0062D1 100%);
  color: #fff;
  padding: 30px 20px;
  margin-top: 120px;
}
footer .wrapper {
  max-width: 950px;
}
footer .footer_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_text .logo img {
  width: 180px;
}
footer .footer_text_area {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 71.4%;
}
footer .lead_text {
  border-bottom: 1px solid #EDF7FF;
  padding-bottom: 5px;
}
footer .link {
  display: flex;
  padding-top: 5px;
}
footer .link li {
  position: relative;
  font-size: 1.3rem;
  padding-right: 14px;
  margin-right: 20px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
footer .link li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 7px;
  border: #FFFFFFB2 solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translateY(-65%);
  opacity: .7;
}
footer .link li a {
  transition: .2s;
}
footer .link li a:hover {
  opacity: .7;
}
.copyright {
  font-size: 1rem;
  background: #302846;
  text-align: center;
  color: #fff;
  padding: 8px;
}


#pagetop {
  cursor: pointer;
  width: 40px;
}

#pagetop a {
  transition: .2s;
}

#pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#pagetop.spOnly {
  display: none;
}

main .business_list .period dd.gray {
  color: #B2B2B2;
}

main .business_list .period dt.gray {
  background: #B2B2B2;
  color: #fff;
}

.close_text p {
  color: #243234;
  font-weight: 500 !important;
}

main .pdf_area.close_text .triangle {
  border-color: transparent transparent transparent #243234;
}

.list_box .high_text {
  color: #C95743;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 8px;
}

.inquiry_proceed .underline {
  text-decoration: underline;
  text-decoration-color: #FFEF96;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  text-decoration-skip-ink: none;
  background: none;
}
.news_box .underline {
  text-decoration: underline;
  text-decoration-color: #FFEF96;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  text-decoration-skip-ink: none;
  background: none;
}

main .period .red_bg {
  background: #FC3D43 !important;
  color: #fff !important;
}

main .period .red {
  color: #FC3D43 !important;
}

main .extension_text {
  font-size: 1.2rem;
  color: #FC3D43;
  border: 2px solid #FC3D43;
  position: relative;
  max-width: 120px;
  text-align: center;
  margin-top: 10px;
}

main .extension_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #FC3D43 transparent transparent;
  translate: -50% 100%;
}

main .extension_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.pdf_btn_list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 16px;
}

.btn_pdf a {
  border: solid 1px #0AA7E5;
  border-radius: 99px;
  padding: 10px 23px;
  color: #0AA7E5;
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}

.btn_pdf a:hover {
  transform: scale(1.05);
}

.btn_pdf a .tag {
  background: #0AA7E5;
  border-radius: 99px;
  color: #fff;
  font-size: .8em;
  display: inline-block;
  padding: 3px 12px;
  border: none;
}

.btn_pdf a img {
  width: 22px;
}

.btn_pdf.pdf02 a {
  border-color: #AE7CC8;
  color: #AE7CC8;
}

.btn_pdf.pdf02 a .tag {
  background: #AE7CC8;
}

@media screen and (max-width: 768px) {
  main .summary .text_box {
    margin-top: 14px;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  main .business_list .list_contents {
    margin-top: 20px;
  }
  main .business_list h3 {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
  main .business_list .list_box:first-of-type {
    margin-top: 14px;
  }
  main .business_list .list_box {
    padding: 16px 10px 16px;
    margin: 10px auto 0;
  }
  main .business_list .list_wrapper {
    width: 100%;
  }
  main .list_flex {
    gap: 6px;
    align-items: flex-start;
  }
  main .list_icon {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  main .list_icon img {
    width: 90px;
  }
  main h4 {
    font-size: 1.4rem;
    margin: 6px auto 2px;
  }
  main .business_list .flex_text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  main .business_list .flex_text .small_text {
    font-size: 1rem;
  }
  main .business_list .flex_text .list_heading {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }
  main .business_list dl .dt_ttl {
    font-size: 1.8rem;
    padding: 0 20px 0 15px;
    border-top-right-radius: 10px
  }
  main .business_list .period {
    flex-direction: column;
    font-size: 1.2rem;
    gap: 0;
    align-items: baseline;
  }
  main .business_list .period dt {
    height: 20px;
  }
  main .business_list .l_border {
    padding-left: 10px;
  }
  .graph .date_wrapper02 p {
    margin: 0 auto;
  }
  main .banner {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 92%;
  }
  main .tips {
    font-size: 1.2rem;
    padding: 8px 10px;
    gap: 3px;
    align-items: flex-start;
    line-height: 1.5;
  }
  main .tips .icon {
    width: 18px;
  }
  main .business_list .sub_ttl {
    flex-direction: column;
    gap: 0;
    font-size: 1.5rem;
  }
  main .business_list .sub_ttl div {
    font-size: 1.2rem;
    padding: 0 20px;
  }
  main .business_list {
    margin: 50px 10px 0;
    padding: 40px 0;
    border-radius: 10px;
  }
  main .c02 {
    margin-top: 40px;
  }
  main .pdf_area {
    display: block;
  }
  main .pdf_area p {
    margin-top: 0 !important;
  }
  main .pdf_area .triangle {
    display: none;
  }
  main .pdf_area .dl_btn {
    margin-left: 0;
    margin-top: 10px;
  }
  main .business_list .c_btn a {
    font-size: 1.2rem;
    padding: 4px 0;
  }
  main .business_list .c_btn a::after {
    width: 8px;
    height: 8px;
  }
  main .list_box .btn_area {
    flex-direction: column;
    gap: 0;
  }
  main .list_box .btn_area .c_btn {
    width: 100%;
  }
  main .list_box .btn_area .c_btn a {
    height: auto;
  }
  main .list_box .btn_area .c_btn.white_bg a {
    font-size: 1.2rem;
  }
  main .faq .underline {
    margin-bottom: 16px;
  }
  .bar-chart>div {
    align-items: center;
  }
  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 10;
    width: 53px;
    box-shadow: 0 0 10px 2px rgba(7, 52, 60, 0.1);
    border-radius: 10px;
  }
  #pagetop:hover {
    opacity: 1;
  }
  footer {
    padding: 24px 0 12px;
    margin-top: 30px;
  }
  footer .wrapper {
    width: 90%;
  }
  footer .footer_text {
    display: block;
    text-align: center;
  }
  footer .footer_text .logo img {
    width: 107px;
  }
  footer .footer_text_area {
    font-size: 1.3rem;
    width: 100%;
    margin: 20px auto 0;
  }
  footer .lead_text {
    border-bottom: 1px solid #9AC2A5;
    padding-bottom: 8px;
  }
  footer .link {
    justify-content: center;
  }
  footer .link li {
    margin-right: 0;
    border-bottom: none;
  }
  footer .link li a {
    border-bottom: 1px solid #fff;
  }
  .copyright {
    padding: 4px;
    font-size: 1.2rem;
  }
  .bar-chart .little01 span {
    text-indent: 4em;
  }
  main .extension_text {
    font-size: 1.2rem;
    max-width: 120px;
    padding: 1px;
  }
}
@media screen and (max-width: 540px) {

  .graph_area {
    margin-top: 10px;
  }
  .bar-chart>div {
    margin-bottom: 30px;
  }
  .bar_icon {
    margin-right: 10px;
    margin-top: 0;
    width: 16vw;
  }
  .bar-chart dd p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 2px;
  }
  .bar-chart .bar_wrap {
    height: 20px;
    position: relative;
  }
  .bar-chart .bar_wrap span {
    line-height: 20px;
    font-size: 1.2rem;
    padding-right: 8px;
    position: absolute;
  }
  .bar-chart .zero span {
    margin-left: 10px;
  }
  .bar-chart .low-percentage .low-01 {
    margin-left: 55px;
  }
  .bar-chart .low-percentage .low-04 {
    margin-left: 15px;
  }
  .graph .data {
    font-size: 1.6rem;
  }
  .graph .small_text {
    font-size: 1.2rem;
    text-align: left;
  }
}


.graph .comingsoon .graph_textarea {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
}

.c_btn.close {
  background: none;
}

.c_btn.close a {
  background: #fff;
  border: 2px solid #717171;
  color: #717171;
  pointer-events: none;
  font-weight: 500;
}

.c_btn.close a::after {
  content: none;
}

/*site*/
.site_content {
  padding: 60px 20px 0;
}

.site_wrapper {
  max-width: 800px;
  margin: 30px auto 0;
  text-align: center;
}

.site_wrapper p {
  display: inline-block;
  text-align: left;
  margin-bottom: 40px;
}

.site_wrapper ul {
  display: inline-block;
  padding: 20px;
  border-top: 2px solid #0AA7E5;
  margin-top: 12px;
}

.site_wrapper ul li {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .site_content {
    padding: 30px 0 60px;
  }

  .site_wrapper {
    margin: 20px auto 0;
  }

  .site_wrapper p {
    margin-bottom: 30px;
  }

  .site_wrapper ul {
    padding: 12px 10px 0;
  }
}

/* 1_2 btn_area */
main .inquiry_proceed .lightblue_box {
  border: 2px solid #4FABBB;
  border-radius: 10px;
  padding: 16px 20px;
  background: #F1FDFF;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  font-size: 1.4rem;
}

main .inquiry_proceed .box02 {
  border: 2px solid #AD88C0;
  background: #F1EDF6;
  font-size: 1.6rem;
  padding: 0 20px;
}

main .inquiry_proceed .lightblue_box .img_area {
  max-width: 177px;
}

main .inquiry_proceed .box02 .img_area {
  max-width: 183px;
  margin-bottom: -26px;
}

main .inquiry_proceed .lightblue_box .text_area {
  width: 64%;
}

main .inquiry_proceed .box02 .text_area {
  padding: 23px 0;
}

main .inquiry_proceed .blue {
  font-weight: bold;
  color: #4FABBB;
  font-size: 2.8rem;
}

main .inquiry_proceed .purple {
  font-weight: bold;
  font-size: 2.8rem;
}

main .inquiry_proceed .lightblue_box .small_text {
  font-size: 1.4rem;
}

main .inquiry_proceed .lightblue_box .btn_area {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

main .inquiry_proceed .lightblue_box .btn_area.b_center {
  justify-content: center;
}

main .inquiry_proceed .lightblue_box .btn_area .c_btn {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
}

main .inquiry_proceed .lightblue_box .btn_area .c_btn.white_bg a {
  background: #fff;
  color: #FF9500;
  border: 2px solid #FF9500;
  transition: transform 0.3s ease;
  font-weight: 500;
}

main .inquiry_proceed .lightblue_box .btn_area .c_btn.white_bg a::after {
  border-top: solid 2px #FF9500;
  border-right: solid 2px #FF9500;
}

main .inquiry_proceed .lightblue_box .btn_area .c_btn.white_bg a:hover {
  background: #FF9500;
  color: #fff;
  transform: scale(1.05);
}

main .inquiry_proceed .lightblue_box .btn_area .c_btn.white_bg a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
main .bold {
  font-weight: bold;
}

main .lightblue_box .blue_btn a {
  background: #fff;
  border: 2px solid #4FABBB;
  color: #4FABBB;
}

main .lightblue_box .blue_btn a::after {
  border-top: solid 2px #4FABBB;
  border-right: solid 2px #4FABBB;
}

main .lightblue_box .blue_btn a:hover {
  background: #4FABBB;
  color: #fff;
}

main .lightblue_box .blue_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

main .lightblue_box .purple_btn a {
  background: #fff;
  border: 2px solid #AD88C0;
  color: #AD88C0;
}

main .lightblue_box .purple_btn a::after {
  border-top: solid 2px #AD88C0;
  border-right: solid 2px #AD88C0;
}

main .lightblue_box .purple_btn a:hover {
  background: #AD88C0;
  color: #fff;
}

main .lightblue_box .purple_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

main .lightblue_box .underline {
  text-decoration: underline;
  text-decoration-color: #A5DBE4;
  text-decoration-thickness: 6px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  background: transparent;
}

main .box02 .underline02 {
  text-decoration: underline;
  text-decoration-color: #FFEF96;
  text-decoration-thickness: 14px;
  text-underline-offset: -7px;
  text-decoration-skip-ink: none;
  background: transparent;
}

main .box02 .flex_text {
  display: flex;
  align-items: center;
  gap: 4px;
}

main .box02 .flex_text p {
  font-size: 2rem;
  font-weight: bold;
}

main .box02 .flex_text .circle_number {
  width: 26px;
  height: 26px;
  background: #AD88C0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
}

main .inquiry_proceed .box02 .text_area {
  width: 86%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .inquiry_proceed .lightblue_box {
    padding: 24px 10px;
    flex-direction: column;
    align-items: baseline;
  }
  main .inquiry_proceed .lightblue_box .text_area {
    width: 100%;
  }
  main .inquiry_proceed .blue {
    font-size: 1.8rem;
  }
  main .inquiry_proceed .purple {
    font-size: 1.8rem;
  }
  main .inquiry_proceed .lightblue_box .img_area {
    max-width: 184px;
    margin: 7px auto 0;
  }
  main .inquiry_proceed .lightblue_box .blue+p {
    text-align: left;
  }
  main .inquiry_proceed .lightblue_box .btn_area {
    margin-top: 10px;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
  main .inquiry_proceed .lightblue_box .btn_area .c_btn {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  main .inquiry_proceed .lightblue_box .small_text {
    font-size: 1.3rem;
  }
  main .inquiry_proceed .box02 .text_area {
    padding: 0 10px;
  }
  main .box02 .flex_text p {
    font-size: 1.8rem;
  }
  main .box02 .flex_text .circle_number {
    width: 23px;
    height: 23px;
    font-size: 1.6rem;
  }
  main .inquiry_proceed .box02 {
    font-size: 1.2rem;
  }
  main .inquiry_proceed .box02 .img_area {
    max-width: 219px;
  }
  main .business_list.c02 .inquiry_proceed {
    margin: 20px auto 0;
    width: 100%;
  }
  .graph .bar-chart dd .small_text {
    font-size: 1.1rem;
  }
  .list_box .high_text {
    font-size: 1.1rem;
    margin-top: 6px;
  }
  .bar-chart .high_graph .bar_wrap span {
    font-size: 1rem;
  }
}

.info_banner {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #F8F4FE;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 50px auto 0;
  position: relative;
  height: 192px;
}

.banner_illustration {
  flex-shrink: 0;
  width: 43%;
  position: absolute;
  left: -24px;
  max-width: 253px;
}

.banner_content {
  flex-grow: 1;
  margin-left: 200px;
  text-align: center;
}

.banner_content .attention_text {
  background: #AE7CC8;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 18px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.banner_content .attention_text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #AE7CC8 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.banner_content .ttl_text {
  color: #454546;
  font-size: 26px;
  font-weight: 600;
}

.button_group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

.button_group a {
  padding: 2px 0;
  border-radius: 20px;
  text-decoration: none;
  background: #FF8000;
  font-size: 17px;
  font-weight: 500;
  width: 170px;
  color: #fff;
  position: relative;
  transition: transform 0.2s ease;
}

.button_group .btn-pdf::after {
  content: '';
  background: url(../img/icon12.png) no-repeat 0 0 / 12px auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 6px;
}

.button_group .btn-doc::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  transform: rotate(45deg);
  top: 39%;
  right: 20px;
}

.button_group a:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .info_banner {
    display: block;
    width: 90%;
    padding: 14px 10px;
    height: auto;
    margin: 0 auto;
  }

  .banner_content {
    margin-left: 0;
  }

  .button_group a {
    font-size: 14px;
  }

  .banner_illustration {
    display: none;
  }

  .banner_content .ttl_text {
    font-size: 16px;
  }
}

.scan_kentou {
  border-top: 3px dashed #AE7CC8;
  margin-top: 60px;
  padding-top: 30px;
}

.scan_kentou a {
  max-width: 602px;
  margin: 0 auto;
  display: block;
  transition: transform 0.2s ease;
}

.scan_kentou a:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .scan_kentou {
    border-top: 2px dashed #AE7CC8;
    margin-top: 20px;
    padding-top: 20px;
  }

  .pdf_btn_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

/* movie */
.movie_area {
  margin-top: 15px;
}
.movie_area p {
  font-size: 1.6rem;
}
.movie_area p span {
  color: #0AA7E5;
}
.movie_area .movie_wrapper {
  margin-top: 10px;
  max-width: 500px;
  width: 100%;
}
.movie_wrapper iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto;
}
@media screen and (max-width: 768px) {
  .movie_area p {
    font-size: 1.2rem;
  }
}

/* step */
.step_banner {
  padding: 50px 20px 0;
}
.step_banner .wrapper {
  max-width: 850px;
}
.step_banner .lightblue_box {
  border: 2px solid #069DE1;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  background: #fff;
}
.step_banner .lightblue_box .tip {
  position: absolute;
  left: -13px;
  top: -11px;
  width: 135px;
}
.step_banner .box_wrapper {
  border: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}
.step_banner .blue_head p {
  font-size: 1.3rem;
  background: #4FABBB1A;
  border: 1px solid #069DE1;
  color: #069DE1;
  border-radius: 4px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
}
.step_banner .ttl_text {
  font-size: 3.2rem;
  font-weight: 900;
  color: #069DE1;
  line-height: 1;
}
.step_banner .ttl_text .emphasis {
  font-size: 4rem;
  text-decoration: underline;
  text-decoration-color: #FEE7A6;
  text-decoration-thickness: 25px;
  text-underline-offset: -18px;
  text-decoration-skip-ink: none;
}
.step_banner .ttl_text .emphasis span {
  font-size: 6.4rem;
}
.step_banner .list_box {
  margin: 30px auto 20px;
  counter-reset: number;
}
.step_banner .list_box li {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.step_banner .list_box li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #069DE1;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step_banner a {
  color: #069DE1;
  text-decoration: underline;
  transition: .2s;
}
.step_banner a:hover {
  opacity: .7;
}
.step_banner .merit_box {
  max-width: 500px;
}
.step_banner .merit_box .merit_ttl {
  display: flex;
  align-items: center;
  width: 100%;
}
.step_banner .merit_box p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #069DE1;
  border: 2px solid #069DE1;
  border-radius: 50px;
  padding: 0 10px;
}
.step_banner .merit_box .merit_ttl span {
  flex: 1;
  height: 2px;
  background-color: #069DE1;
}
.step_banner .merit_list li {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.step_banner .merit_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/check.png) no-repeat center / contain;
}
.step_banner .merit_list .small_text {
  font-size: 1.6rem;
}
.step_banner .merit_list .lightblue {
  color: #069DE1;
}
.step_banner .text_area {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.step_banner .text_area .red {
  font-size: 2rem;
  font-weight: bold;
  color: #FC3D43;
}
.step_banner .text_area .red span {
  text-decoration: underline;
  text-decoration-color: #FEE7A6;
  text-decoration-thickness: 13px;
  text-underline-offset: -5px;
  text-decoration-skip-ink: none;
}
.step_banner .btn_area {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
.step_banner .btn_area a {
  text-decoration: none;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.step_banner .btn_area .c_btn {
  margin: 0;
}
.step_banner .btn_area .first {
  margin: 0;
}
.step_banner .btn_area .first a {
  min-width: 280px;
}
.step_banner .btn_area .first a::before {
  margin-top: 4px;
}
.step_banner .icon {
  position: absolute;
  right: 40px;
  bottom: 260px;
  width: 12.4vw;
  max-width: 162px;
}
@media screen and (max-width: 768px) {
  .step_banner {
    padding: 0px 0px 30px;
  }
  .step_banner .lightblue_box .tip {
    left: -8px;
    top: -7px;
    width: 80px;
  }
  .step_banner .lightblue_box {
    padding: 30px 10px;
  }
  .step_banner .blue_head {
    text-align: center;
    margin: 0 auto;
  }
  .step_banner .blue_head p {
    font-size: 1.2rem;
    padding: 0 10px;
    text-align: center;
  }
  .step_banner .ttl_text {
    font-size: 1.6rem;
    text-align: center;
  }
  .step_banner .ttl_text .emphasis {
    font-size: 2rem;
    text-decoration-thickness: 15px;
    text-underline-offset: -10px;
  }
  .step_banner .ttl_text .emphasis span {
    font-size: 3.4rem;
  }
  .step_banner .list_box {
    margin: 20px auto 20px;
  }
  .step_banner .list_box li {
    font-size: 1.4rem;
    padding-left: 25px;
  }
  .step_banner .list_box li:before {
    font-size: 1.2rem;
    width: 18px;
    height: 18px;
    line-height: 16px;
  }
  .step_banner .merit_box p {
    font-size: 1.2rem;
  }
  .step_banner .merit_list li {
    font-size: 1.4rem;
    padding-left: 23px;
  }
  .step_banner .merit_list li::before {
    width: 18px;
    height: 18px;
    top: 7px;
    transform: none;
  }
  .step_banner .text_area {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .step_banner .text_area .red {
    font-size: 1.6rem;
  }
  .step_banner .text_area .red span {
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
  }
  .step_banner .btn_area {
    flex-direction: column;
    gap: 14px;
  }
  .step_banner .btn_area .first {
    margin: 0 auto;
  }
  .step_banner .btn_area a {
    height: 40px;
    min-width: 100%;
  }
  .step_banner .btn_area .first a {
    min-width: 100%;
  }
}

/* flowstep */
.flow-steps .step>a {
  border: 2px solid #CCDEE2;
  border-radius: 6px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scan .flow-steps .step>a {
  border: 2px solid #F1EDF6;
}
.flow-steps h3 {
  margin: 0 auto 0;
  color: #5E5E5E;
}
.flow-steps .step_main h3 {
  color: #292929;
}
.flow-steps .step_main a {
  border: 2px solid #0AA7E5;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.scan .flow-steps .step_main a {
  border: 2px solid #AE7CC8;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.flow-steps .step_main .step_number {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 62px;
}
.flow-steps .step .step_wrapper::after {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .flow-steps .step-num {
    background: #0AA7E5;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    display: inline-block;
    padding: 1px 16px 2px;
    border-radius: 5px;
  }
  .flow-steps h3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .flow-steps .step .step_wrapper {
    flex-direction: initial;
  }
  .flow-steps .step .step_wrapper::after {
    margin-top: 2px;
    margin-left: 0;
  }
  .scan .flow-steps .step-num {
    background: #AE7CC8;
    color: #fff;
  }
}

.important {
  color: #da2138;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 0;
}
.important ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 10px;
  background: #f7d9de;
  padding: 4px 14px;
  text-align: left;
  justify-content: center;
}
.important ul li:first-child {
  margin-top: 0;
}
.important .icon {
  width: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .important {
    margin: 0px auto 20px;
  }
  .important ul li {
    gap: 6px;
    align-items: flex-start;
    margin-top: 10px;
  }
  .important .icon {
    width: 17px;
    margin-top: 2px;
  }
}

/* banner_area */
.banner_area {
  max-width: 726px;
  margin: 0 auto;
}
.banner_area a {
  transition: 0.2s;
}
.banner_area a:hover {
  opacity: .7;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .banner_area {
    width: 90%;
  }
}