@charset "utf-8";
/* CSS Document */
#contents section{
	margin-top: 3em;
}

#contents p,
#contents dl{
	margin-left: 1em;
	
}
#contents a.textLink{
	display: inline-block;
}
#contents dl dt{
	font-weight: bold;
}

#contents dl dd{
	margin-left: 1em;
	margin-bottom: 10px;
}

#contents .flex{
	display: flex;
}
#contents .imgArea{
	justify-content: space-around;
	margin: 2em 1em;
}

#contents .imgArea .pct p{
	margin: 0.5em 0 0 0;
	text-align: center;
}

#contents .imgArea .pct img{
	max-width: 360px;
	height: auto;
}

#contents .tblArea table{
	width: 90%;
	margin: 3em 1em;
	border: 1px solid #999;
	text-align: center;
}

#contents .tblArea table thead th,
#contents .tblArea table thead td{
	padding: 5px;
	/*background-color: #000;*/
	color: #fff;
	border: 1px solid #fff;
}

#contents .tblArea table tbody th{
	width: 15%;
	word-break: break-all;
}
#contents .tblArea table tbody th,
#contents .tblArea table tbody td{
	padding: 5px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
#contents .tblArea table tbody th.pattern{
	background-color: #e1ebfe;
	color: #0000FF;
}
#contents ul.none{
	margin-left: 1em;
}
#contents ul.none li + li{
	margin-top: 0.5em;
}

#contents p.disc{
	display: list-item;
	list-style-type: disc;
	margin-left: 1.5em;
}


@media screen and (max-width: 640px) {
	#contents .imgArea .pct{
		margin-bottom: 2em;
	}
	
	#contents .imgArea .pct img{
		width: 90%;
	}
	
	#contents .tblArea.onlymq table{
		width: calc(100% - 10px);
		margin: 3em 5px;
	}
}

#contents #cnt_03 .row {
	margin: 0 15px 15px;
}

#contents #cnt_03 .row:before,
#contents #cnt_03 .row:after {
	content: " ";
	display: table;
}

#contents #cnt_03 .row:after {
	clear: both;
}

#contents #cnt_03 .col_left,
#contents #cnt_03 .col_right {
	float: left;
	min-height: 80px;
	/*padding-top: 15px;*/
	padding-bottom: 15px;
	position: relative;
}

#contents #cnt_03 .col_left {
	background-image: url(/support/ichigan/repair_service/images/bg_release-customize_pc_02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 33.33333333%;
}

#contents #cnt_03 .col_left.first {
	background-image: url(/support/ichigan/repair_service/images/bg_release-customize_pc_01.png);
}

#contents #cnt_03 .col_left.adjustment_work {
	background-image: url(/support/ichigan/repair_service/images/bg_release-customize_pc_03.png);
}

#contents #cnt_03 .col_right {
	padding-left: 15px;
	width: 66.66666667%;
}

#contents #cnt_03 .col_left p {
	color: #fff;
	min-width: 6em;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.4;
}

#contents #cnt_03 .col_left:not(.adjustment_work):not(.first) p {
	margin: 10px 0 0 0;
}

#contents #cnt_03 .col_right p {
	margin: 0;
	padding: 0;
}

#contents #cnt_03 .col_left p {
	font-weight: bold;
	text-align: center;
}

#contents #cnt_03 .col_left.adjustment_work p {
	color: #003990;
	font-size: 1.125em;
}

#contents #cnt_03 span.bg_white {
	background-color: #fff;
}



/* 20241210 */
#contents ul.none > li > span,
#contents ul.none > li > span + a.textLink{
	display: block;
	margin-top: 3px;
}
#contents ul.none > li > span + a.textLink{
	margin-left: 5px;
}

/* 20241224 share5*/
#contents .s5-header1{
	margin-top: 70px;
}

#contents a.s5-linkV3{
	color: #3865e0;
}
#contents a.s5-linkV3::after{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}
#contents .s5-list li + li{
	margin-top: 0.5em;
}

#contents .s5-list li span {
	color: inherit;
	font-size: inherit;
}

#contents .annotation {
	display: inline-block;
	margin-left: 0;
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
}
#contents .c5-mt0{
	margin-top: 0 !important;
}
#contents p{
	margin: 0;
}

#contents .pc_only{
	display: block;
}

#contents .sp_only{
	display: none;
}

#contents .imgArea.flex{
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 2em auto;
}

#contents .imgArea.flex > .pct{
	width: calc(100% / 3);
	text-align: center;
}

#contents .imgArea.flex ::after{
	content: "";
	display: block;
	width: calc((100% - 2em) / 3);
	height: 0;
}
#contents .imgArea.flex > .pct > img{
	max-width: 300px;
	height: auto;
}

#contents .imgArea.flex > .pct > p{
	margin: 0 0 1em;
}

