

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}





html {

font-family: noto-sans,sans-serif;
font-weight: 500;
font-style: normal;

}

*:first-child + html body {

font-family: noto-sans,sans-serif;
font-weight: 500;
font-style: normal;
}

body{
font-family: noto-sans,sans-serif;
font-weight: 500;
font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
		
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

.container01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container01_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}


.container01_02{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}




.container02{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 0 60px 0;

}

.container03{
	max-width:1700px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container03_01{
	max-width:1700px;
	width:100%;
	height:auto;
	margin:90px auto 0 auto;
	padding:65px 0 0 0 ;

}

.container03_02{
	max-width:1700px;
	width:100%;
	height:auto;
	margin:90px auto 0 auto;
	padding:65px 0 65px 0 ;

}






/* header ---------------------------------------------- */





#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;

  z-index: 100;
 box-sizing: border-box;
/*   background: #FFFFFF;*/

display: none;
    

}

.header01{
   background: #FFFFFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:120px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
 

}

header{

	width:100%;
	height:120px;
	margin:0 auto;

	box-sizing:border-box;
}



.hdr_btn01{
width: 130px;
height: 30px;
border-radius: 35px;
position: absolute;
top: 78px;
right: 50px;
}



.hdr_btn01 a{
    display: block;
    width: 130px;
    height: 30px;
    

    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #0071bb;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: all  0.3s ease;    
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
  align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.hdr_btn01 a:hover{
    color:#FFFFFF;
    background:#0071bb;
    border: 1px solid #FFFFFF;
}

.hdr_btn02{
    display: none;
}






    /*gnav*/

    .menu_out p {
        display: none;
    }

    .nav_logo {
        margin-bottom: 50px;
        display: none;
    }

    .nav_logo img {
        width: 100%;
    }

    nav.gnav {
        position: absolute;
        top: 82px;
        right: 210px;
        box-sizing: border-box;
        display: block !important;
    }


    .gnav__wrap {
        z-index: 6000;
    }

    .gnav__wrap ul {

    }

    .gnav__wrap ul li.global_nav_li {

    }







    ul#global_nav {
        list-style: none;
        padding-left: 0;
    }

    #global_nav li.global_nav_li {
        float: left;
        width: auto;
        position: relative;

        font-size: 16px;
        line-height: 150%;
        margin-right: 35px;

    }
    
    #global_nav li.global_nav_li:last-child {
        margin-right: 0;
    }


    #global_nav li.global_nav_li a {


        color:#FFFFFF;
        

  	transition: .3s;
    
    }

.global_nav_li a:hover {

 

    }
    

    
    
    

    /* 子要素のみのスタイル */
    #global_nav div.nav_cont_area {
        display: none;
  
        background: rgba(0,113,117,0.92);
        position: absolute;
        padding: 25px 40px 40px 40px;

    }

    #global_nav div.nav_cont {
        width: 100%;
        height: auto;


    }

    #global_nav div.nav_cont ul {
        float: right;
        list-style: none;
        padding-left: 0;
        width: calc(100% - 160px);
        margin-top: 2px;
    }

    #global_nav div.nav_cont ul li {
        float: none;
        border-bottom: 1px dotted #FFFFFF;
        width: 100%;
        margin-bottom: 2px;
    }

    #global_nav div.nav_cont ul li a {
        display: block;
        font-size: 14px;
        height: 45px;
        line-height:140%;
        text-align: left;
        transition: 1.0s;
        padding-left: 0px;
        padding-right: 10px;

        color: #FFFFFF !important;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
/*   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; */
    }

    #global_nav div.nav_cont ul li a:hover {
        background-color:#FFFFFF;
        color: rgba(0,113,117,0.92) !important;
/*        color: #0071bb;*/
        padding-left: 20px;
        padding-right: 10px;

    }

    #global_nav div.nav_cont_txt {
        float: left;
        font-size: 15px;

        line-height:140%;        
        width: 140px;
        height: 100%;
        padding-top: 15px;

    }

div.nav_cont_txt span::before {
	content: "\A" ;
	white-space: pre ;
}




    #global_nav div.nav_cont_txt a{
    color:#FFFFFF !important;
}


    #global_nav div.nav_cont_txt a:hover{
    color:#FFFFFF !important;
}


    /* 各エリアの設定 */
    .area1 {
        top: 38px;
        left: 0px;
        width: calc(100% + 300px);
/*        margin: 0 -300 0 0px;*/

        margin: 0 0 0 -200px;
    }

    .area2 {
        top: 38px;
        left: 25%;
        transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        width: calc(100% + 300px);
/*        margin: 0 -250 0 -50px;*/
        margin: 0 0 0 -200px;
    }

