@charset "UTF-8";
/*
Theme Name: がん制度ドック2021
Description: 
Version: 1.0
Author: KARTEPOST
Author URI: https://www.kartepost.com/
*/
/*フォント指定
font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 200;
font-style: normal;

font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 400;
font-style: normal;

font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 700;
font-style: normal;


font-family: ten-mincho-text,serif;
font-weight: 400;
font-style: normal;

*/
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
  background: #DBEBEF;
  background-size: 100% auto;
  width: 100%;
}
body.fix {
  position: fixed;
}
@media screen and (max-width: 559px), print {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

ul, ol {
  list-style: none;
}
@media screen and (max-width: 559px), print {
  ul, ol {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #000;
  transition: 0.5s ease-in-out;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 960px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .tablet {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block;
  }
}

/*** 共通項目 --------------------------***/
#Wrapper {
  position: relative;
  box-sizing: border-box;
  background: url(img/footer_bg.svg) no-repeat bottom center;
  background-size: 100% auto;
  overflow: hidden;
}
#Wrapper .footerbg {
  width: 100%;
  height: 450px;
  transform: translateY(3px);
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}
#Wrapper .footerbg li {
  position: absolute;
}
#Wrapper .footerbg .bg01 {
  left: 100px;
  top: 0px;
}
#Wrapper .footerbg .bg02 {
  right: 100px;
  top: 200px;
}
@media screen and (max-width: 959px) {
  #Wrapper .footerbg .bg01 {
    left: 50px;
    top: 120px;
  }
  #Wrapper .footerbg .bg02 {
    visibility: hidden;
  }
}
@media screen and (max-width: 820px) {
  #Wrapper .footerbg .bg01 {
    left: 20px;
    top: -10px;
  }
}
@media screen and (max-width: 559px), print {
  #Wrapper .footerbg .bg01 {
    left: 20px;
    top: 0px;
  }
}
.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.center {
  margin: 0 auto 30px;
  text-align: center;
}

.caution {
  font-size: 12px;
  font-size: 1.2rem;
}
.caution a {
  color: #DD1717;
  text-decoration: underline;
}

.btnMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 200px;
  height: 70px;
  background-color: #000;
  border-radius: 40px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.btnMore a {
  text-decoration: none;
  position: relative;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: text-bottom;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  display: block;
  padding: 10px 20px;
  width: 200px;
  box-sizing: border-box;
}
.btnMore a.fontBold {
  font-weight: 700;
}
.btnMore.search {
  padding: 12px 20px;
}
.btnMore.search a {
  position: relative;
  padding-left: 30px;
}
.btnMore.search a:after {
  position: absolute;
  bottom: 50%;
  left: 0px;
  content: "";
  transform: translateY(50%);
  width: 21px;
  height: 22px;
  background: url(img/icon_search.svg) no-repeat;
}
.btnMore.white {
  background-color: #fff;
  margin-bottom: 40px;
  width: 300px;
}
.btnMore.white a {
  color: #000;
  width: 300px;
}
.btnMore.noBg {
  background-color: inherit;
  border: 1px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  width: 300px;
}
.btnMore.noBg a {
  color: #000;
  width: 300px;
}
.btnMore:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .btnMore {
    max-width: 100%;
  }
  .btnMore a {
    max-width: 100%;
  }
  .btnMore.noBg {
    margin-bottom: 20px;
  }
}

.flexBox {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexBox.border {
  position: relative;
  margin-bottom: 20px;
}
.flexBox.border div {
  flex-grow: 1;
  text-align: center;
  width: 50%;
  line-height: 1;
}
.flexBox.border div + div {
  border-left: 1px solid #000;
}
.flexBox.submenu {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.flexBox.submenu div:not(:last-child) {
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .flexBox.border {
    justify-content: center;
  }
  .flexBox.border div {
    width: 40%;
  }
  .flexBox.submenu {
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .flexBox.submenu div {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .flexBox.submenu div:not(:last-child) {
    padding-right: 0px;
  }
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.pagecontents {
  display: none;
}

/*** header --------------------***/
#header {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  width: 100vw;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
}
#header a {
  text-decoration: none;
}
#header .logo {
  padding-left: 50px;
  z-index: 2;
}
#header .btnBox {
  padding-right: 50px;
  position: relative;
  z-index: 10;
}
#header .btnBox a:hover {
  opacity: 1;
}
#header .btnBox .menuBtn {
  display: block;
}
#header .btnBox .menuBtn > span:last-of-type,
#header .btnBox .menuBtn.active > span:first-of-type {
  display: none;
}
#header .btnBox .menuBtn.active > span:last-of-type {
  display: inline;
}
@media screen and (max-width: 959px) {
  #header .logo {
    z-index: 5;
    padding-left: 20px;
  }
  #header .btnBox {
    padding-right: 20px;
  }
}
#header .mainNav {
  background: #DBEBEF;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transition: all 0.3s ease, visibility 0.6s ease;
  font-size: 20px;
  font-size: 2rem;
}
#header .mainNav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.fix #header .mainNav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  top: 0;
  overflow-y: scroll;
}
#header .mainNav .innerBox {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding: 30px 0;
}
#header .mainNav ul {
  padding: 20px 10px 10px;
  text-align: center;
}
#header .mainNav ul li {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
}
#header .mainNav ul li.btnMore {
  padding: 12px 20px;
  margin-bottom: 30px;
}
#header .mainNav ul li.noBg a {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
#header .mainNav ul li a {
  transition: color 1s;
  display: block;
}
@media screen and (max-width: 959px) {
  #header .mainNav {
    justify-content: flex-start;
  }
  #header .mainNav .innerBox {
    width: calc(100% - 20px);
    justify-content: center;
  }
  #header .mainNav .innerBox ul {
    width: 100%;
    margin-top: 50px;
  }
}

