@charset "utf-8";

/* ###############################################

		共通基本スタイル

############################################### */

/* -----------------------------------------------

	1.基本設定

----------------------------------------------- */
html{
  font-size: 62.5%;
}
body{
  position: relative;
  font-family: 'Helvetica Neue', Helvetica, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Yu Mincho", YuMincho, 'ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  background: #fff;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;	
}
html,body{
  overflow-x: hidden!important;
}
header,main,footer{
  display: block;
  position: relative;
}
.wrap{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
img{
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a,a:visited{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* -----------------------------------------------

	2.テキスト

----------------------------------------------- */
.min{
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}

.strong{ font-weight: bold; }
.txt-s{font-size: 0.9em; }
.ws-p{ white-space: pre-line; }

.text_red {
color: #FF0000;
}

.kakomu{
padding:2px 8px;
margin:0 5px;
border:1px solid #000;
}

.center {
text-align: center;
}

.fs18{ font-size: 1.8rem; }

/* -----------------------------------------------

	3.共通

----------------------------------------------- */
/* マージン */
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px !important; }
.mb20{ margin-bottom: 20px; }
.mb50{ margin-bottom: 50px; }
.ml10{ margin-left: 10px; }
.pt10{ padding-top: 10px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }

.flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox-cnt{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.smp-flexbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a{
  text-decoration: none;
}

.top section:not(.max),
.sns-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
}
article section{
  max-width: auto;
  width: auto;
  margin: 0;
}
.lower article:not(.max){
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.wrap1000{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* リンクボタン */
.link-btn{
  max-width: 320px;
  width: 80%;
  padding: 10px;
  margin: 30px auto 15px;
  text-align: center;
  display: block;
  border: 1px solid #008B55;
}
.link-btn:after,
.link-btn-smp:after{
  content: ">";
  display: inline-block;
  padding-left: 10px;
}
.link-btn:hover,
.link-btn-smp:hover{
  background: #008B55;
  color: #fff;
  transition: 0.3s;
}
.link-btn:hover:after,
.link-btn-smp:hover:after{
  color: #fff;
}
.link-btn-grn{
  max-width: 320px;
  width: 80%;
  padding: 10px;
  margin: 30px auto 15px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  background: #008B55;
  border: 1px solid #008B55;
}
.link-btn-grn:visited{ color: #fff;}
.link-btn-grn:after{
  content: ">";
  display: inline-block;
  padding-left: 10px;
  color: #fff;
}
.link-btn-grn:hover{
  background: #fff;
  color: #008B55;
  transition: 0.3s;
}
.link-btn-grn:hover:after{
  color: #008B55;
}

/* 入会申込TOPで使用 */
.btn-wrap{
  margin: 55px auto 0;
}
.btn-org{
  max-width: 400px;
  background: #fff;
  border: 1px solid #dc5511;
  padding: 15px;
}
.btn-org:hover{
  color: #dc5511;
  background: #dc5511;
  color: #fff;
}
.btn-org:hover:after{
  color: #dc5511;
  color: #fff;
}
.btn-blu{
  max-width: 400px;
  background: #fff;
  border: 1px solid #076191;
  padding: 15px;
}
.btn-blu:hover{
  color: #076191;
  background: #076191;
  color: #fff;
}
.btn-blu:hover:after{
  color: #076191;
  color: #fff;
}

.link-btn-smp{
  max-width: 200px;
  width: 80%;
  padding: 5px 12px;
  margin: 5px auto 0;
  display: block;
}
.top main{
  margin-bottom: 120px;
}
#pagetop{
  width: 60px;
}
#ban-follow{
  position:fixed;
  bottom: 15px;
  right: 92px;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 50%);
}
#pagetop a:hover,
#ban-follow a:hover{
  opacity: 0.8;
  transition: 0.3s;
}
figure figcaption{
  text-align: right;
  padding-top: 5px;
  font-size: 1.4rem;
}

/* PDFアイコン */
.pdf-icon a:before,
.pdf-list li a:before,
.pdf-list li span:before,
.pdf-wrap a:before,
.thumb-pdf-list li a + a:before{
  content: '';
  display: block;
  max-width: 14px;
  width: 7%;
  height: 18px;
  margin-top: 2px;
  margin-right: 7px;
  background-image: url(/common/images/pdf-icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -20px;
}
.pdf-list li a,
.pdf-list li span,
.pdf-wrap a,
.thumb-pdf-list li a + a{
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
}
.pdf-list li a:hover,
.pdf-list li span:hover,
.pdf-wrap a:hover,
.sitemap a:hover,
.thumb-pdf-list li a + a:hover{
  text-decoration: underline;
  color: #008B55;
}
.pdf-list li{
  width: 100% !important;
}

/* 外部リンクアイコン */
.outside li a:before,
.outside li span:before,
.outside-wrap a:before{
  content: '';
  display: block;
  max-width: 15px;
  width: 8%;
  height: 14px;
  margin-top: 2px;
  margin-right: 7px;
  background-image: url(/common/images/outside-icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -20px;
}
.outside li a,
.outside li span,
.outside-wrap a{
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  position: relative;
}
.outside li a:hover,
.outside li span:hover,
.outside-wrap a:hover,
.sitemap a:hover{
  text-decoration: underline;
  color: #008B55;
}
.outside-list li{
  width: 100% !important;
}

.bg{
  background: #fff;
  padding: 60px 100px;
}
.indent li{
  text-indent: -10px;
  padding-left: 15px;
}
.indent.disc li:before{
  content: "・";
}
.indent.disc li{
  text-indent: -15px;
  padding-left: 15px;
}
.indent.come li:before{
  content: "※";
}
.indent-num li{
  margin-bottom: 5px;
  text-indent: -20px;
  padding-left: 20px;
}

/* -----------------------------------------------

	4.ヘッダー

----------------------------------------------- */
header .order1{ order: 1; }
header .order2{ order: 2; }
header .order3{ order: 3; }
header .order4{ order: 4; }

header{
  width: 100%;
  margin: 0 auto;
}
header .logo{
  width: 128px;
  height: auto;
}
header .facebook{
  width: 25px;
}

.news .news-on,
.profile .profile-on,
.activities .activities-on,
.admission .admission-on,
.library .library-on{
  color: #008B55;
  font-weight: bold;
}
#gnavi a{
  cursor: pointer;
}
/* gnavi */
@media print, screen and (min-width: 769px){

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  header{
    width: 100%;
    background: #fff;
    padding: 5px 0 0;
  }
  .header-wrap{
    max-width: 980px;
    margin: 0 auto;
  }
  .black-bg::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    display:block;
  }
  .black-bg{
    z-index: 2;
  }
  #gnavi{
    width: 70%;
    font-size: 1.8rem;
  }
  #gnavi ul li{
    text-align: right;
  }
  #gnavi ul li .low-wrap{
    position: absolute;
    left: 0;
    top: 80px;
    margin: 34px 0 0;
    background: #008B55;
    visibility: hidden;
    opacity: 0;
    font-size: 1em;
  }
  #gnavi ul li.on .low-wrap{
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 80px;
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: 0.6s;
    z-index: 999;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  }
  #gnavi ul li ul li{
    width: 100%;
    text-align: left;
  }
  #gnavi ul li ul li a{
    color: #fff;
  }
  .menu-name{
    line-height: 1em;
    padding: 0 0 50px;
    position: relative;
  }
  .menu-name:hover{
    color: #008B55;
  }
  .logo-wrap{
    padding-bottom: 10px;
  }
  #dropmenu .low{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display:flex;
    flex-wrap: wrap;
    font-size: 1em;
  }
  #dropmenu .low li.max{
    width: 100% !important;
  }
  #dropmenu .low li {
    width: auto;
    margin-bottom: 10px;
  }
  #dropmenu .low.five li{
    width: 20%;
    margin-right: 0;
  }
  #dropmenu .low li {
    width: auto;
    margin-right: 35px;
  }
  #dropmenu .low.double li{
    width: 45%;
  }
  #dropmenu .menu-sub{
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 .menu-sub li{
  width: 50% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
 }
  #dropmenu .low li.three{
    width: 30%;
    margin: 10px 0 0;
  }
  #dropmenu .low li.three-long{
    width: 40%;
    margin: 10px 0 0;
  }
  #dropmenu .low li.title{
    width: 100% !important;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 1.25em;
  }
  #dropmenu .low li ul li{
    width: 100%;
    line-height: 2em;
  }
  #dropmenu .low .tab{
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #dropmenu .low .toggle2{
    padding: 10px 15px 0;
  }
  #dropmenu .low li.only{
  }
  #dropmenu .low .tab img{
    display: none;
  }
  #dropmenu .low li a:hover{
    text-decoration: underline;
  }
}


/* -----------------------------------------------

	5.トップメニュー

----------------------------------------------- */

/* スライドショー内リンク追加_20211216 */
.bxslider li{
  position: relative;
}
.bxslider li a.link01{
    width: 23.5%;
    position: absolute;
    right: 6%;
    top: 24%;
}
.bxslider li a.link02{
  position: absolute;
  right: 39.4%;
  bottom: 44.45%;
}
.bxslider li a.link03{
  position: absolute;
  right: 35%;
  bottom: 5%;
}
.bxslider li a:hover{
  transition: 0.3s;
  opacity: 0.7;
}
.bxslider li a.link01 img,
.bxslider li a.link02 img{
  width: auto;
}
.sp-link{
  pointer-events: none;
}

