@charset "utf-8";


#urgency .h1-area {
    top: 15px;
    z-index: 10;
}

@media screen and (max-width: 768px){
	
	#urgency .h1-area {
		top: 0px;
		z-index: 0;
	}
}
/* -----------------------------------------------------------
    mv
-------------------------------------------------------------- */
#urgency .mv-urgency {
	width: 100%;
	height: 720px;
	background:url("../img/ung-mv.png") right top / auto 720px #FFEFEF no-repeat;
	padding: 0 0 50px;
}

/*文字 黄色*/
#urgency .rotate {
	transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
	position: relative;
}
#urgency .rotate img {
	position: absolute;
	top: 0;
	left: 360px;
}
#urgency .rotate .catch {
	font-size: 3.5rem;
	font-weight: 700;
	background-color: #FFF600;
	display: inline-block;
    line-height: 1.6;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 6px 10px;
	white-space: nowrap;
}
#urgency .rotate .catch.style2 {
	font-size: 4.5rem;
}

/*タイトル*/
#urgency .mv-urgency .title {
	font-size: 5.0rem;
	font-weight: 600;
	color: #CD1310;
	margin: 70px 0 60px;
}

/*専用ダイヤル*/
#urgency .mv-urgency .telbox {
	background: #fff;
	padding: 40px 30px 30px;
	width: 660px;
	position: relative;
}
#urgency .mv-urgency .telbox .catch {
	position: absolute;
	top: -20px;
	left: 50%;
	background: #CD1310;
	color: #fff;
	font-size: 2.5rem;
	display: inline-block;
	padding: 5px 20px;
	margin: 0 0 0 -195px;
}
#urgency .mv-urgency .telbox .telarea {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}
#urgency .mv-urgency .telbox .telarea .tel img {
	width: 60px;
	position: relative;
	top: -5px;
	margin: 0 10px 0 0;
}
#urgency .mv-urgency .telbox .telarea .tel {
	font-size: 6.0rem;
	line-height: 1;
}
#urgency .mv-urgency .telbox .telarea .txt {
	font-size: 2.0rem;
	padding: 0 0 0 70px;
}
#urgency .mv-urgency .telbox .point-icon span {
	background: #CD1310;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 8px 0;
	text-align: center;
	line-height: 1.1;
}
#urgency .mv-urgency .telbox .plus-point {
	display: block;
	width: 100%;
	font-weight: 600;
	margin: 20px 0 0;
}
#urgency .mv-urgency .telbox .plus-point .txt {
	width: 100%;
	margin: 0 0 15px;
	font-size: 2.0rem;
	padding: 2px 20px;
	text-align: left;
}

/*plus-point*/
#urgency .mv-urgency .plus-point {
	display: flex;
	justify-content: space-between;
}

#urgency .mv-urgency .plus-point .txt {
	background-color: #FFE6BF;
	width: 210px;
	padding: 5px;
	text-align: center;
	margin-right: 25px;
	position: relative;
}

#urgency .mv-urgency .plus-point .txt:last-child {
	margin-right: 0px;
}

#urgency .mv-urgency .plus-point .txt::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background-color: #D88F21;
	position: absolute;
	top: -5px;
	left: -5px;
}

