@charset "UTF-8";
@media screen and (min-width: 769px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.12rem;
  }
  .container {
    width: calc(100% - 0.4rem);
  }
  .pconly {
    display: none !important;
  }
  .fixed_btn .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed_btn .btn01 {
    margin-right: 0.05rem;
  }
  .fixed_btn .btn01 img {
    width: 1.85rem;
  }
  .fixed_btn .btn02 {
    margin-right: 0.05rem;
  }
  .fixed_btn .btn02 img {
    width: 0.8rem;
  }
  .fixed_btn .btn03 img {
    width: 0.8rem;
  }
  .header {
    padding: 0.15rem 0 0.04rem;
  }
  .header .logo img {
    width: 1.32rem;
  }
  .mv {
    display: block;
  }
  .mv .txt {
    width: 100%;
  }
  .mv .tit {
    padding-right: 0;
  }
  .mv .tit img {
    width: 100%;
  }
  .mv .scroll-infinity {
    width: 100%;
    margin-top: 0.18rem;
  }
  .mv .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
            animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
  .mv .scroll-infinity__item {
    width: 6.2rem;
    margin-left: 0.1rem;
  }
  .sec01 {
    padding: 0.34rem 0;
  }
  .sec01::after {
    width: 0.66rem;
    height: 0.22rem;
    bottom: -0.22rem;
    left: calc(50% - 0.33rem);
  }
  .sec01 .tit img {
    width: 3.11rem;
  }
  .sec01 .img {
    margin-top: 0.25rem;
  }
  .sec01 .img img {
    width: 330px;
  }
  .sec01 .txt {
    margin-top: 0.16rem;
  }
  .sec01 .txt img {
    margin-left: 0.15rem;
    width: 3.095rem;
  }
  .cta {
    padding: 0.43rem 0 0.47rem;
  }
  .cta .tit {
    font-size: 0.2rem;
    letter-spacing: 0;
    line-height: 1.52;
  }
  .cta .bg {
    margin-top: 0.27rem;
    padding: 0 0.1rem;
    border-radius: 0;
    background-color: transparent;
  }
  .cta .wrap01 {
    display: block;
  }
  .cta .btn a {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.1rem;
    padding: 0.19rem 0 0.15rem 0.7rem;
  }
  .cta .btn a::after {
    width: 0.1rem;
    height: 0.1rem;
    top: calc(50% - 0.05rem);
    right: 0.12rem;
  }
  .cta .btn a:hover {
    top: 0.08rem;
  }
  .cta .btn .btn_txt {
    font-size: 0.22rem;
  }
  .cta .btn .btn_txt .fs01 {
    font-size: 0.15rem;
  }
  .cta .btn .btn_txt .fs02 {
    font-size: 0.13rem;
  }
  .cta .btn01 a {
    color: #fff;
    -webkit-box-shadow: 0 0.08rem #003369;
            box-shadow: 0 0.08rem #003369;
    background-color: #004da0;
    border: 0.02rem solid #004da0;
  }
  .cta .btn01 a::before {
    width: 0.5rem;
    height: 0.4rem;
    top: calc(50% - 0.2rem);
    left: 0.1rem;
  }
  .cta .btn01 a:hover {
    top: 0.08rem;
    -webkit-box-shadow: 0 0.02rem #003369;
            box-shadow: 0 0.02rem #003369;
  }
  .cta .btn01 a .btn_cat {
    top: -0.2rem;
    left: auto;
    right: 0.5rem;
  }
  .cta .btn01 a .btn_cat img {
    width: 1.5rem;
  }
  .cta .btn02 {
    margin-top: 0.23rem;
  }
  .cta .btn02 a {
    -webkit-box-shadow: 0 0.08rem #897a5b;
            box-shadow: 0 0.08rem #897a5b;
    border: 0.02rem solid #897a5b;
  }
  .cta .btn02 a::before {
    width: 0.66rem;
    height: 0.67rem;
    top: calc(50% - 0.335rem);
    left: 0.1rem;
  }
  .cta .btn02 a:hover {
    top: 0.08rem;
    -webkit-box-shadow: 0 0.02rem #897a5b;
            box-shadow: 0 0.02rem #897a5b;
  }
  .cta .btn03 {
    margin-top: 0.26rem;
    padding-top: 0.2rem;
    border-top: dotted 2px #b6c9e3;
  }
  .cta .btn03 a {
    color: #fff;
    background-color: #00a197;
    -webkit-box-shadow: 0 0.08rem #007a80;
            box-shadow: 0 0.08rem #007a80;
    border: 0.02rem solid #00a197;
  }
  .cta .btn03 a::before {
    width: 0.48rem;
    height: 0.3rem;
    top: calc(50% - 0.15rem);
    left: 0.13rem;
    background-image: url(../img/cta/btn03_deco.png);
  }
  .cta .btn03 a::after {
    background-image: url(../img/cta/btn01_arrow.png);
  }
  .cta .btn03 a:hover {
    top: 0.08rem;
    -webkit-box-shadow: 0 0.02rem #007a80;
            box-shadow: 0 0.02rem #007a80;
  }
  .cta .btn03 .bnt03_notes {
    margin-top: 0.17rem;
    font-size: 0.15rem;
    font-weight: 700;
    text-align: center;
  }
  .cta .wrap02 {
    margin-top: 0.45rem;
    padding-top: 0.17rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 0.2rem;
    border-top: dotted 0.03rem #b6c9e3;
  }
  .cta .wrap02 .txt img {
    width: 3.64rem;
  }
  .cta .wrap02 .num img {
    width: 3.77rem;
  }
  .cta.cta02 {
    padding: 0.3rem 0;
  }
  .cta.cta02 .tit {
    padding-top: 0.25rem;
    color: #393939;
    border-radius: 0.05rem 0.05rem 0 0;
    background-color: #fff;
  }
  .cta.cta02 .tit .strong {
    color: #004da0;
  }
  .cta.cta02 .bg {
    margin-top: 0;
    padding: 0.28rem 0.17rem 0.32rem;
    border-radius: 0 0 0.05rem 0.05rem;
    background-color: #fff;
  }
  .cta.cta03 {
    padding: 0.2rem 0.05rem 0.2rem;
    border-radius: 0.05rem;
    border-top: 0.04rem solid #004da0;
    background-color: #ebf1f9;
  }
  .cta.cta03 .bg {
    margin-top: 0.3rem;
    background-color: #ebf1f9;
  }
  .cta.cta03 .cat01 {
    margin-top: 0.22rem;
  }
  .cta.cta03 .cat01 img {
    width: 2.95rem;
  }
  .cta.cta03 .cat02 {
    margin-top: 0.25rem;
  }
  .cta.cta03 .cat02 img {
    width: 2.95rem;
  }
  .cta.cta03 .btn02 {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    border-top: 0.03rem dotted #b6c9e3;
  }
  .sec02 .content01 {
    padding: 0.43rem 0 0.7rem;
    text-align: center;
    background-size: cover;
    background-position: center top;
    background-image: url(../img/sec02/bg01.jpg);
    position: relative;
  }
  .sec02 .content01::after {
    content: "";
    width: 100%;
    height: 0.2rem;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(80%, #fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sec02 .content01 .tit img {
    width: 3.16rem;
  }
  .sec02 .content01 .txt01 {
    margin-top: 0.2rem;
  }
  .sec02 .content01 .txt01 img {
    width: 2.4rem;
  }
  .sec02 .content01 .txt02 {
    margin: 0.25rem 0 0.18rem;
  }
  .sec02 .content01 .txt02 img {
    width: 2.65rem;
  }
  .sec02 .content01 .desc {
    font-size: 0.1rem;
    line-height: 1.7;
  }
  .sec02 .content01 .desc:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
  .sec02 .content02 {
    padding: 0 0 0.38rem;
    margin-top: -0.43rem;
  }
  .sec02 .content02 .tit img {
    width: 3.29rem;
    margin-left: -0.15rem;
  }
  .sec02 .content02 .txt {
    margin-top: 0.36rem;
  }
  .sec02 .content02 .txt img {
    width: 2.55rem;
  }
  .sec02 .content02 .youtube {
    margin-top: 0.03rem;
  }
  .sec02 .content02 .youtube iframe {
    width: 3.15rem;
  }
  .sec02 .content03 {
    padding: 0.65rem 0 0.3rem;
  }
  .sec02 .content03::before {
    height: 0.3rem;
    top: -1px;
  }
  .sec02 .content03::after {
    height: 0.3rem;
    bottom: -1px;
  }
  .sec02 .content03 .deco {
    width: 9rem;
    top: 0;
    left: calc(50% - 4.5rem);
  }
  .sec02 .content03 .tit,
  .sec02 .content03 .img01,
  .sec02 .content03 .img02 {
    position: relative;
  }
  .sec02 .content03 .tit img {
    width: 3.19rem;
  }
  .sec02 .content03 .img01 {
    margin-top: 0.1rem;
  }
  .sec02 .content03 .img01 img {
    width: 3.45rem;
  }
  .sec02 .content03 .img02 {
    margin-top: 0.1rem;
  }
  .sec02 .content03 .img02 img {
    width: 3.45rem;
  }
  .sec02 .content04 {
    padding: 0.2rem 0 0.4rem;
  }
  .sec02 .content04 .container {
    width: 100%;
  }
  .sec02 .content04 .tit img {
    width: 2.59rem;
  }
  .sec02 .content04 .img01 {
    margin-top: 0.2rem;
  }
  .sec02 .content04 .img01 img {
    width: 100%;
  }
  .sec02 .content04 .wrap {
    margin: 0.22rem 0.2rem 0;
    padding-top: 0.25rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.17rem 0;
    border-top: dotted 0.03rem #897a5b;
  }
  .sec02 .content04 .summary {
    width: 100%;
  }
  .sec02 .content04 .stit {
    font-size: 0.22rem;
  }
  .sec02 .content04 .stit .strong {
    width: 0.28rem;
    height: 0.28rem;
  }
  .sec02 .content04 .desc {
    margin-top: 0.7em;
    font-size: 0.15rem;
    line-height: 1.73;
  }
  .sec02 .content04 .img02 {
    width: 100%;
  }
  .sec03 .tit01 {
    padding: 0.24rem 0 0.5rem;
  }
  .sec03 .tit01 img {
    width: 2.7rem;
  }
  .sec03 .tit01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sec03 .content {
    padding: 0.13rem 0 0.4rem;
  }
  .sec03 .content::before {
    height: 0.22rem;
    top: -0.2rem;
    -webkit-clip-path: polygon(50% 60%, 53% 0, 100% 0, 100% 100%, 0 100%, 0 0, 47% 0);
            clip-path: polygon(50% 60%, 53% 0, 100% 0, 100% 100%, 0 100%, 0 0, 47% 0);
  }
  .sec03 .tit02 img {
    width: 2.59rem;
  }
  .sec03 .box01 {
    padding: 0.26rem 0 0.25rem;
    margin-top: 0.22rem;
  }
  .sec03 .box01 .box_tit img {
    width: 2.4rem;
  }
  .sec03 .box01 .img {
    margin-top: 0.14rem;
  }
  .sec03 .box01 .img img {
    width: 2.75rem;
  }
  .sec03 .cat {
    margin: 0.28rem -0.2rem 0;
  }
  .sec03 .cat img {
    width: 100%;
  }
  .sec03 .box02 {
    padding: 0 0 0.2rem;
    margin-top: 0.2rem;
    border-radius: 0.1rem;
    background-color: #fff;
  }
  .sec03 .box02 .box_tit {
    padding: 0.13rem 0 0.15rem;
    border-radius: 0.1rem 0.1rem 0 0;
    background-color: #897a5b;
  }
  .sec03 .box02 .box_tit img {
    width: 1.975rem;
  }
  .sec03 .box02 .img {
    margin: 0.24rem 0.04rem 0;
  }
  .sec03 .box02 .img img {
    width: 100%;
  }
  .sec03 .after {
    padding: 0.3rem 0 0.4rem;
  }
  .sec03 .after img {
    width: 324px;
  }
  .sec04 .tit {
    padding: 0.2rem 0 0.32rem;
    font-size: 0.18rem;
    line-height: 1.46;
  }
  .sec04 .tit .strong {
    font-size: 0.28rem;
  }
  .sec04 .tit .strong .fs01 {
    font-size: 0.24rem;
  }
  .sec04 .tit .strong::before {
    width: 0.21rem;
    height: 0.3rem;
    top: calc(50% - 0.15rem);
    left: -0.25rem;
  }
  .sec04 .bg {
    padding: 0.3rem 0 0.42rem;
  }
  .sec04 .bg::before {
    height: 0.2rem;
    top: -0.19rem;
  }
  .sec04 .content {
    padding: 0.15rem 0.2rem 0.18rem 0.2rem;
    border-radius: 0.05rem;
  }
  .sec04 .content:not(:first-of-type) {
    margin-top: 0.2rem;
  }
  .sec04 .date {
    width: 1.05rem;
    top: -0.2rem;
    left: -0.2rem;
  }
  .sec04 .content_tit img {
    height: 0.6rem;
  }
  .sec04 .wrap {
    margin-top: 0.22rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.12rem 0;
  }
  .sec04 .city {
    padding: 0 0.13rem 0 0.23rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
    border-radius: 0.1rem 0 0.05rem 0;
  }
  .sec04 .city::before {
    width: 0.11rem;
    height: 0.156rem;
    top: calc(50% - 0.078rem);
    left: 0.1rem;
  }
  .sec04 .gallery-container {
    max-width: 100%;
  }
  .sec04 .main-image {
    width: 100%;
    height: 1.84rem;
    margin-bottom: 0.1rem;
  }
  .sec04 .main-image img {
    border-radius: 0.08rem;
  }
  .sec04 .thumbnails img {
    width: 0.92rem;
    height: 0.58rem;
    border-radius: 0.05rem;
  }
  .sec04 .summary {
    width: 100%;
  }
  .sec04 .desc {
    font-size: 0.14rem;
    line-height: 1.78;
  }
  .sec04 .lists01 {
    margin-top: 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec04 .lists01 li {
    width: 0.9rem;
    line-height: 0.28rem;
    font-size: 0.13rem;
  }
  .sec04 .lists02 {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec04 .lists02 dt,
  .sec04 .lists02 dd {
    padding: 0.06rem 0;
    font-size: 0.13rem;
    line-height: 1.53;
  }
  .sec04 .lists02 dt:not(:last-of-type),
  .sec04 .lists02 dd:not(:last-of-type) {
    margin-bottom: 1px;
  }
  .sec04 .lists02 dt {
    width: 0.65rem;
  }
  .sec04 .lists02 dt:first-of-type {
    border-radius: 0.06rem 0 0 0;
  }
  .sec04 .lists02 dt:last-of-type {
    border-radius: 0 0 0 0.06rem;
  }
  .sec04 .lists02 dd {
    padding-left: 0.1rem !important;
    width: calc(100% - 0.65rem);
  }
  .sec04 .lists02 dd:first-of-type {
    border-radius: 0 0.06rem 0 0;
  }
  .sec04 .lists02 dd:last-of-type {
    border-radius: 0 0 0.06rem 0;
  }
  .sec05 {
    padding: 0.45rem 0 0.4rem;
  }
  .sec05 .tit {
    margin-bottom: 0.25rem;
  }
  .sec05 .tit img {
    width: 2.55rem;
  }
  .sec05 .content {
    padding: 0.35rem 0.2rem 0.35rem;
    border-radius: 0.05rem;
  }
  .sec05 .content .txt {
    margin-top: 0.17rem;
    text-align: left;
    font-size: 0.15rem;
    line-height: 1.73;
  }
  .sec05 .content:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .sec05 .content01 .stit img {
    width: 2.62rem;
  }
  .sec05 .content01 .box {
    border-radius: 0.05rem;
  }
  .sec05 .content01 .box .box_tit {
    font-size: 0.2rem;
    border-radius: 0.05rem 0.05rem 0 0;
  }
  .sec05 .content01 .box .img {
    border-radius: 0 0 0.05rem 0.05rem;
  }
  .sec05 .content01 .box01 {
    margin-top: 0.17rem;
  }
  .sec05 .content01 .box01 .box_tit {
    padding: 0.11rem 0 0.1rem;
  }
  .sec05 .content01 .box01 .img {
    padding: 0.2rem 0;
  }
  .sec05 .content01 .box01 .img img {
    width: 2.6rem;
  }
  .sec05 .content01 .box02 {
    margin-top: 0.14rem;
  }
  .sec05 .content01 .box02 .box_tit {
    padding: 0.11rem 0 0.1rem;
  }
  .sec05 .content01 .box02 .img {
    padding: 0.2rem 0;
  }
  .sec05 .content01 .box02 .img img {
    width: 2.6rem;
  }
  .sec05 .content01 .after {
    margin-top: 0.36rem;
  }
  .sec05 .content01 .after img {
    width: 3.11rem;
  }
  .sec05 .content02 .stit img {
    width: 2.23rem;
  }
  .sec05 .content02 .box {
    margin-top: 0.3rem;
    padding: 0.4rem 0.15rem 0.14rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 0.1rem;
    gap: 0.08rem 0;
  }
  .sec05 .content02 .box .box_txt {
    width: 4.6rem;
  }
  .sec05 .content02 .box .box_txt_cat {
    padding-left: 0;
    font-size: 0.2rem;
    text-align: center;
  }
  .sec05 .content02 .box .box_txt_cat::before {
    width: 0.55rem;
    height: 0.55rem;
    left: calc(50% - 0.275rem);
    top: -0.56rem;
  }
  .sec05 .content02 .box .box_txt_desc {
    margin-top: 0.7em;
    font-size: 0.14rem;
    line-height: 1.71;
  }
  .sec05 .content02 .box .box_img {
    width: 3.265rem;
  }
  .sec05 .content02 .stit02 {
    margin-top: 0.3rem;
  }
  .sec05 .content02 .stit02 img {
    width: 2.95rem;
  }
  .sec05 .content02 .img01 {
    margin-top: 0.16rem;
  }
  .sec05 .content02 .img01 img {
    width: 3.05rem;
  }
  .sec05 .content02 .img02 {
    margin: 0.27rem -0.1rem 0;
  }
  .sec05 .content02 .img02 img {
    width: 3.16rem;
  }
  .sec05 .content03 .stit img {
    width: 2.25rem;
  }
  .sec05 .content03 .img01 {
    margin-top: 0.14rem;
  }
  .sec05 .content03 .img01 img {
    width: 2.95rem;
  }
  .sec05 .content03 .img02 {
    margin-top: 0.3rem;
  }
  .sec05 .content03 .img02 img {
    width: 2.25rem;
  }
  .sec06 {
    padding: 0.43rem 0 0.4rem;
  }
  .sec06 .tit img {
    width: 3.06rem;
  }
  .sec06 .item {
    margin-top: 0.28rem;
    padding: 0.18rem 0.2rem 0.24rem;
    border-radius: 0.1rem;
  }
  .sec06 .item .item_tit {
    font-size: 0.32rem;
  }
  .sec06 .item .item_tit .tit_cat {
    min-width: 2.4rem;
    margin-bottom: 0.1rem;
    padding: 0;
    line-height: 0.25rem;
    font-size: 0.15rem;
  }
  .sec06 .item .wrap {
    margin-top: 0.17rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .sec06 .item .img {
    width: 100%;
  }
  .sec06 .item .summary {
    width: 100%;
  }
  .sec06 .item .price img {
    height: 0.46rem;
  }
  .sec06 .item .price .notes {
    margin-top: 0.1rem;
    font-size: 0.15rem;
  }
  .sec06 .item .desc {
    margin-top: 0.2rem;
    padding-top: 0;
    font-size: 0.14rem;
    line-height: 1.71;
  }
  .sec06 .item.blue {
    border: 1px solid #b6c9e3;
    background-color: #ebf1f9;
  }
  .sec06 .item.blue .item_tit {
    color: #004da0;
  }
  .sec06 .item.blue .item_tit .tit_cat {
    background-color: #004da0;
  }
  .sec06 .item.blue .desc {
    border-top: none;
  }
  .sec06 .item.blue .desc .strong {
    color: #004da0;
  }
  .sec06 .item.green {
    border: 1px solid #a8c1b9;
    background-color: #ecf3f1;
  }
  .sec06 .item.green .item_tit {
    color: #066445;
  }
  .sec06 .item.green .item_tit .tit_cat {
    background-color: #066445;
  }
  .sec06 .item.green .desc {
    border-top: none;
  }
  .sec06 .stit {
    margin-top: 0.4rem;
  }
  .sec06 .stit img {
    width: 2.895rem;
  }
  .sec06 .item01::after {
    width: 0.94rem;
    height: 0.92rem;
    top: 0.16rem;
    right: -0.34rem;
  }
  .sec06 .item02::after {
    width: 0.73rem;
    height: 0.55rem;
    top: 0.22rem;
    left: -0.37rem;
  }
  .sec06 .item03::after {
    width: 0.72rem;
    height: 0.68rem;
    top: 0.16rem;
    right: -0.4rem;
  }
  .sec06 .item04::after {
    width: 0.83rem;
    height: 0.88rem;
    top: 0.13rem;
    left: -0.29rem;
  }
  .sec06 .item05 {
    margin-top: 0.18rem;
  }
  .sec06 .item05::after {
    width: 0.82rem;
    height: 1.03rem;
    top: -0.23rem;
    right: -0.45rem;
  }
  .sec07 {
    padding: 0.4rem 0 0.3rem;
    background-image: url(../img/sec07/bg_sp.jpg);
  }
  .sec07 .tit img {
    width: 3.16rem;
  }
  .sec07 .txt01 {
    margin-top: 0.21rem;
  }
  .sec07 .txt01 img {
    width: 2.4rem;
  }
  .sec07 .txt02 {
    margin: 0.26rem 0 0.18rem;
  }
  .sec07 .txt02 img {
    width: 2.65rem;
  }
  .sec07 .desc {
    font-size: 0.1rem;
    line-height: 1.7;
  }
  .sec07 .desc:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
  .sec07 .stit {
    margin-top: 0.26rem;
  }
  .sec07 .stit img {
    width: 2.55rem;
  }
  .sec07 .lists {
    width: 3.35rem;
    margin: 0.28rem auto 0;
  }
  .sec07 .lists li {
    text-align: left;
  }
  .sec07 .lists li:not(:first-of-type) {
    margin-top: 0.25rem;
  }
  .sec07 .lists .list_bg {
    padding: 0.3rem 0.3rem 0.4rem;
    border-radius: 0.05rem;
  }
  .sec07 .lists .list_bg::before, .sec07 .lists .list_bg::after {
    width: 0.2rem;
    height: 0.17rem;
  }
  .sec07 .lists .list_bg::before {
    top: 0.1rem;
    left: 0.13rem;
  }
  .sec07 .lists .list_bg::after {
    bottom: 0.1rem;
    right: 0.13rem;
  }
  .sec07 .lists .list_desc {
    font-size: 0.14rem;
    line-height: 1.85;
  }
  .sec07 .lists .temple_wrap {
    margin-top: 0.15rem;
    padding-right: 0;
    text-align: right;
  }
  .sec07 .lists .temple {
    padding-left: 0.23rem;
    font-size: 0.16rem;
  }
  .sec07 .lists .temple::before {
    width: 0.14rem;
    height: 0.2rem;
    top: calc(50% - 0.1rem);
    left: 0.05rem;
  }
  .sec07 .lists .temple .after_txt {
    margin-left: 0.1rem;
    padding-left: 0.1rem;
    border-left: 0.02rem solid #ebe4d7;
  }
  .sec07 .lists .notes {
    margin-top: 0.12rem;
    padding-left: 0;
    font-size: 0.1rem;
    line-height: 1.7;
  }
  .sec08 {
    padding: 0.73rem 0 0.3rem;
  }
  .sec08 .tit {
    font-size: 0.28rem;
  }
  .sec08 .accordion {
    width: 3.35rem;
    margin: 0.28rem auto 0;
  }
  .sec08 .accordion .item {
    --term-height: 3.5em;
    --group-height: 100dvh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 0;
    overflow: hidden;
    max-height: var(--group-height);
    -webkit-transition: 0.3s max-height ease-out;
    transition: 0.3s max-height ease-out;
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
  }
  .sec08 .accordion .item:not(.open) {
    max-height: var(--term-height);
  }
  .sec08 .accordion .item:not(.open) dd {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .sec08 .accordion .item.open dt::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sec08 .accordion dt,
  .sec08 .accordion dd {
    padding-left: 0.15rem;
    padding-right: 0.25rem;
    line-height: 1.5;
  }
  .sec08 .accordion dt .icon,
  .sec08 .accordion dd .icon {
    width: 0.4rem;
  }
  .sec08 .accordion dt .icon img,
  .sec08 .accordion dd .icon img {
    width: 0.3rem;
  }
  .sec08 .accordion dt .txt,
  .sec08 .accordion dd .txt {
    padding-top: 0.02rem;
    width: calc(100% - 0.4rem);
  }
  .sec08 .accordion dt {
    padding-top: 0.11rem;
    padding-bottom: 0.1rem;
    font-size: 0.16rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec08 .accordion dt::after {
    width: 0.12rem;
    height: 0.07rem;
    top: calc(50% - 0.035rem);
    right: 0.18rem;
  }
  .sec08 .accordion dd {
    padding-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.71;
  }
  .sec09 {
    padding: 0 0 1rem;
  }
  .sec09 .img {
    margin: 0 -0.3rem;
    text-align: center;
  }
  .sec09 .img img {
    width: 100%;
  }
  .sec09 .tit01 {
    margin: -0.72rem 0 0.28rem;
  }
  .sec09 .tit01 img {
    width: 3.32rem;
  }
}
/*# sourceMappingURL=style_sp.css.map */