body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴ
シック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
"メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラ
ギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

body {
  background-image: url(../image/background.svg);
  background-repeat: repeat-x;
}

dd {
  margin-left: 10px;
  margin-bottom: 20px;
}

dt {
  border-bottom: 1px solid #888;
}

em {
  color: red;
  font-weight: bold;
  font-style: normal;
}

h1 {
  border-bottom: 1px dotted #888;
}

h2{
  position: relative;
  padding: 10px 20px;
  color: #54ACC9;
  background: #fff;
  border-top: #87CEEB solid 3px;
  border-bottom: #87CEEB solid 3px;
  background-image: -webkit-gradient(linear, left top, right bottom,
    from(			rgba(255, 255, 255, 0.0)),
    color-stop(0.4, rgba(255, 255, 255, 0.0)),
    color-stop(0.4, rgba(135, 200, 235, 0.3)),
    color-stop(0.6, rgba(135, 200, 235, 0.3)),
    color-stop(0.6, rgba(255, 255, 255, 0.0)),
    to(				rgba(255, 255, 255, 0.0))
  );
  background-image: -webkit-linear-gradient(top -45deg,
    transparent 40%,
    rgba(135, 200, 235, 0.3) 40%,
    rgba(135, 200, 235, 0.3) 60%,
    transparent 60%
  );
  background-image: -o-linear-gradient(top -45deg,
    transparent 40%,
    rgba(135, 200, 235, 0.3) 40%,
    rgba(135, 200, 235, 0.3) 60%,
    transparent 60%
  );
  background-image: linear-gradient(to bottom -45deg,
    transparent 40%,
    rgba(135, 200, 235, 0.3) 40%,
    rgba(135, 200, 235, 0.3) 60%,
    transparent 60%
  );
  background-size:4px 4px;
}

h2:before{
  content:" ";
  position:absolute;
  top:100%;
  left:24px;
  width:0;
  height:0;
  border-width:12px;
  border-style:solid;
  border-color:transparent;
  border-top-color:#87CEEB;
}

h2:after{
  content:" ";
  position:absolute;
  top:100%;
  left:28px;
  width:0;
  height:0;
  border-width:8px;
  border-style:solid;
  border-color:transparent;
  border-top-color:#dceffd;
  z-index:1;
}

h3 {
  position: relative;
  color: #111;
  /*background: #ccc;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #87CEEB), color-stop(1.00, #CBEFFD));
  background: linear-gradient(#87CEEB, #CBEFFD);
  /*background-image: url(../image/background.svg);*/
  font-size: 20px;
  line-height: 1;
  margin: 30px 0px 10px 0px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}

h3:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}

p {
  text-indent: 1em;
}

#main {
  padding: 10px;
  background-color: #fff;
}

#contact {
  line-height: 150px;
}

.box {
  background-color: rgba(54, 60, 112, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  text-shadow: 1px 1px 7px #000;
  color: #fff;
}

.container {
  max-width: 900px;
}

.carousel-caption p {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.4;
}

.em {
  color: #ff0000;
}

.snow1 {
  position:absolute;
  top:100px;
  left:100px;
}

.snow2 {
  position:absolute;
  top:110px;
  right:100px;
}

.snow3 {
  position:absolute;
  top:10px;
  right:30px;
}

.snow4 {
  position:absolute;
  top:50px;
  right:10px;
}

@media screen and (max-width:767px) {
  .carousel-caption p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.4;
  }
}
