@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: "KaiseiOpti-Bold";
  src: url(../fonts/KaiseiOpti-Bold.ttf);
}
@font-face {
  font-family: "KaiseiOpti-Medium";
  src: url(../fonts/KaiseiOpti-Medium.ttf);
}
@font-face {
  font-family: "KaiseiOpti-Regular";
  src: url(../fonts/KaiseiOpti-Regular.ttf);
}
@font-face {
  font-family: "LovedbytheKing-Regular";
  src: url(../fonts/LovedbytheKing-Regular.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: "KaiseiOpti-Bold";
  src: url(../fonts/KaiseiOpti-Bold.ttf);
}
@font-face {
  font-family: "KaiseiOpti-Medium";
  src: url(../fonts/KaiseiOpti-Medium.ttf);
}
@font-face {
  font-family: "KaiseiOpti-Regular";
  src: url(../fonts/KaiseiOpti-Regular.ttf);
}
@font-face {
  font-family: "LovedbytheKing-Regular";
  src: url(../fonts/LovedbytheKing-Regular.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
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

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

.com-ttl01-sub {
  top: -25px;
  left: -35px;
}
.com-ttl01-main {
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  text-shadow: 0 7px 3px rgba(0, 0, 0, 0.2);
}
@supports (-webkit-touch-callout: none) {
  .com-ttl01-main {
    /* Safariにのみ適用するスタイル */
    text-shadow: none;
  }
}

.com-ttl02 {
  padding: 7px 10px;
}

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

.com-mail {
  width: 280px;
  height: 60px;
}

.com-line {
  width: 280px;
  height: 60px;
}

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

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

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0;
}
.com-table01 tr:last-of-type td {
  border-bottom: 2px solid #f2801c;
  border-radius: 0 0 10px 10px;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border: 2px solid #f2801c;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .inner {
  padding: 100px 15px 50px;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  justify-content: center;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  width: 160px;
}
#top-news .ttl::before {
  width: 69px;
  height: 44px;
  top: -32px;
  left: -20px;
}
#top-news .ttl::after {
  width: 51px;
  height: 87px;
  right: -50px;
  top: -46px;
}
#top-news .list {
  display: block;
}
#top-news .list-item {
  width: 100%;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 35px;
}
#top-news .list-img {
  width: 320px;
  margin: 0 auto 15px;
}
#top-news .com-tag-list {
  margin-top: 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .container {
  border: 5px solid #3fbdd5;
  border-radius: 15px;
}
#top-banner .container::before {
  width: 67px;
  height: 83px;
  top: -40px;
  left: -20px;
}
#top-banner .container::after {
  width: 87px;
  height: 103px;
  right: -20px;
  top: -45px;
}
#top-banner .list {
  display: block;
}
#top-banner .list-item {
  width: 230px;
  height: 110px;
  margin: 0 auto;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
  background: url(/img/top/banner-txt-deco-l.png) no-repeat left center/65px, url(/img/top/banner-txt-deco-r.png) no-repeat right center/65px;
}
#top-banner .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-warning
========================================= */
#top-warning .inner {
  padding: 50px 15px;
}
#top-warning .ttl {
  padding: unset;
  background: none;
}
#top-warning .ttl::before {
  width: 109px;
  height: 112px;
  left: -10px;
  top: -30px;
}
#top-warning .wrap {
  padding: 420px 0 60px;
  background: url(/img/top/warning-img.png) no-repeat center 50px/100%, #fff;
}
#top-warning .list {
  display: block;
}
#top-warning .list-item {
  margin: 0 auto;
}
#top-warning .list-item:first-of-type {
  margin-top: unset;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
