@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  position: relative;
  color: #000000;
  font-weight: 300;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner595 {
  width: 594px;
  margin: auto;
}

.inner700 {
  width: 700px;
  margin: auto;
}

.inner720 {
  width: 720px;
  margin: auto;
}

.inner740 {
  width: 740px;
  margin: auto;
}

.inner780 {
  width: 780px;
  margin: auto;
}

.inner840 {
  width: 840px;
  margin: auto;
}

.inner890 {
  width: 890px;
  margin: auto;
}

.inner935 {
  width: 935px;
  margin: auto;
}

.inner1010 {
  width: 1010px;
  margin: auto;
}

.inner1020 {
  width: 1020px;
  margin: auto;
}

.inner1280 {
  width: 1280px;
  margin: auto;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal > li {
  list-style-type: decimal;
}

.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}

.note > li {
  padding-left: 20px;
  position: relative;
  line-height: 140%;
}

.note > li:not(:last-child) {
  margin-bottom: 5px;
}

.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  padding: 0px 0 0;
  margin: 0 auto;
}

#wb_wrap {
  overflow: hidden;
}

.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no_repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}

.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.plmu_wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.plmu_wrap #music {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_music_on.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.plmu_wrap #music span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  font-size: 1.3rem;
}

.plmu_wrap #music::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  z-index: 2;
  top: 25%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 0;
}

.plmu_wrap #music.off::before {
  opacity: 1;
}

.plmu_wrap #play {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: relative;
}

.plmu_wrap #play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 59%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 55%;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 10px;
  width: 10px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

.c_h3Tit04 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 12px 0 12px 12px;
  font-weight: 300;
  display: flex;
  font-size: 13px;
  letter-spacing: 2px;
}

.c_h3Tit04 img {
  margin-right: 39px;
}

.c_h2_02 a:hover {
  background: #e63529 !important;
  color: #ffff !important;
}

.hover02 {
  display: block;
}

.hover02:hover img {
  box-shadow: 6px 5px 15px #80c9c5;
  opacity: 0.6;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
  color: red !important;
}

.color_blue {
  color: blue !important;
}

.color_white {
  color: white !important;
}

.color_black {
  color: black !important;
}

.opacity07 a,
a.opacity07 {
  display: block;
  transform: 0.1s;
}

.opacity07 a:hover,
a.opacity07:hover {
  opacity: 0.7;
}

.hover_scale {
  overflow: hidden;
}

.hover_scale:hover img {
  transform: scale(1.1);
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU > div.efdiv {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effectFU > div.efdiv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #f3f3f3;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effectFU.isShow > div.efdiv {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.Onfade.isShow {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadesin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadesin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}


/* ---------------------------------------------------------------------------
  ★オープニングアニメーション
--------------------------------------------------------------------------- */
.shutter{
  width: 100%;
  height: 100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  background-color:#fff;
  z-index:99999;
  -webkit-animation: byeShutter 4s forwards;
  animation: byeShutter 4s forwards;
}
.logo {
  position: absolute;
  width: 250px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 10s infinite;
  animation: logo 10s infinite;
}
@keyframes byeShutter {
70% {
  opacity: 1;
}
100% {
  display: none;
  opacity: 0;
  z-index: -1;
}
}
@keyframes logo {
	 0%   { transform: scale(1.0, 1.0) ; }
  10%  { transform: scale(0.8,0.8) }
	20%   { transform: scale(1.0, 1.0) ; }
  30%  { transform: scale(0.8,0.8) }
  40%  { transform: scale(1.0, 1.0); }
	50%   { transform: scale(1.0, 1.0) ; }
  60%  { transform: scale(0.8,0.8) }
	70%   { transform: scale(1.0, 1.0) ; }
  80%  { transform: scale(0.8,0.8) }
	90%   { transform: scale(1.0, 1.0) ; }
  100%  { transform: scale(0.8,0.8); }
}
  
50% {
  transform: rotate(0deg);     
}
  100% {
  transform: scale(0.8);
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  transition: all 1s;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
  top: -7px;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
  bottom: -9px;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 34px;
  height: 34px;
  background: url(../img/common/page_topoff.svg) no-repeat;
  display: block;
  /* margin: auto; */
  /* position: relative; */
  /* left: 492px; */
  position: absolute;
  right: 24px;
  bottom: 61px;
  transition: auto;
  z-index: 10;
}

#totop:hover {
  background: url(../img/common/page_topon.svg) no-repeat;
  width: 34px;
  height: 34px;
  opacity: 1;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  margin: auto;
  left: 0;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

#totop span {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */
.instagramcont li {
  width: calc(100% / 4);
}

.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}

.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★ホバー　hover
--------------------------------------------------------------------------- */
/*背景グラデーション*/
.hover_gra {
  position: relative;
  display: block;
  overflow: hidden;
}

.hover_gra img,
.hover_gra p {
  position: relative;
}

.hover_gra img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.hover_gra:before {
  height: 100%;
  content: "";
  width: calc(100% + 100px);
  background: linear-gradient(90deg, #ffd7b4, #fff5e5);
  position: absolute;
  right: -100px;
  top: 0;
  transition: 0.2s;
  opacity: 0;
}

.hover_gra:hover:before {
  height: 100%;
  content: "";
  width: calc(100% + 100px);
  background: linear-gradient(90deg, #ffd7b4, #fff5e5);
  position: absolute;
  right: 0px;
  top: 0;
  opacity: 1;
}

/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */
.o_fL {
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
  width: 50%;
}

.o_fR {
  float: right;
  margin-bottom: 3%;
  margin-left: 3%;
  width: 50%;
}

.o_01 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o_01 .o_01Box01 .imgBox {
  width: 50%;
  margin-right: 13px;
}

.o_01 .o_01Box01 .imgBox img {
  width: 100%;
}

.o_01Box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.o_01Box02 .imgBox {
  width: 50%;
  margin-left: 13px;
}

.o_02 .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.o_02 .sub {
  background: #333;
  color: #fff;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.o_03 > div {
  border: 1px solid #000;
  margin-bottom: 70px;
  padding: 20px;
  position: relative;
}

.o_03 > div:not(:last-child):before {
  position: absolute;
  content: "";
  background: url(../img/yazi.gif);
  bottom: -62px;
  width: 43px;
  height: 50px;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
}

.o_04 > .txtBOX {
  position: relative;
}

.o_04 .fuki_box {
  display: block;
}

.o_04 .fuki_box span {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  max-width: 142px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  color: #fff;
  top: -20px;
}

.o_04 .fuki_box span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o_04 .fuki_box .bk_bluex {
  background-color: #69c9f5;
}

.o_04 .fuki_box .bk_bluex::after {
  border-color: #69c9f5 transparent transparent transparent;
}

.o_05 > .txtBOX {
  position: relative;
  padding: 3%;
}

.o_06 > .imgBOX {
  position: relative;
}

.o_06 > .imgBOX > .txtBOX {
  position: absolute;
  padding: 3%;
  left: -30px;
  bottom: -30px;
  background: #e0cf6d;
  width: 80%;
}

.o_07 > .txtBOX dl {
  background: url(../img/line.png) repeat-y 20px 0;
}

.o_07 > .txtBOX dl dt {
  font-size: 22px;
  padding: 5px 70px 15px;
  background: url(../img/iconmonstr-time-6-240.png);
  background-repeat: no-repeat;
  background-position: 1px;
  background-size: 40px;
}

.o_07 > .txtBOX dl dd {
  padding: 0px 70px 30px;
}

.o_08 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o_08 dl dt {
  float: left;
  width: 25%;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #00a0b4;
}

.o_08 dl dd {
  float: right;
  width: 75%;
  border-left: solid 1px #00a0b4;
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  padding: 0 0 60px 60px;
  position: relative;
}

.o_08 dl dd .imgBOX {
  float: right;
  max-width: 400px;
  width: 45%;
  margin: 10px 80px 20px 30px;
}

.o_08 dl dd::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a0b4;
  left: -5px;
  top: 10px;
  position: absolute;
}

.o_sanplus {
  position: relative;
  border: double 10px #e60012;
  padding: 5%;
}

.o_sanplus::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #eb9a77 transparent transparent transparent;
}

.o_sanplus::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #eb9a77 transparent;
}

