@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

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

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -80px auto 0;
  padding-top: 80px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 20px;
}
.com-txt .ac, .com-txt .marker {
  font-size: 1.6rem;
}
.com-txt-note {
  font-size: 1.3rem;
}

/*  共通パーツ
------------------------------------ */
.com-btn02 {
  height: 60px;
  background-size: 15px, 30px;
  line-height: 60px;
  outline-offset: -4px;
  font-size: 1.8rem;
}

.com-check {
  display: block;
}
.com-check li {
  align-items: flex-start;
}
.com-check li::before {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.com-check li:nth-of-type(n+2) {
  margin: 10px 0 0;
}

.com-bg01 {
  background-size: 20px;
}

.com-deco::before {
  width: 114px;
  height: 97px;
  top: -84px;
  left: -15px;
}

.com-tel {
  text-align: center;
}
.com-tel-link {
  font-size: 2.3rem;
}

.news-post {
  flex-direction: column;
  align-items: center;
}
.news-post-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
.news-post-tag-txt {
  padding: 3px 12px;
}

.com-tag {
  justify-content: space-between;
}
.com-tag-item {
  width: 48%;
}
.com-tag-item:nth-of-type(n+3) {
  margin: 20px 0 0;
}
.com-tag-link {
  height: 50px;
  line-height: 50px;
}

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

  main  SP

========================================= */
/* top-worries  SP
------------------------------------ */
#top-worries {
  background-size: 100%;
  background-position: center bottom;
}
#top-worries .worries-ttl {
  padding-bottom: 10px;
  font-size: 2rem;
}
#top-worries .worries-list {
  display: block;
  margin-top: 20px;
}

.top-solution {
  padding: 0 0 15px;
}
.top-solution::before {
  height: 129px;
  top: -42px;
}

/* top-about  SP
------------------------------------ */
#top-about {
  background-size: 150px, 200px;
  background-position: left top, calc(100% - 10px) calc(100% - 100px);
}
#top-about .about-flx {
  margin-top: 25px;
}
#top-about .about-right {
  margin: 20px auto 0;
}
#top-about .about-ttl {
  font-size: 2rem;
}
#top-about .about-btn {
  margin-top: 25px;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr::before {
  background-size: 20px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-bnr .bnr-list-img {
  margin-right: 0;
}
#top-bnr .bnr-list-link {
  width: 80%;
  height: auto;
  margin: -25px auto 0;
  padding: 20px 15px 45px;
  background-position-y: calc(100% - 10px);
}
#top-bnr .bnr-list-link .ttl {
  font-size: 2rem;
}
#top-bnr .bnr-list-link .txt {
  font-size: 1.6rem;
}

/* top-news  SP
------------------------------------ */
#top-news .news-post {
  margin-top: 25px;
}

.com-page {
  background: url(../img/top/page-bg.png) no-repeat left top/cover, url(../img/top/page-bg.png) no-repeat right bottom/cover;
}
.com-page .page-list {
  flex-direction: column;
  align-items: center;
}
.com-page .page-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-page .page-link {
  height: 80px;
  background-size: 13px;
  font-size: 2rem;
}
.com-page .page-link::before {
  width: 23px;
}
.com-page .page-link02::before {
  width: 15px;
  margin-right: 9px;
}

