@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');

html{
	overflow-y: scroll;
	background: #0d253d;
}
body{
  font-size: 15.5px;
	color: #333;
	background: #fff;
	overflow-x: hidden;
  font-family: "Noto Sans Japanese",san-serif;
}
.inner{
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:1280px){
	.inner{
	padding-left: 40px;
	padding-right: 40px;
	}
}
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a{
	display: block;
	color: inherit;
	text-decoration: none;
	transition: all ease .3s;
}
a[href^="tel:"]{
	color: inherit;
}
a:hover{
	opacity: 0.5;
}
.pcNone{
	display: none;
}
.pc_br{
	display: block;
}
.bold{
	font-weight: bold;
}
.red{
	color: #d63637;
}
.kng{
	margin-left: -.5em;
}

/* ----- commons ----- */

.btns{
	font-size: 0;
}
.btns a{
	min-width: 200px;
	width: fit-content;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
	margin-left: 1em;
	padding: 1.25em 3.5em 1.25em 1.75em;
/*	background: #002a5c;*/
	background: #DB852D;
	border-radius: 40px;
	position: relative;
}
.btns.square a{
	border-radius: 10px;
}
.btns a span{
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-top: .5em;
	letter-spacing: .22em;
	text-align: center;
}
.btns a::before{
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 1em;
	background: url(../images/common/cmn-ftr-arw.png) no-repeat center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}
.btns a:first-child{
	margin-left: 0;
}
.btns a.gray{
	opacity: .4;
	pointer-events: none;
}

.icon_arw::before{
	content: '▶︎';
	color: #333;
	font-size: 13.5px;
	display: inline-block;
	margin-right: .35em;
}

/* ----- header ----- */

#header{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 26px 20px;
   box-sizing: border-box;
}
#header .inner{
  width: inherit;
  padding-left: 0;
  padding-right: 0;
}
#header h1{
  font-size: 24px;
  font-weight: 500;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
#header h1 span{
  display: block;
  font-size: 14px;
  font-weight: 400;
	color: #fff;
  padding: .5em;
	margin-top: .3em;
	letter-spacing: .08em;
	background: #90afd1;
}

/* ----- main navi ----- */

#globalnav{
}
#globalnav > ul{
  display: flex;
  width: fit-content;
  gap: 2em;
  padding-left: 1em;
  background: rgba(255,255,255,0.35);
  border: none;
}
#globalnav > ul li{
  position: relative;
}
#globalnav > ul li a{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
}
#globalnav ul.sub-menu{
	display: none;
	min-width: 240px;
	width: max-content;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 500;
}
#globalnav > ul li:hover ul.sub-menu{
	display: block;
}
#globalnav .sub-menu li{
	padding-top: 2px;
}
#globalnav .sub-menu li a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	padding: 0.75em 1em;
	font-weight: 500;
	background: rgba(0, 0, 0, .7);
	text-shadow: 1px 1px 2px rgba(39, 95, 140, .4);
	box-shadow: 4px 4px 6px 0px rgba(39, 95, 140, .8);
}
#globalnav .sub-menu li a:hover{
	background: rgba(0,0,0,1);
}
.home #globalnav .sub-menu li a{
	color: #fff;
	font-weight: normal;
	background: rgba(0, 0, 0, .7);
	box-shadow: 2px 2px 3px 0px rgba(115, 115, 115, .25);
}
.home #globalnav .sub-menu li a:hover{
	background: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1240px){
  #header{
	flex-wrap: wrap;
	padding: 26px 20px 20px;
  }
  #globalnav > ul{
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
  }
}
@media screen and (max-width: 854px){
	#globalnav > ul{
	  gap: 1em;
	  padding-left: 1em;
	}
}

/* ----- footer ----- */

#footer{
	position: relative;
	z-index: 600;
}
#copyright{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 3em 0;
	text-align: center;
	background: #0d253d;
}

/* ----- pagetop ----- */

#pagetop{
	position: fixed;
	right: 12px;
	bottom: 7em;
	z-index: 600;
}
#pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	text-align: center;
	background: #121212 url(../images/common/pagetop.png) no-repeat center center;
	background-size: 20px auto;
	position: relative;
	border-radius: 10px;
	opacity: .3;
}

