@charset "UTF-8";


/* Sass Document */
#main_visual.lazyloaded {
	background-image: url("../img/service/service_mv.jpg");
}

#service_content {
	padding: 5em 0 8em;
}

ul#service_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service_link_item {
	width: 462px;
	margin-bottom: 4em;
}

.service_link_item a {
	display: block;
	position: relative;
	padding: 3em 0;
	background: white;
	background: -moz-linear-gradient(left, white 0%, white 13%, #f4f4f4 13%, #f4f4f4 100%);
	background: -webkit-linear-gradient(left, white 0%, white 13%, #f4f4f4 13%, #f4f4f4 100%);
	background: linear-gradient(to right, white 0%, white 13%, #f4f4f4 13%, #f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
}

.service_link_item a::after {
	position: absolute;
	top: 50%;
	right: 3em;
	width: 2.5em;
	height: .5em;
	transform: translateY(-50%);
	transform: skew(45deg);
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	content: '';
}

.service_link_item a:hover {
	background: rgba(255, 255, 255, 0.6);
	background: -moz-linear-gradient(left, white 0%, white 13%, rgba(244, 244, 244, 0.6) 13%, rgba(244, 244, 244, 0.6) 100%);
	background: -webkit-linear-gradient(left, white 0%, white 13%, rgba(244, 244, 244, 0.6) 13%, rgba(244, 244, 244, 0.6) 100%);
	background: linear-gradient(to right, white 0%, white 13%, rgba(244, 244, 244, 0.6) 13%, rgba(244, 244, 244, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
}

.service_link_item a:hover img {
	opacity: .6;
}

.service_link_item figure {
	position: absolute;
	top: 50%;
	width: 120px;
	transform: translateY(-50%);
	border-radius: 120px;
	background: #fff;
}

.service_link_item figure img {
	width: 100%;
	height: auto;
}

.service_link_item .service_text {
	padding-right: 6em;
	padding-left: 14.5em;
}

.service_link_item h3.ttl {
	position: relative;
	margin-bottom: 1.4em;
	font-size: 2.2rem;
	font-weight: 600;
}

.service_link_item h3.ttl::after {
	position: absolute;
	bottom: -.8em;
	left: 0;
	width: 38px;
	height: 1px;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

.service_link_item p {
	font-size: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------
*  ご利用中のお客様 / その他 製品・サービス
* --------------------------------------------------------------------------------------------------*/
#user_content,
#service_other_content {
	padding: 7em 0 2em;
}

ul.service_content {
	display: flex;
	flex-wrap: wrap;
}

li.service_content_item {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 6em;
}

li.service_content_item:nth-child(3n) {
	margin-right: 0;
}

li.service_content_item a {
	display: block;
	transition: .3s;
}

li.service_content_item a:hover {
	opacity: .7;
}

li.service_content_item .text {
	padding: 2.5em 0;
}

li.service_content_item h3.ttl {
	display: flex;
	padding-bottom: 1em;
	color: #81bf00;
	font-size: 2.1rem;
	line-height: 1.2;
}

li.service_content_item h3.ttl span.icon {
	display: inline-block;
	position: relative;
	top: .1em;
	flex-shrink: 0;
	width: 1em;
	margin-right: .5em;
}

li.service_content_item h3.ttl span.icon img {
	width: 100%;
	height: auto;
}

li.service_content_item p {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* ----------------------------------------------------------------------------------------------------
*  対象教科
* --------------------------------------------------------------------------------------------------*/
#subject_heading {
	padding: 2em 0 4em;
}

#subject_heading .frame_wrap {
	margin: 4em 0;
	text-align: center;
}

#subject_heading .frame {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 2em 4em;
}

#subject_heading .frame::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3em;
	height: 3em;
	border-top: 3px solid #81bf00;
	border-left: 3px solid #81bf00;
	content: '';
}

#subject_heading .frame::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3em;
	height: 3em;
	border-right: 3px solid #81bf00;
	border-bottom: 3px solid #81bf00;
	content: '';
}

#subject_heading .frame p {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

#subject_heading .frame sup {
	font-size: 1.2rem;
}

#subject_heading p.text {
	margin-bottom: .2em;
	font-size: 1.5rem;
	letter-spacing: -0.005em;
	line-height: 1.6;
	text-align: center;
}

#subject_heading p.caution {
	font-size: 1.3rem;
	text-align: center;
}

#subject_content {
	padding: 1em 0 9em;
}

.subject_block {
	margin-bottom: 3em;
	padding: 4em;
	border-radius: 5px;
	background: #F2F8F1;
}

.subject_block .flex {
	display: flex;
	flex-direction: row-reverse;
}

.subject_block figure {
	flex-shrink: 0;
	width: 300px;
	margin-right: 4em;
}

.subject_block figure img {
	max-width: 100%;
	height: auto;
}

@incude mq(m) {
	.subject_block figure img {
		width: 80%;
		height: auto;
	}
}

.subject_block h3.ttl {
	margin-bottom: 1em;
	color: #81bf00;
	font-size: 2.1rem;
}

.subject_block h3.ttl span.icon {
	display: inline-block;
	position: relative;
	top: .1em;
	flex-shrink: 0;
	width: 1em;
	margin-right: .5em;
}

.subject_block h3.ttl span.icon img {
	width: 100%;
	height: auto;
}

.subject_block p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.subject_block .page_link {
	margin: 2em 0 0;
	text-align: left;
}

.subject_block .page_link a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	padding: 1.3em 0;
	border: 3px solid #CECECE;
	border-radius: 5px;
	background: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	transition: .3s;
}

.subject_block .page_link a:hover {
	border: 3px solid #81bf00;
	color: #81bf00;
}

.subject_block .page_link a span::after {
	display: inline-block;
	width: 1.5em;
	height: .2em;
	margin-left: 1em;
	transform: translateY(-0.2em) skewX(45deg);
	border-right: 1px solid #81bf00;
	border-bottom: 1px solid #81bf00;
	content: '';
}

/* ----------------------------------------------------------------------------------------------------
*  推奨動作環境
* --------------------------------------------------------------------------------------------------*/
.reguirement_inner {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 5em;
}

#reguirement_heading {
	padding: 5em 0 0;
}

#reguirement_heading .reguirement_inner {
	padding-bottom: 0;
}

#reguirement_heading p {
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
}

#reguirement_heading p span.caution {
	color: red;
	font-size: 1.2rem;
}

#reguirement_heading nav.page_nav {
	margin-top: 2em;
}

#reguirement_heading nav.page_nav ul {
	display: flex;
	flex-wrap: wrap;
}

#reguirement_heading nav.page_nav ul li {
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 3em;
}

#reguirement_heading nav.page_nav ul li:nth-child(3n) {
	margin-right: 0;
}

#reguirement_heading nav.page_nav ul li a {
	display: flex;
	position: relative;
	align-items: center;
	min-height: 70px;
	padding: 1em 0 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #EEF2E2;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: left;
	transition: .3s;
}

