@charset "UTF-8";
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Kaw1J5X9T9RW6j9bNfFImajC-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuc-VJ.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Iaw1J5X9T9RW6j9bNfFcWbQ.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Law1J5X9T9RW6j9bNdOwzfReedA.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Kaw1J5X9T9RW6j9bNfFImajC-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuc-VJ.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Iaw1J5X9T9RW6j9bNfFcWbQ.ttf)
    format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/notoserif/v9/ga6Law1J5X9T9RW6j9bNdOwzfReedA.ttf)
    format("truetype");
}
.box-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.disp-flex {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
}
.font-mincho {
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bg-cover {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
.over_alpha a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.over_alpha:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.txt_c {
  text-align: center;
}
.pb1em {
  padding-bottom: 1em;
}
body {
  font-family: "Noto Sans", YuGothic, "游ゴシック", sans-serif;
  color: #000;
  width: 100%;
  font-size: 15px;
  word-wrap: break-word;
  background-color: #f0f8ff;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 2em;
  }
}
.page-inpage,
#Pageid-top {
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .page-inpage,
  #Pageid-top {
    padding-top: 54px;
  }
}
.page-inpage,
#Pageid-wide {
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .page-inpage,
  #Pageid-wide {
    padding-top: 54px;
  }
}
#Pageid-page {
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  #Pageid-page {
    padding-top: 54px;
  }
}
#Pageid-page h2.page-title {
  width: 100%;
  padding: 0 0 19px 0;
  background: url(../img/common/lower_tit.png) center bottom no-repeat;
  text-align: center;
  font-size: 250%;
  line-height: 110%;
  color: gray;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Pageid-page h2.page-title {
    padding: 0 10px 21px 10px;
    font-size: 200%;
    background-size: 620px;
  }
}
@media screen and (max-width: 640px) {
  #Pageid-page h2.page-title {
    width: 96%;
    margin: 0 auto 20px auto;
    padding: 15px 10px 12px 10px;
    font-size: 21px;
    font-weight: 700;
    background-size: 300px;
  }
}
.contents-padding {
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .contents-padding {
    padding: 0 0 20px;
  }
}
.full-contents {
  width: 992px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .full-contents {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.main-contents {
  width: 992px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .main-contents {
    width: 100%;
    padding: 0 8.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .main-contents {
    width: 100%;
    padding: 0 8.125%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sub-contents {
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .sub-contents {
    width: 100%;
    padding: 0 9.675%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .sub-contents {
    width: 100%;
    padding: 0 8.125%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.slim-contents {
  width: 600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .slim-contents {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.bg-light0 {
  background: #fff;
  position: relative;
}
.bg-light {
  background: #fff;
  position: relative;
  z-index: -99;
}
.bg-color {
  background: #f0f8ff;
  position: relative;
  z-index: -99;
}
.title {
  width: 100%;
  text-align: center;
}
.title h2 p {
  display: inline;
  padding: 0;
  font-size: 150%;
}
.title h2 p img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .title h2 p {
    display: block;
    width: 100%;
    height: 50px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 300px;
  }
  .title h2 p img {
    display: none;
  }
}
#Page-title-bg {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  z-index: -2;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  #Page-title-bg {
    margin-top: 50px;
  }
}
#Page-title-bg .page-title {
  color: #fff;
  font-size: 150%;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 1em 2em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  #Page-title-bg .page-title {
    font-size: 120%;
  }
}
.page-title-bg-default {
  padding: 80px 0;
  background-image: url(../img/page-title-bg-default.jpg);
}
#Two-column {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 16px 0;
}
@media screen and (max-width: 1000px) {
  #Two-column {
    width: 92%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #Two-column {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Two-column {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #Two-column {
    flex-flow: column wrap;
    padding: 0;
  }
}
#Two-column #Main {
  width: 68.75%;
  padding: 50px 40px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Two-column #Main {
    padding: 50px 20px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  #Two-column #Main {
    width: 100%;
    padding: 0 10px;
  }
}
#Two-column #Side {
  width: 31.25%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #Two-column #Side {
    width: 100%;
    padding: 0 10px;
  }
}
#Two-column #Side .side-title {
  color: #0071bc;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 0.3em 0 0.3em 1em;
  border-left: 3px solid #0071bc;
}
#Two-column #Side .side-contents-padding {
  padding: 10px;
}
#Two-column #Side ul.menu {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #Two-column #Side ul.menu {
    margin-top: 20px;
  }
}
#Two-column #Side ul.menu li {
  margin-bottom: 35px;
  border: 1px solid #e6cc3f;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Two-column #Side ul.menu li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #Two-column #Side ul.menu li {
    margin-bottom: 10px;
  }
}
#Two-column #Side ul.menu li a {
  display: block;
  border: 4px solid #fff;
  color: #0071bc;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #ceecef;
  background: -moz-linear-gradient(top, #ceecef 0%, #b0e0e6 100%);
  background: -webkit-linear-gradient(top, #ceecef 0%, #b0e0e6 100%);
  background: linear-gradient(to bottom, #ceecef 0%, #b0e0e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceecef',endColorstr='#b0e0e6',GradientType=0);
  line-height: 60px;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Two-column #Side ul.menu li a {
    border: 3px solid #fff;
    font-size: 15px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #Two-column #Side ul.menu li a {
    border: 3px solid #fff;
    font-size: 20px;
    line-height: 60px;
  }
}
#Two-column #Side ul.menu li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  #Two-column #Side ul.menu .bn_side_cpmtact {
    display: none;
  }
}
#Two-column #Side #Side-author-name {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: #d2ecfc;
  padding: 10px 15px;
}
#Two-column #Side #Side-author-name #Author-photo {
  width: 20%;
}
#Two-column #Side #Side-author-name #Author-photo img {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 2px solid #b0e0e6;
  display: block;
}
#Two-column #Side #Side-author-name #Author-text {
  width: 80%;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#Two-column #Side #Side-author-name #Author-text .author-nick {
  font-size: 90%;
}
#Two-column #Side #Side-author-post {
  border: 5px solid #d2ecfc;
}
#Two-column #Side #Side-author-post .author-entry a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #b0e0e6;
}
#Two-column #Side #Side-author-post .author-entry .date {
  font-size: 80%;
}
#Two-column #Side #Side-author-post .author-entry .entry {
  font-size: 90%;
  padding-left: 0.5em;
}
#Two-column #Side #Side-author-post .author-more {
  padding-top: 10px;
}
#Two-column #Side #Side-author-post .author-more a {
  background-color: #0071bc;
  color: #fff;
  padding: 0.3em 0;
  display: block;
  text-align: center;
}
#Two-column #Side #Side-category {
  padding: 10px;
}
#Two-column #Side #Side-category ul li {
  padding-bottom: 5px;
}
#Two-column #Side #Side-category ul li a {
  display: block;
  background-color: #d2ecfc;
  padding: 0.5em 1em;
}
#Two-column #Side #Side-category ul li .sub-menu li {
  padding: 5px 0 5px 10px;
}
#Two-column #Side #Side-category ul li .sub-menu li a {
  border: 3px solid #d2ecfc;
  color: #0071bc;
  padding: 0.3em 1em;
  font-size: 90%;
  background-color: #fff;
}
#Two-column #Side #Side-recommend li {
  list-style: none;
}
#Two-column #Side #Side-recommend .side-recommend-list .side-recommend-content {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  padding: 5px 0;
}
#Two-column
  #Side
  #Side-recommend
  .side-recommend-list
  .side-recommend-content
  a {
  display: block;
}
#Two-column
  #Side
  #Side-recommend
  .side-recommend-list
  .side-recommend-content
  a:first-child {
  width: 20%;
}
#Two-column
  #Side
  #Side-recommend
  .side-recommend-list
  .side-recommend-content
  a:last-child {
  width: 80%;
  font-size: 90%;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.shadow_curve_s {
  position: relative;
}
.shadow_curve_s:before,
.shadow_curve_s .shadow_curve_s:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 500px;
  background: rgba(204, 204, 204, 0.6);
  box-shadow: 0 10px 10px rgba(200, 200, 200, 0.45);
  transform: rotate(-2deg);
}
.shadow_curve_s:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 500px;
  background: rgba(204, 204, 204, 0.6);
  box-shadow: 0 10px 10px rgba(200, 200, 200, 0.45);
  transform: rotate(-3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media screen and (max-width: 640px) {
  .shadow_curve_s:before,
  .shadow_curve_s:after {
    bottom: 13px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #ccc;
    box-shadow: 0 15px 10px #ccc;
    transform: rotate(-3deg);
  }
  .shadow_curve_s:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.shadow_curve {
  position: relative;
  z-index: auto !important;
}
.shadow_curve:before,
.shadow_curve .shadow_curve:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 10px;
  width: 50%;
  top: 75%;
  max-width: 500px;
  background: rgba(204, 204, 204, 0.6);
  box-shadow: 0 15px 10px rgba(200, 200, 200, 0.45);
  transform: rotate(-2deg);
}
.shadow_curve:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 10px;
  width: 50%;
  top: 75%;
  max-width: 500px;
  background: rgba(204, 204, 204, 0.6);
  box-shadow: 0 15px 10px rgba(200, 200, 200, 0.45);
  transform: rotate(-2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}
@media screen and (max-width: 640px) {
  .shadow_curve:before,
  .shadow_curve:after {
    bottom: 13px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #ccc;
    box-shadow: 0 15px 10px #ccc;
    transform: rotate(-3deg);
  }
  .shadow_curve:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
}
.v_mid {
  vertical-align: middle;
}
.post-simple .top-award-img {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .top-tit-award p {
    background-image: url(../img/top/tit_award_smp.png);
    margin-bottom: 6px;
  }
}
.top-award-img {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .top-award-img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.top-award-img .award-1 {
  width: 140px;
  height: auto;
  padding: 2.5px;
}
@media screen and (max-width: 640px) {
  .top-award-img .award-1 {
    min-width: 95%;
    padding-top: 10px;
  }
}
.top-award-img .award-2 {
  width: 140px;
  height: auto;
  padding: 0 2.5px;
}
@media screen and (max-width: 640px) {
  .top-award-img .award-2 {
    min-width: 95%;
  }
}
.top-award-img .award-3 {
  width: 140px;
  height: auto;
  padding: 0 2.5px;
}
@media screen and (max-width: 640px) {
  .top-award-img .award-3 {
    min-width: 95%;
  }
}
.top-award-img .award-4 {
  width: 140px;
  height: auto;
  padding: 0 2.5px;
}
@media screen and (max-width: 640px) {
  .top-award-img .award-4 {
    min-width: 95%;
  }
}
.top-award-img .award-5 {
  width: 275px;
  height: auto;
  padding: 0 2.5px;
}
@media screen and (max-width: 640px) {
  .top-award-img .award-5 {
    min-width: 95%;
    padding-bottom: 10px;
  }
}
.post-list {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .post-list {
    width: 640px;
    margin: 0 auto;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: column wrap;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .post-list {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.post-list .post-box {
  width: 33.333%;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/common/dot-line-y.png) right repeat-y;
}
@media screen and (max-width: 640px) {
  .post-list .post-box {
    width: auto;
    padding: 0 0 15px;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: flex-start;
    padding: 5px 0;
    background: url(../img/common/dot-line-x.png) bottom repeat-x;
  }
}
.post-list .post-box:last-child {
  background: none;
}
@media screen and (max-width: 640px) {
  .post-list .post-box a {
    width: 100%;
    padding: 0 2.6%;
  }
}
.post-list .post-box a .post-thumnail {
  height: 185px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .post-list .post-box a .post-thumnail {
    height: 135px;
  }
}
@media screen and (max-width: 640px) {
  .post-list .post-box a .post-thumnail {
    height: 135px;
  }
}
@media screen and (max-width: 640px) {
  .post-list .post-box a .post-thumnail .date {
    display: none;
  }
}
.post-list .post-box a .post-no-tumnail {
  background-image: url(../img/no-thumbnail.jpg);
}
.post-list .post-box a .post-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .post-list .post-box a .post-title {
    font-size: 93.33%;
    line-height: 135%;
    margin-bottom: 3px;
  }
}
.post-list .post-box a .post-info {
  font-size: 12px;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1000px) {
  .post-list .post-box a .post-info {
    font-size: 73.33%;
    line-height: 125%;
    padding-bottom: 0.25em;
  }
}
.post-list .post-box a .post-content {
  margin-bottom: 10px;
  font-size: 80%;
  line-height: 135%;
}
@media screen and (max-width: 1000px) {
  .post-list .post-box a .post-content {
    font-size: 73.33%;
    line-height: 135%;
  }
}
.post-list .post-box a .post-more span {
  display: inline-block;
  background-color: #0071bc;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
  line-height: 120%;
}
@media screen and (max-width: 640px) {
  .post-list .post-box a .post-more span {
    font-size: 73.33%;
  }
}
.post-list .post-box a .post-more span:before {
  content: "＞";
}
@media screen and (min-width: 641px) {
  .post-list .post-box:nth-child(3) {
    background: none;
  }
}
.post-tabset {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: strech;
  position: relative;
}
@media screen and (max-width: 640px) {
  .post-tabset {
    margin-top: 60px;
  }
}
.post-tabset .post-tabset-smtb-rib {
  position: absolute;
  z-index: 9;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  left: 10px;
  top: -30px;
}
@media screen and (min-width: 640px) {
  .post-tabset .post-tabset-smtb-rib {
    display: none;
  }
}
.post-tabset .post-tabset-smtb-rib .post-tabset-smtb-ribox {
  margin-right: 10px;
}
.post-tabset .post-tabset-smtb-ribon {
  display: block;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.post-tabset .post-tabset-smtb-ribon p {
  display: block;
  padding: 0.3em 1em 0.5em;
}
.post-tabset .post-tabset-smtb-ribon p span {
  content: "";
  width: 100%;
  height: 7px;
  display: block;
}
.post-tabset #Post-tabset-cat01 a {
  color: #d65252;
}
.post-tabset .post-tabset-cat01 p {
  background: #d65252;
}
.post-tabset #Post-tabset-cat02 a {
  color: #559455;
}
.post-tabset .post-tabset-cat02 p {
  background: #559455;
}
.post-tabset .post-tabset-cat02 p span {
  display: none;
}
.post-tabset #Post-tabset-cat03 a {
  color: #3174bf;
}
.post-tabset .post-tabset-cat03 p {
  background: #3174bf;
}
.post-tabset .post-tabset-cat03 p span {
  display: none;
}
.post-tabset .post-tabset-box {
  width: 32%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 10px #fff solid;
}
@media screen and (max-width: 640px) {
  .post-tabset .post-tabset-box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .post-tabset .post-tabset-box:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .post-tabset .post-tabset-box:nth-child(3) {
    display: none;
  }
}
.post-tabset .post-tabset-box .post-tabset-rbn {
  position: absolute;
  top: -5px;
  left: -16px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .post-tabset .post-tabset-box .post-tabset-rbn {
    display: none;
  }
}
.post-tabset .post-tabset-box .post-tabset-rbn img {
  display: block;
}
.post-tabset .post-tabset-box .post-tabset-top {
  border-bottom: 1px dotted;
}
.post-tabset .post-tabset-box .post-tabset-top .post-tabset-thumbnail {
  height: 230px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 10px;
  background-image: url(../img/thumnail-default.jpg);
}
@media screen and (max-width: 1000px) {
  .post-tabset .post-tabset-box .post-tabset-top .post-tabset-thumbnail {
    height: 200px;
  }
}
.post-tabset
  .post-tabset-box
  .post-tabset-top
  .post-tabset-thumbnail
  .post-tabset-date {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #b0e0e6;
  color: #fff;
  font-size: 90%;
  padding: 0.3em 0.5em;
}
.post-tabset .post-tabset-box .post-tabset-top > p {
  font-size: 75%;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  .post-tabset .post-tabset-box .post-tabset-top > p {
    display: none;
  }
}
.post-tabset .post-tabset-box .post-tabset-top h3 {
  height: 50px;
}
@media screen and (max-width: 800px) {
  .post-tabset .post-tabset-box .post-tabset-top h3 {
    height: 70px;
  }
}
.post-tabset .post-tabset-box .post-tabset-top .post-tabset-more {
  text-align: right;
  margin-bottom: 5px;
}
.post-tabset .post-tabset-box .post-tabset-top .post-tabset-more a {
  font-size: 90%;
}
.post-tabset .post-tabset-box .post-tabset-top .post-tabset-more a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 0.3em;
}
.post-tabset .post-tabset-box .post-tabset-text {
  overflow: scroll;
  height: 200px;
}
.post-tabset .post-tabset-box .post-tabset-text dl {
  border-bottom: 1px dotted;
  padding: 10px 0;
}
.post-tabset .post-tabset-box .post-tabset-text dl dd {
  font-size: 90%;
}
.post-tabset .post-tabset-box .post-tabset-text dl dt a {
  color: #000;
  font-weight: 700;
  font-size: 90%;
}
.post-tabset .post-tabset-box .post-tabset-morebox {
  padding: 10px 0 0;
}
.post-tabset .post-tabset-box .post-tabset-morebox a {
  text-align: center;
  display: block;
  font-weight: 700;
  padding: 0.2em;
  border: 2px solid #0071bc;
  color: #0071bc !important;
}
.post-index {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: strech;
}
.post-index .post-box {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  padding: 17px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .post-index .post-box {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .post-index .post-box {
    width: 100%;
    padding: 10px 0;
  }
}
.post-index .post-box .post-index-thumbnail {
  width: 40%;
  height: 180px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 860px) {
  .post-index .post-box .post-index-thumbnail {
    width: 50%;
    height: 140px;
  }
}
.post-index .post-box .post-no-tumnail {
  background-image: url(../img/no-thumbnail.jpg);
}
.post-index .post-box .post-index-info {
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 860px) {
  .post-index .post-box .post-index-info {
    width: 50%;
    font-size: 80%;
  }
}
.post-index .post-box .post-index-info .post-index-date {
  background-color: #0071bc;
  padding: 0.25em 7px;
  color: #fff;
}
.post-index .post-box .post-index-info .post-index-text {
  padding: 5px 7px;
  line-height: 135%;
}
.post-index .post-box .post-index-info .post-index-text .post-index-more {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-index .post-box .post-index-info .post-index-text .post-index-more a {
  display: inline-block;
  padding: 0.5em;
  color: #fff;
}
.post-index
  .post-box
  .post-index-info
  .post-index-text
  .post-index-more
  a
  span {
  display: inline-block;
  background-color: #0071bc;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 12px;
  line-height: 120%;
}
@media screen and (max-width: 860px) {
  .post-index
    .post-box
    .post-index-info
    .post-index-text
    .post-index-more
    a
    span {
    font-size: 10px;
  }
}
.post-index
  .post-box
  .post-index-info
  .post-index-text
  .post-index-more
  a
  span:before {
  content: "＞";
}
.post-simple {
  padding: 10px 20px;
  background-color: #b0e0e6;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .post-simple {
    padding: 5px 7px;
    font-size: 80%;
    line-height: 135%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}
.post-simple .post-simple-box {
  padding: 0.5em 0;
}
.post-simple .post-simple-box:last-child {
  border-bottom: 0;
}
.post-simple .post-simple-box dl dt {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0.5em;
}
.post-simple .post-simple-box dl dt .post-simple-date {
  margin-left: 0.2em;
  color: #0071bc;
  font-size: 115%;
}
.post-simple .post-simple-box dl dt .post-simple-cat .post-categories {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.post-simple .post-simple-box dl dt .post-simple-cat a {
  display: inline-block;
  background-color: #0071bc;
  color: #fff;
  padding: 0em 1em;
  margin-right: 0.5em;
  font-size: 80%;
}
.post-simple .post-simple-box dl dd a {
  background-color: #fff;
  padding: 0.5em;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.more {
  text-align: center;
  padding: 20px 0 30px;
}
.more a {
  display: inline-block;
  background: #0071bc;
  color: #fff;
  padding: 0.5em 1.5em;
  font-size: 120%;
  letter-spacing: 0.1em;
}
#Single-info .post-title {
  padding-bottom: 0.5em;
}
#Single-info .post-title h2 {
  font-size: 150%;
  line-height: 1.3em;
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  #Single-info .post-title h2 {
    margin-top: 30px;
    font-size: 100%;
  }
}
#Single-info .post-info {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 5px 0.5em;
}
#Single-info .post-info .post-date {
  font-size: 92%;
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  #Single-info .post-info .post-date {
    font-size: 77.33%;
  }
}
#Single-info .post-info .post-category a {
  color: #0071bc;
}
#Single-post {
  border-bottom: 1px dashed #0071bc;
  margin-bottom: 2em;
}
#Single-post .post-thumbnail {
  height: 300px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  border: 5px solid #fff;
}
@media screen and (max-width: 640px) {
  #Single-post .post-thumbnail {
    height: 230px;
  }
}
#Single-post .post-nothumnail {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #0071bc;
  margin: 0;
}
.post-box-content {
  padding: 1em 0;
  font-size: 92%;
}
@media screen and (max-width: 640px) {
  .post-box-content {
    font-size: 73.33%;
  }
}
.post-box-content a {
  color: #0071bc;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #0071bc;
}
.post-box-content a.btn {
  background: #0071bc;
  color: #fff;
  padding: 0.2em 1em;
  border-bottom: 0;
  display: inline-block;
}
.post-box-content h1,
.post-box-content h2,
.post-box-content h3,
.post-box-content h4,
.post-box-content h5,
.post-box-content h6 {
  margin: 1em 0 0.5em;
}
.post-box-content h3 {
  background-color: #0071bc;
  color: #fff;
  padding: 0.5em;
  font-size: 150%;
}
.post-box-content h4 {
  font-size: 140%;
  background: #b0e0e6;
  color: #fff;
  padding: 0.5em;
}
.post-box-content h5 {
  font-size: 135%;
  background: #b0e0e6;
  color: #fff;
  padding: 0.5em;
}
.post-box-content h6 {
  font-size: 130%;
  font-weight: 700;
  color: #0071bc;
  border-bottom: 2px solid #0071bc;
  padding-bottom: 0.3em;
}
.post-box-content hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #b0e0e6;
  margin: 2.5em 0;
}
.post-box-content blockquote {
  margin: 0.5em 0;
  padding: 0 1.5em;
  border-left: 5px solid #0071bc;
  background-color: #fff;
}
.post-box-content blockquote p:first-child {
  padding-top: 1em;
}
.post-box-content ul {
  padding: 1em 0;
}
.post-box-content ul li {
  padding-bottom: 0.3em;
}
.post-box-content ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 0.7em;
}
.post-box-content ol {
  padding: 1em 0 1em 1.5em;
}
.post-box-content ol li {
  list-style: decimal;
  padding-bottom: 0.3em;
}
.post-box-content table {
  width: 100%;
  background: #fff;
  word-break: break-all;
}
.post-box-content table tr th {
  border: 2px solid #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #b0e0e6;
}
.post-box-content table tr td {
  border: 2px solid #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #f0f8ff;
}
.post-box-content p {
  padding-bottom: 1em;
  clear: both;
  overflow: hidden;
}
.post-box-content img {
  padding: 10px 0;
}
.post-box-content img.alignright {
  float: right;
}
.post-box-content img.alignleft {
  float: left;
}
.post-box-content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.post-box-content strong {
  font-weight: 700;
}
.post_pagelink {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #fff;
  font-size: 92%;
}
@media screen and (max-width: 1000px) {
  .post_pagelink {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 640px) {
  .post_pagelink {
    font-size: 77.33%;
  }
}
.post_pagelink:before {
  content: "〈";
  width: 5%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .post_pagelink:before {
    width: 10%;
  }
}
.post_pagelink:after {
  content: "〉";
  width: 5%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .post_pagelink:after {
    width: 10%;
  }
}
.post_pagelink p {
  width: 45%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .post_pagelink p {
    width: 90%;
    padding: 5px;
  }
}
.post_pagelink p a {
  display: block;
  padding: 10px 20px;
  background-color: #d2ecfc;
}
@media screen and (max-width: 640px) {
  .post_pagelink p a {
    padding: 5px 20px;
  }
}
#Loader-bg {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 111;
  text-align: center;
  top: 0;
  left: 0;
}
#Loader-bg #Loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 222;
}
#Loader-bg #Loader i {
  color: #d2ecfc;
}
#Loader-bg #Loader p {
  padding-top: 1em;
  color: #0071bc;
}
#Header {
  height: 140px;
  width: 100%;
  background-color: #f0f8ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  #Header {
    height: 54px;
  }
}
#Header .disp-imp {
  display: block !important;
}
#Header-info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width: 1000px) {
  #Header-info {
    height: 54px;
  }
}
#Header-info li {
  display: table-cell;
  vertical-align: top;
}
#Header-info li p {
  font-size: 80%;
  line-height: 26px;
}
@media screen and (max-width: 1000px) {
  #Header-info li p {
    display: none;
  }
}
#Header-info li h1 {
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  #Header-info li h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #Header-info li h1 a {
    display: inline-block;
    padding-top: 15px;
  }
}
#Header-info li h1 a img {
  display: block;
}
@media screen and (max-width: 1000px) {
  #Header-info li h1 a img {
    display: inline-block;
    width: 115px;
  }
}
#Header-info li:nth-child(2) {
  width: 247px;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 1000px) {
  #Header-info li:nth-child(2) img {
    max-width: 229px;
  }
}
@media screen and (max-width: 1000px) {
  #Header-info li:nth-child(2) {
    padding: 10px 0 0 0;
    display: none;
  }
}
#Header-info li:nth-child(3) {
  width: 202px;
  padding: 10px 0 0 0;
}
#Header-info li:nth-child(3) img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #Header-info li:nth-child(3) {
    display: block;
    padding: 0 0 0 0;
    position: absolute;
    right: 10px;
    top: -5px;
  }
}
@media screen and (max-width: 640px) {
  #Header-info li:nth-child(3) {
    width: 58px;
    right: 0;
    top: 0;
    background: #e6cc3f;
  }
}
@media screen and (max-width: 640px) {
  #Header-info li:nth-child(3) a {
    display: block;
    height: 54px;
    padding: 0 15px;
  }
}
#Header-info li:nth-child(3) a i {
  display: none;
}
@media screen and (max-width: 640px) {
  #Header-info li:nth-child(3) a i {
    display: block;
    color: #fff;
    font-size: 180%;
    line-height: 54px;
  }
}
@media screen and (max-width: 641px) and (max-width: 1000px) {
  #Header-info li:nth-child(3) a img {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #Header-info li:nth-child(3) a img {
    display: none;
  }
}
#Header-nav-container {
  background: url(../img/common/gn_bg.png) repeat-x;
}
#Header-nav-container #Header-nav {
  width: 992px;
  margin: 0 auto;
  display: table;
  background: url(../img/common/gn_line.png) left top no-repeat;
  padding-left: 1px;
}
#Header-nav-container #Header-nav li {
  display: table-cell;
  width: 165px;
}
#Header-nav-container #Header-nav li a img {
  display: block;
}
@media screen and (max-width: 1000px) {
  #Header-nav-container {
    display: none;
  }
}
#Header-smpmenu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 1000px) {
  #Header-smpmenu {
    top: 54px;
  }
}
#Header-smpmenu #Header-smpmenu-top {
  background-color: #d2ecfc;
  text-align: center;
  padding: 10px;
  vertical-align: top;
}
@media screen and (min-width: 1000px) {
  #Header-smpmenu #Header-smpmenu-top {
    display: none;
  }
}
#Header-smpmenu #Header-smpmenu-top #Header-sns {
  display: table;
  margin: 0 auto;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p {
  display: table-cell;
  vertical-align: top;
  padding: 0 7px;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p a i {
  font-size: 200%;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p .i_fb {
  display: inline-block;
  color: #3c5998;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p .i_fb i {
  font-size: 200%;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p .i_tw {
  display: inline-block;
  color: #1da1f2;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p .i_tw i {
  font-size: 200%;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p .i_li {
  display: inline-block;
  margin-top: 1px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0 0.15em;
  background-color: #00b900;
}
#Header-smpmenu #Header-smpmenu-top #Header-sns p .i_li i {
  font-size: 110%;
  line-height: 1.65em;
  color: #fff;
}
#Header-smpmenu #Header-smpmenu-top #Header-tel {
  width: 60%;
  margin: 0 auto;
}
#Header-smpmenu #Header-smpmenu-top #Header-info {
  width: 100%;
  max-width: 450px;
  display: table;
  margin: 0 auto;
}
#Header-smpmenu #Header-smpmenu-top #Header-info img {
  width: 100%;
}
#Header-smpmenu #Header-smpmenu-top #Header-info p {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#Header-smpmenu #Header-smpmenu-top #Header-info p:first-child {
  padding-right: 3%;
}
#Header-smpmenu .header-menulist {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #Header-smpmenu .header-menulist {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#Header-smpmenu .header-menulist .smpmenu-title {
  text-align: center;
  padding: 10px 0 7px;
  font-size: 120%;
}
#Header-smpmenu .header-menulist .smp-menu ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
#Header-smpmenu .header-menulist .smp-menu ul li {
  width: 100%;
  text-align: left;
  border-left: 1px solid #b0e0e6;
  border-right: 1px solid #b0e0e6;
  border-bottom: 1px solid #b0e0e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#Header-smpmenu .header-menulist .smp-menu ul li a {
  display: block;
  width: 100%;
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 80%;
}
@media screen and (max-width: 640px) {
  #Header-smpmenu .header-menulist .smp-menu ul li a {
    padding: 5px 7px;
  }
}
#Header-smpmenu .header-menulist .smp-menu ul li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding: 0 0.5em;
}
#Header-smpmenu .header-menulist .smp-menu .smp-menu-top li {
  width: 100%;
  border: 1px solid #b0e0e6;
}
#Header-smpmenu .header-menulist .smp-menu .menu-sub-navi-container li {
  width: 50%;
}
#Header-smpmenu
  .header-menulist
  .smp-menu
  .menu-sub-navi-container
  li:nth-child(odd) {
  border-right: 0;
}
#Header-smpmenu .header-menulist .smp-menu .menu-sub-navi-container li a {
  padding: 5px 7px;
  font-size: 80%;
}
#Header-smpmenu .header-menulist .smp-menu-bottom li {
  width: 100%;
  text-align: center;
}
#Header-smpmenu .header-menulist .smp-menu-bottom a {
  padding: 10px 7px;
  text-align: center;
}
#Header-smpmenu .header-menulist .smp-menu-bottom a:before {
  content: none;
}
#Header-smpmenu-btn {
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  #Header-smpmenu-btn {
    padding: 17px 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#Header-smpmenu-btn i {
  font-size: 200%;
}
@media screen and (max-width: 640px) {
  #Header-smpmenu-btn i {
    font-size: 150%;
  }
}
@media screen and (min-width: 1001px) {
  #Header-smpmenu-btn {
    display: none;
  }
}
#Gotop {
  position: fixed;
  right: 15px;
  bottom: -100px;
  z-index: 50;
}
@media screen and (max-width: 640px) {
  #Gotop {
    bottom: -100px;
  }
}
#Gotop a i {
  font-size: 300%;
  color: #b0e0e6;
}
#Footer-contact {
  background-image: url(../img/footer-contact-bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
#Footer-contact #Footer-contact-inner {
  width: 900px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #Footer-contact #Footer-contact-inner {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #Footer-contact #Footer-contact-inner {
    padding: 20px 10px;
  }
}
#Footer-contact #Footer-contact-inner h3 {
  text-align: center;
  font-size: 150%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0.3em;
}
#Footer-contact #Footer-contact-inner h4 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #Footer-contact #Footer-contact-inner h4 {
    font-size: 80%;
  }
}
#Footer-contact #Footer-contact-inner ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  border-left: 1px solid #b0e0e6;
  border-right: 1px solid #b0e0e6;
}
@media screen and (max-width: 800px) {
  #Footer-contact #Footer-contact-inner ul {
    border: 0;
  }
}
#Footer-contact #Footer-contact-inner ul li {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#Footer-contact #Footer-contact-inner ul li:first-child {
  border-right: 1px solid #b0e0e6;
}
@media screen and (max-width: 800px) {
  #Footer-contact #Footer-contact-inner ul li:first-child {
    border: 0;
  }
}
@media screen and (max-width: 800px) {
  #Footer-contact #Footer-contact-inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #Footer-contact #Footer-contact-inner ul li {
    padding: 10px 0 0;
  }
}
#Footer-contact #Footer-contact-inner ul li .footer-contact-title {
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  font-weight: 700;
  padding-bottom: 0.3em;
}
#Footer-contact #Footer-contact-inner ul li .footer-contact-tel {
  font-size: 200%;
  color: #b0e0e6;
  font-weight: 700;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
}
#Footer-contact #Footer-contact-inner ul li a {
  display: inline-block;
  background-color: #0071bc;
  color: #fff;
  font-size: 150%;
  padding: 0.5em 2em;
}
#Footer-bg {
  background-color: #d2ecfc;
}
#Footer-bg .contents-padding {
  padding-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #Footer-bg {
    display: none;
  }
}
#Footer-bg #Footer-sitemap {
  display: table;
  width: 100%;
  flex-flow: row nowrap;
  font-size: 80%;
  margin: 10px 0 0 0;
  padding: 0 10px;
}
#Footer-bg #Footer-sitemap ul {
  display: table-cell;
  padding-right: 40px;
  vertical-align: top;
}
#Footer-bg #Footer-sitemap ul li {
  font-size: 120%;
  line-height: 27px;
  vertical-align: top;
}
#Footer-bg #Footer-sitemap ul li h2 {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 0;
}
#Footer-bg #Footer-sitemap ul li a {
  vertical-align: top;
}
#Footer-bg #Footer-sitemap ul li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 140%;
  padding-right: 0.4em;
}
#Footer-bg #Footer-sitemap ul.fotter-common-info {
  width: 310px;
  padding-right: 0;
}
#Footer-bg #Footer-sitemap ul.fotter-common-info h3 {
  margin-bottom: 36px;
}
#Footer-bg #Footer-sitemap ul.fotter-common-info h3 span {
  display: block;
}
#Footer-bg #Footer-sitemap ul.fotter-common-info #Footer-sns {
  display: table;
  width: 100%;
}
#Footer-bg #Footer-sitemap ul.fotter-common-info #Footer-sns p {
  display: table-cell;
  width: 33%;
}
#Footer-bg #Footer-sitemap ul.fotter-common-info #Footer-sns a:before {
  content: "";
  display: none;
}
#Copyright {
  width: 100%;
  background: #0071bc;
  text-align: center;
  font-size: 93.33%;
  padding: 1em 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #Copyright {
    font-size: 66.66%;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 640px) {
  #Copyright {
    padding: 0.5em 0 60px;
  }
}
.shadow_straight {
  margin-bottom: 20px;
  box-shadow: 0 10px 30px -6px rgba(100, 100, 100, 0.4);
}
@media screen and (max-width: 640px) {
  .shadow_straight {
    box-shadow: 0 10px 10px -6px rgba(100, 100, 100, 0.3);
  }
}
#Full-Banner {
  margin: 0 16px;
  padding: 0;
  text-align: center;
}
#Full-Banner img {
  width: 100%;
}
#Full-Banner .pc_block {
  display: block;
}
#Full-Banner .smp_block {
  display: none;
}
@media screen and (max-width: 640px) {
  #Full-Banner {
    margin: 0 0;
  }
  #Full-Banner .pc_block {
    display: none;
  }
  #Full-Banner .smp_block {
    display: block;
  }
}
.half-banner {
  margin: 0 16px 20px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .half-banner {
    margin: 0 9.675%;
  }
}
@media screen and (max-width: 640px) {
  .half-banner {
    margin: 0 10px;
  }
}
.half-banner ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 640px) {
  .half-banner ul {
    display: block;
  }
}
.half-banner ul li {
  padding: 0 20px 0 0;
  width: 50%;
  background-color: #f0f8ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.half-banner ul li:last-child {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .half-banner ul li {
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 35px;
  }
  .half-banner ul li:last-child {
    padding: 0 0 0 0;
    margin-bottom: 10px;
  }
}
.half-banner ul li a {
  display: block;
}
.half-banner ul li a img {
  display: block;
  width: 100%;
}
.top-2col {
  display: table;
  width: 96.77%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top-2col {
    width: 100%;
    display: block;
  }
}
.top-2col .top-2col-left-box {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .top-2col .top-2col-left-box {
    width: 65%;
    font-size: 80%;
    line-height: 145%;
  }
  .top-2col .top-2col-left-box h2 p img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-2col .top-2col-left-box {
    display: block;
    font-size: 73.33%;
    line-height: 135%;
  }
}
.top-2col .top-2col-left-box .top-2col-text {
  padding: 30px 28px;
  line-height: 170%;
  border: 2px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .top-2col .top-2col-left-box .top-2col-text {
    font-size: 105%;
  }
}
.top-2col .top-2col-right-box {
  display: table-cell;
  width: 339px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .top-2col .top-2col-right-box {
    width: 35%;
    margin: 0 auto;
  }
  .top-2col .top-2col-right-box h2 p img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-2col .top-2col-right-box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.top-2col .top-2col-right-box .title {
  width: 300px;
  margin-left: 39px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .top-2col .top-2col-right-box .title {
    width: 88.5%;
    margin: 0 auto 0 11.5%;
  }
}
@media screen and (max-width: 640px) {
  .top-2col .top-2col-right-box .title {
    width: 100%;
    margin: 0 auto;
  }
}
.top-2col .top-2col-right-box ul {
  width: 300px;
  margin-left: 39px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .top-2col .top-2col-right-box ul {
    width: 88.5%;
    margin: 0 auto 0 11.5%;
  }
}
@media screen and (max-width: 640px) {
  .top-2col .top-2col-right-box ul {
    width: 74.63%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.top-2col .top-2col-right-box ul li {
  margin-bottom: 13px;
}
.top-2col .top-2col-right-box ul li a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_mid_tit_comparison p {
    background: url(../img/top/tit_comparison_smp.png);
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_system p {
    background: url(../img/top/tit_system_smp.png);
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_voice p {
    background: url(../img/top/tit_voice_smp.png);
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_promise p {
    background: url(../img/top/tit_promise_smp.png);
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_blog p {
    background: url(../img/top/tit_blog_smp.png);
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_notice p {
    background: url(../img/top/tit_notice_smp.png);
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_about p {
    background: url(../img/top/tit_about_smp.png);
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_federation p {
    background: url(../img/top/tit_federation_smp.png);
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_greeting p {
    background: url(../img/top/tit_greeting_smp.png);
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .top_mid_tit_area p {
    background: url(../img/top/tit_area_smp.png);
    margin-bottom: 6px;
  }
}
.half-strong-contents {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: strech;
}
@media screen and (max-width: 700px) {
  .half-strong-contents {
    flex-flow: column wrap;
    align-items: center;
  }
}
.half-strong-contents h3 {
  width: 480px;
  padding: 10px 0;
  margin: 0 auto 20px;
  color: #fff;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0 0 5px #000;
  font-size: 120%;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .half-strong-contents h3 {
    width: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .half-strong-contents h3 {
    font-size: 90%;
  }
}
@media screen and (max-width: 700px) {
  .half-strong-contents h3 {
    font-size: 100%;
  }
}
.half-strong-contents h3:before {
  position: absolute;
  top: -32px;
  left: 0;
  text-shadow: none;
  font-size: 250%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .half-strong-contents h3:before {
    font-size: 200%;
    top: -20px;
  }
}
@media screen and (max-width: 700px) {
  .half-strong-contents h3:before {
    font-size: 220%;
    top: -22px;
  }
}
.half-strong-contents p {
  color: #fff;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0 0 5px #000;
  font-size: 180%;
  line-height: 1.5em;
}
@media screen and (max-width: 1000px) {
  .half-strong-contents p {
    font-size: 130%;
  }
}
.half-strong-contents .half-strong-more {
  color: #fff;
  padding: 0.3em 3em;
  font-size: 120%;
  border: 2px solid #fff;
}
.half-strong-contents .half-strong-left {
  background-image: url(../img/half-strong-left-bg.jpg);
}
.half-strong-contents .half-strong-left h3 {
  background: rgba(38, 73, 103, 0.5);
}
.half-strong-contents .half-strong-left h3:before {
  content: "TEXTTEXT";
  color: rgba(38, 73, 103, 0.6);
  line-height: 1em;
}
.half-strong-contents .half-strong-right {
  background-image: url(../img/half-strong-right-bg.jpg);
}
.half-strong-contents .half-strong-right h3 {
  background: rgba(105, 10, 60, 0.5);
}
.half-strong-contents .half-strong-right h3:before {
  content: "TEXTTEXT";
  color: rgba(105, 10, 60, 0.6);
  position: absolute;
  line-height: 1em;
}
.half-strong-contents .half-strong-contentsbox {
  width: 50%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  text-align: center;
  padding: 100px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .half-strong-contents .half-strong-contentsbox {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 700px) {
  .half-strong-contents .half-strong-contentsbox {
    width: 100%;
    padding: 70px 10px 50px;
  }
}
.half-strong-contents .half-strong-photo {
  width: 550px;
  height: 350px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  margin: 20px auto;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .half-strong-contents .half-strong-photo {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .half-strong-contents .half-strong-photo {
    height: 230px;
  }
}
.keyword-posts {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.keyword-posts li {
  width: 33.333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .keyword-posts li {
    width: 100%;
    padding: 10px 0 0;
  }
}
.keyword-posts li dl dt {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  padding: 30px 0;
  border: 1px solid #b0e0e6;
}
.keyword-posts li dl dt h3 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em 15px;
}
.keyword-posts li dl dd {
  border-right: 1px solid #b0e0e6;
  border-left: 1px solid #b0e0e6;
  border-bottom: 1px solid #b0e0e6;
}
.keyword-posts li dl dd a {
  padding: 15px;
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .keyword-posts li dl dd a {
    padding: 10px;
    font-size: 90%;
  }
}
.keyword-posts li dl dd a:hover {
  background-color: #d2ecfc;
}
.keyword-posts li .keyword-post01 dt {
  background-image: url(../img/keyword-post01.jpg);
}
.keyword-posts li .keyword-post02 dt {
  background-image: url(../img/keyword-post02.jpg);
}
.keyword-posts li .keyword-post03 dt {
  background-image: url(../img/keyword-post03.jpg);
}
.keyword-posts li .keyword-post04 dt {
  background-image: url(../img/keyword-post04.jpg);
}
.keyword-posts li .keyword-post05 dt {
  background-image: url(../img/keyword-post05.jpg);
}
.keyword-posts li .keyword-post06 dt {
  background-image: url(../img/keyword-post06.jpg);
}
.movie-contents .movie-single {
  position: relative;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 800px) {
  .movie-contents .movie-single {
    flex-flow: column wrap;
    height: auto;
  }
}
.movie-contents .movie-single .youtube-text {
  position: absolute;
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
@media screen and (max-width: 800px) {
  .movie-contents .movie-single .youtube-text {
    padding: 30px;
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-single .youtube-text {
    padding: 10px;
  }
}
.movie-contents .movie-single .youtube-text h3 {
  font-weight: 700;
  font-size: 130%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-single .youtube-text h3 {
    font-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-single .youtube-text p {
    font-size: 80%;
  }
}
.movie-contents .movie-single .youtube-movie {
  position: absolute;
  right: 0;
  top: 40px;
  width: 62%;
}
@media screen and (max-width: 800px) {
  .movie-contents .movie-single .youtube-movie {
    position: static;
    width: 100%;
  }
}
.movie-contents .movie-half ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-half ul {
    flex-flow: row wrap;
  }
}
.movie-contents .movie-half ul li {
  padding: 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-half ul li {
    width: 100%;
    padding: 5px 0;
  }
}
.movie-contents .movie-half ul li .movie-half-text {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-half ul li .movie-half-text {
    padding: 10px;
  }
}
.movie-contents .movie-half ul li .movie-half-text h3 {
  font-weight: 700;
  font-size: 130%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-half ul li .movie-half-text h3 {
    font-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .movie-contents .movie-half ul li .movie-half-text p {
    font-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  .comparison-contents {
    display: block;
    padding: 10px 0;
    margin: 0 0 15px;
  }
}
.text-contents {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 16px 20px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .text-contents {
    display: block;
    padding: 10px 0;
    margin: 0 0 15px;
  }
}
.text-contents .text-contents-box {
  width: 50%;
  padding: 20px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .text-contents .text-contents-box {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .text-contents .text-contents-box {
    padding: 10px 6.7% 0;
    width: 100%;
  }
}
.text-contents .text-contents-box h3 {
  color: #0071bc;
  border-left: 5px solid #0071bc;
  padding: 0.15em 0 0.15em 0.3em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 148%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .text-contents .text-contents-box h3 {
    border-left: 4px solid #0071bc;
    font-size: 115%;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 641px) and (max-width: 785px) {
  .text-contents .text-contents-box h3 {
    border-left: 4px solid #0071bc;
    font-size: 100%;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 640px) {
  .text-contents .text-contents-box h3 {
    border-left: 3px solid #0071bc;
    padding: 0.15em 0 0.2em 0.2em;
    line-height: 115%;
    font-size: 85%;
    letter-spacing: -0.02em;
    margin-bottom: 0.3em;
  }
}
.text-contents .text-contents-box .text-contents-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 82%;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .text-contents .text-contents-box .text-contents-text {
    padding-bottom: 10px;
    font-size: 80%;
  }
}
.text-contents .text-contents-box .text-contents-photo {
  display: block;
  margin-bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .text-contents .text-contents-box .text-contents-photo {
    margin-bottom: 15px;
  }
}
.text-contents .text-contents-box .text-contents-photo img {
  display: block;
  width: 100%;
}
.text-contents .text-contents-box .shadow_curve {
  z-index: 1;
}
.text-contents .text-contents-box .shadow_curve:before {
  bottom: 15px;
  left: 5px;
}
.text-contents .text-contents-box .shadow_curve:after {
  bottom: 15px;
  right: 5px;
}
.text-system {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 16px 20px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .text-system {
    display: block;
    padding: 10px 0;
    margin: 10px 0 15px;
  }
}
.text-system .text-contents-box {
  padding: 20px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .text-system .text-contents-box {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .text-system .text-contents-box {
    padding: 10px 6.7% 0;
    width: 100%;
  }
}
.text-system .text-contents-box h3 {
  color: #0071bc;
  border-left: 5px solid #0071bc;
  padding: 0.15em 0 0.15em 0.3em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 148%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .text-system .text-contents-box h3 {
    border-left: 4px solid #0071bc;
    font-size: 115%;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 641px) and (max-width: 785px) {
  .text-system .text-contents-box h3 {
    border-left: 4px solid #0071bc;
    font-size: 100%;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 640px) {
  .text-system .text-contents-box h3 {
    border-left: 3px solid #0071bc;
    padding: 0.15em 0 0.2em 0.2em;
    line-height: 115%;
    font-size: 90%;
    letter-spacing: -0.02em;
    margin-bottom: 0.3em;
  }
}
.text-system .text-contents-box h4 {
  font-size: 140%;
  background: #b0e0e6;
  color: #fff;
  padding: 0.4em;
  margin: 20px 0 10px;
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .text-system .text-contents-box h4 {
    font-size: 110%;
  }
}
@media screen and (min-width: 641px) and (max-width: 785px) {
  .text-system .text-contents-box h4 {
    font-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .text-system .text-contents-box h4 {
    font-size: 90%;
    padding: 0.1em 0.4em;
    margin: 0 0 0.3em;
  }
}
.text-system .text-contents-box .text-contents-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 82%;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .text-system .text-contents-box .text-contents-text {
    padding-bottom: 10px;
    font-size: 85%;
  }
}
.text-system .text-contents-box .text-contents-text .text-system-box {
  margin: 10px 0;
  line-height: 20px;
}
.text-system .text-contents-box .text-contents-text .text-system-box strong {
  font-weight: 700;
}
.text-system .text-contents-box .shadow_curve {
  z-index: 1;
}
.text-system .text-contents-box .shadow_curve:before {
  bottom: 15px;
  left: 5px;
}
.text-system .text-contents-box .shadow_curve:after {
  bottom: 15px;
  right: 5px;
}
.greeting-contents {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 640px) {
  .greeting-contents {
    flex-flow: column wrap;
    padding: 10px 3.73%;
  }
}
.greeting-contents .greeting-contents-img {
  width: 35%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  background-image: url(../img/top/greeting-contents-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greeting-contents .greeting-contents-img {
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .greeting-contents .greeting-contents-img {
    width: 142px;
    height: 166px;
    margin: 10px auto 17px;
  }
}
.greeting-contents .greeting-contents-text {
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 86%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greeting-contents .greeting-contents-text {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .greeting-contents .greeting-contents-text {
    width: 100%;
    padding: 0;
    font-size: 80%;
    line-height: 1.35em;
  }
}
.greeting-contents .greeting-contents-text ul li {
  padding: 0;
}
.greeting-contents .greeting-contents-text ul li .greeting-contents-name {
  font-weight: 300;
  text-align: right;
  vertical-align: bottom;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greeting-contents .greeting-contents-text ul li .greeting-contents-name {
    margin-top: 1em;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .greeting-contents .greeting-contents-text ul li .greeting-contents-name {
    margin-top: 0.5em;
    font-size: 16px;
  }
}
.greeting-contents .greeting-contents-text ul li .greeting-contents-name span {
  display: inline-block;
  padding-right: 0.75em;
  font-size: 73.33%;
  letter-spacing: 0;
}
.area-contents {
  width: 96.77%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) {
  .area-contents {
    width: 100%;
    margin: 0;
  }
}
.area-contents .text-contents-box .text-contents-photo img {
  display: block;
}
.area-contents .text-contents-box .text-contents-text {
  z-index: 0;
  background-color: #fff;
}
.area-contents .text-contents-box .text-contents-text h3 {
  background-color: #29abe2;
  color: #fff;
  text-align: center;
  font-size: 125%;
  line-height: 170%;
}
@media screen and (max-width: 640px) {
  .area-contents .text-contents-box .text-contents-text h3 {
    font-size: 100%;
    line-height: 180%;
  }
}
.area-contents .text-contents-box .text-contents-text p {
  padding: 5px 20px 20px;
  font-size: 85%;
  line-height: 185%;
  border-right: 2px solid #29abe2;
  border-bottom: 2px solid #29abe2;
  border-left: 2px solid #29abe2;
}
@media screen and (max-width: 640px) {
  .area-contents .text-contents-box .text-contents-text p {
    padding: 5px 2% 5px;
    font-size: 80%;
    line-height: 135%;
  }
}
.area-contents.shadow_curve {
  position: relative;
  z-index: 0;
}
.foot-tel-contents {
  width: 96.77%;
  margin: 0 auto 20px;
}
.foot-tel-contents .pc_block {
  display: block;
}
.foot-tel-contents .smp_block {
  display: none;
}
@media screen and (max-width: 640px) {
  .foot-tel-contents {
    width: 100%;
    margin: 0;
    padding-top: 25px;
  }
  .foot-tel-contents .pc_block {
    display: none;
  }
  .foot-tel-contents .smp_block {
    display: block;
  }
}
.balloon-contents ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.balloon-contents ul li {
  padding: 10px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .balloon-contents ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .balloon-contents ul li {
    width: 100%;
    padding: 5px 0;
  }
}
.balloon-contents ul li .balloon-contents-box h3 {
  background-color: #b0e0e6;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  padding: 0.2em 1em;
  margin-bottom: 15px;
  position: relative;
}
.balloon-contents ul li .balloon-contents-box h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b0e0e6 transparent transparent transparent;
}
.balloon-contents ul li .balloon-contents-box .balloon-contents-bg {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .balloon-contents ul li .balloon-contents-box .balloon-contents-bg {
    height: 240px;
  }
}
.balloon-contents ul li .balloon-contents-box .balloon-contents-bg p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .balloon-contents ul li .balloon-contents-box .balloon-contents-bg p {
    font-size: 80%;
    line-height: 1.5em;
  }
}
.banner-list ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.banner-list ul li {
  padding: 5px;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .banner-list ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 640px) {
  .banner-list ul li {
    width: 50%;
  }
}
.banner-list ul li a {
  border: 2px solid #fff;
  display: block;
}
.banner-list ul li a img {
  display: block;
}
#Map-main {
  padding: 0 0 30px;
}
#Map-main h3 {
  font-size: 120%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0.5em;
}
#Map-main p {
  font-size: 90%;
}
#Map-main p span {
  padding-right: 0.5em;
}
@media screen and (max-width: 640px) {
  #Map-main p span {
    display: block;
    padding-right: 0;
  }
}
#GoogleMap {
  width: 100%;
}
#GoogleMap .map-inner {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #GoogleMap .map-inner {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 640px) {
  #GoogleMap .map-inner {
    padding-bottom: 75%;
  }
}
#GoogleMap .map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 640px) {
  #Map-content table {
    border-bottom: 1px solid #b0e0e6;
  }
}
#Map-content table tr td {
  padding: 10px;
}
#Map-content table tr td:first-child {
  min-width: 20%;
  max-width: 40%;
  background: #d2ecfc;
}
@media screen and (max-width: 640px) {
  #Map-content table tr td:first-child {
    display: block;
    width: 100%;
    max-width: 100%;
    border-bottom: 0;
    padding: 5px;
    font-size: 90%;
  }
}
@media screen and (max-width: 640px) {
  #Map-content table tr td {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 5px;
    font-size: 90%;
  }
}
#Map-photo ul {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
#Map-photo ul li {
  width: 33.333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #Map-photo ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #Map-photo ul li {
    width: 100%;
    padding: 15px 0;
  }
}
#Map-photo ul li .map-photo {
  height: 300px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  #Map-photo ul li .map-photo {
    height: 230px;
  }
}
#Map-photo ul li p {
  font-size: 90%;
  padding-top: 0.5em;
}
.box-list dl {
  width: 100%;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  background-color: #f0f8ff;
}
@media screen and (max-width: 640px) {
  .box-list dl {
    flex-flow: column wrap;
  }
}
.box-list dl dt {
  width: 50%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .box-list dl dt {
    width: 100%;
  }
}
.box-list dl dt .box-title {
  padding: 30px 0;
  text-align: center;
}
.box-list dl dt .box-title span {
  font-size: 150%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0071bc;
  color: #0071bc;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box-list dl dt .box-photo {
  height: 340px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .box-list dl dt .box-photo {
    height: 150px;
  }
}
.box-list dl dd {
  width: 50%;
  padding: 50px 50px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .box-list dl dd {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .box-list dl dd {
    width: 100%;
    padding: 10px;
  }
}
.box-list dl dd h3 {
  width: 100%;
  font-size: 130%;
  margin-bottom: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .box-list dl dd h3 {
    font-size: 80%;
  }
  .box-list dl dd h3 img {
    width: 100%;
  }
}
.box-list dl dd p {
  font-size: 90%;
  line-height: 150%;
}
.box-list dl dd p span {
  font-size: 120%;
  font-weight: 700;
  color: #0071bc;
}
@media screen and (max-width: 640px) {
  .box-list dl dd p {
    font-size: 75%;
  }
}
.box-list dl:nth-child(2n + 1) {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 640px) {
  .box-list dl:nth-child(2n + 1) {
    flex-flow: column wrap;
  }
}
.window-list dl {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .window-list dl {
    flex-flow: column wrap;
  }
}
.window-list dl dt {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .window-list dl dt {
    width: 100%;
    padding: 100px 20px;
  }
}
.window-list dl dt h3 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 200%;
}
.window-list dl dd {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .window-list dl dd {
    width: 100%;
    padding: 20px;
  }
}
.window-list dl dd p {
  background-color: #fff;
  padding: 50px;
  width: 75%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .window-list dl dd p {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .window-list dl dd p {
    width: 100%;
    padding: 20px;
    font-size: 90%;
  }
}
.window-list dl:nth-child(2n + 1) {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 800px) {
  .window-list dl:nth-child(2n + 1) {
    flex-flow: column wrap;
  }
}
.flow-list {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.flow-list dl {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .flow-list dl {
    width: 100%;
    padding: 15px 0;
  }
}
.flow-list dl dt .flow-photo {
  height: 330px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .flow-list dl dt .flow-photo {
    height: 250px;
  }
}
.flow-list dl dd h3 {
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0071bc;
  font-size: 130%;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 640px) {
  .flow-list dl dd p {
    font-size: 90%;
  }
}
.item-list dl {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .item-list dl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .item-list dl {
    flex-flow: column wrap;
  }
}
.item-list dl dt {
  width: 35%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .item-list dl dt {
    width: 100%;
    height: 250px;
  }
}
.item-list dl dd {
  width: 65%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 250px;
}
@media screen and (max-width: 640px) {
  .item-list dl dd {
    width: 100%;
    padding: 15px 10px;
    min-height: auto;
  }
}
.item-list dl dd h3 {
  font-size: 150%;
  color: #0071bc;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0.5em;
}
.item-list dl dd .item-text {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .item-list dl dd .item-text {
    font-size: 90%;
  }
}
.item-list dl dd .item-option {
  color: #b0e0e6;
}
.item-list dl dd .item-number {
  text-align: right;
  color: #e6cc3f;
  font-size: 200%;
  font-weight: 700;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 1em;
}
.views-list .views-box {
  margin-bottom: 50px;
}
.views-list .views-box .views-title {
  text-align: center;
  font-size: 150%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0.3em;
}
.views-list .views-box h3 {
  text-align: center;
  margin-bottom: 1em;
}
.views-list .views-box .flow-photo {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
.views-list .views-box .flow-photo p {
  color: #fff;
  font-size: 200%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0 0 5px #000;
  text-align: center;
  padding: 200px 10px;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .views-list .views-box .flow-photo p {
    padding: 100px 10px;
    text-align: left;
    font-size: 150%;
  }
}
.views-list .views-box .views-text {
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
}
@media screen and (max-width: 1200px) {
  .views-list .views-box .views-text {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .views-list .views-box .views-text {
    width: 100%;
    padding: 10px;
    font-size: 90%;
    line-height: 1.5em;
  }
}
.customone {
  padding-bottom: 2em;
}
.customone p {
  font-weight: 700;
  background: #d2ecfc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 1em;
}
#Gallery-list {
  padding: 5px;
}
#Gallery-list .gallery-list {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
#Gallery-list .gallery-list .gallery-box {
  width: 33.333%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #Gallery-list .gallery-list .gallery-box {
    width: 50%;
  }
}
#Gallery-list .gallery-list .gallery-box a {
  display: block;
}
#Gallery-list .gallery-list .gallery-box a .gallery-thumbnail {
  height: 350px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  #Gallery-list .gallery-list .gallery-box a .gallery-thumbnail {
    height: 190px;
  }
}
.gallery-photo {
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1300px) {
  .gallery-photo {
    padding: 0 30px;
  }
}
.gallery-photo p {
  position: absolute;
}
.gallery-photo p i {
  font-size: 200%;
  color: #b0e0e6;
}
@media screen and (max-width: 640px) {
  .gallery-photo p i {
    font-size: 150%;
  }
}
.gallery-photo .oldpage {
  left: -30px;
  top: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 1300px) {
  .gallery-photo .oldpage {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .gallery-photo .oldpage {
    margin-top: -20px;
    left: 5px;
  }
}
.gallery-photo .newpage {
  right: -30px;
  top: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 1300px) {
  .gallery-photo .newpage {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .gallery-photo .newpage {
    margin-top: -20px;
    right: 5px;
  }
}
#Gallery-info {
  padding: 1.5em 0;
  border-bottom: 1px dashed #0071bc;
}
#Gallery-info .post-title {
  padding-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  #Gallery-info .post-title {
    padding-bottom: 0.8em;
  }
}
#Gallery-info .post-title h2 {
  font-size: 200%;
  line-height: 1.3em;
}
@media screen and (max-width: 640px) {
  #Gallery-info .post-title h2 {
    font-size: 150%;
  }
}
#User-icon {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
#User-icon .user-icon-box {
  width: 20%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #User-icon .user-icon-box {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-box {
    width: 100%;
    padding: 5px 0;
  }
}
#User-icon .user-icon-box .user-icon-box-inner {
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-box .user-icon-box-inner {
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-thumbanil {
    float: left;
    width: 30%;
  }
}
#User-icon .user-icon-thumbanil img {
  border: 2px solid #b0e0e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-thumbanil img {
    margin: 0 auto 10px;
  }
}
#User-icon .user-icon-nick {
  font-size: 90%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-nick {
    float: right;
    width: 70%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#User-icon h3 {
  color: #0071bc;
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  #User-icon h3 {
    float: right;
    width: 70%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#User-icon .user-icon-description {
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-description {
    float: right;
    width: 70%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#User-icon .user-icon-link {
  text-align: right;
}
@media screen and (max-width: 640px) {
  #User-icon .user-icon-link {
    float: right;
    width: 70%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#User-icon .user-icon-link a {
  color: #b0e0e6;
}
#User-icon .user-icon-link a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 0.5em;
}
#User-list {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
#User-list .user-list-box {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #User-list .user-list-box {
    width: 100%;
    padding: 5px 0;
  }
}
#User-list .user-list-box .user-list-box-inner {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  height: 100%;
}
#User-list .user-list-box .user-list-box-inner .user-list-thumbanil {
  width: 30%;
}
#User-list .user-list-box .user-list-box-inner .user-list-thumbanil img {
  border: 2px solid #b0e0e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#User-list .user-list-box .user-list-box-inner .user-list-text {
  width: 70%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#User-list .user-list-box .user-list-box-inner .user-list-text .user-list-nick {
  font-size: 90%;
  font-weight: 700;
}
#User-list .user-list-box .user-list-box-inner .user-list-text h3 {
  color: #0071bc;
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 0.5em;
}
#User-list
  .user-list-box
  .user-list-box-inner
  .user-list-text
  .user-list-description {
  font-size: 90%;
}
#User-list .user-list-box .user-list-box-inner .user-list-text .user-list-link {
  text-align: right;
}
#User-list
  .user-list-box
  .user-list-box-inner
  .user-list-text
  .user-list-link
  a {
  color: #b0e0e6;
}
#User-list
  .user-list-box
  .user-list-box-inner
  .user-list-text
  .user-list-link
  a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 0.5em;
}
#User-content .user-content-box {
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #User-content .user-content-box {
    padding: 5px 0;
  }
}
#User-content .user-content-box .user-content-box-inner {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #User-content .user-content-box .user-content-box-inner {
    padding: 10px;
  }
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-thumbanil {
  width: 25%;
  float: left;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-thumbanil
  img {
  border: 2px solid #b0e0e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#User-content .user-content-box .user-content-box-inner .user-content-nick {
  font-weight: 700;
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 640px) {
  #User-content .user-content-box .user-content-box-inner .user-content-nick {
    padding-left: 10px;
  }
}
#User-content .user-content-box .user-content-box-inner h3 {
  font-weight: 700;
  font-size: 120%;
  color: #0071bc;
  margin-bottom: 0.5em;
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 640px) {
  #User-content .user-content-box .user-content-box-inner h3 {
    padding-left: 10px;
  }
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-description {
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 640px) {
  #User-content
    .user-content-box
    .user-content-box-inner
    .user-content-description {
    padding-left: 10px;
    font-size: 90%;
  }
}
#User-content .user-content-box .user-content-box-inner .user-content-text {
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 640px) {
  #User-content .user-content-box .user-content-box-inner .user-content-text {
    clear: both;
    width: 100%;
    padding-left: 0;
  }
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-table {
  padding-top: 10px;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-table
  table {
  width: 100%;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-table
  table
  tr
  th,
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-table
  table
  tr
  td {
  padding: 5px;
  border: 1px solid #b0e0e6;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-table
  table
  tr
  th {
  background-color: #d2ecfc;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-link {
  text-align: right;
  padding-top: 10px;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-link
  a {
  color: #b0e0e6;
}
#User-content
  .user-content-box
  .user-content-box-inner
  .user-content-text
  .user-content-link
  a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 0.5em;
}
.complete-info {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.complete-info h3 {
  margin-bottom: 0.5em;
  color: #b0e0e6;
  font-weight: 700;
  font-size: 120%;
}
.breadcrumbs {
  background: #b0e0e6;
  color: #fff;
  font-size: 80%;
  padding: 0.5em 1em;
}
.breadcrumbs a {
  color: #d2ecfc;
}
#Form {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #Form {
    width: 100%;
  }
}
#Form input,
#Form textarea {
  font-size: 120%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #b0e0e6;
}
#Form textarea {
  width: 100%;
}
#Form #Type {
  font-size: 140%;
}
#Form .half input {
  width: 50%;
}
#Form .short input {
  width: 20%;
}
#Form input[type="submit"] {
  background: #e6cc3f;
  color: #fff;
  padding: 0.5em 1em;
  border: 0;
  cursor: pointer;
  margin: 0 0.5em;
}
#Form dl {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  #Form dl {
    flex-flow: column wrap;
  }
}
#Form dl dt {
  width: 30%;
  padding: 1em 1em 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #Form dl dt {
    width: 100%;
    padding: 1em 1em 0 0;
  }
}
#Form dl dt strong {
  margin-left: 0.5em;
  display: inline-block;
  background: #e6cc3f;
  color: #fff;
  font-size: 90%;
  padding: 0.1em 0.5em;
}
#Form dl dd {
  width: 70%;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #Form dl dd {
    width: 100%;
  }
}
#Form p {
  text-align: center;
  padding: 1em 0;
}
.mw_wp_form_preview #Form dl dd {
  background-color: #d2ecfc;
  padding: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0.2em 0;
}
@media screen and (max-width: 640px) {
  .mw_wp_form_preview #Form dl dd {
    padding: 0.5em;
  }
}
#Pagenate {
  padding: 20px 0;
}
#Pagenate .wp-paginate {
  text-align: center;
}
#Pagenate .wp-paginate .current {
  background-color: #b0e0e6;
  border: 0;
}
.guidance_about h2.page-title {
  width: 100%;
  padding: 0 0 19px 0;
  background: url(../img/common/lower_tit.png) center bottom no-repeat;
  text-align: center;
  font-size: 250%;
  line-height: 110%;
  color: gray;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .guidance_about h2.page-title {
    padding: 0 10px 21px 10px;
    font-size: 200%;
    background-size: 620px;
  }
}
@media screen and (max-width: 640px) {
  .guidance_about h2.page-title {
    width: 96%;
    margin: 0 auto;
    padding: 15px 10px 12px 10px;
    font-size: 15px;
    font-weight: 700;
    background-size: 300px;
  }
}
.guidance_about .lede {
  padding: 40px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 125%;
  line-height: 205%;
  font-weight: normal !important;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .guidance_about .lede {
    padding: 20px 2.5% 0;
    font-size: 100%;
    line-height: 130%;
  }
}
@media screen and (max-width: 640px) {
  .guidance_about .lede {
    padding: 15px 3.08% 0;
    font-size: 85%;
    line-height: 160%;
    letter-spacing: -0.05em;
    font-weight: 700;
    text-align: left;
  }
}
.guidance_about .guidance_merit {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .guidance_about .guidance_merit {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .guidance_admission .title h2 p {
    background-image: url(../img/guidance/tit_admission_smp.png);
  }
}
.guidance_admission .guidance_admission-contents {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 640px) {
  .guidance_admission .guidance_admission-contents {
    flex-flow: column wrap;
    padding: 10px 3.73%;
    font-size: 77%;
  }
}
.guidance_admission .guidance_admission-contents ul li {
  margin: 0 0 0.5em 0;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  text-indent: -1em;
  font-size: 140%;
  line-height: 25px;
  vertical-align: top;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .guidance_admission .guidance_admission-contents ul li {
    line-height: 17px;
    font-size: 100%;
  }
}
.guidance_admission .guidance_admission-contents ul li:before {
  display: block;
  position: relative;
  left: 0;
  top: 0.35em;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 180%;
  line-height: 0;
  padding-right: 0.4em;
  color: #e6cc3f;
}
@media screen and (max-width: 640px) {
  .guidance_admission .guidance_admission-contents ul li:before {
    top: 0.5em;
  }
}
.guidance_flow {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .guidance_flow {
    width: 100%;
    padding: 0 9.675%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .guidance_flow {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .guidance_flow .title h2 p {
    background-image: url(../img/guidance/tit_flow_smp.png);
  }
}
.guidance_flow dl {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 20px 15px 65px;
  border: 3px solid #b0e0e6;
  background-color: #f0f8ff;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .guidance_flow dl {
    margin-bottom: 7px;
    border: 2px solid #b0e0e6;
    padding: 10px 10px 10px 10px;
    background-size: 25px;
    background-position: 10px 10px;
  }
}
.guidance_flow dl dt {
  margin-bottom: 0.5em;
  padding: 0 0 0.4em 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #b0e0e6;
  font-size: 130%;
  color: #0071bc;
}
@media screen and (max-width: 640px) {
  .guidance_flow dl dt {
    margin-left: 30px;
    padding: 2px 0 0.2em 0;
    line-height: 17px;
    font-size: 100%;
  }
}
.guidance_flow dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 92%;
  padding: 0em 0em 0em 1em;
  text-indent: -1em;
  line-height: 135%;
}
@media screen and (max-width: 640px) {
  .guidance_flow dl dd {
    font-size: 77%;
    line-height: 130%;
  }
}
.guidance_flow dl dd.flow_entry_btn {
  display: table;
  vertical-align: top !important;
  margin-top: 1em;
  padding: 0em 0em 0em 0em;
  text-indent: 0;
  line-height: 32px;
}
.guidance_flow dl dd.flow_entry_btn a {
  display: table-cell;
  vertical-align: top !important;
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}
.guidance_flow dl dd.flow_entry_btn a img {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.guidance_flow dl dd.flow_entry_btn span {
  display: table-cell;
  vertical-align: top !important;
}
@media screen and (max-width: 1000px) {
  .guidance_flow dl dd.flow_entry_btn {
    display: block;
    margin-top: 0.25em;
  }
  .guidance_flow dl dd.flow_entry_btn a {
    display: block;
  }
  .guidance_flow dl dd.flow_entry_btn a img {
    display: block;
    min-width: 40%;
    max-width: 200px;
  }
  .guidance_flow dl dd.flow_entry_btn span {
    display: block;
    line-height: 110%;
  }
}
.guidance_flow .flow01 {
  background-image: url(../img/guidance/flow_num1.png);
}
.guidance_flow .flow02 {
  background-image: url(../img/guidance/flow_num2.png);
}
.guidance_flow .flow02 dd {
  padding: 0em 0em 0em 0em;
  text-indent: 0;
}
.guidance_flow .flow03 {
  background-image: url(../img/guidance/flow_num3.png);
}
.guidance_flow .flow04 {
  background-image: url(../img/guidance/flow_num4.png);
}
.guidance_flow .flow05 {
  background-image: url(../img/guidance/flow_num5.png);
}
.guidance_flow .flow06 {
  background-image: url(../img/guidance/flow_num6.png);
}
.guidance_flow .flow07 {
  background-image: url(../img/guidance/flow_num7.png);
}
.guidance_flow .flow_arrow {
  text-align: center;
  padding-bottom: 17px;
}
.guidance_flow .flow_arrow img {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .guidance_flow .flow_arrow {
    text-align: center;
    padding-bottom: 0;
  }
  .guidance_flow .flow_arrow img {
    display: inline-block;
    width: 70px;
  }
}
@media screen and (max-width: 640px) {
  .guidance_fee .title h2 p {
    background-image: url(../img/guidance/tit_fee_smp.png);
  }
}
.guidance_fee .guidance_fee-contents {
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 20px;
  font-size: 92%;
}
@media screen and (max-width: 640px) {
  .guidance_fee .guidance_fee-contents {
    flex-flow: column wrap;
    padding: 10px 3.73%;
    font-size: 77%;
    line-height: 150%;
  }
}
.guidance_fee .guidance_fee-contents ul {
  margin: 1em 0;
}
.guidance_fee .guidance_fee-contents ul li {
  padding-left: 1em;
  padding-right: 1em;
  text-indent: -1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .guidance_fee .guidance_fee-contents ul li {
    font-size: 100%;
  }
}
.guidance_fee .guidance_fee-contents ul li:before {
  content: "・";
}
.guidance_payment {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .guidance_payment {
    width: 100%;
    padding: 0 9.675%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .guidance_payment {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .guidance_payment .title h2 p {
    background-image: url(../img/guidance/tit_payment_smp.png);
  }
}
.guidance_payment dl {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #b0e0e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .guidance_payment dl {
    padding: 15px 10px;
  }
}
.guidance_payment dl dt {
  margin-bottom: 0.5em;
  padding: 0 0 0.4em 1em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #b0e0e6;
  font-size: 130%;
}
@media screen and (max-width: 640px) {
  .guidance_payment dl dt {
    line-height: 17px;
    font-size: 100%;
  }
}
.guidance_payment dl dt:before {
  display: block;
  position: relative;
  left: -0.5em;
  top: 0.35em;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 180%;
  line-height: 0;
  padding-right: 0.4em;
  color: #e6cc3f;
}
@media screen and (max-width: 640px) {
  .guidance_payment dl dt:before {
    top: 0.35em;
  }
}
.guidance_payment dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 92%;
  padding: 0em 0em 0em 1em;
  text-indent: -1em;
  line-height: 135%;
}
@media screen and (max-width: 640px) {
  .guidance_payment dl dd {
    font-size: 77%;
  }
}
.price_contents-padding {
  padding: 0 0 70px;
}
@media screen and (max-width: 640px) {
  .price_contents-padding {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
.sm {
  width: 92%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .sm {
    display: none;
  }
}
.price_about h2.page-title {
  width: 100%;
  padding: 0 0 19px 0;
  background: url(../img/common/lower_tit.png) center bottom no-repeat;
  text-align: center;
  font-size: 250%;
  line-height: 110%;
  color: gray;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .price_about h2.page-title {
    padding: 0 10px 21px 10px;
    font-size: 200%;
    background-size: 620px;
  }
}
@media screen and (max-width: 640px) {
  .price_about h2.page-title {
    width: 96%;
    margin: 0 auto;
    padding: 15px 10px 12px 10px;
    font-size: 15px;
    font-weight: 700;
    background-size: 286px;
  }
}
.price_about .lede {
  padding: 40px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 125%;
  line-height: 205%;
  font-weight: normal !important;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .price_about .lede {
    padding: 20px 2.5% 0;
    font-size: 100%;
    line-height: 130%;
  }
}
@media screen and (max-width: 640px) {
  .price_about .lede {
    padding: 15px 2.08% 0;
    font-size: 75%;
    line-height: 160%;
    letter-spacing: -0.05em;
    font-weight: 700;
  }
}
.price_plan {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 7px;
  border: 3px solid #0071bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible !important;
  background-color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .price_plan {
    width: auto;
    margin: 0 9.675%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .price_plan {
    width: auto;
    margin: 0 15px;
    border: 2px solid #0071bc;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.price_plan .price_plan_wrap {
  border: 2px solid #0071bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0071bc;
  background: url(../img/price/price_bg_lt.png) left top no-repeat,
    url(../img/price/price_bg_rt.png) right top no-repeat,
    url(../img/price/price_bg_lb.png) left bottom no-repeat,
    url(../img/price/price_bg_rb.png) right bottom no-repeat;
}
.price_plan .price_plan_wrap h3 {
  margin-top: 20px;
  font-size: 320%;
  text-align: center;
  line-height: 80px;
}
.price_plan .price_plan_wrap .lede {
  color: gray;
  text-align: center;
  margin-bottom: 1em;
  font-size: 130%;
  line-height: 130%;
}
.price_plan .price_plan_wrap .price_list {
  display: table;
  width: 80.86%;
  margin: 0 9.57%;
  line-height: 70px;
  background: url(../img/common/dot-line-x.png) left bottom repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.price_plan .price_plan_wrap .price_list dt {
  display: table-cell;
  width: 15em;
  padding-left: 20px;
  color: #35afe3;
  font-size: 130%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.price_plan .price_plan_wrap .price_list dd {
  display: table-cell;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 300%;
}
.price_plan .price_plan_wrap .price_list span {
  display: inline-block;
  padding-left: 0.1em;
  font-size: 50%;
}
.price_plan .price_plan_wrap .price_list .consultation {
  font-weight: 700;
}
.price_plan .price_plan_wrap .price_info {
  width: 80.86%;
  margin: 0 9.57%;
  text-align: right;
  line-height: 200%;
}
.price_plan .price_plan_wrap .price_list_target {
  width: 80.86%;
  margin: 30px 9.57% 40px;
  border: 1px solid #0071bc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.price_plan .price_plan_wrap .price_list_target dt {
  padding: 0 1em;
  color: #35afe3;
}
.price_plan .price_plan_wrap .price_list_target dd {
  padding-bottom: 0.75em;
  text-align: center;
  font-size: 150%;
  line-height: 120%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .price_plan .price_plan_wrap {
    background-size: 15px;
  }
  .price_plan .price_plan_wrap h3 {
    margin-top: 10px;
    font-size: 200%;
  }
  .price_plan .price_plan_wrap .lede {
    margin-bottom: 1em;
    font-size: 92%;
    line-height: 150%;
  }
  .price_plan .price_plan_wrap .price_list {
    width: 90%;
    margin: 0 5%;
    line-height: 50px;
  }
  .price_plan .price_plan_wrap .price_list dt {
    width: 15em;
    padding-left: 20px;
    color: #35afe3;
    font-size: 86%;
  }
  .price_plan .price_plan_wrap .price_list dd {
    padding-right: 10px;
    font-size: 200%;
  }
  .price_plan .price_plan_wrap .price_list dd:after {
    display: inline-block;
    padding-left: 0.1em;
    font-size: 50%;
  }
  .price_plan .price_plan_wrap .price_info {
    width: 90%;
    margin: 0 5%;
    text-align: right;
    line-height: 200%;
    font-size: 73.33%;
  }
  .price_plan .price_plan_wrap .price_list_target {
    width: 90%;
    margin: 30px 5% 40px;
    border: 1px solid #0071bc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .price_plan .price_plan_wrap .price_list_target dt {
    padding: 0 1em;
    font-size: 86%;
  }
  .price_plan .price_plan_wrap .price_list_target dd {
    padding-bottom: 1em;
    text-align: center;
    font-size: 120%;
    line-height: 130%;
  }
}
@media screen and (max-width: 640px) {
  .price_plan .price_plan_wrap {
    border: 1px solid #0071bc;
    background-size: 15px;
  }
  .price_plan .price_plan_wrap h3 {
    margin-top: 5px;
    font-size: 120%;
    line-height: 30px;
  }
  .price_plan .price_plan_wrap .lede {
    padding: 5px 3% 0;
    margin-bottom: 1em;
    font-size: 80%;
    line-height: 130%;
  }
  .price_plan .price_plan_wrap .price_list {
    width: 94%;
    margin: 0 3%;
    line-height: 50px;
  }
  .price_plan .price_plan_wrap .price_list dt {
    width: 14em;
    padding-left: 20px;
    color: #35afe3;
    font-size: 73.3%;
  }
  .price_plan .price_plan_wrap .price_list dd {
    font-size: 150%;
    padding-right: 10px;
  }
  .price_plan .price_plan_wrap .price_list dd:after {
    display: inline-block;
    padding-left: 0.1em;
    font-size: 50%;
  }
  .price_plan .price_plan_wrap .price_info {
    width: 94%;
    margin: 0 3%;
    text-align: right;
    line-height: 200%;
    font-size: 73.33%;
  }
  .price_plan .price_plan_wrap .price_list_target {
    width: 94%;
    margin: 10px 3% 20px;
    border: 1px solid #0071bc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .price_plan .price_plan_wrap .price_list_target dt {
    padding: 0 1em;
    font-size: 73.33%;
  }
  .price_plan .price_plan_wrap .price_list_target dd {
    padding-bottom: 1em;
    text-align: center;
    font-size: 92%;
    line-height: 120%;
  }
}
.price_plan.bgcolor_b {
  background-color: #f0f8ff;
}
.staff_about h2.page-title {
  width: 100%;
  padding: 0 0 19px 0;
  background: url(../img/common/lower_tit.png) center bottom no-repeat;
  text-align: center;
  font-size: 250%;
  line-height: 110%;
  color: gray;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .staff_about h2.page-title {
    padding: 0 10px 21px 10px;
    font-size: 200%;
    background-size: 620px;
  }
}
@media screen and (max-width: 640px) {
  .staff_about h2.page-title {
    width: 96%;
    margin: 0 auto;
    padding: 15px 10px 12px 10px;
    font-size: 14px;
    font-weight: 700;
    background-size: 286px;
  }
}
.staff_about .lede {
  padding: 40px 0 0 0;
  text-align: center;
  color: #e6cc3f;
  font-size: 125%;
  line-height: 205%;
  font-weight: normal !important;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .staff_about .lede {
    padding: 20px 2.5% 0;
    font-size: 100%;
    line-height: 130%;
  }
}
@media screen and (max-width: 640px) {
  .staff_about .lede {
    padding: 15px 2.08% 0;
    font-size: 11px;
    line-height: 160%;
    letter-spacing: -0.05em;
    font-weight: 700;
  }
}
#staff_wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #staff_wrap {
    width: 100%;
    padding: 20px 9.675% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #staff_wrap {
    width: 100%;
    padding: 20px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#staff_wrap ul {
  padding: 40px 0;
  background: url(../img/common/dot-line-x.png) left top repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul:first-child {
  background: none;
}
#staff_wrap ul li {
  margin-bottom: 2em;
}
#staff_wrap ul li dl.prof {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li dl.prof dt {
  width: 300px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li dl.prof dt img {
  display: block;
}
#staff_wrap ul li dl.prof dd {
  padding: 8px 0 0 60px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li dl.prof dd h3 {
  margin-bottom: 0.6em;
  font-size: 270%;
  letter-spacing: 0.25em;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li dl.prof dd h3 span {
  font-size: 45%;
  letter-spacing: 0;
}
#staff_wrap ul li dl.prof dd p {
  margin-bottom: 1.8em;
  font-size: 180%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 130%;
}
#staff_wrap ul li dl.prof dd p.certificate {
  margin-bottom: 0;
  font-size: 200%;
  font-family: "Noto Serif", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 150%;
}
#staff_wrap ul li dl.activities {
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li dl.activities dt {
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li dl.activities dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul li.message p {
  font-size: 92%;
}
#staff_wrap ul dl.activities {
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul dl.activities dt {
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#staff_wrap ul dl.activities dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  #staff_wrap ul {
    padding: 20px 0 10px;
  }
  #staff_wrap ul li {
    margin-bottom: 1.25em;
  }
  #staff_wrap ul li dl.prof dt {
    width: 180px;
  }
  #staff_wrap ul li dl.prof dd {
    padding: 1px 0 0 30px;
  }
  #staff_wrap ul li dl.prof dd h3 {
    margin-bottom: 0.4em;
    font-size: 200%;
    line-height: 100%;
  }
  #staff_wrap ul li dl.prof dd p {
    margin-bottom: 1.6em;
    font-size: 125%;
  }
  #staff_wrap ul li dl.prof dd p.certificate {
    margin-bottom: 0;
    font-size: 130%;
  }
  #staff_wrap ul li.message p {
    font-size: 86%;
    line-height: 140%;
  }
  #staff_wrap ul dl.activities {
    margin-top: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 86%;
    line-height: 140%;
  }
  #staff_wrap ul dl.activities dt {
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #staff_wrap ul dl.activities dd {
    padding-left: 1em;
    text-indent: -1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #staff_wrap ul {
    padding: 20px 0 10px;
  }
  #staff_wrap ul li {
    margin-bottom: 1.25em;
  }
  #staff_wrap ul li dl.prof dt {
    width: 100px;
  }
  #staff_wrap ul li dl.prof dd {
    padding: 1px 0 0 10px;
  }
  #staff_wrap ul li dl.prof dd h3 {
    margin-bottom: 0.4em;
    font-size: 100%;
    line-height: 100%;
  }
  #staff_wrap ul li dl.prof dd p {
    margin-bottom: 1.6em;
    font-size: 73.33%;
  }
  #staff_wrap ul li dl.prof dd p.certificate {
    margin-bottom: 0;
    font-size: 73.33%;
  }
  #staff_wrap ul li.message p {
    font-size: 73.33%;
    line-height: 140%;
  }
  #staff_wrap ul dl.activities {
    margin-top: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 73.33%;
    line-height: 140%;
  }
  #staff_wrap ul dl.activities dt {
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #staff_wrap ul dl.activities dd {
    padding-left: 1em;
    text-indent: -1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.company_outline {
  padding-top: 0;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .company_outline {
    padding: 40px 0 0;
  }
}
.company_outline table {
  font-size: 92%;
}
@media screen and (max-width: 640px) {
  .company_outline table {
    font-size: 115%;
  }
}
.company_outline table tr th {
  width: 11em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .company_outline table tr th {
    width: 7em;
    line-height: 140%;
  }
}
.company_outline table tr td {
  line-height: 140%;
}
.company_outline table tr td .company_innerlist {
  padding: 0;
  list-style-type: none;
}
.company_outline table tr td .company_innerlist li {
  padding-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.company_outline table tr td .company_innerlist li:before {
  content: "・";
  padding-right: 0;
}
.faq_area {
  padding-top: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .faq_area {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .faq_area {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.faq_area .faq_content {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .faq_area .faq_content {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .faq_area .faq_content {
    margin: 0 0 20px 0;
  }
}
.faq_area .faq_content h3 {
  margin: 0;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 2px solid #e6cc3f;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
  color: #666;
  line-height: 20px;
  font-size: 20px;
}
.faq_area .faq_content h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .faq_area .faq_content h3 {
    padding: 7px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .faq_area .faq_content h3 {
    padding: 3px 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
  }
}
.faq_area .faq_content dl {
  margin-top: 20px;
}
.faq_area .faq_content dl dt {
  padding: 8px 0.5em 4px;
  margin: 0 0 0.5em 0;
  color: #0071bc;
  line-height: 17px;
  font-size: 15px;
  font-weight: 700;
  background: #dff3f5;
  background: -moz-linear-gradient(top, #dff3f5 0%, #b0e0e6 100%);
  background: -webkit-linear-gradient(top, #dff3f5 0%, #b0e0e6 100%);
  background: linear-gradient(to bottom, #dff3f5 0%, #b0e0e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dff3f5',endColorstr='#b0e0e6',GradientType=0);
}
.faq_area .faq_content dl dd {
  font-size: 92%;
  line-height: 150%;
}
@media screen and (max-width: 640px) {
  .faq_area .faq_content dl dd {
    font-size: 135%;
  }
}
.faq_area .faq_content dl dd p {
  padding-bottom: 0;
}
.faq_area .faq_content dl dd ol {
  padding-top: 0;
  padding-bottom: 0;
}
.faq_area .faq_content dl dd ol li {
  padding-bottom: 0;
}
.faq_area .faq_content dl dd ul {
  padding-top: 0;
}
.faq_area .faq_content dl dd ul li {
  padding-bottom: 0;
  line-height: 150%;
}
.faq_area .faq_content dl dd ul li:before {
  content: "・";
  padding-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .faq_area .faq_content dl {
    margin-top: 10px;
  }
  .faq_area .faq_content dl dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .faq_area .faq_content dl {
    margin-top: 10px;
    font-size: 77%;
  }
  .faq_area .faq_content dl dt {
    font-size: 140%;
    line-height: 130%;
    padding: 5px 0.5em;
  }
}
.policy_area {
  padding: 30px 40px;
  background-color: #f0f8ff;
}
.policy_area h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #0071bc;
  font-weight: 700;
  background: none;
}
.policy_area p {
  font-size: 130%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .policy_area {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .policy_area {
    margin-top: 40px;
    padding: 10px;
  }
  .policy_area h3 {
    font-size: 140%;
  }
  .policy_area p {
    font-size: 130%;
    line-height: 140%;
  }
}
.contact_area {
  padding: 20px 20px;
  background-color: #b0e0e6;
}
.contact_area h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #0071bc;
  font-weight: 700;
  background: none;
}
.contact_area p {
  font-size: 92%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact_area {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact_area {
    margin-top: 40px;
    padding: 10px;
  }
  .contact_area h3 {
    font-size: 11px;
  }
  .contact_area p {
    font-size: 73.33%;
    line-height: 140%;
  }
}
.contact_area #contactform input[type="text"] {
  height: 2.5em;
  border: 1px solid #999;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_area #contactform textarea {
  height: 10em;
  border: 1px solid #999;
  width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_area #contactform dl {
  margin-bottom: 2.75em;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact_area #contactform dl {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 640px) {
  .contact_area #contactform dl {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
}
.contact_area #contactform dl.form_radio span {
  display: block;
  margin-left: 0;
  font-size: 110%;
}
.contact_area #contactform dl.form_date input {
  width: 40%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact_area #contactform dl.form_date input {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contact_area #contactform dl.form_date input {
    width: 100%;
  }
}
.sendarea {
  margin-top: 20px;
  text-align: center;
}
.sendarea input[type="submit"] {
  padding: 5px 7px;
  color: #fff;
  border: 1px solid #1da1f3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #8dd1f8;
  background: -moz-linear-gradient(top, #8dd1f8 0%, #1da1f3 100%);
  background: -webkit-linear-gradient(top, #8dd1f8 0%, #1da1f3 100%);
  background: linear-gradient(to bottom, #8dd1f8 0%, #1da1f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dd1f8',endColorstr='#1da1f3',GradientType=0);
  cursor: pointer;
}
.sendarea input[type="submit"]:hover {
  opacity: 0.6;
}
#mw_wp_form_mw-wp-form-9990 {
  margin-top: 20px;
}
#mw_wp_form_mw-wp-form-9990 .sendarea input[type="submit"] {
  width: 200px;
  height: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sendarea input[type="submit"] {
    font-size: 86%;
  }
}
@media screen and (max-width: 640px) {
  .sendarea input[type="submit"] {
    font-size: 77.33%;
  }
}
.sendarea .form_back_btn {
  display: inline-block;
  margin-right: 1em;
}
.catpage_post-list {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .catpage_post-list {
    padding-top: 40px;
  }
}
.catpage_post-list .post-box {
  width: 50%;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .catpage_post-list .post-box {
    width: 50%;
    padding: 0 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: flex-start;
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .catpage_post-list .post-box a {
    width: 100%;
    padding: 0 2.6%;
  }
}
.catpage_post-list .post-box a .post-thumnail {
  height: 185px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .catpage_post-list .post-box a .post-thumnail {
    height: 0;
    padding-bottom: 65%;
  }
}
@media screen and (max-width: 640px) {
  .catpage_post-list .post-box a .post-thumnail {
    height: 0;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 640px) {
  .catpage_post-list .post-box a .post-thumnail .date {
    display: none;
  }
}
.catpage_post-list .post-box a .post-no-tumnail {
  background-image: url(../img/no-thumbnail.jpg);
}
.catpage_post-list .post-box a .post-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .catpage_post-list .post-box a .post-title {
    font-size: 73.33%;
    line-height: 125%;
    margin-bottom: 5px;
  }
}
.catpage_post-list .post-box a .post-more span {
  display: inline-block;
  background-color: #0071bc;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
  line-height: 120%;
}
@media screen and (max-width: 640px) {
  .catpage_post-list .post-box a .post-more span {
    font-size: 50%;
  }
}
.catpage_post-list .post-box a .post-more span:before {
  content: "＞";
}
.sp_banner {
  flex-flow: row wrap;
  width: 85%;
  margin: 0 auto;
}
.sp_banner ul {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .sp_banner ul {
    margin-left: 0;
  }
}
.sp_banner li {
  float: left;
  padding: 0 10px;
  width: 46%;
}
@media screen and (max-width: 640px) {
  .sp_banner li {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
}
#stickyfoot {
  display: none;
}
@media screen and (max-width: 640px) {
  #stickyfoot {
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 1px;
    position: fixed;
    bottom: -100px;
    box-sizing: border-box;
    z-index: 50;
    background: rgba(0, 113, 188, 0.8);
  }
  #stickyfoot ul {
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  #stickyfoot ul li {
    width: 50%;
    display: table-cell;
    padding: 10px 10px 10px 5px;
    box-sizing: border-box;
  }
  #stickyfoot ul li:first-child {
    padding: 10px 5px 10px 10px;
  }
  #stickyfoot ul li a {
    display: block;
    padding: 7px 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(
      top,
      #ffffff 80%,
      #ffffff 80%,
      #f7f7f7 100%
    );
    background: -webkit-linear-gradient(
      top,
      #ffffff 80%,
      #ffffff 80%,
      #f7f7f7 100%
    );
    background: linear-gradient(
      to bottom,
      #ffffff 80%,
      #ffffff 80%,
      #f7f7f7 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
  }
  #stickyfoot ul li a img {
    width: 128px;
    display: block;
    margin: 0 auto;
  }
}
.merit-textbox img {
  width: 800px;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .merit-textbox img {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-tit-access p {
    background: url(../img/top/tit_access_smp.png);
    margin-bottom: 6px;
  }
}
.access_content {
  background-color: #fff;
  border: 3px solid #49abe3;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .access_content {
    padding: 10px 0;
  }
}
.access_content .access_wrapper {
  display: flex;
}
@media screen and (max-width: 640px) {
  .access_content .access_wrapper {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .access_content .access_box {
    padding-left: 10px;
    padding-top: 15px;
  }
}
.access_content iframe {
  width: 40%;
  margin: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .access_content iframe {
    width: 95%;
    height: 230px;
    margin: 0 auto;
    display: block;
  }
}
.access_content .text_1 {
  font-size: 120%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .access_content .text_1 {
    font-size: 85%;
    line-height: 26px;
  }
}
.access_content .text_2 {
  margin: 5px 0 10px;
  font-size: 95%;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .access_content .text_2 {
    font-size: 75%;
    margin: 0 0 10px;
  }
}
.access_content .fa {
  padding-right: 5px;
  color: #0071bc;
}
.access_content .company_btn {
  width: 20%;
  font-size: 115%;
  text-align: center;
  display: block;
  background-color: #0071bc;
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .access_content .company_btn {
    font-size: 100%;
    width: 95%;
    margin: 20px auto 0;
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  #Header-info li:nth-child(3) {
    background-color: #45a632;
    right: 45px;
  }
}

@media screen and (max-width: 1000px) {
  #Header-smpmenu-btn {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #Header-smpmenu-btn {
    position: fixed;
    right: 0 !important;
    left: auto;
  }
}

#Header-smpmenu-btn .menu-icon {
  position: absolute;
  bottom: 0;
  font-size: 55%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -7px;
}

@media screen and (max-width: 1000px) {
  #Header-smpmenu-btn {
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #Header-smpmenu-btn i {
    font-size: 170%;
  }
}

