/* furuta css */

main {
	overflow: hidden;
}

body {
  font-family:
    "Yu Gothic",
    "Yu Gothic UI",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
}

.for-compensation .key .catch {
	font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}

.bold {
	font-weight: 600;
}

.bg_beige {
	background-color: #fbf6f0 !important;
}

.bg_lblue {
	background: #f0f5f8;
	position: relative;
	z-index: 0;
}

.bg_aqua {
	background-color: #00B7CB !important;
}
.bg_pink {
	background-color: #e2a4a7 !important;
}

.bg_aqua h2 {
	color: #fff;
}

.txt_yellow {
	color: #ffc62b;
}

.txt_darkBlue {
	color: #3c5a78;
}

.txt_white {
	color:#fff;
}

.btn-internal_main {
	max-width: 600px;
	margin: 70px auto 0;
	height: 75px;
}

.btn-internal_main a {
	font-size: clamp(1rem, 0.854rem + 0.23vw, 1.125rem);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	background: #00B7CB url(../img/top/arr_right_wh.png) no-repeat center right 20px;
	color: #ffffff;
	border-radius: 20px;
	background-size: 9px auto;
}

.compensation-claim .key .lawers .lawer01 {
	margin: 0 100px 0 0
}

.compensation-claim .key .lawers .lawer02 {
	margin-left: -100px;
}


.compensation-claim .srchArea .srchBox .inner {
	background-color: #fff;
}

.compensation-claim .aqua_back {
	background-color: #00B7CB;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.5rem, 0.643rem + 1.34vw, 2.25rem);
	margin: min(1.5vw, 30px) 0;
	width: 87%;
}

.compensation-claim .pink_back {
	background-color: #e2a4a7;
	color: #fff;
	padding: 10px 15px;
	/* font-size: clamp(1.5rem, 0.643rem + 1.34vw, 2.25rem); */
	font-size: clamp(1.5rem, 0.5rem + 1.34vw, 2.25rem);
	margin: min(1.5vw, 30px) 0;
	width: 87%;
}

.compensation-claim .green_back {
	background-color: #4CBF93;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.5rem, 0.643rem + 1.34vw, 2.25rem);
	margin: min(1.5vw, 30px) 0;
	width: 87%;
}


.compensation-claim .key .keyInr {
	justify-content: space-around;
	gap: 5%;
}

.compensation-claim .key .mainTitBox {
	margin-bottom: 0;
}

.compensation-claim .myself .fuki {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 208px;
	padding: 15px;
}

.compensation-claim .myself .fuki .block {
	display: block;
	font-size: 18px;

}

.compensation-claim .myself .fuki .block .txt_blue {
	font-size: 20px;
	font-size: clamp(1.25rem, 0.958rem + 0.46vw, 1.5rem);
}

/*.compensation-claim .myself .fukiWrap:before {
	content: "";
	background: url("../img/top/myself_ill.png") no-repeat;
	background-size: 100%;
	width: min(10.8vw, 208px);
	height: min(15.625vw, 300px);
	position: absolute;
	top: auto;
	bottom: -2rem;
	left: auto;
	right: 70rem;
	z-index: 1;
}*/

.for-compensation .myself .fukiWrap:before {
	content: none;
}

/*.for-compensation .myself .fukiWrap:before {
	content: "";
	background: url(../img/top/myself_ill.png) no-repeat;
	background-size: 100%;
	width: min(22.1vw, 426px);
	height: min(20.5vw, 395px);
	position: absolute;
	top: min(-13.6vw, -231px);
	left: 66rem;
	z-index: -1;
}*/

.check .label {
	width: 83%;
	max-width: 1000px;
	background: #01BDD1;
	color: #fff;
	text-align: center;
	border-radius: 80px;
	font-weight: 500;
	line-height: 1.6;
	font-size: clamp(1.75rem, 1.458rem + 0.46vw, 2rem);
	padding: min(2.9vw, 35px);
	letter-spacing: 0.06em;
	margin: 0 auto min(5vw, 60px);
}
.check .label.green {
	background: #4bb789;
}

.check .whiteArea {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 80px 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 450px;
	align-items: stretch;
	position: relative;
}

.check .whiteArea::before {
	content: "";
	background-image: url(../img/top/check_ill.png);
	background-size: 100% 100%;
	width: 240px;
	height: 293px;
	display: block;
	margin-right: 20px;
	position: absolute;
	bottom: -50px;
	right: -130px;
}

.check .whiteArea .check {
	/* font-size: 18px;*/
	font-size: 21px;
	width: 50%;
	display: flex;
	align-items: center;

}
.check .whiteArea .check.all {
	width: 100%;
}

