body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px; /* このサイトの基本フォントサイズ */
  webkit-text-size-adjust: 100%; /* スマホ横向き文字調整
  */
  background-color: #f39800;
}
/* for IE6 */
* html body {
  font-size: 100%;
}
/* for IE7 */
*:first-child+html body {
  font-size: 100%;
}

/* Rollover Alpha */
a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* float */
.left{float:left;}
.right{float:right;}

/* clearfix */
.clearfix:before,
.clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom:1;}

/* Link Color */
a:link {color:#0059B2;text-decoration:none;}
a:visited {color:#69008C;text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color:#666;}

/* header */
header{
  clear: both;
  margin: 0;
  padding: 0 0;
  background-color: #f39800;
  box-sizing: border-box;
}
header div{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 14px 0 14px 0;
}
#summary{
  display: none;
  font-size: 74%;
}
#logo{
  margin: 0;
  padding: 10px 0 0 20px;
  float: left;
}
#logo img {
  width: 160px;
}
#telHead{
  display: none;
}
/* nav */

/* mainvis */
#mainvisWarp{
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #688bcb;
}
#mainvis{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* breadcrumb */
#breadcrumb{
  clear:both;
  margin:0;
  padding:8px 0 0 0;
}
#breadcrumb li{
  font-size:100%;
  color:#777;
  margin:0;
  padding:0;
  float: left;
}

/* contents */
#contents{
  clear: both;
  margin: 0;
  padding: 0 0 0px 0;
  background-color: #fff;
}
#page{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 0 20px 60px 20px;
  box-sizing: border-box;
}
#bgTitle{
  clear: both;
  margin: 0;
  padding: 0 0 0px 0;
  background: url(../images/bg_title.png) no-repeat center center;
  background-size: 100% auto;
}
#title{
  clear: both;
  letter-spacing:7px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 200%;
  line-height: 1.6;
  color: #f39800;
  background-color: rgba(0,0,0,0.7);
}
#title span{
  letter-spacing:3px;
  display: block;
  font-weight: normal;
  font-size: 40%;
  color: #fff;
}

/* footer */
footer{
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #000;
}
footer div{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 5px 0 14px 0;
}
footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li{
  font-size: 88%;
  margin: 0;
  padding: 0 0 0 0;
}
footer ul li a{
  display: block;
  padding: 15px 20px;
  color: #fff !important;
  border-bottom: 1px solid #666;
}

#copyright{
  clear: both;
  font-size: 69%;
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
  color: #fff;
}
/* pagetop */
#pagetop {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 100%;
}
#pagetop a {
    background: #333;
    text-decoration: none;
    color: #fff;
    padding: 20px 24px;
    text-align: center;
    display: block;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#pagetop a:hover {
    text-decoration: none;
    background: #999;
}



#footContactBg{
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #f39800;
}

#footContact{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
}
#footContact h2{
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footContact h2 img{
  width: 100%;
}

#footContact ul{
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
  list-style: none;
}
#footContact ul li{
  font-size: 100%;
  line-height: 1;
  color: #000;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
#footContact ul li:first-child{
  margin: 0;
  padding: 0 0 10px 0;
  border-left: 0px;
  line-height: 1.6;
}
#footContact ul li:last-child{
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
}


#visBg{
  clear: both;
  width: 1100px;
  height: 360px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: url(../images/bg_vis.jpg) no-repeat 0 0;
}
#vis{
  clear: both;
  margin: 0;
  padding: 130px 0 0 0;
}



#top00Bg{
  clear: both;
  margin: 0;
  padding: 40px 0;
  background-color: #000;
}
#top00{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 0;
}
#top00 h2{
  font-size: 125%;
  color: #fff;
  clear: both;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}

.stockBox{
  width: 100%;
  margin: 0;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.stockBox p.ph{
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 0;
}
.stockBox p.ph img{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0;
}
.stockBox dl{
  color: #000;
  margin: 0;
  padding:15px 15px 0 15px;
  background-color: #fff; 
}
.stockBox dl dt{
  width: 20%;
  font-size: 68%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  float: left;
}
.stockBox dl dd{
  width: 80%;
  color: #000;
  margin: 0;
  padding: 0;
  float: right;
}
.stockBox p.link{
  background-color: #fff;
  padding: 15px 0;
}
.stockBox p.link a{
  font-size: 88%;
  display: block;
  border-radius: 3px;
  background-color: #f39800;
  margin: 0 60px;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
}
.stockBox p.link a:hover{
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
}
#top00 p.link2 {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

#top00 p.link2 a{
  color: #fff!important;
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 12px 100px;
  background-color: #f39800;
  border-radius: 3px;
}
#top00 p.link2 a:hover{
  background-color: #aaa;
  text-decoration: none;
}


