@charset "utf-8";



.mvSec {
  background-image: url(/files/img/syokai/syoukai_mv_01.jpg);
}

@media screen and (max-width:767px) {
  .mvSec {
    padding-top: 60px;
    background: url(/files/img/syokai/syoukai_mv_01.jpg) no-repeat center;
    background-size: auto 60px;
  }
  .mainTtl {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: auto;
    margin-top: -20px;
    margin-left: 10px;
    font-weight: 700;
    font-size: 26px;
    font-size: 18px;
    transform: inherit;
  }
}

#main p{
  margin-bottom:10px;
}

table.tbl01.narrow td,
table.tbl01.narrow th{
  padding:3px 0;
  line-height: 1.3;
  vertical-align: middle;
}
/* ----------------------------------------

syokai

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

.syokai_contents {
  width: 530px;
  float: left;
}
.syokai_contents .tit {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.syokai_contents .txt {
  margin-bottom: 20px;
}


.syokai_img {
  width: 200px;
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .syokai_contents {
    width: auto;
    float: none;
  }
  .syokai_contents .tit {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .syokai_contents .txt {
    margin-bottom: 10px;
  }

  .syokai_img {
    width: 180px;
    float: none;
    margin: 0 auto;
  }
  .syokai_img img {
    width: 100%;
  }
}

/* ol.numList.privacy */
ol.numList.privacy li{
  border-bottom: dotted 1px gray;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

clearfix

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

/* Modern Browsers
------------------------------- */
.syokai:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */
.syokai {
  *zoom: 1;
}
