@charset "utf-8";
#always_wrap div,
#always_wrap span,
#always_wrap applet,
#always_wrap object,
#always_wrap iframe,
#always_wrap h1,
#always_wrap h2,
#always_wrap h3,
#always_wrap h4,
#always_wrap h5,
#always_wrap h6,
#always_wrap p,
#always_wrap blockquote,
#always_wrap pre,
#always_wrap a,
#always_wrap abbr,
#always_wrap acronym,
#always_wrap address,
#always_wrap big,
#always_wrap cite,
#always_wrap code,
#always_wrap del,
#always_wrap dfn,
#always_wrap em,
#always_wrap img,
#always_wrap ins,
#always_wrap kbd,
#always_wrap q,
#always_wrap s,
#always_wrap samp,
#always_wrap small,
#always_wrap strike,
#always_wrap strong,
#always_wrap sub,
#always_wrap sup,
#always_wrap tt,
#always_wrap var,
#always_wrap b,
#always_wrap u,
#always_wrap i,
#always_wrap center,
#always_wrap dl,
#always_wrap dt,
#always_wrap dd,
#always_wrap ol,
#always_wrap ul,
#always_wrap li,
#always_wrap fieldset,
#always_wrap form,
#always_wrap label,
#always_wrap legend,
#always_wrap table,
#always_wrap caption,
#always_wrap tbody,
#always_wrap tfoot,
#always_wrap thead,
#always_wrap tr,
#always_wrap th,
#always_wrap td,
#always_wrap article,
#always_wrap aside,
#always_wrap canvas,
#always_wrap details,
#always_wrap embed,
#always_wrap figure,
#always_wrap figcaption,
#always_wrap footer,
#always_wrap header,
#always_wrap hgroup,
#always_wrap menu,
#always_wrap nav,
#always_wrap output,
#always_wrap ruby,
#always_wrap section,
#always_wrap summary,
#always_wrap time,
#always_wrap mark,
#always_wrap audio,
#always_wrap video {
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
}
#always_wrap article,
#always_wrap aside,
#always_wrap details,
#always_wrap figcaption,
#always_wrap figure,
#always_wrap footer,
#always_wrap header,
#always_wrap hgroup,
#always_wrap menu,
#always_wrap nav,
#always_wrap section {
  display: block;
}
html {
  overflow-y: scroll;
}
#always_wrap img {
  border: 0;
  background-color: transparent;
  vertical-align: bottom;
}
#always_wrap ol,
#always_wrap ul {
  list-style: none;
  list-style-position: outside;
}
#always_wrap ul {
  padding: 0;
  margin: 0;
}
#always_wrap a img {
  border-style: none;
}
#always_wrap blockquote,
q {
  quotes: none;
}
#always_wrap blockquote:before,
#always_wrap blockquote:after,
#always_wrap q:before,
#always_wrap q:after {
  content: '';
  content: none;
}
#always_wrap input,
#always_wrap textarea {
  margin: 0;
  padding: 0;
}
#always_wrap caption,
#always_wrap th {
  text-align: left;
}
#always_wrap a:focus {
  outline: none;
}
#always_wrap .clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#always_wrap .both {
  clear: both;
}
#always_wrap .inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#always_wrap figure figcaption {
  margin-top: 1rem;
}
.layout-base {
  position: relative;
  box-sizing: border-box;
}
.always-tx-art {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  padding: 0.2rem 0 0.2rem 2rem !important;
}
.always-tx-art:before {
  position: absolute;
  left: 0;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.always-tx-art.art-ta:before {
  content: "＊";
}
.always-tx-art.art-t0:before {
  content: "※";
}
.always-tx-art2.art-t1:before {
  content: "※1";
}
.always-tx-art2.art-t2:before {
  content: "※2";
}
.always-tx-art2.art-t3:before {
  content: "※3";
}
.always-tx-art2.art-t4:before {
  content: "※4";
}
.always-tx-art2.art-t5:before {
  content: "※5";
}
.always-tx-art2.art-t6:before {
  content: "※6";
}
.always-tx-art2.art-t7:before {
  content: "※7";
}
.always-tx-art2.art-t8:before {
  content: "※8";
}
.always-tx-art2.art-t9:before {
  content: "※9";
}
.brp-pt {
  display: block;
}
.brd-pt {
  display: inline;
}
.a-center {
  text-align: center !important;
}
.a-center-pc {
  text-align: center !important;
}
br.pc-br {
  display: block;
}
br.sp-br {
  display: none;
}
dl.art-tx-area {
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
}
dl.art-tx-area dt {
  position: relative;
  display: block;
  white-space: nowrap;
  margin-right: 0.5rem;
}
dl.art-tx-area dd {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.image70 {
  width: 70%;
  margin: 0 15%;
}
.image70-sp {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .a-center-pc {
    text-align: left!important;
  }
  .brp-pt {
    display: inline;
  }
  .brd-pt {
    display: block;
  }
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: block;
  }
  .always-tx-art {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
    padding: 0.2rem 0 0.2rem 1.8rem !important;
  }
  .always-tx-art:before {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
  .image70 {
    width: 100%;
    margin: 0;
  }
  .image70-sp {
    width: 70% !important;
    margin: 0 15% !important;
  }
}
.ly_fullsize {
  width: 100%;
  height: 100%;
}
/* tag reset
-------------------------------------------------------*/
.home-container {
  max-width: none !important;
}
.home-container {
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1264px) {
  .home-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
/* Wrapper
--------------------------------------------------------------------------*/
main#always_body {
  margin-top: 106px !important;
  word-break: normal;
}
main#always_body section.always-cnt-box {
  max-width: 1264px;
  padding: 2.2em 32px 3.375em;
}
@media screen and (max-width: 767.98px) {
  main#always_body {
    margin-top: 50px !important;
  }
  main#always_body section.always-cnt-box {
    max-width: 1264px;
    padding: 2.2em 32px 3.375em;
  }
}
#wrap,
#always_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: left;
}
#always_wrap section#contents {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 45px 32px;
}
.pc-view {
  display: inline;
}
.sp-view {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #always_wrap section#contents {
    margin: auto;
    padding: 0vw 5vw 5vw 5vw;
  }
  .pc-view {
    display: none;
  }
  .sp-view {
    display: inline;
  }
}
/* Common
--------------------------------------------------------------------------*/
#always_wrap h3 {
  position: relative;
  color: #0888c7;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem;
}
#always_wrap h3 ruby {
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  color: #0888c7;
  font-weight: bold;
}
#always_wrap h3 ruby rp,
#always_wrap h3 ruby rt {
  color: #0888c7;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  #always_wrap h3 {
    line-height: 1.5;
  }
}
#always_wrap h4 {
  color: #FFF;
  background: #0096e0;
  padding: 10px 28px 8px 28px;
  border-radius: 40px;
  font-size: 2.1rem;
  line-height: 2.7rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin: 0px auto 3rem auto;
}
#always_wrap h4 span {
  font-size: 2.1rem;
  line-height: 2.7rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #FFF;
}
#always_wrap h4 span.color-yellow {
  color: #FFF500;
}
#always_wrap h5,
#always_wrap h5 ruby {
  color: #1f5b78;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0px auto 2.4rem auto;
}
#always_wrap h5 rt,
#always_wrap h5 ruby rt {
  color: #1f5b78;
  font-size: 50%;
}
#always_wrap h6 {
  color: #555555;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-bottom: dotted 1px #A0A0A0;
  padding-bottom: 10px;
  margin: 0px auto 3rem auto;
}
#always_wrap p {
  color: #111111;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
}
#always_wrap p span {
  color: #111111;
}
#always_wrap li {
  color: #111111;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
