@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}
#front-sectionPost .postlist li {
  border: none!important;

}
.postlist li,
.postlist li:first-child {
  border: none!important;
}
.postlist .post_text {
  position: relative;
  padding: 18px 0;
}
.postlist .post_text:after {
  content: '';
  display: inline-block;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, #CCCCCC 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}

#front-sectionPost {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.post .time, .postlist .time {
  font-weight: 500;
  color: #004091!important;
  background: #D8E1EE;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  background: #D8E1EE;
  border-radius: 5px;
  color: #004091!important;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
  color: #004091!important;
}
.post4b img {
  border-radius: 10px;
}

.post_link a {
  color: #232323!important;
}
.post_link {
  border-bottom: none;
}

#wrapper {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-family: "Noto Sans JP", serif;
}

body p {
  line-height: 1.8;
}

body:not(.home) #wrapper {
  width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
  width: 94%;
  max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
  width: 94%!important;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
header#h1Header {
  background: #fff;
}
#thumbImg::before, header#h1Header::before {
  background: #000000;
  opacity: 0;
}
header#h1Header h1.title {
  color: #fff;
  font-weight: 700;
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
.header__nav-contact {
  padding-right: 14px;
}
#header ul.header__contact {
  column-gap: 10px;
}
#header ul.header__contact li {
  height: auto;
}
#header a.head_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-radius: 100vmax;
  height: 45px;
}
#header a.head_btn::before {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#header a.head_btn .note {
  position: absolute;
  bottom: 4px;
  font-size: 10px;
}
#header a.head_btn .note b {
  font-weight: 500;
}
#header a.head_btn.tel_btn01 {
  position: relative;
  background: #FFD36D;
  color: #004091;
  min-width: 190px;
}
#header a.head_btn.tel_btn01 span:not(.note) {
  display: inline-block;
  margin-top: -10px;
	padding-left: 8px;
}
#header a.head_btn.tel_btn01::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/tel_free.png)no-repeat;
  background-size: contain;
  aspect-ratio: 39 / 31;
  width: 22px;
  margin-right: 4px;
}
#header a.head_btn.tel_btn02 {
  position: relative;
  background: #ED7A58;
  color: #fff;
  min-width: 190px;
}
#header a.head_btn.tel_btn02 span:not(.note) {
  display: inline-block;
  margin-top: -10px;
}
#header a.head_btn.tel_btn02::before {
  content: '\f095';
}
#header a.head_btn.mail_btn {
  position: relative;
  background: #004091;
  color: #ffffff;
  min-width: 160px;
}

nav#mainNav ul li a {
  font-weight: 500;
  color: #232323;
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(20px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
  font-weight: 500;
  color: #232323;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a:hover b {
  color: #004091;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #004091;
}
.spmenu #menu p {
  color: #004091;
  white-space: nowrap;
}

a#scrollUp {
  background: #004091;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #fff;
  background: #004091;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
.socialicon {
  margin-bottom: 30px;
}
.socialicon .fa-facebook:before,
.socialicon .fa-twitter:before,
.socialicon .fa-youtube:before,
.socialicon .fa-instagram:before,
.socialicon .fa-x-twitter:before,
.socialicon .fa-line:before,
.socialicon .fa-tiktok:before {
  color: #004091;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}

h1.title {
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #232323;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 40px;
}

.post h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  font-size: var(--rem48);
  color: #004091;
  text-align: center;
  position: relative;
  margin: 0!important;
  padding: 0!important;
  padding-top: 36px!important;
  margin-bottom: 35px!important;
}
.post h2.title::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/mark.png)no-repeat;
  background-size: contain;
  aspect-ratio: 36 / 32;
  width: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post h2.title .en {
  font-weight: 500;
  letter-spacing: 0;
  font-size: var(--rem18);
  color: #004091;
  display: block;
}

