/*
  variables
*/
/* fonts */
/*
  mixin
*/
/* link color */
/* font size */
/* get width and height wv */
/* clearfix */
#contents #keyvisual .slick-slide img {
  width: 100%;
}

#contents #keyvisual .slider:not(.slick-slider) img {
  width: 100%;
}

#contents #keyvisual .slider:not(.slick-slider) > li:nth-child(n + 2) {
  visibility: hidden;
  position: absolute;
  top: 0;
}

#contents .read {
  text-align: center;
  margin-top: 4vw;
  padding-top: 0;
  padding-bottom: 0;
}

#contents .read-txt {
  font-size: 4vw;
  font-weight: bold;
  margin-top: 4vw;
}

#contents .read-txt strong {
  color: #36aec9;
}

#contents .news h2 {
  text-align: center;
}

#contents .news h2 img {
  width: 35.9375vw;
}

#contents .news .news-articles article {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

#contents .news .news-articles article + article {
  border-top: 1px dashed #005ea8;
}

#contents .news .news-articles article:nth-child(n + 3) {
  display: none;
}

#contents .news .news-articles article time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#contents .news .news-articles article .body {
  color: #222222;
  margin-top: 1.5625vw;
}

#contents .news .news-articles article .body h2 {
  text-align: left;
}

#contents .news .news-articles article .body em {
  font-style: italic;
}

#contents .news .news-articles article .body ul, #contents .news .news-articles article .body ol {
  margin-left: 1.5em;
}

#contents .news .news-articles article .body blockquote {
  margin: 1em 1.5em;
}

#contents .news .news-articles article.new time:after {
  content: "NEW";
  font-size: 10px;
  font-size: 3.125vw;
  color: #ffffff;
  background-color: #f42951;
  padding: 0.625vw 1.25vw;
  margin-left: 1.25vw;
  vertical-align: text-bottom;
}

#contents .news .news-articles .btn-more {
  display: none;
}

#contents .about {
  padding-top: 0;
}

#contents .about h2 {
  text-align: center;
}

#contents .about h2 img {
  width: 78.125vw;
}

#contents .about .section-read {
  text-align: center;
  font-size: 16px;
  font-size: 5vw;
  line-height: 2;
  background: url(/bosyu/sp/images/bg-about.png) no-repeat;
  background-size: cover;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

#contents .about .section-read p {
  margin-top: 4vw;
}

#contents .about .about-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

#contents .about .about-point .point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 65.625vw;
  border-bottom: 1px solid #d3e3ed;
}

#contents .about .about-point .point-item:nth-last-child(-n+2) {
  border-bottom: none;
}

#contents .about .about-point .point-item figure img {
  margin-bottom: 6.25vw;
}

#contents .about .about-point .point-item figure figcaption {
  font-weight: bold;
}

#contents .about .about-point .point-item figure figcaption span {
  font-weight: normal;
  font-size: 10px;
  font-size: 3.125vw;
  display: block;
}

#contents .about .about-point .point-item:nth-child(2n) {
  border-left: 1px solid #d3e3ed;
}

#contents .about .about-point .point-item.point-cost img {
  width: 32.03125vw;
}

#contents .about .about-point .point-item.point-hit img {
  margin-top: 7vw;
  margin-bottom: 8vw;
  width: 38.4375vw;
}

#contents .about .about-point .point-item.point-100yen img {
  width: 37.5vw;
}

#contents .about .about-point .point-item.point-area img {
  width: 31.25vw;
}

#contents .about .about-point .point-item.point-prediction img {
  width: 32.65625vw;
}

#contents .about .about-point .point-item.point-replay img {
  width: 34.53125vw;
}

#contents .about .bnr {
  margin-top: 6.25vw;
  text-align: center;
}

#contents .steps {
  background: #f5f5f5 url(/bosyu/sp/images/bg-steps.png);
  padding-top: 4vw;
  padding-bottom: 4vw;
}

#contents .steps h2 {
  text-align: center;
}

#contents .steps h2 img {
  width: 59.21875vw;
}

#contents .steps .step-3 {
  position: relative;
  background-color: #005ea8;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  margin-top: 6.25vw;
}

#contents .steps .step-3:after {
  content: "";
  display: inline-block;
  width: 21.875vw;
  height: 21.875vw;
  background: url(/bosyu/sp/images/txt-step-5min.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.5625vw;
  bottom: -7.8125vw;
}

#contents .steps .step-3 ul {
  width: 81.25vw;
  margin-right: auto;
  margin-left: auto;
}

#contents .steps .step-3 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 2.5;
}

