@charset "utf-8";
/* CSS Document */

* {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
}
body {
    background-image: url(../img/background.jpg);
    background-repeat: repeat;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-ie {
    right: -58% !important;
}
h2 {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 40px;
    letter-spacing: 2px;
}
h5 {
    color: #232382;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
}
.floatright {
    float: right;
}
.topnav img {
    float: left;
}
/* ナビゲーションメニュースタイル */

.topnav {
    width: 1000px;
    margin: 50px auto;
}
/* メニュー全体のスタイル */

.global-nav {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    max-width: 1000px;
    margin: 0 auto;
    pointer-events: none;
}
/* 各メニューのスタイル */

.global-nav p {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 10%;
}
.global-nav p a {
    pointer-events: auto;
    display: block;
}
/* バーのスタイル */

.global-nav--bar {
    position: absolute;
    display: block;
    bottom: 0;
    left: 30%;
    width: 4%;
    height: 2px;
    background: #232382;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 2px;
}
.global-nav p:nth-child(1) {
    margin-left: 30px;
}
.global-nav p:nth-child(2) {
    margin-left: -50px;
    margin-right: 20px;
}
.global-nav p:nth-child(4) {
    margin-left: -10px;
}
.global-nav p:nth-child(5) {
    margin-left: 10px;
}
/* ホバーでバーの位置を変化 */

.global-nav p:nth-child(1):hover~.global-nav--bar, .global-nav p:nth-child(1).act~.global-nav--bar {
    left: 30%;
}
.global-nav p:nth-child(2):hover~.global-nav--bar, .global-nav p:nth-child(2).act~.global-nav--bar {
    left: 35%;
    width: 10.5%;
}
.global-nav p:nth-child(3):hover~.global-nav--bar, .global-nav p:nth-child(3).act~.global-nav--bar {
    left: 47%;
    width: 7%;
}
.global-nav p:nth-child(4):hover~.global-nav--bar, .global-nav p:nth-child(4).act~.global-nav--bar {
    left: 56%;
    width: 9%;
}
.global-nav p:nth-child(5):hover~.global-nav--bar, .global-nav p:nth-child(5).act~.global-nav--bar {
    left: 67%;
    width: 7%;
}
.global-nav p:nth-child(6):hover~.global-nav--bar, .global-nav p:nth-child(6).act~.global-nav--bar {
    left: 76.5%;
    width: 7.5%;
}
.global-nav p:nth-child(7):hover~.global-nav--bar, .global-nav p:nth-child(7).act~.global-nav--bar {
    left: 87%;
    width: 9%;
}
/* ナビゲーションの位置を変化 */

.global-nav p:nth-child(1).current~.global-nav--bar {
    left: 30%;
}
.global-nav p:nth-child(2).current~.global-nav--bar {
    left: 35%;
    width: 10.5%;
}
.global-nav p:nth-child(3).current~.global-nav--bar {
    left: 47%;
    width: 7%;
}
.global-nav p:nth-child(4).current~.global-nav--bar {
    left: 56%;
    width: 9%;
}
.global-nav p:nth-child(5).current~.global-nav--bar {
    left: 67%;
    width: 7%;
}
.global-nav p:nth-child(6).current~.global-nav--bar {
    left: 76.5%;
    width: 7.5%;
}
.global-nav p:nth-child(7).current~.global-nav--bar {
    left: 87%;
    width: 9%;
}
/* ナビゲーションメニュースタイルここまで */

.logo {
    width: 275px;
}
.top-contents {
    position: relative;
    width: 100%;
}
.topback-kon {
    background-image: url(../img/top-back.jpg);
    background-repeat: repeat-x;
    width: 2000px;
    height: 700px;
    top: 50px;
    right: 0;
    position: absolute;
    overflow-x: hidden;
}
.tenohira {
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 1200px;
    height: 700px;
}
.topdenpa {
    position: absolute;
    right: -75%;
    bottom: 100px;
    z-index: 100;
    max-height: 95px;
}
#boel {
    stroke-width: 1px;
    fill: transparent;
    stroke-dasharray: 1425px;
    stroke-dashoffset: 1425px;
    animation: anim 5s ease-in 0s forwards;
}
 @keyframes anim {
 0% {
 stroke-dashoffset: 1425px;
}
 30% {
 fill: transparent;
}
 60% {
 stroke-dashoffset: 0;
}
 100% {
 stroke-dashoffset: 0;
 fill: #000000;
}
}
#boel02 {
    stroke-width: 1px;
    fill: transparent;
    stroke-dasharray: 1425px;
    stroke-dashoffset: 1425px;
    animation: anim 5s ease-in 0s forwards;
}
 @keyframes anim {
 0% {
 stroke-dashoffset: 1425px;
}
 30% {
 fill: transparent;
}
 60% {
 stroke-dashoffset: 0;
}
 100% {
 stroke-dashoffset: 0;
 fill: #000000;
}
}
#boel03 {
    stroke-width: 1px;
    fill: transparent;
    stroke-dasharray: 130%;
    stroke-dashoffset: 1425px;
    ;
    animation: anim 5s ease-in 0s forwards;
}
 @keyframes anim {
 0% {
 stroke-dashoffset: 1425px;
}
 30% {
 fill: transparent;
}
 60% {
 stroke-dashoffset: 0;
}
 100% {
 stroke-dashoffset: 0;
 fill: #000000;
}
}
#doel04 {
    stroke-width: 1px;
    fill: transparent;
    stroke-dasharray: 1425px;
    stroke-dashoffset: 1425px;
    animation: anim 5s ease-in 0s forwards;
}
 @keyframes anim {
 0% {
 stroke-dashoffset: 1425px;
}
 30% {
 fill: transparent;
}
 60% {
 stroke-dashoffset: 0;
}
 100% {
 stroke-dashoffset: 0;
 fill: #000000;
}
}
svg#boel04 {
    margin: 10px 2% 30px -80%;
    height: 60px;
}
.stt2 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1;
    stroke-miterlimit: 10;
}
.stt3 {
    fill: none;
    stroke: #232382;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.ue {
    width: 300px;
}
/* 点滅 */