@media screen and (max-width: 768px){
	
	#urgency .mv-urgency {
		height: auto;
		background:url("../img/ung-mv.png") right top / 70% auto #FFEFEF no-repeat;
		padding: 0 0 20px;
	}
	
	/*文字 黄色*/
	#urgency .rotate .catch {
		font-size: 1.4rem;
		line-height: 1.4;
    	padding: 4px 10px;
		position: relative;
		top: 10px;
	}
	#urgency .rotate .catch.style2 {
		font-size: 2.5rem;
    	padding: 5px 10px 5px;
		position: relative;
		top: 1px;
	}

	/*タイトル*/
	#urgency .mv-urgency .title {
		font-size: 3.0rem;
		margin: 10px 0 40px;
	}

	/*専用ダイヤル*/
	#urgency .mv-urgency .telbox {
		padding: 20px 10px 10px;
		width: 100%;
	}
	#urgency .mv-urgency .telbox .catch {
		top: -20px;
		font-size: 1.6rem;
		margin: 0 0 0 -132px;
	}
	#urgency .mv-urgency .telbox .telarea {
		display: block;
	}
	#urgency .mv-urgency .telbox .telarea .tel img {
		width: 40px;
	}
	#urgency .mv-urgency .telbox .telarea .tel {
		font-size: 3.9rem;
		line-height: 1;
	}
	#urgency .mv-urgency .telbox .telarea .txt {
		font-size: 1.6rem;
		padding: 0 0 0 50px;
		margin: 0 0 10px;
	}
	#urgency .mv-urgency .telbox .point-icon span {
		font-size: 1.6rem;
		width: 49%;
		height: auto;
		padding: 5px;
	}
	#urgency .mv-urgency .telbox .plus-point .txt {
		font-size: 1.6rem;
	}

	/*plus-point*/
	#urgency .mv-urgency .plus-point {
		display: flex;
		justify-content: space-between;
	}

	#urgency .mv-urgency .plus-point .txt {
		background-color: #FFE6BF;
		width: 210px;
		padding: 5px;
		text-align: center;
		margin-right: 25px;
		position: relative;
	}

	#urgency .mv-urgency .plus-point .txt:last-child {
		margin-right: 0px;
	}

	#urgency .mv-urgency .plus-point .txt::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 10px;
		background-color: #D88F21;
		position: absolute;
		top: -5px;
		left: -5px;
	}
}

/* -----------------------------------------------------------
    point
-------------------------------------------------------------- */
/*point*/
#urgency #area .mv-banner {
	display: block;
	padding: 20px;
	background:#FDF9EE;
	border: 5px solid #FFCF30;
}
#urgency #area .mv-banner .head {
	display: flex;
	justify-content: space-between;
}
#urgency #area .mv-banner .head .catch1 {
	background: #FFD500;
	padding: 2px 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0 0 -132px;
}

#urgency #area .mv-banner .head .catch2 {
	font-weight: 600;
	line-height: 1.2;
	padding: 40px 0 0 145px;
	position: relative;
}
#urgency #area .mv-banner .head .catch2::before {
	content: "";
	background:url("../img/mv-contact-illust.png") center top / 95px 189px no-repeat;
	width: 95px;
	height: 189px;
	position: absolute;
	top: 31px;
	left: 40px;
}
#urgency #area .mv-banner .head .catch2 .style1 {
	font-size: 6.0rem;
	color: #0E6EB8;
}
#urgency #area .mv-banner .head .catch2 .style2 {
	font-size: 3.9rem;
	color: #00A0E2;
}
#urgency #area .mv-banner .head .catch2 .style2 span {
	font-size: 6.0rem;
}
#urgency #area .mv-banner .head .catch2 .style3 {
	font-size: 6.0rem;
}
#urgency #area .mv-banner .head .catch2 .style3 span {
	font-size: 3.9rem;
}

#urgency #area .mv-banner .head .medal {
	display: flex;
	justify-content: space-between;
	width: 520px;
}
#urgency #area .mv-banner .head .medal li{
	width: 157px;
	height: 190px;
	background:url("../img/mv-contact-medal.png") center top / 157px 190px no-repeat;
	text-align: center;
	font-weight: 600;
}
#urgency #area .mv-banner .head .medal li .text1 {
	padding: 60px 0 0;
	line-height: 1.0;
}
#urgency #area .mv-banner .head .medal li .text2 {
	padding: 5px 0 0;
	font-size: 4.6rem;
	color: #DC542F;
	line-height: 1.0;
}
#urgency #area .mv-banner .head .medal li .text3 {
	padding: 25px 0 0;
	color: #fff;
	line-height: 1.0;
}

