@charset "utf-8";
/* CSS Document */

/* 相続財産からのご寄付 coop_inh2.html

--------------------------------------------------------------*/

/* inh2_header */
#inh2_header {
	position: sticky;
	top: 0;
  z-index: 9999;
}
#inh2_header a:hover { opacity: 0.75; }
#inh2_header .inh2_header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #09f;
	width: 980px;
	margin: 0 auto;
	padding: 6px 0;
}
#inh2_header .inh2_header_inner .hd_logo {
	width: 200px;
	margin-left: 10px;
}
#inh2_header .inh2_header_inner h1 {
	width: 330px;
}
#inh2_header .inh2_header_inner .hd_info {
	color: #fff;
	line-height: 1.3;
}
#inh2_header .inh2_header_inner .hd_btn-donation {
	margin-right: 10px;
}
#inh2_header .inh2_header_inner .hd_btn-donation a {
	display: block;
}

@media print, screen and (max-width: 639px) {
	#inh2_header .inh2_header_inner {
		width: 100%;
	}
	#inh2_header .inh2_header_inner h1 {
		width: 55%;
		margin: 0 auto 10px;
	}
	#inh2_header .inh2_header_inner .hd_btn-donation {
		width: 40%;
		margin: 0 10px 0 auto;
	}
}


/* inh2_contents */
.inh2_contents {
	width: 980px;
	margin: 0 auto;
}
.content_tit {
	border-bottom: 2px solid #F97F1C;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #F97F1C;
	font-size: 2.0rem;
	font-weight: bold;
}
.content_tit:before {
	display: inline-block;
	content: "";
	border-radius: 100vh;
	border: 2px solid #92d0f9;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align:middle;
}
.inh2_contents .mv {
	margin-top: 30px;
}
.inh2_contents .sec {
	margin-top: 50px;
}
.sec_tit {
	border-radius: 6px 6px 0 0;
	background-color: #FB8605;
	padding: 6px 10px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}

@media print, screen and (max-width: 639px) {
	.inh2_contents {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}

/* flow_list */
.flow_list {
	list-style: none;
	counter-reset: number;
}
.flow_list li {
	position: relative;
	background-color: #fcf9d8;
	margin-top: 40px;
	padding: 30px 20px 30px 56px;
}
.flow_list li:before {
	position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #09f;
  width: 36px;
  height: 36px;
  text-align: center;
  counter-increment: number;
  content: counter(number);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 36px;
}
.flow_list li:after {
	position: absolute;
	top: calc(100% + 7px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: url(/cooperate/images/coop_inh_new/inh3_flow_dwon.gif) center center no-repeat;
  width: 26px;
  height: 25px;
}
.flow_list li:last-child:after {
	display: none;
}
.flow_list li dl {}
.flow_list li dl dt {
	color: #46B1E1;
	font-size: 1.8rem;
	font-weight: bold;
}
.flow_list li dl dd {}
.flow_list li dl dd p {
	margin-top: 20px;
}

/* btn-form */
.btn-form {
	margin-top: 30px;
}
.btn-form a {
	position: relative;
	display: block;
	background-color: #46B1E1;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.8rem;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
}
.btn-form a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	content: "\f0da";
	font-weight: 900;
}

/* block_urgent */
.block_urgent {
	border: 3px solid #FB8605;
	margin-top: 10px;
}
.block_urgent summary {
	position: relative;
	list-style: none;
	padding: 6px 10px;
	color: #46B1E1;
	font-size: 1.8rem;
	text-align: center;
	cursor: pointer;
}
.block_urgent[open] summary {
	border-bottom: 3px solid #FB8605;
}
.block_urgent summary::-webkit-details-marker {
	display: none;
}
.block_urgent summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 2.0rem;
	content: "\f0d7";
	font-weight: 900;
}
.block_urgent[open] summary::after {
	content: "\f0d8";
}
.block_urgent .urgent_contnet {
	margin: 30px;
}
.block_urgent .account_list {
	margin-top: 20px;
}
.block_urgent .account_list li {
	margin-top: 10px;
}
.block_urgent .account_list li dl {
	display: flex;
}
.block_urgent .account_list li dl dt {
	width: 10em;
}
.block_urgent .account_list li dl dd:nth-child(2) {
	width: 10em;
}
.block_urgent .account_list li dl dd:nth-child(3) {
	width: calc(100% - 20em);
}
.block_urgent .account_list li dl dd:nth-child(3) span {
	padding-left: 2em;
}
.block_urgent .urgent_contnet .dl_tit {
	margin-top: 30px;
	color: #FB8605;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.block_urgent .urgent_contnet .dl_btn_list {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}
.block_urgent .urgent_contnet .dl_btn_list li {
	width: 50%;
	margin: 0 10px;
}
.block_urgent .urgent_contnet .dl_btn_list li a {
	position: relative;
	display: block;
	background-color: #46B1E1;
	width: 100%;
	max-width: 360px;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
}
.block_urgent .urgent_contnet .dl_btn_list li.btn-word a {
	margin: 0 0 0 auto;
}
.block_urgent .urgent_contnet .dl_btn_list li.btn-pdf a {
	margin: 0 auto 0 0;
}
.block_urgent .urgent_contnet .dl_btn_list li a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	content: "\f0d7";
	font-weight: 900;
}
.block_urgent .urgent_contnet .dl_btn_list li a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-size: 3.0rem;
}
.block_urgent .urgent_contnet .dl_btn_list li.btn-word a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1c2";
	font-weight: 900;
	color: #00488d;
}
.block_urgent .urgent_contnet .dl_btn_list li.btn-pdf a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	font-weight: 900;
	color: #b30d00;
}

