@charset "utf-8";
/* CSS Document */
/* orizen.jp */


/* Responsive 切り替え
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*

@media (max-width: 480px) {
}

@media (max-width: 896px) {
}

@media (max-width: 1024px) {
}

/*

575.98px未満
@media (max-width: 575.98px) {
}


576-767.98px
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
}


768-991.98px
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
}


992-1199.98px
@media (min-width: 992px) {
}
@media (max-width: 1199.98px) {
}


1200px以上
@media (min-width: 1200px) {
}

*/

/*

@media (max-width: 575.98px) {
}

576-767.98px
@media (min-width: 576px) {
}

768-991.98px
@media (min-width: 768px) {
}

992-1199.98px
@media (min-width: 992px) {
}

1200px以上
@media (min-width: 1200px) {
}

*/
/*

@media (max-width: 334.98px) {
}

@media (min-width: 335px) {
}

@media (min-width: 484px) {
}

@media (min-width: 640px) {
}

@media (min-width: 840px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
}

*/




/* Property
================================================== */

body {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}

p {
  color: #433;
}


/* Nav
================================================== */

/* link
-------------------- */
@media (max-width: 483.98px) {
nav a {
  font-size: 0.98rem;
}
}

@media (min-width: 484px) {
nav a {
  font-size: .95rem;
}
}

@media (min-width: 640px) {
nav a {
  font-size: .93rem;
}
}

@media (min-width: 840px) {
nav a {
  font-size: .91rem;
}
}

@media (min-width: 1024px) {
nav a {
  font-size: .906rem;
}
}

@media (min-width: 1200px) {
nav a {
  font-size: .905rem;
}
}



/* Logo
-------------------- */
.navbar-brand {
  background-image: url(../images/logo.png);
  background-size: cover;
}

/* Logo @media
-------------------- */
@media (max-width: 483.98px) {
.navbar-brand {
  width: 157px;
  height: 41px;
}
}
@media (min-width: 484px) {
.navbar-brand {
  width: 175px;
  height: 46px;
}
}
@media (min-width: 640px) {
.navbar-brand {
  width: 192px;
  height: 51px;
}
}
@media (min-width: 840px) {
.navbar-brand {
  width: 210px;
  height: 56px;
}
}
@media (min-width: 1024px) {
.navbar-brand {
  width: 210px;
  height: 56px;
}
}
@media (min-width: 1200px) {
.navbar-brand {
  width: 210px;
  height: 56px;
}
}


/* Form/input button
-------------------- */
.navbar-form .input-group input {
  font-size: .84rem !important;
}

.navbar-form .input-group button {
  font-size: .84rem !important;
}


/* Jumbotron
================================================== */

.jumbotron-text {
  padding: 0 1rem;
}

@media (max-width: 483.98px) {
  .jumbotron {
    padding: 1.4rem 1rem .8rem 1rem;
  }

  .jumbotron h1 {
    font-size: 1.4rem;
  }

  .jumbotron p {
    font-size: 0.9rem;
  }
}

@media (min-width: 484px) {
  .jumbotron {
    padding: 1.4rem 1rem .8rem 1rem;
  }

  .jumbotron h1 {
    font-size: 1.5rem;
  }

  .jumbotron p {
    font-size: 0.9rem;
  }
}

@media (min-width: 640px) {
  .jumbotron {
    padding: 1.4rem 1rem .8rem 1rem;
  }

  .jumbotron h1 {
    font-size: 1.6rem;
  }

  .jumbotron p {
    font-size: .925rem;
  }
}

@media (min-width: 840px) {
  .jumbotron {
    padding: 1.4rem 1rem .8rem 1rem;
  }

  .jumbotron h1 {
    font-size: 2rem;
  }

  .jumbotron p {
    font-size: .95rem;
  }
}

@media (min-width: 1024px) {
  .jumbotron {
    padding: 2rem 3rem 1.6rem 3rem;
  }

  .jumbotron h1 {
    font-size: 2.2rem;
  }

  .jumbotron p {
    font-size: .975rem;
  }
}

@media (min-width: 1200px) {
  .jumbotron {
    padding: 2rem 5rem 1.6rem 5rem;
  }

  .jumbotron h1 {
    font-size: 2.2rem;
  }

  .jumbotron p {
    font-size: 1rem;
  }
}

.jumbotron {
  background-color: rgba(233, 236, 239, .7);
}

.jumbotron h2 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.jumbotron p {
  line-height: 1.3rem;
}

.jumbotron .slide {
  margin: 10px 0;
}