/*point2*/
#urgency .point-list2 {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
#urgency .point-list2 li {
	width: 227px;
}
#urgency .point-list2 li img {
	width: 100%;
}
#urgency .point-list2 li .strong-txt {
	background:#003894;
	color: #fff;
	padding: 15px;
	line-height: 1.4;
	min-height: 130px;
}
#urgency .point-list2 li .strong-txt .yellow-txt {
	color:#FFF700;
}

@media screen and (max-width: 768px){
	/*point*/
	#urgency #area .mv-banner {
		padding: 40px 20px;
	}
	#urgency #area .mv-banner .head .catch1 {
		top: -18px;
		font-size: 1.6rem;
		margin: 0 0 0 -92px;
	}

	#urgency #area .mv-banner .head .catch2 {
		padding: 0 0 0 55px;
		position: relative;
	}
	#urgency #area .mv-banner .head .catch2::before {
		content: "";
		background:url("../img/mv-contact-illust.png") center top / 51px 103px no-repeat;
		width: 51px;
		height: 103px;
		top: -20px;
		margin: 0 0 20px;
		left: 0;
	}
	#urgency #area .mv-banner .head .catch2 .style1 {
		font-size: 3.0rem;
	}
	#urgency #area .mv-banner .head .catch2 .style2 {
		font-size: 2.0rem;
	}
	#urgency #area .mv-banner .head .catch2 .style2 span {
		font-size: 3.0rem;
	}
	#urgency #area .mv-banner .head .catch2 .style3 {
		font-size: 3.0rem;
	}
	#urgency #area .mv-banner .head .catch2 .style3 span {
		font-size: 2.0rem;
	}

	#urgency #area .mv-banner .head .medal {
		width: 100%;
		margin: 20px 0 0;
	}
	#urgency #area .mv-banner .head .medal li{
		width: 89px;
		height: 107px;
		background:url("../img/mv-contact-medal.png") center top / 89px 107px no-repeat;
	}
	#urgency #area .mv-banner .head .medal li .text1 {
		padding: 35px 0 0;
		line-height: 1.0;
		font-size: 1.2rem;
	}
	#urgency #area .mv-banner .head .medal li .text2 {
		padding: 2px 0 0;
		font-size: 2.6rem;
		color: #DC542F;
		line-height: 1.0;
	}
	#urgency #area .mv-banner .head .medal li .text3 {
		padding: 10px 0 0;
		color: #fff;
		line-height: 1.0;
		font-size: 1.2rem;
	}
	#urgency #area .mv-banner .head {
		flex-wrap: wrap;
	}
	#urgency #area .mv-banner .head .in1 {
		width: 100%;
	}
	#urgency #area .mv-banner .head .in2 {
		width: 100%;
	}
	
	/*point2*/
	#urgency .point-list2 {
		display: block;
	}
	#urgency .point-list2 li {
		width: 100%;
		display: flex;
		margin: 0 0 1px;
	}
	#urgency .point-list2 li .strong-txt {
		width: 65%;
		min-height: auto;
	}
	#urgency .point-list2 li .img {
		width: 35%;
	}
	#urgency .point-list2 li img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
}

/* -----------------------------------------------------------
    area
-------------------------------------------------------------- */
#urgency .top-support-area {
	margin: 0 0 50px;
}
#urgency .top-support-area .titlebox {
	width: 300px;
}
#urgency #area .top-support-area .ttl-area .catch {
	margin: 0;
}

@media screen and (max-width: 768px){
	#urgency .top-support-area {
		margin: 0;
	}
}

/* -----------------------------------------------------------
    faq
-------------------------------------------------------------- */
#urgency .top-faq-area {
	margin: 80px 0 0;
}

@media screen and (max-width: 768px){
	#urgency .top-faq-area {
		margin: 40px 0 0;
	}
}
