@charset "utf-8";

/* 202508_add_reason
------------------ */

/* common_parts
-------------------- */

._gray {
	background: #F4F4F4;
}

.txt_big {
	font-weight: 600;
	font-size: 1.6em;
}

.red {
	color: #AD2418;
}

._ctr {
	text-align: center;
}

._sp {
	display: none;
}

._pc {
	display: block;
}

.common_box {
	width: 980px;
	margin: 0 auto 40px auto;
}

.common_box b {
	font-weight: 600;
	font-size: 1.2em;
}

.common_box .txt_box {
	font-size: 1.1em;
	padding: 10px 0;
}

.common_box .indent {
	padding: 0 45px;
}

.common_box .indent._type02 {
	padding: 0 30px;
}

@media screen and (max-width: 768px) {

	.common_box .indent {
		padding: 0;
	}

	.common_box .indent._type02 {
		padding: 0;
	}

	.sub_ttl {
    padding: 10px;
		line-height: 1.4;
  }

	.sub_ttl02 {
    padding: 15px;
  }

}

/* page_btn */
.page_btn {
	width: fit-content;
	margin: 0 auto;
}

.page_btn a {
	position: relative;
	background: #AD2418;
	padding: 10px 10px;

	border-radius: 4px;
}

.page_btn a::after {
	position: absolute;
	top: 37%;
	right: 10px;
	content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: transform 0.3s;
}

.page_btn a:hover {
	opacity: inherit;
}

.page_btn a span {
	background: none;
	padding: 0 30px;
}

@media screen and (max-width: 768px) {

    .page_btn {
			margin: 0 auto 15px auto;
		}

    .page_btn a span {
        background: none;
    }

}

.list_bg {
	margin: 30px 20px;
	padding: 20px;
}

.list_bg._type02 {
	margin: 20px 20px 30px 20px;
	padding: 20px;
}

.list_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.list_box li {
  flex: 1 1 calc(33.333% - 20px);
	align-items: flex-end;
  justify-content: center;

	padding: 10px 0;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 4px;

	text-align: center;
}

._type02 .list_box li {
  flex: 1;
	line-height: 1.4;
}

.list_box li img {
	margin: 10px 0;
}

@media screen and (max-width: 768px) {

	.list_bg._type02 {
		margin: 10px 0 30px 0;
		padding: 10px;
	}

	._type02 .list_box li {
    flex: 1 1 calc(50% - 20px);
	}

}

/* check_box */
.check_box ul {
	position: relative;

	margin: 0 0 40px 0;
	padding: 0 0 0 180px;
}

.check_box ul::before {
	position: absolute;
	left: 0;
	bottom: 0;

	content: "";
	background: url("/images/reason/bg_woman.png") no-repeat 0 0 / contain;
	width: 120px;
	height: 120px;
}

.check_box ul li {
	position: relative;

	line-height: 2.4;
	font-size: 1.2em;
}

.check_box ul li::before {
	position: absolute;
	content: "";
	top: 9px;
	left: -30px;

	background: url("/images/reason/icon_reason_check_green.svg") no-repeat 0 0 / contain;
	width: 25px;
	height: 20px;
}

@media screen and (max-width: 768px) {

	.check_box ul {
		margin: 30px 0;
		padding: 0 0 0 130px;
	}

	.check_box ul::before {
		bottom: 9px;

		width: 90px;
		height: 90px;
	}

	.check_box ul li {
		font-size: 1em;
	}

	.check_box ul li::before {
		top: 7px;
		left: -22px;

		width: 20px;
		height: 20px;
	}

}


/* parallel */
.parallel {
	display: flex;
	justify-content: space-between;
	gap: 30px;

	margin: 0 0 30px 0;
}

._aic {
	align-items: center;
}