.blinklight {
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
 @-webkit-keyframes blink {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes blink {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes blink {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/* 点滅ここまで */

.lighta, .lightb {
    position: absolute;
    top: 70px;
    right: 225px;
    width: 450px;
}
.lightc, .lightd {
    position: absolute;
    top: 180px;
    right: 310px;
    width: 280px;
}
.tenohira h2 {
    position: absolute;
    bottom: 200px;
    right: -120px;
    color: #ffffff;
}
.tenohira h3 {
    position: absolute;
    bottom: 140px;
    right: 10px;
    font-size: 22px;
    letter-spacing: 3px;
    color: #ffffff;
}
.ofhidden {
    width: 100%;
    height: 940px;
    overflow: hidden;
    margin-bottom: 150px;
}
.tsuyomi {
    width: 1050px;
    margin: 200px auto;
}
.left-contents01 {
    float: left;
    width: 480px;
}
.right-contents01 {
    position: relative;
    right: -500px;
}
.blackback {
    position: relative;
    right: -15%;
    width: 900px;
    height: 800px;
}
.right-contents01 img {
    position: absolute;
    filter: drop-shadow(2px 7px 5px rgba(120, 120, 120, 0.3));
}
.tsuyomiimg {
    margin: -50px 0 0 -450px;
}
.aboutus {
    margin-left: -150px;
}
.minidenkyu {
    direction: inline-block;
    width: 50px;
    vertical-align: top;
    margin-right: 20px;
}
.tsuyomi h2 {
    display: inline-block;
    vertical-align: top;
}
.tsuyomi h5 {
    display: block;
    margin: -35px 0 0 330px;
}
.tsuyomi h3 {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 0;
}
.tsuyomidenpa {
    margin-left: -100%;
    height: 60px;
}
.tsuyomidenpa02 {
    margin-left: -100%;
    height: 60px;
}
.tsuyomitext {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 30px;
}
.aboutus {
    background-image: url(../img/aboutus.png);
    background-repeat: no-repeat;
    height: 125px;
    width: 1000px;
    top: 1680px;
    left: 200px;
    z-index: -1;
    position: absolute;
}
.button01 {
    display: block;
    border: solid 1px #232382;
    margin-top: 50px;
    
    width: 280px;
    text-align: center;
    cursor: pointer;
}
.button01 p {
    color: #232382;
    font-size: 14px;
    font-weight: 600;
	
}
.button01:hover {
    background-color: #232382;
    border: solid 1px #ffffff;
}
.button01:hover>p, .button01:hover>p>.fa-caret-right {
    color: #ffffff;
}
/* 小さい矢印のアイコン共通 */

.miniyazi {
    margin-right: 10px
}
/* 小さい矢印のアイコン共通ここまで */

.blockcon {
    width: 1050px;
    margin: 0 auto 200px auto;
}
.blockcon .ircon01 {
    position: relative;
    background-image: url(../img/img010.jpg);
    display: inline-block;
    width: 450px;
    height: 540px;
    margin-left: 50px;
    filter: drop-shadow(2px 7px 5px rgba(120, 120, 120, 0.3));
}
.blockcon .ircon02 {
    position: relative;
    background-image: url(../img/img011.jpg);
    display: inline-block;
    width: 450px;
    height: 540px;
    margin-left: 80px;
    filter: drop-shadow(2px 7px 5px rgba(120, 120, 120, 0.3));
}
.blockcon h2 {
    position: absolute;
    top: 90px;
    left: -20px;
    color: #ffffff;
}
.ircon02 h2 {
    margin-left: 35px;
}
.blockcon a p {
    color: #ffffff;
}
.blockcon .fa-caret-right {
    color: #ffffff;
}
.blockcon .konblock {
    margin: -50px 0 0 -50px;
}
.mameden-w {
    position: absolute;
    width: 55px;
    height: 60px;
    top: 0;
    left: 16%;
}
.button02 {
    position: absolute;
    top: 140px;
    left: -30px;
    display: block;
    border: solid 1px #ffffff;
    margin-top: 50px;
    padding: 20px 0;
    width: 280px;
    text-align: center;
    cursor: pointer;
}
.button02 p {
    color: #232382;
    font-size: 14px;
    font-weight: 400;
}
.button02:hover {
    background-color: #ffffff;
    border: solid 1px #232382;
}
.button02:hover>p, .button02:hover>p>.fa-caret-right {
    color: #232382;
    font-weight: 600;
}
.blockcon .ircon03 {
    position: relative;
    background-image: url(../img/img_131.jpg);
    width: 980px;
    height: 320px;
    margin: 100px 0 0 55px;
    filter: drop-shadow(2px 7px 5px rgba(120, 120, 120, 0.3));
}
.blockcon .ircon03 .mameden-w {
    left: 8%;
}
.blockcon .ircon03 h2 {
    margin-left: 35px;
}
.tsuyomi .blackback {
    top: -1050px;
}
/* お知らせ */

.news {
    width: 1050px;
    margin: 50px auto 200px auto;
}
.news h2, .news h5 {
    display: inline-block;
    margin-top: 10px;
}
.news h5 {
    margin-left: 120px;
}
.ovflwhidden {
    width: 1050px;
    overflow-x: hidden;
}
.newsdenpa {
    height: 60px;
    margin-bottom: 30px;
}
.stt4 {
    fill: none;
    stroke: #232382;
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.news-t-title .news-date {
    display: inline-block;
    color: #646464;
    margin-right: 30px;
    letter-spacing: 3px;
}
.news-t-title .news-title {
    display: inline-block;
    font-weight: 800;
}
.newsichit {
    width: 1050px;
    padding: 30px 0;
    border-bottom: solid 1px #646464;
}
.news-t-title:hover>.news-date, .news-t-title:hover>.news-title {
    color: #232382;
}
.backnews {
    background-image: url(../img/news.png);
    position: absolute;
    width: 530px;
    height: 120px;
    right: 50px;
    margin-top: 600px;
    z-index: -1;
}
/* ツイッター */

.twitter h2, .twitter h5 {
    display: inline-block;
    margin-top: 10px;
}
.stt5 {
    fill: none;
    stroke: #232382;
    stroke-width: 2;
    stroke-miterlimit: 10;
    left: -100%;
}
.twitter-timeline {
    display: block;
    height: 620px;
    overflow-y: scroll;
}
.twitter {
    width: 1050px;
    margin: 0 auto 220px auto;
    height: 620px;
}
.twi-left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.twi-right {
    display: inline-block;
    margin-left: 55px;
    box-shadow: 2px 7px 10px rgba(120, 120, 120, 0.3);
    width: 460px;
    height: 620px;
    overflow-y: scroll;
}
.twitter h5 {
    margin-left: 150px;
}
.twitter p {
    letter-spacing: 1.5px;
    line-height: 33px;
}
.backtwitter {
    background-image: url(../img/twitter.png);
    position: absolute;
    width: 780px;
    height: 125px;
    margin-top: 900px;
    left: 50px;
    z-index: -1;
}
.back-kon {
    background-image: url(../img/contact-back.jpg);
    display: block;
    width: 980px;
    height: 160px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 50px 0;
    color: #ffffff;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 42px;
    letter-spacing: 2px;
}
.back-kon:hover {
    opacity: 0.9;
    color: #f5f5f5;
}
footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 400px;
    clear: both;
    height: 800px;
}
footer .machinami {
    width: 100%;
    margin-bottom: -100px;
}
.footerback {
    background-image: url(../img/footer.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 400px;
    z-index: -20;
}
footer ul {
    padding-bottom: 20px;
}
footer li {
    display: inline-block;
    border-right: solid 1px #ffffff;
    line-height: 10px;
}
footer ul li a {
    color: #ffffff;
    font-size: 13px;
    padding: 0 30px;
}
footer ul li a:hover {
    opacity: 0.8;
}
footer li:last-child {
    border: none;
}
footer h4 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 3px;
    padding: 120px 0 10px 0;
}
footer p {
    color: #ffffff;
    margin-bottom: 50px;
}
small {
    color: #ffffff;
    letter-spacing: 2px;
}
.tatemono02 {
    position: absolute;
    top: -260px;
    width: 4000px;
    z-index: 10;
}
.tatemono02 .machinami {
    background-image: url(../img/tatemono02.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    background-size: contain;
    height: 500px;
    background-repeat: repeat-x;
    background-position: 0 -70px;
    pointer-events: none;
}
.akari02 {
    background: linear-gradient(217deg, #eff7d5, #f3c085, #f3dc1d, #d8ea46);
    background-size: 1500px 400px;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    display: block;
    position: absolute;
    z-index: -15;
    margin-bottom: -300px;
}
.akaris01b {
    bottom: 5px;
    left: 10px;
    width: 130px;
    height: 100px;
}
.akaris02b {
    bottom: 5px;
    left: 185px;
    width: 120px;
    height: 230px;
}
.akaris03b {
    bottom: 2px;
    left: 370px;
    width: 70px;
    height: 150px;
}
.akaris04b {
    bottom: 5px;
    left: 495px;
    width: 110px;
    height: 40px;
}
.akaris05b {
    bottom: 5px;
    left: 685px;
    width: 130px;
    height: 100px;
}
.akaris06b {
    bottom: 2px;
    left: 860px;
    width: 65px;
    height: 140px;
}
.akaris07b {
    bottom: 5px;
    left: 965px;
    width: 165px;
    height: 75px;
}
.akaris08b {
    bottom: 0;
    left: 1180px;
    width: 80px;
    height: 85px;
}
.akaris09b {
    bottom: -7px;
    left: 1250px;
    width: 25px;
    height: 125px;
}
.akaris10b {
    bottom: -7px;
    left: 1270px;
    width: 60px;
    height: 95px;
}
.akaris11b {
    bottom: 0;
    left: 1320px;
    width: 40px;
    height: 120px;
}
.akaris12b {
    bottom: 5px;
    left: 1420px;
    width: 170px;
    height: 85px;
}
.akaris13b {
    bottom: 5px;
    left: 1610px;
    width: 120px;
    height: 40px;
}
.akaris14b {
    bottom: 2px;
    left: 1770px;
    width: 70px;
    height: 145px;
}
.akaris15b {
    bottom: 2px;
    left: 1890px;
    width: 160px;
    height: 70px;
}
.akaris16b {
    bottom: -7px;
    left: 2100px;
    width: 80px;
    height: 95px;
}
.akaris17b {
    bottom: -7px;
    left: 2175px;
    width: 25px;
    height: 130px;
}
.akaris18b {
    bottom: -7px;
    left: 2195px;
    width: 50px;
    height: 90px;
}
.akaris19b {
    bottom: 0px;
    left: 2240px;
    width: 40px;
    height: 120px;
}
.akaris20b {
    bottom: 5px;
    left: 2350px;
    width: 130px;
    height: 100px;
}
 @-webkit-keyframes AnimationName {
 0% {
 background-position: 92% 0%
}
 50% {
 background-position: 9% 100%
}
 100% {
 background-position: 92% 0%
}
}
 @-moz-keyframes AnimationName {
 0% {
 background-position: 92% 0%
}
 50% {
 background-position: 9% 100%
}
 100% {
 background-position: 92% 0%
}
}
 @keyframes AnimationName {
 0% {
 background-position: 92% 0%
}
 50% {
 background-position: 9% 100%
}
 100% {
 background-position: 92% 0%
}
}
.yamayama {
    z-index: -30;
    width: 2000px;
    position: absolute;
    left: 0;
    top: -280px;
}
.kannonsama {
    z-index: -40;
    display: block;
    position: absolute;
    top: -280px;
    width: 2000px;
}
.lightup {
    z-index: -35;
    display: block;
    position: absolute;
    top: -280px;
    width: 2000px;
}
.tatemono01 {
    position: absolute;
    top: -180px;
    width: 4000px;
    z-index: 30;
}
.tatemono01 .machinami {
    background-image: url(../img/tatemono01.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-size: contain;
    height: 500px;
    background-repeat: repeat-x;
    background-position: 0 -200px;
    pointer-events: none;
}
.akari01 {
    background: linear-gradient(350deg, #fbf26d, #ffbf94, #fde30f, #94db84);
    background-size: 4000px 400px;
    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    -o-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
    display: block;
    position: absolute;
    z-index: -5;
    margin-bottom: -290px;
}
.akaris01 {
    bottom: 33px;
    left: 340px;
    width: 140px;
    height: 60px;
}
.akaris02 {
    bottom: 33px;
    left: 730px;
    width: 115px;
    height: 60px;
}
.akaris03 {
    bottom: 33px;
    left: 880px;
    width: 190px;
    height: 70px;
}
.akaris04 {
    bottom: 33px;
    left: 1120px;
    width: 130px;
    height: 60px;
}
.akaris05 {
    bottom: 40px;
    left: 1300px;
    width: 410px;
    height: 75px;
}
.akaris06 {
    bottom: 120px;
    left: 1335px;
    width: 350px;
    height: 13px;
}
.akaris07 {
    bottom: 130px;
    left: 1352px;
    width: 295px;
    height: 18px;
}
.akaris08 {
    bottom: 144px;
    left: 1388px;
    width: 221px;
    height: 18px;
}
.akaris09 {
    bottom: 35px;
    left: 1750px;
    width: 168px;
    height: 70px;
}
 @-webkit-keyframes AnimationName {
 0% {
 background-position: 0% 76%
}
 50% {
 background-position: 100% 25%
}
 100% {
 background-position: 0% 76%
}
}
 @-moz-keyframes AnimationName {
 0% {
 background-position: 0% 76%
}
 50% {
 background-position: 100% 25%
}
 100% {
 background-position: 0% 76%
}
}
 @-o-keyframes AnimationName {
 0% {
 background-position: 0% 76%
}
 50% {
 background-position: 100% 25%
}
 100% {
 background-position: 0% 76%
}
}
 @keyframes AnimationName {
 0% {
 background-position: 0% 76%
}
 50% {
 background-position: 100% 25%
}
 100% {
 background-position: 0% 76%
}
}
/* トップへ戻るボタン */

#pageTop {
    z-index: 999999999;
    text-align: right;
    bottom: 500px;
    float: right;
    position: relative;
}
#pageTop a {
    display: block;
}
#pageTop a:hover {
    text-decoration: none;
}
.topmodoru {
    position: absolute;
    top: 380px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 150px;
    height: 80px;
}
.topmodoru p, .topmodoru span{
    color: #ffffff;
    position: absolute;
    top: 40px;
    right: 30px;
}
.ueyazi {
    width: 22px;
    position: absolute;
    top: 15px;
    right: 65px;
    display: block;
}
.ueyazi02 {
    width: 22px;
    position: absolute;
    top: 15px;
    right: 65px;
    display: none;
}
.topmodoru:hover {
    background-color: rgba(255, 255, 255, 1)
}
.topmodoru:hover>p, #pageTop:hover>.ueyazi,.topmodoru:hover>span {
    color: #646464;
}
.topmodoru:hover>.ueyazi {
    display: none;
}
.topmodoru:hover>.ueyazi02 {
    display: block;
}


/* トップへ戻るボタンここまで */


/* ----- 下層共通 ----- */

.displyib {
    display: inline-block;
}
.kasocon {
    width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
}
/* パンくず*/

.breadcrumb {
    margin: 50px 0;
    padding-left: 0;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 3px;
    color: #555;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a span {
    text-decoration: none;
    color: #2f2725;
    font-size: 13px;
}
.breadcrumb li a span:hover {
    color: #CBCBCB
}
/* パンくずここまで */

.kaso-title {
    background-image: url(../img/kaso-title.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 160px;
}
.kaso-title h2 {
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
    letter-spacing: 4px;
}
/* ----- 下層共通ここまで ----- */


/*　==================== 高原電気の強みページ　==================== */

.shinrainosekoudenpa {
    margin-left: -45%;
    height: 60px;
}
.kaso-p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 28px;
}
.k-img01 {
    position: relative;
    margin: 60px 0 150px 20px;
    height: 320px;
    top: -20px;
    left: -20px;
}
.kaso-back01 {
    position: absolute;
    top: 20px;
    left: 20px;
}
.kaso-img01 {
    position: absolute;
}
.k-img02 {
    position: relative;
    margin: 30px 0 80px 20px;
    height: 580px;
    display: inline-block;
}
.kaso-p01 {
    width: 400px;
    display: inline-block;
}
.button03 {
    display: block;
    border: solid 1px #232382;
    margin-top: 350px;
    padding: 20px 0;
    width: 280px;
    text-align: center;
    cursor: pointer;
}
.button03 p {
    color: #232382;
    font-size: 14px;
    font-weight: 400;
}
.button03:hover {
    background-color: #232382;
    border: solid 1px #ffffff;
}
.button03:hover>p, .button03:hover>p>.fa-caret-right {
    color: #ffffff;
    font-weight: 600;
}
.left-contents02 {
    float: left;
    width: 500px;
}
/*　==================== 高原電気の強みページここまで　==================== */


/*　==================== お知らせ一覧　==================== */

.newsichirandenpa {
    height: 60px;
}
.news-con {
    border-bottom: solid 1px #646464;
}
.newsdate {
    float: left;
    font-size: 14px;
    color: #646464;
    letter-spacing: 3px;
    padding-top: 20px;
}
.newstitle {
    font-weight: 700;
    padding: 20px 0 20px 0;
}
.newstitle:hover {
    color: #232382;
}
.newstext {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 30px;
}
.right-contents03 {
    margin-left: 160px;
}
.pageokuri {
    margin: 50px 10px;
}
.pageokuri a {
    display: inline-block;
    padding: 13px 22px;
    margin-right: 30px;
    font-weight: 600;
}
.pageokuri a:hover {
    color: #ffffff;
    background-color: #232382;
}
/*　==================== お知らせ一覧ここまで　==================== */


/*　==================== お知らせ詳細　==================== */

.newsichiransdenpa {
    height: 60px;
}
.newsimg {
    text-align: center;
    max-width: 500px;
    max-height: 650px;
    object-fit: cover;
    margin: 50px 25%;
}
.newsdate-s {
    font-size: 14px;
    letter-spacing: 3px;
    padding-top: 10px;
}
.newstitle-s {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 42px;
    font-weight: 700;
    padding: 10px 0 10px 0;
}
.newstext-s {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 30px;
}
.pageokuri {
    margin: 50px 10px;
}
.pageokuri-s {
    text-align: center;
    margin: 50px auto 0 auto;
}
.pageokuri-s a {
    display: inline-block;
    border: solid 1px #ffffff;
    background-color: #232382;
    color: #ffffff;
    padding: 15px 60px;
    font-weight: 600;
}
.pageokuri-s a:first-child {
    margin-right: 20px;
}
.pageokuri-s a:hover {
    color: #232382;
    background-color: #ffffff;
    border: solid 1px #232382;
}
/*　==================== お知らせ詳細ここまで　==================== */


/*　==================== 会社概要　==================== */

table,tbody{
    width: 100%;
    display: table;

}

.companyback {
    background-color: #ffffff;
    width: 1000px;
    padding: 20px;
    margin-bottom: 50px;
}
.companyback h2 {
    border-bottom: solid 1px #646464;
    margin-bottom: 25px;
}
.companyback table {
    width: 950px;
    border-collapse: collapse;
}
.companyback table td {
    padding: 10px;
    border: solid 1px #b4b4b4;
    letter-spacing: 1px;
    font-weight: 500;
}
.contname {
    background-image: url(../img/tabel.jpg);
    color: #ffffff;
    width: 240px;
}
.chizu {
    width: 100%;
}
/*　==================== 会社概要ここまで　==================== */


/*　==================== 施工事例　==================== */

.articlecon {
    max-width: 1000px;
    margin: 0 auto;
}


/* セレクトボックスの矢印非表示 */

::-ms-expand {
 display: none;
}
.tochi-kensaku {
    background-color: #ffffff;
    border: solid 1px #565656;
    margin: 30px auto;
}
.con-sm {
    padding: 20px;
}
.backglo {
    background-color: #232382;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}
.backbmi {
    background-color: #232382;
    display: inline-block;
    padding: 2px 50px 2px 20px;
    margin-right: -5px;
}
.backbmi p {
    color: #ffffff;
    display: inline;
    margin-left: 20px;
}
.selectcon {
    -webkit-appearance: none;
    display: inline-block;
    margin-bottom: -2px;
}
.selectcon select {
    padding: 1px 40px 1px 20px;
    border: solid 1px #4b4b4b;
    display: inline-block;
    border-radius: 0;
}
.selectcon span {
    position: relative;
    display: inline-block;
}
.selectcon span:after {
    position: absolute;
    content: '';
    right: 7px;
    bottom: -7px;
    height: 26px;
    width: 25px;
    background-size: 25px auto;
    background-image: url(../img/select.svg);
    pointer-events: none;
}
.search-button {
    margin: 10px auto 0 auto;
    padding: 1px 0;
    background-color: #ffffff;
    color: #232382;
    width: 220%;
    border: solid 1px #232382;
    font-weight: 600;
}
.sarspan {
    position: relative;
    display: block;
}
.sarspan:before {
    position: absolute;
    content: '';
    left: 30%;
    top: 15px;
    height: 20px;
    width: 20px;
    background-size: 20px auto;
    background-image: url(../img/search-k.svg);
}
.search-bb {
    display: inline-block;
}
.search-bb:hover>.sarspan:before {
    background-image: url(../img/search-w.svg);
}
.search-bb:hover>.search-button {
    color: #ffffff;
    background-color: #232382;
    border: solid 1px #ffffff;
    font-weight: 800;
}
.bukken-ichi {
    border: solid 1px #565656;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.bukken-ichi img {
    float: left;
    margin-right: 15px;
    width: 48%;
    height: auto
}
.floatribicon {
    float: right;
    width: 480px;
}
.floatribicon table {
    border-collapse: collapse;
    margin-bottom: 20px;
}
.floatribicon table th, .floatribicon table td {
}
.floatribicon .back-k-table {
    background-color: #4b4b4b;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
}
.floatribicon .back-w-table {
    font-weight: 600;
    font-size: 14px;
    width: 60%;
    padding-left: 10px;
    letter-spacing: 2px;
}
.cat-zokusei, .cat-category {
    display: inline-block;
}
.cat-zokusei {
    background-color: #232382;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 15px;
    letter-spacing: 34px;
    text-indent: 34px;
    margin-bottom: 10px;
}
.cat-category {
    border: solid 1px #232382;
    color: #232382;
    font-size: 11px;
    padding: 4px 95px;
}
.pageokuri-01 {
    float: left;
    margin: 10px 0 0 270px;
}
.pageokuri-01 p {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
}
.pageokuri-01 .text-big-ora {
    margin: 0 5px;
    font-size: 32px;
    color: #ee781f;
    font-weight: 800;
}
.span-page {
    font-weight: 800;
}
.ls35 {
    letter-spacing: 35px;
    text-indent: 35px;
}
.ls15 {
    letter-spacing: 15px;
    text-indent: 15px;
}
/*　==================== 施工事例ここまで　==================== */


/*　==================== 初めての方へ　==================== */

.hazimetenokatahe {
    width: 100%;
    height: 940px;
    margin-top: -100px;
    margin-bottom: 50px;
}
.daihyou {
    width: 1050px;
    margin: 200px auto;
}
.right-contents02 {
    position: relative;
    display: inline;
    overflow-x: hidden;
    height: 800px;
    width: 900px;
}
.blackback {
    position: relative;
    overflow-x: hidden;
    left: 100px;
    width: 900px;
    height: 800px;
}
.right-contents02 img {
    position: absolute;
    margin-left: 100px;
}
.daihyouimg {
    margin: -50px 0 0 -450px;
    box-shadow: -4px -5px 8px rgba(120, 120, 120, 0.3);
}
.minidenkyu {
    display: inline-block;
    width: 50px;
    vertical-align: top;
    margin-right: 20px;
}
.daihyou h2 {
    display: inline-block;
    vertical-align: top;
}
.daihyou h5 {
    display: block;
    margin: -35px 0 0 330px;
}
.daihyou h3 {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 0;
}
.hazicon {
    width: 1000px;
    margin: 0 auto;
}
.hazicon h2 {
    display: inline-block;
}
.gyomucon, .gyomucon02 {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}
.gyomuconall .ircon01 {
    position: relative;
    width: 450px;
    margin: -140px -35px 0 80px;
}
.gyomuconall .ircon02 {
    position: relative;
    background-image: url(../img/img011.jpg);
    display: inline-block;
    width: 450px;
    height: 540px;
    margin-left: 80px;
    filter: drop-shadow(2px 7px 5px rgba(120, 120, 120, 0.3));
}
.gyomuconall h2 {
    position: absolute;
    top: 130px;
    left: 0;
    color: #ffffff;
    width: 320px;
    text-align: center;
}
.gyomuconall .ircon02 h2 {
    margin-left: 35px;
}
.gyomuconall a p {
    color: #ffffff;
}
.gyomuconall .fa-caret-right {
    color: #ffffff;
}
.gyomuconall .mamekou-w {
    position: absolute;
    width: 55px;
    height: 60px;
    top: 50px;
    left: 30%;
}
.gyomuconall .ircon03 {
    position: relative;
    background-image: url(../img/img012.jpg);
    width: 980px;
    height: 320px;
    margin: 100px 0 0 55px;
}
.gyomuconall .ircon03 .mameden-w {
    left: 8%;
}
.gyomuconall .ircon03 h2 {
    margin-left: 35px;
}
.button2-5 {
    left: 20px;
    top: 185px;
}
.hazitext {
    margin-top: -140px;
    border: solid 1px #232382;
    padding: 150px 20px 20px 20px;
    width: 480px;
    height: 500px;
}
.hazitext p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}
.h22 {
    top: 110;
    line-height: 45px;
}
.daihyounameall {
    text-align: right;
    margin-top: 50px;
}
.daihyouname {
    font-size: 20px;
}
.kaso-img01 {
    filter: drop-shadow(-4px -7px 4px rgba(120, 120, 120, 0.3));
}
/*　==================== 初めての方へここまで　==================== */


/*　==================== お問い合わせ　==================== */

.telcontactcon, .formcontactcon {
    background-color: #ffffff;
    margin-bottom: 50px;
    padding: 30px 20px;
}
.telcontactcon h2, .formcontactcon h2 {
    border-bottom: solid 1px #4b4b4b;
    margin-bottom: 30px;
}
.telcon, .faxcon {
    position: relative;
    background-image: url(../img/contactbutton.jpg);
    width: 450px;
    height: 130px;
    display: inline-block;
    padding: 20px;
}
.telcon {
    margin-right: 50px;
}
.contacticon {
    position: absolute;
}
.telcon h3, .faxcon h3 {
    position: absolute;
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
    left: 100px;
}
.telcon p, .faxcon p {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    top: 80px;
    letter-spacing: 1px;
}
.formcontactcon p span {
    color: #FF0004
}
.form00 .contactp {
    display: inline-block;
    width: 24%;
}
.formcontactcon p {
    font-size: 14px;
    font-weight: 500;
}
.contactp02 {
    display: inline-block;
    width: 24%;
}
.formcontactcon .kozinzyouhou span {
    color: #232382;
}
.contactbox01 {
    display: inline-block;
    width: 73%;
    height: 45px;
    border: solid 1px #b4b4b4;
}
.contactbox02 label {
    display: inline-block;
    width: 187px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    border: solid 1px #b4b4b4;
    margin: 0 !important
}
.borderbottomblack {
    border-bottom: solid 1px #4b4b4b;
    padding: 10px 0;
}
.borderbottomblack textarea {
    width: 100%;
    height: auto
}
.borderboxblack {
    border: solid 1px #4b4b4b;
    padding: 30px 50px;
}
.contactp03 {
    display: inline-block;
    width: 24%;
}
.contactbox03 {
    display: inline-block;
    width: 16%;
    padding: 10px;
    border: solid 1px #b4b4b4;
}
.contactp04 {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-top: 10px;
}
.contactbox04 {
    display: inline-block;
    width: 74%;
    height: 350px;
    border: solid 1px #b4b4b4;
}
.marginbottom30 {
    margin-bottom: 30px;
}
.select001 {
    border: solid 1px #b4b4b4;
    padding: 10px;
}
/*input[type=checkbox] {
	display: none;}*/

.check_label {
    position: relative;
    padding: 0 0 0 42px;
}
.check_label:hover:after {
    border-color: #0171bd;
}
.check_label:after, .check_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
.check_label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    width: 10px;
    height: 10px;
    border: 1px solid #aaaaaa;
}
.check_label:before {
    left: 21px;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #232382;
    border-bottom: 3px solid #232382;
    transform: rotate(45deg);
    opacity: 1;
}
input[type=checkbox]:checked+.check_label:before {
    opacity: 1;
}
.douisuru {
    text-align: center;
}
.douicyousetsu:after {
    left: -50px;
    top: -12px;
}
#soushinbutton {
    width: 100%;
    background-color: #232382;
    border: solid 1px #ffffff;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 0;
}
#soushinbutton:hover {
    background-color: #ffffff;
    border: solid 1px #232382;
    color: #232382;
}
.disblock {
    display: inline;
}
.kibouzikan {
    display: inline;
    margin: 0 20px;
}
.selectcon02 {
    -webkit-appearance: none;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 15px
}
.selectcon02 select {
    position: relative;
    display: inline-block;
}
.selectcon02 span:after {
    position: absolute;
    content: '';
    right: 7px;
    bottom: 0px;
    height: 26px;
    width: 25px;
    background-size: 25px auto;
    background-image: url(../img/select.svg);
    pointer-events: none;
}
/*　==================== お問い合わせここまで　==================== */


/* ドロワーメニュー*/

#navToggle {
    display: none;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000;
    padding: 10px;
    background-color: #232382;
}
#navToggle div {
    position: relative
}
#navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 3px #ffffff;
    border-radius: 20%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}
