  @charset "utf-8";
/* ---- - IՄʻ֧Ԯ---- */
.img_block img {
  width: 100%;
}
.content_wrap {
  padding-left: 20px;
}
.type2 {
  margin-bottom: 30px;
}

/* ----modernization_top---- */
#modernization_top .img_block:first-child {
  margin-bottom: 50px;
}
#modernization_top .img_block:nth-child(2) {
  margin-bottom: 25px;
}
#modernization_top .modernization_text {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#modernization_top .modernization_text::after {
  content: "";
  background-image: url(/wp/wp-content/themes/ios/strengths/img/modernization/icon_bg.svg);
  width: 110px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#modernization_top .modernization_text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  color: #333333;
  margin-top: 60px;
}
#modernization_top .modernization_text span {
  color: #f19716;
}

/* ----modernization_top - diagnose---- */
#diagnose_block {
  margin-top: 60px;
}
#diagnose_block .red_text {
  text-align: center;
  margin-bottom: 34px;
}
#diagnose_block .red_text p {
  color: #e10012;
  border: 1px solid #e10012;
  box-sizing: border-box;
  padding: 7px 25px;
  display: inline-block;
}
#diagnose_block .img_block {
  width: 210px;
  margin: auto;
}


.diagnose_bg {
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 30px 15px 15px 15px;
  background-color: #f19716;
  border-radius: 15px;
  box-sizing: border-box;
}
.diagnose_deco img {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
.diagnose_deco img:nth-child(2) {
  top: 21px;
  z-index: -1;
}
.diagnose_content {
  background-color: #fff;
  padding: 70px 25px 40px 35px;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.diagnose_form .diagnose_check {
  position: relative;
  margin-bottom: 31px;
  font-weight: 600;
  line-height: 172%;
  display: flex;
  align-items: center;
}
.diagnose_form .diagnose_check::after {
  content: "";
  background-image: linear-gradient(to right, #aaaaaa, #aaaaaa 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
}
.diagnose_form div:nth-last-child(2)::after  {
  content: none;
}
.diagnose_check input[type="checkbox"] {
  display: none;
}
.diagnose_check input[type="checkbox"] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  width: auto;
}
.diagnose_check input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  left: 0;
  top: 50%;
  border: 1px solid #9a9b9b;
}
.diagnose_check input[type="checkbox"]:checked + label::before {
  background-color: #f19716;
  border: none;
}
.diagnose_check input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 6px;
  margin-top: -6px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color:  #fff;
}

