/*    @import url('https://fonts.googleapis.com/css?Family=Noto+Serif+JP&display=swap');*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  color: #333;
  background-color: #fff;
  /*font-family: 'Crimson Text',ten-mincho, serif;*/
font-family:'Segoe UI',Meiryo,sans-serif;
-webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

img {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

li,
a,
p {
  font-size: 13px;
  font-weight: 400;
}

p {
  line-height: 1.84;
  letter-spacing: 0.05em;
}

td{
    padding: 15px 10px;
    border: 1px solid;
}

      .mb-10{
        margin: 0 0 10px !important;
      }


.smp{
display: none;
}
.pc{
display: block;
}

.fadein {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 1000ms;
  }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
  }

.fadein_t {
  opacity : 0.1;
  transform : translate(50px, 0);
  transition : all 1000ms;
  }

/* 画面内に入った状態 */
.fadein_t.scrollin {
  opacity : 1;
  transform : translate(0, 0);
  }

.fadein_f {
  opacity : 0.1;
  transform : translate(-50px, 50px);
  transition : all 1000ms;
  }
.fadein_f img{
  /*border:1px solid;*/
  height: auto;
}
.fadein_t img{
height: auto;
}


/* 画面内に入った状態 */
.fadein_f.scrollin {
  opacity : 1;
  transform : translate(0, 0);
  }

.fadein_side {
  opacity : 0.1;
  transform : translate(-90px, 0);
  transition : all 2000ms;
  }

/* 画面内に入った状態 */
.fadein_side.scrollin {
  opacity : 1;
  transform : translate(0, 0);
  }

.overlay {
  /*display: none;*/
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 500;
  /*margin: -25px 0;*/
}

.side-title {
position: absolute;
width: 200px;
top: -168px;
left: -168px;
}

.side-title {
display: flex;
align-items: center;
}
.side-title:before{
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.side-title:before {
margin: 0px 10px 0 -50px;
}


@media screen and (max-width: 1250px){
.side-title {
position: absolute;
width: 200px;
top: 0;
left: 0;
}  
}

@media screen and (max-width: 768px){
.side-title {
position: absolute;
width: 200px;
top: -8px;
left: 0px;
}  
}

.year{
margin: 10px 0 0;
}

.btn_area {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

.btn_area .modal-close-bg {
  top: 40px;
}


.btn_area .nowdona {
  padding: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
}

.btn_area button {
  display: block;
  margin: 0 auto;
}

.nowdona p {
  font-size: 18px;
  text-align: center;
/*  font-family: interstate, sans-serif;*/
  /*font-family: 'Crimson Text', serif;*/
/*  font-family: 'Cinzel', serif;
  font-family: 'DM Serif Display', serif;
*/
font-family:'Segoe UI',Meiryo,sans-serif;

}
@media screen and (max-width: 768px){
.nowdona img{
width: 40% !important;
margin: 0 auto 6% !important;
display: block !important;
}
}

.nowdona img{
width: 10%;
margin: 0 auto 1%;
display: block;
}

.overlay .btn{
margin: 20px auto 0;
}

p.charimoney {
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.05em;
}

header {
  width: 100%;
  height: 80px;
  background-color: #000;
  position: fixed;
  z-index: 200;
  top: 0;
}

header,
footer {
  color: #fff;
}

h3 {
  /*text-transform: uppercase;*/
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 40px;
}

.header-left h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-right ul li {
  padding-left: 30px;
  letter-spacing: 0.05em;
  display: inline-block;
}

header ul li a {
  display: block;
  color: #fff;
  font-size: 1em;
  letter-spacing: .05em;
}
.header-left h1 a img {
  width: 115px;
}

.content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

section#Vision,
section#Information,
section#charity,
section#Family,
section#Greeting,
section#donation {
  margin-top: 120px;
}


/*nav smp*/

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle>div {
  position: relative;
  width: 30px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 6px;
}

#nav-toggle span:nth-child(2) {
  top: 16px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(2) {
  top: 18px;
}

.open #nav-toggle span {
  background: #000;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  transform: rotate(-45deg);
}


/* z-index */

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  transition: color 0.6s ease;
  font-size: 18px;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}


/* open */

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.nav-smp {
  display: none;
}


/*navここまで*/

