@charset "UTF-8";


/* Scss Document */
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/

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

p.catch {
	font-size: 1.5rem;
	line-height: 2;
}

.bg_gradetion {
	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 );
}

.flex {
	display: flex;
}

.wrap_line {
	margin-top: 2em;
	padding: 1.5em 1em;
}

.wrap_line dl > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: .8em;
}

.wrap_line dl > div:last-of-type {
	margin-bottom: 0;
}

.wrap_line dl > div 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;
}

.wrap_line dl > div dd {
	padding-top: .1em;
	font-size: 1.5rem;
	letter-spacing: -0.002em;
	line-height: 1.4;
}

.trial {
	margin: 4em 0 0;
	text-align: center;
}

.trial p.caution {
	margin-top: 1em;
	color: #DB0012;
	font-size: 1.2rem;
	text-align: center;
}

.trial a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 432px;
	height: 72px;
	margin: 0 auto;
	border-radius: 5px;
	background: linear-gradient(45deg, #5ec6c5 0%, #80bb00 100%);
	color: #fff;
	font-size: 1.8rem;
	transition: .3s;
}

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

.trial a.btn:hover {
	opacity: .7;
}

.subject.movie_wrap {
	flex-shrink: 0;
	width: 600px;
	margin: 4em auto;
	text-align: center;
}

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

.subject.movie_wrap .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ----------------------------------------------------------------------------------------------------
*  マイチューター for すららページ
* --------------------------------------------------------------------------------------------------*/
#linga {
	padding: 4em 0 0;
}

#linga_heading {
	padding: 0 100px 4em;
}

#linga_content {
	padding: 4em 0 12em;
}

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

#linga_content section {
	padding: 4em 0;
}

#linga_content section h2.ttl {
	padding: 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #ECEFE0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#linga_content .block {
	padding: 3em 0;
}

#linga_content .block:last-of-type {
	padding-bottom: 0;
}

#linga_content .block h3.ttl {
	margin-bottom: 1em;
	color: #80BB00;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#linga_content .block h3.ttl.underline {
	padding-bottom: 1em;
	border-bottom: 1px solid #D5D5D5;
}

#linga_content .block .text p {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-character;
}

#linga_content .block .text p + p {
	margin-top: 2em;
}

#linga_content .block figure.thumb {
	margin-left: 4em;
}

#linga_content figure.glaph01,
#linga_content figure.glaph02 {
	text-align: center;
}

#linga_content figure.glaph02 {
	width: 60%;
	margin: 0 auto;
}

#linga_content #sec03 .wrap_line {
	margin: 2em 0;
	padding: 2em 3em;
}

#linga_content #sec03 .wrap_line li {
	margin-bottom: .8em;
	padding-left: 1em;
	font-size: 1.5rem;
	line-height: 1.4;
	text-indent: -.6em;
}

#linga_content #sec03 .wrap_line li span {
	display: inline-block;
	position: relative;
	top: -.2em;
	margin-right: 1.5em;
	color: #81bf00;
	font-size: .6em;
}

#linga_content #sec03 .wrap_line li:last-child {
	margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
*  douga pocket
* --------------------------------------------------------------------------------------------------*/
#douga-pocket {
	padding-bottom: 4em;
}

#douga-pocket_heading {
	padding: 6em 100px 2em;
}

#douga-pocket_heading .logo {
	margin-bottom: 6em;
}

#douga-pocket_heading .logo .flex {
	align-items: center;
	justify-content: center;
}

#douga-pocket_heading .logo .flex span {
	display: inline-block;
	margin: 0 4em;
}

#douga-pocket_heading .logo .flex figure {
	text-align: center;
}

#douga-pocket_heading .wrap_line dl > div dd {
	letter-spacing: -0.05em;
}

#douga-pocket_content section h2.ttl {
	padding: 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #ECEFE0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#douga-pocket_content section {
	padding: 4em 0;
}

#douga-pocket_content section .text {
	margin: 2em 0 0;
}

