@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{
	font-size: 62.5%;
	background: #0d253d;
}
body{
	color: #333;
	font-family: "Noto Sans Japanese",san-serif;
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
}
.inner{
	padding-left: 20px;
	padding-right: 20px;
}
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;
}
.spNone{
	display: none;
}
.pc_br{
	display: none;
}
.sp_br{
	display: block;
}
.bold{
	font-weight: bold;
}
.red{
	color: #d63637;
}
.kng{
	margin-left: -.5em;
}

/* ----- commons ----- */

.btns{
	font-size: 0;
}
.btns a{
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.025em;
	padding: 1.25em 3.5em 1.25em 1.75em;
	background: #DB852D;
	border-radius: 40px;
	position: relative;
}
.btns.square a{
	border-radius: 8px;
}
.btns a span{
	display: block;
	font-size: 1.25rem;
	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;
}

@media screen and (min-width: 600px){
	.btns a{
		margin-left: 1em;
	}
	.btns a:first-child{
		margin-left: 0;
	}
}
@media screen and (max-width: 599px){
	.btns{
		text-align: center;
		margin-top: 28px;
		margin-bottom: 28px;
	}
	.btns a{
		width: 100%;
		max-width: 320px;
		margin-top: 1em;
	}
	.btns a:first-child{
		margin-top: 0;
	}
}

.icon_arw::before{
	content: '▶︎';
	color: #333;
	font-size: 13.5px;
	display: inline-block;
	margin-right: .35em;
}

/* ----- header ----- */

#header{
	padding: 16px 0 0;
}
#header .inner{
	position: relative;
}
#header h1{
	width: calc(100% - 40px);
	max-width: 300px;
	padding: .25em 1em 0 1em;
	box-sizing: border-box;
}
#header h1 a{
	font-size: 1.65rem;
	font-weight: 500;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
#header h1 a span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	padding: .4em;
	margin: .25em 0;
	margin-left: -.5em;
	letter-spacing: .04em;
	background: #90afd1;
}

/* ----- globalnav ----- */

.drawer-nav{
	padding: 64px 0 120px;
}
.drawer-nav .spScroll{
	overflow-y: scroll;
	padding: 0 0 160px;
}
#subList{
	margin-bottom: 2em;
}
#subList ul{
	border-bottom: solid 1px #cccccc;
}
#subList ul li{
	border-top: solid 1px #cccccc;
}
#subList ul li:first-child,
#subList ul li:last-child{
	display: none;
}
#subList ul li ul.sub-menu li:first-child,
#subList ul li ul.sub-menu li:last-child{
	display: block;
}
#subList ul li a,
#subList ul li.accordion{
	display: block;
	color: #333333;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	padding: 1.25em 1em;
	position: relative;
}
#subList ul li.accordion:after{
	content: "≫";
	color: #999999;
	font-size: 1.3rem;
	position: absolute;
	top: 1em;
	right: 20px;
}
#subList ul li.current-menu-item a{
	color: #0d94c8;
}
#subList ul ul.sub-menu{
	border: none;
	border-top: solid 1px #cccccc;
	background: #f6f6f6;
	border-radius: 0;
}
#subList ul ul.sub-menu li{
}
#subList ul ul.sub-menu li a{
	font-size: 1.3rem;
	padding-left: 40px;
	position: relative;
}
#subList ul ul.sub-menu li a:before{
	content: "-";
	position: absolute;
	left: 24px;
	top: 1em;
}

.drawer-nav .spScroll #contact{
	width: 94%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 24px;
	background: transparent;
}
.drawer-nav .spScroll #contact a{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	background: #ff9900;
	border: solid 2px #ff9900;
	border-radius: 4px;
}
.drawer-nav .spScroll #contact a:hover{
	color: #ff9900;
	background: #ffffff;
}
.drawer-nav .spScroll ul.bottomMenu{
	width: 94%;
	text-align: center;
	margin: 0 auto;
}
.drawer-nav .spScroll ul.bottomMenu li{
	display: inline-block;
	border-right: solid 1px #cccccc;
}
.drawer-nav .spScroll ul.bottomMenu li:first-child{
	border-left: solid 1px #cccccc;
}
.drawer-nav .spScroll ul.bottomMenu li a{
	display: block;
	color: #333333;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px 4px 8px;
	position: relative;
}

