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

/*====================================================
mv
=====================================================*/
.p-reserve__area {
	margin-bottom: 2rem;
	padding: 42px 0 42px 0;
	background-image: url(/common_api/branch/img/home_consultation/bg_mv.png);
}

.p-reserve__system {
	width: 100%;
	text-align: center;
	margin: 0 auto 18px auto;
}

.p-reserve__ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.p-reserve__img {
	width: 100%;
	height: 110px;
	margin: 20px auto 20px auto;
}

.p-reserve__img-wrapper {
	position: relative;
}

.p-reserve__txt-phone {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 22px;
	left: 184px;
}

.p-reserve__txt-japan {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 38px;
	left: 530px;
}

.p-anchor-link {
	max-width: 680px;
	display: flex;
	height: 65px;
	text-align: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	padding: .5rem;
	background: #fff;
	border: 2px solid #707070;
	line-height: 2.6;
	margin: 0 auto;
}

.exclamation {
	height: 16px;
	text-align: center;
	justify-content: center;
	text-align: center;
	margin-right: 8px;
	margin-top: 12px;
	margin-bottom: 42px;
}
.exclamation img {
	vertical-align: top;
}

@media only screen and (max-width: 768px) {
	.p-reserve__system {
		margin: 0 auto;
	}

	.p-anchor-link {
		width: 343px;
		height: 94px;
		line-height: 1.5;
		font-size: 18px;
		display: block;
	}

	.exclamation {
		width: 22px;
		height: 22px;
		margin: 0 auto;
	}

	.p-reserve__ttl {
		line-height: 1.4;
	}
	.p-reserve__ttl h1 {
		font-size: 7.5vw;
	}

	.p-reserve__img-sp {
		width: 375px;
		margin: 8px auto 8px auto;
	}

	.p-reserve__txt-phone {
		top: 13px;
		left: 162px;
	}
	
	.p-reserve__txt-japan {
		top: 105px;
		left: 162px;
	}
}/*768*/

/*====================================================
CVA
=====================================================*/
.p-cva {
	position: relative;
	width: 100%;
	padding: 0 32px 32px 32px;
	border: 8px solid #E8E8E8;
}
@media screen and (max-width: 780px) {
	.p-cva {
		width: 100%;
		max-width: 414px;
		margin: 0 auto;
	}
}/*780px*/
.p-cva__txt {
	position: relative;
	top: -32px;
	width: 248px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	font-size: 1.365rem;
	font-weight: 700;
}
.p-cva__txt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 30px;
	height: 1px;
	background: #333;
	transform: rotate(60deg);
}
.p-cva__txt::after {
	position: absolute;
	width: 30px;
	height: 1px;
	background: #333;
	content: "";
	left: 216px;
	top: 18px;
	transform: rotate(-60deg);
}

.p-cva__block {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	flex-direction: row;
	width: 100%;
}
@media screen and (max-width: 780px) {
	.p-cva__block {
		flex-direction: column;
	}
}/*780px*/
.p-cva__tel {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 auto;
	padding: 24px 16px;
	background-color: #FC534C;
	color: #fff;
}
@media screen and (max-width: 780px) {
	.p-cva__tel {
		width: 100%;
	}
}/*780px*/
.p-cva__tel::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 8px;
	width: 7px;
	height: 14px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-cva__tel-number {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.p-cva__tel-number::before {
	content: '\e900';
	font-family: 'icomoon';
	width: 25px;
	height: 33px;
	color: #fff;
}

.p-cva__tel:hover {
	opacity: 0.75;
	text-decoration: none;
}
.p-cva__mail {
	position: relative;
	width: 50%;
	padding: 24px 16px;
	background-color: #009468;
	text-align: center;
}
@media screen and (max-width: 780px) {
	.p-cva__mail {
		width: 100%;
	}
}/*780px*/
.p-cva__mail::after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 8px;
	width: 7px;
	height: 14px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-cva__mail:hover {
	opacity: 0.75;
	text-decoration: none;
}

.p-cva__mail-txt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.p-cva__mail-txt::before {
	content: '\e901';
	margin-right: 4px;
	font-family: 'icomoon';
	font-size: 1.25rem;
	color: #fff;
}
.p-cva__mail-time {
	color: #fff;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	.p-cva__reservation {
		left: 17%;
	}
}

/*====================================================
worry list
=====================================================*/
.p-worry__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-worry__list-items {
	width: 380px;
	display: flex;
	border: 2px solid #CCCCCC;
}

.p-worry__list-items_corona {
	margin: 20px 20px 20px 0;
}

