/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.st{
	font-family: "Helvetica Neue" , Helvetica;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	sttype1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sttype1{
	position: relative;
	padding: 80px 0;
	width: 100%;
	overflow: hidden;
}
.sttype1.lightblue{
	background-color: #F0F7FC;
}
.sttype1.blue{
	background-color: #1F53AF;
}
.sttype1.lightgreen{
	background-color: #F4FAC8;
}
.sttype1.green{
	background-color: #D9EE49;
}

@media only screen and (max-width: 1024px) {
	.sttype1 {
		padding: 72px 0;
	}
}
@media only screen and (max-width: 768px) {
	.sttype1 {
		padding: 56px 0;
	}
}

/*title
———————————————————————————————————————————————————————————————————*/
.sttype1__title--1{
	text-align: center;
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto 48px;
}
.sttype1__title--1 p{
	margin-bottom: 8px;
}
.sttype1__title--1 p text {
	stroke: #1F53AF;
	font-weight: 700;
	font-size: 64px;
	fill: none;
	text-anchor: middle;
	dominant-baseline: alphabetic;
}
.sttype1__title--1 p > svg{
	display: block;
	width: 100%;
	height: 80px;
}
.sttype1__title--1 p > svg > use:nth-of-type(1) {
	stroke-width: 2px;
	paint-order: stroke;
	stroke-linejoin: round ;
}
.sttype1__title--1 p > svg > use:nth-of-type(2) {
	stroke-width: 0;
}
.sttype1__title--1 h2{
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.sttype1__title--2{
	text-align: center;
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto 48px;
}
.sttype1__title--2 div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sttype1__title--2 div h2{
	display: inline-block;
	padding: 0 8px;
	margin: 0 32px;
	color: #1F53AF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	background: linear-gradient(transparent 60%, #D9EE49 60%);
}
.sttype1__title--2 div svg{
	height: 40px;
}

.sttype1__title--3{
	text-align: center;
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto 48px;
}
.sttype1__title--3 h2{
	display: inline-block;
	padding: 6px 20px;
	background: #fff;
	border-radius: 4px;
	color: #1F53AF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	.sttype1__title--1{
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto 33.6px;
	}
	.sttype1__title--1 p text {
		font-size: 44.8px;
	}
	.sttype1__title--1 p > svg{
		height: 56px;
	}
	.sttype1__title--1 h2{
		font-size: 14px;
	}
	
	.sttype1__title--2{
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto 33.6px;
	}
	.sttype1__title--2 div h2{
		padding: 0 5.6px;
		margin: 0 22.4px;
		font-size: 16.8px;
		background: none;
	}
	.sttype1__title--2 div svg{
		height: 28px;
	}
	
	.sttype1__title--3{
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto 33.6px;
	}
	.sttype1__title--3 h2{
		font-size: 16.8px;
	}
}

/*subtitle
———————————————————————————————————————————————————————————————————*/
.sttype1__subtitle--1,.sttype1__subtitle--2{
	text-align: center;
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto 48px;
}
.sttype1__subtitle--1 h3{
	display: inline-block;
	color: #1F53AF;
	font-weight: 700;
	font-size: 24px;
	padding: 10px;
	border-top: 1px solid #1F53AF;
	border-bottom: 1px solid #1F53AF;
}
.sttype1__subtitle--2 h3{
	display: inline-block;
	color: #fff;
	background: #1F53AF;
	border-radius: 4px;
	font-weight: 700;
	font-size: 24px;
	padding: 6px 24px;
}

@media only screen and (max-width: 768px) {
	.sttype1__subtitle--1,.sttype1__subtitle--2{
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto 33.6px;
	}
	.sttype1__subtitle--1 h3{
		font-size: 16.8px;
		padding: 7px;
	}
	.sttype1__subtitle--2 h3{
		font-size: 16.8px;
		padding: 4.2px 16.8px;
	}
}

/*inner
———————————————————————————————————————————————————————————————————*/
.sttype1__inner1 {
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto;
}
.sttype1__inner2 {
	max-width: 647px;
	margin: 0 auto;
}
.sttype1__inner3 {
	max-width: 335px;
	margin: 0 auto;
}
.sttype1__inner4 {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.sttype1__inner1 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.sttype1__inner2 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.sttype1__inner3 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
}

/*flex
———————————————————————————————————————————————————————————————————*/
.sttype1__flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sttype1__flex2 > div {
	max-width: 315px;
	width: 48.837209302%;
}
.sttype1__flex3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sttype1__flex3 > div {
	max-width: 315px;
	width: 32.241555783%;
}
.sttype1__flex4 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.sttype1__flex4 > div {
	max-width: 232px;
	width: 23.746161719%;
}

@media only screen and (max-width: 1024px) {
	.sttype1__flex3 {
		flex-wrap: wrap;
	}
	.sttype1__flex3 > div {
		max-width: 100%;
		width: 48.686244204%;
	}
	.sttype1__flex3 > div:nth-of-type(3) {
		margin: 40px auto 0;
	}
	.sttype1__flex4 {
		flex-wrap: wrap;
	}
	.sttype1__flex4 > div {
		max-width: 100%;
		width: 48.686244204%;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sttype1__flex2 {
		display: block;
	}
	.sttype1__flex2 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 24px;
	}
	.sttype1__flex2 > div:last-of-type {
		margin: 0;
	}
	.sttype1__flex3 {
		display: block;
	}
	.sttype1__flex3 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 24px;
	}
	.sttype1__flex3 > div:nth-of-type(3) {
		margin: 0;
	}
}

