@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;
	position: relative;
}

.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;
		position: relative;
	}
}

@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;
		    position: relative;
	}
	.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: "・";
}

.flow-block{
	margin: 20px 0;
}

/* 宅建合格後の流れ */
.flow{
	margin: 0 0 15px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.flow li{
	margin: 0 40px 0 0;
}


.flow li:last-child, .flow .box_type{
	margin: 0;
}
.flow .box{
	padding: 15px;
	display: flex;
	position: relative;
	background-color: #f9e1e1;
	color: #6a6b6b;
	text-align: center;
	line-height: 1.4;
	line-height: 1.3;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.flow .box:after{
	content: ' ';
	margin: auto 0 ;
	position: absolute;
	z-index: 10;
	top: 0;
	right: -35px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #e25452;
	/*background: url(../img/housing_flow_arrow1.png) no-repeat left top;*/
}
.flow .box.housing_flow_left:after{
	right: -15px;
	width: 17px;
	height: 18px;
	/*background: url(../img/housing_flow_arrow2.png) no-repeat left top;*/
}
.box.flow_left,
.box.flow_right{
	border: 2px solid #ddd;
	background-color: #ddd;
	color: #6a6b6b;
	display: block;
}
.flow .box strong{
	margin: 5px 0 0;
	display: inline-block;
	border-bottom: 2px solid #ff5c5c;
	color: #ff5c5c;
	font-size: 1.1em;
}
.flow .box p{
}
.flow li p{
	margin: 0;
}
.flow_box{
	display: flex;
}
.flow_box:first-child{
	margin: 0 0 10px;
}
.flow_box .box{
	margin-right: 40px;
}
.flow_last.box{
	background-color: #f9e1e1;
}
.flow_last.box:after{
	content: none;
}

.flow .flow_arrow{
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 26.0px;
border-color: transparent transparent transparent #e25452;
}


@media screen and (max-width: 767px){
/* 宅建合格後の流れ */
	.flow{
		display: block;
		font-size: 1.5rem;
	}
	.flow li{
		margin: 0;
	}
	.flow_box{
		margin: 0;
		display: block;
		width: 50%;
	}
	.flow_box:first-child{
		margin: 0 10px 0 0 ;
	}
	.flow .box{
		margin: 0 0 40px;
	}
	.box_type{
		display: flex;
	}
	.flow_box .box{
		margin-bottom: 40px;
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
	.flow .box:after{
		margin: 0 auto;
		top: auto;
		right: 0;
		bottom: -35px;
		left: 0;
		transform: rotate(90deg);
	}
	.flow .box.housing_flow_left:after{
		top: auto;
		right: 0;
		bottom: -15px;
		left: 0;
	}	
}



@media screen and (max-width: 767px){

	.table-block--xscroll{
		overflow-x: scroll;
	}

	.table-block--xscroll .table{
		overflow-x: scroll;
		width: 540px;
		padding-right: 2rem;
	}
}

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


.table--passscore{
	border-spacing: 0;
	margin: 30px 0;
}

.table--passscore .table__cell--th , .table--passscore .table__cell--td{
	text-align: center;
}

.table--passscore .table__cell--td{
	font-weight: bold;
	font-size: 2.2rem;
	color: #333;
	border-top: 1px solid #cdc4b3;
  border-bottom: 1px solid #cdc4b3;
	border-left: 1px solid #cdc4b3;
}

@media screen and (min-width: 768px){
	.table--passscore .table__cell--td{
		font-size: 2.57576rem;
	}
}


/**********************

　アコーディオン対応

**********************/

.first-block{
margin-bottom: 5rem;
}

.js-accordion-box{
display: none;
}

.accordion-head{
padding-right: 5rem;
cursor: pointer;
}

.accordion-head::after {
content: "";
position: absolute;
right: 1rem;
top: calc(50% - 20px);
background-size: contain;
display: inline-block;
background-image: url(../img/arrow-open_sp.png);
width: 30px;
height: 30px;
}


.dropdown_toggle::after {
content: "";
position: absolute;
right: 1rem;
top: calc(50% - 20px);
background-size: contain;
display: inline-block;
background-image: url(../img/arrow-close_sp.png);
width: 30px;
height: 30px;
}

@media screen and (max-width:767px) {

.accordion-head{
padding-right: 3rem;
cursor: pointer;
}

.accordion-head::after {
content: "";
position: absolute;
right: 0;
top: calc(50% - 15px);
background-size: contain;
display: inline-block;
background-image: url(../img/arrow-open_sp.png);
width: 30px;
height: 30px;
}

.dropdown_toggle::after {
content: "";
position: absolute;
right: 0;
top: calc(50% - 15px);
background-size: contain;
display: inline-block;
background-image: url(../img/arrow-close_sp.png);
width: 30px;
height: 30px;
}
}

.instructor-top{
margin-top: 6rem;
}