@charset "utf-8";

/*-----------------------------------------------------
汎用
-------------------------------------------------------*/

/* box-shadow
------------------------------------------------*/

.box-shadow{
  box-shadow: 5px 5px 5px 0px rgba(100, 100, 100, 0.75);
}

/*-----------------------------------------------------
#Top
-------------------------------------------------------*/
#Top{
  background: url(../images/bg_outer.jpg) repeat left top;
}

/*-----------------------------------------------------
.contents-wrapper
-------------------------------------------------------*/
.contents-wrapper{
  width: 835px;
  margin: 0 auto;
  padding: 0 88px 30px;
  background: url(../images/bg_inner.png) repeat left top;
}

/*-----------------------------------------------------
.contents-header
-------------------------------------------------------*/

.contents-header{
  position: relative;
  margin-left: -79px;
}
.contents-header__head{
  margin-top: 0;
}
.contents-header__logo{
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
}
.contents-lead__text{
  line-height: 2;
}

/*-----------------------------------------------------
.intro-wrap
-------------------------------------------------------*/

.intro-wrap{
  min-height: 372px;
  padding: 20px 20px 20px 285px;
  background: url(../images/bg_intro.jpg) no-repeat left top;
}
.intro-wrap-inner{
  padding: 30px 40px;
  background: rgba(255,255,255,0.5);
}
.intro__head{
  margin: 0;
  font-size: 1.375rem;
}
.intro__text{
  margin: 1em 0 0;
  line-height: 1.75;
}

/*-----------------------------------------------------
.search-wrap
-------------------------------------------------------*/

.search-wrap{
  margin-top: 30px;
  padding:50px 30px;
  background: url(../images/bg_search.png) repeat left top;
}
.search__head{
  position: relative;
  margin: 0;
  font-size: 0;
}
.search__head-sub{
  position: absolute;
  top: 5px;
  left: 350px;
  padding: 2px 5px;
  background: #df136a;
  color: #fff;
  font-size: 1rem;
}
.search__text{
  margin: 10px 0 0;
}
.search__input{
  text-align: center;
  margin-bottom: 0;
}
.search__textbox{
  width: 753px;
  padding: 5px 10px;
  border: 1px solid #b1aba9;
  border-color: rgb(177, 171, 169);
  border-radius: 2px;
  font-size: 1.25rem;
}
.search__submit{
  margin-top: 15px;
  padding: 10px 120px;
  border-radius: 4px;
  border-style: none;
  background: #2b2827;
  color: #fff;
  font-size: 1.661rem;
  font-weight: bold;
}

/*-----------------------------------------------------
.result-wrap
-------------------------------------------------------*/

.result-wrap{
  display: none;
  margin-top: 30px;
  padding:50px 30px;
  background: url(../images/bg_result.jpg) repeat left top;
}
.result__head{
  color: #fff; 
  font-size: 1.375rem;
  font-weight: bold;
}
.result__head a{
  color: #fff;
}
.result__head-inner{
  display: block;
  margin-top: 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.result__comment{
  float: left;
  width: 580px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #fff;
  line-height: 1.75;
}
.result__pic{
  float: right;
  width: 120px;
}
.result__img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #2b2827;
}

/*
.follow-wrap
------------------------------------------------*/

.follow__head,
.follow__lists{
  margin: 0;
  text-align: center;
}
.follow__list{
  margin: 0 15px;
  text-align: center;
  display: inline-block;
}

/*
.result-important
------------------------------------------------*/

.result-important__head{
  text-align: center;
}
.result-important__text{
  color: #fff;
  line-height: 1.75;
}
.result-important__strong{
  font-size: 1.25rem;
  font-weight: bold;
}

/*-----------------------------------------------------
.aboutbp-wrap
-------------------------------------------------------*/

.aboutbp-wrap{
  display: none;
  margin-top: 30px;
  padding:50px 30px;
  background: #fff;
}

.aboutbp__lead{
  margin: 0;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
}
.aboutbp__head{
  margin: 50px 0 0;
  text-align: center;
}
.aboutbp__text{
  line-height: 2;
}
.aboutbp__strong{
  color: #9a238d;
}
.aboutbp__text--bold{
  margin: 50px 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.aboutbp__text-link{
  margin: 0 5px;
  color: #9a238d;
  font-weight: bold;
}
.aboutbp__pic{
  margin: 50px 0 80px;
  text-align: center;
}

/*-----------------------------------------------------
.column-wrap
-------------------------------------------------------*/

.column-wrap{
  margin-top: 70px;
}
.column__list{
  float: right;
  width: 380px;
}
.column__list:first-child{
  float: left;
}
.column__head{
  text-align: center;
}
.column__link{
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.444;
}
.column__img{
  display: block;
  margin-bottom: 10px;
  vertical-align: bottom;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/

.contents-annotation{
  font-size: 0.875rem;
}
.footer-logo{
  margin: 0;
  text-align: right;
}
.footer-logo__img{
  vertical-align: bottom;
}

/*-----------------------------------------------------
Pagetop
-------------------------------------------------------*/

#Pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
}
#Pagetop img{
  display: block;
  max-width: 100%;
  height: auto;
}