.o_flowBox01 li {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 4%;
}

.o_flowBox01 li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #a5a5a5;
  position: absolute;
  right: -23%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.o_flowBox01 li:nth-child(4n)::after {
  display: none;
}

.o_flowBox01 li:not(:nth-child(4n)) {
  margin-right: 6.666%;
}

.o_flowBox02 li {
  background: #006ca1;
  margin: 0 0 50px;
  position: relative;
  padding: 1%;
}

.o_flowBox02 li > div {
  width: 100%;
}

.o_flowBox02 li > div .imgBox {
  float: left;
  width: 28%;
  position: relative;
}

.o_flowBox02 li > div .imgBox figcaption {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 13px;
  font-family: "Lora", serif;
  font-size: 3rem;
  letter-spacing: 2px;
  border-bottom: solid 1px #fff;
  line-height: 1.2;
  text-shadow: 3px 1px 2px #9e9797;
}

.o_flowBox02 li > div .txtBox {
  float: right;
  width: 70.6%;
}

.o_flowBox02 li > div .txtBox em {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2px;
  display: inline-block;
}

.o_flowBox02 li > div .txtBox p {
  padding: 1%;
  background: #fff;
  /* font-size: 1.8rem; */
  font-weight: bold;
}

.o_flowBox02 li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #006ba1 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.o_flowBox02 li:last-child:after {
  display: none;
}

.o_parallax {
  position: relative;
  padding: 200px 0;
  background-image: url(../img/parallax_bk.jpg);
  background-repeat: no_repeat;
  background-position: center center;
  background-size: 100%;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:タイトル
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★パーツ集:ボタン
--------------------------------------------------------------------------- */
.btn01 a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.btn02 a:hover {
  color: #fff;
  background: #000;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_01 table tbody tr th {
  border: 2px solid #fff;
  background: #dcdddd;
  vertical-align: top;
  padding: 6px 22px;
  width: 24.5%;
  word-break: break-all;
  font-size: 15px;
  letter-spacing: 0.15em;
}

.c_table_01 table tbody tr td {
  border: 1px solid;
  vertical-align: top;
  padding: 0 39px;
  background: #fff;
  word-break: break-all;
  border: none;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:NEWS
--------------------------------------------------------------------------- */
.c_newslist_01 > a {
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_01 > a dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_01 > a dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl dd > a {
  display: block;
  color: #000;
}

.c_newslist_03 a {
  display: block;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  color: #000;
}

.c_newslist_03 dl {
  margin: 10px 0;
}

.c_newslist_03 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_03 dl dt .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}

.c_newslist_03 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_03 dl dd .days_tx,
.c_newslist_03 dl dd .news_txt {
  display: block;
}

.icon_new {
  margin-left: 15px;
  display: inline-block;
  color: #e60012;
  z-index: 3;
}

.days_txt {
  color: #000;
}

.lr_xBox .main_xBox {
  float: left;
  width: 70%;
}

.lr_xBox .aside_xBox {
  float: right;
  width: 25%;
}

.archive_xBox > dl a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.archive_xBox > dl dd {
  display: none;
}

.c_postlink li:first-child {
  float: left;
  width: 40%;
}

.c_postlink li:last-child {
  float: right;
  width: 40%;
  text-align: right;
}

.c_dBox h1,
.c_dBox h2,
.c_dBox h3,
.c_dBox h4,
.c_dBox h5,
.c_dBox h6 {
  font-weight: bold;
}

.c_dBox img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:カテゴリ
--------------------------------------------------------------------------- */
.c_cateBox_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c_cateBox_01 > a {
  width: calc(100% / 4);
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}

.c_cateBox_01 > a .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_cateBox_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_cateBox_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_cateBox_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_cateBox_02 dl dd > a {
  display: block;
  color: #000;
}

.cate_xBox a {
  display: block;
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */
.c_form01 {
  margin-bottom: 50px;
}

.c_form01 table {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
  /* IE */
  /* Edge */
}

.c_form01 table tbody tr {
  border-bottom: 1px solid #afafaf;
}

.c_form01 table tbody tr th {
  vertical-align: top;
  padding: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  width: 24.5%;
}

.c_form01 table tbody tr th span {
  margin-left: 10px;
}

.c_form01 table tbody tr td {
  vertical-align: top;
  padding: 24px;
}

.c_form01 table tbody tr td select {
  padding: 0;
  font-size: 14px;
  width: 400px;
  padding: 11px;
}

.c_form01 table tbody tr td label {
  margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 5px 10px;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type=text],
.c_form01 table .inp02 input[type=text] {
  font-size: 1.4rem;
}

.c_form01 table .inp_txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 .kojin_wrap {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}

.c_form01 .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}

.c_form01 .submit_wrap .submit {
  max-width: 340px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #a9a9a9;
}

input:-ms-input-placeholder {
  color: #a9a9a9;
}

input::-ms-input-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #000;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

input.long {
  width: 90%;
}

.hissu {
  padding: 3px 4px 2px 4px;
  background: #e7133b;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */
.close {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.close::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}

.close::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.popup_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup_Box.on {
  z-index: 1;
  opacity: 1;
}

.popup_Box.on .close {
  z-index: 1 !important;
}

.popup_Box .popup_Box_inner {
  position: relative;
  padding: 30px 60px;
  width: 100%;
}

.popup_Box .popup_Box_inner .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
}

.popup_Box .popup_Box_inner .popup_Box_cont {
  color: #fff;
}

#js_listItem .is_hidden {
  display: none;
}

#input_plural {
  margin: 10px 0;
}

