@charset "UTF-8";

/* 共通部分
-------------------- */
html {
	font-family: font-family: "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}

body{
	background-color: #409071;
	background-image:url("../images/BG.png");
	background-size: contain;
	background-position : top;
	background-repeat: no-repeat;
}

.wrap {
	overflow: hidden;
}

/* タイトル共通
-------------------- */
.TopTitle {
	margin : 30px 280px auto auto;
	text-align : center;
}

/* メニュー共通
-------------------- */
.BUTTON_EVR {
	box-shadow: 0 10px 25px 0 rgba(1, 44, 37, .5);
}

#nav {
	font-size: 15px;
	list-style-type: none;
}

/*clearfix*/
#nav:after {
	content: "";
	clear: both;
	display: block;
	position: relative;
}
#nav li {
	max-width : 100%;
	float: left;
	width: 50%;
	height: auto;
	text-align: center;
	border: solid #4e9068 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: #65B183;
    background: -moz-linear-gradient(top,  #a7d49e 3%, #5ba07e 11%, #56a27a 20%, #026152 55%, #016054 90%, #01422d 99%); 
    background: -webkit-linear-gradient(top,  #a7d49e 3%,#5ba07e 11%,#56a27a 20%,#026152 55%,#016054 90%,#01422d 99%); 
    background: linear-gradient(to bottom,  #a7d49e 3%,#5ba07e 11%,#56a27a 20%,#026152 55%,#016054 90%,#01422d 99%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d49e', endColorstr='#01422d',GradientType=0 );  
	line-height: 10px;
    text-shadow: 0px 0px 9px #004a3f;
}

/*奇数のli要素に適応*/ 
#nav li:nth-child(odd) {
	border-right: 1px solid #aaa;
}
#nav {
	position: relative;
	max-width: 100%;
	margin: auto;
}
#nav a {
	display: block;
	line-height: 50px;
	text-decoration: none;
	color: #f4f3ee;
	font-weight: bold;
	position: relative;
}
#nav a:hover {
	color: #00463c;
	background: #f4f3ee;
}

/* HOMEボタン共通
-------------------- */
.home_p {
	text-align : left;
	font-size : 15px;
	font-weight : bold;	
	background-color: #987732;
}

/* ベース共通
-------------------- */
.news-contents {
	max-width: 960px;
	min-height: 640px;
	width: 100%;
	border : 5px solid #987733;
	margin : 50px auto;
	text-align : center;
	background-color : #f4f3ee;
	box-shadow: 0 10px 25px 0 rgba(0, 44, 37, .5);
}

.mainbox {
	width : 85%;
	margin: 80px auto;
}

/* 文字共通
-------------------- */
.title {
	width: 100%;
	padding-left : .5em;
	color: #f4f3ee;
	font-size : 18px;
	text-align: left;
	background: #409071;
}

#menu {
	width : 100%;
	list-style: none;
	overflow: hidden;
	margin-top :2em;
	border-bottom : solid 1px #00463c;
}

#menu ul{ 
	margin: 0; 
	padding :0; 
	list-style: none; 
}

#menu li{ 
	padding :0; 
	margin: 0; 
	float: left;
}

#menu li a{
	display: block;
	background: url("../images/icon_right.png") no-repeat left center;
	color:#00463c;
	width: 200px;
	text-decoration:none;
	text-align:left;	
	font-size: 15px;
	font-weight : bold;
}

#menu li a:hover{
	background: url("../images/icon_under.png") no-repeat left center;
}

.menu_h2 {
	width: 100%;
	color: #00463c;
	margin : 1em auto;
	font-size : 21px;
	position: relative;
	padding: 0.25em 0;
	text-align:left;
}

.menu_h2:after {
	content: "";
	display: block;
	height: 5px;
	background: -webkit-linear-gradient(to right, rgb(152, 119, 50), transparent);
	background: linear-gradient(to right, rgb(152, 119, 50), transparent);
}

/* ページトップ戻る共通
-------------------- */
#page_top{
  width: 90px;
  height: 90px;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #012c25;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #012c25;
}

/* about.htmlに適用
-------------------- */
.president {
	width:80%;
	margin: 0 auto 3em;
	text-align: left;
}

