@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap");

@media screen and (min-width: 768px) {
	.u-hidden-pc{
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	.u-hidden-sp{
		display: none!important;
	}
}
div.c-button {
	background: #EB6120;
	max-width: 300px;
	margin: 0 auto;
	height: 48px;
	position: relative;
	color: #fff;
	font-weight: 600;
	z-index: 0;
	position: relative;
	line-height: 1.5;
}

div.c-button:hover {
	color: #EB6120;
}

div.c-button::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	background-color: #fff;
	transition: .4s;
}

div.c-button:hover::before {
	width: 100%;
}

div.c-button a.c-button__link {
	display: flex;
	justify-content: center;
	font-size: 18px;
	height: 100%;
	text-align: center;
	align-items: center;
	cursor: pointer;
	border: solid 2px #EB6120;
	z-index: 100;
}

div.c-button a:hover {
	opacity: 1;
}
div.c-button a.c-button__link:hover span::before {
	background-color: #EB6120;
	transition: .5s;
}

div.c-button a.c-button__link:hover span::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

div.c-button a.c-button__link span {
	position: relative;
}

div.c-button a.c-button__link span::before {
	content: "";
	width: 18px;
	height: 18px;
	vertical-align: top;
	border-radius: 18px;
	background-color: #fff;
	position: absolute;
	right: -30px;
	top: 22%;
}

div.c-button a.c-button__link span::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 1px #EB6120;
	border-right: solid 1px #EB6120;
	transform: rotate(45deg);
	position: absolute;
	top: 3px;
	right: -23px;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width:767px) {
  div.c-button:hover {
    color: #fff
  }
  div.c-button::before {
    background-color: #EB6120;
  }
  div.c-button a.c-button__link:hover span::before {
    background-color: #fff
  }
  div.c-button a.c-button__link:hover span::after {
    border-top: solid 1px #EB6120;
    border-right: solid 1px #EB6120;
  }
}


.l-contents .l-main {
  margin-bottom: 0;
}