#input_plural input.form-control {
  display: inline-block;
  color: #555;
}

#input_plural .btn_wrap {
  float: right;
}

#input_plural .pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:slickPage
--------------------------------------------------------------------------- */
.csl_slider_01 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_01 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_01 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_02 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_03_wp {
  margin-bottom: 20px;
  background: #00a0b4;
}

.csl_slider_03_wp .img_wrap {
  display: block;
}

.csl_slider_03_wp .img_wrap *:not(img) {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:よくある質問
--------------------------------------------------------------------------- */
.c_faq_box_01 .sToggle {
  counter-reset: numb2;
}

.c_faq_box_01 .sToggle dl {
  counter-increment: numb2;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #0c3380;
  background: #fff;
  margin: 0 0 30px;
}

.c_faq_box_01 .sToggle dl dt {
  padding: 5px 35px 5px 60px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  color: #0c3380;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dt::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #ff9595;
  border-right: 2px solid #de0101;
  position: absolute;
  top: 45%;
  right: 15px;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_faq_box_01 .sToggle dl dt::before {
  content: "Q" counter(numb2);
  /* content: "Q.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #008f96;
  top: 47%;
  left: 29px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Lora", serif;
}

.c_faq_box_01 .sToggle dl dt.togg::after {
  -webkit-animation: sTog 0.7s;
  animation: sTog 0.7s;
  -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
  transform: translateY(-20%) translateX(-50%) rotate(315deg);
}

.c_faq_box_01 .sToggle dl dd {
  padding: 5px 35px 5px 60px;
  display: none;
  position: relative;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dd::before {
  content: "A" counter(numb2);
  /* content: "A.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #da0000;
  top: 0;
  left: 29px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: "Lora", serif;
}

@-webkit-keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}
@keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}
/*header*/
#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

header a.u_nav01:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  /* アニメーション用の設定 */
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 300ms;
}

header a.u_nav01:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

header #gloval-nav > div > img {
  width: 60px;
}

header a.u_nav_imgTxt img {
  width: 8rem;
  padding: 0 0 5px;
}

header a.u_nav_imgTxt02 img {
  width: 6.6rem;
  padding: 4px 0 4px 2px;
}

#gloval-nav .u_menu01 li:nth-child(2n) {
  /*width: 123px;*/
}

#gloval-nav .u_menu01 {
  width: 250px;
}

#gloval-nav .u_menu02 {
  width: 210px;
}

#gloval-nav .u_menu03 {
  width: 374px;
}

#gloval-nav .u_menu04 {
  width: 123px;
}

#gloval-nav .u_menu05 {
  width: 330px;
}

#gloval-nav .u_menu06 {
  width: 170px;
}

#acMenu .u_plus span {
  transition: 0.1s;
}

/*mv*/
.mv {
  padding-left: 42px;
  background: #f66620;
}

/*home02*/
.home02 img.u_tit01 {
  width: 433px;
  margin-bottom: 40px;
}

.home02 img.u_tit02 {
  width: 257px;
  position: relative;
  left: 24px;
  margin-bottom: 39px;
}

.home02 .u_txt {
  font-size: 1.8rem;
  line-height: 210%;
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: 2.5px;
}

/*home03*/
.home03 .c_txtArea {
  padding-bottom: 68px;
}

/*
  参政党に参加する participation
--------------------------------------------------------------------------- */
#participation h2 > img {
  width: 663px;
  margin: auto;
  position: relative;
  top: -3px;
  left: -4px;
}

#participation .u_1 p.f14 {
  margin-left: 2.8em;
}

#participation .u_h2 a:hover {
  border: 1px solid #e83828;
  background: #e83828;
  color: #fff;
}

#participation .u_3 {
  position: relative;
  top: -11px;
}

#participation .u_4 {
  width: 120px;
}

#participation .u_1 > div:nth-child(1) {
  position: relative;
  top: -100px;
  width: 444px;
  margin-right: 21px;
}

#participation .u_1 > div:nth-child(2) {
  width: calc(100% - 465px);
  border-left: 1px solid #231815;
  padding-left: 29px;
}

#participation .u_1 > div:nth-child(1) div {
  position: relative;
  top: 67px;
  left: -5px;
}

#participation .u_1 p.f14 {
  margin-bottom: 16px;
}

#participation .u_1 p.f14:last-child {
  margin-bottom: 0px;
}

#participation .u_t {
  font-size: 15px !important;
  line-height: 29px;
  letter-spacing: 0.2rem !important;
  margin-left: 36px;
}

#participation .u_txt .c_maru {
  margin-bottom: 2px;
  font-size: 16px;
}

#participation .u_5 .flex_wrap div:nth-child(1) {
  width: 615px;
  line-height: 179%;
  letter-spacing: 0.14em;
}

#participation .u_5 .flex_wrap div:nth-child(1) ul {
  padding-left: 2.4em;
}

#participation .u_5 .flex_wrap div:nth-child(1) li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 2px;
}

#participation .u_5 .flex_wrap div:nth-child(2) {
  margin-top: 6px;
  width: 310px;
  position: relative;
}

#participation .u_5 .flex_wrap div:nth-child(1) ul {
  padding-left: 2.4em;
}

#participation .u_5 .flex_wrap div:nth-child(1) li {
  text-indent: -1em;
  padding-left: 1em;
}

#participation .u_5 .flex_wrap div:nth-child(1) > p.mT40 {
  padding-left: 2.5em;
}

#participation .c_table_01 table tbody tr th {
  width: 331px;
}

