@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(../fonts/ZenMaruGothic-Black.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic-Bold.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url(../fonts/ZenMaruGothic-Medium.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url(../fonts/ZenMaruGothic-Light.ttf);
}
/*	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
    全体
========================================= */
.top-body {
  min-width: 350px;
}

.sub-body {
  min-width: 350px;
}

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

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

.com-ttl01-main {
  padding: 0;
  background: none;
  position: relative;
  z-index: 1;
}
.com-ttl01-main::before {
  position: absolute;
  content: "";
}
.com-ttl01-main::after {
  position: absolute;
  content: "";
}
.com-ttl01-main::before {
  width: 55px;
  height: 35px;
  left: -15px;
  top: -40px;
  background: url(/img/all/ttl-deco-l.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
.com-ttl01-main::after {
  width: 55px;
  height: 35px;
  right: -15px;
  bottom: -30px;
  background: url(/img/all/ttl-deco-r.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.com-ttl03 {
  padding-left: 30px;
  background: url(/img/all/com-ttl03-deco.png) no-repeat left 12px/18px;
}

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

.com-mail {
  width: 260px;
  line-height: 50px;
  border-radius: 25px;
}
.com-mail::before {
  width: 20px;
  height: 15px;
  left: 20px;
}

.com-line {
  width: 260px;
  line-height: 50px;
  border-radius: 25px;
}
.com-line::before {
  left: 20px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

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

.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: 2px solid #fcc031;
}

.com-table02 {
  border-spacing: 0;
}
.com-table02 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table02 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-recommended
========================================= */
#top-recommended .bg {
  background: url(/img/top/recommended-deco01.png) no-repeat left calc(100% - 133px)/90vw, url(/img/top/recommended-deco02.png) no-repeat right 150px/90vw;
}
#top-recommended .list {
  display: block;
  width: 320px;
  margin: 35px auto 0;
}
#top-recommended .list-item:first-of-type {
  width: 320px;
  height: 306px;
  margin-top: 0;
  padding-top: 40px;
}
#top-recommended .list-item:first-of-type .list-img {
  width: 170px;
}
#top-recommended .list-item:nth-of-type(2) {
  width: 320px;
  height: 305px;
  padding-top: 20px;
}
#top-recommended .list-item:nth-of-type(2) .list-img {
  width: 100px;
}
#top-recommended .list-item:nth-of-type(3) {
  width: 320px;
  height: 305px;
  padding-top: 20px;
}
#top-recommended .list-item:nth-of-type(3) .list-img {
  width: 60px;
  margin-bottom: 5px;
}
#top-recommended .list-item:nth-of-type(4) {
  width: 320px;
  height: 305px;
  padding-top: 30px;
}
#top-recommended .list-item:nth-of-type(4) .list-img {
  width: 150px;
  margin-bottom: 10px;
}
#top-recommended .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .inner::after {
  width: 203px;
  height: 119px;
  right: 0px;
  bottom: 40px;
}
#top-about .container {
  padding: 120px 15px 115px;
  border-radius: 50px;
}
#top-about .container::before {
  width: 110px;
  height: 121px;
  top: 0px;
}
#top-about .container::after {
  width: 126px;
  height: 57px;
  right: -10px;
  top: 30px;
}
#top-about .container-deco {
  width: 150px;
  top: 25px;
  left: -10px;
}
#top-about .primary {
  font-size: 60px;
  white-space: nowrap;
  top: -35px;
}
#top-about .ttl {
  width: 280px;
  margin: 0 auto;
}
#top-about .wrap {
  display: block;
  margin-top: 15px;
}
#top-about .wrap-box {
  margin-top: 15px;
  margin-left: 0;
}
#top-about .img {
  display: block;
  width: 290px;
  margin: 0 auto;
}
#top-about .btn {
  display: block;
  width: 280px;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .bg {
  background: url(/img/top/banner-bg.png) no-repeat center bottom/120%;
}
#top-banner .inner {
  padding: 0 15px;
}
#top-banner .banner-img {
  height: 150px;
}
#top-banner .banner-img img {
  border-radius: 30px 15px;
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg::after {
  width: 180px;
  height: 69px;
  right: 10px;
  bottom: -35px;
}
#top-service .inner {
  padding: 25px 15px 50px;
}
#top-service .wrap {
  padding: 50px 15px;
  border-radius: 50px;
}
#top-service .wrap::before {
  width: 116px;
  height: 105px;
  top: -55px;
  left: 20px;
}
#top-service .wrap-ttl {
  padding: 10px 0 25px;
  background: url(/img/top/service-ribon.png) no-repeat center/280px;
}
#top-service .wrap-ttl::before {
  width: 28px;
  height: 22px;
  top: 20px;
  left: calc(50% - 105px);
}
#top-service .wrap-ttl::after {
  width: 28px;
  height: 22px;
  top: 20px;
  right: calc(50% - 105px);
}
#top-service .txt {
  text-align: left;
  margin-top: 25px;
}
#top-service .box {
  margin: 25px auto 0;
  padding: 25px 20px;
}
#top-service .btn {
  width: 280px;
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-question
========================================= */
#top-question .bg {
  background: url(/img/top/question-bg.png) no-repeat calc(100% - 20px) 40px/150px, url(/img/top/service-btm-deco.jpg) no-repeat center top/200%;
}
#top-question .container {
  padding-bottom: 110px;
  position: relative;
}
#top-question .container-top {
  justify-content: center;
}
#top-question .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-question .list {
  display: block;
  margin-top: 50px;
}
#top-question .list-item {
  width: 100%;
  height: 110px;
  padding: 35px 20px 0;
  border-radius: 35.5px;
}
#top-question .list-item::after {
  width: 30px;
  height: 42px;
}
#top-question .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-question .list-top {
  width: 90%;
  height: 50px;
  padding: 5px 15px;
}