#burger {
    width: 100%;
    z-index: 1000;
    position: fixed;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    right: 0;
}
#burger nav {
    display: none;
}
#burger ul {
    font-size: 13px;
    line-height: 1;
    margin: 0 10px 10px 0
}
#burger ul li:last-child::after {
    content: ''
}
#burger ul li a {
    color: inherit
}
.wpcf7 table {
    width: 100%;
    display: block;
    padding-bottom: 30px
}
.wpcf7 tbody tr th {
    width: 30%;
    text-align: left;
    padding: 15px;
    display: inline-block
}
.wpcf7 tbody tr {
    border-bottom: 1px solid #444;
    display: block;
    width: 100%;
    height: auto
}
.wpcf7 tbody tr td {
    width: 69%;
    text-align: left;
    padding: 15px;
    display: inline-block
}
.wpcf7 tbody tr td input[type="text"], .wpcf7 tbody tr td input[type="tel"], .wpcf7 tbody tr td input[type="email"], .wpcf7 tbody tr td textarea {
    width: 98%;
    display: block;
    margin-left: 15px;
    padding: 10px
}
tr th span {
    color: #E42E31;
}

/* ‐‐‐‐‐‐‐‐‐‐ ここから1000px以下の指定 ‐‐‐‐‐‐‐‐‐‐ */

