@charset "UTF-8";

/* =============================================================================

  BASE

============================================================================= */

body {
  color: #333;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1;
  background: #f4f4f4;
}

button, input, select, textarea {
  color: #333;
  font-family : inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

select {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

a img {
  overflow: hidden;
}

a:link,
a:visited {
  color: #03c;
  text-decoration: underline;
  outline: none;
}

a:hover,
a:focus,
a:active {
  opacity: 0.6;
}

p,li,dt,dl {
  line-height:1.6;
}


/* =============================================================================

  PARTS

============================================================================= */

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* clearfix */
.clfx {
  zoom:1;
  min-height: 1px;
}

.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 1px;
  line-height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.nowrap {
  white-space: nowrap;
}

.inblock {
  display: inline-block;
}

.indent_01 {
  display: block !important;
  margin-top: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

.kakko {
  display: inline-block;
  text-indent: -0.5em;
}

.sp_show {
  display: none !important;
}

@media screen and (max-width: 767px) {

  .sp_hide {
    display: none !important;
  }

  .sp_show {
    display: block !important;
  }

  .sp_show.inline {
    display: inline !important;
  }

}


/* =============================================================================

  COMMON

============================================================================= */

/* contents
----------------------------------------------------------*/

#header {
  padding: 0 10px;
}

#header_inner {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto 0;
  padding: 100px 0;
  text-align: center;
  background: #000 url(../img/header_bg.jpg) center bottom no-repeat;
}

#header h1 {
  padding: 20px;
  color: #fff;
  font-size: 40px;
  background: rgba(7, 107, 20, 0.5);
  line-height: 1.4;
}

@media screen and (max-width: 767px) {

  #header_inner {
    padding: 15px 0;
  }

  #header h1 {
  padding: 10px;
    font-size: 22px;
  }


}


/* contents
----------------------------------------------------------*/
#contents {
  min-height: 300px;
  margin-bottom: 50px;
  padding: 0 10px;
}

#contents_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 50px 30px 30px;
  border: 1px solid #cecece;
  border-top: none;
  background: #fff;
}

#contents p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {

  #contents {
    min-height: 200px;
  }

  #contents_inner {
    padding: 40px 15px 15px;
  }

}

/* footer
----------------------------------------------------------*/
#footer {
  padding: 0 10px;
  border-top: 2px solid #127705;
  background: #fff;
}

#footer_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}

#pagetop a {
  position: absolute;
  top: -63px;
  right: 0;
  z-index: 5;
  color: #127705;
  font-size: 50px;
  line-height: 1;
}

#footer .info h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;;
}

#footer .info dl {
  margin-left: 5px;
  padding-left: 15px;
  border-left: 3px solid #ddd;
}

#footer .info dt {
  margin-bottom: 10px;
  font-weight: bold;
}

#footer .info dd {
  font-size: 14px;
}

#copyright {
  padding: 30px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {

  #footer_inner {
    padding: 20px 0;
  }

  #return {
    margin: -15px 0 30px;
  }

  #pagetop a {
    top: -57px;
    font-size: 40px;
  }

  #footer .info h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  #copyright {
    line-height: 1.4;
  }

  #copyright .bold {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }

  #copyright .small {
    display: inline-block;
    margin: 0 0 5px 1.5em;
  }

}