/* ラベル部分 左上に表示 */
.stockBox.icokan::before {
    content: "";
    top: 0;
    left: 20px;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c00; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.stockBox.icokan::after {
    content: "完売";
    display: block;
  font-weight: bold;
    top: 12px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 25px;
    position: absolute;
    z-index: 101;
}

/* ラベル部分 左上に表示 */
.stockBox.icosho::before {
    content: "";
    top: 0;
    left: 20px;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #20b2aa; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.stockBox.icosho::after {
  font-size: 14px;
  font-weight: bold;
    content: "商談中";
    display: block;
    top: 14px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 22px;
    position: absolute;
    z-index: 101;
}

/* ラベル部分 左上に表示 */
.stockBox.icohan::before {
    content: "";
    top: 0;
    left: 20px;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #4169e1; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.stockBox.icohan::after {
  font-size: 14px;
  font-weight: bold;
    content: "販売中";
    display: block;
    top: 14px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 22px;
    position: absolute;
    z-index: 101;
}


#top01{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
}
#top01Ph{
  width: 100%;
  margin: 0;
  padding: 0;
}
#top01Ph img{
  width: 100%;
  margin: 0;
  padding: 0;
}
#top01Txt{
  width: 100%;
  margin: 0;
  padding: 0;
}
#top01Txt h2{
  font-size: 140%;
  line-height: 1.4;
  margin: 0;
  padding: 22px 0 16px 0;
}
#top01Txt p{
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
#top01Txt p.link{
  text-align: center;
  margin: 0;
  padding: 16px 0 0 0;
}

#top01Txt p.link a{
  color: #fff!important;
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 6px 50px;
  background-color: #000;
  border-radius: 3px;
}
#top01Txt p.link a:hover{
  background-color: #aaa;
  text-decoration: none;
}



#top02Bg{
  clear: both;
  margin: 0;
  padding: 30px 0;
  background-color: #000;
}
#top02{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#top02Txt{
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
}
#top02Txt table{
  width: 100%;
  margin: 0;
  padding: 0;
}
#top02Txt table th{
  line-height: 1.4;
  width: 16%;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
#top02Txt table td{
  line-height: 1.4;
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px dotted #ccc;
}
#top02Ph{
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}


#top03{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
.top03Item{
  width: 100%;
  margin: 0;
  padding: 0;
}
.top03Item:first-child{
  margin-right: 40px;
}

.top03Item h2{
  font-size: 136%;
  margin: 0;
  padding: 8px 0 7px 0;
}
.top03Item h2 a{
  color: #fff !important;
}
.top03Item p{
  color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 5px 0;
}
.top03Item p img{
  width: 100%;
}
#top04Warp{
  clear: both;
  text-align: center;
  margin: 0;
  padding: 30px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
#top04Warp img{
  width: 100%;
}

#topNews{
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
}
#topNews h2{
  font-size: 162%;
  text-align: center;
  margin: 0;
  padding: 0px 0 10px 0;
}
#topNews dl{
  clear: both;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #AB6B00;
}

#topNews.newslist dl{
  clear: both;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #ccc;
}

#topNews.newslist dl:first-child{
  clear: both;
  margin: 0;
  padding: 14px 0;
  border-top: 0px solid #ccc;
}

#topNews dt{
  margin: 0;
  padding: 0 0 10px 0;
}
#topNews dd{
  margin: 0;
  padding: 0;
}
#topNews p.link {
  text-align: center;
  padding: 20px 0;
}

#topNews p.link a{
  color: #fff!important;
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 12px 30px;
  background-color: #000;
  border-radius: 3px;
}
#topNews p.link a:hover{
  background-color: #aaa;
  text-decoration: none;
}



