@charset "utf-8";

/*===============================================
B型肝炎　CSS
===============================================*/

/* CSS Document */
/*===============================================
ロゴの赤　#cf000e

debt　/　債務整理　/　#704b3f
divorce　/　離婚問題　/　#eb4767
accident　/　交通事故　/　#409cc5
hepatitisb　/　B型肝炎　/　#7aaf40
criminal　/　刑事事件　/　#94000c
work　/　労働問題 残業代請求　/　#5269aa
g_dismissal　/　不当解雇・退職勧奨　/　#5269aa
disaster　/　労働災害　/　#5269aa
g_other_work　/　労働条件・ハラスメント　/　#5269aa
claim　/　債権回収　/　#14385e
bequest　/　遺産相続　/　#e65c00
legalprotect / 個人向け 顧問弁護士　/　#1c4e48

legalprotect / 法人 顧問弁護士　/　#1c4e48
realestate　/　不動産建物明渡し　/　#a16600
civil　/　民事再生・法人破産　/　#149393
china　/　中国進出支援　/　#e02000
overseas　/　海外進出支援　/　#818181
===============================================*/

/*==================================================
MV下の和解金額、獲得金額
==================================================*/
.proven_area.p-block__wakai-kakutoku .proven_num {
	margin-right: 0.6rem;
}
.p-item__oku {
	display: inline-block;
	margin-right: 0.4rem;
	margin-left: -0.4rem;
}
/*==================================================
無料診断
==================================================*/
.diagnosis {
	background: #fff;
	border: 4px solid #F49B0E;
	border-radius: 4px;
	padding: 1rem;
}
.diagnosis_ttl img {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 6px double #f49b0e;
}
.p-form__select-wrap:nth-child(3) {
	margin-left: 1rem;
}
.p-form__ttl {
	display: block;
	position: relative;
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1.1rem;
}
.p-form__ttl::before {
	margin-right: 0.2rem;
	color: #f49b0e;
	content: '◆';
}
.p-form__gengo {
	display: block;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}
.p-form__gengo label {
	margin-right: 1rem;
}
.p-form__block {
	margin-bottom: 1rem;
}
.p-form__select-wrap {
	position: relative;
	display: inline-block;
	width: calc(100% - 2rem);
}
.p-form__select-wrap__birth {
	width: 5rem;
}
.p-form__select-wrap::after {
	position: absolute;
	top: 50%;
	right: .5rem;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 2px solid #22a098;
	border-bottom: 2px solid #22a098;
	transform: rotate(45deg);
	content: '';
}
.p-form__block select::-ms-expand {
	display: none;
}
.p-form__block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: .5rem;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 0.875rem;
}
input[type="radio"]:checked + label {
	color: #0d74cf;
	font-weight: bold;
}
.p-form__btn {
	display: block;
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	padding: 1rem 0;
	border: 1px solid #ff3202;
	border-radius: 4px;
	background: #ff3202;
	background: -moz-linear-gradient(top, #ff3202 0%, #cf0d0d 100%);
	background: -webkit-linear-gradient(top, #ff3202 0%,#cf0d0d 100%);
	background: linear-gradient(to bottom, #ff3202 0%,#cf0d0d 100%);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.p-form__btn:hover {
	background: #ff3202;
	background: -moz-linear-gradient(top, #cf0d0d 0%, #ff3202 100%);
	background: -webkit-linear-gradient(top, #cf0d0d 0%,#ff3202 100%);
	background: linear-gradient(to bottom, #cf0d0d 0%,#ff3202 100%);
}
@media screen and (min-width: 600px){
	.diagnosis {
		padding: 2rem;
	}
	.diagnosis_ttl img {
		margin-bottom: 2rem;
	}
	.p-form__block select {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 780px){
	.p-form__gengo {
		display: inline-block;
	}
	.p-form__select-wrap::after {
		right: 1rem;
	}
}
/*==================================================
分野ページのetcボタン
==================================================*/
.etc_area li.item01 a p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon01.svg); }
.etc_area li.item01 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon01_on.svg); }
.etc_area li.item02 a p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon02.svg); }
.etc_area li.item02 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon02_on.svg); }
.etc_area li.item03 a p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon03.svg); }
.etc_area li.item03 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon03_on.svg); }
.etc_area li.item04 a p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon04.svg); }
.etc_area li.item04 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon04_on.svg); }
.etc_area li.item05 a p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon05.svg); }
.etc_area li.item05 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon05_on.svg); }
.etc_area li.item06 a p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon06.svg); }
.etc_area li.item06 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon06_on.svg); }

