@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  color: #000;
  text-decoration: underline;
  outline: none;
  opacity: 1;
  font-weight: bold;
}
a:hover {
  opacity: 0.8;
}
*:hover {
  transition: all .3s ease-out;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  color: #505050;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#main {
  width: 100%;
}
.inner {
  width: 1100px;
  padding: 30px 0;
  margin: 0 auto;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
h2 span.sub {
  font-size: 18px;
  display: block;
}
.inner section {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
figure {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
figure img {
  width: 100%;
}
.txt {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.txt span {
  display: block;
}
.box {
  padding: 50px 5% 40px;
}
.box:nth-child(even) {
  background-color: #eee;
}
.left_box {
  width: 48%;
  float: left;
}
.right_box {
  width: 48%;
  float: right;
}
.left_box h3 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  padding-bottom: 10px;
  margin-left: -5%;
  position: relative;
}
.left_box h3 span {
  font-size: 50px;
}
.left_box h3:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: -5%;
  margin: auto;
  content: "";
  width: 95%;
  height: 3px;
  background-color: #ccc;
}
.left_box .box02 figure {
  width: 60%;
  float: left;
}
.left_box .box02 p {
  width: 36.5%;
  float: right;
  margin: 0;
}
.left_box .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 250px;
  margin: 0 auto 30px;
  background-color: #333;
  padding: 10px 0;
}
.figure_box img:nth-child(1) {
  width: 39.4%;
  float: left;
}
.figure_box img:nth-child(2) {
  width: 59.1%;
  float: right;
}
.box:nth-child(odd) .left_box {
  width: 48%;
  float: right;
}
.box:nth-child(odd) .right_box {
  width: 48%;
  float: left;
}
.box:nth-child(odd) .left_box .box02 figure {
  width: 57.5%;
  float: right;
}
.box:nth-child(odd) .left_box .box02 p {
  width: 38.5%;
  float: left;
  margin: 0;
}
.box:nth-child(4) .left_box .btn a {
  margin-bottom: 55px;
}
.txt02 {
  text-align: center;
}
.sp {
  display: none;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  #main {
    width: 100%;
  }
  .inner {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  h2 span.sub {
    font-size: 16px;
    display: block;
  }
  .inner section {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  figure img {
    width: 100%;
  }
  .txt {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
  }
  .txt span {
    display: block;
  }
  .box {
    padding: 30px 5% 25px;
  }
  .box:nth-child(even) {
    background-color: #eee;
  }
  .left_box {
    width: 100%;
    float: none;
  }
  .right_box {
    width: 100%;
    float: none;
  }
  .left_box h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
    margin-left: -5%;
    position: relative;
    margin-bottom: 20px;
  }
  .left_box h3 span {
    font-size: 30px;
  }
  .left_box h3:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: -5%;
    margin: auto;
    content: "";
    width: 95%;
    height: 3px;
    background-color: #ccc;
  }
  .left_box .box02 figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .left_box .box02 p {
    width: 100%;
    float: none;
    margin: 0;
  }
  .left_box .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
    background-color: #333;
    padding: 10px 0;
  }
  .figure_box img:nth-child(1) {
    width: 39.5%;
    float: left;
  }
  .figure_box img:nth-child(2) {
    width: 59%;
    float: right;
  }
  .box:nth-child(odd) .left_box {
    width: 100%;
    float: none;
  }
  .box:nth-child(odd) .right_box {
    width: 100%;
    float: none;
  }
  .box:nth-child(odd) .left_box .box02 figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .box:nth-child(odd) .left_box .box02 p {
    width: 100%;
    float: none;
    margin: 0;
  }
  .box:nth-child(4) .left_box .btn a {
    margin-bottom: 30px;
  }
  .txt02 {
    text-align: center;
  }
  .txt02 span {
    display: block;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width:700px) {
  #main {
    width: 100%;
  }
  .inner {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  h2 span.sub {
    font-size: 16px;
    display: block;
  }
  .inner section {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  figure {
    width: 100%;
    margin: 0 auto -5px;
    padding: 0;
  }
  figure img {
    width: 100%;
  }
  .txt {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .txt span {
    display: inline;
  }
  .box {
    padding: 30px 5% 25px;
  }
  .box:nth-child(even) {
    background-color: #eee;
  }
  .left_box {
    width: 100%;
    float: none;
  }
  .right_box {
    width: 100%;
    float: none;
  }
  .left_box h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
    margin-left: -5%;
    position: relative;
    margin-bottom: 20px;
  }
  .left_box h3 span {
    font-size: 30px;
  }
  .left_box h3:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: -5%;
    margin: auto;
    content: "";
    width: 95%;
    height: 3px;
    background-color: #ccc;
  }
  .left_box .box02 figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .left_box .box02 p {
    width: 100%;
    float: none;
    margin: 0;
  }
  .left_box .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
    background-color: #333;
    padding: 10px 0;
  }
  .figure_box img:nth-child(1) {
    width: 100%;
    float: none;
  }
  .figure_box img:nth-child(2) {
    width: 100%;
    float: none;
  }
  .box:nth-child(odd) .left_box {
    width: 100%;
    float: none;
  }
  .box:nth-child(odd) .right_box {
    width: 100%;
    float: none;
  }
  .box:nth-child(odd) .left_box .box02 figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .box:nth-child(odd) .left_box .box02 p {
    width: 100%;
    float: none;
    margin: 0;
  }
  .box:nth-child(11) .left_box .box02 p {
    text-align: left;
  }
  .box:nth-child(4) .left_box .btn a {
    margin-bottom: 30px;
  }
  .txt02 {
    text-align: center;
  }
  .txt02 span {
    display: inline;
  }
  .txt02 {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media all and (-ms-high-contrast:none) {
  .left_box .btn a {
    padding: 15px 0 7px;
    margin-bottom: 45px;
  }
  .box:nth-child(4) .left_box .btn a {
    margin-bottom: 65px;
  }
  .left_box .box02 figure {
    width: 55%;
    float: left;
  }
  .left_box .box02 p {
    width: 42%;
    float: right;
    margin: 0;
  }
  .box:nth-child(odd) .left_box .box02 figure {
    width: 55%;
    float: right;
  }
  .box:nth-child(odd) .left_box .box02 p {
    width: 42%;
    float: left;
    margin: 0;
  }
}