#reguirement_heading nav.page_nav ul li a:hover {
	opacity: .7;
}

#reguirement_heading nav.page_nav ul li a::before {
	width: 22px;
	height: 22px;
	margin-right: 1em;
	background: url("../img/common/icon_arrow.png") no-repeat top center;
	content: '';
}

.ie11 #reguirement_heading nav.page_nav ul li a {
	padding: 1.3em 0 0 1em;
}

.reguirement_block {
	padding-top: 2em;
	padding-bottom: 4em;
}

.reguirement_block .text {
	margin: 2.5em 0 0;
}

.reguirement_block p {
	margin: 1em 0;
	font-size: 1.5rem;
}

.reguirement_block p a {
	color: #0000FF;
	text-decoration: underline;
}

.reguirement_block span.caution {
	color: red;
	font-size: 1.2rem;
}

.reguirement_block h2.ttl {
	padding: 1em;
	border-bottom: 1px solid #81bf00;
	background: #EEF2E2;
	font-size: 1.8rem;
	font-weight: 600;
}

.reguirement_block dl.outline {
	margin: 1em auto 3em;
}

.reguirement_block dl.outline > div {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: .5em 0;
	table-layout: fixed;
}

.reguirement_block dl.outline > div > dt {
	display: table-cell;
	flex-shrink: 0;
	width: 163px;
	margin-right: 1em;
	padding: 1.5em 0;
	border-bottom: 1px solid #81bf00;
	font-size: 1.4rem;
	font-weight: 600;
	vertical-align: middle;
}

.reguirement_block dl.outline > div > dd {
	display: table-cell;
	width: calc(100% - 163px);
	padding: 1.5em 0;
	padding-left: 1em;
	border-bottom: 1px solid #DDDEDF;
	font-size: 1.4rem;
	line-height: 1.6;
	vertical-align: middle;
}

.reguirement_block .frame {
	padding: 3em;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.reguirement_block .frame.single {
	padding: 1em 3em;
}

.reguirement_block .frame ul li {
	margin-bottom: 2em;
	padding-left: 1em;
	font-size: 1.3rem;
	line-height: 1.8;
	text-indent: -1em;
}

.reguirement_block .frame ul li:last-child {
	margin-bottom: 0;
}

.reguirement_block .frame ul li a {
	color: #0000FF;
	text-decoration: underline;
	word-break: break-all;
}

.reguirement_block .link_pdf a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 383px;
	padding: 1.3em 0;
	border: 3px solid #CECECE;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	transition: .3s;
}

.reguirement_block .link_pdf a:hover {
	border: 3px solid #81bf00;
	color: #81bf00;
}

.reguirement_block .link_pdf a span.icon {
	display: inline-block;
	width: 1em;
	height: auto;
	margin-right: 1em;
}

.reguirement_block .link_pdf a::after {
	display: inline-block;
	width: 1.5em;
	height: .2em;
	margin-left: 1em;
	transform: skewX(45deg);
	border-right: 1px solid #81bf00;
	border-bottom: 1px solid #81bf00;
	content: '';
}

.reguirement_block .block {
	margin-top: 4em;
}

.reguirement_block .block h3.ttl {
	color: #81bf00;
	font-size: 1.8rem;
	font-weight: 600;
}

.reguirement_block .block dl.list {
	padding: 1.5em 0 0em;
}

.reguirement_block .block dl.list > div {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	padding: 2em 0;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.reguirement_block .block dl.list > div:last-of-type {
	margin-bottom: 0;
}

.reguirement_block .block dl.list > div > dt {
	flex-shrink: 0;
	width: 220px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.reguirement_block .block dl.list > div > dd {
	width: 580px;
	padding: 0 2em;
	border-left: 1px solid #d5d5d5;
	font-size: 1.5rem;
	line-height: 1.4;
}

.reguirement_block .block dl.list > div > dd dl.spec > div {
	display: flex;
	margin-bottom: .6em;
}

.reguirement_block .block dl.list > div > dd dl.spec > div:last-of-type {
	margin-bottom: 0;
}

.reguirement_block .block dl.list > div > dd dl.spec > div > dt {
	flex-shrink: 0;
	width: 4.5em;
	line-height: 1.4;
}

.reguirement_block .block dl.list > div > dd dl.spec > div dd {
	line-height: 1.4;
}

section#support {
	padding-bottom: 4em;
	background: #F7F7F7;
}

section#support h2.ttl {
	min-width: 800px;
	margin: 0 auto;
	padding: 1em 0;
	background: #81bf00;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
}

section#support .support_inner {
	width: 800px;
	margin: 3em auto;
}

section#support .support_inner p {
	font-size: 1.5rem;
	text-align: center;
}

section#support .support_inner p.small {
	font-size: 1.3rem;
}

section#support .link_form a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 534px;
	margin: 1em auto;
	padding: 1.2em 0;
	border: 3px solid #CACACA;
	border-radius: 8px;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	transition: .3s;
}

section#support .link_form a:hover {
	border: 3px solid #81bf00;
	color: #81bf00;
}

section#support .link_form a span span {
	font-weight: normal;
}

section#support .link_form a .icon {
	display: inline-block;
	width: 1.5em;
	height: auto;
	margin-right: 1em;
}

section#support .link_form a::after {
	display: inline-block;
	width: 1.8em;
	height: .3em;
	margin-left: 1em;
	transform: skewX(45deg);
	border-right: 1px solid #81bf00;
	border-bottom: 1px solid #81bf00;
	content: '';
}

/* ----------------------------------------------------------------------------------------------------
*  すららの受賞歴と評価
* --------------------------------------------------------------------------------------------------*/
.prizes_year_block {
	padding-top: 4em;
}

.prizes_year_block h2.year {
	min-width: 1000px;
	padding: .8em 0;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

.prizes_block {
	padding-bottom: 2em;
}

.prizes_block h3.ttl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #81bf00;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
	vertical-align: middle;
}

.prizes_block h3.ttl span.year {
	margin-right: 1em;
	padding-top: .4em;
	font-size: 1.5rem;
}

.prizes_block .flex {
	display: flex;
	flex-direction: row-reverse;
}

.prizes_block figure {
	flex-shrink: 0;
	width: 340px;
	margin-left: 2em;
	padding-top: 1em;
	text-align: right;
}

.prizes_block figure.center {
	text-align: center;
}

.prizes_block figure img {
	max-width: 100%;
	height: auto;
}

.prizes_block .text {
	position: relative;
}

.prizes_block .text p {
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}

.prizes_block .text .detail_link {
	margin: 2em 0 0;
}

.prizes_block .text .detail_link a {
	display: flex;
	align-items: center;
	color: #81bf00;
	font-size: 1.8rem;
	text-decoration: underline;
	transition: .3s;
}

.prizes_block .text .detail_link a:hover {
	opacity: .7;
}

