<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********
base
**********/
/*蛻晄悄險ｭ螳咾SS*/
.l_main{
  color:#333;
  font:500 14px "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  line-height:1.6;
  letter-spacing:.1em;
}
body{
  counter-reset: headingNo;
}

/**********
layout
**********/
.l_main{
  padding: 0;
}
/* 遽 */
.l_section{}
.l_section__item{}
.l_section--primary{
  padding:24px 12px;
  background: #fff;
}
.l_section--primary &gt; .l_section__item{
  padding: 0 24px;
}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 40px;
}

@media screen and (max-width: 599px){
  .l_section--primary &gt; .l_section__item{
    padding: 0;
  }
}
/**********
module
**********/
/* 繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ */
.m_keyvisual{
  position: relative;
}
.m_keyvisual__img{
  line-height: 0;
}
.m_keyvisual__img &gt; img{
  max-width: 100%;
  height: auto;
}
.m_keyvisual__body{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
}
.m_keyvisual__heading{
  flex: 1 1 auto;
  padding: 0 20px;
  border-left: 1px solid;
}
.m_keyvisual__tags{
  flex: 0 0 320px;
}
@media screen and (max-width: 768px){
  .m_keyvisual{
    z-index: 2;
    padding-top: calc(100% * 312 / 520);
  }
  .m_keyvisual__body{
	display: block;
	top: 50%;
    z-index: 2;
	height: auto;
	transform: translateY(-50%);
  }
  .m_keyvisual__img{
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
  }
  .m_keyvisual__img &gt; img{
    max-width: initial;
	width: 100%;
  }
  .m_keyvisual__tags{
    padding: 0 20px;
  }
}

@media screen and (max-width: 599px){
  .m_keyvisual__heading{
	padding: 0 12px;	 
  }
  .m_keyvisual__body{
	padding: 12px;	
  }
  .m_keyvisual__tags{
    padding: 0 12px;
  }
}


