@charset "utf-8";

/*----------------------------------------
　トップページ
----------------------------------------*/
.main {
  position:relative;
  margin:10px 0;
}
.main .bg {
  background: url(../img/top/main02.jpg) no-repeat top left;
  background-size:100% auto;
  overflow:hidden;
}
.main .bg .photo {
  width:70%;
  float:right;  
}
.main .bg .photo img {
  width:100%;
  height:auto;
}
.main .bg .text {
  position:absolute;
  left:0;
  right:0;
  width:100%;
  box-sizing:border-box;
  padding:40px 40% 20px 20px;
}
.main .bg .text h1 {
  font-size: 26px;
  line-height:1.3;
  color: #CC0000;
  font-weight: bold;
  text-shadow:0px 1px 1px #fff,0px 0px 1px #fff,1px 0px 1px #fff,0px -1px 1px #fff,-1px -1px 1px #fff,-1px 0px 1px #fff;
}
.main .bg .text p { font-size:14px; }
.main .btn {
  display:block;
  width:100%;
  text-align:center;
  margin-top:-3%;
}
.conversion02 { text-align:center; }
.style ul { overflow:hidden; }
.style ul li {
  width:178px;
  float:left;
  margin:0 0 0 10px;
  padding:10px;
  border:solid 1px #ccc;
  position:relative;
}
.style ul li:after {
  content:" ";
  display:block;
  width:10px;
  height:10px;
  background: url(../img/top/style_02.gif) no-repeat bottom right;
  position:absolute;
  right: -1px;
  bottom: -1px;
}
.style ul li h3 {
  background:url(../img/top/style_01.gif) no-repeat top left;
  padding:10px 0 0 26px;
  font-size: 15px;
  color: #FF9900;
  font-weight:bold;
  line-height:1.4;
  min-height:3.2em;
}
.style ul li p {
  margin-top:0 !important;
}
.experience ul {
  letter-spacing: -.40em;
  text-align:center;
}
.experience ul li {
  display:inline-block;
  letter-spacing: normal;
  width:146px;
  margin:0 6px;
}
.experience ul li a img {
  display:block;
  border: 1px solid #EBEBEB;
  padding: 3px;
  margin-bottom:4px;
}
.experience ul li a span {
  display:inline-block;
  background:url(../img/common/ico_02.png) no-repeat left 50%;
  padding-left:16px;
  font-size:14px;
  font-weight:bold;
}
.experience ul li p {
  text-align:left;
  margin-top:0.5em !important;
}
.about .bg {
  background:url(../img/top/about01.gif) no-repeat right top;
  padding-right:230px;
}
.textbox {
	background-color: #FFF6CF;
	padding: 10px;
  font-size: 11px;
}
.textbox dl dt {
  font-weight:bold;
  margin-top:1em;
}
@media screen and (max-width: 700px){
  .main {
    position:relative;
    margin:-8px -8px 0;
  }
  .main .bg .photo img {
    width:100%;
    height:auto;
  }
  .main .bg .text { padding:10px 10px 10px 10px; }
  .main .bg .text h1 { font-size: 17px; }
  .main .bg .text p {
    padding-right:60%;
    font-size:10px;
  }
  .main .btn { margin-top:8px ; } 
  .main .btn img { width:90%; }
  .style ul li {
    width:100%;
    float: none;
    margin:10px 0 0 0;
    background-image: none;
    padding-bottom:0;
  }
  .experience ul li {
    display:block;
    width:100%;
    margin:0 0 14px;
    overflow:hidden;
  }
  .experience ul li h3 {
    width:146px;
    float:left;
  }
  .experience ul li p { margin-left:152px; }
  .about .bg {
    background-position:center top;
    background-size:215px auto;
    padding-top:230px;
    padding-right: 0;
  }
  
}