.toplogo {
  background: url(../img/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.top-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 675px;
  width: 100%;
}

.top-content img{
  max-width: 170px;
  margin-bottom: 20px;
}
.top-content .st0 {
  fill: #fff;
  stroke:#fff;
}

.top-content h2 {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}

#side-fixed-logo {
  position: fixed;
  right: 85%;
  left: auto;
  top: 50%;
  z-index: 100;
}

.side-logo {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -60%;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.title {
  text-align: center;
}

h3.maintitle {
  font-size: 40px;
/*  font-family: interstate, sans-serif;*/
  /*font-family: 'Crimson Text', serif;*/
/*  font-family: 'Cinzel', serif;
  font-family: 'DM Serif Display', serif;
*/
font-weight: bold;
font-family:'Segoe UI',Meiryo,sans-serif;

}

p.subtitle {
  font-size: 16px;
  letter-spacing: 0.05em;
}


/*
top-Family*/

.peaple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 60px auto;
}

.pimg img {
  /*  background-image: url("../img/nakano.png");
*/
  max-width: 200px;
  width: 100%;
  height: auto;
  /*border: 3px solid #000;*/
  border-radius: 50%;
  background-position: center center;
}

.Family-detail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
width: 70%;
margin: auto;
}

@media screen and (max-width: 768px) {
.Family-detail {
 width: 100%;
}
}

.text-detail {
  margin-left: 30px;
  width: 60%;
}

p.name {
  font-size: 18px;
  font-weight: bold;
}

.todo {
  font-size: 13px;
}

.total {
  margin-top: 10px;
  font-size: 13px;
}

.money,
span.count,
span.total2 {
  font-size: 22px;
  letter-spacing: 0.05em;
}

p.money ,span.count{
/*  font-family: interstate, sans-serif;*/
  /*font-family: 'Crimson Text', serif;*/
/*  font-family: 'Cinzel', serif;
  font-family: 'DM Serif Display', serif;
*/
font-family:'Segoe UI',Meiryo,sans-serif;

}


/*btn*/

.btn {
  width: 240px;
  margin: 60px auto 0;
  text-align: center;
  border: 1px solid;
}

.btn a {
  display: block;
  padding: 15px 0;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.btn:hover {
  border: 1px solid #000;
}

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


/*btnまで*/


/*vison*/

#Vision .bg-w {
  background-color: #444;
  color: #fff;
  padding: 60px 0;
}

.bla {
  color: #000;
}
.white {
  color: #fff;
}
.ccc{
color: #ccc;
}

p.subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}

.text {
  line-height: 1.8;
}

.v-con {
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
}

.v-more {
  margin: 30px auto;
  display: inline-block;
}

.readmore {
  text-align: center;
}

.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 130px;
  background:#444;
  z-index: 1;
}


/* 続きを読むボタン */

.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 12px 73px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;

}

.readmore-label:before {
  content: 'View More';
}

.readmore-label:hover {
  background: #000;
  color:#FFF;
}

.readmore-check {
  display: none;
}


/*チェック時にボタンを非表示*/

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: 'Close';
}


/*チェック時に高さを自動に戻す*/

.readmore-check:checked~.readmore-content {
  height: auto;
}


/*チェック時グラデーション等を削除*/

.readmore-check:checked~.readmore-content::before {
  display: none;
}


/*visonここまで*/


/*Information
*/

ul.info-content {
  max-width: 880px;
  width: 100%;
  margin: 60px auto 0;
}

ul.info-content li {
  border-top: 1px solid;
  /*border-bottom: 1px solid;*/
  /*  padding: 20px 0;
*/
}

ul.info-content li:last-child {
border-bottom: 1px solid;
}

ul.info-content li a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.info-detail {
  width: 43%;
}

.info-title {
  width: 57%;
}


span.information_news,
span.information_charity {
  border: 1px solid;
  padding: 2.5px 10px;
  font-size: 11px;
  margin-left: 10px;

}

@media screen and (max-width: 768px) {
span.day{
display: block;
}
span.information_news,
span.information_charity {
  border: 1px solid;
  padding: 2.5px 10px;
  font-size: 11px;
  margin: 10px 10px 0px 0px;
    display: inline-block;
}
}

.js-modal-close{
display: block;
width: 100%;
height:  100%;
}
/*Information
ここまで*/


/*charity*/

ul.charity-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 60px 0 0 10%;
}

ul.charity-detail li {
  text-align: center;
  display: block;
  /*width: 100%;*/
  padding: 0 15px 0 0;
}

ul.charity-detail li img {
  width: 285px;
}


/*charityここまで*/

.fam ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fam ul li {
  width: 45%;
}