/* =========================================
    top  sp
    top-school
========================================= */
#top-school .inner {
  max-width: 405px;
  padding: 50px 15px 220px;
  margin: 0 auto;
  position: relative;
}
#top-school .container {
  width: 100%;
  height: 150px;
  padding: 0;
  border: 6px solid #fff;
  border-radius: 30px;
  background: url(/img/top/school-bg.jpg) no-repeat calc(50% - 100px) top/cover;
}
#top-school .wrap {
  position: absolute;
  left: 15px;
  bottom: 50px;
}
#top-school .btn {
  margin-top: 20px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-deco-top.png) no-repeat left top/300vw, url(/img/top/news-deco-btm.png) no-repeat left bottom/300vw;
}
#top-news .inner::after {
  width: 235px;
  height: 42px;
  bottom: -10px;
  left: 10px;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#top-news .list-link {
  padding: 16px 20px 20px 20px;
}
#top-news .com-tag-list {
  margin-top: 5px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container {
  padding: 50px 15px;
  border-radius: 50px;
}
#top-contact .container::after {
  width: 142px;
  height: 85px;
  top: -20px;
  right: 10px;
}
#top-contact .txt {
  margin-top: 25px;
}
#top-contact .list {
  display: block;
  margin-top: 35px;
}
#top-contact .list-item {
  width: 100%;
  height: unset;
  padding: 15px 15px 20px;
}
#top-contact .list-item:first-of-type::after {
  width: 30px;
  height: 30px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: unset;
  bottom: -15px;
}
#top-contact .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-contact .list-ttl {
  margin-bottom: 15px;
}
#top-contact .com-tel-num {
  padding-left: 15px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 5px/10px;
}
#top-contact .com-tel-svg {
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-about .inner {
  padding: 50px 15px 100px;
}
#sub-about .container {
  border-radius: 30px;
}
#sub-about .container::before {
  width: 136px;
  height: 63px;
  top: 10px;
  left: -10px;
}
#sub-about .container::after {
  width: 103px;
  height: 115px;
  top: -8px;
  right: -10px;
}
#sub-about .container-inner {
  padding: 50px 0;
}
#sub-about .container-inner::before {
  width: 170px;
  height: 65px;
  left: -20px;
  bottom: -15px;
}
#sub-about .ttl {
  width: 300px;
  margin: 0 auto;
}
#sub-about .ttl::before {
  width: 55px;
  height: 37px;
  left: calc(50% - 172px);
  bottom: 61px;
}
#sub-about .ttl::after {
  width: 63px;
  height: 40px;
  right: calc(50% - 170px);
  bottom: -25px;
}
#sub-about .ttl-top {
  border-bottom: 4px dotted #c7d99a;
}
#sub-about .ttl-box {
  margin-top: 25px;
}
#sub-about .wrap {
  display: block;
  margin-top: 20px;
}
#sub-about .img {
  width: 100%;
  border-radius: 30px;
}
#sub-about .txt {
  margin-left: 0;
  margin-top: 15px;
}

