@charset "utf-8";

/******************************************************************************

 common

******************************************************************************/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
    overflow-x:hidden;
}

img {
    width: 100%;
}

p {
    line-height: 1.8;
}

.viewPC {
    display: block;
}

.viewSP {
    display: none;
}

/******************************************************************************

 top

******************************************************************************/
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.headerLine {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0.3rem 1rem;
    background-color: #EAF2D7;
}

.headerLine .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.8em;
    line-height: 1.8;
}

.headerLine .inner a {
    color: #004716;
    font-weight: bold;
}

.headerLine .inner a:hover {
    text-decoration: underline;
}

.header {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 1rem;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 6px #00000029;
    z-index: 2;
}

.header .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    margin: 0 auto;
}

.header .inner> :first-child {
    margin-right: auto
}

.header .logo {
    width: 237px;
    padding: 0.7rem 0 0;
}

.header .btnList {
    display: flex;
    gap: 1rem;
}

.header .btnList .btn {
    display: block;
    margin: 1rem 0;
    padding: 1rem 2.8rem;
    border-radius: 3rem;
    background-color: #eee;
    color: #FFF;
}

.header .btnList .btnFlow:hover {
    opacity: 0.8;
}

.header .btnList .btnPhone {
    background: url(/img/lp/info/icon_phone.svg) no-repeat left 1em center,
        url(/img/lp/info/icon_btnArrow.svg) no-repeat right 1rem center;
    background-color: #9CC818;
    color: #FFF;
}

.header .btnList .btnDl {
    background: url(/img/lp/info/icon_dl.svg) no-repeat left 1em center,
        url(/img/lp/info/icon_btnArrow.svg) no-repeat right 1rem center;
    background-color: #FF7800;
    color: #FFF;
}

.header .btnList .btnMail {
    background: url(/img/lp/info/icon_mail.svg) no-repeat left 1em center,
        url(/img/lp/info/icon_btnArrow.svg) no-repeat right 1rem center;
    background-color: #004716;
    color: #FFF;
}

.header .btnList .btnPhone:hover, .header .btnList .btnDl:hover, .header .btnList .btnMail:hover {
    opacity: 0.8;
}

.mb {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 8rem;
    padding-bottom: 3rem;
    background-color: #F9F9F9;
}

.mb:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 200px 0 200px;
    border-color: #F9F9F9 #fff transparent #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.mb .read {
    position: absolute;
    width: 570px;
    bottom: 2rem;
    right: 2rem;
}

.mb .read .read_ttl {
    margin-bottom: 1rem;
    font-size: 1.4em;
    font-weight: bold;
    color: #004716;
    line-height: 1.6;
}

.mb .read p {
    width: 100%;
    line-height: 1.8;
    color: #333333;
}
.mb .read span {
    font-size: 0.8em;
}

.cta {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6rem;
    padding: 2rem;
    background-color: #9CC818;
    background-image:
        url(/img/lp/info/cat_bg_left.png),
        url(/img/lp/info/cat_bg_right.png);
    background-position:
        left bottom,
        right bottom;
    background-repeat:
        no-repeat,
        no-repeat;
}

.cta .inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;

}

.ctaTtl {
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 0;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
}

.ctaTtl::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.ctaTtl::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.ctaTtl::before {
    left: 0;
}

.ctaTtl::after {
    right: 0;
}

.cta_unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

.cta_unit .ttl {
    margin-bottom: 0.6rem;
    font-size: 1.2em;
}

.cta_unit .cta_phone {
    width: 50%;
}

.cta_unit .cta_phone .phoneNo {
    font-size: 3em;
    font-weight: bold;
    color: #004716;
}

.cta_unit .cta_phone .phoneNo span {
    font-size: 0.6em;
}

.cta_unit .cta_phone .note {
    font-size: 0.8em;
    color: #000;
    margin-left:-6px;
}

.cta_unit .cta_btn {
    width: 50%;
}

.cta_unit .btnUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cta_unit .btnUnit .btn {
    width: 48%;
    display: block;
    margin: 1rem 0;
    padding: 1.2rem 2.8rem;
    border-radius: 3rem;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #FFFFFF;
    color: #FFF;
    background-color: #eee;
    color: #FFF;
    font-size: 1.4em;
}

.cta_unit .btnUnit .btn:hover {
    opacity: 0.8;
}

.cta_unit .btnUnit .btnDl {
    background: url(/img/lp/info/icon_dl.svg) no-repeat left 1em center,
        url(/img/lp/info/icon_btnArrow.svg) no-repeat right 1rem center;
    background-color: #FF7800;
}

.cta_unit .btnUnit .btnMail {
    background: url(/img/lp/info/icon_mail.svg) no-repeat left 1em center,
        url(/img/lp/info/icon_btnArrow.svg) no-repeat right 1rem center;
    background-color: #004716;
}

.cta_unit_2nd {
    width: 80%;
    margin: 0 auto;
}

.cta_unit_2nd .cta_btn_2nd {
    width: 65%;
}