#navi{
  clear: both;
  margin: 20px 0 0px 0;
  padding: 16px;
  background-color: #EEEEEE;
  border-radius: 5px;
  list-style: none;
}
#navi li{
  margin: 0;
  padding: 0 30px;
  float: left;
  border-left: 1px solid #ccc;
}
#navi li:first-child{
  border-left: 0px solid #ccc;
}

.worksBox{
  width: 100%;
  clear: both;
  margin: 0;
  padding: 40px 0 0px 0;
}
.worksBox h2{
  font-size: 163%;
  color: #004BA3;
  margin: 0;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #ddd;
}

.worksItem{
  clear: both;
  margin: 0;
  padding: 20px 0;
}
.worksItemData{
  width: 600px;
  margin: 0;
  padding: 0;
  float: left;
}
.worksItemData h3{
  font-size: 125%;
  margin: 6px 0 0 0;
  padding: 0 0 12px 22px;
  border-bottom: 1px solid #ddd;
  background: url(../images/ico_h.gif) no-repeat 0 4px;
}
.worksItemData p.url{
  font-size: 82%;
  margin: 0;
  padding: 5px 0 12px 0;
}
.worksItemData h4{
  margin: 0;
  padding: 20px 0 10px 0;
}
.worksItemData ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.worksItemData ul li{
  margin: 0;
  padding: 0 14px 0 0;
  float: left;
}
.worksItemData p{
  clear: both;
  line-height: 1.8;
  margin: 0;
  padding: 16px 0 0 0;
}

.worksItemPh{
  width: 360px;
  margin: 0;
  padding: 0;
  float: right;
}
.worksItemPh p{
  margin: 0;
  padding: 0 0 10px 0;
}


#contactform {
  clear: both;
  margin: 0;
  padding: 30px 0 50px 0;
  border-right: 0px solid #ccc; }

#contactform span {
  color: #a00; }

#contactform span.hissu {
  color: #a00; }

#contactform span.wpcf7-list-item-label {
  font-size: 123.1%;
  color: #333;
  padding-right: 15px; }
#contactform label{
  padding-right: 10px;
  display: inline-block;  
  *display: inline;  
  *zoom: 1;
  line-height: 2;
}
#contactform span.wpcf7-not-valid-tip {
  color: #c00;
  font-weight: bold; }

#contactform table {
  width: 100%;
  margin: 12px auto 10px auto;
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-right: 0px solid #ccc;
  box-sizing: border-box;
}

#contactform table th {
  display: block;
  width: 95%;
  font-size: 93%;
  white-space: nowrap;
  line-height: 1.3;
  margin: 0;
  padding: 10px 0 5px 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 0px solid #ddd;
  background-color: #f9f9f9;
  color: #333;
  font-weight: bold;
  box-sizing: border-box;
}
#contactform input{
  vertical-align: middle;
}
#contactform table td {
  display: block;
  width: 100%;
  font-size: 93%;
  line-height: 1.3;
  margin: 0;
  padding: 7px 0 3px 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 0px solid #ddd;
  color: #333;
  box-sizing: border-box;
}

#contactform table td span {
  font-size: 93%;
  color: #666; }

#contactform table td#zip {
  padding-left: 10px;
  vertical-align: middle; }

#contactform table td select,
#contactform table td textarea,
#contactform table td input {
  width: 90% !important;
  font-size: 100%;
  margin: 0 0 5px 0;
  padding: 4px;
  border: 4px solid #ddd;
  background-color: #f9f9f9; }

#contactform table td select:focus,
#contactform table td textarea:focus,
#contactform table td input:focus {
  border: 4px solid #999;
  background-color: #fff; }

#contactform table td .wpcf7-radio input {
  font-size: 123.1%; }

#contactform table td.radio {
  padding: 19px 0 19px 27px; }
  #contactform textarea{
    width: 100% !important;
  }

#submit {
  padding-top: 10px;
  text-align: center; }

#send {
  color: white;
  background-color: red;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 12em;
  padding: 0px;
  margin: 0px;
  height: 2.5em;
  font-size: 123.1%;
  cursor: pointer; }
  #send:hover, #send:active, #send:focus {
    color: white;
    background-color: #ff3333; }

#modify {
  color: white;
  background-color: #666666;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 12em;
  padding: 0px;
  margin: 0px;
  height: 2.5em;
  font-size: 123.1%;
  cursor: pointer; }
  #modify:hover, #modify:active, #modify:focus {
    color: white;
    background-color: gray; }


