@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.visualWrapperBg {
	position: absolute;
	z-index: -1;
	background: url("../../img/content/top/title.png") center;
	width: 100%;
	height: 100%;
  background-size: cover;
	filter: blur(20px);
}

.visualWrapperBg::before {
    content: "";
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255,255,255,.6);
}

.visualInner {
	width: 980px;
	text-align: center;
	margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
  background: #e0e4de;
}
.grfWrapper {
  margin: 80px 0;
}
.sectionWrapper {
  background: #d6dcdc;
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
  border-radius: .625em;
}
.boxInner {
  padding: 40px;
}
.introBox {
  width: 70%;
  margin: 0 auto 80px;
}
/**
 * --------------------------------------------------------------------------
 * 受講対象
 * --------------------------------------------------------------------------
 */
.entryDl {
  position: relative;
  display: flex;
  background: #fff;
  padding: 50px;
  margin: 20px 0;
  border-radius: .625em;
}
.entryDl dt span{
  font-family: "Roboto", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  background: #722f48;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.entryPlus {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}

.entryText {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0 0 0;
}

/**
 * --------------------------------------------------------------------------
 * 研修概要
 * --------------------------------------------------------------------------
 */
.aboutInfo {
  display: grid;
  gap: 20px;
  grid-template-columns:130px 1fr;
}
.aboutInfo dt {
  text-align: center;
}
.aboutInfo dt span{
  width: 100%;
  display: block;
  background: #722f48;
  color: #fff;
}
.aboutInfo dd{
  margin: 0;
}

/**
 * --------------------------------------------------------------------------
 * 修了証発行
 * --------------------------------------------------------------------------
 */
.compIcn {
  background: #722f48;
  color: #fff;
  font-size: 2rem;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.compIcn.none {
  background: #666;
}

.lectureStyleBox {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.lectureStyleIcn {
  background: #e46d4a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  line-height: 1;
}
.lectureStyleIcn.taimen {
  background: #36596f;
}

/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */
.flowArrow {
  text-align: center;
  margin: 20px 0;
}
.flowBox {
  background: #fff;
  padding: 40px;
  border-radius: .625em;
}
.flowBox.last {
  background: #722f48;
  color: #fff;
}

.flowBoxTitle {
  font-size: 3rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-left: solid 5px #722f48;
  padding: 10px 0 10px 15px;
}
  .flowBoxTitle.ondemand {
    border-color: #e46d4a;
  }
  .flowBoxTitle.taimen {
    border-color: #36596f;
  }
  .flowBoxTitle.syuryou {
    border-color: #fff;
  }

  .flowBoxTitleIcnBox {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .flowBoxTitleIcn {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e46d4a;
    border: solid 2px #e46d4a;
    padding: 5px 20px;
    line-height: 1;
  }
    .flowBoxTitleIcn.taimen{
      color: #36596f;
      border: solid 2px #36596f;
    }

.flowPeriodTitleBox {
  display: grid;
  gap: 10px;
  grid-template-columns:150px 1fr;
  margin-bottom: 30px;
}
.flowPeriodTitle{
  background: #000;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowPeriod {
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.entryBox {
  background: #f4f2e9;
  padding: 30px 0 30px;
  text-align: center;
}

a.entryBtn {
  width: 500px;
  font-size: 2rem;
  display: inline-block;
  background: #8d8333;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 24px 0;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
a.entryBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  margin: -6px 0 0 0;
  border-right: solid 4px #fff;
  border-top: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
  a.entryBtn.taimen {
    background: #36596f;
  }

.entryBtnSub {
  margin-bottom: 20px;
}
.entryBtnSub a {
  display: flex;
  align-items: center;
  gap:10px;
  justify-content: center;
  color: #ca360b;
  text-decoration: underline;
  font-weight: bold;
}
.entryBtnSub a img {
  width: 24px;
}

.entryNote {
  width: 900px;
  background: #fff;
  padding: 40px;
  margin: 0 auto 30px;
  text-align: center;
}

.entryNoteTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  font-size: 3rem;
  margin: 0 0 20px -20px;
  color: #ca360b;
}

.entryNoteTitle img {
  width: 40px;
}

.entryNoteText {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}




.taimenThema {
  background: #f1f8fd;
  padding: 30px;
  margin-bottom: 30px;
  display: grid;
  gap: 10px;
  grid-template-columns:140px 1fr;
}
  .taimenThemaTitle {
    color:#fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 120px;
    background: #36596f;
  }
  .taimenThemaList {
    margin-bottom: 10px;
  }
  .taimenThemaList li{
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
  }
  .taimenThemaList li::before {
    height: 10px;
    width: 10px;
    background: #36596f;
    position: absolute;
    top: 0.7em;
    left: 0;
  }

.placeInfoTitle {
  font-size: 2rem;
  background: #def1ed;
  padding: 10px 20px;
  margin-bottom: 20px;
}
  .placeInfoTitle.osaka {
    background: #ebf4dd;
  }

.placeInfo {
  display: grid;
  gap: 10px 20px;
  grid-template-columns:85px 1fr;
}
.placeInfo dt {
  text-align: center;
}

.placeInfo dt span{
  width: 100%;
  display: block;
  background: #65867f;
  color: #fff;
}
  .placeInfo.osaka dt span{
    background: #819365;
  }

.placeInfo dd{
  margin: 0;
}
.ondemandTable {
}
/**
 * --------------------------------------------------------------------------
 * お問い合わせ
 * --------------------------------------------------------------------------
 */
.inquiryTitle {
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
.inquiryMail {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
.inquiryDl {
  text-align: center;
  padding: 30px 0 20px;
}
.inquiryDl dt span{
  font-weight: bold;
  border: solid 1px #000;
  padding: 5px 20px;
}
.inquiryDl dd {
  margin: 5px 0 0 0;
}
.inquiryDl dd .tel {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  gap:0 10px;
  justify-content: center;
  align-items: center;
}
  .inquiryDl dd .tel img {
    width: 23px;
    margin-bottom: -5px;
  }

/**
 * --------------------------------------------------------------------------
 * 講師紹介
 * --------------------------------------------------------------------------
 */
.teacherBox {
  background: #fff;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.teacherName {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #2564a7;
}
  .teacherName span {
    font-size: 1.4rem;
  }
.teacherFrom {
}
.teacherBunya {
  display: flex;
  margin: 5px 0 30px;
}
.teacherBunya dt {
  font-size: 1.4rem;
  background: #2564a7;
  color: #fff;
  padding: 2px 15px 2px;
  border-radius: 100px;
}
.teacherBunya dd {
  color: #2564a7;
  margin: 0 0 0 8px;
  padding: 0;
}
/**
 * --------------------------------------------------------------------------
 * 講師一覧
 * --------------------------------------------------------------------------
 */
.teacherList {
  display: flex;
  flex-wrap: wrap;
  
}
.teacherList li{
  position: relative;
  width: calc(50% - 20px);
  list-style-type: none;
  padding: 0 0 0 20px;
}

.teacherList li::before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: #2564a7;
  border-radius: 50%;
  position: absolute;
  top: .7em;
  left: 0;
}
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  background: #fff;
  width: calc(100% - 120px);
  padding: 60px;
  border-radius: 60px;
  margin-bottom: 50px;
}
.accessBox img {
  border-radius: 60px;
}
.accessTable {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #ddd;
}
.accessTable tr {
  border-bottom: solid 1px #ddd;
}
.accessTable th {
  padding: 15px 0;
  vertical-align: top;
  white-space: nowrap;
}
.accessTable td {
  padding: 15px 0 15px 20px;
  vertical-align: top;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}

/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	text-align: center;
	margin-top: 80px;
}

.newsList {
	padding: 0;
}
	.newsList li {
		list-style-type: none;
		padding: 20px 5px;
		border-top: solid 1px #dedede;
	}
		.newsList li:last-child {
			margin-bottom: 0;
			border-bottom: solid 1px #dedede;
		}
.newsListItem {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		text-decoration: none;
}
.newsListDate {
		width: 11%;
}
.newsListTitle {
    width: 89%;
}

.newsListTitle a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.newsListTitle a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.newsListTitle a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}

.linkListItemImg {
	position:relative;
}
/**
 * --------------------------------------------------------------------------
 * コラム
 * --------------------------------------------------------------------------
 */
.columnItem:hover {
  text-decoration: none;
}
.columnItem-img {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.columnItem-date {
  color: #000;
  margin-top: 15px;
}
.columnItem-title {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 10px;
}

/**
 * --------------------------------------------------------------------------
 * 関連講座
 * --------------------------------------------------------------------------
 */

.kouzaBox {
  background: #fff;
  padding: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns:380px 1fr;
  margin-bottom: 50px;
  color: #000;
}
.kouzaBox:hover {
  text-decoration: none;
}
.kouzaBoxTitle {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 20px;
}
.kouzaBoxRead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #35b7d9;
  margin-bottom: 10px;
}


/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
}
.visualWrapperBg {
}
.visualWrapperBg::before {
}
.visualInner {
	width: 100%;
	text-align: center;
	margin: 0 auto;
} 
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 30px 0;
}
.sectionWrapper {
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 20px;
}
.introBox {
  width: auto;
  margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * 受講対象
 * --------------------------------------------------------------------------
 */
.entryDl {
  position: relative;
  display: flex;
  background: #fff;
  padding: 20px;
  margin: 20px 0;
}
.entryDl dt span{
  font-size: 2rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.entryDl dd {
  margin: 0 0 0 10px;
}  
.entryPlus {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}

.entryText {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
}
/**
 * --------------------------------------------------------------------------
 * 研修概要
 * --------------------------------------------------------------------------
 */
.aboutInfo {
  display: grid;
  gap: 15px;
  grid-template-columns:80px 1fr;
}
.aboutInfo dt {
  text-align: center;
}
.aboutInfo dt span{
  width: 100%;
  display: block;
  background: #722f48;
  color: #fff;
}
.aboutInfo dd{
  margin: 0;
}
/**
 * --------------------------------------------------------------------------
 * 修了証発行
 * --------------------------------------------------------------------------
 */
.compIcn {
  font-size: 1.6rem;
  padding: 5px;
  margin-bottom: 30px;
}

.lectureStyleBox {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
}
/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */
.flowArrow {
  margin: 10px 0;
}
.flowBox {
  padding: 20px;
}
.flowBoxTitle {
  font-size: 2rem;
  margin-bottom: 20px;
  display: inherit;
  gap: 0;
  text-align: center;
  border: none;
  padding: 0;
}
  .flowBoxTitleIcnBox {
    justify-content: center;
    margin-top: 10px;
  }
  .flowBoxTitleIcn {
    font-size: 1.5rem;
  }

.flowPeriodTitleBox {
  gap: 20px;
  grid-template-columns:1fr;
  margin-bottom: 20px;
}
.flowPeriodTitle{
  padding: 10px 0;
}
.flowPeriod {
  font-size: 1.8rem;
}

.entryBox {
  padding: 20px;
}

a.entryBtn {
  width: 100%;
  font-size: 1.6rem;
  padding: 16px 0;
}
a.entryBtn:after {
  right: 16px;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
  
.entryBtnSub {
  margin-bottom: 20px;
}
.entryBtnSub a img {
  width: 20px;
}

.entryNote {
  width: auto;
  padding: 20px;
  margin: 0 auto 20px;
}

.entryNoteTitle {
  font-size: 2rem;
  margin: 0 0 10px -20px;
}

.entryNoteTitle img {
  width: 30px;
}

.entryNoteText {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
  
.taimenThema {
  padding: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns:1fr;
}
  .taimenThemaTitle {
    color:#fff;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 0;
    padding: 10px 0;
  }
  .taimenThemaList {
    margin-bottom: 10px;
  }
  .taimenThemaList li{
    font-size: 1.6rem;
  }

.placeInfoTitle {
  font-size: 1.6rem;
  padding: 10px 20px;
}
.placeInfo {
  grid-template-columns:75px 1fr;
}
  
.ondemandTable {
  width: 900px;
}
/**
 * --------------------------------------------------------------------------
 * お問い合わせ
 * --------------------------------------------------------------------------
 */
.inquiryTitle {
  font-size: 1.8rem;
}
.inquiryMail {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.inquiryDl {
  margin: 30px 0 20px;
}
.inquiryDl dd .tel {
  font-size: 2.5rem;
  gap:0 5px;
}
  .inquiryDl dd .tel a {
    color: #000;
  }
  .inquiryDl dd .tel img {
    width: 18px;
    margin-bottom: 0;
  }
/**
 * --------------------------------------------------------------------------
 * 受講料・定員
 * --------------------------------------------------------------------------
 */
.styleIcn {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  display: block;
  border-radius: 100px;
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */

/**
 * --------------------------------------------------------------------------
 * 講師紹介
 * --------------------------------------------------------------------------
 */
.teacherBox {
  padding: 20px;
  display: inherit;
  border-radius: 20px;
  margin-bottom: 20px;
}
.teacherBox img {
  border-radius: 20px;
}
.teacherName {
  font-size: 1.7rem;
  text-align: center;
  margin: 0 auto 10px;
}
  .teacherName span {
    font-size: 1.4rem;
  }
.teacherFrom {
  text-align: center;
}
.teacherBunya {
  display: inherit;
  margin: 10px 0 10px;
}
.teacherBunya dt {
  font-size: 1.4rem;
  width: 70px;
  text-align: center;
  padding: 2px auto 2px;
  margin: 0 auto 10px;
}
.teacherBunya dd {
  margin: 0 0 0 0;
  text-align: center;
}
/**
 * --------------------------------------------------------------------------
 * 講師一覧
 * --------------------------------------------------------------------------
 */
.teacherList {
  display: inherit;
  margin: 0;
  padding: 0;
  
}
.teacherList li{
  width: auto;
  padding: 0 0 0 8px;
}

.teacherList li::before {
  height: 8px;
  width: 8px;
  top: .6em;
  left: -5px;
}
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  width: auto;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.accessBox img {
  border-radius: 20px;
}
.accessTable {
  margin: 20px 0 0 0;
}
.accessTable tr {
}
.accessTable th {
  padding: 10px 0;
  white-space: nowrap;
  
}
.accessTable td {
  padding: 10px 0 10px 15px;
}

.accessMap {
  height: 360px;
  margin: 50px 0 0 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}

.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
}
.topicsWrapper .button{
	margin-top: 0;
}
.topicsList {
}
.topicsListItem {
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
	.topicsListItem:nth-child(2n) {
		margin-right:0;
	}
	.topicsListItem a{
	}
.topicsListItemImg {
}
.topicsListItemCat {
	top:5px;
	left:5px;
}
	.topicsListItemCat span{
		font-size:0.65rem;
		padding:3px 5px;
	}

.topicsListItemDate {
	font-size: 0.8rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:0.8rem;
	margin:5px 5px 0 5px;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	margin-top: 30px;
}
.newsList {
}
	.newsList li {
		padding: 10px 5px;
	}
.newsListItem {
	display: inherit;
}
.newsListDate {
    width: auto;

}
.newsListTitle {
    width: auto;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}
/**
 * --------------------------------------------------------------------------
 * コラム
 * --------------------------------------------------------------------------
 */
.columnItem-date {
  font-size: 1.4rem;
}
.columnItem-title {
  font-size: 1.8rem;
}
/**
 * --------------------------------------------------------------------------
 * 関連講座
 * --------------------------------------------------------------------------
 */
.kouzaBox {
  padding: 20px;
  gap: 20px;
  grid-template-columns:1fr;
  margin-bottom: 20px;
}
.kouzaBox:hover {
  text-decoration: none;
}
.kouzaBoxTitle {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.kouzaBoxRead {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
  

}