@charset "utf-8";

/*All*/
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
.spOnly{
  display: none;
	}
.pcOnly{
  display: block;
	}
a, a:link, a:visited {
  color: #125687;
  text-decoration: none;
}
/*body{
	line-height: 1.4;
	font-size: 1.4rem;
}*/

@media screen and (min-width:768px) {
    .early-bird{
        width: 1160px;
        margin: 0 auto;
    }
	.early-bird > h1 {
		padding: 3% 5% 0;
	}
  .tab-label {
    height: 56px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	max-width: 1120px;
  margin: 20px auto 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #aa9969;
  display: block;
  order: -1;
}
.caution-block > h2 {
	margin-bottom: 1px;
	padding-bottom: 5px;
	font-family: "Noto Serif JP",serif;
  text-align: center;
	border-bottom: 2px solid #AA9C66;
}
.caution-block > h2 > span {
  display: inline-block;
  color: #B43030;
  font-size: 2.4rem;
  line-height: 1.1;
  background: url(../img/tit_l.svg) left center no-repeat,url(../img/tit_r.svg) right center no-repeat;
  background-size: 120px auto, 120px auto;
  padding: 5px 130px;
  margin: 20px 0 15px;
}
.caution-block .wrap_conts01 {
  position: relative;
  background-color: #FEFFF2;
  box-sizing: border-box;
  border: 1px solid #AA9C66;
  padding: 2.678% 2% 30px;
	line-height: 1.7;
}

.h1-supplement{
	margin: 25px 0;
	text-align: center;
  color: #5A4700;
	font-family: "Noto Serif JP",serif;
  font-size: 2.4rem;
}
.tab-label {
	display: flex;
  align-items: center;
  justify-content: center;
	max-width: 272px;
	width: 15.5%;
	margin-bottom: 10px;
	padding: 7px .5em;
  color: #FFFFFF;
  background: LightGray;
	font-family: "Noto Serif JP", serif;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
	font-size: 1.4rem;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 8px;
	border: 1px solid #fff;
	transition: .4s;
  /*flex: 1;*/
}
.tab-label:hover{
	border: 1px solid #125687;
	background-color: #ffffff;
	color: #125687;
	transition: .4s;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
	text-align: center;
}
.tab-switch:checked+.tab-label {
  background: #325A8C;
}
.tab-switch:checked+.tab-label:hover {
	border: 1px solid #fff;
	color: #ffffff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 20px 10px 50px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}

@media screen and (max-width:1000px) and (min-width:768px) {
	.tab-label {
    width: 18.5%;
		padding: 1em 0.5em;
		font-size: 1.15rem;
	}
}

@media screen and (max-width:767px) {
    
	.spOnly{
		display: block;
	}
    
    .pcOnly{
  display: none;
	}
  .tab-wrap {
	  justify-content: space-between;
		margin: 15px 5% 0;
	}
	.tab-label {
		width: 49%;
		/*margin-bottom: 10px;*/
        margin-bottom: 5px;
		/*padding: 1.2em .5em;*/
        padding: 0.8em .5em;
		font-size: 1.3rem;
	}
	.tab-switch:checked+.tab-label+.tab-content{
		padding-bottom: 30px;
	}
	
	.h1-supplement{
		margin: 15px 0;
		font-size: 1.7rem;
	}
	.caution-block > h2 > span {
		margin: 15px 0 7px;
		padding: 5px 80px;
		background: url(../img/tit_l.svg) left center no-repeat, url(../img/tit_r.svg) right center no-repeat;
    background-size: 70px auto, 70px auto;
	}
	.caution-block .wrap_conts01 {
		padding: 20px 3% 20px;
	}
	.caution-block .wrap_conts01 p {
		margin-bottom: 8px;
	}
	
}
@media screen and (max-width:374px) {
	.tab-label {
		font-size: 1.15rem;
	}
	.h1-supplement{
		font-size: 1.5rem;
	}
}


/*---▼タブ・コンテンツ内▼---*/
.tab-content h2{
	font-family: "Noto Serif JP", serif;
  display: inline-block;
  padding: 10px 130px;
  font-size: 2.4rem;
	font-weight: bold;
  line-height: 1.1;
  color: #B43030;
  background: url(../img/tit_l.svg) left center no-repeat, url(../img/tit_r.svg) right center no-repeat;
  background-size: 120px auto, 120px auto;
}

/*#wrap_main01 .wrap_crs01*/
.tab-content .wrap_crs01{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 25px;
  border: 2px solid #AA9C66;
  position: relative;
  padding: 50px 20px;
}

/*#wrap_main01 .wrap_crs01:before*/
.tab-content .wrap_crs01:before{
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 1px;
  left: 1px;
  border: 1px solid #AA9C66;
}
.tab-content-supplement {
	margin: 15px 0;
	text-align: center;
  color: #5A4700;
	font-family: "Noto Serif JP",serif;
  font-size: 2.4rem;
}
.wrap_crs01 > .ul_crs01 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.wrap_crs01 > .crs_kado01 > img {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #fff;
}
.wrap_crs01 > .crs_kado01 > img:nth-of-type(1) {
  top: -10px;
  left: -10px;
}
.wrap_crs01 > .crs_kado01 > img:nth-of-type(2) {
  top: -10px;
  right: -10px;
}
.wrap_crs01 > .crs_kado01 > img:nth-of-type(3) {
  bottom: -10px;
  left: -10px;
}
.wrap_crs01 > .crs_kado01 > img:nth-of-type(4) {
  bottom: -10px;
  right: -10px;
}

/*.noCourse{
	margin-bottom: 15px;
}*/
.wrap_crs01 > .ul_crs01 {
  position: relative;
  z-index: 10;
}
.wrap_crs01 > .ul_crs01 > li {
  border-top: 1px dotted #999;
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
}
.wrap_crs01 > .ul_crs01 > li:nth-of-type(1) {
  border-top: none;
}
.wrap_crs01 > .ul_crs01 > li a {
  text-decoration: none;
  font-weight: bold;
}
.wrap_crs01 > .ul_crs01 > li .number-box{
	display: flex;
}
.wrap_crs01 > .ul_crs01 > li .crs_num01 {
  font-size: 1.2rem;
  width: 75px;
  border-left: 5px solid #FFB500;
	margin-bottom: 15px;
  padding: 5px 3px 3px 5px;
  line-height: 1.1;
}
.wrap_crs01 > .ul_crs01 > li .crs_tit01 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: -5px 0 5px;
}
.wrap_crs01 > .ul_crs01 > li .crs_eda01,
.wrap_crs01 > .ul_crs01 > li .crs_txt01{
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 1.5rem;
}
.course_plan_cond_box span.course_plan_cond{
    text-align: left;
    font-weight: normal;
}
.js_courseBox_tokyo .iconbox{
    display: flex;
    justify-content: flex-start;
}
.iconbox p img{
    width: auto;
    height: 22px;
}
.wrap_crs01 > .ul_crs01 > li .crs_price01 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #CC0000;
  font-weight: bold;
}