.prizes_block .text .detail_link a span.icon {
	display: inline-block;
	margin-right: .5em;
	padding-top: .3em;
}

.prizes_block .mark {
	position: absolute;
	right: 0;
	bottom: 0;
}

#prizes_aside {
	margin-top: 6em;
	padding: 6em 0 6em;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

#prizes_aside .flex {
	display: flex;
	flex-wrap: wrap;
}

#prizes_aside .block {
	width: 48%;
	margin-right: 4%;
	padding: 3em;
	border-radius: 5px;
	background: #fff;
}

#prizes_aside .block:nth-of-type(2n) {
	margin-right: 0;
}

#prizes_aside .block figure {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	text-align: center;
}

#prizes_aside .block figure img {
	max-width: 100%;
	height: auto;
	min-height: inherit;
}

#prizes_aside .block h3.ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4em;
	color: #81bf00;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

#prizes_aside .block p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.ie11 #prizes_aside .block h3.ttl {
	height: 4em;
}

/* ----------------------------------------------------------------------------------------------------
*  アクティブラーニング
* --------------------------------------------------------------------------------------------------*/
#activelearming .frame_wrap {
	margin: 4em 0 0;
	text-align: center;
}

#activelearming .frame {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 2em 4em;
}

#activelearming .frame::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3em;
	height: 3em;
	border-top: 3px solid #81bf00;
	border-left: 3px solid #81bf00;
	content: '';
}

#activelearming .frame::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3em;
	height: 3em;
	border-right: 3px solid #81bf00;
	border-bottom: 3px solid #81bf00;
	content: '';
}

#activelearming .frame p {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

#activelearming_heading {
	padding: 1em 0 5em;
}

#activelearming_heading .frame_wrap {
	margin-bottom: 3em;
}

#activelearming_heading p {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}

#activelearming_content .block_gradietnt {
	padding: 3em 0;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

#activelearming_content .block_gradietnt .block {
	width: 794px;
	margin: 0 auto;
	margin-bottom: 3em;
}

#activelearming_content .block_gradietnt .block h3.ttl {
	margin-bottom: .8em;
	font-size: 1.8rem;
	font-weight: bold;
}

#activelearming_content .block_gradietnt .block h3.ttl span.icon {
	display: inline-block;
	position: relative;
	top: .2em;
	margin-right: .8em;
}

#activelearming_content .block_gradietnt .block .box {
	padding: 3em;
	border-radius: 5px;
	background: #fff;
}

#activelearming_content .block_gradietnt .block .box dl div {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#activelearming_content .block_gradietnt .block .box dl div dt {
	display: table-cell;
	width: 20%;
	font-size: 1.5rem;
	line-height: 0;
	line-height: 1.4;
}

#activelearming_content .block_gradietnt .block .box dl div dd {
	display: table-cell;
	width: 80%;
	padding: .1em 0;
	padding-left: 1em;
	border-left: 1px solid #CECECE;
	font-size: 1.5rem;
	line-height: 1.4;
}

#activelearming_content .block_gradietnt .block .box h4.ttl {
	margin-bottom: .8em;
	font-size: 1.9rem;
}

#activelearming_content .block_gradietnt .block .box p {
	font-size: 1.4rem;
}

.movie_wrap {
	flex-shrink: 0;
	width: 580px;
	margin: 0 auto;
}

.movie_wrap .movie {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	text-align: center;
}

.movie_wrap .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding: 1em;
	background: #fff;
}

#event_flow {
	padding: 6em 0;
}

#event_flow h2.ttl {
	position: relative;
	margin-bottom: 5em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#event_flow h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

.flow_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flow_block .block {
	position: relative;
	width: 400px;
	margin: 0 30px 70px;
}

.flow_block .block span.month {
	z-index: 10;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	text-align: center;
}

.flow_block .block h3.ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3em;
	margin-bottom: 1em;
	color: #81bf00;
	font-size: 2.1rem;
	line-height: 1.4;
	text-align: center;
}

.flow_block .block p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.flow_block .block p span.small {
	font-size: 1.2rem;
}

.flow_block .block figure {
	width: 100%;
	margin-bottom: 2em;
	text-align: center;
}

.flow_block .block figure img {
	max-width: 100%;
	height: auto;
}

.flow_block .block aside {
	margin: 2em 0;
	padding: 1.5em;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.flow_block .block aside h4.ttl {
	margin-bottom: .5em;
	font-size: 1.3rem;
}

.flow_block .block aside ul li {
	padding-left: 1.5em;
	font-size: 1.3rem;
	line-height: 1.5;
	text-indent: -1.5em;
}

.ie11 .flow_block .block h3.ttl {
	height: 3em;
}

#event_aim {
	padding-bottom: 10em;
}

#event_aim h2.ttl {
	position: relative;
	margin-bottom: 3em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#event_aim h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

#event_aim .flex {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}

#event_aim .movie_wrap,
#event_aim figure {
	margin-right: 60px;
	margin-left: -250px;
}

#event_aim .movie_wrap iframe,
#event_aim figure iframe {
	padding: 0;
}

#event_aim p {
	font-size: 1.5rem;
	line-height: 1.8;
}

#event_aim .gray_frame {
	margin-top: 3em;
	padding: 2em;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
}

#event_aim .gray_frame ul li {
	margin-bottom: .5em;
	font-size: 1.5rem;
	line-height: 1.4;
}

#event_aim .gray_frame ul li span.icon {
	display: inline-block;
	margin-right: 1em;
}

#skill {
	padding: 6em 0 0;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

#skill h2.ttl {
	position: relative;
	margin-bottom: 3em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#skill h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

.skill_heading p {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}

.skill_inner {
	padding: 4em 0;
	border-radius: 5px 5px 0 0;
	background: #fff;
}

.skill_content {
	padding-bottom: 5em;
	background: #fff;
}

.skill_content .flex {
	display: flex;
	align-items: flex-start;
}

.skill_content figure {
	margin-right: 30px;
}

.skill_content dl.list > div {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	padding: 2em 0;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.skill_content dl.list > div dt {
	position: relative;
	flex-shrink: 0;
	width: 6em;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.skill_content dl.list > div dd {
	padding: 0 0 0 1em;
	border-left: 1px solid #d5d5d5;
	font-size: 1.5rem;
	line-height: 1.4;
}

.skill_content dl.list > div dd ul {
	-ms-grid-columns: auto auto;
	-ms-grid-rows: auto auto;
	display: grid;
	display: -ms-grid;
	grid-template-rows: 50% 50%;
}

.skill_content dl.list > div dd ul li {
	align-self: center;
	margin: .2em 1.8em .2em 0;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.skill_content dl.list > div dd ul li span.icon {
	margin-right: .5em;
}

.skill_content dl.list > div dd ul li:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	grid-row: 1;
}

.skill_content dl.list > div dd ul li:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-column: 2;
	grid-row: 1;
}

.skill_content dl.list > div dd ul li:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-column: 1;
	grid-row: 2;
}