#top-warning .list-item:first-of-type::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:first-of-type::before {
  width: 22px;
  height: 105px;
  top: -80px;
  transform: translateX(-50%);
  left: 50%;
  background: url(/img/top/warning-line07.png) no-repeat center top;
  background-size: 100%;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(2)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(2)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(3) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(3)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(3)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(4) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(4)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(4)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(5) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(5)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(5)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(6) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(6)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(6)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(7) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(7)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(7)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(8) {
  position: relative;
  z-index: 1;
}
#top-warning .list-item:nth-of-type(8)::before {
  position: absolute;
  content: "";
}
#top-warning .list-item:nth-of-type(8)::before {
  width: 7px;
  height: 102px;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #59b400;
  z-index: -1;
}
#top-warning .list-item:nth-of-type(n + 2) {
  margin: 50px auto 0;
}
#top-warning .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-bg-top-left.png) no-repeat left top/45vw, url(/img/top/about-bg-top-right.png) no-repeat right top/35vw, url(/img/top/about-bg-btm.png) no-repeat left bottom/100%;
}
#top-about .inner {
  padding: 50px 15px;
}
#top-about .about {
  background: url(/img/top/about-bg-img01.png) no-repeat left calc(100% - 1000px)/50vw, url(/img/top/about-bg-img02.png) no-repeat right calc(100% - 980px)/50vw;
}
#top-about .ttl::before {
  width: 45px;
  height: 45px;
  bottom: -50px;
  left: -15px;
}
#top-about .ttl::after {
  width: 49px;
  height: 51px;
  top: 25px;
  left: unset;
  right: -5px;
}
#top-about .list {
  display: block;
  margin-top: 150px;
}
#top-about .list-item {
  width: 233px;
  height: 240px;
  margin: 0 auto;
}
#top-about .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 15px;
}
#top-about .wrap {
  overflow-x: scroll;
}
#top-about .txt {
  text-align: left;
  margin-top: 70px;
}
#top-about .container {
  margin: 50px auto 0;
  padding: 50px 15px;
  background: url(/img/top/about-box-deco-l.png) no-repeat -115px top/250px, url(/img/top/about-box-deco-r.png) no-repeat calc(100% + 115px) top/250px, rgba(255, 255, 255, 0.8);
}
#top-about .wrap-box:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-about .wrap-ttl {
  width: 280px;
}
#top-about .wrap-sp {
  text-align: center;
  margin-top: 5px;
}
#top-about .btn {
  width: 280px;
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .list {
  display: block;
}
#top-case .list-inner {
  padding: 30px 15px 0;
}
#top-case .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 75px;
}
#top-case .list-link {
  width: 100%;
}
#top-case .before {
  margin-left: auto;
}
#top-case .after {
  margin-top: 50px;
}
#top-case .after::before {
  width: 57px;
  height: 47px;
  top: -60px;
  transform: rotate(65deg);
  left: -5px;
}
#top-case .btn {
  margin: 50px auto 0;
}

/* =========================================
    top  sp
    top-voice
========================================= */
#top-voice .bg {
  background: url(/img/top/voice-deco-l.png) no-repeat 10px 10px/150px, url(/img/top/voice-deco-r.png) no-repeat right calc(100% - 10px)/100px, #fff;
}
#top-voice .link {
  height: 270px;
  padding: 85px 15px;
  border: 10px solid #59b400;
  border-radius: 10px;
  background: url(/img/top/voice-box-bg.png) no-repeat calc(100% + 50px) 0px/330px, url(/img/top/voice-box-bg-deco.png) no-repeat -100px center, #fff;
}
#top-voice .link::after {
  width: 31px;
  height: 31px;
  bottom: 70px;
  left: 80px;
}
#top-voice .link-deco {
  width: 90px;
  right: -20px;
  bottom: -28px;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .ttl-box::before {
  width: 62px;
  height: 55px;
  right: -80px;
  bottom: -10px;
}
#top-company .table {
  margin-top: 35px;
}
#top-company .map {
  height: 250px;
  margin-top: 35px;
}
#top-company .btn {
  width: 300px;
  margin: 50px auto 0;
  padding: 10px 10px;
  border-radius: 50px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container::before {
  width: 118px;
  height: 87px;
  top: -50px;
  left: -15px;
  z-index: 1;
}
#top-contact .container::after {
  width: 91px;
  height: 125px;
  top: -82px;
  right: -15px;
}
#top-contact .primary {
  top: -20px;
  width: 250px;
}
#top-contact .list {
  display: block;
}
#top-contact .list-item {
  margin: 0 auto;
}
#top-contact .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 25px;
}
#top-contact .contact-list {
  width: 100%;
}
#top-contact .contact-list-item:nth-of-type(3) img {
  width: 250px;
}
#top-contact .com-mail {
  margin: 0 auto;
}
#top-contact .com-line {
  margin: 0 auto;
}

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

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

