@charset "utf-8";
body {
  font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std";
	font-weight: 400;
  font-size: 1.125rem;
  color: #222222;
	line-height: 1.8;
}
/* ===================================
assets
=================================== */
/* layout */
.c-compensation-sp {
  display: block;
}
.c-compensation-pc {
  display: none;
}
.c-compensation__sec__inr {
	max-width: 343px;
	margin: 0 auto;
}
@media (min-width: 768px) {
  .c-compensation-sp {
    display: none;
  }
  .c-compensation-pc {
    display: block;
  }
	.c-compensation__sec__inr {
		max-width: 600px;
	}
}
@media (min-width: 1025px) {
	.c-compensation__sec__inr {
		max-width: 1025px;
	}
}

/* テキスト */
.c-compensation__txtAccent {
	color: #DB7E15;
}

/*直線の下線(改行対応)*/
.c-compensation__txtUnderline {
	text-decoration-line: underline;
	text-decoration-color: #DB7E15;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
	text-decoration-skip-ink: none;
}
/*波線*/
.c-compensation__txtUnderline--wave {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

/*注釈*/
.c-compensation__note li {
	padding-left: 1.25rem;
	font-size: 1rem;
	position: relative;
}
.c-compensation__note li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 1px;
}

/* ボタン共通 */
.c-compensation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 343px;
  height: 72px;
  padding: 0 0.5rem;
  border-radius: 8px;
	font-family: "Hiragino Kaku Gothic StdN";
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 600;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
}
.c-compensation__btn:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
}
.c-compensation__btn:hover + img {
	z-index: 1;
	top: -76px
}
/* 診断ボタン */
.c-compensation__btn--shindan {
  background-color: #268700;
}
.c-compensation__btn--shindan span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.c-compensation__btn--shindan span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  border-width: 5px 0px 5px 8px;
  margin-right: 1rem;
}

/* 電話ボタン */
.c-compensation__btn--tel {
  background-color: #D64202;
}
.c-compensation__btn--tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.c-compensation__btn--tel span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_tel.svg) no-repeat center center / contain;
  margin-right: 0.75rem;
}

/* h2 */
.c-compensation__sec h2 {
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 1rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.8;
	background-color: #DB7E15;
	text-align: center;
}
@media (min-width: 1025px) {
	.c-compensation__sec h2 {
		height: 110px;
		font-size: 2rem;
	}
}

