

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-image-gallery1:before {
    content: "\e927"
}

.icon-magnifying-glass:before {
    content: "\e926"
}

.icon-phone-call:before {
    content: "\e900"
}

.icon-location:before {
    content: "\e901"
}

.icon-wallpaper:before {
    content: "\e902"
}

.icon-high-quality:before {
    content: "\e903"
}

.icon-wallpaper-1:before {
    content: "\e904"
}

.icon-mind:before {
    content: "\e905"
}

.icon-wallpaper-2:before {
    content: "\e906"
}

.icon-best-price:before {
    content: "\e907"
}

.icon-wallpaper-3:before {
    content: "\e908"
}

.icon-paint:before {
    content: "\e909"
}

.icon-wallpaper-4:before {
    content: "\e90a"
}

.icon-image-gallery:before {
    content: "\e90b"
}

.icon-wallpaper-5:before {
    content: "\e90c"
}

.icon-quotation:before {
    content: "\e90d"
}

.icon-like:before {
    content: "\e90e"
}

.icon-bathroom:before {
    content: "\e90f"
}

.icon-expert:before {
    content: "\e910"
}

.icon-list:before {
    content: "\e911"
}

.icon-experts:before {
    content: "\e912"
}

.icon-wallpaper-6:before {
    content: "\e913"
}

.icon-email:before {
    content: "\e914"
}

.icon-pin:before {
    content: "\e915"
}

.icon-checked:before {
    content: "\e916"
}

.icon-house:before {
    content: "\e917"
}

.icon-handshake:before {
    content: "\e918"
}

.icon-apartment:before {
    content: "\e919"
}

.icon-good-review:before {
    content: "\e91a"
}

.icon-award:before {
    content: "\e91b"
}

.icon-paint-palette:before {
    content: "\e91c"
}

.icon-confirmation:before {
    content: "\e91d"
}

.icon-plus-symbol:before {
    content: "\e91e"
}

.icon-furnitures:before {
    content: "\e91f"
}

.icon-wallpaper-7:before {
    content: "\e920"
}

.icon-terrace:before {
    content: "\e921"
}

.icon-long-paper-roll:before {
    content: "\e922"
}

.icon-wallpaper-8:before {
    content: "\e923"
}

.icon-message:before {
    content: "\e924"
}

.icon-programmer:before {
    content: "\e925"
}

