@charset "utf-8";

section{
  width: 100%;
  overflow: hidden;
}
.btn-white01{
  width: 200px;
  height: 50px;
  text-align: center;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-white01 a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff;
  font-family: meiryo;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.btn-white01 a:hover{
  color: #fff;
  background: #000;
}

/* --- breadcrumb --- */
.breadcrumb{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
  background: #ffe;
}
.breadcrumb>ul{
  width: 960px;
  height: 40px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
}
.breadcrumb>ul>li{
  float: left;
  margin-left: 20px;
  position: relative;
}
.breadcrumb>ul>li:before{
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  top: 6px;
  left: -33px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb>ul>li:first-of-type{
  margin-left: 0;
}
.breadcrumb>ul>li:first-of-type:before{
  content: none;
}
.breadcrumb>ul>li>a,
.breadcrumb>ul>li>h1{
  display: block;
  font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: #000;
  padding: 0 20px;
}
.breadcrumb>ul>li>a:hover{
  text-decoration: underline;
}

/* --- header --- */
.area-header{
  width: 100%;
  height: 400px;
  background: #eff;
}
.area-header>div{
  width: 100%;
  height: 200px;
  background: rgba(255,255,255,0.9);
  margin-top: 100px;
}
.area-header h2{
  font-size: 24px;
  line-height: 34px;
  padding-top: 27px;
}
.area-header p{
  font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
}

