/*----------------------------------------------------
　
------------------------------------------------------*/
#main{
background: url("img/main.jpg") no-repeat center top;
}
#main h2 {
position: relative;
height:500px;
line-height: 500px;
background: none;
filter: drop-shadow(3px 3px 5px #000);
}
#main h2 img{
max-width: 302px;
vertical-align: middle;
}

@media screen and (max-width: 1280px) {
#main{
background-image: url('img/main_sp.jpg');
background-size: 100% auto;
}
#main h2 img{
width: 60%;

}
}
@media screen and (max-width: 640px) {
#main{
background-size: auto 100%;
}
}

@media screen and (max-width: 480px) {
#main{
max-height:360px;
background-size: auto 100%;
}
#main h2 {
max-height:340px;
line-height: 340px;
box-sizing: inherit;
padding-top: 20px;
}

}
@media screen and (max-width: 390px) {
#main{
max-height:270px;
}
#main h2 {
max-height:270px;
line-height: 270px;
}
}



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


.title{
  clear: both;
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 0.5em;
  font-size:23px;
  font-weight:bold;
  line-height: 1.2;
  text-align: left;
  border-bottom: 2px solid #fff;
}

.title:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  border-bottom: 2px solid #bbaf5b;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 45px;
  height: inherit;
  border-bottom: 2px solid #73588b;
}
.title .eng{
display: block;
color: #bbaf5b;
font-size:12px;
font-weight: normal;
font-family: chaparral-pro, serif;
}



@media screen and (max-width: 1280px) {
.title{
font-size: 16px;
}
.title:before{
  width: 64px;
}
.title:after {
  width: 32px;
}
.title .eng{
font-size:6px;
}


}




@media screen and (min-width: 1680px) {
  body, th, td {
    font-size: 18px;
  }
}

/*----------------------------------------------------
　#text01
------------------------------------------------------*/

#privacy{
clear: both;
width: 90%;
max-width: 800px;
margin: 0 auto;
padding: 100px 0 50px;
/*font-size: 25px;
font-family: a-otf-futo-min-a101-pr6n, serif;*/
text-align: left;
}

@media screen and (max-width: 1280px) {
#privacy{
padding: 40px 0 40px;
font-size: 14px;
}


}


/*----------------------------------------------------
　
------------------------------------------------------*/
#privacy .cont .txt{
margin: 1.5em 0 2.5em;
}
#privacy .cont .txt h3{
font-size: 125%;
font-weight: normal;
}
#privacy .cont .txt h3:before{
content: "■ ";
}