@media screen and (max-width: 1000px) {
.global-nav {
    display: none;
}
#burger nav ul li ul li a,  #burger nav ul li ul li a span {
    color: #ffffff;
}
#burger {
    width: 100%;
    z-index: 1000;
    font-size: 0;
    line-height: 0;
}
#burger nav {
    background-color: #232382;
    display: block;
    width: 100%;
    top: -2200px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 10px;
    text-align: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 500;
}
#burger ul {
    margin: 0;
    display: block;
}
#burger ul li {
    color: #ffffff;
    display: block;
    margin: 0;
    border-bottom: solid 1px #ffffff;
    line-height: 3
}
#burger ul li ul li a:hover {
    color: #b4b4b4;
}
#burger ul li a {
    display: block;
    color: #ffffff;
}
#burger ul li::after {
    content: ''
}
#burger ul li:last-child {
    border-bottom: none
}
#navToggle {
    display: block;
}
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2),  .openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}
.openNav #burger nav {
    -moz-transform: translateY(351px);
    -webkit-transform: translateY(351px);
    transform: translateY(351px)
}
.back-c-b {
    background-color: #232382;
    padding: 10px;
}
}
/* ‐‐‐‐‐‐‐‐‐‐ ここまで1000px以下の指定 ‐‐‐‐‐‐‐‐‐‐ */


