@charset "utf-8";

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

body.layout-lower
#visual {
  position: relative;
  background: #696969;
}
body.layout-lower
#visual .body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
body.layout-lower
#visual div.body .visual-title {
  font-size: 21px;
  color: #fff;
}

@media screen and (min-width:768px) {
body.layout-lower
#visual div.body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 120px;
}
body.layout-lower
#visual div.body .visual-title {
  font-size: 42px;
  color: #fff;
}

}

/** ***************************************************************************
 * PLAN
 * ************************************************************************* */

#plan-1 {}
#plan-2 {}

#plan-1 ~ #plan-2 {
  margin-top: 0;
  padding-top: 0;
}

.plan {
  padding: 50px 0;
  overflow: hidden;
}
#main .plan div.body {
  max-width: 582px;
  margin: 0 auto;
  padding: 0 15px;
}

.plan__inner {
  width: 100%;
}

.plan__heading {
  text-align: center;
}

.plan__heading-title {
  position: relative;
  text-align: center;
  margin: 0;
}
.plan__heading div.subtitle {
  background: #968373;
  padding: 15px 1em;
  color: #fff;
  font-size: 1.286em;
  font-weight: bold;
}
.plan__heading div.subtitle-1 {
  background-image: linear-gradient(to bottom, #ffffff, #dad4d0);
  padding: 15px 1em;
  color: #000;
  font-size: 1.286em;
  font-weight: bold;
}

.plan .detail {}
.plan .image {
  margin-top: 0.5em;
}


@media screen and (min-width:768px) {

.plan {
  padding: 100px 0;
  overflow: hidden;
}
#main .plan div.body {
  max-width: 582px;
  margin: 0 auto;
  padding: 0;
}

.plan .detail {
  text-align: center;
}
.plan .image {
  margin-top: 0.5em;
}

}