.menu_p {
	height:auto;
	text-align:left;
	color: #012c25;
	font-size : 15px;
	padding : 1em;
	line-height : 2em;
}

/* info.htmlに適用
-------------------- */
.conference-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 16px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #F4F3EE;
    color: #00463C;
    font-weight: bold;
}

.table_info {
    width: 100%;
    border: 0; /* セルの境界線を共有 */
	margin:.5em auto ;
}

.table_info th {
    border: solid 1px #f4f3ee;  /* 見出しセルの罫線(=セルの枠線) */
    padding: 8px 10px;       /* 見出しセル内側の余白量 */
	width: 30%;
	background: #987733;
	border-radius: 12px;
	font-size: 15px;
	color: #F4F3EE;
	text-align:center;
}

.table_info td {
    border: solid 0px #F4F3EE;  /* 表の罫線(=セルの枠線) */
    padding: 7px 10px;       /* セル内側の余白量 */
	text-align: left;
	font-size: 15px;
}

.table_prof {
    width: 100%;
    border: 0; /* セルの境界線を共有 */
	margin-left: auto;
    margin-right: auto;
}

.table_prof th {
    border: solid 1px #f4f3ee;  /* 見出しセルの罫線(=セルの枠線) */
    padding: 8px 10px;       /* 見出しセル内側の余白量 */
	width: 120px;
	background: #987733;
	border-radius: 12px;
	font-size: 15px;
	color: #F4F3EE;
	text-align:center;
}

.table_prof td {
    border: solid 0px #F4F3EE;  /* 表の罫線(=セルの枠線) */
    padding: 7px 10px;       /* セル内側の余白量 */
	text-align: left;
	font-size: 15px;
}

.infobox {
	width:100%;
	padding:1em;
	text-align:left;
	font-size:15px;
	line-height:2.0em;
}

.infobox_bottan {
	margin:1em auto 2em;
	text-align:center;
}

.info_bottan {
	display: inline-block;
	padding: 0.5em 1em;
	font-size:15px;
	text-decoration: none;
	background: #419071;/*ボタン色*/
	color: #f4f3ee;/*ボタン色より暗く*/
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #00463c;
	border-radius: 3px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.info_bottan:active  {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.poster_info {
	display : flex;
	justify-content : space-between;
	margin-bottom:1em;
}

.poster img {
	width : 100%;
	height : auto;
	margin-top : 5px;
	margin-left : 0;
}

/* members.htmlに適用
-------------------- */
.topicbox {
	width : 90%;
    position: relative;
    margin: 3em auto 1em;
    padding: 30px 5%;
    border: solid 3px #00463C;
    border-radius: 8px;
	text-align:left;
	font-size:15px;
}

.topic-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 16px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #F4F3EE;
    color: #00463C;
    font-weight: bold;
}

.topic-date {
    position: absolute;
    display: inline-block;
    bottom: -10px;
    right: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #F4F3EE;
    color: #00463C;
}

.topic-article {
	line-height: 2;
}

.topic-article_2 {
	line-height: 2;
}

.table-members {
    width: 600px;
    border: 0; /* セルの境界線を共有 */
    margin-left:4%;
	text-align:left;
}

/* enroll.htmlに適用
-------------------- */
.enroll_main {
	width : 100%;
    position: relative;
	margin: 10px auto;
    border-radius: 8px;
	text-align:left;
	font-size:15px;
}
.enroll_main p {
	margin:1em auto;
}

.enroll_box, .conferencebox {
	width : 95%;
    position: relative;
	margin: 2em auto;
	padding: 1em 2em;
    border: solid 3px #00463C;
    border-radius: 8px;
}

.enroll_box p:before {
  border-left: none;
  border-top: none;
  top:0;
  left: 0;
}

.enroll_box p:after {
  border-right: none;
  border-bottom: none;
  bottom:0;
  right: 0;
}

.table_confe {
	margin:1em;
}

.table_confe th {
	text-align:center;
}

.table_confe td {
	padding:1em;
}

/* guideline.htmlに適用
-------------------- */
.guid-article {
	width: 100%;
	display: flex;
	line-height: 2;
}

.guid_img {
	width: 50%;
}

.guid_img img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.guid_text {
	width: 50%;
	height: auto;
	line-height: 2;
}

.guid_text p{
	line-height: 2;
}


/* movie.htmlに適用
-------------------- */

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 0% 2% 2% 2%;/*ここで動画の周りの余白を調整*/
}