/*==================================================
office_area lawsuit_area
==================================================*/
.about_area,
.office_area,
.lawsuit_area,
.payment_area {
	line-height: 2;
}
.leftimg {
	border: 1px solid #c9caca;
	float: left;
	margin-right: 2%;
	width: 100%;
	max-width: 260px;
}
.lawsuit_area .marker {
	color: #E00012;
	font-size: 0.9rem;
	margin-top: 1rem;
}
.lawsuit_area .marker a {
	color: #E00012;
	text-decoration: underline;
}
.lawsuit_area .marker a:hover {
	color: #252525;
}
.list-bg-f1f1f1 {
	margin: 1rem 0 0 0;
	padding: 1rem;
	padding-left: 2rem;
	text-indent: -1rem;
	background: #f1f1f1;
}
	.list-bg-f1f1f1 li {
		padding: 0.5rem 0 0 0;
		line-height: 1.4;
	}
/*==================================================
豊富な解決実績
==================================================*/
.proven_area h3 {
	margin-bottom: 1em;
}
.proven_area dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: .5rem;
}
.proven_area dt {
	width: 40px;
	line-height: 1.2;
	padding: 4px 0;
	background: #22a098;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
}
.proven_area dd {
	width: calc(50% - 40px - 1rem);
	font-weight: bold;
	font-size: 0.7rem;
}
.proven_area .proven_num {
	margin-right: 0.6rem;
	color: #e00012;
	font-size: 1.4rem;
}
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .proven_area dl dd {
		padding-top: 8px;
		vertical-align: top;
	}
}
.proven_area i {
	width: 100%;
	font-size: 0.75rem;
	font-style: normal;
	text-align: right;
}
@media screen and (min-width: 600px){
	.proven_area dl{
		align-items: center;
		justify-content: left;
	}
	.proven_area dt {
		width: auto;
		margin-right: 0.5rem;
		padding: 4px 1rem;
		font-size: 1rem;
	}
	.proven_area dd {
		width: auto;
		margin-right: 1rem;
		font-size: 1rem;
	}
	.proven_area i {
		width: auto;
		margin-top: 0.875rem;
	}
}
@media screen and (min-width: 781px){
	.proven_area dl {
		margin-bottom: 30px;
	}
	.proven_area .proven_num {
		font-size: 2rem;
	}
}
/* 実績ひとつだけ */
.proven_area_second dl {
	justify-content: flex-start;
	align-items: center;
}
.proven_area_second .judgment {
	margin-right: 0.5rem;
}
.proven_area_second i {
	width: auto;
	margin-top: 0.6rem;
}
.proven_area_second dd.proven_area_second_num {
	width: auto;
	margin-right: 1rem;
}

.proven_area .detail .graph {
text-align: center;
}
.proven_area .detail .graph img {
max-width: 500px;
}
.proven_area .detail .text {
    display: flex;
    justify-content: space-between;
	/*float: left;
	width: 48%;*/
}
.proven_area .detail .text h3.main_h3 {
	margin: 0;
}
.proven_area .detail .text p {
	/*float: right;*/
	line-height: 1.7;
	margin-top: 2rem;
	width: 70%;
}
.proven_area .detail .text p .marker {
	color: #e00012;
}

