@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Oswald:300,400,500,600&display=swap");


.pdf_btn {
  display: block;
  background: #006bc2;
  font-size: 15px;
  color: #fff;
  width: 440px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.pdf_btn::after {
  content: "";
  display: block;
  background: url("../../img/common/icon_pdf.png") no-repeat;
  background-size: contain;
  width: 23px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pdf_btn {
    width: 100%;
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .pdf_btn::after {
    width: 21px;
    height: 25px;
    right: 3vw;
  }
}


.area_lead .box_visual .tit_name small {
  font-size: 16px;
  color: #0089e7;
  display: block;
}
@media screen and (max-width: 768px) {
  .area_lead .box_visual .img {
    width: auto;
    padding: 0 3vw;
  }
  .area_lead .box_visual .tit_name small {
    font-size: 14px;
  }
}

.area_lead .box_status .box_text {
  width: auto;
}
.area_lead .box_status table.tb_status {
  width: 440px;
}
.area_lead .box_status table.tb_status th {
  width: 150px;
  vertical-align: middle;
}
.area_lead .box_status table.tb_status td {
  padding-left: 16px;
  vertical-align: middle;
}


.area_lead .box_status .box_img {
  width: auto;
}
.area_lead .box_status .box_img p img {
  width: 330px;
}
.area_lead .box_status .box_img p span {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
.area_lead .box_status .box_img p + p {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .area_lead .box_status table.tb_status {
    width: 100%;
  }
  .area_lead .box_status .box_img p img {
    width: 100%;
  }
  .area_lead .box_status .box_img p span {
    font-size: 15px;
  }
  .area_lead .box_status .box_img p + p {
    margin-top: 8vw;
    margin-left: 0px;
  }
}


.area_lead .box_wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .area_lead .box_wrap {
    display: block;
  }
}


.area_lead .box_center .box_text {
  width: auto;
  margin: 0 auto;
}
.area_lead .box_center .box_text .center {
  text-align: center;
}


.swl_feature {
  width: 100vw;
  min-width: 1240px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.swl_feature .tit_content {
  margin: 0 0 30px;
}
.swl_feature .tit_content + p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .swl_feature {
    min-width: auto;
  }
  .swl_feature .tit_content {
    margin: 0 0 8vw;
  }
  .swl_feature .tit_content + p {
    font-size: 15px;
    margin-bottom: 5vw;
  }
}


.swl_feature .ul_feature li {
  padding: 30px 50px;
  width: calc(100% / 2 - 20px);
}
.swl_feature .ul_feature li .tit {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.18;
  color: #222;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swl_feature .ul_feature li {
    padding: 5vw 4vw;
    width: 100%;
  }
  .swl_feature .ul_feature li .tit {
    margin-bottom: 5vw;
    font-size: 18px;
  }
  .swl_feature .ul_feature li + li {
    margin-top: 5vw !important;
  }
}


.swl_feature .ul_feature li .box_wrap:not(.j_center) {
  align-items: flex-end;
}
.swl_feature .ul_feature li .box_wrap:not(.j_center) .img span {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .swl_feature .ul_feature li .box_wrap:not(.j_center) {
    align-items: flex-end;
  }
  .swl_feature .ul_feature li .box_wrap:not(.j_center) .img span {
    font-size: 16px;
    bottom: 6vw;
  }
  .swl_feature .ul_feature li .box_wrap.j_center {
    flex-wrap: nowrap;
  }
}


.swl_feature .ul_feature .txt {
  text-align: left;
}
.swl_feature .ul_feature .txt .c_blue {
  color: #006bc2;
  font-size: 18px;
  line-height: 1.15;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.swl_feature .ul_feature .txt .c_lightblue {
  color: #0089e7;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .swl_feature .ul_feature .txt .c_blue {
    font-size: 16px;
    margin-bottom: 2vw;
  }
  .swl_feature .ul_feature .txt .c_lightblue {
    font-size: 15px;
  }
}


.swl_feature .ul_feature li .txt p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  color: #222;
}
.swl_feature .ul_feature li .txt p span {
  line-height: 1.4;
  margin-top: 10px;
}
.swl_feature .ul_feature li .box_wrap .txt {
  margin-bottom: 25px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .swl_feature .ul_feature {
    display: block;
  }
  .swl_feature .ul_feature .txt {
  margin-top: 0;
  margin-bottom: 2vw;
  }
  .swl_feature .ul_feature li .txt p {
    font-size: 14px;
  }
  .swl_feature .ul_feature li .txt p span {
    font-size: 15px;
    margin-top: 2vw;
  }
  .swl_feature .ul_feature li .box_wrap .txt {
    margin-bottom: 0;
    width: 100%;
  }
}


.swl_feature .img {
  width: 230px;
  position: relative;
}
.swl_feature img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .swl_feature .img {
    width: 100%;
  }
}


.swl_feature .ul_feature table {
  width: 100%;
  border-top: solid 1px #ccc;
  font-size: 15px;
  margin-bottom: 20px;
}
.swl_feature .ul_feature table th {
  background: #f5f5f5;
  font-weight: bold;
}
.swl_feature .ul_feature table td.bold {
  font-weight: bold;
}
.swl_feature .ul_feature table th,
.swl_feature .ul_feature table td {
  text-align: left;
  border-bottom: solid 1px #ccc;
  padding: 16px 20px;
}
.swl_feature .ul_feature table th + th,
.swl_feature .ul_feature table td + td {
  border-left: solid 1px #ccc;
}
.swl_feature .ul_feature .chair_width table th,
.swl_feature .ul_feature .chair_width table td {
  width: 50%
}
@media screen and (max-width: 767px) {
  .swl_feature .ul_feature table {
    font-size: 14px;
    margin-bottom: 5vw;
  }
  .swl_feature .ul_feature table th,
  .swl_feature .ul_feature table td {
    padding: 2vw 2vw;
  }
}


/*----------------------------
area_detail
-----------------------------*/
.area_detail {
  margin-top: 60px;
  padding-bottom: 75px;
}
.area_detail li {
  width: calc(50% - 20px);
}
.area_detail li p img {
  width: 100%;
}
.area_detail li p {
  position: relative;
  margin: 0px;
}
.area_detail li p span {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .area_detail {
    margin-top: 15vw;
    padding-bottom: 0;
  }
  .area_detail li {
    width: 100%;
  }
  .area_detail li + li {
    margin-top: 8vw;
  }
  .area_detail li p span {
    font-size: 15px;
    bottom: 2vw;
  }
}


/*----------------------------
Drawing
-----------------------------*/
.drawing {
  padding: 80px 0;
}
.drawing .img {
  text-align: center;
}
.drawing .img img {
  border: solid 1px #cccccc;
}
.drawing .img .pdf_btn {
  width: 387px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .drawing {
    padding: 50px 0;
  }
  .drawing .img .pdf_btn {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin: 10vw auto 0;
  }
}
