.main_visual {background-image: url(../img/course/individual/individual/main.png), url(../img/common/main_bg.jpg);}

/*ボタン*/
.course_flexd .btn_06 {
    background-color: #05820b;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 0;
	width: 100%;
    display: block;
	position: relative;
    font-weight: bold;
}

.course_flexd .btn_06::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 20px;
	font-size: 25px;
    top: 17%;
}

.course_flexd .btn_07 {
    background-color: #001f50;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 0;
	width: 100%;
    display: block;
	position: relative;
	font-weight: bold;
}

.course_flexd .btn_07::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 20px;
	font-size: 25px;
    top: 17%;
}

.course_flexd_2 .btn_08 {
    background-color: #ee87b4;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 0;
	width: 100%;
    display: block;
	position: relative;
	font-weight: bold;
}

.course_flexd_2 .btn_08::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 20px;
	font-size: 25px;
    top: 17%;
}


.course_flexd .course_font, .course_flexd_2 .course_font {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.course_flexd .course_font_2 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
    letter-spacing: -1px;
}

.course_flexd_2 .course_font_2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.course_flexd .regurer {
	border: 2px solid #cfeee8;
	background-color: #eaf8f8;
	width: calc(50% - 10px);
}

.course_flexd .regurer figure{
	border-top: 2px solid #cfeee8;
	border-bottom: 2px solid #cfeee8;
}

.course_flexd figure img{width: 100%;}

.course_flexd dl {
	position: relative;
}
.course_flexd .regurer_2 figure{
    border-top: 2px solid #dbedff;
    border-bottom: 2px solid #dbedff;
}

.course_flexd .regurer_2 {
	border: 2px solid #dbedff;
	background-color: #eff4fb;
	width: calc(50% - 10px);
}

.left .course_flexd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.course_flexd .margin_box_2 {
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
}

.regurer .center_color {
  color: #05820b;
}

.regurer_2 .center_color_2 {
	color: #001f50;
}

.regurer .center_color,.regurer_2 .center_color_2{
  text-align: center;
  display: block;
  margin: 15px 0 10px 0;
  line-height: 1.4;
}

.regurer_3 .center_color_3 {
	text-align: center;
	display: block;
	color: #ee87b4;
	margin: 0;
}


.course_flexd_2 .margin_box_1 {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}

.course_flexd_2 {
  display: flex;
  border: 2px solid #f7c9dd;
  background-color: #fef7fa;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course_flexd_2 .regurer_3 {
 	width: calc(50% - 10px);
}
.course_flexd_2 .regurer_3 dt{margin-bottom: 15px;}

.course_flexd_2 .future {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.course_flexd_2 .margin_box_3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.sp.course_flexd_2 {
	display: none;
}

.margin_box_1 .text_br {
	display: none;
}


@media screen and (min-width: 768px) {
	.course_flexd .margin_box_2 {
		width: 100%;
		position: absolute;
		bottom: 6%;
	}
	.course_flexd .margin_box_1 {
		padding-bottom: 80px;
		margin: 20px;
		font-size: 14px;
		font-weight: bold;
	}
	.left .course_flexd {
		position: relative;
	}
}


@media screen and (max-width: 1050px){
  .course_flexd .course_font_2{font-size: 2.4rem;}v
}


@media screen and (max-width: 1056px) and (min-width: 1050px){
	 .course_flexd .course_font_2 {
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 1084px) and (min-width: 1001px){
	.course_flexd_2 .course_font_2 {
		font-size: 21px;
	}
	.course_flexd_2 .regurer_3 {
		width: calc(60% - 10px);
	}
}

@media screen and (max-width: 788px) and (min-width: 768px){
	 .course_flexd_2 .course_font_2 {
		font-size: 21px;
	}
}

/*-----------------------------------------------
sp
-----------------------------------------------*/
@media screen and (max-width: 767px){
.main_visual {background-image: url(../img/course/individual/individual/main_sm.png), url(../img/common/main_bg.jpg);}
.course_flexd .margin_box_1 {
    margin: 20px;
}

.course_flexd .margin_box_2 {
    margin-bottom: 20px;
}

.sp.course_flexd_2 {
	display: flex;
}
.course_flexd_2 .regurer_3 {
    width: 100%;
}

.course_flexd_2 figure img {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.left .course_flexd {
	flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.left .course_flexd figure img {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.course_flexd .regurer, .course_flexd .regurer_2 {
    width: 100%;
	margin-bottom: 15px;
}
}

@media screen and (max-width: 450px){
.course_flexd_2 figure img {
    display: block;
    padding: 0 20px;
}
}

@media screen and (max-width: 374px){
.course_flexd .course_font {
    font-size: 16px;
}
.course_flexd .course_font_2 {
    font-size: 19px;
}
.course_flexd_2 .course_font {
    font-size: 1.6rem;
}
.course_flexd_2 .course_font_2 {
    font-size: 1.6rem;
}
}


/*edge*/
/*
@supports (-ms-ime-align:auto) and (max-width: 1000px) and (min-width: 767px) {
		.course_flexd .margin_box_2 {
			width: 48.4%;
			padding: 0 20px;
			margin: 0;
		}
	}
*/

/*firefox*/
@media screen and (max-width: 1000px) and (min-width: 767px) {
	@-moz-document url-prefix() {
		/*.course_flexd .margin_box_2 {
			width: 48.1%;
			padding: 0 20px;
			margin: 0;
		}*/
	}
}


/*ie*/
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 768px){
	.course_flexd_2 .future dt {
		width: 100%;
	}
}


@media screen and (max-width: 1084px) and (min-width: 1001px) {
	@-moz-document url-prefix() {
		.course_flexd_2 .course_font_2 {
			font-size: 21px;
		}
		.course_flexd_2 .regurer_3 {
			width: calc(60% - 10px);
		}
	}
}

@media screen and (max-width: 788px) and (min-width: 768px) {
	@-moz-document url-prefix() {
		 .course_flexd_2 .course_font_2 {
			font-size: 21px;
		}
	}
}