#always_wrap p.ttl-sub {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
#always_wrap .cnt-box p {
  margin-bottom: 3rem;
}
figure.full-img {
  margin: 0 !important;
}
figure.full-img figcaption {
  margin: 1rem auto;
}
.box-pp {
  position: relative;
  box-sizing: border-box;
  background: #8a7db9;
  padding: 2rem 2.5rem 1rem 2.5rem !important;
  display: block;
}
.box-pp h4 {
  font-size: 2rem !important;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.box-pp p {
  color: #FFF !important;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 767.98px) {
  #always_wrap div,
  #always_wrap span,
  #always_wrap applet,
  #always_wrap object,
  #always_wrap iframe,
  #always_wrap h1,
  #always_wrap h2,
  #always_wrap h3,
  #always_wrap h4,
  #always_wrap h5,
  #always_wrap h6,
  #always_wrap p,
  #always_wrap blockquote,
  #always_wrap pre,
  #always_wrap a,
  #always_wrap abbr,
  #always_wrap acronym,
  #always_wrap address,
  #always_wrap big,
  #always_wrap cite,
  #always_wrap code,
  #always_wrap del,
  #always_wrap dfn,
  #always_wrap em,
  #always_wrap img,
  #always_wrap ins,
  #always_wrap kbd,
  #always_wrap q,
  #always_wrap s,
  #always_wrap samp,
  #always_wrap small,
  #always_wrap strike,
  #always_wrap strong,
  #always_wrap sub,
  #always_wrap sup,
  #always_wrap tt,
  #always_wrap var,
  #always_wrap b,
  #always_wrap u,
  #always_wrap i,
  #always_wrap center,
  #always_wrap dl,
  #always_wrap dt,
  #always_wrap dd,
  #always_wrap ol,
  #always_wrap ul,
  #always_wrap li,
  #always_wrap fieldset,
  #always_wrap form,
  #always_wrap label,
  #always_wrap legend,
  #always_wrap table,
  #always_wrap caption,
  #always_wrap tbody,
  #always_wrap tfoot,
  #always_wrap thead,
  #always_wrap tr,
  #always_wrap th,
  #always_wrap td,
  #always_wrap article,
  #always_wrap aside,
  #always_wrap canvas,
  #always_wrap details,
  #always_wrap embed,
  #always_wrap figure,
  #always_wrap figcaption,
  #always_wrap footer,
  #always_wrap header,
  #always_wrap hgroup,
  #always_wrap menu,
  #always_wrap nav,
  #always_wrap output,
  #always_wrap ruby,
  #always_wrap section,
  #always_wrap summary,
  #always_wrap time,
  #always_wrap mark,
  #always_wrap audio,
  #always_wrap video {
    font-size: 1.5rem;
  }
  #always_wrap h3 {
    font-size: 2.4rem !important;
    line-height: 3.5rem !important;
    letter-spacing: 0.05em;
    margin-bottom: 3vw;
  }
  #always_wrap h4 {
    padding: 8px 28px 6px 28px;
    border-radius: 40px;
    font-size: 1.7rem;
    line-height: 2.2rem;
    letter-spacing: 0.05rem;
    margin: 0px auto 3vw auto;
  }
  #always_wrap h5,
  #always_wrap h5 ruby {
    font-size: 1.9rem;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
    margin: 0px auto 2.5vw auto;
  }
  #always_wrap h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    padding-bottom: 1vw;
    margin: 0px auto 3vw auto;
  }
  #always_wrap p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  #always_wrap li {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  #always_wrap p.ttl-sub {
    font-size: 1.6rem;
  }
  #always_wrap .cnt-box p {
    margin-bottom: 3vw;
  }
  figure.full-img {
    margin: 0 !important;
  }
  figure.full-img figcaption {
    margin: 1vw auto;
  }
  .box-pp {
    padding: 3vw 5% 1vw 5% !important;
  }
  .box-pp h4 {
    font-size: 1.8rem !important;
    margin-bottom: 2vw !important;
  }
  .box-pp p {
    margin-bottom: 2vw !important;
  }
}
.contents-tx a {
  color: #1AAAD5;
}
/* Header
--------------------------------------------------------------------------*/
#always_wrap header {
  position: relative;
  width: 100%;
  height: 50px;
  top: 0;
  background: #101d32;
  z-index: 300;
}
#always_wrap header div.hd-wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  text-align: center;
  display: flex;
}
#always_wrap .hd-logo {
  position: relative;
  box-sizing: border-box;
  width: 15%;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#always_wrap .hd-logo h1 {
  margin: 0;
  width: 100%;
}
#always_wrap .hd-logo h1 a {
  display: block;
  width: 100%;
}
#always_wrap .hd-logo h1 a img {
  width: 108px;
  margin: auto;
}
#always_wrap nav {
  position: relative;
  box-sizing: border-box;
  width: 85%;
  height: 50px;
}
#always_wrap nav ul {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#always_wrap nav li a {
  position: relative;
  box-sizing: border-box;
  color: #FFFFFF;
  width: 25%;
  height: 50px;
  padding: 0px 20px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #273d62;
  line-height: 1.8rem;
  transition: color 0.5s ease 0s;
}
#always_wrap nav li a:hover {
  color: #FF5F00;
}
#always_wrap div.hd-bt {
  display: none;
}
#always_wrap .hd-menu-box {
  display: none;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000000;
  text-align: center;
  z-index: 300;
}
@media screen and (max-width: 767.98px) {
  #always_wrap .hd-logo {
    width: 10rem;
  }
  #always_wrap nav {
    display: none;
  }
  #always_wrap div.hd-bt {
    display: block;
    position: absolute;
    width: 50px;
    right: 6px;
    top: 0;
    margin: auto;
  }
  #always_wrap ul.hd-pc-menu {
    display: none;
  }
}
/* top-key-v
--------------------------------------------------------------------------*/
div.top-layout section.key-v {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #EEE;
  background-position: bottom center;
  z-index: 100;
}
.mySwiper:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 7.9575%;
  top: 0;
  left: -5px;
  margin: auto;
  background: url("../img/top-sld/cmn/key-v-bar-top.svg") top left no-repeat;
  display: block;
  z-index: 101;
}
.mySwiper:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 7.9575%;
  bottom: 0;
  right: -5px;
  margin: auto;
  background: url("../img/top-sld/cmn/key-v-bar-btm.svg") bottom right no-repeat;
  display: block;
  z-index: 101;
}
div.top-layout div.key-v-ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38.90625%;
  display: block;
  z-index: 102;
}
div.top-layout div.key-v-icon {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 102;
}
div.top-layout div.key-v-sp {
  display: none;
}
#top div.key-v-bt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 30%;
  display: block;
  z-index: 103;
}
#top div.key-v-bt img {
  width: 126px;
}
#top div.key-v-bt a img {
  opacity: 1;
}
#top div.key-v-bt div.key-v-bt01,
#top div.key-v-bt div.key-v-bt02,
#top div.key-v-bt div.key-v-bt03,
#top div.key-v-bt div.key-v-bt04,
#top div.key-v-bt div.key-v-bt05,
#top div.key-v-bt div.key-v-bt06,
#top div.key-v-bt div.key-v-bt07,
#top div.key-v-bt div.key-v-bt08,
#top div.key-v-bt div.key-v-bt09,
#top div.key-v-bt div.key-v-bt19,
#top div.key-v-bt div.key-v-bt10,
#top div.key-v-bt div.key-v-bt11,
#top div.key-v-bt div.key-v-bt002 {
  position: absolute;
  display: block;
  bottom: 1%;
  width: 6.65625%;
  margin: 0 0.8%;
  z-index: 104;
}
#top div.key-v-bt div.key-v-bt01 {
  left: 0.8%;
}
#top div.key-v-bt div.key-v-bt02 {
  left: 8.8%;
}
#top div.key-v-bt div.key-v-bt03 {
  left: 16.8%;
}
#top div.key-v-bt div.key-v-bt04 {
  left: 24.8%;
}
#top div.key-v-bt div.key-v-bt05 {
  left: 32.8%;
}
#top div.key-v-bt div.key-v-bt06 {
  right: 32.8%;
}
#top div.key-v-bt div.key-v-bt07 {
  right: 24.8%;
}
#top div.key-v-bt div.key-v-bt08 {
  right: 16.8%;
}
#top div.key-v-bt div.key-v-bt09 {
  right: 8.8%;
}
#top div.key-v-bt div.key-v-bt19 {
  right: 0;
}
#top div.key-v-bt div.key-v-bt10 {
  right: 0.8%;
}
@media screen and (max-width: 767.98px) {
  div.top-layout div.key-v-ttl {
    width: 84%;
    top: 20%;
  }
  #top div.top-layout div.key-v-bt {
    display: none;
  }
  #top div.top-layout div.key-v-sp {
    display: block;
  }
}
/* top-list
--------------------------------------------------------------------------*/
#always_wrap .top-sn-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0px 0px 0px;
}
#always_wrap .top-sn-box-ttl {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.5%;
  margin-bottom: 20px;
}
#always_wrap .top-sn-box-dtl {
  position: relative;
  width: 100%;
}
#always_wrap .top-sn-box-ttl ul,
#always_wrap .top-sn-box-dtl ul {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
#always_wrap .top-sn-box-dtl ul.top-sn-box-dtl-x2 {
  justify-content: center;
}
#always_wrap .top-sn-box-ttl li {
  position: relative;
  box-sizing: border-box;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
