@charset "utf-8";

/*===============================================
海難事故　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
===============================================*/

/*==================================================
お悩みから選ぶ 分野ページのetcボタン
==================================================*/
.etc_area ul {
	margin: 30px 0 0 0;
}
.etc_area li.item01 a p:before { content: url(/common_api/branch/img/individual/marine_accident/etc_icon01.svg); }
.etc_area li.item01 a:hover p:before { content: url(/common_api/branch/img/individual/marine_accident/etc_icon01_on.svg); }
.etc_area li.item02 a p:before { content: url(/common_api/branch/img/individual/marine_accident/etc_icon02.svg); }
.etc_area li.item02 a:hover p:before { content: url(/common_api/branch/img/individual/marine_accident/etc_icon02_on.svg); }
.etc_area li.item03 a p:before { content: url(/common_api/branch/img/individual/marine_accident/etc_icon03.svg); }
.etc_area li.item03 a:hover p:before { content: url(/common_api/branch/img/individual/marine_accident/etc_icon03_on.svg); }

.etc_area li.item04 a:after {right: 6px;}
.etc_area li.item04 a { 
	padding: 10px 8px 10px 0px;
}

/*==================================================
こんなことでお困りではありませんか？
==================================================*/
.trouble_check ul {
	margin-bottom: 30px;
}

.trouble_check li {
	position: relative;
	margin-bottom: .8rem;
	padding-left: 1.5rem;
	text-indent: 0rem;
}
.trouble_check li::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/common_api/branch/img/individual/marine_accident/icon_check.svg) center center no-repeat;
	background-size: contain;
	content: "";
}
.trouble_img{
	float: right;
	width: min-content;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 1rem 40px;
}
.trouble_img img{
	width: 255px;
}
.trouble_notes{
	text-align: right;
	font-size: 0.85rem;
}
.trouble_txt{
	display: inline;
	width: 60%;
	font-size: 1rem;
	line-height: 2rem;
}
@media only screen and (max-width: 768px) {
	.trouble_img{
		float: none;
		width: min-content;
		display: block;
		margin: 30px auto 1.5rem auto;
		vertical-align: top;
		padding: 0;
	}
	.trouble_notes{
		text-align: right;
		font-size: 0.9rem;
	}
}
/*==================================================
船舶の衝突事故などの水の事故における損害賠償被請求に対応します
==================================================*/
.compensation_list{
	margin-bottom: 40px;
	font-size: 1.1rem;
}
.compensation__detail{
	position: relative;
	margin-bottom: 20px;
	padding-left: 46px;
	display: flex;
	align-items: center;
	min-height: 40px;
}
.injury::before {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/common_api/branch/img/individual/marine_accident/icon_compensation01.svg) center center no-repeat;
	background-size: contain;
	content: "";
}
.damage::before {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/common_api/branch/img/individual/marine_accident/icon_compensation02.svg) center center no-repeat;
	background-size: contain;
	content: "";
}
.leisure::before {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/common_api/branch/img/individual/marine_accident/icon_compensation03.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

/*==================================================
6つの理由
==================================================*/
.reason_list{
	background-color: #EDF1F7;
  text-align: center;
	padding: 20px;
}
.reason_list ul{
	display: flex;
	flex-wrap: wrap;
}
.reason_list li{
	display: flex;
	width: 50%;
	margin-bottom: 1.25rem;
}
.reason_number {
	color: #2552AC;
	margin-right: 1rem;
	position: relative;
	font-weight: bold;
    font-size: 1.25rem;
}
.reason_number::after {
	margin: 0 1rem;
	content: "";
	width: 3px;
	height: 85%;
	background-color: #2552AC;
	position: absolute;
	left: 100%;
}
.reason_txt{
	margin-left: 1rem;
	font-weight: bold;
}
.reason_btn{
	margin-top: 0;
}
.btn.reason_btn a{
	background-color: #2552AC;
}
@media only screen and (max-width: 768px) {
	.reason_list ul{
		display: block;
	}
	.reason_list li{
		display: flex;
		width: 100%;
		margin-bottom: 1.25rem;
	}
}
/*==================================================
下部テキスト
==================================================*/
section.page_under_area .section_block > ul li{
	list-style-type: disc;
	margin-left: 1em;
}

/*=============================================================================================
タブレット　スマホ　780px以下
=============================================================================================*/
@media only screen and (max-width: 780px) {
	/*==================================================
	ボタン
	==================================================*/
	.etc_area li {
		width: calc(50% - 2px);
	}
	/*==================================================
	think_area
	==================================================*/
	.think_area .btn,
	.right_btn {
		width: 90%;
	}

	/* ==================================================
	cta_area
	==================================================*/	
	.cta_area {
		border: 8px solid #5269aa;
		max-width: 740px;
		position: relative;
		width: 100%;
	}
	.cta_area .cta_img img {
		width: 100%;
	}
	.cta_area .cta_box {
		left: 0;
		margin-bottom: 1rem;
		position: relative;
		top: 10px;
	}
	.cta_area .cta_box .cta_tel_box img {
		margin: 0 auto 0.6rem;
		width: 100%;
		max-width: 345px;
	}
	.cta_area .cta_box .cta_mail img {
		margin: 0 auto 0.6rem;
	}
	.cta_tel_box,
	.cta_mail {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}
	.cta_tel_box {
		padding: 0 1rem;
		width: 100%;
	}
	.cta_date {
		text-indent: 0;
	}
	.cta_mail {
		width: 100%;
	}
	a.cta_tel {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 8px 0 0;
		font-size: 8vw;
	}
	.c-btn__tel a.cta_tel {
		/*display: block;*/
		padding: .75rem 1rem;
		font-size: 6vw;
	}
	.c-btn__tel a.cta_tel::before {
		top: 0;
	}
	a.cta_tel::before {
		position: relative;
		top: -2px;
		left: -4px;
		width: 6vw;
		height: 6vw;
		margin-top: 0.6rem;
		padding: 1.2vw;
		line-height: 1.2;
		font-size: 5vw;
	}
	.cta_mail img {
		display: block;
		margin: 0 auto;
		width: 90%;
		max-width: 345px;
	}
}
/*=============================================================================================
タブレット　スマホ　400px以下
=============================================================================================*/
@media only screen and (max-width: 400px) {
	a.cvb_tel {
		font-size: 8.4vw;
	}
	a.cvb_tel::before {
		left: 2%;
	}
	a.cta_tel::before {
		margin-top: 1.7vw;
	}
}
/* //レスポンシブ設定 */