@charset "utf-8";
/* CSS Document */
dl{
    display: table-row;
}
body{
    color: black;
    font-size: 16px;
    line-height: 180%;
}
#main{
    background-color: #d5c9a3;
    position: relative;
}
#main span{
    display: block;
    position: absolute;
    top: 115px;
    left: 0;
    width: 28%;
    height: 400px;
    background-color: white;
}
#main div.mainwrap{
    width: 70%;
    min-width: 1280px;
    margin: auto;
    position: relative;
    z-index: 2;
    margin: 0 auto 0 auto;
}


#main div.mainwrap div{
    display: table;
    position: relative;
    top: -100px;
}
#main div.mainwrap div dl dt,
#main div.mainwrap div dl dd{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
#main div.mainwrap div dl dt{
    width: 40%;
}
#main div.mainwrap div dl dt img.title{
    width: 250px;
    height: auto;
    margin: -50px 0 50px 0;
}
#main div.mainwrap div dl dt img.main{
    width: 90%;
    height: auto;
}
#main div.mainwrap div dl dd {
    padding-top: 120px;
    font-size: 18px;
    line-height: 200%;
}
#main div.mainwrap div dl dd h1{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 36px;
    line-height: 180%;
    margin: 0px;
    padding: 0;
}
/**/
#lp_wrap{
    width: 60%;
    min-width: 1280px;
    margin: 100px auto;
}
#lp_wrap h2{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 30px;
    line-height: 180%;
    margin: 0px;
    padding: 0;
}
#teamtable{
    margin: 50px 0;
}
#teamtable th,
#teamtable td{
    padding: 25px;
    border-bottom: 2px solid white;
}
#teamtable th{
    background-color: #f4f1e8;
    color: #9f7c0c;
    text-align: left;
}
#teamtable td{
    background-color: #fbf9f2;
}
#mov{
    width: 100%;
    height: 600px;
}
/*-----------------*/
#lp_wrap h3 {
  clear: both;
  font-size: 18px;
  display: flex;
  color: #c6990b;
  text-align: left;
  margin: 70px 0 10px 0px;
  padding: 0px 0px 0 0;
    position: relative;
    font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
#lp_wrap h3::after{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d6b13c;
  top: 15px;
    left: 5px;
    position: relative;
}
/**/
#lp_wrap h4{
    font-size: 18px;
    font-weight: normal;
}
.recslist{
    display: table;
}
.recslist dl dt{
    display: table-cell;
    padding: 3%;
    width: 33%;
}
.recslist dl dt a{
    display: block;
    position: relative;
    color: black;
}
.recslist dl dt a:hover{
    text-decoration: underline;
}
.recslist dl dt a img{
    width: 100%;
    height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.recslist dl dt a div.whbox{
    background-color: white;
  border-top-right-radius: 10px;
    position: absolute;
    top: 180px;
    width: 75%;
    line-height: 160%;
    font-size: 13px;
    color: black;
    padding: 10px 0;
}
.recslist dl dt a div.whbox span{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #c6990b;
}
.recslist dl dt a div.whbox p{
    margin: 0px;
    padding: 5px 0px;
}
.recslist dl dt a h4{
    color: black;
    font-weight: bold !important;
    font-size: 17px !important;
    position: relative;
    margin-top: 10px;
}
/**/
#envi_wrap{
    display: table;
}
#envi_wrap dl dt,
#envi_wrap dl dd{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 50%;
}
#envi_wrap dl dt{
    padding-right: 20px;
}
#envi_wrap dl dt h2{
    color: #97740b;
}
#envi_wrap dl dd a{
    display: block;
    background-color: #f5f3ea;
    width: 200px;
    padding: 100px 0;
    margin: 5px;
    text-align: center;
    float: left;
    color: #97740b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size: 20px;
}
#envi_wrap dl dd a i{
    color: #d6b13c;
}
/**/
#entry{
    clear: both;
    margin: auto;
    color: #a37d05;
    font-weight: bold;
    width: 55%;
    margin: 100px auto;
}
#entry a{
    display: block;
    clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 5px solid #e1d19e;
    color: #97740b;
    padding: 50px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: bold;
    text-align: center;
    font-size: 30px;
    position: relative;
    margin: 20px 0;
}
#entry a i{
    color: #d6b13c;
    font-size: 20px;
    position: relative;
    top: -3px;
}
/**/
#lp_wrap_base{
    width: 40%;
    min-width: 800px;
    margin: 0px auto;
    position: relative;
    top: -100px;
}
/*-*/
#lp_wrap_base p.basetitle {
  clear: both;
  font-size: 18px;
  display: flex;
  color: #c6990b;
  text-align: left;
  margin: 0px 0 10px 0px;
  padding: 0px 0px 0 0;
    position: relative;
    font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
#lp_wrap_base p.basetitle::after{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d6b13c;
  top: 15px;
    left: 5px;
    position: relative;
}
/**/
#lp_wrap_base h1{
    font-size: 32px;
    margin: 40px 0;
}
#lp_wrap_base p#h1txt{
    font-size: 18px;
    margin: 20px 0;
}
#lp_wrap_base img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    width: 100%;
    height: auto;
}
#lp_wrap_base h3{
    
}
.profile_glbox{
    background-color: #f7f7f7;
    margin: -30px 0 0 0;
    padding: 3% 5%;
    border-radius:  0 0 10px 10px;
    position: relative;
}
.profile_glbox em{
    
}
.profile_glbox h2{
    
}
.profile_glbox h2 span{
    font-weight: normal;
    font-size: 70%;
    color: gray;
}
.profile_glbox p{
    
}
/**/
ul.inter_faq {
    margin: 60px 0 0 0px;
    padding: 0px;
}
ul.inter_faq li{
    margin: 0px;
    padding: 30px 0;
    list-style: none;
    font-size: 18px;
    line-height: 200%;
}
ul.inter_faq li h3 {
  clear: both;
  font-size: 20px;
  display: flex;
  text-align: left;
  margin: 0px 0 10px 0px;
  padding: 0px 0px 0 0;
    position: relative;
    font-weight: bold;
}
ul.inter_faq li h3::before{
  content: "";
  height: 1px;
    width: 5%;
  background-color: #000;
  top: 15px;
    right: 5px;
    position: relative;
}
/**/
.storytitle{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    background-color: #d6b13c;
    color: white;
    width: 20%;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 70px;
}
/**/
.clostxt{
    background-color: #fbf9f2;
    padding: 5%;
}
.clostxt h4{
    margin: 0px 0 20px 0;
    padding: 0;
    font-size: 18px;
}
        #pankz_sp2{
            margin-top: 0px !important;
            margin-bottom: 180px;
            position: relative;
            z-index: 100;
        }