/* ----- commons ----- */

#page-header{
  width: 100%;
  height: 0;
  padding-top: 10.851648351%;
  background: #62a8ff url(../images/common/mainimg_cmn_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1480px){
  #page-header{
	padding-top: 7.05357142815%;
	background: #62a8ff url(../images/common/mainimg_cmn_bg.jpg) no-repeat top center;
	background-size: cover;
  }
}
#page-header .inner{
  width: 100%;
  height: 100%;
}
#page-header h2.pageTitle{
	width: calc(100% - 80px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#page-header h2{
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-shadow: 0 0 8px rgb(0 0 0 / 50%);
	text-align: center;
	position: relative;
	z-index: 10;
}

#breadcrumb{
	padding: 1em 0 3em;
}
#breadcrumb ol{
	font-size: 0;
	text-align: left;
}
#breadcrumb li{
	display: inline;
	font-size: 14px;
	font-weight: 300;
}
#breadcrumb li:after{
	content: ">";
	margin: 0 0.75em;
	color: #7f7e7f;
}
#breadcrumb li:last-child::after{
	content: none;
}
#breadcrumb li a{
	display: inline;
	color: #018ed7;
	text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
	word-wrap: break-word;
	word-break: break-all;
}

#contents{
	padding-bottom: 4em;
}
#contents .inner,
#breadcrumb .inner{
	max-width: 880px;
}
section{
	position: relative;
	padding-bottom: 4em;
}
#contents .inner div>section:last-child{
	padding-bottom: 6em;
}
section>*:last-child{
	margin-bottom: 0 !important;
}
section h1{
	font-size: 28px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 1em;
}
section h2,
#same-category-post h2{
  color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .025em;
	line-height: 1.5;
	padding: .3em .5em;
	margin-bottom: .75em;
	border-radius: 2px;
  background: #0d94c8;
}
section h3{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.025em;
	padding-bottom: 0.3em;
	margin-bottom: 0.75em;
	border-bottom: 2px solid #ccc;
}
section h3.cat_title{
  font-size: 20px;
}
section h3.sec_title{
  border-bottom: none;
}
section h4{
	color: #7795e0;
	margin-bottom: 1em;
}
section h2 span,
section h3 span{
  color: #0d94c8;
  font-size: 90%;
  font-weight: 700;
  margin-left: 1em;
}
section h5{
}
section p a,
section li a,
section table a,
section dl a{
	display: inline;
	color: #018ed7;
	text-decoration: underline;
}
section p,
section li,
section table,
section dl{
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.8;
}
section p,
section dl,
section ul,
section ol,
section table,
section .btns{
	margin-bottom: 1.4em;
}
section p.mb_s{
	margin-bottom: .85em;
}
section ul,
section ol{
	margin-left: 1.5em;
}
section ul.disc li{
	list-style-type: disc;
	line-height: 1.5;
	margin-top: 0.5em;
}
section.social ul.disc li{
  margin-left: -1em;
  list-style-type: none;
}
section.social ul.disc li ul{
  margin-left: 3.5em;
  padding-top: .5em;
}
section.social ul.disc li ul li{
  list-style-type: disc;
}
section.social ul.disc li b::before{
  content: '▶︎';
  display: inline-block;
  font-size: 11px;
  margin-right: .3em;
  vertical-align: .1em;
}
section ol.decimal li{
	list-style-type: decimal;
	margin-top: 0.75em;
}
section ul li:first-child,
section ol li:first-child{
	margin-top: 0;
}
section div.graybox{
	margin-bottom: 2em;
	padding: 1em 1.5em;
	background: #f2f2f2;
	border: solid 1px #d2d2d2;
}
section div.graybox>*:last-child{
	margin-bottom: 0;
}

/* ----- .table ----- */

section table{
	width: 100%;
	background: #cccccc;
	border-collapse: separate;
	border-spacing: 1px;
}
section table th,
section table td{
	padding: 0.75em 1em;
}
section table th{
	font-weight: 400;
	text-align: left;
	background: #efefef;
}
section table td{
	 background: #ffffff;
}