#always_wrap .top-sn-box-ttl li:first-child {
  width: 20%;
  border-left: solid 8px #1d50a2;
}
#always_wrap .top-sn-box-ttl li:nth-child(2) {
  width: 52%;
  padding: 0 2% 0 0;
}
#always_wrap .top-sn-box-ttl li.top-sn-box-nobk {
  width: 70%;
  padding: 0 2% 0 0;
}
#always_wrap .top-sn-box-dtl li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 24%;
  margin: 0 0.5% 1% 0.5%;
  overflow: hidden;
}
#always_wrap .top-sn-box-dtl li div.sn-img {
  position: relative;
  width: 100%;
  display: block;
}
#always_wrap .top-sn-box-dtl li div.sn-img img {
  width: 100%;
}
#always_wrap .top-sn-box-dtl li a div.sn-img img {
  transition: transform 0.2s linear;
}
#always_wrap .top-sn-box-dtl li a:hover div.sn-img img {
  opacity: 0.8;
  transform: scale(1.1);
}
#always_wrap .top-sn-box-dtl li a div.sn-cp {
  position: absolute;
  width: 100%;
  min-height: 70px;
  padding: 0.8rem 0;
  bottom: 0;
  background: url("../img/cmn/hd-bg.png");
  color: #FFF;
  display: flex;
  justify-content: left;
  align-items: center;
}
#always_wrap .top-sn-box-dtl li div.sn-cp div.sn-cp-tx {
  position: relative;
  width: 100%;
}
#always_wrap .top-sn-box-dtl li div.sn-new {
  position: absolute;
  width: 100%;
  top: 0;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#always_wrap .sn-cp-no {
  position: relative;
  background: #FFDD00;
  padding: 1px 10px 1px 4px;
  color: #151515;
  font-size: 90%;
  border-radius: 0 12px 12px 0;
  margin-right: 15px;
}
#always_wrap .sn-cp-tx {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-right: 15px;
  color: #FFF;
}
#always_wrap .top-bnr {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
}
#always_wrap .top-bnr-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#always_wrap .top-bnr-box img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #always_wrap .top-sn-box {
    width: 100%;
    padding: 30px 3% 22px 3%;
  }
  #always_wrap .top-sn-box-ttl li:first-child {
    margin: 0 0 15px 0;
  }
  #always_wrap .sn-cp-no {
    font-size: 2.6vw;
  }
  #always_wrap .top-sn-box-dtl li a div.sn-cp {
    min-height: inherit;
    padding: 1.8vw 0;
  }
  #always_wrap .sn-cp-tx {
    font-size: 2.6vw;
    line-height: 3.8vw;
  }
  #always_wrap .top-sn-box-ttl li {
    position: relative;
    box-sizing: border-box;
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #always_wrap .top-sn-box-ttl li:first-child {
    width: 100%;
    padding: 0 30% 15px 30%;
    margin-bottom: 20px;
    border-left: none;
  }
  #always_wrap .top-sn-box-ttl li:nth-child(2) {
    width: 75%;
    padding: 0 2% 0 0;
  }
  #always_wrap .top-sn-box {
    padding: 30px 5% 80px 5%;
  }
  #always_wrap .top-sn-box.no-backno {
    padding: 30px 5% 0px 5%;
  }
  #always_wrap .page-cnt-box-list {
    padding: 30px 5% 0px 5%;
  }
  #always_wrap .top-sn-box-dtl li {
    float: none;
    width: 100%;
    margin: 0 0 1% 0;
  }
  #always_wrap .top-sn-box-dtl li a div.sn-img img {
    transition: none;
  }
  #always_wrap .top-sn-box-dtl li a:hover div.sn-img img {
    opacity: inherit;
    transform: none;
  }
  #always_wrap .top-sn-box-ttl li:first-child {
    width: 100%;
    padding: 0 20% 15px 20%;
  }
  #always_wrap .top-sn-box-ttl li:nth-child(2) {
    width: 100%;
    padding: 0 2% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #always_wrap .top-sn-box-ttl li:first-child {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
