@charset "UTF-8";

#service2 .iconLinkBtn li a {
	padding-left: 125px;
}

@media screen and (min-width: 768px) {
	.iconLinkBtn li a.no_break {
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	#service2 .iconLinkBtn a::before {
		margin-top:-15px;
	}
	#service2 .iconLinkBtn li a {
		padding-left: 65px;
	}
}

/* モーダルウィンドウのスタイル
---------------------------------------------------------- */
.modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	z-index: 10000;
	font-size: 13px;
}
.overLay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(000,000,000,0.7);
	width: 100%;
	height: 100vh;
	z-index: 10000;
}
.modal .inner {
	position: absolute;
	z-index: 10001;
	top: 10%;
	left: 50%;
	transform: translate(-50%,0);
	width: 50%;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.modal .contactInn {
	padding:0 40px;
}
body.pc-small .modal {
	overflow-y: scroll;
}
.modal .modalClose img{
	width: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.modal .inner a {
	color: #0f1350;
	text-decoration: underline;
}
.modal .inner a:hover {
	text-decoration: none;
}
.modal .inner ul {
	list-style: none;
	margin: 15px 0;
}
.modal .inner ul li + li {
	margin-top: 10px;
}
.modal .inner ul a {
	position: relative;
	padding-left: 27px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.modal .inner ul a:hover {
	text-decoration: underline;
}
.modal .inner ul a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 2px solid #0f1350;
	border-right: 2px solid #0f1350;
}
.modal .inner .modal_ttl {
	text-align: center;
	margin-bottom: 30px;
}
.modal .inner .modal_ttl span {
	color: #0f1350;
	padding-bottom: 3px;
	border-bottom: 2px solid #0f1350;
	font-weight: bold;
	display: inline-block;
	font-size: 22px;
}

@media screen and (min-width:1px) and (max-width:767px) {
	.modal {
		overflow-y: scroll;
	}
	.modal .inner {
		top: 2%;
		left: 50%;
		transform: translate(-50%,0);
		width: 95%;
		padding-top: 35px;
		padding-bottom: 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.modal .contactInn {
		padding: 15px;
		font-size: 1.3rem;
	}
	.modal .inner ul a::before {
		top: 10px;
	}
	.modal .modalClose img{
		width: 20px ;
		top: 15px;
		right: 15px;
	}
	.modal .inner .modal_ttl {
		margin-bottom: 25px;
	}
	.modal .inner .modal_ttl span {
		font-size: 19px;
	}
}