@charset "UTF-8";

/*----------------------
 reset
---------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

/*----------------------
 common
---------------------*/

html {
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	line-height:1.8;
	width:100%;
	min-width:960px;
	background-color:#999;
}
body {
	background-color:#FFF;
}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a,
a:link,
a:visited,
a:active { color:#000; text-decoration:underline;}
a:hover { color:#777; text-decoration:underline; }
strong {
	font-weight: bold;
}
sup {
    height: 0;
	font-size:11px;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	bottom: 1ex;
}
.cap {font-size:13px; line-height:1.8; margin:10px 0 0 0; }
.print { display:none; }
.red {
	color: #b81c22;
}
.center {
	text-align: center;
}
/*----------------------
 header
---------------------*/

#header {
	position:relative;
	width:100%;
	height:80px;
	background-color:#F6F6F6;
	text-align:center;
}
#header .vol {
	float:left;
	width:49px;
	margin:15px 0 0 20px;
}
#header .vol img {
	width:100%;
	height:auto;
}
#header .date {
	float:left;
	height:10px;
	margin:44px 0 0 16px;
	font-size:9px;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
}
#header .date img {
	width:auto;
	height:100%;
}
#header .logo {
	position:absolute;
	width:160px;
	height:36px;
	left:50%;
	top:50%;
	margin:-18px 0 0 -80px;
}
#header .logo img {
	width:100%;
	height:auto;
}
#header .btn {
	float:right;
}
#header .btn div {
	float:left;
}
#header .toTopPage {
	width:80px;
	height:80px;
}
#header .toTopPage img {
	width:100%;
	height:auto;
}

/*----------------------
 container
---------------------*/

#container {
	width:100%;
}

/*----------------------
 categoryTitle
---------------------*/

#categoryTitle {
	width:100%;
	text-align:center;
	padding:60px 0 40px;
}

/*----------------------
 pageTitle
---------------------*/

#pageTitle {
	width:100%;
	text-align:center;
	padding:40px 0 20px;
}

/*----------------------
 mainContent
---------------------*/

#mainContent {
	width:800px;
	margin:0 auto;
}
#mainContent .article {
	margin:10px 0 30px;
	font-size:16px;
	line-height:1.9;
}
#mainContent .article .heading {
	font-size:22px;
	font-weight:bold;
	background-color:#f2f2f2;
	margin:30px 0;
	padding:20px 30px;
}
#mainContent .article .q {
	font-weight:bold;
	margin:0 0 19px;
}
#mainContent .article .q:before {
	content:"ー";
	display: inline-block;
	transform: scale(1.8, 1);
	margin-right: .5em;
}
#mainContent .article .txt {
	margin:0 0 19px;
}
#mainContent .article .speaker {
	font-weight:bold;
}
#mainContent .article .images {
	margin:0 0 20px 0;
}
#mainContent .article .imagesL {
	float:left;
	margin:4px 30px 20px 0;
}
#mainContent .article .imagesR {
	float:right;
	margin:4px 0 20px 28px;
}
#mainContent .article .imgL {
	float:left;
	margin-bottom:15px;
}
#mainContent .article .imgR {
	float:right;
	margin-bottom:15px;
}


/*----------------------
 pageNav
---------------------*/

.pageNav {
	width:800px;
	margin:70px auto 0;
	border-bottom:#999 1px solid;
	text-align:center;
}
.pageNav .btn,
.pageNav .btnBack {
	font-size:24px;
	font-weight:bold;
	margin-bottom:40px;
}
.pageNav .btn a {
	text-decoration:none;
	background:url(../img/btn_arrowRight.png) 0 center no-repeat;
	padding-left:20px;
}
.pageNav .btnBack a {
	text-decoration:none;
	background:url(../img/btn_arrowLeft.png) 0 center no-repeat;
	padding-left:20px;
}
.pageNav .btnNum span {
	padding:12px;
	background-color:#f2f2f2;
	border:#999 1px solid;
	margin:0 8px;
}
.pageNav .btnNum a span {
	background-color:#fff;
}
.pageNav .btnNum {
	height:60px;
}

/*----------------------
 correspondent
---------------------*/

#correspondent {
	width:800px;
	margin:0 auto 0;
	padding:20px 0 10px;
}
#correspondent:after {content:""; display:block; clear:both;}
#correspondent .heading {
	float:left;
	margin:14px 8px 40px;
}
#correspondent .member {
	float:left;
	min-width: 168px;
	height:50px;
	border-left:#999 1px solid;
	margin:0 0 20px 8px;
}
#correspondent .member:after {content:""; display:block; clear:both;}
#correspondent .member .img {
	float:left;
	margin:0 8px 0 7px;
}
#correspondent .member .img img {
	width:50px;
	height:50px;
}
#correspondent .member .txt {
	float:left;
}
#correspondent .member .txt .dept {
	font-size:11px;
	margin: 1px 0 2px 0;
}
#correspondent .member .txt .name {
}