/* Contents
--------------------------------------------------------------------------*/
.cnt-box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cnt-box-f {
  position: relative;
  overflow: hidden;
}
.cnt-box-f-b {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.cnt-box-l {
  float: left;
}
.cnt-box-r {
  float: right;
}
.cbw10 {
  width: 100%;
}
.cbw9 {
  width: 83%;
}
.cbw8 {
  width: 77%;
}
.cbw7 {
  width: 67%;
}
.cbw6 {
  width: 57%;
}
.cbw5 {
  width: 47%;
}
.cbw4 {
  width: 37%;
}
.cbw3 {
  width: 27%;
}
.cbw2 {
  width: 17%;
}
.cbw1 {
  width: 14%;
}
.cnt-ttl {
  margin-bottom: 30px;
}
.ct-list {
  margin-top: 70px;
}
.img70 img {
  width: 70%;
  margin: 0 15%;
}
.img40 img {
  width: 40%;
  margin: 0 30%;
}
.brk-pt {
  display: block;
}
.list-box-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  row-gap: 1rem;
  column-gap: 2%;
  margin: 0 2rem 2rem 2rem !important;
}
.list-box-4 li {
  text-align: center;
}
.point-list {
  display: grid;
  grid-template-columns: 1fr 10fr;
  align-items: center;
  row-gap: 1rem;
  column-gap: 2%;
}
@media screen and (max-width: 1050px) {
  .cnt-box {
    padding: 0 5% 25px 5%;
  }
}
@media screen and (max-width: 767.98px) {
  .cnt-box {
    padding: 0 7% 25px 7%;
  }
  .cnt-box-l {
    float: none;
    margin-bottom: 20px;
  }
  .cnt-box-r {
    float: none;
    margin-bottom: 0px;
  }
  .cnt-box-f-b {
    margin-bottom: 6vw;
  }
  .cbw9,
  .cbw8,
  .cbw7,
  .cbw6,
  .cbw5,
  .cbw4,
  .cbw3,
  .cbw2,
  .cbw1,
  .cbw3w {
    width: 100%;
  }
  .ct-list {
    margin-top: 0px;
  }
  .img-only img {
    width: 70%;
    margin: 0 15%;
  }
  .img70 img {
    width: 100%;
    margin: 0;
  }
  .img40 img {
    width: 80%;
    margin: 0 10%;
  }
  .brk-pt {
    display: inline;
  }
  .list-box-4 {
    grid-template-columns: 1fr 1fr;
    row-gap: 3vw;
    column-gap: 3%;
    margin: 0 0 3vw 0 !important;
    align-items: flex-start;
  }
  .list-box-4 li {
    text-align: center;
  }
  .list-box-4 li figure figcaption {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }
  .point-list {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    row-gap: 1rem;
    column-gap: 2%;
    align-items: flex-start;
    margin-top: 5vw;
  }
  .point-list h5 {
    margin-top: 0 !important;
  }
}
/* size */
.tx-s {
  font-size: 75% !important;
}
.tx-m {
  font-size: 120% !important;
}
.tx-l {
  font-size: 150% !important;
}
.tx-xl {
  font-size: 320% !important;
}
p.tx-s-sp {
  font-size: 75% !important;
  line-height: 180% !important;
}
/* color */
.c-red {
  color: #CC0000 !important;
}
.c-org {
  color: #FF6600 !important;
}
.c-blue {
  color: #3366FF !important;
}
.c-green {
  color: #006633 !important;
}
.c-glay {
  color: #888 !important;
}
.tx-s-w {
  font-size: 75% !important;
  color: #FFFFFF;
}
/*List box*/
ul.list6,
ul.list5,
ul.list4,
ul.list3,
ul.list2 {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
.list6 li {
  float: left;
  width: 15.6%;
  margin: 0 0.5% 10px 0.5%;
  position: relative;
}
.list5 li {
  float: left;
  width: 19%;
  margin: 0 0.5% 10px 0.5%;
  position: relative;
}
.list4 li {
  float: left;
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
  position: relative;
}
.list3 li {
  float: left;
  width: 32.33%;
  margin: 0 0.5% 0 0.5%;
  position: relative;
}
.list2 li {
  float: left;
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
  position: relative;
}
.list-img3 {
  margin: 0 15px 15px;
  position: relative;
  overflow: hidden;
}
.list-img2 li {
  float: left;
  width: 50%;
}
.list-img2 {
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.list-img2 li {
  float: left;
  width: 50%;
}
.list-pic3 {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 2rem 0 !important;
  overflow: hidden;
  display: flex;
}
.list-pic3 li {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 32.33333%;
  margin-right: 1.5%;
  margin-bottom: 1rem;
}
.list-pic3 li:last-child {
  margin-right: 0;
}
.list-pic3 li figure {
  margin: 0 !important;
}
.list-pic3 li figure figcaption {
  text-align: center;
}
.list-pic-free {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 2rem 0 !important;
  overflow: hidden;
  display: flex;
}
.list-pic-free li {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin-right: 1.5%;
  margin-bottom: 1rem;
}
.list-pic-free li:last-child {
  margin-right: 0;
}
.list-pic-free li figure {
  margin: 0 !important;
}
.list-pic-free li figure figcaption {
  text-align: center;
}
#always_wrap ul.list-dot-v2 li {
  padding-left: 2rem;
}
ul.list6 img,
ul.list5 img,
ul.list4 img,
ul.list3 img,
ul.list2 img {
  width: 100%;
}
.bt-2w {
  width: 70%;
  margin: 0 15%;
}
#always_wrap div.cnt-box-info {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0 20px 0;
  font-size: 80%;
}
#always_wrap div.cnt-box-info h6 {
  margin: 0 auto;
  border-bottom: none;
}
#always_wrap div.cnt-box-info p {
  margin: 0 auto;
}
#always_wrap ol.list-no {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8rem 0.8rem;
  margin: 0.5rem auto;
  list-style: none;
  counter-reset: list-number;
  display: grid;
  grid-template-columns: auto 1fr;
}
#always_wrap ol.list-no li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: contents;
}
#always_wrap ol.list-no li:before {
  position: relative;
  box-sizing: border-box;
  counter-increment: list-number;
  content: counter(list-number);
  white-space: nowrap;
  width: 2.4rem;
  height: 2.4rem;
  background: #ea6194;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0 0.5rem 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .list6 li,
  .list5 li,
  .list4 li,
  .list3 li,
  .list2 li {
    width: 48%;
    margin: 0 1% 0 1%;
  }
  .bt-2w {
    width: 80%;
    margin: 0 10%;
  }
  .list6 li,
  .list5 li,
  .list4 li,
  .list3 li,
  .list2 li {
    width: 90%;
    margin: 0 5% 0 5%;
  }
  .list-img3 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .bt-2w {
    width: 100%;
    margin: 0;
  }
  .list-pic3,
  .list-pic-free {
    margin: 0 0 4vw 0 !important;
    display: block;
  }
  .list-pic3 li,
  .list-pic-free li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3vw;
  }
  .list-pic3 li:last-child,
  .list-pic-free li:last-child {
    margin-right: 0;
  }
  .list-pic3 li figure,
  .list-pic-free li figure {
    margin: 0 !important;
  }
  #always_wrap ol.list-no li:before {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.3rem;
    padding-top: 0.2rem;
  }
}
.c-list {
  background: #fff2ad;
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.c-list ul {
  margin-left: 20px;
  background: #fff2ad;
}
.c-list li {
  font-size: 90%;
  letter-spacing: 0.05em;
  line-height: 160%;
  border-bottom: dotted 1px #B09B6C;
  color: #000000;
  padding: 3px 0 8px 0;
  margin: 0 1% 5px 1%;
}
.c-list li:last-child {
  border-bottom: none;
}
.c-list li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #ff8400;
  position: relative;
  left: -10px;
  top: -3px;
}
.info-sp {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 40px;
  background: url("../img/bg_bk95.png");
}
.info-sp h4 {
  margin: 0 0 10px 0;
  color: #D9AA07;
}
.info-sp p {
  color: #FFFFFF;
}
.point-box,
.point-box-y {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  border: 4px solid #ffbdd5 !important;
  border-radius: 12px;
  margin: 20px 0;
}
.point-box h5 {
  color: #eb6d9a !important;
  margin-bottom: 0.3rem !important;
}
.point-box p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.point-box p.sig {
  margin-top: 0;
}
.h-center {
  display: flex;
  align-items: center;
}
.pb-z {
  padding-bottom: 0 !important;
}
.mb-z {
  margin-bottom: 0 !important;
}
.point-box-y {
  background: #FFFCB5;
  border: none !important;
}
.point-box-y div.cnt-box h5 {
  font-size: 2rem !important;
  margin-bottom: 0.3rem !important;
  background: #0085D9;
  color: #FFF !important;
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.point-box-y div.cnt-box p {
  font-size: 1.6rem !important;
  margin: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .point-box,
  .point-box-y {
    padding: 3.5vw 3.5vw;
    border-radius: 2vw;
    margin: 4vw 0;
  }
  .point-box div.cnt-box,
  .point-box-y div.cnt-box {
    margin: 0;
    padding: 0;
  }
}
/* calender-box
--------------------------------------------------------------------------*/
.calender-box {
  box-sizing: border-box;
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  padding: 500px 20%;
  background: #31271A;
  text-align: center;
  z-index: 300;
}
/* BT
--------------------------------------------------------------------------*/
p.bt-t1 {
  width: 60%;
  margin: 15px auto;
}
p.bt-t1 a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 15px 15px;
  text-align: center;
  background: #173d7c;
  color: #484848;
  border-radius: 8px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 95%;
  line-height: 120%;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  transition: background 0.5s ease 0s;
}
p.bt-t1 a:hover {
  background: #FF7E00 !important;
}
@media screen and (max-width: 767.98px) {
  p.bt-t1 {
    width: 80%;
    margin: 15px auto;
  }
}
/* アコーディオン
--------------------------------------------------------------------------*/
.cp_actab {
  position: relative;
  overflow: hidden;
}
.cp_actab input {
  display: none;
}
.cp_actab label {
  position: absolute;
  width: 18%;
  height: 45px;
  top: 55px;
  right: 0;
  cursor: pointer;
  background: #0096e0;
  color: #FFFFFF;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.8s;
}
.cp_actab label.tab-bt {
  top: 3rem !important;
}
.cp_actab label:hover {
  background: #FF7E00;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
}
.cp_actab .cp_no1,
.cp_actab .cp_no2,
.cp_actab .cp_no3,
.cp_actab .cp_no4,
.cp_actab .cp_no5,
.cp_actab .cp_no6,
.cp_actab .cp_no7,
.cp_actab .cp_no8,
.cp_actab .cp_no9,
.cp_actab .cp_no10,
.cp_actab .cp_no11,
.cp_actab .cp_no12 {
  max-height: 0;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.cp_actab input:checked ~ .cp_no1 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no2 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no3 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no4 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no5 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no6 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no7 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no8 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no9 {
  max-height: 2000px;
}
.cp_actab input:checked ~ .cp_no10 {
  max-height: 1000px;
}
.cp_actab input:checked ~ .cp_no11 {
  max-height: 1000px;
}
.cp_actab input:checked ~ .cp_no12 {
  max-height: 1000px;
}
.cp_actab label:after {
  content: "バックナンバーを表示";
}
.cp_actab input:checked ~ label::after {
  content: "新着4件を表示";
}
@media screen and (max-width: 1599px) {
  .cp_actab label.tab-bt {
    top: 2vw !important;
  }
}
@media screen and (max-width: 767.98px) {
  .cp_actab label.tab-bt {
    top: auto !important;
  }
  .cp_actab label {
    width: 24%;
    top: 160px;
    right: 3%;
  }
  .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: inherit;
  }
  .cp_actab label {
    position: absolute;
    width: 70%;
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: inherit;
  }
  .cp_actab input:checked ~ label::after {
    content: "閉じる";
  }
}
/* Other
--------------------------------------------------------------------------*/
ul.ls-ptn-lblue,
ul.ls-ptn-lyellow,
ul.ls-ptn-lblue-h {
  position: relative;
  width: 96%;
  margin: 0 2% 30px 2%;
}
ul.ls-ptn-lblue li,
ul.ls-ptn-lyellow li {
  position: relative;
  display: block;
  margin-right: 25px;
  padding-left: 20px;
  font-size: 1.6rem;
}
ul.ls-ptn-lblue li strong,
ul.ls-ptn-lyellow li strong {
  font-weight: 800 !important;
}
ul.ls-ptn-lblue li:after {
  content: '●';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: auto;
  color: #3dbddf;
}
ul.ls-ptn-lyellow li:after {
  content: '●';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: auto;
  color: #FFE164;
}
ul.ls-ptn-lblue-h {
  position: relative;
  width: 96%;
  margin: 0 2% 30px 2%;
  display: flex;
  flex-wrap: wrap;
}
ul.ls-ptn-lblue-h li {
  position: relative;
  box-sizing: border-box;
  width: 33.3333%;
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
ul.ls-ptn-lblue-h li:after {
  content: '●';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: auto;
  color: #3dbddf;
}
ul.list-dot {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0.4rem 0 0.4rem;
}
ul.list-dot li {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.3rem 0 1.2rem;
  line-height: 2rem;
}
ul.list-dot li:before {
  content: '●';
  position: absolute;
  color: #D1721F;
  left: 0;
  top: 0;
  display: inline-block;
}
ul.list-dot.list-info {
  width: 96% !important;
  margin: 0 2% !important;
}
ul.list-dot.list-info li {
  margin-bottom: 1rem !important;
}
ul.list-dot-big {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 3% 0 3% !important;
  display: block;
}
ul.list-dot-big li {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.3rem 0 2.6rem;
  font-size: 2.4rem !important;
  line-height: 3.2rem;
  margin-bottom: 1.5rem;
}
ul.list-dot-big li:before {
  content: '■';
  position: absolute;
  color: #32C0C3;
  left: 0;
  top: 0;
  display: inline-block;
}
#always_wrap .bg-w90 {
  box-sizing: border-box;
  background: url("../img/cmn/bg-w90.png");
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
#always_wrap .bg-w90 h5 {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 0;
}
#always_wrap .bg-w90 p {
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 0;
}
#pagetop {
  display: none;
  z-index: 300;
  position: fixed;
  bottom: 10px;
  right: 5px;
  cursor: pointer;
}
.pt-z {
  padding-top: 0 !important;
}
.aw-mt20 {
  margin-top: 20px;
}
.aw-mt-100pc {
  margin-top: -100px;
}
.aw-tx-s {
  font-size: 90% !important;
}
.aw-tx-ss {
  font-size: 60% !important;
}
.aw-tx-sss {
  font-size: 40% !important;
}
.sp-only {
  display: none !important;
}
ul.point-area {
  border-top: 1px dotted #333 !important;
}
ul.point-area li {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dotted #333 !important;
  padding: 2rem 1%;
}
ul.point-area li span {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #eb6e9a;
  color: #FFF;
  margin-right: 1rem;
  padding-top: 1.8rem;
  text-align: center;
  font-size: 2.6rem !important;
  font-weight: 800 !important;
  line-height: 1rem !important;
  width: 6rem !important;
  height: 6rem !important;
  border-radius: 50%;
}
ul.point-area li span:before {
  content: "特徴";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  color: #FFF;
  font-size: 1.4rem;
  top: 1.4rem;
}
ul.point-area li h5 {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 7rem);
  margin: 0 0 0 7rem !important;
}
ul.point-area li p {
  margin: 0.5rem 0 0 7rem !important;
}
.point-ttl {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr;
}
.point-ttl span {
  position: relative;
  box-sizing: border-box;
  padding: 0.6rem 0.8rem;
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
  background: #32C0C3;
  color: #FFF;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
}
.point-ttl span:nth-child(2) {
  padding: 0.6rem 1.4rem;
  font-size: 1.8rem !important;
  background: #FFF;
  color: #1E2126;
}
.point-ttl sup {
  font-size: 60% !important;
}
.tel-ttl span {
  font-size: 2.4rem !important;
  line-height: 2.8rem !important;
  font-weight: 700 !important;
  color: #0053A0 !important;
}
@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block !important;
  }
  ul.ls-ptn-lblue-h {
    display: block;
  }
  ul.ls-ptn-lblue-h li {
    width: 100%;
    padding-left: 20px;
  }
  ul.point-area li {
    position: relative;
    box-sizing: border-box;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px dotted #333 !important;
    padding: 2rem 1%;
  }
  ul.point-area li span {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #eb6e9a;
    color: #FFF;
    margin-right: 0;
    padding-top: 1.8rem;
    text-align: center;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    line-height: 1rem !important;
    width: 6rem !important;
    height: 6rem !important;
    border-radius: 50%;
    margin: 0 auto 5vw auto;
  }
  ul.point-area li span:before {
    content: "特徴";
    position: absolute;
    display: block;
    width: 100%;
    height: 8px;
    color: #FFF;
    font-size: 1.4rem;
    top: 1.4rem;
  }
  ul.point-area li h5 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 0 0!important;
    font-size: 1.8rem !important;
  }
  ul.point-area li p {
    margin: 3vw 0 0 0 !important;
    font-size: 1.6rem !important;
  }
  ul.list-dot-big {
    padding: 0 3% 0 3% !important;
  }
  ul.list-dot-big li {
    padding: 0 0.3rem 0 2.1rem;
    font-size: 1.8rem !important;
    line-height: 2.5rem;
    margin-bottom: 3vw;
  }
  .point-ttl span {
    padding: 0.8rem 0.8rem;
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
  }
  .point-ttl span:nth-child(2) {
    padding: 0.8rem 1.4rem;
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
  }
  .tel-ttl {
    text-align: center;
  }
  .tel-ttl span {
    font-size: 2rem !important;
    line-height: 2.8rem !important;
    display: block;
    width: 100%;
    text-align: center;
  }
  .aw-mt-100pc {
    margin-top: 0;
  }
}
/* Clear
--------------------------------------------------------------------------*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  display: inline-table;
}
/* \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* */
/* Header-snavi
--------------------------------------------------------------------------*/
.hd-snavi {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background: #0fa3ec;
  overflow: hidden;
}
.hd-snavi-box {
  position: relative;
  width: 100%;
  max-width: 1264px;
  margin: auto;
}
.hd-snavi h2 {
  position: relative;
  box-sizing: border-box;
  color: #FFFFFF;
  width: auto;
  height: 55px;
  margin: 0 15px;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
  letter-spacing: 0.1em;
}
.hd-snavi ul {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 436px;
  float: right;
}
ul.hd-snavi-fst {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 301px;
  float: right;
}
ul.hd-snavi-new {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 301px;
  float: right;
}
ul.hd-snavi-pre {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 166px;
  float: right;
}
.hd-snavi li a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 55px;
  float: left;
  background: #0fa3ec;
  border-left: solid 1px #0386c7;
  transition: background 0.5s ease 0s, border 0.5s ease 0s;
}
.hd-snavi li a:hover {
  background: #ff7e00;
  border-left: solid 1px #c56100;
}
.hd-snavi li:nth-child(1) a {
  width: 100%;
  max-width: 135px;
}
.hd-snavi li:nth-child(2) a {
  width: 100%;
  max-width: 166px;
}
.hd-snavi li:nth-child(3) a {
  width: 100%;
  max-width: 135px;
}
.hd-snavi ul.hd-snavi-new li:nth-child(1) a {
  width: 100%;
  max-width: 166px;
}
.hd-snavi ul.hd-snavi-new li:nth-child(2) a {
  width: 100%;
  max-width: 135px;
}
.hd-snavi ul.hd-snavi-pre li a {
  width: 100%;
  max-width: 166px;
}
.hd-snavi ul.hd-snavi-fst li:nth-child(1) a {
  width: 100%;
  max-width: 135px;
}
.hd-snavi ul.hd-snavi-fst li:nth-child(2) a {
  width: 100%;
  max-width: 166px;
}
@media screen and (max-width: 767.98px) {
  .hd-snavi {
    margin-top: 0px;
  }
  .hd-snavi .hd-snavi-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hd-snavi h2 {
    width: 100%;
    height: auto;
    min-height: inherit;
    margin: 1.5rem 0 0.5rem 0;
    justify-content: center;
    text-align: center;
    float: none;
  }
  .hd-snavi ul {
    width: 100% !important;
    float: none;
    margin: auto;
    max-width: none;
  }
  ul.hd-snavi-pre {
    float: none !important;
    margin: auto !important;
    max-width: 166px !important;
  }
  ul.hd-snavi-new,
  ul.hd-snavi-fst {
    float: none !important;
    margin: auto !important;
    max-width: 301px !important;
  }
  .hd-snavi li:nth-child(1) a {
    border-left: none;
  }
}
@media screen and (max-width: 460px) {
  .hd-snavi li:nth-child(1) a {
    width: 30%;
    max-width: none;
  }
  .hd-snavi li:nth-child(2) a {
    width: 40%;
    max-width: none;
  }
  .hd-snavi li:nth-child(3) a {
    width: 30%;
    max-width: none;
  }
}
/* Bg-color
--------------------------------------------------------------------------*/
.contents-bgc {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.bg-yellow {
  background: url("../img/cmn/bg-yellow.jpg") repeat-y #fff6d3;
  background-size: 1980px;
  background-position: top center;
}
.bg-p-yellow {
  background: #FFFE51;
}
.bg-pink {
  background: url("../img/cmn/bg-pink.jpg") repeat-y #ffe6e5;
  background-size: 1980px;
  background-position: top center;
}
.bg-pink2 {
  background: #FFE4E7;
}
.bg-blue-dot {
  background: url("../img/cmn/bg-blue-dot.jpg");
}
/* About
--------------------------------------------------------------------------*/
#about section.key-v {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10%;
  margin-top: 70px;
  background: url("../img/essay/bg.jpg") no-repeat;
  background-size: 1980px;
  background-position: center;
  text-align: center;
}
#about section.key-v img {
  width: 100%;
  max-width: 330px;
}
.about-images {
  padding-bottom: 0 !important;
}
section.back-num {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 32px 45px 32px;
}
section.back-num h4 {
  border-radius: 0 !important;
  padding: 2rem !important;
  text-align: center;
  color: #332233 !important;
  background: #a9dff0 !important;
}
section.back-num p {
  position: relative;
  box-sizing: border-box;
  width: 96%;
  margin: 2rem 2% 0 2% !important;
  text-align: center;
}
section.back-num ul {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 2rem 2% 0 2% !important;
}
section.back-num ul li {
  width: 24%;
  margin-right: 1.33333%;
  margin-bottom: 1.8rem;
}
section.back-num ul li:nth-child(4n) {
  margin-right: 0;
}
section.back-num ul li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #f8f8f8;
  padding: 2.6rem 2.6rem 2rem 2.6rem;
  opacity: 1;
  transition: 0.5s;
  transform: scale(1);
}
section.back-num ul li a:hover {
  opacity: 1;
  transform: scale(1.03);
}
section.back-num ul li a figure {
  margin: 0 !important;
}
section.back-num ul li a figure img {
  opacity: 1;
}
section.back-num ul li a figure figcaption {
  font-size: 2rem !important;
  font-weight: 700 !important;
  text-align: center;
}
section.back-num ul li a figure figcaption span {
  display: block;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 767.98px) {
  #about section.key-v {
    margin-top: 0px;
  }
  section.back-num {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 3% 3vw 3% !important;
  }
  section.back-num p {
    width: 95%;
    margin: 2rem 2.5% 0 2.5% !important;
    text-align: left;
  }
  section.back-num ul {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 4vw 0 0 0 !important;
  }
  section.back-num ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3vw;
  }
  section.back-num ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.back-num ul li a {
    position: relative;
    box-sizing: border-box;
    display: block;
    background: #f8f8f8;
    padding: 3.3vw;
    opacity: 1;
    transition: 0.5s;
    transform: scale(1);
  }
  section.back-num ul li a:hover {
    opacity: 1;
    transform: scale(1.03);
  }
  section.back-num ul li a figure {
    margin: 0 !important;
  }
  section.back-num ul li a figure img {
    opacity: 1;
  }
  section.back-num ul li a figure figcaption {
    font-size: 1.3rem !important;
    line-height: 1.7rem;
  }
  section.back-num ul li a figure figcaption span {
    font-size: 1rem !important;
  }
}
/* Footer
--------------------------------------------------------------------------*/
#footer {
  margin-top: 0px !important;
}
/* PANKUZU
--------------------------------------------------*/
.breadcrumbs > ul > li {
  color: #aaa !important;
  font-size: 0.9375em !important;
  line-height: 1.5;
}
.breadcrumbs > ul > li a {
  color: #242424;
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs {
    display: none;
  }
}
/*PAGE NAVI
------------------------------------------------*/
section.page-navi {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 0 1rem 0;
  background: #55b1c9;
}
section.page-navi ul {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 1% !important;
  overflow: hidden;
}
section.page-navi li {
  position: relative;
}
section.page-navi li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 10px 20px;
  background: #f6f5dc;
  border-radius: 10px;
  color: #0096e0;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-align: center;
  text-decoration: none;
  border: solid 1px #949494;
  transition: color 0.5s ease 0s, background 0.5s ease 0s;
}
section.page-navi li a:hover {
  background: #FF6700;
  color: #000000;
}
section.page-navi li a:before {
  content: '▼';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: 10px;
  color: #299dbb;
  font-size: 1rem;
}
#top section.page-navi li a {
  width: 48%;
  margin: 0 1% 10px 1%;
}
#top section.page-navi li:last-child a {
  margin: 0 1% 0 1%;
}
ol.no-list {
  list-style: decimal !important;
  margin-left: 30px;
}
ol.no-list li {
  margin-bottom: 5px;
}
/* Archives
--------------------------------------------------------------------------*/
.ac-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 1264px;
  margin: 0 auto 10px auto;
}
.ac-box label {
  position: relative;
  box-sizing: border-box;
  width: 20%;
  min-width: 30rem;
  padding: 1rem 35px 1rem 60px;
  font-size: 16px;
  font-weight: 600 !important;
  background: #55bbd5;
  margin: 0 0 0 auto;
  border-radius: 0px 0px 5px 5px;
  display: block;
  height: auto;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transition: background 1.8s ease-out;
}
.ac-box label:hover {
  background: rgba(240, 86, 137, 0.55);
  transition: background 0.3s;
}
.ac-box input {
  display: none;
}
.ac-box label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  text-align: center;
  color: #fff;
  content: "▼";
}
.ac-box input:checked ~ label::after {
  color: #fff;
  content: "▲";
}
.ac-box div.ac-small {
  width: 100%;
  height: 0;
  min-height: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.ac-box input:checked ~ div.ac-small {
  width: 100%;
  height: auto;
  min-height: 29vw;
  max-height: 29vw;
  padding: 0;
  background: #e4e4e4;
  opacity: 1;
}
.ac-box div h3 {
  padding: 0 40px;
  margin-bottom: 0px;
}
.ac-box div ul {
  position: relative;
  display: block;
}
.ac-box div ul li {
  display: block;
}
.ac-box div p {
  color: #333;
  padding: 20px 40px;
}
.ac-small {
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac-small p {
  margin-bottom: 0px;
}
.ac-small p a {
  color: #0070D8;
  text-decoration: underline;
  transition: 0.5s;
}
.ac-small p a:visited {
  color: #0070D8;
}
.ac-small p a:hover {
  color: #FF4700;
}
@media screen and (min-width: 1920px) {
  .ac-box input:checked ~ div.ac-small {
    min-height: 550px;
    max-height: 550px;
  }
}
@media screen and (max-width: 1440px) {
  .ac-box input:checked ~ div.ac-small {
    min-height: 50.2vw;
    max-height: 50.2vw;
  }
}
@media screen and (max-width: 1260px) {
  .ac-box input:checked ~ div.ac-small {
    min-height: 660px;
    max-height: 660px;
  }
}
@media screen and (max-width: 767.98px) {
  .ac-box {
    min-width: inherit;
  }
  .ac-box input:checked ~ div.ac-small {
    min-height: 576vw;
    max-height: 576vw;
    display: block;
  }
  .ac-box label {
    width: 80%;
    min-width: inherit;
    padding: 1rem 35px 1rem 50px;
    margin: 0 auto 0 auto;
    border-radius: 0px 0px 5px 5px;
  }
  .ac-box label:hover {
    background: #55bbd5;
    transition: background 0s;
  }
  .ac-box div.ac-small {
    transition: all 0s;
  }
}
/* list */
#always_wrap .ac-box .top-sn-box-ttl {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.5%;
  margin-bottom: 20px;
}
#always_wrap .ac-box .top-sn-box-dtl {
  position: relative;
  width: 100;
}
#always_wrap .ac-box .top-sn-box-ttl ul,
#always_wrap .ac-box .top-sn-box-dtl ul {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 90%;
  margin: 2% 5% 1% 5%;
}
#always_wrap .ac-box .top-sn-box-ttl li {
  position: relative;
  box-sizing: border-box;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