/*text・image
———————————————————————————————————————————————————————————————————*/
.sttype1__text--1 p{
	margin-bottom: 12px;
}
.sttype1__text--1 p:last-of-type{
	margin-bottom: 0;
}
.sttype1__text--1 p span{
	font-weight: 700;
    font-size: 20px;
	background: linear-gradient(transparent 64%, #CBE4FF 64%);
}
.sttype1__image.scroll {
	overflow: scroll;
}
.sttype1__text--2 p span{
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.sttype1__text--1 p{
		margin-bottom: 8px;
	}
	.sttype1__text--1 p span{
		font-size: 16px;
	}
	.sttype1__image.scroll img{
		width: 560px;
	}
}

/*movie
———————————————————————————————————————————————————————————————————*/
.sttype1__movie iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

/*cta
———————————————————————————————————————————————————————————————————*/
.st__cta{
	background-color: #1F53AF;
	width: 100%;
	padding: 40px;
}
.st__cta a{
	display: block;
	max-width: 280px;
	width: 28%;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.st__cta{
		padding: 36px;
	}
	.st__cta a{
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.st__cta{
		padding: 28px;
	}
	.st__cta a{
		width: 88%;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__top .st__top--inner {
	width: 100%;
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/student/st__top--background--pc.png) 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 53.268292682%;
	position: relative;
}
#st__top .st__top--block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto;
}
#st__top .st__top--block--inner {
	width: 50%;
	padding: 40px 32px;
	margin: 0 auto 0 0;
	background: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
#st__top .st__top--block--inner .copy {
	margin-bottom: 16px;
}
#st__top .st__top--block--inner h1{
	display: none;
}
#st__top .st__top--block--inner .title{
	color: #1F53AF;
	font-weight: 700;
    font-size: 32px;
	margin-bottom: 16px;
}
#st__top .st__top--block--inner .title span{
	color: #1F53AF;
	font-weight: 700;
    font-size: 48px;
}
#st__top .yokonarabi {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
#st__top .yokonarabi img {
	max-width: 120px;
	width: 32%;
	margin-right: 2%;
}
#st__top .yokonarabi img:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 1024px) {
	#st__top .st__top--block--inner {
		padding: 36px 22.4px;
	}
	#st__top .st__top--block--inner .title{
		font-size: 28.8px;
	}
	#st__top .st__top--block--inner .title span{
		font-size: 43.2px;
	}
}