.famleft {
  border: 1px solid;
}

.mt10 {
  margin-top: 10%;
}

.left {
  text-align: left;
}

.btnleft {
  margin: 30px 0 0 0;
}

.greetanddona {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.greetanddona ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.greetanddona ul li img {
  /*opacity: 0.2;*/
  display: block;
}

li.gleft,
li.gright {
  position: relative;
  width: 50%;
}

.gtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.dtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.btn.mt30 {
  margin-top: 30px;
}

footer {
  background-color: #eee;
  color: #000;
  margin: 120px 0 0;
}

footer ul li a {
  color: #000;
  font-size: 1em;
  letter-spacing: .05em;
}
.footer_top{
margin: 0;
}
@media screen and (max-width: 767px) {
footer{
margin: 80px 0 0;
}
.readmore-content {
  height: 0;
}

}

.footer-content img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto 40px auto;
  display: block;
  padding-top: 40px;
}

.footerlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 870px;
  width: 100%;
  margin: 20px auto 20px;
}

.footerlink2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
  margin: 0 auto 20px;
}

.footerbottom {
  background-color: #000;
  color: #fff;
  margin-top: 40px;
}

.footerbottom p {
  text-align: center;
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.wrap {
  overflow: hidden;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

.vtitle {
  width: 45%;
  margin-top: 1%;
}

section#Vision,
section#Family,
section#donation {
  padding: 0 60px;
}


/* common */

.common-title {
  margin-top: 140px;
  text-align: center;
}


/*-------------------------------------------------
  6. charity
-------------------------------------------------*/

.charicontent {
  max-width: 900px;
  margin: 60px auto 0;
}

.timeline {
  list-style: none;
}

.timeline>li {
  margin-bottom: 60px;
}

ul.watchcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.watchcontent li img {
  max-width: 200px;
}

ul.watchcontent li.watchtext {
  width: 70%;
  margin: 0 0 0 20px;
}

.ttx {
  margin-top: 15px;
}
/* for Desktop */

.timeline>li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 180px;
  float: left;
  margin-top: 70px;
  text-align: right;
  margin-right: 45px;
  font-size: 22px;
  line-height: normal;
/*  font-family: interstate, sans-serif;*/
  /*font-family: 'Crimson Text', serif;*/
/*  font-family: 'Cinzel', serif;
  font-family: 'DM Serif Display', serif;
*/
font-family:'Segoe UI',Meiryo,sans-serif;

  letter-spacing: 0.05em;
}

.timeline-content {
  width: 60%;
  float: left;
  border-left: 1px #000 solid;
  padding-left: 30px;
}

.timeline-content:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 221px;
  top: 80px;
  border-radius: 100%;
  z-index: 10;
}

ul.watchcontent.toptop {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

span.dear {
  font-size: 13px;
}

@media screen and (max-width: 610px) {
  ul.watchcontent {
    display: block;
  }
  ul.watchcontent li.watchtext {
    width: 100%;
    margin: 0;
  }
  .timeline-date {
    width: 160px;
    float: left;
    margin-top: 18px;
    text-align: right;
    margin-right: 15px;
    font-size: 18px;
    line-height: normal;
/*    font-family: interstate, sans-serif;*/
    /*font-family: 'Crimson Text', serif;*/
/*    font-family: 'Cinzel', serif;
    font-family: 'DM Serif Display', serif;
*/
font-family:'Segoe UI',Meiryo,sans-serif;

  }
  .timeline-content:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    left: 170px;
    top: 80px;
    border-radius: 100%;
  }
  .timeline-content {
    width: 50%;
    float: left;
    border-left: 1px #000 solid;
    padding-left: 20px;
    padding-top: 20px;
  }
  span.dear {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .timeline-date {
    width: 100px;
    float: left;
    margin-top: 72px;
    text-align: right;
    margin-right: 15px;
    font-size: 18px;
    line-height: normal;
/*    font-family: interstate, sans-serif;*/
    /*font-family: 'Crimson Text', serif;*/
/*    font-family: 'Cinzel', serif;
    font-family: 'DM Serif Display', serif;
*/
font-family:'Segoe UI',Meiryo,sans-serif;

  }
  .timeline-content:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    left: 110px;
    top: 80px;
    border-radius: 100%;
  }
  .timeline-content {
    width: 65%;
    float: left;
    border-left: 1px #000 solid;
    padding-left: 20px;
    padding-top: 20px;
  }
  span.dear {
    font-size: 11px;
    letter-spacing: 0;
  }
  @media screen and (max-width: 369px) {
    .timeline-content {
      width: 50%;
    }
  }
}


