@charset "utf-8";

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

#lower-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

figcaption {
	font-style: italic;
}

cite {
	font-style: inherit;
}




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

.sbs {
	
}

.sbs__item {
	margin-bottom: 30px;
}

.sbs__item:last-child {
	margin-bottom: 0;
}

.sbs__item > *:last-child {
	margin-bottom: 0;
}




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

@media only screen and (min-width: 1280px) {
	.sbs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.sbs__item {
		width: calc(50% - 15px);
		margin-bottom: 0;
	}
	
	.sbs__item {
		width: calc(50% - 25px);
	}
}

.fig {
	
}

.fig__item {
	
}

.fig__item img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.fig__caption {
	font-size: 85%;
}


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


.selfCheck {
	
}

.selfCheck__item {
	margin-bottom: 20px;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-right: none;
	border-bottom: none;
}

.selfCheck__anchor {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: opacity 0.2s ease;
}


.selfCheck__anchor:hover {
	opacity: 0.7;
}



.selfCheck__term {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.selfCheck__termCount {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding: 8px;
	border-radius: 5px;
	background-color: var(--color-count, #333);
	color: #fff;
	line-height: 0.9;
}

.selfCheck__termCount span {
	display: inline-block;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.selfCheck__termTtl {
	
}



.selfCheck__des {
	
}



@media only screen and (min-width: 768px) {
	.selfCheck {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.selfCheck__item {
		width: calc(50% - 20px);
		padding: 30px 0 0 30px;
	}
	.selfCheck__termCount span {
		font-size: 1.0rem;
	}
}


@media only screen and (min-width: 1280px) {
	.selfCheck {
		
	}
}



.selfCheckList {
	
}

.selfCheckList__item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.selfCheckList__item:last-child {
	margin-bottom: 0;
}

.selfCheckList label {
	line-height: 1.4;
}

.selfCheckList .icon {
	stroke-width: 1.2;
	margin-right: 10px;
}



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



.cause {
	
}

.cause-section {
	--color-count: var(--color-link);
	
	margin-bottom: 60px;
}

.cause__child {
	padding: 20px 0 10px 20px;
	border: 1px solid rgba(0,0,0,0.2);
	border-right: none;
	border-bottom: none;
}

@media only screen and (min-width: 768px) {
	.cause__child {
		padding: 40px 0 20px 40px;
	}

	.cause-section {
		margin-bottom: 80px;
	}
}


#cause1,
.-color1 {
	--color-count: #5798d2;
}

#cause2,
.-color2 {
	--color-count: #8a71a8;
}

#cause3,
.-color3 {
	--color-count: #b7536f;
}

#cause4,
.-color4 {
	--color-count: #8c857f;
}



.cause-section .page-section {
	margin-bottom: 40px;
}



.cause__child .sbs__item.fig img {
	width: calc(100% + 20px);
	max-width: 700px;
	border-radius: 0 5px 5px 0;
	margin-left: -20px;
}

@media only screen and (min-width: 768px) {
	.cause__child .sbs__item.fig img {
		width: 100%;
		border-radius: 5px;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1280px) {
	.cause .sbs__item {
		order: 1;
	}
	.cause .sbs__item.fig {
		order: 2;
	}
}



.cause__ttl {
	display: flex;
	align-items: center;
	width: calc(100% + 25px);
	margin-bottom: 20px;
	padding: 20px 15px;
	font-weight: bold;
	color: #fff;
	background-color: var(--color-count);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

.cause__ttl .count {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	padding: 5px 15px 5px 5px;
	line-height: 0.8;
	font-size: 1.8rem;
	border-right: 1px solid;
}

.cause__ttl .count span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.0rem;
	text-transform: uppercase;
}

.cause__ttl .lbl {
	
}

@media only screen and (min-width: 768px) {
	.cause__ttl {
		width: 100%;
		border-radius: 5px;
	}
	
	.cause__ttl .count {
		font-size: 2.0rem;
	}
}

@media only screen and (min-width: 1280px) {
	.cause__ttl {
		margin-bottom: 40px;
	}
}



.cause__subttl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.cause__subttl .count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 1em;
	margin-right: 10px;
	padding: 5px 8px;
	border-radius: 3px;
	background-color: var(--color-count);
	color: #fff;
	line-height: 1;
	font-size: 1.1rem;
}

.cause__subttl .lbl {
	padding: 5px 0;
}

@media only screen and (min-width: 1280px) {
	.cause__subttl {
		
	}
}



.solution {
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
}

.solution__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	letter-spacing: 0.5em;
	font-weight: bold;
}

.solution__ttl .icon {
	stroke-width: 1.25;
	margin-right: 5px;
}

.solution__subttl {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: inherit;
}

.solution__subttl::before {
	position: relative;
	top: 0.15em;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 3px solid var(--color-count);
	box-sizing: border-box;
	margin-right: 4px;
}


.solution__txt {
	font-feature-settings: "palt";
}

.solution .order-list li + li,
.solution .disc-list li + li {
	margin-top: 5px;
}

.solution__txtblock {
	font-size: 1.3rem;
}

.solution__txtblock > *:last-child {
	margin-bottom: 0;
}

.solution__txtblockItem > * {
	
}

.solution__txtblockItem dl {
	font-size: inherit;
	line-height: 1.6;
}

.solution__txtblockItem dl > div {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.solution__txtblockItem dl > * {
	margin-bottom: 0;
}

.solution__txtblockItem dt {
	width: calc(20% - 10px);
	margin-bottom: 0;
	font-size: inherit;
}

.solution__txtblockItem dd {
	width: calc(80% - 10px);
	font-size: inherit;
	color: rgba(0,0,0,0.7);
}

.solution__txtblockItem p {
	font-size: inherit;
	color: inherit;
	color: rgba(0,0,0,0.7);
}

.solution__txtblockItem {
	margin-bottom: 20px;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.1);
}

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


.causeRel {
	margin: 20px 0;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0.4);
}

.causeRel__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: inherit;
}

.causeRel__ttl .icon {
	margin-right: 5px;
	stroke-width: 1.25;
}

.causeRel__txt {
	
}

.causeRel__txt > * {
	margin-top: 0;
}

.causeRel__txt > *:last-child {
	margin-bottom: 0;
}

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



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



.timetable {
	position: relative;
	border-radius: 5px;
	font-size: 1.2rem;
}

.timetable__row {
	position: relative;
	display: flex;
	padding: 0;
	min-height: 70px;
}

.timetable__row.-header {
	min-height: 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.timetable__row:last-child {
	border-bottom: none;
}

.timetable__row > * {
	
}

.timetable__row > *:last-child {
	
}

.timetable__t {
	padding: 10px 5px;
	width: 25%;
	background-color: transparent;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.timetable__t:first-child {
	border-left: none;
}

.timetable__d {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 25%;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid rgba(0,0,0,0.1);
	pointer-events: none;
}

.timetable__d:first-child {
	border-left: none;
}

.timetable__d .icon {
	stroke-width: 2.5;
}

.timetable__d .icon.-block {
	color: #ea6182;
}

.timetable__bar {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	height: 15px;
}

.timetable__bar::before,
.timetable__bar::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 3px;
}

.timetable__bar::before {
	width: var(--width);
	background-image: linear-gradient(90deg, var(--color-count) 33.333%, #ffffff00 100%);
	z-index: 2;
}

.timetable__bar.-weak::before {
	opacity: 0.3;
}

.timetable__bar::after {
	opacity: 0.4;
	background-color: #eee;
	filter: grayscale(66.666%);
	z-index: 1;
}

.timetable__des {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	display: flex;
	align-items: center;
	padding: 15px 0 0;
	box-sizing: border-box;
	width: 100%;
}


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



[type=checkbox] {
	display:none
}

[type=checkbox] + label {
	position: relative;
	display: inline-flex;
	cursor: pointer
}

[type=checkbox] + label .control {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border: 2px solid rgba(0,0,0,0.4);
	box-sizing: border-box;
	vertical-align: middle;
	transition: all 0.2s ease
}

[type=checkbox] + label .control::before,
[type=checkbox] + label .control::after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out
}

[type=checkbox] + label .control::before {
	display: none
}

[type=checkbox] + label:hover {
	color: #000
}

[type=checkbox] + label:hover .control {
	border: 2px solid #000
}

[type=checkbox]:checked + label .control {
	border: 2px solid var(--color-count);
	opacity: 1;
	color: #000;
	opacity: 1
}

[type=checkbox]:checked + label .control::after {
	color: #000;
	opacity: 1
}

[type=checkbox] + label .control {
	border-radius: 2px
}

[type=checkbox] + label .control::after {
	top: -10%;
	width: 40%;
	height: 70%;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: scale(0, 0) rotate(45deg)
}

[type=checkbox]:checked + label .control {
	background: var(--color-count)
}

[type=checkbox]:checked + label .control::after {
	transform: scale(1, 1) rotate(45deg);
	transition-timing-function:cubic-bezier(0, 0.8, 0.5, 2)
}

[type=checkbox]:disabled + label {
	cursor: not-allowed
}

[type=checkbox]:disabled + label:hover {
	color: inherit
}

[type=checkbox]:disabled + label .control {
	border-color: #ccc;
	background-color: #ccc
}

[type=checkbox]:disabled + label:hover .control {
	border-color: #ccc;
	background-color: #ccc
}

[type=checkbox]:disabled + label .control {
	background: #ccc;
	border-color: #ccc
}

[type=checkbox]:disabled + label .control::after {
	background: #ccc;
	border-color: #fff
}
