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

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #39b54a;
  text-decoration: none;
}

a:visited {
  color: #39b54a;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-attachment: fixed;
  background-position: center bottom;
  background-image: url(../img/base.jpg);
  background-repeat: repeat-y;
  background-size: 1400px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
}
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
.exLink:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br.sp {
  display: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
.head {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*本文
 * --------------------------------------------------------*/
 .title {
   font-size: 40px;
   text-align: center;
   margin: 0 auto;
   padding-top: 90px;
   padding-bottom: 60px;
   font-family: "Koburina Gothic W6 JIS2004";
 }
 .text {
   width: 500px;
   text-align: left;
   margin:0 auto;
   overflow: hidden;
   padding-top: 30px;
   font-family: "Koburina Gothic W3 JIS2004";
 }
 .sign {
   width: 500px;
   text-align: right;
   margin:0 auto;
   overflow: hidden;
   padding-bottom: 30px;
   font-family: "Koburina Gothic W3 JIS2004";
 }

/*ライン
 * --------------------------------------------------------*/
.border_dot {
  border: dashed 0.5px #666;
  width: 560px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 25px;
}


/*フッター
 * --------------------------------------------------------*/
#footer {
  width: 560px;
  margin: 0 auto;
  margin-top: 60px;
  padding-left: 25px;
  overflow: hidden;
}

#footer li {
  float: left;
  margin-right: 35px;
  list-style-type: none;
}

.line {
  padding-top: 0px;
}

.home {
  padding-top: 10px;
  margin-left: 50px;
  margin-right: 0px;
}

.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
  padding-top: 40px;
  padding-bottom: 40px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #666;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {

  .wrapper {
    width: 100%;
  }

  #navi {
    width: 100%;
    clear: both;
    text-align: center;
  }


}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/base_sp.jpg);
    background-size: 100% auto;
    z-index: -2;
  }
  .wrapper {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  br {
    display: none;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .head {
    width: 65%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 本文
   * --------------------------------------------------------*/
   .title {
     width: 85%;
     padding-top: 55px;
     font-size: 30px;
   }
  .text {
  width: 78%;
  margin:0 auto;
  padding-top: 10px;
  line-height: 2em;
  }
  .sign {
  width: 75%;
  margin:0 auto;
  padding-bottom: 30px;
  }
  .sign img {
  width: 40%;
  }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border_dot {
    width: 80%;
  }


  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }

  #footer li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
    font-size: 13px;
  }

  #footer li img {
    width: auto;
    height: 35px;
  }

  #footer .home img {
    width: 70%;
    height: 70%;
  }

  .date {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright {
    width: 100%;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

}
