@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents section {
	overflow: visible;
	display: block;
	margin-bottom: 60px;
}

#main-contents {
	overflow: visible;
}

#lower-contents #main-contents .link-button a {
	font-feature-settings: "palt";
}

#lower-contents #main-contents .link-button.large {
	width: 100%;
	display: block;
	text-align: center;
}

#lower-contents #main-contents .link-button.large a {
	padding: 10px;
	height: auto;
	border: 1px solid var(--color-link);
	border-radius: 6px;
}

#main-contents section h2,
#main-contents section h3,
#main-contents section h4,
#main-contents section h5,
#main-contents section h6 {
	font-feature-settings: "palt";
}

#lower-contents #main-contents h2 {
	font-weight: bold;
	color: var(--color-link);
}

#contents-area hr {
	margin-bottom: 30px;
}

#main-contents ul {
	margin-bottom: 30px;
}

#lower-contents #main-contents h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#lower-contents #main-contents h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.55rem;
	line-height: 2.4rem;
}

#lower-contents #main-contents ol,
#lower-contents #main-contents ul {
	margin: 0 0 30px 0;
}

#lower-contents #main-contents dl {
	font-size: 1.4rem;
}

#main-contents dt {
	margin-top: 10px;
	font-weight: bold;
}

#main-contents dt:first-child {
	margin-top: 0;
}


#lower-contents #main-contents .anchor-link {
	margin-top: -76px;
	padding-top: 76px;
}

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


#lower-contents #main-contents .notice {
	font-size: 1.15rem;
	line-height: 1.75;
}


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


.l-sbs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.l-sbs__main {
	width: calc(66.666% - 20px);
}

.l-sbs__img {
	width: calc(33.333% - 20px);
}

.l-sbs__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}


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


.table-figure {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
}

@media screen and (min-width: 768px) {
	.table-figure {
		padding: 30px 30px 20px;
	}
}


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


.sakurafuwari {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #f9f4ee;
	border-radius: 10px;
	margin: 20px 0;
}

.sakurafuwari__img {
	width: 80%;
	max-width: 150px;
	margin: auto;
}

.sakurafuwari__img img {
	width: 100%;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
	border-radius: 0;
}

.sakurafuwari__main {
	margin-top: 20px;
}

#lower-contents #main-contents .sakurafuwari__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: currentColor;
}

#lower-contents #main-contents .sakurafuwari__subttl {
	font-size: 1.4rem;
	color: currentColor;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.sakurafuwari {
		flex-direction: row;
		padding: 40px;
	}

	.sakurafuwari__img {
		width: calc(25% - 20px);
		max-width: none;
		margin: -80px 0;
	}
	
	.sakurafuwari__main {
		width: calc(75% - 20px);
		margin-top: 0;
	}

	#lower-contents #main-contents .sakurafuwari__subttl {
		text-align: left;
	}
}

@media screen and (min-width: 1280px) {
	.sakurafuwari {
		margin-top: 80px;
		margin-bottom: 140px;
	}

	#lower-contents #main-contents .sakurafuwari__ttl {
		font-size: 2.4rem;
	}
}


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

#lower-contents #main-contents .Eval {
	counter-reset: section;
}

#lower-contents #main-contents .EvalItem {
	margin-top: 0;
	margin-bottom: 60px;
}

#lower-contents #main-contents .EvalItem:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents .EvalItemHeader {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#lower-contents #main-contents .EvalItemHeader::before {
	margin-right: 20px;
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	font-size: 6.0rem;
	font-family: "Roboto",  sans-serif;
	font-weight: 600;
	color: var(--color-link);
	line-height: 1;
}

#lower-contents #main-contents .EvalItemHeader__inner {
	
}

#lower-contents #main-contents .EvalItemHeader__inner > * {
	margin: 0;
}

#lower-contents #main-contents .EvalItemHeader__ttl {
	font-feature-settings: "palt";
	font-size: 1.8rem;
	line-height: 1.45;
	color: currentColor;
}

#lower-contents #main-contents .EvalItemHeader__subttl {
	font-weight: bold;
	color: var(--color-link);
}

@media screen and (min-width: 768px) {
	#lower-contents #main-contents .EvalItemHeader::before {
		font-size: 8.0rem;
	}
}

