@charset "UTF-8";
#contents_menu {
	position: relative;
	z-index: 100;
}

@media print, screen and (max-width: 768px) {
	#contents_menu #contents_menu_title {
		overflow-x: scroll;
	}
}

#contents_menu #contents_menu_title div {
	display: flex;
}

@media print, screen and (max-width: 768px) {
	#contents_menu #contents_menu_title div {
		width: 75rem;
	}
}

#contents_menu #contents_menu_title p {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #efefef;
}

@media print, screen and (min-width: 769px) {
	#contents_menu #contents_menu_title p {
		width: calc(100%/3);
		min-height: 70px;
		cursor: pointer;
		font-size: 20px;
	}
}

@media print, screen and (max-width: 768px) {
	#contents_menu #contents_menu_title p {
		width: 25rem;
		min-height: 7rem;
		font-size: 12px;
	}
}

#contents_menu #contents_menu_title p span,
#contents_menu #contents_menu_title p a {
	color: rgba(0, 0, 0, 0.2);
	transition: color .15s linear;
	-webkit-transition: color .15s linear;
}

#contents_menu #contents_menu_title p:before {
	content: 'add';
	display: block;
	position: absolute;
	right: 2rem;
	top: 0;
	font-family: "Material Icons";
	font-size: 20px;
}

@media print, screen and (min-width: 769px) {
	#contents_menu #contents_menu_title p:before {
		min-height: 70px;
		line-height: 70px;
	}
}

@media print, screen and (max-width: 768px) {
	#contents_menu #contents_menu_title p:before {
		right: 1rem;
		min-height: 7rem;
		line-height: 7rem;
	}
}

#contents_menu #contents_menu_title p:hover span,
#contents_menu #contents_menu_title p:hover a {
	color: #000;
}

#contents_menu #contents_menu_title p.active {
	background-color: #000;
}

#contents_menu #contents_menu_title p.active span {
	color: #fff;
}

#contents_menu #contents_menu_title p.active:before {
	content: 'remove';
	color: #fff;
}

#contents_menu #contents_menu_title p span:nth-of-type(2) {
	display: block;
	font-size: 14px;
}

@media print, screen and (max-width: 768px) {
	#contents_menu #contents_menu_title p span:nth-of-type(2) {
		font-size: 11px;
	}
}

#contents_menu ul {
	position: absolute;
	left: 0;
	display: none;
	flex-wrap: wrap;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 769px) {
	#contents_menu ul {
		top: 70px;
		padding: 30px calc((100% - 1080px)/2);
	}
}

@media print, screen and (max-width: 768px) {
	#contents_menu ul {
		top: 7rem;
		padding: 1rem;
		justify-content: space-between;
	}
}

#contents_menu ul li {
	position: relative;
	width: 204px;
	margin: 0 8px 0 0;
	padding: 10px 10px 10px 20px;
	border-bottom: dashed 1px #dcdddd;
}

@media print, screen and (max-width: 768px) {
	#contents_menu ul li {
		width: 48%;
		margin: 0;
		padding: 1rem 1rem 1rem 2rem;
		font-size: 10px;
	}
}

#contents_menu ul li i {
	position: absolute;
	left: -20px;
	top: 1px;
	font-size: 16px;
	line-height: 1.2;
}

#contents_menu ul li a {
	position: relative;
	color: #000;
}

#contents_menu ul li a:hover {
	text-decoration: underline;
}

/* faq */
#faq #head_title h2 {
	width: 250px;
	height: 30px;
	margin: 0;
}

@media print, screen and (max-width: 768px) {
	#faq #head_title h2 {
		width: auto;
		height: 2.5rem;
		margin: 0 auto 2rem;
		text-align: center;
	}
	#faq #head_title h2 img {
		width: auto !important;
		height: 100% !important;
	}
}

@media print, screen and (max-width: 768px) {
	#faq #head_title p {
		width: 100%;
		padding: 0 5%;
		text-align: justify !important;
	}
	#faq #head_title p br {
		display: none;
	}
}

#faq #breadcrumb {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body {
		padding: 4rem 2rem;
	}
}