video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}

.movie_p {
	width: 100%;
	color: #012c25;
	margin: 10px 1em;
	font-size : 15px;
	text-align: left;
	line-height : 2.0em;
}

.movie_flex {
	max-width: 960px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item_flex {
    width: 240px;
	margin-bottom: 40px;
}

.item_flex img{
    width: 100％;
}


.item_flex a {
    text-decoration:none; 
}

.item_text {
	width: 100%;
	color : #012c25;
	font-weight : bold;
	text-align : center;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}


.item_text:hover {
    color: #987732;
}

.item_text2:hover {
    color: #987732;
}



/* movie_1A～14、ho.htmlに適用
-------------------- */
.base {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
	background-color : #f4f3ee;	
}

.moviebox {
	max-width:800px;
    width: 100%;
	display:flex;
    border: 0; /* セルの境界線を共有 */
	margin: 0 auto 25px;
}

.movie_title p{
    padding: 10px;
	width: 400px;
	font-size: 24px;
	text-align: left;
	color: #012c25;
	font-weight: bold;
}

.movie_title2 p{
    padding: 10px;
	width: 600px;
	font-size: 20px;
	text-align: left;
	color: #012c25;
	font-weight: bold;
}

.movie_title3 p{
    padding: 10px;
	width: 600px;
	font-size: 24px;
	text-align: left;
	color: #012c25;
	font-weight: bold;
}

.movie_title4 p{
    padding: 10px;
	width: 600px;
	font-size: 28px;
	text-align: left;
	color: #012c25;
	font-weight: bold;
}

.movie_title5 p{
    padding: 10px;
	width: 800px;
	font-size: 28px;
	text-align: left;
	color: #012c25;
	font-weight: bold;
}

.movie_item1 {
	width: 400px;
	display:flex;
    padding: 7px 30px;  /* セル内側の余白量 */
	font-size: 12px;
}

.movie_item2 {
	width: 800px;
	display:flex;
    padding: 7px 30px;  /* セル内側の余白量 */
	font-size: 12px;
	margin: 0 auto;
}

.movie_item3 {
	width: 200px;
	display:flex;
    padding: 7px 30px;  /* セル内側の余白量 */
	font-size: 12px;
	margin: 0 auto;
	padding: 10px;
}

.movie_item4 {
	width: 800px;
	display:flex;
    padding: 7px 30px;  /* セル内側の余白量 */
	font-size: 12px;
	margin: 0 auto;
}

.movie_images {
	width: 60%;
	text-align: left;
	padding-top: 20px;
}

.QR {
	width:150px;
	height:auto;
	padding-top: 25px;
	padding-bottom: 10px;
    position: relative;
    border: solid 3px #012c25;
	text-align: center;
}

.QR-title {
    position: absolute;
    display: inline-block;
	width: 60%;
    margin-top: -40px;
    padding: 0 9px;
	margin-left: -43px;
	text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #012c25;
	background: #F4F3EE;
}
.QR-title2 {
    position: absolute;
    display: inline-block;
	width: 60%;
    margin-top: -40px;
    padding: 0 9px;
	margin-left: -14px;
	text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #012c25;
	background: #F4F3EE;
}

.PDF {
	margin-top: 10px;
	height :60px;
}

.PDF2 {
	margin-top: 10px;
	height :30px;
}

.movie_A {
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	margin: 5px;
}
.movie_B {
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto 15px;
	text-align: center;
}

.movie_images2 {
	margin-bottom: 10px;
}

.movie_iframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.movie_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back_movie {
	max-width : 960px;
	width:100%;
	margin-top: 10px;
	padding: 0 20px 10px 0;
	text-align : right;
	font-size : 15px;
	font-weight : bold;
}

/* seminar_video.html -------------------- */
#seminar_li {
	width: 95%;
	text-align: left;
	margin: 4em auto;
}

#seminar_li li{
	margin: 1.5em 0;
}

a.seminar_btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 500px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 3px solid #fc7935;
	color: #fc7935;
	transition: 0.5s;
}

a.seminar_btn_01:hover {
	color: #fff;
	background: #2ac4fa;
}