.p-area *,
.p-area ::before,
.p-area ::after{
	box-sizing: border-box;
}
.p-area :where(span) {
	font-weight: inherit;
}
.p-area :where(img) {
	width: 100%;
}
.p-area{
	line-height: 1.5;
}
.p-area__wrap{
	max-width: 980px;
	margin: 0 auto;
}
.p-area__mv-img img {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-area__mv-img img {
    border-radius: 0;
  }
}
.p-area__map-img {
	margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-area__map-img {
    margin: 32px 20px 41px;
  }
}
.p-area__case {
  margin: 44px 37px 64px;
}
@media screen and (max-width: 767px) {
  .p-area__case {
    margin: 41px 35px 38px;
  }
}
.p-area__case-ttl {
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 64px;
  position: relative;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  background-color: #B98D4A;
}
@media screen and (max-width: 767px) {
  .p-area__case-ttl {
    border-radius: 10px 10px 0 0;
    padding: 10px 32px;
    font-size: 18px;
  }
}
.p-area__case-ttl::after {
  content: "";
  width: 26px;
  height: 9px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #B98D4A;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-area__case-ttl::after {
    width: 19px;
  }
}
.p-area__case .p-top-cases__descriptiontext {
	margin-top: 40px;
  max-width: initial;
  font-size: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-area__case .p-top-cases__descriptiontext {
		margin-top: 24px;
    font-size: 14px;
  }
}
.p-top-cases__flexwrapper{
	margin-top: 40px;
	margin-bottom: 64px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 32px 12px;
}
@media screen and (max-width: 767px) {
	.p-top-cases__flexwrapper{
		margin-top: 20px;
		margin-bottom: 24px;
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.p-top-cases__flexcontent{
		width: 100%;
	}
	.p-top-cases__flexcontent:nth-child(n+4){
		display: none;
	}
}
.p-top-cases__thumbWrapper{
	position: relative;
}
.p-top-cases__thumbWrapper img{
	aspect-ratio: 236 / 150;
	object-fit: cover;
}
.p-top-cases__thumbWrapper .stamp{
	width: 72px;
	height: 72px;
	aspect-ratio: initial;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.p-top-cases__catlabel{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.p-top-cases__catlabelchild{
	border: 2px solid #EB6120;
	padding: 6px 10px;
	color: #EB6120;
	font-size: 12px;
	font-weight: 600;
}
.p-top-cases__nametag{
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}
.p-top-voice__flexcontent a img{
	aspect-ratio: 236 / 150;
	object-fit: cover;
}
.p-top-voice__flexcontent .p-top-cases__nametag{
	font-size: 14px;
}
.p-top-voice__flexcontent .sl-plan{
	margin-top: 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}






.p-area__reason {
  padding: 48px 20px 60px;
  background-color: #FBEFBA;
}
@media screen and (max-width: 767px) {
  .p-area__reason {
    padding: 36px 20px 46px;
  }
}
.p-area__reason-ttl {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__reason-ttl {
    font-size: 24px;
  }
}
.p-area__reason-ttl--big {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .p-area__reason-ttl--big {
    font-size: 32px;
  }
}
.p-area__reason-ttl--color {
  color: #EB6120;
}
.p-area__reason-list {
  max-width: 852px;
  margin: 3px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
}
@media screen and (max-width: 767px) {
  .p-area__reason-list {
    margin-top: 0;
    gap: 8px;
  }
}
.p-area__reason-item {
  width: calc((100% - 32px) / 2);
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item {
    width: 100%;
    padding-top: 18px;
  }
}
.p-area__reason-item + .p-area__reason-item {
  background-image: linear-gradient(-27deg, transparent 25%, #EB6120 25%, #EB6120 55%, transparent 55%);
  background-size: 4px 2px;
  background-position: top;
  background-repeat: repeat-x;
}
@media print, screen and (min-width: 768px) {
  .p-area__reason-item:nth-child(2) {
    background-image: none;
  }
}
.p-area__reason-item a {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 17px;
}
@media print, screen and (min-width: 768px) {
  .p-area__reason-item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-area__reason-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-area__reason-item a {
    gap: 5px 20px;
  }
}
.p-area__reason-item-ttl {
  width: 100%;
  color: #EB6120;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-ttl {
    font-size: 18px;
  }
}
.p-area__reason-item-img {
  width: 39%;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-img {
    width: 37%;
    margin-top: 0;
  }
}
.p-area__reason-item-img img {
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-img img {
    border-radius: 10px 10px 0 0;
  }
}
.p-area__reason-item-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-area__reason-item-txt {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-txt {
    font-size: 12px;
    line-height: 1.4;
  }
}
.p-area__reason-item-btn {
  margin-top: auto;
  padding-right: 31px;
  position: relative;
  color: #EB6120;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-btn {
    padding-right: 22px;
    font-size: 14px;
  }
}
.p-area__reason-item-btn::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  right: 3px;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-btn::before {
    width: 14px;
    height: 14px;
    bottom: 3px;
    right: 0;
  }
}
.p-area__reason-item-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-area__reason-item-btn::after {
    width: 6px;
    height: 6px;
    bottom: 7px;
    right: 5px;
    transform: rotate(45deg) scale(0.8);
  }
}
.p-area__contact {
  padding: 24px 37px;
  background-color: #F58B2D;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18) 2px, transparent 2px, transparent 6px);
}
@media screen and (max-width: 767px) {
  .p-area__contact {
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18) 2px, transparent 2px, transparent 5px);
    padding: 20px;
  }
}
.p-area__contact-block {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 12px 33px 12px 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__contact-block {
    max-width: 335px;
    margin: 0 auto;
    padding: 0 16px 20px;
    display: block;
  }
}
.p-area__contact-left {
  margin-bottom: 9px;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-area__contact-left {
    gap: 0;
  }
}
.p-area__contact-gaiheki {
  width: 107px;
}
@media screen and (max-width: 767px) {
  .p-area__contact-gaiheki {
    margin-top: -10px;
  }
}
.p-area__contact-gaiheki img {
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.25));
}
.p-area__contact-txt {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-decoration-thickness: 11px;
  text-decoration-color: #FBEFBA;
  text-underline-offset: -0.2em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-area__contact-txt {
    margin-top: 15px;
    margin-left: -5px;
    font-size: 18px;
    letter-spacing: 0;
    font-feature-settings: initial;
  }
}
.p-area__contact-tel {
  margin-top: 10px;
  padding-left: 57px;
  color: #EB6120;
  font-size: 52px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  background: url(../img/shikokuchuo/contact_tel.png) no-repeat left center/52px auto;
}
.p-area__contact-time {
  font-size: 14px;
  font-weight: 500;
}
.p-area__contact-right {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .p-area__contact-right {
    margin-top: -61px;
		justify-content: center;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__contact-btn {
    flex: 0.77;
  }
}
.p-area__contact-btn a {
  width: 250px;
  display: block;
  filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.25));
}
@media print, screen and (min-width: 768px) {
  .p-area__contact-btn a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-area__contact-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-area__contact-btn a {
    width: 100%;
    filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (max-width: 767px) {
  .p-area__contact-showroom {
    flex: 1;
  }
}
.p-area__contact-showroom a {
  width: 120px;
  display: block;
  filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.25));
}
@media print, screen and (min-width: 768px) {
  .p-area__contact-showroom a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-area__contact-showroom a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-area__contact-showroom a {
    width: 100%;
    filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.25));
  }
}
.p-area__president {
  margin: 32px 37px;
}
@media screen and (max-width: 767px) {
  .p-area__president {
    margin: 0;
  }
}
.p-area__president-block {
  max-width: 980px;
  margin: 0 auto;
}
.p-area__president-ttl {
  border-radius: 20px 20px 0 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: relative;
  color: #FEF4DA;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-area__president-ttl {
    border-radius: 0;
    padding: 32px 20px;
    position: static;
    font-size: 18px;
    text-align: left;
  }
}
.p-area__president-ttl::after {
  content: "";
  width: 22px;
  height: 9px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #EB6120;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-area__president-ttl::after {
    content: none;
  }
}
.p-area__president-box {
  padding: 32px 66px;
  display: grid;
  grid-template-columns: 256px 1fr;
  grid-template-rows: auto 1fr;
  gap: 12px 28px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__president-box {
    padding: 0 20px 32px;
    display: block;
  }
}
.p-area__president-img img {
  aspect-ratio: 1/1;
  border-radius: 28px 28px 0 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-area__president-img img {
    aspect-ratio: 336/190;
    margin-top: -16px;
    border-radius: 20px 20px 0 0;
  }
}
.p-area__president-info {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__president-info {
    display: none;
  }
}
.p-area__president-info-name {
  font-size: 18px;
  font-weight: 600;
}
.p-area__president-txt {
  grid-column: 2/3;
  grid-row: 1/3;
  font-size: 15px;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-area__president-txt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 767px) {
  .p-area__president-txt.is-active {
    -webkit-line-clamp: initial;
  }
}
.p-area__president-btn {
  margin-top: 16px;
}
.p-area__president-btn a {
  max-width: 280px;
  width: 90%;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #EB6120;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #EB6120;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-area__president-btn a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-area__president-btn a:hover {
    opacity: 0.7;
  }
}
.p-area__president-btn-arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #EB6120;
}
.p-area__president-btn-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skew(5deg, 5deg);
}
.p-area__info-ttl {
  padding: 24px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-area__info-ttl {
    padding: 24px 20px 55px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.p-area__info-ttl-big {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__info-ttl-big {
    font-size: 32px;
  }
}
.p-area__info-bg {
  padding: 48px 103px;
  background: url(../img/shikokuchuo/info_bg_pc.png) repeat;
}
@media screen and (max-width: 767px) {
  .p-area__info-bg {
    padding: 1px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-area__info-list {
    margin-top: -35px;
  }
}
.p-area__info-item {
  cursor: pointer;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  transition: background 0.3s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__info-item {
    min-height: 58px;
    padding: 16px;
  }
}
.p-area__info-item.is-active {
  background-color: #EB6120;
}
.p-area__info-item.is-active .p-area__info-item-icon {
  filter: brightness(0) invert(1);
}
.p-area__info-item.is-active .p-area__info-item-txt {
  color: #fff;
}
.p-area__info-item.is-active .p-area__info-item-txt-big {
  color: #fff;
}
.p-area__info-item.is-active .p-area__info-item-arrow {
  margin-top: 7px;
  margin-bottom: 0;
  border-color: #fff;
  transform: rotate(225deg) skew(-5deg, -5deg);
}
.p-area__info-item:first-child {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-area__info-item:first-child {
    border: 2px solid #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 16px 14px;
  }
}
.p-area__info-item:nth-child(n+2) {
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-area__info-item:nth-child(n+2) {
    margin-top: -2px;
  }
}
.p-area__info-item:nth-child(n+2)::before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-area__info-item:nth-child(n+2)::before {
    width: calc(100% - 32px);
    height: 2px;
    left: 16px;
  }
}
.p-area__info-item-icon {
  width: 60px;
  margin-right: 22px;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .p-area__info-item-icon {
    width: 39px;
    height: 30px;
    margin-right: 4px;
    flex-shrink: 0;
    object-fit: cover;
    object-position: left;
  }
}
.p-area__info-item-txt {
  font-size: 24px;
  font-weight: 600;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-area__info-item-txt {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
}
.p-area__info-item-txt-big {
  color: #EB6120;
  font-size: 32px;
  font-weight: 600;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-area__info-item-txt-big {
    display: inline-block;
    font-size: 18px;
  }
}
.p-area__info-item-arrow {
  width: 11px;
  height: 11px;
  margin-left: auto;
  margin-right: 2px;
  margin-bottom: 7px;
  border-bottom: 2px solid #EB6120;
  border-right: 2px solid #EB6120;
  display: block;
  flex-shrink: 0;
  transform: rotate(45deg) skew(-5deg, -5deg);
  transition: border 0.3s;
}
@media screen and (max-width: 767px) {
  .p-area__info-item-arrow {
    margin-right: 3px;
    transform: rotate(45deg);
  }
}
.p-area__info-detail {
  z-index: 2;
  border-bottom: 1px solid #EB6120;
  display: none;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail {
    border-bottom: 2px solid #EB6120;
  }
}
.p-area__info-detail-inner {
  padding: 32px 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-inner {
    padding: 16px;
  }
}
.p-area__info-detail-ttl01 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-ttl01 {
    font-size: 18px;
  }
}
.p-area__info-detail-ttl02 {
  margin-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EB6120;
  color: #EB6120;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-ttl02 {
    padding-bottom: 8px;
    font-size: 18px;
  }
}
.p-area__info-detail-flex + .p-area__info-detail-ttl02 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-flex + .p-area__info-detail-ttl02 {
    margin-top: 24px;
  }
}
.p-area__info-detail-ttl03 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-ttl03 {
    margin-top: 16px;
    font-size: 18px;
  }
}
.p-area__info-detail-ttl04 {
  margin-top: 16px;
  color: #EB6120;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-ttl04 {
    margin-top: 12px;
    font-size: 16px;
  }
}
.p-area__info-detail-flex {
  margin-top: 12px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-flex {
    display: block;
  }
}
.p-area__info-detail-flex-ac {
  align-items: center;
}
.p-area__info-detail-ttl02 + .p-area__info-detail-flex {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-ttl02 + .p-area__info-detail-flex {
    margin-top: 16px;
  }
}
.p-area__info-detail-box {
  flex: 1;
}
.p-area__info-detail-txt01 {
  flex: 1;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-txt01 {
    font-size: 14px;
  }
}
.p-area__info-detail-txt01-mark {
  font-size: 10px;
}
.p-area__info-detail-txt01-note {
  display: block;
  font-size: 10px;
}
.p-area__info-detail-txt02 {
  flex: 1;
  font-size: 14px;
}
.p-area__info-detail-ttl01 + .p-area__info-detail-txt02 {
  margin-top: 24px;
}
.p-area__info-detail-img01 {
  width: 264px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-img01 {
    max-width: 264px;
    width: 90%;
    margin: 16px auto 0;
  }
}
.p-area__info-detail-img02 {
  width: 264px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-img02 {
    width: 100%;
    margin-top: 24px;
    flex-direction: row;
    gap: 9px;
  }
}
.p-area__info-detail-img02 img {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-img02 img {
    width: calc((100% - 9px) / 2);
  }
}
.p-area__info-detail-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 15px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-list {
    margin-top: 16px;
    gap: 15px 7px;
  }
}
.p-area__info-detail-item {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-item {
    width: calc((100% - 7px) / 2);
  }
}
.p-area__info-detail-item-ttl {
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 600;
  background-color: #FBEFBA;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-item-ttl {
    padding: 8px 9px;
    font-size: 16px;
  }
}
.p-area__info-detail-item-star {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-item-star {
    gap: 4px;
    font-size: 14px;
  }
}
.p-area__info-detail-item-star-img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-item-star-img {
    width: 100px;
  }
}
.p-area__info-detail-item-txt {
  margin-top: 6px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-item-txt {
    font-size: 12px;
  }
}
.p-area__info-detail-list02 {
  margin-top: 20px;
  padding: 12px 7px;
  background-color: #FBEFBA;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-list02 {
    margin-top: 16px;
    padding: 7px 5px;
  }
}
.p-area__info-detail-item02 {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-item02 {
    font-size: 14px;
  }
}
.p-area__info-detail-item02::before {
  content: "・";
}
.p-area__info-detail-note {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-note {
    margin-top: 0;
    font-size: 10px;
  }
}
.p-area__info-detail-btntxt {
  min-width: 300px;
  width: fit-content;
  margin: 32px auto 12px;
  padding: 0 13px;
  position: relative;
  color: #EB6120;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail-btntxt {
    max-width: 300px;
    min-width: initial;
    width: 100%;
    margin-top: 24px;
    padding: 0 8px;
  }
}
.p-area__info-detail-btntxt::before, .p-area__info-detail-btntxt::after {
  content: "";
  width: 2px;
  height: 16px;
  border-radius: 9px;
  position: absolute;
  top: 2px;
  background-color: #EB6120;
}
.p-area__info-detail-btntxt::before {
  left: 0;
  transform: rotate(-27deg);
}
.p-area__info-detail-btntxt::after {
  right: 0;
  transform: rotate(27deg);
}
.p-area__info-detail .p-area__info-detail-btntxt + .c-button {
  margin-top: 0;
}
.p-area__info-detail .c-button {
  max-width: 300px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .p-area__info-detail .c-button {
    margin-top: 15px;
  }
}