@media only screen and (max-width: 768px) {
	#st__top .st__top--inner {
		background: url(/wordpress/wp-content/themes/u-gaku__theme/images/student/st__top--background--sp.png) 50% 50%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 168.783068783%;
	}
	#st__top .st__top--block {
		position: absolute;
		top: auto;
		bottom: 64px;
		left: 50%;
		transform: translate(-50%,0);
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	#st__top .st__top--block--inner {
		width: 100%;
		padding: 28px 22.4px;
		margin: 0 auto;
	}
	#st__top .st__top--block--inner h1{
		font-size: 32px;
	}
	#st__top .st__top--block--inner h1 span{
		font-size: 48px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__why
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__why .sttype1__why{
	margin-bottom: 80px;
}
#st__why .sttype1__text{
	margin-bottom: 48px;
}
#st__why .sttype1__text p{
	color: #fff;
	font-weight: 700;
}
#st__why .sttype1__text p span{
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	#st__why .sttype1__why{
		margin-bottom: 56px;
	}
	#st__why .sttype1__text{
		margin-bottom: 33.6px;
	}
	#st__why .sttype1__text p span{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__new
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__new .sttype1__inner2{
	padding: 40px;
	box-shadow: 4px 4px 16px 0px rgba(31, 83, 175, 0.25);
}
#st__new .sttype1__inner2 h3{
	color: #1F53AF;
	font-weight: 700;
    font-size: 20px;
	text-align: center;
	margin-bottom: 24px;	
}

@media only screen and (max-width: 768px) {
	#st__new .sttype1__inner2{
		margin:  0 20px;
		padding: 28px;
		box-shadow: 2.8px 2.8px 11.2px 0px rgba(31, 83, 175, 0.25);
	}
	#st__new .sttype1__inner2 h3{
		font-size: 14px;
		margin-bottom: 16.8px;	
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__reasons
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__reasons .sttype1__flex2{
	background: #F0F7FC;
	padding: 20px 40px;
	align-items: start;	
	margin-bottom: 48px;
}
#st__reasons .sttype1__flex2:last-of-type{
	margin-bottom: 0;
}
#st__reasons .sttype1__flex2:nth-of-type(2n){
	flex-direction: row-reverse;
}
#st__reasons .sttype1__flex2 > div{
	max-width: 100%;
}
#st__reasons .sttype1__flex2 > div:nth-of-type(2){
	padding: 20px 40px;
}
#st__reasons .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
	display: inline-block;
	background: #1F53AF;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
    font-size: 18px;
	padding: 8px 20px;
	margin-bottom: 24px;
}
#st__reasons .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
    font-size: 12px;
}
#st__reasons .sttype1__flex2 > div:nth-of-type(2) h3{
	color: #1F53AF;
	font-weight: 700;
    font-size: 20px;
	margin-bottom: 24px;	
}

@media only screen and (max-width: 1024px) {
	#st__reasons .sttype1__flex2{
		padding: 18px 36px;
	}
	#st__reasons .sttype1__flex2 > div:nth-of-type(2){
		padding: 16px;
	}
}
@media only screen and (max-width: 768px) {
	#st__reasons .sttype1__flex2{
		padding: 14px 28px;
		margin-bottom: 33.6px;
	}
	#st__reasons .sttype1__flex2 > div:nth-of-type(2){
		padding: 0;
	}
	#st__reasons .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
		font-size: 12.6px;
		padding: 5.6px 14px;
		margin-bottom: 16.8px;
	}
	#st__reasons .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
		font-size: 10px;
	}
	#st__reasons .sttype1__flex2 > div:nth-of-type(2) h3{
		font-size: 18px;
		margin-bottom: 16.8px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__voice .sttype1__flex2{
	align-items: start;
	margin-bottom: 48px;
}
#st__voice .sttype1__flex2:last-of-type{
	margin-bottom: 0;
}
#st__voice .st__voice--image{
	display: flex;
	align-items: center;
	padding: 0 8px;
	margin-bottom: 24px;
}
#st__voice .st__voice--image img{
	width: 64px;
	margin-right: 20px;
}
#st__voice .st__voice--image--pop{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
#st__voice .st__voice--image--pop:last-of-type{
	margin-bottom: 0;
}
#st__voice .st__voice--image--pop p:nth-of-type(1){
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	padding: 8px 12px;
	margin-right: 10px;
	background: #1F53AF;
	border-radius: 4px;
}
#st__voice .st__voice--image--pop p:nth-of-type(2){
	font-size: 14px;
}
#st__voice .st__voice--text{
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}
#st__voice .st__voice--text p{
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
	#st__voice .sttype1__flex2{
		margin-bottom: 33.6px;
	}
	#st__voice .st__voice--image{
		padding: 0 5.6px;
		margin-bottom: 16.8px;
	}
	#st__voice .st__voice--image img{
		width: 44.8px;
		margin-right: 14px;
	}
	#st__voice .st__voice--text{
		padding: 14px;
	}
	#st__voice .st__voice--text p{
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__program .sttype1__flex2{
	align-items: start;
	margin-bottom: 48px;
}
#st__program .sttype1__flex2:last-of-type{
	margin-bottom: 0;
}
#st__program .sttype1__flex2:nth-of-type(2n-1){
	padding: 0 48px 0 0;
}
#st__program .sttype1__flex2:nth-of-type(2n){
	padding: 0 0 0 48px;
}
#st__program .sttype1__flex2 img{
	width: 34.375%;
	margin-right: 24px;
}
#st__program .sttype1__flex2 div{
	width: 65.625%;
	max-width: 65.625%;
}
#st__program .sttype1__flex2 div > h4{
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
#st__program .sttype1__flex2 div > p{
	font-size: 12px;
}

