@charset "utf-8";
/* CSS Document */

.c5-grayArea dl dt{
	margin-bottom: 5px;
}
h2{
	margin-bottom: 1em;
	padding: 0.8rem 0 0.5rem 0.5rem;
	border-top: 5px double #808080;
	border-bottom: 5px double #808080;
	background: #f5f5f5;
	font-size: 1.313rem;
	font-weight: bold;
}

#contents h3.grayline{
	margin-bottom: 1em;
	padding-left: 0.5em;
	border-left: 5px solid #808080;
	border-bottom: 2px solid #808080;
}

#contents h2 + p{
	padding-left: 0.5em;
}

#contents h3 + p{
	padding-left: 1em;
}

.pct{
	margin: 0 1.5em;
}

.c5-grayArea__infoArea{
	margin-left: 1.5em;
	margin-bottom: 0;
}

.c5-grayArea__infoArea dt{
	display: list-item;
}

.c5-grayArea__infoArea dd{
	margin-bottom: 1em;
}


.c5-stepList > ol > li{
	margin-bottom: 3em;
	padding: 1em;
}

.c5-stepList > ol > li:nth-child(odd){
	background-color: #f5f5f5;
}

.c5-stepList > ol > li > p{
	padding-left: 0.5em;
}

.c5-stepList__lead{
	margin-bottom: 1em;
	border-bottom: 2px solid #333;
	font-weight: bold;
}



.c5-stepList__tableArea table th{
	width: 30%;
	padding: 10px;
	border: 2px solid #ccc;
	font-weight: normal;
}
.c5-stepList__tableArea table td{
	padding: 10px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.c5-stepList__tableArea table td:last-child{
	border-bottom: 2px solid #ccc;
}
ul.s5-list.s5-list--unstyled.c5-stepList__checkList{
	padding: 10px;
}

.c5-stepList__checkList > li{
	margin-bottom: 5px;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.c5-stepList__checkList > li:before{
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin-right: 5px;
	border: 1px solid #333;
	content:"";
}

.s5-list.s5-list--unstyled.c5-stepList__checkList > li .c5-stepList__innerList{
	list-style-type: none;
	margin: 2px 0;
}

.s5-list > li > .s5-list{
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

.c5-stepList__payment{
	margin: 1.5em 0;
}

.c5-stepList__payment dt{
	width: 7.5em;
	float: left;
	font-weight: normal;
}
.c5-stepList__payment dd{
	display: table-cell;
	padding-left: 1em;
	text-indent: -6px;
	
}

.c5-stepList__payment dd:before{
	display: inline-block;
	padding-right: 5px;
	content:":";
}

.c5-stepList__payment .payment__card{
	width: 22em;
}

.c5-stepList__checkList .c5-annotation{
	display: inline-block;
	color: inherit;
	font-size: 1rem;
	text-indent: -1.2em;
}

@media (max-width: 640px){
	.pct img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	.c5-stepList > ol > li > p{
		padding-left: 0;
	}
	.c5-stepList__tableArea table th{
		width: 30%;
	}
	ul.s5-list.s5-list--unstyled.c5-stepList__checkList {
		padding: 5px;
	}
	.c5-stepList__payment dt {
		display: inline-block;
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	.c5-stepList__payment dt:after{
		content:":";
	}
	
	.c5-stepList__payment dd{
		display: block;
		padding-left: 0;
		margin-bottom: 1em;
		text-indent: 0;
	}
	.c5-stepList__payment dd:before{
		display: none;
	}
	.c5-stepList__payment .payment__card{
		width: auto;
	}
	
}


/* 2024/01/30追記 */
.accordion button span {
    font-weight: bold;
}


/* 2024/02/07追記 */
.c5-procedure {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin: 2em 0 3em;
}

.c5-procedure li {
	position: relative;
	padding-right: 2em;
	width: 100%;
}

.c5-procedure li > div.c5-box {
	border-radius: 4px;
	padding: 0.5em;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	border: 2px solid #ccc;
}

.c5-procedure li div.c5-title {
	font-weight: bold;
	margin-bottom: 0.5em;
	height: auto;
}

.c5-procedure li div.c5-text {
	text-align: left;
	margin-top: 1em;
}

.c5-procedure li:last-child {
	padding-right: 0;
}

.c5-procedure li:not(:last-child)::after {
	content: "";
	border: 30px solid transparent;
	border-left: 20px solid #ccc;
	position: absolute;
	right: -1.3em;
	top: 40%;
}

.c5-procedure img {
	max-width: 100%;
}

.image_text{
	position: relative;
	max-width: 530px;
	margin: 2em 0;
}

.image_text img{
	max-width: 530px;
	width: 100%;
	height: auto;
}

.image_text > p{
	position: absolute;
	top:10%;
	left: 35%;
	width: 61%;
	height: auto;
	max-height: 76px;
	margin-bottom: 0;
}

@media screen and (max-width: 1029px){
	.c5-procedure li div.c5-title {
		height: 2.5em;
	}
}

@media screen and (max-width: 820px){
	.c5-procedure {
		flex-direction: column;
	}
	
	.c5-procedure li {
		padding-right: 0;
		padding-bottom: 2em;
		width: 100%;
	}
	
	.c5-procedure li:last-child {
		padding-bottom: 0;
	}
	
	.c5-procedure li:not(:last-child)::after {
		border: 30px solid transparent;
		border-top: 20px solid #ccc;
		position: absolute;
		right: 45%;
		top: auto;
		bottom: -1.3em;
	}
	
	.c5-procedure li div.c5-title {
		height: auto;
	}
}

@media screen and (max-width: 640px){
	.c5-procedure li {
		padding-bottom: 2.5em;
	}
	
	.c5-procedure li:not(:last-child)::after {
		top: 99%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.c5-procedure img {
		max-width: 130px;
	}
}

@media screen and (max-width: 530px){
	.image_text > p{
		font-size: 3.5vw;
		line-height: 1.3;
	}
}