/* add 30s form top start */
section#Top30Form {
	margin-top: 44px;
	list-style: 1;
}
section#Top30Form *{
	box-sizing: content-box;
}
section#Top30Form img{
	width: auto;
}

#Top30Form .sec-inner {
  width: 980px;
}

#FooterCommonForm10 {
  margin-bottom: 20px;
}

#FooterCommonForm10Bg {
  background: #ff7e00;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}

#FooterCommonForm10Bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/protimes_new/assets/img/common/btn-ptn01.png) repeat;
}

#FooterCommonForm10Bg>div {
  position: relative;
  z-index: 2;
}

#FooterCommonForm10Inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#FormBox,
#FormTitle10Sub {
  background: #fff;
  border-radius: 10px;
  border: 5px solid rgb(255 166 77 / 0.7);
}

#FormBox {
  width: 510px;
  margin-bottom: 20px;
}

#TelBox {
  width: 375px;
}

#FormTitle10Sub {
  text-align: center;
  padding-bottom: 20px;
}

#FormTitle10Sub a {
  pointer-events: none;
}

#FormStaff {
  position: absolute;
  right: 0;
  bottom: 0;
}

#FormTitle10 {
  margin-bottom: 20px;
}

#FormTitle10 img {
  margin-top: -34px;
  margin-left: -16px;
}

