@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #fdfdfd;
  position: relative;
}
.main h2 {
  color: #333;
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 64px;
  margin-bottom: 12px;
  letter-spacing: 0.1rem;
}
body h4 {
  font-size: 1.6rem;
  color: #3d7bf2;
  opacity: 0.8;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.section-main__header {
  margin-bottom: 40px;
}
.din-main {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0rem;
  margin-right: 6px;
}
.section-main__head {
  color: #3d7bf2;
  text-align: left;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.list01, .list02, .list03, .list04, .list05, .list06, .list07, .list08, .list09, .list10, .list11, .list12, .list13, .list14 {
  margin-bottom: 60px;
  position: relative;
}
.list01:before, .list02:before, .list03:before, .list04:before, .list05:before, .list06:before, .list07:before, .list08:before, .list09:before, .list10:before, .list11:before, .list12:before, .list13:before, .list14:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px; /*線の上下位置*/
  display: inline-block;
  width: 320px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #333; /*線の色*/
  opacity: 0.2;
  border-radius: 2px; /*線の丸み*/
}
.section-main__head::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #3d7bf2;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.section-main__head::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #3d7bf2;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.section-main__head.show::before {
  opacity: 0;
}
.section-main__head.show::after {
  transform: translateY(-50%) rotate(180deg);
}
label {
  display: block;
  cursor: pointer;
}
input {
  display: none;
}
.menu {
  max-width: 327px;
  margin: 0 auto;
  margin-bottom: 164px;
}
.menu ul {
  margin: 0;
  padding: 0;
  background: #fdfdfd;
  list-style: none;
}
.menu li {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#type01:checked ~ #links01 li, #type02:checked ~ #links02 li, #type03:checked ~ #links03 li, #type04:checked ~ #links04 li, #type05:checked ~ #links05 li, #type06:checked ~ #links06 li, #type07:checked ~ #links07 li, #type08:checked ~ #links08 li, #type09:checked ~ #links09 li, #type10:checked ~ #links10 li, #type11:checked ~ #links11 li, #type12:checked ~ #links12 li, #type13:checked ~ #links13 li, #type14:checked ~ #links14 li {
  max-height: 210px;
  opacity: 1;
}
#links02 {
  margin-bottom: 10px;
}
.section-main ul li {
  text-align: left;
  width: 100%;
  max-width: 327px;
  margin: 0 auto;
}
.menu li:last-child {
  margin-bottom: 40px;
}
.section-main ul li span {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  max-width: 327px;
  margin: 24px auto 16px;
  border-bottom: solid 3px #fef22a;
}
.span02 {
  margin-top: 8px;
}
.sincerity {
  position: absolute;
  font-size: 8rem;
  bottom: 334px;
  right: 0%;
  opacity: 0.4;
  color: #3d7bf2;
  letter-spacing: 0.2rem;
}
@media (min-width: 960px) {
  .main h2 {
    font-size: 4.0rem;
	  margin-bottom: 16px;
  }
	.main h4 {
		font-size: 2.0rem;
	}
  .section-main {
    max-width: 640px;
    margin: 0 auto;
  }
  .section-main__header {
    margin-bottom: 80px;
  }
  .menu {
    max-width: 1040px;
    margin: 0 auto 140px;
  }
  .main h3 {
    font-size: 1.8rem;
  }
  .din-main {
    font-size: 3.2rem;
  }
  .list01:before, .list02:before, .list03:before, .list04:before, .list05:before, .list06:before, .list07:before, .list08:before, .list09:before, .list10:before, .list11:before, .list12:before, .list13:before, .list14:before {
    width: 640px;
    left: 50%;
    bottom: -24px;
  }
  .section-main ul li, .section-main h3 {
    max-width: 900px;
    margin: 0 auto 0;
  }
  .section-main ul li span {
    font-size: 1.8rem;
  }
  .section-main ul div {
    margin-bottom: 30px;
  }
  .section-main ul div:last-child {
    margin-bottom: 80px;
  }
  .sincerity {
    transform: rotate(-90deg);
    font-size: 14rem;
    bottom: 560px;
    left: 780px;
    opacity: 0.2;
    letter-spacing: 0.3rem;
  }
}