#sub-feature .bg::before {
  height: 180px;
  background: url(/img/about/feature-bg.jpg) no-repeat left center/cover;
  border: 5px solid #fff;
  border-radius: 20px;
}
#sub-feature .inner {
  padding: 180px 15px 50px;
}
#sub-feature .list {
  margin-top: 35px;
}
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-feature .list-ttl {
  padding: 6px 15px;
}
#sub-feature .list-txt {
  margin-top: 15px;
}

#sub-area .container::before {
  width: 156px;
  height: 72px;
  right: 10px;
  bottom: 60px;
}
#sub-area .container-inner {
  display: block;
}
#sub-area .img {
  display: block;
  margin: 15px auto 0;
}

#sub-flow .list {
  flex-wrap: wrap;
  width: 230px;
  margin: 35px auto 0;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  transform: rotate(90deg) translateX(-50%);
  left: 47%;
  top: -30px;
}

#sub-terms .ttl-main::before {
  left: -65px;
}
#sub-terms .ttl-main::after {
  right: -45px;
}
#sub-terms .txt {
  text-align: left;
}
#sub-terms .list {
  margin-top: 35px;
}
#sub-terms .list-item {
  padding: 30px 20px;
  border-radius: 20px;
}
#sub-terms .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-terms .note {
  text-align: left;
  margin-top: 35px;
}

/* =========================================
    com  SP
    com-contact
========================================= */
#com-contact .inner {
  padding: 50px 15px;
}
#com-contact .container {
  padding: 50px 15px;
  border-radius: 50px;
}
#com-contact .container::after {
  width: 142px;
  height: 85px;
  top: -20px;
  right: 10px;
}
#com-contact .txt {
  margin-top: 25px;
}
#com-contact .list {
  display: block;
  margin-top: 35px;
}
#com-contact .list-item {
  width: 100%;
  height: unset;
  padding: 15px 15px 20px;
}
#com-contact .list-item:first-of-type::after {
  width: 30px;
  height: 30px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: unset;
  bottom: -15px;
}
#com-contact .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#com-contact .list-ttl {
  margin-bottom: 15px;
}
#com-contact .com-tel-num {
  padding-left: 15px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 5px/10px;
}
#com-contact .com-tel-svg {
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
}
#com-contact .mail {
  width: 260px;
}
#com-contact .line {
  width: 260px;
}

/* =========================================
    sub  SP
    sub-training
========================================= */
#sub-service .container {
  display: block;
}
#sub-service .txt {
  margin-top: 25px;
}
#sub-service .img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
}

#sub-training .inner {
  padding: 50px 0;
}
#sub-training .container {
  border-radius: 40px;
}
#sub-training .container-inner {
  padding: 50px 15px;
}
#sub-training .ttl {
  padding: 10px 0 25px;
  background: url(/img/top/service-ribon.png) no-repeat center/280px;
}
#sub-training .ttl::before {
  width: 28px;
  height: 22px;
  top: 20px;
  left: calc(50% - 105px);
}
#sub-training .ttl::after {
  width: 28px;
  height: 22px;
  top: 20px;
  right: calc(50% - 105px);
}
#sub-training .txt {
  width: 100%;
}
#sub-training .list {
  gap: 20px;
}
#sub-training .list-item {
  width: 320px;
  flex-direction: column-reverse;
  margin: 0 auto;
  padding: 30px 20px;
}
#sub-training .list-item:last-of-type {
  width: 320px;
}
#sub-training .list-wrap {
  width: 100%;
  margin-top: 10px;
}
#sub-training .list-ttl {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  background: url(/img/all/com-ttl03-deco.png) no-repeat left 10px/18px;
}

#sub-training-feature .ttl-main::before {
  left: -35px;
}
#sub-training-feature .ttl-main::after {
  right: -45px;
}
#sub-training-feature .list {
  margin-top: 35px;
}
#sub-training-feature .list-item {
  flex-direction: column-reverse;
}
#sub-training-feature .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-training-feature .list-wrap {
  margin-right: 0;
  margin-top: 15px;
}
#sub-training-feature .list-img {
  width: 100%;
}
#sub-training-feature .list-ttl {
  padding: 6px 15px;
}
#sub-training-feature .list-txt {
  margin-top: 10px;
}