#faq .content_body .faq {
	padding-bottom: 55px;
}

#faq .content_body .faq h3 {
	font-size: 26px;
	letter-spacing: 0.3em;
	color: #d9bc45;
	display: flex;
	align-items: center;
	margin: 65px auto 40px;
}

@media print, screen and (min-width: 769px) {
	#faq .content_body .faq h3 {
		width: 970px;
	}
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq h3 {
		margin: 4rem auto 2rem;
		font-size: 20px;
	}
}

#faq .content_body .faq h3:nth-of-type(1) {
	margin-top: 0;
}

#faq .content_body .faq h3 img {
	height: 50px;
	margin-right: 20px;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq h3 img {
		height: 4rem;
		margin-right: 1rem;
	}
}

#faq .content_body .faq_item {
	position: relative;
}

#faq .content_body .faq_item:after {
	content: "";
	width: 970px;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item:after {
		width: 100%;
	}
}

#faq .content_body .faq_item h4 {
	position: relative;
	font-size: 16px;
	padding-left: 55px;
}

#faq .content_body .faq_item h4:before {
	position: absolute;
	left: 20px;
	width: 35px;
	font-size: 16px;
	color: #b72c2c;
	display: block;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item h4 {
		font-size: 14px;
		line-height: 1.5;
	}
	#faq .content_body .faq_item h4:before {
		width: 35px;
	}
}

#faq .content_body .faq_item > h4 {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	cursor: pointer;
}

@media print, screen and (min-width: 769px) {
	#faq .content_body .faq_item > h4 {
		width: 970px;
		margin: 0 auto;
	}
}

#faq .content_body .faq_item > h4:before {
	content: "Q";
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > h4:before {
		position: absolute;
		left: 1rem;
		top: .8rem;
	}
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > h4 {
		padding: 1rem 1rem 1rem 3.5rem;
	}
}

#faq .content_body .faq_item > div {
	display: none;
	background-color: #fffae3;
}

#faq .content_body .faq_item > div > div {
	padding: 20px 35px 20px 55px;
}

@media print, screen and (min-width: 769px) {
	#faq .content_body .faq_item > div > div {
		width: 970px;
		margin: 0 auto;
	}
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div {
		position: relative;
		padding: 1rem;
	}
}

#faq .content_body .faq_item > div > div h4 {
	color: #b72c2c;
	margin-bottom: 10px;
	padding-left: 35px;
}

#faq .content_body .faq_item > div > div h4:before {
	content: "A";
	left: 0;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div h4:before {
		position: absolute;
		top: 0;
	}
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div h4 {
		padding-left: 2.5rem;
	}
}

#faq .content_body .faq_item > div > div h4 a {
	text-decoration: underline;
	color: #b72c2c;
}

#faq .content_body .faq_item > div > div h4 a:hover {
	text-decoration: none;
}

#faq .content_body .faq_item > div > div p {
	position: relative;
	padding-left: 35px;
	font-size: 14px;
	line-height: 30px;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div p {
		padding-left: 0;
		font-size: 12px;
		line-height: 2;
	}
}

#faq .content_body .faq_item > div > div p.ind {
	padding-left: 100px;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div p.ind {
		padding-left: 6rem;
	}
}

#faq .content_body .faq_item > div > div p span {
	position: absolute;
	left: 30px;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div p span {
		left: 0;
	}
}

#faq .content_body .faq_item > div > div p a {
	text-decoration: underline;
	color: #333;
}

#faq .content_body .faq_item > div > div p a:hover {
	text-decoration: none;
}

#faq .content_body .faq_item > div > div p.list {
	position: relative;
	padding-left: 50px;
}

#faq .content_body .faq_item > div > div p.list:before {
	content: '・';
	display: block;
	position: absolute;
	left: 35px;
}

@media print, screen and (max-width: 768px) {
	#faq .content_body .faq_item > div > div p.list {
		padding-left: 1.5rem;
	}
	#faq .content_body .faq_item > div > div p.list:before {
		left: 0;
	}
}


/*# sourceMappingURL=faq.css.map*/