@charset "UTF-8";

/* body
***************************************************************/
body {
font-size:14px;
background:#fff;
line-height: 1.8em;
font-family: 'ヒラギノ明朝 Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ 明朝','MS PGothic',sans-serif;
text-align: center;
}
body,html{
}
/* link
***************************************************************/
a {
color: #00246f;
text-decoration: underline;
}
a:hover{
color: #00246f;
text-decoration: none;
}

/* clear
***************************************************************/
div, .clearfix {
zoom:1;
}
div:after,.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}

/* common
***************************************************************/
.nomargin{
margin:0!important;
}
.nodisp{
display: none;
}
.fl{
float: left;
}
.fr{
float: right;
}
.wrap {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
/* header
*************************************************************/
#main_header {
  width: 100%;
  height: 74px;
  background: #fff;
  padding-top: 13px;
  border-top: 5px solid #00246f;
  position:fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d2dad9;
  z-index: 1000;
}
#main_header .inner{
  position: relative;
  width: 960px;
  height: 81px;
}
#main_header h1{
  color: #5a5a5a;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
#main_header p.logo{
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 224px;
  height:28px;
}
#main_header p.tel{
  position: absolute;
  width:303px;
  height:55px;
  top: 5px;
  right: 258px;
}
#main_header p.btn{
  position: absolute;
  width: 233px;
  height: 61px;
  top: 0;
  right: 0;
}
#sp_header {
  display: none;
}
/* #main_contents
*************************************************************/
#main_contents #main_pic{
  width: 100%;
  min-width: 960px;
  height: 500px;
  padding-top: 93px;
  background: url(../img/bg_main_img.jpg) bottom center no-repeat #e5eeed;
}
#main_contents #main_pic_sp{
  display: none;
}
#main_contents #main_pic p.title{
  width: 960px;
  height: 124px;
  padding-top: 55px;
  margin: 0 auto;
  text-align: left;
}
#main_contents #main_title{
  width: 100%;
  background: #00246f;
}
#main_contents .arrow_w {
  padding: 60px 20px 70px;
  background: url(../img/bg_arrow_w.gif) center top no-repeat #eaeaea;
}
#main_contents .arrow_g {
  padding: 60px 20px 70px;
  background: url(../img/bg_arrow_g.gif) center top no-repeat;
}
#main_contents .arrow_b {
  padding: 60px 20px 70px;
  background: url(../img/bg_arrow_b.gif) center top no-repeat;
}

#main_contents #point1 .sub_title{
  margin-bottom: 30px;
}
#main_contents #point1 .lead{
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.8em;
}
#main_contents #point1 .pic{
  margin-bottom: 0;
}

#main_contents #point2 .sub_title{
  margin-bottom: 30px;
}
#main_contents #point2 .lead{
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.8em;
}
#main_contents #point2 .item{
  width: 300px;
  float: left;
}
#main_contents #point2 .item.center{
  margin: 0 30px;
}
#main_contents #point2 .item .pic{
  line-height: 1px;
  margin-bottom: 20px;
}
#main_contents #point2 .item .name{
  color: #00246f;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}

#main_contents #point3 .sub_title{
  margin-bottom: 30px;
}
#main_contents #point3 .lead{
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.8em;
}
#main_contents #point3 .pic_sp {
  display: none;
}
#main_contents #point4{
  padding: 105px 20px 0;
  height: 250px;
}
#main_contents #point4 .wrap{
  position: relative;
}
#main_contents #point4 .sub_title{
  margin-bottom: 30px;
}
#main_contents #point4 .lead{
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 1.8em;
}
#main_contents #point4 .pic{
  width: 411px;
  height: 463px;
  position: absolute;
  top: -143px;
  right: 70px;
  z-index: 10;
}
#main_contents #contact_area {
  background: url(../img/bg_contact.gif) left top no-repeat;
  height: 150px;
  margin: 90px auto 80px;
  position: relative;
}
#main_contents #contact_area .btn {
  width: 371px;
  height: 87px;
  position: absolute;
  top: 32px;
  right: 25px;
}
#main_contents #contact_area_sp{
  display: none;
}

#main_contents #link_area{
  margin-bottom: 30px;
}
#main_contents #link_area .link{
  line-height: 1em;
  text-align: left;
}
#main_contents #link_area .link a{
  font-size: 13px;
  margin: 0 7px;
  border-bottom: 1px solid #00246f;
  text-decoration: none;
}
#main_contents #link_area .link a:hover{
  border-bottom: none;
}
/* footer
*************************************************************/
#main_footer {
  background: #00246f;
  padding: 20px 0;
}
#main_footer #copy{
  line-height: 10px;
}
#main_footer #btn_top {
  width: 37px;
  height: 37px;
  position: fixed;
  bottom :65px;
  right: 40px;
  display: none;
}

