@charset "utf-8";
/*claimアンカーリンク*/

.claim_list_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.claim_list_box li {
	width: 32.8%;
  margin: 0 5px;
}

.claim_list_box li a {
	display: inline-block;
	width: 100%;
}

.claim_list_box02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.claim_list_box02 li {
	width: 32.8%;
}

.claim_list_box02 li a {
	display: inline-block;
	width: 100%;
}

#contentsBlock {
	padding-bottom: 0;
}

.sec {
	text-align: center;
}

.sec figure {
	margin: 40px auto;
}

.claim .sec:not(.inner) {
	padding: 75px 0 0;
}

.claim .sec:nth-child(n+2) {
	padding: 0 0 75px;
}

.claim .sec:last-child {
	padding: 75px 0;
}

.txt_m {
	text-align: left;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

p.lead_text>a {
	text-decoration: underline;
	color: #0099d6;
}

table a {
	color: #000;
}

.hd05 {
  font-size: 2rem;
}

.hd08.gray {
	background: #eaeaea;
	padding: 10px;
  font-size: 2.2rem;
}

.txt_link {
	margin: 35px 0;
}

.txt_link a {
	color: #0099d6;
	text-decoration: underline;
}

#kanyusha01 .kanyusya_list>li:nth-child(1), #kanyusha02 .kanyusya_list>li:nth-child(2), #kanyusha03 .kanyusya_list>li:nth-child(3), #kanyusha04 .kanyusya_list>li:nth-child(4), #kanyusha05 .kanyusya_list>li:nth-child(5), #kanyusha06 .kanyusya_list>li:nth-child(6), #kanyusha07 .kanyusya_list>li:nth-child(7), #kanyusha08 .kanyusya_list>li:nth-child(8), #kanyusha09 .kanyusya_list>li:nth-child(9), #kanyusha10 .kanyusya_list>li:nth-child(10), #kanyusha11 .kanyusya_list>li:nth-child(11) {
	background: #0099d6;
}

#kanyusha01 .kanyusya_list>li:nth-child(1) a, #kanyusha01 .kanyusya_list li:nth-child(1) a::before, #kanyusha02 .kanyusya_list>li:nth-child(2) a, #kanyusha02 .kanyusya_list li:nth-child(2) a::before, #kanyusha03 .kanyusya_list>li:nth-child(3) a, #kanyusha03 .kanyusya_list li:nth-child(3) a::before, #kanyusha04 .kanyusya_list>li:nth-child(4) a, #kanyusha04 .kanyusya_list li:nth-child(4) a::before, #kanyusha05 .kanyusya_list>li:nth-child(5) a, #kanyusha05 .kanyusya_list li:nth-child(5) a::before, #kanyusha06 .kanyusya_list>li:nth-child(6) a, #kanyusha06 .kanyusya_list li:nth-child(6) a::before, #kanyusha07 .kanyusya_list>li:nth-child(7) a, #kanyusha07 .kanyusya_list li:nth-child(7) a::before, #kanyusha08 .kanyusya_list>li:nth-child(8) a, #kanyusha08 .kanyusya_list li:nth-child(8) a::before, #kanyusha09 .kanyusya_list>li:nth-child(9) a, #kanyusha09 .kanyusya_list li:nth-child(9) a::before, #kanyusha10 .kanyusya_list>li:nth-child(10) a, #kanyusha10 .kanyusya_list li:nth-child(10) a::before, #kanyusha11 .kanyusya_list>li:nth-child(11) a, #kanyusha11 .kanyusya_list li:nth-child(11) a::before {
	color: #FFF;
}

.kanyusya_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}

.kanyusya_list li {
	width: calc((100% - 20px) / 2);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #0099d6;
	height: 62px;
	transition: 0.2s ease;
	background: #FFF;
}

.kanyusya_list li+li {
	margin-top: 20px;
}

.kanyusya_list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #0099d6;
	transition: 0.2s ease;
}

_:-ms-input-placeholder, :root .kanyusya_list li a {
	padding-top: 5px;
}

.kanyusya_list li a::before {
	content: "\f138";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	color: #0099d6;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease;
}

.kanyusya_list li .text {
	text-align: center;
	line-height: 1.5;
}

.kanyusya_list li:hover {
	background: #0099d6;
}

.kanyusya_list li:hover a {
	color: #fff;
}

.kanyusya_list li:hover a::before {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.kanyusya_list {}
	.kanyusya_list li {
		width: 100%;
		height: 62px;
	}
	.kanyusya_list li.mt0 {
		margin-top: 10px !important;
	}
	.kanyusya_list li+li {
		margin-top: 10px;
	}
	.kanyusya_list li .text {
		font-size: 1.4rem;
	}
}

/*共済金のご請求からお支払いまでの流れ*/

.palt {
	font-feature-settings: "palt";
}