/* 一つの場合 ul li 削除してaタグそのままでOK 
section.top-txtlink a{
  padding: 15px 10px;
  text-align: center;
  color: #EB5350;
  border: 1px solid #EB5350;
  display: block;
}
section.top-txtlink h2{
  font-weight: bold;
}
section.top-txtlink a:hover{
  background: #EB5350;
  color: #fff;
  transition: 0.3s;
}
*/

section.top-txtlink ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.top-txtlink ul li{
  width: 48%;
}
section.top-txtlink a{
  padding: 18px 20px;
  text-align: center;
  display: block;
}
section.top-txtlink h2{
  font-weight: bold;
}

section.top-txtlink a{
  color: #EB5350;
  border: 1px solid #EB5350;
}
section.top-txtlink a:hover{
  color: #ffffff;
  background: #EB5350;
}

/* 2024年募集開始時
section.top-txtlink ul li:first-child a{
  color: #EB5350;
  border: 1px solid #EB5350;
}
section.top-txtlink ul li:first-child a:hover{
  background: #EB5350;
}
section.top-txtlink ul li:last-child a{
  color: #138553;
  border: 1px solid #138553;
}
section.top-txtlink ul li:last-child a:hover{
  background: #138553;
}
section.top-txtlink ul li a:hover{
  color: #fff;
  transition: 0.3s;
}
section.top-txtlink ul li:last-child a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.top-txtlink ul li:last-child a{
  padding: 0;
}
section.top-txtlink ul li:last-child h2{
  width: 30%;
  padding: 10px 4px 10px 12px;
  text-align: left;
  font-size: 1.7rem;
}
section.top-txtlink ul li:last-child .img-wrap{
  flex: 1;
}
section.top-txtlink ul li:last-child .img-wrap img{
  width: 100%;
}
*/ 

section.top-activities ul li{
  width: 45%;
}
.top-activities ul li h2{
  margin: 15px 0 0;
  font-size: 2.1rem;
  line-height: 1.35;
  text-align: center;
  font-weight: bold;
}
.top-activities ul li p{
  margin: 10px 0 15px;
}

section.top-admission{
  padding: 15px 10px;
  border: 1px solid #008B55;
}
.top-admission h2{
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}
.top-admission .img-wrap{
  width: 38%;
}
.top-admission .txt-wrap{
  width: 62%;
  text-align: center;
}

