@charset "utf-8";

/* rem設定用 */
html{
    font-size: 15px;
}
body {
    font-family:"ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", sans-serif
}
#wrapper {
  width: 100%;
  background-color: #FFF;
    position: relative;
}
#wrapper .mainCont {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
#wrapper img {
}

#wrapper .header img{
  display: inline;
}

/*============================
txt
font-size、line-heightは
基本デザインデータの2/3から半分程度に設定
(画面幅320pxのiPhone5で段落ちしない程度)
============================*/

#wrapper a {
  text-decoration: none;
}
#wrapper p {
  font-size: 1.00rem;
  line-height: 1.0;
}

#wrapper h1 {
  font-size: 1.0rem;
  line-height: 1.0;
  text-align: center;
  color: #000;
}

#wrapper h2 {
  font-size: 1.0rem;
  line-height: 1.0;
  text-align: left;
  color: #000;
}


/*============================
sec1 / sec2 /sec3
============================*/
section:nth-child(1) ul,
section:nth-child(2) ul,
section:nth-child(3) ul,
section:nth-child(4) ul,
section:nth-child(5) ul{
  display: flex;
  flex-wrap: wrap;
}
section:nth-child(1){
  background: #fafae9;
}
section:nth-child(1) p:last-child img{
  display: inline-block;
}
section:nth-child(2){
  background: #e7e4ce;
  padding-bottom: 60px;
}
section:nth-child(2) img{
  display: inline;
}
section:nth-child(6) {
  background: #e7e4ce;
  padding-bottom: 80px;
}
section:nth-child(6) li{
  display: block;
  margin-bottom: 26px;
}



/*============================
accordion
============================*/
.accordion {
  padding-bottom: 8px;
  background-color: #e7e4ce;
}
  .accordion.last {
  padding-bottom: 88px;
}
.txt_qa_contents{
  margin-bottom: 60px;
}

/*============================
cv
============================*/
#wrapper .cv {
  margin-bottom: 0;
}
#wrapper .cv:last-child {
  margin-bottom: 0;
}
#wrapper .cv img{
  display: inline;
}
#wrapper .cv a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#wrapper .cv a:hover {
  opacity: 0.7;
}

/*============================
footer
============================*/
#wrapper .l-footer {
  width: 100%;
  margin: 0 auto;
  border-top: 5px solid #8c8774;
}
/*#wrapper .fixed_banner {
margin-bottom: 86px;
}*/

.footer {
  background-color: #fff;
}

.footer .footer-counter {
  background-color: #f1f0e8;
}
.footer .footer-inner {
  position: relative;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 20px 10px 30px;
}

.footer .footer-nav {
  width: 810px;
}
.footer .footer-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.footer .footer-area li {
  margin-right: 30px;
}
.footer .footer-area a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
.icon_footer--counter, .footer .footer-area .footer-area-counter:before {
  width: 12px;
  height: 12px;
  background-position: 0 0;
}
.icon_footer--chumon, .footer .footer-area .footer-area-chumon:before {
  width: 15px;
  height: 12px;
  background-position: 0 -12px;
}
.icon_footer--mansion, .footer .footer-area .footer-area-mansion:before {
  width: 13px;
  height: 12px;
  background-position: -15px -12px;
}
.icon_footer, .footer .footer-area a:before, .footer .footer-sns a:before {
  display: inline-block;
  background: url(../img/icon.png) no-repeat;
  background-size: 35px,94px;
}
.icon_footer--twitter, .footer .footer-sns .footer-sns-twitter:before {
  width: 35px;
  height: 35px;
  background-position: 0 -59px;
}
.icon_footer--facebook, .footer .footer-sns .footer-sns-facebook:before {
  width: 35px;
  height: 35px;
  background-position: 0 -24px;
}
.footer .footer-area a:before {
  content: "";
  margin-right: 5px;
}
.footer .footer-menu {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-top: 20px;
}
.footer .footer-menu li {
  margin-right: 15px;
}
.footer .footer-menu a {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
.footer .footer-company {
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  padding: 20px 10px 50px;
}
.footer .footer-copyright {
  text-align: left;
}
.footer .footer-copyright a {
  display: inline-block;
}
.footer .footer-groupsite {
  margin-top: 10px;
}
.footer .footer-groupsite {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.footer .footer-groupsite a {
  line-height: 1;
  color: #435b67;
  text-decoration: underline!important;
  font-size: 10px;
  font-weight: bold;
}

/*============================
#util
============================*/

#wrapper .mb15 {
  margin-bottom: 15%!important;
}