/* 隕句�縺� */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
}
.m_heading__sub{}
.m_heading--primary{}
.m_heading--primary .m_heading__ttl{
  line-height: 1.3;
  font-size: 28px;
}
.m_heading--primary .m_heading__sub + .m_heading__ttl{
  margin-top: 8px;
}
.m_heading--primary .m_heading__sub{
  display: inline-block;
  padding: 4px 1em;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  background: #333;
}
.m_heading--secondary{
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
.m_heading--secondary .m_heading__ttl{
  position: relative;
  padding-left: 64px;
  line-height: 1;
  font-size: 28px;
  counter-increment: headingNo;
}
.m_heading--secondary .m_heading__ttl::before{
  position: absolute;
  content: counter(headingNo, decimal-leading-zero);
  top: 50%;
  left: 12px;
  display: block;
  line-height: 1;
  font-family: "Roboto",  "yu gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ pron w3", "hiragino kaku gothic pron", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  font-size: 32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .m_heading--primary{
	margin-bottom: 16px;  
  }
  .m_heading--primary .m_heading__ttl br{
    display: none;
  }
}
@media screen and (max-width: 599px){
  .m_heading--primary{
	margin-bottom: 12px;  
  }
  .m_heading--primary .m_heading__ttl{
    font-size: 14px;
  }
  .m_heading--primary .m_heading__sub + .m_heading__ttl{
    margin-top: 4px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 12px;
  }
  .m_heading--secondary .m_heading__ttl{
    padding-left: 40px;
    font-size: 16px;
  }
  .m_heading--secondary .m_heading__ttl::before{
    left: 8px;
    font-size: 18px;
  }
}
/* 譛ｬ譁� */
.m_body{
  padding: 0 40px;
}
@media screen and (max-width: 599px){
  .m_body{
    padding: 0 16px;
  }
}
/* 繧ｿ繧ｰ繝ｪ繧ｹ繝� */
.m_tagList{}
.m_tagList__item{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.m_tagList__item + .m_tagList__item{
  margin-top: 4px;
}
.m_tagList__ttl{
  flex: 0 0 120px;
  padding: 4px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #333;
}
.m_tagList__descr{
  flex: 1 1 auto;
  padding: 4px 1em;
  border: 1px solid;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 599px){
  .m_tagList__item + .m_tagList__item{
    margin-top: 2px;
  }
  .m_tagList__ttl{
    flex: 0 0 80px;
    font-size: 12px;
  }
  .m_tagList__descr{
    font-size: 12px;
  }
}
/* 讎りｦ� */
.m_overview{}
.m_overview__item{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.m_overview__item{
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.m_overview__item:first-of-type{
  border-top: 1px solid #333;
}
.m_overview__item:last-of-type{
  border-bottom: 1px solid #333;
}
.m_overview__item + .m_overview__item{
  border-top: 1px dashed #ccc;
}
.m_overview__item--goal{
  border: 1px solid #333;
}
.m_overview__item--goal + .m_overview__item{
  margin-top: 8px;
  border-top: 1px solid #333;
}
.m_overview__heading{
  flex: 0 0 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  line-height: 1.3;
  background: #333;
}
.m_overview__engTtl{
  color: #fff;
}
.m_overview__ttl{
  color: #fff;
  font-size: 28px;
}
.m_overview__list{
  padding: 16px 20px;
}
.m_overview__list li{
  position: relative;
  padding-left: 1em;
}
.m_overview__list li::before{
  content: "繝ｻ";
  position: absolute;
  left: 0;
}
.m_overview__list li + li{
  margin-top: 8px;
}
@media screen and (max-width: 768px){
  .m_overview__item{
	display: block;	
  }
  .m_overview__item + .m_overview__item{
    border-top: none;
  }
  .m_overview__heading{
	padding: 12px;
  }
  .m_overview__headingInner{
	display: flex;
	align-items: center;
  }
  .m_overview__engTtl{
	order: 1;
	padding-left: 16px;
  }
  .m_overview__list{
	padding: 12px;
  }
}
@media screen and (max-width: 599px){
  .m_overview__heading{
	padding: 8px;
  }
  .m_overview__ttl{
    font-size: 18px;
  }
  .m_overview__engTtl{
	font-size: 12px;
  }
  .m_overview__list{
	padding: 8px;
  }
}
/* 隧ｳ邏ｰ */
.m_detail{}
.m_detail__catch{
  font-weight: bold;
  font-size: 24px;
}
.m_detail__catch + .m_detail__item{
  margin-top: 40px;
}
.m_detail__item{
  display: flex;
  align-items: flex-end;
}
.m_detail__item + .m_detail__item{
  margin-top: 32px;
}
.m_detail__img{
  flex : 0 0 208px;
  line-height: 0;
}
.m_detail__body{
  flex : 1 1 auto;
}
.m_detail__item--problem{}
.m_detail__item--problem &gt; .m_detail__img + .m_detail__body{
  padding-left: 24px;
}
.m_detail__item--feature &gt; .m_detail__img + .m_detail__body{
  padding-right: 24px;
}
.m_detail__item--feature &gt; .m_detail__img{
  order: 2;
}
.m_detail__heading{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.m_detail__heading::after{
  content: "";
  position: absolute;
  left:0;
  top: 50%;
  z-index: 1;
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
}
.m_detail__ttl{
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
}
.m_detail__engTtl{
  position: relative;
  z-index: 2;
  padding: 0 40px 0 12px;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 768px){
  .m_detail__catch br{
    display: none;
  }
  .m_detail__img{
    display: none;
  }
  .m_detail__item--problem &gt; .m_detail__img + .m_detail__body{
    padding-left: 0;
  }
  .m_detail__item--feature &gt; .m_detail__img + .m_detail__body{
    padding-right: 0;
  }
}
@media screen and (max-width: 599px){
  .m_detail__catch{
    font-size: 18px;
  }
  .m_detail__engTtl{
    padding: 0 12px;
  }
}
/* 豎ｺ繧∵焔縺ｮ讖溯� */
.m_func{}
.m_func__item + .m_func__item{
  margin-top: 24px;
}
.m_func__link{
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.m_func__link + .m_func__msg{
  margin-top: 8px;
}
.m_func__target{
  position: relative;
  display: block;
  padding-left: 1em;
  color: inherit;
  font-weight: bold;
}
.m_func__target::before{
  content: "&gt;";
  position: absolute;
  left: 0;
  display: block;
}

/**********
theme
**********/
.theme_lms{}
.theme_lms .m_heading--primary .m_heading__sub{
  background: #1A8192;
}
.theme_lms .m_heading--primary .m_heading__sub{
  background: #1A8192;
}
.theme_lms .m_heading--secondary .m_heading__ttl::before{
  color: #1A8192;
}
.theme_lms .m_overview__item--goal .m_overview__heading{
  background: #1A8192;
}
.theme_lms .m_detail__heading::after{
  background: #1A8192;
}
.theme_lms .m_detail__ttl{
  color: #1A8192;
}
.theme_lms .m_detail__engTtl{
  color: #1A8192;
}

.theme_newLms{}
.theme_newLms .m_heading--primary .m_heading__sub{
  background: #45B9BF;
}
.theme_newLms .m_heading--primary .m_heading__sub{
  background: #45B9BF;
}
.theme_newLms .m_heading--secondary .m_heading__ttl::before{
  color: #45B9BF;
}
.theme_newLms .m_overview__item--goal .m_overview__heading{
  background: #45B9BF;
}
.theme_newLms .m_detail__heading::after{
  background: #45B9BF;
}
.theme_newLms .m_detail__ttl{
  color: #45B9BF;
}
.theme_newLms .m_detail__engTtl{
  color: #45B9BF;
}

.theme_eval{}
.theme_eval .m_heading--primary .m_heading__sub{
  background: #4260AD;
}
.theme_eval .m_heading--primary .m_heading__sub{
  background: #4260AD;
}
.theme_eval .m_heading--secondary .m_heading__ttl::before{
  color: #4260AD;
}
.theme_eval .m_overview__item--goal .m_overview__heading{
  background: #4260AD;
}
.theme_eval .m_detail__heading::after{
  background: #4260AD;
}
.theme_eval .m_detail__ttl{
  color: #4260AD;
}
.theme_eval .m_detail__engTtl{
  color: #4260AD;
}

.theme_stresscheck{}
.theme_stresscheck .m_heading--primary .m_heading__sub{
  background: #B52D61;
}
.theme_stresscheck .m_heading--primary .m_heading__sub{
  background: #B52D61;
}
.theme_stresscheck .m_heading--secondary .m_heading__ttl::before{
  color: #B52D61;
}
.theme_stresscheck .m_overview__item--goal .m_overview__heading{
  background: #B52D61;
}
.theme_stresscheck .m_detail__heading::after{
  background: #B52D61;
}
.theme_stresscheck .m_detail__ttl{
  color: #B52D61;
}
.theme_stresscheck .m_detail__engTtl{
  color: #B52D61;
}</pre></body></html>