@charset "utf-8";
/* ============================ 
common
===============================*/
html { 
    font-size: 62.5%;   /* 1remを10pxにする下処理 */
}

body {
    font-family: 
        "Noto Sans JP", 
        Arial, 
        sans-serif;
    font-style: normal;
    color: #3c3e64;
    font-size: 1.5rem;
    background-color: #55a2cf;/* ★サイト背景の色★*/
    line-height: 1.7;  /* 通常の行間 */
}

h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight:700; 
    font-size: 2rem;
    color: #FFF;
}

h2 {
    font-weight:700;
    font-size: 1.7rem;
}

h3 {
    font-weight:700;
    font-size: 1.5rem;
    color:  #3c3e64;
}

h4 {
    margin-left: 30px;
}



.flame_area { /*　★ベースの枠組み★　*/
    width: 1060px;
    margin: 0 auto;
    display:flex; /* menuとcontentsを横並び　*/
}

.space{
		padding: 10px;
}


/* ============================ 
menu
===============================*/
.nav_area {
    background-color: #FFF;
    width: 200px;
}
.menu_UParea {
    text-align: center;
    height: 170px;
    margin: 5px 0;
}

.show {
    height: 30px; 
    background-color: #0050AC; 
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 170px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.5rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;/* 左右の向きpx  上下の向きpx ぼかしpx 広がりpx (色)*/
}

.show:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.show:hover {
    background: #007E65;
    color: #FFF;
}

.show:hover:after {
    right: 1.4rem;
}


/* ============================ 
contents
===============================*/

.contents_area {
    float: left;
    background: #b6e8fc url("https://www.gakkai-p.jp/jges40/test/assets/images/background.jpg") no-repeat; 
    margin: 0 0 0 auto;
    width: 860px;
    height: auto;
    flex-shrink: 0;
}

.main_title_s {   /* タイトル画像スペース　*/ 
 /*    text-align: right;*/ 
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.chair{  /* 会長画像スペース　*/ 
    position: relative;	
    margin: 35px 0 20px 50px;
}

.chair__right {
    position: absolute;
    top: 50px;
  	left: 180px;
}

.wording_area {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    background:rgba(255,255,255,0.90);
    box-shadow: 3px 3px 8px rgba(0,76,104,1.00);
    width:85%;
    border-radius: 0 20px 0 0;
}

.title {
    background-color: #0050AC;
    border-radius: 0 20px 0 0;
    padding: 14px 30px;
}

.wording_text {
    padding: 0px 50px ;
}

.text{
    margin-top: 10px;
}

.text_zyunbichu {
    margin-top: 10px;
    margin-bottom: 300px;
}

@media screen and (max-width:768px) {
 .main_title_s {   /* タイトル画像スペース　*/ 
  margin-left: 15px;
     margin-top: 10px;
    margin-bottom: 10px;
}

.chair{  /* 会長画像スペース　*/ 
    position: relative;	
    margin: 35px 0 20px 20px;
}

.wording_area {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 0 10px 0;

    width:95%;
    border-radius: 0 20px 0 0;
}

.chair__right {/* 会長所属　*/
        position: initial;/* 初期値に戻して縦組にする　*/
        padding: 0;
    }
.chair__topic {
        margin: -30px 10px 30px; /* 会長所属　*/
    }

.wording_text {
    padding: 0px 25px 20px;
}

.text{
    margin-top: 8px;
}
}
/* ============================ 
 概要 
============================ */
	#outline table{
		width:95%;
		border-collapse:collapse;
        margin:20px auto ;
		background:rgba(200, 242, 255, 0.575);
	}
	
	#outline table th,#outline table td{
		border:1px solid #20445aad;
		height:10px;
		padding:1em;
	}
	
	#outline table th{
		font-weight:700;
		width:25%;
        text-align: center;
	}
	#outline table td{
		width:70%;
	}

    .sp-only {/* スマホ時だけ改行 */
    display: none;
  }


@media screen and (max-width:768px) {
#outline table{
    		width:95%;
            margin:10px auto ;
    	}

#outline table th,#outline table td{
		padding:0.5em;
	}

    .sp-only {/*スマホの時に改行 */
        display: block;
    }

}
/* ============================ 
footer
===============================*/


.footer {/*固定（親要素） */
    position: relative;	 
    width: 1060px;
    height: 150px;
    margin: 0 auto;
}

.footer_area {
    background-color: #fff;
}

.b_left {
    padding: 20px 30px;
}

.b_right {/*固定（子要素１） */
    position: absolute;
    top: 20px;
  	left: 300px;
}

.footer_img {/*固定2（子要素）イラスト */
    position: absolute;
    top: 95px;
    right: -60px;
}

.footer_img img {/*イラストサイズ */
    width: 85%;
}

.footer_text1 {
    border-bottom: solid 2px #0077FF ;  /*アンダーライン */
    width: 200px;
    font-size: 1.5rem;
    font-weight: 700;
}
.footer_text2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.copy_area {
    background-color: #0050AC;
}

.copy_text {
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

/* ============================ 
その他
===============================*/
/* ページを読み込んだ時のフェード表示　*/
body.pagefade {
    animation: pagefade 1s;
    transition-property:all;
  }
  
  @keyframes pagefade {
    0%   { opacity:0%;}
    15%  { opacity:15%;}
    30%  { opacity:30%;}
    50%  { opacity:70%;}
    70%  { opacity:80%;}
    100% { opacity:100%;}
  }	
  

@media screen and (max-width:768px) {

    .flame_area { 
        max-width: 100%;
    }
    .nav_area {
        display: none;
    }
    .contents_area {
        max-width: 100%;
    }
    .main_title_s img {   /* タイトル画像　*/
        width: 80%
    }
    .contents_area {    /* 背景画像　*/
        background-size: 100%;
    }
    .footer {
        max-width: auto;
        height: auto; /*初期値に戻す */
        margin: 0 auto;
    }
    .b_left {
        padding: 10px 10px;
    }
    .b_right {
        position: initial;/* 初期値に戻して縦組にする　*/
        padding: 10px 10px;
    }
    .footer {
        max-width: 100%;
    }
    .footer_img {/* 下部イラスト　*/
        display: none;
    }

    .footer_text3{
        font-size: 1.3rem;
    }
}


/*　ハンバーガーメニューボタン　*/
.hamburger {
    margin: 20px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.hamburger .btn-gNav  {
    position: fixed; /*　画面固定　*/
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #0050AC;      /*　ハンバーガーボタン(三）の色　*/
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn_box {
    position: fixed; /*　画面固定　*/
    top: 14px;
    right: 16px;
    width: 38px;
    height: 37px;
    border-radius: 3px 3px ;
    background-color: #FFF;
    z-index: 12;


    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger {
    display: none;
}

@media screen and (max-width:768px)  {
    .hamburger  {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);     /*　メニュー背景色　*/
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #82888d 1px solid;
    }

    .gNav .gNav-menu a {
        color: #FFF;
    }
    .gNav .gNav-menu a:hover {
        color: #5cb3e6; 
    }

}
  
/*==========================
scrollTop (上に戻るボタン）
==========================*/


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #ef3f98;
  opacity: 0.8;/*透け */
  border-radius: 50%;

    margin-right: 10px;
    box-shadow: 2px 2px 4px 2px rgba(99, 25, 80, 0.281);
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102'; /*　ボタンの中　*/
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*==========================
scrollTop (上に戻るボタン）
==========================*/
