@charset "utf-8";

.main-wrapper {
	min-height: initial;
}

.layout--other.part {
	min-height: initial;
}

.layout--other .chapter-header,
.layout--other .chapter-body,
.layout--other .chapter-footer {
	width: calc(100% - 40px);
	max-width: 960px;
	margin: auto;
}

.chapter-body {
	padding: 0;
}

@media screen and (min-width: 1024px) {
	
	.layout--other .chapter-header,
	.layout--other .chapter-body,
	.layout--other .chapter-footer {
		width: calc(100% - 100px);
	}
	
	.chapter-body {
		font-size: 1.4rem;
	}
	
}

/* ----------------------------------------------------- */

.accordion__item {
	
}

/* title */

.section-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 20px 25px;
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ttl__icon {
	display: flex;
	margin-right: 10px;
}

.ttl__icon svg {
	width: 24px;
	height: 24px;
}

.ttl__txt {
	
}

.ui--icon {
	right: 25px !important;
	left: auto !important;
}

/* content */

.section-body {
	width: calc(100% - 40px);
	position: static;
	margin-right: auto;
	margin-left: auto;
}

.section-body-inner {
	padding: 40px 0;
}

.section-body-inner > * {
	margin-top: 0;
}

.section-body-inner > *:last-child {
	margin-bottom: 0;
}



@media screen and (min-width: 1024px) {
	
	.section-body {
		width: calc(100% - 100px);
	}
	
	.section-ttl {
		padding: 30px 50px;
		font-size: 1.6rem;
	}
	
	.ttl__icon svg {
		width: 30px;
		height: 30px;
	}
	
	.ui--icon {
		
	}
}


/* -------------------------------------------------------------------------------- */

.chapter-body {
	background-color: #fff;
}

.contact-phone {
	padding-top: 20px;
}

.contact-phone-section {
	margin-bottom: 40px;
}

.contact-phone-section > * {
	margin: 0 0 10px;
}

.contact-phone-section > *:last-child {
	margin-bottom: 0;
}

.contact-phone__ttl {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: rgba(0,0,0,0.5);
	white-space: nowrap;
	margin-bottom: 10px;
}

.contact-phone__ttl:after {
	content: "";
	width: 100%;
	height: 1px;
	margin-left: 10px;
	display: block;
	position: relative;
	background-color: rgba(0,0,0,0.05);
}

.contact-phone__name {
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
}

.contact-phone__txt {
	font-size: 1.4rem;
}

.contact-phone__small {
	margin-top: -5px;
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
}



@media screen and (min-width: 768px) {
	.contact-phone {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.contact-phone-section {
		width: calc(50% - 20px);
	}
}


/* -------------------------------------------------------------------------------- */

.mailform {
	padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.mailform-footer {
	padding: 30px;
	box-sizing: border-box;
}

.mailform-footer p {
	font-size: 1.2rem;
}

.prog {
	display: none;
}

.contact-dest {
	align-items: flex-start;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	
	.contact-dest {
		flex-direction: row;
	}
	
	.contact-dest .control-item {
		width: 30%;
	}
}

@media screen and (min-width: 1024px) {
	.contact-mailform {
		font-size: 1.3rem;
	}
	
	.prog {
		display: flex;
		justify-content: center;
		margin-bottom: 0;
		padding: 20px 0;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
}