@charset "utf-8";

.pcNone {
	display:none;
}
.sup_wide{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.06em;
	box-sizing: border-box;
	word-wrap: break-word;
}
.sup_wide * {
	box-sizing: border-box;
	word-wrap: break-word;
}
.sup_wide img{
	max-width: 100%;
}
.sup_sec h1{
	margin-bottom: 60px;
	font-size: 1.875rem;
	text-align: center;
}
.sup_sec h2{
	margin: 2.5em 0 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 1.375rem;
	font-weight: bold;
}
.sup_idt_box{
	margin-bottom: 1.2em;
	padding-left: 1.65em;
}
.sup_idt_box2{
	margin-bottom: 1.2em;
	padding-left: 2.6em;
}
.sup_sec h3{
	margin-bottom: 0.3em;
	text-indent: -1.65em;
}
.sup_sec h3.sup_h3_idt3{
	text-indent: -2.6em;
}
.sup_sec p{
	margin-bottom: 1.2em;
}
.sup_sec ul{
	margin-top: 0.3em;
}
.sup_sec ul li{
	padding-left: 2.1em;
	text-indent: -2.1em;
	font-size: 0.875rem;
}
.sup_contact{
	margin-top: 4em;
	padding: 20px 40px;
	border-radius: 15px;
	background: #f6f6f6;
	font-size: 0.8125rem;
	line-height: 1.8;
}
.sup_contact h4{
	margin: 0.8em 0;
}
.sup_contact_item{
	padding: 1em 0;
}
.sup_contact_item a{
	display: inline-block;
	margin-top: 0.8em;
}
.sup_contact_link a{
	text-decoration: underline;
}
.sup_font_b{
	font-weight: bold;
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
	.sup_wide{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 0) and (max-width: 766px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.sup_wide{
		padding: 0 5vw;
		line-height: 1.8;
	}
	.sup_sec h1{
		margin-top: 25px;
		margin-bottom: 40px;
		font-size: 1.5rem;
	}
	.sup_sec h2{
		margin-bottom: 1em;
		padding-bottom: 5px;
		font-size: 1.125rem;
	}
	.sup_sec p{
		font-size: 0.9375rem;
	}
	.sup_contact{
		padding: 4vw 5vw;
		border-radius: 10px;
		font-size: 0.75rem;
	}
	
	
	
}