#FooterCommonForm10 table {
  width: 90%;
  margin: 10px auto;
  background: #fff;
}

#FooterCommonForm10 table th {
  width: 25%;
  overflow: hidden;
  padding: 10px 0px;
  font-size: 12px;
  text-align: left;
}

#FooterCommonForm10 table th p {
  display: block;
  position: relative;
  font-weight: bold;
}

#FooterCommonForm10 table th p span {
  position: absolute;
  right: 0;
  background: #cb0e12;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
}

#FooterCommonForm10 table tr:nth-child(1) th p span {
  background: #B0B0B0;
}

.checkbox-10sec span.wpcf7-list-item {
  display: inline-flex;
  margin-left: 5%;
  margin-bottom: 10px;
}

#FooterCommonForm10 table td {
  padding: 5px;
}

#FooterCommonForm10 table td input[type="checkbox"] {
  position: relative;
  top: 2px;
  appearance: auto;
}

#FooterCommonForm10 table td input[type="text"],
#FooterCommonForm10 table td input[type="tel"] {
  margin-left: 5%;
  padding: 8px 5px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  background: #fcf8d9;
}

#FooterCommonForm10Submit {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00a00c;
  border-bottom: solid 2px #017d0a;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

#FooterCommonForm10Submit:active {
  border-bottom: solid 2px #00a00c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#FooterCommonForm10Submit input[type="submit"] {
  border: 0;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  margin-left: 16px;
  padding: 4px 0 0;
}

