


@media screen and (max-width:567px) {
	.page-subsection__text {
		font-size: 15px
	}
}

.page-header__nav {
	margin-bottom: 1rem
}

.page-header__nav .page-header__title {
	height: auto;
}

.page-header__nav .breadcrumb-nav {
	border: none;
	margin-bottom: 10px;
}

.breadcrumb-nav__item {
	font-weight: bold;
}

@media screen and (min-width:768px) {
	.page-header__nav .page-header__title {
		min-height: 100px;
		margin-bottom: 0;
		font-size: 2.57576rem
	}
}

.page-subsection__title--sokuhou {
	margin-bottom: 3rem;
	padding-bottom: .6rem;
	border-bottom: 3px solid #e45a51;
	color: #333;
	font-family: 'NotoSansCJKjp Medium', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .2rem;
	line-height: 1.18182
}

.page-subsection__title--sokuhou-lv4 {
	margin-top: .5rem;
	margin-bottom: .5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2
}

.page-subsection__subtitle {
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #e25452;
	font-family: 'NotoSansCJKjp Medium', sans-serif;
	font-size: 2rem;
	text-align: center;
	line-height: 1.3
}

@media screen and (min-width:568px) {
	.page-subsection__title--sokuhou {
		text-align: center
	}
}

@media screen and (min-width:768px) {
	.page-subsection__title--sokuhou {
		font-size: 2.57576rem;
		line-height: 1.47059;
		margin-bottom: 3.0303rem;
		padding-bottom: 1.13636rem
	}
	.page-subsection__title--sokuhou-lv4 {
		font-size: 1.66667rem
	}
	.page-subsection__subtitle {
		font-size: 2.12121rem;
		line-height: 1.42857;
		margin-top: 2.27273rem;
		margin-bottom: 2.27273rem
	}
}

.sokuhou-btn {
	background: #f9e1e1;
	letter-spacing: 0;
	border-top: 2px solid #cdc4b3;
	border-left: 2px solid #cdc4b3;
	border-right: 2px solid #cdc4b3;
	border-bottom: 4px solid #cdc4b3
}

.sokuhou-btn__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: url(/course/common/images/icon_link_btn_gr.svg) no-repeat right 14px center;
	text-decoration: none
}

.sokuhou-btn--disable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 62px;
	background: url(/course/common/images/icon_link_btn_gr.svg) no-repeat right 14px center #999;
	letter-spacing: 0;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 4px solid #666;
	color: #555;
}

@media screen and (min-width:768px) {
	.sokuhou-btn {
		width: 80%;
		margin: 2rem auto 0
	}
	.sokuhou-btn--disable {
		width: 80%;
		margin: 2rem auto 0
	}
}

.introduction__content {
	margin-top: 50px
}

.introduction__content:first-child {
	margin-top: 0
}

.instructor-profile {
	display: block;
	margin: 0 auto
}

.instructor-img {
	width: 40%;
	margin: 0 auto
}

.instructor-text {
	width: 100%;
	margin: 20px 0 0
}

.instructor-text_name {
	font-weight: 700;
	font-size: 1.66667rem
}

.instructor-text_career {
	font-size: 1.143rem
}

.instructor-text_addition {
	margin-top: 20px;
	font-size: 1.143rem
}

.instructor-message {
	margin-top: 20px;
	padding: 1.5rem;
	border: 1px solid #c3c3c3
}

.instructor-message__detail {
	margin-top: 10px
}

@media screen and (min-width:768px) {
	.introduction__content {
		margin-top: 70px
	}
	.instructor-profile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.instructor-img {
		width: 20%;
		margin: 0
	}
	.instructor-text {
		width: 75%;
		margin: 0
	}
	.instructor-text_name {
		font-weight: 700;
		font-size: 1.66667rem
	}
	.instructor-text_career {
		font-size: 1.071rem
	}
	.instructor-text_addition {
		margin-top: 20px;
		font-size: 1.071rem
	}
}

.content-list {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.content-list__item {
	position: relative;
	margin-top: 1rem
}

.content-list__item::before {
	display: block;
	position: absolute;
	top: -.1em;
	left: 10px;
	width: 2em;
	height: 1em;
	font-weight: 700;
	content: attr(data-num)
}

.content-list__item-title {
	position: relative;
	display: block;
	margin-bottom: .5rem;
	padding-left: calc(20px);
	font-weight: 700;
	line-height: 1.2
}

.content-list__item-title::before {
	top: .2em;
	left: 0;
	width: 10px;
	height: 10px;
	background: #e25452;
	display: block;
	position: absolute;
	content: ""
}

@media screen and (min-width:768px) {
	.content-list {
		margin-top: 3rem
	}
	.content-list__item::before {
		top: -.2 em
	}
	.content-list__item-title {
		font-size: 1.66667rem
	}
}

.link-block__list {
	background-position-y: .3em;
	padding-left: calc(7px + .5rem);
	background-image: url(/course/common/images/icon_link.svg);
	background-repeat: no-repeat;
	background-position-x: left
}

.link-block__list+.link-block__list {
	margin-top: 1rem
}

.link-block__item {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.44444;
	color: #187adc
}

@media screen and (min-width:320px) {
	.link-block__item {
		font-size: 15px
	}
}

@media screen and (min-width:375px) {
	.link-block__item {
		font-size: 15px
	}
}

@media screen and (min-width:568px) {
	.link-block__item {
		font-size: 15px
	}
}

@media screen and (min-width:768px) {
	.link-block__list+.link-block__list {
		margin-top: 1rem
	}
	.link-block__item {
		font-size: 1.36364rem;
		line-height: 1.5
	}
}

@media screen and (min-width:768px) {
	.notes-block {
		padding-top: 0;
	}
}

.table__cell--th{
	width: auto;
}

.sokuhou-list{

}

.sokuhou-list li{
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}

.sokuhou-list li::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}


.update-date{
	text-align: right;
	margin-bottom: 30px;
	font-size: 1.2rem;
}
