@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.8;
  color: #292929;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 93.52px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

a {
  cursor: pointer;
}

header {
  padding: 18px 20px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 93.52px;
  background: #fff;
  z-index: 999;
}

header .header_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header div nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header div h1 {
  width: 128px;
  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: 500;
  color: #0AA7E5;
  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: 170px;
  border: 2px solid #0AA7E5;
  border-radius: 50px;
  padding: 7px 0;
  display: block;
  transition: transform 0.2s ease;
}

header div .menu>li>a:hover {
  background: #0AA7E5;
  color: #fff;
  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 .inquiry a::before {
  content: '';
  background: url(../img/icon01.png) no-repeat 0 0 / 13px auto;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

header div .menu .inquiry a:hover:before {
  background: url(../img/icon02.png) no-repeat 0 0 / 13px auto;
  width: 13px;
  height: 13px;
}

header div .menu .orange_bg a {
  background: #FF8000;
  color: #fff;
  border: 2px solid #FF8000;
}

header div .menu .signup a::before {
  content: '';
  background: url(../img/icon05.png) no-repeat 0 0 / 17px auto;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

header div .menu .login a::before {
  content: '';
  background: url(../img/icon07_pc.png) no-repeat 0 0 / 16px auto;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

header div .menu .orange_bg a:hover {
  background: #fff;
  color: #FF8000;
}

header div .menu .signup a:hover:before {
  background: url(../img/icon06.png) no-repeat 0 0 / 17px auto;
}

header div .menu .login a:hover:before {
  background: url(../img/icon07_sp.png) no-repeat 0 0 / 16px auto;
}

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


.breadcrumb {
  background: #fff;
  padding: 0 20px;
}

.breadcrumb ol {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.breadcrumb ol li {
  font-size: 1.4rem;
  position: relative;
  padding-right: 30px;
  color: #000;
}

.breadcrumb ol li a {
  color: #0AA7E5;
}

.breadcrumb ol li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 53%;
  right: 14px;
  border: #CAD1D3 solid;
  border-width: 1.2px 1.2px 0 0;
  transform: rotate(45deg) translateY(-65%);
}

main {
  flex: 1;
}

.kv {
  background: linear-gradient(90deg, #029BE1, #4FE3AD);
}

.kv_wrapper {
  max-width: 1200px;
  height: 446px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kv_text {
  max-width: 507px;
  text-align: center;
  z-index: 2;
}

.kv_img {
  position: relative;
}

.kv_img_inner {
  position: absolute;
  top: -257px;
  right: -70px;
  max-width: 685px;
  width: 50vw;
  z-index: 1;
}

main .kv .cta {
  background: #fff;
  color: #13AEDF;
  border-radius: 50px;
  max-width: 243px;
  display: block;
  margin: 24px auto 0;
  padding: 5px 10px;
  position: relative;
  font-weight: 500;
  box-shadow: 0 2px 6px 0 #0092CC;
  transition: transform 0.2s ease;
}

main .kv .cta::after {
  content: "";
  border-top: solid 2px #13AEDF;
  border-right: solid 2px #13AEDF;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
}

main .kv .cta:hover {
  transform: scale(1.05);
}

main .bg_icon {
  position: relative;
}

main .bg_icon img {
  position: absolute;
  max-width: 276px;
  bottom: -400px;
  left: 0;
  z-index: -1;
}

main .bg_icon02 {
  position: relative;
}

main .bg_icon02 img {
  position: absolute;
  max-width: 291px;
  bottom: -250px;
  right: 0;
  z-index: -1;
}

main .bg_icon03 {
  position: relative;
}

main .bg_icon03 img {
  position: absolute;
  max-width: 414px;
  bottom: -250px;
  left: 0;
  z-index: -1;
}

main .bg_icon04 {
  position: relative;
}

main .bg_icon04 img {
  position: absolute;
  max-width: 314px;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

main .banner {
  padding: 30px 20px 0px;
}

main .banner div {
  max-width: 620px;
  margin: 0 auto;
}

main .banner a img {
  transition: transform 0.2s ease;
}

main .banner a:hover img {
  transform: scale(1.05);
}


main .inquiry_proceed {
  margin: 30px auto 0;
  max-width: 950px;
  padding: 0 20px;
}

main .inquiry_proceed .orange_box {
  border: 2px solid #FDD3B9;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
}

main .inquiry_proceed .orange {
  font-weight: bold;
  color: #F38354;
  font-size: 1.9rem;
}

main .inquiry_proceed .red_box {
  border: 2px solid #FFC9CA;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background: #fff;
}

main .inquiry_proceed .red {
  font-weight: bold;
  color: #FC3D43;
  font-size: 1.8rem;
}

main .inquiry_proceed .inquiry_btn {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FC3D43;
  position: relative;
  border: 2px solid #FC3D43;
  border-radius: 50px;
  padding: 7px 0;
  display: block;
  width: 170px;
  margin: 10px auto 0;
  transition: transform 0.2s ease;
}

main .inquiry_proceed .inquiry_btn::before {
  content: "";
  background: url(../img/icon08.png)no-repeat 0 0 / 16px auto;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

main .inquiry_btn:hover {
  background: #FC3D43;
  color: #fff;
  transform: scale(1.05);
}

main .inquiry_btn:hover::before {
  background: url(../img/icon02.png) no-repeat 0 0 / 16px auto;
  width: 16px;
  height: 18px;
}

main .inquiry_proceed .scan_box {
  padding: 20px;
  border: 2px solid #AE7CC8;
  position: relative;
  border-radius: 6px;
  background: #F9F3FF;
  text-align: center;
}

main .inquiry_proceed .scan_box img {
  position: absolute;
  width: 88px;
  top: -2px;
  left: -2px;
}

main .inquiry_proceed .scan_box::after {
  content: "";
  position: absolute;
  max-width: 126px;
  width: 20%;
  height: auto;
  background: url(../img/scan_icon.png);
  background-repeat: no-repeat;
  right: 3em;
  top: 5px;
  bottom: 0;
  background-size: contain;
}

main .inquiry_proceed .scan_box p {
  color: #9F5CC2;
  font-size: 1.8rem;
  font-weight: bold;
}

main .inquiry_proceed .scan_box .line-text {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #FFEF96;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  font-size: 1.6rem;
  font-weight: 500;
}

main .inquiry_proceed .scan_box .line-text span {
  font-weight: 900;
}


main section {
  padding: 110px 20px 0;

}

.wrapper {
  max-width: 950px;
  margin: 0 auto;
}

.blue_bg {
  background: #E3F7FF;
}

main h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

main h2+p {
  text-align: center;
  font-size: 1.3rem;
}

.underline {
  width: 76px;
  height: 6px;
  background: #0AA7E5;
  margin: 15px auto 0;
  border-radius: 3px;
}

.lightblue {
  color: #0AA7E5;
}

.purple {
  color: #AE7CC8;
}

.orange {
  color: #EB692D;
}

main .news {
  padding-top: 60px;
}

main .news .annotation {
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

main .news .annotation li a {
  text-decoration: underline;
  transition: .2s;
}

main .news .annotation li a:hover {
  opacity: .7;
}

main .news .annotation li {
  background: #FFF5ED;
  border: 2px solid #ff800082;
  padding: 10px 14px;
  border-radius: 6px;
  display: flex;
  font-weight: 500;
  gap: 10px;
  align-items: flex-start;
}

main .news .annotation li .a_title {
  font-size: 1.2rem;
  color: #fff;
  background: #FF8000;
  border-radius: 4px;
  margin-top: 4px;
  padding: 0 10px 1px;
}

main .news .annotation li .orange {
  font-size: 1.3rem;
  margin-top: 3px;
  font-weight: normal;
}

main .news .annotation_text {
  max-width: 704px;
}

main .news .news_box {
  background: #fff;
  border-radius: 6px;
  margin-top: 34px;
  line-height: 1.6;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

main .news dl {
  margin: 0 auto;
  color: #3B4043;
  scrollbar-color: #0AA7E5 #F8F8F8;
  scrollbar-width: auto;
  padding-left: 20px;
}

main .news .scroll {
  overflow-y: scroll;
  height: 310px;
}

main .news dl::-webkit-scrollbar-track {
  background: #F8F8F8;
  border-radius: 3px;
}

main .news dl::-webkit-scrollbar-thumb {
  background: #0AA7E5;
  border-radius: 3px;
}

main .news .news_box div {
  display: flex;
  max-width: 913px;
  width: 100%;
}

main .news .news_box a {
  text-decoration: underline;
  color: #0AA7E5;
  font-weight: 500;
  transition: .2s;
}

main .news .news_box a:hover {
  opacity: .7;
}

main .news dl dt {
  padding: 10px 14px 10px 0;
  width: 116px;
  font-size: 1.3rem;
  font-weight: bold;
}

main .news dl dd {
  padding: 10px 0 10px 17px;
  width: 75%;
  font-size: 1.4rem;
  font-weight: 500;
}

main .news .news_box .important {
  border-bottom: 1px dotted #F7B7A9;
  display: block;
}

main .news .label {
  width: 120px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0;
  height: 20px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .news .label01 {
  border: 1px solid #0AA7E5;
  color: #0AA7E5;
}

main .news .label02 {
  border: 1px solid #AE7CC8;
  color: #AE7CC8;
}

main .news .label03 {
  background: #FC3D43;
  color: #fff;
}

main .news .label03::before {
  background: url(../img/label_icon01.png) no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-right: 3px;
}

main .news .label01.pin::before {
  background: url(../img/label_icon02.png) no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-right: 3px;
}

main .news .label02.pin::before {
  background: url(../img/label_icon03.png) no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-right: 3px;
}

main .news .pin_none::before {
  content: none;
}

main .news dl dd a:hover {
  text-decoration: underline;
}

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

.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: 15px;
  align-items: center;
}

.bar-chart dd {
  width: 100%;
}

.bar-chart dd p {
  color: #0AA7E5;
  font-weight: bold;
}

.bar-chart .bar02 dd p {
  color: #AE7CC8;
}

.bar-chart .bar_wrap {
  width: 100%;
  height: 30px;
  background-color: #E3F7FF;
  border-radius: 4px;
}

.bar-chart .bar02 .bar_wrap {
  background-color: #F1EDF6;
}

.bar-chart span {
  display: inline-block;
  padding-right: 15px;
  border-radius: 4px 0 0 4px;
  background-color: #0AA7E5;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  text-align: right;
  white-space: nowrap;
  font-size: 1.6rem;
}

.bar-chart .bar02 span {
  background-color: #AE7CC8;
}

.bar-chart .zero span {
  background: transparent;
  margin-left: 20px;
  color: #0AA7E5;
}

.bar-chart .little01 span {
  text-indent: 8em;
  color: #0AA7E5;
}

.bar-chart .little02 span {
  color: #0AA7E5;
  text-indent: 6.4em;
}

.bar-chart .bar02 .zero span {
  color: #AE7CC8;
}

.bar-chart .bar02 .little span {
  color: #AE7CC8;
  text-indent: 2em;
}

.bar-chart .little04 span {
  text-indent: 6.6em;
  color: #0AA7E5;
}

.bar-chart .little05 span {
  text-indent: 8em;
  color: #0AA7E5;
}

.bar-chart .high span {
  background-color: #C95743;
}

.bar-chart .caution {
  margin-bottom: 6px;
  line-height: 1.3;
}

.graph .bar-chart dd .small_text {
  color: #C95743;
  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 .graph_textarea {
  background: #F8F8F8;
  border-radius: 20px;
  padding: 20px 10px;
  margin-top: 20px;
}

.graph .date_area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 4px;
}

.graph .date_wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.graph .date_wrapper02 {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 1.6rem;
}

.graph .date_wrapper div {
  background: #0AA7E5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 30px;
  padding: 0 20px;
}

.graph .graph_textarea .date_text {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}

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

.close_graph {
  position: relative;
}

.close_graph::after {
  content: "申請受付は終了しました";
  position: absolute;
  color: #fff;
  background: #5c5c5c;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 1.4rem;
}

.close_graph .bar_icon {
  opacity: .4;
}

.close_graph .bar_wrap {
  opacity: .4;
}


main .summary {
  position: relative;
}

main .summary .text_box {
  margin-top: 26px;
  font-size: 1.8rem;
  line-height: 2;
  background: #fff;
}

main .summary .text_box span {
  font-weight: bold;
}

main .business_list {
  background: #E3F7FF;
  padding: 80px 20px;
  max-width: 1200px;
  margin: 110px auto 0;
  border-radius: 30px;
}

main .business_list .sub_ttl {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: #0AA7E5;
  font-size: 1.8rem;
  font-weight: bold;
}

main .business_list .sub_ttl div {
  background: #0AA7E5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 40px;
}

main .business_list .list_contents {
  margin-top: 28px;
}

main .business_list h3 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

main .tips {
  background: #fff;
  border: 2px solid #C95743;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #C95743;
  font-weight: bold;
  padding: 8px 24px;
}

main .tips .icon {
  width: 34px;
}

main .business_list .list_box {
  background: #fff;
  padding: 30px 10px 40px;
  margin: 40px auto;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 6px;
}

main .business_list.c02 .list_box {
  margin: 18px auto;
}

main .business_list .list_box:last-child {
  margin-bottom: 0;
}

main .business_list .list_wrapper {
  width: 92%;
  margin: 0 auto;
}

main .business_list .heading {
  background: #0AA7E5;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 40px;
  padding: 2px 10px;
  display: inline-block;
}

main .list_flex {
  display: flex;
  align-items: center;
}

main .list_icon {
  margin-right: 10px;
}

main .list_icon img {
  width: 170px;
}

main .business_list .flex_text {
  font-size: 2.1rem;
  font-weight: bold;
}

main .business_list .flex_text p {
  line-height: 1.5;
}

main .business_list .flex_text .small_text {
  font-size: 1.6rem;
}

main .business_list .flex_text .list_heading {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #0AA7E5;
  font-size: 1.4rem;
}

main .business_list.c02 .flex_text .list_heading {
  color: #AE7CC8;
}

main h4 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #000000;
}

main .business_list .period {
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
  margin-top: 10px;
  align-items: baseline;
}

main .business_list .period dt {
  background: #0AA7E5;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 120px;
  height: 22px;
  text-align: center;
  border-radius: 4px;
}

main .business_list .period dd {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

main .business_list .period .small_text {
  font-size: 1rem;
}

main .business_list .l_border {
  border-left: 3px solid #0AA7E5;
  padding-left: 20px;
}

main .business_list .l_border.c_02 .period dt {
  background: #fff;
  border: 1px solid #0AA7E5;
  color: #0AA7E5;
}

main .c02 {
  margin-top: 50px;
  background: #F9F4FF;
}

main .c02 .sub_ttl {
  color: #AE7CC8;
}

main .c02 .sub_ttl div {
  background: #AE7CC8;
}

main .c02 .underline {
  background: #AE7CC8;
}

main .c02 .heading {
  background: #AE7CC8;
}

main .c02 dl .dt_ttl {
  background: #AE7CC8;
}

main .c02 dl .ttl_line {
  background: #AE7CC8;
}

main .c02 .period dt {
  background: #AE7CC8;
}

main .c02 .list_box {
  margin-bottom: 0;
}

main .pdf_area {
  display: flex;
  align-items: center;
}

main .pdf_area .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FF8000;
  border-width: 8px 0px 8px 12px;
  ;
  display: inline-block;
  margin-left: 8px;
}

main .pdf_area .dl_btn {
  display: inline-block;
  margin-left: 10px;
}

main .pdf_area .dl_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  box-shadow: 0px 3px 5px 0px rgba(7, 52, 60, 0.1);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 21px;
  border: 2px solid #7abcd4;
  color: #7abcd4;
}

main .pdf_area .dl_btn img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

main .c02 .dl_btn a {
  border: 2px solid #AE7CC8;
  color: #AE7CC8;
}

main .c_btn {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 245px;
  margin-top: 15px;
}

main .c_btn a {
  background: #FF8000;
  color: #fff;
  display: block;
  padding: 6px 10px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  border: 2px solid #FF8000;
  transition: transform 0.2s ease;
}

main .c_btn a::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  opacity: .7;
}

main .c_btn a:hover {
  background: #fff;
  color: #FF8000;
  border: 2px solid #FF8000;
  transform: scale(1.05);
}

main .c_btn a:hover::after {
  border-top: solid 2px #FF8000;
  border-right: solid 2px #FF8000;
}

main .list_box .btn_area {
  display: flex;
  gap: 10px;
}

main .list_box .btn_area .c_btn {
  width: 245px;
}

main .list_box .btn_area .c_btn a {
  height: 45px;
}

main .list_box .btn_area .c_btn.white_bg a {
  color: #FF8000;
  background: #fff;
  font-size: 1.5rem;
}

main .list_box .btn_area .c_btn.white_bg a::after {
  border-top: solid 2px #FF8000;
  border-right: solid 2px #FF8000;
}

main .list_box .btn_area .c_btn.white_bg a:hover {
  background: #FF8000;
  color: #fff;
}

main .list_box .btn_area .c_btn.white_bg a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

main .faq .underline {
  margin-bottom: 35px;
}

main .faq .c_btn {
  margin: 0 auto;
}

main .inquiry .btn_area {
  margin-top: 30px;
  text-align: center;
}

main .inquiry .btn_area p {
  font-size: 1.8rem;
  font-weight: 500;
}

main .inquiry .btn_area .c_btn {
  margin: 20px auto 0;
}

main .inquiry .text_area {
  text-align: center;
  margin-top: 100px;
  background: #E3F7FF;
  padding: 40px 10px;
  border-radius: 20px;
  margin-top: 50px;
}

main .inquiry .ttl {
  font-size: 1.8rem;
}

main .inquiry .number {
  display: flex;
  justify-content: center;
  font-size: 5.8rem;
  align-items: baseline;
  letter-spacing: 0.02em;
  gap: 7px;
  line-height: 0;
  margin: 20px auto 6px;
}

main .inquiry .number img {
  width: 41px;
}

main .inquiry .number p span {
  color: #888888;
}

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 .time .orange {
  font-size: 1.8rem;
  font-weight: bold;
}

main .inquiry .annotation-text {
  margin-top: 15px;
}

main .inquiry .number p a {
  pointer-events: none;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* close */
main .close {
  background: #F9F9F9;
}

main .close .sub_ttl {
  color: #B2B2B2;
}

main .close .sub_ttl div {
  background: #B2B2B2;
}

main .close h2 {
  color: #B2B2B2;
}

main .close .underline {
  background: #B2B2B2;
}

main .close .list_icon img {
  opacity: .2;
}

main .close h4 {
  color: #B2B2B2;
}

main .close .period dt {
  background: #B2B2B2;
}

main .close .period dd {
  color: #B2B2B2;
}


footer {
  background: linear-gradient(90deg, #029BE1, #4FE3AD);
  color: #fff;
  padding: 30px 20px;
  margin-top: 120px;
}

footer .footer_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_text .logo img {
  width: 135px;
}

footer .footer_text_area {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 71.4%;
}

footer .lead_text {
  border-bottom: 1px solid #9AC2A5;
  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: #fff solid;
  border-width: 1.5px 1.5px 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: #244550;
  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;
}

@media screen and (max-width: 1080px) {
  header div .menu>li {
    font-size: 1.3vw;
  }

  header div .menu>li>a {
    width: 15vw;
  }
}


@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    color: #243234;
    padding-top: 60px;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  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;
    font-size: 1.2rem;
    color: #fff;
    background: #fff;
  }

  header div .menu>li>a {
    width: 100%;
    border: none;
    border-radius: 0;
    background: #F2F9E6;
    color: #27733A;
    padding: 8px 0;
  }

  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>.download_anker>a {
    pointer-events: none;
    background: #E3F7FF;
    color: #0AA7E5;
  }

  header div .menu>.c02>a {
    background: #F9F4FF;
    color: #AE7CC8;
  }

  header .download_anker .sub_menu li a div:first-child {
    margin-right: 4px;
  }

  header .download_anker .sub_menu {
    width: 100%;
  }

  header div .menu .inquiry {
    margin-top: 50px;
  }

  header .inquiry .text_area {
    color: #243234;
    font-weight: 500;
    text-align: left;
    padding: 20px 10px;
    line-height: 1.7;
    width: 100%;
  }

  header .inquiry .text_area .ttl {
    font-size: 1.2rem;
  }

  header .inquiry .text_area .number {
    display: flex;
    align-items: baseline;
    line-height: 1.3;
    margin: 8px 0;
  }

  header div .menu .inquiry a::before {
    content: none;
  }

  header .inquiry .text_area .number img {
    width: 1.6em;
    height: 100%;
  }

  header .inquiry .text_area .number p {
    font-size: 2.4rem;
    margin-left: 6px;
    color: #292929;
    font-weight: 500;
  }

  header .inquiry .text_area .number p span {
    color: #a8aeaf;
  }

  header .inquiry .text_area .time {
    font-size: 1.2rem;
  }

  header .inquiry .text_area .time .small_text {
    font-size: 1.1rem;
  }

  header .sub_menu li a:hover {
    background-color: transparent;
    color: #494949;
  }

  header .login {
    margin-right: 17px;
  }

  header .login a {
    background: #FF8000;
    color: #fff;
    border-radius: 50px;
    padding: 8px 26px;
    font-size: 1.2rem;
  }

  header .login a::before {
    content: '';
    background: url(../img/icon07_pc.png) no-repeat 0 0 / 13px auto;
    width: 13px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  header .menu .login {
    margin: 0 auto 20px;
  }

  header div .menu .signup {
    margin-top: 0;
  }

  header div .menu .orange_bg a {
    border-radius: 50px;
    font-size: 1.2rem;
    width: 75%;
    margin: 0 auto;
    padding: 8px;
    max-width: 245px;
  }

  header div .menu .login a::before {
    background: url(../img/icon07_pc.png) no-repeat 0 0 / 13px auto;
    width: 13px;
    height: 16px;
  }

  header div .menu .number {
    color: #0AA7E5;
    font-weight: bold;
  }

  header div .menu .c02 .number {
    color: #AE7CC8;
  }

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

  main .kv {
    background: #fff;
  }

  main .kv_bg {
    position: relative;
  }

  main .kv_wrapper {
    position: absolute;
    top: 60px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    height: auto;
  }

  main .kv .kv_text {
    padding: 25px 0;
  }

  main .kv .kv_text img {
    width: 71.3vw;
  }

  main .kv .cta {
    width: 71%;
    margin: 14px auto 0;
  }

  main .kv .cta img {
    max-width: 384px;
  }

  main .inquiry_proceed {
    margin: -20px auto 0;
    width: 90%;
    padding: 0;
  }

  main .inquiry_proceed .orange_box {
    padding: 14px;
  }

  main .inquiry_proceed .orange_box .orange+p {
    text-align: left;
  }

  main .inquiry_proceed .orange {
    font-size: 1.5rem;
  }

  main .inquiry_proceed .red_box {
    padding: 14px 10px;
    margin-top: 40px;
  }

  main .inquiry_proceed .red_box .red+p {
    text-align: left;
  }

  main .inquiry_proceed .red_box .red {
    font-size: 1.4rem;
  }

  main .inquiry_proceed .scan_box {
    padding: 14px 10px;
  }

  main .inquiry_proceed .scan_box p {
    font-size: 1.4rem;
  }

  main .inquiry_proceed .scan_box .line-text {
    font-size: 1.4rem;
  }

  main .inquiry_proceed .scan_box img {
    width: 50px;
  }

  main .inquiry_proceed .scan_box::after {
    content: none;
  }


  main section {
    padding: 50px 0 0;
  }

  main section .wrapper {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }

  main h2 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  main h2+p {
    font-size: 1.1rem;
  }

  .underline {
    width: 30px;
    height: 3px;
    margin: 8px auto 0;
  }

  main .news {
    padding: 40px 0 0;
  }

  main .news dl {
    padding: 0 14px;
  }

  main .news .annotation li {
    padding: 10px;
    flex-wrap: wrap;
  }

  main .news .annotation_text {
    margin-top: -5px;
    line-height: 1.5;
  }

  main .news .news_box {
    margin-top: 24px;
  }

  main .news .news_box div {
    display: block;
  }

  main .news .label {
    margin-top: 2px;
  }

  main .news .scroll {
    height: 360px;
  }

  main .news dl dt {
    font-size: 1.2rem;
    width: 100%;
    border-bottom: none;
    padding: 8px 0 0;
  }

  main .news dl dd {
    font-size: 1.4rem;
    width: 95%;
    padding: 0px 0px 3px;
  }

  .graph .graph_textarea {
    margin-top: 20px;
    padding: 17px 14px;
  }

  .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: 0;
    font-size: 1.1rem;
  }

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

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

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

  main .inquiry .btn_area {
    margin-top: 16px;
  }

  main .inquiry .btn_area p {
    font-size: 1.2rem;
  }

  main .inquiry .btn_area .c_btn {
    margin-top: 16px;
  }

  main .inquiry .time .orange {
    font-size: 1.3rem;
  }

  main .inquiry .text_area {
    margin-top: 16px;
    padding: 30px 14px;
    border-radius: 10px;
  }

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

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

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

  .bar-chart .little02 span {
    text-indent: 4em;
  }

  .bar-chart .bar02 .little span {
    text-indent: 2em;
  }

  .bar-chart .little04 span {
    text-indent: 4em;
  }

  .bar-chart .little05 span {
    text-indent: 5em;
  }

}

@media screen and (max-width: 540px) {

  .graph_area {
    margin-top: 10px;
  }

  .bar-chart>div {
    margin-bottom: 20px;
  }

  .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 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 .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 .lightblue_box .download_icon {
    position: initial;
    margin: 2px auto 6px;
    width: 30vw;
  }

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

.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_annai {
  border-top: 3px dashed #AE7CC8;
  margin-top: 60px;
  padding-top: 30px;
}

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

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

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