.proven_area .detail .text figure figcaption {
	font-size: 0.7rem;
}
.proven_area .detail .text figure figcaption .title {
	font-size: 1rem;
}
.proven_area .detail .text figure figcaption .name {
	font-size: 1.2rem;
}
.proven_area .detail .text figure p img {
	max-width: 194px;
}

/* ==================================================
給付金が貰える条件
==================================================*/
.conditions_area h2 {
	margin-bottom: 20px;
}

.p-conditions_area {
	width: 780px;
	margin: 0 auto;
}
.p-conditions_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 780px;
	margin: 0 0 1rem 0;
}
.p-conditions__box01,
.p-conditions__box02,
.p-conditions__box03{
	width: 380px;
	height: 121px;
	padding: 8px;
	border: 2px solid #22a098;
	box-sizing: border-box;
}
.p-conditions__box01 a,
.p-conditions__box02 a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	height: 101px;
	background: url(/common_api/branch/img/individual/hepatitisb/infection_first.jpg) no-repeat 0 0;
	background-size: 114px 101px;
	text-decoration: none;
}
.p-conditions__box02 a {
	background: url(/common_api/branch/img/individual/hepatitisb/infection_second.jpg) no-repeat 0 0;
	background-size: 114px 101px;
}
.p-conditions__box01 a::after,
.p-conditions__box02 a::after,
.p-conditions__box03 a::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -0.4rem;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #22a098;
	content: "";
}
.p-conditions__box01 a:hover,
.p-conditions__box02 a:hover,
.p-conditions__box03 a:hover {
	opacity: 0.6;
}
.p-conditions__box01 a span,
.p-conditions__box02 a span,
.p-conditions__box03 a span{
	display: block;
}
.p-conditions__box01 a span.p-conditions__txt-wrap,
.p-conditions__box02 a span.p-conditions__txt-wrap {
	padding: 0 0 0 130px;
}
.p-item__ttl {
	width: 100%;
	margin: 0 0 4px 0;
	color: #22a098;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.p-item__txt {
	width: 100%;
	font-size: 15px;
	color: #333;
}
.p-conditions__box03 {
	width: 780px;
	border: 2px solid #ffa508;
}
.p-conditions__box03 a {
	position: relative;
	display: block;
	padding: 10px 32px 0 130px;
	height: 121px;
	background: url(/common_api/branch/img/individual/hepatitisb/infection_bereaved.jpg) no-repeat 0 0;
	background-size: 114px 101px;
	text-decoration: none;
}
.p-conditions__box03 a::after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #ffa508;
}
.p-conditions__box03 .p-item__ttl {
	width: 100%;
	margin: 0 0 8px 0;
	color: #ffa508;
	line-height: 1;
}
.p-conditions__box03 .p-item__txt {
	color: #333;
}
.sp_only { display: none; }
@media only screen and (max-width: 1024px){
	.sp_only { display: block; }
}

