@charset "utf-8";
/* CSS Document */

body{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;	
	
	color:#1B1B1B;
	
	margin: 0;
	font-size: 16px;
	line-height: 2em;
	min-width:1100px;
	padding: 0;
    box-sizing: border-box;

}



img{
	width: 100%;
	max-width: 100%;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}

h1{
	text-align: center;
	color: #17458e;
	font-weight: bold;
	line-height: 2.5em;
}


h4{
        color: #17458e;
        font-size: 28px;

}



/****下層タイトル共通*****/


.title_cont {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
.title_cont h3{
	text-align: center;
	color: #17458e;
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	padding: 0;
	margin: 0;
}
.title_cont span{
	display: block;
	font-size: 16px;
	
}






/************
ヘッダー
*************/

#head_wrap{
	background-color:#FFFFFF;
	border-bottom: 1px solid #f7a81b;
}

.head_cont{
	width: 1100px;
	margin: 0 auto;
	display: flex;;
    justify-content: space-between;

}

.head_left {
    width: 390px;
    display: flex;
    align-items: center;
}

.h_text {
    /* width: 740px; */
    margin: 0 20px;
}

.h_logo {
    width: 160px;
}

/************
ご挨拶
*************/
#top_comment{
	width: 1100px;
	margin: 0 auto 100px;
	
}


/************
top例会情報
*************/

#top_reikai{
	margin:  100px auto 200px;
}

.top_reikai_cont{
	width: 1100px;
	margin: 0 auto;
	
}

.top_reikai_cont h2{
	color: #17458e;
    font-weight: bold;
    line-height: 2.5em;
	
}


.top_reikai_cont table{
	width: 100%;
	margin: 0 auto;
	
}


.reikai_title{
	font-size: 20px;
	text-align: center;
	background: #12327C;
	color: #FFFFFF;
}


.monthly_table th{

	padding: 10px 0;
}

.monthly_table td{
	border: 1px solid #D3E0FF;
	padding: 10px 0;
	text-align: center;
}

.reikai_title th:nth-of-type(5){
	width: 400px;
	
}

.reikai_option td:nth-of-type(5){
	width: 500px;
	text-align: left;
	padding:20px;
}




/************
2カラム共通
*************/
#column_contents{
	margin: 0 auto;
	display: flex;
}

.column_wrap{
	width: 1100px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;

}

#column_left{
	width: 670px;
}


#column_right{
	width: 280px;
}

.column_wrap h2{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	color: #17458e;
	border-bottom: 1px solid #f7a81b;
	padding: 10px 0;

}

.column_wrap span{
	font-size: 16px;
}

.column_info{
	width: 100%;
	margin: 0 auto 100px;
}

.column_info table{
	width: 100%;
	border: none;

}

.column_info tr{
	
	
}



.column_info th,.column_info td{
	border: none;
	border-bottom: 1px solid #f7a81b;
	color: #17458e;
	padding: 20px 0;
	text-align: left;
	
}



.column_info th{
	width: 160px;
	
}

.column_info td{
		font-size: 21px;
}

.map_wrap{
	width: 100%;
	height: 500px;
}



.map_wrap iframe {
    width: 100%;
    height: 500px;

}



/************
フッター
*************/

footer{
	margin: 100px auto 0;
}

.footer_about{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;

	background: #17458E;
background: -webkit-linear-gradient(180deg,rgba(23, 69, 142, 1) 0%, rgba(4, 45, 101, 1) 100%);
background: -moz-linear-gradient(180deg,rgba(23, 69, 142, 1) 0%, rgba(4, 45, 101, 1) 100%);
background: linear-gradient(180deg,rgba(23, 69, 142, 1) 0%, rgba(4, 45, 101, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#17458E",
  endColorstr="#042D65",
  GradientType=0
);
	
display: flex;
	
}

.f_about_cont{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.f_about_cont div{
	width: calc(100% / 2);
	margin: 0 auto;
	
}

.f_logo{
	text-align: right;
	margin: 0 20px;
}

.f_text{
	text-align: left;
	margin: 0 20px;
}


.f_logo img{
	width: 200px;
}


.f_text img{
	width: 300px;
}

.f_address{
color: #FFFFFF;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;

}
.f_address p{
	font-size: 18px;
	margin: 0 20px;

}

.sitemap {
	width: 1100px;
	margin: 0 auto;
	
}


.sitemap ul{
	width: 100%;
	display: flex;
	
}


.sitemap ul li{
	width: calc(100% / 5);
	margin: 0 auto;
	color: #17458e;
	
}
.sitemap ul li a{
	color: #17458e;
	
}


.copyright {
	text-align: center;
}
/************SP用**************/
@media screen and (max-width:500px)  {


body{
	font-size: 4vw;
	line-height: 2em;
	min-width:inherit;
	padding: 0;
    box-sizing: border-box;

}
	
	
h1{
	line-height: 1.5em;
}
	

h4{
	font-size: 5vw;
	line-height: 2em;
	

}
	

#contents_wrap {
    position: relative;
    top: 23vw;
/*    z-index: -1;*/
	overflow: hidden;
}

header {
    position: fixed;
    z-index: 2;
    overflow: hidden;
}
	.contents_area{
		
	}
	
/****下層タイトル共通*****/


.title_cont {
	width: 100%;
	margin: 0 auto;
	padding: 10vw 0;
}
.title_cont h3{
	display: block;

}
.title_cont span{
	display: block;
	font-size: 16px;
	
}
#contents_wrap_a {
 
}

/************
ヘッダー
*************/

#head_wrap{
	position: fixed;
	background-color:#FFFFFF;
	border-bottom: 1px solid #f7a81b;
	        padding: 4vw 2vw;
	width: 100%;
	margin: 0 auto;
	
}

