@charset "UTF-8";

.cat_img{
  max-width: initial;
  width: 100%;;
}


/* PC用 */
@media screen and (min-width: 768px) , print {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
  #content_area > #main-image {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #CCC;
  }
  
  #content_area > section {
    padding-left: 10px;
    margin-bottom: 60px;
  }
  
  /*カタログのブロック分け*/
  #content_area > section.catalog-item > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
    width: 100%;
    text-align: center;
  }
  #content_area > section.catalog-item > ul > li {
    position: relative;
    align-items: center;
    margin: 0 10px 10px 0;
    padding: 10px 0;
    width: calc(20% - 10px);
    background-color: #FFF;
    line-height: 1.6em;
  }
  #content_area > section.catalog-item > ul > li > img {
    margin-bottom: 10px;
  }
  #content_area > section.catalog-item > ul > li > p {
    position: absolute;
    bottom: 35px;
    left: 0;
    line-height: 1.6em;
    width: 100%;
    text-align: center;
  }
  #content_area > section.catalog-item > ul > li > a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    background-color: #FF0000;
  }
  #content_area > section.catalog-item > ul > li > a:hover {
    background-color: #FF9999;
  }
  
  
  /* 詳細ページ用 */
  #content_area > #detail_header {
    position: relative;
    height: 180px;
    width: calc(100% - 20px);
    margin:0 10px;
    padding-top: 20px;
    background-image: linear-gradient(180deg, #007cf1, #5299f6, #76b6fb, #92d5ff);
  }
  #content_area > #detail_header > h1#detail_name {
    line-height: 1.6em;
    margin-left: 20px;
    text-shadow: 
      1px 0px 0px #fff, 
      0px 1px 0px #fff, 
      -1px 0px 0px #fff, 
      0px -1px 0px #fff, 
      0px 0px 20px rgba(255,255,255,1);
  }
  #content_area > #detail_header > p#detail_text {
    width: calc(100% - 220px);
    padding-left: 1em;
    line-height: 1.6em;
    margin-left: 20px;
    margin-top: 30px;
    border-bottom: 1px dotted #fff;
    font-size: 1.4em;
  }
  #content_area > #detail_header > #detail_main_photo {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 200px;
  }
  #content_area > #detail_header > #detail_sub_photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #content_area > #detail_header > #detail_sub_photo > img {
    max-height: 180px;
  }
  #content_area > #detail_header-b {
    position: relative;
    height: 311px;
    width: calc(100% - 20px);
    margin:0 10px;
  }
  #content_area > #detail_menu {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    background-color: #92d5ff;
    border-bottom: 4px solid #333;
  }
  #content_area > #detail_menu > a {
    flex-grow: 1;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #333;
    padding: 10px 0;
  }
  #content_area > #detail_menu > a:hover {
    background-color: #CCC;
    text-decoration: none;
  }
  #content_area > #detail_menu > a.on {
    color: #FFF;
    background-color: #333;
  }
  #content_area > #detail_menu > a.on:hover {
    color: #FFF;
    background-color: #333;
  }

  #content_area > section#detail_contents > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
  }
  #content_area > section#detail_contents > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: calc(50% - 10px);
  }
  #content_area > section#detail_contents > ul > li > h2 {
    color: #FFF;
    text-align: center;
    background-color: #999;
    width: 100%;
    margin-bottom: 10px;
  }
  #content_area > section#detail_contents > ul > li > .detail_photo_center {
    text-align: center;
    margin-top: auto;
  }
  #content_area > section#detail_contents-b > h2 {
    color: #FFF;
    text-align: center;
    background-color: #999;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
  }
  
  /* 詳細特長ページ用 */
  #content_area > #title_features {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 0 20px;
  }
  #content_area > section.detail_features {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section.detail_features > h2 {
    width: 100%;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section.detail_features > .detail_text {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  #content_area > section.detail_features > .detail_text > .detail_photo_center {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  #content_area > section.detail_features > .detail_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  #content_area > section.detail_features > .page-link {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 5px;
    padding: 5px;
  }
  #content_area > section.detail_features > .page-link > a {
    flex-grow: 1;
    text-align: center;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #333;
    color: #FFF;
    margin-right: 5px;
  }
  #content_area > section.detail_features > .page-link > a:hover {
    background-color: #ddd;
    color: #000;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf {
    width: calc(50% - 42px);
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #000;
    float: left;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf > h3 {
    text-align: center;
    background-color: #666;
    padding: 5px 0;
    color: #FFF;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf > p {
    margin: 5px 0;
    font-weight: bold;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf > .setsubi_photo {
    text-align: center;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max {
    width: 100%;
    margin: 0 10px 20px;
    padding: 10px;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > h3 {
    text-align: center;
    background-color: #666;
    padding: 5px 0;
    color: #FFF;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > p {
    margin: 5px 0;
    font-weight: bold;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > .setsubi_photo {
    text-align: center;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0 10px;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col4 {
    width: 25%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col3 {
    width: 33%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col2 {
    width: 50%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li > div.photo {
    height: 180px;
    margin: 10px auto;
    display: flex;
    align-items: flex-end;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li > div > img {
    max-height: 180px;
    max-width: 150px;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col3 > div > img {
    max-height: 180px;
    max-width: 100%;
  }
  
  .obi {
    padding: 2px;
    margin: 5px 0;
    width: 150px;
    color: #FFF;
  }
  .bg-red {
    background-color: #FF0000;
  }
  .bg-green {
    background-color: #14A83B;
  }
  .bg-blue {
    background-color: #0000FF;
  }
  #content_area > section.detail_features > .detail_text2 {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  #content_area > section.detail_features > .detail_text_right {
    width: calc(100% - 320px);
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
    float: left;
  }
  #content_area > section.detail_features > .detail_text_right_l {
    width: calc(100% - 180px);
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
    float: left;
  }
  #content_area > section.detail_features > .detail_text_right_l > .stitle {
    padding: 5px 10px;
    background-color: #4472C4;
    color: #FFF;
    margin-bottom: 10px;
  }
  #content_area > section.detail_features > .detail_photo {
    margin: 0 auto;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo > .float_area2 {
    float: left;
    width: 48%;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo > .float_area2:nth-of-type(odd) {
    margin-right: 4%;
  }
  #content_area > section.detail_features > .detail_photo > .float_area3 {
    float: left;
    width: 32%;
    padding-left: 1%;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo_right {
    width: 300px;
    float: right;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo_right_s {
    width: 160px;
    float: right;
    text-align: center;
  }
  
  /* 詳細仕様表ページ用 */
  #content_area > section#detail_spec {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section#detail_spec > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
  }
  #content_area > section#detail_spec > ul > li {
    position: relative;
    flex-direction: column;
    margin-bottom: 40px;
    width: calc(50% - 10px);
    text-align: center;
  }
  #content_area > section#detail_spec > ul.sk5000 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
    margin: 0 auto;
  }
  #content_area > section#detail_spec > ul.sk5000 > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(50% - 14px);
    background-color: #666666;
    border: 2px solid #666666;
    text-align: left;
  }
  #content_area > section#detail_spec > ul.sk5000 > li:nth-child(2n) {
    margin-right: 0;
  }
  #content_area > section#detail_spec > ul.sk5000 > li > .scene-title {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
  }
  #content_area > section#detail_spec > ul.sk5000 > li > .scene-box {
    background-color: #FFFFFF;
    padding: 10px;
    height: calc(100% - 40px - 1.4em);
  }
  #content_area > section#detail_spec > ul.sk5000 > li > .scene-box > .photo-center {
    text-align: center;
  }
  #content_area > section#detail_spec > ul.four-views {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
    margin: 0 auto;
  }
  #content_area > section#detail_spec > ul.four-views > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 25%;
  }
  
  /* 詳細オプションページ用 */
  #content_area > section#detail_option {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section#detail_option > h1 {
    position: relative;
    margin: 10px 0;
  }
  #content_area > section#detail_option > h1:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 15px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #cddfff, #cddfff 4px, transparent 4px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #cddfff, #cddfff 4px, transparent 4px, transparent 5px);
    background-size: 7px 7px;
    backface-visibility: hidden;
    z-index: -1
  }
  #content_area > section#detail_option > .option_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section#detail_option > .option_block > .option_text_right {
    float: left;
    width: calc(100% - 220px);
    position: relative;
    flex-direction: column;
  }
  #content_area > section#detail_option > .option_block > .option_text_right > h2 {
    
  }
  #content_area > section#detail_option > .option_block > .option_text_right > .option_detail {
  
  }
  #content_area > section#detail_option > .option_block > .option_photo_right {
    width: 200px;
    float: right;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #content_area > section#detail_option > .option_block > .option_photo_right_s {
    width: 100px;
    float: right;
    text-align: center;
  }
  #content_area > section#detail_option > .option_under_left {
    width: 340px;
    margin-right: 20px;
    float: left;
  }
  #content_area > section#detail_option > .option_under_right {
    width: calc(100% - 362px);
    float: left;
    border: 1px solid #000;
  }
  #content_area > section#detail_option > .option_under_right > p {
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
  }
  #content_area > section#detail_option > .option-car-example {
    border: 2px solid #333333;
  }
  #content_area > section#detail_option > .option-car-example > h2 {
    background-color: #333333;
    padding: 10px;
    color: #FFFFFF;
  }
  #content_area > section#detail_option > .option-car-example > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
    margin: 10px;
  }
  #content_area > section#detail_option > .option-car-example > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    text-align: center;
  }
  
  /* 詳細活用事例ページ用 */
  #content_area > section#detail_case {
    width: 100%;
    margin-bottom: 40px;
  }
  /* 詳細ギャラリーページ用 */
  #content_area > section#detail_gallery {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section#detail_gallery > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
  }
  #content_area > section#detail_gallery > ul > li {
    position: relative;
    flex-direction: column;
    margin-bottom: 20px;
    width: 33%;
    text-align: center;
  }
  #content_area > section#detail_gallery > ul > li > img {
    width: 300px;
  }
  
  /* 詳細構成例ページ用 */
  #content_area > section.detail_constitution {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section.detail_constitution > h2 {
    width: 100%;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section.detail_constitution > .constitution_box {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  
  /* 詳細FAQページ用 */
  #content_area > section > h2 {
    width: 100%;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section > ul.qanda > li {
    position: relative;
    width: 100%;
    padding: 10px 0;
  }
  #content_area > section > ul.qanda > li > dl {
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #CCC;
  }
  #content_area > section > ul.qanda > li > dl > dt {
    display: block;
    position: relative;
    min-height: 50px;
    padding: 15px 0 0 70px;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #content_area > section > ul.qanda > li > dl > dt::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../support/img/q.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  #content_area > section > ul.qanda > li > dl > dd {
    display: block;
    position: relative;
    min-height: 50px;
    padding: 15px 0 0 70px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #content_area > section > ul.qanda > li > dl > dd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../support/img/a.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  
  
  .teikaku {
    padding: 10px;
    width: calc(100% - 20px);
    margin: 20px 0;
  }
  
  /* 事例リンク */
  #content_area > section {
    padding: 0 10px;
  }
  #content_area > section > ul.jirei-syoukai {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
    width: 100%;
    padding-left: 10px;
  }
  #content_area > section > ul.jirei-syoukai > li {
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: left;
    margin: 0 20px 20px 0;
    width: calc(50% - 44px);
    height: 280px;
    border: 2px solid #DDD;
    padding: 10px;
  }
  #content_area > section > ul.jirei-syoukai > li.nophoto {
    height: auto;
  }
  #content_area > section > ul.jirei-syoukai > li > .syamei {
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  #content_area > section > ul.jirei-syoukai > li > .stitle {
    line-height: 1.6em;
    font-weight: bold;
    color: #0000B2;
  }
  #content_area > section > ul.jirei-syoukai > li > img {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 218px;
  }
  #content_area > section > ul.jirei-syoukai > li > .jirei-link-box {
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: right;
  }
  
  
  /* SK-3000オプション */
  #content_area > section > div#ITEM {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 0%;
  }
  #content_area > section > div#ITEM > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 20px;
    width: 100%;
  }
  #content_area > section > div#ITEM > div > dl {
    display: flex;
    flex-direction: column;
  }
  #content_area > section > div#ITEM > div > dl > dt {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 40px;
    background-color: #707070;
    color: #FFF;
  }
  #content_area > section > div#ITEM > div > dl > dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #content_area > section > div#ITEM > div > dl > dd > div > img {
    width: 150px;
  }
  #content_area > section > div#ITEM > div > dl > dd > div > p {
    text-align: center;
  }
  
}
 