/* ----- footer ----- */

#footer{
}
#copyright{
	color: #fff;
	font-size: 1.1rem;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: .05em;
	padding: 4em 0;
	text-align: center;
	background: #0d253d;
}

/* ----- pagetop ----- */

#pagetop{
	position: fixed;
	right: 12px;
	bottom: 16vh;
}
#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%;
  padding: 4.5em 0;
  background: url(../images/common/mainimg_cmn_bg_sp.jpg) no-repeat center center;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
#page-header h2{
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 10;
}

#breadcrumb{
	padding: .75em 0 2em;
}
#breadcrumb ol{
	font-size: 0;
	text-align: left;
}
#breadcrumb li{
	display: inline;
	font-size: 1.1rem;
	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: 2rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 1em;
}
section h2,
#same-category-post h2{
  color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .025em;
	line-height: 1.5;
	padding: .3em .75em;
	margin-bottom: .75em;
	border-radius: 2px;
  border-bottom: none;
  background: #0d94c8;
}
section h3{
	font-size: 1.5rem;
	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: 1.6rem;
}
section h3.sec_title{
  border-bottom: none;
}
section h2 span,
section h3 span{
  color: #0d94c8;
  font-size: 90%;
  font-weight: 700;
  margin-left: .6em;
}
section h4{
	color: #7795e0;
	margin-bottom: 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: 1.35rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.6;
	word-break: break-word;
}
section p,
section dl,
section ul,
section ol,
section table,
section .btns{
	margin-bottom: 1em;
}
section p.mb_s{
	margin-bottom: 1.45em;
}
section ul,
section ol{
	margin-left: 1.5em;
}
section ul.disc li{
	list-style-type: disc;
	line-height: 1.5;
	margin-top: 1em;
}
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: .9rem;
  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: 1.5em 20px;
	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{
	font-size: 1.2rem;
	padding: 0.5em 1em;
}
section table th{
	font-weight: 500;
	text-align: left;
	background: #efefef;
}
section table td{
	 background: #ffffff;
}

section dl.tableDl{
/*	border-bottom: solid 1px #c8c8c8;*/
}
section dl.tableDl dt{
	font-weight: 600;
}
@media screen and (min-width: 600px){
	section dl.tableDl dt,
	section dl.tableDl dd{
		float: left;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	section dl.tableDl dt{
		clear: both;
		width: 160px;
	}
	section dl.tableDl dd{
		width: calc(100% - 160px);
	  border-bottom: 1px solid #c8c8c8;
	}
}
@media screen and (max-width: 599px){
	section dl.tableDl dt,
	section dl.tableDl dd{
		width: 100%;
	}
	section dl.tableDl dt{
		padding-top: 1em;
	}
	section dl.tableDl dd{
		padding-top: 0.5em;
		padding-bottom: 1em;
	  border-bottom: 1px solid #c8c8c8;
	}

}

/* ----- infolist ----- */

ul.infoList{
	margin-left: 0;
	margin-bottom: 2em;
}
ul.infoList li{
	border-bottom: solid 1px #c8c8c8;
}
ul.infoList li:first-child{
}
ul.infoList li a{
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 12px 0;
}
ul.infoList li p.date{
	color: #666666;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0.25em;
}
ul.infoList li p.title{
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0;
}

/* ----- info Detail ----- */

article#infoDetail{
	padding-top: 1.5em;
	margin-bottom: 2.5em;
	border-top: solid 5px #0d94c8;
	position: relative;
}
article#infoDetail #infoHeader{
	border-bottom: dashed 1px #cccccc;
	padding-bottom: 1.5em;
}
article#infoDetail #infoHeader h3{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 0.25em;
}
article#infoDetail #infoHeader p.date{
	color: #666666;
	font-size: 1.2rem;
	font-weight: 200;
	text-align: right;
}
article#infoDetail .letterbody{
	font-size: 1.3rem;
	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;
}

@media screen and (min-width: 600px){
	section div.clearfix .half{
		width: calc((100% - 28px) / 2);
		float: left;
		margin-left: 28px;
	}
	section div.clearfix .half:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}

/* ----- home ----- */