@media only screen and (max-width: 780px){
	.p-conditions_area {
		width: 100%;
		max-width: 380px;
		padding-right: 0;
		padding-left: 0;
	}
	.p-conditions_block {
		display: block;
		width: 100%;
		max-width: 380px;
		margin-right: auto;
		margin-left: auto;
	}
	.p-item__ttl {
		font-size: 24px;
	}
	.p-conditions__box01,
	.p-conditions__box02,
	.p-conditions__box03{
		width: 100%;
		max-width: 380px;
	}
	.p-conditions__box01 {
		margin-bottom: 20px;
	}
	.p-conditions__box03 {
		width: 100%;
		max-width: 380px;
		height: auto;
	}
	.p-conditions__box03 a {
		padding: 0;
		height: auto;
		table-layout: fixed;
	}
	.p-conditions__box03 a::after {
		display: none;
	}
	.p-conditions__box03 .p-item__ttl {
		position: relative;
		width: 352px;
		/*max-width: 360px;*/
		height: 109px;
		margin: 0;
		padding: 0 0 0 130px;
		/*color: #ffa508;*/
		line-height: 1.4;
		display: table-cell;
		vertical-align: middle;
		font-size: 22px;
	}
	.p-conditions__box03 a .p-item__ttl::after {
		position: absolute;
		top: 50%;
		right: 8px;
		width: 0;
		height: 0;
		margin-top: -0.4rem;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #ffa508;
		content: "";
	}
	.p-conditions__box03 a span {
		display: table-row;
	}
}/* 780 */
@media only screen and (max-width: 375px){
	.p-conditions_area {
		padding-right: 10px;
		padding-left: 10px;
	}
	.p-conditions__box03 .p-item__ttl {
		font-size: 21px;
	}
}/*375*/
@media only screen and (max-width: 360px){
	.p-item__ttl,.p-conditions__box03 .p-item__ttl {
		font-size: 5vw;
	}
	.p-item__txt {
		font-size: 4vw;
		text-align: justify;
	}
}/*360*/
@media only screen and (max-width: 360px){
	.p-conditions__box01,
	.p-conditions__box02 {
		height: 101px;
	}
	.p-conditions__box01 a, .p-conditions__box02 a {
		height: 80px;
	}
	.p-conditions__box01 a,
	.p-conditions__box02 a,
	.p-conditions__box03 a {
		background-size: 90px 80px;
	}
	.p-conditions__box01 a span.p-conditions__txt-wrap,
	.p-conditions__box02 a span.p-conditions__txt-wrap {
		padding-left: 98px;
	}
	.p-conditions__box03 .p-item__ttl {
		padding-left: 98px;
		height: 88px;
	}

}/*320*/


/* ==================================================
費用
==================================================*/
.fee h3 {
	margin-bottom: 1em;
}
.fee img {
	margin-bottom: 1rem;
	max-width: 780px;
}
.fee p {
	margin-bottom: 1rem;
}
.fee .caution {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	padding-left: 0.9rem;
	text-indent: -0.9rem;
}
/*成功報酬*/
.p-success-reward {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 1rem 0;
}
.p-success-reward__ttl {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 48px;
	background: #FEA505;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
}
.p-success-reward__ttl::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top:0;
	left: 100%;
	box-sizing: border-box;
	border: 24px solid transparent;
	border-left: 20px solid #FEA505;
}

