@charset "UTF-8";

/*----------------------------------------

	- mv
	+ content
		- sec01

-----------------------------------------*/


/*----------------------------------------
	mv
-----------------------------------------*/

#mv {
  background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
  background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
  #mv {
    background-size: auto 100%;
  }
}


/*----------------------------------------
	content
-----------------------------------------*/

#content {
  padding: 60px 0 65px;
}

@media screen and (max-width: 767px) {
  #content {
    padding: 40px 0 64px;
  }
}

/*----------------------------------------
	sec01
-----------------------------------------*/

#sec01 > .title {
  margin: 0 0 34px;
  padding: 5px 0 5px 15px;
  border-left: 5px solid #00a0e9;
  color: #000;
  line-height: 1;
}

#sec01 > .title:nth-of-type(2) {
  margin-top: 60px;
}

#sec01 > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sec01 > ul > li {
  width: calc(33.33% - 26.66px);
}

#sec01 > ul > li:nth-child(3n+2), #sec01 > ul > li:nth-child(3n+3) {
  margin-left: 40px;
}

#sec01 > ul > li:nth-child(n+4) {
  margin-top: 32px;
}

#sec01 > ul > li {
  display: block;
  height: 100%;
}

#sec01 > ul > li > dl > dt {
  max-width: 232px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #114FA6;
  padding: 5px 0 4px 15px;
  margin: 0 auto 10px;
  box-sizing: border-box;
}

#sec01 > ul > li > dl > dd > a, #sec01 > ul > li > dl > dd > div {
  display: block;
  position: relative;
	text-align: center;
}
#sec01 > ul > li > dl > dd > a img, #sec01 > ul > li > dl > dd > div img {
	max-height: 326px;
	width: auto;
  max-width: 100%;
  border: 1px solid #ccc;
}

#sec01 > ul > li > dl > dd > a > span {
  display: block;
	margin-top: 12px;
	text-align: center;
}

#sec01 > ul > li > dl > dd > div .btn-pdf {
  margin: 10px 0 0;
}

#sec01 > ul > li > dl > dd span .pdf::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 4px 0 -3px 8px;
	background-image: url("/img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

@media screen and (min-width: 768px) {
  #sec01 > ul > li > dl > dd > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: background;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }
  #sec01 > ul > li > dl > dd > a:hover::before {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  #sec01 > ul > li {
    width: 100%;
  }
  #sec01 > ul > li:nth-child(3n+2), #sec01 > ul > li:nth-child(3n+3) {
    margin-left: 0;
  }
  #sec01 > ul > li:nth-child(n+2) {
    margin-top: 24px;
  }
  #sec01 > ul > li > dl > dd > a, #sec01 > ul > li > dl > dd {
    user-select: none;
  }
  #sec01 > ul > li > dl > dd span {
    margin-top: 10px;
  }
}

#sec01 .title-line {
  margin-bottom: 40px;
  padding-bottom: 13px;
  border-bottom: 2px solid #222;
}

#sec01 .title-line:nth-of-type(2) {
  margin-top: 40px;
}

#sec01 .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #sec01 .flex {
    flex-wrap: wrap;
  }
}

#sec01 .flexItem.img {
  flex: 0 1 270px;
  max-width: 270px;
}

@media screen and (max-width: 767px) {
  #sec01 .flexItem.img {
    flex: 0 1 100%;
    margin: 0 auto;
  }
}

#sec01 .flexItem.text {
  flex: 0 1 100%;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 767px) {
  #sec01 .flexItem.text {
    margin: 30px 0 0 0;
    padding: 0 0 0 0 !important;
  }
}

#sec01 .flexItem.text {
  flex: 0 1 100%;
  padding: 0 0 0 50px;
}

#sec01 .title-01 {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1.625;
}

#sec01 .btn-wrap {
  margin: 0 0 0 -39px;
}
#sec01 .btn-pdf {
  display: inline-block;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.625;
	text-align: center;
  margin: 10px 0 0 39px;
	padding: 10px 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#sec01 .btn-pdf: {
}

#sec01 .btn-pdf:hover {
	border: 1px solid #00a0e9;
	background-color: #00a0e9;
	color: #fff;
}

#sec01 .btn-pdf::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 4px 0 -4px 5px;
  background-image: url(/img/c_pdf_icon01.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

#sec01 .contents {
  margin: 30px 0 0 0;
}

#sec01 .list-01 {
  margin: 10px 0 0 0;
  border-top: 1px solid #DDDDDD;
}

#sec01 .list-01 li {
  font-size: 1.6rem;
  padding: 12px 0;
  border-bottom: 1px solid #DDDDDD;
}


/*----------------------------------------
	bnr
-----------------------------------------*/
.bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px auto 0;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.bnr a {
	width: calc((100% - 70px)/3);
  margin-right: 40px;
}
.bnr a:last-child {
	margin-right: 0;
}
.bnr figure img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bnr figure img {
	max-width: none;
	margin-bottom: 13px;
}
.bnr a:hover figure img {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.bnr {
		margin: 40px 0 0;
		padding-top: 40px;
	}
	.bnr,
	.bnr a {
		display: block;
	}
	.bnr a {
		width: 100%;
    margin: 0 0 24px 0;
	}
	.bnr a:last-child {
		margin: 0;
	}
	.bnr figure img {
		margin-bottom: 8px;
	}
}