._fwap {
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {

	._sp {
		display: block;
	}

	._pc {
		display: none;
	}

	.common_box {
		width: 95%;
		margin: 0 auto 40px auto;
	}

	.list_bg {
		margin: 30px 0;
		padding: 10px;
	}

	.list_box {
		justify-content: space-evenly;
		gap: 10px;
    padding: 0;
	}

	.list_box li {
	  flex: 1 1 calc(50% - 20px);
		font-size: .8em;
	}

	.list_box li img {
		margin: 5px 0;
		width: 60%;
    height: auto;
	}

	._type02 .list_box li img {
		width: 70%;
	}

	.parallel {
		display: inherit;
		justify-content: inherit;
		gap: 0;

		margin: 0 0 30px 0;
	}

}

/* #reason
-------------------- */

/* table_scroll_hint */
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	z-index: 5;
}

/* table */
:root {
	--bg: #fff;
	--line: #fff;
	--text: #222;
	--muted: #6b6b6b;
	--head-grad-top:#4a4a4a;
	--head-grad-btm:#3c3c3c;
	--band-radius: 6px;
	--accent: #d83a3a;
	--accent-bg:#ffe9ea;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

	width: 890px;
  background: var(--bg);
	margin: 20px auto 40px auto;

	border-radius: 4px;
}

.compare-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 760px;
  width: 100%;
  color: var(--text);
  table-layout: fixed;
  font-feature-settings: "palt";
}

.compare-table th.sticky-first,
.compare-table th.store{
  width: 260px;
}

.compare-table thead .head-band th {
  position: sticky;
  top: 0;
  color: #fff;
  padding: 14px 16px;
  font-weight: 700;
  letter-spacing: .02em;
  background: linear-gradient(180deg,var(--head-grad-top),var(--head-grad-btm));
}

.compare-table thead .band-left {
	width: 250px;
  text-align: center;
}

.compare-table thead .band-right {
  text-align:center;
}