========================================= */
/* =========================================
    sub  SP
    sub-business
========================================= */
#sub-business .bg {
  background: url(/img/top/about-bg-btm.png) no-repeat center bottom/100%;
}
#sub-business .container {
  margin-top: 30px;
}
#sub-business .container:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-business .wrap {
  margin-top: 30px;
  padding: 35px 15px 35px 15px;
}
#sub-business .wrap-top {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-business .wrap-top-left {
  margin-top: 15px;
  margin-right: 0;
}
#sub-business .wrap-img {
  width: 100%;
  height: auto;
}
#sub-business .diff {
  display: block;
  margin-top: 25px;
  padding: 25px 15px;
}
#sub-business .before {
  width: 65.7vw;
  height: 51.4vw;
  margin-left: auto;
}
#sub-business .after {
  width: 100%;
  height: 57.1vw;
  margin-top: 50px;
  margin-left: 0;
}
#sub-business .after::before {
  width: 67px;
  height: 57px;
  top: -75px;
  left: -20px;
  transform: rotate(65deg);
}
@media screen and (min-width: 400px) {
  #sub-business .after::before {
    left: 0;
  }
}
@media screen and (min-width: 450px) {
  #sub-business .after::before {
    left: 10px;
    transform: rotate(70deg);
  }
}
#sub-business .check::before {
  width: 80px;
  height: 78px;
  top: -45px;
  left: -15px;
}

#sub-area .ttl {
  width: auto;
  margin-left: unset;
  text-align: center;
}
#sub-area .ttl-box {
  margin-left: unset;
}
#sub-area .wrap {
  width: 320px;
  height: 215px;
  margin: 35px auto 0;
  padding-top: 30px;
}
#sub-area .wrap-deco {
  width: 120px;
  top: -70px;
  left: -15px;
}
#sub-area .txt {
  padding-left: 15px;
}
#sub-area .img {
  position: unset;
  width: 100%;
  transform: unset;
}

/* =========================================
    sub  SP
    sub-first
========================================= */
#sub-btn-list .btn-list-inner {
  padding-top: 50px;
}
#sub-btn-list .container {
  display: block;
}
#sub-btn-list .btn {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-btn-list .btn:nth-of-type(n + 2) {
  margin-top: 15px;
  margin-left: auto;
}

#sub-flow .bg {
  background: url(/img/first/flow-bg-deco-r.png) no-repeat right calc(100% - 35px)/55vw, url(/img/first/flow-bg-deco-l.png) no-repeat left calc(100% - 35px)/55vw;
}
#sub-flow .inner {
  padding: 0 15px 220px;
}
#sub-flow .list {
  margin-top: 25px;
  padding: 30px 10px;
}
#sub-flow .list::before {
  display: none;
}
#sub-flow .list-item {
  display: block;
  padding-bottom: 30px;
  position: relative;
}
#sub-flow .list-item::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item::before {
  width: 4px;
  height: 100%;
  left: 5px;
  top: 0;
  border-left: 4px dotted #59b400;
  z-index: -1;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 0;
}
#sub-flow .list-item:last-of-type::before {
  display: none;
}
#sub-flow .list-wrap-box {
  display: block;
}
#sub-flow .list-step {
  width: 100px;
  line-height: 40px;
  border-radius: 5px;
}
#sub-flow .list-box {
  margin-right: 0;
  margin-top: 10px;
}
#sub-flow .list-point {
  padding: 20px 15px 20px 25px;
}
#sub-flow .list-point-img {
  width: 70px;
  top: -38px;
  left: -40px;
}
#sub-flow .list-img {
  width: 100%;
  margin-top: 15px;
}