@media only screen and (max-width: 1024px) {
	#st__program .sttype1__flex2:nth-of-type(2n-1){
		padding: 0 43.2px 0 0;
	}
	#st__program .sttype1__flex2:nth-of-type(2n){
		padding: 0 0 0 43.2px;
	}
}
@media only screen and (max-width: 768px) {
	#st__program .sttype1__flex2{
		margin-bottom: 33.6px;
	}
	#st__program .sttype1__flex2:nth-of-type(2n-1){
		padding: 0 20px 0 0;
	}
	#st__program .sttype1__flex2:nth-of-type(2n){
		padding: 0 0 0 20px;
	}
	#st__program .sttype1__flex2:nth-of-type(2n-1) img{
		width: 64%;
		margin:  0 auto 16.8px 0;
	}
	#st__program .sttype1__flex2:nth-of-type(2n)  img{
		width: 64%;
		margin:  0 0 16.8px auto;
	}
	#st__program .sttype1__flex2 div{
		width: 100%;
		max-width: 100%;
	}
	#st__program .sttype1__flex2 div > h4{
		font-size: 18px;
		margin-bottom: 11.2px;
	}
	#st__program .sttype1__flex2 div > p{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__activity
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__activity .sttype1__flex2{
	align-items: start;
	margin-bottom: 24px;
}
#st__activity .sttype1__flex2:last-of-type{
	margin-bottom: 0;
}
#st__activity .sttype1__flex2 > div img{
	margin-bottom: -12px;
}
#st__activity .sttype1__flex2 > div h4{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding: 6px 10px;
	background: #1F53AF;
	border-radius: 4px;
	margin-bottom: 24px;
}
#st__activity .sttype1__flex2 > div p{
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	#st__activity .sttype1__flex2{
		margin-bottom: 16.8px;
	}
	#st__activity .sttype1__flex2 > div img{
		margin-bottom: -12px;
	}
	#st__activity .sttype1__flex2 > div h4{
		margin-bottom: 16.8px;
	}
	#st__activity .sttype1__flex2 > div p{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__lesson
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__lesson .sttype1__inner2:nth-of-type(2){
	margin-bottom: 48px;
}
#st__lesson .sttype1__inner2:nth-of-type(2) img{
	margin-bottom: 16px;
}
#st__lesson .sttype1__inner2:nth-of-type(2) h4{
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
#st__lesson .sttype1__inner2:nth-of-type(2) p{
	font-size: 12px;
}
#st__lesson .sttype1__inner2:nth-of-type(3) img{
	margin-bottom: 12px;
}
#st__lesson .sttype1__inner2:nth-of-type(3) h4{
	color: #1F53AF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
}
#st__lesson .sttype1__inner2:nth-of-type(3) p{
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	#st__lesson .sttype1__inner2:nth-of-type(2){
		margin-bottom: 33.6px;
	}
	#st__lesson .sttype1__inner2:nth-of-type(2) h4{
		font-size: 18px;
	}
	#st__lesson .sttype1__inner2:nth-of-type(2) p{
		font-size: 10px;
	}
	#st__lesson .sttype1__inner2:nth-of-type(3) h4{
		font-size: 18px;
	}
	#st__lesson .sttype1__inner2:nth-of-type(3) p{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__flow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__flow .sttype1__inner2{
	margin-bottom: 36px;
}
#st__flow .sttype1__inner2 h3{
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#st__flow .sttype1__flex3{
	justify-content: start;
	align-items: start;
	flex-wrap: wrap;
}
#st__flow .sttype1__flex3 > div {
    max-width: 315px;
    width: 32.241555783%;
	margin-right: 1.6376663255%;
	margin-bottom: 48px;
}
#st__flow .sttype1__flex3 > div:nth-of-type(3n){
	margin-right: 0;
}
#st__flow .sttype1__flex3 img{
	margin-bottom: 10px;
}
#st__flow .sttype1__flex3 p:nth-of-type(1){
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
#st__flow .sttype1__flex3 p:nth-of-type(2){
	font-size: 15px;
}