.cta_unit_txt {
    width: 33%;
    padding-right: 3rem;
    background: url(/img/lp/info/cta_arrowRight.png) no-repeat right center;
    text-align: left;
    font-size: 1.2em;
}

.cta_unit .btnUnit .btnLong {
    width: 100%;
    margin: 0;
    background-size: 1.4em , 1em;
}

.secTtl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    font-size: 3.2em;
    text-align: center;
}

.secTtl:before, .secTtl:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}

.secTtl:before {
    margin-right: 1em;
}

.secTtl:after {
    margin-left: 1em;
}


.pointNav {
    margin-bottom: 6rem;
}

.pointNavUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pointNavItem {
    width: 32%;
    padding: 0 2rem 3rem;
    background-color: #fff;
    background: url(/img/lp/info/flow_btmArrow.svg) no-repeat bottom 0.5rem center;
    background-size: 38px;
    border: 2px solid #9CC818;
    border-radius: 10px;
}

.pointNavItem:hover {
    opacity: 0.8;
}

.pointNavItem .ttlNo {
    width: 86px;
    display: block;
    margin: 0 auto 2rem;
}

.pointNavItem p {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #9CC818;
}

.point {
    padding-bottom: 6rem;
}

.point.bg_gray {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 6rem;
    background-color: #F9F9F9;
}

.point_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.point_ttlNo {
    width: 148px;
    margin: 0 auto 2rem;
}

.point_ttl {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.6em;
}

.point_inner .read {
    width: 80%;
    margin: 0 auto 6rem;
}

.point_inner .read span {
    background-color: #EAF2D7;
}

.pointUnit {
    margin-bottom: 6rem;
    text-align: center;
}

.pointUnit .pointUnit_ttl {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 1rem 3rem;
    border: 3px solid #004716;
    font-size: 1.8em;
    font-weight: bold;
    color: #004716;
}

.pointUnit_box_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 1.6em;
    color: #9CC818;
}

.pointUnit_box_ttl:before, .pointUnit_box_ttl:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}

.pointUnit_box_ttl:before {
    margin-right: 1em;
}

.pointUnit_box_ttl:after {
    margin-left: 1em;
}


.pointUnit_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pointUnit_box_inner .photo {
    width: 40%;
}

.pointUnit_box_inner .txtArea {
    width: 60%;
}

.pointUnit_box_inner .txtArea .txtArea_list {
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem 2rem 0;
    background-color: #fff;
    text-align: left;
}

.pointUnit_box_inner .txtArea .txtArea_list .txtArea_list_ttl {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    font-size: 1.2em;
    font-weight: bold;
}

.pointUnit_box_inner .txtArea .txtArea_list .txtArea_list_ttl img {
    width: 60px;
    display: inline;
}

.pointUnit_box_inner .txtArea .txtArea_list p {
    padding-left: 2rem;
}

.pointUnit_box .pointUnit_ad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.pointUnit_ad_box {
    width: 46%;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    text-align: left;
    line-height: 1.4;
}

.pointUnit_ad_box_ttl {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
}

.pointUnit_ad_box_ttl img {
    width: 132px;
    padding-right: 0.6rem;
}

.pointUnit_ad_box .photo {
    padding: 0 2rem 1rem;
}

.pointInfo {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    border: 4px solid #EAF2D7;
    border-radius: 30px;
    background: url(/img/lp/info/sec01_unit01_illst01.png) no-repeat right 3rem bottom;
    background-color: #fff;
}

.pointInfo .pointInfo_ttl {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    top: -1rem;
    left: 10px;
    margin: 0 7px;
    padding: 3px 6px 3px 28px;
    background: url(/img/lp/info/icon_chek.svg) no-repeat left center;
    background-color: #fff;
    border-radius: 1rem;
    color: #004716;
    font-weight: bold;
    font-size: 2em;
    vertical-align: top;
}

.pointInfo p {
    font-size: 1.6em;
    font-weight: bold;
    color: #004716;
}

.pointInfo span {
    background-color: #EAF2D7;
}

.pointInfo .note {
    font-size: 0.8em;
    font-weight: normal;
    color: #000;
}

.dotted {
  border-bottom: 2px dotted #000;
  padding-bottom: 8px;
}

.dotted_pdf {
  border-bottom: 1px dotted #000;
  padding-bottom: 8px;
}

.complete {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.complete.bg_pink {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #ffebd9;
}

.complete_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.complete_ttl {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 34px;
    color: #ff7800;
    font-weight: bold;
}

.read_blod {
    font-weight: bold;
}

.read_dl {
    font-size: 14px;
}

.pdf_text {
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
}

.pdf_text p{
    line-height:2.5;
}

.pdf_text b1{
    font-weight:bold
}

.pdf_text b2{
    margin-left:10px;
    font-weight:bold
}

.pdf_text b3{
    margin-left:40px;
}

.btn-dl{
    margin-top: -5px;
}

a.btn--orange {
    width: 430px;
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 3px 8px 3px 8px;
}

a.btn--orange:hover {
    margin-top: 23px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}

.btn--shadow {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.complete_inner .read {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 91%;
    margin: 0 auto 0rem;
}

.complete_inner_detail {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    width: 90%;
    background-color: white;
    margin-bottom:120px;
}

.complete_info_detail{
    margin-bottom:100px;
}

.header_complete {
    margin: 0 calc(50% - 50vw) 0rem;
    padding-bottom: 1rem;
}

/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-back {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 600px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  height: 60px;
  position: relative;
  padding-right: 50px;
  background: #afd26a;
  margin-top:-90px;
}
.btn-back:after {
  content: "";
  width: 17px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 29px;
  position: absolute;
  background: url(/img/www/info/icn_arrow01.png) no-repeat 0 0;
}
.btn-back.btn-green {
  background: #92c016;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 24px;
  width: 600px;
  border: none;
  padding: 0 10px;
}

.btn-green:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.8;
}

.btn--orange:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.8;
}