.head_cont{
	width: 100%;
	


}
	
.head_left {
        width: inherit;
        display: flex;
        align-items: center;
        width: 90%;
	z-index: 900;
    }

.h_text {
    /* width: 740px; */
    margin: 0 20px;
	width: 70vw;
}

.h_logo {
    width: inherit;
	width: 36vw;
    
}

	
/************
ご挨拶
*************/
#top_comment{
	width: 90%;
	margin: 0 auto 100px;
	margin: 0 auto;
	
}
	

	
	

/************
top例会情報
*************/

#top_reikai{
	margin:  100px auto 200px;
}

.top_reikai_cont{
	width: 100%;
	
}

.top_reikai_cont h2{
	font-size: 4vw;
	
}


.top_reikai_cont table{
	width: 100%;
	margin: 0 auto;
	border: none;

	
}


.reikai_option td{
	padding:2vw;
}
	
.reikai_title th{
	display: none;
}
	

/*各column調整*/


	
	.reikai_option{
		        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
    
	}

	
	
	
.reikai_option td:nth-of-type(1){
	border: none;
}
	
	
.reikai_option td:nth-of-type(2){
	border: none;
}
	
	.reikai_option td:nth-of-type(2)::before{
		content:"(";
	}
	
	.reikai_option td:nth-of-type(2)::after{
		content:")";
	}
	
	
.reikai_option td:nth-of-type(3){
	border: none;
}
	
	
.reikai_option td:nth-of-type(4){
	width: 100%;
	text-align: left;
	border: none;
}
	
	
.reikai_option td:nth-of-type(5){
	width: 100%;
	border: none;
	border-bottom: 1px solid #B4C4F5;
	

}

	
	
/************
2カラム共通
*************/
#column_contents{
    flex-direction: column;
}

.column_wrap{
	width: 100%;

    justify-content: space-between;
    flex-direction: column;
}
#column_left{
	width: 90%;
	margin: 0 auto;
}


#column_right{
	width: 90%;
	margin: 10vw auto;
}
	
	
/*お知らせ*/
.column_info{
	width: 100%;
	margin: 0 auto 100px;
}

.column_info table{
	width: 100%;
	border: none;
	display: flex;

}

	.column_info tbody{
	width: 100%;
	}
	

.column_info tr{
	width: 100%;
        display: flex;
        flex-direction: column;
	padding: 3vw 0;
}



.column_info th,.column_info td{
	border: none;
	color: #17458e;
	padding: 0;
	text-align: left;
	
}



.column_info th{
	width: 100%;
	
	
}

.column_info td{
	width: 100%;
	border-bottom: 1px solid #f7a81b;
	font-size: 4vw;
	padding: 2vw 0;
}

	
	

/************
フッター
*************/

footer{
	margin: 100px auto 0;
}

.footer_about{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;

	background: #17458E;
background: -webkit-linear-gradient(180deg,rgba(23, 69, 142, 1) 0%, rgba(4, 45, 101, 1) 100%);
background: -moz-linear-gradient(180deg,rgba(23, 69, 142, 1) 0%, rgba(4, 45, 101, 1) 100%);
background: linear-gradient(180deg,rgba(23, 69, 142, 1) 0%, rgba(4, 45, 101, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#17458E",
  endColorstr="#042D65",
  GradientType=0
);
	
display: flex;
	
}

.f_about_cont{
    width:70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
   }

.f_about_cont div{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

.f_logo{
	margin: 0 auto;
}

.f_text{
	margin: 0 auto;
}


.f_logo img{
	width: inherit;
}


.f_text img{
	width: inherit;
}

.f_address{
color: #FFFFFF;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;

}
.f_address p{
	font-size: 4vw;
	margin: 0 auto;

}

.sitemap {
	width: 100%;
	margin: 0 auto;
	
}


.sitemap ul{
	width: 100%;
	display: flex;
	flex-direction: row;
        flex-wrap: wrap;
	        margin: 0;
        padding: 0;
}


.sitemap ul li{
	width: calc(100% /2);
	margin: 0 auto;
	color: #17458e;
	border: 1px solid #17458e;
	text-align: center;
		margin: -1px 0 0 0 ;
	padding: 6vw 0;
	
}
	
/*	
.sitemap ul li:nth-of-type(1), .sitemap ul li:nth-of-type(3){
	margin: -1px 0 0 0 ;	
}
		
.sitemap ul li:nth-of-type(1), .sitemap ul li:nth-of-type(3){
	margin: -1px 0 0 0 ;	
}
	*/

.sitemap ul li:nth-of-type(5){
	width: 100%;
	margin: -1px 0 0 0 ;
}


.copyright {
	text-align: center;

}
	
	
	
	
	
	
	
	
	
}
/************SP用ここまで**************/
	
	