main {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  
  main * {
    margin: 0;
    padding: 0;
  }
  
  main a {
    color: #0142a8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  main img {
    width: 100%;
    display: block;
  }
  
  main a img {
    border: none;
  }
  
  main a:hover {
    opacity: 0.4;
    text-decoration: none;
  }
  
  main .clearfix {
    display: block;
  }
  
  main .clearfix:before,
  main .clearfix:after {
    content: " ";
    display: table;
  }
  
  main .clearfix:after {
    clear: both;
  }
  
  main ul,
  main ol,
  main li {
    list-style-type: none;
  }
  
  main ul,
  main ol,
  main li {
    list-style-type: none;
  }
  
  main dl,
  main ol,
  main ul,
  main p {
    margin-bottom: 0;
  }
  
  main h1,
  main h2,
  main h3,
  main h4 {
    margin-bottom: 0;
    padding: 0;
  }
  
  /* pc */
  @media screen and (min-width: 768px) {
    .sp-view {
      display: none;
    }
  
    .header {
      width: 100%;
      background-color: #fff;
      position: fixed;
      height: 110px;
      z-index: 4;
    }
  
    .header .header-inner {
      max-width: 1080px;
      margin: 0 auto;
    }
  
    main {
      display: block;
      /* padding-top: 205px; */
      padding-top: 50px;
    }
  
    /* footer {
      margin-top: 75px;
      margin-top: 53px; }  */
  }
  
  @media all and (-ms-high-contrast: none) {
    .wrapper {
      position: relative;
      overflow: hidden;
    }
  }
  
  @media screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .wrapper {
      min-width: 1280px;
    }
  }
  
  @media screen and (max-width: 1080px) and (-ms-high-contrast: none) {
    .wrapper {
      min-width: 1080px;
    }
  }
  
  @media screen and (max-width: 767px) and (-ms-high-contrast: none) {
    .wrapper {
      min-width: auto;
    }
  }
  
  /* sp */
  @media screen and (max-width: 767px) {
    .pc-view {
      display: none;
    }
  
    main {
      /* padding-top: 53px; */
    }
  
    #contents {
      margin: 0;
    }
  
    header,
    footer {
      width: 100%;
    }
  
    header {
      padding-bottom: 0;
    }
  
    /* footer {
      margin-top: 40px;
      margin-top: 28px; } */
  }
  
  /*****************************
   2Column Layout_PC
  *****************************/
  .main-contents {
    max-width: 1080px;
    /* tablet */
    /* sp */
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    .main-contents {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .main-contents {
      width: calc(100% - 20px);
    }
  }
  
  .main-contents>.contents {
    max-width: 775px;
    margin-right: 4.1%;
    width: 71.76%;
  }
  
  .main-contents>.contents .h-02-01 .rows .cols {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  
  .main-contents>.sidebar {
    max-width: 260px;
    width: 24.08%;
  }
  
  /*****************************
   【Parts list】Common_PC
  *****************************/
  #breadCrumb {
    position: absolute;
    top: 164px;
    left: 50%;
    max-width: 1200px;
    /* tablet */
    /* sp */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding-top: 0;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 1200px) and (min-width: 768px) {
    #breadCrumb {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media screen and (max-width: 767px) {
    #breadCrumb {
      width: calc(100% - 20px);
      margin-bottom: 30px;
    }
  }
  
  /*****************************
   【Parts list】Head line_PC
  *****************************/
  
  h3.headline {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
  }
  
  h4.headline {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
  }
  
  .l-01-01 {
    width: 100%;
    height: 298px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .l-01-01 h1.headline {
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 53px;
    font-weight: bold;
    color: #fff;
  }
  
  .l-01-01 h1 {
    width: 1080px;
    min-width: 430px;
    margin: 0 auto;
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 42px;
    font-weight: bold;
    color: #0142a8;
  }
  
  .a-02-01 {
    position: relative;
    padding-left: 48px;
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 43px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
  }
  
  .a-02-01:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 18px;
    display: inline-block;
    width: 5px;
    height: 50px;
    background-color: #0142a8;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
  }
  
  /*****************************
   【Parts list】Box
  *****************************/
  .e-01-01 {
    background-color: #EEF4FA;
    padding: 30px;
  }
  
  .e-01-01 p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
    margin-top: 15px;
  }
  
  .h-02-01 {
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    letter-spacing: 0px;
  }
  
  .h-02-01 .rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .h-02-01 .rows .cols {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #EEF4FA;
  }
  
  .h-02-01 .rows .cols .inner .elem {
    padding: 30px;
  }
  
  .h-02-01 .rows .cols .inner .elem .heading {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
    word-wrap: break-word;
  }
  
  .h-02-01 .rows .cols .inner .elem p {
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: normal;
    color: #333;
  }
  
  .h-02-01 .rows .cols:hover {
    opacity: .8;
  }
  
  .h-02-01.col2 .rows .cols {
    width: calc(50% - 10px);
  }
  
  .h-02-01.col2 .rows .cols:nth-child(2n) {
    margin-right: 0px;
  }
  
  .h-02-01.col3 .rows .cols {
    width: calc(33.333% - 13.4px);
  }
  
  .h-02-01.col3 .rows .cols:nth-child(3n) {
    margin-right: 0px;
  }
  
  .h-02-01.col5 .rows .cols {
    width: calc(24% - 16px);
  }
  
  .h-02-01.col5 .rows .cols:nth-child(5n) {
    margin-right: 0px;
  }
  
  .h-05-01 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .h-05-01 .inner .column {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  
  .h-05-01 .inner .column .img-caption {
    margin-top: 12px;
  }
  
  .h-05-01.col2 .inner .column {
    width: calc(50% - 8px);
  }
  
  .h-05-01.col2 .inner .column:nth-child(2n) {
    margin-right: 0px;
  }
  
  .g-02-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .g-02-01>* {
    width: calc(50% - 25px);
  }
  
  .g-02-01>.img {
    margin-right: 25px;
  }
  
  .g-02-01>.text {
    width: 48%;
  }
  
  /*****************************
  【Parts list】Button
  *****************************/
  .skewButton:hover {
    opacity: 1;
  }
  
  .basic-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
  }
  
  .basic-btn>a {
    width: 234px;
    height: auto;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 25px;
    font-weight: normal;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
    padding-left: 35px;
    padding-right: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .basic-btn>a:before {
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #0142a8;
    border: 1px solid #0142a8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .basic-btn>a:hover {
    color: #0142a8;
    opacity: 1;
  }
  
  .basic-btn>a:hover:before {
    background-color: #fff;
  }
  
  .basic-btn>a:after {
    content: "";
    background-image: url(/shared/images/basic_btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 32px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
    width: 34px;
    height: 8px;
  }
  
  .basic-btn>a:hover:after {
    background-image: url(/shared/images/basic_btn_arrow_hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .back-btn .basic-btn {
    display: block;
    width: 200px;
    margin: 20px auto;
  }
  
  .back-btn .basic-btn>a {
    width: auto;
    text-align: right;
    padding-left: 80px;
    padding-right: 40px;
  }
  
  .back-btn .basic-btn>a:after {
    background-image: url(/mediacenter/detail/images/back_btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 130px;
  }
  
  .back-btn .basic-btn>a:hover:after {
    background-image: url(/mediacenter/detail/images/back_btn_arrow_hover.svg);
  }
  
  @media screen and (max-width: 767px) {
    .back-btn .basic-btn>a {
      width: 200px;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
    }
  }
  
  
  .contact-us-btn>a {
    width: 160px !important;
  }
  
  .contact-us-btn>a .text {
    padding: 30px 0px 40px 60px !important;
    margin-right: -10px;
  }
  
  .contact-us-btn>a .arrow {
    position: absolute;
    bottom: 22px;
    left: 58px;
  }
  
  .pager {
    margin-top: 45px;
    text-align: center;
  }
  
  .pager>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    margin-right: 15px;
    margin-left: 10px;
  }
  
  .pager>span {
    position: relative;
    width: 23px;
    height: 26px;
    text-align: center;
  }
  
  .pager>span:before {
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #0142a8;
    border: 1px solid #0142a8;
  }
  
  .pager>a {
    color: #333 !important;
  }
  
  .pager>a:hover {
    opacity: .4;
  }
  
  /*****************************
  【Parts list】Icon
  *****************************/
  .get-pdf {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: normal;
    color: #fff !important;
    background-color: #0142a8;
    border: 1px solid #0142a8;
    width: 60px;
    text-align: center;
    display: block;
  }
  
  .get-pdf:hover {
    background-color: #fff;
    color: #0142a8 !important;
    opacity: 1;
  }
  
  .icon-pdf {
    text-decoration: underline;
    position: relative;
  }
  
  .icon-pdf:hover {
    text-decoration: underline;
  }
  
  .icon-pdf:after {
    content: "";
    background-image: url(/shared/images/pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 13px;
    margin-left: 8px;
  }
  
  .tab {
    position: relative;
  }
  
  .tab:after {
    content: "";
    background-image: url(/shared/images/window.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;
    width: 16px;
    height: 13px;
    margin-left: 8px;
  }
  
  /*****************************
  【Parts list】Module
  *****************************/
  .f-01-01 {
    background-color: #EFEFEF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .f-01-01>a {
    position: relative;
    display: block;
    padding: 30px 60px 30px 30px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
    word-wrap: break-word;
  }
  
  .f-01-01>a:after {
    content: "";
    background-image: url(/shared/images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
    width: 15px;
    height: 9px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .f-01-01:hover {
    opacity: 1;
    background-color: #0142a8;
  }
  
  .f-01-01:hover a {
    color: #fff;
    opacity: 1;
  }
  
  .f-01-01:hover a:after {
    background-image: url(/shared/images/arrow_hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .f-01-01>a[target="_blank"]:after {
    background-image: url(/shared/images/window.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 13px;
  }
  
  .f-01-01>a[target="_blank"]:hover:after {
    background-image: url(/shared/images/window_hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .o-01-02 .toggle-btn {
    position: relative;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: bold;
    color: #0142a8;
    padding: 30px 78px 30px 30px;
    background-color: #EEF4FA;
    word-wrap: break-word;
    cursor: pointer;
  }
  
  .o-01-02 .toggle-btn span {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 30px;
  }
  
  .o-01-02 .toggle-btn span:before,
  .o-01-02 .toggle-btn span:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #0142a8;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .o-01-02 .toggle-btn span:after {
    background-color: #0142a8;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .o-01-02 .toggle-btn span.active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: -1px;
  }
  
  .o-01-02 .toggle-contents {
    display: block;
    padding: 20px 0;
  }
  h3.headline {
    margin-top: 25px;
}
  .m-01-01 ul {
    max-width: 1080px;
    /* tablet */
    /* sp */
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    .m-01-01 ul {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-01-01 ul {
      width: calc(100% - 20px);
    }
  }
  
  .m-01-01 ul li {
    width: calc(25%);
    text-align: center;
    border-right: 1px solid #C1C1C1;
  }
  
  .m-01-01 ul li:first-child {
    border-left: 1px solid #C1C1C1;
  }
  
  .m-01-01 ul li a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: bold;
    color: #0142a8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    padding: 3px 0;
  }
  
  .m-01-01 ul li a:hover {
    opacity: 1;
    color: #fff;
    background-color: #0142a8;
  }
  
  .m-01-01 ul li.current a {
    color: #fff;
    background-color: #0142a8;
  }
  
  .grid-anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .grid-anchor>* {
    margin-right: 16px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .grid-anchor>*:nth-child(2n) {
    margin-right: 0px;
  }
  
  .grid-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .grid-box>* {
    margin-right: 16px;
    width: calc(50% - 8px);
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .grid-box>*:nth-child(2n) {
    margin-right: 0px;
  }
  
  /*****************************
   form
  *****************************/
  form.frm label.radio-label input[type="radio"] {
    display: none;
  }
  
  form.frm label.radio-label input[type="radio"]:checked+span:before {
    opacity: 1;
  }
  
  form.frm label.radio-label input[type="radio"]:checked+span {
    color: #0142a8;
    font-weight: bold;
  }
  
  form.frm label.radio-label span {
    position: relative;
    padding: 0 0 0 27px;
    cursor: pointer;
    display: block;
  }
  
  form.frm label.radio-label span:after,
  form.frm label.radio-label span:before {
    position: absolute;
    content: "";
    display: block;
    top: 13px;
  }
  
  form.frm label.radio-label span:before {
    left: 3px;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    background: #0142a8;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
  }
  
  form.frm label.radio-label span:after {
    left: 0px;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #0142a8;
    border-radius: 50%;
    background-color: #fff;
  }
  
  /*****************************
   Table
  *****************************/
  table {
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
  }
  
  table tbody tr th,
  table tbody tr td {
    border: solid #C7C7C7;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 14px;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
  }
  
  table tbody tr th.v-middle,
  table tbody tr td.v-middle {
    vertical-align: middle;
  }
  
  table tbody tr th {
    background-color: #EFEFEF;
    border-width: 0 1px 0px 0;
    padding: 10px 10px;
  }
  
  table tbody tr td {
    border-width: 1px 1px 0px 0;
    padding: 10px 10px;
  }
  
  table tbody tr td.nowrap {
    white-space: nowrap;
  }
  
  table tbody tr:nth-child(2) th {
    border-width: 1px 1px 0px 0;
    padding: 10px 10px;
  }
  
  /*****************************
  【Parts list】Text_PC
  *****************************/
  .c-01-01>li {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: normal;
    color: #333;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  
  .c-01-01>li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .c-03-01 li {
    position: relative;
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 3px;
  }
  
  .c-03-01 li:before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    background-color: #0142a8;
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: normal;
    width: 17px;
    text-align: center;
    border-radius: 50%;
  }
  
  .c-03-01 li:nth-child(1):before {
    content: "1";
  }
  
  .c-03-01 li:nth-child(2):before {
    content: "2";
  }
  
  .c-03-01 li:nth-child(3):before {
    content: "3";
  }
  
  .c-03-01 li:nth-child(4):before {
    content: "4";
  }
  
  .c-03-01 li:nth-child(5):before {
    content: "5";
  }
  
  .c-03-01 li:nth-child(6):before {
    content: "6";
  }
  
  .c-03-01 li:nth-child(7):before {
    content: "7";
  }
  
  .c-03-01 li:nth-child(8):before {
    content: "8";
  }
  
  .c-03-01 li:nth-child(9):before {
    content: "9";
  }
  
  .c-03-01 li:nth-child(10):before {
    content: "10";
  }
  
  .intro-txt {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
  }
  
  .caution-txt {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: normal;
    color: #909090;
  }
  
  /* pc */
  /* tablet */
  @media screen and (max-width: 1080px) and (min-width: 768px) {
  
    /*****************************
   【Parts list】Head line_PC
  *****************************/
    .l-01-01 h1 {
      width: 100%;
      padding-left: 20px;
    }
  }
  
  /* sp */
  @media screen and (max-width: 767px) {
  
    /*****************************
   2Column Layout_PC
  *****************************/
    .main-contents {
      display: block;
    }
  
    .main-contents>.contents {
      margin-right: 0%;
      width: 100%;
    }
  
    .main-contents>.contents .h-02-01 {
      width: 100%;
    }
  
    .main-contents>.contents .h-02-01 .rows .cols {
      width: 100%;
      margin-right: 0px;
      margin-bottom: px;
    }
  
    .main-contents>.sidebar {
      max-width: initial;
      width: 100%;
    }
  
    /*****************************
   【Parts list】Common_PC
  *****************************/
    #breadCrumb {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-top: 35px !important;
    }
  
    /*****************************
   【Parts list】Head line_SP
  *****************************/
    h1 {
      font-size: 24px;
      letter-spacing: 0px;
      line-height: 32px;
      font-weight: bold;
      color: #333;
    }
  
    h2 {
      font-size: 24px;
      letter-spacing: 0px;
      line-height: 32px;
      font-weight: bold;
      color: #333;
    }
  
    h3.headline {
      font-size: 20px;
      letter-spacing: 0px;
      line-height: 28px;
      font-weight: bold;
      color: #333;
    }
  
    h4.headline {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      font-weight: bold;
      color: #333;
    }
  
    .l-01-01 {
      height: 208px;
    }
  
    .l-01-01 h1.headline {
      font-size: 24px;
      line-height: 32px;
      padding-left: 20px;
    }
  
    .l-01-01 h1 {
      width: 185px;
      min-width: initial;
      font-size: 20px;
      line-height: 30px;
      padding-left: 20px;
      margin: 0;
    }
  
    /*****************************
   【Parts list】Box
  *****************************/
    .e-01-01 {
      padding: 30px 20px;
    }
  
    .e-01-01 p {
      margin-top: 5px;
    }
  
    .h-02-01 {
      width: calc(100% - 20px);
    }
  
    .h-02-01 .rows .cols {
      display: block;
      margin-right: 0;
      margin-bottom: 16px;
    }
  
    .h-02-01 .rows .cols .inner .elem {
      padding: 20px;
    }
  
    .h-02-01 .rows .cols .inner .elem .heading {
      font-size: 20px;
      line-height: 28px;
    }
  
    .h-02-01.col5 .rows .cols,
    .h-02-01.col2 .rows .cols,
    .h-02-01.col3 .rows .cols {
      width: 100%;
    }
  
    .h-05-01 .inner {
      display: block;
    }
  
    .h-05-01 .inner .column {
      width: 100% !important;
      margin-right: 0px;
      margin-bottom: 35px;
    }
  
    .h-05-01 .inner .column .img-caption {
      margin-top: 15px;
      margin-left: 10px;
    }
  
    .g-02-01>* {
      display: block;
      width: 100%;
    }
  
    .g-02-01 .img {
      margin-right: 0;
    }
  
    .g-02-01 .text {
      width: 100%;
    }
  
    /*****************************
   【Parts list】Head line_SP
  *****************************/
    .a-02-01 {
      font-size: 24px;
      letter-spacing: 0px;
      line-height: 32px;
      font-weight: bold;
      color: #333;
      margin-bottom: 25px;
    }
  
    .a-02-01:before {
      top: -12px;
      left: 25px;
      width: 3px;
      height: 38px;
    }
  
    /*****************************
  【Parts list】Module
  *****************************/
    .f-01-01>a {
      padding: 20px;
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 20px;
      font-weight: bold;
      color: #333;
    }
  
    .f-01-01>a:after {
      right: 20px;
    }
  
    .o-01-02 .toggle-btn {
      padding: 20px 58px 20px 20px;
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      font-weight: bold;
      color: #333;
    }
  
    .o-01-02 .toggle-btn span {
      right: 20px;
    }
  
    .o-01-02 .toggle-contents {
      padding: 16px 0;
    }
  
    .m-01-01 ul {
      width: calc(100% - 40px);
    }
  
    .m-01-01 ul li {
      margin-bottom: 15px;
    }
  
    .m-01-01 ul li a {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      font-weight: bold;
      padding: 1px 0;
    }
  
    .m-01-01 ul li:nth-child(3) {
      border-left: 1px solid #C1C1C1;
    }
  
    .grid-anchor {
      display: block;
    }
  
    .grid-anchor>* {
      margin-right: 0px;
      width: 100%;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    .grid-box {
      display: block;
    }
  
    .grid-box>* {
      margin-right: 0px;
      width: 100%;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  
    /*****************************
  【Parts list】Button
  *****************************/
    #contents .skewButton {
      width: 80%;
      margin: 0 auto;
      text-align: center;
    }
  
    .basic-btn {
      display: block;
      margin: 0 0 16px;
    }
  
    .basic-btn>a {
      width: 250px;
      height: 56px;
      padding-left: 0;
      padding-right: 0;
      margin: 0 auto;
      text-align: center;
    }
  
    .basic-btn>a:after {
      display: none;
    }
  
    .contact-us-btn {
      /*		&>a{
              margin-left: auto;
              margin-right: 30px;
              width: 80px;
              height: 53px;
              margin-top: -18px;
              @include font_size(10);
              padding-top: 11px;
              line-height: 14px;
              text-align: left;
              padding-left: 15px;
              &:after{
                  background-size: 100% auto;
                  background-repeat: no-repeat;
                  top: 80%;
                  left: 30%;
                  width: 42px;
                  height: 6px;
              }
          }*/
    }
  
    .contact-us-btn>a {
      width: 130px !important;
      font-size: 10px !important;
      margin: 0 0 0 auto !important;
    }
  
    .contact-us-btn>a .text {
      padding: 12px 0px 28px 0px !important;
      margin-right: -5px;
    }
  
    .contact-us-btn>a .arrow {
      display: block !important;
      bottom: 14px;
      left: 36px;
    }
  
    .pager {
      margin-top: 30px;
    }
  
    /*****************************
  【Parts list】Text_SP
  *****************************/
    .c-01-01>li {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      font-weight: normal;
      color: #333;
      padding-left: 25px;
      margin-bottom: 10px;
    }
  
    .c-03-01 li {
      padding-left: 20px;
    }
  
    .c-03-01 li:before {
      left: -3px;
    }
  
    .intro-txt {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      font-weight: bold;
      color: #333;
    }
  
    .caution-txt {
      font-size: 12px;
      letter-spacing: 0px;
      line-height: 20px;
      font-weight: normal;
      color: #909090;
    }
  
    /*****************************
   Table
  *****************************/
    table tbody tr th,
    table tbody tr td {
      vertical-align: middle;
    }
  }
  
  /* pc */
  @media screen and (min-width: 768px) {
  
    .modal-original,
    .modal-layer-original {
      display: none;
    }
  }
  
  /* sp */
  @media screen and (max-width: 767px) {
  
    /*****************************
   moreリンク
  *****************************/
    .read-more-original {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      color: #0142a8;
      cursor: pointer;
    }
  
    /*****************************
   モーダル
  *****************************/
    .modal-layer-original {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(51, 51, 51, 0.9);
      width: 100%;
      height: 100%;
      z-index: 3;
    }
  
    .modal-original {
      display: none;
      width: calc(100% - 20px);
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9999;
    }
  
    .modal-original .modal-contents .modal-close {
      margin-left: auto;
      display: block;
      width: 18px;
      cursor: pointer;
      margin-right: 10px;
      margin-bottom: 15px;
    }
  }
  .other-products {
    width: 100%;
    height: 490px;
    background-image: url(../images/other_products_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
}
.other-products h1 {
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.other-products .h-02-01 .rows .cols .inner .elem h2{
    padding: 15px 0 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}