.btn-back.btn-green span {
  padding-bottom: 0;
}

.sp_show{
  display:none;
}

@media only screen and (max-width: 768px) {
  .btn-back.btn-green {
    width: 90%;
  }
  .complete_inner .read {
      width: 90%;
      -ms-flex-pack: left;
      -webkit-justify-content: left;
      justify-content: left;
      -ms-flex-align: left;
      -webkit-align-items: left;
      align-items: left;
  }
  .complete_inner .read_dl {
      width: 90%;
  }
  .sp_show{
    display:block;
  }
  .pc_show{
    display:none;
  }
  .pdf_text {
      margin-top: 1rem;
  }
  .pdf_text b3{
    margin-left:30%;
  }
  .pdf_text {
      width: 90%;
  }
  .complete_ttl {
      font-size: 1.4em;
  }
}

.mapArea {
    margin: 3rem 0 0;
    background: url(/img/lp/info/sec01_unit02_map.png) no-repeat right 4rem top 10rem;
}

.mapArea .talbe_upperWrap, .mapArea .talbe_lowerWrap {
    display: flex;
    flex-wrap: wrap;
}

.mapArea .talbe_upperWrap {
    margin-bottom: 20rem;
}

.mapArea .table_wrap {
    margin: 1rem;
}

.mapArea .table_wrap_kanto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.mapArea .table_area_ttl {
    margin-bottom: 1.2rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.mapArea .table_kanto {
    color: #E8470A;
    border-bottom: 1px solid #E8470A;
}

.mapArea .table_wrap_kanto table {
    margin-right: 1rem;
}

.mapArea .table_wrap_kanto table.end {
    margin-right: 0;
}

.mapArea .table_hokkaido {
    color: #008BD5;
    border-bottom: 1px solid #008BD5;
}

.mapArea .table_kyusyu {
    color: #DB5310;
    border-bottom: 1px solid #DB5310;
}

.mapArea .table_tyugoku {
    color: #A380B7;
    border-bottom: 1px solid #A380B7;
}

.mapArea .table_kansai {
    color: #F6AA00;
    border-bottom: 1px solid #F6AA00;
}

.mapArea .table_hokuriku {
    color: #52BBAD;
    border-bottom: 1px solid #52BBAD;
}

.mapArea .table_tokai {
    color: #9CC715;
    border-bottom: 1px solid #9CC715;
}

.mapArea table {
    width: 200px;
    margin-bottom: 2rem;
}

.mapArea table th, .mapArea table td {
    padding: 0.2rem;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
}
.mapArea table td {
    vertical-align: middle;

}

.mapArea table .ttl_red {
    background-color: #E8470A;
    color: #fff;
}

.mapArea table .ttl_pink {
    background-color: #F08F69;
    color: #fff;
}

.mapArea table .ttl_blue {
    background-color: #008BD5;
    color: #fff;
}

.mapArea table .ttl_orenge {
    background-color: #DB5310;
    color: #fff;
}

.mapArea table .ttl_purple {
    background-color: #A380B7;
    color: #fff;
}

.mapArea table .ttl_yellow {
    background-color: #F6AA00;
    color: #fff;
}

.mapArea table .ttl_lblue {
    background-color: #52BBAD;
    color: #fff;
}

.mapArea table .ttl_green {
    background-color: #9CC715;
    color: #fff;
}

.mapArea table .bgG {
    background-color: #EEEEEE;
}

.mapArea table .lineL {
    width: 140px;
    border-left: 1px solid #666;
}

.mapArea table .lineB {
    border-bottom: 1px solid #666;
}

.mapArea table span {
    display: block;
    font-size: 0.6em;
    color: #0691F7;
}

.pointUnit_box .pointUnit_support {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.pointUnit_support_box {
    position: relative;
    width: 46%;
    padding: 4rem 3rem 3rem;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    text-align: left;
    line-height: 1.4;
}

.pointUnit_support_box .tag {
    position: absolute;
    width: 50px;
    top: -10px;
    left: 20px;
}

.pointUnit_support_box .pointUnit_support_box_ttl {
    padding-bottom: 2rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #9CC715;
}


.flow {
    padding: 4rem 0 4rem;
}

.flow_inner {
    max-width: 1000px;
    margin: 0 auto;
}

.flowTtl {
    margin: 0 auto 3rem;
}

.flow_inner .read {
    margin-bottom: 3rem;
    text-align: center;
}

.flowUnit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
}

.flowUnit .illst {
    width: 20%;
}

.flowUnit .txtArea {
    width: 78%;
    line-height: 1.4;
}

.flowUnit .txtArea .ttl{ 
    display: flex;
    align-items: center;
}

.flowUnit .txtArea .ttl {
    margin-bottom: 2rem;
    font-size: 1.4em;
    
}
.flowUnit .txtArea .ttl dt {
    padding-right: 0.5rem;
    font-size: 3rem;
    color: #9CC813;
}
.flowUnit .txtArea .ttl dd {
    font-weight: bold;
}

.flowUnit.setArrow {
    position: relative;
    margin-bottom: 3rem;
}

.flowUnit.setArrow:after {
    content: "";
    position: absolute;
    top: calc(100% + 0.8rem);
    /* ボックスの下部からの距離 */
    left: 50%;
    right: 50%;
    width: 38px;
    /* 矢印の幅 */
    height: 22px;
    /* 矢印の高さ */
    background: url('/img/lp/info/flow_btmArrow.svg') no-repeat;
    /* 矢印の画像 */
    background-size: contain;
    /* 画像を矢印のサイズに合わせる */
}

.voice {
    margin-top: 3rem;
}

.voice_inner {}

.voice_unit {
    margin-bottom: 3rem;
    background-color: #F9F9F9;
}

.voice_unit_ttl {
    display: inline-block;
    padding: .8em 2.4em .6em .8em;
    position: relative;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
}

.color_orenge::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #FF7800;
    transform: scaleY(1.2) perspective(1.2em) rotateX(-5deg);
    transform-origin: top left;
}