/* ドロワーメニューここまで */

.img-ie {
    display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.img-ie {
    display: block;
}
.ie-none {
    display: none;
}
h5 {
    margin-top: -50px;
}
}
#kaso #box01, #kaso #box02, #kaso #box06, #kaso #box07 {
    display: none;
}

/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ レスポンシブここから(1450px以下)＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

@media screen and (max-width: 1450px) {
/*　========== トップページ　========== */
.tenohira {
    left: -400px;
}
.twitter {
    margin-bottom: 380px;
}
.twidenpa {
    height: 80px;
}
svg#boel04 {
    margin-left: -70%;
}
.twi-left {
    margin: 0 0 50px 280px;
    width: 50%;
}
.twi-right {
    text-align: center;
    display: block;
    margin-left: 300px;
}
/*　========== トップページここまで　========== */
.kasocon {
    width: 90%;
}
.kaso-title {
    margin-top: 120px;
}
/*　========== 会社概要ページ　========== */
.companyback {
    width: 100%;
}
.companyback table {
    width: 100%;
}
/*　========== 会社概要ページここまで　========== */
    /*　========== 初めての方へページ　========== */
.blackback {
    width: 800px;
}
/*　========== 初めての方へページここまで　========== */
    /*　========== お問い合わせページここまで　========== */