/*    .area3 {
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: calc(100% + 300px);

    }

    .area4 {
        top: 33px;
        right: 25%;
        transform: translateX(25%);
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        width: calc(100% + 300px);
        margin: 0 -50 0 -250px;
    }

    .area5 {
        top: 33px;
        right: 0px;
        width: calc(100% + 300px);
        margin: 0 0 0 -300px;
    }*/

    .area6 {
        top: 38px;
        right: 0px;
        width: calc(100% + 300px);
        margin: 0 0 0 -300px;
    }




.header{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#FFFFFF ;
}

.header.change-color a{
    color:#000000 !important;
}

.header.change-color a.gnav_on{
    color: #ff0000 !important;
}


.header.change-color .hdr_btn01{
width: 130px;
height: 30px;
border-radius: 35px;
position: absolute;
top: 78px;
right: 50px;

background: #C96D6E !important;
}


.header.change-color .hdr_btn01 a{
    display: block;
    width: 130px;
    height: 30px;
    

    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF !important;
    background: #0071bb !important;
    border: 1px solid #0071bb !important;
    border-radius: 35px;
    transition: all  0.3s ease;    
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
  align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.header.change-color .hdr_btn01 a:hover{
    color:#0071bb !important;
    background:#FFFFFF !important;
    border: 1px solid #0071bb !important;
}


.header01 a{
    color: #000000 !important;
}

.header01 .hdr_btn01{
width: 130px;
height: 30px;
border-radius: 35px;
position: absolute;
top: 78px;
right: 50px;
}

.header01 .hdr_btn01 a{
    display: block;
    width: 130px;
    height: 30px;
    

    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF !important; 
    background: #0071bb;
    border: 1px solid #0071bb;
    border-radius: 35px;
    transition: all  0.3s ease;    
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
  align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.header01 .hdr_btn01 a:hover{
    color:#0071bb !important;
    background:#FFFFFF !important;
    border: 1px solid #0071bb !important;
}



#section1,
#section2,
#section3,
#section3_01,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-120px;
    padding-top:120px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


.ftr_bg{
    position: relative;
	width: 100%;
	height:800px !important;
	background:url("../img/top/04.jpg") center no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;     
}

.ftr_in{

    position: absolute;
    bottom: 0;
    width: 100%;
}

.ftr_out{
    padding-top: 40px;
    background:#000000;

}

footer{


	padding:0 50px;
	box-sizing:border-box;
/*    background: #FFFFFF;*/


}

.footer_in{	
/*	max-width:1200px;*/
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 50px 0;
	box-sizing:border-box;
}


.f_lg{
    width: 120px;
    height: auto;
    margin: 0 auto 30px auto;
}

.f_nav{
    display: block;
    width: 100%;
    margin: 0 auto 40px auto;
 
}

.f_nav ul{
	text-align:center !important;


    
}

.f_nav ul li{
    font-size: 14px;
	margin-right:15px !important;
	padding-left:15px;
    display: inline-block;

	background:url(../img/common/footer_menu_border.jpg) left no-repeat;

}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:15px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}


.f_nav a{
	color:#FFFFFF;
	text-decoration:none;
}

.f_nav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}



footer a{
	color:#FFFFFF;
	text-decoration:none;
}

footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.f_cpy{
	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
	color:#FFFFFF;
    text-align: center;
}









/*リンクを右下に固定*/
#page-top {
    width: 50px;
    height: 50px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}










/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 120px;
height: auto;
position: absolute;
top: 38px;
left: 40px;
}



.h2_btm0{
    margin-bottom: 0px !important;
}