.color_green::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #004716;
    transform: scaleY(1.2) perspective(1.8em) rotateX(-5deg);
    transform-origin: top left;
}

.voice_unit_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice_unit_item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.voice_unit_item .illst {
    width: 38%;
    padding: 1rem;
    text-align: center;
}

.voice_unit_item .illst img {
    margin-bottom: 0.5rem;
}

.voice_unit_item .txt {
    width: 58%;
}


.faq {
    padding: 4rem;
    background-color: #D0DE88;
}

.faqInner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem;
    background-color: #fff;
}

.faq dt {
    margin-bottom: 0.6rem;
    padding: 10px 0 16px 50px;
    background: url(/img/lp/info/faq_icon.svg) no-repeat left center;
    border-bottom: 1px solid #9CC715;
    font-size: 1.2em;
}

.faq dd {
    margin-bottom: 4rem;
    line-height: 1.6;
}
.faq dd a {
    color: #008BD5;
    text-decoration: underline;
}
.faq dd a:hover {
    text-decoration: none;
}

/*お問い合わせ*/
.tab {
    padding: 6rem 3rem;
    background-color: #EAF2D7;
}

.tab .read {
    margin-bottom: 2rem;
    text-align: center;
}

.tab_inner .phoneNo {
    margin-bottom: 3rem;
    text-align: center;
    color: #004716;
}

.tab_inner .phoneNo a {
    font-size: 4rem;
    font-weight: bold;
}

.tab_inner .phoneNo a span {
    font-size: 0.5em;
}

.tab_inner .phoneNo .note {
    font-size: 0.8em;
    margin-left:-6px;
}

.tabUnit {
    display: flex;
    flex-wrap: wrap;
}

.tab_cont {
    display: none;
    /*いつもは非表示*/
    padding: 2em;
    border-radius: 0 0 15px 15px;
    transition: 1s;
}

.tab_cont.active {
    display: block;
    /* activeがついたら表示 */
    background: #fff;
}

.tabUnit li {
    border-bottom: none;
    padding: .6em;
    width: 50%;
    text-align: center;
    transition: 1s;
}

.tabUnit li:nth-child(2) {
    border-left: none;
    border-right: none;
}

.tabUnit li.active {
    background: #eee;
}

.agree_msg {
    text-align: center;
}

.form-contact {
    background: #fff;
    padding: 68px 40px 60px;
}

.form-contact .ul-form {
    display: table;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 7px;
}

.form-contact .ul-form>li {
    display: table-row;
}

.form-contact .ul-form .th,
.form-contact .ul-form .td {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-bottom: 23px;
}

.form-contact .ul-form .th {
    width: 30%;
    padding-right: 8px;
    padding-top: 8px;
    letter-spacing: 0.035em;
}

.form-contact .ul-form .textbox,
.form-contact .ul-form .textarea {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    display: block;
    border: 1px solid #a1a1a1;
    background: #fff;
    outline: none;
    font-size: 1em;
}

.form-contact .ul-form .textbox {
    padding: 0 15px;
    height: 52px;
    border-radius: 6px;
}

.form-contact .ul-form .textarea {
    height: 220px;
    line-height: 1.9;
    padding: 10px 15px;
    resize: none;
    border-radius: 6px;
}

.form-contact .ul-form .txt-required {
    color: #ff0000;
    position: absolute;
    right: 8px;
    top: 11px;
}

