@charset "utf-8";

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/NotoSansJP-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/NotoSansJP-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/NotoSansJP-900.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.025em;
  background-color: #fff;
  color: #292929;
}
div,
p {
  text-align: justify;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.icon-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0;
  border: 2px solid #f6ff00;
  border-radius: 50%;
  color: #f6ff00;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: middle;
}
.icon-check::before {
  content: '\2713';
}
@media screen and (max-width: 736px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    width: 100%;
    height: 72px;
    border-top: 4px solid #36c;
  }
  .headerInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .headerLogo {
    width: 280px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .headerInqWpr {
    display: none;
  }
  .fvWpr {
    width: 100%;
    background-image: url(../img_top/shutter-repair-main-visual-background.webp);
    background-size: cover;
  }
  .fv {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 18px 0;
    overflow: hidden;
  }
  .brokenShutter {
    display: none;
  }
  .fvMainCatch {
    position: relative;
    height: 191px;
    padding: 0 0 0 10px;
    margin: 0 auto;
    z-index: 15;
  }
  .fvMainCatch img {
    width: auto;
    height: 100%;
  }
  .fvStaff {
    position: absolute;
    top: 5px;
    right: -90px;
    height: 300px;
    z-index: 14;
  }
  .fvStaff img {
    width: auto;
    height: 100%;
  }
  .medals {
    position: relative;
    width: 357px;
    margin: 0 auto;
    z-index: 20;
  }
  .achieve {
    position: relative;
    margin: 0 auto;
    width: 380px;
    max-width: 95%;
  }
  .authorized {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 357px;
    height: 53px;
    margin: 0 auto;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
  }
  .whiteSlash {
    display: flex;
    justify-content: center;
    width: 357px;
    height: 53px;
    padding: 10px;
    background-image: url(../img_top/decorative-white-slash.webp);
  }
  .authorizedTitle {
    width: 168px;
    height: 21px;
    margin: 7px 10px 0 0;
    border-radius: 15px;
    background-color: #ff7676;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 20px;
  }
  .authLogo {
    width: 136px;
    height: 35px;
  }
  .finger {
    display: none;
  }
  .ribonWpr {
    width: 100%;
    border-top: 4px solid #112f82;
    background-image: url(../img_top/ribbon-background.webp);
  }
  .ribon {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 15px 0 10px 0;
  }
  .makerWpr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px 0 10px 0;
    border: 1px solid #96a3c8;
    border-radius: 7px;
  }
  .makerBanner img {
    width: auto;
    height: 100%;
  }
  .makerTitle {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 150px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    background-color: #233e8b;
    text-align: center;
  }
  .makerBannerWpr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 5px 0;
  }
  .makerBanner {
    height: 42px;
    margin: 4px 8px;
  }
  .makerNotice {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .ribonTelWpr {
    display: block;
    width: 100%;
    height: 86px;
    background-color: #fff;
    border-radius: 4px;
  }
  .ribonTelTitle {
    width: 100%;
    height: 31px;
    background-color: #e2e2e2;
    font-size: 15px;
    font-weight: 900;
    color: #303030;
    line-height: 30px;
    text-align: center;
  }
  .ribonTelBody {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
  }
  .ribonTelFD {
    margin: 0 8px 0 0;
    width: 59px;
    height: 38px;
  }
  .ribonTelFD img {
    width: 100%;
    height: auto;
  }
  .avaWpr {
    width: 100%;
    margin: 0 0 14px 0;
    padding: 12px 0 14px 0;
    background-color: #f1f1f1;
  }
  .avaInner {
    width: 95%;
    margin: 0 auto;
  }
  .avaTitle {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .avaLeed {
    position: relative;
    width: 100%;
    margin: 0 auto 12px auto;
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
  }
  .avaLeed span {
    margin: 0 4px 0 0;
    color: #ff6c6c;
    font-weight: 700;
  }
  .ava {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) inset;
  }
  .avaClock {
    width: 36px;
    height: 36px;
    margin: 0 5px 0 0;
    padding: 8px 0 0 0;
  }
  .avaIcom {
    width: 51px;
    height: 37px;
    padding: 5px 0 0 0;
  }
  .avaTime {
    margin: 0 0 0 8px;
    font-size: 16px;
    font-weight: 900;
    color: #202020;
    line-height: 24px;
    text-align: center;
  }
  .avaTime span {
    color: #ff7676;
  }
  .paymentWpr {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .paymentTitleWpr {
    position: relative;
    width: 100%;
    margin: 0 auto 10px auto;
    border-radius: 3px;
    background: linear-gradient(to left, #3c569c 0%, #4e67aa 50%, #3c569c 100%);
    overflow: hidden;
  }
  .yen {
    display: none;
  }
  .yen img {
    display: block;
  }
  .paymentTitle {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
  }
  .paymentTitle span {
    color: #f7ee05;
    font-weight: 700;
  }
  .paywayWpr {
    width: 100%;
  }
  .paywayIconWpr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .paywayIcon {
    width: 22%;
    margin: 4px 5px;
  }
  .paywayCaptWpr {
    display: none;
  }
  .covidWpr {
    width: 95%;
    margin: 0 auto 15px auto;
    padding: 13px;
    border: 1px solid #c5c5c5;
  }
  .covidTitle {
    position: relative;
    width: 200px;
    height: 100px;
    margin: 0 auto;
  }
  .covidCircle {
    position: absolute;
    left: 0;
    right: 0;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 90px;
    background-color: #daf0f0;
    z-index: 100;
  }
  .covidTitleUpr {
    position: relative;
    width: 100%;
    padding: 10px 0 2px 0;
    font-size: 12px;
    font-weight: 700;
    z-index: 110;
    text-align: center;
    border-bottom: 1px dotted #202020;
  }
  .covidTitleLwr {
    position: relative;
    width: 100%;
    padding: 4px 0 8px 0;
    font-size: 17px;
    font-weight: 900;
    z-index: 110;
    text-align: center;
    color: #203c8a;
  }
  .covidBodyWpr {
    width: 100%;
    padding: 0;
  }
  .covidBody {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    color: #202020;
  }
  .covidBodyWpr ul {
    padding: 0 0 0 25px;
    list-style-type: disc;
  }
  .covidBodyWpr ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #202020;
  }
  .troubleWpr {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    background-image: url(../img_top/shutter-trouble-types-background.webp);
    background-size: contain;
  }
  .trouble {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .troubleTitle {
    width: 95%;
    margin: 0 auto;
  }
  .troubleTitle img {
    display: block;
    width: 100%;
    height: auto;
  }
  ul.troubleList {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  ul.troubleList li {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 0 7px 0;
    padding: 0 0 0 13px;
    background-color: #243f96;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
    background-size: 37px 29px;
    background-image: url(../img_top/repair-tool-spanner-icon.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  ul.troubleList li:nth-child(2n) {
    background-color: #889bd1;
  }
  ul.troubleList li i {
    margin: 0 7px 0 0;
    color: #f6ff00;
  }
  .panel {
    width: 95%;
    margin: 0 auto 20px auto;
  }
  .panelUpr {
    position: relative;
    width: 100%;
    height: 68px;
    overflow: hidden;
  }
  .panelSlash {
    position: absolute;
    top: 0;
    right: 15px;
    width: 80px;
    height: 135px;
    background: linear-gradient(to bottom, #fff 0%, #e0e5f3 100%);
    transform: skewx(-15deg);
    z-index: 200;
  }
  .panelStuff {
    position: absolute;
    width: 78px;
    height: 68px;
  }
  .panelLeed {
    padding: 10px 0 0 0;
    position: relative;
    font-size: 15px;
    font-weight: 900;
    color: #202020;
    font-style: oblique;
    line-height: 21px;
    text-align: right;
    z-index: 210;
    text-shadow: 3px 3px 3px #fff;
  }
  .panelLeed span {
    margin: 0 2px;
    color: #37b51f;
  }
  .panelBodyWpr {
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0 0 15px 0;
    background-image: url(../img_top/ribbon-background.webp);
    border-radius: 3px;
    overflow: hidden;
  }
  .panelHeader {
    width: 95%;
    height: 34px;
    margin: 0 auto 18px auto;
  }
  .panelTelHeaderAori {
    position: relative;
    width: 300px;
    height: 34px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    text-align: center;
  }
  .panelTelHeaderAori::before {
    position: absolute;
    display: block;
    content: '';
    top: 12px;
    left: 10px;
    width: 2px;
    height: 25px;
    background-color: #fff;
    transform: skewx(25deg);
  }
  .panelTelHeaderAori::after {
    position: absolute;
    display: block;
    content: '';
    top: 12px;
    right: 10px;
    width: 2px;
    height: 25px;
    background-color: #fff;
    transform: skewx(-25deg);
  }
  .panelBody {
    width: 100%;
    padding: 0 15px;
  }
  .panelFetures {
    position: relative;
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto 5px auto;
  }
  .panelFeture {
    width: 32%;
    height: 22px;
    margin: 0 6px 6px 0;
    transform: skewx(-25deg);
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: #202020;
    line-height: 21px;
  }
  .panelFeture p {
    width: 100%;
    transform: skewx(15deg);
    text-align: center;
  }
  .panelFeture:first-child {
    top: 0;
    left: 35px;
    background-color: #ffed00;
  }
  .panelFeture:nth-child(2) {
    top: 37px;
    left: 20px;
    background-color: #ffc500;
  }
  .panelFeture:last-child {
    top: 74px;
    left: 5px;
    background-color: #ff9e00;
  }
  .panelTelWpr {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
  }
  .panelTelHeader {
    width: 100%;
    height: 28px;
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    line-height: 26px;
    text-align: center;
    background-color: #e2e2e2;
  }
  .panelTel {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
  }
  .panelTelFD {
    margin: 0 10px 0 0;
    width: 50px;
    height: 31px;
  }
  .panelTelFD img {
    width: 100%;
    height: auto;
  }
  .panelTelNum {
    height: 31px;
  }
  .panelTelNum img {
    width: auto;
    height: 100%;
  }
  .features {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  .featuresTitle {
    width: 95%;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .featuresUnitWpr {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .featuresUnit {
    position: relative;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 14px 0 0 0;
    background: linear-gradient(to right, #758bc7 0%, #243f96 100%);
    border-radius: 5px;
  }
  .featuresUnitNum {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 27px;
    background: linear-gradient(
      to right,
      #3a53a1 0%,
      #3a53a1 50%,
      #243f96 50%,
      #243f96 100%
    );
    border: 2px solid #fff;
    transform: rotate(45deg);
  }
  .featuresUnitNum p {
    width: 44px;
    height: 44px;
    padding: 0 3px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    font-family: Arial;
    font-style: oblique;
    text-align: center;
    transform: rotate(-45deg);
  }
  .featuresUnitTitle {
    width: 100%;
    height: 41px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 39px;
    text-align: center;
  }
  .featuresUnitImg {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
    text-align: center;
    background-color: #fff;
    border-left: 3px solid #758bc6;
    border-right: 3px solid #243f96;
  }
  .featuresUnitBody {
    width: 100%;
    background-color: #fff;
    border-left: 3px solid #758bc6;
    border-right: 3px solid #243f96;
    border-bottom: 3px solid #536ab4;
  }
  .featuresUnitBody p {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .featuresUnitBody p span.sml {
    width: 90%;
    margin: 0 auto 15px;
    padding: 0;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #202020;
  }
  .featuresUnitBody p span {
    font-weight: 700;
    color: #ff6c6c;
  }
  .case {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .caseTitle {
    width: 95%;
    margin: 0 auto 25px auto;
  }
  .caseUnit {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    background-color: #ecf7f7;
  }
  .caseUnitTitleWpr {
    display: flex;
    width: 100%;
    height: 42px;
    margin: 0 0 22px 0;
    background-color: #7ac5f6;
    overflow: hidden;
  }
  .caseNum {
    width: 76px;
    height: 42px;
    font-size: 13px;
    font-family: Arial;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .caseNumSlash {
    width: 1px;
    height: 42px;
    background-color: #fff;
    transform: skewx(-15deg);
  }
  .caseUnitTitle {
    height: 42px;
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    line-height: 40px;
  }
  .caseUnitTitleWpr.double {
    display: flex;
    width: 100%;
    height: 62px;
    margin: 0 0 22px 0;
    background-color: #7ac5f6;
    overflow: hidden;
  }
  .caseUnitTitleWpr.double .caseNum {
    width: 76px;
    height: 62px;
    font-size: 13px;
    font-family: Arial;
    color: #fff;
    line-height: 60px;
    text-align: center;
  }
  .caseUnitTitleWpr.double .caseNumSlash {
    width: 1px;
    height: 62px;
    background-color: #fff;
    transform: skewx(-15deg);
  }
  .caseUnitTitleWpr.double .caseUnitTitle {
    height: 62px;
    padding: 10px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    line-height: 21px;
  }
  .caseImagesWpr {
    width: 95%;
    margin: 0 auto;
  }
  .caseImgWpr {
    position: relative;
    width: 100%;
    margin: 0 auto 10px auto;
    border: 5px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .caseImgWpr img {
    display: block;
    width: 100%;
    height: auto;
  }
  .caseArrow {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 27px;
    color: #3fa8ed;
    text-align: center;
    line-height: 26px;
    transform: rotate(90deg);
  }
  .before {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 58px;
    height: 58px;
    border-radius: 38px;
    border: 4px solid #ffde00;
    background-color: #f6ff00;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 900;
    line-height: 56px;
    text-align: center;
  }
  .after {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 58px;
    height: 58px;
    border-radius: 38px;
    border: 4px solid #cc0606;
    background-color: #e60000;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    line-height: 56px;
    text-align: center;
  }
  .autoWpr {
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 1px dotted #666;
  }
  .autoTitle {
    width: 100%;
    height: 33px;
    margin: 0 auto 10px auto;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    line-height: 31px;
    text-align: center;
    background-color: #243f96;
  }
  .autoLeed {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .autoImgWpr {
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .autoImg {
    width: 100%;
    margin: 0 0 10px 0;
    border: 5px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .autoImg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .autoBody {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #666;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
  }
  .stepWpr {
    width: 100%;
    padding: 20px 0;
    border-bottom: 7px solid #fff;
    background-color: #f0f5eb;
  }
  .step {
    width: 95%;
    margin: 0 auto;
  }
  .stepTitle {
    width: 90%;
    margin: 0 auto 15px auto;
    text-align: center;
  }
  .stepUnit {
    position: relative;
    width: 100%;
    height: 142px;
    margin: 0 auto;
  }
  .stepUnitImage {
    position: absolute;
    top: 31px;
    left: 0;
    width: 111px;
    height: 111px;
  }
  .stepUnitImage img {
    width: 100%;
    height: auto;
  }
  .stepUnitBody {
    width: 100%;
    background-color: #fff;
  }
  .stepUnitTitleWpr {
    position: relative;
    width: 100%;
    height: 31px;
    overflow: hidden;
  }
  .stepUnitTitle {
    position: relative;
    height: 31px;
    padding: 0 0 0 15px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    background-color: #3b6a0e;
    z-index: 300;
  }
  .stepUnitSkew {
    position: absolute;
    top: 0;
    right: -30px;
    width: 100px;
    height: 45px;
    background-color: #659338;
    transform: skewx(25deg);
    z-index: 310;
  }
  .stepUnitTxt {
    padding: 12px 10px 12px 120px;
    width: 100%;
    height: 111px;
    font-size: 12px;
    font-weight: 400;
    color: #202020;
    line-height: 18px;
  }
  .belowArrow {
    width: 100%;
    height: 30px;
    font-size: 17px;
    color: #3b6a0e;
    text-align: center;
    line-height: 28px;
  }
  .qaWpr {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 0;
    background-color: #f4f3e8;
  }
  .qa {
    width: 100%;
    margin: 0 auto;
  }
  .qaTitle {
    width: 245px;
    margin: 0 auto 30px auto;
  }
  .qaTitleUpr {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .qaTitleLwr {
    font-size: 34px;
    font-weight: 900;
    color: #243f96;
    text-align: center;
  }
  .qaUnit {
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 12px;
    background-color: #fff;
  }
  .qWpr {
    position: relative;
  }
  .qIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: #243f96;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    font-family: Arial;
    text-align: center;
  }
  .qBody {
    height: 39px;
    margin: 0 0 12px 0;
    padding: 5px 0 0 45px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #243f96;
    text-align: left;
  }
  .aWpr {
    position: relative;
  }
  .aIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    padding: 0 0 0 4px;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #659338;
    font-family: Arial;
    text-align: center;
  }
  .aBody {
    padding: 5px 0 0 45px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #659338;
    text-align: left;
  }
  .comInfoWpr {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 25px 0;
  }
  .comInfoTitle {
    position: relative;
    width: 100%;
    height: 63px;
    margin: 0 0 20px 0;
    background-color: #1d388b;
    overflow: hidden;
  }
  .comInfoImg {
    position: relative;
    width: 160px;
    height: 63px;
    margin: 0 0 0 auto;
    z-index: 500;
  }
  .comInfoImg img {
    width: 160px;
    height: auto;
  }
  .skewbox {
    position: absolute;
    width: 300px;
    height: 63px;
    padding: 13px 0 0 90px;
    left: -80px;
    background-color: #233e94;
    transform: skewx(-20deg);
    z-index: 510;
  }
  .comInfoUpr {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transform: skewx(20deg);
  }
  .comInfoLwr {
    padding: 0 0 0 10px;
    font-size: 9px;
    font-weight: 400;
    color: #faa;
    transform: skewx(20deg);
    letter-spacing: 0.11rem;
  }
  table.comInfo {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  table.comInfo tr {
    width: 100%;
    border-top: 1px dotted #ccc;
  }
  table.comInfo tr:last-child {
    border-bottom: 1px dotted #ccc;
  }
  table.comInfo tr td {
    padding: 14px 0;
    font-size: 12px;
  }
  table.comInfo tr td:first-child {
    width: 90px;
  }
  table.comInfo tr td p {
    padding: 0 0 0 10px;
    border-left: 3px solid #243f96;
    font-weight: 700;
    color: #243f96;
  }
  .allianceWpr {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #3ab828;
    border-radius: 3px;
    overflow: hidden;
  }
  .allianceTitle {
    width: 100%;
    padding: 7px 0;
    background-color: #3ab828;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 22px;
  }
  .allianceBody {
    width: 100%;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #202020;
    text-align: center;
    line-height: 21px;
  }
  .bannerWpr {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    transition: 0.2s;
  }
  .bannerWpr:hover {
    transition: 0.2s;
    opacity: 0.9;
  }
  .priceTitle {
    width: 95%;
    height: 36px;
    margin: 0 auto 15px auto;
    background-image: url(../img_top/shutter-repair-price-title-background.webp);
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 34px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .priceLeed {
    margin: 0 auto 15px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
  }
  .priceUnitWpr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .priceUnit {
    width: 48%;
    margin: 0 auto 10px auto;
  }
  .priceUnit img {
    width: 100%;
    height: auto;
  }
  footer {
    height: 100px;
    padding: 20px 0 148px 0;
    border-top: 4px solid #36c;
    text-align: center;
  }
  footer img {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
  .fixHeader {
    position: fixed;
    width: 100%;
    height: 88px;
    margin: 0 auto;
    padding: 7px;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url(../img_top/floating-banner-background.webp);
    text-align: center;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    z-index: 1000;
  }
  .fixedWpr {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .floatTelInq {
    cursor: pointer;
    display: block;
    width: 276px;
    height: 72px;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.3s;
    overflow: hidden;
  }
  .floatTelButtonHeader {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 26px;
    margin: 0 0 6px 0;
    padding: 3px 0 0 0;
    background-color: #f60;
  }
  .allDay {
    margin: 2px 10px 0 0;
    width: 79px;
    height: 17px;
    border: 1px solid #ffb380;
    border-radius: 1px;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #fff;
  }
  .floatHeaderLeed {
    font-size: 14px;
    font-weight: 700;
    color: #ff0;
  }
  .floatTelInq .telNum {
    display: flex;
    justify-content: space-between;
    padding: 5px 9px;
  }
  .floatTelInq .telNum .freeDial {
    margin: 0 5px 0 0;
  }
  .floatSim {
    cursor: pointer;
    width: 61px;
    height: 72px;
    margin: 0 0 0 8px;
  }
  .floatSimIcon {
    width: 61px;
    height: 72px;
  }
  .floatMailInq {
    cursor: pointer;
    width: 53px;
    height: 72px;
    margin: 0 0 0 8px;
  }
  .floatMailIcon {
    width: 53px;
    height: 72px;
  }
  .pc {
    display: none;
  }
  .caseImg {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
  }
  .caseImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .caseSliderContainer {
    width: 100%;
    position: relative;
  }
  .caseSliderNav {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 15px auto;
  }
  .caseSliderPrev,
  .caseSliderNext {
    padding: 8px 16px;
    border: 2px solid #243f96;
    background-color: #fff;
    color: #243f96;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .caseSliderPrev:hover,
  .caseSliderNext:hover {
    background-color: #243f96;
    color: #fff;
  }
  .caseSliderPrev:disabled,
  .caseSliderNext:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .caseSlider {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
    min-height: 600px; /* Prevent layout shift during loading */
  }
  .caseSliderTrack {
    display: flex;
    width: 600%;
    transition: transform 0.5s ease;
  }
  .caseSlide {
    width: 16.666%;
    flex-shrink: 0;
  }
  .caseUnitMeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto 15px auto;
    padding: 8px 0;
  }
  .caseDate {
    font-size: 12px;
    font-weight: 700;
    color: #666;
  }
  .caseTags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .caseTag {
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #7ac5f6;
    border-radius: 2px;
  }
  .caseDetailBtn {
    display: block;
    width: 90%;
    margin: 15px auto 0 auto;
    padding: 10px;
    background-color: #243f96;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .caseDetailBtn:hover {
    background-color: #1a2d73;
  }
  .casePagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 0 20px 0;
  }
  .casePaginationDot {
    width: 32px;
    height: 32px;
    border: 2px solid #243f96;
    background-color: #fff;
    color: #243f96;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .casePaginationDot:hover,
  .casePaginationDot.active {
    background-color: #243f96;
    color: #fff;
  }
  .caseViewAll {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .caseViewAllBtn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #659338;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .caseViewAllBtn:hover {
    background-color: #556b2e;
  }
  .inner1100.wrap20 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    ul.troubleList li .icon-check {
      margin: 0 7px 0 0;
    }
  }
  .section-title h3.jp.s {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .section-title p.en {
    font-size: 18px;
    color: #888;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
  }
  .flow-detail-area {
    background-color: #fff;
  }
  .flow-detail-area .inner.cmn-fadeup {
    max-width: 1000px;
    margin: 0 auto;
  }
  .flow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  .flow .step {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  .flow .step:hover {
    transform: translatey(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
  .flow .step-header {
    margin-bottom: 20px;
  }
  .flow .step-header .num {
    background: linear-gradient(135deg, #3b6a0e, #659338);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
  }
  .flow .step-header .num span {
    font-size: 18px;
    margin-left: 5px;
  }
  .flow .step img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .flow .step h4.subttl {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }
  .flow .step .top-descript {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .fadeUp {
    opacity: 0;
    transform: translatey(30px);
    transition: all 0.6s ease;
  }
  .fadeUp.wow[style*='visibility: visible'] {
    opacity: 1;
    transform: translatey(0);
  }
  .fadeUp.animate {
    opacity: 1;
    transform: translatey(0);
  }
  .delay-time02 {
    transition-delay: 0.2s;
  }
  .delay-time04 {
    transition-delay: 0.4s;
  }
  @media (max-width: 768px) {
    .inner1100.wrap20 {
      padding: 40px 15px;
    }
    .section-title h3.jp.s {
      font-size: 24px;
    }
    .flow ul {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .flow .step {
      padding: 15px;
    }
    .flow .step h4.subttl {
      font-size: 18px;
    }
  }
  .service-list {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .service-item:last-child {
    border-bottom: none;
  }
  .service-item span {
    font-weight: bold;
    color: #333;
    flex-basis: 30%;
    text-align: left;
  }
  .service-item a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
    flex-basis: 70%;
    text-align: right;
  }
  .service-item a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  .hamburger {
    position: absolute;
    right: 12px;
    left: auto;
    top: 20px;
    transform: none;
    width: 28px;
    height: 24px;
    cursor: pointer;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #173873;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }
  .hamburger.active span:nth-child(1) {
    transform: translatey(10.5px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translatey(-10.5px) rotate(-45deg);
  }
  .hamburger.active span {
    background: #fff;
  }
  .spNav {
    position: fixed;
    inset: 0 0 0 0;
    background: rgba(10, 25, 60, 0.9);
    z-index: 1100;
    display: none;
    padding-top: 90px;
  }
  .spNav.open {
    display: block;
  }
  .spNav ul {
    width: 85%;
    margin: 0 auto;
  }
  .spNav li {
    margin: 0 0 18px 0;
  }
  .spNav a {
    display: block;
    padding: 14px 18px;
    background: #fff;
    color: #173873;
    font-weight: 700;
    border-radius: 6px;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  .spNav a:active {
    transform: translatey(2px);
  }
  .repair-section {
    padding: 30px 0;
  }
  .repair-section .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .repair-navigation {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .repair-nav-item {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 12px 16px;
  }
  .repair-content {
    margin-bottom: 30px;
  }
  .repair-type {
    margin-bottom: 25px;
  }
  .repair-type h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .shutter-info {
    margin-bottom: 20px;
  }
  .shutter-text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .shutter-text p {
    font-size: 13px;
    line-height: 1.6;
  }
  .price-table table {
    font-size: 12px;
  }
  .price-table th {
    padding: 8px 6px;
    font-size: 11px;
  }
  .price-table td {
    padding: 8px 6px;
    font-size: 12px;
  }
  .repair-details {
    margin-top: 20px;
  }
  .detail-item {
    margin-bottom: 12px;
  }
  .detail-header {
    padding: 10px 12px;
    font-size: 13px;
  }
  .detail-content {
    padding: 12px;
  }
  .repair-case {
    margin-bottom: 12px;
    padding: 10px;
  }
  .repair-case h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .case-details {
    font-size: 12px;
  }
  .case-price {
    font-size: 14px;
    font-weight: bold;
  }
  .about-area {
    padding: 60px 0;
    background-color: #fff;
  }
  .about-area .inner {
    padding: 0 20px;
  }
  .about-area .txt-area {
    margin-bottom: 50px;
  }
  .about-area .featuresTitle {
    margin-bottom: 40px;
  }
  .about-area .featuresTitle img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .feature-list li {
    flex-direction: column;
    margin-bottom: 40px;
    text-align: center;
    min-height: auto;
    background: #fff;
    border: 2px solid #233e94;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgba(35, 62, 148, 0.1);
    position: relative;
  }
  .feature-list .r-img {
    flex-direction: column;
  }
  .feature-list .num {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3f6f 100%);
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
    letter-spacing: 1px;
  }
  .feature-list .num span {
    font-size: 16px;
    margin-left: 8px;
    font-weight: 900;
  }
  .feature-list .img {
    flex: none;
    margin: 0 auto 25px auto;
    max-width: 220px;
    width: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: block;
  }
  .feature-list .l-img .img,
  .feature-list .r-img .img {
    margin: 0 auto 25px auto;
  }
  .feature-list .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .feature-list .txt-block {
    padding: 20px 15px;
    margin: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
  }
  .feature-list .sub-catch {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
    background: linear-gradient(135deg, #09f 0%, #06c 100%);
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
  }
  .feature-list .list-title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
  }
  .feature-list .list-title span {
    color: #f60;
    font-size: 38px;
    font-weight: 900;
    display: inline-block;
  }
  .feature-list .list-title .l {
    color: #00a0e9;
    font-size: 18px;
    font-weight: 700;
  }
  .feature-list .list-title .orange {
    color: #f60;
    font-weight: 700;
    font-size: 18px;
  }
  .feature-list .basic-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    font-weight: 400;
  }
  .sp-display-b {
    display: block !important;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .topft-links {
    background-color: #f8f9fa;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
  }
  .topft-links-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .topft-links-item {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }
  .topft-links-item:hover {
    transform: translatey(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    border-color: #3b6a0e;
  }
  .topft-links-item .img {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-color: #233e94;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .topft-links-item.topitem01 .img:before {
    content: '🏠';
  }
  .topft-links-item.topitem02 .img:before {
    content: '❓';
  }
  .topft-links-item.topitem03 .img:before {
    content: '🏢';
  }
  .topft-links-item .txt {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
  }
  .topft-links-item:hover .txt {
    color: #3b6a0e;
  }
}
@media screen and (min-width: 737px) {
  header {
    width: 100%;
    height: 77px;
    border-top: 5px solid #36c;
  }
  .headerInner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .headerLogo {
    position: absolute;
    width: 357px;
    height: 86px;
    padding: 23px 0 0 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 16px rgba(29, 58, 142, 0.35);
    text-align: center;
  }
  .headerLogo img {
    width: auto;
    height: 40px;
    margin: 0 auto;
    display: block;
  }
  .headerInqWpr {
    display: flex;
    justify-content: flex-end;
    width: 825px;
    height: 72px;
    margin: 0 0 0 auto;
    padding: 15px 0 0 0;
  }
  .headerBaloon {
    position: relative;
    width: 109px;
    height: 41px;
    margin: 1px 0 0 0;
    padding: 5px 0;
    border-radius: 2px;
    background-color: #8a8482;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
  }
  .headerBaloon::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 10px;
    border-color: transparent transparent transparent #8a8482;
  }
  .headerTelWpr {
    display: flex;
    justify-content: space-between;
    width: 295px;
    height: 30px;
    margin: 0 0 0 15px;
    padding: 7px 0 0 0;
  }
  .freeDial {
    width: 44px;
    height: 29px;
  }
  .freeDial img {
    width: 100%;
    height: auto;
  }
  .headerTelNum {
    width: 235px;
  }
  .headerTelNum img {
    width: 100%;
    height: auto;
  }
  .headerLine {
    position: relative;
    width: 163px;
    height: 67px;
  }
  .headerLine img {
    position: absolute;
    display: block;
    top: -15px;
    right: -7px;
    width: 163px;
    height: 67px;
  }
  .headerSim {
    position: relative;
    width: 231px;
    height: 69px;
  }
  .headerSim img {
    position: absolute;
    display: block;
    top: -15px;
    right: 0;
    width: 231px;
    height: 69px;
  }
  .fvWpr {
    width: 100%;
    height: 620px;
    background-image: url(../img_top/shutter-repair-main-visual-background.webp);
    background-size: cover;
  }
  .fv {
    position: relative;
    width: 980px;
    height: 620px;
    margin: 0 auto;
  }
  .brokenShutter {
    position: absolute;
    top: 17px;
    left: 462px;
    width: 180px;
    height: 181px;
    z-index: 10;
  }
  .brokenShutter img {
    width: 100%;
    height: auto;
  }
  .fvMainCatch {
    position: absolute;
    top: 33px;
    left: 3px;
    width: 595px;
    height: 350px;
    z-index: 15;
  }
  .fvMainCatch img {
    width: 100%;
    height: auto;
  }
  .fvStaff {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 406px;
    height: 560px;
    z-index: 20;
  }
  .fvStaff img {
    width: 100%;
    height: auto;
  }
  .authorized {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 357px;
    height: 98px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
  }
  .whiteSlash {
    display: flex;
    width: 357px;
    height: 98px;
    padding: 21px 19px 13px 19px;
    background-image: url(../img_top/decorative-white-slash.webp);
  }
  .authorizedTitle {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 268px;
    height: 30px;
    border-radius: 15px;
    background-color: #ff7676;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 29px;
  }
  .finger {
    padding: 7px 20px 0 0;
  }
  .achieve {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    width: 415px;
    height: 203px;
  }
  .achieve img {
    width: 100%;
    height: auto;
  }
  .ribonWpr {
    width: 100%;
    border-top: 4px solid #112f82;
    background-image: url(../img_top/ribbon-background.webp);
  }
  .ribon {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 970px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .makerWpr {
    position: relative;
    width: 515px;
    min-height: 104px;
    padding: 26px 15px 12px 15px;
    border: 1px solid #96a3c8;
    border-radius: 7px;
  }
  .makerTitle {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translatex(-50%);
    display: inline-block;
    width: auto;
    padding: 0 20px;
    height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    background-color: #233e8b;
    text-align: center;
    white-space: nowrap;
  }
  .makerBanner {
    height: 32px;
  }
  .makerBanner img {
    width: auto;
    height: 100%;
  }
  .makerBannerWpr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .makerNotice {
    font-size: 15px;
    text-align: center;
    color: #fff;
  }
  .ribonTelWpr {
    display: block;
    width: 428px;
    height: 104px;
    background-color: #fff;
    border-radius: 4px;
  }
  .ribonTelTitle {
    width: 100%;
    height: 37px;
    background-color: #e2e2e2;
    font-size: 18px;
    font-weight: 900;
    color: #303030;
    line-height: 35px;
    text-align: center;
  }
  .ribonTelBody {
    display: flex;
    justify-content: center;
    padding: 15px 0 0 0;
  }
  .ribonTelFD {
    margin: 0 8px 0 0;
    width: 59px;
    height: 38px;
  }
  .ribonTelFD img {
    width: 100%;
    height: auto;
  }
  .medals {
    position: absolute;
    top: -220px;
    right: -20px;
    width: 577px;
    height: 205px;
    z-index: 20;
  }
  .medals img {
    width: 100%;
    height: auto;
  }
  .avaWpr {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 22px 0 28px 0;
    background-color: #f1f1f1;
  }
  .avaInner {
    width: 710px;
    margin: 0 auto;
  }
  .avaTitle {
    text-align: center;
    margin: 0 0 14px 0;
  }
  .avaLeed {
    position: relative;
    width: 420px;
    margin: 0 auto 22px auto;
    font-size: 17px;
    color: #202020;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
  }
  .avaLeed span {
    color: #ff6c6c;
    font-weight: 700;
  }
  .avaLeed::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: -25px;
    width: 2px;
    height: 50px;
    background-color: #303030;
    transform: skewx(25deg);
  }
  .avaLeed::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: -25px;
    width: 2px;
    height: 50px;
    background-color: #303030;
    transform: skewx(-25deg);
  }
  .ava {
    display: flex;
    justify-content: center;
    width: 710px;
    height: 74px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) inset;
  }
  .avaClock {
    padding: 16px 0 0 0;
  }
  .avaIcom {
    padding: 10px 0 0 0;
  }
  .avaTime {
    margin: 0 0 0 8px;
    font-size: 25px;
    font-weight: 900;
    color: #202020;
    line-height: 74px;
  }
  .avaTime span {
    color: #ff7676;
  }
  .paymentWpr {
    width: 710px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .paymentTitleWpr {
    position: relative;
    width: 100%;
    margin: 0 auto 25px auto;
    height: 42px;
    border-radius: 3px;
    background: linear-gradient(to left, #3c569c 0%, #4e67aa 50%, #3c569c 100%);
    overflow: hidden;
  }
  .yen {
    position: absolute;
    bottom: 0;
    left: 35px;
  }
  .yen img {
    display: block;
  }
  .paymentTitle {
    width: 100%;
    padding: 0 0 0 3rem;
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
  }
  .paymentTitle span {
    color: #f7ee05;
    font-weight: 700;
  }
  .paywayWpr {
    width: 100%;
  }
  .paywayIconWpr {
    display: flex;
    justify-content: space-between;
  }
  .paywayIcon:nth-child(7) {
    padding: 0 15px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }
  .paywayCaptWpr {
    display: flex;
    justify-content: space-between;
  }
  .paywayCaptWpr div {
    font-size: 13px;
    color: #203c89;
  }
  .paywayCapt_cr {
    width: 535px;
  }
  .paywayCapt_bk {
    width: 104px;
  }
  .paywayCapt_np {
    width: 71px;
  }
  .covidWpr {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 40px auto;
    padding: 37px 35px;
    border: 1px solid #c5c5c5;
  }
  .covidTitle {
    position: relative;
    width: 245px;
  }
  .covidCircle {
    position: absolute;
    left: 27px;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    background-color: #daf0f0;
    z-index: 100;
  }
  .covidTitleUpr {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    z-index: 110;
    text-align: center;
    border-bottom: 1px dotted #202020;
  }
  .covidTitleLwr {
    position: absolute;
    top: 93px;
    width: 100%;
    padding: 0 0 8px 0;
    font-size: 30px;
    font-weight: 900;
    z-index: 110;
    text-align: center;
    color: #203c8a;
  }
  .covidBodyWpr {
    width: 605px;
    padding: 5px 0 0 0;
  }
  .covidBody {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #202020;
  }
  .covidBodyWpr ul {
    padding: 0 0 0 15px;
    list-style-type: disc;
  }
  .covidBodyWpr ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #202020;
  }
  .troubleWpr {
    width: 100%;
    margin: 0 0 35px 0;
    padding: 0 0 60px 0;
    background-image: url(../img_top/shutter-trouble-types-background.webp);
    background-size: contain;
  }
  .trouble {
    position: relative;
    width: 710px;
    margin: 0 auto;
    padding: 215px 0 0 0;
  }
  .troubleTitle {
    position: absolute;
    top: 0;
    left: -90px;
    width: 793px;
    height: 215px;
  }
  ul.troubleList {
    display: block;
    width: 710px;
    margin: 0 auto;
  }
  ul.troubleList li {
    display: block;
    width: 710px;
    height: 72px;
    margin: 0 0 13px 0;
    padding: 0 0 0 30px;
    background-color: #243f96;
    border-radius: 2px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    font-size: 25px;
    line-height: 69px;
    font-weight: 700;
    color: #fff;
    background-image: url(../img_top/repair-tool-spanner-icon.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  ul.troubleList li:nth-child(2n) {
    background-color: #889bd1;
  }
  ul.troubleList li i {
    margin: 0 20px 0 0;
    color: #f6ff00;
  }
  .panel {
    width: 705px;
    margin: 0 auto 95px auto;
  }
  .panelUpr {
    position: relative;
    width: 100%;
    height: 135px;
  }
  .panelSlash {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 168px;
    height: 135px;
    background: linear-gradient(to bottom, #fff 0%, #e0e5f3 100%);
    transform: skewx(-15deg);
    z-index: 200;
  }
  .panelStuff {
    position: absolute;
    width: 151px;
    height: 135px;
  }
  .panelLeed {
    padding: 40px 0 0 0;
    position: relative;
    font-size: 30px;
    font-weight: 900;
    color: #202020;
    font-style: oblique;
    line-height: 41px;
    text-align: right;
    z-index: 210;
    text-shadow: 3px 3px 3px #fff;
  }
  .panelLeed span {
    margin: 0 4px;
    color: #37b51f;
  }
  .panelBodyWpr {
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 0 0 15px 0;
    background-image: url(../img_top/ribbon-background.webp);
    border-radius: 3px;
    overflow: hidden;
  }
  .simBanner {
    display: block;
    transition: 0.2s;
  }
  .simBanner img:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .panelHeader {
    width: 95%;
    height: 56px;
    margin: 0 auto 18px auto;
    border-bottom: 2px dotted #fff;
  }
  .panelTelHeaderAori {
    position: relative;
    width: 340px;
    height: 54px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    text-align: center;
  }
  .panelTelHeaderAori::before {
    position: absolute;
    display: block;
    content: '';
    top: 8px;
    left: -15px;
    width: 3px;
    height: 34px;
    background-color: #fff;
    transform: skewx(25deg);
  }
  .panelTelHeaderAori::after {
    position: absolute;
    display: block;
    content: '';
    top: 8px;
    right: -15px;
    width: 3px;
    height: 34px;
    background-color: #fff;
    transform: skewx(-25deg);
  }
  .panelBody {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }
  .panelFetures {
    position: relative;
    width: 250px;
  }
  .panelFeture {
    position: absolute;
    width: 195px;
    height: 31px;
    margin: 0 0 6px 0;
    transform: skewx(-25deg);
    background-color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    color: #202020;
    line-height: 30px;
  }
  .panelFeture p {
    width: 195px;
    transform: skewx(15deg);
    text-align: center;
  }
  .panelFeture:first-child {
    top: 0;
    left: 35px;
    background-color: #ffed00;
  }
  .panelFeture:nth-child(2) {
    top: 37px;
    left: 20px;
    background-color: #ffc500;
  }
  .panelFeture:last-child {
    top: 74px;
    left: 5px;
    background-color: #ff9e00;
  }
  .panelTelWpr {
    display: block;
    width: 425px;
    height: 105px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
  }
  .panelTelHeader {
    width: 100%;
    height: 37px;
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    line-height: 35px;
    text-align: center;
    background-color: #e2e2e2;
  }
  .panelTel {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
  }
  .panelTelFD {
    margin: 0 10px 0 0;
    width: 59px;
    height: 38px;
  }
  .panelTelFD img {
    width: 100%;
    height: auto;
  }
  .panelTelNum {
    height: 38px;
  }
  .panelTelNum img {
    width: auto;
    height: 100%;
  }
  .features {
    width: 960px;
    margin: 0 auto;
  }
  .featuresTitle {
    text-align: center;
    margin: 0 0 70px 0;
  }
  .featuresUnitWpr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 100px 0;
  }
  .featuresUnit {
    position: relative;
    width: 310px;
    height: 438px;
    padding: 23px 0 0 0;
    background: linear-gradient(to right, #758bc7 0%, #243f96 100%);
    border-radius: 5px;
  }
  .featuresUnitNum {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 53px;
    height: 53px;
    border-radius: 27px;
    background: linear-gradient(
      to right,
      #3a53a1 0%,
      #3a53a1 50%,
      #243f96 50%,
      #243f96 100%
    );
    border: 3px solid #fff;
    transform: rotate(45deg);
  }
  .featuresUnitNum p {
    width: 53px;
    height: 53px;
    padding: 0 3px 0 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 47px;
    font-family: Arial;
    font-style: oblique;
    text-align: center;
    transform: rotate(-45deg);
  }
  .featuresUnitTitle {
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 49px;
    text-align: center;
  }
  .featuresUnitImg {
    width: 100%;
    height: 120px;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    border-left: 3px solid #758bc6;
    border-right: 3px solid #243f96;
  }
  .featuresUnitBody {
    width: 100%;
    height: 245px;
    background-color: #fff;
    border-left: 3px solid #758bc6;
    border-right: 3px solid #243f96;
    border-bottom: 3px solid #536ab4;
  }
  .featuresUnitBody p {
    width: 265px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 15px;
    line-height: 23px;
    border-top: 1px dotted #666;
  }
  .featuresUnitBody p span.sml {
    width: 90%;
    margin: 0 auto;
    border-top: 0 dotted #777;
    padding: 8px 0;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #202020;
  }
  .featuresUnitBody p span {
    font-weight: 700;
    color: #ff6c6c;
  }
  .case {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
  .caseTitle {
    width: 580px;
    margin: 0 auto 55px auto;
  }
  .caseUnit {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 0 35px 0;
    background-color: #ecf7f7;
  }
  .caseUnitTitleWpr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 59px;
    margin: 0 0 35px 0;
    background-color: #7ac5f6;
    overflow: hidden;
  }
  .caseNum {
    width: 185px;
    height: 59px;
    font-size: 24px;
    font-family: Arial;
    color: #fff;
    line-height: 57px;
    text-align: center;
  }
  .caseNumSlash {
    width: 1px;
    height: 59px;
    background-color: #fff;
    transform: skewx(-25deg);
  }
  .caseUnitTitle {
    width: 775px;
    height: 59px;
    padding: 0 0 0 30px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 57px;
  }
  .caseImagesWpr {
    display: flex;
    justify-content: space-between;
    width: 902px;
    margin: 0 auto;
  }
  .caseImgWpr {
    position: relative;
    width: 434px;
    height: 327px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .caseImgWpr img {
    display: block;
    width: 100%;
    height: auto;
  }
  .caseArrow {
    width: 34px;
    padding: 0 0 0 7px;
    font-size: 40px;
    color: #3fa8ed;
    text-align: left;
    line-height: 320px;
  }
  .before {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    border: 4px solid #ffde00;
    background-color: #f6ff00;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 900;
    line-height: 70px;
    text-align: center;
  }
  .after {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    border: 4px solid #cc0606;
    background-color: #e60000;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 70px;
    text-align: center;
  }
  .autoWpr {
    width: 100%;
    padding: 50px 0 0 0;
    border-top: 1px dotted #666;
  }
  .autoTitle {
    width: 100%;
    height: 56px;
    margin: 0 auto 25px auto;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 55px;
    text-align: center;
    background-color: #243f96;
  }
  .autoLeed {
    margin: 0 0 25px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .autoImgWpr {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 25px auto;
  }
  .autoImg {
    width: 315px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .autoImg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .autoBody {
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #666;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }
  .stepWpr {
    width: 100%;
    padding: 70px 0 75px 0;
    border-bottom: 7px solid #fff;
    background-color: #f0f5eb;
  }
  .step {
    width: 960px;
    margin: 0 auto;
  }
  .stepTitle {
    margin: 0 0 60px 0;
    text-align: center;
  }
  .stepUnit {
    display: flex;
    justify-content: space-between;
    width: 800px;
    height: 120px;
    margin: 0 auto;
  }
  .stepUnitImage {
    width: 120px;
    height: 120px;
  }
  .stepUnitImage img {
    width: 100%;
    height: auto;
  }
  .stepUnitBody {
    width: 680px;
    background-color: #fff;
  }
  .stepUnitTitleWpr {
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
  }
  .stepUnitTitle {
    position: relative;
    height: 45px;
    padding: 0 0 0 15px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    background-color: #3b6a0e;
    z-index: 300;
  }
  .stepUnitSkew {
    position: absolute;
    top: 0;
    right: -30px;
    width: 150px;
    height: 45px;
    background-color: #659338;
    transform: skewx(25deg);
    z-index: 310;
  }
  .stepUnitTxt {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    line-height: 26px;
  }
  .belowArrow {
    width: 100%;
    height: 40px;
    font-size: 22px;
    color: #3b6a0e;
    text-align: center;
    line-height: 38px;
  }
  .qaWpr {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 50px 0;
    background-color: #f4f3e8;
  }
  .qa {
    width: 745px;
    margin: 0 auto;
  }
  .qaTitle {
    width: 365px;
    margin: 0 auto 60px auto;
  }
  .qaTitleUpr {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .qaTitleLwr {
    font-size: 52px;
    font-weight: 900;
    color: #243f96;
    text-align: center;
  }
  .qaUnit {
    width: 745px;
    margin: 0 0 20px 0;
    padding: 27px;
    background-color: #fff;
  }
  .qWpr {
    display: flex;
    justify-content: start;
  }
  .qIcon {
    width: 39px;
    height: 39px;
    background-color: #243f96;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    font-family: Arial;
    text-align: center;
  }
  .qBody {
    width: 652px;
    height: 39px;
    margin: 0 0 22px 0;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #243f96;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    color: #243f96;
    text-align: left;
  }
  .aWpr {
    display: flex;
    justify-content: start;
  }
  .aIcon {
    width: 39px;
    height: 39px;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #659338;
    font-family: Arial;
    text-align: center;
  }
  .aBody {
    width: 652px;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #659338;
    text-align: left;
  }
  .comInfoWpr {
    width: 745px;
    margin: 0 auto;
    padding: 0 0 95px 0;
  }
  .comInfoTitle {
    position: relative;
    width: 745px;
    height: 139px;
    margin: 0 0 50px 0;
    overflow: hidden;
  }
  .comInfoImg {
    position: relative;
    width: 360px;
    height: 139px;
    margin: 0 0 0 auto;
    z-index: 500;
  }
  .comInfoImg img {
    width: 360px;
    height: auto;
  }
  .skewbox {
    position: absolute;
    width: 500px;
    height: 139px;
    padding: 50px 0 0 100px;
    left: -80px;
    background-color: #233e94;
    transform: skewx(-20deg);
    z-index: 510;
  }
  .comInfoUpr {
    margin: 0 0 5px 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    transform: skewx(20deg);
  }
  .comInfoLwr {
    padding: 0 0 0 10px;
    font-size: 11px;
    font-weight: 400;
    color: #faa;
    transform: skewx(20deg);
    letter-spacing: 0.11rem;
  }
  table.comInfo {
    width: 745px;
    margin: 0 auto 40px auto;
  }
  table.comInfo tr {
    width: 100%;
    border-top: 1px dotted #ccc;
  }
  table.comInfo tr:last-child {
    border-bottom: 1px dotted #ccc;
  }
  table.comInfo tr td {
    padding: 14px 0;
  }
  table.comInfo tr td:first-child {
    width: 140px;
  }
  table.comInfo tr td p {
    padding: 0 0 0 15px;
    border-left: 5px solid #243f96;
    font-weight: 700;
    color: #243f96;
  }
  .allianceWpr {
    display: flex;
    justify-content: space-between;
    width: 745px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #3ab828;
    border-radius: 3px;
    overflow: hidden;
  }
  .allianceTitle {
    width: 200px;
    height: 50px;
    background-color: #3ab828;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 46px;
  }
  .allianceBody {
    width: 545px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    text-align: center;
    line-height: 46px;
  }
  .bannerWpr {
    width: 710px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    transition: 0.2s;
  }
  .bannerWpr:hover {
    transition: 0.2s;
    opacity: 0.9;
  }
  .priceTitle {
    width: 960px;
    height: 56px;
    margin: 0 auto 25px auto;
    background-image: url(../img_top/shutter-repair-price-title-background.webp);
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 54px;
    text-align: center;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
  .priceLeed {
    margin: 0 auto 45px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #202020;
  }
  .priceUnitWpr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .priceUnit {
    width: 460px;
    margin: 0 auto 20px auto;
  }
  .priceUnit img {
    width: 100%;
    height: auto;
  }
  footer {
    height: 100px;
    padding: 25px 0;
    border-top: 4px solid #36c;
    text-align: center;
  }
  footer img {
    display: block;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  .globalNav {
    position: absolute;
    left: auto;
    right: 20px;
    top: 18px;
  }
  .globalNav.belowInq {
    top: 66px;
    right: 20px;
  }
  .caseImg {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }
  .caseImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .caseSliderContainer {
    width: 100%;
    position: relative;
  }
  .caseSliderNav {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto 30px auto;
  }
  .caseSliderPrev,
  .caseSliderNext {
    padding: 12px 24px;
    border: 2px solid #243f96;
    background-color: #fff;
    color: #243f96;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .caseSliderPrev:hover,
  .caseSliderNext:hover {
    background-color: #243f96;
    color: #fff;
  }
  .caseSliderPrev:disabled,
  .caseSliderNext:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .caseSlider {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
    min-height: 800px; /* Prevent layout shift during loading */
  }
  .caseSliderTrack {
    display: flex;
    width: 600%;
    transition: transform 0.5s ease;
  }
  .caseSlide {
    width: 16.666%;
    flex-shrink: 0;
  }
  .caseUnitMeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 902px;
    margin: 0 auto 25px auto;
    padding: 12px 0;
  }
  .caseDate {
    font-size: 14px;
    font-weight: 700;
    color: #666;
  }
  .caseTags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .caseTag {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #7ac5f6;
    border-radius: 4px;
  }
  .caseDetailBtn {
    display: block;
    width: 200px;
    margin: 25px auto 0 auto;
    padding: 15px;
    background-color: #243f96;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }
  .caseDetailBtn:hover {
    background-color: #1a2d73;
  }
  .casePagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 0 40px 0;
  }
  .casePaginationDot {
    width: 50px;
    height: 50px;
    border: 3px solid #243f96;
    background-color: #fff;
    color: #243f96;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .casePaginationDot:hover,
  .casePaginationDot.active {
    background-color: #243f96;
    color: #fff;
  }
  .caseViewAll {
    text-align: center;
    margin: 0 0 40px 0;
  }
  .caseViewAllBtn {
    display: inline-block;
    padding: 18px 36px;
    background-color: #659338;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }
  .caseViewAllBtn:hover {
    background-color: #556b2e;
  }
  .inner1100.wrap20 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
  }
  .txt-area .section-title {
    text-align: center;
    margin-bottom: 60px;
  }
  .section-title h3.jp.s {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }
  .section-title p.en {
    font-size: 20px;
    color: #888;
    font-family: 'Arial', sans-serif;
    letter-spacing: 3px;
  }
  .flow-detail-area {
    background-color: #fff;
  }
  .flow-detail-area .inner.cmn-fadeup {
    max-width: 1200px;
    margin: 0 auto;
  }
  .flow ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .flow .step {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    min-height: 400px;
  }
  .flow .step:hover {
    transform: translatey(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }
  .flow .step-header {
    margin-bottom: 25px;
  }
  .flow .step-header .num {
    background: linear-gradient(135deg, #3b6a0e, #659338);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(59, 106, 14, 0.3);
  }
  .flow .step-header .num span {
    font-size: 20px;
    margin-left: 8px;
  }
  .flow .step img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .flow .step h4.subttl {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.3;
  }
  .flow .step .top-descript {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.5;
  }
  .about-area {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
  }
  .about-area .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .about-area .txt-area {
    text-align: center;
    margin-bottom: 50px;
  }
  .about-area .featuresTitle {
    margin-bottom: 40px;
  }
  .about-area .featuresTitle img {
    max-width: 100%;
    height: auto;
  }
  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .feature-list li {
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
    position: relative;
    min-height: 320px;
    background: #fff;
    border: 3px solid #233e94;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(35, 62, 148, 0.15);
  }
  .feature-list li:last-child {
    margin-bottom: 0;
  }
  .feature-list .l-img {
    flex-direction: row;
  }
  .feature-list .r-img {
    flex-direction: row-reverse;
  }
  .feature-list .l-img .num {
    position: absolute;
    top: 45px;
    left: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3f6f 100%);
    padding: 12px 24px;
    border-radius: 25px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
    letter-spacing: 1px;
  }
  .feature-list .r-img .num {
    position: absolute;
    top: 45px;
    right: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3f6f 100%);
    padding: 12px 24px;
    border-radius: 25px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
    letter-spacing: 1px;
  }
  .feature-list .num span {
    font-size: 18px;
    margin-left: 8px;
    font-weight: 900;
  }
  .feature-list .img {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }
  .feature-list .l-img .img {
    margin-right: 30px;
  }
  .feature-list .r-img .img {
    margin-left: 30px;
  }
  .feature-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .feature-list .img:hover img {
    transform: scale(1.05);
  }
  .feature-list .txt-block {
    flex: 1;
    padding: 30px 25px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    box-shadow: none;
  }
  .feature-list .sub-catch {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 500;
  }
  .feature-list .list-title {
    font-size: 28px;
    font-weight: 900;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.3;
  }
  .feature-list .list-title span {
    color: #e74c3c;
    font-size: 40px;
    font-weight: 900;
  }
  .feature-list .list-title .l {
    color: #27ae60;
    font-size: 28px;
    font-weight: 700;
  }
  .feature-list .list-title .orange {
    color: #e67e22;
    font-weight: 700;
  }
  .feature-list .basic-txt {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
  }
  .topft-links {
    background-color: #f8f9fa;
    padding: 50px 0;
    border-top: 1px solid #e0e0e0;
  }
  .topft-links-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .topft-links-item {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .topft-links-item:hover {
    transform: translatey(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    border-color: #3b6a0e;
  }
  .topft-links-item .img {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #233e94;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .topft-links-item.topitem01 .img:before {
    content: '🏠';
  }
  .topft-links-item.topitem02 .img:before {
    content: '❓';
  }
  .topft-links-item.topitem03 .img:before {
    content: '🏢';
  }
  .topft-links-item .txt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
  }
  .topft-links-item:hover .txt {
    color: #3b6a0e;
  }
  .globalNav ul {
    display: flex;
    gap: 28px;
  }
  .globalNav a {
    font-size: 14px;
    font-weight: 700;
    color: #173873;
    position: relative;
  }
  .globalNav a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #173873;
    transition: 0.25s;
  }
  .globalNav a:hover:after {
    width: 100%;
  }
}
.service-list {
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.service-item:last-child {
  border-bottom: none;
}
.service-item span {
  font-weight: bold;
  color: #333;
  flex-basis: 30%;
  text-align: left;
}
.service-item a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
  flex-basis: 70%;
  text-align: right;
}
.service-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.work-price-highlight .price-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 10px !important;
  font-size: 0 !important;
  color: transparent !important;
}
.work-price-highlight .price-arrow::after {
  content: '→';
  font-size: 28px;
  font-weight: bold;
  color: #007bff;
}
@media screen and (max-width: 768px) {
  .work-price-highlight .price-comparison {
    gap: 12px;
  }
  .work-price-highlight .price-arrow {
    margin: 12px 0 !important;
    transform: none !important;
  }
  .work-price-highlight .price-arrow::after {
    content: '↓';
  }
  .comparison-section {
    padding: 40px 0;
  }
  .comparison-title h3 {
    font-size: 26px;
  }
  .comparison-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .table-wrapper {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 15px;
  }
  .comparison-table {
    min-width: 800px;
    width: 800px;
  }
  .comparison-table thead th {
    padding: 10px 8px;
    font-size: 14px;
    min-width: 120px;
  }
  .comparison-table thead th:first-child {
    width: 100px;
    min-width: 100px;
  }
  .comparison-table thead th:nth-child(2),
  .comparison-table thead th:nth-child(3),
  .comparison-table thead th:nth-child(4) {
    width: 200px;
    min-width: 200px;
  }
  .comparison-table tbody th {
    padding: 15px 8px;
    font-size: 12px;
    width: 100px;
    min-width: 100px;
  }
  .comparison-table tbody td {
    padding: 15px 8px;
    font-size: 12px;
    width: 200px;
    min-width: 200px;
    line-height: 1.4;
  }
  .comparison-table tbody td .red {
    font-size: 16px;
  }
  .comparison-table tbody td .txt {
    font-size: 11px;
    margin-top: 3px;
  }
  .repair-content {
    padding: 40px 0;
  }
  .repair-content .title {
    font-size: 26px;
  }
  .repair-navigation {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .repair-nav-item {
    width: 90%;
    text-align: center;
    padding: 10px 20px;
  }
  .repair-type {
    margin: 0 15px 40px;
    padding: 20px;
  }
  .repair-type h3 {
    font-size: 24px;
  }
  .price-table table {
    font-size: 14px;
  }
  .price-table table tbody td {
    padding: 10px 8px;
  }
  .detail-header {
    padding: 12px 15px;
    font-size: 14px;
  }
  .detail-content-inner {
    padding: 15px;
  }
  .case-price {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
}
.kyouryoku {
  display: block;
  margin: 30px auto;
  width: fit-content;
  background-color: transparent;
  color: #233e94;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: underline;
  text-decoration-color: #233e94;
  text-underline-offset: 5px;
}
.partner-list {
  max-width: 700px;
  margin: 40px auto;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.list-container {
  padding: 0 20px;
}
.row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.row:last-child {
  border-bottom: none;
}
.col-category,
.col-company {
  padding: 15px 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.col-category {
  font-weight: bold;
  color: #555;
  flex: 0 0 30%;
  border-right: 1px solid #e0e0e0;
  padding-left: 20px;
}
.col-company {
  flex: 0 0 70%;
  padding-left: 20px;
  word-break: break-word;
}
.col-company a {
  color: #0066c0;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.col-company a:hover {
  color: #004d99;
}
.repair-section {
  padding: 60px 0;
  background: #fff;
}
.repair-section .title {
  font-size: 32px;
  font-weight: bold;
  color: #173873;
  text-align: center;
  margin-bottom: 40px;
}
.repair-navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 20px;
}
.repair-nav-item {
  background: #f8f9fa;
  color: #173873;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
}
.repair-nav-item:hover,
.repair-nav-item.active {
  background: #173873;
  color: #fff;
  transform: translatey(-2px);
  box-shadow: 0 4px 12px rgba(23, 56, 115, 0.3);
}
.repair-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.repair-type {
  margin-bottom: 50px;
}
.repair-type h3 {
  font-size: 24px;
  font-weight: bold;
  color: #173873;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #173873;
}
.shutter-info {
  margin-bottom: 30px;
}
.shutter-text {
  width: 100%;
}
.shutter-text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #173873;
  margin-bottom: 15px;
}
.shutter-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.price-table {
  margin-bottom: 30px;
  overflow-x: auto;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.price-table th {
  background: #173873;
  color: #fff;
  padding: 15px 12px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.price-table td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  text-align: center;
}
.price-table tr:hover {
  background: #f8f9fa;
}
.repair-details {
  margin-top: 40px;
}
.detail-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.detail-header {
  background: #f8f9fa;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #173873;
  position: relative;
  transition: background 0.3s ease;
}
.detail-header:hover {
  background: #e9ecef;
}
.detail-header::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.detail-item.active .detail-header::after {
  transform: translatey(-50%) rotate(45deg);
}
.detail-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}
.detail-content-inner {
  padding: 20px;
}
.repair-case {
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-left: 4px solid #173873;
  border-radius: 4px;
}
.repair-case h5 {
  font-size: 16px;
  font-weight: bold;
  color: #173873;
  margin-bottom: 10px;
}
.case-details {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}
.case-price {
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
  text-align: right;
}
html {
  scroll-behavior: smooth;
}
.comparison-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.comparison-title {
  text-align: center;
  margin-bottom: 40px;
}
.comparison-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.comparison-subtitle {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  text-align: center;
}
.table-wrapper {
  overflow-x: auto;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  min-width: 800px;
}
.comparison-table thead th {
  background: #2c5aa0;
  color: #fff;
  padding: 12px 15px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #1e4080;
}
.comparison-table thead th:first-child {
  background: #2c5aa0;
  width: 150px;
}
.comparison-table thead th:nth-child(2) {
  background: #f44336;
  color: #fff;
  position: relative;
}
.comparison-table tbody th {
  background-color: #f5f5f5;
  padding: 20px 15px;
  font-weight: 700;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 150px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.comparison-table tbody td {
  padding: 20px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
  text-align: center;
}
.comparison-table tbody td:nth-child(2) {
  background-color: #fff3f2;
  border-left: 4px solid #f44336;
  font-weight: 600;
  position: relative;
}
.comparison-table tbody td .red {
  color: #f44336;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}
.comparison-table tbody td .txt {
  color: #f44336;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.comparison-table tbody td span:not(.red):not(.txt) {
  color: #666;
  font-weight: 500;
}
.comparison-table tbody tr:hover {
  background-color: #fafafa;
}
.comparison-table tbody tr:hover td:nth-child(2) {
  background-color: #ffebea;
}
.repair-content .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.price-table h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #f1f3f4;
  border-left: 4px solid #36c;
}
.price-table table thead th {
  background: #36c;
  color: #fff;
  padding: 15px;
  font-weight: 700;
  text-align: center;
}
.price-table table tbody td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
}
.price-table table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #333;
}
.price-table table tbody td:last-child {
  font-weight: 700;
  color: #f44336;
}
.price-table table tbody td span {
  font-size: 18px;
  font-weight: 700;
  color: #f44336;
}
.price-table table tbody tr:last-child td {
  border-bottom: none;
}
.repair-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #f1f3f4;
  border-left: 4px solid #f44336;
}
.detail-header:after {
  content: '▼';
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}
.detail-item.active .detail-header:after {
  transform: rotate(180deg);
}
.cf::after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
input.normal {
  width: 175px;
  border: 1px solid #999;
  padding: 2px;
  margin: 0;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
}
input.long {
  width: 240px;
  border: 1px solid #999;
  padding: 2px;
  margin: 0;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
}
input.c2 {
  width: 35px;
  border: 1px solid #999;
  padding: 2px;
  margin: 0;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
}
input.c4 {
  width: 55px;
  border: 1px solid #999;
  padding: 2px;
  margin: 0;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
}
input.radio {
  margin: 0 8px 0 0;
}
#agreeCheckBox {
  float: left;
  width: 15px;
  height: 17px;
  margin-right: 5px;
  border: 2px solid #f90;
  padding: 0 4px 4px 4px;
}
#agreeChecktext {
  float: left;
}