/*-------------------------------------------------
  Vision page
-------------------------------------------------*/

.sub {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  /*border: 1px solid;*/
  background: #ccc;
}

.sub p {
  display: block;
  padding: 15px 0;
  letter-spacing: 0.05em;
}

span.count {
  padding: 0 4%;
}


/*-------------------------------------------------
  Group page
-------------------------------------------------*/

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  /*border-top: 1px solid #fff;*/
  border-bottom: 1px solid;
  padding: 20px 0;
  font-size: 13px;
  letter-spacing: 0.05em;
}

th {
  text-align: left;
  padding: 20px 10px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.05em;
  border: 1px solid;
}

.Group,
.Greeting,
.Informationpage,
.Familycontent {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  th {
    width: 22%;
  }
  tr,
  th {
    font-size: 11px;
  }
}


/*-------------------------------------------------
  Group page
-------------------------------------------------*/

#Greeting-page .content.forg {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

#Greeting-page .Greeting p {
  letter-spacing: 0.05em;
}

.mt1 {
  margin-top: 15px;
}

#Greeting-page .ceo {
  text-align: right;
  margin-top: 30px;
}

.ceoname {
  margin-top: 20px;
  /*font-family: 'Yu Mincho','Cinzel', 'YuMincho', 'Noto Serif JP', serif;*/
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  #Greeting-page .ceo {
    margin-top: 15px;
  }
  .ceoname {
    margin-top: 10px;
    font-size: 20px;
  }
}


/*-------------------------------------------------
  privacy page
-------------------------------------------------*/

#privacy-page p,
#privacy-page ul li {
  letter-spacing: 0.05em;
}

#privacy-page .content.forg {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}


/*-------------------------------------------------
  Information page
-------------------------------------------------*/

#info-page .Informationpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#info-page ul.info-content {
  max-width: 880px;
  width: 100%;
  margin: 0;
}

#info-page .Informationleft {
  width: 80%;
}

.Informationleft p a{
color: #00b9eb;
}

#info-page .Informationright {
  width: 20%;
}

.Informationright li.cat-item  {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.Informationright li.cat-item {
  border-top: none;
}

.Informationright li.cat-item a{
display: block;
padding: 20px 0;
}

#info-page .Informationright h4 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#info-page .pagenation {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  #info-page ul.info-content {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  #info-page .Informationpage {
    display: block;
  }
  #info-page .Informationleft {
    width: 100%;
  }
  #info-page .Informationright {
    width: 100%;
    margin-top: 60px;
  }
  #info-page ul.info-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #info-page ul.info-content {
    width: 100%;
  }
}

@media screen and (max-width: 655px) {
  #info-page ul.info-content li {
    display: block;
  }
}


/*-------------------------------------------------
  Information detail page
-------------------------------------------------*/

#info-detail-page .Informationpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#info-detail-page ul.info-content {
  max-width: 880px;
  width: 100%;
  margin: 0;
}

#info-detail-page .Informationleft {
  width: 70%;
}

#info-detail-page .Informationright {
  width: 20%;
}

#info-detail-page .Informationright p {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
}

#info-detail-page p.detailtext {
  margin-top: 20px;
}

#info-detail-page .Informationright p+p {
  border-top: none;
}

#info-detail-page .Informationright h4 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #info-detail-page .Informationpage {
    display: block;
  }
  #info-detail-page .Informationleft {
    width: 100%;
  }
  #info-detail-page .Informationright {
    width: 100%;
    margin-top: 60px;
  }
  #info-detail-page ul.info-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 655px) {
  #info-page ul.info-content li a {
    display: block;
  }
}


/*-------------------------------------------------
  donationdestination page
-------------------------------------------------*/

#dd-page .dntnde ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

#dd-page .dntnde ul li {
  width: 48%;
}

#dd-page .dntnde ul li h4 {
  font-size: 18px;
}

#dd-page .dntnde ul li p {
  font-size: 13px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #dd-page .dntnde ul {
    display: block;
  }
  #dd-page .dntnde ul li {
    width: 100%;
  }
  #dd-page .dntnde ul li h4 {
    font-size: 18px;
    margin-top: 20px;
  }
  #dd-page .dntnde ul li p {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  #dd-page .dntnde ul {
    margin-top: 30px;
  }
}