.compare-table thead .head-cols th {
  position: sticky;
  top: 44px;
  z-index: 2;
  background: #f3f3f3;
  color: #fff;
  background: linear-gradient(180deg,#595959,#4b4b4b);

  padding: 12px 8px;
  text-align: center;
  font-weight: 700;
}

.compare-table th[scope="row"] {
  position: sticky;
  left: 0;
  background: #F4F4F4;
}

.compare-table th,
.compare-table td {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 10px 40px;
  vertical-align: middle;
  text-align: center;
  background: #F4F4F4;
  font-size: 16px;
}

.compare-table td {
  font-size: 24px;
}

.compare-table .is-featured td {
	color: #AD2418;
}

.compare-table tbody th {
  text-align: center;
  color: #222;
  font-weight: 700;
}

.compare-table .logo {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.compare-table tr.is-featured th,
.compare-table tr.is-featured td {
  background: var(--accent-bg);
  border-bottom: 2px solid #E0A09E;
}

.compare-table tr.is-featured th[scope="row"] {
  background:var(--accent-bg);
}

.rate--accent {
  border-color:var(--accent);
  color:var(--accent);
  box-shadow:0 0 0 3px #fff inset;
}

@media (max-width: 768px) {

	.table-wrap {
		width: 100%;
	}

	.compare-table {
	  min-width: auto;
	  width: 100%;
	}

  .compare-table th {
		font-size: .9em;
  }

  .compare-table th,
	.compare-table td {
    padding: 12px 8px;
  }

	.compare-table thead .band-left {
		width: 90px;
	}

	.compare-table th.sticky-first,
	.compare-table th.store{
	  width: inherit;
	}

	.compare-table thead .head-cols th {
		width: 35px;
		line-height: 1.4;
	}

}

@media only screen and (width: 768px) and (height: 1024px) {

	.compare-table {
	  width: 100%;
	}

}


/* .cta_box */
.cta_box {
  position: relative;
  background: #fff;

	width: 940px;
  margin: 50px auto 60px auto;

	border: 1px solid #AD2418;
	border-radius: 4px;
}

.cta_box._type02 {
	width: 850px;
  margin: 30px auto 40px auto;
	border: none;
}

.cta_box._type02 ._inner {
  padding: 20px;
}

@media screen and (max-width: 768px) {

	.cta_box._type02 {
		width: 100%;
	}

}

.cta_box::before {
  position: absolute;
  left: 0;
  bottom: 0;

  content: "";
  background: url("/images/reason/img_reason_cta_woman.png") 0 0 no-repeat;
  background-size: contain;

  width: 150px;
  height: 150px;
}

.cta_box._type02::before {
  background: none;
	width: 0;
  height: 0;
}

.cta_box ._inner {
	display: flex;
	justify-content: space-between;
	align-items: center;

  padding: 20px 20px 20px 130px;
}

.cta_box .cta_header {
	display: flex;
	gap: 50px;
	justify-content: center;

	background: #AD2418;
	padding: 10px 20px 10px 55px;

	font-size: 1.1em;
	color: #fff;
}

.cta_box .cta_header li {
	position: relative;
}

.cta_box .cta_header li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;

	width: 25px;
	height: 22px;
	background: url("/images/reason/icon_reason_check_white.svg") no-repeat 0 0 / cover;
}

.cta_box .cv_tel {
  width: fit-content;
  margin: 0 10px 0 0;
}

.cta_box .cv_tel .tel {
  position: relative;

  padding: 0 0 0 50px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 3.2em;
  font-weight: 700;
}

.cta_box .cv_tel a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {

	.cta_box .cv_tel a[href^="tel:"] {
	  pointer-events: inherit;
	  text-decoration: inherit;
	}

}


/* .cv_btn */
.cv_btn {
  position: relative;
  width: fit-content;
  margin: 20px auto;

  font-size: 1.8em;
  font-weight: 700;

  transition: all 0.2s ease;
}

._type2 .cv_btn {
  margin: 0;
}

.cv_btn .cta_btn {
	display: flex;
	align-items: center;

	line-height: 1.4;
	font-size: .8em;
}

.cv_btn .cta_btn .number {
	font-family: "Roboto", sans-serif;
  font-size: 2.4em;
  font-weight: 400;
}

.cv_btn .cta_btn .seconds {
  font-size: 0.8em;
	margin: 0 5px 0 0;
}

.cv_btn .cta_btn .btn_txt {
	font-weight: 600;
}

.cv_btn .cta_btn .txt {
	display: block;
	margin: 0 0 -3px 0;
  font-size: 0.6em;
}

.cv_btn a {
  display: block;
  background: linear-gradient(#f2a150, #ef8734);

  width: fit-content;
  margin: 0 auto;
  padding: 10px 40px 0 40px;

  border-radius: 4px;
  box-shadow: 0 8px 0 rgba(167, 93, 33, 1);
  transition: all 0.3s ease;

  text-decoration: none;
  text-shadow: 0 2px 0 rgba(167, 93, 33, 0.3);
  color: #fff;
}

._type02 .cv_btn {
	margin: 0 auto 40px auto;
}

._type02 .cv_btn a {
  padding: 10px 40px;
}

._type02 .cv_btn .point {
	position: relative;
	top: 10px;

	padding: 5px 15px 5px 30px;
	font-size: .6em;
}

._type02 .cv_btn .point::before {
	position: absolute;
	content: "";
	top: 7px;
  left: 12px;

  background: url(/images/reason/icon_sp.svg) no-repeat 0 0 / contain;
  width: 15px;
  height: 20px;
}

._type02 .cv_btn .cta_btn {
	align-items: baseline;
}

._type02 .cv_btn .cta_btn .number {
  font-size: 1.6em;
}

.cv_btn a:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.cv_btn:hover {
  transform: translateY(8px);
  opacity: 0.5;
  cursor: pointer;
}

.cv_btn:hover a {
  box-shadow: none;
}

.cta_box .cv_tel {
	text-align: center;
}

.cta_box .cv_tel .tel::before {
  position: absolute;
  left: 0;

  content: "";
  background: url("/images/kansai/icon_tel.svg") no-repeat 0 0 / cover;
  width: 40px;
  height: 40px;
}

.cta_box .cv_tel .time {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

.caution {
  text-align: center;
  color: #fff;
}

.cv_btn .point {
  position: absolute;
  top: -20px;
  left: 50%;

  width: max-content;
  background: #690000;

  padding: 0 10px 2px 10px;
  border-radius: 8px;

  text-align: center;
  font-size: .5em;
  font-weight: 700;
  color: #fff;

  transform: translateX(-50%);
  z-index: 1;
}

.cv_btn .point:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #690000;
}

.cv_btn .point .number {
	font-size: 1.2em;
}

@media screen and (max-width: 768px) {

	.cta_box {
		width: 95%;
		margin: 40px auto;
	}

	.cta_box::before {
    width: 100px;
    height: 100px;
	}

	.cta_box ._inner {
		display: block;
		padding: 20px 0;
	}

	.cta_box .cta_header {
		display: inherit;
		gap: 0;
		padding: 15px;
	}

	.cta_box .cta_header li {
		padding: 0 0 0 35px;
	}

	.cta_box .cta_header li::before {
		left: 0;
	}

	.cta_box .cv_tel {
    margin: 30px 0 0 110px;
		font-size: .7em;
	}

	.cta_box._type02 ._inner {
		font-size: 1.2em;
	}

	.cta_box._type02 .cv_tel {
    margin: 30px auto 0 auto;
	}

	.cta_box .cv_tel .tel {
    padding: 0 0 0 30px;
	}

	.cta_box .cv_tel .tel::before {
		top: 2px;
    background: url("/images/kansai/icon_tel.svg") no-repeat 0 0 / cover;
    width: 25px;
    height: 25px;
	}

	.cv_btn {
    font-size: 1.4em;
	}

	.cv_btn a {
    padding: 5px 40px 0 40px;
    box-shadow: 0 5px 0 rgba(167, 93, 33, 1);
	}

	.cv_btn a:after {
	  top: 53%;
	}

	.cv_btn .cta_btn .txt {
		margin: 0;
	}

}


@media only screen and (width: 375px) {

	.cta_box .cv_tel {
		margin: 30px 0 0 105px;
	}

}


@media only screen and (width: 360px) {

	.cta_box .cv_tel {
		margin: 30px 0 0 97px;
	}

}

/* #voice
-------------------- */

/* .voice_box */
.voice_box {
	padding: 30px;
	border-radius: 4px;
}

.voice_box ._inner {
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 0 0 30px 0;
}

.voice_box .user_voice .comment {
	background: #fff;
	margin: 0 0 20px 0;
	padding: 15px;
	border: 1px dotted #C7C7C7;
	border-radius: 4px;
}

.voice_box .user_voice .comment:last-child {
	margin: 0;
}

.voice_box .user_voice .comment dt {
	margin: 0 0 10px 0;
}

.voice_box .user_voice .comment dt .star {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #BF9A00;
}

.voice_box .user_voice .comment dd {
	line-height: 1.4;
}

@media screen and (max-width: 768px) {

	.voice_box {
		padding: 15px;
	}

	.voice_box .user_voice .comment {
		margin: 0 0 15px 0;
	}

}


/* .slide_show
----------------------------------- */

.slide_show {
    text-align: center;
}

.slide_show #main-image {
    margin-bottom: 20px;
    transition: opacity 0.5s ease;
}

.slide_show .thumbnail-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;

		margin: 0;
}

