<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.top {
  overflow: hidden;
}

.p-top_info {
  display: block;
  text-align: center;
  padding: 10px 0 10px;
  background-color: #fff;
}
@media screen and (min-width: 801px) {
  .p-top_info .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top_info a {
  color: #338cc7;
  background: #EAF5FC;
  display: block;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 801px) {
  .p-top_info a {
    width: 50%;
  }
}
.p-top_info span:not(.txt_wrap) {
  font-size: min(4.3vw, 1.8rem);
  font-weight: bold;
  display: block;
  padding: 4% 3%;
  border: 1px solid #338cc7;
}
@media screen and (min-width: 801px) {
  .p-top_info span:not(.txt_wrap) {
    padding: 10px 2%;
    font-size: min(1.3vw, 1.1rem);
    height: 100%;
  }
}

.mv {
  background-color: #fff;
  overflow: hidden;
}

.mv_inr {
  max-width: 1920px;
  height: calc(100vh - 64px - 78px);
  min-height: 740px;
  margin: 0 auto;
  position: relative;
  background: url(../img/top/mv_smt.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.mv_wrap {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  height: 100%;
}

.mv_block {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 2%;
}

.mv_box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 18px 4vw 18px;
  border-radius: 10px;
}

.mv_box_inr {
  max-width: 40rem;
  margin: 0 auto;
  position: relative;
}

.mv_ttl {
  font-size: min(8vw, 3.2rem);
  font-weight: bold;
  color: #4AA6E3;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}

.mv_subTtl {
  color: #4AA6E3;
  font-size: min(5vw, 1.8rem);
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 10px;
}

.mv_txt {
  font-weight: bold;
  line-height: 1.37;
}

.mv_icn {
  position: absolute;
  width: min(38vw, 145px);
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}

.mv_block__badge {
  background-color: #F1A93B;
  width: 210px;
  height: 210px;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  bottom: 45px;
  right: 10px;
  z-index: 1;
}
.mv_block__badge span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #FFFFFF;
}

.mv_campaign {
  position: absolute;
  top: 240px;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  max-width: 700px;
}

@media screen and (min-width: 801px) {
  .mv_inr {
    height: 462px;
    padding: 0 20px;
    min-height: auto;
    background: url(../img/top/mv_pc.jpg) no-repeat;
    background-size: auto;
    background-position: center;
  }
  .mv_block {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .mv_box {
    width: 400px;
    padding: 18px 30px 18px 30px;
    margin-top: -40px;
  }
  .mv_box_inr {
    max-width: none;
    margin: 0;
  }
  .mv_ttl {
    /*font-size: 5.1rem;*/
    font-size: 4.6rem;
    line-height: 1;
    text-align: left;
  }
  .mv_icn {
    width: 145px;
    top: 2px;
    left: 266px;
  }
  .mv_block__badge {
    right: -15px;
  }
  .mv_campaign {
    top: 20px;
    left: 50%;
    width: 340px;
    transform: translateX(-160px);
  }
}
/* navi
---------------------------------------------------------------------- */
.top_navi {
  margin-top: -30px;
  margin-bottom: -110px;
  position: relative;
}

.top_naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2f0ee;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

/*
.top_naviList::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 1px;
  background-color: #EEEEEE;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
*/

.top_naviList li {
  width: 33.3333333333%;
  line-height: 1.4;
  text-align: center;
  font-size: min(3vw, 1.2rem);
}

.top_naviList li a {
  display: block;
  width: 100%;
  height: 100%;
    min-height: 90px;
}

.top_navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #EEEEEE;
border-bottom: 1px solid #EEEEEE;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 10px 5px;
}

.top_naviList li:first-of-type .top_navBox,
.top_naviList li:nth-of-type(4) .top_navBox {
  border-left: none;
}

.top_naviIcn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_naviList li .top_naviIcn img {
  width: 80%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top_naviList li.campaign_icon .top_naviIcn img {
  width: 25%;
}

.top_naviList li:hover .top_naviIcn img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top_naviList li span {
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .top_navi {
    margin-top: -43px;
    margin-bottom: -45px;
    position: relative;
  }
  .top_naviList::after {
    content: none;
  }
  .top_naviList li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    font-size: 1.45rem;
    border-bottom: 1px solid #EEEEEE;
  }
  .top_naviList li a {
    padding: 13px 0;
  }
  .top_navBox {
    padding: 0 10px;
border-bottom: none;
  }
  .top_naviIcn {
    margin-bottom: 10px;
  }

.top_naviList li.campaign_icon .top_naviIcn img {
  width: 30%;
}

}
/* actual
---------------------------------------------------------------------- */
.actual {
  padding: 160px 0 55px;
}

@media screen and (min-width: 801px) {
  .actual {
    padding: 95px 0 65px;
  }
}
/* entity
---------------------------------------------------------------------- */
.entity {
  padding: 50px 0 55px;
  background-color: #EAF5FC;
}

.entity_img {
  margin-bottom: 10px;
}

.entity_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #4AA6E3;
  margin-bottom: 9px;
}

.entity_list li {
  padding: 27px 17px;
  border-radius: 24px;
  background-color: #fff;
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.625;
  max-width: 520px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 801px) {
  .entity {
    padding: 50px 0 65px;
  }
  .entity .inr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .entity_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entity_list li {
    width: 294px;
    padding: 27px 17px;
    font-size: 1.6rem;
    margin: 0;
  }
}
/* navi
---------------------------------------------------------------------- */
.info {
  padding: 50px 0 55px;
}

.info_list {
  max-width: 556px;
  margin: 0 auto;
  padding: 15px 0 35px;
}

.info_list li {
  border-bottom: 1px solid #E8E8E8;
}

.info_list li:last-of-type {
  border-bottom: none;
}

.info_list li a {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: left;
  color: #4AA6E3;
  font-weight: bold;
}

.info_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

@media screen and (min-width: 801px) {
  .info {
    padding: 50px 0 65px;
  }
  .info_list {
    padding: 15px 0 25px;
  }
  .info_list li {
    padding: 0 10px 0 22px;
  }
  .info_list li a {
    padding: 25px 15px 5px;
  }
  .info_data {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .info_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 67%;
            flex: 1 1 67%;
  }
}
/* 導入自治体
---------------------------------------------------------------------- */
.actual_box {
  background-color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
}

.actual_lead {
  font-size: 2rem;
  color: var(--main-color);
  background-color: rgb(255, 250, 197);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.4;
}
.actual_lead span {
  display: inline-block;
  font-weight: bold;
}

.actual_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0 22px;
}
.actual_logo li {
  /*background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
}

.actual_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 35px 15px;
}
.actual_list li {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.actual_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.actual_content {
  padding: 10px 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.actual_ttl {
  text-align: center;
  margin-bottom: 8px;
}
.actual_ttl span {
  display: inline-block;
  padding: 0 11px 4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #72B7E8;
  border-bottom: 5px solid #71B7E8;
}

.actual_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
  text-align: center;
}

.actual_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 10px;
  height: 30px;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.actual_municipality .page_ttl.page_ttl--actual {
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}

.actual_municipality .page_ttl.page_ttl--actual span {
  background-color: #fff;
  font-weight: bold;
  padding: 0 30px;
}

/* fee
---------------------------------------------------------------------- */
.fee {
  padding: 50px 0 20px;
  background-color: #EAF5FC;
}

.fee_note {
  font-size: 1.35rem;
  margin-bottom: 20px;
  text-align: center;
}

.fee_table {
  background-color: #fff;
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
  border-collapse: collapse;
}

.fee_table tr &gt; *:first-child {
  width: 110px;
  padding: 10px 0;
}

.fee_table tr:first-child &gt; *:first-child {
  text-align: center;
}

.fee_table tr:last-child &gt; th {
  border-bottom: none;
}

.fee_table td,
.fee_table th {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #E8E8E8;
}

.fee_table td {
  padding: 8px;
  text-align: center;
}

.fee_table th {
  padding: 8px 0 8px 8px;
  text-align: left;
}

.fee_mode {
  margin: 0 auto 10px;
  padding: 5px 10px;
  border-radius: 5px 5px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #4AA6E3;
}

.fee_mode.fee_mode--multi {
  background-color: #ED7A9B;
}

.fee_mode.fee_mode--common {
  background-color: #269991;
}

.fee_mode span {
  margin-left: min(3vw, 20px);
  font-size: 1.45rem;
  font-weight: bold;
}

.fee_modeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.fee_modeNum {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
}

.fee_modeNum span {
  font-size: 1.5rem;
  font-weight: bold;
}

.fee_modeNum span.tax {
  display: block;
  line-height: 1.1;
}

.fee_modeNum span.fee_modeEn {
  font-size: 2.5rem;
  font-weight: bold;
}

.fee_modeTxt {
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

.fee_table_wrap {
  margin: 0 auto;
  padding-bottom: 20px;
}

.fee_table_item {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fee_table_item:first-of-type {
  border: 2px solid #4AA6E3;
}

.fee_table_item:last-of-type {
  border: 2px solid #ED7A9B;
}

.fee_table .check img {
  width: 20px;
}

.fee_table .num {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}

.fee_table_option_ttl {
  font-size: 18px;
  font-weight: bold;
}

.fee_table_option_ttl span {
  font-size: 25px;
  font-weight: bold;
}

.fee_table_option_ttl2 {
  font-size: 16px;
  font-weight: bold;
}

.fee_table_option_txt {
  margin: 10px 0;
  font-weight: bold;
}

.fee_table td .note {
  color: #ED7A9B;
  font-size: 1rem;
  vertical-align: top;
  font-weight: bold;
  margin-left: 3px;
  margin-right: -15px;
}

.fee_table th .note {
  color: #ED7A9B;
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .fee {
    padding: 50px 0 72px;
  }
  .fee_note {
    margin-bottom: 10px;
  }
  .fee_table_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
    padding-bottom: 20px;
  }
  .fee_table_item {
    margin-bottom: 0;
  }
  .fee_table tr &gt; *:first-child {
    width: 170px;
    text-align: left;
  }
  .fee_table td {
    padding: 10px;
  }
  .fee_table th {
    padding: 10px 15px;
    text-align: center;
  }
  .fee_table_wrap .btn_area {
    max-width: 600px;
    margin: 0 auto;
  }
  .fee_table_wrap .btn {
    height: 50px;
  }
  .fee_mode span {
    margin-left: 20px;
    font-size: 2.3rem;
    font-weight: bold;
  }
  .fee_modeWrap {
    gap: 0;
  }
  .fee_modeNum {
    line-height: 1.3;
  }
  .fee_modeTxt {
    margin: 10px 10px 0 -20px;
  }
  .fee_table tr.fee_table_option &gt; *:first-child {
    padding-right: 0;
  }
  .fee_table_option_txt {
    margin: 0 0 10px;
  }
  .fee_table td .note {
    margin-left: 3px;
    margin-right: -3px;
  }
}
.fee_option {
  padding-top: 60px;
}

.fee_option_ttl {
  font-size: 3rem;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  background-color: var(--main-color);
}

.fee_option_list li {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.fee_option_inr {
  padding: 10px 15px;
}

.fee_option_list li img {
  width: 100%;
}

.fee_option_list h3 {
  font-weight: bold;
  color: #ED7A9B;
  font-size: 2.4rem;
  line-height: 1;
  margin: 10px 0 15px;
}

.fee_option_list h3 span {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  line-height: 1.4;
}

.fee_option_price {
  font-weight: bold;
  color: #132743;
  font-size: 3.5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

.fee_option_price_en {
  font-size: 2.3rem;
  font-weight: bold;
}

.fee_option_price_s {
  font-weight: normal;
  color: #333333;
  font-size: 1.2rem;
  display: inline-block;
}

@media screen and (min-width: 801px) {
  .fee_option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .fee_option_list li {
    width: 32%;
  }
}
/* function
---------------------------------------------------------------------- */
.function {
  padding: 50px 0 55px;
  counter-reset: number 0;
}

.function_inr {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 4%;
}

.function_list {
  padding: 30px 0 0;
}
.function_list li {
  border: 1px solid #5CACE0;
  border-radius: 10px;
  padding: 10px 3% 15px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.function_content {
  margin-bottom: 20px;
}

.function_ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #4AA6E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.function_ttl::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 7.7rem;
  margin-bottom: 15px;
}

.function_img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .function {
    padding: 50px 0 90px;
  }
  .function_inr {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
  }
  .function_list {
    padding: 20px 0 0;
  }
  .function_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 24px;
    margin-bottom: 40px;
  }
  .function_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .function_img {
    width: 380px;
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .function_ttl {
    font-size: 3rem;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .function_ttl::before {
    margin-bottom: 0;
  }
}
/* movie
---------------------------------------------------------------------- */
.movie {
  background-color: #F9E4F0;
}

.movie_block {
  width: 100%;
  aspect-ratio: 16/9;
}

.movie_block iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 801px) {
  .movie_inr {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
/* movie
---------------------------------------------------------------------- */
.example {
  padding: 60px 0 80px;
  height: 400px;
  color: #fff;
  background: url(../img/top/bg_example_smt.jpg);
  background-size: cover;
}

.example_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.example .sec_lead {
  margin-bottom: 20px;
  line-height: 1.37;
}

.example .page_ttl {
  color: #fff;
  padding-top: 0;
}

@media screen and (min-width: 801px) {
  .example {
    padding: 80px 0 80px;
    background: url(../img/top/bg_example.jpg);
    background-size: cover;
  }
  .example .sec_lead {
    margin-bottom: 30px;
  }
}
/* step
---------------------------------------------------------------------- */
.step {
  padding: 50px 0 35px;
  background-color: #E8F6FC;
}

.step_list {
  padding: 25px 0 0;
}
.step_list li {
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 18px;
  line-height: 1.37;
}

.step_list li::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #969696;
  border-right: 3px solid #969696;
  -webkit-transform: rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.step_list li:last-of-type {
  margin-bottom: 35px;
}

.step_list li:last-of-type:after {
  content: none;
}

.step_num {
  color: #4AA6E3;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.step_ttl {
  font-weight: bold;
}
.step_ttl span {
  font-weight: bold;
}

.step .btn {
  width: 345px;
  max-width: 100%;
  margin: 0 auto;
}
.step .btn.btn--trial {
  background-color: #ED7A9B;
}
.step .btn.btn--trial::before {
  margin-right: 2px;
  background-image: url(../img/common/icn_trial_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (min-width: 801px) {
  .step {
    padding: 50px 0 100px;
    background-color: #E8F6FC;
  }
  .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0 65px;
  }
  .step_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 28px 0 0;
    padding: 15px 5px;
  }
  .step_list li::after {
    top: 60%;
    bottom: initial;
    left: initial;
    right: -18px;
    -webkit-transform: rotate(45deg);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .step_list li:last-of-type {
    margin: 0;
  }
  .step_num {
    margin-bottom: 20px;
  }
  .step .btn {
    width: 260px;
    margin: 0;
  }
}
/* help
---------------------------------------------------------------------- */
.help {
  padding: 50px 0 55px;
}

.help_list {
  gap: 6.25%;
  padding: 20px 0 20px;
}
.help_list li {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.help_list li:first-of-type {
  margin-bottom: 30px;
}
.help_list .help_num {
  font-size: min(7.5vw, 3.5rem);
}
.help_list .help_ttl {
  font-weight: bold;
}
.help_list .btn {
  max-width: 272px;
  margin: 0 auto;
}
.help_list .help_num::before {
  width: min(12vw, 50px);
  height: min(12vw, 50px);
  background-size: cover;
  margin-right: 2vw;
}

a.help_mail {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}

.help_tel .help_txt {
  font-size: 1.1rem;
}

.help_faq {
  max-width: 720px;
  margin: 10px auto 0;
}

.help_faq a {
  text-decoration: none;
}

.help_faq dl {
  border-left: 4px solid #4AA6E3;
  padding-left: 10px;
  margin-bottom: 25px;
}
.help_faq dl:last-of-type {
  margin-bottom: 0;
}
.help_faq dl dt {
  color: #4AA6E3;
  font-weight: bold;
  font-size: 1.65rem;
}
.help_faq dl dd {
  line-height: 1.37;
}

@media screen and (min-width: 801px) {
  .help {
    padding: 50px 0 80px;
  }
  .help_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25%;
    padding: 60px 0 60px;
  }
  .help_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .help_list li:first-of-type {
    margin-bottom: 0;
  }
  .help_list .help_num {
    font-size: min(2.5vw, 3.7rem);
  }
  .help_list .help_ttl {
    font-size: 2.1rem;
    font-weight: bold;
  }
  .help_list .help_txt {
    font-size: 1.55rem;
    font-weight: bold;
  }
  .help_list .help_num::before {
    margin-right: 0;
  }
  .help_mail .help_ttl {
    margin-bottom: 10px;
  }
  .help_mail .btn {
    margin-bottom: 10px;
  }
  .help_faq dl {
    margin-bottom: 30px;
  }
}
/* other
---------------------------------------------------------------------- */
.other {
  padding: 50px 0 55px;
  background-color: #F2F0EE;
}

.other_list {
  padding: 15px 0 0;
}
.other_list li {
  margin-bottom: 15px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.other_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 10px 15% 10px 3%;
  height: 80px;
}
.other_list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 7px;
  height: 7px;
  border-top: 3px solid #969696;
  border-right: 3px solid #969696;
  -webkit-transform: rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.other_list a img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.other_list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.other_list .azukari a img {
  max-width: 145px;
  margin: -10px 0 0 -10px;
}

@media screen and (max-width: 800px) {
  .other_list picture {
    display: block;
    max-width: 270px;
    width: 100%;
    text-align: right;
  }
  .other_list li:first-of-type picture,
  .other_list li:nth-of-type(2) picture,
  .other_list li:nth-of-type(3) picture,
  .other_list li:nth-of-type(4) picture {
    text-align: left;
    padding-left: 4%;
  }
  .other_list li:last-of-type {
    margin-bottom: 0;
  }
  .other_list .azukari a img {
    max-width: 145px;
    margin: -10px 0 0 0px;
  }
}
@media screen and (min-width: 801px) {
  .other {
    padding: 50px 0 65px;
  }
  .other_list {
    padding-top: 35px;
    display: grid;
    gap: 27px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .other_list li {
    margin-bottom: 0;
  }
  .other_list a {
    height: 150px;
    margin-bottom: 0;
    padding: 10px 10px;
  }
  .other_list a img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .other_list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}/*# sourceMappingURL=top.css.map */







/* ■■■■■■ キャンペーン一覧 ■■■■■■ */
.campaign_list {
	padding: 0 0 40px 0;
	max-width: 880px;
	margin: 0 auto;
}
.campaign_list &gt; ul &gt; li{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.campaign_list &gt; ul {
	gap: 20px;
  display: grid;
	grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
	margin-bottom: 10px;
}
.campaign_list_ttl {
	background-color: var(--main-color);
	color: #fff;
	padding: 16px 10px;
	font-size: min(8vw,24px);
	font-weight: 600;
	line-height: 1.17;
	text-align: center;
}
.campaign_list_ttl .yellow {
	color: #FFEC00;
	font-size: min(5.5vw,18px);
	margin-bottom: 15px;
	display: block;
}
.campaign_list_ttl .tax {
	font-size: 15px;
}
.campaign_list_ttl .en {
	font-size: min(5vw,23px);
}
.campaign_list_ttl .sub {
	font-size: min(4vw,20px);
}
.campaign_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #E8F6FC;
	padding: 13px 13px 35px 13px;
}
.campaing_cat {
	width: 95%;
	line-height: 1;
	padding: 5px 10px;
	display: block;
	background-color: #fff;
	border-radius: 9.5px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 7px;
	box-sizing: border-box;
}
.campaign_ttl_wrap {
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--main-color);;
	gap: 3%;
	display: flex;
	align-items: center;
}
.campaign_img {
	text-align: center;
	width: 42%;
}
.campaign_txt {
	flex: 1;
}
.campaign_ttl {
	line-height: 1.47;
}
.campaign_ttl span:not(.ib) {
	color: var(--main-color);
	font-weight: 700;
}
.campaign_ttl span.ib {
	display: inline-block;
}
.campaign_note {
	margin-bottom: 20px;
	line-height: 1.5;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-align: center;
	flex: 1;
}
.campaign_note li {
	margin-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.campaign_note li::before {
	content: "※";
}
.campaign_ttl_wrap.no_border {
	border-bottom: none;
	padding-bottom: 0;
	padding: 0 5%;
}
.campaign_img2 {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EEA0B0;
}
.page_ttl_style_03 {
    font-size: 3rem;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 10px;
    color: #132743;
    background-color: #F0F3F5;
    font-weight: bold;
}

    .page_sec {
        background: #fff;
    padding: 50px 0 50px;
    }

@media only screen and (min-width: 800px) {
    .campaign_list &gt; ul &gt; li{
      width: 49%;
    }

    .campaign_list &gt; ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 2%;
    }
}

/* ■■■■■■ お支払方法について ■■■■■■ */
@media only screen and (max-width: 798px) {
	.fee_sec_03_payment table {
		border-top: 2px solid #98A6B5;
		border-bottom: 2px solid #98A6B5;
		margin-bottom: 50px;
	}
	.fee_sec_03_payment table th {
		border-bottom: 1px solid #98A6B5;
		color: #98A6B5;
		display: block;
		border-bottom: none;
		padding: 10px 0;
	}
	.fee_sec_03_payment table td {
		display: block;
		padding-bottom: 10px;
	}
	.fee_sec_03_payment table td img {
		display: block;
		margin: -10px auto 0 auto;
	}
	.fee_sec_03_payment table td + td {
		border-bottom: 1px solid #98A6B5;
	}
}



@media only screen and (min-width: 799px) {


	/* ■■■■■■ キャンペーン一覧 ■■■■■■ */
	.campaign_ttl_wrap {
		display: flex;
		align-items: center;
	}
	.campaign_content {
		flex: 1;
		display: flex;
		flex-direction: column;
		padding: 13px 10px 35px 10px;
	}
	.campaign_img {
		width: auto;
		flex: 0 0 130px;
	}
	.campaign_ttl_wrap.no_border .campaign_img{
		flex: 0 1 170px;
	}
	.campaign_txt {
		flex: 1 1 auto;
	}
	.campaign_ttl {
		font-size: 17px;
		font-weight: 600;
	}
	.campaign_list_ttl {
		font-size: min(4vw,34px);
	}
	.campaign_list_ttl .yellow {
		font-size: min(2.5vw,26px);
	}
	.campaign_list_ttl .sub {
		font-size: min(2vw,20px);
	}

	/* ■■■■■■ お支払方法について ■■■■■■ */
	.fee_sec_03_payment p {
		margin-bottom: 20px;
	}
	.fee_sec_03_payment table {
		border-top: 2px solid #98A6B5;
		border-bottom: 2px solid #98A6B5;
		margin-bottom: 50px;
	}
	.fee_sec_03_payment table th {
		border-bottom: 1px solid #98A6B5;
		color: #98A6B5;
		font-size: 1.8rem;
		padding: 10px 10px 10px 0;
		width: 9em;
		font-weight: normal;
		vertical-align: middle;
	}
	.fee_sec_03_payment table td {
		border-bottom: 1px solid #98A6B5;
		padding: 10px 10px 10px 0;
		vertical-align: middle;
	}
.campaign_list {
	padding: 0 0 40px 0;
}
}


.btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign .btn_style_01 {
    padding: 0 20px;
}

.btn_style_01 {
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 30px;
	box-sizing: border-box;
	background: #4ba6e3;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 48px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 799px) {
    .btn_style_01 {
         background-color: var(--main-color);
        background-size: 200% 100%;
        transition: all .3s ease-out;
        font-size: 1.5rem;
    }
    
    .btn_style_01:hover {
        opacity: 0.7;
        background-position: 100% 0%;
    }
}



.campaign {
    overflow: hidden;
    counter-reset: number 0; 
    position: relative;
    /*.page_ttl,
    .breadcrumbs {
      color: #fff;
    }
    .breadcrumbs ol li:not(:last-child)::after {
        color: #fff;
    }*/
    &amp;::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background-color:  #EAF5FC;
    }
    .page_ttl--campaign {
        padding-top: 70px;
        background: url(../img/common/icn_campaign.svg) no-repeat;
        background-position: center top;
        background-size: 50px auto;
    }
}



.campaign {
    padding: 35px 0 35px;
}

@media screen and (min-width: 801px) {
    .campaign {
        padding: 40px 0 50px 0;
    }
}</pre></body></html>