@charset "UTF-8";

/* -------------------------------------
akiya
------------------------------------- */
main {
  overflow: hidden;
}
.blk {
  padding: 75px 0 100px 0;
}

.point-mainimg #mainimg .text {
  padding-left: 0;
}
.point h2 {
  margin-bottom: 18px;
}
.point#point2 h2 {
  margin-bottom: 26px;
}
.point h2 img {
  width: 159px;
  height: auto;
  display: block;
  margin: 0 auto 12px auto;
}
.point h2 span {
  font-size: 35px;
  font-weight: bold;
  color: #e60000;
  text-align: center;
  display: block;
}
.point h2 span br {
  display: none;
}

#point1 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#point1 .page {
  padding: 0 20px;
}
#point1 p.left {
  width: 45.3%;
  float: left;
  border-radius: 25px;
  overflow: hidden;
}
#point1 div.left p {
  margin-bottom: 30px;
}
#point1 div.left p .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-top: 7px;
}
#point1 div.left p .num .fl {
  font-size: 60px;
  color: #003c96;
  line-height: 0.8;
  vertical-align: -4px;
}
#point1 div.left p .num .fm {
  font-size: 41px;
  color: #003c96;
}
#point1 div.left p .fs {
  font-size: 10px;
  display: block;
  margin-bottom: 8px;
}

#point1 div.right {
  width: 47.5%;
  float: right;
}

#point1 div.right dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1px 10px 2px 10px;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: #003c96;
}
#point1 div.right dl dt br {
  display: none;
}
#point1 div.right dl dd img {
  margin-bottom: 10px;
}
#point1 div.right dl dd span {
  font-size: 10px;
  text-align: right;
  display: block;
}

#problem {
  margin: 65px 0 75px;
  background: url(../imgs/akiya/bg_problem.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#problem .in {
  width: 85.7%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}
#problem .in .page {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}
#problem .text {
  width: 100%;
  max-width: 679px;
  margin: 0 auto;
}
#problem h3 {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #003c96;
  margin-bottom: 25px;
}
#problem ul {
  margin-bottom: 15px;
}
#problem ul li {
  width: calc((99.9% - 30px) / 3);
  float: left;
  display: table;
  margin: 0 10px 10px 0;
  border: 1px solid #003c96;
  border-radius: 8px;
}
#problem ul li:nth-child(3n) {
  margin-right: 0;
}
#problem ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #003c96;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}
#problem .text p span {
  font-weight: bold;
  color: #e60012;
}
#problem .photo {
  width: 34.3%;
  position: absolute;
  bottom: 0;
  right: -5%;
  z-index: 1;
}

#point2 .photo {
  margin-bottom: 60px;
  border-radius: 30px;
  overflow: hidden;
}
#point2 .left {
  width: 49%;
  float: left;
}
#point2 .left p {
  margin-bottom: 20px;
}
#point2 .left #merit {
  margin-bottom: 25px;
}
#point2 .left #merit li {
  font-size: 19px;
  font-weight: bold;
  color: #003c96;
  line-height: 1.6;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#point2 .left #bf {
  font-size: 0;
}
#point2 .left #bf dl {
  width: calc((99.9% - 35px) / 2);
  display: inline-block;
  vertical-align: top;
}
#point2 .left #bf dl#before {
  margin-right: 35px;
  position: relative;
}
#point2 .left #bf dl#before::after {
  content: "";
  width: 12px;
  height: 24px;
  display: block;
  background: url(../imgs/akiya/arrow_point2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 1;
  transform: translateY(-50%);
}
#point2 .left #bf dl dt {
  width: 112px;
  margin: 0 auto -16px auto;
  position: relative;
}
#point2 .left #bf dl dd span {
  display: block;
}
#point2 .left #bf dl dd .bdr {
  margin-bottom: 7px;
  border-radius: 10px;
  overflow: hidden;
}
#point2 .left #bf dl dd .text {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#point2 .right {
  width: 46.6%;
  float: right;
}
#point2 .right p {
  margin-bottom: 25px;
}
#point2 .right dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 10px 1px 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #003c96;
}