/* 小さい画面用 */
@media screen and (max-width: 767px) {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
    #content_area > #main-image {
    text-align: center;
  }
  
  #content_area > section {
    padding-left: 10px;
    margin-bottom: 20px;
  }
  
  /*カタログのブロック分け*/
  #content_area > section.catalog-item > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
    width: 100%;
    text-align: center;
  }
  #content_area > section.catalog-item > ul > li {
    position: relative;
    text-align: center;
    margin: 0 10px 10px 0;
    padding: 10px 0 calc(50px - 4vh);
    width: calc(50% - 15px);
    background-color: #FFF;
  }
  #content_area > section.catalog-item > ul > li > img {
    margin-bottom: 10px;
    width: 100%;
  }
  #content_area > section.catalog-item > ul > li > p {
    position: absolute;
    bottom: calc(50px - 1.5vh);
    left: 0;
    width: 100%;
    text-align: center;
  }
  #content_area > section.catalog-item > ul > li > a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    background-color: #FF0000;
  }
  
  /* 詳細ページ用 */
  #content_area > #detail_header {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 10px;
    padding-top: 20px;
    background-image: linear-gradient(180deg, #007cf1, #5299f6, #76b6fb, #92d5ff);
  }
  #content_area > #detail_header > h1#detail_name {
    line-height: 1.6em;
    margin-left: 20px;
    text-shadow: 
      1px 0px 0px #fff, 
      0px 1px 0px #fff, 
      -1px 0px 0px #fff, 
      0px -1px 0px #fff, 
      0px 0px 20px rgba(255,255,255,1);
  }
  #content_area > #detail_header > p#detail_text {
    width: calc(100% - 40px);
    padding-left: 1em;
    line-height: 1.6em;
    margin-left: 20px;
    margin-top: 30px;
    border-bottom: 1px dotted #fff;
    font-size: 1.4em;
  }
  #content_area > #detail_header > #detail_main_photo {
    text-align: center;
    line-height: 0;
  }
  #content_area > #detail_header > #detail_sub_photo {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #content_area > #detail_header > #detail_sub_photo > img {
    max-height: 100px;
  }
  #content_area > #detail_header-b {
    position: relative;
    height: calc(311px * 0.7wv);
    width: calc(100% - 20px);
    margin:0 10px;
  }
  #content_area > #detail_menu {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    background-color: #92d5ff;
    border-bottom: 4px solid #333;
  }
  #content_area > #detail_menu > a {
    flex-grow: 1;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #333;
    padding: 10px 0;
  }
  #content_area > #detail_menu > a:hover {
    background-color: #CCC;
    text-decoration: none;
  }
  #content_area > #detail_menu > a.on {
    color: #FFF;
    background-color: #333;
  }
  #content_area > #detail_menu > a.on:hover {
    color: #FFF;
    background-color: #333;
  }
  #content_area > section#detail_contents > ul {
    width: calc(100% - 8px);
  }
  #content_area > section#detail_contents > ul > li {
    margin-bottom: 40px;
    width: 100%;
  }
  #content_area > section#detail_contents > ul > li > h2 {
    color: #FFF;
    text-align: center;
    background-color: #999;
    width: 100%;
    margin-bottom: 10px;
  }
  #content_area > section#detail_contents > ul > li > .detail_photo_center {
    text-align: center;
  }
  #content_area > section#detail_contents-b {
    width: calc(100% - 20px);
  }
  #content_area > section#detail_contents-b > h2 {
    color: #FFF;
    text-align: center;
    background-color: #999;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
  }
  
  /* 詳細特長ページ用 */
  #content_area > section.detail_features {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section.detail_features > h2 {
    width: 100%;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section.detail_features > .detail_text {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  #content_area > section.detail_features > .detail_box {
    
  }
  #content_area > section.detail_features > .page-link {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 5px;
    padding: 5px;
  }
  #content_area > section.detail_features > .page-link > a {
    flex-grow: 1;
    text-align: center;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #333;
    color: #FFF;
    margin-right: 5px;
  }
  #content_area > section.detail_features > .page-link > a:hover {
    background-color: #ddd;
    color: #000;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #000;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf > h3 {
    text-align: center;
    background-color: #666;
    padding: 5px 0;
    color: #FFF;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf > p {
    margin: 5px 0;
    font-weight: bold;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_harf > .setsubi_photo {
    text-align: center;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max {
    margin: 0 10px;
    padding: 10px;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > h3 {
    text-align: center;
    background-color: #666;
    padding: 5px 0;
    color: #FFF;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > p {
    margin: 5px 0;
    font-weight: bold;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > .setsubi_photo {
    text-align: center;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    flex-wrap : wrap;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0 10px;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col4 {
    width: 50%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col3 {
    width: 33%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li.col2 {
    width: 100%;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li > div.photo {
    height: 180px;
    margin: 10px auto;
    display: flex;
    align-items: flex-end;
  }
  #content_area > section.detail_features > .detail_box > .detail_box_max > ul > li > div > img {
    max-height: 180px;
    max-width: 100%;
  }
  
  .obi {
    padding: 2px;
    margin: 5px 0;
    width: 100%;
    color: #FFF;
  }
  .bg-red {
    background-color: #FF0000;
  }
  .bg-green {
    background-color: #14A83B;
  }
  .bg-blue {
    background-color: #0000FF;
  }
  #content_area > section.detail_features > .detail_text2 {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  #content_area > section.detail_features > .detail_text_right {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  #content_area > section.detail_features > .detail_text_right_l {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  #content_area > section.detail_features > .detail_text_right_l > .stitle {
    padding: 5px 10px;
    background-color: #4472C4;
    color: #FFF;
    margin-bottom: 10px;
  }
  #content_area > section.detail_features > .detail_photo {
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo > .float_area2 {
    width: 100%;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo > .float_area3 {
    width: 100%;
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo_right {
    text-align: center;
  }
  #content_area > section.detail_features > .detail_photo_right_s {
    text-align: center;
  }
  
  /* 詳細仕様表ページ用 */
  #content_area > section#detail_spec {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section#detail_spec > ul {
    width: 100%;
  }
  #content_area > section#detail_spec > ul > li {
    width: 100%;
    text-align: center;
  }
  #content_area > section#detail_spec > ul.sk5000 {
    width: 100%;
  }
  #content_area > section#detail_spec > ul.sk5000 > li {
    margin-bottom: 20px;
    width: 100%;
    background-color: #666666;
    border: 2px solid #666666;
    text-align: left;
  }
  #content_area > section#detail_spec > ul.sk5000 > li:nth-child(2n) {
    margin-right: 0;
  }
  #content_area > section#detail_spec > ul.sk5000 > li > .scene-title {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
  }
  #content_area > section#detail_spec > ul.sk5000 > li > .scene-box {
    background-color: #FFFFFF;
    padding: 10px;
  }
  #content_area > section#detail_spec > ul.sk5000 > li > .scene-box > .photo-center {
    text-align: center;
  }
  #content_area > section#detail_spec > ul.four-views {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
    margin: 0 auto;
  }
  #content_area > section#detail_spec > ul.four-views > li {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 50%;
  }
  
  /* 詳細オプションページ用 */
  #content_area > section#detail_option {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section#detail_option > h1 {
    position: relative;
    margin: 10px 0;
  }
  #content_area > section#detail_option > h1:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 15px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #cddfff, #cddfff 4px, transparent 4px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #cddfff, #cddfff 4px, transparent 4px, transparent 5px);
    background-size: 7px 7px;
    backface-visibility: hidden;
    z-index: -1
  }
  #content_area > section#detail_option > .option_block {
    padding: 10px 0;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section#detail_option > .option_block > .option_text_right {
    width: 100%;
  }
  #content_area > section#detail_option > .option_block > .option_text_right > h2 {
    
  }
  #content_area > section#detail_option > .option_block > .option_text_right > .option_detail {
  
  }
  #content_area > section#detail_option > .option_block > .option_photo_right {
    text-align: center;
  }
  #content_area > section#detail_option > .option_block > .option_photo_right_s {
    text-align: center;
  }
  #content_area > section#detail_option > .option_under_left {
    text-align: center;
  }
  #content_area > section#detail_option > .option_under_right {
    width: calc(100% - 20px);
    border: 1px solid #000;
  }
  #content_area > section#detail_option > .option_under_right > p {
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
  }
  #content_area > section#detail_option > .option-car-example {
    border: 2px solid #333333;
  }
  #content_area > section#detail_option > .option-car-example > h2 {
    background-color: #333333;
    padding: 10px;
    color: #FFFFFF;
  }
  #content_area > section#detail_option > .option-car-example > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
    margin: 10px;
  }
  #content_area > section#detail_option > .option-car-example > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
    margin-bottom: 10px;
    text-align: center;
  }
  
  /* 詳細活用事例ページ用 */
  #content_area > section#detail_case {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  
  /* 詳細構成例ページ用 */
  #content_area > section.detail_constitution {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section.detail_constitution > h2 {
    width: 100%;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section.detail_constitution > .constitution_box {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  
  /* 詳細ギャラリーページ用 */
  #content_area > section#detail_gallery {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  #content_area > section#detail_gallery > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: calc(100% - 8px);
  }
  #content_area > section#detail_gallery > ul > li {
    position: relative;
    flex-direction: column;
    margin-bottom: 20px;
    width: 45%;
    text-align: center;
  }
  
  /* 詳細FAQページ用 */
  #content_area > section > h2 {
    width: 100%;
    border-bottom: 1px solid #4472C4;
    margin-bottom: 20px;
  }
  #content_area > section > ul.qanda > li {
    position: relative;
    width: 100%;
    padding: 10px 0;
  }
  #content_area > section > ul.qanda > li > dl {
    padding: 0 10px 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #CCC;
  }
  #content_area > section > ul.qanda > li > dl > dt {
    display: block;
    position: relative;
    min-height: 50px;
    padding: 10px 0 0 70px;
    box-sizing: border-box;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #content_area > section > ul.qanda > li > dl > dt::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../support/img/q.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  #content_area > section > ul.qanda > li > dl > dd {
    display: block;
    position: relative;
    min-height: 50px;
    padding: 10px 0 0 70px;
    box-sizing: border-box;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  #content_area > section > ul.qanda > li > dl > dd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../img/support/a.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  
  .teikaku {
    padding: 10px;
    width: calc(100% - 20px);
    margin: 20px 0;
  }
  
  /* 事例リンク */
  #content_area > section > ul.jirei-syoukai {
    width: 100%;
  }
  #content_area > section > ul.jirei-syoukai > li {
    position: relative;
    margin: 0 20px 20px 0;
    border: 2px solid #DDD;
    padding: 10px;
  }
  #content_area > section > ul.jirei-syoukai > li > .syamei {
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  #content_area > section > ul.jirei-syoukai > li > .stitle {
    line-height: 1.6em;
    font-weight: bold;
    color: #0000B2;
  }
  #content_area > section > ul.jirei-syoukai > li > img {
    margin: 10px auto;
    max-width: 218px;
  }
  #content_area > section > ul.jirei-syoukai > li > .jirei-link-box {
    text-align: center;
    margin: 5px 0;
  }
  
  /* SK-3000オプション */
  #content_area > section {
    width: calc(100% - 20px);
  }
  #content_area > section > div#ITEM {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 0%;
  }
  #content_area > section > div#ITEM > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 20px;
  }
  #content_area > section > div#ITEM > div > dl {
    display: flex;
    flex-direction: column;
  }
  #content_area > section > div#ITEM > div > dl > dt {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 40px;
    background-color: #707070;
    color: #FFF;
  }
  #content_area > section > div#ITEM > div > dl > dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #content_area > section > div#ITEM > div > dl > dd > div > img {
  }
  #content_area > section > div#ITEM > div > dl > dd > div > p {
    text-align: center;
  }
  
}




