@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
  color: #333;
}

.font_min {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.secondContents {
  width: 100%;
  margin: 0 auto;
}
.secondContents a:link {
  color: #d67573;
  text-decoration: none;
  border: none;
  transition: .3s;
}
.secondContents a:visited {
  text-decoration: none;
  color: #d67573;
  border: none;
}
.secondContents a:hover {
  text-decoration: none;
  color: #d67573;
  border: none;
}
.secondContents a:active {
  text-decoration: none;
  color: #d67573;
  border: none;
}

.titleArea2 {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  background: #eef4f9 url(../img/bg.png) repeat;
}
.titleArea2 .titleImg {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
.titleArea2 .titleImg img {
  width: 100%;
}

.contentInner {
  width: 980px;
  margin: 0 auto 50px;
}

.contentsUp {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 40px 0 10px;
}
.contentsUp img {
  padding-bottom: 30px;
}

.contentsDown {
  width: 100%;
  margin: 0 auto;
  background: #f9f7ee;
  text-align: center;
  padding: 40px 0 10px;
}
.contentsDown img {
  padding-bottom: 30px;
}
