@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * topVisual
 * --------------------------------------------------------------------------
 */
.topVisualWrapper {
	position: relative;
	width: 100%;
  background: url("../../img/content/top/top_visual_bg.jpg") top right/contain no-repeat #f5f5f5;
}
.topVisualInner {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 8% 0 5%;;
  text-align: left;
}
.topVisualTitle {
  font-size: 3vw;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 40px 0;
}
.topVisualTitle .en {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-size: 6vw;
}

.topVisualRead {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.7;
  color: #ea5550;
}
.topVisualTitleSub {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1;
}

.topVisualTrial {
  background: #f5f5f5;
  padding: 50px;
}

.topVisualApply {
  width: 40%;
  background: #fff;
  padding: 40px;
  margin: 30px 0 0 0;
}

.topVisualApplyBt {
  font-size: 2.3rem;
  display: inline-block;
  background: #ea5550;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none!important;
  padding: 20px 0;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.serviceStart {
  font-size: 2.8vw;
  font-weight: 900;
  margin-top: 20px;
}


/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.visualWrapperBg {
	position: absolute;
	z-index: -1;
	background: url("../../img/content/top/title.jpg") 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 {
}
.grfWrapper {
  margin: 80px 0;
}
.sectionWrapper {
  background: #fff2f2;
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 60px;
}
.introBox {
  width: 70%;
  margin: 80px auto;
}

/**
 * --------------------------------------------------------------------------
 * 特徴
 * --------------------------------------------------------------------------
 */
.collaboLogo {
  width: 650px;
  margin: 50px auto 50px;
}

.nayami {
  color: #ea5550;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 40px;
  text-align: center;
}

.solutionRead {
  color: #ea5550;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 0;
  text-align: center;
}


/**
 * --------------------------------------------------------------------------
 * 研修の特徴
 * --------------------------------------------------------------------------
 */
.featuresBox {
  background: #fff;
  padding: 70px;
  border-radius: 20px;
  margin: 50px 0 0 0;
}

.featuresTitle {
  margin: 0 0 20px 0;
}

.featuresTitle span{
  background: #ea5550;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
}

.featuresTeacher{
  margin: 0 0 10px 0;
}
.featuresTeacherInfo {
  font-size: 1.4rem;
  text-align: center;
  color: #ea5550;
}
/**
 * --------------------------------------------------------------------------
 * 研修科目（動画）一覧
 * --------------------------------------------------------------------------
 */
.courseTitleInfo {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 50px;
}
/**
 * --------------------------------------------------------------------------
 * 国家試験対策支援
 * --------------------------------------------------------------------------
 */
.taisakuLecturerBox {
  width: 27%;
}
.taisakuLecturerName {
  font-size: 2.5rem;
  font-weight: 700;
}
.taisakuLecturerNameSub {
}

.taisakuLecturerPlof {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 30px 0 10px 0;
}
.taisakuLecturerPlof:before{
  content: "■";
  color: #ea5550;
  margin: 0 5px 0 0 ;
}


/**
 * --------------------------------------------------------------------------
 * 受講料・定員
 * --------------------------------------------------------------------------
 */
.styleIcn {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  display: block;
  border-radius: 100px;
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------------------
 * 研修概要
 * --------------------------------------------------------------------------
 */
.kensyuBox {
  width: calc(48% - 100px);
  padding: 50px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.kensyuBt {
  margin: auto auto 0;
}

/**
 * --------------------------------------------------------------------------
 * 修了証
 * --------------------------------------------------------------------------
 */
.compCircle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 180px;
  height: 180px;
  color: #fff;
  background: #ea5550;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/**
 * --------------------------------------------------------------------------
 * 研修分野一覧
 * --------------------------------------------------------------------------
 */
.prepareBox {
  background: #f5f5f5;
  margin: 20px 0 0 0;
  padding: 30px;
  text-align: center;
}
.bunyaImg {
  position: relative;
}
.openIcn {
  position: absolute;
  background: #ea5550;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
  .openIcn.close {
    background: #333;
  }
  .openIcn.syougaiji {
    background: #00a96b;
  }
  .openIcn.youji {
    background: #f5638a;
  }

/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */
.manualBtnBox {
  margin: 0 auto 80px;
  text-align: center;
}
a.manualBtn {
  display: inline-block;
  background: #002856;
  color: #FFFFFF;
  text-decoration: none;
  padding: 40px 200px 40px 40px;
  text-align: left;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
}
a.manualBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 0;
  background: url("../../img/global/icn_pdf_white.svg") no-repeat;
}
.manualBtnTitle {
  font-size: 2.5rem;
  font-weight: 600;
}
.manualBtnTitle span {
  font-size: 1.5rem;
  color: #FFF848;
}

.flowBox {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.flowBox li{
  width: 23%;
  position: relative;
  background: #fff;
  list-style-type: none;
  border: solid 2px #ea5550;
}
.flowBox li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  width: 0;
  height: 0;
  right: -54px;
  bottom: 50%;
  margin: 0 0 -15px 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-left-color: #ea5550;
}
.flowBoxInner {
  padding: 30px;
}

.flowNumberBox {
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 600;
  background: #ea5550;
  text-align: center;
  color: #fff;
  padding: 20px 20px 10px 20px;
  line-height: 1.2;
}
.flowNumberBox span {
  font-size: 3.5rem;
}

.flowBoxTitle {
  font-size: 2rem;
  color: #ea5550;
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: center;
}
/**
 * --------------------------------------------------------------------------
 * よくある質問
 * --------------------------------------------------------------------------
 */
.qaBtList {
  display: grid;
  grid-template-columns:repeat(3,1fr);
  grid-gap: 30px;
  margin: 0 0 50px;
  padding: 0;
}
.qaBtList li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}


/**
 * --------------------------------------------------------------------------
 * 受講申込・開講期間
 * --------------------------------------------------------------------------
 */
.kensyuTable {
  border-collapse: collapse;
  width: 100%;
}
.kensyuTable tr {
  border-bottom: solid 1px #dae4e5;
}
.kensyuTable td,
.kensyuTable th {
  padding: 20px;
  text-align: center;
}
.kensyuTable td {
  border-left: solid 1px #dae4e5;
}

.kensyuTable th {
  font-size: 1.7rem;
}
.kensyuTable th .note {
  border: solid 1px #999;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 10px 0 0 0;
}

.kensyuTableTitle {
  font-size: 2rem!important;
  padding: 40px 0!important;
  background: #000;
  color: #fff;
}
.kensyuTableTitle.shitei {
  background: #f15700;
}
.kensyuTableTitle.tsuika {
  background: #ec8104;
}
.kensyuTableTitle.sw {
  background: #0ba2e3;
}
/**
 * --------------------------------------------------------------------------
 * 講師紹介
 * --------------------------------------------------------------------------
 */
.teacherBox {
  background: #fff;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.teacherBox img {
}
.teacherName {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #ea5550;
}
  .teacherName span {
    font-size: 1.4rem;
  }
.teacherFrom {
}
.teacherBunya {
  display: flex;
  margin: 5px 0 30px;
}
.teacherBunya dt {
  font-size: 1.4rem;
  background: #ea5550;
  color: #fff;
  padding: 2px 15px 2px;
}
.teacherBunya dd {
  color: #ea5550;
  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: #ea5550;
  border-radius: 50%;
  position: absolute;
  top: .7em;
  left: 0;
}
/**
 * --------------------------------------------------------------------------
 * スクーリング会場
 * --------------------------------------------------------------------------
 */
.accessBox {
  background: #fff;
  width: calc(100% - 120px);
  padding: 60px;
  margin-bottom: 50px;
}
.accessBox img {
}
.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;
}
.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; 
}
 .bnrWrapper .innerVox{
    width: 1200px;
    margin: 0 auto;
	padding: 0;
    position: relative;
    text-align:left;
}
.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;
  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;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
/**
 * --------------------------------------------------------------------------
 * topVisual
 * --------------------------------------------------------------------------
 */
.topVisualWrapper {
  background: url("../../img/content/top/top_visual_bg_sp.jpg") bottom right/contain no-repeat #f5f5f5;
}
.topVisualInner {
  width: auto;
  min-width: auto;
  padding: 10% 0 80%;
  text-align: center;
}
.topVisualTitle {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.topVisualTitle .en {
  font-size: 5rem;
}

.topVisualRead {
  font-size: 1.8rem;
}
.topVisualTitleSub {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}
.serviceStart {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.5;
}
  
/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
}
.visualWrapperBg {
}
.visualWrapperBg::before {
}
.visualInner {
	width: 90%;
	text-align: center;
	margin: 5% auto;
} 
/**
 * --------------------------------------------------------------------------
 * Wrapper
 * --------------------------------------------------------------------------
 */
.contentsWrapper {
}
.grfWrapper {
  margin: 30px 0;
}
.sectionWrapper {
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 30px;
}
.introBox {
  width: auto;
  margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * 特徴
 * --------------------------------------------------------------------------
 */
.collaboLogo {
  width: 95%;
  margin: 20px auto 20px;
}
  
.nayami {
  font-size: 2rem;
  margin: 0 0 20px;
}
  
.solutionRead {
  font-size: 1.6rem;
  margin: 40px 0 0;
}
  
/**
 * --------------------------------------------------------------------------
 * 研修の特徴
 * --------------------------------------------------------------------------
 */
.featuresBox {
  padding: 30px;
  border-radius: 20px;
  margin: 50px 0 0 0;
}

.featuresTitle {
  margin: 0 auto 20px;
  text-align: center;
}

.featuresTitle span{
  border-radius: 5px;
}
  
.featuresTeacher{
  margin: 0 0 10px 0;
}
.featuresTeacherInfo {
  font-size: 1.3rem;
  text-align: center;
  color: #ea5550;
  line-height: 1.4;
}
/**
 * --------------------------------------------------------------------------
 * 研修科目（動画）一覧
 * --------------------------------------------------------------------------
 */
.courseTitleInfo {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 20px;
}
/**
 * --------------------------------------------------------------------------
 * 国家試験対策支援
 * --------------------------------------------------------------------------
 */
.taisakuLecturerBox {
  width: 60%;
  margin: 0 auto 30px;
}
.taisakuLecturerName {
  font-size: 2rem;
  text-align: center;
}
.taisakuLecturerNameSub {
  text-align: center;
}  
  
.taisakuLecturerPlof {
  font-size: 1.6rem;
}
  
/**
 * --------------------------------------------------------------------------
 * 受講料・定員
 * --------------------------------------------------------------------------
 */
.styleIcn {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  display: block;
  border-radius: 100px;
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------------------
 * 研修概要
 * --------------------------------------------------------------------------
 */
.kensyuBox {
  width: auto;
  padding: 30px;
  display: flex;
  margin-bottom: 30px;
}
.kensyuBt {
  margin: 10px auto 0;
  text-align: center;
}
/**
 * --------------------------------------------------------------------------
 * 修了証
 * --------------------------------------------------------------------------
 */
.compCircle {
  font-size: 1.3rem;
  line-height: 1.3;
  width: 100px;
  height: 100px;
}
/**
 * --------------------------------------------------------------------------
 * 研修分野一覧
 * --------------------------------------------------------------------------
 */
.openIcn {
  font-size: 1.3rem;
  padding: 5px 10px;
  font-weight: 600;
}

/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */
.manualBtnBox {
  margin: 0 auto 30px;
}
a.manualBtn {
  padding: 20px 80px 20px 20px;
}
a.manualBtn:after {
  right: 20px;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 0;
}
.manualBtnTitle {
  font-size: 1.6rem;
  font-weight: 600;
}
.manualBtnTitle span {
  font-size: 1.2rem;
}
  
.flowBox {
  margin: 0 0 50px 0;
  display: inherit;
}
.flowBox li{
  width: auto;
  margin: 0 0 50px 0;
}
.flowBox li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #ea5550;
}
.flowBoxInner {
}

.flowNumberBox {
  padding: 10px;
}
.flowNumberBox span {
}

.flowBoxTitle {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
/**
 * --------------------------------------------------------------------------
 * よくある質問
 * --------------------------------------------------------------------------
 */
.qaBtList {
  display: inherit;
  grid-template-columns: auto;
  grid-gap: 0;
  margin: 0 0 30px;
}
.qaBtList li{
  margin: 0 auto 20px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

/**
 * --------------------------------------------------------------------------
 * 受講申込・開講期間
 * --------------------------------------------------------------------------
 */
.kensyuTable {
  border-collapse: collapse;
  width: 750px;
}
.kensyuTable td,
.kensyuTable th {
  padding: 5px;
}
.kensyuTable th {
  font-size: 1.4rem;
}
.kensyuTable th .note {
  padding: 5px;
  font-size: 1.2rem;
  margin: 5px 0 0 0;
}

.kensyuTableTitle {
  font-size: 1.5rem!important;
  padding: 10px 0!important;
}
.kensyuTableTitle.shitei {
}
.kensyuTableTitle.sw {
}
/**
 * --------------------------------------------------------------------------
 * 講師紹介
 * --------------------------------------------------------------------------
 */
.teacherBox {
  padding: 20px;
  display: inherit;
  margin-bottom: 20px;
}
.teacherBox img {
}
.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;
  margin-bottom: 20px;
}
.accessBox img {
}
.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; 
}
 .bnrWrapper .innerVox{
    width: 90%;
}

.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;
	}

}