#info02 p{
  padding: 5px 0 12px 0 !important;
}


#case01 h4{
  padding: 12px 0 5px 0 !important;
}

#case01 p{
  padding: 0 0 30px 0 !important;
}

#page.flow{
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
}

#page.flow p{
  line-height: 1.8;
}

#page.flow p.lead{
  font-size: 108%;
  padding: 0 0 30px 0;
}

#page.flow .box{
  position: relative;
  display: table;
  margin-bottom: 30px;
}
#page.flow .box h2{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 120%;
  width: 100px;
  padding: 20px 20px;
  background-color: #000;
  color: #fff;
}
#page.flow .box p{
  display: table-cell;
  padding: 20px;
  background-color: #f39800;
}

.arrowB:after{
  position: absolute;
  bottom: -25px;
  left: 50%;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 15px 0 15px;
border-color: #f39a00 transparent transparent transparent;
}

.boxB{
  clear: both;
  margin: 20px 0 0 0;
  padding: 30px;
  border: 5px solid #f39800;
}
.boxB h2{
  font-size: 162%;
  color: #f39800;
  padding-bottom: 20px;
}
.boxB p span{
  font-weight: bold;
  color: #c00;
}

.lead{
  line-height: 1.8;
}

.aboutus h2{
  font-size: 125%;
  clear: both;
  margin: 30px 0 15px 0;
  padding: 14px 20px;
  background-color:  #f39800;
  border-top-left-radius: 10px;
  border-top-right-radius: 100px;
}

.aboutus table{
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
}
.aboutus table th{
  display: block;
  line-height: 1.6;
  margin: 0;
  padding: 6px 0 0 0;
  text-align: left;
  vertical-align: middle;
}
.aboutus table td{
  display: block;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #ccc;
}
.aboutus p{
  line-height: 1.8;
}
.ph{
  text-align: center;
}
.ph img{
  width: 100%;
}


#itemTitle{
  font-size: 200%;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 50px 0 30px 0;
}

#itemTitle span{
  color: #c00;
}

.item table{
  width: 600px !important;
  clear: both;
  margin: 10px auto 0 auto;
  padding: 0;
  border: 0px !important;
}
.item table th{
  width: 160px;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0 10px 4px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
.item table td{
  line-height: 1.6;
  margin: 0;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.item h3{
  font-size: 150%;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0; 
}
#page.item{
  padding-bottom: 20px;
}
.item h3 span{
  color: #c00 !important;
}

.item ul{
  width: 600px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.item ul li{
  margin: 0;
  padding: 20px 0 0 0;
}
.item p.ph img{
  width: 100%;
  height: auto;
}
.item ul li img{
  width: 600px;
  height: auto;
}

.news h1{
  border-bottom: 1px solid #ccc;
}
.news p.date{
  font-size: 88%;
  color: #666;
  text-align: right;
  padding-top: 6px;
}
.news p{
  line-height: 1.8;
}


.thanks h2{
  line-height: 1.3;
  font-size: 150%;
  padding: 40px 0 20px 0;
}
.thanks p{
  line-height: 1.8;
}





/* --------------grandMenu-------------- */

#acMenu{
  font-size: 86%;
  position: relative;
  display:block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin: 5px 10px 0 0;
  padding: 15px 10px 15px 30px;
  width: 18%;
  float:right;
  background-color: #000;
  cursor: pointer;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#acMenu:after {
  content: '';
  position: absolute;
  width: 18%;
  height: 3px;
  background: #fff;
  top: 13px;
  left: 10px;
  box-shadow: 
    0 6px 0 #fff, 
    0 12px 0 #fff;
}
#menu{
  width: 100%;
  clear: both;
  display:none;
  margin: 0;
  padding: 20px 0;
}
#menu ul{
  background-color: #000;
  margin: 0;
  padding: 0;
}
#menu ul li{
  margin: 0;
  padding: 0;
}
#menu ul li a{
  position: relative;
  display: block;
  color: #fff;
  margin: 0;
  padding: 16px 20px;
  border-bottom: 1px solid #7F7770;
}
#menu ul li a::after{
  content:"";
  display: block;
  width:8px;
  height:8px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right:8px;
  top:56%;
  margin-top:-7px;
}