/*----------------------
 toTopPage
---------------------*/

#toTopPageFooter {
	width:960px;
	margin:40px auto;
}
#toTopPageFooter .btn {
	width:120px;
	height:120px;
	margin:0 auto;
}
#toPageTop .btn a,
#toPageTop .btn a:link,
#toPageTop .btn a:visited,
#toPageTop .btn a:active,
#toPageTop .btn a:hover { color:#000; text-decoration:none; }

/*----------------------
 toPageTop
---------------------*/

#toPageTop {
	width:960px;
	margin:0 auto 20px;
}
#toPageTop .btn {
	float:right;
	background:url(../img/btn_toPageTop.png) 0 center no-repeat;
	padding-left:20px;
}

/*----------------------
 footer
---------------------*/

#footer .footer1 {
	padding:40px 0 20px;
	background-color:#e6e6e6;
}
#footer .footer1 .content {
	width:960px;
	margin:0 auto;
}
#footer .footer1 .heading {
	font-size:15px;
	font-weight:bold;
}
#footer .footer1 .content1 {
	float:left;
	width:329px;
}
#footer .footer1 .archiveList .category {
	font-size:12px;
	cursor: pointer;
	margin:10px 0 0 10px;
}
#footer .footer1 .archiveList ul {
	display:none;
	margin:10px 0 0 20px;
}
#footer .footer1 .archiveList li {
	font-size:11px;
	margin:0 0 6px 0;
}
#footer .footer1 .archiveList li a,
#footer .footer1 .archiveList li a:link,
#footer .footer1 .archiveList li a:visited,
#footer .footer1 .archiveList li a:active  { color:#000; text-decoration:none; }
#footer .footer1 .archiveList li a:hover { color:#000; text-decoration:underline; }
#footer .footer1 .backnumberList {
	margin:30px 0 0 0;
}
#footer .footer1 .backnumberList ul {
	margin:10px 0 0 10px;
}
#footer .footer1 .backnumberList li {
	font-size:12px;
	margin:0 0 6px 0;
}
#footer .footer1 .backnumberList li a,
#footer .footer1 .backnumberList li a:link,
#footer .footer1 .backnumberList li a:visited,
#footer .footer1 .backnumberList li a:active  { color:#000; text-decoration:none; }
#footer .footer1 .backnumberList li a:hover { color:#000; text-decoration:underline; }

#footer .footer1 .content1 .search {
	margin:0 0 20px 0;
}
#footer .footer1 .content1 .search label {
	display:none;
}
#footer .footer1 .content1 .search button,
#footer .footer1 .content1 .search input,
#footer .footer1 .content1 .search select
#footer .footer1 .content1 .search textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
	padding: 0.428571429rem;
}
#footer .footer1 .content1 .search #searchsubmit {
	color:#FFF;
	
	background-color:#4d4d4d;
}
#footer .footer1 .content1 .search #s {
	width:180px;
	height:26px;
}
#footer .footer1 .content2 {
	float:left;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	text-align:center;
	width:300px;
	margin:0 0 0 0;
}
#footer .footer1 .content2 .logo {
	margin:10px 0 30px 0;
}
#footer .footer1 .content2 .credit {
	font-size:11px;
	margin:10px 0 0 0;
}
#footer .footer1 .content2 .credit p {
	
	margin:0 0 6px 0;
}
#footer .footer1 .content2 .credit2 {
	background-color:#d8d8d8;
	width:278px;
	margin:10px auto 0;
}
#footer .footer1 .content2 .credit2 p {
	font-size:11px;
	letter-spacing:-.02em;
	white-space:nowrap;
	padding:6px 0 6px 8px;
}
#footer .footer1 .content3 {
	float:left;
	width:300px;
	margin:6px 0 0 29px;
}
#footer .footer1 .content3 p {
	margin:0 0 25px 0;
}
#footer .footer1 .content3 textarea,
#footer .footer1 .content3 input {
	border:#e6e6e6 2px solid;
	width:280px;
	padding:10px;
}
#footer .footer1 .content3 .txt {
	width:276px;
	height:175px;
	margin:0 0 1px 0;
}
#footer .footer1 .content3 .dept {
	width:97px;
	height:20px;
}
#footer .footer1 .content3 .name {
	width:155px;
	height:20px;
	float: right;
}
#footer .footer1 .content3 .btn {
	width:300px;
	color:#FFF;
	font-size:18px;
	background-color:#4d4d4d;
	margin:20px 0 0 0;
	padding:8px 0;
}
#footer .footer1 .content3 .screen-reader-response {
	color:#F00;
}
#footer .footer1 .content3 .screen-reader-response li,
#footer .footer1 .content3 .wpcf7-response-output,
#footer .footer1 .content3 .wpcf7-not-valid-tip {
	display:none;
}
#footer .footer1 .content3 .screen-reader-response li:first-child {
	display:block;
}
#footer .footer2 {
	background-color:#e6e6e6;
	border-top:#333 1px solid;
	padding-bottom:10px;
}
#footer .footer2 .content {
	width:960px;
	margin:0 auto;
}
#footer .footer2 .copyright {
	font-size:12px;
	padding:10px 0 0;
}
#footer .footer2 .note {
	font-size:12px;
	float:right;
	padding:10px 10px 0;
}
#footer .footer2 .note a,
#footer .footer2 .note a:link,
#footer .footer2 .note a:visited,
#footer .footer2 .note a:active { color:#888; text-decoration:none; }
#footer .footer2 .note a:hover { color:#000; text-decoration:none; }
/*#footer .footer2 {
	background-color:#999;
	padding-bottom:10px;
}
#footer .footer2 .content {
	width:960px;
	margin:0 auto;
}
#footer .footer2 .copyright {
	font-size:10px;
	color:#FFF;
	padding:10px 0 0;
}
#footer .footer2 .note {
	font-size:12px;
	color:#FFF;
	float:right;
	padding:10px 10px 0;
}
#footer .footer2 .note a,
#footer .footer2 .note a:link,
#footer .footer2 .note a:visited,
#footer .footer2 .note a:active,
#footer .footer2 .note a:hover { color:#FFF; }
*/
/*----------------------
 theme-my-login
---------------------*/
.tml .tml-submit-wrap .tml-button {
	width:400px;
	text-align:center;
	padding: 15px 40px;
	font-size: 1.2em;
	background-color: #000;
	color: #fff;
	border-style: none;
	margin:30px 0 20px 0;
}