.header-tel-wrapper {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif",
    "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header-tel-wrapper .number {
  font-size: 200% !important;
  color: #0071bc;
  position: relative;
  display: inline-block;
}
.header-tel-wrapper .number:before {
  content: "";
  position: absolute;
  background-image: url(../img/tel-icon.png);
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 25px;
  left: -20px;
}
.header-tel-wrapper .time {
  font-size: 96% !important;
  display: inline-block;
}

.header-tel-wrapper .time span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #000;
  line-height: 1;
}

.heading-box {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .heading-box {
    margin-bottom: 10px;
    padding-top: 20px;
  }
}

.heading-inner {
  color: #808080;
  position: relative;
  display: inline-block;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif",
    "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.heading-inner:before {
  content: "";
  width: 168px;
  height: 40px;
  position: absolute;
  left: -190px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-image: url(../img/title-deco-left.png);
}
@media screen and (max-width: 640px) {
  .heading-inner:before {
    width: 70px;
    height: 16px;
    left: -75px;
    top: -10px;
  }
}

.heading-inner:after {
  content: "";
  width: 168px;
  height: 40px;
  position: absolute;
  right: -190px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-image: url(../img/title-deco-right.png);
}

@media screen and (max-width: 640px) {
  .heading-inner:after {
    width: 70px;
    height: 16px;
    right: -75px;
    top: -10px;
  }
}