.p-success-reward__ttl span {
	padding: 0 0 0 1rem;
}
.p-success-reward__txtArea {
	display: grid;
  place-content: center;
	margin: 0 0 0 3rem;
	padding: 0 0 16px 0;
	line-height: 1.2;
}
.p-success-reward__txt {
	font-size: 1.25rem;
	font-weight: bold;
}
.p-success-reward__txt--accent {
	font-size: 4.25rem;
	font-weight: 700;
	color: #CB0000;
}
.p-success-reward__txt--small {
	padding-left: 1.25rem;
	font-size: 1.125rem;
	font-weight: 700;
}
.p-success-reward__note {
	margin: 0;
	color: #e00012;
	font-size: 1.25rem;
	font-weight: bold;
}
@media only screen and (max-width: 780px){
	.p-success-reward {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.p-success-reward__ttl {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.p-success-reward__ttl::after {
		width: 62px;
    top: 100%;
    left: inherit;
    border: 30px solid transparent;
    border-left: 14px solid #FEA505;
    transform: rotate(90deg);
	}
	.p-success-reward__ttl span {
		padding-left: 0;
	}
	.p-success-reward__txtArea {
		margin-left: 0;
	}
	.p-success-reward__note {
		text-align: center;
	}
}/*780*/
@media only screen and (max-width: 599px){
	.p-success-reward__note {
		width: 19rem;
		margin-right: auto;
		margin-left: auto;
	}
}

/**/
ol.list_number {
	margin: 0 0 0 1.4rem;
}
ol.list_number li {
	list-style-type: decimal;
	padding: 0.5rem 0 0 0;
	font-weight: bold;
}
ol.list_number li p {
	font-weight: normal;
}
/*===============================================
link_list
===============================================*/
.link_list {
	background: #efefef;
	padding: 1em;
	text-align: center;
}
.link_list li {
	display: inline-block;
	line-height: 2;
}
.link_list li::after {
	content: " | ";
}
.link_list li:last-child::after {
	content: none;
}
/*===============================================
side
===============================================*/
.sidebar .contact li.side_mail a {
	background: #7baf41;
}
.sidebar .bnr_diagnosis li img {
	border: 1px solid #c9caca;
	margin-top: 30px;
	max-width: 360px;
}

/*=============================================================================================
タブレット　スマホ　780px以下
=============================================================================================*/
@media only screen and (max-width: 780px) {
	/*==================================================
	分野ページのetcボタン
	==================================================*/
	.etc_area li.item01 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon01.svg); }
	.etc_area li.item02 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon02.svg); }
	.etc_area li.item03 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon03.svg); }
	.etc_area li.item04 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon04.svg); }
	.etc_area li.item05 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon05.svg); }
	.etc_area li.item06 a:hover p:before { content: url(/common_api/branch/img/individual/hepatitisb/etc_icon06.svg); }
	/* ==================================================
	proven_area
	==================================================*/	
	.proven_area .detail .graph {
		display: block;
		float: none;
		margin: 1em auto;
		text-align: center;
		width: 100%;
	}
	.proven_area .detail .graph img {
		width: 100%;
	}
	.proven_area .detail .text {
		float: none;
		width: 100%;
	}
	.proven_area .detail .text figure figcaption {
		/*width: 38%;*/
	}
	.proven_area .detail .text figure p {
		float: none;
	}
	.proven_area .detail .text figure {
		
	}
	.proven_area .detail .text figure p img {
		/*width: 60%;*/
	}
	.proven_area .detail .text figure figcaption {
		margin-top: 1rem;
	}
	.proven_area .detail .text figure figcaption .title {
		display: block;
	}
	/* ==================================================
	conditions_area
	==================================================*/	
	.conditions_area li.first, .conditions_area li.second {
		display: block;
		margin: 1rem auto;
		padding-right: 0;
		text-align: center;
	}
	.conditions_area li.first img,
	.conditions_area li.second img {
		width: 100%;
	}
	.conditions_area li.bereaved img {
		margin: 0 auto;
		width: 100%;
		max-width: 380px;
	}
	
	/* ==================================================
	fee
	==================================================*/	
	.fee img {
		width: 100%;
	}
	.fee .caution {
		/*margin: 1em;*/
	}
	/* ==================================================
	サイドナビゲーション
	==================================================*/
	.sidebar .contact img,
	.bnr_diagnosis img{
		display: block;
		margin: 0 auto;
	}
	.sidebar .contact li:nth-child(2) a {
		max-width: 300px;
		margin: 1em auto;
	}
	.side_navi {
		border: 10px solid #7baf41;
		margin-bottom: 2rem;
	}
	.side_navi a.on:hover {
		background-color: #cee0f1
	}
	.side_navi a:hover {
		background-color: #fff;
	}

}/* //レスポンシブ設定 */
/*=============================================================================================
タブレット　スマホ　414px以下
=============================================================================================*/
@media only screen and (max-width: 414px) {
	.leftimg {
		display: block;
		float: none;
		margin: 2em auto;
		width: 100%;
		max-width: 260px;
	}
	.proven_area .detail .text figure {
		text-align: center;
	}
	.proven_area .detail .text figure figcaption {
		float: none;
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		width: 235px;
		text-align: center;
	}
	.proven_area .detail .text figure figcaption .title {
		display: inline-block;
	}
	.proven_area .detail .text {
		display:block;
	}
	.proven_area .detail .text p {
		float: none;
		margin-top: 0.5rem;
		width:100%;
	}
	.proven_area .detail .text figure p img {
		width: 100%;
	}
	/*===============================================
	side
	===============================================*/
	.sidebar .contact li img {
		max-width: 300px;
	}
	.sidebar .bnr_diagnosis li img {
		max-width: 300px;
	}
	
}/* //レスポンシブ設定 */