#always_wrap .ac-box .top-sn-box-ttl li:first-child {
  width: 30%;
  border-left: solid 8px #1d50a2;
}
#always_wrap .ac-box .top-sn-box-ttl li:nth-child(2) {
  width: 52%;
  padding: 0 2% 0 0;
}
#always_wrap .ac-box .top-sn-box-ttl li.top-sn-box-nobk {
  width: 70%;
  padding: 0 2% 0 0;
}
#always_wrap .ac-box .top-sn-box-dtl li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 19%;
  margin: 0 0.5% 1% 0.5%;
  overflow: hidden;
}
#always_wrap .ac-box .top-sn-box-dtl li div.sn-img {
  position: relative;
  width: 100%;
  display: block;
}
#always_wrap .ac-box .top-sn-box-dtl li div.sn-img img {
  width: 100%;
}
#always_wrap .ac-box .top-sn-box-dtl li a div.sn-img img {
  transition: transform 0.2s linear;
}
#always_wrap .ac-box .top-sn-box-dtl li a:hover div.sn-img img {
  opacity: 0.8;
  transform: scale(1.1);
}
#always_wrap .ac-box .top-sn-box-dtl li a div.sn-cp {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  min-height: 37%;
  padding: 1.4rem 5%;
  bottom: 0;
  background: url("../img/cmn/hd-bg.png");
  color: #FFF;
  display: flex;
  justify-content: left;
  align-items: center;
}
#always_wrap .ac-box .top-sn-box-dtl li div.sn-cp div.sn-cp-tx {
  position: relative;
  width: 100%;
}
#always_wrap .ac-box .top-sn-box-dtl li div.sn-new {
  position: absolute;
  width: 100%;
  top: 0;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}