.post h3 {
  font-weight: 700;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.post h3.title {
  color: #004091;
  font-size: var(--rem40);
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 5px solid #004091;
  margin-bottom: 30px;
}

.post h4 {
  font-weight: 700;
}

.post h4::before {
  background: #004091;
}

.linkBtn, .post .linkBtn, a.linkBtn {
  font-weight: 500;
  font-size: 16px;
  background: #004091;
  border-radius: 100vmax;
  display: block;
  padding: 16px;
  width: 240px;
  color: #fff;
  margin-top: 40px;
  margin-inline: auto;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: #004091;
  color: #fff;
  opacity: .7;
}

.cta {
  padding-bottom: 50px;
}
.cta .inner {
  padding: 70px 5%;
  background: url(/wp-content/uploads/cta_bg.png)no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
}
.cta .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cta a {
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  max-width: 220px;
  border-radius: 100vmax;
  padding: 16px 0;
  position: relative;
  font-size: 18px;
  min-height: 59px;
}
.cta a::before {
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.cta a.telLink01 span:not(.note),
.cta a.telLink02 span:not(.note) {
	padding-left: 20px;
  margin-top: -14px;
}
.cta a span.note {
  position: absolute;
  bottom: 8px;
  font-size: 10px;
}
.cta a.telLink01 {
  position: relative;
  background: #FFD36D;
  color: #004091;
}
.cta a.telLink01::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/tel_free.png)no-repeat;
  background-size: contain;
  aspect-ratio: 39 / 31;
  width: 28px;
  margin-right: 4px;
}
.cta a.telLink02 {
  position: relative;
  background: #ED7A58;
  color: #fff;
}
.cta a.telLink02::before {
  content: '\f095';
}
.cta a.mailLink {
  position: relative;
  background: #004091;
  color: #ffffff;
}
.cta a.mailLink::before {
  content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_news {
  padding: 100px 0;
}

.top_about {
  padding: 100px 5%;
  background: url(/wp-content/uploads/about_bg.png)no-repeat;
  background-size: cover;
  background-position: center;
}
.top_about .inner {
  background: #fff;
  border-radius: 20px;
  padding: 70px 5%;
  position: relative;
  z-index: 2;
}
.top_about .inner::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/top_about_mark.png)no-repeat;
  background-size: contain;
  z-index: -1;
  aspect-ratio: 615 / 380;
  width: 100%;
  max-width: 550px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_about .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_about .image,
.top_about .text {
  width: 47%;
}
.top_about .image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 15px 15px #DA8E6E;
}
.top_about h3 {
  color: #004091;
}
.top_about .linkBtn {
  margin-left: 0;
}

.top_service {
  padding: 120px 0;
}
.top_service .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 120px;
}
.top_service .image,
.top_service .text {
  width: 47%;
}
.top_service .image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 15px 15px #FFF6E0;
}
.top_service h3 {
  color: #004091;
}
.top_service .linkBtn {
  margin-left: 0;
}
.top_service .plan-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.top_service .plan-table {
  border: none;
}
.top_service .plan-table thead th {
  padding: 0;
  border: none;
  border-bottom: none;
  background: transparent;
}
.top_service .plan-table thead th.stub {
  width: 22%;
  border: none;
  background: transparent;
}
.top_service .plan-table thead th.plan {
  position: relative;
  text-align: center;
  vertical-align: bottom;
  height: 96px;
}
.top_service .plan-table thead th.plan > p .br {
  display: block; 
}
.top_service .plan-table thead th.plan > p {
  height: 70px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 16px 14px 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  border-radius: 28px 28px 0 0;
  background: #004091;
}
.top_service .plan-table thead th.plan-attend-have > p {
  background: #4C79B1;
}
.top_service .plan-table thead th.plan-attend-none > p {
  background: #B2C5DE;
  color: #004091;
}
.top_service .plan-table thead th.plan-pickup > p {
  background: #fff;
  color: #004091;
  border: solid 1px #004091;
  border-bottom: none;
}
.top_service .plan-table tbody th,
.top_service .plan-table tbody td {
  border: 1px solid #004091;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 15px 12px;
}
.top_service .plan-table tbody th {
  text-align: left;
  font-weight: 500;
  background: #D8E1EE;
}
.top_service .plan-table .note {
  font-weight: 700;
}

.top_pet .flex {
  display: flex;
  border-radius: 40px;
  background: #004091;
}
.top_pet .image {
  width: 50%;
  border-radius: 37px 0 477px 37px;
  overflow: hidden;
}
.top_pet .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top_pet .text {
  width: 50%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  border-radius: 0 40px 40px 0;
  background: #004091;
}
.top_pet .text::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/pet_mark.png)no-repeat;
  background-size: contain;
  aspect-ratio: 576 / 461;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top_pet h2.title {
  text-align: left;
  color: #fff;
}
.top_pet h2.title .en,
.top_pet p {
  color: #fff;
}
.top_pet .linkBtn::after {
  border-right: 1px solid #004091;
  border-bottom: 1px solid #004091;
}
.top_pet .linkBtn {
  background: #fff;
  color: #004091;
  margin-left: 0;
}
.top_pet .linkBtn:hover {
  background: #fff;
  color: #004091;
}