.heading-box .en-title {
  font-size: 350%;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .heading-box .en-title {
    font-size: 300%;
  }
}
@media screen and (max-width: 640px) {
  .heading-box .en-title {
    font-size: 150%;
    padding-bottom: 0;
  }
}

.heading-box .heading02 {
  font-size: 130%;
}

@media screen and (max-width: 768px) {
  .heading-box .heading02 {
    font-size: 120%;
  }
}

@media screen and (max-width: 640px) {
  .heading-box .heading02 {
    font-size: 80%;
  }
}

@media screen and (max-width: 640px) {
  .heading-box .heading02 {
    font-size: 80%;
  }
}

@media screen and (min-width: 641px) {
  .heading-ander-box .en-title {
    font-size: 250%;
    display: block;
    position: relative;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 641px) {
  .heading-ander-box .en-title:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-image: url(../img/heading-annder-deco.png);
  }
}

@media screen and (min-width: 641px) {
  .heading-ander-box .heading02 {
    font-size: 100%;
  }
}

@media screen and (min-width: 641px) {
  .heading-ander-box .heading-inner {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .heading-ander-box .heading-inner:before {
    content: none;
  }
}

@media screen and (min-width: 641px) {
  .heading-ander-box .heading-inner:after {
    content: none;
  }
}

@media screen and (min-width: 641px) {
  .top-2col-right-box .heading-ander-box {
    margin-left: 39px;
  }
}

.cms-mcsa-wrap {
  box-shadow: 0 5px 3px -3px #ddd inset;
}

.cms-mcsa {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 800px) {
  .cms-mcsa {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

.cms-mcsa li {
  width: 50%;
  padding: 5px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .cms-mcsa li {
    width: 100%;
  }
}

.cms-mcsa li p {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif",
    "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 640px) {
  .cms-mcsa li p {
    font-size: 90%;
  }
}

.cms-mcsa li img {
  margin-left: 10px;
  max-width: 170px;
}

@media screen and (max-width: 640px) {
  .cms-mcsa li img {
    max-width: 35%;
  }
}

.promise-wrapper {
  width: 750px;
  max-width: 98%;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 640px) {
  .promise-wrapper {
    width: 100%;
  }
}

.promise-wrapper ul {
  background-color: #fff;
  padding: 40px 25px;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .promise-wrapper ul {
    padding: 15px;
  }
}

.promise-wrapper ul li {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .promise-wrapper ul li {
    font-size: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
  }
}

.promise-wrapper ul li:before {
  content: "・";
  color: #0071bc;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.promise-wrapper ul span {
  font-size: 200%;
  color: red;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .promise-wrapper ul span {
    font-size: 120%;
  }
}

.top-more-btn {
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .top-more-btn {
    margin: 10px auto 0;
  }
}

.top-more-btn a {
  font-size: 120%;
  font-weight: bold;
  background-color: #0071bc;
  color: #fff;
  display: inline-block;
  padding: 15px 55px 15px 40px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top-more-btn a {
    font-size: 100%;
    padding: 10px 55px 10px 40px;
  }
}

.top-more-btn a:after {
  content: "〉";
  position: absolute;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  right: 0;
}

@media screen and (max-width: 640px) {
  .top-more-btn a:after {
    font-size: 100%;
  }
}

.top-more-btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .top-tag {
    padding: 0 10px;
  }
}

.tag-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.tag-wrapper li {
  padding: 5px 3px;
}

.tag-wrapper li a {
  font-size: 90%;
  background-color: #fff;
  color: #0071bc;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #0071bc;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .tag-wrapper li a {
    font-size: 80%;
  }
}

@media screen and (max-width: 640px) {
  .top-compariso {
    padding: 0 5px;
  }
}

.compariso-wrapper table {
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.compariso-wrapper tr {
  border-bottom: 1px solid #003a94;
}

.compariso-wrapper table th {
  font-size: 150%;
  font-weight: bold;
  background-color: #0071bc;
  color: #fff;
  width: 25%;
  padding: 15px 10px;
  border-right: 1px solid #003a94;
}
@media screen and (max-width: 640px) {
  .compariso-wrapper table th {
    font-size: 90%;
    padding: 10px 5px;
  }
}

.compariso-wrapper table td {
  background-color: #fff;
  padding: 15px 10px;
  border-right: 1px solid #003a94;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .compariso-wrapper table td {
    font-size: 80%;
    padding: 10px 5px;
  }
}

.compariso-wrapper table .item {
  font-size: 150%;
  font-weight: bold;
  background-color: #3e8ecc;
  color: #fff;
  border-left: 1px solid #3067bd;
}

@media screen and (max-width: 640px) {
  .compariso-wrapper table .item {
    font-size: 90%;
    padding: 10px 5px;
  }
}

.compariso-wrapper table .point {
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .compariso-wrapper table .point {
    font-size: 90%;
  }
}

.compariso-wrapper .br-sm {
  display: none;
}

@media screen and (max-width: 640px) {
  .compariso-wrapper .br-sm {
    display: block;
  }
}

.price-table-padding {
  padding-bottom: 20px;
}

.price-table {
  width: 100%;
  font-size: 110%;
}

@media screen and (max-width: 640px) {
  .price-table {
    font-size: 90%;
  }
}

.price-table-padding .price_plan_wrap {
  background: none;
}

.price-table th,
td {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  font-family: "Noto Sans", YuGothic, "游ゴシック", sans-serif;
  line-height: 1.4em;
}

@media screen and (max-width: 640px) {
  .price-table th,
  td {
    padding: 10px;
  }
}

.price-table th {
  background-color: #f1f8ff;
  color: #3270bd;
}

.price-table tr:nth-child(4) th {
  background-color: #ffff33;
}

.price-table tr:nth-child(4) td {
  background-color: #ffff33;
}

.price-table td {
  color: #444;
}

.price-table .w25 {
  width: 25%;
}

.price-table .w30 {
  width: 30%;
}

.price-table .w35 {
  width: 35%;
}

.price-table span {
  font-size: 130%;
}

.price-table .noprice {
  background-color: #f7bebf;
  color: #cf0800;
  font-size: 200%;
}

.arrow img {
  display: block;
  margin: 0 auto;
}

.price-bottom-text {
  padding: 30px 10px;
}

@media screen and (max-width: 640px) {
  .price-bottom-text {
    font-size: 90%;
    line-height: 1.8em;
  }
}

@media screen and (min-width: 800px) {
  #footer-cv-bottom {
    display: none;
  }
}
#footer-cv-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
}