.slide_show .thumbnail-container li {
  width: 150px;
  cursor: pointer;
	transition: all ease .4s;
}

.slide_show .thumbnail:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {

	.slide_show .thumbnail-container {
		margin: 0 0 20px 0;
	}

}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide_show .fade-in {
    animation: fadeIn 1.2s;
}

.slide_show .thumbnail-container li:hover,
.slide_show .selected {
	opacity: .6;
}


/* count_up */

.stats {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 500px;
	margin: 40px auto;
}

.stats dl {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.stats dl.is-show {
  opacity: 1;
  transform: none;
}

.stats dt {
	text-align: center;
}

.stats dd {
	line-height: 1;
}

.stats .counter {
  font-weight: 600;
  font-size: 3em;
  font-family: "Roboto", sans-serif;
	color: #AD2418;
}


@media screen and (max-width: 768px) {

	.stats {
		display: flex;
    align-items: inherit;
    justify-content: inherit;
    width: 320px;
    margin: 30px auto;
    gap: 30px;
	}

	.stats .counter {
	  font-size: 2.4em;
	}

}

/* #inside_story
-------------------- */

#inside_story .parallel {
	gap: 20px;
	justify-content: inherit;

	margin: 40px 0;
	font-size: 1.1em;
}

#inside_story .parallel .comment {
	margin: 0 0 0 20px;
}