section dl.tableDl{
}
section dl.tableDl dt,
section dl.tableDl dd{
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #c8c8c8;
}
section dl.tableDl dt{
	clear: both;
	width: 200px;
	font-weight: 500;
}
section dl.tableDl dd{
	width: calc(100% - 200px);
}

/* ----- infolist ----- */

ul.infoList{
	margin-bottom: 2em;
	margin-left: 0;
}
ul.infoList li{
	border-bottom: solid 1px #c8c8c8;
}
ul.infoList li:first-child{
}
ul.infoList li a{
	display: block;
	text-decoration: none;
	padding: 12px 0;
}
ul.infoList li p.date{
	width: 140px;
	float: left;
	color: #666666;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.4;
	padding: 0.1em 0;
	margin-bottom: 0 !important;
}
ul.infoList li p.title{
	width: calc(100% - 140px);
	float: left;
	color: #333333;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0 !important;
}

/* ----- info Detail ----- */

article#infoDetail{
	margin-bottom: 2.5em;
	position: relative;
}
article#infoDetail #infoHeader{
	border-bottom: dashed 1px #cccccc;
	padding-bottom: 1.5em;
}
article#infoDetail #infoHeader h3{
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 0.25em;
}
article#infoDetail #infoHeader p.date{
	color: #666666;
	font-size: 14px;
	font-weight: 200;
	text-align: right;
}
article#infoDetail .letterbody{
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.8;
	padding-top: 2em;
	padding-bottom: 2em;
}
article#infoDetail .letterbody p{
	margin-bottom: 2em;
}

nav.post-navigation{
	background: url(../images/common/line.gif) repeat-y center center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
nav.post-navigation div{
	width: 50%;
}
nav.post-navigation div.prev-post{
	float: right;
	text-align: right;
}
nav.post-navigation div.next-post{
	float: left;
	text-align: left;
}
nav.post-navigation div a{
	display: block;
	color: #231815;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	padding: 2em 0.5em;
	text-decoration: none;
}
nav.post-navigation div a:hover{
}

#same-category-post{
}

/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi{
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	display: inline-block;
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #000;
}
.wp-pagenavi span.current{
	font-weight: bold;
}

/* ----- 404 ----- */

#page404{
	text-align: center;
	padding: 64px 0 !important;
}
#page404 .text404{
	color: #cccccc;
	font-size: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#page404 .title{
	color: #cccccc;
	font-size: 64px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
#page404 .toptext p{
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
#page404 .subtext{
	margin: 40px 0;
}
#page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}
#page404 p.ask{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
#page404 p.ask+p{
	font-size: 14px;
	line-height: 1.5;
	line-height: 1.5;
	margin: 0 0 24px;
}

/* ----- home ----- */

#homeContents{
  position: relative;
  z-index: 600;
  background: #fff;
}
#homeContents #lecture .area{
  display: flex;
	justify-content: space-between;
}
#homeContents #lecture .area figure{
  width: 15%;
}
#homeContents #lecture .area p{
  width: 80%;
	line-height: 1.5;
}
@media screen and (max-width: 980px){
	#homeContents #lecture .area figure{
	  width: 20%;
	}
	#homeContents #lecture .area p{
	  width: 75%;
		line-height: 1.5;
	}
}
#homeContents #lecture .area p .ttl{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: .1em 1em;
	margin-bottom: .5em;
	border-radius: 3px;
	background: #9999a3;
}
#homeContents #lecture .area p .l_text{
	font-weight: bold;
	font-size: 18px;
}
#homeContents #important p{
  font-weight: 500;
}
#mainimg{
  width: 100%;
  height: 0;
  padding-top: 50.8333333%;
  position: relative;
  background: url(../images/home/mainimg_bg.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg .inner{
  width: 100%;
  height: 100%;
}
#mainimg p.cc{
	width: calc(100% - 80px);
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 40px 40px 60px;
	position: absolute;
	top: 50%;
	left: 47%;
	transform: translate(-50%, -50%);
	font-size: clamp(36px, 3.38vw, 50px);
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .08em;
	text-shadow: 2px 2px 3px #000;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
#mainimg p.cc span{
  display: block;
  width: 100%;
  line-height: 1.65;
  font-weight: 500;
  padding: .65em 0 0;
	font-size: clamp(15px, 1.15vw, 17px);
}
#mainimg p.cc span.fnt1{
	font-size: clamp(13px, 1.05vw, 15.5px);
  font-weight: 300;
  padding: 0 0 .5em .5em;
  letter-spacing: .47em;
  font-family: "Red Hat Text", sans-serif;
}
#mainimg p.cc span.catch{
	font-size: clamp(20px, 1.76vw, 26px);
  font-weight: 600;
  padding: .25em 0 .6em;
  letter-spacing: .47em;
	border-bottom: 1px solid #fff;
}
#mainimg p.cc span .ft{
	display: inline;
	font-size: 28px;
	font-weight: 600;
}
#homeContents{
	margin-top: 4em;
}
#homeContents section h3{
	font-size: 23px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.75em;
}
#homeContents section h3 .en{
	color: #0d94c8;
	font-size: 60%;
	font-weight: 800;
	letter-spacing: 0;
	margin-left: 0.5em;
}

