@charset "utf-8";

/* ================= */
/* 要素のリセット    */
/* ================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0; 
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ================= */
/* 全体設定          */
/* ================= */
html, body {
    font: 13px marugo, HG丸ゴシックM-PRO, verdana, arial, sans-serif;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

#wrapper {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}


/* 文字サイズ  */
h1 {font-size: 2.2rem;}
h2 {font-size: 1.8rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.5rem;}
.attention {font-size: 1.2rem;}
.text-area p {font-size: 1.11rem; line-height: 23px;}
.model-item-50 p {font-size: 1.11rem;}
.model-item-100 p {font-size: 1.11rem;}


/* トップバナー  */
.main-banner {
    text-align: center;
    margin-bottom: 10px;
}

.main-banner img {
    width: 1100px;
    max-width: 100%;
    height: auto;
}

/* "pc"のclassがついた画像が表示 */
.pc { display: block !important; }
.sp { display: none !important; }


/* タブの設定  */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}

.tab-label {
    width: calc(100%/6);
    padding: 0 3px;
    order: -1;
    box-sizing: border-box;
}

.tab-label img {
    max-width: 100%;
	height: auto;
}

.tab-content {
    width: 100%;
    display: none;
    border: solid 8px black;
    margin-bottom: 20px;
}

.tab-switch:checked+.tab-label+.tab-content {display: block;}
.tab-switch {display: none;}

.attention {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}


/* メーカー名  */
.title-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.logo {width: 40%;text-align: center;}
.logo img {width: 65%;padding: 10px}
.makername {width: 60%;}

h1 {
    text-align: center;
    background: #eee;
    padding: 20px 0;
}


/* コンテンツ  */
.contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 10px;
}

h2,h3 {
    padding: 0 0 0 .35em;
    border-left: 8px solid #004173;
    border-bottom: 2px solid #004173;
    color: #004173;
    font-weight: bold;
}

h3 a {color: #004173;}
h3 a:hover {color: red;}

.characteristic {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}
.characteristic p {text-align: left;}

.text-area {padding: 10px;}

.model-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
}

.model-item-50 {
    width: 50%;
    text-align: center;
    padding: 10px;
}

.model-item-100 {
    width: 80%;
    text-align: center;
}

.model-item-50 p {text-align: left;}
.model-item-100 p {text-align: left;}

.model-item-50 img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.model-item-100 img {
    width: 450px;
    max-width: 100%;
    height: auto;
}

.model-item-50 img:hover {opacity: 0.7;}
.model-item-100 img:hover {opacity: 0.7;}


/* 下部ボタン  */
.btn-wrapper {
    background: black;
    padding: 20px 0;
}

.btn-area {
    display: flex;
    justify-content: space-around;
}

.btn-wrapper img {
    width: 250px;
    max-width: 100%;
    height: auto;
}

h4 {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 65px 20px 65px;
    text-align: center;
}

h4:before {
    position: absolute;
    top: calc(30% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    border-top: dotted 5px #fff;
}
  
h4 span {
    position: relative;
    padding: 0 0.5em;
    background: black;
}


/* 下部バナー  */
.banner {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.banner li {
	width: calc(100%/4);
	padding: 5px;
	box-sizing: border-box;
}

.banner li img {
	max-width: 100%;
	height: auto;
}

.banner img:hover {opacity: 0.7;}


/* フッター  */
footer p {
    text-align: center;
    font-size: 11px;
    color: white;
    background: #000;
    padding: 10px;
    margin-top: 20px;
}

footer a {color: white;}


/* @media  */
@media screen and (max-width: 750px) {
    
    .banner li {width: calc(100%/3);}
    .btn-wrapper img {width: 240px;}
}

@media screen and (max-width: 600px) {

/* "sp"のclassがついた画像が表示される */
    .pc { display: none !important; }
    .sp { display: block !important; }

    .tab-label {width: calc(100%/3);}
    h1 {font-size: 2rem;}
    h2 {font-size: 1.6rem;}
    h3 {font-size: 1.3rem;}
    h4 {font-size: 1.1rem;}
    .attention {font-size: 1rem;}
    .text-area p {font-size: 1rem; line-height: 23px;}
    .model-item-50 p {font-size: 1rem;}
    .model-item-100 p {font-size: 1rem;}
    .logo {width: 30%;}
    .logo img {padding: 0}
    .makername {width: 70%;}
    .model-item-100 {width: 90%;}
    .btn-wrapper img {width: 170px;}

    h4 {padding: 0 30px 20px 30px;}
    h4:before {top: calc(20% - 1px);}
  
    .banner {margin-bottom: 10px;}
    .banner li {width: calc(100%/2);}

}