@charset "utf-8";
/* CSS Document */

@media screen and (min-width:769px) {

/* パララックス背景演出 */
.bg{
  position: absolute;
  top: -30px;
	width: 100%;
	height: 685px;

  background-image: url("../img/web/bg.jpg");
  background-size: auto;
  background-repeat:no-repeat;
}
.bg_fix{
  position: fixed;
  display: block;
  opacity: 0;
  top: -30px;
	width: 100%;
	height: 110px;

  background-image: url("../img/web/bg2.jpg");
  background-size: auto;
  background-repeat:no-repeat;
  z-index: 999;
}
.bg_white{
  position: absolute;
  top: 330px;
	width: 100%;
	height: 550px;
  background-color: #FFF;
}




main{
  position: relative;
  top: 80px;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
section{
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 80px;
  box-sizing: border-box;
}
section:last-child{
  margin-bottom: 150px;
}
/* ローカルタイトル */
h2{
  position: relative;
  width: 100%;
  height: 250px;
  padding-top: 80px;
  box-sizing: border-box;
  text-align: center;
}


/* mainコンテンツ */
.main_wrap{
  position: relative;
  width: 1080px;
  margin: 0 auto;
}


section{
  position: relative;
  width: 900px;
  height: 530px;
  padding: 50px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.disp{
  float: left;
  position: absolute;
}
.web_info{
  float: right;
  width: 350px;
}
.web_info:last-child{
  clear: both;
}
.site_title{
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
  box-sizing:border-box;

  background-image:url("../img/web/title_line.jpg");
  background-position: bottom;
  background-repeat:no-repeat;
}
h3{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family:'df_w7';
}

.term,.pic1{
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
.pic1{
  height: 150px;
}
.pic_inner{
  position:absolute;
  left: 85px;
  top: 0;
}

.btn_wide {
  display: block;
  position: relative;
  margin:0 auto;
  border: 0;
  width: 100%;
  height: 45px;
  background-color: #336699;
  border-radius: 30px;
  transition: 0.2s;
}
.btn_wide span{
  font-family:'df_w7';
  font-size: 18px;
  color: #FFF;
}
.btn_wide:hover{
  background-color: #88B3EC;
}


footer{
  position:relative;
  text-align: center;
  padding: 50px 0;
}

}





@media screen and (max-width:768px) {

  /* パララックス背景演出 */
  .bg{
    position: absolute;
    top: -30px;
  	width: 100%;
  	height: 250px;

    background-image: url("../img/web/bg.jpg");
    background-size:cover;
    background-repeat:no-repeat;
  }
  .bg_fix{
    position: fixed;
    display: block;
    opacity: 0;
    top: -30px;
  	width: 100%;
  	height: 110px;

    background-image: url("../img/web/bg2.jpg");
    background-size: auto;
    background-repeat:no-repeat;
    z-index: 999;
  }
  .bg_white{
    position: absolute;
    top: 200px;
  	width: 100%;
  	height: 550px;
    background-color: #FFF;
  }

  main{
    position: relative;
    top: 50px;
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
  section{
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  section:last-child{
    margin-bottom: 150px;
  }


  /* mainコンテンツ */
  .main_wrap{
    position: relative;
    width: 90%;
    margin: 0 auto;
  }


  section{
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .disp{
    position:relative;
    width: 80%;
    margin: 0 auto;
  }
  .disp img{
    width: 100%;
    height:auto;
  }
  .web_info{
    width: 100%;
  }
  .site_title{
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
    box-sizing:border-box;

    background-image:url("../img/web/title_line.jpg");
    background-position: bottom;
    background-repeat:no-repeat;
  }
  h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family:'df_w7';
  }

  .term,.pic1{
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .pic1{
    height: 150px;
  }
  .pic_inner{
    position:absolute;
    left: 85px;
    top: 0;
  }

  .btn_wide {
    display: block;
    position: relative;
    margin:0 auto;
    border: 0;
    width: 100%;
    height: 45px;
    background-color: #336699;
    border-radius: 30px;
    transition: 0.2s;
  }
  .btn_wide span{
    font-family:'df_w7';
    font-size: 18px;
    color: #FFF;
  }
  .btn_wide:hover{
    background-color: #88B3EC;
  }


  footer{
    position:relative;
    text-align: center;
    padding: 50px 0;
  }
}