.form-contact .ul-form .note {
    line-height: 1.33333;
    color: #000;
    padding-left: 1em;
    position: relative;
    margin-top: 14px;
}

.form-contact .ul-form .note:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.form-contact .ul-form .ol-col {
    display: table;
    width: 100%;
}

.form-contact .ul-form .ol-col>li {
    display: table-row;
}

.form-contact .ul-form .ol-col>li:last-child .col {
    padding-bottom: 0;
}

.form-contact .ul-form .ol-col .col {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 20px;
}

.form-contact .ul-form .ol-col .col01 {
    width: 135px;
    padding-top: 16px;
}

.form-contact select {
    background: #fff url(/img/lp/info/icon_select.svg) no-repeat right 20px center;
    position: relative;
    width: 60%;
    outline: none;
    border: 1px solid #a1a1a1;
    height: 52px;
    font-size: 1em;
    padding: 0 40px 0 15px;
    border-radius: 6px;
    box-shadow: none;
    margin: 0;
}

.form-contact select::-ms-expand {
    display: none;
}

.form-contact .contact-box {
    background: #F9F9F9;
    padding: 25px 25px 31px;
    width: 100%;
    margin: 0 auto;
}

.form-contact .form-argee {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-contact .form-argee * {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-contact .form-argee label {
    display: inline-block;
}

.form-contact .form-argee label input[type=checkbox] {
    display: none;
}

.form-contact .form-argee label input[type=checkbox]:checked+span {
    background-image: url(/img/lp/info/icon_check_on.svg);
}

.form-contact .form-argee label span {
    position: relative;
    padding: 2px 0 2px 62px;
    background: url(/img/lp/info/icon_check_off.svg) no-repeat 3px 10px;
    min-height: 50px;
    display: inline-block;
    line-height: 3.1;
}

.form-contact .form-argee label a {
    color: #0691F7;
}

.form-contact .btn-submit {
    width: 70%;
    height: 70px;
    margin: 21px auto 0;
    padding: 10px;
    position: relative;
    border: none;
    background: url(/img/lp/info/icon_arrowRight.svg) no-repeat right 2rem center;
    background-color: #FF7800;
    border-radius: 4rem;
    box-shadow: 0px 4px 0px #E8470A;
    color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.035em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.form-contact .btn-submit:hover {
    opacity: 0.8;
}

.form-contact .btn-submit>span {
    display: block;
}

.form-contact .btn-back {
    width: 700px;
    height: 70px;
    margin: 21px auto 0;
    padding: 10px;
    position: relative;
    border: none;
    background: #999;
    color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.035em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-contact .btn-back>span {
    display: block;
}

/* ------------------------------------------------------
	tab
------------------------------------------------------*/
.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tab_inq {
    color: #769D77;
    background: url(/img/lp/info/icon_mail_off.svg) no-repeat left 3rem center;
    background-color: #004716;
    background-size: 1.8em;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    padding: 20px 5px;
    font-size: 120%;
    text-align: center;
    margin: 0 5px;
}

.tab_doc {
    color: #FF7800;
    background: url(/img/lp/info/icon_dl_off.svg) no-repeat left 3rem center;
    background-color: #FFC999;
    background-size: 1.8em;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    padding: 20px 0px;
    font-size: 120%;
    text-align: center;
    margin: 0 5px;
}

.tab_label:hover {
    opacity: 0.75;
}

.tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
    background: #fff;
}

.tab_content p.attention {
    width: 70%;
    margin: 0 auto;
    padding-top: 2rem;
}
.tab_content p.attention span {
    color: #E8470A;
}
.tab_content p.attention a {
    color: #0691F7;
    text-decoration: underline;
}
.tab_content p.attention a:hover {
    text-decoration: none;
}

input[name="tab_switch"] {
    display: none;
}

.tabs input:checked+.tab_inq {
    color: #fff;
    background: url(/img/lp/info/icon_mail.svg) no-repeat left 3rem center;
    background-size: 1.8em;
    background-color: #004716;
}
.tabs input:checked+.tab_doc {
    color: #fff;
    background: url(/img/lp/info/icon_dl.svg) no-repeat left 3rem center;
    background-size: 1.8em;
    background-color: #FF7800;
}

#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content {
    display: block;
}

.tab_content {
    position: relative;
    animation: fadeIn 1s ease;
}



#footer {
    padding: 1rem 0;
    border-top: 1px solid #eee;
}

#footer .footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

#footer .footerLogo {
    width: 273px;
}

#footer .footerLink {
    width: 70%;
    margin: 0 auto;
    padding-top: 1rem;
}

#footer .footerLink a {
    margin-left: 2rem;
    padding-left: 1.2rem;
    background: url(/img/lp/info/link_icon.svg)no-repeat left center;
    background-size: 14px;
}

#footer .footerLink a:hover {
    text-decoration: underline;
}

.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #FABA01;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 16px;
    width: 16px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/* コンテンツフェードイン */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}

@media screen and (max-width:1199px) {
    .mb {
        margin: 0 auto 4rem;
        padding-bottom: 3rem;
    }

    .mb .read {
        position: static;
        width: 100%;
        margin: 1rem auto 0;
        padding: 0 1rem;
    }

}