@media only screen and (max-width: 1024px) {
	#st__flow .sttype1__flex3 > div:nth-of-type(3n){
		margin: 0 auto 0;
	}
}

@media only screen and (max-width: 768px) {
	#st__flow .sttype1__inner2{
		margin-bottom: 25.2px;
	}
	#st__flow .sttype1__inner2 h3{
		font-size: 18px;
	}
	#st__flow .sttype1__flex3{
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}
	#st__flow .sttype1__flex3 > div {
		max-width: 315px;
		width: 48.837209302%;
		margin:  0 0 33.6px 0;
	}
	#st__flow .sttype1__flex3 p:nth-of-type(1){
		font-size: 14px;
	}
	#st__flow .sttype1__flex3 p:nth-of-type(2){
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__facility
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__facility .sttype1__facility{
	margin-bottom: 120px;
}
#st__facility .sttype1__facility:last-of-type{
	margin-bottom: 0;
}
#st__facility .sttype1__inner1{
	margin-bottom: 24px;
}
#st__facility .sttype1__inner2{
	margin-bottom: 24px;
}
#st__facility .sttype1__flex2{
	align-items: start;
}
#st__facility .sttype1__flex2 > div {
	max-width: 100%;
    width: 48.837209302%;
}
#st__facility .sttype1__flex2 > .sttype1__flex2{
	align-items: start;
	flex-wrap: wrap;
}
#st__facility .sttype1__flex2 > .sttype1__flex2 > div:nth-of-type(1),#st__facility .sttype1__flex2 > .sttype1__flex2 > div:nth-of-type(2){
	margin-bottom: 16px;
}
#st__facility .sttype1__flex3{
	align-items: stretch;
}
#st__facility .sttype1__flex3 > div{
	padding: 12px;
}
#st__facility .sttype1__flex3 > div{
	background: #F0F7FC;
}
#st__facility .sttype1__flex3 > div > p{
	font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
	margin-bottom: 8px;
}
#st__facility .sttype1__flex3 > div > div > p{
	position: relative;
	font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
	padding-left: 8px;
	margin-bottom: 4px;
}
#st__facility .sttype1__flex3 > div > div > p:before{
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background: #626262;
    height: 4px;
    width: 4px;
	border-radius: 4px;
}

@media only screen and (max-width: 768px) {
	#st__facility .sttype1__facility{
		margin-bottom: 84px;
	}
	#st__facility .sttype1__inner1{
		margin-bottom: 16.8px;
	}
	#st__facility .sttype1__inner2{
		margin-bottom: 16.8px;
	}
	#st__facility .sttype1__flex2 > div {
		max-width: 100%;
		width: 100%;
	}
	#st__facility .sttype1__flex2 > .sttype1__flex2{
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#st__facility .sttype1__flex2 > div > div {
		max-width: 315px;
		width: 48.837209302%;
	}
	#st__facility .sttype1__flex3 > div > p{
		font-size: 12px;
	}
	#st__facility .sttype1__flex3 > div > div > p{
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__staff
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__staff .sttype1__inner2{
	margin-bottom: 80px;
}
#st__staff .sttype1__inner2:last-of-type{
	margin-bottom: 0;
}
#st__staff .sttype1__flex2{
	align-items: start;
	margin-bottom: 48px;
}
#st__staff .sttype1__flex2:last-of-type{
	margin-bottom: 0;
}
#st__staff .sttype1__flex2:nth-of-type(2n-1){
	padding: 0 48px 0 0;
}
#st__staff .sttype1__flex2:nth-of-type(2n){
	padding: 0 0 0 48px;
}
#st__staff .sttype1__flex2 img{
	width: 34.375%;
	margin-right: 24px;
}
#st__staff .sttype1__flex2 div{
	width: 65.625%;
	max-width: 65.625%;
}
#st__staff .sttype1__flex2 div > h4{
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}
#st__staff .sttype1__flex2 div > p{
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	#st__staff .sttype1__inner2{
		margin-bottom: 56px;
	}	
	#st__staff .sttype1__flex2{
		margin-bottom: 33.6px;
	}
	#st__staff .sttype1__flex2:nth-of-type(2n-1){
		padding: 0 20px 0 0;
	}
	#st__staff .sttype1__flex2:nth-of-type(2n){
		padding: 0 0 0 20px;
	}
	#st__staff .sttype1__flex2 img{
		width: 64%;
		margin-right: 0;
		margin: 0 0 16.8px 0;
	}
	#st__staff .sttype1__flex2 div{
		width: 100%;
		max-width: 100%;
	}
	#st__staff .sttype1__flex2 div > h4{
		font-size: 18px;
	}
	#st__staff .sttype1__flex2 div > p{
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__support .sttype1__flex3{
	align-items: start;
	margin-bottom: 48px;
}
#st__support .sttype1__flex3 h4{
	color: #1F53AF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
