@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * visual
 * --------------------------------------------------------------------------
 */
.visualWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
  background-image: linear-gradient(0deg, #1b91b0, #7dd9f2 25%, #ffffff);
}
.visualWrapperBg {
	position: absolute;
	z-index: -1;
	/*background: url("../../img/content/top/title.jpg") bottom;*/
	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: #eaf6f6;
}
.grfWrapper {
  margin: 80px 0;
}
.sectionWrapper {
  background: #d4ebf0;
}
/**
 * --------------------------------------------------------------------------
 * commonBox
 * --------------------------------------------------------------------------
 */
.boxWrapper {
  margin-bottom: 50px;
}
.whiteBox {
  position: relative;
  background: #fff;
}
.boxInner {
  padding: 40px;
}
.introBox {
  width: 70%;
  margin: 80px auto;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsBox {
  width: 70%;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin: -50px auto 100px;
}
.newsBoxTitle {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px 0;
  color:#2564a7;
}

/**
 * --------------------------------------------------------------------------
 * 面接支援ツールについて
 * --------------------------------------------------------------------------
 */
.aboutPointWrapper {
  margin: 50px 0 0;
}
.aboutPointNumber {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  background: #000;
  color: #fff;
  margin: -10px auto 20px;
  display: inline-block;
  padding: 10px 20px;
}
  .aboutPointNumber.seat1 {
    background: #8155c6!important;
  }
  .aboutPointNumber.seat2 {
    background: #6eb03a!important;
  }
  .aboutPointNumber.seat3 {
    background: #e8aa3d!important;
  }
.aboutPoint {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.aboutSeat {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}
  .aboutSeat.seat1 {
    color: #8155c6!important;
  }
  .aboutSeat.seat2 {
    color: #6eb03a!important;
  }
  .aboutSeat.seat3 {
    color: #e8aa3d!important;
  }
.staffBox {
  background: #fff;
  padding: 40px;
  margin: 50px 0;
}
.staffDl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.staffDl:last-child {
  margin-bottom: 0;
}
.staffDl dt{
  width: 100px;
  font-size: 1.4rem;
  background: #59c1dc;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}
.staffDl dd{
  margin: 0 0 0 10px;
}
/**
 * --------------------------------------------------------------------------
 * メリット
 * --------------------------------------------------------------------------
 */

.meritBox {
  background: #fff;
  padding: 40px;
}

.meritTitle {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 30px;
}

/**
 * --------------------------------------------------------------------------
 * 活用事例
 * --------------------------------------------------------------------------
 */

.sceneBox {
  background: #fff;
  padding: 40px;
}
.sceneNumber {
  color: #35b7d9;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 10px;
}
.summaryRead {
  color: #35b7d9;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 50px auto 0;
}

/**
 * --------------------------------------------------------------------------
 * 購入
 * --------------------------------------------------------------------------
 */
.buyBtnWrapper {
  background: #59c1dc;
  text-align: center;
  padding: 40px 0 20px;
}
a.buyBtn {
  font-size: 2rem;
  display: inline-block;
  background: #333;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.2em 2.4em;
  min-width: 400px;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
a.buyBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: -6px 0 0 0;
  border-right: solid 3px #59c1dc;
  border-top: solid 3px #59c1dc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buyInfo {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: 10px auto 0;
}
.buyPrice {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.buyPrice .small {
  font-size: 2.5rem;
}
.buyPrice-sub {
  color: #fff;
  font-weight: 700;
  margin: 0 auto 10px;
}
/**
 * --------------------------------------------------------------------------
 * 受講料・定員
 * --------------------------------------------------------------------------
 */
.styleIcn {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  display: block;
  border-radius: 100px;
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------------------
 * 研修概要
 * --------------------------------------------------------------------------
 */
.kensyuBox {
  width: calc(32% - 100px);
  padding: 50px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 40px;
}
.kensyuBt {
  margin: auto auto 0;
}
.rootIcnBox {
  display: flex;
  margin: 0 auto 20px;
}
.rootIcn:first-child {
  margin: 0 5px 0 0;
}
.rootIcn span{
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 100px;
  background: #000;
}
.rootIcn.root01 span {
  background: #f15700;
}
.rootIcn.root02 span {
  background: #ec8104;
}
.rootIcn.root03 span {
  background: #0ba2e3;
}
.rootIcn.root04 span {
  background: #31bf1a;
}
.kensyuNumber {
  font-size: 1.4rem;
  color: #2564a7;
  text-align: center;
  margin: 0 0 20px 0;
}

/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */
.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;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}
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;
}
.flowBox li{
  position: relative;
  background: #fff;
  border-radius: 50px;
  width: 100%;
  list-style-type: none;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
}
.flowBox li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #2564a7;
}

.flowNumberBox {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  background: #2564a7;
  text-align: center;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.flowNumberBox span {
  font-size: 3rem;
}
.kikanTitle {
  font-size: 1.8rem;
  position: relative;
  font-weight: 700;
  margin: 30px 0 0 0;
  padding-left: 15px;
}
.kikanTitle:before {
    background-color: #2564a7;
    border-radius: 6px;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}
.kikanBox {
  width: calc(49% - 40px);
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  text-align: center;position: relative;
}
.kikanBoxTitle {
  color: #2564a7;
  font-weight: 600;
  background: #2564a7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
.kikanBoxDate {
  font-size: 2.2rem;
  font-weight: 600;
}
.kikanBoxDate span {
  font-size: 1.6rem;
}
.kikanBoxEnd {
  width: 200px;
  background: #e6002d;
  padding: 5px;
  color: #fff;
  margin: 0 auto;
}

/**
 * --------------------------------------------------------------------------
 * 受講申込・開講期間
 * --------------------------------------------------------------------------
 */
.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;
  border-radius: 60px 0 0 0;
}
.kensyuTableTitle.tsuika {
  background: #ec8104;
}
.kensyuTableTitle.sw {
  background: #0ba2e3;
  border-radius: 0 60px 0 0;
}
.henkou {
  color: #f00;
  text-decoration : line-through ;
}
  .henkou span{
    color: #000;
  }
/**
 * --------------------------------------------------------------------------
 * 講師紹介
 * --------------------------------------------------------------------------
 */
.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; 
}
 .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;
  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;
}

/**
 ****************************************************
 * 
 * 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: 30px;
}
.introBox {
  width: auto;
  margin: 30px auto;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsBox {
  width: auto;
  padding: 30px;
  margin: 0px auto 50px;
}
.newsBoxTitle {
  font-size: 1.6rem;
}
/**
 * --------------------------------------------------------------------------
 * こども家庭ソーシャルワーカーとは
 * --------------------------------------------------------------------------
 */
.aboutPointWrapper {
  margin: 30px 0 0;
}
.aboutPointNumber {
  margin: 0 auto 20px;
  padding: 5px 20px;
}
.aboutPoint {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.aboutSeat {
  font-size: 1.8rem;
}
.staffBox {
  padding: 20px;
  margin: 30px 0;
}
.staffDl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.staffDl dt{
  font-size: 1.3rem;
  width: 25%;
  white-space: nowrap;
  padding: 3px 0;
}
.staffDl dd{
  width: 70%;
  margin: 0 0 0 10px;
}
/**
 * --------------------------------------------------------------------------
 * メリット
 * --------------------------------------------------------------------------
 */

.meritBox {
  background: #fff;
  padding: 30px;
}

.meritTitle {
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

/**
 * --------------------------------------------------------------------------
 * 活用事例
 * --------------------------------------------------------------------------
 */

.sceneBox {
  background: #fff;
  padding: 30px;
}
.sceneNumber {
  font-size: 1.4rem;
  margin: 0 auto 10px;
}
.summaryRead {
  text-align: left;
  font-size: 1.6rem;
  margin: 30px auto 0;
}
/**
 * --------------------------------------------------------------------------
 * 購入
 * --------------------------------------------------------------------------
 */
.buyBtnWrapper {
  padding: 30px 0 10px;
}
a.buyBtn {
  font-size: 1.6rem;
  padding: 1em 2.4em;
  min-width: 200px;
}
a.buyBtn:after {
}
.buyInfo {
  font-size: 1.8rem;
  margin: 5px auto 0;
}
.buyPrice {
  font-size: 3rem;
}
.buyPrice .small {
  font-size: 2rem;
}
.buyPrice-sub {
}
/**
 * --------------------------------------------------------------------------
 * 受講料・定員
 * --------------------------------------------------------------------------
 */
.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;
  border-radius: 30px;
  margin-bottom: 30px;
}
.kensyuBt {
  margin: 10px auto 0;
}
.rootIcnBox {
  margin: 10px auto;
}
.rootIcn:first-child {
}
.rootIcn span{
  font-size: 1.3rem;
  padding: 3px 8px;
}
/**
 * --------------------------------------------------------------------------
 * 研修受講までの流れ
 * --------------------------------------------------------------------------
 */
.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;
  padding: 0;
}
.flowBox li{
  border-radius: 30px;
  margin-bottom: 20px;
  display: inherit;
}

.flowNumberBox {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  display: inherit;
  align-items: center;
  line-height: 1.2;
}
.flowNumberBox span {
  font-size: 2.5rem;
  margin-left: 3px;
}
.kikanTitle {
  font-size: 1.5rem;
  padding-left: 15px;
}
.kikanTitle:before {
    border-radius: 6px;
    height: 8px;
    width: 8px;
    left: 0;
    top: 8px;
}
.kikanBox {
  width: auto;
  padding: 10px;
}
.kikanBoxDate {
  font-size: 1.6rem;
}
.kikanBoxDate span {
  font-size: 1.4rem;
}
/**
 * --------------------------------------------------------------------------
 * 受講申込・開講期間
 * --------------------------------------------------------------------------
 */
.kensyuTable {
  border-collapse: collapse;
  width: 900px;
}
.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 {
  border-radius: 20px 0 0 0;
}
.kensyuTableTitle.sw {
  border-radius: 0 20px 0 0;
}
/**
 * --------------------------------------------------------------------------
 * 講師紹介
 * --------------------------------------------------------------------------
 */
.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; 
}
 .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;
	}

}