@media print, screen and (max-width: 639px) {
	.block_urgent .account_list li dl {
		flex-wrap: wrap;
	}
	.block_urgent .account_list li dl dt {
		width: 100%;
	}
	.block_urgent .account_list li dl dd:nth-child(2) {
		width: 8em;
		padding-left: 1em;
	}
	.block_urgent .account_list li dl dd:nth-child(3) {
		width: calc(100% - 8em);
	}
	.block_urgent .urgent_contnet .dl_btn_list {
		flex-wrap: wrap;
	}
	.block_urgent .urgent_contnet .dl_btn_list li {
		width: 100%;
	}
	.block_urgent .urgent_contnet .dl_btn_list li + li {
		margin-top: 10px;
	}
	.block_urgent .urgent_contnet .dl_btn_list li.btn-word a,
	.block_urgent .urgent_contnet .dl_btn_list li.btn-pdf a {
		margin: 0 auto;
	}
}

/* common_list */
.common_list {
	list-style: none;
	margin-top: 30px;
}
.common_list li {
	background-color: #eaf6fd;
	margin-left: 9%;
}
.common_list li dl {
	display: flex;
	align-items: stretch;
}
.common_list li dl dt {
	width: 18%;
}
.common_list li dl dd {
	width: 82%;
}
.common_list li dl dt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-left: -9%;
	padding: 15px 0;
	color: #fe6149;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
	.common_list li:nth-child(1) dl dt { background-color: #fff3c3; }
	.common_list li:nth-child(2) dl dt { background-color: #f9df93; }
	.common_list li:nth-child(3) dl dt { background-color: #f7d277; }
	.common_list li:nth-child(4) dl dt { 
		background-color: #fd813c;
		color: #fff;
	}
.common_list li dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 80px solid transparent;
}
	.common_list li:nth-child(1) dl dt:before { border-top: 30px solid #fff3c3; }
	.common_list li:nth-child(2) dl dt:before { border-top: 30px solid #f9df93; }
	.common_list li:nth-child(3) dl dt:before { border-top: 30px solid #f7d277; }
	.common_list li:nth-child(4) dl dt:before { border-top: 30px solid #fd813c; }
.common_list li dl dt:after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
  font-size: 2.4rem;
  color: #fe6149;
}
	.common_list li:nth-child(4) dl dt:after { display: none; }
.common_list li dl dt span {
	font-size: 2.0rem;
}
.common_list li dl dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px dotted #FB8605;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 15px 0;
}
.common_list li:nth-child(4) dl dd {
	border-bottom: none;
}
.common_list li dl dd .c-text-orange {
	color: #FB8605;
}
.common_list li:nth-child(4) dl dt p { 
	border-bottom: 5px solid #fd813c;
	padding-bottom: 3px;
}

@media print, screen and (max-width: 639px) {
	.common_list li {
		margin-left: 13%;
	}
	.common_list li dl dt {
		width: 26%;
		margin-left: -12vw;
		padding: 15px 3px;
		font-size: min(2.81vw, 1.6rem);
	}
	.common_list li dl dd {
		width: 74%;
	}
	.common_list li dl dt:before {
	  border: 12vw solid transparent;
	}
	.common_list li dl dt span {
		font-size: min(4.06vw, 2.0rem);
	}
}

/* btn-faq */
.btn-faq {
	margin-top: 30px;
}
.btn-faq a {
	position: relative;
	display: block;
	background-color: #fcb212;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 0 0;
	color: #fff;
	font-size: 1.8rem;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
}
.btn-faq a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.8rem;
	content: "\f0da";
	font-weight: 900;
}

/* letter_block */
.letter_block {
	display: flex;
	justify-content: space-between;
	border: 3px solid #f97f1c;
	margin-top: 50px;
	padding: 20px 30px;
}
.letter_block .letter_txt {
	width: 75%;
}
.letter_block .letter_img {
	width: 20%;
}
.letter_block .letter_txt h3 {
	color: #09f;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
}
.letter_block .letter_txt p {
	line-height: 2;
}

@media print, screen and (max-width: 639px) {
	.letter_block .letter_txt {
		width: 70%;
	}
	.letter_block .letter_img {
		width: 25%;
	}
}

/* Medal_block */
.Medal_block {
	margin-top: 50px;
}
.Medal_block h3 {
	color: #09f;
	font-size: 2.0rem;
	font-weight: bold;
}

/* inh2_footer */
#inh2_footer {
	width: 980px;
	margin: 50px auto 0;
}
#inh2_footer .inhfootertop {
	background-color: #e0f4ff;
	padding: 30px;
}
#inh2_footer .inhfootertop h2, 
#inh2_footer .inhfootertop h3 {
	color: #09f;
}
#inh2_footer .inhfootertop .inh2_footer_list a {
	position: relative;
	padding-left: 12px;
	text-decoration: none;
}
#inh2_footer .inhfootertop .inh2_footer_list a:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
  	content: "\f0da";
  	font-weight: 900;
}
.blockA .inh2_footer_list {
	display: flex;
	margin-top: 10px;
}
.blockA .inh2_footer_list li {
	margin-left: 20px;
}
.blockB {
	display: flex;
	justify-content: space-between;
	margin: 40px 20px 0;
}
.blockB .blockB-item {
	border-right: 1px solid #bfeaff;
	padding-right: 40px;
}
	.blockB .blockB-item:last-child {
		border-right: none;
	}