/* iOSǤΥǥեȥꥻå */
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="button"]::-webkit-search-decoration {
  display: none;
}
.diagnose_botton {
  width: 100%;
  text-align: center;
}
.diagnose_form label[name="botton"] {
  position: relative;
}
.diagnose_form label[name="botton"]::before {
  content: "";
  background-image: url(/wp/wp-content/themes/ios/strengths/img/modernization/icon_02.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33%;
  margin: auto;
  z-index: 1;
}
.diagnose_form input[type="button"] {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background-color: #f19716;
  padding: 9px 90px 9px 120px;
  position: relative;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 5px;
  min-width: 260px;
  z-index: 0;
}
.diagnose_form input[type="button"]:disabled {
  opacity: 0.2;
  cursor: auto;
}

.diagnose_result_bg {
  background-color: #0c3388;
  text-align: center;
}
.diagnose_result .text_block {
  margin-top: 45px;
}
.diagnose_result .text_block .emphasis{
  font-size: 30px;
  font-weight: 600;
  color: #f19716;
  margin: 20px 0 30px 0;
}
.info_text {
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #fff 50%, #fff 100%),
                    linear-gradient(180deg, #aaaaaa 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 3px 1px,
                   1px 49px;
  line-height: 49px;
  padding-bottom: 5px;
}

.orange_botton {
  background-color: #f19716;
  display: inline-block;
  line-height: 50px;
  position: relative;
  border-radius: 5px;
}
.orange_botton a, .orange_botton .btn {
  color: #fff;
  display: block;
  font-weight: 600;
  cursor: pointer;
}
.orange_botton .btn {
  font-family: inherit;
  font-size: 100%;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.orange_botton::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 13px;
  margin: auto;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(
-45deg
);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.next_inquiry {
  width: 260px;
  height: 50px;
  line-height: 50px;
  margin-top: 35px
}

.recommendation {
  font-weight: 600;
  background-color: #f6f6f6;
  width: 100%;
  padding: 25px 0;
  margin-top: 50px;
}
.recommendation > div {
  width: 260px;
  height: 36px;
  line-height: 36px;
  margin-top: 20px;
}

.next_diagnose {
  width: 170px;
  height: 35px;
  display: block;
  border: 1px solid #f19716;
  margin: auto;
  margin-top: 30px;
}
.next_diagnose a {
  color: #f19716;
  display: block;
  line-height: 35px;
  cursor: pointer;
}
#result1 .next_diagnose {
  margin-top: 40px;
}

/* ----process_flow---- */

/* ----process_flow_chart---- */
.process_flow_chart {
  margin: 30px 0;
}
.process_flow_chart_title {
  position: relative;
  width: 140px;
  height: 75px;
  background: #f19716;
  background: #fcead0;
}
.flex_block:last-child .process_flow_chart_title {
  background: #f19716;
}
.process_flow_chart_title p {
  font-size: 13px;
  line-height: 154%;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  width: 100px;
}
.flex_block:last-child .process_flow_chart_title p {
  color: #fff;  font-weight: 600;
}
.process_flow_chart_title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  border-top: 20px solid transparent;
  border-right: 70px solid #fcead0;
  border-left: 70px solid #fcead0;
}
.flex_block:last-child .process_flow_chart_title::before {
  border-right: 70px solid #f19716;
  border-left: 70px solid #f19716;
}
.process_flow_chart_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-top: 20px solid #fcead0;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
}
.flex_block:last-child .process_flow_chart_title::after {
  border-top: 20px solid #f19716;
}
.process_flow_chart .flex_block:first-child .process_flow_chart_title {
  height: 95px;
}
.process_flow_chart .flex_block:first-child .process_flow_chart_title::before,
.process_flow_chart .flex_block:last-child .process_flow_chart_title::after {
  content: none;
}
.txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.process_flow_chart .flex_block {
  display: flex;
  align-items: center;
  padding: 12px 0;
  justify-content: flex-start;
}
.process_flow_chart .flex_block:first-child {
  padding-top: 0;
}
.process_flow_chart .flex_block:last-child {
  padding-bottom: 0;
}
.process_flow_chart_list {
  width: calc(100% - 180px);
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  line-height: 172%;
  margin-top: -15px;
}
.flex_block:first-child .process_flow_chart_list {
  margin-top: 0;
}
.flex_block:not(:last-child) .process_flow_chart_list::after{
  content: "";
  background-image: linear-gradient(to right, #aaaaaa, #aaaaaa 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -25px;
  width: calc(100% - 39px);
  height: 1px;
}
.flex_block:first-child .process_flow_chart_list::after{
  bottom: -18px;
}
.flex_block:nth-child(3) .process_flow_chart_list::after{
  bottom: -35px;
}

/* ----installation_results---- */
#case2 {
  padding-top: 45px;
}
.case .case_num {
  font-size: 11px;
  width: 50px;
  height: 18px;
  background-color: #ed7f1e;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.case_underbar {
  position: relative;
  margin-bottom: 25px;
}
.case_underbar::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f19716;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flex_block .info_block {
  width: 290px;
}
.flex_block .table_block {
  width: 370px;
}
#installation_results .flex_block_inner {
  display: flex;
  align-items: center;
  line-height: 172%;
}
#installation_results .flex_block_inner img {
  width: 36px;
  height: 39px;
  padding-right: 10px;
}