#Top30Form .screen-reader-response {
  display: none;
}

#Top30Form span.wpcf7-not-valid-tip {
  display: block;
  color: #cb0e12;
  margin-left: 5%;
}

#Top30Form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  text-align: center;
  margin-bottom: 20px;
}

#Top30Form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  text-align: center;
  margin: 0 0 20px;
}

#Top30Form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border: solid 2px #ffb900;
  padding: 10px;
}

#Top30Form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  border: solid 2px #00a00d;
  padding: 10px;
}

#Top30Form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  section#Top30Form {
    margin: 0 0 30px;
  }

  #Top30Form .sec-inner {
    width: 100%;
    box-sizing: border-box;
  }

  #FooterCommonForm10Bg {
    padding: 10px 10px 0;
  }

  #FooterCommonForm10Inner {
    flex-direction: column;
  }

  #FormBox,
  #TelBox {
    width: 100%;
    box-sizing: border-box;
  }

  #FormTitle10 img {
    margin-top: -20px;
    margin-left: -10px;
  }

  #FooterCommonForm10 table {
    width: 90%;
    margin: 10px auto;
  }

  #FooterCommonForm10 table th {
    width: 30%;
  }

  .checkbox-10sec span.wpcf7-list-item {
    font-size: 12px;
  }

  #FormTitle10Sub {
    padding: 0;
    margin-bottom: 20px;
  }

  #FormTitle10Sub a {
    display: flex;
    align-items: flex-start;
    padding: 0 5px;
    pointer-events: auto;
  }

  #FormTitle10Sub picture img {
    width: 100%;
    margin-top: -30px;
  }

  #FormStaff {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #FooterCommonForm10Submit {
    width: 240px;
  }
}

