﻿/* color */
.txt_color_nomal{color: #3d3d3d;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #084ca1} /* メインカラー */
.txt_color2{color: #ebf1ff} /* サブカラー */
.txt_color3{color: #b3b3b3} /* アクセントカラー1 */
.txt_color4{color: #f3f3f3} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #084ca1} /* メインカラー */
.bg_color2{background-color: #ebf1ff} /* サブカラー */
.bg_color3{background-color: #b3b3b3} /* アクセントカラー1 */
.bg_color4{background-color: #f3f3f3} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #084ca1}
.border_color2{border-color: #ebf1ff}
.border_color3{border-color: #b3b3b3}
.border_color4{border-color: #f3f3f3}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #3d3d3d;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #084ca1} /* メインカラー */
.hvr_txt_color2:hover{color: #ebf1ff} /* サブカラー */
.hvr_txt_color3:hover{color: #b3b3b3} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f3f3f3} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #084ca1} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ebf1ff} /* サブカラー */
.hvr_bg_color3:hover{background-color: #b3b3b3} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f3f3f3} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #084ca1 }
.hvr_border_color2:hover{border-color: #ebf1ff}
.hvr_border_color3:hover{border-color: #b3b3b3}
.hvr_border_color4:hover{border-color: #f3f3f3}

.linkStyle {
    color: #084ca1;
}
h1 img {
    max-width: 120px;
}
#sc_menu .logo img {
    max-width: 65px;
}
#intro {
    background-image: none;
    padding-bottom: 300px;
}
#intro {
    background-color: #ebf1ff;
    background-image: url("https://www.transparenttextures.com/patterns/robots.png");
    animation: cloud 60s linear infinite;
}
@keyframes cloud {
  from {
    background-position-x: 0;
    background-position-y: 0;
  }
  to {
    background-position-x: 800px;
    background-position-y: -800px;
  }
}
#intro h3 span {
    background-color: #084ca1;
    color: #fff;
    padding: 11px 30px 21px;
    position: relative;
}
#intro h3 span:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/robot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 120px;
    right: -58px;
    /* transform: translateX(-50%); */
    top: -38px;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
#contents {
    position: relative;
}
#contents:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/back1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1000px;
    right: 0;
    bottom: -1000px;
    opacity: 0.05;
    pointer-events: none;
}
#page_title {
    position: relative;
    z-index: 1;
}
#page_title:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/back1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1000px;
    right: 0;
    bottom: -1000px;
    opacity: 0.05;
    pointer-events: none;
}
.more {
    position: relative;
}
.ft {
    position: relative;
}
.ft:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/back2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 100%;
    height: 1000px;
    top: -1000px;
    left: 0px;
    opacity: 0.05;
    pointer-events: none;
}
#cms .width_1280-max {
    position: relative;
    z-index: 1;
}
footer #footer #footer_txt .logo {
    width: 50%;
    max-width: 200px;
    margin: 0 auto;
}
#contents .logo .width_300 {
    width: 200px;
}
#top_cms {
    position: relative;
    z-index: 1;
}
#contents .contents_txt {
    background-image: url(./Dup/img/denki.png);
    background-size: cover;
    background-position: center center;
}
#contents .logo {
    background-image: url(./Dup/img/denki2.png);
    background-size: cover;
    background-position: center center;
}
.opacity07 {
    opacity: 1;
}
#cms_5-a .box_wrap {
    display: block;
}
#intro h3 span {
    display: inline-block;
}
h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}
/* ---------- 1680px ---------- */
@media screen and (max-width: 1680px){
#main_img #catch {
    top: 55%;
}
}
/* ---------- 1601px ---------- */
@media screen and (max-width: 1600px){
#main_img #catch {
    width: 42%;
}
}
/* ---------- 1380px ---------- */
@media screen and (max-width: 1413px){
#main_img #catch {
    top: 58%;
    width: 43%;
}
}
/* ---------- 1350px ---------- */
@media screen and (max-width: 1350px){
#main_img #catch {
    top: 60%;
    width: 45%;
}
#intro {
    padding-top: 150px;
}
}
/* ---------- 1253px ---------- */
@media screen and (max-width: 1253px){
#main_img #catch {
    top: 64%;
    width: 49%;
}
}
/* ---------- 1151px ---------- */
@media screen and (max-width: 1151px){
#main_img #catch {
    top: 64%;
    width: 54%;
    left: 0.5%;
}
#intro_title h3 {
    font-size: 31px;
}

}
/* ---------- 1045px ---------- */
@media screen and (max-width: 1045px){
#main_img #catch {
    top: 62%;
    width: 54%;
    left: 0.5%;
}
h1 img {
    max-width: 100px;
}
}
/* ---------- 993px ---------- */
@media screen and (max-width: 993px){
#intro_title h3 {
    font-size: 28px;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
h1 img {
    max-width: 90px;
}
h1 a {
    padding: 10px 20px;
}
#main_img #catch {
    width: 80%;
}
#contents .logo .width_300 {
    width: 170px;
}
#page_title:before {
    background-image: none;
}
#intro h3 span:before {
    right: -10%;
}
#intro_title h3 {
    font-size: 24px;
}
#main_img #catch h2 {
    position: static;
    word-break: break-all;
    transform: translateY(-19px);
}
h1 {
    position: static;
    width: 30%;
    margin: 0 auto;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
h1 img {
    max-width: 80px;
}
#contents:after {
    bottom: -680px;
}
.ft:before {
    top: -680px;
}
#intro_title {
    background-color: #084ca1;
    width: 90% !important;
}
#intro_title h3 {
    font-size: 21px;
}
#intro_title p {
    border-color: #fff;
    color: #fff;
}
#intro h3 span {
    background-color: #084ca1;
    color: #fff;
    padding: 7px 0px 17px;
    position: relative;
}
#intro h3 span:before {
    width: 57px;
    height: 90px;
    right: 19% !important;
    top: -88px;
}
#intro {
    padding-bottom: 100px;
}
.cate_list li a {
    transition: ease 0.3s;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tel_box .pd_10px {
    padding: 10px 0;
}
#main_img #catch h2 {
    position: static;
    word-break: break-all;
    transform: translateY(-12px);
}
#main_img #catch {
    width: 85%;
}
#cms_1-a .pager li:last-of-type {
    margin-right: 14px;
}
#cms_1-a .pager li {
    margin-right: -14px;
}
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
#cms_2-a .cate .cate_title {
    padding-top: 6px !important;
}
#cms_6-b .cate .cate_title {
    padding: 6px 5px 6px !important;
}
#cms_5-a .cate .cate_title span:last-of-type {
    padding-top: 0px !important;
}
#cms_6-a .cate .cate_title {
    padding-top: 9px !important;
}
#page_title p {
    padding-bottom: 13px !important;
}
}