.info_block_content {
  position: relative;
}
.info_block_content .title {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
.info_block_content:first-child {
  margin-bottom: 40px;
}
.info_block_content:first-child::after {
  content: "";
  background-image : linear-gradient(to right, #aaaaaa, #aaaaaa 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 1px;
}
.list_task {
  background-color: #fef8ef;
  padding: 20px;
  line-height: 172%;
}

/* ----installation_results - table---- */
.table_block tr {
  border-bottom: 1px dotted #d8d8d8;
}
.table_block tr:first-child {
  border-top: 1px dotted #d8d8d8;
}
.table_block tr th {
  width: auto;
  min-width: 80px;
  height: 100%;
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.table_block tr td {
  width: 100%;
  vertical-align: middle;
  padding: 14px 0;
  padding-left: 15px;
  line-height: 167%;
}

/*
****     SP     ***
**/
@media (max-width: 767px) {
  .content_wrap {
    padding-left: 0;
  }

  #modernization #main {
    padding: 0;
    padding-bottom: 40px;
  }
  .modernization_wrap {
    padding: 0 10px;
  }
  .type2 {
    padding: 10px 15px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  /* ----modernization_top---- */
  #modernization_top .img_block:first-child {
    margin-bottom: 45px;
  }
  #modernization_top .modernization_text::after {
    width: 150px;
    height: 90px;
  }
  #modernization_top .modernization_text p {
    line-height: 140%;
  }

  /* ----modernization_top - diagnose---- */
  #diagnose_block .red_text p {
    line-height: 172%;
    padding: 7px 18px;
  }

  .diagnose_bg {
    padding: 25px 10px 20px 10px;
    border-radius: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .diagnose_deco img {
    width: 55%;
    max-width: 255px;
    min-width: 203px;
  }
  .diagnose_deco img:nth-child(2) {
    width: 40%;
    top: 18px;
    max-width: 170px;
    min-width: 160px;
  }
  .diagnose_content {
    padding: 55px 20px 30px 15px;
  }

  .diagnose_check input[type="checkbox"] + label {
    width: 100%;
    padding-left: 48px;
  }
  .diagnose_check input[type="checkbox"] + label::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: 0;
    top: 50%;
  }
  .diagnose_check input[type="checkbox"]:checked + label::after {
    width: 19px;
    height: 10px;
    margin-top: -7px;
    top: 50%;
    left: 6px;
    border-width: 3px;
   }

   .diagnose_result .text_block {
    line-height: 170%;
    margin-top: 30px;
  }
  .diagnose_result .text_block .emphasis{
    font-size: 22.5px;
    margin: 20px 0 28px 0;
  }
   .info_text {
    font-size: 16px;
    line-height: 39.5px;
    background-size: 3px 1px, 1px 39.5px
  }
  .next_inquiry {
    margin-top: 25px;
  }
  .recommendation {
    width: calc(100% + 35px);
    margin-left: -15px;
    margin-top: 30px;
  }

  /* ----process_flow---- */

  /* ----process_flow_chart---- */
  .process_flow_chart {
    margin: 20px 0 40px 0;
  }
  .process_flow_chart_title {
    height: auto;
    min-height: 100px;
    width: 110px;
  }
  .process_flow_chart_title p {
    font-size: 14px;
  }
  .process_flow_chart .flex_block:first-child .process_flow_chart_title {
    height: auto;
    min-height: 140px;
  }
  .process_flow_chart_title::before {
    border-top: 20px solid transparent;
    border-right: 55px solid #fcead0;
    border-left: 55px solid #fcead0;
  }
  .process_flow_chart_title::after {
    border-top: 20px solid #fcead0;
    border-right: 55px solid transparent;
    border-left: 55px solid transparent;
  }
  .flex_block:last-child .process_flow_chart_title::before {
    border-right: 55px solid #f19716;
    border-left: 55px solid #f19716;
  }

  .process_flow_chart_list {
    padding-left: 30px;
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
  }
  .process_flow_chart .flex_block:first-child .process_flow_chart_list {
    padding-top: 10px;
  }
  .process_flow_chart .flex_block {
    align-items: stretch;
    height: 100%;
  }
  .flex_block:not(:last-child) .process_flow_chart_list::after {
    bottom: -7px;
    width: calc(100% - 20px);
    left: 20px;
  }



  /* ----installation_results---- */
  .case:not(:first-child) {
    padding-top: 20px;
  }
  .flex_block .info_block {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex_block .table_block {
    width: 100%;
  }
  #case2 {
    padding-top: 30px;
  }
  .case_underbar {
    margin-bottom: 20px;
  }
  .info_block_content:first-child {
    margin-bottom: 32px;
  }
}
