@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Ribeye Marrow */
/* Rounded M+ 1c */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
}
.com-tel-num {
  padding-left: 22px;
}
.com-tel-num::before {
  width: 15px;
  height: 28px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-radius: 0 0 10px 10px;
}

.com-table02 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
}
.com-table02 td {
  display: block;
  padding: 10px 10px;
}

.com-no-post {
  margin-top: 50px;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .container {
  padding: 50px 10px;
}
#top-ent .link {
  border-radius: 30px;
}
#top-ent .link-img img {
  border-radius: 25px 25px 0 0;
}
#top-ent .link-box {
  padding: 30px 15px 70px;
  clip-path: inset(0 round 0 0 25px 25px);
}
#top-ent .link-box::after {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: 0;
  top: unset;
  right: unset;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}
#top-ent .link-box-sub {
  top: -18px;
}
#top-ent .box-ttl {
  margin-left: 0;
  margin-top: 5px;
}
#top-ent .wrap {
  display: block;
  margin-top: 20px;
}
#top-ent .link-box {
  border-radius: 0 0 25px 25px;
}
#top-ent .link-box-txt {
  display: inline-block;
}
#top-ent .link-guide {
  margin-top: 20px;
}
#top-ent .box {
  display: block;
  text-align: center;
}
#top-ent .official-sub {
  width: 160px;
  bottom: unset;
  top: 42.8vw;
}
#top-ent .smartphone {
  border-radius: 30px;
}
#top-ent .smartphone-sub {
  width: 190px;
  bottom: unset;
  top: 31.4vw;
}
#top-ent .guide {
  border-radius: 30px;
}
#top-ent .guide-sub {
  width: 170px;
  bottom: unset;
  top: 32.8vw;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner::after {
  width: 77px;
  height: 52px;
  bottom: 110px;
}
#top-about .ttl::before {
  width: 110px;
  height: 55px;
  top: -20px;
  right: 30px;
}
#top-about .img {
  position: relative;
  width: 100%;
  margin-top: 25px;
  top: unset;
  left: unset;
}
#top-about .img img {
  border-radius: 20px;
}
#top-about .img::before {
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border-radius: 20px;
}
#top-about .btn {
  display: block;
  margin: 45px auto 0;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg::before {
  width: 50px;
  height: 110px;
  left: 0;
  top: -50px;
}
#top-service .bg::after {
  width: 90px;
  height: 80px;
  top: -30px;
  right: 30px;
}
#top-service .inner {
  padding: 50px 15px 100px;
}
#top-service .inner::before {
  width: 132px;
  height: 70px;
  bottom: 45px;
}
#top-service .inner::after {
  width: 86px;
  height: 66px;
  bottom: 50px;
}
#top-service .ttl::before {
  width: 49px;
  height: 63px;
  top: 0px;
  left: calc(50% - 135px);
}
#top-service .ttl::after {
  width: 12px;
  height: 42px;
  top: 15px;
  right: calc(50% - 97px);
}
#top-service .ttl-sub {
  width: 100px;
  margin-top: 10px;
}
#top-service .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
#top-service .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#top-service .list-item:nth-of-type(2n) .list-link {
  background-color: #97d3dd;
}
#top-service .list-link {
  height: 71.4vw;
  max-height: 320px;
  min-height: 250px;
  border-radius: 170px 170px 20px 20px;
  background-color: #ff9696;
}
#top-service .list-link::before {
  height: 21.42vw;
  bottom: 17.14vw;
}
@media screen and (max-width: 350px) {
  #top-service .list-link::before {
    bottom: 65px;
  }
}
@media screen and (min-width: 400px) {
  #top-service .list-link::before {
    bottom: 75px;
  }
}
@media screen and (min-width: 420px) {
  #top-service .list-link::before {
    bottom: 65px;
  }
}
@media screen and (min-width: 470px) {
  #top-service .list-link::before {
    bottom: 55px;
  }
}
#top-service .list-ttl {
  bottom: 55px;
}
#top-service .list-txt {
  right: 5px;
  bottom: 10px;
  font-size: 15px;
}
#top-service .list-txt::after {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}