#always_wrap .ac-box .sn-cp-no {
  position: relative;
  background: #FFDD00;
  padding: 1px 10px 1px 4px;
  color: #151515;
  font-size: 90%;
  border-radius: 0 12px 12px 0;
  margin-right: 15px;
}
#always_wrap .ac-box .sn-cp-tx {
  position: relative;
  font-size: 100%;
  line-height: 1.2em;
  margin-right: 0;
  color: #FFF;
}
#always_wrap .ac-box .top-bnr {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
}
#always_wrap .ac-box .top-bnr-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#always_wrap .ac-box .top-bnr-box img {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  #always_wrap .ac-box .sn-cp-tx {
    font-size: 0.85vw;
    line-height: 1.1vw;
  }
}
@media screen and (max-width: 1440px) {
  #always_wrap .ac-box .top-sn-box-dtl li {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 24%;
    margin: 0 0.5% 1% 0.5%;
    overflow: hidden;
  }
  #always_wrap .ac-box .sn-cp-tx {
    font-size: 1vw;
    line-height: 1.2vw;
  }
}
@media screen and (max-width: 1260px) {
  #always_wrap .ac-box .sn-cp-tx {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  #always_wrap .ac-box .top-sn-box-ttl ul,
  #always_wrap .ac-box .top-sn-box-dtl ul {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 4vw 0;
    width: 88%;
    margin: 2% 6% 2% 6%;
  }
  #always_wrap .ac-box .top-sn-box-ttl li:first-child {
    margin: 0 0 15px 0;
  }
  #always_wrap .ac-box .sn-cp-tx {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  #always_wrap .ac-box .top-sn-box-ttl li {
    position: relative;
    box-sizing: border-box;
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #always_wrap .ac-box .top-sn-box-ttl li:first-child {
    width: 100%;
    padding: 0 30% 15px 30%;
    margin-bottom: 20px;
    border-left: none;
  }
  #always_wrap .ac-box .top-sn-box-ttl li:first-child::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 8px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #1d50a2;
  }
  #always_wrap .ac-box .top-sn-box-ttl li:nth-child(2) {
    width: 75%;
    padding: 0 2% 0 0;
  }
  #always_wrap .ac-box .top-sn-box {
    padding: 30px 5% 80px 5%;
  }
  #always_wrap .ac-box .page-cnt-box-list {
    padding: 30px 5% 0px 5%;
  }
  #always_wrap .ac-box .top-sn-box-dtl li {
    float: none;
    width: 100%;
    margin: 0 0 4% 0;
  }
  #always_wrap .ac-box .top-sn-box-dtl li:last-child {
    margin-bottom: 0;
  }
  #always_wrap .ac-box .top-sn-box-dtl li a div.sn-img img {
    transition: none;
  }
  #always_wrap .ac-box .top-sn-box-dtl li a:hover div.sn-img img {
    opacity: inherit;
    transform: none;
  }
  #always_wrap .ac-box .top-sn-box-ttl li:first-child {
    width: 100%;
    padding: 0 20% 15px 20%;
  }
  #always_wrap .ac-box .top-sn-box-ttl li:nth-child(2) {
    width: 100%;
    padding: 0 2% 0 0;
  }
  #always_wrap .ac-box .top-sn-box-dtl li a div.sn-cp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  #always_wrap .ac-box .top-sn-box-ttl li:first-child {
    width: 100%;
    padding: 0 10% 15px 10%;
  }
}
/* Table
--------------------------------------------------------------------------*/
.qtl_table-wrap {
  margin: 0 15px 20px 15px;
}
.qtl_cnt-box table {
  width: 98% !important;
  background: #CCC !important;
  font-size: 90% !important;
  letter-spacing: 0.05em !important;
  line-height: 160% !important;
  margin: 0 1% 0 1% !important;
  color: #333 !important;
  border-spacing: 1px !important;
}
.qtl_cnt-box th {
  box-sizing: border-box;
  width: 20%;
  background-color: #eaecef;
  text-align: center !important;
  padding: 7px 10px !important;
  border: 1px solid #cccccc !important;
}
.qtl_cnt-box td {
  box-sizing: border-box;
  width: 80%;
  background-color: #FFF;
  padding: 7px 10px !important;
  border: 1px solid #cccccc !important;
}
#always_wrap .cnt-box p.icon-fd {
  margin-bottom: 3px;
}
p.icon-fd {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
  font-size: 240% !important;
  color: #004A98 !important;
}
p.icon-fd:before {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 24px;
  top: 0;
  left: 0;
  margin: auto;
}
p.icon-fd:before {
  content: url("../img/trip/icon-fd.png");
}
/* Pankuzu
-------------------------------------------------------*/
.main-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  list-style: none;
}
.main-breadcrumb > li {
  position: relative;
}
.main-breadcrumb > li:after {
  -webkit-transform: rotate(45deg) translate(-50%);
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(-50%);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
.main-breadcrumb > li:first-child {
  padding-left: 15px;
}
.main-breadcrumb > li:first-child:after {
  display: none;
}
.main-breadcrumb__type {
  display: inline-block;
  color: #666 !important;
}
@media print, screen and (min-width: 768px) {
  .main-breadcrumb {
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
    padding: 7px 20px;
  }
  .main-breadcrumb > li {
    padding-left: 32px;
    font-size: 1.4rem !important;
  }
  .main-breadcrumb > li:after {
    left: 14px;
    width: 7px;
    height: 7px;
  }
  .main-breadcrumb [class*=main-breadcrumb__type] {
    font-size: 1.4rem !important;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-breadcrumb {
    padding: 5px 15px 7px 0;
  }
  .main-breadcrumb > li {
    margin-bottom: 2px;
    padding-left: 28px;
    font-size: 1rem !important;
    line-height: 1.8rem !important;
  }
  .main-breadcrumb > li:after {
    left: 15px;
    width: 5px;
    height: 5px;
  }
  .main-breadcrumb [class*=main-breadcrumb__type] {
    font-size: 1rem !important;
  }
}
/* other
-------------------------------------------------------*/
.tx-bpp {
  display: block;
}
.tx-bold {
  font-weight: bold !important;
  color: #2F516E !important;
}
@media screen and (max-width: 767.98px) {
  .tx-bpp {
    display: inline-block;
  }
}
/* Page
--------------------------------------------------------------------------*/
/* List base */
body.always-list section.key-v-list {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
body.always-list section.key-v-list img {
  width: 90%;
  display: block;
  max-width: 50rem;
  margin: 0.5rem auto;
}
body.always-list section#contents {
  padding-top: 0 !important;
}
body.always-list .top-sn-box {
  padding-bottom: 2rem !important;
}
.contents-area {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1264px;
  padding: 0 32px;
  margin: auto;
}
/* about*/
body.always-list.about .key-v-ttl-tx {
  margin: 1rem auto 1rem auto !important;
  max-width: 1264px !important;
}
body.always-list.about .key-v-ttl-tx picture {
  width: 25%;
  margin: auto;
  display: block;
  overflow: hidden;
}
body.always-list.about .cnt-ttl {
  margin-top: 5rem;
}
body.always-list.about section.key-v-list {
  background: #faf8f0;
}
body.always-list.about section.key-v-list img {
  width: 16%;
  margin: auto;
  display: block;
  overflow: hidden;
}
body.always-list.about .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.about .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.about .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* security */
body.always-list.always-security_t .key-v-ttl-tx,
body.always-list.always-yoga_t .key-v-ttl-tx {
  margin: 1rem auto 1rem auto !important;
  max-width: 1264px !important;
}
body.always-list.always-security_t .key-v-ttl-tx picture,
body.always-list.always-yoga_t .key-v-ttl-tx picture {
  width: 25%;
  margin: auto;
  display: block;
  overflow: hidden;
}
body.always-list.always-security_t section.key-v-list,
body.always-list.always-yoga_t section.key-v-list {
  background: #faf8f0;
}
body.always-list.always-security_t section.key-v-list img,
body.always-list.always-yoga_t section.key-v-list img {
  width: 25%;
  margin: auto;
  display: block;
  overflow: hidden;
}
body.always-list.always-security_t .top-sn-box,
body.always-list.always-yoga_t .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-security_t .top-sn-box .cnt-list-bnr,
body.always-list.always-yoga_t .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-security_t .top-sn-box .cnt-list-bnr figure a,
body.always-list.always-yoga_t .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* Trip, Care */
body.always-list.always-trip .key-v-ttl-tx,
body.always-list.always-care .key-v-ttl-tx {
  margin: 1rem auto 1rem auto !important;
  max-width: 1264px !important;
}
body.always-list.always-trip .key-v-ttl-tx picture,
body.always-list.always-care .key-v-ttl-tx picture {
  width: 25%;
  margin: auto;
  display: block;
  overflow: hidden;
}
body.always-list.always-trip section.key-v-list,
body.always-list.always-care section.key-v-list {
  position: relative;
  background: #faf8f0;
}
body.always-list.always-trip section.key-v-list img,
body.always-list.always-care section.key-v-list img {
  width: 30%;
  margin: 1rem auto;
  display: block;
  overflow: hidden;
}
body.always-list.always-trip .top-sn-box,
body.always-list.always-care .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-trip .top-sn-box .cnt-list-bnr,
body.always-list.always-care .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-trip .top-sn-box .cnt-list-bnr figure a,
body.always-list.always-care .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* recipe */
body.always-list.always-recipe section.key-v-list {
  padding: 0 0 3rem 0;
  background-image: url("../img/recipe/k-w-bg.png"), url("../img/recipe/bg-v3.jpg");
  background-size: 6rem, 100%;
  background-repeat: repeat-x, repeat;
  background-position: bottom center, top left;
}
body.always-list.always-recipe section.key-v-list img {
  width: 18%;
  padding: 1rem 0;
}
body.always-list.always-recipe .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-recipe .top-sn-box .cnt-list-box h3 {
  color: #ee7700 !important;
}
body.always-list.always-recipe .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-recipe .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* Care_t */
body.always-list.always-care_t section.key-v-list {
  background: #faf8f0;
}
body.always-list.always-care_t .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-care_t .top-sn-box .cnt-list-box h3 {
  color: #EF6354 !important;
}
body.always-list.always-care_t .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-care_t .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* tidy_up_t */
body.always-list.always-tidy_up_t section.key-v-list {
  background: url("../img/tidy_up_t/bg1.png");
}
body.always-list.always-tidy_up_t .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-tidy_up_t .top-sn-box .cnt-list-box h3 {
  color: #EF6354 !important;
}
body.always-list.always-tidy_up_t .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-tidy_up_t .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* tidy_up_t */
body.always-list.always-bath section.key-v-list {
  background: #FFF4CF;
}
body.always-list.always-bath .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-bath .top-sn-box .cnt-list-box h3 {
  color: #EF6354 !important;
}
body.always-list.always-bath .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-bath .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* IT */
body.always-list.always-it-literacy section.key-v-list {
  background: #e4f1f6;
}
body.always-list.always-it-literacy section.key-v-list img {
  max-width: 40rem;
  margin: 0 auto;
}
body.always-list.always-it-literacy .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-it-literacy .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-it-literacy .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* MONEY */
body.always-list.always-f-money section.key-v-list {
  background: #ffe400;
}
body.always-list.always-f-money section.key-v-list img {
  max-width: 40rem;
  margin: 0 auto;
}
body.always-list.always-f-money .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-f-money .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-f-money .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* defense_t */
body.always-list.always-defense_t section.key-v-list {
  background: #facd93;
  padding: 3rem 0;
}
body.always-list.always-defense_t section.key-v-list img {
  width: 85%;
  max-width: 60rem;
  margin: auto;
  display: block;
  overflow: hidden;
}
body.always-list.always-defense_t .top-sn-box {
  padding-bottom: 2rem !important;
}
body.always-list.always-defense_t .top-sn-box .cnt-list-box h3 {
  color: #00a5b1 !important;
}
body.always-list.always-defense_t .top-sn-box .cnt-list-bnr {
  margin: 2% auto 0 auto;
}
body.always-list.always-defense_t .top-sn-box .cnt-list-bnr figure a {
  position: relative;
  display: block;
  width: 40%;
  margin: auto;
}
/* manga_n */
body.always-list.always-manga_n section.key-v-list {
  background: #eaf6fd;
}
body.always-list.always-manga_n .top-sn-box {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 767.98px) {
  /* about*/
  body.always-list.about .cnt-ttl {
    margin-top: 3vw;
  }
  body.always-list.about section.key-v-list img {
    width: 50%;
  }
  body.always-list.about section#contents {
    padding-bottom: 2vw !important;
  }
  body.always-list.always-tidy_up_t .top-sn-box .cnt-list-bnr {
    margin: 8% auto 0 auto;
  }
  body.always-list.always-tidy_up_t .top-sn-box .cnt-list-bnr figure {
    margin: 0;
  }
  body.always-list.always-tidy_up_t .top-sn-box .cnt-list-bnr figure a {
    width: 100%;
  }
  /* Trip, Care */
  body.always-list.always-trip section.key-v-list img,
  body.always-list.always-care section.key-v-list img {
    width: 76%;
    margin: 1rem auto;
  }
}
figure.full-image {
  margin: 0 !important;
}
.aw-mb3 {
  margin-bottom: 3rem;
}
a.tel-tx-b {
  font-weight: 800 !important;
  font-size: 110% !important;
}
@media (min-width: 767.98px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 440px) {
  .aw-mb3 {
    margin-bottom: 1.5rem;
  }
}
/* TABLE
--------------------------------------------------------------------------*/
table.table-t1 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 2rem 0;
}
table.table-t1 th {
  box-sizing: border-box;
  background-color: #eaecef;
  text-align: left;
  padding: 0.4rem 0.7rem;
  border: solid 1px #C1BFB9 !important;
  white-space: nowrap;
}
table.table-t1 td {
  box-sizing: border-box;
  background-color: #FFF;
  padding: 0.4rem 0.7rem;
  border: solid 1px #C1BFB9 !important;
}
@media only screen and (max-width: 440px) {
  .table-t1-bdr {
    border-left: solid 1px #C1BFB9;
    border-right: solid 1px #C1BFB9;
    border-bottom: solid 1px #C1BFB9;
    border-top: none !important;
  }
  table.table-t1 {
    width: 100%;
    border-top: solid 1px #C1BFB9 !important;
    margin: 0 0 1.8rem 0;
  }
  table.table-t1 tr {
    display: block;
    margin: 0;
  }
  table.table-t1 th {
    display: block;
    border-left: solid 1px #C1BFB9;
    border-right: solid 1px #C1BFB9;
    border-bottom: solid 1px #C1BFB9;
    border-top: none !important;
  }
  table.table-t1 td {
    display: block;
    border-left: solid 1px #C1BFB9;
    border-right: solid 1px #C1BFB9;
    border-bottom: solid 1px #C1BFB9;
    border-top: none !important;
  }
}
/* Youtube
--------------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0;
}
/* Layout-box
--------------------------------------------------------------------------*/
.always-olg-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto 2.4rem auto;
  display: block;
  overflow: hidden;
}
.always-olg-box h2,
.always-olg-box h3,
.always-olg-box h4,
.always-olg-box h5,
.always-olg-box h6,
.always-olg-box p {
  margin-top: 0;
  margin-bottom: 2.4rem !important;
}
.always-olg-box figure {
  margin: 0;
}
.org-base {
  display: grid;
  row-gap: 2rem;
  column-gap: 4%;
}
.org-base div:first-child,
.org-base div:nth-child(3n) {
  margin-left: 2%;
}
.org-base div:nth-child(2n) {
  margin-right: 2%;
}
.always-olg-box.org-yc {
  place-items: center;
}
.always-olg-box.org0 {
  margin-bottom: 0 !important;
}
.always-olg-box.org1 div {
  margin-left: 1%;
  margin-right: 1%;
}
.always-olg-box.org4-6 {
  display: grid;
  row-gap: 2rem;
  column-gap: 4%;
  grid-template-columns: 4fr 6fr;
}
.always-olg-box.org4-6 div:first-child,
.always-olg-box.org4-6 div:nth-child(3n) {
  margin-left: 2%;
}
.always-olg-box.org4-6 div:nth-child(2n) {
  margin-right: 2%;
}
.always-olg-box.org5-5 {
  display: grid;
  row-gap: 2rem;
  column-gap: 4%;
  grid-template-columns: 1fr 1fr;
}
.always-olg-box.org5-5 div:first-child,
.always-olg-box.org5-5 div:nth-child(3n) {
  margin-left: 2%;
}
.always-olg-box.org5-5 div:nth-child(2n) {
  margin-right: 2%;
}
.always-olg-box.org6-4 {
  display: grid;
  row-gap: 2rem;
  column-gap: 4%;
  grid-template-columns: 6fr 4fr;
}
.always-olg-box.org6-4 div:first-child,
.always-olg-box.org6-4 div:nth-child(3n) {
  margin-left: 2%;
}
.always-olg-box.org6-4 div:nth-child(2n) {
  margin-right: 2%;
}
@media (max-width: 767.98px) {
  .always-olg-box {
    width: 84%;
    margin: 0 8% 5vw 8%;
    display: block;
    overflow: hidden;
  }
  .always-olg-box h2,
  .always-olg-box h3,
  .always-olg-box h4,
  .always-olg-box h5,
  .always-olg-box h6,
  .always-olg-box p {
    margin-top: 0;
    margin-bottom: 4vw !important;
  }
  .always-olg-box p {
    box-sizing: border-box;
    padding: 0 2%;
  }
  .always-olg-box figure {
    margin: 0;
  }
  .org-base-sp {
    display: block;
  }
  .org-base-sp div:first-child,
  .org-base-sp div:nth-child(3n) {
    margin-left: 0;
  }
  .org-base-sp div:nth-child(2n) {
    margin-right: 0;
  }
  .always-olg-box.org-yc {
    place-items: center;
  }
  .always-olg-box.org1 div {
    margin-left: 0;
    margin-right: 0;
  }
  .always-olg-box.org4-6 {
    display: block;
  }
  .always-olg-box.org4-6 div:first-child,
  .always-olg-box.org4-6 div:nth-child(3n) {
    margin-left: 0;
  }
  .always-olg-box.org4-6 div:nth-child(2n) {
    margin-right: 0;
  }
  .always-olg-box.org5-5 {
    display: block;
  }
  .always-olg-box.org5-5 div:first-child,
  .always-olg-box.org5-5 div:nth-child(3n) {
    margin-left: 0;
  }
  .always-olg-box.org5-5 div:nth-child(2n) {
    margin-right: 0;
  }
  .always-olg-box.org6-4 {
    display: block;
  }
  .always-olg-box.org6-4 div:first-child,
  .always-olg-box.org6-4 div:nth-child(3n) {
    margin-left: 0;
  }
  .always-olg-box.org6-4 div:nth-child(2n) {
    margin-right: 0;
  }
}