.skill_content dl.list > div dd ul li:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-column: 2;
	grid-row: 2;
}

.skill_content_inner {
	padding: 0 8em 0 5em;
}

.voice {
	padding: 2em 0 5em;
}

.voice h2.ttl {
	position: relative;
	margin-bottom: 3em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

.voice h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

.voice_block {
	display: flex;
	flex-wrap: wrap;
}

.voice_block .block {
	position: relative;
	width: 320px;
	height: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.voice_block .block:nth-of-type(3n) {
	margin-right: 0;
}

.voice_block .block .text {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em 2.5em;
	background-color: rgba(104, 170, 0, 0.8);
	opacity: 0;
	transition: .3s;
}

.voice_block .block .text:hover {
	opacity: 1;
}

.voice_block .block .text h3.ttl {
	margin: 2em 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: -0.002em;
}

.voice_block .block .text p {
	color: #fff;
	letter-spacing: -0.002em;
	line-height: 1.8;
}

.voice_block .block figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#media {
	padding: 5em 0 14em;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

.media_inner h2.ttl {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1.6;
	text-align: center;
}

.media_inner h2.ttl span.en {
	display: inline-block;
	margin-bottom: .5em;
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
	letter-spacing: 0;
}

ul.media_link {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4em;
}

ul.media_link li {
	width: 230px;
	margin-right: 26px;
	padding: 1.8em;
	background: #fff;
}

ul.media_link li:nth-of-type(4n) {
	margin-right: 0;
}

ul.media_link li a {
	display: block;
	transition: .3s;
}

ul.media_link li a:hover {
	opacity: .7;
}

ul.media_link li h3.ttl {
	display: flex;
	align-items: center;
	color: #81bf00;
	font-size: 2.1rem;
}

ul.media_link li h3.ttl span.icon {
	margin-right: .3em;
}

ul.media_link li figure {
	width: 194px;
	margin: 0 auto 1.5em;
}

ul.media_link li figure img {
	max-width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------------------------------------
*  すららカップ
* --------------------------------------------------------------------------------------------------*/
#what_suralacup {
	padding: 8em 0 6em;
}

#what_suralacup .flex {
	display: flex;
	flex-direction: row-reverse;
}

#what_suralacup h2.ttl {
	position: relative;
	margin-bottom: 3em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#what_suralacup h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

#what_suralacup p {
	margin: 2em 0;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-word;
}

#what_suralacup figure {
	margin-right: 60px;
	margin-left: -180px;
}

#what_suralacup .link_detail{
}
#what_suralacup .link_detail a {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 1em 0;
	border: 3px solid #CECECE;
	border-radius: 8px;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	transition: .3s;
}

#what_suralacup .link_detail a:hover {
	border: 3px solid #81bf00;
	color: #81bf00;
}

#what_suralacup .link_detail a span {
	position: relative;
}

#what_suralacup .link_detail a span::after {
	position: absolute;
	top: 50%;
	right: -2.5em;
	width: 1.5em;
	height: .26em;
	transform: translateY(-50%) skewX(45deg);
	border-right: 1px solid #81bf00;
	border-bottom: 1px solid #81bf00;
	content: '';
}

#suralacup_prize {
	padding: 6em 0;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

#suralacup_prize h2.ttl {
	position: relative;
	margin-bottom: 2.5em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#suralacup_prize h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

#suralacup_prize ul.prize {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

#suralacup_prize ul.prize li {
	margin: 0 2em;
}

#suralacup_prize ul.prize figure figcaption {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}

#suralacup_prize p.caution {
	font-size: 1.2rem;
	text-align: center;
}

#suralacup_prize ul.department {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em 0 0;
}

#suralacup_prize ul.department li {
	width: 370px;
	margin: 4em 2.5em 0;
	padding: 0 3em 2em;
	border-radius: 5px;
	background: #fff;
}

#suralacup_prize ul.department li h3.ttl {
	margin-bottom: .3em;
	transform: translateY(-50%);
	color: #81bf00;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#suralacup_prize ul.department li p {
	font-size: 1.5rem;
	text-align: justify;
	text-justify: inter-character;
}

#suralacup_prize ul.caution {
	width: 800px;
	margin: 2em auto;
}

#suralacup_prize ul.caution li {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
}

#participate {
	padding: 6em 0 4em;
}

#participate h2.ttl {
	position: relative;
	margin-bottom: 3em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#participate h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

#participate p {
	font-size: 1.5rem;
	text-align: center;
}

#participate dl.list {
	width: 800px;
	margin: 0 auto;
	padding: 5em 0 0em;
}

#participate dl.list > div {
	display: flex;
	align-items: center;
	margin-bottom: 3em;
	padding: 2em 0;
	border-radius: 5px;
}

#participate dl.list > div.bg_green {
	background: #F2F8F1;
}

#participate dl.list > div.bg_orange {
	background: #FFF0D9;
}

#participate dl.list > div.bg_blue {
	background: #DCF7FF;
}

#participate dl.list > div:last-of-type {
	margin-bottom: 0;
}

#participate dl.list > div > dt {
	flex-shrink: 0;
	width: 180px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

#participate dl.list > div > dd {
	display: flex;
	align-items: center;
	min-height: 105px;
	padding: 0 1.5em;
	border-left: 1px solid #d5d5d5;
	font-size: 1.5rem;
	line-height: 1.6;
}

#participate .schedule {
	padding: 6em 0;
}

#participate .schedule h3.ttl {
	margin-bottom: .5em;
	font-family: "Noto Serif JP", serif;
	font-size: 3.1rem;
	letter-spacing: .15em;
	line-height: 1.2;
	text-align: center;
}

#participate .schedule h3.ttl span {
	font-size: 1.8rem;
}

.ie11 #participate dl.list > div.bg_blue dd {
	padding-top: 1em;
}

#result {
	padding-bottom: 8em;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

#result figure.icon {
	margin-bottom: -30px;
	transform: translateY(-50%);
	text-align: center;
}

#result h2.ttl {
	position: relative;
	margin-bottom: 3em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#result h2.ttl span {
	display: inline-block;
	margin-top: 1em;
	font-size: 1.5rem;
}

#result h2.ttl::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

#result h2.ttl_2 {
	position: relative;
	margin-bottom: 0em;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

#result h2.ttl_2 span {
	display: inline-block;
	margin-top: 1em;
	font-size: 1.5rem;
}

#result h2.ttl_2::after {
	position: absolute;
	right: 0;
	bottom: -1.5em;
	left: 0;
	width: 52px;
	height: 1px;
	margin: 0 auto;
	background: #00a3e1;
	background: -moz-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: -webkit-linear-gradient(left, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	background: linear-gradient(to right, #00a3e1 0%, #00a3e1 33%, #f2a702 33%, #f2a702 66%, #e85b95 66%, #e85b95 100%);
	content: '';
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e1', endColorstr='#e85b95',GradientType=1 );
}

#result .grades h3.ttl {
	padding-bottom: 1em;
	border-bottom: 1px solid #81bf00;
	font-size: 1.8em;
	font-weight: 600;
}