/* =========================================
    top  sp
    top-bnr
========================================= */
#top-bnr .bg {
  background: url(/img/top/bnr-bg01.png) no-repeat left calc(100% + 10px)/54.4vw, url(/img/top/bnr-bg02.png) no-repeat calc(100% - 30px) 4.16vw/53.4vw;
}
#top-bnr .container {
  display: block;
}
#top-bnr .link {
  display: block;
  width: 250px;
  height: 230px;
  margin: 0 auto;
  padding-top: 125px;
}
#top-bnr .link-fee::before {
  width: 75px;
  height: 60px;
  left: -11px;
  bottom: -10px;
}
#top-bnr .link-fee::after {
  width: 40px;
  height: 50px;
  top: 100px;
  right: 19px;
}
#top-bnr .link-flow {
  margin-top: 25px;
}
#top-bnr .link-flow::before {
  width: 75px;
  height: 90px;
  top: 30px;
  left: -15px;
}
#top-bnr .link-flow::after {
  width: 43px;
  height: 34px;
  bottom: 10px;
  right: 0px;
}
#top-bnr .estimate {
  margin-top: 50px;
  padding: 5px;
  border: 3px solid #ff9696;
  border-radius: 20px;
}
#top-bnr .estimate::before {
  width: 200px;
  height: 165px;
}
#top-bnr .estimate::after {
  width: 200px;
  height: 165px;
}
#top-bnr .estimate-wrap {
  padding: 20px 10px 30px;
}
#top-bnr .estimate-box::after {
  width: 102px;
  height: 26px;
  bottom: -30px;
  right: 10px;
}
#top-bnr .estimate-ttl::after {
  width: 60px;
  height: 64px;
  top: 5px;
  right: calc(50% - 135px);
}
#top-bnr .estimate-ttl-sub {
  width: 120px;
}
#top-bnr .estimate-ttl-deco::before {
  width: 32px;
  height: 32px;
}
#top-bnr .estimate-primary {
  padding: 0 20px;
  background: url(/img/top/estimate-primary-deco01.png) no-repeat left bottom/15px, url(/img/top/estimate-primary-deco02.png) no-repeat right bottom/15px;
}
#top-bnr .estimate-txt::before {
  width: 25px;
  height: 45px;
  top: 5px;
  left: -20px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .bg {
  background: url(/img/top/case-bg-top.png) no-repeat center top/100%, url(/img/all/wave-btm.png) no-repeat center bottom/100%, url(/img/top/case-bg-right.png) no-repeat right top/150px, #e6f9f8;
}
#top-case .container {
  padding-bottom: 100px;
  position: relative;
}
#top-case .top {
  justify-content: center;
}
#top-case .ttl {
  padding-left: 0;
}
#top-case .ttl::before {
  width: 61px;
  height: 27px;
  top: -20px;
  right: -55px;
}
#top-case .ttl::after {
  width: 44px;
  height: 39px;
  bottom: -15px;
  left: -50px;
}
#top-case .list {
  display: block;
}
#top-case .list-item {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-case .list-img {
  height: 320px;
}
#top-case .list-ttl {
  margin-top: 10px;
  padding-left: 25px;
  background: url(/img/top/case-ttl-ico.png) no-repeat left 5px;
}
#top-case .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-link
========================================= */
#top-link .bg {
  background: url(/img/top/link-bg-deco01.png) no-repeat calc(100% - 220px) 10px/35vw, url(/img/top/link-bg-deco02.png) no-repeat right bottom/30vw;
}
#top-link .inner::after {
  width: 163px;
  height: 77px;
  bottom: -30px;
}
#top-link .container {
  display: block;
}
#top-link .link {
  width: 320px;
  height: 100px;
  margin: 0 auto;
}
#top-link .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-link .link::after {
  width: 50px;
  height: 50px;
  right: 20px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg::after {
  width: 100px;
  height: 270px;
  left: 0;
  bottom: -100px;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .container-box::before {
  width: 34px;
  height: 68px;
  top: 25px;
  left: 10px;
}
#top-news .container-box::after {
  width: 50px;
  height: 35px;
  right: calc(50% - 100px);
  top: 50px;
}
#top-news .ttl-sub {
  width: 100px;
}
#top-news .list {
  margin-top: 35px;
  margin-left: 0;
  display: block;
}
#top-news .list-item {
  width: 320px;
  max-width: 320px;
  margin: 0 auto;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-news .list-img {
  height: 320px;
}
#top-news .btn {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg-left.png) no-repeat 12.5vw 10px/20vw, url(/img/top/contact-bg.png) no-repeat calc(100% - 10px) calc(100% - 10px)/40vw, #fbf8e7;
}
#top-contact .container {
  padding: 20px 15px 70px;
  border-radius: 20px;
}
#top-contact .container::before {
  width: 64px;
  height: 42px;
  bottom: -1px;
  left: 25px;
}
#top-contact .container::after {
  width: 68px;
  height: 92px;
  bottom: -26px;
  right: 15px;
}
#top-contact .wrap {
  display: block;
}
#top-contact .sub {
  width: 150px;
}
#top-contact .sub::before {
  width: 48px;
  height: 41px;
  left: -60px;
}
#top-contact .line {
  width: 280px;
  height: 60px;
  margin: 15px auto 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-available .bg {
  background: url(/img/about/available-bg01.png) no-repeat 20px 80px/70vw, url(/img/about/available-bg02.png) no-repeat right top/35.32vw;
}
#sub-available .list {
  display: block;
  margin-top: 35px;
}
#sub-available .list-item {
  max-width: 300px;
  height: 375px;
  gap: 25px;
  margin: 0 auto;
  padding-top: 285px;
}
#sub-available .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-available .list-txt {
  margin-top: 20px;
}