/*** footer --------------------------***/
footer {
  background-color: #000;
  box-sizing: border-box;
  padding: 80px 0 50px;
  color: #fff;
  text-align: center;
}
footer a {
  text-decoration: none;
}
footer .icon {
  padding: 30px 0;
}
footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
}
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 3;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000;
  position: relative;
  color: #fff;
}
#pagetop a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: opacity 0.7s;
}
@media screen and (max-width: 559px), print {
  #pagetop {
    right: 20px;
    bottom: 20px;
  }
}

/*** top --------------------------***/
.index {
  position: relative;
}
@media screen and (max-width: 959px) {
  .index {
    top: -60px;
  }
}
@media screen and (max-width: 559px), print {
  .index {
    top: -80px;
  }
}

.home h2 {
  margin-bottom: 20px;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 3;
}

.topMainimg {
  margin-bottom: 50px;
}
.topMainimg .topMainbg {
  position: relative;
  height: 770px;
}
.topMainimg .topMainbg li {
  position: absolute;
  display: none;
}
.topMainimg .topMainbg .bg01 {
  left: 50px;
  top: 150px;
}
.topMainimg .topMainbg .bg02 {
  right: 50px;
  top: 400px;
}
.topMainimg .topMainbg .bg03 {
  right: 100px;
  top: 100px;
}
.topMainimg .topMainbg .bg04 {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
}
.topMainimg .topMainbg .innerBox {
  width: 60%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.topMainimg .topMainbg .innerBox p {
  padding-bottom: 20px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
.topMainimg .topMainbg .innerBox p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .topMainimg .topMainbg {
    height: 700px;
  }
  .topMainimg .topMainbg .bg01 {
    left: 20px;
    top: 100px;
  }
  .topMainimg .topMainbg .bg02 {
    visibility: hidden;
  }
  .topMainimg .topMainbg .bg03 {
    right: 50px;
    top: 90px;
  }
  .topMainimg .topMainbg .bg04 {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
  }
  .topMainimg .topMainbg .innerBox {
    width: 90%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .topMainimg .topMainbg .innerBox p {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 559px), print {
  .topMainimg .topMainbg {
    height: 810px;
  }
  .topMainimg .topMainbg .bg01 {
    left: -40px;
    top: -10px;
  }
  .topMainimg .topMainbg .bg02 {
    visibility: hidden;
  }
  .topMainimg .topMainbg .bg03 {
    right: 10px;
    top: 60px;
  }
  .topMainimg .topMainbg .bg04 {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    width: 90%;
  }
  .topMainimg .topMainbg .bg04 h1 {
    width: 100%;
    text-align: center;
  }
  .topMainimg .topMainbg .innerBox {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .topMainimg .topMainbg .innerBox p {
    padding-bottom: 40px;
    line-height: 2;
  }
}

.topAbout {
  margin: 120px auto 120px;
  width: 650px;
  text-align: center;
}
.topAbout h2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .topAbout {
    width: 80%;
    margin: 80px auto 100px;
  }
}

.topNpo {
  margin: 50px auto 80px;
  width: 650px;
  padding: 30px 20px 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}
.topNpo .btnMore {
  margin-top: 20px;
}
.topNpo .banner {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .topNpo {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 559px), print {
  .topNpo {
    margin-bottom: 40px;
    width: calc(100% - 20px);
  }
}

.topStep {
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
.topStep h2 {
  margin-bottom: 80px;
}
.topStep .img {
  position: relative;
  left: -100px;
  padding-bottom: 30px;
}
.topStep .innerBox {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 70px;
}
.topStep .innerBox .inner {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
.topStep .innerBox .inner dt {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.topStep .innerBox .inner dd {
  text-align: center;
  line-height: 1.4;
}
.topStep .innerBox .inner:last-child {
  margin-right: 0;
}
@media screen and (max-width: 559px), print {
  .topStep {
    margin-bottom: 70px;
  }
  .topStep h2 {
    margin-bottom: 40px;
  }
  .topStep .img {
    padding-bottom: 15px;
  }
  .topStep .innerBox {
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
  }
  .topStep .innerBox .inner {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80%;
    max-width: 230px;
  }
  .topStep .innerBox .inner:last-child {
    margin: 0 auto;
  }
  .topStep .innerBox .inner dt img {
    width: 100%;
  }
  .topStep .innerBox .inner dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.topVoice {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.topVoice a {
  text-decoration: none;
}
.topVoice .img {
  position: relative;
  right: -100px;
  padding-bottom: 30px;
}
.topVoice .innerBox {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.topVoice .innerBox .inner {
  width: calc(33.3333333333% - 30px);
  padding: 40px 40px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.topVoice .innerBox .inner dt {
  text-align: center;
  margin-bottom: 30px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.topVoice .innerBox .inner dd {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .topVoice .img {
    position: inherit;
    right: 0;
    text-align: right;
  }
  .topVoice.swiperBox {
    position: relative;
  }
  .topVoice .swiper-container {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
  .topVoice .swiper-container .swiper-wrapper {
    margin-bottom: 50px;
  }
  .topVoice .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
  }
  .topVoice .swiper-container .swiper-wrapper .swiper-slide a {
    height: 100%;
  }
  .topVoice .swiper-container .swiper-wrapper .swiper-slide dt {
    text-align: center;
    margin-bottom: 20px;
  }
  .topVoice .swiper-container .swiper-wrapper .swiper-slide dd {
    text-align: left;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topVoice .swiper-container .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
  }
  .topVoice .swiper-container .swiper-wrapper .swiper-pagination.disabled {
    display: none;
  }
  .topVoice .swiper-button-prev {
    background: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -10px;
  }
  .topVoice .swiper-button-next {
    background: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -10px;
  }
  .topVoice .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #f10000;
  }
}
@media screen and (max-width: 559px), print {
  .topVoice .img {
    right: 15%;
  }
}

.topTopic {
  margin: 50px auto 0;
  padding-bottom: 80px;
  max-width: 440px;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.topTopic .img {
  position: relative;
  height: 80px;
}
.topTopic .img .bird {
  text-align: left;
  position: absolute;
  right: 0;
  z-index: 1;
}
.topTopic .img .cloud {
  text-align: right;
  position: absolute;
  left: 0;
  display: none;
}
.topTopic dl {
  margin-bottom: 40px;
}
.topTopic dl dt {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .topTopic {
    padding-bottom: 40px;
  }
  .topTopic .img {
    height: 100px;
  }
  .topTopic .img .bird {
    right: 20px;
  }
  .topTopic .img .cloud {
    display: block;
    top: -10px;
    left: -30%;
  }
}
@media screen and (max-width: 559px), print {
  .topTopic {
    max-width: calc(100% - 20px);
  }
  .topTopic dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topTopic dl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.topFacebook {
  margin: 50px auto 0;
  padding-bottom: 80px;
  max-width: 440px;
  text-align: center;
}
.topFacebook .img {
  position: relative;
  height: 80px;
}
.topFacebook .img .bird {
  text-align: left;
  position: absolute;
  left: 0;
}
.topFacebook .img .cloud {
  text-align: right;
  position: absolute;
  right: 0;
  display: none;
}
.topFacebook .fb-page {
  display: block !important;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .topFacebook {
    padding-bottom: 40px;
    max-width: calc(100% - 20px);
  }
  .topFacebook .img {
    height: 100px;
  }
  .topFacebook .img .bird {
    left: 30px;
  }
  .topFacebook .img .cloud {
    display: block;
    top: -40%;
    right: -20%;
  }
}

.topDonate {
  margin: 50px auto 0;
  padding-bottom: 80px;
  max-width: 400px;
  text-align: center;
}
.topDonate .img {
  position: relative;
  height: 80px;
}
.topDonate .img .bird {
  text-align: left;
  position: absolute;
  left: 0;
}
.topDonate .img .cloud {
  text-align: right;
  position: absolute;
  right: 0;
  display: none;
}
.topDonate .txt {
  padding-bottom: 50px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.topDonate .txt p {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .topDonate {
    padding-bottom: 40px;
  }
  .topDonate .img {
    position: relative;
  }
  .topDonate .img .bird {
    left: 0;
  }
  .topDonate .img .cloud {
    display: block;
    top: -10px;
    right: -30%;
  }
}
@media screen and (max-width: 559px), print {
  .topDonate {
    max-width: 90%;
  }
  .topDonate .img .bird {
    left: -20%;
  }
  .topDonate .txt {
    padding-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.topMail {
  margin: 100px auto 0;
  padding-bottom: 80px;
  max-width: 400px;
  text-align: center;
}
.topMail .img {
  position: relative;
  height: 80px;
}
.topMail .img .bird {
  text-align: left;
  position: absolute;
  left: 0;
}
.topMail .img .cloud {
  text-align: right;
  position: absolute;
  right: 0;
  display: none;
}
.topMail .txt {
  padding-bottom: 50px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .topMail .img {
    height: 50px;
  }
  .topMail .img .cloud {
    display: block;
    right: -30px;
    top: -10%;
  }
}
@media screen and (max-width: 559px), print {
  .topMail {
    max-width: 70%;
  }
}

/*** 下層ページ ------------------------------------------------------------------------------***/
.bgCloud {
  position: relative;
}
.bgCloud li {
  position: absolute;
  z-index: 1;
}
.bgCloud .bg01 {
  left: 50px;
  top: 150px;
}
.bgCloud .bg02 {
  right: 50px;
  top: 400px;
}
.bgCloud .bg03 {
  right: 100px;
  top: 100px;
}
.bgCloud .mailbird {
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .bgCloud .bg01 {
    left: 20px;
    top: 100px;
  }
  .bgCloud .bg02 {
    visibility: hidden;
  }
  .bgCloud .bg03 {
    right: 50px;
    top: 90px;
  }
}
@media screen and (max-width: 559px), print {
  .bgCloud .bg01 {
    visibility: hidden;
  }
  .bgCloud .bg02 {
    visibility: hidden;
  }
  .bgCloud .bg03 {
    top: 60px;
  }
  .bgCloud .bg03.sm {
    visibility: hidden;
  }
  .bgCloud .mailbird {
    visibility: visible;
    right: 40%;
    top: 60px;
  }
}

.contents {
  position: relative;
  z-index: 3;
}
.contents.column {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contents.column .contentLeft {
  width: calc(100% - 260px);
  padding-left: 30px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.contents.column .contentLeft h3 {
  margin-top: 30px;
}
.contents.column .contentLeft table td.title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contents.column .sidebar {
  width: 230px;
  margin-right: 30px;
  box-sizing: border-box;
}
.contents .contentsInner {
  width: 660px;
  margin: 0 auto;
}
.contents .contentsInner.topics {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .contents {
    max-width: 90%;
    padding: 0;
  }
  .contents.column .contentLeft {
    width: calc(100% - 20px);
    padding-left: 0;
    margin: 0 auto;
  }
  .contents.column .contentLeft table {
    margin-bottom: 40px;
  }
  .contents.column .contentLeft table th {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: left;
  }
  .contents.column .contentLeft table td {
    display: block;
    width: 100%;
  }
  .contents.column .contentLeft table td.text {
    margin-bottom: 30px;
  }
  .contents.column .sidebar {
    display: none;
  }
  .contents .contentsInner {
    width: 100%;
  }
}
@media screen and (max-width: 559px), print {
  .contents {
    max-width: 100%;
  }
  .contents .contentsInner {
    max-width: calc(100% - 20px);
  }
}

.sidebar .sideTitle {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.sidebar .sideTitle a {
  color: #212121;
}
.sidebar ul li {
  position: relative;
}
.sidebar ul li:marker {
  display: none;
}
.sidebar ul li.menu-item-150 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li.menu-item-150 a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.sidebar ul li.menu-item-150 .sub-menu a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: none;
  padding: 0;
}
.sidebar ul li a {
  padding-left: 0;
  padding-bottom: 0px;
}
.sidebar ul li ul {
  /*
  				padding-left: 10px;
  				padding-top: 10px;
  */
}
.sidebar ul li ul li {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.sidebar ul li ul li .children {
  padding-left: 10px;
}
.sidebar ul li .accordionBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
.sidebar ul li .accordionBtn:before {
  content: "+";
}
.sidebar ul li .accordionBtn.active:before {
  content: "-";
}
.sidebar a {
  text-decoration: none;
  display: block;
}

.pageTitle {
  height: 400px;
  position: relative;
}
.pageTitle h1 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .pageTitle {
    height: 250px;
  }
  .pageTitle h1 {
    bottom: 30%;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 559px), print {
  .pageTitle h1 {
    margin-bottom: 20px;
  }
  .pageTitle .searchTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.pageinner {
  padding-bottom: 100px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .pageinner {
    padding: 0 0px;
  }
}
.pageinner img {
  margin: 10px 0;
}
.pageinner img.aligncenter {
  margin: 30px auto;
  text-align: center;
}
.pageinner img.alignleft {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 559px), print {
  .pageinner img.alignleft {
    width: 60%;
  }
}
.pageinner img.alignright {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 559px), print {
  .pageinner img.alignright {
    width: 60%;
  }
}
.pageinner h2 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 40px;
  margin-top: 30px;
}
.pageinner h2 img {
  margin-top: 10px;
}
@media screen and (max-width: 559px), print {
  .pageinner h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.pageinner h2:first-child {
  margin: 0 0 20px 0;
}
.pageinner h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: normal;
}
.pageinner p {
  margin: 0 0 15px 0;
  line-height: 1.7;
}
.pageinner p.txtsmall {
  font-size: 80%;
}
.pageinner hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #CDDADD;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  margin-bottom: 80px;
  overflow: hidden;
}
.pageinner ul li {
  margin-bottom: 30px;
}
.pageinner ol li {
  list-style-position: outside;
}
.pageinner .mincho {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .txtCenter {
  text-align: center;
}
.pageinner .txtRight {
  text-align: right;
}
.pageinner .txtLeft {
  text-align: left;
}
.pageinner .txtSmall {
  font-size: 12px;
  font-size: 1.2rem;
}
.pageinner .txt14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.pageinner .txtBig {
  font-size: 20px;
  font-size: 2rem;
}
.pageinner .txtBold {
  font-weight: 700;
}
.pageinner .asterisk:before {
  content: "※";
  margin-right: 0.5rem;
}
.pageinner .asterisk.right {
  text-align: right;
}
.pageinner .logoWhiteBox {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.pageinner .marginTop {
  margin-top: 80px;
  margin-bottom: 30px;
}
.pageinner .marginTop.more {
  margin-top: 120px;
}
.pageinner .marginTop.mini {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pageinner #attention {
  margin: 50px 0 30px;
}
.pageinner .topMail {
  padding-bottom: 40px;
}
.pageinner .topMail .img {
  height: 50px;
}
.pageinner .snsBox {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
}
.pageinner .snsBox.first {
  height: 65px;
}
.pageinner .snsBox.first #post_tw {
  margin-top: 8px;
}
.pageinner .snsBox div {
  margin-left: 10px;
  margin-right: 10px;
}
.pageinner .singleTitle {
  margin-bottom: 50px;
  text-align: center;
}
.pageinner .singleTitle h2 {
  margin-top: 20px;
}
.pageinner .singleTitle .time {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
}
.pageinner .singleTitle .cat {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 12px 20px;
  text-align: center;
}
.pageinner .singleTitle .cat li {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .pageinner .singleTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pageinner .singleTitle h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-top: 10px;
  }
  .pageinner .singleTitle .cat {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.pageinner .nextBox {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin: 80px auto;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .nextBox .noBorder a {
  text-decoration: none;
}
.pageinner .nextBox .txtNoto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .pageinner .nextBox {
    width: 60%;
    margin: 40px auto;
  }
}
.pageinner .whiteBox {
  background-color: #fff;
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto 80px;
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .searchBox {
  text-align: center;
  counter-reset: number;
  margin-bottom: 40px;
  padding: 0 10px;
}
.pageinner .searchBox h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 50px;
}
.pageinner .searchBox h2 em {
  text-decoration: none;
  font-weight: normal;
}
.pageinner .searchBox h2 span {
  display: block;
  background-color: #DD1717;
  color: #fff;
  border-radius: 50%;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 auto 20px;
}
.pageinner .searchBox.search h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.pageinner .searchBox .question {
  clear: both;
}
.pageinner .searchBox .selectdiv {
  position: relative;
  margin: 10px auto 80px;
  left: 50%;
  transform: translateX(-50%);
}
.pageinner .searchBox select {
  background-color: #ddd;
  border: thin solid #707070;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  min-width: 350px;
  box-sizing: border-box;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pageinner .searchBox select.fmselect {
  background-image: linear-gradient(45deg, transparent 50%, #666666 50%), linear-gradient(135deg, #666666 50%, transparent 50%), linear-gradient(to right, #CCCCCC, #CCCCCC);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.pageinner .searchBox select::-ms-expand {
  display: none;
}
.pageinner .searchBox select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.pageinner .searchBox .checkdiv {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 20px;
  /* チェックボックス */
}
.pageinner .searchBox .checkdiv .checker {
  width: calc(33.3333333333% - 20px);
  line-height: 1.5;
  margin-bottom: 10px;
}
.pageinner .searchBox .checkdiv.four .checker {
  width: calc(25% - 20px);
}
.pageinner .searchBox .checkdiv.second .checker {
  width: calc(50% - 10px);
}
.pageinner .searchBox .checkdiv input[type=checkbox] {
  display: none;
}
.pageinner .searchBox .checkdiv span {
  position: relative;
  margin-right: 20px;
  line-height: 1.5;
}
.pageinner .searchBox .checkdiv span:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  left: -20px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.pageinner .searchBox .checkdiv span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -15px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
  opacity: 0;
}
.pageinner .searchBox .checkdiv input[type=checkbox]:checked + span {
  color: #d01137;
}
.pageinner .searchBox .checkdiv input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.pageinner .searchBox .checkdiv em {
  font-size: 70%;
  font-style: normal;
}
.pageinner .searchBox .button {
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
  background-color: #000;
  border-radius: 30px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  transition-property: opacity;
  transition-duration: 0.5s;
  cursor: pointer;
}
.pageinner .searchBox .button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px) {
  .pageinner .searchBox h2 {
    margin-top: 40px;
  }
  .pageinner .searchBox select {
    min-width: 200px;
    max-width: 100%;
  }
  .pageinner .searchBox .checkdiv {
    justify-content: flex-start;
    flex-direction: column;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pageinner .searchBox .checkdiv .checker {
    width: 100%;
  }
  .pageinner .searchBox .checkdiv.four .checker {
    width: 100%;
  }
  .pageinner .searchBox .checkdiv.second .checker {
    width: 100%;
  }
}
.pageinner .resultBox {
  width: 660px;
  margin: 50px auto;
}
.pageinner .resultBox .bgWhite {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pageinner .resultBox .bgWhite h2 {
  text-align: center;
  margin-bottom: 30px;
}
.pageinner .resultBox .bgWhite ul {
  text-align: center;
}
.pageinner .resultBox .bgWhite ul li {
  margin-bottom: 30px;
}
.pageinner .resultBox .bgGray {
  background-color: #CDDADD;
  border-radius: 15px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pageinner .resultBox .bgGray h2 {
  text-align: center;
  margin-bottom: 30px;
}
.pageinner .resultBox table {
  border-collapse: separate;
  border-spacing: 20px;
}
.pageinner .resultBox table tr td {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #000;
}
.pageinner .resultBox table tr td.title {
  text-align: center;
  font-weight: 700;
  border-bottom: none;
}
.pageinner .resultBox table a {
  text-decoration: none;
}
.pageinner .resultBox .btnMore {
  margin: 20px auto 10px;
  display: block;
  width: 200px;
}
@media screen and (max-width: 959px) {
  .pageinner .resultBox {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pageinner .resultBox .btnMore {
    width: 70%;
  }
}
.pageinner .innerNews {
  margin-top: 0px;
}
.pageinner .innerNews .titleBox {
  margin-bottom: 30px;
}
.pageinner .innerNews .titleBox .tab {
  list-style: none;
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pageinner .innerNews .titleBox .tab li {
  max-width: calc(100% - 80px);
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.pageinner .innerNews .titleBox .tab li a {
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.pageinner .innerNews .tab_area {
  display: none;
  margin-left: 30px;
}
.pageinner .innerNews dl {
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.pageinner .innerNews dl dt {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.pageinner .innerNews dl dd {
  line-height: 1.5;
  padding: 0;
}
.pageinner .innerNews dl dd.cat {
  width: 150px;
  margin-right: 15px;
  border: 1px solid #212121;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pageinner .innerNews {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pageinner .innerNews .titleBox .tab li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .pageinner .innerNews dl {
    flex-direction: column;
    width: calc(100% - 20px);
  }
  .pageinner .innerNews dl dt {
    width: 100%;
  }
  .pageinner .innerNews dl dd {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pageinner .innerNews .btnMore.pc {
    visibility: hidden;
    width: 0;
  }
  .pageinner .innerNews .btnMore.sm-tab {
    visibility: visible;
    width: auto;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner .innerNews dl {
    margin-bottom: 30px;
  }
}
.pageinner .supBox {
  margin: 50px 0;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .supBox ul {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pageinner .supBox ul li {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.5;
}
.pageinner .supBox ul.supBig {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
}
.pageinner .supBox ul.supBig li {
  width: 100%;
}
.pageinner .supBox ul.supSmall li {
  width: 50%;
  margin-bottom: 40px;
}
.pageinner .supBox ul.case {
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pageinner .supBox ul.case li {
  width: 33.3333333333%;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media screen and (max-width: 959px) {
  .pageinner .supBox ul.supBig {
    margin-bottom: 30px;
  }
  .pageinner .supBox ul.supBig li {
    width: 100%;
    margin-bottom: 10px;
  }
  .pageinner .supBox ul.supSmall li {
    width: 50%;
  }
  .pageinner .supBox ul.case li {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner .supBox.supporter {
    margin-top: 0;
    position: relative;
  }
  .pageinner .supBox.supporter .supBig {
    position: relative;
    top: -30px;
  }
  .pageinner .supBox ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pageinner .supBox ul.case {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .pageinner .supBox ul.case li {
    margin-bottom: 50px;
  }
}
.pageinner .innerLink {
  display: flex;
  -js-display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto 50px;
}
.pageinner .innerLink li {
  margin-bottom: 15px;
}
@media screen and (max-width: 559px), print {
  .pageinner .innerLink {
    margin-top: 60px;
  }
  .pageinner .innerLink li {
    margin-bottom: 30px;
  }
  .pageinner .innerLink li a {
    font-weight: 700;
  }
}
.pageinner .mediBox {
  margin-bottom: 30px;
  text-align: center;
}
.pageinner .mediBox dt {
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .mediBox dd a {
  font-weight: 700;
}
.pageinner .txtContents {
  text-align: left;
  width: 600px;
  margin: 0px auto 50px;
}
.pageinner .txtContents p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.pageinner .txtContents .nameRight {
  text-align: right;
  margin-bottom: 30px;
  line-height: 1.5;
}
.pageinner .txtContents .nameRight dt {
  margin-bottom: 10px;
}
.pageinner .txtContents .nameRight .txtBig {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .pageinner .txtContents {
    width: 90%;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner .txtContents dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pageinner .txtWbox {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto 100px;
  width: 600px;
  box-sizing: border-box;
}
.pageinner .txtWbox p {
  margin-bottom: 30px;
}
.pageinner .txtWbox.short {
  width: 650px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .pageinner .txtWbox {
    width: 90%;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
  .pageinner .txtWbox.short {
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pageinner .tileBox {
  margin: 50px auto;
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .tileBox .bgWhite {
  width: calc(33.3333333333% - 30px);
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 0 15px 30px;
}
.pageinner .tileBox .eventInner {
  text-align: center;
}
.pageinner .tileBox .eventInner .time {
  margin-bottom: 10px;
}
.pageinner .tileBox .eventInner h2 {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
.pageinner .tileBox .eventInner .cat {
  margin-bottom: 20px;
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
}
.pageinner .tileBox dl {
  min-height: 100px;
}
.pageinner .tileBox dl dt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .pageinner .tileBox {
    flex-direction: column;
  }
  .pageinner .tileBox .bgWhite {
    width: 100%;
    margin: 0 0 20px;
  }
}
.pageinner .voiceBox {
  width: 100%;
}
.pageinner .voiceBox .bgWhite {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 50px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px 30px;
  box-sizing: border-box;
}
.pageinner .voiceBox dl dt {
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pageinner .voiceBox dl dd {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .pageinner .voiceBox .bgWhite {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner .voiceBox .bgWhite {
    margin-bottom: 10px;
  }
}
.pageinner .flexCenter {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 60px 0 60px;
}
.pageinner .flexCenter li {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 30px;
  text-align: center;
}
.pageinner .flexCenter li img {
  display: block;
  margin: 0 auto 10px;
  flex-grow: 1;
}
.pageinner .flexCenter.circle {
  margin: 120px 0 100px;
}
.pageinner .flexCenter.circle li {
  margin-bottom: 0;
}
.pageinner .flexCenter.left {
  justify-content: inherit;
  flex-direction: row;
  align-items: stretch;
}
.pageinner .flexCenter.left dl {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 50px;
  text-align: center;
  line-height: 1.6;
}
.pageinner .flexCenter.left dl dt {
  font-size: 18px;
  font-size: 1.8rem;
}
.pageinner .flexCenter.left dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .flexCenter.left ul {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 50px;
  text-align: center;
  line-height: 1.6;
}
.pageinner .flexCenter.left ul li {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .pageinner .flexCenter li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .pageinner .flexCenter.circle {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .pageinner .flexCenter.circle li {
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    flex-basis: 1;
  }
  .pageinner .flexCenter.circle li img {
    margin-bottom: 0;
  }
  .pageinner .flexCenter.circle li:nth-child(1) {
    position: relative;
    left: -40px;
  }
  .pageinner .flexCenter.circle li:nth-child(4) {
    position: relative;
    left: -40px;
    top: -80px;
  }
  .pageinner .flexCenter.circle li:nth-child(2) {
    position: relative;
    right: -40px;
  }
  .pageinner .flexCenter.circle li:nth-child(5) {
    position: relative;
    right: -40px;
    top: -80px;
  }
  .pageinner .flexCenter.circle li:nth-child(3) {
    width: calc(100% - 10px);
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    top: -40px;
  }
  .pageinner .flexCenter.left dl {
    width: calc(50% - 40px);
    margin: 0 20px 30px;
  }
}
@media screen and (max-width: 559px), print {
  .pageinner .flexCenter.num {
    flex-direction: column;
  }
  .pageinner .flexCenter.num li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pageinner .flexCenter.circle {
    position: relative;
  }
  .pageinner .flexCenter.circle li:nth-child(3) img {
    width: 50%;
  }
  .pageinner .flexCenter.left {
    justify-content: center;
    margin-top: 20px;
  }
  .pageinner .flexCenter.left dl {
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
}
.pageinner .numOl {
  margin: 40px auto 60px;
  text-align: center;
  font-weight: 700;
}
.pageinner .numOl li {
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 559px), print {
  .pageinner .numOl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pageinner .paypalForm p {
  display: none;
}
.pageinner .paypalForm input[type=submit] {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
  color: #000 !important;
  -webkit-text-fill-color: black;
  opacity: 1;
}
.pageinner .donateTitle {
  position: relative;
  padding-top: 80px;
  margin-bottom: 40px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}
.pageinner .donateTitle .bg {
  position: relative;
  top: 0;
  left: -80px;
}
.pageinner .donateTitle .bg img {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .pageinner .donateTitle {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 40px;
  }
}
.pageinner .noBorder {
  border: none;
  border-collapse: collapse;
  margin: 0;
  text-align: left;
}
.pageinner .noBorder th {
  font-weight: normal;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .pageinner .noBorder th, .pageinner .noBorder td {
    width: 100%;
    display: block;
  }
  .pageinner .noBorder td {
    padding-bottom: 20px;
  }
  .pageinner .noBorder tr:last-child td {
    padding-bottom: 0;
  }
}
.pageinner .onBorder {
  border: none;
  border-radius: 10px;
  border-collapse: collapse;
  background-color: #fff;
  width: 80%;
  text-align: center;
  margin: 15px auto;
}
.pageinner .onBorder thead {
  width: 100%;
}
.pageinner .onBorder thead th {
  font-weight: bold;
  padding: 10px;
  color: #90cedd;
  background-color: #f9f9f9;
  box-sizing: border-box;
}
.pageinner .onBorder thead th:first-child {
  border-radius: 10px 0px 0px 0px;
  border-right: 1px solid #dbebef;
  width: 150px;
}
.pageinner .onBorder thead th:last-child {
  border-radius: 0px 10px 0px 0px;
  width: calc(100% - 150px);
}
.pageinner .onBorder tbody th {
  font-weight: bold;
  padding: 10px;
  color: #90cedd;
  border-top: 1px solid #dbebef;
  background-color: #f9f9f9;
  border-radius: 0px 0px 0px 10px;
}
.pageinner .onBorder tbody td {
  border: 1px solid #dbebef;
  padding: 10px;
}
.pageinner .onBorder tbody td:first-child {
  color: #85daf2;
  font-weight: bold;
}
.pageinner .onBorder tbody tr:first-child td:nth-child(2) {
  color: #85daf2;
  font-weight: bold;
}
.pageinner .onBorder tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 559px), print {
  .pageinner .onBorder {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.pageinner .contactTable {
  width: 100%;
  padding-left: 20px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse;
}
.pageinner .contactTable:not(:last-child) {
  margin-bottom: 80px;
}
.pageinner .contactTable.thL th {
  width: 400px;
}
.pageinner .contactTable th {
  width: 250px;
  border-bottom: 1px solid #CDDADD;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  line-height: 2;
}
.pageinner .contactTable th.middle {
  vertical-align: middle;
}
.pageinner .contactTable th.top {
  vertical-align: top;
}
.pageinner .contactTable th.top .haveto {
  bottom: inherit;
  top: 10px;
}
.pageinner .contactTable td {
  border-bottom: 1px solid #CDDADD;
  padding: 20px;
  box-sizing: border-box;
}
.pageinner .contactTable .haveto {
  background: #fff;
  color: #e41b23;
  border: 1px solid #e41b23;
  border-radius: 5px;
  padding: 8px 15px 8px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.pageinner .contactTable input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  opacity: 1;
}
.pageinner .contactTable .textsp {
  color: #000;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
  padding: 0.4em 0.8em;
  width: 100%;
  box-sizing: border-box;
}
.pageinner .contactTable .textsp.normal {
  border: 1px solid #ccc;
}
.pageinner .contactTable .textsp.short {
  border: 1px solid #ccc;
  width: 150px;
}
.pageinner .contactTable .textsp.drop {
  border: 1px solid #ccc;
  position: relative;
}
.pageinner .contactTable .content {
  background-color: #fff;
  padding: 0.4em 0.8em;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
}
.pageinner .contactTable .content.normal {
  border: 1px solid #ccc;
}
.pageinner .contactTable .your-question {
  position: relative;
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pageinner .contactTable .your-question .wpcf7-list-item {
  width: 50%;
  margin: 0;
}
.pageinner .contactTable .drop {
  position: relative;
}
.pageinner .contactTable .drop:before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 1;
}
.pageinner .contactTable .wpcf7-free-text {
  padding: 0.4em 0.8em;
  box-sizing: border-box;
  line-height: 1;
  border: 1px solid #ccc;
}
.pageinner .contactTable span {
  padding-bottom: 10px;
}
.pageinner .contactTable span.wpcf7-list-item {
  margin-left: 10px;
}
.pageinner .contactTable span.wpcf7-list-item:first-child {
  margin-left: 0;
}
.pageinner #formbtn {
  background-color: #000;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #fff;
  width: 200px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 30px auto 0;
  border-radius: 50px;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .pageinner .contactTable {
    padding-left: 0;
  }
  .pageinner .contactTable.thL th {
    width: 100%;
  }
  .pageinner .contactTable th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    padding-top: 10px;
    border-bottom: none;
  }
  .pageinner .contactTable th.top {
    vertical-align: middle;
  }
  .pageinner .contactTable th.top .haveto {
    bottom: 50%;
    top: inherit;
  }
  .pageinner .contactTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .pageinner .contactTable .haveto {
    position: relative;
    right: auto;
    left: 10px;
    margin-right: 30px;
  }
  .pageinner .contactTable tr:first-child td {
    border-top: none;
  }
  .pageinner .formMore {
    width: 80%;
  }
  .pageinner .formMore:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

#message_result ul li {
  margin: 0 0 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ten-mincho-text, serif;
  padding: 0;
  line-height: 1.7;
}

#one_seido #one_seido_title {
  margin: 50px 0 15px 0;
}
#one_seido #one_seido_title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: ten-mincho-text, serif;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.5;
}
#one_seido #one_seido_title p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: ten-mincho-text, serif;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
#one_seido table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 15px 0;
}
#one_seido table td {
  border: 1px solid #333;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

.wpcf7-submit {
  background-color: #000;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #fff;
  width: 200px;
  line-height: 1;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 30px auto 0;
  border-radius: 50px;
  opacity: 1;
}

.formQA {
  text-align: center;
}
.formQA dt {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.formQA dd {
  margin-bottom: 100px;
  font-size: 16px;
  font-size: 1.6rem;
}
.formQA dd .wpcf7-list-item {
  width: 150px;
}
.formQA .txtArea {
  width: 650px;
  height: 200px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-bo;
  font-size: 16px;
  font-size: 1.6rem;
}
.formQA .txtBox {
  padding: 10px;
  background-color: #fff;
}
.formQA .txtSmall {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .formQA .txtArea {
    width: 100%;
    height: 200px;
  }
  .formQA dd {
    text-align: left;
  }
  .formQA dd .wpcf7-list-item {
    width: 50%;
  }
  .formQA dd span.wpcf7-list-item {
    margin-left: 0;
  }
}

/* メルマガフォーム用 */
.newsletter {
  position: relative;
  width: 80%;
  margin: 40px auto 3%;
}
.newsletter input[type=text] {
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  margin-bottom: 30px;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  background-color: #fff;
}
.newsletter .ef input[type=text]:focus {
  border-bottom: 1px solid #da3c41;
  outline: none;
}
.newsletter .btnMore {
  color: #fff;
  padding: 20px 20px;
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 auto 30px auto;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .wp-pagenavi {
    margin-bottom: 20px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  background-color: none;
  border: none;
  padding: 0 0;
  margin: 0 5px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.wp-pagenavi span:first-child {
  margin-right: 10px;
}

.wp-pagenavi a:hover {
  color: #999;
  background-color: none;
  border-color: none;
}

.wp-pagenavi span.current {
  color: #000;
  background-color: none;
  border-color: none;
  border-bottom: 1px solid #000;
  font-weight: normal;
}

/* 投稿内でのデザイン */
.post h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 100px 0 20px 0;
  padding: 0 !important;
}
.post h2:first-child {
  margin: 0 0 20px 0;
}
.post ul li {
  margin-bottom: 10px;
  position: relative;
  margin-left: 10px;
  line-height: 1.5;
}
.post ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: relative;
  top: -3px;
  left: -8px;
}
.post ol {
  margin: 0 0 20px 20px;
}
.post ol li {
  list-style: decimal;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.post .wBg {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 559px), print {
  .post h2 {
    margin-top: 50px;
  }
}
.post .seido-box {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  margin: 0 0 30px 0;
}

.accordion .accordion_head,
.accordion .accordion_body {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.accordion a {
  display: block;
}
.accordion span {
  display: inline-block;
}
.accordion span:first-child {
  background-color: #000;
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.accordion .accordion_head {
  cursor: pointer;
}
.accordion .accordion_body table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: 60px;
}
.accordion .accordion_body table thead th {
  background: #000;
  padding: 10px;
  color: #fff;
  text-align: left;
}
.accordion .accordion_body table tbody td {
  background: #eee;
  padding: 10px;
  border-bottom: 1px solid ccc;
}
.accordion .accordion_body table tbody th {
  background: #eee;
  padding: 10px;
  border-bottom: 1px solid ccc;
  text-align: left;
  width: 180px;
}
.accordion .accordion_body table tbody tr:nth-child(odd) td {
  background: #fff;
}
.accordion .accordion_body table tbody tr:nth-child(odd) th {
  background: #fff;
}
@media screen and (max-width: 559px), print {
  .accordion h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .accordion .accordion_body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* pagenavi */
.wp-pagenavi {
  font-family: henderson-slab-basic, serif;
  font-weight: 900;
  font-style: normal;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span {
  margin-right: 15px;
}
.wp-pagenavi span.current {
  font-weight: 900;
  text-decoration: underline;
}