/* sp
*************************************************************/
@media screen and (max-width: 641px) {
  #main_header{
    display: none;
  }
#sp_header {
  width: 100%;
  height: 48px;
  background: #fff;
  padding-top: 0;
  border-top: 2px solid #00246f;
  position:fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #d2dad9;
  z-index: 1000;
  display: block;
}
#sp_header .inner{
  position: relative;
  width: 90%;
  height: 48px;
}
#sp_header h1{
  color: #5a5a5a;
  font-size: 9px;
  position: absolute;
  top: 0;
  left: 0;
}
#sp_header p.logo{
  position: absolute;
  left: 0;
  bottom: 0;
}
#sp_header p.tel{
  width: 37px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: 42px;
}
#sp_header p.contact{
  width: 37px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: 0;
}
  .wrap {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #main_contents #main_pic{
    display: none;
  }
  #main_contents #main_pic_sp{
    display: block;
    padding-top: 50px;
  }
  #main_contents #main_pic_sp img{
    width: 100%;
  }
  #main_contents #main_title img{
    width: 80%;
    height: auto;
  }
  #main_contents .arrow_b{
    background: url(../img/bg_arrow_b.gif) center top no-repeat;
    background-size: 59px 25px;
  }
  #main_contents .arrow_w{
    background: url(../img/bg_arrow_w.gif) center top no-repeat #eaeaea;
    background-size: 59px 25px;
  }
  #main_contents .arrow_g{
    background: url(../img/bg_arrow_g.gif) center top no-repeat;
    background-size: 59px 25px;
  }
  #main_contents #point1 {
    padding: 50px 0;
  }
  #main_contents #point1 .sub_title{
    margin: 0 0 20px 5%;
  }
  #main_contents #point1 .sub_title img{
    width:163px;
    height:34px;
  }
  #main_contents #point1 .pic img{
    width: 90%;
    height: auto;
    margin: 0 5%;
  }
  #main_contents #point1 .lead{
    width: 90%;
    height: auto;
    margin: 0 5% 20px;
  }

  #main_contents #point2{
    padding: 50px 0 0;
  }
  #main_contents #point2 .sub_title{
    margin: 0 0 20px 5%;
  }
  #main_contents #point2 .sub_title img{
    width: 195px;
    height: 38px;
  }
  #main_contents #point2 .lead{
    width: 90%;
    height: auto;
    margin: 0 5% 20px;
  }
  #main_contents #point2 .clear{
    width: 90%;
    margin: 0 5% 20px;
    text-align: center;
  }
  #main_contents #point2 .clear .item{
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  #main_contents #point2 .clear .item.center{
    margin: 0 auto;
  }
  #main_contents #point2 .clear .item .pic,
  #main_contents #point2 .clear .item .pic img{
    width: 100%;
    height: auto;
  }
  #main_contents #point2 .clear .item .name,
  #main_contents #point2 .clear .item .text{
    text-align: left;
    margin-bottom: 20px;
  }
  #main_contents #point3{
    padding: 50px 0;
  }
  #main_contents #point3 .sub_title{
    margin: 0 0 20px 5%;
  }
  #main_contents #point3 .sub_title img{
    width: 262px;
    height: 34px;
  }
  #main_contents #point3 .lead{
    width: 90%;
    height: auto;
    margin: 0 5% 20px;
  }
  #main_contents #point3 .pic {display: none;}
  #main_contents #point3 .pic_sp {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  #main_contents #point3 .pic_sp img{
    width: 100%;
  }
  #main_contents #point4{
    height: auto;
    padding: 50px 0;
  }
  #main_contents #point4 .sub_title{
    margin: 0 0 20px 5%;
  }
  #main_contents #point4 .sub_title img{
    width: 262px;
    height: 34px;
  }
  #main_contents #point4 .lead{
    width: 90%;
    height: auto;
    margin: 0 5% 20px;
  }
  #main_contents #point4 .pic{
    position: static;
    width: 70%;
    height: auto;
    margin: 0 15%;
  }
  #main_contents #point4 .pic img{
    width: 100%;
    height: auto;
  }
  #main_contents #contact_area{
    display: none;
  }
  #main_contents #contact_area_sp{
    display: block;
    width: 84%;
    padding: 3%;
    border: 2px solid #00246f;
    margin: 20px auto;
  }
  #main_contents #contact_area_sp .sub_title{
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }
  #main_contents #contact_area_sp .sub_title img{
    width: 100%;
  }
  #main_contents #contact_area_sp .btn{
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }
  #main_contents #contact_area_sp .btn img{
    width: 100%;
  }
  .spno {
    display: none;
  }
  #main_footer #btn_top {
    bottom :50px;
    right: 20px;
  }
  #main_contents #link_area{
    width: 90%;
    margin: 0 5% 20px;
  }
  #main_footer #copy img{
    width: 80%;
    height: auto;
  }
}