@media screen and (min-width: 1280px) {
	#lower-contents #main-contents .EvalItem {
		margin-bottom: 100px;
	}

	#lower-contents #main-contents .EvalItemHeader::before {
		font-size: 12.0rem;
		margin-right: 30px;
	}

	#lower-contents #main-contents .EvalItemHeader__ttl {
		font-size: 2.8rem;
		margin: 5px 0 0;
	}
}


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


#lower-contents #main-contents .EvalItemBlockquote {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
}

#lower-contents #main-contents .EvalItemBlockquote > *:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents .EvalItemBlockquote__blockquote > *:last-child {
	margin-bottom: 0;
}


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



#lower-contents #main-contents .EvalItemDetail__body {
	padding: 0 30px 30px !important;
}


#lower-contents #main-contents .EvalItemDetail__ttl {
	font-weight: bold;
	font-size: 1.55rem;
	margin-bottom: 10px;
}


#lower-contents #main-contents .EvalItemDetail__images {
	margin: -30px 0 30px !important;
	list-style: none;
}

#lower-contents #main-contents .EvalItemDetail__images li {
	display: block;
	margin: 30px 0 0;
	padding: 0;
}

#lower-contents #main-contents .EvalItemDetail__images li > *:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents .EvalItemDetail__images:before,
#lower-contents #main-contents .EvalItemDetail__images:after {
	content: "";
	display: block;
	width: calc(50% - 20px);
	order: 2;
}

#lower-contents #main-contents .EvalItemDetail__images img {
	display: block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
}

#lower-contents #main-contents .EvalItemDetail__images .large {
	width: 100%;
}

#lower-contents #main-contents .EvalItemDetail__images .caption {
	margin: 15px 0 0;
	font-size: 1.2rem;
	line-height: 1.75;
}

#lower-contents #main-contents .EvalItemDetail__images .images__ttl {
	font-weight: bold;
	font-size: 1.45rem;
	margin-bottom: 10px;
}

/*
@media all and (min-width: 1440px) {
	
	#lower-contents #main-contents .EvalItemDetail__images li {
		width: calc(25% - 20px);
	}
	
	#lower-contents #main-contents .EvalItemDetail__images:before,
	#lower-contents #main-contents .EvalItemDetail__images:after {
		width: calc(25% - 20px);
	}
	
	#lower-contents #main-contents .EvalItemDetail__images .images__txt {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}
*/

@media screen and (min-width: 768px) {
	#lower-contents #main-contents .EvalItemDetail__body {
		padding: 0 40px 40px !important;
	}

	#lower-contents #main-contents .EvalItemDetail__images {
		margin: -40px 0 40px !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	
	#lower-contents #main-contents .EvalItemDetail__images li {
		width: calc(50% - 20px);
		margin: 40px 0 0;
	}
}

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


.EvalFlowchart-outer {
	
}


#lower-contents #main-contents .EvalFlowchart {
	margin-bottom: 20px;
}

#lower-contents #main-contents .EvalFlowchart:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents .EvalFlowchart__list {
	margin: 0 0 15px;
}

#lower-contents #main-contents .EvalFlowchart__listitem {
	position: relative;
	margin: 0 0 30px;
	text-align: center;
	font-weight: bold;
}

#lower-contents #main-contents .EvalFlowchart__listitem:last-of-type {
	margin-bottom: 15px;
}

#lower-contents #main-contents .EvalFlowchart__listitem::after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: 0;
	right: 0;
	width: 12px;
	height: 20px;
	margin: auto;
	background: url(/common/images/flow_arrow_bk.png) center bottom no-repeat;
	background-size: cover;
	z-index: 1;
	opacity: 0.4;
}

#lower-contents #main-contents .EvalFlowchart__listitem:last-child::after {
	display: none;
}

#lower-contents #main-contents .EvalFlowchart:last-child .EvalFlowchart__listitem:last-child::after {
	display: none;
}


#lower-contents #main-contents .EvalFlowchart__listitem-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 90px;
	min-height: 90px;
	margin: auto;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}

#lower-contents #main-contents .EvalFlowchart__listitem .sub {
	display: block;
	opacity: 0.5;
}

#lower-contents #main-contents .EvalFlowchart__txt {
	position: relative;
	display: flex;
	justify-content: space-between;
}

#lower-contents #main-contents .EvalFlowchart__txt-col {
	
}


