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

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 共通 */
html, body {
	font-size: 14px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #303030;
}
body, div, p, h1, h2, h3, h4, ul, figure {
	margin: 0;
	padding: 0;
}
a {
    color: #0073bc;
    text-decoration: none;
}
a:hover{
    color:#b7dbf2;
    text-decoration:underline;
}
body {
	width: 100%;
    min-height: 100vh;
	display: flex;
	flex-direction: column;
}
ul {
	list-style: none;
}
p, td, th, li, div {
	line-height: 1.8;
}
p, a, li, div {
    font-size: 1.1rem;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ インデント*/
.in-0 {
    padding-left:0em;
    text-indent:0em;
}
.in-1 {
    padding-left:1em;
    text-indent:-1em;
}
.in-1-03 {
    padding-left:1.3em;
    text-indent:-1.3em;
}
.in-2 {
    padding-left:2em;
    text-indent:-2em;
}
.in-3 {
    padding-left:3em;
    text-indent:-3em;
}
.in-6 {
    padding-left:6em;
    text-indent:-6em;
}
.in-7 {
    padding-left:7em;
    text-indent:-7em;
}
.in-7h {
    padding-left:7.5em;
    text-indent:-7.5em;
}
.in-8 {
    padding-left:8em;
    text-indent:-8em;
}
.in-9 {
    padding-left:9em;
    text-indent:-9em;
}
.in-10 {
    padding-left:10em;
    text-indent:-10em;
}
.in-10h {
    padding-left:10.5em;
    text-indent:-10.5em;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ hover*/
.op05 {
	color: #303030;
}
.op05:hover {
	opacity: 0.5;
    color: #303030;
    text-decoration: none
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ font-weight*/
.fw-n {
    font-weight: normal;
}
.fw-b {
    font-weight: bold;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ font-size*/
.fs-s {
    font-size: small;
}
.fs-m {
    font-size: medium;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ padding*/
.pl-1 {
    padding-left: 1em;
}
.pl-2 {
    padding-left: 2em;
}
.pt-5 {
    padding-top: 5px;
}
.pt-7 {
    padding-top: 7px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-10 {
    padding-top: 10px;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ margin*/
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ background*/
.bg-lg {
    background: #dfdfdf; /*ライトグレー*/
}
.bg-g {
    background: #959595; /*グレー*/
}
.bg-g2 {
    background: #777777; /*グレー*/
}
.bg-dg {
    background: #4f4f4f; /*ダークグレー*/
}
.bg-w {
    background: white; /*白*/
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ border*/
.bo-lg {
    border: 1px solid #dfdfdf; /*ライトグレー*/
}
.bo-lg2 {
    border: 1px solid #acacac; /*ライトグレー2*/
}
.bo-g {
    border: 1px solid #959595; /*グレー*/
}
.bo-orange {
    border: 1px solid #f8b425; /*オレンジ*/
}
.bl-1 {
    border-left: 1px solid #959595;
}
.bt-1 {
    border-top: 1px solid #959595;
}
.bt-1-dot {
    border-top: 1px dotted #959595;
}
.bt-g {
    border-top: 1px solid #959595; /*グレー*/
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ with*/
.w100 {
    width: 100%;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ ボックス*/
.box-1 a {
    display: block;
    color: white;
    background: #598d95;
    padding: 12px 30px 10px 30px;
    text-align: center;
    border-radius: 2px;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ ヘッダー*/
.header-page {
    background: #dfdfdf;
    height: 50px;
}
.header-page .back {
    max-width: 1100px;
    margin: 0 auto;
}
.header-page .back a {
    display: inline-block;
    background: #4f4f4f;
    padding: 12px 30px 10px 30px;
    color: white;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ メイン基本形 */
.main-contents {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
.main-h1 {
    border-left: 15px solid #d80a30;
    padding-left: 12px;
    padding-top: 3px;
    font-size: 1.2rem;
    line-height: 2.5rem;
}
.main-h2 {
    background: #4f4f4f;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 20px;
}
.main-h2 h2 {
    padding: 16px 19px 8px 19px;
    font-size: 1.5rem;
    line-height: 2rem;
}
.main-h2-unline {
    border-bottom: 6px solid #f8b425;
    display: inline-block;
}
.main-h3 {
    background: #dfdfdf;
    border-left: 10px solid #598d95;
    margin-bottom: 20px;
    font-size: 1.35rem;
    padding: 16px 12px 11px 35px;
    text-indent: -25px;
    line-height: 1.9rem;
}
.main-h4 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
.main-h4-unline-blue {
    display: inline-block;
    border-bottom: 3px solid #598d95;
    margin-bottom: 7px;
    padding-bottom: 1px;
    line-height: 1.4rem;
}
.main-h4-box {
    display: inline-block;
    padding: 5px 12px 2px 12px;
    border: 1px solid #959595; /*グレー*/
    background: #dfdfdf; /*ライトグレー*/
}
.font-euro {
    font-family: eurostile-extended, sans-serif;
    font-size: 2.5rem;
}
.pdfdl {
    font-size: 1.1rem;
    font-weight: normal;
}
.inst-photo {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.inst-photo-main {
    max-width: 530px;
}
.main-2row {
    display: flex;
}
.main-2row > ul, .main-2row > div {
    width: calc((100% - 40px) / 2);
}
.main-2row > div:first-of-type {
    margin-right: 20px;
}
.main-2row > div:last-of-type {
    margin-left: 20px;
}

@media screen and (max-width: 900px) {
    .main-contents {
        padding: 20px 10px;
    }
    .inst-photo {
        width: 100%;
        max-width: 530px;
    }
    .inst-photo-90 {
        width: 90%;
    }
    .main-2row {
        flex-direction: column;
    }
    .main-2row > ul, .main-2row > div {
        width: 100%;
    }
    .main-2row > div:first-of-type {
        margin-right: 0;
    }
    .main-2row > div:last-of-type {
        margin-left: 0;
    }
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ もくじ */
.contents {
    border: 1px solid #f8b425;
}
.contents-wrap {
    padding: 20px 20px 25px 20px;
}
.contents-h1 {
    font-size: 1.2rem;
    border-bottom: 1px dotted #959595;
    margin: 0 20px;
}
.contents-flex {
    display: flex;
}
.contents-flex > ul {
    width: calc((100% - 80px) / 2);
    margin: 0 20px;
}
.contents-flex li {
    border-bottom: 1px dotted #959595;
    line-height: 2.8rem;
}
@media screen and (max-width:900px) {
    .contents-wrap {
        padding: 15px 20px 20px 20px;
    }
    .contents-h1 {
        margin: 0;
    }
   .contents-flex {
        flex-direction: column;
    }
    .contents-flex > ul {
        width: 100%;
        margin: 0;
    }
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 動画リンク */
.movie {
    border: 1px solid #f8b425; 
}
.movie-inner {
    padding: 15px 30px 20px 30px;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 警告・注意 */
.warning {
    border: 1px solid #959595;
    padding: 8px 15px 8px 15px;
}
.warning-h1 {
    text-align: center; 
    margin-bottom: -6px;
}
.warnig-mark {
    position: relative;
    top: 2px;
    height: 24px;
    margin-right: 5px;
}
.warparts-2row ul {
    /*border: 1px solid #959595;*/ 
}
.warparts {
    border: 1px solid #959595;
    border-top: none;
    padding: 10px 15px 8px 15px;
}
.warparts-2row > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #959595;
    border-top: none;
    padding: 10px 15px 8px 15px;
}
/*.warparts-2row li:first-of-type {
    border: none;
}*/
/*.warparts-2row li > div {
    padding: 7px 10px 4px 10px;
}*/
.warparts-2row li div {
    line-height: 1.8rem;
}

@media screen and (max-width:900px) {
    .warning-2row-1 {
        border-bottom: none;  
    }
    .warning-2row-2 {
        margin-top: -15px;
        border-top: none; 
    }
    .warning-h1-2row {
        display: none;
    }
    .mov-dis-none {
        display: none;
    }
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 仕様 */
.spec > ul {
    border: 1px solid #959595; 
}
.spec > ul > li {
    display: flex;
    border-top: 1px solid #959595;
}
.spec > ul > li:first-of-type {
    border: none;
}
.spec li > div {
    padding: 7px 10px 4px 10px;
}
.spec li div {
    line-height: 1.8rem;
}

/* －－－－－－－－－－－－－－－－ 仕様（縦並び） */
.spec-v li {
    border-bottom: 1px solid #959595;
    text-indent: 0.8rem;
    margin: 0 -10px;
    padding: 5px 0 3px 0;
}
.spec-v li:first-of-type {
    padding-top: 0;
    margin-top: -1px;
}
.spec-v li:last-of-type {
    padding-bottom: 0;
    margin-bottom: -1px;
    border-bottom: none;
}

@media screen and (max-width:900px) {
    .spec-2row-2 ul {
        border-top: none;  
    }
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ マーク */
.dc-mark {
    width: 16px;
    position: relative;
    top: -2px;
}
.dcac-mark {
    width: 16px;
    position: relative;
    top: 1px;
}
.warnikg-mark-s {
    width: 20px;
    position: relative;
    top: 2px;
}
.diode-mark {
    width: 22px;
    position: relative;
    top: 1px;
}
.conduction-mark {
    width: 15px;
    position: relative;
    top: 2px;
}
.bat-mark-sk2600 {
    width: 21px;
    position: relative;
    top: 1px;
}
.hold-mark-sk2600 {
    width: 15px;
    position: relative;
    top: 3px;
}
.capacitance-mark {
    width: 18px;
    position: relative;
    top: 2px;
}
.modoru-mark-sk8535 {
    width: 18px;
    position: relative;
    top: 2px;
}
.menu-mark-sk8535 {
    width: 18px;
    position: relative;
    top: 5px;
}
.enter-mark-sk8535 {
    width: 18px;
    position: relative;
    top: 2px;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 故障かな？という場合に */
.spec .qa-s {
    text-align: center;
    margin: auto;
    line-height: 1.6rem;
}

@media screen and (max-width:900px) {
    .qa-2row ul {
        border-top: none;  
    }
    .spec .qa-dis-none {
        display: none;
    }
    .spec .qa-bt-none {
        border-top: none; 
        margin-top: -7px;
    }
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ お問い合わせ */
.contact-h3 {
    background: #dfdfdf;
    margin: -8px -15px 10px -15px;
    font-size: 1.1rem;
    padding: 3px 12px 1px 14px;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ インジケーター */
.indicator {
    border: 1px solid #959595
}
.indicator li {
    padding: 3px 10px 1px 10px;
}
.indicator li:nth-child(odd) {
    background: #dfdfdf;
}
.indicator-light {
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px;
    color: #1d9473;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ 点滅 */
.blinking {
    animation:blink 1s 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;}
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ ページトップへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 72px;
    background-color: #5f98e5;
    border-radius: 5px;
    text-align: center;
    color: #222;
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.pagetop a:hover {
    opacity: 0.5;
}

/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ フッター */
footer {
    background-color: #efefef;
    margin-top: 30px;
}
.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.7rem;
    padding: 20px;
}
.footer-container img {
    display: block;
    width: 120px;
    margin-bottom: 10px;
}