@media (max-width: 767px){
	.tab-content h2 {
    background: url(../img/tit_l.svg) left center no-repeat, url(../img/tit_r.svg) right center no-repeat;
    background-size: 70px auto, 70px auto;
    padding: 5px 80px;
		font-size: 1.8rem;
	}
	.tab-content-supplement {
		margin: 10px 0;
		font-size: 1.8rem;
	}
	.tab-content .wrap_crs01{
		margin: 0;
		padding: 40px 10px;
		border-right: 0;
		border-left: 0;
	}
	.tab-content .wrap_crs01:before {
    border-right: none;
    border-left: none;
	}
	.crs_kado01{
		display: none;
	}
	.wrap_crs01 > .ul_crs01{
		width: 100%;
	}
	.wrap_crs01 > .ul_crs01 > li:first-of-type {
		padding-top: 0;
	}
	.wrap_crs01 > .ul_crs01 > li:last-of-type {
		margin-bottom: 0;
	}
	.wrap_crs01 > .ul_crs01 > li .crs_num01 {
		margin-bottom: 10px;
	}
	.wrap_crs01 > .ul_crs01 > li .crs_tit01 {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.wrap_crs01 > .ul_crs01 > li .crs_eda01,
	.wrap_crs01 > .ul_crs01 > li .crs_txt01 {
		margin-bottom: 5px;
		line-height: 1.5;
		font-size: 1.4rem;
	}
}

@media screen and (max-width:359px) {
	.tab-content-supplement {
		font-size: 1.6rem;
	}
	.tab-content h2 {
		padding: 5px 70px;
		font-size: 1.6rem;
		background-size: 60px auto, 60px auto;
	}
}

.linkBtn-box {
	margin-bottom: 50px;
}
.tab-back-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	background-color: #325A8C;
	transition: .4s;
}
.tab-back-btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
 /* top: 2px;
  left: 2px;*/
  border: 1px solid #AA9C66;
}
.tab-back-btn:hover {
	opacity: 0.8;
	transition: .4s;
}
.early-bird .linkBtn-box > a {
	color: #fff;
	font-family: "Noto Serif JP", serif;
  font-weight: bold;
	font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
	z-index: 10;
  
}
.tab-btn2 {
  justify-content: space-between;
}
.early-bird .linkBtn-box > a + a {
  margin-left: 10px;
}
@media screen and (max-width:767px) {
	.linkBtn-box {
		margin: 0 4.8% 50px;
	}
}
@media print, screen and (min-width: 768px) {
    .rweb2404{
        font-size: 1.5rem;
         display: inline-block;
        margin-top: 4px;
    }
    .rweb2404 a{
    font-size: 2.0rem;
    text-decoration: underline;
        color: #125687;
    }
 .rweb2404 a:hover{
        text-decoration: none;
    }
}
@media print, screen and (max-width: 767px) {
    .rweb2404{
        display: inline-block;
        font-size: 1.6rem;
        margin-top: 8px;
    }
    .rweb2404 a{
    font-size: 1.6rem;
        color: #125687;
  }
}