#homeContents{
	margin-top: 2em;
}
#mainimg{
	width: 100%;
	padding-top: 50.8333333%;
	background: url(../images/home/mainimg_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#mainimg .inner{
  width: 100%;
  height: 100%;
}
#mainimg p.cc{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.94rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .08em;
	text-shadow: 1px 1px 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%;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 500;
  padding: .65em 0 0;
}
#mainimg p.cc span.fnt1{
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 .5em .25em;
  letter-spacing: .24em;
  font-family: "Red Hat Text", sans-serif;
}
#mainimg p.cc span.catch{
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0 0 .5em;
	letter-spacing: .15em;
	border-bottom: .6px solid #fff;
}
#mainimg p.cc span .ft{
	display: inline;
  font-size: 1.8rem;
	font-weight: 600;
}
#homeContents section h3{
	font-size: 1.8rem;
	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;
}
#homeContents #lecture .area{
}
#homeContents #lecture .area figure{
  width: 40%;
	margin: 0 auto;
}
#homeContents #lecture .area p{
  width: 100%;
	padding-top: 1em;
}
#homeContents #lecture .area p .ttl{
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	padding: .1em 1em;
	margin-bottom: .5em;
	border-radius: 3px;
	background: #9999a3;
}
#homeContents #lecture .area p .l_text{
	font-weight: bold;
	font-size: 1.5rem;
}

/* ----- contact ----- */
#contact{
	font-size: 1.4rem;
}
.mw_wp_form{
	margin-top: 1.5em;
}
.mw_wp_form dl dt span.red{
	color: #d63637;
}
.mw_wp_form dt{
	background: #efefef;
	padding: .5em;
	margin: 0;
}
.mw_wp_form dd{
	line-height: 1.4;
}
.mw_wp_form dd input{
	width: 100%;
	padding: .5em;
	line-height: 1.4;
}
.mw_wp_form dd textarea{
	width: 100%;
	padding: .65em;
	box-sizing: border-box;
}
.mw_wp_form dl dt span{
	color: #0d94c8;
	font-size: 1.3rem;
	margin-left: .5em;
	font-weight: normal;
}
.mw_wp_form .submit{
}
.mw_wp_form .submit input{
	color: #fff;
	width: 100%;
	border: none;
	padding: .65em;
	font-size: 1.5rem;
	font-weight: 600;
	background: #DB852D;
	letter-spacing: .03em;
	box-sizing: border-box;
	cursor: pointer;
}
.mw_wp_form .submit input.backpage{
	margin-bottom: 1%;
	background: #b9b9c3;
}
.mw_wp_form.mw_wp_form_confirm dd{
	padding: .75em 0;
}
.mw_wp_form.mw_wp_form_complete p{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
/*
.mw_wp_form_complete .thanks_msg{
	text-align: center;
}
.mw_wp_form_complete .thanks_msg p{
	margin-bottom: .75em;
}
.mw_wp_form_complete .thanks{
}
*/
p.confilm{
	line-height: 1.5;
}
dd.details{
	line-height: 1.5;
}

/* sponsor */

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{
}
.picbox figure{
  width: 85%;
  margin: 0 auto;
}
.picbox figure figcaption{
  padding-top: .6em;
  font-size: 1.3rem;
  line-height: 1.5;
	text-align: center;
}
.picbox figure figcaption b{
  display: block;
  font-size: 1.5rem;
  margin-bottom: .25em;
}
.picbox .textbox{
  text-align: justify;
  width: 100%;
	margin-top: 2.5em;
}
.picbox p .ps{
  display: block;
  text-align: right;
}
table.gaiyou{
  width: 100%;
}
table.gaiyou th{
	display: block;
  width: 100%;
	border-bottom: 1px solid #ccc;
}
table.gaiyou td{
	display: block;
  width: 100%;
}

/* ----- abstract ----- */
.ctg_list span{
	font-weight: 500;
}
.ctg_list span.eru{
	margin: 0 .25em 0 .18em;
}

/* ----- sponsor ----- */
#sponsor figure.booth{
	width: 70%;
	margin: 0 auto 1em;
}
#sponsor figure.booth img{
	width: 100%;
}
#sponsor .btns.square a{
	margin-bottom: 3em;
}