.kanyusya_flow {
	margin-bottom: 20px;
}

.kanyusya_flow>p {
	text-align: left;
	margin-left: -5px;
	margin-top: 10px;
	text-indent: -16px;
	padding-left: 16px;
	line-height: 2;
}

.kanyusya_flow_box {
	display: flex;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	font-feature-settings: "palt";
	width: 420px;
}

.kanyusya_flow_box>p {
	background: #0099d6;
	padding: 22.5px 0;
	width: 100px;
}

.kanyusya_flow_box.orange>p {
	background: #db6300;
}

.kanyusya_flow_box>p>span {
	font-size: 16px;
	position: relative;
	top: -2px;
}

.flow_right {
	color: #0099d6;
	font-size: 20px !important;
	text-align: left;
	padding: 10px 10px 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.kanyusya_flow_box.orange .flow_right {
	color: #db6300;
}

.flow_right span {
	color: #db6300;
	font-size: 16px;
	background: #ededed;
	padding: 5px 10px;
	position: relative;
	left: -9px;
}

.flow_right span.blue {
	color: #0099d6;
}

.border {
	border-bottom: 1px dotted #1a1a1a;
	padding-bottom: 30px;
}

.border02 {
	border: 1px solid #1a1a1a;
	padding: 20px;
	margin-top: 20px;
	display: inline-block;
	box-sizing: border-box;
}

.certificate_box {
	border: 1px dotted #cccccc;
	padding: 20px;
	box-sizing: border-box;
	background: #e5f8ff;
}

@media screen and (max-width: 767px) {
	.claim_list_box li,.claim_list_box02 li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.claim_list_box li:last-child,.claim_list_box02 li:last-child {
		margin-bottom: 0!important;
	}
	.kanyusya_flow>p {
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}
	.kanyusya_flow_box {
		font-size: 28px;
		align-items: center;
	}
	.kanyusya_flow_box>p {
		padding: 25px 0 15px;
		width: 70px;
		line-height: 1;
	}
	.kanyusya_flow_box>p>span {
		font-size: 14px;
		display: block;
	}
	.kanyusya_flow_box {
		width: auto;
	}
	.flow_right {
		font-size: 4.2vw !important;
		width: calc(100% - 70px);
		line-height: 1.3;
		padding: 10px 10px 10px 15px;
	}
	.flow_right span {
		font-size: 3.5vw;
		margin-bottom: 5px;
		padding: 5px;
		left: -5px;
	}
}

/*list*/

#sec>.inner {
	text-align: center;
}

.ul_claim, .ul_claim02 {
	text-align: left;
	display: inline-block;
}

.ul_claim02 {
	margin-top: 0;
}

.ul_claim li {
	line-height: 2;
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}

.ul_claim02 li {
	line-height: 2;
}

.ul_caution, .ul_caution02, .ul_caution03, .ul_caution04, .ul_caution05 {
	font-size: 1.4rem;
	font-weight: normal !important;
	margin-top: 10px !important;
	text-align: left;
}

.ul_caution05 {
	margin-top: 0 !important;
	border: 2px solid red;
	padding: 15px;
	box-sizing: border-box;
}

.ul_caution05 strong {
	color: #FF0004;
}

.ul_caution>li {
	text-indent: -1.8rem !important;
	padding-left: 1.8rem !important;
	line-height: 2;
}

.ul_caution02>li {
	text-indent: -2.8rem !important;
	padding-left: 2.8rem !important;
	line-height: 2;
}

.ul_caution03>li {
	text-indent: -1.4rem !important;
	padding-left: 1.4rem !important;
	line-height: 2;
}

.ul_caution04>li {
	text-indent: -12.6rem !important;
	padding-left: 12.6rem !important;
	line-height: 2;
}

.ul_caution05>li {
	text-indent: -1.4rem !important;
	padding-left: 1.4rem !important;
	line-height: 2;
}

.ul_document {
	margin: 70px auto 35px;
	max-width: 620px;
	border: 1px solid #0099d6;
	padding: 30px 20px 20px;
	position: relative;
}

.ul_document h4 {
	color: #0099d6;
	font-size: 2.4rem;
	position: absolute;
	background: #FFF;
	top: -20px;
	padding: 0 10px;
	box-sizing: border-box;
	left: 15px;
}

.ul_document li {
	font-weight: bold;
	line-height: 2;
	text-align: left;
}

.ul_document li a {
	text-decoration: underline;
}

.ul_document li a:hover {
	text-decoration: none;
}

.ico_pdf {
	padding-left: 0;
	text-indent: 0;
}

.ico_pdf::before {
	display: inline-block !important;
	top: 3px;
	bottom: 0;
	left: 5px;
	display: block;
}

.border_right_none {
	border-right: none !important;
}

.border_left_none {
	border-left: none !important;
}

@media screen and (max-width: 767px) {
	.ul_claim li {
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}
}