h2.h2_01{
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 55px;
    color: #000000;
    text-align: center;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_01 p{
    font-size: 80px;
    line-height: 100%;
    color: #999999;
    margin-bottom: 7px;

    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;

}

h2.h2_01 p:first-letter{
    color: #0071bb;
 }

.h2_c01{
    color: #FFFFFF !important;
}

h2.h2_01 p:first-letter{
    color: #0071bb;
 }
 


 h2.h2_02{
    font-size: 60px;
    line-height: 140%;
    margin-bottom: 55px;
    color: #FFFFFF;
    text-align: center;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_02 p{
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 7px;

    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;

}


h2.h2_03{
    font-size: 60px;
    line-height: 140%;
    margin-bottom: 55px;
    color: #000000;
    text-align: center;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;
}

h2.h2_03 p{
    font-size: 32px;
    line-height: 100%;
    color: #999999;
    margin-bottom: 7px;

    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;

}

h2.h2_03 p:first-letter{
    color: #0071bb;
 }

.h2_c01{
    color: #FFFFFF !important;
}

h2.h2_03 p:first-letter{
    color: #0071bb;
 }
 

.wp-block-heading{
    margin-bottom: 20px;
    line-height: 120%;
}







h3.h3_01{
    font-size: 24px;
    line-height: 140%;
    color: #8d9da5;
    margin-bottom: 40px;
    text-align: center;

    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

h3.h3_01 p{
    font-size: 36px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 5px;
    
    font-family: 'noto500';
    font-weight:normal;
    font-style: normal;  
}



h4.h4_01{
    font-size: 30px;
    line-height: 140%;
    color: #000000;
    border-bottom: 3px solid #000000;
    padding-bottom: 7px;
    margin-bottom: 30px;
    
    font-family: 'noto500';
    font-weight:normal;
    font-style: normal;  
}



.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


.title_01{
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;
}

/* .title_01:first-letter{
    color: #0071bb;
} */

/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:480px;

	z-index:5;


    margin-top: 90px;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





.slide_txt_out{
position: absolute;
width: 100%;
height: 700px;

box-sizing: border-box;



z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.slide_txt_out dl dt{
margin-top: -20px;
    text-align: center;
    margin-bottom: 5px;
}


.slide_txt_out dl dd{

}



/* 各ページイメージ ---------------------------------------------- */



.donation_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/donation/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;  
     
     padding-top: 10px;
     box-sizing: border-box;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.project_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/project/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;  
     
     padding-top: 10px;
     box-sizing: border-box;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.news_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;  
     
     padding-top: 10px;
     box-sizing: border-box;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}

.seminar_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/seminar/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:120px auto 0px auto;  
     
     padding-top: 10px;
     box-sizing: border-box;
     
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}







/* ページ共通背景 ---------------------------------------------- */



.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg01.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}


.button01_cnr{
    margin: 0 auto!important;
    display: block !important;
}


.button01_btm01{
    margin-bottom: 120px !important;
}


.button01{
	width:320px;
	height:auto;
	text-align: center;
	text-decoration: none;

    display:inline-block;
    position: relative;    
}

.button01 a{
    display: block;
	width:320px;
    height: auto;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    
    padding: 20px 30px 20px 30px;
    background: #0071bb;

    font-family: 'noto300';

	border: 1px solid #0071bb;
     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    

	border-radius:30px;   
    

}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #0071bb;
    color:#0071bb;
}


.button01::after{
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: 40px;
    width: 20px;
    height: 5px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: skew(45deg);
    transition: .3s;
}
.button01:hover::after{
    right: 30px;
    width: 30px;
    border-right: 2px solid #0071bb;
    border-bottom: 1px solid #0071bb;
}






/* 新着情報---------------------------------------------- */



.tp_ns_msg{
    margin-bottom: 45px;
}

.tp_ns_msg dl dt{
    font-size: 42px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_ns_msg dl dd{
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.tp_ns_msg dl dd p{
    font-size: 18px;
    line-height: 140%;
    text-align: center;

    color: #666;
    
}



.ns_tab{
    max-width: 890px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;    

}

.ns_tab ul li{
    width: 18.2%;
    height: 40px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;

    text-align: center;
      
}

.ns_tab ul li:nth-child(5n){
    margin-right: 0%;
}

.ns_tab ul li a{
    width: 100%;
    height: 40px;    
    display: block;
    color: #FFFFFF;
    
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 1px 5px 0 5px;
    box-sizing: border-box;

    transition: all  0.3s ease;     
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;        
}



.tab_bg01{
    background: #095a93;
}

.tab_bg02{
    background: #69c201;
}

.tab_bg03{
    background: #ee395f;
}

.tab_bg04{
    background: #d97102;
}

.tab_bg05{
    background:#8844C9;
}

.tab_news_bg01{
    background: #edb918;

}

.tab_news_bg02{
    background: #00053a;
}




.ns_tab ul li a:hover.tab_bg01{
    background: #0a3d61;
}

.ns_tab ul li a:hover.tab_bg02{
    background: #3f7203;
}

.ns_tab ul li a:hover.tab_bg03{
    background: #b82947;
}

.ns_tab ul li a:hover.tab_bg04{
    background: #b05f09;
}

.ns_tab ul li a:hover.tab_bg05{
    background:#52128F;
}


.ns_bx01{
    margin-bottom: 100px;

}

.ns_bx01 ul{
    margin-bottom: 30px;

}

.ns_bx01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    
    margin-bottom: 50px;
}

.ns_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}