section.txtlink a{
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  border: 2px solid #008a55;
  color: #008a55;
  display: block;
}
.txtlink a h2{
  font-size: 2.1rem;
}
.txtlink a:hover{
  background: #008B55;
  color: #fff;
  transition: 0.3s;
}
section.top-news,
.news-wrap{
  background: #DDE9DC;
  padding: 50px 0;
  margin: 80px 0;
}
.top-news h2{
  font-size: 1.8rem;
  font-weight: bold;
}
.top-news h2 img{
  width: 35px;
  margin-right: 6px;
}
.list-style01,
.movie-style{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.top-news ul li,
.news-wrap ul li,
.list-style01 li,
.movie-style li{
  width: 32%;
  margin: 20px 0 0;
  background: #fff;
}
.list-style01 li:nth-child(1),
.list-style01 li:nth-child(2),
.list-style01 li:nth-child(3),
.movie-style li:nth-child(1),
.movie-style li:nth-child(2),
.movie-style li:nth-child(3){
  margin: 0;
}
section.top-news ul::after,
.news-wrap ul::after,
ul.list-style01::after,
ul.movie-style::after{
  display: block;
  content: "";
  width: 32%;
}
.news-wrap ul li a,
.list-style01 li a{
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #DDE9DC;
  position: relative;
}
.news-wrap ul li a:hover,
.list-style01 li a:hover{
  border: 1px solid #008B55;
  transition: 0.3s;
}
.news-wrap .txt,
.list-style01 .txt{
  width: 100%;
  padding: 15px;
}
.list-style01 .txt.pdg30{
  padding: 30px 20px;
}
.news-wrap .txt h3{
  height: 90px;
  line-height: 1.35;
  font-size: 1.8rem;
  overflow: hidden;
}
.list-style01 .txt h3{
  line-height: 1.35;
  margin: 0;
  font-size: 1.8rem;
}
.movie-style .txt{
  text-align: center;
  margin-top: 8px;
}
.movie-style .txt span{
  font-size: 1.4rem;
}
.movie-style .txt h4{
  font-size: 1.7rem;
}
.movie-style a:hover{
  color: #008B55;
  text-decoration: underline;
}
.news-wrap .txt h3.new:after{
  content: "新着情報";
  max-width: 58px;
  margin-top: 5px;
  padding: 2px 9px;
  font-size: 1.4rem;
  background: #E85282;
  color: #fff;
  display: block;
}
.news-wrap .txt .day{
  font-size: 1.4rem;
  color: #008B55;
}
/* facebook */
.facebook-wrap{
  width: 48%;
}
#fb-root{
  width: 100%;
  max-width: 500px;
}
.facebook-wrap iframe{
  width: 100%;
}
.gooddo-wrap{
  width: 48%;
  background: #ebebeb;
  padding: 10px;
}
.gooddo-wrap a {
  position: relative;
  width: 100%;
  padding: 56.5% 0 0 0;
  display: block;
}
.gooddo-wrap a iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gooddo-wrap .box01,.gooddo-wrap .box02{
  background: #fff;
  padding: 20px 0;
}
.gooddo-wrap .box01 h2,
.gooddo-wrap .box02 h2{
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.35;
  padding-bottom: 10px;
}
.gooddo-wrap .box02{
  margin-top: 10px;
  padding: 20px;
  text-align: left;
}
.gooddo-wrap .box02 p{
    font-size: 1.1em;
    line-height: 1.5em;
  letter-spacing: -0.01em;
}
.gooddo-btn a{
  width: 295px;
  margin: 19px auto 0;
  display: block;
  padding: 12px 0;
  text-align: center;
  clear: both;
  color: #fff;
  background: #be3338;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.gooddo-btn a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}

/* -----------------------------------------------

	6.パンくずナビ

----------------------------------------------- */
.lower main{
  padding: 0 0 100px;
  background: #DDE9DC;
}
.breadcrumb{
  max-width: 980px;
  width: 96%;
  margin: 10px auto 0;
  padding: 10px;
  display: block;
  font-size: 1.4rem;
}
.breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li a{
  word-break: break-all;
}
.breadcrumb ul li a:after{
  content: "/";
  display: inline-block;
  margin: 0 20px;
}
.ttl-style01{
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 40px 65px;
  background: #fff;
}
.ttl-style01 h2{
  font-size: 3.6rem;
  line-height: 1.3;
  display: block;
  font-family: serif;
  font-weight: bold;
}
.ttl-style01 h2 span{
  display: block;
  font-size: 1.5rem;
  margin-top: 8px;
}
.ttl-style01 .txt{
  width: 100%;
  font-size: 1.6rem;
  margin-top: 7px;
}
.ttl-style01 .redtxt{
  color: #EA0000;
  font-size: 1.8rem;
  margin-top: 5px;
}
.news .article .ttl-style01{
  display: block;
}
.ttl-style01 .day {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #008B55;
  border-bottom: 1px solid #008B55;
}

/* -----------------------------------------------

	愛の輪について

----------------------------------------------- */
.ttl-style01.m-img{
  padding: 0 5px 0 65px;
  position: relative;
}
.ttl-style01.r-img,
.ttl-style01.img{
  padding: 0 60px 0 65px;
  position: relative;
}
.ttl-style01.m-img .ttl-wrap,
.ttl-style01.r-img .ttl-wrap,
.ttl-style01.img .ttl-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ttl-style01 .ttl-wrap{
  width: 100%;
}
.ttl-style01 .when{
  text-align: right;
}
.ttl-style01 img.msg{
  width: 190px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.ttl-style01 img.rinen{
  width: 100px;
  display: block;
}
.ttl-style01 img.adm{
  width: 186px;
  display: block;
}
/* 左に緑のライン */
.ttl-style02{
  margin-bottom: 25px;
  border-left: 4px solid #008B55;
  padding-left: 10px;
  font-size: 2rem;
  font-weight: bold;
}
/* 下に黒ライン */
.ttl-style03{
  margin-bottom: 10px;
  padding: 0 15px 5px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: bold;
}

/* -----------------------------------------------

	ニュース

----------------------------------------------- */
.news-main .news-wrap{
  padding: 0;
  margin: 0;
}
.news-main .news-wrap ul li:nth-child(1),
.news-main .news-wrap ul li:nth-child(2),
.news-main .news-wrap ul li:nth-child(3){
  margin: 0;
}


/* 記事 */
.news-contents{
  padding: 80px 100px;
  background: #fff;
}
.news-contents p{
  margin: 20px 0;
  font-size: 1.8rem;
  line-height: 1.7;
  white-space: pre-line;
}
.news-contents > p:first-child {
    margin: 0 0 20px;
}
.news-contents ul.img-ul li{
  width: 49%;
  margin-bottom: 15px;
}
.news-section01 .fullbox{
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px dotted #000;
}
.news-section01 .fullbox dl{
  margin-top: 15px;
}
.news-section01 .fullbox dl dt{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.news-section01 .flexbox{
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px dotted #000;
}
.news-section01 .flexbox .img-wrap{
  width: 30%;
}
.news-section01 .flexbox .txt-wrap{
  width: 70%;
  padding-left: 20px;
}
.news-section01 .flexbox dl dt{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
.news-contents.venue h3{
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.news-contents.venue h3 + p{
  margin: 5px 0;
}
.venue-dl{
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.venue-dl dt{
  width: 5em;
  min-width: 50px;
}
.venue-dl dt::after{
  content: "：";
}
.venue-dl dd{
  width: 85%;
  white-space: pre-line;
}
.venue-dl dd a{
  line-height: 1.3;
  display: block;
}
.venue-dl dd a:hover{
  text-decoration: underline;
  color: #008B55;
}
.venue-dl + img{
  display: block;
  margin: 10px 0;
}
.venue-dl + img{
  display: block;
  margin: 10px 0;
}
.mail-ico::before{
  content: "@";
}

/* テキスト回り込み */
.news-contents figure {
  float: right;
  margin: 20px 0 10px 20px;
  width: 40%;
}
.news-contents figure img {
  max-width: 100%;
}

/* 研修修了生の活躍 */
.news-contents ul li{
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #dde9dc;
}
.news-contents ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.news-contents .tit-wrap{
  color: #008b55;
  margin-bottom: 20px;
}
.news-contents .tit-wrap span{
  font-size: 1.6rem;
}
.news-contents .tit-wrap h3{
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: bold;
}
.news-contents .flexbox > figure{
  max-width: 200px;
  width: 26%;
  margin: 0;
  display: block;
  float: none;
}
.news-contents .flexbox > figure figcaption{
  text-align: left;
}
.news-contents .flexbox > .txt-wrap{
  width: 70%;
  display: block;
  float: none;
}
.news-contents .name .period{
  display: block;
}
.news-contents .name .main{
  font-weight: bold;
}
.news-contents .name mark{
  display: inline-block;
  border: 1px
  solid #008b55;
  color: #008b55;
  padding: 3px;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 12px;
  font-weight: normal;
}
.news-contents .flexbox > .txt-wrap p{
  margin: 10px 0 0;
}

.news-photo-list ul{
  display: flex;
  flex-wrap: wrap;
}

.news-photo-list ul li{
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding-right: 1%;
  padding-bottom: 1%;
  margin: 0;
  border-bottom: none;
}

.movie-box.two{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-box.two li{
  position: relative;
  width: 48%;
  padding: 26% 0 0 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
.movie-box.two iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------

	事業活動

----------------------------------------------- */
article.activities-main .flexbox{
  margin : 40px 0;
}
.activities-main .ul-img li{
  width: 49.2%;
}
.activities-main .ul-img li a{
  width: 100%;
  display: block;
  border: 1px solid #fff;
}
.activities-main .ul-img li a:hover{
  border: 1px solid #008B55;
  transition: 0.3s;
}
.activities-main .ul-img li img{
  width: 100%;
}
.activities-main .flexbox p{
  white-space: pre-line;
}
.activities-main .flexbox > p,
.activities-main .flexbox figure{
  width: 49%;
  line-height: 2;
}
.activities-main .list-style01 .txt h3{
  font-weight: bold;
}
.list-style01.two li{
  width: 49%;
  margin: 0 0 20px;
}
.activities-wrap .two li .txt{
  padding: 30px 30px 10px;
  margin-bottom: 20px;
}
.list-style01.two li figure{
  padding: 0 20px 15px;
}
.outside .txt h3:before{
  content: '';
  display: block;
  max-width: 15px;
  width: 8%;
  height: 14px;
  margin: 7px 5px 0 0;
  background-image: url(/common/images/outside-icon.png);
  background-size: contain;
  vertical-align: middle;
  float: left;
}
.outside .txt h3 span{
  width: 92%;
  margin-bottom: 15px;
  padding-left: 15px;
  display: block;
  float: left;
}
.activities-main .bg figure figcaption{
  text-align: left;
}
.activities-wrap section{
  display: block;
  margin: 40px 0 0!important;
  padding: 0 !important;
}
section.mt0{
  margin: 0!important;
}
.member-list ul li{
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-list ul li .face{
  max-width: 120px;
  width: 15%;
}
.member-list ul li .txt{
  width: 85%;
  padding-left: 30px;
}
.member-list ul li .txt dl,
.group-list dl{
  display: flex;
  flex-wrap: wrap;
}
.member-list ul li .txt dl dt,
.group-list dl dt{
  width: 15%;
  max-width: 100px;
}
.member-list ul li .txt dl dd:before,
.group-list dl dd:before{
  content: "：";
  display: inline;
}
.member-list ul.list li .txt dl dd:before{
  content: "：";
  display: inline-block;
  float: left;
}
.member-list ul li .txt dl dd,
.group-list dl dd{
  width: 84%;
  text-indent: -15px;
  padding-left: 15px;
}
.member-list ul.list li .txt dl dd{
  text-indent: 0;
  padding-left: 0;
}
.group-list dl.fs18{
  font-size: 1.8rem;
}
.member-list ul li .txt dl dd ul{
  text-indent: -8px;
  padding-left: 30px;
}
.member-list ul li .txt dl dd ul li{
  display: block;
  margin: 0;
}
.member-list ul li .txt dl dd ul li:before{
  content: "・";
  display: inline-block;
}

/* 20240328 横並びに変更 */
.member-list ul.flexbox li{
  width: 30%;
  margin-bottom: 0;
  display: block;
}
.member-list ul.flexbox li .txt{
  width: 100%;
  padding-left: 0;
}
.member-list ul.flexbox li .txt dl dt{
  width: 50px;
  max-width: 50px;
}
.member-list ul.flexbox li .txt dl dd{
  flex: 1;
}
.member-list ul.flexbox li .face {
  max-width: 120px;
  width: auto;
  margin-bottom: 15px;
}

.adobe-wrap{
  margin-top: 100px;
  padding: 30px 20px;
  border-top: 1px solid #cdcdcd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adobe-wrap a{
  display: block;
  max-width: 159px;
  width: 20%;
}
.adobe-wrap p{
  width: 80%;
  padding-left: 15px;
}
.activities-wrap .pdf-list{
  padding: 0 20px;
}
.activities-wrap .name{
  font-weight: bold;
font-size: 1.2em;
line-height: 1.2;
margin-bottom: 10px;
}

/* 世界各国で学ぶ研修生の体験談 */
.activities-world-wrap{
  background: #fff;
  padding-bottom: 10px;
}
.activities-world-wrap .bg2{
  width: 94%;
  margin: 20px auto 0;
  background: #FBF5F2;
}
.activities-world-wrap .bg2 + picture{
  width: 94%;
  margin: 0 auto;
  display: block;
}
.activities-world-wrap .face-list{
  width: 100%;
  height: 0;
  padding-bottom: 89.33%;
  background: url(/activities/world/images/activities-world-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.face-list li{
  position: absolute;
}
.face-list li img{
  width: 100%;
}
.face-list .swe{
  width: 23%;
  left: 3%;
  bottom: 15%;
}
.face-list .dai{
  width: 23%;
  right: 4%;
  bottom: 8%;
}
.face-list .den{
  width: 23%;
  left: 6%;
  top: 4%;
}
.face-list .ame{
  width: 23%;
  right: 5%;
  top: 5%;
}
.face-list .igi{
  width: 23%;
  left: 32%;
  top: 15%;
}
.face-list .cos{
  width: 23%;
  right: 23%;
  top: 34%;
}
.face-list .doi{
  width: 25%;
  left: 30%;
  bottom: 10%;
}
.name-list{
  width: 90%;
  margin: 30px auto;
  padding-left: 8%;
  display: flex;
  flex-wrap: wrap;
}
.name-list li{
  width: 48%;
  margin-bottom: 15px;
}
.name-list li a{
  display: flex;
  flex-wrap: wrap;
}
.name-list li a:hover{
  text-decoration: underline;
  color: #008B55;
}
.name-list li span{
  width: 20%;
  max-width: 35px;
  display: inline-block;
}
.name-list li p{
  width: 80%;
  padding-left: 20px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 第42期 海外研修派遣生 募集 */
.activities-apply-wrap .txt-r{
  margin: 10px 0;
  text-align: right;
}
.activities-apply-wrap .info{
  margin: 20px 0 40px !important;
  padding: 10px 15px;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
.activities-apply-wrap .info dt{
  width: 6%;
  min-width: 50px;
}
.activities-apply-wrap .info dd{
  width: 90%;
}
.activities-apply-wrap .bg2 {
  width: 100%;
  padding: 50px;
  background: #fff;
}
.activities-apply-wrap .ttl{
  padding: 30px 0 10px;
  border-radius: 50% 50% 0 0;
  color: #fff;
  position: relative;
  text-align: center;
}
.activities-apply-wrap .orange .ttl{
  background: #E95504;
}
.activities-apply-wrap .blue .ttl{
  background: #0066B3;
}
.activities-apply-wrap .ttl p{
  line-height: 1.4;
  font-size: 21px;
}
.activities-apply-wrap .ttl span{
  padding: 0 15px;
  display: inline-block;
  position: absolute;
}
.activities-apply-wrap .ttl h3{
  font-size: 48px;
}
.activities-apply-wrap .orange .ttl span{
  background: #F08600;
  right: 30px;
  bottom: 36px;
}
.activities-apply-wrap .blue .ttl span{
  background: #4AA0D9;
  right: 30px;
  bottom: 36px;
}
.activities-apply-wrap .o-wrap{
  padding: 40px 30px;
  background: #fff1ac;
}
.activities-apply-wrap .b-wrap{
  padding: 40px 30px;
  background: #e3f0f7;
}
.activities-apply-wrap .txt{
  position: relative;
}
.activities-apply-wrap .txt dl{
  width: 60%;
  display:flex;
  flex-wrap: wrap;
}
.activities-apply-wrap .txt dl dt{
  width: 23%;
  height: 32px;
  margin-bottom: 25px;
  padding: 1px 10px;
  background: #EF8340;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
}
.activities-apply-wrap .blue dl dt{
  background: #4B8CCA;
}
.activities-apply-wrap .txt dl dd{
  width: 77%;
  padding-left: 16px;
}
.activities-apply-wrap .txt dl dd p{
  color: #E95504;
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.activities-apply-wrap .blue dl dd p{
  color: #4B8CCA;
}
.activities-apply-wrap .txt dl dd ul.round li{
  margin-bottom: 7px;
  text-indent: -10px;
  padding-left: 18px;
  line-height: 1.4;
}
.activities-apply-wrap .txt dl dd ul.round li:before{
  content: "●";
  color: #F4A968;
  font-size: 28px;
  line-height: 0.8;
  vertical-align: bottom;
  display: inline-block;
  padding-right: 2px;
}
.activities-apply-wrap .blue dl dd ul li:before{
  color: #94B6E0;
}
.activities-apply-wrap .txt01 img{
  width: 200px;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
}
.activities-apply-wrap .txt02 img{
  width: 250px;
  max-width: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.activities-apply-wrap .blue .txt02 img{
  top: 30px;
}
.activities-apply-wrap .pdf-list li a{
  margin-bottom: 3px;
}
.link-btn.orange{ border: 1px solid #E95504; }
.link-btn.blue{ border: 1px solid #0066B3; }
.link-btn.orange:hover{ background: #E95504; }
.link-btn.blue:hover{ background: #0066B3; }

/* -----------------------------------------------

	愛の輪について

----------------------------------------------- */
/* TOP */
article.profile-main .list-style01 .txt h3{
  margin: 10px 10px 30px;
  font-weight: bold;
}
/* 挨拶 */
.profile-ttl{
  padding: 30px 0 50px;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.profile-msg-wrap > p{
  white-space: pre-line;
}
.profile-msg-wrap p,
.profile-msg-wrap .name{
  font-size: 1.8rem;
  line-height: 1.9;
  font-family: serif;
}
.profile-msg-wrap > p span{
  display: block;
  text-align: right;
}
.profile-msg-wrap .name{
  margin-top: 50px;
  text-align: right;
}
.profile-msg-wrap .name > p{
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.profile-msg-wrap .name > p span{
  display: inline-block;
  padding-right: 20px;
}

section.zaidan-info{
  font-size: 1.6rem;
  padding: 80px 80px 60px;
}
.zaidan-info dl{
  padding: 15px;
}
.zaidan-info dt{
  width: 23%;
  margin-bottom: 8px;
  white-space: nowrap;
}
.zaidan-info dd{
  width: 77%;
  margin-bottom: 8px;
}
/* .profile-ttl br,
.zaidan-info dd br,
.profile-msg-wrap p br,
.profile-rinen-wrap h3 br{ display: none; }*/

/* 理念 */
.profile-rinen-wrap p{
  text-align: center;
  white-space: pre-line;
  padding: 0 70px;
  font-size: 1.8rem;
  line-height: 1.9;
}
.profile-rinen-wrap .profile-ttl{
  padding: 50px 0 40px;
}
.profile-rinen-wrap p + h3{
  width: 80%;
  border-top: 1px solid #000;
  margin: 30px auto 0;
}
.profile-rinen-wrap.bg{
  padding: 35px 35px 90px;
}

/* 歴史 */
.profile-dl-wrap dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-dl-wrap dl dt{
  width: 20%;
  margin-bottom: 4px;
  font-weight: bold;
}
.profile-dl-wrap dl dd{
  width: 80%;
  padding-left: 10px;
  white-space: pre-line;
  margin-bottom: 30px;
}
.profile-dl-wrap dl dd:last-child{
  margin-bottom: 0;
}

/* 組織 */
.profile-table-wrap h3{
  font-weight: bold;
}

.table-box{
  width: 100%;
}
.table-box p{
  width: 100%;
  text-align: right;
  font-size: 0.9em;
}
.table-box table{
  width: 100%;
  font-size: 0.9em;
}
.table-box table tr td{
  padding: 14px 10px;
  border: 1px solid #000;
  background: #fff;
  line-height: 1.1;
}
.table-box table tr td.lhs{
  padding: 8px 10px 7px;
}
.table-box table tr td:first-child{
  background: #EEEFEF;
  width: 15%;
}
.table-box table tr td:nth-child(2){
  width: 22%;
}
.profile-table-wrap section + section{
  margin-top: 35px;
}

/* 会計等資料 */
.profile-zaimu-wrap .pdf-list,
.pdflist-wrap .pdf-list{
  margin: 20px 15px 0 30px;
}
.profile-zaimu-wrap section,
.pdflist-wrap section{
  margin: 0 auto 60px;
}
.pdflist-wrap .mt30 {
  padding-top: 50px;
  border-top: 1px solid #221814;
}
.profile-zaimu-wrap .mt30{
  padding-top: 30px;
  border-top: 1px solid #221814;
}

/* 定款 */
.profile-kifu-wrap h4,
.txtlist-style h4{
  margin-bottom: 4px;
  font-weight: bold;
}
.profile-kifu-wrap dl dt,
.txtlist-style dl dt{
  margin-bottom: 4px;
  font-weight: bold;
}
.profile-kifu-wrap dl dd,
.txtlist-style dl dd{
  margin-bottom: 20px;
}
.profile-kifu-wrap ol,
.txtlist-style ol{
  margin: 20px 0 0;
}
.profile-kifu-wrap p,
.txtlist-style p{
  white-space: pre-line;
}
.profile-kifu-wrap dl dd p,
.txtlist-style dl dd p{
  margin: 0 0 4px;
}
.txtlist-style .ttl-style02 {
  margin-bottom: 10px;
}
.smp-dl{
  margin-top: 20px;
}
.smp-dl dd{
  white-space: pre-line;
}

 /* 寄付金控除について 20220914_改修*/
@media screen and (min-width: 768px) {
	.profile-koujo-wrap p{
	font-size: 1.7rem;
	}
}

.profile-koujo-person{
  color: #d73556;
}

.profile-koujo-corporation{
  color: #654396
}

.profile-koujo-wrap .pre-line{
  white-space: pre-line;
}
.profile-koujo-wrap mark{
  color: #e50012;
  background: none;
  display: block;
}
.profile-koujo-wrap b{ font-weight: bold; }

.profile-koujo-wrap .link,
.profile-koujo-wrap .link-list a{
  cursor: pointer;
  color: #008b55 !important;
  font-size: 1.6rem;
}
.profile-koujo-wrap .link:hover,
.profile-koujo-wrap .link-list a:hover{
  text-decoration: underline;
}
.profile-koujo-wrap .link{
  margin: 10px 0 30px;
  display: block;
  text-align: center;
}
.profile-koujo-wrap img{
  text-align: center;
}
.profile-koujo-wrap .link-list{
  max-width: 700px;
  width: 100%;
  margin: 20px auto 15px;
}
.profile-koujo-wrap .link-list li{
  margin: 0 0 10px;
}
.profile-koujo-wrap .link-list,
.profile-koujo-wrap .link-list li{
  text-indent: -32px;
  padding-left: 14px;
  line-height: 1;
}
.profile-koujo-wrap .link::before,
.profile-koujo-wrap .link-list li::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-image: url(../../profile/images/profile-link-ico01.png);
  background-size: contain;
  vertical-align: middle;
}

.profile-koujo-wrap{
  padding: 60px;
}

.profile-koujo-wrap strong{
  margin-bottom: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  display: block;
}
.profile-koujo-wrap strong + mark{
  text-align: center;
}
.profile-koujo-wrap .taxreturn{
  padding: 30px 45px;
  border: 1px solid #008b55;
  border-radius: 20px;
}
.profile-koujo-wrap section{
  margin: 80px auto 0!important;
}
.profile-koujo-wrap section h3{
  font-size: 3rem;
  text-align: center;
}
.profile-koujo-wrap section h3::after{
  content: "";
  width: 10px;
  height: 10px;
  margin: 10px auto;
  background: #d73556;
  border-radius: 50%;
  display: block;
}
.profile-koujo-wrap .corporation h3::after{
  background: #654396;
}
.profile-koujo-wrap h3 + .txt{
  margin: 20px 0 40px;
  padding: 20px 30px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  text-align: center;
  font-size: 1.8rem;
}
.profile-koujo-wrap .tit-style01{
  margin: 50px 0 20px;
  padding: 10px 50px;
  background: #eeebe9;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
}
.profile-koujo-wrap .tit-style01 span:first-child{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d73556;
  color: #d73556;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
.profile-koujo-wrap .incometax em{
  width: 100%;
  max-width: 595px;
  margin: 30px auto 15px;
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  font-size: 1.85rem;
  border: 1px solid #9d9d9e;
}
.profile-koujo-wrap .incometax em:before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 20px #9d9d9e;
  border-bottom: solid 15px transparent;
}
.profile-koujo-wrap .incometax em:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-left: solid 20px #9d9d9e;
  border-bottom: solid 15px transparent;
}
.profile-koujo-wrap .incometax .select{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.profile-koujo-wrap .incometax .select > div{
  width: 47%;
  background: #f5efcb;
  padding: 30px 20px 20px;
}
.profile-koujo-wrap .incometax .select .deduction02{
  background: #f9e6e0;
}
.profile-koujo-wrap .incometax .select h5{
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.profile-koujo-wrap .incometax .select h5 span{
  display: block;
  font-size: 1.6rem;
}
.profile-koujo-wrap .incometax .select h5 + p{
  margin: 30px 0 20px;
  white-space: pre-line;
}
.profile-koujo-wrap .incometax .or{
  width: 80px;
  height: 80px;
  padding: 23px 0;
  vertical-align: middle;
  display: table-caption;
  border-radius: 50%;
  background: #d73556;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-koujo-wrap .calculation{
  margin: 30px 0 0;
  padding: 20px 35px;
  border: 2px dotted #d73556;
  border-radius: 20px;
}
.profile-koujo-wrap .calculation h6{
  margin-bottom: 10px;
  color: #d73556;
  font-size: 1.8rem;
  font-weight: bold;
}
.profile-koujo-wrap .corporation .calculation{
  border: 2px dotted #654396;
}
.profile-koujo-wrap .corporation .calculation h6{
  color: #654396;
}
.profile-koujo-wrap .calculation h6 span{
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 8px;
}
.profile-koujo-wrap .calculation ol li{
  /*text-indent: -30px;
  padding-left: 20px;*/
  margin-bottom: 10px;
}
.profile-koujo-wrap .calculation ol ＋ p{
  font-weight: bold;
}
.profile-koujo-wrap .calculation b{
  border-bottom: 1px solid #d73556;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  text-indent: 0;/*打ち消し*/
}
.profile-koujo-wrap .residenttax b{
  display: block;
}
.profile-koujo-wrap .residenttax dl dt,
.profile-koujo-wrap .corporation .limit dt{
  margin: 35px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.profile-koujo-wrap .residenttax dl dt::before,
.profile-koujo-wrap .corporation .limit dt::before{
  content: "◼︎";
  color: #d73556;
  display: inline-block;
  padding-right: 5px;
  font-size: 2rem;
}
.profile-koujo-wrap .residenttax dl dd,
.profile-koujo-wrap .corporation .limit dd{
  padding-left: 3em;
}
.profile-koujo-wrap .corporation .limit dt::before{
  color: #654396;
}
.profile-koujo-wrap .attention-wrap{
  margin: 20px 0;
  padding: 20px;
  display: block;
  border: solid 1px;
}
.profile-koujo-wrap .residenttax .attention{
  margin-top: 2em;
  text-indent: -14px;
  padding-left: 14px;
}
.profile-koujo-wrap .residenttax .attention li{
  margin-bottom: 10px;
}

.profile-koujo-wrap  section.attention {
  border-top: 5px solid #89b48f;
  padding-top: 40px;
}
.profile-koujo-wrap .attention h4,
.profile-koujo-wrap .attention .txt{
  text-align: center;
}
.profile-koujo-wrap .attention h4{
  font-size: 2.3rem;
  color: #008b55;
  font-weight: bold;
  margin-bottom: 25px;
}
.profile-koujo-wrap .attention .txt{
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
.profile-koujo-wrap .attention p span{
  display: block;
  margin-top: 20px;
}
.profile-koujo-wrap .attention p a:hover{
  color: #008b55;
  border-bottom: 1px solid #008b55;
}

.profile-koujo-wrap .calculation dd{
  padding: 0 0 10px 3em;
}

/* -----------------------------------------------

	ご支援のお願い

----------------------------------------------- */
.admission-wrap .list-style01 h3{
  padding: 10px 0 0 10px;
  font-weight: bold;
}
.admission-wrap .list-style01 .subtxt{
  padding: 10px 0 0 10px;
  display: block;
}
.admission-wrap .list-style01 p{
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.admission-wrap .list-style01 a{
  min-height: 240px;
}
.admission-wrap .pdf-list{
  margin-top: 40px;
  padding: 0 20px 0 40px;
}

/* admission */
.admission-wrap section p,
.admission-wrap > p{
  margin: 15px 0;
  white-space: pre-line;
}
.annual{
  padding: 10px 25px 20px;
}
.annual li{
  width: 48%;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}
.annual li a,
.annual li a:visited{
  color: #fff;
  pointer-events: all;
  display: block;
}
.annual li a p{
  margin: 0;
  padding: 15px 0;
}
.annual li h4{
  width: 90%;
  font-size: 2rem;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.annual li.pink a{ background: #E63178; }
.annual li.pink a:hover{ background: #f0669c; }

.annual li.blue a{ background: #0096E0; }
.annual li.blue a:hover{ background: #54bcef; }

.annual li.orange a{ background: #EF8336; }
.annual li.orange a:hover{ background: #f89f60; }

.annual li.purple a{ background: #7D4697; }
.annual li.purple a:hover{ background: #9e6db5; }

.annual li a:hover{
  transition: 0.3s;
}

.annual + dl{
  margin-bottom: 30px;
}
.annual + dl dt{
  width: 16%;
  margin-bottom: 10px;
  font-weight: bold;
}
.annual + dl dd{
  width: 84%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.pdf-wrap{
  padding: 20px;
  border: 1px solid #008B55;
}
.pdf-wrap p{
  margin: 0 0 15px 25px !important;
}

/* 会員リスト */
.admission-member-wrap h3{
  margin-bottom: 30px;
  padding: 8px 15px;
  font-size: 1.8rem;
}
.admission-member-wrap h3.mem01{
  background: #E0BB63;
  font-weight: bold;
}
.admission-member-wrap h3.mem02{
  background: #CACBCB;
  font-weight: bold;
}
.mem-list h4{
  font-size: 110%;
  border-bottom: 1px solid #d3d3d3;
  padding: 3px;
  margin-top: 5px;
}
.mem-list li{
  margin-bottom: 10px;
}
.mem-list li:last-child{
  margin-bottom: 0;
}

.mem-list li.new:after{
  content: "［新規］";
  color: #FF0000;
  display: inline-block;
  padding-left: 6px;
}
.accordion{
  cursor: pointer;
}
.mem-list h4 .on-off{
  float: right;
  margin: 8px 0;
}
.mem-list .open,
.mem-list .hide{
  padding: 10px 5px;
  margin-bottom: 10px;
  list-style: none;
}
.mem-list .open li,
.mem-list .hide li,
.mem-list li ul li{
  margin-bottom: 3px;
}
.mem-list .open li:last-child,
.mem-list .hide li:last-child{
  margin-top: 0;
}
.mem-list li ul{
  margin: 10px 15px 20px;
}

/* ご寄付のお願い */
.admission-donate-wrap .flexbox-cnt dl{
  width: 70%;
  margin: 20px 0;
  padding-right: 15px;
}
.admission-donate-wrap .flexbox-cnt dl dt{
  width: 25%;
  margin-bottom: 10px;
}
.admission-donate-wrap .flexbox-cnt dl dd{
  width: 75%;
  margin-bottom: 20px;
}
.admission-donate-wrap .flexbox-cnt dl dd p{
  white-space: pre-line;
}
.admission-donate-wrap .flexbox-cnt .img-wrap{
  width: 30%;
}

/* つながる募金 */
.admission-wrap.bokin .illust{
  margin: 30px 0;
}
.admission-wrap.bokin .illust li{
  width: 31.5%;
  padding: 0 15px;
  border: 1px solid #3597CC;
  border-radius: 15px;
  text-align: center;
}
.admission-way > ul{
  margin: 30px 0 0;
}
.admission-way > ul > li{
  width: 48%;
  padding: 30px 25px 10px;
  border: 1px solid #008B55;
}
.admission-way > ul li h4{
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}

/* -----------------------------------------------

	ライブラリー

----------------------------------------------- */
.library-wrap .list-style01 h3 {
padding: 10px 0 0 10px;
    font-weight: bold;
}

/* 機関誌 */
.library-kikansi-wrap .img-wrap{
  width: 30%;
  text-align: center;
}
.library-kikansi-wrap .txt-wrap{
  width: 70%;
  padding-left: 30px;
}
.library-kikansi-wrap .pdf-wrap a{
  margin-bottom: 0;
}
.library-kikansi-wrap .flexbox{
  margin: 40px 0;
}
.library-kikansi-wrap dl dt{
  margin:12px 0 5px;
}
.library-kikansi-wrap dl dt:first-child{
  margin: 0 0 5px;
}
.library-kikansi-wrap dl dd{
  white-space: pre-line;
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 6px;
}
.library-kikansi-wrap dl dd:before{
  content: "・";
}
.library-kikansi-wrap .thumb-pdf-list li{
  width: 33%;
  margin-bottom: 30px;
}
.library-kikansi-wrap .thumb-pdf-list li a{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: 6px;
}
.library-kikansi-wrap .thumb-pdf-list li a img{
  border: 1px solid #cdcdcd;
  box-shadow: 2px 3px 3px #cdcdcd;
  margin-bottom: 5px;
}
.library-kikansi-wrap .thumb-pdf-list li a:first-child:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.thumb-pdf-list li a + a::before{
  position: relative;
  display: inline-block;
  left: 0;
  vertical-align: text-bottom;
}

/* -----------------------------------------------

	個人情報保護方針

----------------------------------------------- */
.privacy .day{
  text-align: right;
}

.privacy dl{
  margin-top: 20px;
}

.privacy dd ul li{
  margin-left: 2.5em;
  text-indent: -2.5em;
}


/* -----------------------------------------------

	お問い合わせ

----------------------------------------------- */
.inquiry h3 + p{
  padding: 5px 15px 0;
}
.inquiry .disc{
  margin: 20px 0;
  border: 1px solid #9F9FA0;
  padding: 15px;
}
.inquiry .disc li{
  margin-bottom: 10px;
  white-space: pre-line;
}

/* -----------------------------------------------

	サイトマップ

----------------------------------------------- */
.sitemap section{
  width: 48%;
  margin-bottom: 20px;
  padding: 30px 25px;
  background: #fff;
}
.sitemap h3{
  font-weight: bold;
}
.sitemap h3 + ul{
  padding: 10px 0;
}
.sitemap h3 + ul li{
  padding: 0 20px 5px;
}
.sitemap h3 + ul li.sub{
  padding: 0 40px 5px;
}
.sitemap h3 + h3{
  margin-top: 8px;
}

/* -----------------------------------------------

	8.フッター

----------------------------------------------- */
footer{
  padding: 40px 0 0;
  background: linear-gradient( #fefffe, #d7e4d5);
}
footer .pc-only{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
footer nav ul li.max{
  width: 100%;
  margin-bottom: 10px;
}
footer nav ul li .head-link{
  display: block;
  margin-bottom: 5px;
}
footer nav ul li a + ul{
  margin-left: 15px;
  line-height: 1.8;
}
footer .common-footer{
  margin-top: 50px;
  padding: 10px 0;
  background: #008B55;
  color: #fff;
}
.common-footer small{
  width: 30%;
  font-size: 1.4rem;
}
.common-footer ul{
  width: 58%;
}
.common-footer a{
  color: #fff;
}
footer a:hover{
  text-decoration: underline;
}

/* -----------------------------------------------

	9.レスポンシブ設定　768px以下

----------------------------------------------- */
@media screen and (max-width: 768px) {

  body{
    font-size: 1.5rem;
  }
  main{
    margin-bottom: 20px;
  }

  section:not(.max),
  .sns-wrap{
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
  }
  article section{
    max-width: auto;
    width: auto;
    padding: 0 !important;
    margin: 0;
  }
  .wrap1000{
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  /* ------------------------------------

   header SP用

  ------------------------------------ */

  header .order1{ order: 1; }
  header .order2{ order: 2; }
  header .order3{ order: 4; }
  header .order4{ order: 3; }

  .pc-only{ display: none !important; }
  .sp-only{ display: block !important; }

  header{
    width: 100%;
  }
  header .logo{
    width: 80px;
    margin: 5px 0;
  }
  header .facebook{
    width: 6%;
    margin: 0 20px 0 0;
  }
  .header-wrap{
    height: 70px;
  }
  .sp-menu {
    width: 20px;
    height: 48px;
    margin: 0 0 0 20px;
    position: relative;
    cursor: pointer;
    z-index: 11;
    text-align: center;
  }
  .sp-menu .line {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp-menu .line-t { top: 14px; }
  .sp-menu .line-c { top: 24px; }
  .sp-menu .line-b { top: 34px; }

  .sp-menu.is-active .line-t {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp-menu.is-active .line-c {
    opacity: 0;
  }
  .sp-menu.is-active .line-b {
    top: 24px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /*----------- グローバルナビ -----------*/
  #gnavi{
    width: 100%;
    float: right;
    padding: 2px 0 7px;
    background: #008B55;
    position: absolute;
    top: 72px;
    z-index: 999;
  }
  #gnavi a{
    color: #fff;
    display: block;
  }
  #gnavi ul li{
    width: 100%;
  }
  #gnavi .title{
    padding-bottom: 10px;
  }
  #gnavi ul li ul li:not(.title){
    padding: 0 0 15px 10px;
  }
  #gnavi ul li:last-child{
    padding: 15px 6px 0;
  }
  #gnavi .library-on{
    border-bottom: 1px solid #fff;
  }
  #gnavi .menu-name{
    width: 100%;
    border-top: 1px solid #fff;
    padding: 15px 10px 10px 15px;
    position: relative;
  }
  #gnavi .menu01 .menu-name{
    border-top: 0;
  }
  #gnavi .h-about-on {
    border-top: 0;
  }
  #gnavi .menu-name.open{
    border-bottom: 0;
    padding-bottom: 10px;
  }
  #gnavi li.sp-only ul{
    line-height: 1.9em;
  }
  #gnavi .menu-name:after{
    content: "";
    position: absolute;
    right: 10px;
    bottom: 23px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #gnavi .menu-name.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
  }
  #gnavi .low-wrap{
    padding: 13px 15px 3px;
    background: #006F42;
  }
  #gnavi .toggle2{
    display: none;
    font-weight: normal;
    margin: 15px 0 0;
  }
  #gnavi .tab{
    position: relative;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 5px;
  }
  #gnavi .tab span{
    width: 90%;
    line-height: 1.6;
    display: block;
  }
  #gnavi .tab img{
    display: inline-block;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  #gnavi .tab:after{
    content: "";
    position: absolute;
    right: 0;
    top: 35%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #gnavi .tab.open:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35%;
  }
  #dropmenu .menu-sub{
    display: none;
  }

  /* ------------------------------------

   main SP用

  ------------------------------------ */

  /* TOP
  ----------------------- */

  .sp-link{
    pointer-events: auto;
  }
  #ban-follow{
    width: 30%;
  }

  section.top-txtlink ul{
    display: block;
  }
  section.top-txtlink ul li{
    width: 100%;
  }
  section.top-txtlink h2{
    font-weight: bold;
    font-size: 2rem;
  }
  section.top-txtlink p{
    font-size: 1.5rem;
  }
  section.top-txtlink span{
    font-size: 1.5rem;
  }
  section.top-txtlink ul li:first-child{
    margin-bottom: 20px;
  }
  section.top-txtlink ul li:last-child a{
    display: block;
  }
  section.top-txtlink ul li:last-child h2{
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 1.85rem;
  }

  section.top-activities ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  section.top-activities ul li h2{
    font-size: 1.8rem;
  }
  .link-btn {
    margin: 30px auto 0;
  }
  .btn-wrap{
    margin: 30px auto 40px;
  }
  section.top-admission{
    width: 93%;
    margin: 0 auto;
  }
  .top-admission .txt-wrap {
    width: 100%;
    padding: 20px 0 5px;
  }
  section.top-news,
  .news-wrap {
    padding: 30px 0;
    margin: 40px 0;
  }
  section.top-news ul li,
  .news-wrap ul li,
  .list-style01 li{
    width: 100% !important;
    margin: 20px 0 0 !important;
    background: #fff;
  }
  .movie-style li{
    width: 48% !important;
    margin: 20px 0 0 !important;
  }
  .movie-style .txt{
    margin-top: 4px;
  }
  .movie-style .txt span{
    font-size: 1.3rem;
  }
  .movie-style .txt h4{
    font-size: 1.6rem;
  }
  .movie-style li img{
    width: 100%;
  }
  .news-wrap .txt h3,
  .list-style01 li h3{
    height: auto;
    font-size: 1.8rem;
  }
  .news-wrap .over {
    width: 100%;
    height: auto;
    min-height: 120px;
  }
  .facebook-wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .gooddo-wrap {
    width: 100%;
  }

  /* -----------------------
   lower 共通
  ----------------------- */
  .lower main{
    padding: 0 0 40px;
  }
  .breadcrumb{
    width: 92%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .breadcrumb ul li a:after{
    margin: 0 10px;
  }
  .ttl-style01{
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 30px 25px;
  }
  .ttl-style01 .txt{
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .ttl-style01 .redtxt{
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .ttl-style01 h2{
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.45;
    display: block;
  }
  .ttl-style01 h2 span{
    font-size: 1.2rem;
    margin-top: 2px;
  }
  .ttl-style01 .day {
    font-size: 1.4rem;
  }
  /* 挨拶・理念 タイトル画像あり */
  .ttl-style01.m-img,
  .ttl-style01.r-img,
  .ttl-style01.img{
    padding: 30px 25px;
  }
  .ttl-style01 img.msg,
  .ttl-style01 img.rinen,
  .ttl-style01 img.adm,
  .ttl-style01.img img{
    display: none;
  }
  /* 下に黒ライン */
  .ttl-style03{
    padding: 0 0 5px;
    font-size: 1.6rem;
  }
  .bg{
    background: #fff;
    padding: 15px !important;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .fs18{ font-size: 1.6rem; }

  /* NEWS
  ----------------------- */
  .news-main .news-wrap{
    padding: 0;
    margin: 0;
  }
  .news-main .news-wrap ul li:nth-child(2),
  .news-main .news-wrap ul li:nth-child(3),
  .list-style01 li:nth-child(2),
  .list-style01 li:nth-child(3){
    margin: 20px 0 0;
  }
  .news .article .ttl-style01 {
    display: block;
    padding: 10px 20px 20px;
  }
  .news-contents {
    margin-bottom: 30px;
    padding: 20px;
  }
  .news-contents ul.img-ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-contents p {
    font-size: 1.6rem;
  }
  .news-photo-list ul li{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 1%;
    margin: 0;
    border-bottom: none;
  }
  .movie-box.two{
    display: block;
  }
  .movie-box.two li{
    position: relative;
    width: 100%;
    padding: 50% 0 0 0 !important;
    margin-bottom: 30px !important;
  }

  /* 研修修了生の活躍 */
  .news-contents .tit-wrap h3{
    font-size: 1.7rem;
  }
  .news-contents .flexbox > figure{
    max-width: 200px;
    width: 65%;
    margin: 0 auto 20px;
  }
  .news-contents .flexbox > figure img{
    width: auto;
  }
  .news-contents .flexbox > .txt-wrap{
    width: 100%;
    display: block;
    float: none;
    padding-left: 0;
  }

  .news-section01 .flexbox .img-wrap {
    width: 100%;
    margin: 0 0 10px 0;
  }


  /* 事業活動
  ----------------------- */

  article.activities-main .flexbox{
    margin : 20px 0;
  }
  .activities-main .ul-img li{
    width: 100%;
  }
  .activities-main .ul-img li:last-child{    margin-top: 20px;
  }
  .activities-main .flexbox > p{
    width: 100%;
    margin-bottom: 20px;
  }
  .activities-main .flexbox .box{
    width: 100%;
  }
  .outside .txt h3 span{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .member-list ul li{
    display: block;
  }
  .member-list ul li .face{
    max-width: auto;
    width: 50%;
    margin: 0 auto;
  }
  .member-list ul li .txt{
    width: 100%;
    padding-left: 0;
  }
  .member-list ul li .txt dl dt, .group-list dl dt{
    width: 22%;
    min-width: auto;
  }
  .member-list ul li .txt dl dd, .group-list dl dd {
    width: 78%;
  }
  .member-list ul li .txt .name,
  .group-list .name{
    text-align: center;
  }
  .member-list ul li .txt dl{
    margin-top: 5px;
    padding: 10px;
    background: #f4f4f4;
  }
  /* 20240328 横並びに変更 */
  .member-list ul.flexbox li{
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .member-list ul.flexbox li .txt{
    width: 100%;
  }
  .member-list ul.flexbox li .txt dl dt{
    width: 100%;
    max-width: 50px;
  }

  .group-list dl.fs18{
    font-size: 1.6rem;
  }
  .group-list dl.fs18 span{
    font-size: 1.4rem;
  }
  .adobe-wrap{
    margin-top: 30px;
    padding: 30px 20px;
    display: block;
  }
  .adobe-wrap a{
    display: block;
    max-width: 159px;
    width: 159px;
  }
  .adobe-wrap p{
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }


  /* 世界各国で学ぶ研修生の体験談 */
  .name-list{
    padding-left: 0;
  }
  .name-list li{
    width: 100%;
    margin-bottom: 15px;
  }

  .activities-apply-wrap{
    margin-top: 20px;
  }
  .activities-apply-wrap .ttl h3 {
    font-size: 26px;
  }
  .activities-apply-wrap .ttl p {
    font-size: 16px;
  }
  .activities-apply-wrap .ttl span {
    width: 114px;
    margin: 0 auto 12px;
    right: auto !important;
    bottom: auto !important;
    display: block;
    position: relative;
  }
  .activities-apply-wrap .bg2 {
    width: 100%;
    padding: 30px 25px;
  }
  .activities-apply-wrap .o-wrap,
  .activities-apply-wrap .b-wrap{
    padding: 40px 15px;
  }
  .activities-apply-wrap .txt dl {
    width: 100%;
  }
  .activities-apply-wrap .txt dl dt {
    width: 90px !important;
    min-width: 80px;
    height: 27px;
    margin: 0 0 10px !important;
    font-size: 15px;
    display: inline-block;
  }
  .activities-apply-wrap .txt dl dd{
    width: 70% !important;
    margin-bottom: 5px;
  }
  .activities-apply-wrap .txt dl dd p {
    font-size: 17px;
  }
  .activities-apply-wrap .txt img{
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .activities-apply-wrap .txt01 img{
    width: 80%;
  }
  .activities-apply-wrap .txt02 img {
    width: 80%;
    max-width: 80%;
    margin-top: 25px;
  }
  .training-box.mt50{
    margin-top: 30px !important;
  }
  .activities-apply-wrap .info dt{
    width: 10%;
    min-width: 10%;
  }
  .activities-apply-wrap .info dd{
    width: 90%;
  }

  /* 愛の輪について
  ----------------------- */

  /* TOP */
  article.profile-main .list-style01 li{
    width: 49% !important;
  }
  article.profile-main .list-style01 .txt h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  /* 挨拶 */
  .profile-ttl{
    padding: 10px 0 30px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .profile-msg-wrap p,
  .profile-msg-wrap .name {
    padding: 0;
    font-size: 1.6rem;
  }
  .profile-ttl br,
  .zaidan-info dd br,
  .profile-msg-wrap p br,
  .profile-rinen-wrap h3 br{ display: block; }

  section.zaidan-info {
    font-size: 1.6rem;
  }
  .zaidan-info h4 {
    padding: 0 0 5px;
  }
  .zaidan-info dl {
    padding: 15px 0;
  }
  .zaidan-info dd {
    padding-left: 15px;
  }
  .profile-zaimu-wrap .pdf-list,
  .pdflist-wrap .pdf-list{
    margin: 0 0 20px 0;
  }

  /* 理念 */
  .profile-rinen-wrap p{
    text-align: left;
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: 1.55;
  }
  .profile-rinen-wrap .profile-ttl{
    padding: 20px 0 15px;
    margin: 10px auto 0;
  }
  .profile-rinen-wrap p + h3{
    width: 100%;
  }
  .profile-rinen-wrap.bg{
    padding: 1px 15px 30px !important;
  }

  /* 歴史 */
  .profile-dl-wrap dl{
    display: block;
  }
  .profile-dl-wrap dl dt{
    width: 100%;
  }
  .profile-dl-wrap dl dd{
    width: 100%;
    padding-left: 0;
  }

  /* 寄付金控除について 20220914_改修*/
  .profile-koujo-wrap strong{
    font-size: 1.8rem;
  }
  .profile-koujo-wrap .link {
    margin: 10px 0 20px;
  }
  .profile-koujo-wrap .taxreturn {
    padding: 13px 20px;
  }
  .profile-koujo-wrap section {
    margin: 35px auto 0!important;
  }
  .profile-koujo-wrap section h3 {
    font-size: 2.4rem;
  }
  .profile-koujo-wrap h3 + .txt {
    margin: 20px 0 30px;
    padding: 10px 5px;
  }
  .profile-koujo-wrap .tit-style01 {
    display: block;
    padding: 5px 30px 8px;
  }
  .profile-koujo-wrap .tit-style01 span:first-child {
    width: 88px;
    margin: 8px auto;
    padding-right: 0;
    padding-bottom: 6px;
    border-right: 0;
    border-bottom: 1px solid #d73556;
    color: #d73556;
    font-size: 2.2rem;
    display: block;
    text-align: center;
  }
  .profile-koujo-wrap .tit-style01 {
    font-size: 1.6rem;
    text-align: center;
  }
  .profile-koujo-wrap .incometax em {
    font-size: 1.6rem;
    margin: 25px auto 15px;
    padding: 10px;
  }
  .profile-koujo-wrap .incometax .select {
    display: block;
  }
  .profile-koujo-wrap .incometax .select > div {
    width: 100%;
  }
  .profile-koujo-wrap .incometax .or {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: 0;
    transform: translateX(0);
  }
  .profile-koujo-wrap .incometax .select .deduction02 {
    margin-top: -20px;
  }
  .profile-koujo-wrap .incometax .select h5 + p {
    margin: 15px 0 5px;
  }
  .profile-koujo-wrap .incometax .select h5 {
    font-size: 2.3rem;
  }
  .profile-koujo-wrap .incometax .select h5 span{
    font-size: 1.4rem;
  }
  .profile-koujo-wrap .calculation {
    margin: 20px 0 0;
    padding: 10px 15px;
  }
  .profile-koujo-wrap .calculation h6 {
    margin: 10px 0;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
  .profile-koujo-wrap .calculation h6 span{
    font-size: 1.3rem;
    padding-left: 0;
    margin-top: 6px;
  }
  .profile-koujo-wrap .residenttax dl dt,
  .profile-koujo-wrap .corporation .limit dt {
    margin: 18px 0 0;
    font-size: 1.6rem;
  }
  .profile-koujo-wrap mark {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 5px;
  }
  .profile-koujo-wrap .attention h4 {
    font-size: 2rem;
    padding-top: 15px;
    margin-bottom: 15px;
  }
   .profile-koujo-wrap .attention p{
    font-size: 1.5rem;
   }
  .profile-koujo-wrap .attention .txt {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .profile-koujo-wrap .attention p span{
    margin-top: 10px;
  }

  /* ご支援のお願い
  ----------------------- */

  /* admission */
  .admission-donate-wrap,
  .admission-member-wrap{
    padding: 20px ​20px !important;
  }
  .annual {
    padding: 10px 0 20px;
  }
  .annual li{
    width: 100%;
  }
  .annual + dl{
    margin-bottom: 5px;
  }
  .annual + dl dt{
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .annual + dl dd{
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .annual + dl dt.pink{ background: #fcd4e5; }
  .annual + dl dt.blue{ background: #caeffd; }
  .annual + dl dt.orange{ background: #f8d9c3; }
  .annual + dl dt.purple{ background: #edd4fc; }

  .indent-num{
    padding: 10px;
    border : 1px dotted #EA0000;
  }
  .red{color:#EA0000;}

  /* 会員リスト */
  .admission-member-wrap h3{
    margin-bottom: 20px;
    padding: 6px 10px;
    font-size: 1.6rem;
  }
  .mem-list li{
    margin-bottom: 10px;
  }
  .mem-list li ul{
    margin: 5px;
  }
  .mem-list .open, .mem-list .hide {
    padding: 5px;
  }

  /* ご寄付のお願い */
  .admission-donate-wrap .flexbox-cnt dl{
    width: 100%;
    margin: 20px 0;
    padding-right: 15px;
  }
  .admission-donate-wrap .flexbox-cnt dl dt{
    width: 100%;
    margin-bottom: 0;
  }
  .admission-donate-wrap .flexbox-cnt dl dd{
    width: 100%;
    margin: 0 10px 20px 15px;
  }
  .admission-donate-wrap .flexbox-cnt .img-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
  .admission-donate-wrap .flexbox-cnt .img-wrap img{
    width: auto;
    max-width: 60%;
    float: right;
    display: block;
  }

  /* つながる募金 */
  .admission-wrap.bokin{
    padding: 1px 10px 20px !important;
  }
  .admission-wrap.bokin .illust{
    margin: 15px 0;
  }
  .admission-wrap.bokin .illust li{
    width: 100%;
    margin-bottom: 15px;
  }
  .admission-way > ul{
    margin: 15px 0 0;
  }
  .admission-way > ul > li{
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 15px 10px;
  }
  .admission-way > ul li h4{
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.6rem;
  }

  /* ライブラリー
  ----------------------- */

  /* 機関誌 */
  .library-kikansi-wrap .img-wrap{
    width: 100%;
    margin-bottom: 10px;
  }
  .library-kikansi-wrap .txt-wrap{
    width: 100%;
    padding-left: 0;
  }
  .library-kikansi-wrap .flexbox{
    margin: 20px 0;
  }
  .library-kikansi-wrap dl dt{
    padding: 2px 9px;
    background: #ececec;
  }
  .library-kikansi-wrap .thumb-pdf-list li{
    width: 100%;
  }

  /* サイトマップ
  ----------------------- */

  .sitemap section{
    width: 100%;
    padding: 30px !important;
  }

  /* ------------------------------------

   footer SP用

  ------------------------------------ */

  footer {
    margin-top: 90px;
    padding: 0;
  }
  .common-footer small{
    width: 100%;
    order: 2;
    margin-top: 6px;
    padding: 8px 15px 0;
    text-align: center;
    border-top: 1px solid;
  }
  .common-footer ul{
    width: 100%;
    order: 1;
  }
  .common-footer ul li{
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }

}

@media screen and (min-width: 768px) {
  .sp-menu{ display: none; }
  .pc-only{ display: block; }
  .sp-only{ display: none; }
}
@media screen and (max-width: 380px){
  .activities-apply-wrap .blue dl dt {
        margin: 0 0 3px !important;
  }
  .activities-apply-wrap .txt dl dd{
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 570px){
  .activities-apply-wrap .info dt{
    width: 50px;
    min-width: 50px;
  }
  .activities-apply-wrap .info dd{
    width: 80%;
  }
}
@media screen and (max-width: 450px){
  .member-list ul li .txt dl{
    background: none;
    margin-top: 0;
  }
  .member-list ul li .txt dl dt, .group-list dl dt{
    width: 100%;
    max-width: 100%;
    padding: 2px 9px;
    background: #ececec;
  }
  .member-list ul li .txt dl dd, .group-list dl dd {
    width: 100%;
    padding: 5px 10px 10px;
    text-indent: 0;
  }
  .member-list ul.list li .txt dl dd {
    text-indent: 0;
    padding: 5px 10px 10px;
  }
  .member-list ul li .txt dl dd:before, .group-list dl dd:before,
  .member-list ul.list li .txt dl dd:before {
    content: none;
  }
  .member-list ul li .txt dl dd ul {
    text-indent: -8px;
    padding-left: 7px;
  }
  .member-list ul.flexbox li .txt dl dt{
    width: 100%;
    max-width: 100%;
  }
  .venue-dl dt{
    width: 100%;
    padding: 1px 9px 0;
    background: #ececec;
  }
  .venue-dl dd{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .venue-dl dt::after{
    content: none;
  }
  .activities-apply-wrap .info dd{
    width: 70%;
  }

}

@media screen and (max-width: 860px){

  .activities-apply-wrap .txt dl dt {
    width: 120px;
    margin: 10px 0 6px;
    float: none;
    clear: none;
  }
  .activities-apply-wrap .txt dl dd {
    width: 100%;
    padding-left: 10px;
    float: none;
  }
  .activities-apply-wrap .ttl span{
    right: auto !important;
    bottom: auto !important;
    position: relative;
    display: block;
    width: 120px;
    margin: 0 auto 10px;
  }

}

@media screen and (min-width: 1001px) {
  #dropmenu .low{
    width: 1000px;
  }
}

/* -----------------------------------------------

	10.印刷用CSS

----------------------------------------------- */
@media print {
  header .order1{ order: 1; }
  header .order2{ order: 2; }
  header .order3{ order: 4; }
  header .order4{ order: 3; }

  .pc-only{ display: none !important; }
  .sp-only{ display: block !important; }

  header{
    width: 100%;
  }
  header .logo{
    width: 80px;
    margin: 5px 0;
  }
  header .facebook{
    width: 6%;
    margin: 0 20px 0 0;
  }
  .header-wrap{
    height: 70px;
  }
  .sp-menu {
    width: 20px;
    height: 48px;
    margin: 0 0 0 20px;
    position: relative;
    cursor: pointer;
    z-index: 11;
    text-align: center;
  }
  .sp-menu .line {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp-menu .line-t { top: 14px; }
  .sp-menu .line-c { top: 24px; }
  .sp-menu .line-b { top: 34px; }

  .sp-menu.is-active .line-t {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp-menu.is-active .line-c {
    opacity: 0;
  }
  .sp-menu.is-active .line-b {
    top: 24px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .movie-style li{
    width: 48% !important;
    margin: 20px 0 0 !important;
  }
  .movie-style .txt{
    margin-top: 4px;
  }
  .movie-style .txt span{
    font-size: 1.3rem;
  }
  .movie-style .txt h4{
    font-size: 1.6rem;
  }
  .movie-style li img{
    width: 100%;
  }
  .news-wrap .txt h3,
  .list-style01 li h3{
    height: auto;
    font-size: 1.8rem;
  }
  .news-wrap .over {
    width: 100%;
    height: auto;
    min-height: 120px;
  }
  .facebook-wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .gooddo-wrap {
    width: 100%;
  }

  #gnavi,.sp-menu,.facebook{
    display: none;
  }
  .news-wrap .over {
    width: 100%;
    height: auto;
    min-height: 120px;
  }
  .facebook-wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .gooddo-wrap {
    width: 100%;
  }
  header .logo {
    width: 100px;
    margin: 5px auto;
  }
  .lower main{
    margin-top: 30px;
  }
  footer {
    margin-top: 90px;
    padding: 0;
  }
  .common-footer small{
    width: 100%;
    order: 2;
    margin-top: 6px;
    padding: 8px 15px 0;
    text-align: center;
    border-top: 1px solid;
  }
  .common-footer ul{
    width: 100%;
    order: 1;
  }
  .common-footer ul li{
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }

}