.check .whiteArea .check::before {
	content: "";
	background-image: url(../img/top/flow_check.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 20px;
}

.merit .lead {
	margin-bottom: 50px;
}

.l-inner .whiteArea {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 80px 40px;
	display: flex;
	/* justify-content: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
	/* height: 450px; */
	/* align-items: stretch; */
	position: relative;
	margin: 0 0 100px 0;
}
.l-inner .whiteArea.claim {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 40px 40px;
	display: grid;
	justify-content: center;
	flex-wrap: wrap;
	/* height: 450px; */
	/* align-items: stretch; */
	position: relative;
	margin: 0 0 100px 0;
}
@media only screen and (max-width: 1024px) {
.l-inner .whiteArea.claim {
	padding: 40px 20px;
}
}
.l-inner .whiteArea.explain {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 40px 40px;
	display: grid;
	justify-content: center;
	flex-wrap: wrap;
	height: auto;
	/* align-items: stretch; */
	position: relative;
	margin: 0 0 100px 0;
}
.l-inner .whiteArea.chastity.left {
	max-width: 1000px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 40px 40px;
	display: flex;
	/* justify-content: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 250px; */
	/* align-items: stretch; */
	position: relative;
	margin: 0 auto 100px;
}
.l-inner .whiteArea.chastity.left.risk {
	margin: -60px auto 100px;
	z-index: 0;
                padding: 40px 40px 40px 20px;
	border-radius: 50px 50px 50px 50px;
}
.check .whiteArea.chastity.left::before {
	content: "";
	background-image: url(../img/top/trbl_ill01.png);
    background-size: 100%;
    width: min(10.8vw, 208px);
    height: min(15.625vw, 300px);
    position: absolute;
    top: auto;
    bottom: -8rem;
    left: auto;
    right: 60rem;
    z-index: 1;
}
.check .whiteArea.chastity.left::after {
	background-image: none;
}
.check .whiteArea.chastity.left.risk::before {
    left: -11vw;
    bottom: -1rem;
    width: min(14.8vw, 308px);
    height: min(21.5vw, 400px);
        background-image: none;
}
.l-inner .whiteArea.chastity.right {
	max-width: 1000px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 0px 50px;
	padding: 40px 40px;
	display: flex;
	/* justify-content: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 250px; */
	/* align-items: stretch; */
	position: relative;
	margin: 0 auto 100px;
}
.l-inner .whiteArea.chastity.right.demerit {
	padding: 40px 40px 40px 20px;
	border-radius: 50px 50px 50px 50px;
        margin: -4rem auto  10vw;
}
.l-inner .whiteArea.chastity.right::before {
	content: "";
	background-image: url(../img/top/trbl_ill02.png);
    background-size: 100%;
    width: min(10.8vw, 208px);
    height: min(15.625vw, 300px);
    position: absolute;
    top: auto;
    bottom: -8rem;
    left: auto;
    right: -7rem;
    z-index: 1;
}
.l-inner .whiteArea.chastity.right::after {
	background-image: none;
}
.l-inner .whiteArea.chastity.right.demerit::before {
    width: min(14vw, 208px);
    height: min(20.8vw, 300px);
    top: auto;
    bottom: max(-1.5vw, -50px);
    left: auto;
    right: -7vw;
}

.acdBox .acdTitBox:before {
	content: none;
	background-image: none !important;
}

.acdBox:nth-child(2) .acdTitBox:before {
	content: none;
	background-image: none !important;
}

.acdBox:nth-child(3) .acdTitBox:before {
	content: none;
	background-image: none !important
}

.acdBox:nth-child(4) .acdTitBox:before {
	content: none;
	background-image: none !important
}

.acdBox:nth-child(5) .acdTitBox:before {
	content: none;
	background-image: none !important
}

.acdBox .acdTitBox .acdTitInr {
	min-height: 110px;
	padding: 30px 0 30px 40px;
}


.merit .acdBox {
	position: relative;
	border-bottom: solid 1px #ddd;
	margin: 0 auto 40px;
	line-height: 1.3;
}

.merit .acdBox:last-child {
	margin: 0 auto;
}

.merit .acdBox .merit01:before {
	content: "MERIT 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 30px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit02:before {
	content: "MERIT 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 35px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit03:before {
	content: "MERIT 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit04:before {
	content: "MERIT 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit05:before {
	content: "MERIT 05";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .merit06:before {
	content: "MERIT 06";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}


.merit .acdBox .merit07:before {
	content: "MERIT 07";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .reason01:before {
	content: "REASON 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 30px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .reason02:before {
	content: "REASON 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 35px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .reason03:before {
	content: "REASON 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .reason04:before {
	content: "REASON 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .reason05:before {
	content: "REASON 05";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}

.merit .acdBox .reason06:before {
	content: "REASON 06";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}


.merit .acdBox .reason07:before {
	content: "REASON 07";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 28px;
	left: 0;
	color: #01BDD1;
	width: auto;
}


.merit .acdBox .acdTitBox .acdTit {
	line-height: 1.5;
}


.strong {
	position: relative;
}

.strong::before {
	content: "";
	background: url(../img/top/arr_large_down.png) no-repeat;
	background-size: 100%;
	width: min(13.3vw, 260px);
	height: min(7.5vw, 90px);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.strong.bg_pink.before_blue.sec::before {
	background: url(../img/top/arr_large_blue_down.png) no-repeat;
	background-size: 100%;
}

.strong .fourColBox {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
	gap: 10px;
}

.strong .fourColBox .colBox {
	max-width: 290px;
	flex: 1;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	padding: 40px 10px 20px;
}

.strong .fourColBox .colBox .label {
	max-width: 180px;
	width: 76%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fac850;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.03em;
	border-radius: 20px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
                text-align: center;
}

.strong .fourColBox .colBox .pic {
	max-width: 150px;
	width: 57%;
	margin: 0 auto 15px;
}

.strong .fourColBox .colBox .txt {
	color: #3c5a78;
	font-size: clamp(1.125rem, 0.979rem + 0.23vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	line-height: 1.3;
}

.strong .fourColBox .colBox .txt .txt_blue {
	font-size: clamp(1.25rem, 0.958rem + 0.46vw, 1.5rem);
}

.strong .fourColBox .colBox .txt .txt_blue .num {
	font-size: 36px;
}

.caseEx .storyWrap {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	position: relative;
	gap: 20px;
}

.caseEx .perInfo .icon {
	width: 60px;
}

.caseEx .perInfo .icon img {
	border: solid 2px #00B7CB;
	border-radius: 50%;
}


.caseEx .storyCase {
	background-color: #00B7CB;
	padding: 30px;
	position: relative;
	width: 33%;
	z-index: 0;
}

.caseEx .story01::before {
	content: "STORY 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 100px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.caseEx .story02::before {
	content: "STORY 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 100px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.caseEx .story03::before {
	content: "STORY 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 100px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.caseEx .storyCase::after {
	content: "";
	background-color: #f8f6f0;
	width: 100%;
	height: 335px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.caseEx .storyCase .perInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 3;
	position: relative;
}

.caseEx .storyCase .perInfo .icon {
	width: 60px;
	margin-right: 10px;
}

.caseEx .storyCase .perInfo .icon img {
	border: solid 2px #00B7CB;
	border-radius: 50%;
}

.caseEx .storyCase .storyTxt {
	font-size: 24px;
	line-height: 1.4;
	color: #00B7CB;
	height: 100px;
	margin: 20px 0;
	z-index: 3;
	position: relative;
}
.caseEx .storyCase .storyTxt.chastity{
	font-size: 20px;
	line-height: 1.4;
	color: #00B7CB;
	height: 100px;
	margin: 20px 0;
	z-index: 3;
	position: relative;
}

.caseEx .storyCase .colBox {
	background-color: #ffffff;
	width: 100%;
	border-radius: 20px;
	text-align: center;
	z-index: 3;
	position: relative;
}

.caseEx .storyCase .colBox .label {
	color: #fff;
	background-color: #00B7CB;
	padding: 20px;
	font-size: 20px;
	border-radius: 20px 20px 0 0;
}


.caseEx .storyCase .colBox .get {
	color: #3c5a78;
	font-size: 24px;
	padding-bottom: 10px;
}

.caseEx .storyCase .colBox .get .number {
	font-size: 36px;
}

.caseEx .storyCase .customAccordionContent {
	background-color: #f8f6f0;
	margin: 20px 0;
	padding: 20px;
}

.caseEx .storyCase .customAccordionContent .title_aqua {
	color: #00B7CB;
	font-size: 1.2em;
	font-weight: 600;
}

.caseEx .storyCase .customAccordionContent p {
	margin: 0 0 20px 0;
}

.caseEx .storyCase .columnAccBox .columnAccBtn {
	width: 100%;
	color: #00B7CB;
	background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
	background-size: 9px auto;
	width: 300px;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caseEx .storyCase .customAccordion .customAccordionTrigger {
	width: 100%;
	color: #00B7CB;
	background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
	background-size: 9px auto;
	width: 300px;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caseEx .storyCase .customAccordion .customAccordionClose {
	width: 100%;
	color: #00B7CB;
	background: #fff url(../img/top/arr_up_blue.png) no-repeat center right 20px;
	background-size: 9px auto;
	width: 100%;
	height: 54px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.voice .caseArea {
	margin: 120px auto;
	gap: 40px 20px;
}

.voice .caseArea .caseBox {
	background: #f8f6f0;
	position: relative;
	padding: 0 0 50px 0;
}

.voice .caseArea .caseBox .comment {
	padding: 0px 40px 60px 30px;
	font-size: 24px;
	line-height: 1.5;
}

.voice .caseBox .btn-internal {
	width: calc(100% - 40px) !important;
	margin: 30px auto 0;
	position: relative;
	bottom: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: url();
}

.voice .btn-internal a {
	background: #00B7CB url(../img/top/arr_right_wh.png) no-repeat center right 20px;
	color: #ffffff;
	border-radius: 20px;
	background-size: 9px auto;
}

.voice .caseArea .story01 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story01::before {
	content: "STORY 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.voice .caseArea .story02 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story02::before {
	content: "STORY 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.voice .caseArea .story03 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story03::before {
	content: "STORY 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.voice .caseArea .story04 {
	position: relative;
	z-index: 0;
}

.voice .caseArea .story04::before {
	content: "STORY 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: -30px;
	left: 0px;
	color: #6ebe96;
	width: auto;
	z-index: 1;
}

.price .trblWrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	position: relative;
	margin: 70px auto 0;
}

.price .trblBox .fuki {
	border-radius: 0;
	height: 127px;
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 20px 0 0 0;
}

.price .trblBox .fuki .comment {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}

.price .trblBox .fuki .num {
	font-size: 60px;
}

.price .trblWrap .txt {
	width: 94%;
	margin: 20px auto 0;
}

.price .trblBox.blue {
	background: #e1f5f5;
}

.price .trblBox.gr {
	background: #e9f5e1;
}

.price .trblBox.yellow {
	background: #F8F6EF;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.price .trblBox.darkBlue {
	background: #f0f5f8;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.price .trblBox.oudo {
	background: #F8F6EF;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.trouble .trblBox.yellow:before {
	background: #fac850;
	height: 28%;
}

.trouble .trblBox.oudo:before {
	background: #b4aa6e;
	height: 35%;
}

.price .trblBox.yellow .come {
	position: absolute;
	bottom: 0;
	right: 70px;
	font-size: 14px;
}

.price .trblBox.yellow .whiteArea {
	background-color: #fff;
	padding: 30px;
	width: 94%;
	text-align: center;
	color: #3c5a78;
	margin: 100px auto 30px;
}

.price .trblBox.yellow .whiteArea .big {
	font-size: 20px;
	font-weight: 600;
}


.price .trblBox.yellow .txt {
	width: 94%;
	margin: 0 auto;
}
.price .trblBox.yellow .txt.chastity {
	width: 94%;
	margin: 20px auto;
}

.price .trblBox.darkBlue:before {
	background-color: #3c5a78;
	height: 28%;
}

.price .trblBox.darkBlue .fuki {
	align-items: center;
	padding: 0;
}

.price .trblBox.darkBlue .fuki::after {
	content: "";
	background-image: url();
}

.price .trblBox.darkBlue .fuki.addMemo {
	flex-direction: column;
	height: 150px;
}

.price .trblBox.darkBlue .fuki.addMemo .txt01 {
	display: flex;
	align-items: center;
}

.price .trblBox.darkBlue .fuki.addMemo .txt02 {
	font-size: 18px;
}

.price .trblBox.darkBlue .fuki .ne {
	font-size: 1.8em;
	margin: 0 50px;
}

.price .trblBox.darkBlue .txt_darkBlue_center {
	text-align: center;
	color: #3c5a78;
	width: 94%;
	margin: 30px auto 0;
}

.price .trblBox.darkBlue .txt_darkBlue_center .big {
	font-size: 20px;
	font-weight: 600;
}

.price .trblBox.darkBlue .txt {
	width: 94%;
	margin: 20px auto;
	text-align: center;
	color: #000;
}

.price .trblBox.oudo .whiteArea {
	background-color: #fff;
	padding: 30px;
	width: 94%;
	text-align: center;
	color: #3c5a78;
	margin: 60px auto 0;
	line-height: 1.8;
}


.checkList {
	position: relative;
}

.checkList::after {
	content: "";
	position: absolute;
	background-image: url(../img/top/kind_ill.png);
	display: block;
	background-size: 100% 100%;
	width: 267px;
	height: 417px;
	right: -4%;
	bottom: 0;
	z-index: -1;
}

.checkList.reason02:before {
	background: none;
}

.checkList .lead {
	margin: -60px auto 80px;
}

.checkList .acdBox {
	margin-top: 40px;
}

.checkList .acdArea .check01 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check01::before {
	content: "CHECK 01";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check02 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check02::before {
	content: "CHECK 02";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check03 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check03::before {
	content: "CHECK 03";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check04 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check04::before {
	content: "CHECK 04";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.checkList .acdArea .check05 {
	position: relative;
	z-index: 0;
}

.checkList .acdArea .check05::before {
	content: "CHECK 05";
	font-family: Helvetica;
	font-weight: 600;
	font-size: 40px;
	position: absolute;
	top: 20px;
	left: 0px;
	color: #fac850;
	width: auto;
	z-index: 1;
}

.myself .bg_white {
	background-color: #FFF;
	padding: 60px 0 40px;
	text-align: center;
	color: #3c5a78;
	margin: 60px auto 0;
}

.myself .bg_white .txt_aqua {
	color: #00B7CB;
	font-size: 24px;
	font-weight: 600;
	margin: 40px auto 0;
}

.compensation-claim .myself .txt_darkblue {
	color: #3c5a78;
	background: #fff;
}

.compensation-claim .myself .numberNone .fuki:nth-child(1):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(2):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(3):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(4):before {
	content: "";
	background: none;
}

.compensation-claim .myself .numberNone .fuki:nth-child(5):before {
	content: "";
	background: none;
}
.myself.second .fukiWrap:before {
	content: "";
	background: url(../img/top/myself_ill_bgblue.png) no-repeat;
	background-size: 100%;
	width: min(22.1vw, 426px);
	height: min(20.5vw, 395px);
	position: absolute;
	top: min(-13.6vw, -231px);
	left: -8rem;
	z-index: 0;
}
.myself.second .fukiWrap.numberNone:before {
     max(-10rem, -4vw);
    z-index: 0;
}
@media only screen and (max-width: 1024px) {
.myself.second .fukiWrap.numberNone:before {
    left: -10rem;
    z-index: 0;
}
}
.for-compensation .myself.second .fukiWrap:before {
	content: none;
}

.huki_before_blue::before {
	content: "";
	background: url(../img/top/arr_large_blue_down.png) no-repeat;
	background-size: 100%;
	width: min(13.3vw, 260px);
	height: min(7.5vw, 90px);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.faq .green {
	color: #6ebe96;
	margin-right: 10px;
}

.faq .acdBox {
	margin-top: 30px;
}

.faq .acdTitInr {
	padding: 0 0 0 60px !important;
}

.faq .acdTxtBox {
	padding: 40px 60px !important;
	/* margin-bottom: 30px; */
}

.faq .flex {
	display: flex;
}


/* 請求された・されそう */

.for-compensation .green_back {
	background-color: #6ebe96;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.063rem, -0.033rem + 1.71vw, 2rem);
	margin: min(1.5vw, 30px) 0;
	width: 100%;
}

.compensation-claim .green_back {
	background-color: #6ebe96;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.063rem, -0.033rem + 1.71vw, 2rem);
	margin: min(1.5vw, 30px) 0;
	width: 100%;
}

.compensation-claim .pink_back {
	background-color: #e2a4a7;
	color: #fff;
	padding: 10px 15px;
	font-size: clamp(1.063rem, -0.033rem + 1.71vw, 2rem);
	margin: min(1.5vw, 30px) 0;
	width: 100%;
}

.compensation-claim .pink_back.claim {
	width: 81%;
}


.intro .threePoint_green {
	background-color: #6ebe96;
}

.intro .threePoint.pink{
	background-color: #e2a4a7;
}


.for-compensation .intro .threeColBox .colBox .label {
	background: #6ebe96;
}

.for-compensation .intro .threeColBox .colBox .txt_blue {
	color: #6ebe96;
}
.for-compensation .intro .threeColBox .colBox .txt_pink {
	color: #e2a4a7;
}


.col2 {
	width: 46% !important;
}

.col3 {
	width: 30% !important;
}

.compensation-claim .myself .lead {
	margin-bottom: 40px;
}

.compensation-claim .price .whiteBox {
	background-color: #fff;
	padding: 40px;
	position: relative;
	text-align: center;
	color: #3c5a78;
	width: 94%;
	margin: 20px auto 0;
}

.compensation-claim .price .whiteBox .ribbon {
	position: absolute;
	top: 0;
	left: -30px;
	background: #FFC52A;
	color: #fff;
	font-size: clamp(1.25rem, 0.958rem + 0.46vw, 1.5rem);
	width: 250px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.compensation-claim .price .whiteBox .ribbon:before {
	content: "";
	background: url(../img/top/flow_ribbon.png) no-repeat;
	transform: scaleX(-1);
	background-size: 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.compensation-claim .price .whiteBox .title {
	font-size: 20px;
	font-weight: 600;
}


.compensation-claim .trouble .trblBox.yellow:before {
	height: 41%;
}

.compensation-claim .price .trblBox.darkBlue:before {
	background-color: #3c5a78;
	/*height: 31%;*/
	height: 183px;
}

.for-compensation .price .trblBox.darkBlue:before {
	background-color: #3c5a78;
	height: 20%;
}

.compensation-claim .second .txt_aqua {
	color: #00B6CB;
	font-size: 32px;
	font-weight: 500;
	margin: 40px auto;
	text-align: center;
}

.compensation-claim .second .darkblue {
	color: #3c5a78;
	text-align: center;
	margin: 40px auto 0;
}

.compensation-claim .second .whiteArea {
	max-width: 1200px;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 80px 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 450px;
	align-items: stretch;
	position: relative;
}

.whiteArea.all {
	width: 90%;
	margin: 0 auto;
	position: static;
}

.compensation-claim .second .whiteArea .check {
	font-size: 18px;
	width: 50%;
	display: flex;
	align-items: center;
}

.compensation-claim .second .whiteArea .check::before {
	content: "";
	background-image: url(../img/top/flow_check.png);
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
	display: block;
	margin-right: 20px;
}

.compensation-claim .check .whiteArea::before {
	content: "";
	background: url("../img/top/trbl_ill01.png") no-repeat;
	background-size: 100%;
	width: min(10.8vw, 208px);
	height: min(15.625vw, 300px);
	position: absolute;
	top: auto;
	bottom: -2rem;
	left: auto;
	right: 72rem;
	z-index: 1;
}

.compensation-claim .check .whiteArea::after {
	content: "";
	background: url("../img/top/trbl_ill02.png") no-repeat;
	background-size: 100%;
	width: min(10.8vw, 178px);
	height: min(15.625vw, 252px);
	position: absolute;
	top: auto;
	bottom: -2rem;
	left: auto;
	left: 74rem;
	z-index: 1;
}
.compensation-claim .check .whiteArea.all::after {
	background: none;
}
.check .whiteArea.claim::before {
	content: "";
	background-image: url(../img/top/trbl_ill01.png);
    background-size: 100%;
    width: min(12.5vw, 308px);
    height: min(19.5vw, 400px);
    position: absolute;
    top: auto;
    bottom: -2rem;
    left: -5rem;
    right: auto;
    z-index: 1;
}
.check .whiteArea.claim::after {
    content: "";
    background: url(../img/top/trbl_ill02.png) no-repeat;
    background-size: 100%;
    width: min(14.5vw, 308px);
    height: min(22.5vw, 400px);
    position: absolute;
    top: auto;
    bottom: -2rem;
    left: auto;
    right: -7rem;
    z-index: 1;
}

.div .txt-explain {
    text-align: center;
    font-size: 25px;
}
@media only screen and (max-width: 1024px) {
.div .txt-explain {
    font-size: 15px;
}
}

.l-inner .whiteArea::before {
	content: "";
	/* background-image: url(../img/top/check_ill.png); */
	background-size: 100% 100%;
	width: 240px;
	height: 293px;
	display: block;
	margin-right: 20px;
	position: absolute;
	bottom: -50px;
	right: -130px;
}

.l-inner .whiteArea.green {
	max-width: 1000px;
	width: 90%;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50px 50px 50px 0px;
	padding: 60px 40px;
	display: flex;
	/* justify-content: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 350px;
	/* align-items: stretch; */
	position: relative;
	margin: 0 auto 50px;
}
.l-inner .whiteArea.green::before {
	background: url("../img/top/check_ill.png") no-repeat;
        z-index: 90;
        width: 250px;
        height: 300px;
        right: 55rem;
        bottom: -10rem;
}
.l-inner .whiteArea.green::after {
	background: none;
}



@media only screen and (max-width: 1024px) {
	.compensation-claim .aqua_back {
		font-size: 20px;
		width: 100%;
		padding: 10px 15px;
		margin: 15px 0;
		text-align: center;
	}

	.for-compensation .green_back {
		padding: 10px 5px;
		font-size: 15px;
		margin: 15px auto;
		width: 93%;
		text-align: center;
	}

	.for-compensation .intro .threePoint_green {
		padding: 0 0 30px;
	}

	.compensation-claim .key .lawers .lawer01 {
		margin-left: -6px;
	}

	.compensation-claim .myself {
		padding-bottom: 60px;
	}

	.compensation-claim .myself .fuki {
		height: 130px;
		padding: 20px 2px 10px;
	}

	.compensation-claim .myself .fuki .block {
		font-size: 14px;
		line-height: 1.6;
	}

	.compensation-claim .myself .fuki .block .txt_blue {
		font-size: 16px;
	}

	.compensation-claim .green_back {
		padding: 10px 5px;
		font-size: 15px;
		margin: 15px auto;
		width: 93%;
		text-align: center;
	}

	.compensation-claim .pink_back {
		padding: 10px 5px;
		font-size: 14px;
		margin: 15px auto;
		width: 93%;
		text-align: center;
	}
	.compensation-claim .pink_back.claim {
		padding: 10px 5px;
		font-size: 14px;
		margin: 15px auto;
		width: 93%;
		text-align: center;
	}


	.check {
		padding-bottom: 100px;
	}

	.check .secTit span {
		font-size: 22px;
	}

	.check .label {
		width: 83%;
		font-size: 20px;
		padding: 15px;
		margin: 0 auto 20px;
	}
	.check .label.chastity {
		width: 95%;
	}

	.check .whiteArea {
		border-radius: 20px 20px 20px 0px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
	}

	.check .whiteArea::before {
		background-image: url(../img/top/check_ill.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -103px;
		right: -30px;
	}

	.l-inner .whiteArea.chastity.left {
		border-radius: 20px 20px 20px 0px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
	}
	.l-inner .whiteArea.chastity.left::before {
		background-repeat: no-repeat;
		background-size: 60% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -140px;
		left: 0px;
	}
	.l-inner .whiteArea.chastity.left::after {
                background-image: none;
        }
	.l-inner .whiteArea.chastity.right {
		border-radius: 20px 20px 0px 20px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
	}
	.l-inner .whiteArea.chastity.right::before {
		background-repeat: no-repeat;
		background-size: 60% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -140px;
		right: -50px;
	}
	.l-inner .whiteArea.chastity.right::after {
                background-image: none;
        }
	.l-inner .whiteArea.chastity.left.risk {
		border-radius: 20px 20px 20px 20px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
                margin: -40px 10px 50px 10px;
	}
	.l-inner .whiteArea.chastity.left.risk::before {
		background-repeat: no-repeat;
		background-size: 60% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -140px;
		left: 0px;
	}
	.l-inner .whiteArea.chastity.left.risk::after {
                background-image: none;
        }
	.l-inner .whiteArea.chastity.right.demerit {
		border-radius: 20px 20px 20px 20px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
                margin: -40px 10px 50px 10px;
	}
	.l-inner .whiteArea.chastity.right.demerit::before {
		background-repeat: no-repeat;
		background-size: 60% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -140px;
		right: -50px;
	}
	.l-inner .whiteArea.chastity.right.demerit::after {
                background-image: none;
        }

	.check .whiteArea .check {
		font-size: 18px;
		width: 100%;
		display: block;
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 10px;
	}

	.check .whiteArea .check::before {
		content: "";
		background-image: url(../img/top/flow_check.png);
		background-size: 100% auto;
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.check .whiteArea.all {
		border-radius: 20px 20px 20px 0px;
		padding: 30px 60px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
		margin: 0 auto;
	}

	.check .whiteArea.all::before {
		background-image: url(../img/top/check_ill.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -103px;
		right: -30px;
	}

	.check .whiteArea.all .check {
		font-size: 18px;
		width: 100%;
		display: block;
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 10px;
	}

	.check .whiteArea .check::before {
		content: "";
		background-image: url(../img/top/flow_check.png);
		background-size: 100% auto;
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
	}



	.acdBox .acdTitBox .acdTitInr {
		padding: 30px 50px 30px 20px;
	}

	.merit .acdBox .merit01:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit02:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit03:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit04:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit05:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit06:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .merit07:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}


	.merit .acdBox .reason01:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .reason02:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .reason03:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .reason04:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .reason05:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .reason06:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}

	.merit .acdBox .reason07:before {
		font-size: 30px;
		top: 0;
		height: auto;
	}



	.strong .fourColBox {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px 10px;
	}

	.strong .fourColBox .colBox {
		max-width: calc(50% - 20px);
		flex: inherit;
		position: relative;
		padding: 40px 10px 20px;
	}

	.strong .fourColBox .colBox .label {
		max-width: 180px;
		width: 76%;
		height: 50px;
		border-radius: 20px;
		top: -20px;
                                text-align: center;
	}

	.strong .fourColBox .colBox .pic {
		max-width: 150px;
		width: 57%;
		margin: 0 auto 15px;
	}

	.strong .fourColBox .colBox .txt {
		font-size: 15px;
		line-height: 1.3;
	}

	.strong .fourColBox .colBox .txt .txt_blue {
		font-size: 20px;
	}

	.strong .fourColBox .colBox .txt .txt_blue .num {
		font-size: 32px;
	}



	.compensation-claim .caseEx .secTit {
		margin-bottom: 30px;
	}

	.caseEx .storyWrap {
		margin: 60px auto 0;
		flex-direction: column;
		gap: 40px;
	}

	.caseEx .perInfo .icon {
		width: 60px;
	}

	.caseEx .storyCase {
		padding: 30px 20px;
		width: 100%;
	}

	.caseEx .story01::before {
		font-size: 30px;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	.caseEx .story02::before {
		font-size: 30px;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	.caseEx .story03::before {
		font-size: 30px;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
	}

	.caseEx .storyCase::after {
		content: "";
		background-color: #f8f6f0;
		width: 100%;
		height: 335px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.caseEx .storyCase .perInfo {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		z-index: 3;
		position: relative;
	}

	.caseEx .storyCase .perInfo .icon {
		width: 60px;
		margin-right: 10px;
	}

	.caseEx .storyCase .perInfo .icon img {
		border: solid 2px #00B7CB;
		border-radius: 50%;
	}

	.caseEx .storyCase .storyTxt {
		font-size: 22px;
		line-height: 1.4;
		color: #00B7CB;
		height: 100px;
		margin: 20px 0;
		z-index: 3;
		position: relative;
	}

	.caseEx .storyCase .colBox {
		background-color: #ffffff;
		width: 100%;
		border-radius: 20px;
		text-align: center;
		z-index: 3;
		position: relative;
	}

	.caseEx .storyCase .colBox .label {
		color: #fff;
		background-color: #00B7CB;
		padding: 20px;
		font-size: 20px;
		border-radius: 20px 20px 0 0;
	}


	.caseEx .storyCase .colBox .get {
		color: #3c5a78;
		font-size: 24px;
		padding-bottom: 10px;
	}

	.caseEx .storyCase .colBox .get .number {
		font-size: 36px;
	}

	.caseEx .storyCase .customAccordionContent {
		background-color: #f8f6f0;
		margin: 20px 0;
		padding: 20px;
	}

	.caseEx .storyCase .customAccordionContent .title_aqua {
		color: #00B7CB;
		font-size: 1.2em;
		font-weight: 600;
	}

	.caseEx .storyCase .customAccordionContent p {
		margin: 0 0 20px 0;
	}

	.caseEx .storyCase .columnAccBox .columnAccBtn {
		color: #00B7CB;
		background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
		background-size: 9px auto;
		width: 100%;
		height: 54px;
		margin: 30px auto 0;
		text-align: center;
		border-radius: 15px;
	}

	.caseEx .storyCase .customAccordion .customAccordionTrigger {
		color: #00B7CB;
		background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
		background-size: 9px auto;
		width: 100%;
		height: 54px;
		margin: 30px auto 0;
		text-align: center;
		border-radius: 15px;
	}

	.caseEx .storyCase .customAccordion .customAccordionClose {
		width: 100%;
		color: #00B7CB;
		background: #fff url(../img/top/arr_up_blue.png) no-repeat center right 20px;
		background-size: 9px auto;
		width: 100%;
		height: 54px;
		margin: 30px auto 0;
		text-align: center;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.voice .caseArea {
		margin: 120px auto 60px;
	}

	.voice .caseArea .caseBox {
		padding: 0 0 40px;
	}

	.voice .caseArea .story01::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .story02::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .story03::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .story04::before {
		font-size: 30px;
		top: -25px;
		height: auto;
		transform: inherit;
	}

	.voice .caseArea .caseBox .comment {
		padding: 0px 20px 10px 20px;
		font-size: 18px;
		line-height: 1.5;
	}

	.voice .caseBox .btn-internal {
		margin: 20px auto 0;
		position: static;
		transform: inherit;
	}



	.price .trblBox.yellow {
		margin-top: 60px;
	}

	.price .trblBox.oudo {
		margin-top: 60px;
	}

	.price .trblBox.darkBlue {
		margin-top: 60px;
	}

	.trouble .trblBox.yellow:before {
		height: 28%;
	}

	.trouble .trblBox.oudo:before {
		height: 88px;
	}

	.trouble .trblBox .tit {
		line-height: 1.6;
		font-size: 23px;
		margin-bottom: 20px;
	}
	.trouble .trblBox .tit.chastity {
		line-height: 1.6;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.price .trblBox.yellow .come {
		position: static;
		font-size: 14px;
	}

	.price .trblBox.yellow .whiteArea {
		padding: 30px;
		width: 94%;
		margin: 40px auto 30px;
	}

	.price .trblBox.yellow .whiteArea .big {
		font-size: 20px;
		font-weight: 600;
	}

	.trouble .trblBox:before {
		height: 170px;
	}

	.price .trblBox .fuki {
		padding: 13px 0 5px 0;
	}

	.price .trblBox .fuki .comment {
		right: 8px;
		font-size: 12px;
	}

	.price .trblBox.darkBlue .fuki.addMemo .txt02 {
		font-size: 14px;
		padding: 0 20px;
		margin-top: 10px;
	}

	.price .trblBox.yellow .txt {
		width: 94%;
		margin: 0 auto;
	}
	.price .trblBox.yellow .txt.chastity {
		width: 94%;
		margin: 20px auto;
	}

	.price .trblBox.darkBlue:before {
		background-color: #3c5a78;
		height: 28%;
	}

	.price .trblBox.darkBlue .fuki {
		align-items: center;
		padding: 0;
	}

	.price .trblBox.darkBlue .fuki .ne {
		font-size: 1.6em;
		margin: 0 20px;
	}

	.price .trblBox.darkBlue .txt_darkBlue_center {
		margin: 40px auto 0;
	}

	.price .trblBox.darkBlue .txt_darkBlue_center .big {
		font-size: 20px;
		font-weight: 600;
	}

	.price .trblBox.darkBlue .txt {
		width: 94%;
		margin: 20px auto;
		text-align: center;
		color: #000;
	}

	.price .trblBox.yellow .fuki {
		height: auto;
		display: block;
		line-height: 1.4;
	}

	.price .trblBox.yellow .fuki .num {
		font-size: 40px;
	}
	.price .trblBox.yellow .fuki .num.chastity {
		font-size: 25px;
	}

	.compensation-claim .trouble .trblBox.yellow:before {
		height: 235px;
	}
	.compensation-claim .trouble .trblBox.yellow.chastity:before {
		height: 150px;
	}

	.compensation-claim .price .trblBox.darkBlue:before,
	.for-compensation .price .trblBox.darkBlue:before {
		height: 170px;
	}

	.price .trblBox.oudo .whiteArea {
		margin: 40px auto 0;
	}

	.checkList {
		padding-bottom: 120px;
	}

	.checkList::after {
		content: "";
		position: absolute;
		background-image: url(../img/top/kind_ill.png);
		background-repeat: no-repeat;
		display: block;
		background-size: 100% auto;
		width: 80px;
		height: 130px;
		right: 5%;
		z-index: 1;
	}

	.checkList .lead {
		margin: 0 auto 40px;
	}

	.checkList .acdArea .check01::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check02::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check03::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check04::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.checkList .acdArea .check05::before {
		font-size: 30px;
		height: auto;
		top: 0;
	}

	.myself .fukiWrap.numberNone {
		display: block;
	}

	.myself .fukiWrap.numberNone .fuki {
		height: auto;
		width: 100%;
		margin: 0 0 20px;
	}

	.myself .bg_white {
		padding: 40px 20px 40px;
		margin: 40px auto 0;
	}

	.compensation-claim .second .txt_aqua {
		font-size: 18px;
		margin: 30px auto 0;
	}

	.compensation-claim .second .whiteArea {
		border-radius: 50px 50px 50px 0px;
		padding: 40px 20px;
		flex-direction: column;
		height: inherit;
		align-items: stretch;
		position: relative;
	}

	.compensation-claim .second .whiteArea .check {
		font-size: 18px;
		width: 100%;
		padding: 0 0 20px 35px;
		position: relative;
	}

	.compensation-claim .second .whiteArea .check:last-child {
		padding-bottom: 0;
	}

	.compensation-claim .second .whiteArea .check::before {
		content: "";
		background-image: url(../img/top/flow_check.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		width: 25px;
		height: 25px;
		display: block;
		margin-right: 0;
		position: absolute;
		top: 2px;
		left: 0;
	}

	.faq .acdTitInr {
		padding: 0 55px 0 20px !important;
	}

	.compensation-claim .check .whiteArea::before {
		width: 80px;
		height: 116px;
		bottom: -6rem;
		right: auto;
		left: 0;
	}

	.compensation-claim .check .whiteArea::after {
		width: 90px;
		height: 129px;
		bottom: -96px;
		left: auto;
		right: 0;
	}

	.l-inner .whiteArea.green {
		border-radius: 20px 20px 20px 0px;
		padding: 30px 20px;
		flex-direction: column;
		flex-wrap: wrap;
		height: inherit;
	}

	.l-inner .whiteArea.green::before {
		background-image: url(../img/top/check_ill.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 140px;
		height: 170px;
		display: block;
		margin-right: 20px;
		position: absolute;
		bottom: -130px;
		right: -30px;
	}

	.l-inner .whiteArea.green::after {
		width: 90px;
		height: 129px;
		bottom: -96px;
		left: auto;
		right: 0;
	}



	.compensation-claim .myself .fukiWrap {
		flex-direction: column;
		gap: 40px 15px;
	}

	.compensation-claim .myself .fuki {
		height: inherit;
		padding: 20px 2px 10px;
		width: 100% !important;
	}

	.myself .fuki:nth-child(7):before {
		background: url(../img/top/myself_case07.png) no-repeat top center;
		background-size: auto 20px;
	}

	.compensation-claim .voice .caseArea {
		margin: 60px auto 60px;
	}

	.compensation-claim .price .whiteBox .ribbon {
		position: absolute;
		top: -15px;
		left: -15px;
		font-size: 16px;
		width: 120px;
		height: 40px;
	}

	.compensation-claim .price .whiteBox .ribbon:before {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: -15px;
		left: 0;
	}

	.compensation-claim .price .whiteBox {
		padding: 40px 20px;
	}

	.compensation-claim .price .trblBox.darkBlue .txt_darkBlue_center {
		width: 94%;
		margin: 30px auto 0;
	}

	.for-compensation .price .trblBox.darkBlue .whiteBox .txt_darkBlue_center {
		width: 100%;
	}

	.faq .acdTxtBox {
		padding: 30px 20px !important;
	}

	.btn-internal_main {
		margin: 40px auto 0;
	}

	.btn-internal.blue a {
		background-color: #00B6CB;
	}

	.price .trblWrap {
		margin: 40px auto 0;
	}

	.myself.second .secTit {
		margin: 0 0 30px;
	}

	.for-compensation .key .catch {
		font-size: 14px;
	}

	.compensation-claim .key .catch {
		font-size: 11px;
	}
}

.bottom-link {
	display: flex;

}

.bottom-link .right_blue {
	width: 50%;
	background-image: url(../img/top/back_right_blue.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 5% 4% 5% 0;
}

.bottom-link .left_gr {
	width: 50%;
	background-image: url(../img/top/back_left_gr.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 5% 0 5% 2.5%;
}

.bottom-link a {
	display: flex;
	align-items: center;
}

.bottom-link .right_blue a {
	justify-content: right;
}

.bottom-link .left_gr a {
	justify-content: left;
}

.bottom-link h4 {
	font-size: 36px;
	margin: 0 0 15px;
}

.bottom-link p {
	font-size: 18px;
	line-height: 1.5;
}


@media only screen and (max-width: 1024px) {

	.bottom-link {
		display: block;
	}

	.bottom-link .right_blue {
		width: 100%;
		padding: 5%;
	}

	.bottom-link .left_gr {
		width: 100%;
		padding: 5%;
	}

	.bottom-link .right_blue a {
		justify-content: left;
	}

	.bottom-link h4 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.bottom-link p {
		font-size: 16px;
		line-height: 1.5;
	}

}

.header__cta {
	display: flex;
	gap: 10px;
}

.header__cta .btn_cta {
	width: 50%;
}

.header__cta .btn_cta a {
	background: #fff;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 600;
	height: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0 30px 0 0;
}

.header__cta .btn_cta a:before {
	content: "";
	width: 42px;
	height: 100%;
	background: #00B7CB url(../img/_icon/icon_mail02.svg) no-repeat center/24px 24px;
	margin: 0 13px 0 0;

}

.header__cta .btn_cta.btn_green a:before {
	background: #4CBF93 url(../img/_icon/icon_mail02.svg) no-repeat center/24px 24px;

}

.header__cta .btn_cta a span {
	font-size: 14px;
}

.header__cta .btn_cta.btn_blue {
	color: #00B7CB;
}

.header__cta .btn_cta.btn_green {
	color: #4CBF93;
}

.header__cta .btn_cta.btn_blue a {
	background: #fff url(../img/top/arr_right_blue.png) no-repeat center right 10px;
	background-size: 6px auto;
}

.header__cta .btn_cta.btn_green a {
	background: #fff url("../img/top/arr_right_gr.png") no-repeat center right 10px;
	background-size: 6px auto;
}

@media only screen and (max-width: 1160px) {
	.header__text04 {
		margin-top: 3px;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.header__text04 .whLabel {
		padding: 4px 9px;
		margin-right: 10px;
		font-size: 12px;
		line-height: 1.5;
		width: 82px;
	}

	.header__text04 .result {
		font-size: 12px;
		padding: 4px 10px;
	}

	.header__cta .btn_cta a {
		font-size: 12px;
		height: 45px;
	}

	.header__cta .btn_cta a:before {
		margin: 0 8px 0 0;
	}

	.header__cta .btn_cta a span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.header__cta {
		display: flex;
		gap: 20px;
		width: 100%;
	}

	.header__cta .btn_cta {
		width: 50%;
	}

	.header__cta .btn_cta a {
		background: #fff;
		border-radius: 5px;
		font-size: 16px;
		font-weight: 600;
		height: 55px;
		display: flex;
		align-items: center;
		overflow: hidden;
		padding: 0 22px 0 0;
		line-height: 1.4;
	}

	.header__cta .btn_cta a:before {
		width: 48px;
		background: #00B7CB url(../img/_icon/icon_mail02.svg) no-repeat center/24px auto;
		margin: 0 20px 0 0;
	}

	.header__cta .btn_cta.btn_green a:before {
		background: #4CBF93 url(../img/_icon/icon_mail02.svg) no-repeat center/24px auto;

	}

	.header__cta .btn_cta a span {
		font-size: 20px;
	}

	.header__cta .btn_cta.btn_blue {
		color: #00B7CB;
	}

	.header__cta .btn_cta.btn_green {
		color: #4CBF93;
	}

	.header__cta .btn_cta.btn_blue a {
		background: #fff url(../img/top/arr_right_blue.png) no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta.btn_green a {
		background: #fff url("../img/top/arr_right_gr.png") no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta a br {
		display: none;
	}
}

@media only screen and (max-width: 599px) {
	.header__cta {
		display: flex;
		gap: 10px;
		width: 100%;
	}

	.header__cta .btn_cta {
		width: 50%;
	}

	.header__cta .btn_cta a {
		background: #fff;
		border-radius: 5px;
		font-size: 13px;
		font-weight: 600;
		height: 45px;
		display: flex;
		align-items: center;
		overflow: hidden;
		padding: 0 22px 0 0;
		line-height: 1.4;
	}

	.header__cta .btn_cta a:before {
		width: 38px;
		background: #00B7CB url(../img/_icon/icon_mail02.svg) no-repeat center/18px auto;
		margin: 0 10px 0 0;
	}

	.header__cta .btn_cta.btn_green a:before {
		background: #4CBF93 url(../img/_icon/icon_mail02.svg) no-repeat center/18px auto;

	}

	.header__cta .btn_cta a span {
		font-size: 15px;
	}

	.header__cta .btn_cta.btn_blue {
		color: #00B7CB;
	}

	.header__cta .btn_cta.btn_green {
		color: #4CBF93;
	}

	.header__cta .btn_cta.btn_blue a {
		background: #fff url(../img/top/arr_right_blue.png) no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta.btn_green a {
		background: #fff url("../img/top/arr_right_gr.png") no-repeat center right 10px;
		background-size: 6px auto;
	}

	.header__cta .btn_cta a br {
		display: block;
	}
}


/* .following-contents {
	display: none;
} */

@media only screen and (min-width: 1025px) {
	.infidelity-content {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {

	.infidelity-content {
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		right: 0;
		bottom: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		position: fixed;
		z-index: 5;
	}

	.infidelity-content .following-contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(100% - 60px);
		background-color: #003481;
		pointer-events: all;
		left: 0;
		bottom: 0px;
		height: 60px;
	}

	.page-infidelity-damages.infidelity-content .following-contents {
		width: 100%;
	}

	.infidelity-content .following-contents a[href^="tel:"] {
		position: relative;
		display: block;
		width: 59.6825396825%;
		height: 100%;
		/*background-color: #004AB5;*/
		background-color: #b4aa6e;
	}

	.page-infidelity-damages.infidelity-content .following-contents a[href^="tel:"] {
		width: 40%;
	}

	.infidelity-content .following-contents a[href^="tel:"] p {
		position: absolute;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding-left: 18px;
		color: white;
		font-family: "Roboto", sans-serif;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.3636363636;
		white-space: nowrap;
		top: 21px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.infidelity-content .following-contents a[href^="tel:"] p::before {
		position: absolute;
		content: "";
		width: 16px;
		height: 16px;
		background: url(/common/img/_icon/icon_tel02.svg) no-repeat center/100% 100%;
		top: 4px;
		left: 0;
	}

	.infidelity-content .following-contents a[href^="tel:"] p::after {
		position: absolute;
		content: "電話受付";
		width: 60px;
		border: 1px solid;
		border-radius: 10px;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
		top: -16px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.infidelity-content .following-contents a[href^="tel:"] span {
		position: absolute;
		width: 100%;
		color: white;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 9px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 1.5;
		text-align: center;
		bottom: 3px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.infidelity-content .following-contents a:not([href^="tel:"]) {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 40.3174603175%;
		height: 100%;
		/*background-color: #003481;*/
		/* background-color: #333; */
	}

	.page-infidelity-damages.infidelity-content .following-contents a:not([href^="tel:"]) {
		width: 30%;
	}

	.infidelity-content .following-contents a.claim_mail {
		background-color: #00B7CB;
	}

	.infidelity-content .following-contents a.defense_mail {
		background-color: #4CBF93;
	}

	.infidelity-content .following-contents a:not([href^="tel:"]) span {
		position: relative;
		padding-left: 31px;
		padding-bottom: 19px;
		color: white;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.8461538462;
	}

	.infidelity-content .following-contents a:not([href^="tel:"]) span::before {
		position: absolute;
		content: "";
		width: 24px;
		height: 24px;
		background: url(/common/img/_icon/icon_mail02.svg) no-repeat center/100% 100%;
		top: 0;
		left: 0;
	}

	.infidelity-content .following-contents a:not([href^="tel:"]) span::after {
		position: absolute;
		content: attr(data-label);
		width: 60px;
		border: 1px solid;
		border-radius: 10px;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
		top: auto;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 374px) {
	.infidelity-content .following-contents a[href^="tel:"] p {
		padding-left: 20px;
		font-size: 18px;
		/*top: 4px;*/
	}

	.infidelity-content .following-contents a[href^="tel:"] p::before {
		width: 16px;
		height: 16px;
	}

	.infidelity-content .following-contents a[href^="tel:"] span {
		line-height: 1.3;
		bottom: 5px;
	}

	.infidelity-content .following-contents a:not([href^="tel:"]) span {
		padding-left: 22px;
		padding-bottom: 22px;
		font-size: 12px;
		letter-spacing: 0;
		line-height: 1.5;
	}

	.infidelity-content .following-contents a:not([href^="tel:"]) span::before {
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-top {
		display: none;
	}

	.page-top_02 {
		width: 60px;
		height: 60px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.page-top_02::before {
		width: 24px;
		height: 24px;
		top: 10px;
	}

	.page-top_02 span {
		position: absolute;
		display: block;
		color: white;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.5454545455;
		white-space: nowrap;
		left: 50%;
		bottom: 7px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.page-infidelity-damages .page-top_02 {
		position: absolute;
		right: 5px;
		bottom: 70px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

	.page-infidelity-damages .page-top_02 span {
		display: none;
	}

	.page-infidelity-damages.infidelity-content .following-contents a[href^="tel:"] p::before {
		content: none;
	}

	.page-infidelity-damages.infidelity-content .following-contents a[href^="tel:"] p {
		padding-left: 0px;
		font-size: 18px;
		/* top: 4px; */
	}
}

.yellow_table .txt_yellow {
	flex-wrap: wrap;
	justify-content: center !important;
	height: 190px !important;
	gap: 15px;
	row-gap: 0px;
	margin-bottom: 10px !important;
}

.yellow_table .txt_yellow .yellow_table_title {
	width: 95%;
	background-color: #fac850;
	color: #fff;
}

.txt_yellow.tuika {
	text-align: right;
	display: block;
	margin-right: 30px;
}

.price .trblBox.yellow {
	background: #F8F6EF;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.price .trblBox.yellow02 {
	background: #F8F6EF;
	max-width: 100%;
	position: relative;
	margin-top: 60px;
}

.price .trblBox.yellow02:before {
	background: #fac850;
	height: 35%;
}
.price .trblBox.yellow02.chastity:before {
	background: #fac850;
	height: 30%;
}

.price .trblBox.yellow02 .whiteArea {
	background-color: #fff;
	padding: 30px;
	width: 94%;
	text-align: center;
	color: #3c5a78;
	margin: 60px auto 0;
}
.price .trblBox.yellow02 .whiteArea.size02 {
	width: 100%;
}
.price .trblBox.oudo .whiteArea.size02 {
	width: 100%;
justify-content: center; 
}

@media only screen and (max-width: 1024px) {

	.yellow_table .txt_yellow {
		height: auto !important;		display: block;
		line-height: 1.2 !important;
		letter-spacing: 0.1rem;
		padding-bottom: 15px !important;
	}

	.yellow_table .txt_yellow .yellow_table_title {
		width: 90%;
		background-color: #fac850;
		color: #fff;
		margin: 0 auto 0.5rem;
		line-height: 1.8;
	}

	.txt_yellow.tuika {
		font-size: 0.8em;
	}

}



.page-top_02 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #D9E021;
	border-radius: 50%;
	-webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
	pointer-events: all;
}

.page-top_02::before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/common/img/_icon/icon_arrow01.svg) no-repeat center/20px 20px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.page-top_02 span {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.page-top {
		display: none;
	}

	.page-top_02 {
		width: 60px;
		height: 60px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.page-top_02::before {
		width: 24px;
		height: 24px;
		top: 10px;
	}

	.page-top_02 span {
		position: absolute;
		display: block;
		color: white;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.5454545455;
		white-space: nowrap;
		left: 50%;
		bottom: 7px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.page-infidelity-damages .page-top_02 {
		position: absolute;
		right: 5px;
		bottom: 70px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}

	.page-infidelity-damages .page-top_02 span {
		display: none;
	}

	.page-infidelity-damages.infidelity-content .following-contents a[href^="tel:"] p::before {
		content: none;
	}

	.page-infidelity-damages.infidelity-content .following-contents a[href^="tel:"] p {
		padding-left: 0px;
		font-size: 18px;
		/* top: 4px; */
	}

}



.feeBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.feeItem {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.feeItem .label {
    font-weight: bold;
}

.feeItem .amount {
    font-size: 1.4em;
}

.plus {
    font-size: 2em;
    font-weight: bold;
}
@media screen and (max-width: 768px) {

    .feeBox {
        display: flex;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        text-align: center;
        gap: 8px 10px;
    }

    .fixed {
        grid-column: 1;
        grid-row: 1;
    }

    .success {
        grid-column: 3;
        grid-row: 1;
    }

    .plus {
        grid-column: 2;
        grid-row: 2;
        font-size: 1.5em;
    }

    .fixed .amount {
        grid-column: 1;
        grid-row: 2;
    }

    .success .amount {
        grid-column: 3;
        grid-row: 2;
    }

    .feeItem {
        flex-direction: column;
    }

    .feeItem .amount {
        font-size: 0.8em;
    }

    .price .trblBox.yellow .fuki .num.success {
        font-size: 2.4em;
    }
}


.bg_lblue.sec.defense {
    padding-bottom: 0.1vw;
}
@media only screen and (max-width: 1024px) {
.bg_lblue.sec.defense {
        padding-bottom: 100px;
    }
}