/*-------------------------------------------------
  Family page
-------------------------------------------------*/

#Family-page .fam-text {
  text-align: center;
  margin-top: 60px;
}

#Family-page .Family-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btnfam {
  display: block;
  margin-top: 20px;
  border: 1px solid;
  width: 180px;
}

.btnfam a {
  display: block;
  padding: 10px 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.btnfam a:hover {
  color: #fff;
  background-color: #000;
}

.modal {
display: none;
position: fixed;
height: 100vh;
width: 100%;
z-index: 999;
right: 50%;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
margin: auto;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
    left: 50%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    margin: 40px 0;
}

.peaple.add {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /*padding: 10%;*/
}


.peaple.add > .pimg{
max-width: 120px;
margin: auto;
}
@media screen and (max-width: 768px) {
.peaple.add > .pimg{
max-width: 100px;
margin: auto;
}
}


.todo+p{
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.todo+p{
margin: 0;
text-align: left;
}
}

.modal-close-bg {
/*  background: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 40px;
  top: 40px;*/

    background: #fff;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 60px;
    top: 60px;
}

.js-modal-close span {
  width: 40px;
  height: 1px;
  display: block;
  background: #333;
  position: absolute;
}

.js-modal-close span {
  background: #000;
}

.js-modal-close span:nth-child(1) {
  top: 30px;
  transform: rotate(45deg);
  left: 10px;
}

.js-modal-close span:nth-child(2) {
  top: 30px;
  transform: rotate(-45deg);
  right: 10px;
}

img.sign {
  margin-top: 40px;
}

.peaple.add .text-detailadd p.name {
  margin-top: 2%;
}

@media screen and (max-width: 980px) {
  #Family-page .Family-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #Family-page .Family-detail .peaple {
    width: 48%;
  }
}
  @media screen and (max-width:700px) {
    #Family-page .Family-detail {
      display: block;
    }
    #Family-page .Family-detail .peaple {
      width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .peaple.add .pimg {
      margin: 0 auto;
    }
    #Family-page .fam-text {
      text-align: left;
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 375px) {
    .btnfam {
      width: 100%;
    }
  }
  @media screen and (max-width: 350px) {
    .peaple.add .pimg {
      max-width: 125px;
      margin: 0 auto;
    }
  }
  /*-------------------------------------------------
  パンくず
-------------------------------------------------*/
  .breadcrumb {
    width: 100%;
    height: 50px;
    background-color: #DDDDDD;
    margin-top: 120px;
  }
  .breadcrumb p {
    padding: 15px 0px;
    font-size: 11px;
    color: #000;
  }
  @media screen and (max-width: 1250px) {
    #side-fixed-logo {
      position: fixed;
      right: inherit;
      left: -150px;
      top: 50%;
      z-index: 100;
      width: 325px;
    }
    .side-logo {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-left: 0;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0.05em;
    }
  }
  @media screen and (min-width: 1220px) {
    .money,
    span.count {
      font-size: 18px;
    }
    span.total2 {
      font-size: 18px;
      font-weight: bold;
    }
  }
  @media screen and (max-width: 1200px) {
    .inner-p {
      padding: 0 20px;
          word-break: break-all;
    }
    header ul li a {
      font-size: 11px;
    }
    header .header-right ul li {
      padding-left: 15px;
    }
    .nav-pc {
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 990px) {
    .nav-smp {
      display: block;
    }
    .nav-pc .header-right {
      display: none;
    }
    section#Vision,
    section#Information,
    section#charity,
    section#Family,
    section#donation {
      margin-top: 120px;
      padding: 0 60px;
    }
    .info-detail {
      width: 100%;
    }
    .info-title {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    br.pc {
      display: none;
    }
    br.sp {
      display: block;
    }
    .side-title {
      font-size: 8px;
      position: absolute;
    }
    ul.info-content li a {
      padding: 10px 0;
    }
    .info-detail {
      width: 100%;
    }
    .info-title {
      width: 100%;
    }
    span#info,
    span#charity {
      font-size: 12px;
      padding: 2px 3px;
    }
    span#info {
      margin-left: 5px;
    }
    .top-content p {
      width: 90%;
      margin: 0 auto;
      text-align: justify;
}
    .innersp {
      padding: 0 20px;
    }
    .greetanddona ul {
      display: block;
    }
    .greetanddona ul li {
      width: 100%;
    }
    .footerlink ul,
    .footerlink2 ul {
      display: block;
      text-align: center;
    }
    .footerlink ul li,
    .footerlink2 ul li {
      line-height: 3;
    }
    .gtitle,
    .dtitle {
      width: 90%;
    }
    section#Vision,
    section#Information,
    section#charity,
    section#Family,
    section#donation,
    section#Greeting {
      margin-top: 80px;
    }
    .footerbottom p {
      padding: 30px 0;
    }
    .vtitle {
      width: 100%;
      margin-top: 15px;
    }
    header {
      height: 60px;
    }
    .nav-pc {
      height: 60px;
    }
    .header-left h1 a img {
      width: 80px;
      margin: 6px 0 0;
    }
    #nav-toggle {
    position: fixed;
    top: 18px;
    right: 25px;
    height: 32px;
    cursor: pointer;
    }
    .modal-close-bg {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    }