@media screen and (max-width: 1040px) {
  .blk {
    padding: 45px 0 90px 0;
  }

  .point h2 img {
    width: 149px;
  }
  .point h2 span {
    font-size: 33px;
  }

  #point1 div.right p {
    margin-bottom: 28px;
  }
  #point1 div.right p .num {
    font-size: 19px;
  }
  #point1 div.right p .num .fl {
    font-size: 54px;
  }
  #point1 div.right p .num .fm {
    font-size: 37px;
  }
  #point1 div.right dl dt {
    font-size: 19px;
  }

  #problem {
    margin: 65px 0;
  }
  #problem .in {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 20px;
  }
  #problem .in .page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #problem h3 {
    font-size: 28px;
    margin-bottom: 23px;
  }
  #problem ul li span {
    font-size: 19px;
  }

  #point2 .photo {
    margin-bottom: 55px;
  }
  #point2 .left p {
    margin-bottom: 18px;
  }
  #point2 .left #merit li {
    font-size: 18px;
  }
  #point2 .left #bf dl dt {
    width: 105px;
    margin: 0 auto -15px auto;
  }
  #point2 .right dl dt {
    font-size: 19px;
  }
}
@media screen and (max-width: 980px) {
  #problem .in .page {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #problem ul li {
    width: calc((99.9% - 10px) / 2);
  }
  #problem ul li:nth-child(3n) {
    margin-right: 10px;
  }
  #problem ul li:nth-child(2n) {
    margin-right: 0;
  }
  #problem ul li:last-child {
    width: calc((99.9% - 0px) / 1);
  }

  #point2 .photo {
    margin-bottom: 50px;
  }
  #point2 .left #bf dl dt {
    width: 98px;
  }
}
@media screen and (max-width: 880px) {
  #point1 .flex {
    display: block;
  }
  #point1 div.left {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  #point1 div.right {
    width: 100%;
    float: initial;
    max-width: 397px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #point1 div.right dl dt br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .blk {
    padding: 45px 0 80px 0;
  }

  .point h2 img {
    width: 139px;
  }
  .point h2 span {
    font-size: 30px;
  }

  #point1 div.right p {
    margin-bottom: 25px;
  }
  #point1 div.right p .num {
    font-size: 18px;
  }
  #point1 div.right p .num .fl {
    font-size: 49px;
  }
  #point1 div.right p .num .fm {
    font-size: 34px;
  }
  #point1 div.right dl dt {
    font-size: 18px;
  }

  #problem .in .page {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #problem h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #problem ul li span {
    font-size: 18px;
  }

  #point2 .photo {
    margin-bottom: 45px;
  }
  #point2 .left p {
    margin-bottom: 15px;
  }
  #point2 .left #merit li {
    font-size: 17px;
  }
  #point2 .left #bf dl dt {
    width: 90px;
    margin: 0 auto -14px auto;
  }
  #point2 .right dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .blk {
    padding: 45px 0 70px 0;
  }

  .point h2 img {
    width: 129px;
  }
  .point h2 span {
    font-size: 28px;
  }
  .point h2 span br {
    display: block;
  }

  #point1 div.right p {
    margin-bottom: 23px;
  }
  #point1 div.right p .num {
    font-size: 17px;
  }
  #point1 div.right p .num .fl {
    font-size: 45px;
    vertical-align: -3px;
  }
  #point1 div.right p .num .fm {
    font-size: 31px;
  }
  #point1 div.right dl dt {
    font-size: 17px;
  }

  #problem .in .page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #problem .text {
    width: 100%;
  }
  #problem h3 {
    font-size: 23px;
  }
  #problem ul li span {
    font-size: 17px;
  }
  #problem .photo {
    display: none;
  }

  #point2 .photo {
    margin-bottom: 40px;
  }
  #point2 .left {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  #point2 .left #merit li {
    font-size: 16px;
  }
  #point2 .right {
    width: 100%;
    float: none;
  }
  #point2 .right dl dt {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .blk {
    padding: 45px 0 60px 0;
  }

  .point h2 img {
    width: 120px;
  }
  .point h2 span {
    font-size: 23px;
  }

  #point1 p.left {
    width: 100%;
    float: none;
    padding-top: 75%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  #point1 p.left img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #point1 div.right {
    width: 100%;
    float: none;
  }
  #point1 div.right p {
    margin-bottom: 20px;
  }
  #point1 div.right p .num {
    font-size: 16px;
  }
  #point1 div.right p .num .fl {
    font-size: 40px;
    vertical-align: -2px;
  }
  #point1 div.right p .num .fm {
    font-size: 28px;
  }
  #point1 div.right dl dt {
    font-size: 16px;
  }

  #problem h3 {
    font-size: 20px;
  }
  #problem ul li span {
    font-size: 16px;
  }

  #point2 .photo {
    margin-bottom: 35px;
  }
  #point2 .left #merit li {
    font-size: 15px;
  }
  #point2 .left #bf dl dt {
    width: 85px;
    margin: 0 auto -13px auto;
  }
  #point2 .right dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 769px) {
}