#footer-cv-bottom a:hover {
  opacity: 0.8;
}

#footer-cv-bottom ul {
  padding: 3px 0;
  display: flex;
  align-items: center;
}

#footer-cv-bottom li {
  width: 23%;
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  text-align: center;
  margin: 0 3px;
}
#footer-cv-bottom li:nth-child(1) img {
  position: absolute;
  left: 0;
  width: 90px;
  bottom: 0;
}
#footer-cv-bottom li:nth-child(2) {
  background-color: #0071bc;
  padding-top: 12px;
}

#footer-cv-bottom li:nth-child(3) {
  background-color: #f28f06;
  padding-top: 12px;
}

#footer-cv-bottom li:nth-child(4) {
  background-color: #4cc764;
  padding-top: 12px;
}

#footer-cv-bottom dt {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer-cv-bottom dt img {
  height: 25px;
}

#footer-cv-bottom dd {
  font-size: 75%;
}

@media screen and (max-width: 800px) {
  #pc-footerCv-box {
    display: none;
  }
}
#pc-footerCv {
  width: 100%;
  text-align: center;
  display: none;
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
#pc-footerCv ul {
  max-width: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pc-footerCv ul li {
  color: #fff;
  margin: 10px 20px;
  padding: 12px 35px;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  #pc-footerCv ul li {
    margin: 10px;
  }
}
#pc-footerCv ul li dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pc-footerCv ul li dl dd {
  font-size: 200%;
}

