/* ーーーーーーーー活動内容ーーーーーーーー */

#action-3 {
    background-color: aliceblue;
    padding:1%;
}
.action-3 {
    /* background-color: aliceblue; */
    padding:1% 4% 4%;
}
#action-3-b {
    background-color: #ffffff;
    /* background-color: rgb(236, 247, 231); */
    padding: 5% 1%;
}


.action {
    margin:0 10% 0%;
    padding-bottom: 5%;
}
.action-flex {
    margin-bottom: 3%;
    padding: 3%;
    border:1px solid #dddddd;
    background-color: #fff;
}
.action-flex_sm {
    padding: 0 5vw 3vw;
    background-color: #fff;
}
.action-flex img,
.action-flex_sm img {
    width:100%; 
    height:auto; 
    margin-right:3%; 
    float:left;
    max-width: 150px; 
    margin: 0 15px 5px 0;
}
.action-flex-about {
    margin: 3%;
    padding: 1%;
    /* border-radius: 5px; */
    /* border:1px solid rgb(226,245,248); */
    /* background-color: #fff; */
}
.action-flex-about img {
    width:100%; 
    height:auto; 
    margin-right:3%; 
    float:right;
    max-width: 250px; 
    margin: 0 15px 5px 0;
    margin: 0 5% 0;
}
.about_category {
    padding: 3% 20%;
    background-color: aliceblue;
}
.about_category-f {
    padding: 3% 20%;
    background-color: #ffffff;
}
.about_category-column {
    width: auto;
    margin: 3% 0;
}
.about_list2-tr {
    width: 100%;
}
.about_list2-th {
    width: 20%;
    text-align: left;
    vertical-align: middle;
}
.about_report-item-file {
    width: 80%;
    margin-left: 40px;
    text-align: left;
    vertical-align: inherit;
    padding: 3% 0;
}
.button-003 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:5% auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-003::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-003:hover {
    background-color: #1579c0;
}
.column_title {
    text-align: center;
    padding: 5%;
}

.sc {
    width: 29%;
    padding: 1%;
    border-radius: 0;
    margin-bottom: 5%;
}
.list3-content {
    margin:0 10%;
    padding: 0 0 6%;
    clear: both;
}

/* /////////////////無料塾 /////////////////////////// */

.col-xs-6-category9-img {
    width: 40%;
}



  
/* ーーーーーーーーー
header => ボランティア・寄付ボタン
ーーーーーーーーーーーーーーーーー */
/* ボランティアに参加する・寄付する */
.global-nav-cta {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px;
    margin-right: 12px;
    z-index: 1;
}
.global-nav-cta-l {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin: 0 auto; */
    margin-right: 12px;
    max-width: 240px;
    padding: 10px 25px 10px 60px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #2780c2;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 1px;
}
.global-nav-cta-r {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin: 0 auto; */
    margin-right: 12px;
    max-width: 240px;
    padding: 10px 25px 10px 60px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #5dc1ae;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 1px;
}

.global-nav-cta-r:before {
    content: "";
    width: 30px;
    height: 90%;
    position: absolute;
    background: #FFF;
    left: 14px;
    top: -1px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
}
.global-nav-cta-r:after {
    font-family: "Font Awesome 5 Free";
    /* content: "\f7d9"; */
    content: "\e05c";
    position: absolute;
    left: 20px;
    top: 7%;
    color: #5dc1ae;
}
.global-nav-cta-l:before {
    content: "";
    width: 30px;
    height: 90%;
    position: absolute;
    background: #FFF;
    left: 14px;
    top: -1px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
}
.global-nav-cta-l:after {
    font-family: "Font Awesome 5 Free";
    /* content: "\f7d9"; */
    content: "\f4c4";
    position: absolute;
    left: 20px;
    top: 7%;
    color: #2780c2;
}
.global-nav-cta-l:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%)
}
.global-nav-cta-r:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%)
}

/* ーーーーーーーーー
パンくずリスト
ーーーーーーーーーーーーーーーーー */
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
  }
  .breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #333;
  }
  .breadcrumb li:last-child:after {
    content: '';
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #333;/*色*/
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }



  .col-xs-6-news {
    width:300px; 
    height:200px;
  }
/* .col-sm-6 {
    width: 46%;
    margin: 2%;
} */
.col-sm-v {
    width: 46%;
    margin: 2%;
}
.page-item {
    display: flex;
    height: 100%;
    padding: 5%;
    background: #fff;
    border: 1px solid #daebe9;
    box-shadow: 1px 1px 5px 0px rgb(93 193 174 / 10%);
    border-radius: 10px;
    overflow: hidden;
    /* width: 46%; */
    margin: 2%;
}
.page-item-pro {
    width: 35%;
}
.page-item-thumb-1 {
    /* position: relative; */
    margin-bottom: 2em;
    /* padding-bottom: 60%; */
    /* overflow: hidden; */
}
.page-item-title-sub {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 1rem;
    /* font-size: .6875rem; */
    color: #2F7F70;
}
.page-item-title {
    margin: 0 0 0.8em;
    font-size: 1.5rem;
    /* font-size: 1.125rem; */
    line-height: 1.5;
    text-align: left;
    font-family: "FP-ヒラギノUD角ゴ StdN W4","Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-weight: bolder;
}
.page-item-footer {
    margin-top: auto;
    padding-top: 10px;
    text-align: right;
    font-size: 80%;
}
.link {
    color: #5DC1AE; 
    
}


