@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css?v=2");
@import url("/css/parts.css");
@import url("/css/margin.css");

#page-links {
	background-color: #f0f0f0;
	padding: 16px 10px;
	text-align: center;
}
#page-links a {
	text-decoration: underline;
}

.title01 { background-color: #e50314; }
.title02 { background-color: #666; }
.title03,
.title04,
.title05 { background-color: #184ea0; }
.title01 > div {
	background:url("../../images/kaden/img-title-kaden01.png") no-repeat top right;
	height:160px;
}
.title02 > div {
	height:100px;
}
.title03 > div {
	background:url("../../images/kaden/img-title-kaden02.png") no-repeat top right;
	height:160px;
}
.title04 > div {
	background:url("../../images/kaden/img-title-kaden03.png") no-repeat top right;
	height:160px;
}
.title05 > div {
	background:url("../../images/kaden/img-title-kaden04.png") no-repeat top right;
	height:160px;
}

.title-text {
	color: #fff;
	font-size: 210.71%;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
}
.triangle,
.triangle_title02,
.triangle_title03,
.triangle_title04,
.triangle_title05 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
  border-color: #e50314 transparent transparent transparent;
}
.triangle_title02 { border-color: #666 transparent transparent transparent; }
.triangle_title03,
.triangle_title04,
.triangle_title05 { border-color: #184ea0 transparent transparent transparent; }

.merit-list li {
	border-bottom: 1px dotted #666;
	list-style-position: inside;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq-list li {
	border-bottom: 1px dotted #666;
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#atom-block {
	background-color: #fef8f8;
	padding: 30px 0 50px;
	margin-top: 20px;
	text-align: center;
}
.simulation-tel {
	width: 573px;
	margin: 0 auto;
}

/* new */
.new .circle {
	font-size: 118.71%;
}
.new .service-title {
	font-size: 148.71%;
	background-color: #0f489c;
	color: #fff;
	text-align: center;
	padding: 16px;
}

/* PC SIZE */
@media screen and (min-width: 980px){
	.content-title {
		font-size: 211.71%;
		font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
	}
	.content-title span {
		font-size: 100%;
	}
	.title01 > div,
	.title02 > div {
		text-align: center;
	}
	.img-right-box img {
		float: right;
		margin-left: 20px;
	}
	.img-left-box img {
		float: left;
		margin-right: 20px;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	.content-title span {
		font-size: 100%;
	}
	.sp { margin-bottom: 20px; }
}
@media screen and (max-width: 480px){
	.content-title {
		font-size: 168.71%;
	}
	.title-text {
		font-size: 168.71%;
	}
	.title03 > div {
		background:url("../../images/kaden/img-title-kaden02.png") no-repeat top right -100px;
	}
	.title04 > div {
		background:url("../../images/kaden/img-title-kaden03.png") no-repeat top right -100px;
	}
	.title05 > div {
		background:url("../../images/kaden/img-title-kaden04.png") no-repeat top right -140px;
	}
}

#atom-block ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
}
