@charset "UTF-8";
/* header
-------------------------------------------------- */
body#index header {
  width: 1264px;
  max-width: 1264px;
  padding-bottom: 25px;
}
body#index main {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  body#index main {
    padding: 20px 30px;
  }
  body#index header {
    width: 100%;
    padding: 20px 30px 15px;
  }
}
/* nav */
nav {
  box-sizing: unset;
  background: #fff;
}
nav ul {
  width: 1264px;
  display: flex;
  justify-content: space-between;
  margin: 47px auto 0;
}
nav ul li {
  border-right: 1px solid #999999;
  width: 100%;
  display: table;
  box-sizing: border-box;
}
nav ul > li:first-child {
  border-left: 1px solid #999999;
}
nav ul li a {
  display: table-cell;
  width: 100%;
  height: 90px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding-bottom: 10px;
  box-sizing: border-box;
}
nav ul li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #cc0000;
  border-right: 3px solid #cc0000;
  transform: rotate(45deg);
  position: absolute;
  left: calc( 50% - 7.5px);
  bottom: 4px;
}
/* 資料ダウンロード */
nav ul #btn-dl {
  display: none;
  width: 0;
  padding-left: 240px;
  border-right: none;
  position: relative;
}
nav.is-fixed ul #btn-dl {
  display: block;
}
nav.is-fixed ul li a::after {
  margin-top: 0;
}
nav ul #btn-dl a {
  position: absolute;
  right: 0;
  top: 0;
  display: table;
  width: 210px;
  height: 60px;
  box-shadow: 0px 5px 0px 0px rgba(194, 194, 194, 1);
  border-radius: 10px;
  padding-top: 44px;
  padding-bottom: 5px;
  box-sizing: border-box;
  background: #d1d1d1 url(../images/btn-dl.svg) no-repeat center 10px / 35px 30px;
  color: #a8a8a8;
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
}
nav ul #btn-dl a::after {
  content: none;
}
nav ul #btn-dl a > span {
  display: table-cell;
  vertical-align: middle;
}
nav ul #btn-dl.active a {
  box-shadow: 0px 5px 0px 0px rgba(165, 0, 12, 1);
  background-color: #cc0000;
  background-image: url(../images/btn-dl_active.svg);
  color: #fff;
  pointer-events: auto;
}

@media all and (-ms-high-contrast: none) {
	nav ul li {
		display: block;
	}

	nav ul li a {
		display: block;
	}

	nav.is-fixed ul li a {
		display: block;

	}
}