@media screen and (max-width: 1100px) {
  #pc-footerCv ul li dl dd {
    font-size: 130%;
  }
}
#pc-footerCv ul li img {
  height: 40px;
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  #pc-footerCv ul li img {
    height: 30px;
    margin-right: 10px;
  }
}

#pc-footerCv ul li:nth-child(1) {
  padding: 0;
}

#pc-footerCv ul li:nth-child(1) dl {
  display: flex;
  align-items: center;
}

#pc-footerCv ul li:nth-child(1) p {
  display: block;
}

#pc-footerCv ul li:nth-child(1) .number {
  font-size: 130% !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  #pc-footerCv ul li:nth-child(1) .number {
    font-size: 180% !important;
  }
}

#pc-footerCv ul li:nth-child(1) .number:before {
  content: none !important;
}

#pc-footerCv ul li:nth-child(1) .time {
  color: #000;
  font-size: 120% !important;
}

#pc-footerCv ul li:nth-child(1) .time span {
  margin-left: 10px;
}

#pc-footerCv ul li:nth-child(2) {
  background-color: #f28f06;
}
#pc-footerCv ul li:nth-child(3) {
  background-color: #06c655;
}

.top-compariso .note {
  font-weight: bold;
  color: #db0000;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .top-compariso .note {
    font-size: 95%;
  }
}