#participation td p {
  border-bottom: 1px solid #000000;
  padding: 6px 10px;
}

/*
  参政党コミュニティー community
--------------------------------------------------------------------------- */
#community .cl50 div:nth-child(1) {
  width: 575px;
  margin-right: 7%;
}

#community .cl50 div:nth-child(2) {
  width: calc(93% - 575px);
}

/*
  参政党とは about
--------------------------------------------------------------------------- */
#about .u_3 {
  width: 925px;
  margin: auto;
}

#about .u_3 li:nth-child(1) {
  margin-right: 62px;
}

#about .u_3 li {
  width: calc(50% - 31px);
}

/*
  メンバー member
--------------------------------------------------------------------------- */
#member h2 {
  padding-bottom: 80px !important;
  max-width: 174px;
  margin: auto;
}

#member .u_1 a:hover .img img {
  transform: scale(1.1);
}

#member .u_1 a:hover .img {
  box-shadow: 2px 1px 8px #8dddd9;
}

#member .u_2 li:last-child {
  width: 162px;
}

/*メンバー切り替え表示*/
.member_detail .flex_wrap > div:nth-child(1) {
  width: 220px;
  margin-right: 41px;
}

.member_detail .flex_wrap > div:nth-child(2) {
  width: calc(100% - 261px);
}

/*
  DIYスクール・選挙スクール・セミナー school
--------------------------------------------------------------------------- */
/*
 理念 philosophy
--------------------------------------------------------------------------- */
#philosophy .u_h2 {
  width: 780px;
  margin: auto;
}

#philosophy .u_5 {
  padding-bottom: 300px;
}

#philosophy dt.plus img {
  width: 135px;
  padding: 40px 0 27px;
  margin: auto;
}

/*
 女性の方へ forwomen
--------------------------------------------------------------------------- */
#forwomen h2 > img {
  width: 260px;
  margin: auto;
}

#forwomen .u_1 li {
  margin-bottom: 10px;
}

#forwomen .num span.font02 {
  padding-right: 14px;
  letter-spacing: -2px;
  font-size: 130%;
}

#forwomen .num {
  line-height: 100%;
}

#forwomen .cl7_3 {
  align-items: flex-start;
}

#forwomen a.btn03 {
  margin: auto;
  font-size: 20px;
  width: 158px;
  height: 158px;
  line-height: 134%;
  font-weight: 400;
}

/*
10代・20代の方へ younger
--------------------------------------------------------------------------- */
#younger h2 > img {
  width: 387px;
  margin: auto;
}

#younger .u_1 {
  line-height: 314%;
  letter-spacing: 0.23em;
}

#younger a.btn03 {
  margin: auto;
  font-size: 20px;
  width: 158px;
  height: 158px;
  line-height: 134%;
  font-weight: 400;
}

/*
参政党コミュニティ history
--------------------------------------------------------------------------- */
#history h2 > img {
  width: 330px;
  margin: auto;
}

#history a.btn03 {
  margin: auto;
  font-size: 20px;
  width: 158px;
  height: 158px;
  line-height: 134%;
  font-weight: 400;
}

/*
  ページャー
--------------------------------------------------------------------------- */
div#pager a:hover {
  color: #000;
}

/*
  お知らせ news
--------------------------------------------------------------------------- */
#news .c_cat_area li {
  margin: 8px 20px 0;
}

#news .postArea img {
  max-width: 500px;
  margin-bottom: 28px;
  height: auto;
}

.newsShow {
  width: 700px;
  margin: 0 auto;
}

.mwback {
display: block;
width: 272px;
height: 42px;
color: #000;
text-decoration: none;
margin: auto;
    margin-top: auto;
    margin-bottom: auto;
border: 1px solid #000;
margin-top: 112px;
margin-bottom: 100px;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.goodsboxtext .mwback {
margin-top: 40px;
}

.mwback_txt {
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
font-family: "EB Garamond", serif;
font-size: 15px;
letter-spacing: 4px;
}

.mwback:hover {
background: black;
color: #fff;
}

.mwback_txt:hover {
  color: #fff;
}

.newsdateBox {
  overflow: hidden;
}

.newsdate {
  float: left;
  font-size: 11px;
  font-weight: 300;
 font-family: "Krona One", sans-serif; 
}

.newsicon a {
  display: inline-block;
  float: right;
  font-size: 11px;
  font-weight: 300;
  padding: 3px 5px;
  border:1px solid #000;
  margin-bottom: 10px;
}

.newstitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 31.5px;
}

.newsContentBox p {
  font-size: 14px;
  line-height: 24.5px;
  margin-bottom: 20px;
}


.newsContentBox a {
  color: #0098E1;
}

.newsContentBox h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.04rem;
  margin-bottom: 30px;
}

.newsContentBox h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04rem;
  margin-bottom: 30px;
}

.newsContentBox img {
  max-width: 500px;
}

#news .c_cat_area ul a:hover {
    color: #000;
}

.c_cat_area {
  margin-top: 20px;
}

.newsdaihyouname {
background: -webkit-gradient(linear, left top, right top, from(#f66620), to(#fa931c));
background: linear-gradient(90deg, #f66620, #fa931c);
color: #fff;
text-align: center;
width: 1010px;
margin: 0px auto 61px auto;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
letter-spacing: 0.12em;
}

.mwbtn_red {
  text-decoration: none;
color: #e63529;
display: block;
width: 272px;
height: 42px;
border: 1px solid #E60012;
margin: 60px auto 0;
font-weight: 400;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.mwbtn_red-txt {
  height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 17px;
letter-spacing: 0.12rem;
}

.mwbtn_red:hover {
background-color: #E60012;
color: #fff;
}

.mwbtn_red-txt:hover {

}

.studytitle {
  margin-top: 80px;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.24rem;
  margin-bottom: 44px;
}

.movieWrapper {
  width: 1010px;
  margin: 33px auto 38px;
}

.yrc-item a {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", "游ゴシック" !important;
}

.yrc-video-date, .yrc-video-views {
    font-size: .75em;
    font-weight: 300 !important;
  font-family: "Noto Sans JP", "游ゴシック" !important;
}

.yrc-item-title {
    line-height: 1em !important;
}

.yrc-thumb {
 margin-bottom: 5px !important;   
}

.tbl-r05 {
  margin-bottom: 40px !important;
}

.tbl-r05 th {
  background: #fff2cc;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 14px;
}

.tbl-r05 td.title {
  background: #fff2cc;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
  font-size: 14px;
  width: 150px;
}

.goodsBox {
  width: 1010px;
  overflow: hidden;
  margin: 80px auto 0;
}

.goodsboximg {
  width: 30%;
  float: left;
}

.goodsboximg img {
  width: 100%;
}

.goodsboxtext {
  float: right;
  width: 65%;
}

.goodsboxttl {
    font-size: 20px;
    letter-spacing: 0.2em;
    padding: 0 0 30px 0;
}

.goods_price {
  text-align: right;
  color: red;
  font-size: 16px;
margin-bottom: 20px;
}

/* [UL] style01
----------------------------------------------------------*/
#participants ul.style01 {
  margin-left:20px;
  list-style-type:disc;
  
}
#participants ul.style01 li {
  padding-bottom:20px;
}
#participants ul.style01 li:last-child {
  padding-bottom:0;
}

#participants ul.style01 {
    margin-left: 20px;
    list-style-type: disc;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    /*padding: 40px 0;*/
} 