/* coi.html
-------------------- */
.topics p {
	text-align:left;
}
#coi_li {
	padding-left:1em;
	font-size:15px;
}
#coi_li li {
	margin:1em auto;
}


/* FOOTER
-------------------- */
footer {
	margin : 10em auto 0;
	padding: 0;
	text-align : left;
}

footer p {
	color : #f4f3ee;
	font-size : 15px;
}

/* --関連サイト-- */
.site_link {
	max-width:960px;
	width:100%;
	display:flex;
	flex-direction:row;
	text-align: center;
}

.site_link img {
	width:100%;
}

#site {
	width:45%;
	display:flex;
	flex-direction:column;
	list-style-type: none;
}

/*clearfix*/
#site:after {
	content: "";
	clear: both;
	display: block;
	position: relative;
}

#site li {
	max-width : 100%;
	float: left;
	width: 100%;
	height: auto;
	text-align: center; 
}

/*奇数のli要素に適応*/ 
#site {
	position: relative;
	max-width: 100%;
	margin: auto;
}

#site a {
	line-height: 50px;
}

/* --連絡先-- */
.footer_flex {
	width : 100%;
	padding : 1em 0;
	background-color : #00463c;
}

.footer_link {
	max-width : 960px;
	margin : 0 auto;
	text-align : center;
	display : flex;
	justify-content : space-between;
}

.address {
	width : 100%;
	text-align : left;
}

.home {
	width : 100%;
	color : #f4f3ee;
	font-size : 15px;
	font-weight : bold;
	text-align : right;
}

.footer_link a {
	text-decoration: underline;
}

/* 横幅767px以上に適応
-------------------- */
@media screen and (min-width: 767px) {
	/* FOOTER　サイト
-------------------- */
.site_link {
	max-width : 960px;
	margin : 0 auto;
	display:flex;
	flex-direction:column;
	text-align : center;
}

.site_link img {
	width:95%;
}

#site {
	width:100%;
	margin-top : .5px;
	display:flex;
	flex-direction:row;
	flex-wrap : wrap;
	justify-content : space-between;
}

#site li {
	float: none;
	width:20%;
	}
}

/*横幅1000px以上に適応*/
@media screen and (min-width: 1000px) {
#nav li:nth-child(odd) {
  border-right: none;
}
#nav {
	margin-top : 20px;
	max-width : 960px;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: none;
	border-collapse: collapse;
}
#nav li {
	float: none;
	display: table-cell;
	width: 100%;
	border-bottom: none;
	border: 1px solid #aaa;
}
}

/* スマートフォン向けCSS 
-------------------- */
@media (max-width: 767px) {

/* index.html共通
-------------------- */
.TopTitle {
	margin : 20px auto 10px auto;
}
.TopTitle img {
	width: 300px;
	height: auto ;
}

/* ベース共通
-------------------- */
.news-contents {
	width: 98%;
}

.left_menu {
	list-style-type: none;
}

.home_p {
	font-size : 12px;
}

.mainbox {
	width : 100%;
	padding : 1em;
}

/* 文字共通
-------------------- */
.menu_h2 {
	font-size:15px;
}

.title {
	font-size:18px;
}

/* about.htmlに適用
-------------------- */
.president img {
	max-width: 80%;
	margin-left : 5%; 	
}
.president {
	width : 100%;
}

.menu_p {
	width: 100%;
	height:auto;
	text-align:left;
	color: #012c25;
	font-size : 12px;
	margin : 2em auto 5em;
	padding : 1em;
	line-height : 2em;
}

/* info.htmlに適用
-------------------- */
.poster_info {
	display : flex;
	flex-direction : column-reverse;
}

.poster img {
	width : 100%;
	margin-left : 0;
}

#menu li a{
	font-size: 12px;
}

.menu_h2 {
	font-size: 16px;
}

.conference-title {
    top: -15px;
    left: 14px;
    padding: 0 6px;
    line-height: 2;
    font-size: 15px;
}

.table_prof {
    width: 100%;
	margin-left : 0;
}

.table_prof th {
    border: solid 1.5px #987733;  /* 見出しセルの罫線(=セルの枠線) */
    padding: 5px auto;       /* 見出しセル内側の余白量 */
	width: 30%;
	border-radius: 9px;
	font-size: 12px;
}

