@charset "utf-8";
@import url('reset.css');
@import url('formParts.css');

* {
  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;
}

@media screen and (max-width: 736px) {
  img {
    width: 100%;
    height: auto;
  }

  header {
    width: 100%;
    height: 72px;
    border-top: 4px solid #3366cc;
  }

  .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;
  }

  /* fv */

  .fvWpr {
    width: 100%;
    background-image: url('../area-assets/shutter-repair-main-visual-background.jpg');
    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, #ffffff 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('../area-assets/decorative-white-slash.png');
  }

  .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;
  }

  /* ribon */

  .ribonWpr {
    width: 100%;
    border-top: 4px solid #112f82;
    background-image: url('../area-assets/ribbon-background.png');
  }

  .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: 100%;
    height: auto;
  }

  .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;
  }

  .makerBanner img {
    width: auto;
    height: 100%;
  }

  .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;
  }

  /* available */

  .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;
  }

  /* payway */

  .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;
  }

  /* covid */

  .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;
  }

  /* trouble */

  .troubleWpr {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    background-image: url('../area-assets/shutter-trouble-types-background.jpg');
    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('../area-assets/repair-tool-spanner-icon.png');
    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 */

  .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('../area-assets/ribbon-background.png');
    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 */

  .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;
    background-color: #fff;
    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 */

  .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 0px;
    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;
  }

  /* step */

  .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;
  }

  /* qa */

  .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: 0px;
    left: 0px;
    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;
  }

  /* company */

  .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: #ffaaaa;
    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 #cccccc;
  }

  table.comInfo tr:last-child {
    border-bottom: 1px dotted #cccccc;
  }

  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;
  }

  /* alliance */

  .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;
  }

  /* banner */

  .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('../area-assets/shutter-repair-price-title-background.png');
    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 */

  footer {
    height: 100px;
    padding: 20px 0 148px 0;
    border-top: 4px solid #3366cc;
    text-align: center;
  }

  footer img {
    width: 280px;
  }

  .fixHeader {
    position: fixed;
    width: 100%;
    height: 88px;
    margin: 0 auto;
    padding: 7px;
    bottom: -2px;
    left: 0;
    right: 0;
    background-image: url('../area-assets/floating-banner-background.png');
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 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: #ff6600;
    color: #ffff00;
    text-align: center;
  }

  .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: #ffff00;
  }

  .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;
  }
}

@media screen and (min-width: 737px) {
  /* header */

  header {
    width: 100%;
    height: 77px;
    border-top: 5px solid #3366cc;
  }

  .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;
  }

  .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;
  }

  /* fv */

  .fvWpr {
    width: 100%;
    height: 620px;
    background-image: url('../area-assets/shutter-repair-main-visual-background.jpg');
    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;
  }

  .fvMainCatch {
    position: absolute;
    top: 33px;
    left: 3px;
    width: 595px;
    height: 350px;
    z-index: 15;
  }

  .fvStaff {
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 406px;
    height: 560px;
    z-index: 20;
  }

  .authorized {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 357px;
    height: 98px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ffffff 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('../area-assets/decorative-white-slash.png');
  }

  .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;
  }

  /* ribon */

  .ribonWpr {
    width: 100%;
    border-top: 4px solid #112f82;
    background-image: url('../area-assets/ribbon-background.png');
  }

  .ribon {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 970px;
    margin: 0 auto;
    padding: 25px 0;
  }

  .makerWpr {
    position: relative;
    width: 515px;
    height: 104px;
    padding: 26px 15px 0 15px;
    border: 1px solid #96a3c8;
    border-radius: 7px;
  }

  .makerTitle {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 200px;
    height: 30px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    background-color: #233e8b;
    text-align: center;
  }

  .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;
  }

  /* available */

  .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;
  }

  /* payway */

  .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;
  }

  /* covid */

  .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;
  }

  /* trouble */

  .troubleWpr {
    width: 100%;
    margin: 0 0 35px 0;
    padding: 0 0 60px 0;
    background-image: url('../area-assets/shutter-trouble-types-background.jpg');
    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('../area-assets/repair-tool-spanner-icon.png');
    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 */

  .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('../area-assets/ribbon-background.png');
    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 */

  .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;
    background-color: #fff;
    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: 0px 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 */

  .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;
  }

  /* step */

  .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;
  }

  /* qa */

  .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;
  }

  /* company */

  .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: #ffaaaa;
    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 #cccccc;
  }

  table.comInfo tr:last-child {
    border-bottom: 1px dotted #cccccc;
  }

  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;
  }

  /* alliance */

  .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;
  }

  /* banner */

  .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('../area-assets/shutter-repair-price-title-background.png');
    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 */

  footer {
    height: 100px;
    padding: 25px 0;
    border-top: 4px solid #3366cc;
    text-align: center;
  }

  .sp {
    display: none;
  }
}