.telcon {
    margin-left: 60px;
}
/*　========== お問い合わせページここまで　========== */
}

/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ レスポンシブここから(1200px以下)＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

@media screen and (max-width: 1200px) {
/*　========== トップページ　========== */
#pageTop {
    margin-top: -200px;
}
.blockcon {
    width: auto;
}
.con-2 {
    text-align: center;
    width: auto;
}

.blockcon .ircon01,  .blockcon .ircon02 {
    width: 300px;
    height: 450px;
    background-size: cover;
}
.blockcon h2 {
    left: 0;
}
.mameden-w {
    left: 30%;
}
.button02 {
    left: -15px;
}
.blockcon .ircon03 {
    width: 80%;
    height: 300px;
    background-size: cover;
    margin-left: 14%;
}
.blockcon .ircon03 .mameden-w {
    left: 80px;
}
.blockcon .ircon03 h2 {
    margin-left: 15px;
}
.blockcon .ircon03 .button02 {
    left: -30px;
}
.news {
    width: 700px;
}
.newsichit {
    width: 700px;
}
.back-kon {
    width: 90%;
}
/*　========== トップページここまで　========== */
    /*　========== 高原電気の強みページ　========== */
    /*　========== 高原電気の強みページここまで　========== */
    /*　========== お知らせ一覧ページ　========== */
    /*　========== お知らせ一覧ページここまで　========== */
    /*　========== お知らせ詳細ページ　========== */
    /*　========== お知らせ詳細ページここまで　========== */
    /*　========== 施工事例ページ　========== */
.floatribicon {
    width: 100%;
    margin-top: 30px;
}
.sarspan:before {
    left: 70%;
}
.search-button {
    width: 250%;
}
/*　========== 施工事例ページここまで　========== */
    /*　========== 初めての方へページ　========== */
.hazicon {
    margin-top: 100px;
}
.button2-5 {
    left: 20px;
}
.search-bb {
    display: block;
    width: 40%;
}
.con-sm {
    text-align: center;
}
.sarspan:before {
    left: 90%;
}
/*　========== 初めての方へページここまで　========== */
    /*　========== お問い合わせページ　========== */
