#contents * {
  box-sizing: border-box;
}

.section {
  margin-bottom: 60px;
}
.section .inner {
  margin: 0 auto;
  width: 976px;
  position: relative;
}
.section ul {
  margin: 0;
  list-style-type: none;
}
.section .clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.section .contents {
  position: relative;
}
.section .contents .image {
  width: 700px;
  position: absolute;
  top: -20px;
  left: -112px;
}
.section .contents .image img {
  width: 100%;
  height: auto;
}
.section .contents .text {
  margin: 20px 0 20px 50%;
  width: 488px;
  min-height: 320px;
  padding: 30px 40px;
  background-color: rgba(245, 245, 245, 0.9);
  position: relative;
}
.section .contents .text h2 {
  margin-bottom: 10px;
  font-size: 1.8571428571em;
}
.section .contents .text .body {
  margin-bottom: 20px;
}
.section .contents .text .body p {
  padding: 0;
  font-size: 1.1428571429em;
  line-height: 1.5;
}
.section .contents .text .nav ul {
  margin: 0;
}
.section .contents .text .nav ul li {
  width: 400px;
  float: right;
  margin-bottom: 15px;
}
.section .contents .text .nav ul li:last-child {
  margin-bottom: 0;
}
.section .contents .text .nav ul li a {
    height: 48px;
    padding: 0 27px;
    color: #505050;
    font-size: 1.1428571429em;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    border: #505050 2px solid;
    border-radius: 27px;
    align-items: center;
    display: flex;
}
.section .contents .text .nav ul li a.fsm {
  font-size: 1em ;
}
.section .contents .text .nav ul li a.fss {
  font-size: 0.9em;
  line-height: 3.8;
}
.section .contents .text .nav ul li a.navy {
  background: #172c6c;
  border: #374a87 2px solid;
  color: #fff;
}
.section .contents .text .nav ul li small.pdf-notice {
  padding: 0.3em 0 0;
  font-size: 0.85em;
  text-align: center;
  display: block;
}
.section .contents .text .nav .nav__ttl {
  padding: 1em 0 0.5em;
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
}

.section .contents .text .notes {
  margin-top: 10px;
  font-size: 0.8571428571em;
  text-align: right;
}

.bullet-icon {
  position: relative;
}
.bullet-icon::before, .bullet-icon::after {
  content: '';
  border: #505050 2px solid;
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.bullet-icon::before {
  margin-top: -9px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 50%;
  right: 15px;
}
.bullet-icon::after {
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 21px;
}
.bullet-icon.white::before, .bullet-icon.white::after {
  border-color: #fff;
}

div#intro {
  margin: 50px 0 40px;
}
div#intro h1 {
  margin-bottom: 30px;
  font-size: 1.8571428571em;
}
div#intro p {
  margin-bottom: 1em;
  padding: 0;
  font-size: 1.1428571429em;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .nav a:hover {
    text-decoration: none;
    opacity: .7;
  }

  #contents .anchor {
    margin-top: -48px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .section {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .section .inner {
    width: auto;
  }
  .section .contents .image {
    margin: 0 0 10px;
    width: 100%;
    position: static;
  }
  .section .contents .text {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    background: none;
  }
  .section .contents .text h2 {
    margin-bottom: 10px;
    font-size: 1.6666666667em;
  }
  .section .contents .text .body {
    margin-bottom: 10px;
  }
  .section .contents .text .body p {
    font-size: 1.1666666667em;
    line-height: 1.5;
  }
  .section .contents .text .nav ul li {
    width: 100%;
    float: none;
  }
  .section .contents .text .nav ul li a {
    height: 50px;
    font-size: 0.875rem;
	line-height: 1.375rem;
	border: none;
	background: #ededed;
  }

  .bullet-icon::before, .bullet-icon::after {
    border-width: 1px;
  }
  .bullet-icon::before {
    margin-top: -6px;
    width: 12px;
    height: 12px;
    right: 10px;
  }
  .bullet-icon::after {
    margin-top: -2px;
    width: 4px;
    height: 4px;
    right: 15px;
  }

  div#intro {
    margin: 20px 0 50px;
  }
  div#intro h1 {
    margin-bottom: 10px;
    font-size: 2em;
  }
  div#intro p {
    padding: 0;
    font-size: 1.1666666667em;
  }
}