#post-977 .tml-lostpassword {
	margin-top: 60px;
}

#post-977 .tml-action-links,
#post-977 .tml-lostpassword .message,
#post-977 .entry-header {
	display: none;
}
#post-979 .entry-header {
	display: none;
}
#post-974 .entry-header{
	width:400px;
	margin:40px auto 0;
}
#post-974 .entry-header h1.entry-title {
	font-weight:bold;
}
.tml {
	width:400px;
	margin:6px auto 60px;
}
.tml .message{
	background-color:#ffe1e3;
	border:#CCC 1px solid;
	margin-bottom:40px;
	font-size:13px;
	color:#ac101c;
	padding:10px;
}
.tml .input {
	width:400px;
	margin-bottom:10px;
}
.tml input#wp-submit {
	width:400px;
	text-align:center;
	padding: 15px 40px;
	font-size: 1.2em;
	background-color: #000;
	color: #fff;
	border-style: none;
	margin:30px 0 20px 0;
}
.tml #description,
#post-974 .message {
	display:none;
}
.tml #your-profile .form-table #password {
	display:block!important;
	margin:0;
	padding:0;
}
.tml #your-profile .form-table #password th {
	display:none;
}
.tml #your-profile .form-table #password td {
	margin:0;
	padding:0;
}
.tml #your-profile .form-table #password input {
	width:400px;
	margin:20px 0 0 0;
}
.tml #your-profile .form-table #password .description {
	clear:both;
	margin:0 0 20px 0;
}
#primary .nocomments {
	display: none;
}




/*----------------------
 magnific-popup
---------------------*/
.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.mfp-wrap {
	z-index: 9999;
}
.mfp-bg {
	opacity: .7.5;
	z-index: 9998;
}
.mfp-container {
	padding: 0;
}
.mfp-close-btn-in .mfp-close {
	position: fixed;
	top: .6em;
	right: 50%;
	margin-right: -540px;
	color: #fff;
	opacity: 1;
	font-size: 60px;
}
button.mfp-arrow {
	opacity: 1;
	position: fixed;
}
button.mfp-arrow.mfp-arrow-right {
	right: 50%;
	margin-right: -560px;
}
button.mfp-arrow.mfp-arrow-left {
	left: 50%;
	margin-left: -560px;
}
button.mfp-arrow:before {
	border: none;
}
.mfp-content {
	margin: 3em auto;
}
.mfp-content .modal {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
.mfp-content .modal .modal-inner {
	background-color: #fff;
	border-radius: 16px;
	padding: 30px;
}
.mfp-content .modal .closeBtn a {
	color: #000;
	text-decoration: none;
}