/* top-pet  SP
------------------------------------ */
#top-pet {
  padding-top: 50%;
  background-size: 100%;
  background-position: center top;
}
#top-pet .pet-inner {
  padding-top: 0;
}
#top-pet .pet-box {
  padding: 20px 0 0;
}
#top-pet .pet-ttl-sub {
  font-size: 1.8rem;
}
#top-pet .pet-txt {
  text-align: left;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-info li:nth-of-type(n+2) {
  margin: 15px auto 0;
}
.com-contact .contact-ttl {
  font-size: 2rem;
}
.com-contact .contact-ttl .border::before, .com-contact .contact-ttl .border::after {
  width: 25px;
  height: 1px;
}
.com-contact .contact-ttl .border::before {
  margin-right: 10px;
}
.com-contact .contact-ttl .border::after {
  margin-left: 10px;
}
.com-contact .contact-box {
  margin-top: 20px;
  padding: 30px 15px;
}
.com-contact .contact-info {
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-txt {
  text-align: center;
  white-space: pre-line;
}
.com-contact .contact-txt:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-contact .contact-btn {
  padding: 0 15px;
  font-size: 1.7rem;
  line-height: 1.3;
}
.com-contact .contact-btn-wrap {
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-btn-wrap li {
  width: 100%;
}
.com-contact .contact-btn-wrap li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
.com-contact .com-tel-link {
  font-size: 2.5rem;
}

.para {
  margin-top: -3vw;
  padding: 35px 0 150px;
}
.para-ttl {
  width: 80px;
  margin: auto;
}

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

sub layout  SP

========================================= */
/* about  SP
------------------------------------ */
#about .feature-list {
  margin-top: 30px;
}
#about .feature-list-item {
  flex-direction: column !important;
  align-items: center;
}
#about .feature-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .feature-list-con {
  margin: 15px auto 0;
}
#about .feature-list-ttl .num {
  margin-bottom: 10px;
}
#about .feature-list-txt-box {
  margin-top: 15px;
}
#about .staff-flx {
  flex-direction: column-reverse;
  align-items: center;
}
#about .staff-con {
  margin: 20px auto 0;
}
#about .staff-con-ttl {
  text-align: center;
  font-size: 1.8rem;
}
#about .staff-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#about .staff-list-txt {
  margin: 15px 15px;
}
#about .staff .name {
  font-size: 1.8rem;
}
#about .gallery-list-item {
  width: 49%;
  padding-top: 40%;
}
#about .gallery-list-item:nth-of-type(2n) {
  margin-left: 2%;
}
#about .gallery-list-item:nth-of-type(n+3) {
  margin-top: 2%;
}

/* service  SP
------------------------------------ */
#service .feature-list {
  margin-top: 30px;
}
#service .feature-list::before {
  right: -15px;
}
#service .feature-list-item {
  flex-direction: column !important;
  align-items: center;
}
#service .feature-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#service .feature-list-con {
  margin: 15px auto 0;
}
#service .feature-list-ttl .num {
  margin-bottom: 10px;
}
#service .feature-list-txt-box {
  margin-top: 15px;
}
#service .solution-box {
  padding: 30px 15px;
}
#service .page-inner {
  padding: 25px 15px;
}
#service .price-note {
  margin-top: 40px;
  text-align: center;
}
#service .price-table th, #service .price-table td {
  display: block;
  width: 100%;
  padding: 10px 10px;
}
#service .price-table th {
  padding-bottom: 0;
}
#service .price-table td {
  padding-top: 0;
}

/* information  SP
------------------------------------ */
#information .flow-list {
  margin-top: 25px;
}
#information .flow-list-item {
  padding: 15px;
}
#information .flow-list-con {
  margin: 20px auto 0;
}
#information .flow-list-ttl {
  display: block;
}
#information .flow-list-ttl .en {
  display: inline-block;
  width: auto;
  padding: 6px 10px 8px;
  flex-shrink: 0;
}
#information .flow-list-ttl .num {
  font-size: 2rem;
}
#information .flow-list-ttl .ttl {
  margin-top: 5px;
  margin-left: 0;
  font-size: 2rem;
}
#information .flow-list-txt {
  margin-top: 15px;
}
#information .flow-list-btn {
  margin: 25px auto 0;
}
#information .faq-list {
  margin-top: 25px;
}
#information .faq-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#information .faq-list-ttl {
  padding: 10px 0;
  font-size: 1.8rem;
}
#information .faq-list-txt {
  margin-top: 15px;
}
#information .faq-qa {
  padding-left: 40px;
}
#information .faq-qa::before {
  left: 10px;
  text-align: center;
  font-size: 2rem;
}

/* access  SP
------------------------------------ */
#access .information-table {
  margin-top: 25px;
}
#access .information-table th, #access .information-table td {
  display: block;
  width: 100%;
  padding: 15px 0;
}
#access .information-table th {
  padding-bottom: 0;
}
#access .information-table td {
  padding-top: 0;
}
#access .access-map {
  margin-top: 20px;
}
#access .access-info {
  margin-top: 30px;
}
#access .access-info-ttl {
  white-space: nowrap;
  font-size: 1.8rem;
}
#access .access-info-ttl::after {
  margin-left: 15px;
}
#access .access-info-txt {
  margin-top: 15px;
}
#access .access-info-flx {
  flex-direction: column;
  align-items: center;
}
#access .access-info-img {
  margin: 25px auto 0;
}/*# sourceMappingURL=style_sp.css.map */