#sub-price .ttl-main::before {
  left: -35px;
}
#sub-price .ttl-main::after {
  right: -35px;
  bottom: -25px;
}
#sub-price .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-price .container {
  margin-top: 35px;
}
#sub-price .wrap {
  padding: 25px 10px 30px;
  border-radius: 20px;
}
#sub-price .list {
  margin-top: 20px;
}
#sub-price .list-item {
  padding: 15px;
}
#sub-price .list-fle {
  display: block;
}
#sub-price .list-ttl {
  padding-right: 0;
  padding-bottom: 5px;
}
#sub-price .list-dod {
  border-top: 4px dotted #c7d99a;
}
#sub-price .list-fee {
  margin-top: 10px;
  padding-left: 0;
}
#sub-price .list-txt {
  margin-top: 5px;
}

/* =========================================
    sub  SP
    sub-question
========================================= */
#sub-question .list {
  gap: 35px;
  margin-top: 35px;
}
#sub-question .list-item {
  padding: 0 15px 20px;
}
#sub-question .list-item::before {
  border-radius: 25px;
}
#sub-question .list-item::after {
  width: 39px;
  height: 53px;
  bottom: -10px;
  right: -10px;
}
#sub-question .list-top {
  padding: 10px;
}
#sub-question .list-a {
  padding-top: 3px;
}

/* =========================================
    sub  SP
    sub-school
========================================= */
#sub-greeting .bg {
  background: url(/img/school/greeting-bg-l.png) no-repeat left 475px/64.7vw, url(/img/school/greeting-bg-r.png) no-repeat right 160px/65.6vw;
}
#sub-greeting .inner {
  padding: 50px 15px;
}
#sub-greeting .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-greeting .container {
  margin: 35px auto 0;
  padding: 20px 10px 30px;
  border-radius: 30px;
}
#sub-greeting .container::before {
  width: 61px;
  height: 109px;
  bottom: -13px;
  left: -14px;
}
#sub-greeting .wrap {
  flex-direction: column-reverse;
}
#sub-greeting .wrap-box {
  margin-top: 15px;
}
#sub-greeting .name {
  width: 100%;
  border-bottom: 4px dotted #c7d99a;
}
#sub-greeting .img {
  display: block;
  width: 300px;
  margin: 0 auto;
  border-radius: 30px;
}
#sub-greeting .table {
  margin-top: 20px;
}
#sub-greeting .banner {
  height: 235px;
  margin-top: 20px;
  padding: 30px 10px 0 10px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: url(/img/school/greeting-banner.jpg) no-repeat calc(50% - 50px) 0px/cover;
}
#sub-greeting .banner::after {
  width: 58px;
  height: 63px;
  right: -17px;
  bottom: -25px;
}
#sub-greeting .btn {
  width: 260px;
  margin-top: 20px;
}
#sub-greeting .btn::after {
  width: 16px;
  height: 11px;
}

#sub-school .ttl::before {
  left: -35px;
}
#sub-school .ttl::after {
  right: -45px;
}
#sub-school .wrap {
  display: block;
}
#sub-school .map {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  margin-left: 0;
}

#sub-business .bg {
  margin-bottom: 50px;
}
#sub-business .bg::before {
  width: 900px;
  height: 30px;
}
#sub-business .bg::after {
  width: 900px;
  height: 30px;
}
#sub-business .inner {
  padding: 80px 15px 50px;
}
#sub-business .inner::after {
  width: 100px;
  height: 85px;
  right: 5px;
  top: 0px;
}
#sub-business .ttl-main::before {
  left: -65px;
  top: -60px;
}
#sub-business .ttl-main::after {
  right: -55px;
  bottom: -20px;
}
#sub-business .table th {
  width: 100%;
  padding: 10px 20px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .ttl-main::before {
  left: -55px;
}
#sub-news .ttl-main::after {
  right: -55px;
  bottom: -20px;
}
#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 .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    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 .ttl-main::before {
  left: -50px;
}
#sub-privacy .ttl-main::after {
  right: -45px;
  bottom: -10px;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

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