.price-frame {
  margin-top: 60px;
  border: 1px solid #0071bc;
  text-align: center;
  padding: 0 40px 40px;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .price-frame {
    margin-top: 40px;
    padding: 0 10px 15px;
    font-size: 14px;
  }
}
.price-frame .price-frame-head {
  color: #0071bc;
  display: block;
  padding: 10px;
  background: #fff;
  margin: 2rem auto;
  width: fit-content;
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .price-frame .price-frame-head {
    margin: 0.8rem auto;
    font-size: 14px;
    padding: 0;
  }
}
.price-frame .price-frame-table {
  width: 100%;
}
.price-frame .price-frame-table tr + tr {
  border-top: 1px dashed #bababa;
}
.price-frame .price-frame-table tr {
  display: flex;
  align-items: center;
}
.price-frame .price-frame-table tr th {
  width: 40%;
  color: #0071bc;
}
@media screen and (max-width: 640px) {
  .price-frame .price-frame-table tr th {
    width: 34%;
  }
}
.price-frame .price-frame-table tr td {
  width: 30%;
  border: none;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .price-frame .price-frame-table tr td {
    width: 33%;
  }
}
.price-frame .price-frame-table tr td .text-slash {
  color: red;
  text-decoration: line-through;
}
.price-frame .text-large {
  font-size: 28px;
  color: red;
}
@media screen and (max-width: 640px) {
  .price-frame .text-large {
    font-size: 14px;
  }
}
.price-frame .price-frame-price {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .price-frame .price-frame-price {
    font-size: 14px;
  }
}
.price-frame .price-frame-sub {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .price-frame .price-frame-sub {
    font-size: 14px;
    margin-top: 0;
  }
}