@media screen and (max-width: 768px) {
    .viewPC {
        display: none;
    }

    .viewSP {
        display: block;
    }

    .headerLine .inner {
        width: 100%;
        font-size: 0.7em;
    }

    .headSp {
        width: 100%;
        margin: 0 auto;
        padding: 0.6rem;
        background-color: #fff;
        text-align: center;
    }

    .headSp .logo {
        width: 42%;
        margin: 0 auto;
    }

    .navSp {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }

    .btnList {
        width: 100%;
        display: flex;
        justify-content: space-between;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        font-size: 0.8em;
    }

    .navSp .btn {
        display: block;
        width: 28%;
        margin: 0.3rem 0;
        padding: 2rem 0.5rem 0.5rem;
        border-radius: 0.5rem;
        background-color: #eee;
        color: #FFF;
        font-size: 0.8em;
    }

    .navSp .btnPhone {
        background: url(/img/lp/info/icon_phone.svg) no-repeat top 0.2rem center;
        background-color: #9CC818;
        color: #FFF;
    }

    .navSp .btnDl {
        background: url(/img/lp/info/icon_dl.svg) no-repeat top 0.2rem center;
        background-color: #FF7800;
        color: #FFF;
    }

    .navSp .btnMail {
        background: url(/img/lp/info/icon_mail.svg) no-repeat top 0.2rem center;
        background-color: #004716;
        color: #FFF;
    }

    .navSp .btnTop {
        width: 12%;
        background: url(/img/lp/info/icon_topArrow.svg) no-repeat center center;
        background-size: 18px;
        display: block;
        margin: 0.3rem 0;
        padding: 2rem 0.5rem 0.5rem;
        border-radius: 0.5rem;
        background-color: #E8470A;
    }

    .mb {
        margin: 0 auto 4rem;
        padding-bottom: 3rem;
    }

    .mb .read {
        position: static;
        width: 100%;
        margin: 1rem auto 0;
        padding: 0 1rem;
    }

    .mb:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 100px 0 100px;
        border-color: #F9F9F9 #fff transparent #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .cta {
        padding: 2rem 1rem;
    }

    .ctaTtl {
        padding: 0 2rem 0;
        font-size: 1.1em;
    }

    .cta_unit .cta_phone, .cta_unit .cta_btn {
        width: 100%;
    }

    .cta_unit .cta_phone {
        margin-bottom: 3rem;
    }

    .cta_unit .cta_phone .phoneNo {
        font-size: 2.4rem;
        text-align: center;
        margin-left:-6px;
    }

    .cta_unit .btnUnit .btn {
        width: 100%;
    }

    .secTtl {
        font-size: 2em;
    }

    .secTtl:before, .secTtl:after {
        border-top: 1px solid;
        content: "";
        width: 1em;
    }

    .secTtl:before {
        margin-right: 0.5em;
    }

    .secTtl:after {
        margin-left: 0.5em;
    }

    .point {
        padding-bottom: 3rem;
    }
    .pointNavItem {
        width: 90%;
        margin: 0 auto 1rem;
        padding: 0 1rem 2rem;
        background-color: #fff;
        background: url(/img/lp/info/flow_btmArrow.svg) no-repeat bottom 0.5rem center;
        background-size: 38px;
        border: 2px solid #9CC818;
        border-radius: 10px;
    }

    .pointNavItem .ttlNo {
        margin: 0 auto 0.3rem;
    }

    .pointNavItem p {
        margin-bottom: 0.4rem;
        font-size: 1em;
    }

    .point_ttlNo {
        width: 80px;
        margin: 0 auto 2rem;
    }

    .point_ttl {
        font-size: 1.8em;
    }

    .point_inner .read {
        width: 90%;
        margin: 0 auto 3rem;
    }
    .pointUnit {
        margin-bottom: 3rem;
    }
    .pointUnit .pointUnit_ttl {
        font-size: 1.4em;
        margin: 0 1rem 2rem;
    }

    .pointUnit_box_ttl {
        font-size: 1.4em;
    }

    .pointUnit_box_ttl:before, .pointUnit_box_ttl:after {
        border-top: 1px solid;
        content: "";
        width: 1em;
    }

    .pointUnit_box_inner .photo {
        width: 100%;
    }

    .pointUnit_box_inner .txtArea {
        width: 90%;
        margin: 0 auto;
    }

    .pointUnit_box_inner .txtArea .txtArea_list {
        padding: 1.5rem 1rem 1rem 0;
    }

    .pointUnit_ad_box {
        width: 100%;
        margin-bottom: 2rem;
    }

    .pointInfo {
        padding: 0 1.5rem 15rem;
        border-radius: 20px;
    }

    .pointInfo .pointInfo_ttl {
        top: -1rem;
        left: -1rem;
        margin: 0 7px;
        padding: 3px 6px 3px 42px;
        border-radius: 0.5rem;
        font-size: 1.2em;
    }

    .pointInfo p {
        font-size: 1em;
    }

    .cta_unit_2nd {
        width: 95%;
    }

    .cta_unit_txt {
        width: 100%;
        padding-right: 0;
        padding-bottom: 3rem;
        background: url(/img/lp/info/cta_arrowDown.svg) no-repeat bottom center;
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 1rem;
    }

    .mapArea {
        margin: 3rem 0 0;
        background: none;
    }
    .mapArea .map_sp {
        width: 90%;
        margin: 0 auto 1rem;
    }

    .mapArea_accordion {
        margin: 3rem 0 0;
    }

    .mapArea_accordion .table_wrap {
        margin: 0;
    }

    .mapArea_accordion .table_wrap_kanto {
        display: block;

    }

    .mapArea_accordion .table_area_ttl {
        margin-bottom: 1.2rem;
        padding-bottom: 0.3rem;
        text-align: center;
    }

    .mapArea_accordion .table_kanto {
        color: #E8470A;
        border-bottom: 1px solid #E8470A;
        border-top: 1px solid #E8470A;
    }

    .mapArea_accordion .table_wrap_kanto table {
        margin-right: 0;
    }

    .mapArea .table_wrap_kanto table.end {
        margin-right: 0;
    }

    .mapArea_accordion .table_hokkaido {
        color: #008BD5;
        border-bottom: 1px solid #008BD5;
        border-top: 1px solid #008BD5;
    }

    .mapArea_accordion .table_kyusyu {
        color: #DB5310;
        border-bottom: 1px solid #DB5310;
        border-top: 1px solid #DB5310;
    }

    .mapArea_accordion .table_tyugoku {
        color: #A380B7;
        border-bottom: 1px solid #A380B7;
        border-top: 1px solid #A380B7;
    }

    .mapArea_accordion .table_kansai {
        color: #F6AA00;
        border-bottom: 1px solid #F6AA00;
        border-top: 1px solid #F6AA00;
    }

    .mapArea_accordion .table_hokuriku {
        color: #52BBAD;
        border-bottom: 1px solid #52BBAD;
        border-top: 1px solid #52BBAD;
    }

    .mapArea_accordion .table_tokai {
        color: #9CC715;
        border-bottom: 1px solid #9CC715;
        border-top: 1px solid #9CC715;
    }

    .mapArea_accordion table {
        width: 100%;
        margin-bottom: 2rem;
    }

    .mapArea_accordion table th, .mapArea_accordion table td {
        width: 30%;
        padding: 0.2rem;
        text-align: center;
        font-size: 0.9em;
        font-weight: normal;
    }

    .mapArea_accordion table .ttl_red {
        background-color: #E8470A;
        color: #fff;
    }

    .mapArea_accordion table .ttl_pink {
        background-color: #F08F69;
        color: #fff;
    }

    .mapArea_accordion table .ttl_blue {
        background-color: #008BD5;
        color: #fff;
    }

    .mapArea_accordion table .ttl_orenge {
        background-color: #DB5310;
        color: #fff;
    }

    .mapArea_accordion table .ttl_purple {
        background-color: #A380B7;
        color: #fff;
    }

    .mapArea_accordion table .ttl_yellow {
        background-color: #F6AA00;
        color: #fff;
    }

    .mapArea_accordion table .ttl_lblue {
        background-color: #52BBAD;
        color: #fff;
    }

    .mapArea_accordion table .ttl_green {
        background-color: #9CC715;
        color: #fff;
    }

    .mapArea_accordion table .bgG {
        background-color: #EEEEEE;
    }

    .mapArea_accordion table .lineL {
        width: 140px;
        border-left: 1px solid #666;
    }

    .mapArea_accordion table .lineB {
        border-bottom: 1px solid #666;
    }

    .mapArea_accordion table span {
        display: block;
        font-size: 0.6em;
        color: #0691F7;
    }


    .accordion {
        margin: 1em 0;
      }
      .accordion__summary {
        display: block;
        background: #fff; /* 見出しの背景色 */
        font-weight: bold;
        position: relative;
        list-style: none; /* 矢印を消す */
        cursor: pointer;
        padding: 10px 38px 10px 10px;
      }
      .accordion__summary::-webkit-details-marker {
        display: none;
      }
      .accordion__summary::after {
        content: "+";
        font-size: 1.4em; /* 記号のサイズ */
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
      }
      .accordion[open] .accordion__summary::after {
        content: "−";
      }
      .accordion__detail[open] {
        margin-top: 0;
	padding-bottom: 10px;
      }
      .accordion__detail {
        margin-top: 10px;
        padding: 10px;
      }

      .pointUnit_support_box {
        width: 100%;
        margin-bottom: 2rem;
        padding: 3rem 1rem 1rem;
    }
    .pointUnit_support_box .pointUnit_support_box_ttl {
        font-size: 1.4rem;
    }

    .flowUnit {
        width: 90%;
        margin: 0 auto;
        padding: 1.4rem;
    }
    .flow_inner .read {
        margin-bottom: 3rem;
        padding: 0 1rem;
    }
    .flowUnit .illst {
        width: 50%;
        margin: 0 auto 2rem;
    }
    .flowUnit .txtArea {
        width: 100%;
    }
    .flowUnit .txtArea .ttl {
        font-size: 1.2em;
    }

    .voice_unit_item {
        width: 100%;
    }
    .voice_unit_item .illst {
        width: 80%;
        margin: 0 auto;
    }
    .voice_unit_item .txt {
        width: 100%;
    }


    .faq {
        padding: 1em;
    }
    .faqInner {
        width: 100%;
        padding: 1rem;
    }
    .faq dt {
        padding: 10px 0 8px 50px;
        font-size: 1em;
    }
    .faq dd {
        padding: 1rem;
        font-size: 1em;
    }


    .tab {
        padding: 3rem 1rem;
        background-color: #EAF2D7;
    }
    .tab .read {
        text-align: left;
    }
    .tab_inner .phoneNo a {
        font-size: 2.4rem;
    }
    .tab_inq {
        padding-left: 0.5rem;
        font-size: 0.9em;
        background-position:left 1rem center;
        background-size: 1.2em;
    }
    .tab_doc {
        padding-left: 1.5rem;
        font-size: 0.9em;
        background-position:left 0.9rem center;
        background-size: 1.2em;
    }
    .tabs input:checked+.tab_inq {
        padding-left: 0.5em;
        background-position:left 1rem center;
        background-size: 1.2em;
    }
    .tabs input:checked+.tab_doc {
        padding-left: 1.5em;
        background-position:left 0.9rem center;
        background-size: 1.2em;
    }
    .tab_content p.attention {
        width: 90%;
        margin: 0 auto 2rem;
    }


    .form-contact {
        padding: 0.23rem 0.3rem 0.4rem;
      }
      .form-contact .ul-form {
        display: block;
        padding-bottom: 0;
        margin-bottom: 0.5rem;
      }
      .form-contact .ul-form > li {
        display: block;
        margin-bottom: 0.29rem;
      }
      .form-contact .ul-form > li:last-child {
        margin-bottom: 0;
      }
      .form-contact .ul-form .th,
      .form-contact .ul-form .td {
        display: block;
        padding-bottom: 0;
      }
      .form-contact .ul-form .th {
        width: auto;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 0.5rem;
      }
      .form-contact .ul-form .textbox {
        padding: 0 0.2rem;
        height: 2rem;
      }
      .form-contact .ul-form .textarea {
        height: 3.45rem;
        padding: 0.2rem;
      }
      .form-contact .ul-form .txt-required {
        position: relative;
        margin-left: 0.12rem;
        right: auto;
        top: auto;
        font-size: 0.8em;
    }
      .form-contact .ul-form .note {
        font-size: 0.8rem;
        line-height: 1.30769;
        padding-left: 0;
        letter-spacing: 0;
        margin-top: 0.15rem;
        margin-bottom: 1rem;
      }
      .form-contact .ul-form .note:before {
        position: relative;
        left: auto;
        top: auto;
      }
      .form-contact .ul-form .ol-col {
        display: block;
        width: 100%;
      }
      .form-contact .ul-form .ol-col > li {
        display: block;
        margin-bottom: 0.12rem;
      }
      .form-contact .ul-form .ol-col > li:last-child {
        margin-bottom: 0;
      }
      .form-contact .ul-form .ol-col > li:last-child .col {
        padding-bottom: 0;
      }
      .form-contact .ul-form .ol-col .col {
        display: block;
        padding-bottom: 0;
      }
      .form-contact .ul-form .ol-col .col01 {
        width: auto;
        font-size: 1rem;
        padding-top: 0;
        margin-bottom: 0.3rem;
      }
      .form-contact select {
        background-size: 0.66rem auto;
        width: 100%;
        height: 2rem;
        font-size: 1em;
        padding: 0 0.7rem 0 0.2rem;
      }
      .form-contact .contact-box {
        border-radius: 0.05rem;
        padding: 1rem;
        width: auto;
        margin: 0 auto;
      }
      .form-contact .form-argee {
        width: auto;
        margin-left: 0.5rem;
        -webkit-tap-highlight-color: transparent;
        text-align: left;
      }
      .form-contact .form-argee label input[type=checkbox]:checked + span {
      }
      .form-contact .form-argee label span {
        padding: 2px 0 2px 2.4rem;
        background-size: 1.8rem auto;
        font-size: 1rem;
        line-height: 1.8;
        color: #000;
      }
      .form-contact .btn-submit, .form-contact .btn-back {
        width: 100%;
        height: 3rem;
        margin: 0.28rem auto 0;
        padding: 0.1rem;
        background-position: right 1rem center;
        font-size: 1rem;
        letter-spacing: 0.035em;
      }
      .agree_msg {
        text-align: left;
        font-size: 0.8em;
    }

    #footer {
        margin-bottom: 5rem;
    }

    #footer .footerLogo {
        width: 273px;
        margin: 0 auto 2rem;
    }

    #footer .footerLink {
        width: 100%;
    }

    #footer .footerLink a {
        width: 90%;
        margin: 0 auto 1.5rem;
        display: block;
        text-align: left;
    }
}