.table_prof td {
    border: solid 1.5px #F4F3EE;  /* 表の罫線(=セルの枠線) */
    padding: 5px 5px;       /* セル内側の余白量 */
	width:70%;
	font-size: 12px;
}

.table_info th {
    border: solid 1.5px #987733;  /* 見出しセルの罫線(=セルの枠線) */
    padding: 5px auto;       /* 見出しセル内側の余白量 */
	width: 40%;
	border-radius: 9px;
	font-size: 12px;
}

.table_info td {
    border: solid 1.5px #F4F3EE;  /* 表の罫線(=セルの枠線) */
    padding: 5px 5px;       /* セル内側の余白量 */
	width:50%;
	font-size: 12px;
}

.info_articles {
	font-size: 12px;
}

.PDFthum img {
	max-width: 240px;
}

/* members.htmlに適用
-------------------- */
.topicbox {
	margin: 3em auto 1em auto;
    padding: 20px 5% 10px 5%;
    border: solid 2.5px #00463C;
	width : 100%;
	font-size:12px;
}

.topic-title {
    top: -15px;
    left: 14px;
    padding: 0 6px;
    line-height: 2;
    font-size: 15px;
}

.topic-article {
	font-size: 12px;
}

.topic-article_2 {
	margin-top:2em;
	font-size: 12px;
}

.topic-date {
	bottom: -7px;
	right: 8px;
	padding: 0 6px;
	line-height: 1;
	font-size: 12px;
}

.topic-article img {
	max-width: 260px;
}
.table-members {
    width: 260px;
	margin-left: 5%;
	font-size: 12px
}

/* enroll.htmlに適用
-------------------- */
p {
	font-size : 12px;
	line-height : 1.8em;
}
.enroll_main {
	width : 100%;
}

/* enroll.htmlに適用
-------------------- */
#coi_li {
	font-size:12px;
}
.infobox_bottan a {
	font-size:12px;
}

/* guideline.htmlに適用
-------------------- */
.guid-article {
	flex-flow: column;
}

.guid_img {
	width: 100%;
	text-align: center;
}

.guid_img img{
	width: 80%;
}

.guid_text {
	width: 80%;
	margin: 0 auto;
}


/* movie.htmlに適用
-------------------- */
.movie_p {
	font-size : 12px;
	line-height : 2em;
}

.movie_flex {
	width: 100%;
	flex-direction: row;
}

.item_flex {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2em;
}


/* movie_1A~14、ho.htmlに適用
------------------------------ */
.base {
    padding: 10px;
}

.moviebox {
    width: 100%;
	flex-flow: column;
	margin: 0 auto;
	text-align: center;
}

.movie_title p{
	font-size: 18px;
	text-align: left;
	margin: 0 auto;
}

.movie_title2 p{
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
}

.movie_title3 p{
	font-size: 18px;
}

.movie_title4 p{
	font-size: 18px;
	margin: 0 auto;
}

.movie_title5 p{
	width:400px;
	font-size: 18px;
	margin: 0 auto;
}

.movie_item1 {
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	font-size: 10px;
	margin: -10px auto 0;
}

.movie_images img{
	width: 90%;
	font-size: 10px;
	margin: -30px 10px 0 0;
}

.movie_item2 {
	width: 100%;
	flex-direction: column;
	margin: 15px auto;
}

.movie_iframe iframe{
	width: 100%;
}

.movie_A {
	width: 100%;
	margin: 10px auto;
}

.movie_B {
	width: 100%;
	margin: 10px auto;
}

/* footer */
.site_grid {
	max-width : 100%;
	margin : 5em 0 1em;
	display : grid;
	padding:0 4%;
	gap:10px;
	grid-template-columns : 1fr 1fr ;
}

.site_grid img {
	width: 100%;
	height: auto;
}

.footer_link {
	display : flex;
	flex-direction : column-reverse;
	padding : 1em;
}
.address {
	width : 100%;
	margin-left : 0;
	font-size : 12px;
}
.address p {
	font-size : 12px;
}
.home {
	width : 100%;
	margin-right : 0;
	font-size : 12px;
	text-align : left;
	margin-bottom : 10px;
}

a.seminar_btn_01 {
	width: 320px;
	padding: .5rem 2rem;
}

}

	

