@charset "utf-8";

/* headimg
----------------------------------------------------------------------------- */
.headimg {
	background-image: url("../images/headimg3_pc.jpg");
}
@media screen and (max-width: 768px) {
	.headimg {
		background-image: url("../images/headimg3_sp.jpg");
	}
}




.about_wrap {
	position: relative;
}
.about_wrap .inner { /* 背景模様 */
	position: relative;
	padding-top: 130px;
	padding-bottom: 110px;
	background-image: url("../../images/ab_bgimg.jpg");
	background-repeat: repeat;
	background-position: top center;
	background-size: 1700px auto;
}
@media screen and (max-width: 768px) {
	.about_wrap .inner {
    padding-top: 60px;
		padding-bottom: 20px;
	}
}


.topics-mdsbox {
  max-width: 1360px;
  margin-left: auto;
	margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .topics-mdsbox {
    display: block;
    padding-bottom: 30px;
    padding-left: 15px;
	  padding-right: 15px;  
  }
}
.topics-mdsbox h2 {
  position: relative;
  font-family: 'Lato', sans-serif;
	font-size: 72px;
	font-weight: 400;
	color: #3c65c9;
	line-height: 100%;
  padding-left: 46px;
}
.topics-mdsbox h2::before{
	content:"";
	display:inline-block;
	width: 36px;
	height: 8px;
	border-radius: 4px;
	background-color:#0ad2aa;
	position:absolute;
	top: 25px;
	left: 0;
}
@media screen and (max-width: 768px) {
  .topics-mdsbox h2 {
    font-size: 46px;
    padding-left: 40px;
  }
  .topics-mdsbox h2::before {
		width: 30px;
		top: 15px;
	}
}
.topics-mdsbox .supplement {
  margin-top: 28px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .topics-mdsbox .supplement {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
}



.topics-wrap {
  max-width: 1100px;
  margin-left: auto;
	margin-right: auto;
	/*padding-top: 160px;*/
  padding-bottom: 200px;
  padding-left: 30px;
  padding-right: 30px;
}
.topics-wrap .topicsBox {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .topics-wrap {
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .topics-wrap .topicsBox {
    margin-top: 60px;
  }
}
.topicsBox ul.b-type {
  margin-left: 10px;
  margin-top: 0px;
}
.topics-wrap .topicsBox .headbox {
  background-color: #fffaf0;
  border-top: #282828 dotted 1px;
  border-bottom: #282828 dotted 1px;
  /*padding: 30px 20px;*/
  padding: 0 20px;
  position: relative;
  margin-top: -18px;
}
.topics-wrap .topicsBox .headbox .icn-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 144px;
}
@media screen and (max-width: 768px) {
  .topics-wrap .topicsBox .headbox {
    padding: 0 10px;
  }
  .topics-wrap .topicsBox .headbox .icn-inner {
    height: 120px;
  }
}
.topics-wrap .topicsBox .headbox .icn-inner h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .topics-wrap .topicsBox .headbox .icn-inner h2 {
    font-size: 19px;
  }
}
.topics-wrap .topicsBox .headbox .icn-inner .icns {
  width: 75px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .topics-wrap .topicsBox .headbox .icn-inner .icns {
    width: 60px;
  }
}

.topics-wrap .topicsBox .conts {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .topics-wrap .topicsBox .conts {
    display: block;
    padding-top: 20px;
  }
}
.topics-wrap .topicsBox .conts .imgs {
  width: 49%;
  border-radius: 6px;
  padding-top: 8px;
  /*background-color: #ecf2f2;*/
}
.topics-wrap .imgbgc {
  background-color: #ecf2f2;
}
.topics-wrap .topicsBox .conts .imgs img {
  border-radius: 6px;
}
.topics-wrap .topicsBox .conts .lead {
  width: 46%;
  text-align: justify;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .topics-wrap .topicsBox .conts .imgs {
    width: 100%;
  }
  .topics-wrap .topicsBox .conts .lead {
    width: 100%;
    padding-top: 12px;
  }
}


a.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  a.anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}