/*
 * Reset
 * colors
 * fontsize
 * align
 * spacer
 * general
 * form
 */

/* Reset
----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'hirakakupro-w3';
    src: url('../fonts/hirakakupro-w3.eot');
    src: local('☺'), url('../fonts/hirakakupro-w3.woff') format('woff'), url('../fonts/hirakakupro-w3.ttf') format('truetype'), url('../fonts/hirakakupro-w3.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
  }

  body,
  p,
  figure {
    padding: 0px;
    margin: 0px;
  }

  ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }

  li,
  dl,
  dt,
  dd {
    padding: 0px;
    margin: 0px;
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
  }

  img {
    border: none;
    display: block;
    width: 100%;
  }

  a {
    color: #767676;
    text-decoration: none;
  }

  a,
  a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
  }

  input[type="text"],
  select {
    height: 30px;
    width: 100%;
  }

  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    margin: 0;
  }

  textarea {
    resize: none;
    width: 100%;
  }

  body {
    color: #333;
    font-family: 'Myriad Pro', 'Myriad Web', 'Gill Sans MT', 'Gill Sans MT', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 12px;
    /* 1 */
    line-height: 150%;
    margin: 0;
    padding: 0;
  }


  /* -- colors -- */

  .red {
    color: #e84c3d;
  }

  .ind-pic01 .ind-text.white {
    color: #fff;
  }


  /* -- fontsize -- */

  .fs10 {
    font-size: 10px;
  }

  .fs12 {
    font-size: 12px;
  }

  .fs14 {
    font-size: 14px;
  }

  .fs16 {
    font-size: 16px;
  }

  .fs18 {
    font-size: 18px;
  }

  .fs20 {
    font-size: 20px;
  }


  /* -- align -- */

  .tcenter {
    text-align: center;
  }

  .tleft {
    text-align: left;
  }

  .tright {
    text-align: right;
  }

  .pleft {
    float: left;
  }

  .pright {
    float: right;
  }


  /* -- spacer -- */

  .line-10 {
    clear: both;
    display: table;
    height: 10px;
    width: 100%;
  }

  .line-20 {
    clear: both;
    display: table;
    height: 20px;
    width: 100%;
  }

  .line-50 {
    clear: both;
    display: table;
    height: 50px;
    width: 100%;
  }

  .m-r15 {
    margin-right: 15px;
  }

  .m-l15 {
    margin-left: 15px;
  }

  .m-b15 {
    margin-bottom: 15px;
  }

  .m-b30 {
    margin-bottom: 30px;
  }

  .m-b24 {
    margin-bottom: 24px;
  }

  .m-t15 {
    margin-top: 15px;
  }

  .p-r15 {
    padding-right: 15px;
  }

  .p-l15 {
    padding-left: 15px;
  }

  .p-b15 {
    padding-bottom: 15px;
  }

  .p-t15 {
    padding-top: 15px;
  }

  .bold {
    font-weight: bold;
  }


  /* $general */

  .clr:after {
    content: "";
    display: table;
    clear: both;
  }

  .container {
    clear: both;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }

  .page-bg {
    background: url(page-bg.png) repeat 0px 0px #333;
    background-size: 100% 100%;
  }


  /* form */

  .row {
    clear: both;
    display: table;
    width: 100%;
  }

  .col {
    float: left;
  }

  .cont {
    margin: 0 auto;
    width: 1024px;
  }


  /* - header - */

  .header {
    height: 104px;
    width: 100%;
  }

  .logo {
    float: left;
    padding: 38px 0px 0px 8px;
  }

  .logo a,
  .logo img {
    display: block;
  }

  .lang-nav {
    background-color: #fff;
    float: right;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .lang-nav li {
    cursor: pointer;
    color: #aaa;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 11px;
    text-transform: uppercase;
    vertical-align: middle;
  }

  .lang-nav li.only_link {
    background-color: #fff !important;
  }

  .ie .lang-nav li {
    padding: 10px 11px 4px;
  }

  .ie .lang-nav li:last-child {
    background: url(../img/nav-fixie01.png) no-repeat 8px 8px transparent;
    background-size: 40px 17px;
    text-indent: -1000px;
    width: 65px;
  }

  .ie .lang-nav li:last-child.active {
    background: url(../img/nav-fixie02.png) no-repeat 8px 8px transparent;
    background-size: 40px 17px;
    text-indent: -1000px;
    width: 65px;
  }

  .lang-nav li.active {
    color: #333333;
  }


  /* -- Menu -- */

  #cssmenu {
    clear: right;
    float: right;
  }

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #cssmenu>ul>li>.nav-bg {
    background: url(../img/nav-bg.png) no-repeat right top transparent;
  }

  #cssmenu:after,
  #cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  #cssmenu #menu-button {
    display: none;
  }

  #cssmenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: #fff;
  }

  #menu-line {
    position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    background: #414141;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  #cssmenu>ul>li {
    border-top: 1px solid #adadad;
    float: left;
    width: 130px;
  }

  #cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
  }

  #cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
  }

  #cssmenu.align-center ul ul {
    text-align: left;
  }

  #cssmenu.align-right>ul>li {
    float: right;
  }

  #cssmenu.align-right ul ul {
    text-align: right;
  }

  #cssmenu>ul>li>a {
    color: #6b6b6b;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    padding: 9px 20px 26px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }

  #cssmenu>ul>li:hover>a,
  #cssmenu>ul>li.active>a {
    color: #cbcbcb;
  }

  #cssmenu>ul>li.has-sub>a {
    padding-right: 25px;
  }

  #cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }

  #cssmenu>ul>li.has-sub:hover>a::after,
  #cssmenu>ul>li.active>a::after {
    border-color: #cbcbcb;
  }

  #cssmenu ul ul {
    position: absolute;
    left: -9999px;
  }

  #cssmenu li:hover>ul {
    left: auto;
  }

  #cssmenu.align-right li:hover>ul {
    right: 0;
  }

  #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
  }

  #cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
  }

  #cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    z-index: 99;
  }

  #cssmenu ul li:hover>ul>li {
    height: 32px;
  }

  #cssmenu ul ul li a {
    padding: 15px 20px;
    width: 168px;
    font-size: 12px;
    background: #414141;
    text-decoration: none;
    color: #c0c0c0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #ffffff;
  }

  #cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }

  #cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }

  #cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #ffffff;
  }

  .navbox .nav-i>a>span {
    display: inline-block;
    height: 27px;
    margin-top: 10px;
    width: 27px;
  }


  /* - main - */

  .main {
    clear: both;
    margin: 0px 0px 55px;
    /*min-height: 75vh;*/
    overflow: hidden;
    width: 100%;
    min-height: calc(100vh - 223px);
  }

  .main.top-h {
    min-height: calc(100vh - 263px);
  }

  .main-plus:after {
    content: "";
    display: block;
  }

  .main-block01 {
    clear: both;
    margin-bottom: 24px;
    overflow: hidden;
    width: 100%;
  }


  /* - Slider - */

  .box-bxslider {
    margin: 0 4px 0 0;
  }

  #slider {
    float: left;
    margin: 0px 5px 0px 0px;
    max-width: 507px;
    overflow: hidden;
    position: relative;
  }

  #slider ul {
    position: relative;
  }

  span.control_prev,
  span.control_next {
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    top: 47%;
    z-index: 999;
  }

  span.control_prev:hover,
  span.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
  }

  span.control_next {
    right: 0;
  }

  .ind-pic {
    float: left;
    overflow: hidden;
  }

  .ind-pic01 {
    position: relative;
    width: 507px;
  }

  .ind-pic01 figcaption {
    left: 0px;
    padding: 20px 35px;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  .ind-pic01 .ind-title {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }

  .ind-pic01 .ind-title img {
    display: inline-block;
    margin-right: 22px;
    width: 110px;
    vertical-align: middle;
  }

  .ind-pic01 .ind-text {
    color: #6d6d6d;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    margin-bottom: 100px;
    width: 275px;
  }

  .ind-pic01 .ind-text span {
    display: block;
    margin-bottom: 15px;
  }

  .ind-pic02 {
    height: 182px;
    margin: 0px 0px 5px 5px;
    position: relative;
    width: 507px;
  }

  .ind-pic02.ind-new-link img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
  }

  .ind-text-ecos {
    bottom: 15px !important;
    height: 73px !important;
    position: absolute !important;
    right: 7px !important;
    width: 290px !important;
    font-size: 13px !important;
    color: #fff !important;
    background-color: rgb(51, 51, 51, 0.35) !important;
    line-height: 22px !important;
  }

  .ind-pic02.ind-new-link a {
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    left: 37%;
    padding: 15px 30px;
    position: absolute;
    top: 36%;
    z-index: 9;
  }

  .ind-pic02.ind-new-link a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .ind-pic02.ind-new-link span#ja {
    background-color: rgba(251, 251, 251, 0.5);
    bottom: 5px;
    color: #000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    padding: 8px;
    position: absolute;
    right: 5px;
  }

  .ind-pic02.ind-new-link span#en {
    background-color: rgba(251, 251, 251, 0.5);
    bottom: 5px;
    color: #000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    padding: 8px;
    position: absolute;
    right: 5px;
  }

  .ind-pic03 {
    background-color: #e64949;
    height: 360px;
    margin: 5px 5px 0px 5px;
    padding: 30px 16px;
    width: 193px;
  }

  .ind-pic03.jp-fix {
    padding: 30px 8px;
  }

  .ind-pic03 .ind-title {
    height: 20px;
    margin: 0 auto 25px;
    width: 45px;
  }

  .ind-pic03 .ind-text {
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    height: 183px;
  }

  .ind-pic03 .ind-text span {
    display: block;
    margin-bottom: 15px;
  }

  .ind-pic03 .ind-btn01 {
    text-align: center;
    width: 100%;
  }



  .ind-pic03 .ind-btn01 a {
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 16px;
    padding: 15px;
    text-transform: uppercase;
  }

  .ind-pic03 .ind-btn01 a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .ind-pic04 {
    height: 360px;
    margin: 5px 0px 0px 5px;
    position: relative;
    width: 304px;
  }

  .ind-pic04 figcaption {
    left: 0;
    height: 100%;
    padding: 22px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .ind-pic04 img {
    width: auto;
  }

  .ind-pic04 .ind-title {
    height: 52px;
    width: 70px;
    margin: 0 auto 20px auto;
  }

  .ind-pic04 .ind-title p {
    background-color: rgba(251, 251, 251, 0.5);
  }

  .ind-pic04 .ind-text {
    color: #000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    margin-bottom: 80px;
    background-color: rgba(251, 251, 251, 0.5);
    padding: 10px;
  }

  .ind-pic04 .jp-text {
    margin-bottom: 80px;
    padding: 8px;
  }

  .ind-pic04 .ind-text span {
    display: block;
    margin-bottom: 18px;
  }

  .ind-pic04 .ind-btn01 {
    text-align: center;
    width: 100%;
  }

  .ind-pic04 .ind-btn01 a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 15px 36px;
    text-transform: uppercase;
  }

  .ind-pic04 .ind-btn01 a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .ind-pic01 .jp-text,
  .ind-pic03 .jp-text,
  .ind-pic04 .jp-text {
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
  }

  .ind-btn01-ecos {
    bottom: 37px !important;
    position: absolute !important;
    left: 4px !important;
  }

  .main-block02 {
    background-color: #f1f0f2;
    clear: both;
    padding: 33px;
  }

  .main-title01 {
    clear: both;
    color: #323232;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 15px;
  }

  .main-title01 span {
    color: #da0909;
  }

  .color-bar {
    text-align: center;
    width: 100%;
  }

  .color-group {
    cursor: pointer;
    float: left;
    margin-right: 3px;
    position: relative;
  }

  .color-group div {
    float: left;
    height: 40px;
    width: 19px;
  }

  .color-group:before {
    border: 10px solid #d2d2d2;
    bottom: -10px;
    content: '';
    left: -10px;
    right: -10px;
    opacity: 0;
    position: absolute;
    top: -10px;
    transition: all 0.5s;
    z-index: 1;
  }

  .color-group.active:before {
    opacity: 1;
  }

  .color-group div span {
    display: block;
    width: 100%;
  }

  .color-group div .light {
    height: 28px;
  }

  .color-group div .bold {
    height: 12px;
  }


  /* - Blank - */

  .color-group .blank-01 {
    background-color: #f1f0f2;
    width: 76px;
  }


  /* - Ivory-beige - */

  .ivo-01 .light {
    background-color: #ede6c9;
  }

  .ivo-01 .bold {
    background-color: #c2bda5;
  }

  .ivo-02 .light {
    background-color: #e2cfb1;
  }

  .ivo-02 .bold {
    background-color: #b9aa91;
  }

  .ivo-03 .light {
    background-color: #b8ad91;
  }

  .ivo-03 .bold {
    background-color: #978e77;
  }

  .ivo-04 .light {
    background-color: #948369;
  }

  .ivo-04 .bold {
    background-color: #796b56;
  }


  /* - Wheat-Gold - */

  .gol-01 .light {
    background-color: #c1b674;
  }

  .gol-01 .bold {
    background-color: #76623d;
  }

  .gol-02 .light {
    background-color: #e3b40e;
  }

  .gol-02 .bold {
    background-color: #8b6900;
  }

  .gol-03 .light {
    background-color: #b38f17;
  }

  .gol-03 .bold {
    background-color: #715410;
  }

  .gol-04 .light {
    background-color: #776537;
  }

  .gol-04 .bold {
    background-color: #403a20;
  }


  /* - Green - */

  .gre-01 .light {
    background-color: #809f66;
  }

  .gre-01 .bold {
    background-color: #506045;
  }

  .gre-02 .light {
    background-color: #5a8663;
  }

  .gre-02 .bold {
    background-color: #384d3c;
  }

  .gre-03 .light {
    background-color: #63742e;
  }

  .gre-03 .bold {
    background-color: #3c471d;
  }

  .gre-04 .light {
    background-color: #2d3b18;
  }

  .gre-04 .bold {
    background-color: #2d3b18;
  }


  /* - Blue - */

  .blu-01 .light {
    background-color: #94a5bf;
  }

  .blu-01 .bold {
    background-color: #5a6672;
  }

  .blu-02 .light {
    background-color: #4e7c9d;
  }

  .blu-02 .bold {
    background-color: #2d4358;
  }

  .blu-03 .light {
    background-color: #015e99;
  }

  .blu-03 .bold {
    background-color: #013d61;
  }

  .blu-04 .light {
    background-color: #013d71;
  }

  .blu-04 .bold {
    background-color: #00273f;
  }


  /* - Purple - */

  .pur-01 .light {
    background-color: #5c5274;
  }

  .pur-01 .bold {
    background-color: #3b2f43;
  }

  .pur-02 .light {
    background-color: #413a63;
  }

  .pur-02 .bold {
    background-color: #24263b;
  }

  .pur-03 .light {
    background-color: #2b1957;
  }

  .pur-03 .bold {
    background-color: #0d0a29;
  }

  .pur-04 .light {
    background-color: #21053f;
  }

  .pur-04 .bold {
    background-color: #180229;
  }


  /* - Red - */

  .red-01 .light {
    background-color: #b21d09;
  }

  .red-01 .bold {
    background-color: #591405;
  }

  .red-02 .light {
    background-color: #910b02;
  }

  .red-02 .bold {
    background-color: #570400;
  }

  .red-03 .light {
    background-color: #780804;
  }

  .red-03 .bold {
    background-color: #4b0505;
  }

  .red-04 .light {
    background-color: #570400;
  }

  .red-04 .bold {
    background-color: #2f0103;
  }


  /* - Orange - */

  .org-01 .light {
    background-color: #f57220;
  }

  .org-01 .bold {
    background-color: #98450f;
  }

  .org-02 .light {
    background-color: #d05609;
  }

  .org-02 .bold {
    background-color: #953a01;
  }

  .org-03 .light {
    background-color: #8c3701;
  }

  .org-03 .bold {
    background-color: #5a2402;
  }

  .org-04 .light {
    background-color: #5b2300;
  }

  .org-04 .bold {
    background-color: #3d1901;
  }


  /* - Brown - */

  .bro-01 .light {
    background-color: #b79b86;
  }

  .bro-01 .bold {
    background-color: #66584f;
  }

  .bro-02 .light {
    background-color: #8f654f;
  }

  .bro-02 .bold {
    background-color: #553c35;
  }

  .bro-03 .light {
    background-color: #512c19;
  }

  .bro-03 .bold {
    background-color: #2d1c12;
  }

  .bro-04 .light {
    background-color: #331d0f;
  }

  .bro-04 .bold {
    background-color: #1a0d07;
  }


  /* - Taupe - */

  .tau-01 .light {
    background-color: #d0c4b8;
  }

  .tau-01 .bold {
    background-color: #6b625d;
  }

  .tau-02 .light {
    background-color: #8e8b7c;
  }

  .tau-02 .bold {
    background-color: #504c43;
  }

  .tau-03 .light {
    background-color: #6f6b62;
  }

  .tau-03 .bold {
    background-color: #3b3535;
  }

  .tau-04 .light {
    background-color: #514d42;
  }

  .tau-04 .bold {
    background-color: #312b2b;
  }


  /* - Gray - */

  .gra-01 .light {
    background-color: #949494;
  }

  .gra-01 .bold {
    background-color: #484848;
  }

  .gra-02 .light {
    background-color: #717171;
  }

  .gra-02 .bold {
    background-color: #323232;
  }

  .gra-03 .light {
    background-color: #535353;
  }

  .gra-03 .bold {
    background-color: #2a2a2a;
  }

  .gra-04 .light {
    background-color: #353535;
  }

  .gra-04 .bold {
    background-color: #1c1c1c;
  }


  /* - Black - */

  .bla-01 .light {
    background-color: #020202;
  }

  .bla-01 .bold {
    background-color: #020202;
  }

  .bla-02 .light {
    background-color: #020202;
  }

  .bla-02 .bold {
    background-color: #020202;
  }

  .bla-03 .light {
    background-color: #020202;
  }

  .bla-03 .bold {
    background-color: #020202;
  }

  .bla-04 .light {
    background-color: #020202;
  }

  .bla-04 .bold {
    background-color: #020202;
  }

  .color-title {
    clear: both;
    float: right;
    overflow: hidden;
    padding: 12px 0 18px;
    text-align: center;
    width: 880px;
  }

  .color-title p {
    color: #7d7d7d;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    vertical-align: middle;
    width: 76px;
  }

  .line-bottom {
    border-bottom: 1px dotted #333;
    clear: both;
    margin-bottom: 35px;
    width: 100%;
  }

  .search-frm {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
  }

  .col-style {
    margin: 0px 30px 15px 0px;
    width: 284px;
  }

  .col-style select {
    color: #767676;
    height: 40px;
  }

  .search-btn {
    background: url(../img/search-btn-off.png) no-repeat center center transparent;
    display: inline-block;
    height: 114px;
    text-indent: 1000px;
    width: 114px;
    vertical-align: middle;
  }

  .simulation-btn {
    background: url(../img/simulation-btn-off.png) no-repeat center center transparent;
    display: inline-block;
    height: 114px;
    text-indent: 1000px;
    width: 114px;
    vertical-align: middle;
  }

  .simulation-btn:hover {
    background: url(../img/simulation-btn-on.png) no-repeat center center transparent;
  }

  .main-block02 .search-btn {
    position: absolute;
    right: 180px;
    top: 18px;
  }

  .search-btn:hover {
    background: url(../img/search-btn-on.png) no-repeat center center transparent;
  }

  .main-block03 {
    background-color: #f6f5f7;
    margin: -15px auto 25px;
    overflow: hidden;
    padding: 35px;
    position: relative;
    width: 100%;
  }

  .fix-search {
    display: inline-block;
    vertical-align: middle;
  }
  .fix-search .color-col {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
  }
  /* .fix-search .color-col .color_group {
    width: 30%;
  } */
  .fix-search .color-col .color_group .color-option {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    overflow: unset;
    width: 100%;
  }
  .fix-search .color-col .color_group .color-option .color-option-item {
    width: 60px;
  }
  .fix-search .color-col .color_group .color-option .color-option-item p {
    text-align: center;
  }
  .fix-search .color-col .color_group .color-option span {
    height: 48px;
    margin: 4px 0px 4px 6px;
    width: 48px;
  }
  .fix-search .color-col .color_group .color-option span img {
    height: 100%;
    width: 100%;
  }
  .fix-search .color-col .color_group .simulation-btn {
    background-size: contain;
    border: 1px solid #333;
    border-radius: 50%;
    float: right;
    height: 60px;
    margin-right: 0px;
    width: 60px;
    cursor: pointer;
  }

  .main-block03 .search-btn {
    margin-left: 30px;
  }

  .ex-block h3 {
    color: #000;
    font-size: 32px;
    margin: 5rem auto;
    text-align: center;
    width: 100%;
}

  .color-cube-roll {
    float: left;
    margin: 15px 5px 15px 5px;
    width: 109px;
  }

  .color-cube {
    background-color: #c3c3c3;
    height: 109px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
  }

  .color-name {
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
  }

  .sim-title {
    clear: both;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .color-option {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    width: 786px;
  }

  .color-option span {
    cursor: pointer;
    display: inline-block;
    margin: 4px 0px 4px 4px;
    position: relative;
    vertical-align: middle;
  }

  .color-option span:before {
    border: 5px solid #c1c1c1;
    bottom: -4px;
    content: '';
    left: -4px;
    right: -4px;
    opacity: 0;
    position: absolute;
    top: -4px;
    transition: all 0.5s;
    z-index: 1;
  }

  .color-option .active:before {
    opacity: 1;
  }

  .color-option span img {
    display: block;
    height: 48px;
    width: 48px;
  }

  .color-spec {
    border-top: 1px dotted #333;
    width: 100%;
  }

  .color-spec01 {
    border-right: 1px dotted #333;
    float: left;
    padding: 20px 0 18px;
    width: 50%;
  }

  .color-spec02 {
    float: left;
    /*min-height: 770px;*/
    padding: 20px 0 18px 15px;
    position: relative;
    width: 50%;
  }

  .color-spec03 {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    overflow: hidden;
    padding: 14px 5px;
    width: 100%;
  }

  .color-spec03 p {
    margin-bottom: 10px;
  }

  .color-spec03 .pro-brand01 {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 44px;
  }

  .color-spec03 .pro-brand01-sub {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    margin: 0px -5px;
    vertical-align: middle;
    width: 88.6px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  .color-spec04 {
    margin: 40px auto 0px;
    padding: 30px 0px;
    text-align: center;
    width: 100%;
  }

  .color-spec04 a {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 75px;
  }

  .pro-brand02 {
    height: 27px;
  }

  .pro-brand02 span {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
    width: 100%;
  }

  .pro-brand02-sub {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    vertical-align: middle;
    width: 70px;
  }

  .pro-brand03 {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 134px;
  }

  .spec-pic01 {
    display: inline-block;
    max-width: 175px;
  }

  .spec-pic01 div {
    width: 118px;
  }

  .spec-pic01:first-child {
    margin-right: 100px;
  }

  .spec-pic01>div {
    position: relative;
  }

  .spec-pic-icon01 {
    left: 0;
    position: absolute;
    top: 0;
  }

  .spec-pic-icon02 {
    position: absolute;
    right: 0;
    top: 0;
  }

  .spec-pic02 {
    margin-top: 38px;
    width: 100%;
  }

  .spec-pic02 span {
    display: inline-block;
    margin-right: 30px;
  }

  .color-spec-lst {
    overflow: hidden;
    width: 100%;
  }

  .color-spec-lst th {
    border-bottom: 1px dotted #333;
    clear: both;
    color: #323232;
    font-size: 14px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
    line-height: 28px;
    padding: 0px 0px 2px 5px;
    text-align: left;
    width: 180px;
    vertical-align: top;
  }

  .color-spec-lst td {
    border-bottom: 1px dotted #333;
    color: #323232;
    font-size: 14px;
    font-family: 'Myriad Pro', sans-serif;
    line-height: 28px;
    padding: 0px 0px 2px 0px;
    width: 285px;
  }

  .color-spec02-ilist {
    /*bottom: 18px;
    left: 15px;
    position: absolute;
    width: 95%;*/
    margin-top: 30px;
  }

  .color-spec-lst01 {
    background: url(../img/icon-06.png) no-repeat transparent;
    cursor: pointer;
    float: left;
    height: 39px;
    margin-top: 22px;
    width: 171px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .color-spec-lst01 a {
    display: block;
    height: 100%;
  }

  .color-spec-lst01:hover {
    background: url(../img/icon-06-on.png) no-repeat transparent;
  }

  .color-spec-lst02 {
    float: right;
  }

  .color-spec-lst02 p {
    float: left;
    margin-right: 10px;
  }

  .color-spec03 p {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
  }

  .main-slideblock {
    clear: both;
    overflow: hidden;
    width: 100%;
  }

  .slideshow-col {
    float: left;
    height: 608px;
    margin-right: 9px;
    overflow: hidden;
    position: relative;
    width: 680px;
  }

  .slideshow-col img {
    display: block;
    max-width: 100%;
  }

  .slideshow-col .slideshow-col-sel option {
    background: url(../img/qspec-iconoff.png) no-repeat left center transparent;
  }

  .slideload-col {
    float: left;
    width: 335px;
  }

  .slideload-col li {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    max-width: 335px;
    max-height: 196px;
    width: 100%;
  }

  .slideload-col li span {
    background: url(../img/co-spec-icon09.png) no-repeat center center transparent;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .slideload-col li.active span {
    background: url(../img/co-spec-icon07.png) no-repeat center center transparent;
    height: 29px;
    width: 29px;
  }

  .slideload-col li a {
    left: 0;
    position: absolute;
    top: 0;
  }

  .slideload-col li:last-child {
    margin-bottom: 0px;
  }

  .slideload-col li img {
    margin-top: -55px;
  }

  .spec-pic03 {
    margin: 0 auto;
    overflow: hidden;
    width: 422px;
  }

  .spec-pic03 div {
    float: left;
    margin: 5px;
    max-height: 201px;
    position: relative;
    width: 201px;
  }

  .spec-pic03 a {
    left: 0;
    position: absolute;
    top: 0;
  }

  .main-block04 {
    margin: 0px auto 65px;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }

  .main-title {
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 22px;
    line-height: 34px;
    margin: 40px 0px 30px;
    text-align: center;
  }

  .art-tag {
    display: inline-block;
    vertical-align: middle;
    width: 322px;
  }

  .art-tag a {
    background-color: #fff;
    border: 1px solid #0c519e;
    display: block;
    height: 100%;
    padding: 50px 70px 40px;
    width: 100%;
  }

  .art-tag h4 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 36px;
    text-align: center;
  }

  .art-tag img {
    margin: 0 auto;
  }

  .art-tag01 img {
    width: 103px;
  }

  .art-tag02 img {
    margin-bottom: 14px;
    width: 146px;
  }

  .art-tag03 img {
    width: 80px;
  }

  .art-tag02 {
    margin: 0px 25px;
  }

  .art-tag p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .main-block05 {
    background-color: #f1f0f2;
    margin: 0px auto;
    overflow: hidden;
    padding: 36px 30px 0px;
    position: relative;
    width: 100%;
  }

  .pro-tag {
    display: inline-block;
    margin: 5px 0px 35px;
    position: relative;
    width: 334px;
  }

  .pro-tag h4 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    line-height: 34px;
    padding: 0px 0px 5px 5px;
    text-align: left;
  }

  .pro-tag figcaption {
    color: #fff;
    display: none;
    height: 400px;
    left: 0;
    padding: 38px 30px;
    position: absolute;
    text-align: left;
    top: 39px;
    width: 100%;
  }

  .pro-tag figcaption h5 {
    border-bottom: 1px dotted #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .pro-tag figcaption p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  .pro-tag figcaption a {
    border: 2px solid #fff;
    bottom: 40px;
    color: #fff;
    display: block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    left: 85px;
    line-height: 16px;
    margin: 0px auto;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
  }

  .pro-tag figcaption a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .pro-tag:hover figcaption {
    display: block;
  }

  .pro-tag.protag-hover01 figcaption {
    background: url(../img/scenery_sound-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover02 figcaption {
    background: url(../img/lp-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover03 figcaption {
    background: url(../img/lx-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover04 figcaption {
    background: url(../img/id-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover05 figcaption {
    background: url(../img/sg-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover06 figcaption {
    background: url(../img/dr-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover07 figcaption {
    background: url(../img/px-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover08 figcaption {
    background: url(../img/cb-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover09 figcaption {
    background: url(../img/ex-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover10 figcaption {
    background: url(../img/ex-new-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover010 figcaption {
    background: url(../img/ecos-hover.jpg?334400) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag .protag-hover011 figcaption {
    background: url(../img/xx1.jpg) repeat-y 0px 0px transparent !important;
    background-size: 100%;
  }

  .pro-tag.protag-hover011 figcaption {
    margin-top: 34px;
    background: url(../img/cleanse2.png) repeat-y 0px 0px transparent !important;
    background-size: 100%;
  }

  .pro-tag.protag-hover012 figcaption {
    background: url(../img/xx2.jpg) repeat-y 0px 0px transparent !important;
    background-size: 100%;
  }

  .pro-tag.protag-hover012 figcaption {
    margin-top: 34px;
    background: url(../img/TF2.png) repeat-y 0px 0px transparent !important;
    background-size: 100%;
  }

  .pro-tag.protag-hover013 figcaption {
    background: url(../img/ex-hover.png) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .pro-tag.protag-hover014 figcaption {
    margin-top: 34px;
    background: url(../img/vguard.jpg) repeat-y 0px 0px transparent;
    background-size: 100%;
  }

  .s-title01 {
    border-bottom: 1px dotted #333;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .s-txt01 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    width: 80%;
  }

  .txt100per {
    width: 100%;
  }

  .se-product01 {
    display: inline-block;
    margin: 5px 0px;
    position: relative;
    vertical-align: middle;
    width: 308px;
  }

  .se-product02 {
    position: relative;
    width: 952px;
  }

  .se-product01 img {
    height: 290px;
    width: 308px;
  }

  .se-product10 img {
    height: 406px;
    width: 308px;
  }

  .se-product10 a {
    height: 372px !important;
  }

  .se-product01 a {
    background: url(../img/se-product-hover.png) no-repeat center center rgba(0, 0, 0, 0.5);
    display: none;
    height: 290px;
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 20;
    width: 100%;
  }

  .se-product02 img {
    height: 676px;
    width: 952px;
  }

  .se-product02 a {
    background: url(../img/se-product-hover.png) no-repeat center center rgba(0, 0, 0, 0.5);
    display: none;
    height: 676px;
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .se-product1122:hover a,
  .se-product01:hover a,
  .se-product02:hover a {
    display: block;
  }

  .se-m10 {
    margin: 5px 10px;
  }

  .se-product01 figcaption,
  .se-product02 figcaption {
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }

  .se-product01 figcaption.has_comment,
  .se-product02 figcaption.has_comment {
    min-height: 145px;
  }

  .se-product01 figcaption.layers_gravel,
  .se-product02 figcaption.layers_gravel {
    background: transparent;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }

  .se-product01 h4 {
    border-bottom: 1px dotted #333;
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .se-product01>.layers_gravel h4 {
    border-bottom: transparent !important;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  section#layers_gravel {
    padding-top: 40px;
  }

  .div_btn_linkto {
    margin-bottom: 60px;
  }

  .btn_linkto {
    background-color: #CFD0D1;
    border: 1px solid #CFD0D1;
    color: #363030;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    padding: 10px 25px;
  }

  .se-product01 p,
  .se-product02 p {
    letter-spacing: 1.5px;
  }

  .se-product02 h4 {
    font-weight: bold;
  }

  .se-product01 .se-bg-grey {
    background-color: #e6e6e6;
  }


  /* - contact - */

  .cont-title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .cont-txt {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .cont-form {
    border-top: 1px dotted #333;
    padding: 30px 0 0;
    width: 100%;
  }

  .cont-row {
    margin-bottom: 30px;
    width: 100%;
  }

  .cont-col {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
  }

  .cont-lab {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    width: 100%;
  }

  .cont-inp {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }

  .cont-sub {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .send-btn {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    font-weight: bold;
    padding: 30px;
    width: 280px;
  }

  .cont-sub span {
    color: #ff0000;
  }

  .cont-mr35 {
    margin-right: 35px;
  }

  .cont-mr10 {
    margin-right: 10px;
  }

  .cont-radio input[type="radio"] {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
  }

  .cont-radio label {
    font-size: 16px;
    line-height: 16px;
    margin: 0px 25px 0px 5px;
    vertical-align: middle;
  }


  /* - News - */

  .news-block {
    margin: 35px auto 0;
    overflow: hidden;
    width: 100%;
  }

  .news-tab {
    overflow: hidden;
    width: 100%;
  }

  .news-date {
    background-color: #6f6f6d;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    line-height: 34px;
    padding-left: 7px;
    text-align: left;
  }

  .news-tab .news-pic {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    /*width: 238px;*/
    width: 25%;
  }

  .news-tab .news-pic-bright {
    border-right: 1px dotted #333;
  }

  .news-tab .news-text {
    background-color: #fff;
    border: 1px dotted #333;
    border-left: none;
    padding: 20px 17px;
  }

  .news-tab .news-text .news-txt {
    color: #323232;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 55px;
  }

  .news-btn {
    border: 1px solid #044c62;
    color: #044c62;
    cursor: pointer;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 6px;
  }

  .news-btn:hover {
    background-color: #044c62;
    color: #fff;
  }


  /* - aboutus - */

  .about-title-h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 34px;
  }

  .h1-fix {
    margin-top: 4px;
  }

  .about-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 40px;
  }

  .about-title-h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 34px;
    margin-top: 60px;
  }

  .about-cont01 {
    display: inline-block;
    margin-right: 62px;
    text-align: left;
    width: 595px;
    vertical-align: top;
  }

  .about-cont01 p,
  .about-txt {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 64px;
  }

  .about-txt-fix {
    margin-bottom: 40px;
  }

  .about-txt.about-txt-fix0920 {
    margin-bottom: 30px;
  }

  .about-cont01 h4 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .about-cont02 {
    display: inline-block;
    width: 285px;
    vertical-align: top;
  }

  .about-cont02 p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
  }

  .about-detail {
    border-left: 3px solid #646464;
    width: 100%;
  }

  .about-detail tr {
    border-bottom: 1px dotted #333;
    font-size: 15px;
    line-height: 34px;
  }

  .about-detail tr:last-child {
    border-bottom: none;
  }

  .about-detail th {
    font-weight: normal;
    padding: 10px 20px;
    text-align: left;
    width: 160px;
    vertical-align: top;
  }

  .about-detail td {
    padding: 10px 0;
    width: 420px;
  }

  .pol-link a {
    background: #fff;
    border: 2px solid #044c62;
    color: #044c62;
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    width: 342px;
  }

  .main-block06 {
    background-color: #fff;
    overflow: hidden;
    padding: 50px 40px;
    width: 100%;
  }

  .cbtile-cont {
    display: inline-block;
    position: relative;
    width: 305px;
    vertical-align: middle;
  }

  .cbtile-cont figcaption {
    background-color: #65513f;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 15px 14px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .cbtile-cont figcaption h4 {
    border-bottom: 1px dotted #fff;
    font-weight: bold;
    padding-bottom: 14px;
    text-align: center;
  }

  .cbtile-cont figcaption p {
    padding: 14px 5px 8px;
    text-align: left;
  }

  .cbtile-cont figcaption img {
    bottom: -24px;
    left: 125px;
    height: 49px;
    position: absolute;
    width: 49px;
  }

  .ecos-box {
    background: #fff;
    border: 1px solid #0c519e;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
    margin-top: 5px;
    padding: 36px 18px;
    text-align: left;
    width: 308px;
    vertical-align: top;
  }

  .ecos-box h4 {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  .ecos-pic {
    margin-bottom: 32px;
  }

  .triple-01,
  .triple-02 {
    margin: 0 auto;
    overflow: hidden;
    width: 850px;
  }

  .triple-01 {
    text-align: center;
  }

  .triple-01 figure {
    float: left;
    margin: 0px 12px 15px 0px;
    text-align: center;
    width: 203px;
  }

  .triple-01 figure.figure-fix {
    margin: 0px 0px 15px 0px;
  }

  .triple-01 div {
    background-color: #0f8db3;
    clear: both;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 15px auto 30px;
    padding: 25px;
    position: relative;
    text-align: center;
  }

  .triple-01 div span {
    background: url(../img/triple-icon01.png) no-repeat 0px 0px transparent;
    left: 415px;
    height: 25px;
    position: absolute;
    bottom: -25px;
    width: 21px;
  }

  .triple-02 figure {
    border: 1px solid #bfbfbf;
    padding: 20px 20px 35px;
    width: 416px;
  }

  .triple-02 figure h4 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .triple-02 figure h4 span {
    display: inline-block;
    margin-right: 7px;
    width: 30px;
    vertical-align: top;
  }

  .triple-02 figure p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: left;
  }

  .triple-02>figure>figcaption>span {
    font-size: 14px;
    font-weight: 800;
    line-height: 34px;
  }

  .functions-cont figure {
    display: inline-block;
    margin: 0px 5px 25px 0px;
    width: 230px;
    vertical-align: top;
  }

  .functions-cont figcaption {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 7px;
  }

  .scen-cont {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
  }

  .scen-cont:last-child {
    margin-bottom: 0px;
  }

  .scen-cont img {
    float: left;
    width: 357px;
  }

  .scen-cont figcaption {
    float: left;
    height: 312px;
    padding: 28px 25px;
    width: 310px;
  }

  .scen-cont figcaption h4 {
    width: 100%;
  }

  .scen-cont figcaption h4 span {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin: 14px 0px 20px;
  }

  .scen-cont figcaption h4 img {
    display: inline-block;
    margin-right: 12px;
  }

  .scen-cont01 figcaption h4 img {
    width: 149px;
  }

  .scen-cont figcaption h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .scen-cont figcaption p {
    font-size: 12px;
    line-height: 20px;
  }

  .scen-cont .scen-cont-mb {
    margin-bottom: 80px;
  }

  .scen-cont.scen-cont05 h4.fix-aquastroke>img {
    margin-right: 0px;
  }

  .scen-cont.scen-cont05 h4.fix-aquastroke>span {
    margin-top: 0px;
    padding: 0px;
  }

  .scen-cont01 figcaption h4 img {
    width: 149px;
  }

  .scen-cont01 figcaption {
    background: url(../img/scenerysound-bg01.png) no-repeat left center transparent;
  }

  .scen-cont02 figcaption h4 img {
    width: 155px;
  }

  .scen-cont02 figcaption {
    background: url(../img/scenerysound-bg02.png) no-repeat right center transparent;
  }

  .scen-cont03 figcaption h4 img {
    width: 125px;
  }

  .scen-cont03 figcaption {
    background: url(../img/scenerysound-bg03.png) no-repeat left center transparent;
  }

  .scen-cont04 figcaption h4 img {
    width: 192px;
  }

  .scen-cont04 figcaption {
    background: url(../img/scenerysound-bg04.png) no-repeat right center transparent;
  }

  .scen-cont05 figcaption h4 img {
    width: 260px;
  }

  .scen-cont05 figcaption {
    background: url(../img/scenerysound-bg05.png) no-repeat left center transparent;
  }

  .main-block07.scen-grey-bg {
    background-color: #f6f5f7;
  }

  .scen-intro {
    background-color: #f6f5f7;
    padding: 52px 42px;
  }

  .scen-intro-txt {
    font-size: 11px;
    line-height: 15px;
  }

  .scen-intro-txt-big {
    font-size: 15px;
    line-height: 28px;
  }

  .main-block07 {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
  }


  /* Site Map*/

  .site-lst {
    list-style: none;
    overflow: hidden;
    width: 100%;
  }

  .site-lst div {
    float: left;
    min-width: 216px;
  }

  .site-lst h3 {
    clear: both;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
  }

  .site-lst h3 a {
    color: #323232;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
  }

  .site-lst .s-line {
    /*background: url(../img/site-lst-01.png) no-repeat 0 0 transparent;
    background-size: 101px 1px;*/
  }

  .site-lst .s-line.s-line-01 {
    background-position: 90% center;
  }

  .site-lst .s-line.s-line-02 {
    background-position: 26% center;
  }

  .site-lst .s-line.s-line-03 {
    background-position: 105% center;
  }

  .site-lst .s-line.s-line-04,
  .site-lst .s-line a {
    background: none;
    padding-left: 0;
  }

  .site-lst .s-line.s-line-04 {
    padding-left: 17px;
  }

  .site-lst ul {
    margin-left: 25px;
  }

  .site-lst ul ul {
    margin-left: 38px;
  }

  .site-lst ul ul.product-lst01 {
    display: block;
    width: 100%
  }

  .site-lst ul ul.product-lst02 {
    float: left;
  }

  .site-lst ul ul.product-lst03 {
    float: left;
  }

  .site-lst ul li {
    border-left: 1px solid #9a9a9a;
  }

  .site-lst ul li.site-bg03 {
    border-left: none;
  }

  .site-lst ul li.site-bg03.site-nonline a {}

  .site-lst a {
    background: url(../img/site-lst-02.png) no-repeat left center transparent;
    background-size: 20px 1px;
    display: block;
    padding: 6px 0 4px 25px;
  }

  .site-lst .site-bg03 h3>a,
  .site-lst .site-bg03>a {
    background: url(../img/site-lst-03.png) no-repeat left top transparent;
    background-size: 19px 17px;
  }

  .site-lst div.m-left {
    margin-left: -209px;
    min-width: 230px;
  }


  /*.site-lst {
    list-style: none;
    width: 100%;
  }
  .site-lst div {
    display: inline-block;
    width: 136px;
    vertical-align: top;
  }
  .site-lst h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .site-lst div.site-update-0215 {
    width: 250px;
  }
  .site-lst .site-lst-big {
    margin-left: 32px;
    width: 220px;
  }
  .site-lst .site-lst-big ul {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
  .site-lst .site-lst-big ul.site-1st {
    margin-left: 15px;
  }
  .site-lst .site-lst-small {
    width: 75px;
  }
  .site-lst li a {
    display: block;
    font-size: 11px;
    line-height: 12px;
    padding: 5px 0px;
    width: 100%;
  }
  .site-lst > li > a {
    font-size: 12px;
    font-weight: bold;
  }*/

  .certi-cont {
    margin-bottom: 60px;
    width: 100%;
  }

  .certi-cont img {
    display: inline-block;
    width: 172px;
    vertical-align: top;
  }

  .certi-cont figcaption {
    display: inline-block;
    padding: 0px 0px 0px 80px;
    width: 770px;
    vertical-align: top;
  }

  .certi-cont figcaption h4 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .certi-cont figcaption p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
    display: inline-block;
    line-height: 34px;
    width: 500px;
    vertical-align: middle;
  }

  .certi-cont figcaption span {
    font-weight: bold;
  }

  .certi-cont figcaption a {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
  }

  .certi-mb80 {
    margin-bottom: 80px;
  }

  .certi-mb0 {
    margin-bottom: 0;
  }

  .certi-row {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
  }

  .certi-cont figcaption .certi-fix {
    margin-bottom: 30px;
  }

  .certi-cont figcaption .certi-fix h4 {
    display: inline-block;
    margin-bottom: 0;
    width: 500px;
    vertical-align: middle;
  }

  .certi-cont figcaption .certi-fix h4 span {
    font-size: 15px;
    margin-left: 30px;
  }

  .certi-cont figcaption .certi-fix .news-btn {
    display: inline-block;
    vertical-align: bottom;
  }

  .certi-cont figcaption .certi-fix02 {
    margin: -70px 0px 0px 502px;
    width: 107px;
  }

  .color-spec-lst th.space-01 {
    padding-left: 36px;
  }

  .color-spec-lst th.space-02 {
    padding-left: 71px;
  }

  .nfound-pg {
    margin: 170px auto;
    width: 316px;
  }

  .contact-thank {
    background: url(../img/contact-thank.jpg) no-repeat center center transparent;
    height: 600px;
    padding: 100px 0;
    text-align: center;
    width: 100%;
  }

  .contact-thank h3 {
    font-size: 16px;
    line-height: 32px;
  }

  .contact-thank p a {
    color: #056cd6;
    font-size: 14px;
  }

  .clear-btn {
    background-color: #fff;
    border: 1px solid #808080;
    color: #767676;
    cursor: pointer;
    float: right;
    height: 40px;
    width: 50%;
  }

  .txt-0530 {
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
  }


  /* - footer - */

  .footer {
    background-color: #d32828;
    clear: both;
    overflow: hidden;
    padding: 12px 0;
    width: 100%;
  }

  .footer .cont {
    overflow: hidden;
  }


  /*.main-plus:after, .footer {
    height: 272px;
  }*/

  .flogo {
    float: left;
    margin: 3px 220px 3px 0;
    width: 170px;
  }

  .flogo a {
    display: block;
    width: 100%;
  }

  .flink {
    float: right;
    margin: 9px 0;
  }

  .flink a {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    margin: 0 11px;
  }

  .fcopy {
    color: #fff;
    float: left;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    width: auto;
  }

  .f-note {
    margin: 10px auto;
    overflow: hidden;
  }

  .f-intro {
    font-size: 11px;
    line-height: 15px;
  }


  /***popup***/

  #background-popup {
    background: #a8a8a8;
    display: none;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 85;
  }

  .to-popup {
    background-color: #fff;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 90;
  }

  .to-popup03 {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 90;
  }

  .to-popup01 {
    left: 53%;
    margin-left: -20%;
    /*max-height: 900px;*/
    padding: 35px 20px 20px;
    top: 4%;
  }

  .to-popup02 {
    height: 580px;
    left: 60%;
    margin-left: -31%;
    padding: 50px 30px 30px;
    top: 12%;
    width: 558px;
  }

  .to-popup04 {
    left: 60%;
    margin-left: -31%;
    padding: 30px;
    top: 12%;
    width: 40%;
  }

  .btn-close {
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 18px;
  }

  .popup-content,
  .popup-contentplus {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .popup-contentplus img {
    cursor: url("../img/zoom-in-cursor.cur"), default;
  }

  .loading-title {
    display: block;
    line-height: 400px;
    text-align: center;
  }

  .popup-content {
    position: relative;
  }

  .popup-content .controls {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .img-Container {
    width: 340px;
    height: 505px;
  }

  .pop-cont {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .pop-btn {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .pop-btn a {
    border: 1px solid #333;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 40px;
    text-align: center;
  }

  .pop-0513 {
    height: 500px;
    width: 500px;
  }

  .popup-Zoom {
    height: 5px;
    background-color: #D3D3D3;
  }


  /*----------------------------------------------------------------------------------------------------*/


  /* Validate
  /*----------------------------------------------------------------------------------------------------*/

  .error01 {
    color: #ff0000;
    float: right;
  }

  .success {
    color: #ff0000;
    padding: 5px 0 0 20px;
    font-size: 14px;
  }

  .mes-block {
    margin: -10px auto 10px;
  }

  .mes-block .error {
    display: inline;
  }

  .error {
    background: transparent url(../img/error.gif) no-repeat scroll 0 5px;
    color: #ff0000;
    padding: 5px 0 0 20px;
    font-size: 16px;
  }

  .hide {
    display: none !important;
  }

  .showSilder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: auto;
    margin: 0px;
    padding: 0px;
  }


  /* -- Plan -- */

  .plan-block {
    margin-top: 20px;
    margin-bottom: 9px;
    overflow: hidden;
    width: 100%;
  }

  .tec-block {
    margin-top: 33px;
    overflow: hidden;
    width: 100%;
  }

  .shop-block {
    margin-top: 38px;
    margin-bottom: 4px;
    overflow: hidden;
    width: 100%;
  }

  .plan28-left {
    float: left;
    /*margin-top: 26px;*/
    margin-top: 32px;
    width: 26.5%;
  }

  .plan-title {
    margin-bottom: 40px;
  }

  .plan28-right {
    float: right;
    max-width: 690px;
  }

  .plan28-pic {
    overflow: hidden;
  }

  .plan28-pic img {
    display: block;
    width: 100%;
  }

  .plan28-thumblist {
    float: right;
  }

  .plan28-thumblist li {
    float: left;
    margin-right: 10px;
    width: 96px;
  }

  .plan28-thumblist li:last-child {
    margin-right: 0;
  }

  .plan28-thumblist li a {
    display: block;
  }

  .plan28-thumblist li span {
    display: block;
    margin-top: 2px;
  }

  .plan23-left {
    float: left;
    width: 440px;
  }

  .plan23-right {
    float: right;
    height: 100%;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    width: 44%;
  }

  .plan23-thumblist {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }

  .plan23-thumblist ul {
    float: right;
  }

  .plan23-thumblist ul li {
    float: left;
    margin-right: 10px;
    width: 96px;
  }

  .plan23-thumblist ul li:last-child {
    margin-right: 0;
  }

  .plan23-thumblist ul li a {
    display: block;
  }

  .plan23-thumblist ul li span {
    display: block;
    margin-top: 2px;
  }

  .shop-product {
    display: inline-block;
    margin: 5px 0px;
    vertical-align: top;
    width: 228px;
  }

  .shop-product img {
    height: 264px;
    width: 228px;
  }

  .shop-product a {
    display: block;
    height: 264px;
    overflow: hidden;
    width: 100%;
  }

  .shop-m10 {
    margin: 5px 0px 5px 10px;
  }

  .shop-product figcaption {
    border: 1px solid #bfbfbf;
    background: #fff;
    font-size: 12px;
    line-height: 18px;
	min-height: 164px;
    padding: 10px;
  }

  .shop-product h4 {
    border-bottom: 1px dotted #333;
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .shop-product p {
    letter-spacing: 1.5px;
  }

  .shop-product .se-bg-grey {
    background-color: #e6e6e6;
  }


  /* -- 2tec2 -- */

  .tec-products {
    float: left;
    margin: 9px;
    position: relative;
    width: 458px;
  }

  .tec-products a {
    display: block;
  }

  .tec-products span {
    bottom: 40px;
    color: #fff;
    font-size: 20px;
    left: 18px;
    position: absolute;
  }


  /* -- new -- */

  .main.fix {
    margin-bottom: 64px;
  }

  .main-block03.fix {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .pro-box {
    margin-top: 43px;
    overflow: hidden;
    position: relative;
  }

  .pro-box .general-img {
    max-width: 100%;
    width: auto;
    margin: auto;
  }

  .pro-box-product {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .pro-item {
    float: left;
    width: 280px;
    margin-left: 25px;
    min-height: 20px;
    text-align: center;
    color: white;
  }

  .pro-item:first-child,
  .pro-item.first {
    margin-left: 0
  }

  .pro-img {
    position: relative;
  }

  .pro-img h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 18px;
    margin-top: -9px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
  }

  .pro-img h2.pro-fdvol1-bottom {
    top: auto;
    margin-top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    color: #323232;
    height: 38px;
    line-height: 42px;
  }

  .pro-esquisse-info {
    padding-bottom: 36px;
    background-color: #313131;
  }

  .pro-esquisse-info ul {
    padding: 19px 0 16px 0;
  }

  .pro-esquisse-info li {
    color: white;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .pro-esquisse-info .circle {
    max-width: 135px;
    height: 135px;
    margin: auto;
  }

  .pro-fdvol1-info {
    background-color: white;
    padding: 22px 0 18px 0;
  }

  .pro-fdvol1-info ul {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    width: 280px;
  }

  .pro-fdvol1-info a {
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .pro-lx1800-box {
    position: relative;
    padding-bottom: 137px;
  }

  .pro-lx1800-info {
    background-color: rgba(255, 255, 255, .8);
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
  }

  .pro-lx1800-info h2 {
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .pro-lx1800-info ul {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
  }

  .pro-lx1800-info a {
    color: #323232;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
  }


  /*.pro-box-top {
    position: absolute;
    top: 153px;
    /*left: 212px;
    left: 180px;
    margin: auto;
    right: 156px;
    font-size: 14px;
    line-height: 24px;
    max-width: 670px;
    color: #323232;
    z-index: 2;
    width: 670px;
  }
  .pro-box-bottom {
    position: absolute;
    right: 100px;
    top: 307px;
    left: 550px;
  }
  .pro-box-top.pro-en-fix,
  .pro-box-bottom.pro-en-fix {
    font-family: Arial;
  }
  .pro-box-bottom h4 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .pro-box-bottom .pro-box-table div {
    float: left;
    width: 136px;
    white-space: nowrap;
  }
  .protec-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 599px;
    margin: auto;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 163px;
    height: 52px;
    max-height: 52px;
  }
  .protec-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }*/

  .pro-box-bg {
    background: url(../img/products_2tec2.png) no-repeat center center transparent;
    min-height: 1120px;
  }

  .pro-box-top {
    margin: 155px auto 40px;
    font-size: 14px;
    line-height: 24px;
    color: #323232;
    z-index: 2;
    width: 600px;
  }

  .pro-box-bottom {
    float: right;
    margin: 0 84px 65px 0;
    width: 340px;
  }

  .pro-box-bottom h4 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .pro-box-bottom .pro-box-table div {
    float: left;
    width: 136px;
    white-space: nowrap;
  }

  .pro-box-top,
  .pro-box-bottom {
    font-family: Arial;
  }

  .protec-btn {
    clear: both;
    margin: 0 auto;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 163px;
    height: 52px;
    max-height: 52px;
  }

  .protec-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .pro-item {
    height: 512px;
    overflow: hidden;
  }

  .pro-img h2.pro-fdvol1-bottom-fix {
    text-transform: CAPITALIZE;
    top: auto;
    bottom: 83px;
    line-height: 24px;
    margin: 0;
    height: 24px;
  }

  .pro-item {
    height: 512px;
    overflow: hidden;
  }

  .pro-lx1800-box {
    padding: 0;
  }

  .pro-img h2.pro-lx1800-bottom {
    text-transform: CAPITALIZE;
    top: auto;
    bottom: 83px;
    line-height: 24px;
    margin: 0;
    height: 24px;
  }

  .pro-text-white {
    color: #fff;
  }


  /* -- Banner Tag -- */

  .banner-tag {
    display: inline-block;
    margin: 5px 0px 0;
    position: relative;
    width: 197px;
    vertical-align: middle;
  }

  .banner-tag a {
    border: 2px solid #fff;
    bottom: 40px;
    color: #fff;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 10px 10px;
    position: absolute;
    text-transform: uppercase;
    display: block;
    min-width: 60%;
    text-align: center;
    left: 20%;
  }

  .banner-tag a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .banner-tag.pro-m10 {
    margin: 5px 6px 0;
  }

  .banner-tag.pro-m10-5 {
    margin: 0.3rem 0.25rem 0;
  }

  .banner-tag.pro-ml10 {
    margin-left: 5px;
  }

  .pro-m10 {
    margin: 5px 7px 35px;
  }

  .main-block01.fix-mb5 {
    margin-bottom: 5px;
  }

  .main-block01.fix-mb10 {
    margin-bottom: 10px;
  }

  .main-title.fix-mb20 {
    margin-bottom: 20px;
  }


  /*--*/

  .hos-left {
    float: left;
    width: 440px;
  }

  .hos-right {
    float: right;
    /*padding-top: 26px;*/
    padding-top: 32px;
    position: relative;
    width: calc(100% - 490px);
  }

  .ie .hos-right.fix-min-height {
    min-height: 800px;
  }

  .hos-title {
    font-size: 18px;
    line-height: 28px;
  }

  .hos-title.hos-mb-40 {
    margin-bottom: 40px;
  }

  .hos-txt {
    font-size: 15px;
    line-height: 28px;
    margin-top: 28px;
  }

  .hos-image01 {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .hos-image01.hos-image-malls03 {
    bottom: auto;
    top: 0;
  }

  .hos-image01 li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
  }

  .hos-image01 li.hos-r30 {
    margin-right: 30px;
  }

  .hos-image01 li.hos-l30 {
    margin-left: 30px;
  }

  .hos-image01 li:last-child {
    margin-right: 0;
  }

  .hos-image01 li img {
    max-width: 100%;
    width: auto;
  }

  .hos-image01 li span {
    display: block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    /*letter-spacing: -0.5px;*/
    line-height: 10px;
    margin-top: 7px;
    width: 100%;
  }

  .hos-image02 {
    float: right;
    margin-top: 54px;
    position: relative;
  }

  .hos-image03 {
    float: right;
    margin-top: 54px;
    position: relative;
  }

  .hos-image02 li,
  .hos-image03 li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
  }

  .hos-image02 li img,
  .hos-image03 li img {
    max-width: 100%;
    width: auto;
  }

  .hos-image02 li.hos-r30,
  .hos-image03 li.hos-r30 {
    margin-right: 30px;
  }

  .hos-image02 li.hos-l30,
  .hos-image03 li.hos-l30 {
    margin-left: 30px;
  }

  .hos-image03 li span,
  .hos-image02 li span,
  .tag-txt {
    display: block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    /*letter-spacing: -0.5px;*/
    line-height: 14px;
    padding-top: 2px;
    width: 100%;
  }

  .hos-r30 {
    margin-right: 30px;
  }

  .hos-l30 {
    margin-left: 30px;
  }

  .hos-txt-fix {
    margin-top: 15px;
  }

  .hos-txt-fix.hos-mb-60 {
    margin-bottom: 60px;
  }

  .hos-image-spec {
    width: 100%;
  }

  .hos-image-spec li:first-child {
    margin-left: 0;
  }

  .s-txt01.m-b36 {
    margin-bottom: 36px;
  }

  .hos-tag {
    left: 0;
    position: absolute;
    top: -25px;
    width: 222px;
  }


  /* -- new1 -- */

  .no-margin {
    margin: 0 !important;
  }

  .main-block-detail {
    padding-top: 15px;
    margin: auto;
  }

  .main-block-detail h1 {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    line-height: 39px;
    text-transform: Capitalize;
    color: #323232;
    border-bottom: 1px dotted #888888;
    position: relative;
  }

  .main-block-detail h1.main-block-detail-title {
    text-transform: uppercase;
    position: relative;
  }

  .main-block-detail h1.delicate-box-title {
    text-transform: none;
    position: relative;
  }

  .main-block-detail-box {
    padding: 40px 0 64px 0;
    min-height: 1px;
    float: left;
    width: 100%;
    clear: both;
  }

  .main-block-detail-box-left {
    width: 263px;
    padding-right: 54px;
    padding-top: 25px;
    float: left;
  }

  .main-block-detail-box-left-height {
    width: 255px;
    height: 462px;
    padding-right: 54px;
    padding-top: 25px;
    float: left;
    position: relative;
  }

  .main-block-detail-box-left-height.fix {
    height: 353px;
  }

  .main-block-detail-box-left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 54px;
  }

  .main-block-detail-box-left-bottom img {
    margin-bottom: 22px;
    width: auto;
  }

  .main-block-detail-box-left-bottom span {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #686868;
  }

  .main-block-detail-box-text {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #323232;
  }

  .main-block-detail-box-right {
    width: 689px;
    float: left;
    min-height: 1px;
  }

  .topimg-detail-box-right {
    margin-bottom: 54px;
  }

  .bottomimg-detail-box-right {
    clear: both;
    overflow: hidden;
  }

  .bottomimg-detail-box-right li {
    margin-left: 10px;
    float: right;
    position: relative;
  }

  .bottomimg-detail-box-right li:last-child,
  .bottomimg-detail-box-right li.last {
    margin-left: 0;
  }

  .bottomimg-detail-box-right li img {
    width: auto;
    margin: 0 0 5px 0;
  }

  .bottomimg-detail-box-right li span {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #323232;
  }

  .half-bottomimg {
    width: 283px;
    height: 154px;
  }

  .half-right-bottomimg {
    position: absolute;
    right: 0;
    top: 28px;
  }

  .half-right-bottomimg img {
    height: 108px;
  }

  .listimg-detail-box-right li {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    position: relative;
    height: 211px;
  }

  .listimg-detail-box-right li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }

  .listimg-detail-box-right li img {
    width: auto;
    margin: 0 0 5px 0;
  }

  .listimg-detail-box-right li span {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #323232;
  }

  .half-listimg {
    width: 366px;
  }

  .half-right-listimg img {
    height: 108px;
  }

  .half-right-listimg {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .listimg-detail-box-right li img.tool-color {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }

  .listimg-detail-box-right li .half-right-listimg~.tool-color,
  .listimg-detail-box-right li .half-right-listimg+.tool-color {
    right: 120px;
  }

  .fix-to-items,
  .fix-to-items-width,
  .fix-to-items-fix {
    width: 480px;
  }

  .fix-to-items li,
  .fix-to-items-fix li,
  .fix-to-items-width li {
    margin-top: 25px;
  }

  /* .fix-to-items li:nth-of-type(3) {
    width: 200px;
  } */

  ul.fix-to-items:nth-of-type(2) {
    margin-top: -16px !important;
  }

  .fix-to-items li img {
    width: auto;
  }

  .fix-to-items-fix li:nth-of-type(3),
  .fix-to-items-fix li.hos-main-image {
    text-align: right;
    margin-right: 0;
    width: 224px;
  }

  .fix-to-items-fix li.hos-main-image img {
    width: auto;
    margin: 0 0 0 auto;
  }

  .fix-to-items-img {
    width: auto;
    position: absolute;
    bottom: 152px;
    left: 0;
  }

  .fix-to-items-actual li {
    float: left;
    display: inline;
    margin-left: 9px;
  }

  .hos-image02-text {
    width: 225px;
    text-align: left;
    margin-top: 54px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: auto;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #323232;
  }

  .hos-image02-text~.hos-image02,
  .hos-image02-text+.hos-image02 {
    margin-top: 0;
  }

  .fix-to-items-actuall {
    width: 732px;
    float: none;
    margin-left: -42px;
    display: table;
  }

  .fix-to-items-actuall li {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10px;
    margin-left: 0;
  }

  .delicate-box-list {}

  .delicate-box-list li {
    max-width: 283px;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative;
  }

  .delicate-box-list li img {
    width: auto;
  }

  .delicate-box-list li:last-child {
    margin-bottom: 0;
  }

  .corporate-box-plan12 {
    margin-top: 39px;
  }

  .corporate-box-plan12 li {
    display: inherit;
    float: left;
  }

  .corporate-box-plan12 .corporate-box-plan12-halfimg {
    width: 222px;
    margin-right: 30px;
    margin-left: 0
  }

  .corporate-box-plan12 .corporate-box-plan12-halfimg p {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #323232;
    margin-bottom: 3px;
  }

  .corporate-box-plan12-halfimg a {
    width: 106px;
    float: left;
    margin-right: 10px;
  }

  .corporate-box-plan12-halfimg a:last-child {
    margin-right: 0;
  }

  .corporate-box-plan12 .corporate-box-plan12-fullimg {
    padding-top: 15px;
    margin-left: 0;
  }

  .main-block-detail-download-pdf {
    width: 171px;
    height: 39px;
    position: absolute;
    right: 0;
    bottom: -2px;
    background-image: url('../img/download-pdf.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: inherit !important;
  }

  .main-block-detail-download-pdf:hover {
    background-position: 0px -45px;
  }


  /* -- Pages for LX corporate -- */

  .lx-pages {
    margin-top: 32px;
    overflow: hidden;
    text-align: center;
  }

  .lx-pages ul li {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: 45px;
  }

  .lx-pages ul li a {
    background: #fff;
    border: 1px solid #bfbfbf;
    color: #3d3d3d;
    display: block;
    font-size: 20px;
    line-height: 18px;
    padding: 8px;
  }

  .lx-pages ul li:hover a,
  .lx-pages ul li.active a {
    background: #646464;
    color: #fff;
  }

  .main.protect-block {
    overflow: visible;
  }

  .main.protect-block .cont {
    position: relative;
  }

  .main.protect-block .plan-block {
    margin-top: 0;
  }

  .protec-note {
    bottom: 85px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    right: 100px;
  }

  .protec-note a {
    color: #fff;
  }

  .protec-note-min {
    bottom: -52px;
    color: #323232;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 45px;
  }

  .main-title.fix-main-title {
    margin: 51px 0 32px 0;
  }

  .ie .main .cont {
    margin-bottom: 60px;
  }

  .hos-image02 li span.fs10 {
    font-size: 10px;
  }

  .m-plan03 {
    clear: both;
    float: left;
    max-width: 350px;
  }

  .search-img-rec01 {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .search-img-rec02 {
    clear: both;
    margin: 30px auto;
    overflow: hidden;
    width: 100%;
  }

  .search-img-rec02 ul li {
    float: left;
    margin: 0 50px 0 5px;
    width: 60px;
  }

  .newscen-block01 {
    clear: both;
    margin: 30px auto;
    overflow: hidden;
    width: 100%;
  }

  .newscen-block01 ul {
    overflow: hidden;
    width: 100%;
  }

  .newscen-block01 ul.newscen-b30 {
    margin: 0 0 30px;
  }

  .newscen-block01 ul li {
    float: left;
    margin-right: 64px;
  }

  .newscen-block01 ul li:last-child {
    margin-right: 0;
  }

  .newscen-block01 ul li span {
    display: block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 8px;
  }

  .newscen-block01 ul li img {
    max-width: 100%;
    width: auto;
  }

  .full-cont {
    clear: both;
    overflow: hidden;
    width: 100%;
  }

  .top-lst {
    overflow: hidden;
    width: 100%;
  }

  .top-lst li {
    float: left;
    width: 33.33%;
  }

  .top-lst li a {
    display: block;
    width: 100%;
  }


  /**
   * to fix layout collapse on iPad, iphone 6
   * refs redmine #2631, #2632
   */

  @media only screen and (max-device-width: 768px) {
    .hos-image01 li.mobile-hos-r10 {
      margin-right: 10px;
    }

    .hos-image01 li.mobile-hos-l10 {
      margin-left: 10px;
    }

    .hos-image02 li.mobile-hos-l10 {
      margin-left: 10px;
    }

    .hos-image01 li.mobile-r7 {
      margin-right: 7px;
    }

    .hos-image02 li.mobile-l7 {
      margin-left: 7px;
    }

    .mobile-ls-narrow {
      letter-spacing: -.05em;
    }

    .hos-image02 li span.mobile-fs10 {
      font-size: 10px;
    }
  }

  .content-title .title-alias {
    color: #6f6f6d;
    border-bottom: 2px #6f6f6d solid;
    font-size: 24px;
    /* font-family: 'hirakakupro-w3'; */
    margin-bottom: 20px;
    margin-top: 60px;
    padding-bottom: 5px;
  }

  .shop-block .content-title:first-child .title-alias {
    margin-top: 12px;
  }

  .bg-top-slider-1 {
    background: rgba(51, 51, 51, 0.35);
    width: 290px;
    height: 250px;
    padding: 10px;
    margin: 10px;
  }

  .bg-top-slider-2 {
    background: rgba(255, 255, 255, 0.35);
    width: 290px;
    height: 250px;
    padding: 10px;
    margin: 10px;
  }

  .block-header {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .block-header .block-header-left {
    float: left;
    width: 65%;
  }

  .block-header .block-header-right {
    float: right;
    width: 35%;
  }

  .block-header-right button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%;
    box-shadow: none;
  }

  .block-header-right button a {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    opacity: 0.8;
  }

  .layout-design {
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: auto;
    background-color: rgba(251, 251, 251, 0.5);
    padding: 10px;
    color: #000;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
  }

  .awards-box {
    margin-bottom: 2%;
    width: 100%;
    border-style: groove;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .awards-box img{
    float: left;
    width: 210px;
    margin-left: 15px;
  }

  .awards-box h2{
    font-weight: bold;
    text-align: center;
    color: #056cd6;
    padding-left: 3%;
    line-height: 30px;
  }

  .awards-box h3{
    font-weight: bold;
    text-align: center;
    color: #056cd6;
    padding-left: 3%;
    line-height: 28px;
  }

  .awards-box p{
    font-size: 15px;
    padding-top: 25px;
    padding-left: 3%;
    line-height: 28px;
    padding-bottom: 15px;
  }

  .awards-box a{
    font-size: 15px;
    padding-top: 30px;
    padding-left: 3%;
    color: #0a79e7;
  }

  .title-tags {
    display: inline-block;
    border: solid 2px #ee1e23;
    padding: 5px 5px;
    color: #ee1e23;
    margin-left: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: -4px
  }
.color-description p {
  font-size: 14px;
  font-family: 'Myriad Pro', sans-serif;
}