/* ーーーーーーーーー
recruit.php内 => アコーディオン
ーーーーーーーーーーーーーーーーー */
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
    background:rgb(226, 245, 248);
    padding-top: 5%;
}
.accordion-area li{
    margin: 0 0 5% 0;
}
/*アコーディオンタイトル*/
.panel-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    /* width: 80%; */
    height: auto;
    margin: 0 6% 6% 6%;
    /* margin: 5% 6% 6% 6%; */
    font-size:1rem;
    font-weight: normal;
    padding: 1%;
    transition: all .5s ease;
    background: #5dc1ae;
    color: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}
/*アイコンの＋と×*/
.panel-title::before,
.panel-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;  
}
.panel-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);  
}
.panel-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.panel-title.close::before{
	transform: rotate(45deg);
}
.panel-title.close::after{
	transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:0 6% 6% 6%;
    padding: 3% 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mission-top { /* 9/20 変更 */
    background-color: aliceblue;
    padding:5%;
}

/* footer内ボランティア&寄付エリア */
.cta {
    background:#3b8cab;
}
.cta-list {
    display: flex;  
}
.cta-list-li {
    width: 50%;
}
.cta-item-l {
    align-items: center;
    margin: 0 auto;
    padding: 5% 5% 10% 5%;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #2780c2;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 1px;
}
.cta-item-r {
    align-items: center;
    margin: 0 auto;
    padding: 5% 5% 10% 5%;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #5dc1ae;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 1px;
}
.footer-top-content {
    background-color: #3b8cab;
    color: #fff;
}
.footer-top-content h3 {
    padding: 2% 0;
}
.footer-cta-l{
    align-items: center;
    padding: 20px 25px 20px 60px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #2780c2;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 1px;
}
.footer-cta-r{
    align-items: center;
    padding: 20px 25px 20px 60px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #5dc1ae;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 1px;
}
.footer-cta-l:before {
    content: "";
    width: 30px;
    height: 90%;
    position: absolute;
    background: #FFF;
    left: 14px;
    top: -1px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
}
.footer-cta-r:before {
    content: "";
    width: 30px;
    height: 90%;
    position: absolute;
    background: #FFF;
    left: 14px;
    top: -1px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
}
.footer-cta-l:after {
    font-family: "Font Awesome 5 Free";
    /* content: "\f7d9"; */
    content: "\f4c4";
    position: absolute;
    left: 20px;
    top: 7%;
    color: #2780c2;
}
.footer-cta-r:after {
    font-family: "Font Awesome 5 Free";
    content: "\f7d9";
    /* content: "\f4c4"; */
    position: absolute;
    left: 20px;
    top: 7%;
    color: #5dc1ae;
}

/* .cta-item-r {
    background:#3b8cab;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 30px;
    text-align: center;
    transition: all .4s;
    border: 1px solid #fff;
} */
.cta-item-title {
    margin-bottom: 5%;
}
.cta-list .cta-item-title {
    position: relative;
    z-index: 1;
}
.cta-list .cta-item-title .cta-item-title-sub {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
    font-family: "Spartan","Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
}
.cta-list .cta-item-title .cta-item-title-main {
    padding-bottom: 0.4em;
    font-size: .8125rem;
    border-bottom: 2px solid;
}
.cta-btn {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 1em 3em;
    background: #3aa7c0;
    border-radius: 5px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    transition: all .4s;
    margin-top: 10%;
}
/* エントリーフォーム内必須 */
/* label::after {
    content: "必須";
    display: inline-block;
    padding: 0 0.6em;
    margin-left: 0.8em;
    background: #cf473d;
    border-radius: 3px;
    font-size: .5rem;
    color: #fff;
    vertical-align: 0.2em;
    position: absolute;
    top:5;
    right: 65%;
} */


/* 5/31追記 */
/* .footer-content ul {
    border-left: 1px solid ;
} */
.new-footer-row {
    display: flex;
    justify-content: space-between;
    margin: 3% 13%;
}

.footer_aboutus {
    padding: 3% 0;
    border-top: 1px solid #eee;
    /* width: 100%; */
    margin: 0 13%;
    
}
.footer_aboutus{
    display: flex;
}
.new-follow_w {
    /* width: 100%; */
    height: fit-content;
    display: block;
    margin: 2% 0;
}
.new-follow_w h4{
    font-size: 1.2em;
    text-align: left;
    letter-spacing: .1em;
}
.footer-volunteer-header-content_name,
.footer-volunteer-header-content_addres {
    text-align: left;
}
.ul-sns{
    margin-top: 50px;
    display: flex;
    vertical-align: top;
    gap: 10px;
}   
.ul-sns a{
    display: block;
    height: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-style: italic;
    font-size: 1em;
    line-height: 20px;
}
.ul-sns a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    height: 20px;
}
.w_fb::before {
    width: 16px;
    background: url(../images/common/footer/white_facebook.png) no-repeat left center/16px;
}
.w_twi::before {
    width: 16px;
    background: url(../images/common/footer/white_twitter.png) no-repeat left center/16px;
}
.w_instag::before {
    width: 16px;
    background: url(../images/common/footer/white_instagram.png) no-repeat left center/16px;
}
.w_youtube::before {
    width: 16px;
    background: url(../images/common/footer/white_youtube.png) no-repeat left center/16px;
}
.w_note::before {
    width: 16px;
    background: url(../images/common/footer/white_note.png) no-repeat left center/16px;
}
/* 001 */
.new-footer_button {
    display: block;
    margin-top: auto;
    /* width: 80%; */

}
.button001 {
    vertical-align: bottom;
}
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    /* max-width: 100px; */
    min-width: 150px;
    /* width: 225px; */
    height: 30px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 3% 0;
    line-height: 1.4;
    /* margin-top: 80px; */
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}