.ns_bx01_in{

}

.ns_bx01_in_l{
    width: 35%;
    height: auto;
    float: left;
}


.ns_bx01_in_l img{
    object-fit: contain;
    aspect-ratio: 250 / 180;
}




.ns_bx01_in_r{
    width: 62%;
    height: auto;
    float: right;
}



.ns_bx01_pt01{
    margin-bottom: 15px;

}

.ns_bx01_pt01 dl dt{
    clear: both;
    float: left;
    width: 150px;
    height: 25px;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 1px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.ns_bx01_pt01 dl dd{
    margin-left: 170px;

    height: 25px;
    font-size: 16px;
    line-height: 100%;

    color: #666666;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}



.ns_bx01_pt02{
}

.ns_bx01_pt02 dl dt{
    font-size: 20px;
    line-height: 130%;
    font-family: 'noto500';
    margin-bottom: 15px;
}

.ns_bx01_pt02 dl dd{
    font-size: 16px;
    line-height: 180%;
}

.ns_bx01 ul li a .ns_bx01_pt02 dl dt {
    color: #000000 !important;
}

.ns_bx01 ul li a:hover .ns_bx01_pt02 dl dt {
    color: #000000 !important;
    text-decoration: underline;
}


.ns_bx01 ul li a .ns_bx01_pt02 dl dd {
    color: #000000 !important;
}

.ns_bx01 ul li a:hover .ns_bx01_pt02 dl dd {
    color: #000000 !important;
    text-decoration: underline;
}




.ns_pst_ttl{
    font-size: 30px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 40px;
}

.ns_pst_img{
    text-align:center;
    margin-bottom: 30px;
}

.ns_pst{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 100px;
}


.ns_pst_t{
    font-size: 24px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 20px;
}

.ns_pst p{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 1em;
}



















/* トップ　B&Gの理念・団体概要ー---------------------------------------------- */

.bgpo01_bg{
	width: 100%;
	height:1125px !important;
	background:url("../img/top/01_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
      

     box-sizing: border-box;   
    
 
 
}


.bgpo01_bg_cr{
    width: 100%;
    height:1125px;
    background: rgba(0,0,0,0.40);

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}

.bgpo01_in01{
    margin-bottom: 50px;

}


.bgpo01_in01 dl dt{
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;  
}

.bgpo01_in01 dl dd{
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 200%;
    text-align:left;
    color: #FFFFFF;    
}

.bgpo01_in01 dl dd p{
    font-size: 22px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 40px;
    
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-style: normal;
    font-weight: 500;      
}



.bgpo01_in02{
    text-align: center;
    margin: 0 auto 60px auto;

}




/* トップ　セミナー・イベントー---------------------------------------------- */



.tp_se01{
    margin-bottom: 100px;
}

.tp_se01 ul{
    margin-bottom: 30px;
}

.tp_se01 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
 
.tp_se01 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_se01_in{

}


.tp_se01_in_img{
    margin-bottom: 20px;
}

.tp_se01_in_img img{
    border: 1px solid #787878;
    box-sizing: border-box;

    object-fit: contain;
    aspect-ratio: 9 / 8;

    width: 100%;
}


.tp_se01_in dl dt{
    margin-bottom: 7px;

}

.tp_se01_in dl dt dl dt{
    clear: both;
    float: left;
    width: 150px;
    height: 25px;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 1px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}

.tp_se01_in dl dt dl dd{
    margin-left: 170px;

    height: 25px;
    font-size: 16px;
    line-height: 100%;

    color: #666666;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
}

.tp_se_bg01{
    background:#6B9805;
}

.tp_se_bg02{
    background:#971214;
}



.tp_se01_in dl dd{
    font-size: 16px;
    line-height: 170%;

}

.tp_se01_in dl dd p{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 5px;
}


.tp_se01 a .tp_se01_in dl dd{
    color: #000000;
}

.tp_se01 a .tp_se01_in dl dd p{
    color: #000000;
}

.tp_se01 a:hover .tp_se01_in dl dd p{
    color: #000000;
    text-decoration: underline;    
}


.tp_se01 a:hover .tp_se01_in dl dd .txt-limit{
    color: #000000;
    text-decoration: underline;
}

.tp_se01 a .tp_se01_in dl dd .txt-limit{
    color: #000000;
}


.tp_se01 a:hover .tp_se01_in dl dd .txt-limit{
    color: #000000;
    text-decoration: underline;
}



/* トップ　支援・募金---------------------------------------------- */


.tp_md01{
    margin-bottom: 80px;

}


.tp_md01 dl dt{
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto500';
    margin-bottom: 25px;
}

.tp_md01 dl dd{
    max-width: 830px;
    width: 100%;
    font-size: 18px;
    line-height: 200%;
    margin: 0 auto;


}


.tp_md02_btm00{
    margin-bottom: 0 !important;
}

.tp_md02_btm01{
    margin-bottom: 100px !important;
}

.tp_md02{
    max-width: 840px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}
.tp_md02 ul{
    margin-bottom: 60px;

}

.tp_md02 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;

    border-radius: 50%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       
}

.tp_md02 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_md02_in{
}

.tp_md02_in dl dt{
    font-size: 24px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: 'noto700';    
}

.tp_md02_in dl dt p{
    font-size: 36px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 2px;
}


.tp_md02_in dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align:center;

    color: #FFFFFF;
    font-family: 'noto400';    
}

.tp_md02_in dl dd p{
    font-size: 18px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 15px;
    font-family: 'noto700';        
}

.tp_md02_in dl dd p a{
    color: #FFFFFF;
    text-decoration: underline;
}

.tp_md02_in dl dd p a:hover{
    color: #FFFFFF;
    text-decoration: none;    
}

.tp_md02_in dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}