#sub-service .inner::before {
  width: 71px;
  height: 45px;
  top: 80px;
  right: 20px;
}
#sub-service .inner::after {
  width: 71px;
  height: 50px;
  bottom: 0px;
  left: 10px;
}
#sub-service .ttl-sub {
  width: 150px;
  margin: 0 auto;
}
#sub-service .list {
  margin-top: 35px;
}
#sub-service .list-item {
  flex-wrap: wrap;
  gap: 20px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-service .list-item:nth-of-type(2n) .list-ttl {
  background: url(/img/about/list-ico02.png) no-repeat left 8px/20px, url(/img/about/service-border02.png) no-repeat left bottom/100%;
}
#sub-service .list-img {
  width: 100%;
}
#sub-service .list-ttl {
  padding-left: 30px;
  padding-bottom: 15px;
  background: url(/img/about/list-ico01.png) no-repeat left 8px/20px, url(/img/about/service-border01.png) no-repeat left bottom/100%;
}
#sub-service .list-txt {
  margin-top: 15px;
}

#sub-area .bg {
  background: url(/img/about/area-bg.png) no-repeat calc(100% - 5.2vw) 0px/50vw;
}
#sub-area .container {
  padding: 5px;
  border: 3px solid #ff9696;
  border-radius: 20px;
}
#sub-area .container::before {
  width: 200px;
  height: 165px;
}
#sub-area .container::after {
  width: 200px;
  height: 165px;
}
#sub-area .container-inner {
  padding: 20px 10px 30px;
}
#sub-area .container-wrap::after {
  width: 102px;
  height: 26px;
  bottom: -30px;
  right: 10px;
}
#sub-area .ttl-sub {
  width: 100px;
  margin: 0 auto;
}
#sub-area .area {
  display: block;
  margin-top: 35px;
  padding-left: unset;
}
#sub-area .area-ttl {
  width: 100%;
}
#sub-area .area-txt {
  margin-top: 10px;
}
#sub-area .txt {
  font-size: 15px;
}
#sub-area .txt-lg {
  font-size: 18px;
}

#sub-point .bg {
  background: url(/img/top//case-bg-top.png) no-repeat center top/100%, url(/img/about/point-bg01.png) no-repeat 20px 30px/60vw, url(/img/about/point-bg02.png) no-repeat right calc(100% - 650px), #e6f9f8;
}
#sub-point .ttl-sub {
  width: 100px;
  margin: 0 auto;
}
#sub-point .list {
  margin-top: 35px;
}
#sub-point .list::before {
  width: 34px;
  height: 66px;
  top: -60px;
  right: 20px;
}
#sub-point .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-point .list-item {
  padding-top: 0;
}
#sub-point .list-img {
  padding-top: 0;
  position: unset;
  width: 100%;
}
#sub-point .list-img img {
  border-radius: 15px 15px 0 0;
}
#sub-point .list-wrap {
  width: 100%;
  padding: 25px 15px;
  border-radius: 0 0 15px 15px;
}
#sub-point .list-num {
  width: 60px;
  top: -35px;
}