.top_area {
  padding-top: 120px;
}
.top_area ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 25px;
}
.top_area li {
  border: solid 3px #D8E1EE;
  padding: 30px;
  text-align: center;
	border-radius: 40px;
}
.top_area h3 {
  color: #004091;
  font-size: var(--rem36);
}
.top_area h3 span {
  font-size: var(--rem24);
}

.top_goods {
  padding: 120px 0;
}
.top_goods .gallery img {
  border-radius: 15px;
}

@media print, screen and (max-width: 768px) {
  .top_news {
    padding: 60px 0;
  }

  .top_about {
    padding: 60px 2%;
  }
  .top_about .inner {
    padding: 40px 7%;
  }
  .top_about .flex {
    flex-direction: column;
    gap: 35px;
  }
  .top_about .image,
  .top_about .text {
    width: 100%;
  }
  .top_about .image img {
    box-shadow: 8px 8px #DA8E6E;
  }
  .top_about h3 {
    text-align: center;
  }
  .top_about .linkBtn {
    margin-left: auto;
  }

  .top_service {
    padding: 70px 0;
  }
  .top_service .flex {
    flex-direction: column;
    gap: 35px;
  }
  .top_service .image,
  .top_service .text {
    width: 100%;
  }
  .top_service .image img {
    box-shadow: 8px 8px #FFF6E0;
  }
  .top_service h3 {
    text-align: center;
  }
  .top_service .linkBtn {
    margin-left: auto;
  }
  .top_pet .flex {
    flex-direction: column;
  }
  .top_pet .image {
    width: 100%;
    border-radius: 37px 37px 477px 0;
  }
  .top_pet .image img {
      height: auto;
      aspect-ratio: 3 / 2;
  }
  .top_pet .text {
    width: 100%;
    border-radius: 0 0 40px 40px;
    padding: 30px 25px;
  }
  .top_pet h2 {
    text-align: center;
  }
  .top_pet .linkBtn {
    margin-left: auto;
  }

  .top_service {
    padding: 70px 0;
  }
  .top_service .flex {
    margin-bottom: 70px;
  }
  .top_service .table_wrap {
    overflow-x: scroll;
  }
  .top_service .plan-table {
    min-width: 700px;
  }

  .top_area {
    padding-top: 70px;
  }
  .top_area ul {
    gap: 20px;
  }
  .top_area li {
    border: solid 2px #D8E1EE;
    padding: 30px 25px;
  }

  .top_goods {
    padding: 70px 0;
  }
	.top_service .plan-table thead th.plan > p .br {
	  display: contents;
	}
}

/*-----------------------------
虹への旅立ちについて
------------------------------*/
.company.sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.company.sec01 .image,
.company.sec01 .text {
  width: 47%;
}
.company.sec01 .image img {
  width: 100%;
  border-radius: 25px;
}
.company.sec01 h3 {
  color: #004091;
}
.company.sec01 table,
.company.sec01 table th,
.company.sec01 table td {
  background: unset;
  border: none;
}
.company.sec01 table th {
  color: #004091;
}
.company.sec01 table tr {
  border-bottom: 1px solid #707070;
}
.company.sec01 iframe {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}

@media print, screen and (max-width: 768px) {
  .company.sec01 .flex {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 70px;
  }
  .company.sec01 .image,
  .company.sec01 .text {
    width: 100%;
  }
  .company.sec01 h3 {
    text-align: center;
  }
}

/*-----------------------------
サービス内容・料金
------------------------------*/
.service.sec01 {
  padding-bottom: 120px;
}
.service.sec01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service.sec01 .image,
.service.sec01 .text {
  width: 47%;
}
.service.sec01 .image img {
  width: 100%;
  border-radius: 15px;
}
.service.sec01 h3 {
  color: #004091;
}