#participants ul.style01 li {
    list-style-type: disc;
} 





#donation ul.style01 {
  margin-left:20px;
  list-style-type:disc;
  
}
#donation ul.style01 li {
  padding-bottom:20px;
}
#donation ul.style01 li:last-child {
  padding-bottom:0;
}

#donation ul.style01 {
    margin-left: 20px;
    list-style-type: disc;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    /*padding: 40px 0;*/
} 

#donation ul.style01 li {
    list-style-type: disc;
}




/* textImgBox43
----------------------------------------------------------*/
#participants .textImgBox43 {
  margin:0 auto 100px;
  overflow:hidden;
  width: 740px;
}
#participants .textImgBox43 li {
  width: 740px;
}
#participants .textImgBox43 li:last-child {
  margin-bottom:0;
  color:#fff;
    text-align: center;
}
#participants .textImgBox43 li:last-child p.title {
  padding-bottom:15px;
  font-size:20px;
  font-weight: 300;
  line-height: 100%;
}
#participants .textImgBox43 li:last-child .bgBox01 {
    background: #f7701f;
    text-align: center;
    padding: 40px;
}
#participants .textImgBox43 .bgBox01 p.title {
  padding-bottom:15px;
  font-size:20px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}
#participants .textImgBox43 .bgBox01 {
    background: #e0e0e0;
    text-align: left;
    padding: 40px;
}
#participants .textImgBox43 .bgBox01 br {
  /*display:none;*/
}
#participants .textImgBox43 .bgBox02 {
    width: 3%;
    margin: 15px auto;
}
#participants .textImgBox43 .bgBox02 img {
    width: 100%;
}

/* [TABLE] style02
----------------------------------------------------------*/
#participants table.style02 {
  margin-bottom:20px;
  width:100%;
}
#participants table.style02 th {
  padding:30px 25px 20px 0;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  width:200px;
}
#participants table.style02 td {
  padding:20px 0 0 25px;
}

#participants {
  width: 1010px;
  margin: 0 auto;
}


#participants h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}



#donation table.style02 {
  margin-bottom:20px;
  width:100%;
}
#donation table.style02 th {
  padding:30px 25px 20px 0;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  width:200px;
}
#donation table.style02 td {
  padding:20px 0 0 25px;
}


#leaflet table.style02 {
  margin-bottom:20px;
  width:100%;
}
#leaflet table.style02 th {
  padding:30px 25px 20px 0;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  width:200px;
}
#leaflet table.style02 td {
  padding:20px 0 0 25px;
}


#donation {
  width: 1010px;
  margin: 0 auto;
}


#donation h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}

#leaflet h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}

#leaflet .goodsBox:not(:last-of-type) .goodsboxtext .mwback {
  margin-bottom: 0;
}


#contact table.style02 {
  margin-bottom:20px;
  width:100%;
}
#contact table.style02 th {
  padding:30px 25px 20px 0;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  width:200px;
}
#contact table.style02 td {
  padding:20px 0 0 25px;
}

#contact {
  width: 1010px;
  margin: 0 auto;
}


#contact h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}
























.borderBox03 {
  width: 960px;
  border:1px solid #f7701f;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

.hissu02 {
    color: #C00;
}

input.submit {
    margin: 0 auto 2% auto;
    padding: 10px 0 10px 0;
    border: 1px solid #f7701f;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #f7701f;
    color: #fff;
    cursor: pointer;
}

input.submit:hover {
    margin: 0 auto 2% auto;
    padding: 10px 0 10px 0;
    border: 1px solid #f7701f;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    color: #f7701f;
    cursor: pointer;
}

.mwaboutTitleBox {
  margin: 80px auto;
}

.mwaboutTitle {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1.3rem;
  margin-bottom: 10px;
  font-family: "Krona One", sans-serif; 
  /*font-family: 'Josefin Sans', sans-serif;*/
}

.mwaboutTitleSub {
  font-weight: 300;
  letter-spacing: 0.4rem;
  text-align: center;
}

.partymemberArrowBox {
  width: 20px;
  margin: 0 auto;
}

.poL40 {
  position: relative;
  left: 15px;
}

.partymemberArrowBox img {
  width: 100%;
}

#study_tax .area01 .heading {
    text-align: center;
    font-size: 28px;
    padding-top: 67px;
    padding-bottom: 30px;
    letter-spacing: 0.24rem;
    font-weight: 300 !important;
}

#study_dime .area01 .heading {
    text-align: center;
    font-size: 28px;
    padding-top: 67px;
    padding-bottom: 30px;
    letter-spacing: 0.24rem;
    font-weight: 300 !important;
}


#study_tax .common_ttl {
    background: -webkit-gradient(linear, left top, right top, from(#f66620), to(#fa931c));
    background: linear-gradient(90deg, #f66620, #fa931c);
    color: #fff;
    font-size: 19px !important;
    letter-spacing: 0.34em !important;
    margin-top: 103px;
    margin-bottom: 60px;
    padding-left: 40px;
    font-weight: 400;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#study_dime {
    font-family: "Noto Sans JP", "游ゴシック" !important;
}

#study_dime .area02 .ttl_big {
    font-size: 28px;
    letter-spacing: 0.24rem;
    font-weight: 400 !important;
    text-align: center;
    padding-bottom: 74px;
}

.donationKouza {
  width: 250px;
  margin: 0 auto;
}

.pcNone {
  display: none;
}

.list_community_text {
  width: 460px;
  margin:0 auto 100px;
}

#links h2 {
  width: 140px;
  margin: 0 auto;
}

.linksWrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto 100px;
}

.linkBox {
  width: 23%;
  margin: 20px 1%;
  box-sizing: border-box;
}

.linkBox p {
  font-size: 14px;
  text-align: center;
}

.fa-facebook::before {
    font-size: 20px;
}

.fa-facebookpc::before {
  font-size: 27px;
  position: relative;
  top: -1px;
}

#form2{
position:relative;
/*max-width:300px;  */
/*margin-bottom:20px;*/
margin: 60px auto 0;
}
#sbox2{
height:50px;
padding:10px 20px; 
/*position:absolute; */
/*left:0;*/
/*top:0; */
/*border-radius:2px;*/
outline:0;
background:rgba(255,255,255,0.7);
border: none;
border-radius: 30px;
width: 310px;
margin-left: 40px;
position: relative;
}
#sbtn2{
height:50px;
position:absolute; 
left:295px;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#666;
border:none;
font-size:20px;/*アイコンサイズ*/
}
#sbtn5:hover{
color:#7fbfff;
}

.fa-search {
  color: #f08300;
}

.searchResultTitleWrapper {
  margin: 80px auto 80px;
}

.searchResultTitle {
  text-align: center;
  font-size: 20px;
}

.searchResultWrapper {
  width: 1020px;
  margin: 0 auto 100px;
}

.entry-header {
  height: auto;
  background: none;
}

.entry-title a {
  font-size: 18px;
  border-bottom: 1px solid #f66920;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: inline-block;
}

.entry-summary {
  margin-bottom: 40px;
}

.covid_question_listWrapper {
  margin: 90px auto 100px;
  width: 1010px;
}

.covid_question_listWrapper a {
  color: #f66820;
}

.covid_question_listTitle {
 font-size: 25px;
 letter-spacing: 0.2rem;
 margin-bottom: 50px; 
 text-align: center;
}

.covid_question_listMainphoto img {
  width: 100%;
}

.covid_question_listMainphoto {
  margin-bottom: 60px;
}

.covidListBigTitle {
    padding: 0px 0 0px 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #000;
    margin-top: 30px;
}

.covidListTitle {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.covidList {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.covidList li {
  list-style: disc;
  margin-left: 15px;
  width: 160px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

.covidList li a {
  text-decoration: none;
  color: #000;
}

.covidListTiikiList {
  display: flex;
  justify-content: space-between;
}

.covidListTiikiList li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 130px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  background: #f66820;
}

.covidListTiikiList li a .fas {
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.covidListTiikiWrapper {
  margin-bottom: 40px;
}

.covidquestionTitle {
  font-weight: bold;
  padding-bottom: 10px;
}

.covidquestionAnswer {
  margin-bottom: 20px;
}

.covidBtnBox {
  width: 400px;
  margin: 0 auto;
}

.headerLogoWrapper {
  width: 190px;
  margin: auto;
  padding: 28px 0 0;
  display: block;
}

.pcmL30 {
  margin-left: 40px;
}

.shibusousetuWrapper {
  margin: 20px auto;
}

.shibusousetuBox {
  display: flex;
  justify-content: left;
  margin-bottom: 20px
}

.shibusousetuNum {
  font-size: 28px;
  font-family: "Lexend Zetta", sans-serif;
}

.shibusousetuText {
  margin: 10px 0 0 20px;
}

.translationCautionWrapper {

  margin: 0 auto 100px;
  width: 1280px;
}

.bellows {
  margin: 60px auto;
}

.goodsTitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.common_mainttl {
    padding-top: 60px !important;
    /*text-align: center;
    font-size: 28px;
    letter-spacing: 1rem;
    font-family: "EB Garamond", serif;
    font-weight: 300;*/
    margin-bottom: 60px;
    font-size: 34px;
}

.tags {
  overflow: hidden;
  margin-bottom: 38px;
}

.tags li {
  float: left;
  margin-right: 10px;
}

.tags li a {
  font-size: 12px;
}

.spBtNone {
  width: 100px;
}

#application .area02 .txt_top::before {
    background-image: none !important;
}

#application .common_txt::before {
    background-image: none !important;
}

.youtubeDairiWrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.youtubeDairiBox {
  width: 32%;
}

.youtubeDairiBoxIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeDairiBoxIn iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.vimeoBox {
    width: 640px;
    margin: -30px auto 0;
}

}
.vimeoWrapper {
    
}

.vimeoCap {
    font-size: 14px;
    line-height: 1.25em;
    overflow: hidden;
    text-align: center;
    margin-bottom: 48px;
}

.topMovieLine {
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 79px;
}

.home04 h3.titleYoutube img {
  width: 240px !important;
}

/* 10の柱追加 */
#policy.policy_top .common_mainttl {
  margin-bottom: 74px;
}
#policy.policy_top p {
  font-weight: 400;
}
#policy.policy_top p.p_pages_txt {
  margin-top: -20px;
  margin-bottom: 76px;
}
#policy.policy_top p.p_pages_txt:last-of-type {
  margin-bottom: 98px;
}
#policy p.p_pages_txt {
  font-size: 19px;
  line-height: 3.2;
  letter-spacing: 3.2px;
  text-align: justify;
}
#policy.p_index .common_mainttl {
  margin-bottom: 72px!important;
  line-height: 1;
}
#policy.p_index .common_mainttl span {
  margin-top: 30px;
}
#policy.p_index  .ten_hashira {
  padding-top: 90px;
  border-top: 1px solid #231815;
}
#policy.p_pages p.p_pages_txt {
  margin-top: -9px;
  margin-bottom: 73px;
  font-size: 18px;
  line-height: 2.72;
  /* line-height: 3.33; */
  font-weight: 300;
  letter-spacing: 2.6px;
}
#policy.p_pages p.p_pages_txt:last-of-type {
  margin-bottom: 144px;
}
#policy.p_pages p.p_pages_txt {
  margin-top: -9px;
  margin-bottom: 155px;
  font-size: 18px;
  line-height: 2.72;
  font-weight: 300;
  letter-spacing: 2.6px;
}
#policy.p_pages.p_index p.p_pages_txt {
  margin-top: -9px;
  margin-bottom: 73px;
  font-size: 18px;
  line-height: 3.2;
  font-weight: 400;
  letter-spacing: 2.6px;
}
#policy.p_pages.p_index p.p_pages_txt:last-of-type {
  margin-bottom: 155px;
}
#policy.p_pages p.p_pages_txt.p_pages_txt.addstl {
  margin-top: -22px;
  margin-bottom: 61px;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 3.2;
}
#policy.p_pages p.p_pages_txt_l1 {
  font-size: 20px;
  line-height: 3;
}
#policy p span.p_lt {
  padding: 0 6px;
  font-size: 24px;
  line-height: 2.8;
  font-weight: 400;
  vertical-align: baseline;
}
#policy.p_pages p span.p_lt {
  padding: 0 4px;
  font-size: 24px;
  font-weight: 400;
  vertical-align: text-top;
  line-height: 1;
}
#policy.p_pages p span.p_lt_2 {
  padding: 0 3px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.hashira_bnr_top {
  margin-bottom: 96px;
}
.hashira_bnr_bottom {
  margin-bottom: 243px!important;
  padding-bottom: 113px;
  border-bottom: 1px solid #231815;
}
.hashira_inner_bnr {
  width: 836px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}