/* =========================================
    sub  SP
    sub-fee
========================================= */
#flowchart .bg {
  background: url(/img/fee/flowchart-bg-deco.png) no-repeat 0px 90px/60vw, url(/img/about/available-bg02.png) no-repeat right top/20.32vw;
}
#flowchart .ttl::after {
  width: 37px;
  height: 48px;
  top: -5px;
  right: calc(50% - 145px);
}
#flowchart .ttl-sub {
  width: 150px;
  margin: 0 auto;
}
#flowchart .wrap {
  margin-top: 35px;
  padding: 5px;
  border: 3px solid #ff9696;
  border-radius: 20px;
}
#flowchart .wrap::before {
  width: 200px;
  height: 165px;
}
#flowchart .wrap::after {
  width: 200px;
  height: 165px;
}
#flowchart .wrap-inner {
  padding: 20px 10px 50px;
}
#flowchart .wrap-box::after {
  width: 72px;
  height: 58px;
  bottom: -60px;
  right: 0px;
}
#flowchart .wrap-ttl {
  border-radius: 15px;
}
#flowchart .wrap-ttl-sub {
  width: 30px;
  height: 30px;
  line-height: 26px;
  top: 5px;
}
#flowchart .wrap-ttl-main {
  text-align: left;
  padding: 0 0 0 35px;
}
#flowchart .wrap-ttl-main::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#flowchart .btn-list {
  display: block;
  margin-top: 25px;
}
#flowchart .chart_btn {
  width: 280px;
  height: unset;
  margin: 0 auto;
  padding: 16px 40px;
}
#flowchart .chart_btn::after {
  width: 25px;
  height: 25px;
}
#flowchart .btn:nth-of-type(n + 2) {
  margin-top: 25px;
}
#flowchart .answer-box::before {
  width: 58px;
  height: 87px;
  top: 15px;
  left: -5px;
}
#flowchart .answer-box::after {
  width: 64px;
  height: 33px;
  top: -10px;
  right: -5px;
}
#flowchart .answer-wrap {
  margin: 25px auto 0;
  padding: 20px 15px;
}
#flowchart .answer-primary {
  position: unset;
  width: 90px;
  height: 88px;
  margin: 0 auto;
}
#flowchart .answer-ttl {
  margin-top: 15px;
}
#flowchart .answer-ttl::before {
  right: unset;
  transform: translateX(-50%);
  left: 50%;
}
#flowchart .answer-ttl::after {
  right: unset;
  transform: translateX(-50%);
  left: 50%;
}
#flowchart .answer-ttl-txt {
  padding: 15.5px 25px;
}
#flowchart .answer-txt {
  text-align: left;
}
#flowchart .answer-btm::before {
  width: 100px;
  height: 71px;
  bottom: -57px;
  left: -15px;
}
#flowchart .link {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#sub-fee .bg {
  background: url(/img/all/wave-top.png) no-repeat top center/100%, url(/img/all/wave-btm.png) no-repeat center bottom/100%, url(/img/fee/fee-bg01.png) no-repeat left top/30vw, url(/img/fee/fee-bg02.png) no-repeat calc(100% - 0px) calc(100% - 10px)/70vw, #fbf8e7;
}
#sub-fee .ttl::before {
  width: 82px;
  height: 62px;
  top: 15px;
  left: calc(50% - 170px);
}
#sub-fee .ttl-sub {
  width: 150px;
  margin: 0 auto;
}
#sub-fee .note {
  margin-top: 35px;
}
#sub-fee .list {
  margin-top: 35px;
}
#sub-fee .list-item {
  padding: 10px;
}
#sub-fee .list-txt {
  margin-top: 15px;
}
#sub-fee .menu-item {
  display: block;
  padding: 20px 15px;
}