/*アンドロイド端末*/
.Android .price-frame {
  margin-top: 60px;
  border: 1px solid #0071bc;
  text-align: center;
  padding: 0 40px 40px;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .Android .price-frame {
    margin-top: 40px;
    padding: 0 10px 15px;
    font-size: 14px;
  }
}
.Android .price-frame .price-frame-head {
  color: #0071bc;
  display: block;
  padding: 10px;
  background: #fff;
  margin: 2rem auto;
  width: fit-content;
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .Android .price-frame .price-frame-head {
    margin: 0.8rem auto;
    font-size: 14px;
    padding: 0;
  }
}
.Android .price-frame .price-frame-table {
  width: 100%;
}
.Android .price-frame .price-frame-table tr + tr {
  border-top: 1px dashed #bababa;
}
.Android .price-frame .price-frame-table tr {
  display: flex;
  align-items: center;
}
.Android .price-frame .price-frame-table tr th {
  width: 40%;
  color: #0071bc;
}
@media screen and (max-width: 640px) {
  .Android .price-frame .price-frame-table tr th {
    width: 34%;
  }
}
.Android .price-frame .price-frame-table tr td {
  width: 30%;
  border: none;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .Android .price-frame .price-frame-table tr td {
    width: 33%;
  }
}
.Android .price-frame .price-frame-table tr td .text-slash {
  color: red;
  text-decoration: line-through;
}
.Android .price-frame .text-large {
  font-size: 28px;
  color: red;
}
@media screen and (max-width: 640px) {
  .Android .price-frame .text-large {
    font-size: 14px;
  }
}
.Android .price-frame .price-frame-price {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .Android .price-frame .price-frame-price {
    font-size: 14px;
  }
}
.Android .price-frame .price-frame-sub {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .Android .price-frame .price-frame-sub {
    font-size: 14px;
    margin-top: 0;
  }
}