/* add 30s form top end */




.p-area__showroom {
  max-width: 980px;
  margin: 64px auto;
}
@media screen and (max-width: 767px) {
  .p-area__showroom {
    margin: 23px 20px 32px;
  }
}
.p-area__showroom-box {
  border: 2px solid #EB6120;
  border-top: none;
  padding: 40px;
  display: grid;
  grid-template-columns: 378px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 52px;
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 11px, rgb(253, 248, 239) 11px, rgb(253, 248, 239) 12px), repeating-linear-gradient(90deg, transparent, transparent 11px, rgb(253, 248, 239) 11px, rgb(253, 248, 239) 12px);
}
@media screen and (max-width: 767px) {
  .p-area__showroom-box {
    padding: 20px 12px 18px;
    display: block;
  }
}
.p-area__showroom-map {
  width: 100%;
  height: auto;
  aspect-ratio: 378/168;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-area__showroom-map {
    aspect-ratio: 308/120;
  }
}
.p-area__showroom-map iframe {
  width: 100%;
  height: 100%;
}
.p-area__showroom-address {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
	font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-area__showroom-address {
    margin-top: 11px;
    margin-bottom: 9px;
    font-size: 14px;
  }
}
.p-area__showroom .c-button {
  max-width: 320px;
  width: 100%;
  margin: auto auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-area__showroom .c-button {
    width: 92%;
    margin: 0 auto;
  }
}
.p-area__plan {
  padding-bottom: 40px;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 5px);
}
@media screen and (max-width: 767px) {
  .p-area__plan {
    padding-bottom: 18px;
  }
}
.p-area__plan-gaiheki {
  background-color: #75A7CE;
}
.p-area__plan-gaiheki .p-area__plan-top {
  background-color: #235D8C;
}
.p-area__plan-yane {
  background-color: #F58B2D;
}
.p-area__plan-yane .p-area__plan-top {
  background-color: #EB6120;
}
.p-area__plan-top {
  padding: 35px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__plan-top {
    padding: 17px 20px 35px;
    display: block;
    text-align: center;
  }
}
.p-area__plan-ttl {
  font-size: 31px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-area__plan-ttl {
    font-size: 20px;
  }
}
.p-area__plan-ttl-big {
  font-size: 40px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-area__plan-ttl-big {
    font-size: 28px;
  }
}
.p-area__plan-txt {
  font-size: 12px;
}
.p-area__plan-txt-note {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-area__plan-txt-note {
    margin-top: 3px;
  }
}
.p-area__plan-list {
  max-width: 848px;
  margin: -16px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
@media screen and (max-width: 767px) {
  .p-area__plan-list {
    margin: -12px 20px 0;
    gap: 12px;
  }
}
.p-area__plan-item {
  width: calc((100% - 16px) / 2);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .p-area__plan-item {
    width: 100%;
  }
}
.p-area__plan-item-catch {
  border-radius: 10px 10px 0 0;
  padding: 8px 14px;
  color: #EB6120;
  font-size: 18px;
  font-weight: 600;
  background-color: #FBEFBA;
}
@media screen and (max-width: 767px) {
  .p-area__plan-item-catch {
    font-size: 16px;
  }
}
.p-area__plan-item-block {
  padding: 5px 29px 12px 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-area__plan-item-block {
    padding: 7px 13px 12px;
    gap: 7px 5px;
  }
}
.p-area__plan-item-box {
  flex: 1;
}
.p-area__plan-item-name {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-area__plan-item-name {
    font-size: 14px;
    font-weight: 500;
  }
}
.p-area__plan-item-price {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
}
.p-area__plan-item-price-txt01 {
  margin-right: 1px;
  grid-column: 1/2;
  grid-row: 1/3;
  color: #EB6120;
  font-size: 52px;
  line-height: 0.8461538462;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.p-area__plan-item-price-txt02 {
  font-size: 33px;
  font-weight: 700;
}
.p-area__plan-item-price-txt03 {
  margin-top: auto;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.p-area__plan-item-price-txt04 {
  margin-bottom: 3px;
  color: #EB6120;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.p-area__plan-item-img {
  width: 29%;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-area__plan-item-img {
    width: 35%;
  }
}
.p-area__plan-item-info {
  width: 100%;
  display: flex;
  gap: 12px;
}
.p-area__plan-item-info-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-area__plan-item-info-item {
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #F58B2D;
}
@media screen and (max-width: 767px) {
  .p-area__plan-item-info-item {
    padding: 3px 6px;
    font-size: 10px;
  }
}
.p-area__plan-item-info-detail {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-area__plan-item-info-detail {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-area__bnr {
	max-width: 980px;
  margin: 56px auto;
}
@media screen and (max-width: 767px) {
  .p-area__bnr {
    margin: 32px 20px;
  }
}
.p-area__bnr-list {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-area__bnr-list {
    flex-direction: column;
    gap: 16px;
  }
}
.p-area__bnr-list + .p-area__bnr-list {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-area__bnr-list + .p-area__bnr-list {
    margin-top: 16px;
  }
}
.p-area__bnr-item {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .p-area__bnr-item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-area__bnr-item a:hover {
    opacity: 0.7;
  }
}
.p-area .p-top-pickup {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-area .p-top-pickup {
    margin-top: 45px;
    padding-bottom: 48px;
  }
}
.p-area .p-top-pickup .c-headline {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-area .p-top-pickup .c-headline {
    margin-bottom: 32px;
  }
}
.p-area .p-top-pickup .c-headline .c-headline_subtitle, .p-area .p-top-pickup .c-headline img {
  display: none;
}
.p-area .p-top-pickup__wrapper {
  max-width: 980px;
  width: 90%;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-area .p-top-pickup__wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.p-area .p-top-pickup .p-top-pickup__titletag {
  display: flex;
  align-items: center;
}
.p-area__link {
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #F59E24;
}
@media screen and (max-width: 767px) {
  .p-area__link {
    padding: 12px 16px;
    gap: 8px;
  }
}
.p-area__link-txt {
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-area__link-txt {
    font-size: 18px;
  }
}
.p-area__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-area__link-item a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 7px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #EB6120;
}
@media print, screen and (min-width: 768px) {
  .p-area__link-item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-area__link-item a:hover {
    opacity: 0.7;
  }
}


.p-top-blog {
	padding: 80px 0;
	background: #75a7ce;
	background-image: url(../img/shikokuchuo/bg-blog.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.p-top-blog .c-headline{
	color: #382712;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 52px;
	margin: 40px 0 50px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-top-blog .c-headline{
		margin: 0 0 36px;
		padding: 0;
		font-size: 28px;
	}
}
.p-top-blog__wrapper {
	max-width: 880px;
	margin: 0 auto 0;
	padding: 0 20px;
	box-sizing: content-box;
	position: relative;
}

.p-top-blog__prev {
	width: 40px;
	height: 40px;
	position: relative;
	top: calc(50% - 50px);
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	background: #EB6120;
	z-index: 2;
	cursor: pointer;
}

.p-top-blog__prev:hover {
	opacity: .8;
	transition: .2s;
}

.p-top-blog__prev::before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: solid #fff 3px;
	border-radius: 50%;
	box-sizing: border-box;
}

.p-top-blog__prev::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(225deg);
	position: absolute;
	top: calc(50% - 6px);
	right: 11px;
}

.p-top-blog__next {
	width: 40px;
	height: 40px;
	position: relative;
	top: calc(50% - 50px);
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	background: #EB6120;
	z-index: 2;
	cursor: pointer;
}

.p-top-blog__next:hover {
	opacity: .8;
	transition: .2s;
}

.p-top-blog__next::before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: solid #fff 3px;
	border-radius: 50%;
	box-sizing: border-box;
}

.p-top-blog__next::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 6px);
	right: 16px;
}

.p-top-blog__flexwrapper {
	display: flex;
	padding-bottom: 50px;
}

.p-top-blog__flexcontents {
	box-sizing: border-box;
	max-width: 272px;
	padding: 16px 16px 22px;
	background: #fff;
	border-radius: 20px 20px 0 0;
	background-image: repeating-linear-gradient(135deg, transparent 0 2px, #EB6120 4px);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: bottom;
	box-shadow: 13.8px 13.7px 9.7px rgba(0, 0, 0, .06);
}
.p-top-blog__flexcontents {
  background-image: linear-gradient(-45deg, transparent 35%, #EB6120 35%, #EB6120 45%, transparent 55%);
  background-size: 5.6px 4px;
  border: 0;
  background-repeat: repeat-x
}

.p-top-blog__contentlink {
	position: relative;
	cursor: pointer;
}

.p-top-blog__date {
	font-weight: 300;
	color: #888;
	margin-bottom: 16px;
}

.p-top-blog__imgbox {
	position: relative;
	margin-bottom: 8px;
}

.p-top-blog__thumb {
	height: 144px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-top-blog__cattag {
	font-weight: 700;
	color: #fff;
	height: 28px;
	background: #b98d4a;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 8px;
	font-size: 14px;
	align-items: center;
	position: absolute;
	bottom: 0;
}

.p-top-blog__title {
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
}
@media screen and (max-width: 767px) {
  .p-top-blog {
    padding-bottom: 40px;
		margin-bottom: 20px;
		background-size: contain;
  }
  .p-top-blog__flexwrapper {
    padding-bottom: 44px
  }
  .p-top-blog__date {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1
  }
  .p-top-blog__imgbox img {
    aspect-ratio: 1 / .48;
    object-fit: cover
  }
  .p-top-blog__cattag {
    font-size: 16px
  }
  .p-top-blog__cattag {
    height: 32px;
    padding: 0 12px
  }
  .p-top-blog__title {
    line-height: 1.4
  }
  .p-top-blog__flexcontents {
    padding-bottom: 18px
  }
	.p-top-blog__next {
		background-size: contain;
	}

	.p-top-blog__next {
		display: none;
	}

	.p-top-blog__prev {
		display: none;
	}


	.p-top-blog__flexwrapper {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}

	.p-top-blog__flexcontents {
		max-width: 100%;
	}

	.p-top-blog__thumb {
		height: auto;
	}
  .p-top-blog__imgbox img {
    width: 100%
  }
}