/* cta */
.c-compensation__cta {
  padding: 2.5rem 1rem;
	background:  url(../img/bg_cta.webp) no-repeat center center/ cover;
}
.c-compensation__cta__inr {
  max-width: 343px;
  margin: 0 auto;
}
.c-compensation__cta__catch {
  font-weight: 600;
  text-align: center;
}
.c-compensation__cta__catch span {
  font-size: 1.25rem;
  color: #DB7E25;
  display: inline-block;
}
.c-compensation__cta__catch span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #DB7E25;
  position: relative;
  bottom: 7px;
}
.c-compensation__cta__msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-compensation__cta__msg img{
  width: 86px;
  height: 75px;
  object-fit: cover;
  object-position: top;
}
.c-compensation__cta__msg p {
  font-weight: 800;
  position: relative;
  width: 246px;
  height: 40px;
  border-radius: 80px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 1rem;
}
.c-compensation__cta__msg p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  border-width: 4.5px 12px 4.5px 0px;
  position: absolute;
  top: 50%;
  left: -.5rem;
  transform: translateY(-50%);
}
.c-compensation__cta__msg p.c-compensation-pc {
	display: none;
}
.c-compensation__cta__msg span{
  color: #D64202;
}
/*無料診断スタートボタン*/
.c-compensation__cta--sp .c-compensation__btn {
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.c-compensation__cta--sp .c-compensation__btn--shindan small {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.c-compensation__cta--sp .c-compensation__btn--shindan span {
  font-size: 1.75rem;
  line-height: 1;
}
.c-compensation__cta--pc {
  display: none;
}
/*営業時間外ガイダンス*/
.c-compensation__cta__afterHoursGuidance {
	color: #422715;
	font-size: 1.0625rem;
	line-height: 1.6;
	padding: 1rem;
	background: #f3f2f1;
	margin: 0.5rem 0 1rem;
	border: none;
}
.c-compensation__cta__afterHoursGuidance span {
	font-weight: bold;
	color: #D64202;
}
/*営業時間*/
.c-compensation__cta__time {
	text-align: center;
	font-size: 0.875rem;
	margin-top: -.25rem;
	font-weight: 400;
}
@media (min-width: 768px) {
  .c-compensation__cta {
    padding: 2.6rem 1.5rem;
  }
  .c-compensation__cta__inr {
    max-width: 728px;
  }
  .c-compensation__cta__catch {
    font-size: 1.75rem;
  }
  .c-compensation__cta__catch span {
    font-size: 2rem;
  }  
  .c-compensation__cta__msg {
    font-size: 1.75rem;
    width: 570px;
    margin: 0 auto;
  }
  .c-compensation__cta__msg img {
    width: 157px;
    height: 105px;
  }
  .c-compensation__cta__msg p {
    width: 485px;
    height: 56px;
    margin-left: 1rem;
		text-align: center;
  }
  .c-compensation__cta__msg p::before {
    border-width: 6px 14px 6px 0px;
    left: -13px;
  }
	.c-compensation__cta__msg p.c-compensation-sp {
		display: none;
	}
	.c-compensation__cta__msg p.c-compensation-pc {
		display: block;
	}
  /*無料診断スタートボタン*/
  .c-compensation__cta--sp .c-compensation__btn {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
  .c-compensation__cta--sp {
    display: none;
  }
  .c-compensation__cta--pc {
    display: block;
  }
  .c-compensation__cta--pc li {
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, .2);
  }
  .c-compensation__cta--pc li + li {
    margin-top: 3rem;
  }
  .c-compensation__cta--ttl {
    background-color: #FADF9F;
    font-size: 1.5rem;
    font-weight: 600;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 16px 16px 0 0;
  }
  .c-compensation__cta--ttl > img {
    width: 350px;
    position: relative;
    top: -6px;
  }
  .c-compensation__cta--action {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .c-compensation__cta--action--tel {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .c-compensation__cta--action--tel::before {
    content: "";
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background: url(../img/icon_tel_orange.svg) no-repeat center center / contain;
    margin-right: 0.55rem;
  }
	.c-compensation__cta__afterHoursGuidance {
		background: none;
		padding: 0;
		margin: 0;
		font-size: 1.125rem;
	}
}
@media (min-width: 1025px) {
  .c-compensation__cta {
    padding: 3.75rem 0;
  }
  .c-compensation__cta__inr {
    max-width: 1024px;
  }
  .c-compensation__cta__catch span {
    font-size: 2rem;
  }
  .c-compensation__cta__msg {
    width: 930px;
    justify-content: flex-start;
  }
  .c-compensation__cta__msg img{
    height: 138px;
  }
  .c-compensation__cta__msg p{
    width: 500px;
    margin-left: 3rem;
  }
  .c-compensation__cta--sp .c-compensation__btn {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
  .c-compensation__cta--pc {
    display: flex;
    justify-content: space-between;
  }
  .c-compensation__cta--pc li {
    width: calc((100% / 2) - 1.5rem);
  }
  .c-compensation__cta--pc li + li {
    margin: 0;
  }
  .c-compensation__cta--ttl > img {
    width: 320px;
    top: -8px;
  }
}

/* アコーディオン */
.c-compensation__acc {}
.c-compensation__acc + .c-compensation__acc {
	margin-top: 1rem;
}
.c-compensation__acc__ttl {
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 0 1rem;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .25);
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}
.c-compensation__acc__ttl::before {
  content: "";
  display: block;
}
.c-compensation__acc__ttl::after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/icon_arrow.svg) no-repeat center center / contain;
  margin: 0 0 0 auto;
  transition: all .3s ease;
}
/*アコーディオン > 開閉 */
.c-compensation__acc[open] .c-compensation__acc__ttl::after {
  transform: rotate(180deg);
}
.c-compensation__acc__txt {
	background-color: #fff7e4;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.25rem 1rem;
  margin-top: 4px;
  border-radius: 8px;
  line-height: 1.8;
}
.c-compensation__acc__txt p {}
.c-compensation__acc__txt p+p {
  margin-top: 1.5rem;
}
@media (min-width: 1025px) {
	.c-compensation__acc {
	}
	.c-compensation__acc__ttl:hover {
		position: relative;
		top: 4px;
		box-shadow: none;
	}
	.c-compensation__acc__ttl {
		min-height: 76px;
		padding: 0 2rem;
	}
	.c-compensation__acc__ttl::before {
		margin-right: 1rem;
	}
	.c-compensation__acc__txt {
		padding: 2.5rem 2rem;
		font-size: 1.25rem;
	}
	.c-compensation__acc__txt p + p {
		margin-top: 3rem;
	}
}

/* ===================================
header
=================================== */
.l-compensation__header {
  background: #FFFFFF;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ";
}
.l-compensation__header__inr {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}
.l-compensation__header__label {
  width: 66px;
}
.l-compensation__header h1 {
  font-size: 1rem;
  line-height: 1.3;
  color: #222222;
  margin: 0 auto;
}
.l-compensation__header__logo {
  display: none;
}
@media (min-width: 768px) {
  .l-compensation__header__inr {
    max-width: 760px;
    height: 50px;
    margin: 0 auto;
    padding: 0 1.5rem;
    justify-content: space-between;
  }
  .l-compensation__header__label {
    width: 66px;
    margin-top: 1rem;
  }
  .l-compensation__header h1 {
    font-size: 1.125rem;
    margin: 0 0 0 1.5rem;
  }
  .l-compensation__header__logo {
    display: block;
    width: 200px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1025px) {
  .l-compensation__header__inr {
    max-width: 1025px;
    height: 77px;
    margin: 0 auto;
    padding: 0;
  }
  .l-compensation__header__label {
    width: 104px;
    left: 0;
  }
  .l-compensation__header h1 {
    font-size: 1.5rem;
  }
  .l-compensation__header__logo {
    width: 200px;
  }
}


/* ===================================
mv
=================================== */
/*国から1300万円*/
.p-compensation__mv {
  background: url(../img/bg_mv_sp.webp) no-repeat center center / cover;
}
.p-compensation__mvMain__inr {
  padding: 1.5rem 0 0;
  position: relative;
}
.p-compensation__mv__logo {
  width: 245px;
  margin: 0 auto;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-compensation__mv__txt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
  position: absolute;
  bottom: .75rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-compensation__mv__txt span {
  font-size: 10px;
  line-height: 1;
}
/*申請には期限があります*/
.p-compensation__mvMsg {
  padding: 1rem 0 3rem;
  background-color: #FFFFFF;
}
.p-compensation__mvMsg img {
  width: 320px;
  margin: 0 auto;
  display: block;
}
/*form > ttl*/
.p-compensation__mvForm {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ";
  background-color: #FFF7E4;
  padding-bottom: 3rem;
}
.p-compensation__mvForm__ttl {
  background-color: #FADF9F;
  height: 78px;
  position: relative;
  margin-bottom: calc(48px + 1.5rem);
}
.p-compensation__mvForm__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FADF9F transparent transparent transparent;
  border-width: 48px 100px 0px 100px;
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
}
.p-compensation__mvForm__ttl > img {
  width: 370px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
/* form > 項目 */
.p-compensation__form__inr {
  max-width: 343px;
  margin: 0 auto;
}
.p-compensation__form__sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-compensation__form__sec + .p-compensation__form__sec {
	margin-top: 3rem;
}
.p-compensation__form__heading {/* dt */
	font-weight: bold;
	line-height: 1.5;
  display: flex;
  align-items: center;
  margin-left: -.5rem;
}
.p-compensation__form__heading span {
  font-size: 2.875rem;
  color: #FADF9F;
  font-weight: 600;
  margin-right: .25rem;
  line-height: 1;
}
/* form > radio */
.p-compensation__form__radio {  
  width: 163px;
  height: 55px;
  margin-top: 1rem;
}
.p-compensation__form__radio input[type="radio"] {
  display: none;
}
.p-compensation__form__radio label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.5rem 0 3rem;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.p-compensation__form__radio label::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #222222;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.p-compensation__form__radio:nth-of-type(3) label {
  /*[分からない]のみ余白調整*/
  padding-right: 0;
}
/* form > radio > チェック時*/
.p-compensation__form__radio input[type="radio"]:checked + label {
  top: 4px;
  box-shadow: none;
  border: 3px solid #156EDB;
}
.p-compensation__form__radio input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #156EDB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%);
}
/* form > submitBtn */
.p-compensation__submit__wrapper {
	margin: 2rem auto 0;
  position: relative;
}
.p-compensation__submit__wrapper > img {
  width: 87px;
  position: absolute;
  top: -80px;
  right: 0;
}
@media only screen and (min-width: 768px){
  /*国から1300万円*/
  .p-compensation__mv__inr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1.5rem 2rem 0;
  }
  .p-compensation__mvMain__inr {
    padding: 0;
  }
  .p-compensation__mv__logo {
    display: none;
  }
  .p-compensation__mv__txt {
    max-width: 320px;
    font-size: 10px;
    padding: 0;
  }
  /*申請には期限があります*/
  .p-compensation__mvMsg {
    background: none;
    padding: 1rem 0 0;
  }
  /*form > ttl*/
  .p-compensation__mvForm {
    width: 375px;
    border-radius: 0 0 16px 16px;
  }
  .p-compensation__mvForm__ttl {
    border-radius: 16px 16px 0 0;
    margin-bottom: 1.5rem;
  }
  .p-compensation__mvForm__ttl::after {
    content: none;
  }
  /* form > 項目 */
  .p-compensation__form__inr {
    padding: 0 1rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px){
  .p-compensation__mv {
    background-image: url(../img/bg_mv_pc.webp);
  }
  .p-compensation__mv__inr {
    width: 1025px;
    margin: 0 auto;
    padding: 3rem 0 2rem;
    justify-content: space-between;
  }
  /*国から1300万円*/
  .p-compensation__mvMain {
    width: 504px;
  }
  .p-compensation__mv__txt {
    font-size: 0.75rem;
    justify-content: flex-end;
    left: 0;
    transform: translateX(0);
    max-width: 100%;
    flex-direction: row-reverse;
  }
  .p-compensation__mv__txt span {
    margin-right: 2rem;
  }
  /*申請には期限があります*/
  .p-compensation__mvMsg {
    padding: 0;
    margin: -18px 0 0 -16px;
  }
  .p-compensation__mvMsg img {
    width: 500px;
  }
  /*form*/
  .p-compensation__mvForm {
    width: 500px;
  }
  /* form > 項目 */
  .p-compensation__form__inr {
    padding: 0 45px;
  }
  .p-compensation__form__sec + .p-compensation__form__sec {
  }
  .p-compensation__form__heading {/* dt */
    font-size: 1.25rem;
  }
  .p-compensation__form__heading span {
    font-size: 3.375rem;
  }
  /* form > radio */
  .p-compensation__form__radio { 
    width: 195px;
    height: 55px;
  }
  /* form > submitBtn */
  .p-compensation__submit__wrapper .c-compensation__btn {
    margin: 0 auto;
  }
  .p-compensation__submit__wrapper > img {
    right: 55px;
  }
}



/* ===================================
対象になる病気や症状は？
=================================== */
.p-compensation__subject {
  background-color: #FADF9F;
}
.p-compensation__subject__inr {
	padding: 1.5rem 1rem;
	position: relative;
}
.p-compensation__subject__case {
	position: relative;
	margin: 0 auto 1.5rem;
	max-width: 343px;
}
.p-compensation__subject__case::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #FADF9F transparent transparent transparent;
	border-width: 36px 86px 0px 86px;
	position: absolute;
	bottom: -59px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.p-compensation__subject__case > li {
	padding: 2.125rem 1rem 157px;
	background-color: #FFFFFF;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.p-compensation__subject__case > li + li {
	margin-top: 1.5rem;
	padding-bottom: 180px;
}
.p-compensation__subject__case h3 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.p-compensation__subject__case h3 span:first-child {
  color: #EDBF68;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  margin-right: .25rem;
  width: 2.5rem;
}
.p-compensation__subject__case h3 span:last-child {
	width: calc(100% - 2.75rem);
}
.p-compensation__subject__caseList {
	padding-left: 2.5rem;
}
.p-compensation__subject__caseList li {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 1.125rem;
}
.p-compensation__subject__caseList li::before {
	content: "";
	display: block;
	background: url(../img/icon_check.svg) no-repeat center left / contain;
	width: 32px;
	height: 32px;
	margin-right: .5rem;
}
.p-compensation__asbestFactory img {
  position: absolute;
  width: 182px;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.p-compensation__constructionSite img {
  position: absolute;
  width: 127px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-compensation__rousaiNintei img {
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-compensation__rousaiNintei p {
	margin-bottom: 1rem;
}
/* 上記に当てはまる方、もしくはそのご家族の方は〜*/
.p-compensation__subject__msg_wrapper {
	background-color: #FFF7E4;
	padding: 4rem 1rem 1.5rem;
	margin: 0 -1rem;
}
.p-compensation__subject__msg {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 auto 4rem;
	padding: 0 1rem;
	max-width: 343px;
}
.p-compensation__subject__msg > span {
  color: #DB7E15;
  font-size: 1.5rem;
  text-decoration-line: underline;
  text-decoration-color: #DB7E15;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}
.p-compensation__subject__msg__detail {
	background-color: #f1e8dc;
	border-radius: 8px;
	padding: 1.5rem 1rem;
	max-width: 343px;
	margin: 0 auto;
	position: relative;
}
.p-compensation__subject__msg__detail p {
	font-size: 1rem;
}
.p-compensation__subject__msg__detail strong {
	font-weight: 600;
}
.p-compensation__subject__msg__detail img {
	position: absolute;
	width: 153px;
  bottom: 129px;
  right: 0;
}
/*病気と症状について*/
.p-compensation__subject__about {
	padding: 1.5rem 1rem 1rem;
}
.p-compensation__subject__about__inr {
	max-width: 343px;
	margin: 0 auto;
}
.p-compensation__subject__about h3 {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}
.p-compensation__subject__about h3::before {
	content: "";
	display: block;
	width: 100px;
	height: 70px;
	background: url(../img/img_subject_about.webp) no-repeat center top / contain;
	margin-right: .5rem;
}
/*病気と症状について>アコーディオン*/
.c-compensation__acc + .c-compensation__acc {
	margin-top: .5rem
}
.c-compensation__acc__ttl {
	min-height: 56px;
	font-size: 1.375rem;
}
.c-compensation__acc__ttl::before {
	width: 40px;
	height: 40px;
	background: no-repeat center center / contain;
	margin-right: .5rem;
}
.p-compensation__subject__acc01::before {
	background-image: url(../img/icon_sick_01.svg);
}
.p-compensation__subject__acc02::before {
	background-image: url(../img/icon_sick_02.svg);
}
.p-compensation__subject__acc03::before {
	background-image: url(../img/icon_sick_03.svg);
}
.p-compensation__subject__acc04::before {
	background-image: url(../img/icon_sick_04.svg);
}
.p-compensation__subject__acc05::before {
	background-image: url(../img/icon_sick_05.svg);
}
@media (min-width: 768px) {
	.p-compensation__subject__case {
		max-width: 500px;
	}
	/* 上記に当てはまる方、もしくはそのご家族の方は〜*/
	.p-compensation__subject__msg {
		max-width: 600px;
	}
	.p-compensation__subject__msg > span {
	}
	.p-compensation__subject__msg__detail {
		max-width: 600px;
	}
	.p-compensation__subject__msg__detail img {
		width: 113px;
		bottom: 102px;
		right: 0;
	}
	/*病気と症状について*/
	.p-compensation__subject__about {
		padding: 1.5rem 1rem 1rem;
	}
	.p-compensation__subject__about__inr {
		max-width: 600px;
	}
}
@media (min-width: 1025px) {
	.p-compensation__subject {
	}
	.p-compensation__subject__inr {
		padding: 40px 0;
	}
	.p-compensation__subject__case {
		max-width: 1025px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		margin-bottom: 40px;
		gap: 1.5rem;
	}
	.p-compensation__subject__case::after {
		bottom: -75px;
	}
	.p-compensation__subject__case > li {
		width: calc(50% - .75rem);
		min-height: 380px;
		padding: 2rem 1.5rem;
	}
	.p-compensation__subject__case > li + li {
		margin: 0;
	}
	.p-compensation__subject__case h3 {
		font-size: 1.375rem;
	}
	.p-compensation__subject__case h3 span:first-child {
		width: 3.5rem;
	}
	.p-compensation__subject__case h3 span:last-child {
		width: calc(100% - 3.75rem);
	}
	.p-compensation__subject__caseList {
		padding-left: 0.5rem;
		margin-bottom: 8rem;
	}
	.p-compensation__subject__caseList li {
		margin-bottom: .75rem;
	}
	.p-compensation__subject__caseList li::before {
		margin-right: 1.5rem;
	}
	.p-compensation__asbestFactory img {
		right: 1rem;
    transform: translate(0);
	}
	.p-compensation__constructionSite img {
		width: 159px;
	}
	.p-compensation__rousaiNintei img {
		width: 180px;
	}
	/* 上記に当てはまる方、もしくはそのご家族の方は〜*/
	.p-compensation__subject__msg_wrapper {
		padding: 70px 0 60px;
	}
	.p-compensation__subject__msg {
		max-width: 800px;
		font-size: 1.5rem;
		line-height: 1.8;
		padding: 0;
	}
	.p-compensation__subject__msg > span {
		font-size: 2rem;
	}
	.p-compensation__subject__msg__detail {
		max-width: 800px;
		padding: 2rem;
	}
	.p-compensation__subject__msg__detail img {
		width: 160px;
    bottom: 121px;
	}
	/*病気と症状について*/
	.p-compensation__subject__about {
		padding: 40px 0;
	}
	.p-compensation__subject__about__inr {
		max-width: 800px;
	}
	.p-compensation__subject__about h3 {
		font-size: 1.75rem;
		justify-content: center;
	}
	.p-compensation__subject__about h3::before {
    margin-right: 2rem;
		margin-left: -9rem;/*位置調整*/
    width: 150px;
    height: 108px;
	}

}


/* ===================================
アスベスト給付金の対象者とは？
=================================== */
.p-compensation__targeted .c-compensation__sec__inr{
	padding: 2rem 0;
}
.p-compensation__targeted h3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
}
.p-compensation__targeted h3::before {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	background: no-repeat center center / contain;
}
.p-compensation__targeted h3.p-compensation__targeted__01::before {
	background-image: url(../img/img_factory.webp);
}
.p-compensation__targeted h3.p-compensation__targeted__02::before {
	background-image: url(../img/img_helmet.webp);
}
.p-compensation__targeted__ttl__inr {
	width: calc(100% - (68px + .5rem));
}
.p-compensation__targeted__list > li {
	padding: 1.5rem 1rem;
	margin-bottom: 2rem;
	border-radius: 8px;
	background-color: #fff7e4;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.p-compensation__targeted__list > li::before {
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background-color: #EDBF68;
	position: absolute;
	left: 0;
	top: 0;
}
.p-compensation__targeted__list span {
	width: 3rem;
	font-size: 3rem;
	line-height: 1;
	font-weight: 600;
	color: #EDBF68;
}
.p-compensation__targeted__list p {
	width: calc(100% - 3rem);
}
.p-compensation__targeted__list .c-compensation__note {
	margin: 1rem 0 0 3rem;
}
.p-compensation__targeted__note {
	background-color: #f1e8dc;
	border-radius: 8px;
	padding: 1.5rem;
	font-size: 1rem;
	margin-bottom: 3rem;
}
@media (min-width: 1025px) {
	.p-compensation__targeted .c-compensation__sec__inr{
		padding: 56px 0;
		max-width: 800px;
	}
	.p-compensation__targeted h3 {
		align-items: center;
		font-size: 1.75rem;
		margin-bottom: 40px;
	}
	.p-compensation__targeted h3::before {
		width: 144px;
		height: 144px;
	}
	.p-compensation__targeted__ttl__inr {
		width: calc(100% - (144px + 1.5rem));
	}
	.p-compensation__targeted__list > li {
		padding: 2rem 1.5rem;
		font-size: 1.25rem;
	}
	.p-compensation__targeted__list .c-compensation__note {
		margin-top: 0;
	}
	.p-compensation__targeted__note {
		font-size: 1.125rem;
		padding: 2rem 1.5rem;
		margin-bottom: 80px;
	}
}


/* ===================================
ベリーベストのアスベスト専門チームにおまかせください
=================================== */
.p-compensation__step {
	background-color: #fff7e4;
}
.p-compensation__step .c-compensation__sec__inr {
	padding: 2rem 0 0;
}
.p-compensation__step__list li {
	border-radius: 8px;
	padding: 1.5rem 1rem;
	background-color: #FFFFFF;
	position: relative;
}
.p-compensation__step__list li::before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 8px 8px 0 0;
	background-color: #EDBF68;
	position: absolute;
	top: 0;
	left: 0;
}
.p-compensation__step__list li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #DB7E15 transparent transparent transparent;
	border-width: 24px 28px 0px 28px;
	position: absolute;
	bottom: -2.75rem;;
	left: 50%;
	transform: translateX(-50%);
}
.p-compensation__step__list li + li {
	margin-top: 64px;
}
.p-compensation__step__listTtl {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
}
.p-compensation__step__listTtl span {
	width: 2.75rem;
	font-size: 3rem;
	font-weight: 600;
	color: #EDBF68;
	line-height: 1;
}
.p-compensation__step__listTtl p {
	width: calc(100% - 2.5rem);
	font-weight: 600;
}
.p-compensation__step__listImg {
	max-width: 124px;
	height: 80px;
	margin: 1rem auto 0;
}
.p-compensation__step__listImg > img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.p-compensation__step__list li:last-child:after {
	content: none;
}
/*point*/
.p-compensation__points {
	margin-top: 3rem;
}
.p-compensation__points li {
	background-color: #FADF9F;
	border-radius: 8px;
	padding: 1.5rem 1rem;
}
.p-compensation__points li + li {
	margin-top: 1rem;
}
.p-compensation__points p {
	padding-left: 55px;
	position: relative;
}
.p-compensation__points p::before {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: url(../img/icon_point.webp) no-repeat center left / contain;
	position: absolute;
	left: 0;
	top: 0;
}
.p-compensation__points .c-compensation__txtAccent {
	font-weight: 600;
}
.p-compensation__points small {
	font-size: .875rem;
}
.p-compensation__points__term {
	padding-left: 60px;
	font-size: 1rem;
	margin-top: 1rem;
}
.p-compensation__points + img {
	display: block;
	margin: 2rem auto 0;
	width: 245px;
}
@media (min-width: 1025px) {
	.p-compensation__step {
	}
	.p-compensation__step .c-compensation__sec__inr {
		max-width: 800px;
		padding: 3rem 0 0;
	}
	.p-compensation__step__list li {
		padding: 3rem 2rem;
		position: relative;
	}
	.p-compensation__step__list li::before {
		bottom: -2.35rem;
	}
	.p-compensation__step__list li::after {
	}
	.p-compensation__step__list li + li {
		margin-top: 3rem;
	}
	.p-compensation__step__listTtl p {
		font-size: 1.5rem;
	}
	.p-compensation__step__listImg {
		width: 80px;
		height: 80px;
		margin: 0;
		position: absolute;
		top: 50%;
		right: 4rem;
		transform: translateY(-50%);
	}
	/*point*/
	.p-compensation__points li {
		padding: 1.5rem;
		min-height: 96px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.p-compensation__points p {
		font-size: 1.25rem;
		width: 100%;
		padding-left: 65px;
	}
	.p-compensation__points p::before {
		top: 50%;
		transform: translateY(-50%);
	}
	.p-compensation__points small {
		font-size: 1rem;
	}
	.p-compensation__points + img {
		width: 398px;
		margin-top: 3rem;
	}
}


/* ===================================
弁護士費用は、給付金が認定されてからの 後払いなので安心
=================================== */
.p-compensation__fee .c-compensation__sec__inr {
	padding: 2.5rem 0 0;
}
.p-compensation__fee__free {
	margin-bottom: 2.5rem;
}
.p-compensation__fee__free img {}

.p-compensation__fee h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.p-compensation__fee__ex {
	margin-bottom: 1.25rem;
	border-radius: 8px;
	overflow: hidden;
}
.p-compensation__fee__ex dt,
.p-compensation__fee__ex dd {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.p-compensation__fee__ex dt {
	font-size: 1.25rem;
	font-weight: 600;
	height: 68px;
	background-color: #EDBF68;
}
.p-compensation__fee__ex:nth-of-type(2) dt {
	background-color: #EEA24B;
}
.p-compensation__fee__ex dd {
	background-color: #FFF7E4;
	height: 66px;
}
.p-compensation__fee__ex strong {
	font-weight: 600;
}
.p-compensation__fee__msg {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 2.5rem;
}
.p-compensation__fee__msg + img {
	display: block;
	width: 280px;
	margin: 2rem auto 0;
}
@media (min-width: 768px) {
	.p-compensation__fee__free {
		max-width: 480px;
		margin: 0 auto 4.5rem;
	}
	.p-compensation__fee__free img {}
	.p-compensation__fee h3 {
		font-size: 1.75rem;
	}
	.p-compensation__fee__msg {
		font-size: 1.75rem;
	}
}
@media (min-width: 1025px) {
	.p-compensation__fee .c-compensation__sec__inr {
		padding-top: 4rem;
		max-width: 800px;
	}
	.p-compensation__fee__free {
		max-width: 680px;
	}
	.p-compensation__fee__free img {}
	.p-compensation__fee h3 {
		font-size: 1.75rem;
    margin-bottom: 1.5rem;
	}
	.p-compensation__fee__ex {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.p-compensation__fee__ex dt,
	.p-compensation__fee__ex dd {
		width: 50%;
		height: 84px;
		padding: 0 1.5rem;
		justify-content: flex-start;
	}
	.p-compensation__fee__msg {
		margin-top: 4rem;
	}
	.p-compensation__fee__msg + img {
		width: 410px;
		margin-top: 3rem;
	}
}
.p-compensation__fee__explanation {
	margin-bottom: 4rem;
}
.p-compensation__fee__explanation .c-text {
	font-size: 1.25rem;
}
.p-compensation__fee__explanation .c-notice {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ";
	font-weight: normal;
}

/* ===================================
支払われる賠償金・給付金は？
=================================== */
.p-compensation__benefits .c-compensation__sec__inr {
	padding: 2rem 0 3.5rem;
}

.p-compensation__benefits__msg {
	background-color: #FFF7E4;
	padding: 2rem 1rem 0;
	margin-bottom: 2rem;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .2);
}
.p-compensation__benefits__msg p {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2rem;
}
.p-compensation__benefits__msg .c-compensation__txtAccent {
	font-weight: 800;
}
.p-compensation__benefits__msg strong {
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.5;
}
.p-compensation__benefits__msg img {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto;
}
/*料金表*/
.p-compensation__benefits__tbl {
	display: table;
	background-color: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	border-collapse: collapse;
}
.p-compensation__benefits__tbl th,
.p-compensation__benefits__tbl td {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
}
.p-compensation__benefits__tbl th {
	padding: 0.6rem 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #995910;
}
.p-compensation__benefits__tbl td {
	padding: 1.5rem .75rem;
	background-color: #FADF9F;
}
.p-compensation__benefits__tbl td:nth-child(odd) {
	background-color: #EDBF68;
}
.p-compensation__benefits__tbl td:first-child {
	width: 195px;
}
.p-compensation__benefits__tbl td:last-child {
	width: calc(100% - 195px);
}
.p-compensation__benefits__tbl td>b {
	font-style: 1.25rem;
	font-weight: 600;
}
.p-compensation__benefits__note {
	margin-top: 1rem;
	font-size: 1rem;;
}
@media (min-width: 768px) {
	.p-compensation__benefits__tbl th {
		padding: 1.25rem  1.5rem;
	}
	.p-compensation__benefits__tbl td {
		padding: 1.5rem 1.5rem;
	}
	.p-compensation__benefits__tbl td:first-child {
		width: 55%;
	}
	.p-compensation__benefits__tbl td:last-child {
		width: 45%;
	}
}
@media (min-width: 1025px) {
	.p-compensation__benefits .c-compensation__sec__inr {
		max-width: 800px;
		padding: 3.5rem 0 4rem;
	}
	.p-compensation__benefits__msg {
		position: relative;
		padding: 2.6rem 0 2.6rem 4.5rem;
	}
	.p-compensation__benefits__msg p {
		font-size: 1.5rem;
		text-align: left;
		margin-bottom: 0;
	}
	.p-compensation__benefits__msg strong {
		font-size: 2.25rem;
	}
	.p-compensation__benefits__msg img {
		position: absolute;
		width: 154px;
		bottom: 0;
		right: 50px;
	}
	.p-compensation__benefits__tbl th {
		font-size: 1.25rem;
		padding: 1rem 1.5rem;
		text-align: left;
	}
	.p-compensation__benefits__tbl td {
		padding: 1.5rem;
	}
	.p-compensation__benefits__tbl td:first-child {
		width: 500px;
	}
	.p-compensation__benefits__tbl td:last-child {
		width: calc(100% - 500px);
	}
}



/* ===================================
よくある質問
=================================== */
.p-compensation__faq {
	background-color: #FADF9F;
}
.p-compensation__faq .c-compensation__sec__inr {
	padding: 2rem 0 3rem
}

/*アコーディオン*/
.p-compensation__faq .c-compensation__acc__ttl {
	font-size: 1.25rem;
	line-height: 1.8;
	padding: 2rem 1rem;
}
.p-compensation__faq .c-compensation__acc__ttl > span {
	margin-right: .5rem;
}
.p-compensation__faq .c-compensation__acc__ttl::before {
	content: "Q";
	color: #FADF9F;
	font-size: 2.875rem;
	line-height: 1;
	flex-shrink: 0;
	margin: 0 .5rem auto 0;
}
.p-compensation__faq .c-compensation__acc__ttl::after {
	flex-shrink: 0;
}
.p-compensation__faq .c-compensation__acc__txt {
	display: flex;
}
.p-compensation__faq .c-compensation__acc__txt::before {
	content: "A";
	color: #FADF9F;
	font-size: 2.875rem;
	line-height: 1;
	flex-shrink: 0;
	margin-right: .5rem;
}
.p-compensation__faq .c-compensation__acc__txt strong {
	font-weight: 600;
}
@media (min-width: 1025px) {
	.p-compensation__faq .c-compensation__sec__inr {
		max-width: 800px;
	}
	
	/*アコーディオン*/
	.p-compensation__faq .c-compensation__acc__ttl {
		min-height: 100px;
		padding: 1.5rem 1rem;
	}
	.p-compensation__faq .c-compensation__acc__ttl > span {
		margin-right: 1.5rem;
	}
	.p-compensation__faq .c-compensation__acc__ttl::before {
		margin: 0 .5rem 0 0;
	}
	.c-compensation__acc__txt {
		font-size: 1.125rem;
		padding: 1.75rem 1rem;
	}
	.c-compensation__acc__txt p+p {
		margin-top: 1.75rem;
	}
}
/* floating非表示の場合フッター下部余白を0にします */
.p-footer__padding {
	padding-bottom: 0;
}