/*半自動化画像反映用
========================*/
.ul_crs01 .flexBox {
  display: flex;
  justify-content: space-between;
}
.ul_crs01 .courseInfoBox {
  width: 67%;
  padding-right: 10px;
}
.ul_crs01 .courseImgBox {
  position: relative;
  margin-right: 40px;
}
.courseImg {
  position: relative;
  width: 250px;
  height: 168px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.courseImg::before, .courseImg::after {
  content: "";
  position: absolute;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
}
.courseImg::before {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background-size: cover;
  filter: blur(8px);
}
.courseImg::after {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-color: #00000020;
}
.courseImg_caption {
  display: inline-block;
  position: absolute;
  bottom: 2%;
  right: 0;
  max-width: 275px;
  padding: 0 5px;
  text-align: right;
  text-shadow: 1px 1px 1px #000, 1px 0px 1px #000, 1px -1px 1px #000, 0px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  color: #fff;
  font-size: 1.1rem;
	z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .ul_crs01 .flexBox {
    display: block;
  }
  .ul_crs01 .courseInfoBox {
    width: 100%;
    padding-right: 0;
  }
  .ul_crs01 .courseImgBox {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .courseImg {
    max-height: 200px;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
  }
}
@media screen and (max-width: 359px) {
  .courseImg {
    height: 15vh;
  }
}
/*======================*/


/*aタグエリア拡大用
========================*/
.wrap_crs01 > .ul_crs01 > li .crs_num01,
.course_plan_cond_box .course_plan_cond {
  color: #333;
  font-weight: normal;
}
.wrap_crs01 > .ul_crs01 > li a .crs_tit01 {
  transition: all .3s;
}
.wrap_crs01 > .ul_crs01 > li a:hover .crs_tit01 {
  color: #CC0000;
  transition: all .3s;
}
/*======================*/

.tab-btn1 {
  margin: 20px 0;
}
.tab-btn2 {
  display: flex;
  margin: 20px 0;
}
.tab-back-btn::before {
  border-radius: 7px;
}
.tab-btn1 a {
  width: 100%;
  border-radius: 10px;
}
.tab-btn2 a {
  width: 80%;
  border-radius: 10px;
}
.tab-btn1 a::after, .tab-btn2 a::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    width: 15px;
    height: 15px;
    top: calc(50% - 12px);
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(315deg);
    transition: .3s;
}
.tab-reco_more p {
  text-align: center;
}

.tab-reco_more .tab_h2 {
	font-family: "Noto Serif JP", serif;
  /*display: inline-block;*/
  padding: 0 130px 10px;
  font-size: 3.2rem;
	font-weight: bold;
  line-height: 1.1;
  color: #B43030;
  text-align: center;
  /*background: url(../img/tit_l.svg) left center no-repeat, url(../img/tit_r.svg) right center no-repeat;
  background-size: 120px auto, 120px auto;*/
}
.tab-reco .tab_h2 {
 position: relative;
}
.tab-reco .tab_h2::before {
  position: absolute;
  content: "";
  background: url(../img/tit_l.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  left: 250px;
}
.tab-reco .tab_h2::after {
  position: absolute;
  content: "";
  background: url(../img/tit_r.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  right: 250px;
}
.tab-reco p {
  padding-bottom: 30px;
  border-bottom: 2px solid #AA9C66;

}
.courseArea_inner {
  background-color: #FEFFF2;
  box-sizing: border-box;
  border: 1px solid #AA9C66;
	line-height: 1.7;
  padding-bottom: 30px;
}

.tab-more .tab_h2 {
 position: relative;
}

.tab-more .tab_h2::before {
  position: absolute;
  content: "";
  background: url(../img/tit_l.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  left: 200px;
}
.tab-more .tab_h2::after {
  position: absolute;
  content: "";
  background: url(../img/tit_r.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  right: 200px;
}

/*.tab-more .tab_h2::before {
  position: absolute;
  content: "";
  background-image: url(../img/tit_l.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: 0;
  left: 20px;
  z-index: 2;
}
.tab-more .tab_h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/tit_r.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: 0;
  right: 200px;
}*/

@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
  .tab-reco {
    padding: 10px 30px;
    width: 1160px;
    margin: 0 auto;
    
  }
}

@media screen and (max-width:767.98px) {
  .br_sp {
    display: none;
  }
  .tab-btn1 {
    width: 90%;
    margin: 20px auto;
  }
  .early-bird .tab-btn1 > a {
    font-size: 1.4rem;
  }
  .tab-btn2 {
    padding: 0 5px;
      gap:5px;
  }
  .early-bird .tab-btn2 > a + a {
    margin-left: 0;
  }
  .early-bird .tab-btn2 > a {
    font-size: 1.2rem;
    width: 48%;
    /*width: 33%;*/
      height: 80px;
  }
  .tab-btn1 a::after, .tab-btn2 a::after {
    width: 12px;
    height: 12px;
   /* top: calc(35%);*/
      top: auto;
      bottom: 9px;
    right: 45%;
  }
  .tab-reco {
    padding: 10px 10px 20px 10px;
  }
  .tab-reco_more .tab_h2 {
    font-size: 2.2rem;
    padding: 0;
  }
  .tab-reco .tab_h2::before {
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    left: 15px;
  }
  .tab-reco .tab_h2::after {
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    right: 15px;
  }
  .tab-more .tab_h2::before {
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    left: 50px;
  }
  .tab-more .tab_h2::after {
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    right: 50px;
  }
  .tab-reco p {
    padding-bottom: 20px;
      margin: 0 10px;
  }
  
  .areaBlock:first-of-type {
    padding: 0;
  }
  #wrap_main01 .sec_area01 .tit_area01 {
    margin-top: 15px;
  }
}

@media screen and (max-width:365px) {
  .br_sp {
    display: block;
  }
  .tab-reco .tab_h2::before {
    content: "";
    width: 40px;
    height: 40px;
    top: calc(50% - 5px);
    left: 10px;
  }
  .tab-reco .tab_h2::after {
    content: "";
    width: 40px;
    height: 40px;
    top: calc(50% - 5px);
    right: 10px;
  }
  .tab-more .tab_h2::before {
    content: "";
    width: 40px;
    height: 40px;
    top: calc(50% - 5px);
    left: 40px;
  }
  .tab-more .tab_h2::after {
    content: "";
    width: 40px;
    height: 40px;
    top: calc(50% - 5px);
    right: 40px;
  }
  
}


/*courseArea
=======================*/
.courseArea {
	/*margin-top: 100px;*/
	padding-top: 35px;
	background: #F4EFE6;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
  
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.course_note{
    font-size: 1.4rem;
    text-align: center;
    color: #707070;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}
.course_note span{
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    font-size: 1.3rem;
    background: rgb(0 0 0 / .5);
    border-radius: 30px;
}
@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 50px;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
    .course_note{
    display: inline-block;
        margin: 10px 10px 0;
        line-height: 1.4;
}
    .course_note span{
        display: inline-block;
    padding: 3px 12px;
    font-size: 1rem;
        margin-top: -2px;
}
.courseArea_inner {
	margin: 0 10px;
  
}
}


/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}

@media (min-width: 768px) {
	.areaBlock:first-of-type {
	/*margin-top: 52px;*/
  padding: 10px 20px;
}
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d5b47f;
    color: #fff;
}
.courseItemsBox {
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
    gap: 16px;
}
.courseItems4 .courseItem {
  width: calc((100% - 48px) / 4);
 
}
.courseItem {
  width: calc((100% - 32px) / 3);
 
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItems4 .courseItem:nth-of-type(n+4) {
  margin-top: 0;
 
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin-bottom: 10px;
	padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__tagBox ul li + li {
	margin-left: 10px;
}
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.courseItems4 .course__card__body {
		width: 100%;
		padding: 12px 12px 10px;
	}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
.courseItems4 .course__card__unit{
    font-size: 1.3rem;
}
.courseItems4 .course__card__price {
  font-size: 2.2rem;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
  border-bottom: none!important;
  padding-top: 30px;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
    .btnwrap {
        gap:10px;
    }
    .btnwrap .btn02,.btnwrap .btn03{
        width: 40%;
    }
    .btnwrap .btn02 a,.btnwrap .btn03 a{
        width: 100%;
        padding-top: 0;
        margin: 0;
    }
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 30px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
    .courseItems4 .courseItem {
  width: 100%;
 
}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
    .courseItems4 .courseItem:nth-of-type(n+4){
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 0 5px;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__tagBox ul li + li {
		margin-left: 5px;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}

	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
    .courseItems4 .course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
    padding: 10px 0;
	}
    .btnwrap{
        gap:10px;
        margin: 20px 0;
        padding: 0 5px;
    }
    .btnwrap .btn02 a,.btnwrap .btn03 a{
       padding: 10px;
        margin: 0;
    }
}
/*=====================*/



/*otherFaetures slick adjust
==============================*/
.slick-dots {
	position: static;
}
.themefeaturesArea .slick-dots li button:before {
	opacity: 1;
}
.themefeaturesArea {
	margin: 100px auto 30px;
}
@media screen and (max-width:767.98px) {
	.themefeaturesArea {
		margin-top: 50px;
	}
}
/*============================*/