.service.sec02 {
  padding: 120px 0;
  background: #D8E1EE;
}
.service.sec02 .wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.service.sec02 .head {
  text-align: center;
  background: #004091;
  padding: 18px 0;
  border-radius: 5px 5px 0 0;
}
.service.sec02 h4 {
  font-weight: 500;
  font-size: var(--rem30);
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
}
.service.sec02 h4::before {
  display: none;
}
.service.sec02 .body {
  background: #fff;
  padding: 60px 40px;
  border-radius: 0 0 5px 5px;
}
.service.sec02 h5 {
  font-size: var(--rem30);
  font-weight: 700;
  color: #004091;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
.service.sec02 h5 span {
  font-size: var(--rem20);
}
.service.sec02 table {
  margin-bottom: 12px;
}
.service.sec02 table th {
  background: #004091;
  width: 20%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.service.sec02 table td {
  vertical-align: middle;
  text-align: center;
}
.service.sec02 .flow_wrap {
  padding-top: 50px;
}
.service.sec02 ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.service.sec02 ul li {
  background: #D8E1EE;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service.sec02 ul li .image {
  width: 30%;
}
.service.sec02 ul li .text {
  width: 65%;
}
.service.sec02 ul li .subTitle {
  color: #004091;
  font-weight: 700;
  line-height: 1.4;
  font-size: var(--rem30);
  margin-bottom: 12px;
}
.service.sec02 p.popular {
  font-size: var(--rem40);
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  color: #ED7A58;
  margin-bottom: 12px;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 {
    padding-bottom: 70px;
  }
  .service.sec01 .flex {
    flex-direction: column;
    gap: 25px;
  }
  .service.sec01 .image,
  .service.sec01 .text {
    width: 100%;
  }
  .service.sec01 h3 {
    text-align: center;
  }

  .service.sec02 {
    padding: 70px 0;
  }
  .service.sec02 .wrap {
    gap: 50px;
  }
  .service.sec02 .body {
    padding: 40px 25px;
  }
  .service.sec02 .table_wrap {
    overflow-x: scroll;
  }
  .service.sec02 table {
    min-width: 900px;
  }
  .service.sec02 table th {
    width: auto;
    white-space: nowrap;
  }
  .service.sec02 .flow_wrap {
    padding-top: 40px;
  }
  .service.sec02 ul {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .service.sec02 ul li {
    padding: 30px 25px;
    flex-direction: column;
    gap: 25px;
  }
  .service.sec02 ul li .image {
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
  }
  .service.sec02 ul li .text {
    width: 100%;
  }
  .service.sec02 ul li .subTitle {
    text-align: center;
  }
}

/*-----------------------------
ペットの訪問火葬とは
------------------------------*/
.pet.sec01 .flex {
  display: flex;
  justify-content: space-between;
}
.pet.sec01 .image,
.pet.sec01 .text {
  width: 47%;
}
.pet.sec01 .text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.pet.sec01 h3 {
  color: #004091;
}
.pet.sec01 h3.title {
  margin-top: 120px;
}
.pet.sec01 .gallery img {
  border-radius: 15px;
}
.pet.sec01 .faq_wrap {
  display: grid;
  gap: 14px;
}
.pet.sec01 .faq-item {
  overflow: clip;
}
.pet.sec01 .faq-item > summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  outline: none;
  background: #D8E1EE;
  padding: 16px 20px;
  border-radius: 10px;
}
.pet.sec01 .faq-item > summary::-webkit-details-marker { display: none; }
.pet.sec01 .q {
  font-weight: 500;
  color: #004091;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1;
}
.pet.sec01 .q-text {
  font-weight: 500;
  font-size: var(--rem18);
}
.pet.sec01 .toggle {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.pet.sec01 .toggle::before,
.pet.sec01 .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #004091;
  border-radius: 1px;
  transition: transform .28s ease;
}
.pet.sec01 .toggle::after { transform: rotate(90deg); }
.pet.sec01 .faq-item[open] .toggle::after { transform: rotate(90deg) scaleX(0); }

.pet.sec01 .a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease, padding .32s ease, margin .32s ease;
  padding-left: 40px;
  margin-top: 0;
}
.pet.sec01 .a-wrap > div { min-height: 0; overflow: hidden; }
.pet.sec01 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

.pet.sec01 .faq-item[open] .a-wrap {
  grid-template-rows: 1fr;
  padding-bottom: 6px;
}

@media print, screen and (max-width: 768px) {
  .pet.sec01 .flex {
    flex-direction: column;
    gap: 25px;
  }
  .pet.sec01 .image,
  .pet.sec01 .text {
    width: 100%;
  }
  .pet.sec01 .text {
    gap: 25px;
  }
  .pet.sec01 h3 {
    text-align: center;
  }
  .pet.sec01 h3.title {
    margin-top: 70px;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 240px
}
body.page-contact .post table th {
  background: #004091;
  color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
  font-weight: 500;
  color: #fff;
  padding: 16px;
  background: #004091;
  width: 100%;
  border-radius: 100vmax;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  .cta {
    padding-bottom: 30px;
  }
  .cta .inner {
    padding: 40px 5%;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}