.blockB .blockB-item .inh2_footer_list {
	margin-top: 10px;
}
.blockB .blockB-item .inh2_footer_list li {
	margin-bottom: 5px;
}

#inh2_footer .inhfooterbottom {
	background-color: #09f;
	padding: 20px 30px 20px;
	color: #fff;
}
#inh2_footer .inhfooterbottom a {
	color: #fff;
	text-decoration: none;
}
#inh2_footer .inhfooterbottom .footer_contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 15px;
}
#inh2_footer .inhfooterbottom .footer_contact .footer_contact_nav {
	display: flex;
}
#inh2_footer .inhfooterbottom .footer_contact .footer_contact_nav li:first-child {
	border-left: 1px solid #fff;
}
#inh2_footer .inhfooterbottom .footer_contact .footer_contact_nav li {
	border-right: 1px solid #fff;
	padding: 0 10px;
}

@media print, screen and (max-width: 639px) {
	#inh2_footer {
		width: 100%;
	}
	#inh2_footer .inhfootertop {
		padding: 20px 10px;
	}
	.blockA .inh2_footer_list {
		display: block;
	}
	.blockB {
		flex-wrap: wrap;
		margin: 40px 10px 0;
	}
	.blockB .blockB-item {
		border-right: none;
		border-top: 1px solid #bfeaff;
		width: 100%;
		padding-top: 30px;
		padding-right: 0;
		padding-bottom: 30px;
	}
	#inh2_footer .inhfooterbottom .footer_contact {
		flex-wrap: wrap;
	}
	#inh2_footer .inhfooterbottom .footer_contact .footer_contact_nav {
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}
}