#contents .tblArea table thead th,
#contents .tblArea table thead td{
	background-color: #fff;
	border: 1px solid #999;
	color: #2f353d;
	font-weight: bold;
}
#contents .tblArea table thead th.color_bk{
	background-color: #000;
	color: #fff;
}
#contents .tblArea table caption{
	text-align: left;
	font-weight: bold;
	font-size: 1.125rem;
}

#contents .tblArea.onlypc table thead th:not(.first) {
	width: calc((100% - 20%) / 4);
}
#contents .tblArea.onlypc table thead th.first {
	width: 18%;
}
#contents .tbl_pct.flex{
	justify-content: center;
}

#contents .tbl_pct.flex img{
	padding: 0 5px;
}

#cnt_03 .applyStep ol{
	list-style-type: none;
	padding-left: 0;
}
#cnt_03 .applyStep ol > li{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#cnt_03 .applyStep ol > li.center{
	align-items: center;
}
#cnt_03 .applyStep ol > li + li{
	margin-top: 2em;
}

#cnt_03 .applyStep ol > li > .polygon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34%;
	height: 130px;
	clip-path: polygon(
		0 20%,  /* 左上 */
		50% 40%,  /* 上部中央のくぼみ */
		100% 20%,  /* 右上 */
		100% 80%,  /* 右下の角 */
		50% 100%,  /* 下部中央の尖り */
		0 80%    /* 左下の角 */
	);
	background: #00398f;
	color: white;
	font-weight: bold;
}

#cnt_03 .applyStep ol > li:first-child > .polygon{
	height: 60px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%) !important;
	padding-top: 0;
}

#cnt_03 .applyStep ol > li:not(:first-child) > .polygon p{
	margin-top: 2.8em;
	line-height: 1.4;
	text-align: center;
}
#cnt_03 .applyStep ol > li > .rightArea{
	width: calc(66% - 1em);
	margin-left: 1em;
}


#cnt_03 .applyStep ol > li:not(:first-child) > .rightArea{
	width: calc(66% - 1em);
	margin-left: 1em;
	margin-top: 20px;
}

#cnt_03 .applyStep ol > li .adjust{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34%;
	height: 80px;
	position: relative;
	margin-top: 2em;
	text-align: center;
}

#cnt_03 .applyStep ol > li .adjust p{
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	color: #00398f;
	font-size: 1.231rem;
	font-weight: bold;
}

#cnt_03 .applyStep ol > li .adjust p:before,
#cnt_03 .applyStep ol > li .adjust p:after{
	content: "";
	position: absolute;
	left: 50%;
	width: 4px;
	height: 48%;
	background-image: radial-gradient(circle, #68a3fc 50%, transparent 50%);
	background-size: 2px 10px;
}

#cnt_03 .applyStep ol > li .adjust p:before{
	top: -20px;
}
#cnt_03 .applyStep ol > li .adjust p:after{
	top: 52px;
}


@media (min-width: 1025px){
	#contents .imgArea.flex{
		justify-content: space-around;
	}
}
@media (max-width: 960px){
	#contents .imgArea.flex > .pct{
		width: calc(100% / 2);
	}
	#contents .tblArea table{
		width: 100%;
		margin: 3em 0;
		font-size: 0.875rem;
	}
}

@media (max-width: 960px) and (min-width: 820px) {
	#contents .imgArea.flex{
		width: 90%;
	}
}

@media (max-width: 640px){
	
	#contents .tblArea.onlymq table caption{
		font-size: 1rem;
	}
	#contents .tblArea.onlymq table thead th:not(.first) {
		width: 28%;
	}
	#contents .tblArea.onlymq table thead th.first {
		width: calc((100% - 28%) / 2);
	}
	#cnt_03 .applyStep ol > li > .polygon p{
		font-size: 0.875rem;
	}
	#cnt_03 .applyStep ol > li .adjust p{
		font-size: 1rem;
	}
}

@media (max-width: 490px){
	#contents .imgArea{
		flex-direction: column;
		align-items: center;
	}
	
	#contents .imgArea.flex > .pct{
		width: 100%;
	}
	
	#contents .imgArea.flex > .pct img{
		width: 200px;
		height: auto;
	}
	#contents .pc_only{
		display: none;
	}
}


@media (max-width: 414px){
	#contents .priceList > li{
		margin-bottom: 10px;
	}
	#contents .sp_only{
		display: block;
	}
	
	#cnt_03 .applyStep ol > li > .polygon,
	#cnt_03 .applyStep ol > li .adjust{
		width: 40%;
	}
	#cnt_03 .applyStep ol > li .adjust{
		margin-top: 0;
	}
}

@media (max-width: 374px){
	#cnt_03 .applyStep ol > li > .polygon p{
		font-size: 0.813rem;
	}
	#cnt_03 .applyStep ol > li .adjust p{
		font-size: 0.875rem;
	}
	
}