.p-worry__list-items_consultation {
	margin: 20px 0 20px 0;
}

.p-worry__list-items_city {
	margin: 0 20px 20px 0;
}

.p-worry__list-items_mother {
	margin: 0 0 20px 0;
}

.p-worry__list-img {
	width: 104px;
	margin: 20px;
}

.p-worry__list-right {
	margin-top: 20px;
	margin-right: 20px;
}

.p-worry__list-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}

.p-worry__list-link {
	display: flex;
}

.p-worry__list-link_home {
	width: 380px;
	height: 40px;
	margin-right: 20px;
	background-color: #E8E8E8;
	text-align: center;
	line-height: 40px;
}

.p-worry__list-link_consultation {
	width: 380px;
	height: 40px;
	background-color: #E8E8E8;
	text-align: center;
	line-height: 40px;
}

@media only screen and (max-width: 768px) {
	.p-worry__list {
		display: block;
		width: 343px;
		margin: 0 auto;
	}

	.p-worry__list-items {
		width: 343px;
		height: 140px;
	}

	.p-worry__list-ttl {
		font-size: 19px;
	}

	.p-worry__list-img {
		width: 93px;
		height: 93px;
		margin: 24px 12px 0 16px;
	}

	.p-worry__list-img_body {
		width: 93px;
		height: 93px;
	}

	.p-worry__list-link {
		display: block;
	}

	.p-worry__list-link_home {
		width: 342px;
		height: 53px;
		margin: 0 auto 16px auto;
		font-size: 19px;
		line-height: 53px;
	}

	.p-worry__list-link_consultation {
		width: 342px;
		height: 53px;
		margin: 0 auto;
		font-size: 19px;
		line-height: 53px;
	}

	.p-worry__list-right {
		margin-top: 10px;
	}
}

/*====================================================
flow
=====================================================*/
.p-flow__step1_list {
	display: flex;
	width: 780px;
	justify-content: space-between;
	margin-top: 10px;
}

.p-flow__step1_list-item {
	width: 228px;
	height: 179px;
	border: 2px solid #CCCCCC;
}

.p-flow__step1_list-item-img {
	width: 106px;
	margin: 0 auto;
	margin-top: 24px;
}

.p-flow__step1_list-item-ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}

.p-flow__step1_list-item_01,
.p-flow__step1_list-item_02 {
	position: relative;
}

.p-flow__step1_list-item_01::after,
.p-flow__step1_list-item_02::after {
	position: absolute;
	bottom: 45%;
	left: 0;
	right: -280px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 16px 32px 0 32px;
	border-color: #0139B7 transparent transparent transparent;
	content: "";
	transform: rotate(-90deg);
}

.p-flow__step1_txt {
	margin-top: 20px;
}

.p-flow__step1_txt_red {
	font-size: 13px;
	color: #CF000E;
	padding-left: 13px;
	text-indent: -13px;
}

.p-flow__step1_txt_red::before {
	position: relative;
  top: 0;
  left: 0;
	content: '※';
}

.p-flow__list-link_home {
	width: 380px;
	height: 40px;
	margin: 0 auto;
	background-color: #E8E8E8;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.p-flow__step2_list {
	display: flex;
	width: 780px;
	justify-content: space-between;
	margin-top: 24px;
}

.p-flow__step2_list-item {
	display: flex;
	width: 374px;
	height: 133px;
	border: 2px solid #CCCCCC;
	align-items: center;
}

.p-flow__step2_list-item-img {
	width: 167px;
	margin: 15px;
}

.p-flow__step2_list-item-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
}

.p-flow__step2_txt {
	margin-top: 20px;
	margin-bottom: 50px;
}

.p-flow__step2_tv {
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	width: 780px;
}

