@charset "UTF-8";

/* ==================================================
RESET CUSTOM
================================================== */
#page_contents {
	font-family: Lato, "游ゴシック", YuGothic, "Yu Gothic", "Custom Yu Gothic", sans-serif;
	padding: 0 3%;
	margin: 0 auto 120px;
	font-size: 1.5rem;
	line-height: 1.6;
	box-sizing: border-box;
}

@media screen and (min-width: 901px) {
#page_contents {
	padding: 0 30px;
	margin-bottom: 150px;
	max-width: 1360px;
}
}

#page_contents *, #page_contents *::after, #page_contents *::before {
	box-sizing: inherit;
}

#page_contents img, #page_contents svg {
	width: auto;
	max-width: 100%;
	height: auto;
}

#page_contents i,
#page_contents em,
#page_contents b {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

/*ins {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.05);
}*/

#header_page p.ttl_lead {
	margin-top: 5px;
}


/*
===== WEB Fonts CSS Sample =====
■Ekster Regular
font-family: "Ekster-Regular", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Ekster Bold
font-family: "Ekster-Bold", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Oswald Regular
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;

■Oswald SemiBold
font-family: "Oswald", sans-serif;
font-weight: 600;
font-style: normal;

■Oswald Bold
font-family: "Oswald", sans-serif;
font-weight: 700;
font-style: normal;
*/

/* clrfix */
.clrfix::before,
.clrfix::after {
	display: table;
	content: '';
}

.clrfix::after {
	clear: both;
}
/**/

/* =========================================================
page_contents
========================================================= */
#page_contents {
}

/* contact
------------------------------ */
#contact {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 40px 0;
	margin-bottom: 60px;
}

#contact p {
}

#contact p.comment
{
	margin-bottom: 40px;
}

#contact .box {
}

#contact .box dl {
	border: 2px solid #000;
	border-radius: 8px;
	padding: 15px 3%;
}

#contact .box dl:not(:last-child) {
	margin-bottom: 20px;
}

#contact .box dl dt {
	border-bottom: 1px dotted #000;
	padding: 0 0 10px;
	font-size: 1.6rem;
	font-weight: 700;
}

#contact .box dl dd {
	padding: 15px 0 0;
}

#contact .box dl dd .center {
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 32px;
}

#contact .box dl dd .center .label {
	border: 1px solid #000;
	border-radius: 30px;
	padding: 3px 12px;
	font-size: 1.3rem;
	font-weight: 700;
	transform: translateY(0px);
	margin-right: 10px;
}

#contact .box dl dd .center .tel {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	letter-spacing: 0.08em;
}

#contact .box dl dd .bottom {
	margin-top: 10px;
	font-size: 1.3rem;
	opacity: 0.7;
}

#contact .box dl dd .bottom em {
}

#contact .box dl dd .center a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	transition: all 0.4s ease-out 0s;
}

#contact .box dl dd .center a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	transition: all 0.4s ease-out 0s;
}

#contact .box dl dd .center a:hover {
	background: rgba(0,0,0,0.7);
}

#contact .box dl dd .center a:hover::after {
	right: 10px;
}


#contact .box dl dd button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	transition: all 0.4s ease-out 0s;
}

#contact .box dl dd button::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	transition: all 0.4s ease-out 0s;
}

#contact .box dl dd button:hover {
	background: rgba(0,0,0,0.7);
}

#contact .box dl dd button:hover::after {
	right: 10px;
}



#contact .box dl dd .bottom i {
}

#contact .box dl dd .bottom i a {
	border-bottom: 1px solid #000;
	padding: 0 3px 3px;
	font-weight: 700;
}

/* manytimes
------------------------------ */
#manytimes {
}

#manytimes .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 15px;
}

#manytimes .faq_box {
}

#manytimes .faq_box dl {
}

#manytimes .faq_box dl:not(:last-child) {
	margin-bottom: 8px;
}

#manytimes .faq_box dl dt {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 8px 15px 8px 8px;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.4rem;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}

#manytimes .faq_box dl dt::before {
	content: "Q.";
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	margin-right: 8px;
	width: 15px;
	transform: translateY(-1px);
}

#manytimes .faq_box dl dt::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-3px);
	margin-left: auto;
	transition: all 0.4s ease-out 0s;
}

#manytimes .faq_box dl dt:hover,
#manytimes .faq_box dl dt.on {
	background: #555;
}

#manytimes .faq_box dl dt.on::after {
	transform: rotate(225deg) translate(-3px);
}

#manytimes .faq_box dl dt p {
	width: calc(100% - 45px);
}

#manytimes .faq_box dl dd {
	padding: 20px 0;
	font-size: 1.4rem;
}

#manytimes .faq_box dl dd p {
	margin-bottom: 1.8em;
}

#manytimes .faq_box dl dd p a {
}

#manytimes .faq_box dl dd .info {
	margin-bottom: 10px;
	margin-top: 2.4em;
	font-weight: 700;
}

#manytimes .faq_box dl dd ul {
}

#manytimes .faq_box dl dd ul li {
	padding: 0 0 0 15px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 90%;
}

#manytimes .faq_box dl dd ul.style2 li {
	margin-bottom: 8px;
}

#manytimes .faq_box dl dd ul li::before {
	content: "";
	text-indent: 0;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #000;
	left: 0;
	top: 8px;
	border-radius: 10px;
}

#manytimes .faq_box dl dd .dial {
	margin-bottom: 5px;
}

#manytimes .faq_box dl dd .dial2 {
}


@media screen and (min-width: 641px) {
#contact .box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#contact .box dl {
	width: 48%;
}

#contact .box dl:not(:last-child) {
	margin-bottom: 0;
}

#contact .box dl dt {
	text-align: center;
}

#contact .box dl dd {
	text-align: center;
}

#contact .box dl dd .center {
	justify-content: center;
}

#contact .box dl dd .center a {
	max-width: 280px;
}

#contact .box dl dd .bottom {
	max-width: 280px;
}

#manytimes {
	max-width: 800px;
	margin: 0 auto;
}
}

@media screen and (min-width: 1100px) {
#contact {
	padding: 80px 0;
	margin-bottom: 80px;
}
}