.tp_md02_in01{
}

.tp_md02_in01 dl dt{
    font-size: 24px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: 'noto700';    
}

.tp_md02_in01 dl dt p{
    font-size: 36px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 2px;
}


.tp_md02_in01 dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align:center;

    color: #FFFFFF;
    font-family: 'noto400';    
}

.tp_md02_in01 dl dd p{
    max-width: 250px;
    font-size: 18px;
    line-height: 160%;
    text-align:center;
    margin: 0 auto 15px auto;

    font-family: 'noto700'; 
    padding-bottom: 5px;
    border-bottom: 1px solid #FFFFFF;
}

.tp_md02_in01 dl dd dl dt{
    font-size: 16px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 2px;
    color: #FFFFFF;
    font-family: 'noto400'; 
}


.tp_md02_in01 dl dd dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align:center;
    margin-bottom: 13px;
    color: #FFFFFF;
    font-family: 'noto400'; 
}

.tp_md02_in01 dl dd dl dd:last-child{
    margin-bottom: 0px;
}



.tp_md02_in01 dl dd ul li:last-child{
	margin-right:0px;
}




.tp_md02_in01 dl dd p a{
    color: #FFFFFF;
    text-decoration: underline;
}

.tp_md02_in01 dl dd p a:hover{
    color: #FFFFFF;
    text-decoration: none;    
}

.tp_md02_in01 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}