@media all and (min-width: 768px) {

	#lower-contents #main-contents .EvalFlowchart__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#lower-contents #main-contents .EvalFlowchart__listitem {
		width: calc(33.333% - 20px);
		margin: 0 !important;
	}

	#lower-contents #main-contents .EvalFlowchart__listitem::after {
		top: 0;
		bottom: 0;
		left: auto;
		right: -15px;
		transform: rotate(-90deg);
	}

	#lower-contents #main-contents .EvalFlowchart__listitem:last-child::after {
		display: block;
	}
}

@media all and (min-width: 1280px) {
	
	.EvalFlowchart-outer {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#lower-contents #main-contents .EvalFlowchart {
		width: calc(50% - 15px) !important;
		margin-bottom: 0;
	}
	
	#lower-contents #main-contents .EvalFlowchart__listitem-inner {
		min-height: 140px;
	}
	
	#lower-contents #main-contents .EvalFlowchart__txt {
		padding: 0 20px;
		box-sizing: border-box;
		font-size: 1.3rem;
		line-height: 1.8;
	}
}





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


#main-contents .accordion-list {
	margin-bottom: 10px;
}

.EvalItemDetail__body,
.ui-accordion .ui-accordion-content {
	padding: 0 40px 40px !important;
	background-color: #f9f4ee;
	border-radius: 0 0 10px 10px;
	/* 上下のパディングを設定しないのは開閉の際パディング分の高さがアニメーションせず、カタつくため */
}

.ui-accordion .ui-accordion-content > *:last-child {
	margin-bottom: 40px !important;
}

.ui-accordion .ui-accordion-content > *:first-child {
	margin-top: 40px !important;
}



/*jqueryUI*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border: none;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border: none;
}

.ui-accordion .ui-accordion-content {
	padding: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-radius: 0;
}

#main-contents .ui-state-default,
#main-contents .ui-widget-content .ui-state-default,
#main-contents .ui-widget-header .ui-state-default {
	background: none;
	border: none;
	color: #555;
	font-weight: normal;
}

#main-contents .ui-state-default .ui-icon {
	display: none;
}

#main-contents .ui-state-default a,
#main-contents .ui-state-default a:link,
#main-contents .ui-state-default a:visited {
	color: #555;
}

#main-contents .ui-widget-content {
	border: none;
}

#main-contents .ui-state-active a,
#main-contents .ui-state-active a:link,
#main-contents .ui-state-active a:visited {
	background-color: #f9f4ee!important;
	border-radius: 10px 10px 0 0;
}

#main-contents .ui-state-active a span,
#main-contents .ui-state-active a:link span,
#main-contents .ui-state-active a:visited span {
	background-color: rgba(134, 113, 89, 0.5) !important;
}



#main-contents .toggle-button {
	width: 100%;
	margin-bottom: 0 !important;
}

#main-contents .toggle-button a {
	position: relative;
	display: block;
	padding: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #fbf8f5;
	background-color: #f9f4ee;
	border-radius: 10px 10px 0 0;
	transition: 0.15s ease-in-out;
	user-select: none;
}

#main-contents .toggle-button a:before {
	position: absolute;
	left: -20px;
	bottom: 0;
	display: block;
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	background-color: currentColor;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
	z-index: 2;
}

#main-contents .toggle-button.ui-corner-all a:before {
	opacity: 0.2;
}
/*
#main-contents .toggle-button a:hover {
	background-color: #eee6dc;
	border-radius: 10px 10px 0 0;
	padding-bottom: 30px;
}
*/
#main-contents .toggle-button a span {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-top: -3px;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
	background: rgba(155, 138, 118, 0.5) url(../../../../common/images/icon_plus_wt.png) no-repeat center;
	background-size: 12px;
	transition: 0.5s ease-in-out;
	
	
	display: none;
}

#main-contents .toggle-button.ui-state-active a {
	background-color: #f9f4ee!important;
	border-radius: 10px 10px 0 0;
	padding-bottom: 25px;
}

#main-contents .toggle-button.ui-state-active a:before {
	opacity: 0;
}

#main-contents .toggle-button.ui-state-active a span {
	background: rgba(155, 138, 118, 1) url(../../../../common/images/icon_minus_wt.png) no-repeat center;
	background-size: 12px;
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {

}