.hashira_inner_bnr_ttntn {
  width: 836px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
  text-align: right;
  font-size: 14px;
}
.policy_top_hdr {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.policy_top_hdr {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#policy.p_pages .ten_hashira_hdr p {
  margin-bottom: 28px;
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 14px;
}
#policy.p_pages .ten_hashira_hdr span {
  display: block;
  margin-bottom: 64px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.ten_hashira_w1344 {
  width: 1344px;
  margin: 0 auto;
  position: relative;
}
.hashira_boxes {
  display: flex;
  justify-content:center;
}
.hashira_boxes li {
  width: 288px;
  height: 328px;
}
.hashira_boxes li a {
  display: block;
  opacity: 1;
  transition: .2s;
}
.hashira_boxes li a .hashira_circle {
  opacity: 1;
  transition: .2s;
}
.hashira_boxes li a:hover .hashira_circle {
  opacity: .6;
}
.hashira_boxes li:not(:last-child) {
  margin-right: 64px;
}
.hashira_circle {
  display: block;
  width: 103px;
  margin: 0 auto 20px;
}
#policy.p_pages .hashira_boxes li p {
  text-align: center;
  font-size: 17px;
  line-height: 1.88;
  letter-spacing: 2px;
  font-weight: 400;
}
.hashira_boxes li p span {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.hashira_boxes li p span.mltln {
  line-height: 1.4;
}


.hashira_ttl span {
  line-height: 1;
  font-size: 24px;
}
.hashira_mainimg {
  width: 836px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
}
.concept_sec .conceptimg {
  display: block;
  width: 150px;
  margin: 0 auto 17px;
}
.concept_sec h3 {
  margin-bottom: 42px;
  padding: 34px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.concept_list {
  /* margin-bottom: 98px; */
  margin-bottom: 72px;
}
.concept_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.concept_list li:last-of-type {
  margin-bottom: 0;
}
.concept_list_circle {
  width: 45px;
}
.concept_list_txt {
  width: 770px;
  font-size: 17px;
  line-height: 2;
  font-weight: 300;
}
.policy_for_hdr {
  margin-bottom: 10px;
  padding: 12px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(90deg, #f66620, #fa931c);
}
.policy_for_hdr_ttntn {
  margin-bottom: 38px;
  text-align: right;
  font-size: 14px;
}
.policy_for_boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.policy_for_box {
  display: flex;
  justify-content: space-between;
  width: 305px;
}
.policy_for_box:first-of-type {
  margin-bottom: 52px;
}
#policy .mwback {
  margin-top: 62px;
  margin-bottom: 108px;
}
.policy_for_box_maru {
  width: 23px;
  height: 23px;
  padding-top: 6px;
}
#policy .policy_for_box p {
  width: 270px;
}


/* 柱単独ページ class="hpp" */
.inner836 {
  width: 836px;
  margin: auto;
}
#policy.p_pages.hpp .hashira_circle_top {
  width: 121px;
  margin: 0 auto 46px;
}
#policy.p_pages.hpp .hashira_ttl {
  margin-top: -9px;
  margin-bottom: 39px;
  text-align: center;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 6px;
}
#policy.p_pages.hpp .common_mainttl {
  margin-bottom: 38px;
}
#policy.p_pages.hpp p.p_pages_txt {
  margin-top: -15px;
  margin-bottom: 66.5px!important;
  font-size: 18px;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 2.2px;
}

.philosophyPolicyLinkBox {
    border-bottom: 1px solid #231815;
    position: relative;
}

.philosophyPolicyLinkBox::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    transition: 0.2s;
}
.philosophyPolicyLinkBox img {
    width: 157px;
    padding: 40px 0 27px;
    margin: auto;
}
.br_pc {
  display: inline!important;
}


.genteiMovieCatch {
  font-size: 14px;
  text-align: center;
  margin-bottom: 42px;
}

.genteiMovieBtn {
  display: block;
  margin: -30px auto 28px;
  width: 292px;
}

.margin0 {
  margin-top: 0 !important;
}

.genteiMovieBtn:hover {
  opacity: 0.6;
}

.genteiMovieWrapper {
  padding: 55px 0;
  background: #f2f0ef;
  margin-top: -100px;
}

#movie.minner .common_mainttl {
  margin-bottom: 136px;
}

.genteiMovieInner {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 1252px;
  margin-right: auto;
  margin-left: auto;
  
}
#movie.minner .genteiMovieInner {
  width: 1170px;
}

.genteiMovieBox {
  display: block;
  width: 298px;
  margin-bottom: 16px;
}

.genteiMovieBox:not(:nth-child(4n)) {
  margin-right: 20px;
}

.genteiMovieBox img {
  display: block;
  width: 100%;
}

.genteiMovieBox p {
  height: 60px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
}

.genteiMovieBox a:hover {
  opacity: 0.6;
}

.genteivimeoBox iframe {
  display: block;
  width: 1170px;
  height: 658px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  line-height: 0;
}

.genteivimeoBox_p {
  margin-bottom: -60px;
  text-align: center;
  font-size: 14px;
}

.topgenteibtnwrap {
  width: 272px;
  margin: 0 auto 53px;
}

.topgenteibtn:hover {
  opacity: 0.6;
}

a.hashira_pdf {
  display: block;
  width: 440px;
  margin: 0 auto 100px;
  padding: 6px 0 8px;
  font-size: 18px;
  text-align: center;
  color: #E83828;
  border: 2px solid #E83828;
  transition: .2s;
}
a.hashira_pdf:hover {
  color: #FFFFFF;
  background: #E83828;
}