/* fixed */
nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(1, 1, 1, 0.2);
  height: 100px;
}
nav.is-fixed ul {
  margin: 15px auto;
}
nav.is-fixed ul li a {
  height: 70px;
  font-size: 18px;
  line-height: 1.3;
}
nav.is-fixed ul li a::after {
  width: 13px;
  height: 13px;
}
nav.is-fixed ul #btn-dl a  {
  top: -5px;
}
@media only screen and (max-width: 750px) {
  nav ul {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  nav ul.nav-4 ,
  nav ul.nav-5 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  nav ul.nav-4 li {
    width: calc( 100% / 2 );
  }
  nav ul.nav-5 li:nth-child(n+1):nth-child(-n+3) ,
  nav ul.nav-4 li:nth-child(n+1):nth-child(-n+2) {
    margin-bottom: 18.5px;
  }
  nav ul.nav-5 li:nth-child(4) ,
  nav ul.nav-4 li:nth-child(3) {
    border-left: 1px solid #999999;
  }
  nav ul.nav-5 li {
    width: calc( 100% / 3 );
  }
  nav ul.nav-5 li:nth-child(4) {
    margin-left: calc( 50% - ( 100% / 3 ) );
  }
  nav ul li {
    display: flex;
    height: 70px;
  }
  nav ul li a {
    height: 100%;
    font-size: 11px;
    line-height: 1.54;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  nav ul li a::after {
    width: 9px;
    height: 9px;
    margin-top: 2px;
    border-bottom-width: 2.5px;
    border-right-width: 2.5px;
    left: calc( 50% - 4.5px);
  }
  nav ul #btn-dl {
    padding: 0;
    width: 100%;
  }
  nav ul #btn-dl a {
    position: relative;
    width: 100%;
    height: 55px;
    padding: 0;
    padding-left: 10%;
    background-size: 26px 22px;
    background-position: left 20% center;
  }
  /* fixed */
  nav.is-fixed {
    top: inherit;
    bottom: 0;
    height: 84px;
  }
  nav.is-fixed ul {
    margin: 0;
    padding: 14.5px 15px;
    box-sizing: border-box;
  }
  nav.is-fixed ul li {
    display: none;
  }
  nav.is-fixed ul #btn-dl a {
    top: 0;
  }
}
/* main
-------------------------------------------------- */
body#index h2 {
  width: calc( 100% - 262px );
  padding-right: .5em;
  box-sizing: border-box;
  margin-bottom: -14px;
}
main .cat-wrap {
  width: 1264px;
  max-width: 1264px;
  margin: 0 auto;
  position: relative;
}
main .cat-wrap + .cat-wrap {
  margin-top: 50px;
}
main .cat-wrap .select-all {
  position: absolute;
  top: 0;
  right: 0;
}
main .cat-wrap .list-cat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main .cat-wrap .list-cat > li {
  width: 402px;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgba(1, 1, 1, 0.1);
  margin: 30px 29px 0 0;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  position: relative;
}
main .cat-wrap .list-cat > li figure img {
  width: 100%;
}
main .cat-wrap .list-cat > li:nth-of-type(3n) {
  margin-right: 0;
}
main .cat-wrap .list-cat > li.active {
  border: 2px solid #cc0000;
  padding: 18px 18px 88px 18px;
}
main .cat-wrap .list-cat > li > img {
  width: 100%;
}
main .cat-wrap .list-cat > li .detail {
  margin-top: 8px;
  padding: 0 13px;
}
main .cat-wrap .list-cat > li .copy {
  width: 100%;
  height: 76px;
  font-size: 22px;
  text-align: center;
  line-height: 1.22;
  color: #000;
  display: table;
  background: #eeeeee;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 0 22px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
main .cat-wrap .list-cat > li .copy > span {
  display: table-cell;
  vertical-align: middle;
}
main .cat-wrap .list-cat > li h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.22;
  margin-bottom: 8px;
}
main .cat-wrap .list-cat > li .caption {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 15px;
}
main .cat-wrap .list-cat > li .caption-link {
  margin-bottom: 25px;
}
main .cat-wrap .list-cat > li .caption-link a {
  margin-left: .7em;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.55;
  text-decoration: underline;
}
main .cat-wrap .list-cat > li .caption-link a::before {
  content: "\003e";
  display: inline-block;
  text-indent: -.5em;
}
@media only screen and (max-width: 750px) {
  body#index h2 {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
  main .cat-wrap + .cat-wrap {
    margin-top: 30px;
  }
  main .cat-wrap {
    width: 100%;
    max-width: 100%;
  }
  main .cat-wrap .select-all {
    position: relative;
  }
  main .cat-wrap .list-cat {
    display: block;
  }
  main .cat-wrap .list-cat > li {
    width: 100%;
    margin-top: 10px;
    padding: 15px 15px 20px;
  }
  main .cat-wrap .list-cat > li.active {
    padding: 13px 13px 18px;
  }
  main .cat-wrap .list-cat > li .copy {
    height: 66px;
    font-size: 19px;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  main .cat-wrap .list-cat > li h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  main .cat-wrap .list-cat > li .caption {
    font-size: 13px;
  }
  main .cat-wrap .list-cat > li .caption-link {
    margin-top: -9px;
    margin-bottom: -9px;
  }
  main .cat-wrap .list-cat > li .caption-link a {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* main 選択する
-------------------------------------------------- */
.cat-wrap .list-cat input ,
.select-all input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cat-wrap .list-cat label {
  display: table;
  cursor: pointer;
}
.select-all ,
.btn_check {
  cursor: pointer;
  display: table;
  width: 342px;
  height: 60px;
  background: #eeeeee;
  color: #777777;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 0;
}
.select-all > span ,
.btn_check > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 44px;
}
.select-all > span::before ,
.btn_check > span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 109px;
  background: #fff;
}
.btn_check.active {
  background: #cc0000;
  color: #fff;
}
.select-all.active > span::after ,
.btn_check.active > span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 17px;
  left: 119px;
  width: 7px;
  height: 17px;
  border: solid #cc0000;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
/* 全てを選択する */
.select-all {
  width: 262px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.select-all > span {
  padding-left: 48px;
}
.select-all > span::before {
  background: #eeeeee;
  left: 45px;
}
.select-all.active {
  background: #fff;
  border: 2px solid #cc0000;
  color: #cc0000;
  width: 260px;
  height: 58px;
}
.select-all.active > span::before {
  background: #cc0000;
}
.select-all.active > span::after {
  border-color: #fff;
  left: 55px;
}
@media only screen and (min-width: 751px) {
  main .cat-wrap .list-cat > li {
    padding-bottom: 90px;
  }
  .btn_check {
    position: absolute;
    bottom: 30px;
    left: calc( 50% - ( 342px / 2 ) );
  }
}
@media only screen and (max-width: 750px) {
  .select-all ,
  .btn_check {
    width: 100%;
    height: 45px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .select-all {
    margin-top: 10px;
  }
  .btn_check {
    width: calc( 100% - 22.5px );
    margin-top: 19px;
  }
  .select-all > span {
    padding-left: 40px;
  }
  .btn_check > span {
    padding-left: 37px;
  }
  .select-all > span::before ,
  .btn_check > span::before  {
    width: 23.5px;
    height: 23.5px;
    display: inline-block;
    left: calc( 50% - 4.5em );
  }
  .btn_check > span::before{
    left: calc( 50% - 3.1em );
  }
  .select-all.active > span::after ,
  .btn_check.active > span::after {
    top: 12px;
    left: calc( 50% - 3.9em );
    width: 4px;
    height: 13px;
    border-width: 0 3px 3px 0;
  }
  .select-all.active {
    background: #fff;
    border: 2px solid #cc0000;
    color: #cc0000;
    width: 100%;
    height: 45px;
  }
  .select-all.active > span::before {
    background: #cc0000;
  }
  .select-all.active > span::after {
    border-color: #fff;
  }
  .btn_check.active > span::after {
    top: 14px;
    left: calc( 50% - 2.5em );
  }
}
@media all and (-ms-high-contrast: none) {
	.btn_check>span::before {
		top: 50%
	}
}
/* footer
-------------------------------------------------- */
body#index footer {
  width: 1264px;
  max-width: 1264px;
}
@media only screen and (max-width: 750px) {
  body#index footer {
    width: 100%;
  }
  footer .footer__pagetop {
    bottom: 34vw;
  }
}