#result .grades#lower ul.voice {
	display: flex;
	margin: .5em 0;
}

#result .grades#lower ul.voice li {
	width: 310px;
	margin-right: 35px;
	padding: 3em;
	background: #fff;
}

#result .grades#lower ul.voice li:nth-of-type(3n) {
	margin-right: 0;
}

#result .grades#lower ul.voice li figure {
	width: 247px;
	margin: 1em 0;
}

#result .grades#lower ul.voice li figure img {
	max-width: 100%;
	height: auto;
}

#result .grades#lower ul.voice li h4.ttl {
	margin-bottom: .8em;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
}

#result .grades#lower ul.voice li p {
	font-size: 1.5rem;
	line-height: 1.8;
}

#result .grades#team .flex {
	display: flex;
	align-items: center;
}

#result .grades#team .block {
	margin-top: 2.5em;
	padding: 4em;
	background: #fff;
}

#result .grades#team .block h4.ttl {
	margin-bottom: 1em;
	font-size: 2.0rem;
	font-weight: 600;
}

#result .grades#team .block figure {
	flex-shrink: 0;
	width: 240px;
	margin-right: 40px;
}

#result .grades#team .block dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1em;
}

#result .grades#team .block dt {
	flex-shrink: 0;
	width: 151px;
	margin-right: 1em;
	border: 1px solid #A8A8A8;
	border-radius: 5px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

#result .grades#team .block dd {
	font-size: 1.5em;
	line-height: 1.4;
}

#all_resule {
	padding: 6em 0 4em;
}

#all_resule h2.ttl {
	font-size: 1.5rem;
	text-align: center;
}

#all_resule ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 4em 0 0;
}

#all_resule ul li {
	width: 25%;
	margin-bottom: 2.5em;
}

#all_resule ul li a {
	display: inline-flex;
	align-items: center;
	color: #81bf00;
	font-size: 1.8rem;
	text-decoration: underline;
	transition: .3s;
}

#all_resule ul li a:hover {
	opacity: .7;
}

#all_resule ul li a span.icon {
	display: inline-block;
	margin-right: .5em;
}

/* ----------------------------------------------------------------------------------------------------
*  コラボレーション教材
* --------------------------------------------------------------------------------------------------*/
#collabration {
	padding-bottom: 4em;
}

.collabration_heading {
	padding: 4em 0;
}

.collabration_heading p {
	font-size: 1.5rem;
	text-align: center;
}

.collabration_block {
	margin-bottom: 8em;
}

.collabration_block h2.ttl {
	padding: 1.2em 2em;
	border-bottom: 1px solid #81bf00;
	background: #EEF2E2;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
}

.collabration_block .flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-top: 3em;
}

.collabration_block .image_and_link {
	margin-right: 5em;
}

.collabration_block .image_and_link figure {
	width: 300px;
	margin-bottom: 1.5em;
}

.collabration_block .image_and_link figure img {
	max-width: 100%;
	height: auto;
	border: 1px solid #D5D5D5;
}

.collabration_block .text h3.ttl {
	margin-bottom: 1em;
	color: #81bf00;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}

.collabration_block .text p {
	font-size: 1.5rem;
}

.collabration_block dl.accompanying {
	padding-top: 2em;
}

.collabration_block dl.accompanying > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: .5em;
}

.collabration_block dl.accompanying dt {
	flex-shrink: 0;
	width: 7.4em;
	margin-right: .5em;
	padding: .2em 0 .3em;
	border: 1px solid #A8A8A8;
	border-radius: 5px;
	font-size: 1.5rem;
	text-align: center;
}

.collabration_block dl.accompanying dd {
	padding-top: .1em;
	font-size: 1.5rem;
	line-height: 1.4;
}

.collabration_block .link_detail a {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 1em 0;
	border: 3px solid #CECECE;
	border-radius: 8px;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	transition: .3s;
}

.collabration_block .link_detail a:hover {
	border: 3px solid #81bf00;
	color: #81bf00;
}

.collabration_block .link_detail a span {
	position: relative;
}

.collabration_block .link_detail a span::after {
	position: absolute;
	top: 50%;
	right: -2.5em;
	width: 1.5em;
	height: .26em;
	transform: translateY(-50%) skewX(45deg);
	border-right: 1px solid #81bf00;
	border-bottom: 1px solid #81bf00;
	content: '';
}

.ie11 .collabration_block dl.accompanying dd {
	width: 530px;
}

/* ----------------------------------------------------------------------------------------------------
*  すらら開発の軌跡
* --------------------------------------------------------------------------------------------------*/
#about_works {
	padding: 4em 0;
}

#about_works h2.ttl.bg_gradetion {
	min-width: 1000px;
	margin: 0 auto;
	padding: .8em 0;
	background: #d1eaf1;
	background: -moz-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: -webkit-linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	background: linear-gradient(45deg, #d1eaf1 0%, #ffffe1 100%);
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eaf1', endColorstr='#ffffe1',GradientType=1 );
}

#about_works h3.ttl.underline {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #81bf00;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.4;
}

#about_works h3.ttl.underline span.year {
	margin-right: 1em;
	font-size: 1.5rem;
	line-height: 1.8;
}

.works_block {
	margin-bottom: 6em;
}

.about_works_inner {
	padding: 3em 0 0 0;
}

.about_works_inner .flex {
	display: flex;
}

.about_works_inner .column {
	flex-direction: column;
}

.about_works_inner .spacebetween {
	justify-content: space-between;
}

.about_works_inner p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.about_works_inner p span.small {
	display: inline-block;
	margin-top: .5em;
	font-size: 1.2rem;
	line-height: 1.6;
}

.about_works_inner p.catch {
	line-height: 2;
}

.about_works_inner .bg_green {
	padding: 2em;
	border-radius: 5px;
	background: #F2F8F1;
}

.about_works_inner .bg_green.main {
	margin-top: 2em;
	padding: 3em 0;
}

.about_works_inner .bg_green p {
	margin-top: 1em;
}

.about_works_inner .center {
	text-align: center;
}

.about_works_inner .text p {
	text-align: justify;
	text-justify: inter-character;
}

.about_works_inner p + p {
	margin-top: 2em;
}

.about_works_inner .aside {
	flex-shrink: 0;
	width: 357px;
	margin-left: 4em;
}

.about_works_inner .aside .fig01 {
	margin-bottom: 2em;
}

.about_works_inner .aside .fig02 {
	margin-bottom: 10em;
}

.about_works_inner .aside .fig03 {
	margin-bottom: 4em;
}

.about_works_inner .aside.right {
	text-align: right;
}