#douga-pocket_content section .text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

#douga-pocket_content #sec01 figure {
	margin: 4em 0;
	text-align: center;
}

#douga-pocket_content .douga-pocket_inner {
	padding: 0 100px;
}

.flow .row3 {
	display: flex;
	justify-content: space-between;
	margin: .5em 0;
}

.flow .row3.title {
	margin-bottom: 1.5em;
}

.flow .row3 > * {
	width: 250px;
}

.flow .row3 p.plus {
	color: #81bf00;
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.flow .row3 .syou {
	color: #fe8157;
	font-size: 1.8rem;
	text-align: center;
}

.flow .row3 .chyuu {
	color: #1ca852;
	font-size: 1.8rem;
	text-align: center;
}

.flow .row3 figcaption.syou,
.flow .row3 figcaption.chyuu {
	display: none;
}

.flow .row3 .box {
	display: flex;
	align-items: center;
	padding: 0 1em 0 2em;
	background: #81bf00;
}

.flow .row3 .box h4.ttl {
	margin-bottom: .5em;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 500;
}

.flow .row3 .box p {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: -0.005em;
	line-height: 1.6;
}

.flow .row3 figure {
	text-align: center;
}

.flow .row3 figure img {
	width: 100%;
	height: auto;
	outline: 1px solid #D5D5D5;
	outline-offset: -1px;
}

#douga-pocket_content #sec03 .flex > div {
	width: 50%;
}

#douga-pocket_content #sec03 .flex > div dt {
	width: 235px;
}

#douga-pocket_content #sec04 .disp {
	margin-top: 4em;
}

#douga-pocket_content #sec04 .disp h3.ttl {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #81bf00;
	color: #81bf00;
	font-size: 1.8rem;
	text-align: center;
}

#douga-pocket_content #sec04 .flex {
	justify-content: space-between;
}

#douga-pocket_content #sec05 .wrap_line {
	padding: 3em 2em;
}

#douga-pocket_content #sec05 .wrap_line h3.ttl {
	padding-bottom: 1em;
	border-bottom: 1px solid #D5D5D5;
	color: #81bf00;
	font-size: 1.8rem;
}

#douga-pocket_content #sec05 .wrap_line ol li {
	margin-bottom: .8em;
	padding-left: 1em;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.4;
	text-indent: -1em;
}

#douga-pocket_content #sec05 .wrap_line p.caution {
	color: #DB0012;
	font-size: 1.2rem;
	letter-spacing: -0.01em;
	line-height: 1.4;
}

#douga-pocket_content ul.list li {
	margin-bottom: .8em;
	padding-left: 2em;
	font-size: 1.5rem;
	letter-spacing: -0.01em;
	line-height: 1.4;
	text-indent: -1em;
}

#douga-pocket_content ul.list li span {
	display: inline-block;
	position: relative;
	top: -.2em;
	margin-right: 1.5em;
	color: #81bf00;
	font-size: .6em;
}

#douga-pocket_content ul.list li:last-child {
	margin-bottom: 0;
}

#douga-pocket_content #sec06 dl.outline {
	margin: 1em auto 3em;
}

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

#douga-pocket_content #sec06 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;
	line-height: 1.6;
	vertical-align: middle;
	vertical-align: top;
}

#douga-pocket_content #sec06 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;
}

#douga-pocket_content #sec06 .caution {
	top: 0;
	color: #DB0012;
	font-size: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------
*  デジタルスタディページ
* --------------------------------------------------------------------------------------------------*/
#digital-study {
	padding: 4em 0 12em;
}

#digital-study_heading {
	padding-bottom: 9em;
}

#digital-study_heading .digital-study_inner {
	padding: 0 100px;
}

#digital-study_heading .flex {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}

#digital-study_heading .flex figure {
	margin-top: 3em;
	text-align: center;
}

#digital-study_heading .flex figure img {
	width: 100%;
	height: auto;
	outline: 1px solid #D5D5D5;
	outline-offset: -1px;
}