.tp_md02_bg01{
	height:400px !important;
	background:url("../img/top/02_01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     box-sizing: border-box;    
}

.tp_md02_bg02{
	height:400px !important;
	background:url("../img/top/02_02.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     box-sizing: border-box;    
}



/* トップ　提案者メッセージ---------------------------------------------- */


.tp_msg01_bg{
    background: #000000;
}

.tp_msg01_cr01{
    color:#000000 !important;
}


.tp_msg01{
margin-bottom: 60px;

}

.tp_msg01_l{
    width: calc(100% - 240px);
    height: auto;
    float: left;
}

.tp_msg01_r{
    width: 200px;
    height: auto;
    float: right;

}



.tp_msg01_l dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.tp_msg01_l dl dt p{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 18px;

}

.tp_msg01_l dl dt span{
    font-size: 30px;
    color: #0071bb;
    margin-right: 13px;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;    
}

.tp_msg01_l dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;

}




/* トップ　支援について---------------------------------------------- */


.md01{
    margin-bottom: 130px;
}


.md01 dl dt{
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    
    font-family: fot-udmincho-pr6n, sans-serif;
    font-style: normal;
    font-weight: 700;
            
}

.md01 dl dd{
    font-size: 18px;
    line-height: 200%;
    font-family: 'noto500';
    text-align: center;
}


.md02_cont{
    display: flex;
    flex-direction: row-reverse;
}


.md02_cont .md02_01{
    width: 400px;

    border-radius: 50%;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       
}

.md02_cont .md02{
    width: calc(100% - 450px);
    margin-right: 50px;
}

.md02_btm01{
    margin-bottom: 30px;

}

.md02{
    margin-bottom: 100px;
}

.md02 dl dt{
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'noto500';
            
}

.md02 dl dd{
    font-size: 16px;
    line-height: 180%;    
    margin-bottom: 30px;
}

.md02 dl dd:last-child{
    margin-bottom: 0px;
}



.md03{
    font-size: 16px;
    line-height: 180%;    
    margin-bottom: 100px;
}

.md03 a{
    color: #0099cc;
}

.md03 a:hover{
    color: #0099cc;
    text-decoration: underline;
}



.md04{
    margin-bottom: 100px;
}

.md04 dl{    
margin-bottom: 30px;

}

.md04 dl dt{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'noto700';            
}

.md04 dl dd{
    font-size: 26px;
    line-height: 120%;  
    color: #3399cc;
    font-family: 'noto700';
}

.md04 dl dd a{
    color: #3399cc;
}





/* 活動理念ー---------------------------------------------- */

.pjt001_bg{
	height:700px !important;
	background:url("../img/project/01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     box-sizing: border-box;    
}


.pjt001_l{
    width: 50%;
    height: 700px;
    padding: 0 50px;
    
    font-size: 18px;
    line-height: 200%;
    
    box-sizing: border-box;
    
    background:rgba(255,255,255,0.80);
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       
}

.pjt001_l span{
    display: contents;
    font-weight: 700;
}

.pjt002{
    text-align: center;
    margin-bottom: 40px;

}

.pjt003{
    font-size: 17px;
    line-height:190%;
    margin-bottom: 60px;
}


.pjt004{
    background: url("../img/project/02_bg.jpg") repeat;
    padding: 50px;
    box-sizing: border-box;
    
    border: 1px solid #e1e2e3;
    border-radius: 10px;
    margin-bottom: 100px;
}




.pjt005_bg{
	height:700px !important;
	background:url("../img/project/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     box-sizing: border-box;    
}




.pjt005__l{
    width: 50%;
    height: 700px;
    padding: 0 50px;
    
    font-size: 18px;
    line-height: 200%;
    
    box-sizing: border-box;
    
    background:rgba(255,255,255,0.80);
    
     
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;       
}

.pjt005__l dl dt{
    font-size: 20px;
    line-height: 150%;
    font-family: 'noto700';
    margin-bottom: 5px;
    
}

.pjt005__l dl dd{
    font-size: 17px;
    line-height: 150%;
    font-family: 'noto400';
    margin-bottom: 30px;
    
}

.pjt005__l dl dd:last-child{
	margin-right:0px;
}







.cpy_b01{

	width:100%;
	height:auto;

	margin-bottom:100px;
	box-sizing:border-box;
	
}

.cpy_b01 table {
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.cpy_b01 th{
	width:180px;

	padding:10px 0;
	box-sizing:border-box;
	font-size:16px;
	line-height:140%;
	border-collapse:collapse;
    
    border-bottom: 1px dotted #999999;

	box-sizing:border-box;
	color:#000;
	vertical-align:text-top;
}


.cpy_b01 td{

	padding:10px 0;
	box-sizing:border-box;
	font-size:16px;
	line-height:160%;
	border-collapse:collapse;

	box-sizing:border-box;
	color:#000;
	
    
    border-bottom: 1px dotted #999999;
}

.cpy_b01 td ul li{
    float: left;
	margin-bottom:8px;
    margin-right: 30px;
	background:url(../img/common/list001.png) left 10px no-repeat;
	list-style:none;
	padding-left:10px;    
}

.cpy_b01 td ul li:last-child{
    margin-right: 0px;
}


.cpy_b01 a{
    color: #000000;
    text-decoration: underline;
}

.cpy_b01 a:hover{
    color: #000000;
    text-decoration:none;
}


.pjt006{
}

.pjt006 dl dt{
    font-size: 20px;
    line-height: 150%;
    font-family: 'noto700';
    margin-bottom: 5px;
}

.pjt006 dl dd{
    font-size: 16px;
    line-height: 180%;
    font-family: 'noto400';
}


.pjt007{
    margin-bottom: 100px;

}






/* プライバシー ---------------------------------------------- */


.privacy{
    margin-bottom: 60px;
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














/* お問い合わせフォーム ---------------------------------------------- */



.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t a{
    color: #000000;
    text-decoration: underline;
}

.contact-t a:hover{
    color: #000000;
    text-decoration:none;
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:30px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:90px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}