#sub-question .ttl-box-dog {
  width: 75px;
  bottom: 35px;
  right: -65px;
}
#sub-question .list {
  margin-top: 25px;
}
#sub-question .list-item::before {
  width: 59px;
  height: 55px;
  bottom: -20px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-question .list-top {
  padding: 15px 10px;
}
#sub-question .list-q {
  width: 35px;
  height: 35px;
}
#sub-question .list-btm {
  padding: 15px 15px 25px 15px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case-banner .bg {
  background: url(/img/top/voice-deco-l.png) no-repeat 10px 10px/150px, url(/img/top/voice-deco-r.png) no-repeat right calc(100% - 10px)/100px;
}
#sub-case-banner .link {
  height: 220px;
  padding: 10px 15px;
  border: 10px solid #59b400;
  border-radius: 10px;
  background: url(/img/case/banner-bg.png) no-repeat calc(100% + 50px) 0px/300px, url(/img/top/voice-box-bg-deco.png) no-repeat -100px center, #fff;
}
#sub-case-banner .link::after {
  width: 31px;
  height: 31px;
  bottom: 15px;
  left: 90px;
}
#sub-case-banner .link-deco {
  width: 90px;
  right: -20px;
  bottom: -28px;
}
#sub-case-banner .ttl {
  width: 100%;
  text-align: left;
}

#sub-case .ttl-box::before {
  width: 72px;
  height: 65px;
  right: -80px;
  bottom: -10px;
}
#sub-case .list {
  display: block;
  margin-top: 50px;
}
#sub-case .list-inner {
  padding: 30px 15px 0;
}
#sub-case .list-item {
  width: 320px;
  margin: 0 auto;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 75px;
}
#sub-case .list-item:nth-of-type(2n + 1) {
  margin-left: auto;
}
#sub-case .list-link {
  width: 100%;
}
#sub-case .before {
  margin-left: auto;
}
#sub-case .after {
  margin-top: 50px;
}
#sub-case .after::before {
  width: 57px;
  height: 47px;
  top: -60px;
  transform: rotate(65deg);
  left: -5px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice-banner .bg {
  background: url(/img/top/voice-deco-l.png) no-repeat 10px 10px/150px, url(/img/top/voice-deco-r.png) no-repeat right calc(100% - 10px)/100px;
}
#sub-voice-banner .link {
  height: 220px;
  padding: 10px 15px;
  border-radius: 10px;
  background: url(/img/voice/banner-bg.png) no-repeat calc(100% + 120px) 0px/290px, url(/img/voice/banner-bg-deco.png) no-repeat -100px center, #fff;
}
@media screen and (min-width: 400px) {
  #sub-voice-banner .link {
    background: url(/img/voice/banner-bg.png) no-repeat calc(100% + 70px) 0px/290px, url(/img/voice/banner-bg-deco.png) no-repeat -100px center, #fff;
  }
}
#sub-voice-banner .link::after {
  width: 31px;
  height: 31px;
  bottom: 15px;
  left: 90px;
}
#sub-voice-banner .link-deco {
  width: 90px;
  right: -20px;
  bottom: -28px;
}
#sub-voice-banner .ttl {
  width: 100%;
  text-align: left;
}

#sub-voice .bg {
  background: url(/img/voice/voice-bg-deco.png) no-repeat left bottom/80vw, url(/img/all/pt2.jpg) left top;
}
#sub-voice .ttl-sub {
  top: -30px;
  left: -15px;
}
#sub-voice .ttl-box::before {
  width: 72px;
  height: 65px;
  right: -20px;
  top: -30px;
}
#sub-voice .list {
  display: block;
  margin-top: 35px;
}
#sub-voice .list-inner {
  padding: 30px 15px 0;
}
#sub-voice .list-item {
  width: 320px;
  margin: 0 auto;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 35px;
}
#sub-voice .list-item:nth-of-type(2n + 1) {
  margin-left: auto;
}
#sub-voice .list-img {
  height: 330px;
}
#sub-voice .list-link {
  width: 100%;
}

/* =========================================
    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 5px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 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 .privacy-box {
  margin-top: 25px;
}

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