#digital-study_content .digital-study_inner {
	padding: 0 100px;
}

#digital-study_content section h2.ttl {
	padding: 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #ECEFE0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#digital-study_content .block {
	margin-top: 3em;
	padding-bottom: 1em;
}

#digital-study_content .block h3.ttl {
	padding-bottom: 1em;
	border-bottom: 1px solid #D5D5D5;
	color: #80BB00;
	font-size: 1.8rem;
	font-weight: 600;
}

#digital-study_content .block .text {
	padding-top: 2em;
}

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

#digital-study_content .block figure.thumb {
	margin: 2em 0;
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
*  計算マスターへの道
* --------------------------------------------------------------------------------------------------*/
#calculate {
	padding: 4em 0;
}

#calculate_heading {
	padding-bottom: 8em;
}

.calculate_inner {
	padding: 0 100px;
}

#calculate_content section h2.ttl {
	padding: 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #ECEFE0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#calculate_content section .text {
	margin-top: 2em;
}

#calculate_content section .text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* ----------------------------------------------------------------------------------------------------
*  英単語・英熟語マスターへの道ページ
* --------------------------------------------------------------------------------------------------*/
#word {
	padding: 4em 0;
}

#word_heading {
	padding-bottom: 8em;
}

.word_inner {
	padding: 0 100px;
}

#word_content section h2.ttl {
	padding: 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #ECEFE0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#word_content section .text {
	margin-top: 2em;
}

#word_content section .text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* ----------------------------------------------------------------------------------------------------
*  速さ博士・割合博士ページ
* --------------------------------------------------------------------------------------------------*/
#doctor {
	padding: 4em 0;
}

#doctor_heading {
	padding-bottom: 8em;
}

.doctor_inner {
	padding: 0 100px;
}

#doctor_content section h2.ttl {
	padding: 1em 1em;
	border-bottom: 1px solid #81bf00;
	background: #ECEFE0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

#doctor_content section .text {
	margin-top: 2em;
}