#sub-flow .bg {
  background: url(/img/fee/flow-bg01.png) no-repeat calc(100% - 0px) 100px/50vw, url(/img/about/available-bg02.png) no-repeat right 500px/34.32vw, url(/img/fee/flow-bg01.png) no-repeat 20px calc(100% - 0px)/50vw;
}
#sub-flow .ttl::after {
  width: 82px;
  height: 97px;
  top: -10px;
  right: calc(50% - 172px);
}
#sub-flow .ttl-sub {
  width: 150px;
  margin: 0 auto;
}
#sub-flow .list-item {
  display: block;
  padding: 20px 15px 25px 15px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 16px;
  height: 32px;
  top: -45px;
}
#sub-flow .list-num {
  width: 80px;
}
#sub-flow .list-img {
  width: 100%;
}
#sub-flow .list-wrap {
  margin-top: 15px;
}
#sub-flow .list-box-fle {
  display: block;
}
#sub-flow .list-btm-txt {
  padding-bottom: 0;
}

#sub-registration .bg {
  background: url(/img/top/case-bg-top.png) no-repeat center top/100%, url(/img/fee/registration-bg.jpg) no-repeat right center/cover;
}
#sub-registration .ttl-sub {
  width: 200px;
  margin: 0 auto;
}
#sub-registration .wrap {
  width: 100%;
  margin-top: 50px;
  padding: 30px 25px;
}
#sub-registration .wrap::after {
  width: 92px;
  height: 125px;
  top: -50px;
  right: -10px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/case/case-bg01.png) no-repeat 10px 60px/50vw, url(/img/top/about-bg.png) no-repeat right top/20.32vw;
}
#sub-case .ttl-sub {
  width: 120px;
  margin: 0 auto;
}
#sub-case .ttl-sub::before {
  width: 34px;
  height: 31px;
  bottom: 4px;
  left: calc(50% - 123px);
}
#sub-case .list {
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 30px 15px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-case .list-img {
  height: 28.57vw;
  min-height: 110px;
}
#sub-case .list-img img {
  border-radius: 10px;
}
#sub-case .list-ttl {
  margin-top: 5px;
  padding-bottom: 0px;
  font-size: 17px;
}
#sub-case .list-btn {
  padding-right: 20px;
  font-size: 15px;
}
#sub-case .list-btn::after {
  width: 25px;
  height: 25px;
}

#sub-case-detail .bg {
  background: url(/img/case/case-bg01.png) no-repeat 10px 60px/50vw, url(/img/top/about-bg.png) no-repeat right top/20.32vw;
}
#sub-case-detail .ttl {
  text-align: left;
  font-size: 20px;
}
#sub-case-detail .img {
  margin-top: 15px;
}
#sub-case-detail .txt {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-sitter .inner::before {
  width: 143px;
  height: 69px;
  top: 80px;
  right: 15px;
}
#sub-sitter .ttl-sub {
  width: 150px;
  margin: 0 auto;
}
#sub-sitter .wrap {
  display: block;
  margin-top: 35px;
}
#sub-sitter .wrap-box {
  margin-top: 20px;
}
#sub-sitter .wrap-img {
  width: 320px;
  margin: 0 auto;
}
#sub-sitter .txt {
  margin-top: 25px;
}
#sub-sitter .box {
  display: block;
}
#sub-sitter .box-wrap {
  width: 100%;
  padding: 30px 15px;
  border-radius: 15px;
}
#sub-sitter .box-wrap:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-sitter .list {
  padding: 0;
}

#sub-info .bg {
  background: url(/img/all/wave-top.png) no-repeat center top/100%, url(/img/company/info-bg01.png) no-repeat left top/25vw, url(/img/company/info-bg02.png) no-repeat calc(100% - 5px) calc(100% - 10px)/50vw, #e6f9f8;
}
#sub-info .ttl-sub {
  width: 150px;
  margin: 0 auto;
}
#sub-info .wrap {
  margin-top: 35px;
  padding: 15px;
  border-radius: 10px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 10px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .com-news-post-con {
  padding: 25px 15px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .container {
  margin-top: 35px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 26px;
}