/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}

h2 {
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(to right, #9F2025, transparent);
  background: linear-gradient(to right, #9F2025, transparent);
  color: white;
}

h3 {
  padding: 0.0em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 10px #9F2025;/*左線*/
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

div.main-visual{
  position: relative;
}

div.title-wrapper {
  position: absolute;/*絶対配置*/
  top: 16%;
  left: 7%;
  bottom: 0%;
  width: 49vw;
}

div.msg-wrapper {
  position: absolute;/*絶対配置*/
  top: 54%;
  left: 8%;
  bottom: 0%;
  width: 49vw;
}

div.msg-wrapper-button {
  position: absolute;/*絶対配置*/
  top: 68%;
  left: 42%;
  bottom: 0%;
  width: 49vw;
}

div.main-visual p {
  color: rgb(44, 44, 44);/*文字は白に*/
  font-size: 1.5vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
}

div.title-wrapper p {
  color: rgb(44, 44, 44);/*文字は白に*/
  font-size: 2.2vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  font-weight: bold;
}

div.hibi{
  margin-right: 0;
}

div.isp{
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  p.abbrev {
   display: none;
  }
}

@media screen and (max-width: 769px) {
  img.ispinfo {
   display: none;
  }
}

img.content_c{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.news{
  list-style: none;
}

ul.news{
  background: whitesmoke;
  padding: 0 0.5em;
  position: relative;
}

ul.news li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
}

ul.news li:last-of-type {
  border-bottom: none;
}


html,body{
  height:100%;
}

.wrapper{
  width: 100%;
  position: relative;
  min-height: 100%;
}


div.foot{
  width: auto;
  height:auto;
  margin: 10px;
}

p.info{
  margin: 6px;
}

a.info{
  font-size: 18px;
  margin: 6px;
}

li.footer{
  display: inline-block;
}

footer.contents {
  background-color: #FFE1E1 !important;
  width: 100%;
}

footer.contents img{
  margin-top: 1.5rem;
}

ul.foot{
  margin-top: 3rem;
  margin-left: 0rem;
}

ul.foot li{
  display: inline;
  margin-right:1.5em;
  white-space:nowrap;
  text-align: center;
}