#st__support .sttype1__flex3 img{
	width: 80px;
	margin: 0 auto 24px;
}
#st__support .sttype1__flex3 p{
	padding: 0 20px;
	font-size: 12px;
}

@media only screen and (max-width: 1024px) {
	#st__support .sttype1__flex3 > div {
		max-width: 315px;
		width: 32.241555783%;
	}
	#st__support .sttype1__flex3 > div:nth-of-type(3){
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	#st__support .sttype1__flex3{
		display: flex;
	}
	#st__support .sttype1__flex3 h4{
		font-size: 12px;
		margin-bottom: 16.8px;
	}
	#st__support .sttype1__flex3 img{
		width: 64px;
		margin-bottom: 16.8px;
	}
	#st__support .sttype1__flex3 p{
		padding: 0;
		font-size: 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__price .sttype1__price{
	margin-bottom: 120px;
}
#st__price h4{
	color: #1F53AF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
#st__price .sttype1__image{
	margin-bottom: 24px;
}
#st__price .sttype1__text--1{
	margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
	#st__price .sttype1__price{
		margin-bottom: 84px;
	}
	#st__price h4{
		font-size: 18px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__guarantee
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__guarantee .sttype1__image{
	margin-bottom: 48px;
}
#st__guarantee .sttype1__text--1 p{
	color: #1F53AF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#st__guarantee .sttype1__image{
		margin-bottom: 33.6px;
	}
	#st__guarantee .sttype1__text--1 p{
		font-size: 11.2px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__request
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__request .sttype1__inner2{
	background: #F0F7FC;
	border-radius: 4px;
	padding: 40px;
}
#st__request .sttype1__flex2{
	margin-bottom: 40px;
}
#st__request .sttype1__flex2:last-of-type{
	margin-bottom: 0;
}
#st__request .sttype1__flex2 > div:nth-of-type(1){
	max-width: 80px;
	width: 14.285714285%;
}
#st__request .sttype1__flex2 > div:nth-of-type(1) p{
	font-weight: 700;
    font-size: 12px;
	text-align: center;
	margin-bottom: 4px;
}
#st__request .sttype1__flex2 > div:nth-of-type(2){
	max-width: 444px;
	width: 79.285714285%;
}
#st__request .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
	color: #1F53AF;
	font-weight: 700;
    font-size: 20px;
	margin-bottom: 8px;
}
#st__request .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(2) a{
	border-bottom: 1px solid #626262;
}

@media only screen and (max-width: 768px) {
	#st__request .sttype1__inner2{
		padding: 20px;
		margin: 0 20px;
	}
	#st__request .sttype1__flex2{
		display: flex;
		margin-bottom: 24px;
	}
	#st__request .sttype1__flex2 > div{
		margin-bottom: 0;
	}
	#st__request .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
		font-size: 16px;
	}
	#st__request .sttype1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	st__faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#st__faq .faq__item {
	margin-bottom: 24px;
}
#st__faq .faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #222222;
    cursor: pointer;
}
#st__faq .faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#st__faq .faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
#st__faq .faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
#st__faq .faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
#st__faq .open .faq__item--answer {
	display: flex;
}
#st__faq .faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#st__faq .faq__item--answer p {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}