.about_works_inner .box01 {
	margin-top: 4em;
	margin-bottom: 2em;
}

.about_works_inner .box01 .bg_green figure {
	margin-bottom: 1em;
}

.about_works_inner .box01.mt0 {
	margin-top: 0;
}

.about_works_inner .box01.mb1 {
	margin-bottom: 1em;
}

.about_works_inner .mt2 {
	margin-top: 2em;
}

.event .frame {
	margin: 2em 0;
	padding: 2em;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.event .frame h4.ttl {
	color: #81bf00;
	font-size: 1.5rem;
	font-weight: 600;
}

.event .frame dl.event_detail {
	margin-top: 2em;
}

.event .frame dl.event_detail > div {
	display: flex;
	align-items: center;
	margin-bottom: .5em;
}

.event .frame dl.event_detail > div dt {
	width: 113px;
	margin-right: .8em;
	padding: .2em;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

.event .frame dl.event_detail > div dd {
	font-size: 1.5rem;
	line-height: 1.4;
}

.event .frame dl.notes > div {
	margin-bottom: 3em;
}

.event .frame dl.notes > div:last-of-type {
	margin-bottom: 0;
}

.event .frame dl.notes > div dt {
	font-size: 1.3rem;
	line-height: 1.4;
}

.event .frame dl.notes > div dd {
	font-size: 1.3rem;
	line-height: 1.4;
}

.event .event_block {
	margin: 4em 0;
}

.event .event_block h5.ttl {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.5rem;
}

.event .event_block ul li {
	margin-bottom: .5em;
	font-size: 1.5rem;
	line-height: 1.6;
}

.event dl.ttl {
	display: table;
	width: 100%;
	margin-bottom: 2em;
	table-layout: fixed;
}

.event dl.ttl dt {
	display: table-cell;
	width: 148px;
	height: 100%;
	padding: 1em 0;
	background: #81bf00;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}

.event dl.ttl dd {
	display: table-cell;
	width: 100%;
	padding: 1em;
	background: #F1F1F1;
	font-size: 1.5rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#main_visual {
		background-image: url("../img/service/sp_service_mv.jpg");
	}
	ul#service_link_list {
		display: block;
	}
	.service_link_item {
		width: 100%;
	}
	.service_link_item figure {
		width: 13em;
	}
	.service_link_item h3.ttl {
		font-size: 3.6rem;
	}
	.service_link_item p {
		font-size: 2.2rem;
	}
	ul.service_content {
		display: block;
	}
	li.service_content_item {
		width: 100%;
		margin: 0 0 6em 0;
	}
	li.service_content_item figure img {
		width: 100%;
		height: auto;
	}
	li.service_content_item h3.ttl {
		padding-bottom: .5em;
		font-size: 4.2rem;
	}
	li.service_content_item p {
		font-size: 3rem;
	}
	#subject_heading .frame p {
		font-size: 4.0rem;
	}
	#subject_heading .frame sup {
		font-size: 2.4rem;
	}
	#subject_heading p.text {
		font-size: 3.0rem;
	}
	#subject_heading p.caution {
		font-size: 2.6rem;
	}
	#subject_content {
		padding: 1em 0 2em;
	}
	.subject_block .flex {
		display: block;
	}
	.subject_block figure {
		width: 100%;
		margin: 4em 0;
		text-align: center;
	}
	.subject_block h3.ttl {
		font-size: 4.2rem;
	}
	.subject_block p {
		font-size: 3.0rem;
	}
	.subject_block .page_link {
		margin: 4em 0 0;
	}
	.subject_block .page_link a {
		width: 100%;
		font-size: 3.4rem;
	}
	.reguirement_inner {
		width: 84%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	#reguirement_heading {
		padding-bottom: 5em;
	}
	#reguirement_heading .reguirement_inner {
		padding-bottom: 5em;
	}
	#reguirement_heading p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	#reguirement_heading p span.caution {
		font-size: 2.4rem;
	}
	#reguirement_heading nav.page_nav ul {
		display: block;
	}
	#reguirement_heading nav.page_nav ul li {
		width: 100%;
		margin-right: 0;
	}
	#reguirement_heading nav.page_nav ul li a {
		font-size: 3.4rem;
	}
	#reguirement_heading nav.page_nav ul li a::before {
		position: relative;
		top: .1em;
		width: 1em;
		height: 1em;
		margin-right: .5em;
		background-size: contain;
	}
	.reguirement_block p {
		font-size: 3.0rem;
	}
	.reguirement_block span.caution {
		font-size: 2.4rem;
	}
	.reguirement_block h2.ttl {
		font-size: 3.6rem;
	}
	.reguirement_block dl.outline {
		width: 100%;
		padding-top: 0em;
		padding-bottom: 2em;
	}
	.reguirement_block dl.outline > div {
		display: block;
		padding: .5em 0;
		border-bottom: 1px solid #DDDEDF;
	}
	.reguirement_block dl.outline > div > dt {
		display: block;
		width: 80%;
		padding: 1em 0;
		font-size: 2.8rem;
	}
	.reguirement_block dl.outline > div > dd {
		display: block;
		width: 100%;
		padding-left: 0;
		border-bottom: none;
		font-size: 2.8rem;
	}
	.reguirement_block .frame ul li {
		font-size: 2.6rem;
	}
	.reguirement_block .link_pdf a {
		width: 100%;
		padding: 1.3em 1em;
		font-size: 2.8rem;
	}
	.reguirement_block .link_pdf a span.icon {
		width: 1.5em;
	}
	.reguirement_block .block {
		margin-top: 6em;
	}
	.reguirement_block .block h3.ttl {
		font-size: 3.6rem;
	}
	.reguirement_block .block dl.list > div {
		display: block;
		margin-bottom: 2em;
		padding: 0 2em;
	}
	.reguirement_block .block dl.list > div > dt {
		width: auto;
		padding: 1em;
		font-size: 3.4rem;
	}
	.reguirement_block .block dl.list > div > dd {
		width: auto;
		padding: 1em;
		border-top: 1px solid #d5d5d5;
		border-left: none;
		font-size: 3.0rem;
	}
	.reguirement_block .block dl.list > div > dd dl.spec > div {
		display: block;
	}
	section#support {
		padding-bottom: 2em;
	}
	section#support h2.ttl {
		min-width: inherit;
		font-size: 3.4rem;
	}
	section#support .support_inner {
		width: 84%;
	}
	section#support .support_inner p {
		font-size: 3.0rem;
	}
	section#support .support_inner p.small {
		font-size: 2.6rem;
	}
	section#support .link_form a {
		width: 100%;
		padding: 1em .2em;
		font-size: 3.6rem;
		line-height: 1.4;
	}
	.prizes_year_block h2.year {
		min-width: inherit;
		font-size: 4.4rem;
	}
	.prizes_block {
		padding-bottom: 4em;
	}
	.prizes_block h3.ttl {
		display: block;
		margin-bottom: .5em;
		padding-top: 1em;
		padding-bottom: .5em;
		font-size: 4.4rem;
	}
	.prizes_block h3.ttl span.year {
		display: block;
		font-size: 3.0rem;
	}
	.prizes_block .flex {
		display: block;
	}
	.prizes_block figure {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.prizes_block .text {
		margin-top: 3em;
	}
	.prizes_block .text.awards {
		padding-bottom: 120px;
	}
	.prizes_block .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	.prizes_block .text .detail_link a {
		align-items: flex-start;
		font-size: 3.6rem;
		line-height: 1.6;
	}
	#prizes_aside .flex {
		display: block;
	}
	#prizes_aside .block {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4em;
	}
	#prizes_aside .block figure {
		height: auto;
	}
	#prizes_aside .block h3.ttl {
		min-height: inherit;
		margin: 1em 0;
		font-size: 4.0rem;
	}
	#prizes_aside .block p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	#activelearming .frame p {
		font-size: 4.0rem;
	}
	#activelearming_heading p {
		font-size: 3.0rem;
	}
	#activelearming_content .block_gradietnt {
		padding: 6em 0;
	}
	#activelearming_content .block_gradietnt .block {
		width: 100%;
	}
	#activelearming_content .block_gradietnt .block h3.ttl {
		font-size: 3.6rem;
	}
	#activelearming_content .block_gradietnt .block h3.ttl span.icon {
		height: 1em;
		margin-right: .5em;
	}
	#activelearming_content .block_gradietnt .block h3.ttl span.icon img {
		width: auto;
		height: 100%;
	}
	#activelearming_content .block_gradietnt .block .box dl div {
		display: block;
		margin-bottom: 2em;
	}
	#activelearming_content .block_gradietnt .block .box dl div dt {
		display: block;
		width: 100%;
		font-size: 3.0rem;
	}
	#activelearming_content .block_gradietnt .block .box dl div dd {
		display: block;
		width: 100%;
		padding-left: 0;
		border-left: none;
		font-size: 3.0rem;
	}
	#activelearming_content .block_gradietnt .block .box h4.ttl {
		font-size: 3.8rem;
		line-height: 1.4;
	}
	#activelearming_content .block_gradietnt .block .box p {
		font-size: 2.8rem;
	}
	.movie_wrap {
		width: 100%;
	}
	#event_flow h2.ttl {
		margin-bottom: 4em;
		font-size: 4.0rem;
	}
	#event_flow h2.ttl::after {
		bottom: -1em;
	}
	.flow_block {
		display: block;
	}
	.flow_block .block {
		width: 100%;
		margin: 12em 0 0;
	}
	.flow_block .block h3.ttl {
		min-height: inherit;
		margin-bottom: .5em;
		font-size: 4.2rem;
	}
	.flow_block .block p {
		font-size: 3.0rem;
	}
	.flow_block .block p span.small {
		font-size: 2.4rem;
	}
	.flow_block .block aside {
		padding: 3em;
	}
	.flow_block .block aside h4.ttl {
		font-size: 2.6rem;
	}
	.flow_block .block aside ul li {
		font-size: 2.6rem;
	}
	#event_aim h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	#event_aim h2.ttl::after {
		bottom: -1em;
	}
	#event_aim .flex {
		display: block;
	}
	#event_aim .movie_wrap,
	#event_aim figure {
		width: 100%;
		margin: 2em 0 0;
	}
	#event_aim .movie_wrap img,
	#event_aim figure img {
		max-width: 100%;
		height: auto;
	}
	#event_aim p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	#event_aim .gray_frame ul li {
		padding-left: 1.5em;
		font-size: 3.0rem;
		text-indent: -.7em;
	}
	#event_aim .gray_frame ul li span.icon {
		margin-right: .5em;
	}
	#skill h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	#skill h2.ttl::after {
		bottom: -1em;
	}
	.skill_heading p {
		font-size: 3.0rem;
	}
	.skill_content .flex {
		display: block;
	}
	.skill_content figure {
		margin: 0 0 3em;
		text-align: center;
	}
	.skill_content figure img {
		width: 60%;
	}
	.skill_content dl.list > div {
		display: block;
		margin-bottom: 2em;
		padding: 0 2em;
	}
	.skill_content dl.list > div dt {
		width: auto;
		padding: 1em;
		font-size: 3.4rem;
	}
	.skill_content dl.list > div dd {
		padding: 1em;
		border-top: 1px solid #d5d5d5;
		border-left: none;
		font-size: 3.0rem;
	}
	.skill_content dl.list > div dd ul {
		display: block;
	}
	.skill_content dl.list > div dd ul li {
		margin-bottom: .5em;
	}
	.skill_content_inner {
		padding: 0;
	}
	.voice h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	.voice h2.ttl::after {
		bottom: -1em;
	}
	.voice_block {
		display: block;
	}
	.voice_block .block {
		width: 100%;
		height: auto;
		margin: 0 0 4em 0;
		padding-top: 100%;
	}
	.voice_block .block .text {
		opacity: 1;
	}
	.voice_block .block .text h3.ttl {
		font-size: 2.8em;
	}
	.voice_block .block figure img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#media {
		padding-bottom: 2em;
	}
	.media_inner h2.ttl {
		font-size: 3.6rem;
	}
	.media_inner h2.ttl span.en {
		font-size: 2.4rem;
	}
	ul.media_link {
		display: block;
	}
	ul.media_link li {
		width: 100%;
		margin-bottom: 3em;
		padding: 4em;
	}
	ul.media_link li h3.ttl span.icon {
		position: relative;
		top: .08em;
	}
	ul.media_link li h3.ttl {
		font-size: 4.2rem;
	}
	ul.media_link li figure {
		width: 100%;
		text-align: center;
	}
	.sp_skill_wrap {
		width: 100%;
		background: #fff;
	}
	#what_suralacup .flex {
		display: block;
	}
	#what_suralacup h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	#what_suralacup h2.ttl::after {
		bottom: -1em;
	}
	#what_suralacup p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	#what_suralacup figure {
		width: 100%;
		margin: 0 0 4em;
	}
	#what_suralacup figure img {
		max-width: 100%;
		height: auto;
	}
	#what_suralacup .link_detail a {
		width: 100%;
		font-size: 3.4rem;
	}
	#suralacup_prize h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	#suralacup_prize h2.ttl::after {
		bottom: -1em;
	}
	#suralacup_prize ul.prize {
		width: 100%;
	}
	#suralacup_prize ul.prize li {
		width: 33%;
		margin: 0;
	}
	#suralacup_prize ul.prize figure {
		width: 100%;
	}
	#suralacup_prize ul.prize figure img {
		width: 100%;
		height: auto;
	}
	#suralacup_prize ul.prize figure figcaption {
		font-size: 2.2rem;
		line-height: 1.4;
	}
	#suralacup_prize p.caution {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#suralacup_prize ul.department li {
		width: 100%;
		margin-bottom: 4em;
		padding-bottom: 4em;
	}
	#suralacup_prize ul.department li h3.ttl {
		font-size: 4.0rem;
	}
	#suralacup_prize ul.department li p {
		font-size: 3.0rem;
		line-height: 1.4;
	}
	#suralacup_prize ul.caution {
		width: 100%;
	}
	#suralacup_prize ul.caution li {
		font-size: 2.4rem;
	}
	#participate h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	#participate h2.ttl::after {
		bottom: -1em;
	}
	#participate p {
		font-size: 3.0rem;
	}
	#participate dl.list {
		width: 100%;
	}
	#participate dl.list > div {
		display: block;
		margin-bottom: 4em;
		padding: 0 2em;
	}
	#participate dl.list > div > dt {
		width: auto;
		padding: 1em;
		font-size: 3.4rem;
	}
	#participate dl.list > div > dd {
		padding: 1em;
		border-top: 1px solid #d5d5d5;
		border-left: none;
		font-size: 3.0rem;
	}
	#participate .schedule {
		padding-bottom: 10em;
	}
	#participate .schedule h3.ttl {
		font-size: 6.2rem;
	}
	#participate .schedule h3.ttl span {
		font-size: 3.6rem;
	}
	#result figure.icon {
		width: 30%;
		margin: 0 auto -4em;
	}
	#result figure.icon img {
		width: 100%;
		height: auto;
	}
	#result h2.ttl {
		margin-bottom: 2em;
		font-size: 4.0rem;
	}
	#result h2.ttl span {
		font-size: 3.0rem;
	}
	#result h2.ttl::after {
		bottom: -1em;
	}
	#result .grades h3.ttl {
		font-size: 3.6rem;
	}
	#result .grades#lower ul.voice {
		display: block;
	}
	#result .grades#lower ul.voice li {
		width: 100%;
		margin: 0 0 4em 0;
	}
	#result .grades#lower ul.voice li figure {
		width: 100%;
		text-align: center;
	}
	#result .grades#lower ul.voice li h4.ttl {
		font-size: 4.0rem;
	}
	#result .grades#lower ul.voice li p {
		font-size: 3.0rem;
	}
	#result .grades#team .flex {
		display: block;
	}
	#result .grades#team .block h4.ttl {
		font-size: 4.0rem;
		line-height: 1.4;
	}
	#result .grades#team .block figure {
		width: 100%;
		margin: 2em 0 4em;
		text-align: center;
	}
	#result .grades#team .block dl {
		display: block;
		margin-bottom: 4em;
	}
	#result .grades#team .block dt {
		width: auto;
		margin-bottom: .5em;
		font-size: 3.0rem;
	}
	#result .grades#team .block dd {
		font-size: 3.0rem;
	}
	#all_resule h2.ttl {
		font-size: 3.0rem;
		line-height: 1.4;
	}
	#all_resule ul {
		display: block;
	}
	#all_resule ul li {
		width: 100%;
		margin-bottom: 4em;
	}
	#all_resule ul li a {
		font-size: 3.6rem;
	}
	.collabration_heading p {
		font-size: 3.0rem;
	}
	.collabration_block h2.ttl {
		padding: 1.2em 1em;
		font-size: 3.6rem;
	}
	.collabration_block .flex {
		display: block;
	}
	.collabration_block .image_and_link {
		margin-right: 0;
	}
	.collabration_block .image_and_link figure {
		width: auto;
		margin-bottom: 3em;
		text-align: center;
	}
	.collabration_block .text h3.ttl {
		font-size: 3.4rem;
	}
	.collabration_block .text p {
		font-size: 3.0rem;
	}
	.collabration_block dl.accompanying > div {
		display: block;
		margin-bottom: 2em;
	}
	.collabration_block dl.accompanying dt {
		font-size: 2.6rem;
	}
	.collabration_block dl.accompanying dd {
		font-size: 2.6rem;
	}
	.collabration_block .link_detail a {
		width: 80%;
		font-size: 3.4rem;
	}
	#about_works img {
		max-width: 100%;
		height: auto;
	}
	#about_works h2.ttl.bg_gradetion {
		min-width: inherit;
		font-size: 4.4rem;
	}
	#about_works h3.ttl.underline {
		margin-bottom: .5em;
		font-size: 3.8rem;
	}
	#about_works h3.ttl.underline span.year {
		display: block;
		font-size: 3.0rem;
	}
	.about_works_inner .flex {
		display: block;
	}
	.about_works_inner p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	.about_works_inner p span.small {
		font-size: 2.4rem;
	}
	.about_works_inner p.catch {
		line-height: 1.6;
	}
	.about_works_inner .bg_green {
		margin: 4em 0;
		padding: 4em;
	}
	.about_works_inner .bg_green.main {
		margin: 4em 0;
		padding: 4em;
	}
	.about_works_inner .aside {
		width: auto;
		margin: 2em 0;
	}
	.about_works_inner .aside .fig01 {
		margin-bottom: auto;
	}
	.about_works_inner .aside .fig02 {
		margin-bottom: auto;
	}
	.about_works_inner .aside .fig03 {
		margin-bottom: auto;
	}
	.about_works_inner .box01.mt0 {
		margin-top: 4em;
	}
	.about_works_inner .box01.mb1 {
		margin-bottom: 2em;
	}
	.event .frame h4.ttl {
		padding-left: 1em;
		font-size: 3.0rem;
		line-height: 1.4;
		text-indent: -1em;
	}
	.event .frame dl.event_detail > div {
		display: block;
		margin-bottom: 4em;
	}
	.event .frame dl.event_detail > div:last-of-type {
		margin-bottom: 0;
	}
	.event .frame dl.event_detail > div dt {
		width: auto;
		margin-bottom: .5em;
		font-size: 3.0rem;
	}
	.event .frame dl.event_detail > div dd {
		width: auto;
		font-size: 3.0rem;
	}
	.event .frame dl.notes > div dt {
		font-size: 2.6rem;
	}
	.event .frame dl.notes > div dd {
		font-size: 2.6rem;
	}
	.event .event_block h5.ttl {
		font-size: 3.0rem;
	}
	.event .event_block ul li {
		font-size: 3.0rem;
	}
	.event dl.ttl {
		display: block;
	}
	.event dl.ttl dt {
		display: block;
		width: 100%;
		font-size: 3.0rem;
	}
	.event dl.ttl dd {
		display: block;
		font-size: 3.0rem;
		line-height: 1.4;
	}
	.year2019 .aside figure,
	.year2015 .aside figure {
		width: 80%;
		margin: 0 auto;
	}
	.year2019 .aside figure.fig01,
	.year2015 .aside figure.fig01 {
		margin-bottom: 4em;
	}
}

/*# sourceMappingURL=sourcemaps/service.css.map */