/*アンドロイド端末終わり*/


.price-text {
  max-width: 765px;
  width: 100%;
  margin: 40px auto 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .price-text {
    font-size: 12px;
    margin: 10px auto 0;
  }
}
.price-text span {
  color: #0071bc;
}
.price-box {
  border: 3px solid #b0e0e6;
  background-color: #f0f8ff;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .price-box {
    padding-bottom: 10px;
  }
}
.price-box .price-box-head {
  font-size: 24px;
  padding: 40px 20px 10px;
  text-align: center;
  color: #0071bc;
}
@media screen and (max-width: 640px) {
  .price-box .price-box-head {
    font-size: 16px;
    padding: 20px 10px 10px;
  }
}
.price-box .price-box-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  padding: 10px 30px;
}
@media screen and (max-width: 640px) {
  .price-box .price-box-text {
    padding: 0 10px 10px;
    font-size: 14px;
  }
}
.price-box .price-box-item dl {
  position: relative;
  padding: 25px 20px 15px 65px;
  background-color: #f0f8ff;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 35px;
}
@media screen and (max-width: 640px) {
  .price-box .price-box-item dl {
    padding: 10px 10px 10px 10px;
    background-size: 25px;
    background-position: 10px 10px;
  }
}
.price-box .price-box-item dl dt {
  margin-bottom: 0.5em;
  padding: 0 0 0.4em 0;
  position: relative;
  border-bottom: 1px solid #b0e0e6;
  font-size: 130%;
  color: #0071bc;
}
@media screen and (max-width: 640px) {
  .price-box .price-box-item dl dt {
    margin-left: 30px;
    padding: 2px 0 0.2em 0px;
    line-height: 17px;
    font-size: 100%;
  }
}
.price-box .price-box-item dl dd {
  font-size: 92%;
  padding: 0em 0em 0em 1em;
  text-indent: -1em;
  line-height: 135%;
}
@media screen and (max-width: 640px) {
  .price-box .price-box-item dl dd {
    font-size: 77%;
    line-height: 130%;
  }
}
.price-box .price-box-item .item01 {
  background-image: url(../img/guidance/flow_num1.png);
}
.price-box .price-box-item .item02 {
  background-image: url(../img/guidance/flow_num2.png);
}
.price-box .price-box-item .item02 dd {
  padding: 0em 0em 0em 0em;
  text-indent: 0;
}
.price-box .price-box-item .item03 {
  background-image: url(../img/guidance/flow_num3.png);
}
.price-box .price-box-item .item04 {
  background-image: url(../img/guidance/flow_num4.png);
}
.price-box .price-box-item .item05 {
  background-image: url(../img/guidance/flow_num5.png);
}
.price-box .price-box-item .item06 {
  background-image: url(../img/guidance/flow_num6.png);
}
.price-box .price-box-item .item07 {
  background-image: url(../img/guidance/flow_num7.png);
}
.price-box .price-box-item .item08 {
  background-image: url(../img/price/num8.png);
}
.price-box .price-box-item .item09 {
  background-image: url(../img/price/num9.png);
}
.price-box .price-box-item .item10 {
  background-image: url(../img/price/num10.png);
}
.price-box .price-box-item .item11 {
  background-image: url(../img/price/num11.png);
}
.price-plus {
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 640px) {
  .price-plus {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .price-plus .plus-img {
    width: 20px;
  }
}

.cv-box{
  padding: 60px 10px;
}

@media screen and (max-width: 640px) {
  .cv-box{
    padding: 20px 10px 30px;
  }
}
.cv-box ul{
  width: 1000px;
  max-width: 98%;
  display: flex;
  align-items: center;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .cv-box ul{
    display: block;
    margin-right: 0;
  }
}

.cv-box li{
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cv-box li{
    width: 100%;
  }
}

.cv-box li:first-child{
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cv-box li:first-child{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.cv-box .tel-box{
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Noto Serif", "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cv-box .tel-box a{
      font-size: 300%;
  color: #0071bc;
    position: relative;
}

@media screen and (max-width: 400px) {
  .cv-box .tel-box a{
    font-size: 250%;
  }
}
.cv-box .tel-box dl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.cv-box .tel-box dt img{
    height: 40px;
    margin-right: 20px;
}



.promise-wrap{
  width: 750px;
  margin: 0 auto;
  max-width: 90%;
  padding: 60px 0;
}

@media screen and (max-width: 640px) {
  .promise-wrap{
    padding: 40px 0;
  }
}

.promise-wrap ul{
  margin-top: 40px;
}


@media screen and (max-width: 640px) {
  .promise-wrap ul{
    margin-top: 20px;
  }
}

.promise-wrap li{
  background-color: #FFFFFF;
  border: 2px solid #707070;
  border-radius: 5px;
  position: relative;
  padding: 35px 10px 20px 40px;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .promise-wrap li{
    padding: 45px 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .promise-wrap .sm{
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .promise-wrap .br-sm{
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .promise-wrap .br-sm{
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .promise-wrap .br-pc{
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .promise-wrap .br-pc{
    display: block;
  }
}

.promise-wrap li .num{
  position: absolute;
  left: -15px;
  top: 10px;
}

.promise-wrap li .num img{
  width: 70px;
}

@media screen and (max-width: 640px) {
  .promise-wrap li .num img{
    width: 50px;
  }
}

.promise-wrap li .heading{
  font-size: 30px;
  font-family: serif;
  color: #654215;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.33;
}

@media screen and (max-width: 640px) {
  .promise-wrap li .heading{
    margin-bottom: 0;
    font-size: 23px;
  }
}

@media screen and (max-width: 400px) {
  .promise-wrap li .heading{
    font-size: 20px;
  }
}

.promise-wrap li .heading span{
  color: #CE5672;
}

.promise-wrap li .text{
  text-align: center;
  font-size: 16px;
  color: #654215;
  font-weight: bold;
  line-height: 1.65;
   font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 640px) {
  .promise-wrap li .text{
    line-height: 1.4;
  }
}

.promise-wrap li .text span{
  color: #CE5672;
}

.promise-wrap li .text strong{
  font-size: 22px;
}

.promise-wrap li .note{
  font-size: 12px;
  color: #654215;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .promise-wrap li .note{
    bottom: 0;
  }
}

.promise-wrap li .pic{
  text-align: center;
  margin-top: 20px;

}

.promise-wrap li:nth-child(3) .note{
  position: relative;
  text-align: center;
  margin-top: 15px;
  line-height: 1.2;
}

.promise-wrap li:nth-child(3) .pic img{
  width: 540px;
}

.promise-wrap li:nth-child(4){
  padding: 0 0 0 40px;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(4){
    padding: 10px 10px 0;
  }
}

.promise-wrap li:nth-child(4) .flex{
  display: flex;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(4) .flex{
    width: 100%;
  }
}

.promise-wrap li:nth-child(4) .heading{
  margin-top: 20px;
}

.promise-wrap li:nth-child(4) .pic{
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(4) .pic{
    width: 65px;
  }
}

.promise-wrap li:nth-child(4) .pic img{
  width: 100px;
}

.promise-wrap li:nth-child(5){
  padding: 0 0 0 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(5){
    padding: 10px 10px 0;
    position: relative;
  }
}

.promise-wrap li:nth-child(5) .flex{
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(5) .flex{
    width: 100%;
  }
}

.promise-wrap li:nth-child(5) .heading{
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(5) .heading{
    position: relative;
    z-index: 2;
  }
}

.promise-wrap li:nth-child(5) .pic{
  margin-left: auto;
}

.promise-wrap li:nth-child(5) .pic img{
  width: 150px;
}

@media screen and (max-width: 640px) {
  .promise-wrap li:nth-child(5) .pic img{
    width: 120px;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 640px) {
  .promise-wrap .sm{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .promise-wrap li:nth-child(5) .br-sm{
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .promise-wrap li:nth-child(5) .br-sm{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .promise-wrap li:nth-child(5) .br-pc{
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .promise-wrap li:nth-child(5) .br-pc{
    display: block;
  }
}