/* ----- contact ----- */
.mw_wp_form{
	margin-top: 1.5em;
}
.mw_wp_form dl dt span.red{
	color: #d63637;
}
.mw_wp_form dl dt{
	padding: 12px;
	font-size: 14px;
	margin-bottom: 24px;
	background: #efefef;
}
.mw_wp_form dl dt span{
	color: #0d94c8;
	font-size: 13px;
	margin-left: .5em;
	font-weight: normal;
}
.mw_wp_form dl dd{
	width: 100%;
	margin: 0 auto 24px;
}
.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea{
	margin: 0;
	width: 100%;
	padding: .65em;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
}
.mw_wp_form .submit{
	display: flex;
}
.mw_wp_form .submit input{
	color: #fff;
	width: 100%;
	border: none;
	padding: .65em;
	font-size: 16px;
	font-weight: 600;
	background: #DB852D;
	letter-spacing: .03em;
	box-sizing: border-box;
	cursor: pointer;
}
.mw_wp_form .submit input.backpage{
	margin-right: 1%;
	background: #b9b9c3;
}
.mw_wp_form.mw_wp_form_complete p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
/*
.mw_wp_form_complete .thanks_msg{
	text-align: center;
}
.mw_wp_form_complete .thanks_msg p{
	margin-bottom: 1em;
}
.mw_wp_form_complete .thanks{
	font-size: 24px;
	font-weight: 600;
}
*/

p.confilm{
	line-height: 1.5;
}
dd.details{
	line-height: 1.5;
}

/* sponsor */
section.sponsor h4{
  font-size: 18px;
}
section ul.sponterList{
  margin-bottom: 2em;
}
section ul.sponterList li{
}
section ul.sponterList li img{
	display: inline-block;
	margin-top: 0.75em;
	border: solid 2px #cccccc;
}

/* ----- overview ----- */
.picbox{
  display: flex;
  justify-content: space-between;
}
.picbox figure{
  width: 26.5%;
  margin-top: .45em;
}
.picbox figure figcaption{
  padding-top: .6em;
  font-size: 13.5px;
  line-height: 1.5;
}
.picbox figure figcaption b{
  display: block;
  font-size: 15px;
  margin-bottom: .25em;
}
.picbox .textbox{
  text-align: justify;
  width: 70%;
}
.picbox p .ps{
  display: block;
  text-align: right;
}
table.gaiyou{
  width: 100%;
}
table.gaiyou th{
  width: 20%;
}
table.gaiyou td{
  width: 80%;
}

/* ----- abstract ----- */
.ctg_list span{
	font-weight: 500;
}
.ctg_list span.eru{
	margin: 0 .25em 0 .18em;
}
#abstract .btns.square{
	display: flex;
	width: 100%;
	margin-top: 2em;
}
#abstract .btns.square a{
	display: block;
	min-width: 260px;
	margin-bottom: 3em;
}
/* ----- sponsor ----- */
#sponsor figure.booth{
	width: 40%;
	margin-bottom: 1em;
}
#sponsor figure.booth img{
	width: 100%;
}
#sponsor .btns.square a{
	margin-bottom: 3em;
}