#inside_story .parallel .comment h3 {
	margin: 0 0 10px 0;

	font-weight: 600;
	font-size: 1.2em;
	color: #AD2418;
}

#inside_story .parallel b {
	font-weight: 600;
	font-size: 1em;
}

#inside_story .story_box.parallel .story {
	width: 33%;
	border: 1px solid #222;
	border-radius: 4px;
}

#inside_story .story_box.parallel .story p {
	padding: 15px;
}

#inside_story .story_box.parallel .story p:last-child {
	padding: 0 15px 15px 15px;
}

#inside_story .story_box.parallel .story h4 {
	background: #222;
	padding: 10px;

	text-align: center;
	color: #fff;
}

@media screen and (max-width: 768px) {

	#inside_story .parallel {
		margin: 30px 0;
	}

	#inside_story .parallel .img_box {
		width: 200px;
		margin: 0 auto 15px auto;
	}

	#inside_story .parallel .comment {
		margin: 0;
	}

	#inside_story .parallel .comment h3 {
		text-align: center;
	}

	#inside_story .story_box.parallel .story {
		width: 95%;
		margin: 0 auto 20px auto;
	}

}

/* #store
-------------------- */

#store .txt_box {
	margin: 10px 0 20px 0;
}

#store .parallel {
	gap: 0;
}

#store .parallel dl {
	flex: 1;

	margin: 0 15px 0 0;
	padding: 15px;
	border: 1px dotted #C7C7C7;
	border-radius: 4px;
}

#store .parallel dl:nth-child(4n) {
  margin: 0;
}

#store .parallel dl:last-child {
	margin: 0;
}

#store .parallel._fwap dl {
	flex: 0 0 calc(25% - 45px);
}

#store .parallel._fwap dl:last-child {
  margin: 15px 0 0 0;
}

#store .parallel dl dt {
	margin: 0 0 10px 0;

	line-height: 1.4;
	font-weight: 600;
	font-size: 1.1em;
}

#store ._ctr {
	margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {

	#store .parallel {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;

		margin: 20px 0;
	}

	#store .parallel dl,
	#store .parallel._fwap dl {
		flex: 0 0 calc(50% - 40px);
		margin: 0;
	}

	#store .parallel._fwap dl:last-child {
		margin: 0;
	}

}

/* #faq
-------------------- */

#faq .txt_box {
	margin: 10px 0 20px 0;
}

#faq .faq_box h3 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 3px 0 10px 50px;
	border-bottom: 1px solid #CF4139;

	font-weight: 600;
	font-size: 1.2em;
}

#faq .faq_box h3::before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #AD2418;
  border-radius: 50%;
}

#faq .faq_box h4 {
	position: relative;
	padding: 3px 0 10px 50px;

	font-weight: 600;
	font-size: 1.2em;
}

#faq .faq_box h4::before {
    position: absolute;
    content: "A";
    top: 2px;
    left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #222;
    border-radius: 50%;
}

#faq .faq_box {
	margin: 0 0 30px 0;
}

#faq .faq_box p {
	margin: 0 0 0 50px;
}

#faq .faq_box a {
	color: #AD2418;
}

@media screen and (max-width: 768px) {

	#faq .faq_box h4 {
		padding: 3px 10px 10px 50px;
	}

	#faq .faq_box p {
		margin: 0 10px 0 50px;
	}

}