.p-flow__step2_tv-ttl {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

.p-flow__step2_tv-txt {
	margin-top: 14px;
	margin-bottom: 20px;
}

.p-flow__list-link_consultation {
	width: 380px;
	height: 40px;
	margin: 18px auto 60px auto;
	background-color: #E8E8E8;
	text-align: center;
	line-height: 40px;
}

.p-flow__step3_txt {
	margin: 24px 0;
}

.p-flow__step3_list {
	width: 780px;
	margin-bottom: 60px;
}

.p-flow__step3_list-item {
	display: flex;
	margin-top: 24px;
	margin-bottom: 40px;
}

.p-flow__step3_list-item-img {
	width: 233px;
	margin-right: 15px;
}

.p-flow__step3_list-item-ttl {
	font-size: 20px;
	font-weight: bold;
}

.p-flow__step3_list-item-txt {
	margin-top: 15px;
}

.p-flow__step4_list {
	display: flex;
	width: 780px;
	margin: 30px 0;
}

.p-flow__step4_list-img {
	width: 233px;
	margin-right: 15px;
}

@media only screen and (max-width: 768px) {
	.p-flow__step1_list {
		display: block;
		width: 343px;
		margin: 0 auto;
		margin-top: 50px;
	}

	.p-flow__step1_list-item {
		width: 343px;
	}

	.p-flow__step1_list-item-img {
		width: 106px;
		margin: 24px;
	}

	.p-flow__step1_list-item_01 {
		height: 333px;
	}

	.p-flow__step1_list-item_02 {
		display: flex;
		height: 153px;
		margin-top: 45px;
	}

	.p-flow__step1_list-item_03 {
		display: flex;
		height: 153px;
		margin-top: 45px;
	}

	.p-flow__step1_list-item_01_wrapper {
		display: flex;
	}

	.p-cva__flow {
		padding: 0 16px;
	}
	.p-cva__btn__flow {
		display: block;
		margin-top: 16px;
	}

	.p-flow__step1_list-item-ttl {
		width: 175px;
		border-bottom: 1px solid #707070;
		font-size: 19px;
		text-align: left;
		height: 30px;
		margin-top: 23px;
		margin-left: -10px;
	}

	.p-flow__step1_list-item-txt {
		width: 175px;
		height: 68px;
		margin-left: -10px;
		margin-top: 8px;
	}

	.p-flow__step1_txt_red {
		width: 343px;
		margin: 8px auto 0 auto;
	}

	.p-flow__step1_list-item_01::after,
	.p-flow__step1_list-item_02::after {
		bottom: -33px;
		right: 0;
		transform: rotate(0deg);
	}

	.p-flow__step1_img_sp {
		width: 343px;
		margin: 12px auto 36px auto;
	}

	.p-flow__step1_txt {
		width: 343px;
		margin: 0 auto;
	}

	.p-flow__list-link_home {
		width: 343px;
		height: 53px;
		line-height: 53px;
		font-size: 19px;
		margin-bottom: 60px;
	}

	.p-flow__step2_list {
		display: block;
		width: 343px;
		margin: 20px auto 30px auto;
	}

	.p-flow__step2_list-item {
		width: 343px;
		height: 105px;
	}

	.p-flow__step2_list-item_01 {
		margin-bottom: 12px;
	}

	.p-flow__step2_list-item-img {
		width: 131px;
		height: 82px;
	}

	.p-flow__step2_list-item-img_body {
		width: 131px;
		height: 82px;
	}

	.p-flow__step2_list-item-ttl {
		font-size: 19px;
		margin-left: 27px;
	}

	.p-flow__step2_txt {
		width: 343px;
		margin: 0 auto 22px auto;
	}

	.p-flow__step2_tv {
		width: 343px;
		margin: 0 auto 22px auto;
	}

	.p-flow__step2_tv-ttl {
		width: 308px;
		font-size: 19px;
		margin: 22px auto 13px auto;
	}

	.p-flow__step2_tv-txt {
		width: 308px;
		margin: 0 auto 25px auto;
	}

	.p-flow__list-link_consultation {
		width: 343px;
		height: 79px;
		font-size: 19px;
		line-height: 28px;
		text-align: left;
		padding-left: 38px;
		padding-top: 14px;
	}

	.p-flow__step3_txt {
		width: 343px;
		margin: 26px auto;
	}

	.p-flow__step3_list-item {
		display: block;
	}

	.p-flow__step3_list {
		width: 343px;
		margin: 0 auto;
	}

	.p-flow__step3_list-item-img {
		width: 343px;
		margin: 13px auto;
	}

	.p-flow__step4_list {
		width: 343px;
		display: block;
		margin: 0 auto;
	}

	.p-flow__step4_list-img {
		width: 343px;
		margin: 20px auto;
	}
}

/*====================================================
difficult
=====================================================*/
.p-difficult__guide_list {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.p-difficult__guide_list-img {
	width: 352px;
}

.p-difficult__guide_list-txt {
	width: 389px;
}

.p-difficult__visit_list {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.p-difficult__visit_list-img {
	width: 352px;
}

.p-difficult__visit_list-txt {
	width: 389px;
}

.p-difficult__guide_btn {
	width: 336px;
	height: 50px;
	background-color: #CF000E;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
}

.p-difficult__guide_btn::after {
	position: absolute;
	bottom: 45%;
	left: 0;
	right: -280px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	content: "";
	transform: rotate(-90deg);
}

.p-difficult__guide_btn:hover {
	opacity: 0.7;
}

.p-difficult__guide_btn-link {
	width: 336px;
	margin: 0 auto;
}

.p-difficult__corporation_list {
	width: 772px;
	margin-top: 36px;
	padding-left: 15px;
}

.p-difficult__corporation_list-item {
	margin-bottom: 20px;
}

.p-difficult__line {
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	height: 150px;
	background-color: #707070;
}

@media only screen and (max-width: 768px) {
	.p-difficult__guide_list {
		width: 343px;
		display: block;
		margin: 25px auto;
	}

	.p-difficult__guide_list-img {
		width: 343px;
		margin-bottom: 20px;
	}

	.p-difficult__guide_list-txt {
		width: 343px;
	}

	.p-difficult__visit_list {
		width: 343px;
		display: block;
		margin: 22px auto;
	}
	
	.p-difficult__visit_list-img {
		width: 343px;
		margin-bottom: 22px;
	}
	
	.p-difficult__visit_list-txt {
		width: 343px;
	}

	.p-difficult__corporation_list {
		width: 343px;
		margin: 40px auto;
	}
}

/*====================================================
lost
=====================================================*/

.p-lost__txt {
	margin: 36px 0;
}

.p-lost__btn {
	width: 336px;
	height: 50px;
	background-color: #CF000E;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	margin-top: 44px;
}

.p-lost__btn::after {
	position: absolute;
	bottom: 45%;
	left: 0;
	right: -280px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	content: "";
	transform: rotate(-90deg);
}

.p-lost__btn:hover {
	opacity: 0.7;
}

.p-lost__btn-link {
	width: 336px;
	margin: 0 auto;
}

.p-lost__column_list-item {
	display: flex;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
}

.p-lost__column_list-item-tab {
	display: flex;
}

.p-lost__column_list-item-img {
	margin-right: 34px;
}

.p-lost__column_list-item-genre {
	background-color: #1C4E48;
	color: #fff;
	margin-left: 10px;
	padding: 2px;
	border-radius: 3px;
	font-size: 12px;
}

.p-lost__column_list-item-txt {
	width: 563px;
	height: 70px;
	margin-top: 5px;
	/* white-space: nowrap;   */
 	overflow: hidden;  
 	text-overflow: ellipsis;  
}

.p-lost__column_list {
	margin-bottom: 44px;
}

@media only screen and (max-width: 768px)  {
	.p-lost__txt {
		width: 343px;
		margin: 20px auto;
		margin-bottom: 30px;
	}

	.p-lost__column_list {
		width: 343px;
		margin: 35px auto;
	}

	.p-lost__column_list-item-img {
		width: 100px;
		margin-right: 10px;
	}

	.p-lost__column_list-item {
		padding-bottom: 5px;
		height: 100px;
	}

	.p-lost__column_list-item-txt {
		margin-top: 2px;
		line-height: 1;
		width: 233px;
		height: 70px;
	}

	.p-lost__column_list-item-date {
		font-size: 14px;
	}

	.p-lost__column_list-item-img-body {
		width: 100px;
	}
}

/*====================================================
汎用
=====================================================*/
.main_h2_home_consultaion {
	position: relative;
	padding: 0 0 8px 34px;
	font-size: 1.5rem;
	border-bottom: 2px solid #0043D9;
}

.divorce .situation_area h2.main_h2_home_consultaion {
	font-size: 1.45rem;
}

h2.main_h2_home_consultaion span:before,
h2.main_h2_home_consultaion span:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: #e8e8e8;
}
h2.main_h2_home_consultaion span:after {
	width: 12px;
	height: 12px;
	background-color: #0043D9;
}

h3.main_h3_home_consultation {
	margin: 40px 0 0 0;
	line-height: 1.2;
}
h3.main_h3_home_consultation span {
	display: block;
	padding: 2px 0 0 14px;
	border-left: 4px solid #0043D9;
}

@media only screen and (max-width: 768px) {
	.main_h2_home_consultaion {
		width: 343px;
		margin: 0 auto;
	}

	h3.main_h3_home_consultation {
		width: 343px;
		margin: 40px auto 0 auto;
	}

	.report {
		width: 343px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 769px) {
.only-sp {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
.only-pc {
		display: none;
	}
}

.textcolor_blue {
	color: #0043D9;
}

.textcolor_red {
	color: #CF000E;
}

.mt0 {
	margin-top: 0;
}

.mt60 {
	margin-top: 60px;
}

.mb40 {
	margin-bottom: 40px;
}

.p-anchor-link__contents-fee a:hover {
	text-decoration: none;
}