.telcon {
    margin-left: 0;
}
/*　========== お問い合わせページここまで　========== */
.bukken-ichi img {
    width: 100%;
    height: auto
}
.floatribicon {
    width: 100%;
}
}

/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ レスポンシブここから(1000px以下)＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

@media screen and (max-width: 1000px) {
/*　========== トップページ　========== */
.logo {
    margin: -30px 0 0 50px;
}
.top-contents {
    height: 800px;
}
.topback-kon {
    height: 750px;
}
.tenohira {
    width: 1400px;
    margin-top: 130px;
    height: 600px;
    background-position: right bottom;
}
.lighta,  .lightb {
    right: 21.5%;
    width: 320px;
}
.lightc,  .lightd {
    right: 26%;
    top: 160px;
    width: 200px;
}
.tenohira h2 {
    right: 270px;
    top: 600px;
}
.tenohira h2 br {
    display: none;
}
.tenohira h3 {
    right: 300px;
    top: 730px;
}
.topdenpa {
    left: 5%;
    bottom: -150px;
}
.blackback {
    display: none;
}
.right-contents01 img {
    display: none;
}
.tsuyomi h5 {
    width: 150px;
    margin-left: 380px;
}
.responcon {
    text-align: center;
}
.tsuyomi h2 br {
    display: none;
}
.responcon {
    text-align: center;
    width: 800px;
}
.tsuyomidenpa {
    margin-left: -50%;
}
.button01 {
    margin: 50px auto 0 auto;
}
.twi-right {
    margin-left: 200px;
}
/*　========== トップページここまで　========== */
    /*　========== 初めての方へページ　========== */
.right-contents02 img {
    margin: 150px auto 0 50px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.daihyou h3 {
    margin-top: 0;
}
.hazimetenokatahe {
    height: 1100px;
}
.gyomuconall {
    width: 100%;
}
.gyomucon,  .gyomucon02 {
    display: block;
    margin: 50px 20%;
}
.hazicon {
    width: 100%;
    margin: 0 auto;
}
.minidenkyu002 {
    margin-left: 50px;
}
/*　========== 初めての方へページここまで　========== */
.topmodoru {
    top: 460px;
}
}

/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ レスポンシブここから(768px以下)＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@media screen and (max-width: 767px) {
    .topmodoru span{
    display: none;
}
}
@media screen and (max-width: 768px) {
.wpcf7 table {
    width: 100%
}
.wpcf7 tbody tr th {
    width: 100%;
    display: block
}
.wpcf7 tbody tr {
    border-bottom: 1px solid #444;
    display: block;
    width: 100%;
    height: auto
}
.wpcf7 tbody tr td {
    width: 100%;
    display: block
}
.wpcf7 tbody tr td input[type="text"],  .wpcf7 tbody tr td input[type="tel"],  .wpcf7 tbody tr td input[type="email"] {
    width: 100%;
    margin-left: 0px;
}
tr th span {
    color: #E42E31;
}
h2 {
    font-size: 28px;
    font-weight: 600;
}
/*　========== トップページ　========== */
.topback-kon {
    height: 800px;
}
.tenohira {
    width: 1200px;
    height: 550px;
}
.lighta,  .lightb {
    right: 26%;
    top: 55px;
}
.lightc,  .lightd {
    right: 31%;
    top: 140px;
}
.tenohira h2 {
    right: 300px;
}
.tenohira h2 br {
    display: block;
}
.tenohira h3 {
    right: 430px;
    top: 800px;
}
.topdenpa {
    left: 30%;
    bottom: -230px;
}
.tsuyomi {
    width: auto;
}
.blockcon h2 {
    left: 30px;
}
.tsuyomi h2 br {
    display: block;
}
.tsuyomi h5 {
    margin-left: 250px;
}
.tsuyomidenpa {
    margin-left: -460px;
}
.responcon {
    width: auto;
}
.left-contents01 {
    width: 80%;
}
.left-contents01 h2 {
    margin-top: 50px;
}
.left-contents01 .minidenkyu {
    margin-top: 50px;
}
.blockcon .ircon01 {
    margin-bottom: 100px;
}
.con-2 {
    margin-left: -50px;
}
.blockcon .ircon03 {
    margin-left: 0;
    width: 100%;
}
.blockcon .ircon03 .konblock {
    margin: -30px 0 0 30px;
}
.blockcon .ircon03 .mameden-w {
    left: 160px;
    top: 10px;
}
.blockcon .ircon03 h2 {
    margin-left: 90px;
    top: 100px;
}
.blockcon .ircon03 .button02 {
    left: 50px;
    top: 150px;
}
.blockcon .konblock {
    width: 80%;
    z-index: -1;
    position: relative;
}
.con-2 .mameden-w {
    top: -10px
}
.con-2 h2 {
    top: 60px;
}
.con-2 .button02 {
    width: 200px;
    margin: 0 auto 0 40px;
    padding: 10px 20px;
}
.newsdenpa {
    margin-left: -350px
}
.news {
    width: 80%;
}
.news h3 {
    margin-left: 20px
}
.newsichit {
    width: 100%;
}
.twi-left {
    margin-left: 30px;
    width: 100%;
}
.twi-right {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    margin-left: 0;
}
.twitter {
    width: 80%;
}
.back-kon {
    font-size: 30px;
}
.tsuyomi h5,  .news h5,  .twitter h5 {
    display: none;
}
.twi-left {
    margin-left: 0;
}
.twitter p {
    font-size: 14px;
    line-height: 22px;
}
/*　========== トップページここまで　========== */
    /*　========== 高原電気の強みページ　========== */
.bukken-ichi img {
    width: 100%;
}
/*　========== 高原電気の強みページここまで　========== */
    /*　========== 会社概要ページ　========== */
.companyback table td {
    display: block;
    width: 100%;
    border: none;
}
.chizu {
    height: 300px;
}
.companyback table td.contname {
    width: 100%;
    background-repeat: repeat;
}
.companyback table td.contname {
    width: 100%;
    background-repeat: repeat;
}
/*　========== 会社概要ページここまで　========== */
    /*　========== 施工事例ページ　========== */
.backbmi {
    display: block;
    width: 100%;
}
.selectcon {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.selectcon select {
    width: 100%;
    padding: 5px 0;
}
.selectcon span {
    display: block;
    top: -11px;
}
.sarspan:before {
    left: 50%;
}
/*　========== 施工事例ページここまで　========== */
    /*　========== 初めての方へページ　========== */
.daihyou {
    width: 100%;
}
.left-contents01 {
    margin: -150px 10% 100px 10%;
    width: 80%;
}
.daihyoutext {
    font-size: 12px;
}
.right-contents02 img {
    margin: 50px auto 0 -350px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.daihyou h3 {
    margin-top: 30px;
}
.gyomucon,  .gyomucon02 {
    margin: 50px 10%;
}
.tsuyomidenpa02-5 {
    margin-top: 100px;
}
.gyomuconall .ircon01 {
    width: 100%;
    margin: -50px 0 0 0;
    text-align: center;
}
.hazimetenokatahe {
    margin-bottom: 280px;
}
.right-contents02 {
    display: block;
    overflow: hidden;
    height: 500px;
    width: 100%;
}
.right-contents02 img {
    margin: 0 10%;
}
.gyomuconall .konblock {
    width: 90%;
    z-index: -1;
    position: relative;
}
.gyomuconall h2 {
    width: 100%;
    margin: 0 auto;
    top: 40%;
    line-height: 35px;
	left: 0;
    right: 0;
}
.gyomuimg {
    width: 100%;
    z-index: -10;
    position: relative;
}
.gyomuconall .mamekou-w {
    top: 10%;
    left: 40%;
}
.hazitext {
    width: 100%;
    height: 100%;
    margin-top: -100px;
}
.button2-5 {
    position: static;
    margin: -80px auto 0 auto;
    width: 70%;
}
/*　========== 初めての方へページここまで　========== */
    /*　========== お問い合わせページ　========== */
.check_label {
    font-size: 12px;
    padding: 0 0 0 15px;
}
.check_label:after {
    left: 0;
}
.douicyousetsu:after {
    left: -50px;
    top: -15px;
}
.disblock {
    display: block;
    width: 100%;
}
.contactbox01 {
    display: block;
    width: 100%;
}
.contactbox02,  .contactbox03,  .contactbox04 {
    width: 100%;
    margin: 0px 0;
    display: block;
}
.contactbox02 label {
    width: 65vw;
    margin: 3px 0;
    display: block;
    padding-left: 20px
}
.form00 .contactp {
    width: 100%;
}
.contactp04 {
    width: 100%;
}
/*　========== お問い合わせページここまで　========== */
.blockcon .ircon03 .konblock {
    width: 50%;
}
.backnews {
    margin-top: 800px;
}
.backtwitter {
    margin-top: 1100px;
}
.footerback {
    height: 450px;
}
.topmodoru {
    top: 310px;
    right: -15px;
    width: 90px;
    height: 120px;
}
.ueyazi {
    right: 40px;
}
.ueyazi02 {
    right: 40px;
}
.topmodoru p {
    right: -35px;
}
footer p {
    margin: 0 70px 50px 70px;
}
}

/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ レスポンシブここから(600px以下)＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

@media screen and (max-width: 600px) {
/*　========== トップページ　========== */
.logo {
    margin-left: 20px;
    width: 235px;
}
.tenohira {
    width: 1200px;
    height: 400px;
    background-size: 950px 600px;
    left: -600px;
}
.lighta,  .lightb {
    right: 21%;
    top: 30px;
    width: 220px;
}
.lightc,  .lightd {
    right: 24.5%;
    top: 90px;
    width: 130px;
}
.tenohira h2 {
    top: 450px;
    right: 250px;
    font-size: 30px;
}
.tenohira h2 br {
    display: block;
}
.tenohira h3 {
    right: 280px;
    top: 650px;
}
.topdenpa {
    left: 30%;
    bottom: -230px;
}
.topkonblock {
    width: 100%;
    margin: 0 auto;
}
.konblock-b {
    width: 240px !important;
}
.blockcon .konblock {
    margin-left: 0;
}
.mameden-w {
    top: -30px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}
.blockcon h2 {
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}
.blockcon .ircon02 {
    margin-left: 50px;
}
.button02 {
    top: 120px;
    left: 0;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    right: 0;
}
.blockcon .ircon03 {
    top: 50px;
}
.blockcon .ircon03 .konblock-b {
    margin: 0 auto;
    display: inherit;
    top: -50px;
}
.blockcon .ircon03 .mameden-w {
    left: 0;
    top: -10px;
    width: 100%;
    margin: 0 auto;
}
.blockcon .ircon03 h2 {
    width: 100%;
    top: 70px;
    margin: 0 auto;
    text-align: center;
}
.blockcon .ircon03 .button02 {
    top: 120px;
    left: 0;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    right: 0;
}
.ofhidden {
    margin-bottom: 0;
}
.news {
    margin-bottom: 80px;
}
.twitter {
    margin-bottom: 150px;
}
/*　========== トップページここまで　========== */
.kasocon h2 {
    width: 80%;
}
.minidenkyu {
    width: 40px;
}
/*　========== 高原電気の強みページ　========== */
.kaso-img01 {
    width: 500px;
    left: -200px;
}
.kaso-back01 {
    height: 200px;
}
.k-img02 {
    display: none;
}
.button03 {
    margin-top: 50px;
}
.shinrainosekoudenpa {
    margin-left: -50%;
    height: 40px;
}
.newsdenpa {
    margin-left: -200px;
    height: 40px;
}
/*　========== 高原電気の強みページここまで　========== */
    /*　========== お知らせ一覧ページ　========== */
.right-contents03 {
    padding-top: 50px;
    margin-left: 0px;
}
.pageokuri a {
    padding: 9px 18px;
    margin-right: 10px;
}
.newsichiransdenpa {
    height: 40px;
    margin-left: -300px;
}
/*　========== お知らせ一覧ページここまで　========== */
    /*　========== お知らせ詳細ページ　========== */
.newstitle-s {
    font-size: 26px;
}
.newsimg {
    max-width: 80%;
    max-height: 80%;
    margin: 50px 10%;
}
.pageokuri-s a {
    padding: 15px 30px;
}
/*　========== お知らせ詳細ページここまで　========== */
    /*　========== 施工事例ページ　========== */
.floatribicon table {
    width: 100%;
}
.floatribicon .back-w-table {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.floatribicon .back-k-table {
    width: 100%;
    display: block;
}
.floatribicon {
    text-align: center;
}
.cat-category {
    padding: 5px 60px;
    margin-bottom: 20px;
}
.cat-zokusei,  .cat-category {
    width: 100%;
}
.cat-zokusei {
    margin-bottom: 0;
}
/*　========== 施工事例ページここまで　========== */
    /*　========== 初めての方へページ　========== */
.button2-5 {
    position: absolute;
    top: 70%;
}
.tsuyomidenpa02-5 {
    margin-top: 20px;
}
/*　========== 初めての方へページここまで　========== */
    /*　========== お問い合わせページ　========== */
.telcontactcon p {
    font-size: 12px;
}
.telcontactcon h2,  .formcontactcon h2 {
    width: 100%;
}
.borderboxblack {
    padding: 20px 10px;
}
.formcontactcon p {
    font-size: 12px;
}
.telcon,  .faxcon {
    width: 100%;
    height: 150px;
    line-height: 35px;
}
.telcon h3,  .faxcon h3 {
    top: 30px;
    left: 80px;
}
.telcon p,  .faxcon p {
    top: 105px;
    font-size: 10px;
    line-height: 20px;
}
/*　========== お問い合わせページここまで　========== */
footer {
    height: 850px;
}
.footerback {
    background-repeat: repeat;
    height: 550px;
}
footer h4 {
    font-size: 28px;
}
footer p {
    font-size: 14px;
}
}
.faxcon h3 a{
color:#fff;
font-weight: bold;
}