#doctor_content section .text p {
	font-size: 1.5rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
	p.catch {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	.flex {
		display: block;
	}
	.wrap_line {
		padding: 4em;
	}
	.wrap_line dl > div {
		display: block;
		margin-bottom: 4em;
	}
	.wrap_line dl > div dt {
		font-size: 3.0rem;
	}
	.wrap_line dl > div dd {
		font-size: 3.0rem;
	}
	.trial p.caution {
		font-size: 2.4rem;
	}
	.trial a.btn {
		width: 100%;
		height: auto;
		padding: 1em 0;
		font-size: 3.6rem;
		line-height: 1.2;
		text-align: left;
	}
	.subject.movie_wrap {
		width: 100%;
	}
	#linga_heading {
		padding: 0 0 4em;
	}
	#linga_content .linga_inner {
		padding: 0 4em 4em;
	}
	#linga_content section h2.ttl {
		font-size: 3.6rem;
	}
	#linga_content .block h3.ttl {
		margin-bottom: .5em;
		font-size: 3.6rem;
	}
	#linga_content .block h3.ttl.underline {
		padding-bottom: .5em;
	}
	#linga_content .block .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	#linga_content .block figure.thumb {
		width: 80%;
		margin: 4em auto;
	}
	#linga_content #sec03 .wrap_line li {
		font-size: 3.0rem;
	}
	#linga_content #sec03 .wrap_line li span {
		top: -.3em;
	}
	#douga-pocket {
		padding-bottom: 0;
	}
	#douga-pocket_heading {
		padding: 6em 0 2em;
	}
	#douga-pocket_heading .logo .flex span {
		display: block;
		margin: 4em auto;
		text-align: center;
	}
	#douga-pocket_heading .wrap_line dl > div dd {
		letter-spacing: 0em;
	}
	#douga-pocket_content section h2.ttl {
		font-size: 3.6rem;
	}
	#douga-pocket_content section .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	#douga-pocket_content .douga-pocket_inner {
		padding: 0;
	}
	.flow .row3 {
		display: block;
	}
	.flow .row3 > * {
		width: auto;
	}
	.flow .row3 p.plus {
		margin: .5em 0;
		font-size: 6.8rem;
	}
	.flow .row3 h4.syou {
		display: none;
	}
	.flow .row3 h4.chyuu {
		display: none;
	}
	.flow .row3 figcaption.syou,
	.flow .row3 figcaption.chyuu {
		display: block;
		margin: 1em 0 .8em;
		font-size: 3.6rem;
	}
	.flow .row3 .box {
		display: block;
		padding: 2em;
	}
	.flow .row3 .box h4.ttl {
		font-size: 4.0rem;
		text-align: center;
	}
	.flow .row3 .box p {
		font-size: 3.0rem;
		text-align: center;
	}
	.flow .row3 figure {
		width: 80%;
		margin: 0 auto;
	}
	#douga-pocket_content #sec03 .flex > div {
		width: 100%;
	}
	#douga-pocket_content #sec03 .flex > div dt {
		width: 100%;
	}
	#douga-pocket_content #sec03 .flex div.mb {
		margin-bottom: 4em;
	}
	#douga-pocket_content #sec04 .disp h3.ttl {
		font-size: 3.6rem;
	}
	#douga-pocket_content #sec04 .disp figure {
		text-align: center;
	}
	#douga-pocket_content #sec04 .disp figure.disp_left {
		width: 70%;
		margin: 0 auto 4em;
	}
	#douga-pocket_content #sec05 .wrap_line h3.ttl {
		font-size: 3.6rem;
	}
	#douga-pocket_content #sec05 .wrap_line ol li {
		font-size: 3.0rem;
		letter-spacing: 0em;
	}
	#douga-pocket_content #sec05 .wrap_line p.caution {
		font-size: 2.4rem;
		letter-spacing: 0em;
	}
	#douga-pocket_content ul.list li {
		font-size: 3.0rem;
		letter-spacing: 0em;
	}
	#douga-pocket_content ul.list li span {
		top: -.3em;
	}
	#douga-pocket_content #sec06 dl.outline {
		width: 100%;
		padding-top: 0em;
		padding-bottom: 2em;
	}
	#douga-pocket_content #sec06 dl.outline > div {
		display: block;
		padding: .5em 0;
		border-bottom: 1px solid #DDDEDF;
	}
	#douga-pocket_content #sec06 dl.outline > div > dt {
		display: block;
		width: 80%;
		padding: 1em 0;
		font-size: 2.8rem;
	}
	#douga-pocket_content #sec06 dl.outline > div > dd {
		display: block;
		width: 100%;
		padding-left: 0;
		border-bottom: none;
		font-size: 2.8rem;
	}
	#douga-pocket_content #sec06 .caution {
		display: inline-block;
		font-size: 2.4rem;
		line-height: 1.6;
	}
	#digital-study_heading .digital-study_inner {
		padding: 0;
	}
	#digital-study_heading .flex figure {
		width: 80%;
		margin: 5em auto 0;
	}
	#digital-study_content .digital-study_inner {
		padding: 0;
	}
	#digital-study_content section h2.ttl {
		font-size: 3.6rem;
	}
	#digital-study_content .block h3.ttl {
		font-size: 3.6rem;
	}
	#digital-study_content .block .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	.calculate_inner {
		padding: 0;
	}
	#calculate_content section h2.ttl {
		font-size: 3.6rem;
	}
	#calculate_content section .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	.word_inner {
		padding: 0;
	}
	#word_content section h2.ttl {
		font-size: 3.6rem;
	}
	#word_content section .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
	.doctor_inner {
		padding: 0;
	}
	#doctor_content section h2.ttl {
		font-size: 3.6rem;
	}
	#doctor_content section .text p {
		font-size: 3.0rem;
		line-height: 1.6;
	}
}

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