.concept_list_hosoku {
  margin-top: -12px;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 65px;
}

.koubo26catch {
  width: 740px;
  margin: 0 auto 100px;
}

.vimeoCap02 {
  text-align: center;
  margin-bottom: 40px;
  color: red;
}

.schoolmovieCatch {
  margin: 20px 0;
  text-align: center;
}

#support .area01 .list .none {
  margin-right: 20px;
}

.prioritypolicyTitleWrap {
  width: 365px;
  margin: 0 auto 107px;
}

.prioritypolicyTitleWrap img {
  width: 100%;
}

.prioritypolicyTitleWrapHashiraUnder {
  margin: 48px auto 150px;
}

.prioritypolicyTitleWrapHashiraUnder a:hover {
  opacity: 0.6;
}

.prioritypolicyBox {
  margin-bottom: 107px;
  padding-bottom: 115px;
  border-bottom: 1px solid #231815;
}

.prioritypolicyBoxNumWrap {
  width: 48px;
  margin:0 auto 27px;
}

.prioritypolicyBoxNumWrap img {
  width: 100%;
}

.prioritypolicyBoxTitleWrap {
  margin: 0 auto 53px;
}

.prioritypolicyBoxTitleWrap01 {
  width: 353px;
}

.prioritypolicyBoxTitleWrap02 {
  width: 560px;
}

.prioritypolicyBoxTitleWrap03 {
  width: 321px;
}

.prioritypolicyBoxCatch {
  font-size: 26px;
  text-align: center;
  margin-bottom: 80px;
}

.prioritypolicyBoxCatch span {
  font-size: 18px;
}

.prioritypolicyBoxList li {
  color: #E60000;
  list-style-type: disc;
  font-size: 19px;
  margin-bottom: 12px;
}

.prioritypolicyBoxList li span {
  color: #000;
}

.borderNone {
  border:none;
}
.topCaravanWrap {
  margin-top: 60px;
  margin-bottom: 85px;
}
.topFWBWrap {
  margin-bottom: 55px;
}
.topFWBWrap img {
  width: 100%;
}

.topCaravanWrap a img:hover,.topFWBWrap a img:hover {
  opacity: 0.6;
}

.prioritypolicyTitleWrapPolicyUnder {
  margin: 84px auto 0;
}

.prioritypolicyTitleWrapPolicyUnder a:hover {
  opacity: 0.6;
}

.topFaqWrap {
  width: 427px;
  margin: 55px auto 0;
}

.topFaqWrap img {
  width: 100%;
}

.topFaqWrap a:hover {
  opacity: 0.6;
}
.topFaqWrap a img {
  transition: 0.3s;
}
.topFaqWrap a:hover img {
  opacity: 0.6;
}
.merumagaCatch {
  letter-spacing: 0 !important;
}
.home_cstm_bnnr_01.cl50 {
  justify-content: center;
}
.home_cstm_bnnr_01.cl50 > a {
  margin-right: 0;
}
.home02.mB19 {
  margin-bottom: 19px !important;
}
.topFaqWrap2 {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.topFaqWrap2 a {
  display: block;
  width: 427px;
  transition: 0.3s;
}
.topFaqWrap2 a:hover {
  opacity: 0.6;
}
.topFaqWrap2 a:first-of-type {
  margin-right: 36px;
}
.topFaqWrap2.tFW2Mb50 {
  margin-bottom: 85px;
}
.s_amount_box {
  width: 890px;
  height: 97px;
  position: relative;
  overflow: hidden;
	cursor: pointer;
}
.s_amount_num {
  width: 350px;
  font-size: 52px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  text-align: right;
  letter-spacing: 4px;
  position: absolute;
  top: 7px;
  left: 64px;
}
.s_amount_info {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  color: #ED6C00;
}
.s_amount_box img {
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.s_amount_box:hover a img:nth-of-type(2) {
	opacity: 0;
}

.mdfd_mmbr_ttl {
  font-size: 16px;
  font-weight: 500;
  margin-right: 68px;
}
.mdfd_mmbr_ttl_2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.c_h3Tit04.mdfd_mmbr_ttl_2, #member .add_flxcntr.c_h3Tit04 {
  letter-spacing: 2.3px;
}
#member .add_flxcntr {
  display: flex;
  align-items: center;
  padding-left: 24px;
}
#member .cl25 {
  justify-content: flex-start !important;
}
#member .cl25 li:not(:nth-child(5n)) {
  margin-right: 15px;
}
#member .u_1 li {
  width: 136px !important;
}
#member .inner740 .cl25 > li:nth-last-child(-n+4) {
  margin-bottom: 2.666% !important;
}
#member .btnArea .f_kr {
  margin-bottom: 0;
  padding-bottom: 0;
}
#member .inner740 .u_4 {
  margin-bottom: 45px;
  padding-bottom: 0;
}
#member .inner740 div.u_3 {
  margin-bottom: 45px;
  padding-bottom: 0;
}
#member a.mmbr_blink {
  color: #333333;
  text-decoration: underline;
  transition: .2s;
}
#member a.mmbr_blink:hover {
  color: #0098E1;
}

/*  */
.hashira_ttnt {
  width: 100%;
  margin-bottom: -44px;
  padding-top: 1em;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  color: #E83828;
}

/* top banners */
.topBnnr {
  width: 467px;
  margin: 0 auto 55px;
}
.topBnnr a {
  display: block;
  transition: 0.3s;
}
.topBnnr a:hover {
  opacity: 0.6;
}

.topCntrBnnr {
  width: 427px;
  margin: 38px auto 0;
}
.topFaqWrap2.opCntrBnnr_AMT {
  margin-top: 38px;
}


 /* グッズ上部誘導リンク */
 .goods_invite {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 2.5rem 3.8rem;
  letter-spacing: 3px;
  text-align: center;
  border: 2px solid #ff0000;
 }
 .goods_invite p {
   font-size: 22px;
   font-weight: 700;
   letter-spacing: 2px;
   color: #ff0000;
   transition: .2s;
 }
 .goods_invite a {
  color: #ff0000;
 }
 .goods_invite p:first-of-type {
   margin-bottom: .8rem;
 }
 .goods_invite a:hover {
  color: #FFFFFF;
  background: #ff0000;
 }
 .goods_invite a span {
  font-size: 13px;
  vertical-align: 2px;
  padding-left: 0.8rem;
 }

/* 支部追記 */
 #support .area01 .list_txt {
  width: 650px;
 }