.js-modal-close span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
    left: 0px;
}
.js-modal-close span:nth-child(2) {
    top: 20px;
    transform: rotate(-45deg);
    right: 0px;
}
  }


.smp-text-left+p{
text-align: center;
}
    @media screen and (max-width: 767px) {
.smp-text-left+p{
text-align: left;
}
      .Family-detail {
        display: block;
      }
      .peaple {
        width: 100%;
      }
    }
    @media screen and (max-width: 625px) {
      p.name,
      span.total2 {
        font-size: 14px;
        font-weight: bold;
      }
      .todo {
        font-size: 13px;
      }
      .total {
        margin-top: 0;
        font-size: 13px;
      }
      .money,
      span.count {
        font-size: 16px;
        letter-spacing: 0.05em;
      }
      p.charimoney {
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.05em;
      }
      ul.info-content li a {
        display: block;
        padding: 10px 0;
      }
      .info-detail {
        width: 100%;
      }
      .info-title {
        width: 100%;
        margin-top: 10px;
      }
      body {
        letter-spacing: 0.05em;
      }
    }
    @media screen and (max-width: 480px) {
      h3.maintitle {
        font-size: 24px;
      }
      .pimg {
        max-width: 200px;
            /*margin: 0 0 0 10px;*/
      }
      section#Vision,
      section#Information,
      section#charity,
      section#Family,
      section#donation {
        padding: 0 25px;
      }
      span#info {
        margin-left: 2%;
      }
      span#info,
      span#charity {
        font-size: 9px;
        padding: 2px 3px;
      }
      #vison {
        width: 90%;
      }
      .peaple {
        padding: 0;
        margin: 30px 0 0;
      }
      .btn {
        width: 90%;
            margin: 30px auto 0;
      }
      ul.charity-detail {
        margin: 30px 0 0 0;
      }
      ul.info-content {
        margin: 30px auto 0;
      }
      .readmore-label {
        display: block;
        bottom: 0;
        position: inherit;
        left: 0;
        transform: none;
        -webkit-transform: none;
        margin: 0 auto;
        z-index: 2;
        padding: 0;
        color: #000;
        border: 1px solid #000;
        background-color: #fff;
        width: 100%;
        padding: 15px 0;
      }
      .btn.mt30 {
        margin-top: 20px;
      }
      #Vision .bg-w {
        padding: 50px 0;
      }
      .v-more {
        margin-bottom: 35px;
      }
      .v-more{
        text-align: left;
      }
      .sub {
        margin: 40px auto 0;
      }
      .Group,
      .Greeting,
      .Informationpage,
      .Familycontent {
        margin-top: 30px;
      }
      .footerlink {
        letter-spacing: 0.05em;
      }
      ul.charity-detail li img {
       width: 230px;
     }
     .top-content p {
       width: 80%;
     }
     .common-title {
       margin-top: 100px;
     }
     .smp{
      display: block;
     }
     .pc{
  display: none;
}

    }
    @media screen and (max-width: 322px) {
      span#info {
        margin-left: 0;
      }
    }


.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-links .page-numbers{
font-size: 16px;
    padding: 10px 15px;
    border: 1px solid;
        margin: 0 5px;  
}

.nav-links .page-numbers.current{
font-size: 16px;
    padding: 10px 15px;
    border: 1px solid;
    background: #000;
    color: #fff;
}
.nav-links .next.page-numbers{
font-size: 16px;
    padding: 10px 15px;
    border: 1px solid;
}
#post_image span{
font-size: 13px !important;
letter-spacing: .05em;
}



.test{
width: 50%;
float: left;
}