@charset "utf-8";
/* CSS Document */

/* DEAFAULT
-------------------------------------------------------------------------- */

/******　メイン　*******/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
  float: right;
  width: 300px;
  font-size: 12px;
  text-align: right;
}
#contents_in p {
  line-height: 1.5em;
  color: #666;
}
#contents_in a {
  color: #0580f2;
  text-decoration: none;
}
#contents_in a:visited {
  color: #996699;
  text-decoration: underline;
}
#contents_in a:hover {
  color: #3D6BFF;
  text-decoration: underline;
}
a img:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

/****** title *******/
#kimg {
  width: 800px;
  margin-bottom: 30px;
}
#kimg .main-title {
  margin-bottom: 20px;
}
#kimg p {
  font-size: 14px;
  line-height: 1.5em;
  color: #666;
  text-align: center;
}

/****** campaign *******/
#campaign-box {
  position: relative;
  width: 800px;
  height: 277px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
#campaign-box .campaign-sholder {
  position: absolute;
  top: -40px;
  right: 50px;
}
#campaign-box .campaign-btn-box {
  position: absolute;
  top: 140px;
  left: 478px;
  width: 280px;
  height: 90px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#campaign-box .campaign-btn {
  width: 230px;
  margin: 0 auto;
  padding-top: 20px;
}
#campaign-box .campaign-btn-box a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #eb377f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#campaign-box .campaign-btn-box a:hover {
  text-decoration: none;
  background-color: #e86398;
}
#campaign-box .campaign-btn-box .campaign-title {
  margin-bottom: 5px;
}
#campaign-box .campaign-btn-box .campaign-date {
  margin-bottom: 10px;
}

/****** contents check box *******/
#contents-check-box {
  width: 800px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  background: transparent url(../images/arrow_content.png) no-repeat center bottom;
}
#contents-check-box .main-title {
  margin-bottom: 30px;
}
#contents-check-box .lead {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
  text-align: center;
  margin-bottom: 30px;
}
#contents-check-box .check-list {
  text-align: center;
  margin-bottom: 30px;
}
#contents-check-box .check-list h3 {
  margin-bottom: 10px;
}

/****** point box *******/
#point-box {
  margin-bottom: 30px;
}
#point-box .title-box {
  margin-bottom: 40px;
}
#point-box h2 {
  text-align: center;
  margin-bottom: 30px;
}
#point-box .title-box > p {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}
#point-box .point-list-box .point1,
#point-box .point-list-box .point2,
#point-box .point-list-box .point3 {
  float: left;
  width: 250px;
}
#point-box .point-list-box .point2,
#point-box .point-list-box .point3 {
  margin-left: 25px;
}
.btn-lg {
  text-align: center;
  margin-bottom: 40px;
}


/****** search *******/
#search {
  padding-top: 30px;
  margin-bottom: 60px;
  background: transparent url(../images/line.png) no-repeat left top;
  box-sizing: border-box;
}
.search-box {
  padding: 25px;
  background-color: #f6f6f6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
.search-box .search-title {
  margin-bottom: 12px;
}

.credit {
  text-align: right;
  margin-bottom: 20px;
  font-size: 11px;
}

#kimg .no-campaign {
  text-align: right;
  color: #999;
  /*margin-top: 15px;*/
  margin-bottom: 15px;

}
.no-campaign-footer {
  text-align: right;
  color: #999;
}

/****** select box *******/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.serviceArea,
.middleArea {
  background-color: #fff;
  padding: 11px 15px 10px 15px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ccc;
  margin-right: 20px;
  box-sizing: border-box;
}
.serviceArea {
  width: 220px !important;
}
.middleArea {
  width: 350px !important;
}
input.jsSearch {
  margin-top: -11px;
}

/* 202404追記 */
#header {
    border-bottom: 0;
    margin-bottom: 7px;
}
#headerWrapper {
    border-bottom: 2px solid #B4B0AD;
}
#footer {
    border-top: 0;
    padding: 0;
}