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

/*PC*/
@media print, screen and (min-width: 769px) {
#header {
height: 300px;
background-size: cover;
}

.mainTitleWrap {
position: relative;
width: 1100px;
height: 165px;
margin: auto;
box-sizing: border-box;
}


/*-------------------------------*/
table.comTable01 th {
width: 25%;
}

table.comTable01 th span {
float: right;
font-size: 0.8em;
background: #f18e38;
padding: 0 10px;
color: #FFF;
line-height: normal;
}

input[type="submit"] {
background: #ff7e00;
border: #ff7e00 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="submit"]:hover {
background: #fff;
border: #ff7e00 1px solid;
color: #ff7e00;
}

.submit:hover {
background: #fff;
border: #ff7e00 1px solid;
color: #ff7e00;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.w240 { width: 240px;}
.w350 { width: 350px;}
.w540 { width: 540px;}
.w100p { width: 100%; box-sizing: border-box;}

.h_kome {
background: #f18e38 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}

.txt {
padding: 0 20px 0 10px;
}

.compTit {
text-align: center;
font-size: 2em;
margin-bottom: 50px;
letter-spacing: 1px;
}

.compTxt {
text-align: center;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 20px;
}

.compTxt2 {
text-align: center;
font-size: 1em;
margin-bottom: 30px;
}

.btn02 {
margin: auto;
width: 300px;
}

.productList {
width: 100%;
}

.productList li {
width: 46%;
float: left;
margin: 0 8% 4% 0;
}

.productList li:nth-child(2n) {
margin-right: 0;
}

.subTxt {
margin-bottom: 5px;
color: #C10609;
}


}





/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {
#header {
height: 160px;
background-size: cover;
}

.mainTitleWrap {
width: 98%;
height: 80px;
position: relative;
margin: auto;
box-sizing: border-box;
}


/*-------------------------------*/
table.comTable01 th span {
float: right;
font-size: 0.8em;
background: #f18e38;
padding: 0 10px;
color: #FFF;
line-height: normal;
}

table.comTable01 td {
display: block;
width: 100%;
padding: 10% 5%;
box-sizing: border-box;
}

input[type="submit"] {
background: #ff7e00;
color: #FFF;
font-size: 1.4em;
padding: 20px 40px;
border: none;
cursor: pointer;
transition: 0.5s;
}

input[type="submit"] :hover {
background: #004885;
}

.submit:hover {
background: #af5600;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.w240 { width: 100%; box-sizing: border-box;}
.w350 { width: 100%; box-sizing: border-box;}
.w540 { width: 100%; box-sizing: border-box;}
.w100p { width: 100%; box-sizing: border-box;}

.h_kome {
background: #f18e38 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}

.txt {
padding: 0 20px 0 10px;
}

.compTit {
text-align: center;
font-size: 1.4em;
margin-bottom: 50px;
letter-spacing: 1px;
}

.compTxt {
text-align: center;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 20px;
}

.compTxt2 {
text-align: center;
font-size: 1em;
margin-bottom: 30px;
}

.btn02 {
margin: auto;
width: 70%;
}

.productList {
width: 100%;
}

.productList li {
width: 100%;
float: none;
margin: 0 0 15px 0;
}

/*.productList li:nth-child(2n) {
margin-right: 0;
}*/

.subTxt {
margin-bottom: 5px;
color: #C10609;
}


}