.jumbotron picture img {
  border-radius: 8px;
}


/* Section
================================================== */


/* 企業理念　@media
-------------------- */
.identity {
  text-align: center;
  padding: 1.5rem 1rem;
  margin: 2rem auto;
  color: #494846;
  background: white;
  border-top: solid 3px #7A7875;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
  background-image: url(../images/identity_bg.png);
  background-size: auto 64px;
  background-repeat: repeat;
}


/* 企業理念　@media
-------------------- */
@media (max-width: 334.98px) {
.identity h2 {
  line-height: 3rem;
  font-size: 1.2rem;
  margin-bottom: 0.1rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: .96rem;
  margin-bottom: 1.3rem;
}

.identity h4 {
  font-size: 1.1rem;
  line-height: 1rem;
  margin-top: 1.1rem;
  margin-bottom: 0.9rem;
}

.identity h5 {
  font-size: .9rem;
}

.identity h6 {
  font-size: .9rem;
  margin-bottom: 1.2rem;
}

.identity p {
  font-size: .8rem;
  margin-bottom: 0.3rem;
}

.identity {
  background-size: auto 64px;
}

.identity hr {
  margin: 1rem 0;
}
}

@media (min-width: 335px) {
.identity h2 {
  line-height: 3rem;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

.identity h4 {
  font-size: 1.1rem;
  line-height: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.identity h5 {
  font-size: 1rem;
}

.identity h6 {
  font-size: 1rem;
  margin-bottom: 1.4rem;
}

.identity p {
  font-size: .93rem;
  margin-bottom: 0.2rem;
}

.identity {
  background-size: auto 64px;
}

.identity hr {
  margin: 1rem 0;
}
}

@media (min-width: 484px) {
.identity h2 {
  line-height: 2rem;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}

.identity h4 {
  font-size: 1.2rem;
  line-height: 1rem;
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

.identity h5 {
  font-size: 1rem;
}

.identity h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.identity p {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.identity {
  background-size: auto 64px;
}

.identity hr {
  margin: 1rem 0;
}
}

@media (min-width: 575.98px) {
.identity h2 {
  line-height: 2rem;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}

.identity h4 {
  font-size: 1.2rem;
  line-height: 1rem;
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

.identity h5 {
  font-size: 1rem;
}

.identity h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.identity p {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.identity {
  background-size: auto 64px;
}

.identity hr {
  margin: 1rem 0;
}
}

@media (min-width: 576px) {
.identity h2 {
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: .7rem;
}

.identity h4 {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 0.4rem;
  margin-top: 0.6rem;
}

.identity h5 {
  font-size: 1.1rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.identity h6 {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.4rem;
}

.identity p {
  font-size: .95rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.identity {
  background-size: auto 96px;
}

.identity hr {
  margin: 1.2rem 0;
}
}

@media (min-width: 768px) {
.identity h2 {
  line-height: 5rem;
  font-size: 1.7rem;
  margin-bottom: 0.1rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1.25rem;
  margin-bottom: 0.2rem;
}

.identity h4 {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-top: 0.1rem;
}

.identity h5 {
  font-size: 1.1rem;
  margin-top: 1.7rem;
  margin-bottom: 0.8rem;
}

.identity h6 {
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
}

.identity p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.identity {
  background-size: auto 128px;
}

.identity hr {
  margin: 1.5rem 0;
}
}

@media (min-width: 992px) {
.identity h2 {
  line-height: 5rem;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.identity h4 {
  font-size: 1.5rem;
  line-height: 3rem;
}

.identity h5 {
  font-size: 1.1rem;
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}

.identity h6 {
  font-size: 1.1rem;
  margin-bottom: 1.3rem;
}

.identity p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.identity {
  background-size: auto 128px;
}

.identity hr {
  margin: 1.5rem 0;
}
}

@media (min-width: 1200px) {
.identity h2 {
  line-height: 6rem;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.identity h3 {
  line-height: 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.identity h4 {
  font-size: 1.7rem;
  line-height: 3rem;
  margin-bottom: .9rem;
}

.identity h5 {
  font-size: 1.2rem;
  margin-top: 1.7rem;
  margin-bottom: 0.8rem;
}

.identity h6 {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}

.identity p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.identity {
  background-size: auto 128px;
}

.identity hr {
  margin: 2rem 0;
}
}


/* Parallax Section
-------------------- */
.banner {
  background-color: #ddf2c9;
  background-image: url(../images/parallax.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3rem;
}


/* Parallax Section @media
-------------------------- */
@media (max-width: 359.98px) {
.parallax {
  color: #FFF;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  font-size: 1.2rem;
}

.parallax_description {
  color: #FFF;
  text-align: center;
  font-weight: lighter;
  line-height: 25px;
  font-size: 0.75rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
 }

.banner {
  height: 320px;
}
}

@media (min-width: 360px) {
.parallax {
  color: #FFF;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  font-size: 1.4rem;
}

.parallax_description {
  color: #FFF;
  text-align: center;
  font-weight: lighter;
  line-height: 25px;
  font-size: 0.8rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
 }

.banner {
  height: 350px;
}
}

@media (min-width: 484px) {
.parallax {
  color: #FFF;
  text-align: center;
  padding-top: 70px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  font-size: 1.6rem;
}

.parallax_description {
  color: #FFF;
  text-align: center;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 30px;
  font-size: 0.95rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.banner {
  height: 380px;
}
}

@media (min-width: 640px) {
.parallax {
  color: #FFF;
  text-align: center;
  padding-top: 70px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  font-size: 1.7rem;
}

.parallax_description {
  color: #FFF;
  text-align: center;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 40px;
  margin-left: 0px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  font-size: 0.95rem;
}

.banner {
  height: 400px;
}
}

@media (min-width: 840px) {
.parallax {
  color: #FFF;
  text-align: center;
  padding-top: 80px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  font-size: 1.8rem;
}

.parallax_description {
  color: #FFF;
  text-align: center;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 45px;
  margin-left: 0px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  font-size: .95rem;
}

.banner {
  height: 420px;
}
}

@media (min-width: 1024px) {
.banner {
  height: 420px;
}

.parallax {
  color: #FFF;
  text-align: right;
  padding-right: 115px;
  padding-top: 85px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.parallax_description {
  color: #FFF;
  text-align: center;
  padding-right: 90px;
  float: right;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  font-size: 1rem;
}
}

@media (min-width: 1200px) {
.banner {
  height: 450px;
}

.parallax {
  color: #FFF;
  text-align: right;
  padding-right: 120px;
  padding-top: 88px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.parallax_description {
  color: #FFF;
  text-align: center;
  padding-right: 100px;
  float: right;
  font-weight: lighter;
  font-size: 1rem;
  line-height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}
}


/* Footer
============================================================================ */

.footer-info {
  background-color: #708F41;
  padding-top: 1rem;
  padding: 1rem 2rem;
}

.footer-info h4 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.7rem;
  margin-left: 42px;
}

.footer-info h5 {
  margin-top: 1rem;
}

.footer-info h2,
.footer-info h4,
.footer-info h5,
.footer-info p,
.footer-info address {
  color: #FFF;
}

.footer-info li {
  color: #FFF;
  font-size: .9rem;
  list-style: none;
  line-height: 2rem;
}

.footer-info li a {
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1rem;
}

.footer-info li ul {
  margin-left: -42px;
}

.footer-info img {
  float: left;
  height: 40px;
}

.footer-menu {
  margin-top: 2rem;
}

.footer-menu h2 {
  font-size: 1.5rem;
}

.footer-menu li {
  font-size: .9rem;
}

.footer-copyright {
  background-color: #475A29;
  margin-bottom: 6px;
  padding-top: 1rem;
}

.footer-copyright p {
  color: #FFF;
}

.footer-menu .fujin img {
  height: 100px;
}



/* Footer line
================================================== */

.footer-line {
  height: 48px;
  background-image: url(../images/footer-line.png);
  background-repeat: repeat-x;
  margin: 1rem 0;
}


/* Social icons
============================================================================ */

.social-icons {
  margin-left: 10px;
  margin-right: 10px;
}

.social-icons a {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 70px;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  font-size: 10px;
}

.social-icons i,
.social-icons span {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 28px;
  margin: 0;
  background: #8da821;
  /* 背景 */
  line-height: 28px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .4s;
}

.social-icons i {
  z-index: 2;
  transform: rotateY(0deg);
}

.social-icons a:hover i {
  z-index: 1;
  transform: rotateY(180deg);
}

.social-icons span {
  z-index: 1;
  transform: rotateY(-180deg);
}

.social-icons a:hover span {
  z-index: 2;
  transform: rotateY(0deg);
  color: #FF0;
  /* 手をかざしたカラー */
}


/* Google map をレスポンシブにさせる
================================================== */

.google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}


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

.vjs-controls-disabled {
  display: none !important;
}


/* Youtube動画を Responsive 対応に
================================================== */
/*
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
*/



/* www/sitemap.html
================================================== */

.sitemap h3 {
  font-size: 1.2rem;
  margin-left: 1rem
}

.sitemap p {
  margin-left: 1rem
}



/* www/guide/access.html
================================================== */

.access-map ul li {
  list-style: none;
  margin-left: -8px;
  line-height: 1.8rem;
}




/* www/guide/index.html
============================================= */

.guide-index img {
  height: 80px;
}

.guide-index .media img {
  border-radius: 4px;
}

/* www/guide/index.html @media
-------------------------- */

@media (max-width: 483.98px) {
.guide-index h2 {
  font-size: 1.4rem;
}
}

@media (min-width: 484px) {
.guide-index h2 {
  font-size: 1.5rem;
}
}

@media (min-width: 640px) {
.guide-index h2 {
  font-size: 1.6rem;
}
}

@media (min-width: 840px) {
.guide-index h2 {
  font-size: 1.8rem;
}
}

@media (min-width: 1024px) {
.guide-index h2 {
  font-size: 1.9rem;
}
}

@media (min-width: 1200px) {
.guide-index h2 {
  font-size: 2rem;
}
}


/* www/guide/about.html
================================================== */

.about picture img {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  border-radius: 6px;
  margin: 1em 0 2em 0;
}

.about span {
  font-size: 2em;
  font-weight: 600;
  margin-right: 4px;
}


/* www/guide/about.html@media
-------------------------- */
@media (max-width: 359.93px) {
.about picture img {
  max-width: 100%;
}
 .about h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.2rem;
}
}

@media (min-width: 360px) {
.about picture img {
  max-width: 80%;
}
 .about h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.2rem;
}
}

@media (min-width: 484px) {
.about picture img {
  max-width: 350px;
}
.about h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.2rem;
}
}

@media (min-width: 640px) {
.about picture img {
  max-width: 400px;
}
 .about h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.3rem;
}
}

@media (min-width: 840px) {
.about picture img {
  max-width: 450px;
}
 .about h2 {
  font-size: 1.6rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.4rem;
}
}

@media (min-width: 1024px) {
.about picture img {
  max-width: 500px;
}
 .about h2 {
  font-size: 1.7rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.5rem;
}
}

@media (min-width: 1200px) {
.about picture img {
  max-width: 520px;
}
 .about h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.about h3 {
  font-size: 1.6rem;
}
}


/* www/news/news1.html
================================================== */

.news-photo {
  max-width: 720px;
}

.news-photo img {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  border-radius: 6px;
  margin: 1rem 0;
}


/* www/items/
================================================== */

.kireji,
.material,
.process {
  margin: 3em 0;
}


/* Clear
================================================== */

.clear {
  height: 4px;
  clear: both;
}


/* 見出し装飾（円を重ね合わせた見出し）
================================================== */

.h2-decoration1 {
  position: relative;
  padding-left: 46px;
  border-bottom: 2px solid #708f41;
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
  text-align: left;
}

.h2-decoration1:before {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 21px;
  left: 7px;
  background-color: rgba(150, 216, 43, .8);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  z-index: 1;
}

.h2-decoration1:after {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 1px;
  left: 12px;
  background-color: rgba(112, 143, 65, .8);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset
}

.h2-decoration2 {
  position: relative;
  padding-left: 46px;
  border-bottom: 2px solid #708f41;
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
  text-align: left;
}

.h2-decoration2:before {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 21px;
  left: 7px;
  background-color: rgba(150, 216, 43, .8);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  z-index: 1;
}

.h2-decoration2:after {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 1px;
  left: 12px;
  background-color: rgba(112, 143, 65, .8);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset
}


.h2-decoration3 {
  position: relative;
  padding-left: 46px;
  border-bottom: 2px solid #E08F26;
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
  text-align: left;
}

.h2-decoration3:before {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  top: 21px;
  left: 7px;
  background-color: rgba(255, 175, 63, .8);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  z-index: 1;
}

.h2-decoration3:after {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 1px;
  left: 12px;
  background-color: rgba(224, 143, 38, .8);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset
}


/* 見出し装飾（グレー枠）
================================================== */

.decoration2 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}


/* 見出し装飾（グレー枠）
================================================== */

.decoration3 {
  height: 42px;
  padding-bottom: 0.5em;
  border-bottom: 3px double #212529;
}

@media (max-width: 480px) {
.decoration3 {
  height: 32px;
  padding-bottom: 0.5em;
  border-bottom: 3px double #212529;
}
}


/* 区切り線（水平線）
================================================== */

.hr-style1 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,
    rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 42px 0;
}