#contents .steps .step-3 ul li + li {
  margin-top: 9.375vw;
}

#contents .steps .step-3 ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6.25vw;
  height: 3.125vw;
  background: url(/bosyu/sp/common/images/ico-arrow-yellow.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -6.5vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#contents .steps .step-3 ul li .num {
  font-family: "Roboto", sans-serif;
  width: 30%;
  background-color: #ffffff;
}

#contents .steps .step-3 ul li .num span {
  font-size: 6.25vw;
  line-height: 1;
}

#contents .steps .step-3 ul li .txt {
  color: #ffffff;
  width: 70%;
}

#contents .steps .yesno {
  padding-top: 8vw;
  text-align: center;
}

#contents .steps .yesno .yesno-1 {
  margin-top: 4vw;
  background-color: #ffffff;
  border: 2px solid #005ea8;
  padding-top: 6.25vw;
  padding-bottom: 5.625vw;
}

#contents .steps .yesno .yesno-1 .question {
  position: relative;
  padding-left: 12.5vw;
  display: inline-block;
}

#contents .steps .yesno .yesno-1 .question:before {
  content: "";
  display: inline-block;
  width: 9.375vw;
  height: 9.375vw;
  background: url(/bosyu/sp/images/ico-q.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 1em;
}

#contents .steps .yesno .yesno-1 .btn {
  margin-top: 6.25vw;
}

#contents .steps .yesno .yesno-2 {
  position: relative;
}

#contents .steps .yesno .yesno-2 .yesno-2-inner {
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #005ea8;
  width: 62.5vw;
  padding: 4.9775vw;
  bottom: 10.9375vw;
  left: 0;
}

#contents .steps .yesno .yesno-2 .btn {
  margin-top: 3.25vw;
  text-align: left;
  padding-left: 12.5vw;
}

#contents .steps .yesno .yesno-2 .arrow-yesno img {
  width: 100%;
}

#contents .steps .yesno .yesno-3 {
  background-color: #005ea8;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

#contents .steps .yesno .yesno-3 p {
  margin-top: 4vw;
  color: #ffffff;
  font-weight: bold;
}

#contents .steps .yesno .btn {
  font-size: 14px;
  font-size: 4.375vw;
}

#contents .flow {
  background-color: #e9f2f7;
  padding-top: 4vw;
  margin-top: 0;
}

#contents .flow h2 {
  text-align: center;
}

#contents .flow h2 img {
  width: 68.75vw;
}

#contents .flow ul {
  margin-top: 4vw;
  list-style: none;
}

#contents .flow ul li {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6.25vw;
}

#contents .flow ul li + li {
  margin-top: 18.75vw;
}

#contents .flow ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 12.5vw;
  height: 6.25vw;
  background: url(/bosyu/sp/common/images/ico-arrow-blue.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -13.5vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#contents .flow ul li h3 {
  position: relative;
  font-size: 16px;
  font-size: 5vw;
  padding-left: 12.5vw;
  line-height: 1.2;
}

#contents .flow ul li h3:before {
  content: "";
  display: inline-block;
  width: 9.375vw;
  height: 9.375vw;
  background-image: url(/bosyu/sp/images/ico-flow-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contents .flow ul li:nth-child(2) h3:before {
  background-image: url(/bosyu/sp/images/ico-flow-02.png);
}

#contents .flow ul li:nth-child(3) h3:before {
  background-image: url(/bosyu/sp/images/ico-flow-03.png);
}

#contents .flow ul li:nth-child(4) h3:before {
  background-image: url(/bosyu/sp/images/ico-flow-04.png);
}

#contents .flow ul li figure {
  margin-top: 6.25vw;
  text-align: center;
}

#contents .flow ul li figure figcaption {
  margin-top: 6.25vw;
  text-align: left;
}

#contents .flow ul li dl dt {
  font-weight: bold;
  margin-top: 9.375vw;
}

#contents .flow ul li dl dd em {
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: bold;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
  background: linear-gradient(transparent 70%, yellow 70%);
}

#contents .flow ul li dl dd .note {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

#contents .flow .btn-area {
  margin-top: 4vw;
}

#contents .flow .btn-area .btn + .btn {
  margin-top: 4vw;
}

#contents .links h2 {
  text-align: center;
}

#contents .links h2 img {
  width: 39.0625vw;
}

#contents .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4vw;
  list-style: none;
}

#contents .links ul li {
  text-align: center;
  width: 45.3125vw;
}

#contents .links ul li:nth-child(n + 3) {
  margin-top: 3.125vw;
}
