@charset "UTF-8";
/*
 * cmn_layout.css
 * lastupdate tue Aug 18 2020
 */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
	/*font-family: "メイリオ", Meiryo,"Arial","Hiragino Sans","ヒラギノ角ゴシック","Helvetica Neue",YuGothic,"Yu Gothic","Avenir","Helvetica","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
/*
	font-family: 'Noto Sans Japanese', sans-serif;
*/
	font-family: 'Noto Sans JP', sans-serif;
/*
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
*/
	-webkit-text-size-adjust: none;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
html {
font-size: 1.0em;
/*
  font-size: 87.5%;
  font-weight: 300;
*/
}
@media screen and (max-width:767px){
body {
}
}
body { margin:0 0 0 20px; padding: 0;}
div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin:0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%;  vertical-align: top;}
@media screen and (max-width:767px){
img
{ max-width: 100%; /*width: 100%;*/ height: auto; vertical-align: top;}
}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
a img:hover,
#gNavi > ul > li > a:hover,
.pagination-list a:hover,
.category_link a:hover,
.gotop a:hover {
	opacity: 0.7;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
.section
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.section:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .section
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body {
	text-align: center;
	position: relative;
}
@media print {
	html,
	html body { *zoom: 0.65;}
}
/* !wrapper
---------------------------------------------------------- */
.wrapper {
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}
@media screen and (max-width:767px){
.wrapper {
}
}
/* !header
---------------------------------------------------------- */
#header {
	margin: 0 auto;
	width: 1200px;
	text-align: left;
}
	#headerIn {
		margin: 0 auto;
		/*width: ;*/
		text-align: left;
		padding: 20px 0;
	}
		#headerLogo {
			/*width: 345px;*/
			width: 280px;
/*
			width: 246px;
*/
			float: left;
			/*margin-top: 20px;*/
			margin: 5px 0 20px;
			display: inline-block;
		}
		#headerLogo2 {
			float: right;
			margin: 15px 40px 15px 0;
			display: inline-block;
		}
		#headerUtility {
			text-align: right;
			float: right;
		}
				#headerUtility ul li {
					display: inline-block;
				}
				#headerUtility_top {
					margin-right: 10px;
					margin-bottom: 10px;
				}
					#headerUtility_top > li {
						margin-left: 10px;
					}
				#headerUtility_bottom {
					margin-right: 10px;
					margin-bottom: 3px;
					font-size: 1.0em;
				}
					#headerUtility_bottom li {
						margin-left: 10px;
						vertical-align: middle;
					}
						#headerUtility_bottom .linkArrow {
							position: relative;
							display: inline-block;
							padding-left: 15px;
                                                        text-decoration: none;
						}
						#headerUtility_bottom .linkArrow::before{
							content: '';
							width: 6px;
							height: 6px;
							border: 0px;
							border-top: solid 2px #d3d3d3;
							border-right: solid 2px #d3d3d3;
                                                        text-decoration: underline;
							-ms-transform: rotate(45deg);
							-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
							position: absolute;
							top: 50%;
							left: 0;
							margin-top: -4px;
						}
                                             #headerUtility_bottom .linkArrow:hover {
						text-decoration: underline;
					}
			#fontSize {

			}
				#fontSizeBtn {
					padding: 4px;
					background: #e6e6e6;
					border-radius: 5px;
				}
					#fontSizeBtn li {
						font-size: 0.857em;
						line-height: 1em;
						background: #ffffff;
						padding: 5px;
						border-radius: 4px;
						margin-left: 4px;
						border: solid 2px #ffffff;
						cursor: pointer;
					}
					#fontSizeBtn li:hover {
						border: solid 2px #bbbbbb;
					}
					#fontSizeBtn li:active {
						border: solid 2px #333333;
					}
					#fontSizeBtn li:first-child {
						margin-left: 0;
					}
					#fontSizeBtn li.textresizer-active {
					background: #333333;
					color: #ffffff;
					font-weight: bold;
					border: solid 2px #333333;
					}
					#fontSizeBtn li.active:hover {
					border: solid 2px #333333;
					}
			#fontSize dl dt, #fontSize dl dd {
				display: inline-block;

			}

			.searchBox {
				position: relative;
			}
.searchText {
	border: solid 2px #e6e6e6;
	border-radius: 5px;
	padding: 4px;
	height: 33px;
	width: 200px;
}
.searchText:hover {
	border: solid 2px #bbbbbb;
}
.searchText:focus {
	border: solid 2px #333333;
}
.searchBtn {
/*
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -100px;
*/
}
			#jstLogo {
				width: 157px;
			}
.searchText::-webkit-input-placeholder {
    color: #b6b6b6;
}
.searchText:-ms-input-placeholder {
    color: #b6b6b6;
}
.searchText::-moz-placeholder {
    color: #b6b6b6;
}

@media screen and (max-width:767px){
	#header {
		width: 100%;
	}
		#headerIn {
			padding: 20px 4%;
			overflow: hidden;
			position: relative;
		}
			#headerLogo {
				width: 50%;
				/*margin-top: 0;*/
				margin: 0;
			}
			#headerUtility {
				display: none;
			}
}
@media screen and (min-width:768px){
		#headerLogo2{
		display: none;
	}
}
/* !gNavi
---------------------------------------------------------- */
#gNavi {
	clear: both;
	position: relative;
/*
        margin: 0 auto;
*/
        display: flex;
        justify-content: center;
}
	#gNavi > ul {
		overflow: hidden;
		display: table;
}
		#gNavi > ul > li {
                    float: left;
		}
			#gNavi > ul > li > a {
				font-weight: bold;
				text-decoration: none;
				/*font-size: 1.143em;*/
				font-size: 1.2em;
				padding: 10px 0px;
		                display: block;
			}
				#gNavi ul li a span {
					/*border-right: 2px solid #dcdddd;*/
					border-right: 1px solid #dcdddd;
					/*padding: 0 2em;*/
					/*padding: 0 2.5em;*/
					padding: 0 2em;
					display: inline-block;
				}
				/*#gNavi ul li:first-child a span {
					border-left: 2px solid #dcdddd;
				}*/
				#gNavi ul li:last-child a span {
					border-right: none;
				}
			#gNavi li a:hover,
			#gNavi li a:focus {
			}
@media screen and (max-width:767px){
#gNavi {
	display: none;
}
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	min-width: 980px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
}
	#breadcrumb ul {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		*zoom: 1;
	}
		#breadcrumb ul li {
			float: left;
			white-space: nowrap;
			font-size: 0.886em;
		}
		#breadcrumb ul li:before {
			content: ">";
			margin: 0 5px;
		}
		#breadcrumb ul li:first-child:before {
			display: none;
		}
			#breadcrumbul li.home { 
		}
			#breadcrumb li a {
				white-space: nowrap;
			}
@media screen and (max-width:767px){
#breadcrumb {
	min-width: 100%;
	padding: 10px 4%;
}
	#breadcrumb ul {
		width: 100%;
	}
}
/* !mainimg
---------------------------------------------------------- */
#mainimg {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),  
            color-stop(0.8799, #f2f2f2),  
            color-stop(0.88, #FFF),  
            to(#FFF));
}
#mainimg img {
	min-width: 980px;
}
@media screen and (max-width:767px){
	#mainimg img {
		min-width: 100%;
	}
}
/* !title_h1
---------------------------------------------------------- */
#title_h1 {
	border-bottom: solid 2px #e6e6e6;
	padding: 30px 0;
	font-size: 1.9em;
	font-weight: bold;
	/*min-width: 980px;*/
	width: 1200px;/*20201209追記*/
	margin: 0 auto;/*20201209追記*/
}
@media screen and (max-width:767px){
	#title_h1 {
		width: auto;/*20201209追記*/
		/*min-width: 100%;*/
		min-width: auto;/*20201209追記*/
		padding: 30px 4%;
	}
}
/* !contents
---------------------------------------------------------- */
#contents {
	margin: 40px auto 40px;
	width: 1200px;
	text-align: left;
}
	#main {
		overflow: hidden;
/*		width: 1010px; */
/*		width: 710px; */
		width: 930px;
		float: left;
/*
line-height: 30px;
*/
		margin-left: 270px;
	}
	#sub01 {
		float: left;
		width: 230px;
		margin-left: -1200px;
    		font-size: 1.1em;
	}
		.sub01Title {
    		font-size: 1.143em;
			font-weight: bold;
			padding: 10px 0;
			border-bottom: solid 2px #e6e6e6;
		}

	#sub02 {
		float: right;
		width: 230px;
		margin-bottom: 20px;
	}
		.sub02Title {
    		font-size: 1.143em;
			font-weight: bold;
			padding: 10px 0;
			border-bottom: solid 2px #e6e6e6;
			margin: 30px 0 20px 0;
		}
		.sub02Title:first-child {
			margin: 0 0 20px 0;
		}
		#sub02 ul {
			padding: 10px 10px 0;
			background: #f2f2f2;
			overflow: hidden;
			border-radius: 5px;
		}
			#sub02 ul li {
				margin-bottom: 10px;
			}
@media screen and (max-width:767px){
#contents {
	width: 100%;
	padding: 0 4%;
}
	#main {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#sub01 {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#sub02 {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
		#sub02 ul {
			width: 230px;
			margin: 0 auto;
		}
}
/* !lNavi
---------------------------------------------------------- */
#lNavi {
	margin-bottom:10px;
        text-align:center;
        font-size:1.0em;
        font-weight: bold;
}

#lNavi a:hover,
lNavi p:hover,
#lNavi .accordion a:hover,
#lNavi .accordion p:hover {
     background:#ffff99;
}
	#lNavi ul {
	}
		#lNavi > ul > li > a,
		#lNavi > ul > li > p,
		#lNavi > ul > li > ul > li > p {
			display: block;
			padding: 10px 10px 10px 20px;
			text-decoration: none;
/*
			border-bottom: dotted 1px #cccccc;
*/
			cursor: pointer;
		}
			#lNavi ul li a {
			}
		#lNavi .accordion a,
		#lNavi > ul > li > ul > li > p {
			display: block;
			padding: 10px 10px 10px 10px;
			text-decoration: none;
/*
			border-bottom: dotted 1px #cccccc;
*/
			font-size: 0.857em;
			background: #efefef;
		}
		#lNavi > ul > li.accordion > ul > li > ul > li > a {
/*
			background: #dddbdb;
*/
			background: #efefef;
/*
			border-bottom: dotted 1px #aaa;
*/
			font-size: 0.8em;
		}
		#lNavi > ul > li.accordion > ul > li > ul > li:last-child {
			margin-bottom: 0px;
		}
		#lNavi > ul > li.accordion > ul > li > ul > li:last-child a {
/*
			border-bottom: solid 1px #cccccc;
*/
		}
#lNavi .normal .linkArrow,
#lNavi .accordion .linkArrow {
	position: relative;
}
#lNavi .normal .linkArrow::after,
#lNavi .accordion .linkArrow::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;

/*
	border-top: solid 2px #d3d3d3;
	border-right: solid 2px #d3d3d3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
*/

	border-top: solid 3px #7d7b83;
	border-right: solid 3px #7d7b83;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -5px;
	}
#lNavi .accordion .linkArrow::after {
	right: 9px;
}
#lNavi .accordion .linkArrow_drop {
	position: relative;
}
#lNavi .accordion .linkArrow_drop::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;

/*
	border-top: solid 2px #d3d3d3;
	border-right: solid 2px #d3d3d3;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
*/
	border-top: solid 3px #7d7b83;
	border-right: solid 3px #7d7b83;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);

	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -7px;
}
#lNavi .accordion .linkArrow_drop.active::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
#lNavi .accordion  > ul > li > ul > li a.linkArrow::after {
/*
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
*/
	border-top: solid 2px #7d7b83;
	border-right: solid 2px #7d7b83;
}
#lNavi > ul > li.accordion > ul > li > p.linkArrow_drop::after {
	right: 8px;
}
/*#lNavi li:last-child {
	margin-bottom:20px;
}*/
#fnaviarea,
#sp_index{
	/*border:2px solid #ccc;*/
	border:2px solid #e6e6e6;
	padding:10px 10px 5px 10px;
	border-radius: 5px;
}
#sp_index{
	margin:15px 4% 0 4%;
	text-align: left;
}
@media screen and (min-width:768px){
	#sp_index {
		display: none;
	}
}
#fnaviarea > .title,
#sp_index > .title{
	font-weight:bold;
	margin-bottom:5px;
	text-align: center;
}
#fnaviarea a,
#sp_index a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#fnaviarea a:not(.arrow),
#sp_index a:not(.arrow){
	padding: 0 0 0 25px;
}
#fnaviarea a:hover,
#sp_index a:hover{
	text-decoration:underline;
}
#fnaviarea a::before,
#fnaviarea a::after,
#sp_index a::before,
#sp_index a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
}
#fnaviarea a.arrow::before,
#sp_index a.arrow::before{
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #d3d3d3;
    border-right: solid 2px #d3d3d3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
	left: -2px;
    margin-top: -4px;
}
#fnaviarea a:not(.arrow)::before,
#sp_index a:not(.arrow)::before{
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #d3d3d3;
    border-right: solid 2px #d3d3d3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 13px;
    margin-top: -4px;
}
/*#fnaviarea a.arrow::before {
	left: 4px;
	top: 5px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #004da1;
}*/
#fnaviarea dt,
#sp_index dt{
	margin-bottom:5px;
	font-size:.85em;
}
#fnaviarea dd,
#sp_index dd {
	margin-bottom:5px;
	font-size:.75em;
}

@media screen and (max-width:767px){
#lNavi {
}
#fnaviarea {
	display:none;
}
}

/* !pageTop
---------------------------------------------------------- */
.topBtn {
}
.topBtn:before {
}
	.topBtn a {
	}
@media screen and (max-width:767px){
.topBtn {
}
}
/* !footer
---------------------------------------------------------- */

/* ============================================
  mirai-sns　※フッターツイッター
============================================ */
#footer_top {
		background: #ccc;
		width: 100%;
		text-align: center;
		padding:10px 0;
	}
#footer_top .mirai-sns{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:nowrap;
}
#footer_top .mirai_sns_in1{
	box-sizing: border-box;
	justify-content: center;
}
#footer_top .mirai_sns_in2{
    margin-left: 10px; 
    box-sizing: border-box;
	font-weight: bold;
	font-size: 1.1rem;
        
}
#footer_top .mirai-sns a{
	color: #fff;
       text-decoration: none;
}

#footer_top .mirai-sns a:hover{
	text-decoration: underline;
}

/* ============================================
  mirai-sns　※フッターツイッター終わり
============================================ */
	

#footer {
	min-width: 1200px;
	background: #4d4d4d;
	color: #cccccc;
}
	#footerIn {
		margin: 0 auto;
		padding: 30px 0;
		width: 1200px;
		text-align: center;
		font-size: 0.8rem;
	}
	#footerIn p a {
		color:#ffffff;
		margin-bottom:10px;

	}
		#footerLinks {
			margin-bottom: 10px;
		}
			#footerLinks li {
				display: inline-block;
				margin-left: 10px;
			}
			#footerLinks li:first-child {
				margin-left: 0;
			}
				#footerLinks li a {
					color: #ffffff;
				}
		#copyright {
			color: #cccccc;
		}
#footer .linkArrow {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
#footer .linkArrow::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}


@media screen and (max-width:767px){
#footer {
	min-width: 100%;
}
	#footerIn {
		width: 100%;
	}
			#footerLinks li {
				display: block;
				margin-top: 10px;
			}
			#footerLinks li:first-child {
				margin-top: 0;
			}
}
/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {}
.tit_basic02 {}
.tit_basic03 {}
.tit_basic04 {}
.tit_basic05 {}
.tit_basic06 {}
@media screen and (max-width:767px){
.tit_basic01 {}
.tit_basic02 {}
.tit_basic03 {}
.tit_basic04 {}
.tit_basic05 {}
.tit_basic06 {}
}
/* !Listing
---------------------------------------------------------- */
.list_basic01 {
}
	.list_basic01 li {
	}
.list_order01 {
}
	.list_order01 li {
	}
@media screen and (max-width:767px){
.list_order01 {
}
}
@media screen and (max-width:767px){
.list_basic01 {
}
}
.list_dl01 {
}
	.list_dl01 dt {
	}
	.list_dl01 dd {
	}
@media screen and (max-width:767px){
.list_dl01 {
}
	.list_dl01 dt {
	}
	.list_dl01 dd {
	}
}
/* !Table
---------------------------------------------------------- */
.table_basic01 {
	margin-bottom: 15px;
	}
	.table_basic01 th,
	.table_basic01 td {
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	}
	.table_basic01 th {
	font-weight: bold;
	background: #f2f2f2;
	}
	.table_basic01 td {
	}
@media screen and (max-width:767px){
.table_basic01 {
}
	.table_basic01 th,
	.table_basic01 td {
	}
	.table_basic01 th {
	}
	.table_basic01 td {
	}
	table img {
		width:auto;
	}
}

.table_basic02  {
	border-collapse: collapse;
	padding: 10px 8px;
	border: 1px solid #dcdcdc;
}
.table_basic02 th {
	width: 320px;
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	background: #f2f2f2;
}
.table_basic02 td {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
}


.table-setsumei {
	border-collapse: collapse;
	padding: 10px 8px;
	border: 1px solid #dcdcdc;
}
.table-setsumei th {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	font-weight: bold;
	text-align: center; 
}
.table-setsumei td {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	text-align: center; 
}
.table-setsumei tr:nth-child(even) {
	background: #f2f2f2;
}

.table-booth {
        border-collapse: collapse;
        padding: 5px 5px;
        border: 1px solid #dcdcdc;
        width: 100%;
        table-layout: fixed;
}
.table-booth th{
        border: 1px solid #dcdcdc;
        background-color:#f1f8ff;
        padding: 10px 8px;
}

.table-booth td {
        border: 1px solid #dcdcdc;
        padding: 1px 5px;
        vertical-align: middle;
}
.booth-title{
        font-weight: bold;
        padding: 0 10px;
        margin: 0px 0px 10px 0px;
        word-wrap: break-word;
}

.booth-name{
        padding: 3px 0 5px 0;
        margin: 0px 0px 10px 10px;
        border-bottom: 1px solid #004da1;
        word-wrap: break-word;
}

.table-saitaku {
	border-collapse: collapse;
	padding: 10px 8px;
	border: 1px solid #dcdcdc;
}



th.table-saitaku-th01{
	border: 1px solid #dcdcdc;
	background-color:#f1f8ff;
	padding: 10px 8px;
	width: 48em;
}
th.table-saitaku-th02{
	border: 1px solid #dcdcdc;
	background-color#f1f8ff;
	padding: 10px 8px;
	text-align: center; 
	width: 7em;
}
.table-saitaku th{
	border: 1px solid #dcdcdc;
	background-color:#f1f8ff;
	padding: 10px 8px;
}

.table-saitaku td {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
        vertical-align: middle;

}
td.table-saitaku-td01 {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	background-color: #dcdcdc;
	font-weight: bold;
}
td.table-saitaku-tdpdf {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	font-size:0.8em; 
	text-align: center; 
}


.table-manual {
	border-collapse: collapse;
	padding: 10px 8px;
	border: 1px solid #dcdcdc;
	width: 708px;
}
.table-manual td {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
}
td.table-manual-td02 {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	white-space: nowrap;
	width: 150px;
}
td.table-manual-tdpdf {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	font-size:0.8em; 
	font-size:0.8em; 
	text-align: center; 
	width: 100px;
}

.table_background01 {
	padding: 10px;
	background: #f2f2f2;
	border: solid 1px #e6e6e6;
	display: inline-block;
/* JST ADD */
width:100%;

}


/* !Section
---------------------------------------------------- */
.sectionBox {
	width: 930px;
	float: right;
}
	.sectionBox .title_h2 {
		font-size: 1.4em;
		font-weight: bold;
		padding: 0 0 7px 0;
		/*margin: 60px 0 20px 0;*/
/* !Section JST ADD shimoyama---75 -> 55--- */
		margin: 55px 0 20px 0;
		border-bottom: solid 3px #e6e6e6;
		position: relative;
	}
	.sectionBox .title_h2:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #004da1;
		bottom: -3px;
		width: 25%;
	}
	.sectionBox .title_h2:first-child {
		margin: 0 0 20px 0;
	}
	.sectionBox a {
		/*color: #1111cc;*/
		color: #004da1;
	}
	.sectionBox .title_h3 {

		font-size: 1.286em;
		font-weight: bold;
		/*margin: 45px 0 10px 0;*/
/* !Section JST ADD shimoyama---60-> 40--- */
		margin: 40px 0 20px 0;
		padding:10px 15px; 
		border-left: solid 12px #004da1;
    	background: #f1f8ff;
	}
	.sectionBox .title_h4 {
    	font-size: 1.143em;
		font-weight: 600;
		margin: 30px 0 15px 0;
	}

        .title_h4l {
    	font-size: 1.143em;
		font-weight: 400;
           margin: 30px 0 15px 0;
                
	}



        .title_h4a {
    	font-size: 1.143em;
		font-weight: 600;
		margin: 30px 0 15px 0;
                padding: 0.2rem 1rem;
                border-left: 6px solid #004da1;
	}

 .title_h4b {
    	font-size: 1.143em;
		font-weight: 600;
		margin: 30px 0 15px 0;
                padding: 0.2rem 1rem;
                border-left: 2px solid #ff9933;
	}

.title_h4c {
    	font-size: 1.143em;
		font-weight: 500;
		margin: 30px 0 15px 0;
                padding: 7.5px 10px;
                background: #efefef;
                border-left: 2px solid #2895D3;
                
	}

   .title_h4d {
    	font-size: 1.143em;
		font-weight: 600;
		margin: 30px 0 15px 0;
                padding: 0.2rem 1rem;
                border-left: 6px solid #DDEEFF;
	}




	.sectionBox p {
		margin: 15px 0;
	}
	.sectionBox .list01 {
		margin: 0;
		margin-left: 1.5em;
		text-indent: -1.5em;
	}
#generalSectionBox .linkArrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
#generalSectionBox .linkArrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #004da1;
  border-right: solid 2px #004da1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}


.linkArrowborder {
  position: relative;
  display: inline-block;
  padding-left: 30px;　/*アイコンと文字の余白部分*/
  padding-bottom: 10px;　/*文字とボーダーの余白*/
  border-bottom:2px dashed #f4a375;　/*オレンジボーダー*/
}

.linkArrowborder::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #4580AA;
  border-right: solid 2px #4580AA;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;　/*アイコン位置を真ん中に調整*/
}







.ul_news .linkArrow,
.ul_notice .linkArrow {
  position: relative;
  padding-right: 30px;
}
.ul_news .linkArrow::after,
.ul_notice .linkArrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #d3d3d3;
  border-right: solid 2px #d3d3d3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
}
.ul_news .noArrow {
  position: relative;
  padding-right: 0;
}

section[class^="section"]:last-child {}
@media screen and (max-width:767px){
	.sectionBox {
		float: none;
		width: auto;	
	}
}

.category_link {
	letter-spacing:-.4em;
	text-align: center;
}
.category_link li {
	display:inline-block;
	vertical-align:top;
	margin:0 5px 10px 5px;
	letter-spacing:normal;
}

.more  {
    margin: 1em;
    text-align: center;
}
.more a {
		text-decoration: none;
		display: inline-block;
		padding: 8px 25px;
		border-radius: 5px;
		color: #333333;
		font-weight: bold;
		border: solid 2px #333333;
	}
.more.cat1 a {
	/*border-color:#004da1;*/
	border-color:#355ea9;
}
.more.cat2 a {
	/*border-color:#c15244;*/
	border-color:#cd4f1d;
}
.more.cat3 a {
	/*border-color:#498241;*/
	border-color:#3b7c0a;
}
.more .linkArrow {
  position: relative;
}
.more .linkArrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
	}

@media screen and (max-width: 767px){
	.category_link li {
		display:inline-block;
		vertical-align:top;
		margin:0 4% 10px 4%;
		letter-spacing:normal;
		/*width:90%;*/
		width: 230px;
	}
	.more a {
		width:100%;
		/*padding: 15px 25px;*/
		padding: 10px 25px;
	}
}

/* !homeSectionBox
---------------------------------------------------------- */
.ul_event {
	/*margin-right: -25px;*/
	overflow: hidden;
}
	.ul_event li {
		width: 22%;
		float: left;
		margin: 0 4% 15px 0;
	}
.ul_event li:nth-child(4) {
	margin-right: 0;
}

	.ul_event li a {
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	.ul_event li a figure {
		margin-bottom: 5px;
	}
.ul_news {
	margin-bottom: 30px;
}
	.ul_news li {
		overflow: hidden;
		border-bottom: 1px dotted #cccccc;
		width: 100%;
	}
		.ul_news li .linkArrow {
			/*padding: 10px 30px 10px 0;*/
			padding: 15px 30px 15px 0;
			display: table;
			width: 100%;
			text-decoration: none;
		}
		.ul_news li .noArrow {
			padding: 10px 0;
			display: table;
			width: 100%;
			text-decoration: none;
		}
		.ul_news span {
			display: table-cell;
}
		.ul_news li .date {
			/*float: left;*/
			width: 9em;
			font-size:0.95em;
			margin-bottom: auto;
			color: #333333;
		}
		.ul_news li .category {
			/*width:12em;*/
			width:11.5em;
			/*font-size:12px;*/
			font-size:0.8em;
			text-align:center;
			color:#FFF;
			padding-right:15px;
		}
		.ul_news li .category span {
			display:block;
			padding: 1px 0 2px;
		}
		.ul_news li .category span.cat6 {
			/*background:#3b7c0a;*/
                        color:#000000;
			background:#ccedcb;
		}
		.ul_news li .category span.cat7 {
			background:#355ea9;
		}
		.ul_news li .category span.cat11 {
			/*background:#cd4f1d;*/
			/*background:#cc4a1d;*/
                        color:#000000;
			background:#ffd2d2;
		}
		.ul_news li .content {
			text-align: left;
			text-decoration: underline;
			font-size:1.0em;
                        color:#004da1;
		}
		.ul_news li:hover .content {
			text-decoration: none;
		}
		.ul_news li .noArrow .content {
			text-decoration: none;
		}
.ul_notice {
	margin-bottom: 30px;
	
}
	.ul_notice li {
		overflow: hidden;
		border-bottom: 1px dotted #cccccc;
	}
		.ul_notice li a {
			padding: 10px 0;
			display: table;
			width: 100%;
		}

@media screen and (max-width:767px){
	.ul_event li {
		width: 48%;
		display: block;
	}
	.ul_event li:nth-child(even) {
		margin-right: 0;
	}
		.ul_news li a {
			display: block;
		}
		.ul_news span {
			display: block;
		}
}


/* !その他共通
---------------------------------------------------------- */

.gotop{
    position: fixed;
    right: 10px;
    bottom: 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.gotop a{
    padding: 26px;
    display: block;
	position: relative;
	background: #333333;
	border-radius: 26px;
}
	
	.gotop a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 50%;
		margin-right: -5px;}
		
		
		
ul.child{
display: none;
position: absolute;
	border-radius: 5px;
	overflow: hidden;
	z-index: 9999;
}
ul.child li a{
    display: block;
padding: 10px 2em;
text-decoration: none;
	background: #333333;
	color: #ffffff;

}
	ul.child li a:hover{
    display: block;
padding: 10px 2em;
text-decoration: none;
	background: #666666;
	color: #ffffff;
}
	.fontS {
		font-size: 0.857em;
	}
	.fontM {
		font-size: 1em;
	}
	.fontL {
		font-size: 1.143em;
	}

/* !ボタン
---------------------------------------------------------- */
	.sectionBox .koubo_btn{
	width:20em;
	text-align:center;
	margin:0 auto;
}

.sectionBox .koubo_pink{
	width:20em;
	text-align:center;
	margin:0 auto;
}

.koubo_btn a{
	display:block;
	border-radius:8px;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	width:100%;
	text-decoration:none;
	padding:1em 0;
	background: rgb(75,120,177);
	background: -moz-linear-gradient(top, rgb(75,120,177) 0%, rgb(61,52,142) 100%);
	background: -webkit-linear-gradient(top, rgb(75,120,177) 0%,rgb(61,52,142) 100%);
	background: linear-gradient(to bottom, rgb(75,120,177) 0%,rgb(61,52,142) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4b3a', endColorstr='#ce1818',GradientType=0 );
}



.koubo_btn a:hover{
	opacity:0.8;
}



.page-navigation-prev {
		float:left;
}
.page-navigation-prev a {
		text-decoration: none;
		display: inline-block;
		padding: 8px 15px 8px 30px;
		border-radius: 5px;
		color: #333333;
		font-weight: bold;
		border: solid 2px #333333;
	}
.page-navigation-prev .linkArrow {
  position: relative;
}
.page-navigation-prev .linkArrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333333;
  border-left: solid 2px #333333;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
	}

.page-navigation-next{
		float:right;
}
.page-navigation-next a {
		text-decoration: none;
		display: inline-block;
		padding: 8px 30px 8px 15px;
		border-radius: 5px;
		color: #333333;
		font-weight: bold;
		border: solid 2px #333333;
	}
.page-navigation-next .linkArrow {
  position: relative;
}
.page-navigation-next .linkArrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
	}

/* !付箋リスト
---------------------------------------------------------- */
/*.ul-fusen{
	position: relative;
	width: 720px;
	height: 100％;
}*/
.ul-fusen li {
	/*border-left: solid 15px  #2d8fdd;*/
	/*background: #f1f8ff;*/
	background: #f2f2f2;
	/*margin-bottom: 3px;*/
	/*line-height: 1.5;*/
	padding: 10px;
	border: solid 1px #e6e6e6;
        display: inline-block;
/* JST ADD */
        width:  100%;

}
/* !表のタイトル
---------------------------------------------------------- */
.sectionBox .p-hyo-title{
    font-size: 1.143em;
	font-weight: bold;
}

/* !リストのマーク
---------------------------------------------------------- */
/* 黒まる インデント　ul のクラス*/
.list li{
    list-style: disc;
    margin: 0 0 0 1.25rem;
    margin-left: 25px;
}


/* 黒まる */
.ul-disc {
	list-style-type: disc;
        margin-left: 24px;/* リストの左側に余白 */
        text-align: left;
}

.ul-disc li {
        line-height: 24px; /* 行間が空く */
}

/* 白まる */
.ul-circle{
	list-style-type: circle;
        margin-left: 24px;/* リストの左側に余白 */
        text-align: left;
} 
.ul-circle li {
       line-height: 24px;
}

/* 四角 */
.ul-square{
	list-style-type: square;
        margin-left: 24px;/* リストの左側に余白 */
        text-align: left;
}
.ul-square li {
        line-height: 24px;
}

/* 数字 */
.ul-decimal{
	list-style-type: decimal;
        margin-left: 24px;/* リストの左側に余白 */
        text-align: left;
}
.ul-decimal li {
        line-height: 24px;
}

/* マークなし */
.ul-none {
	list-style-type: none;
        margin-left: 24px;/* リストの左側に余白 */
        text-align: left;
}

.ul-none li {
        line-height: 24px;
}



/* !qaのバックグラウンド
---------------------------------------------------------- */
.p-qa{
	background: #f5f5f5;
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	width: 900px;
	height: 100％;
}
/* !タイトルの上下ボーダー
---------------------------------------------------------- */
.p-title-border{
	border-top:solid 1px  #a9a9a9;
	border-bottom:solid 1px #a9a9a9;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	width: 900px;
	height: 100％;
	font-weight: bold;
}
/* !qaの項目色つき
---------------------------------------------------------- */
.p-title-bg{
	background:#c0c0c0;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	width: 900px;
	height: 100％;
	font-weight: bold;
}
/* !強調とアンダーライン
---------------------------------------------------------- */
.p-b-u{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

/* ブロック文字下げ
---------------------------------------------------------- */
.dd-sage{
	padding-left:1em;
}

.navi-pnf-img{
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #f2f2f2;
	text-align: center;
	/*margin-bottom:20px;*/
	border-radius: 5px;
	width: 230px;
	margin:  0 auto 10px;
}

/* フォントなど
---------------------------------------------------------- */
.p13b{
	font-size: 1.3em; 
	font-weight: bold;
}
.pbu{
	text-decoration: underline;
	font-weight: bold;
}
.saitaku-ttle01{
	background-color: #dcdcdc;
	font-weight: bold;
	padding: 10px 8px;
	font-size: 1.5em;
}
.saitaku-ttle02{
	background-color:#b0c4de;
	font-weight: bold;
	padding: 10px 8px;
	font-size: 1.5em;
}
.manual-ttle02{
	background-color:#dcdcdc;
	font-weight: bold;
	padding: 10px 8px;
	font-size: 1.2em;
}

/* 関連リンク
---------------------------------------------------------- */
.link_list {
	letter-spacing:-.4em;
	border-bottom:1px dashed #ccc;
	padding:20px 0;
}
.link_list dt,
.link_list dd {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
}
.link_list dt {
	width:200px;
	box-sizing:border-box;
}
.link_list dt img {
	max-width:100%;
	width:100%;
	height:auto;
}
@media screen and (min-width:768px){
	.link_list dd {
		width:700px;
		padding-left:20px;
	}
}
.link_list dd .site-title {
	font-weight:bold;
	font-size:1.1em;
}

.side_banner {
	background:#f2f2f2;
         text-align: left;
         
	/*margin-bottom:20px;*/
/*
	padding:10px;
	margin:  0 auto 10px;
*/
	border-radius: 5px;

	width: 230px;
}
.side_banner li {
	margin-top:10px;
}
.side_banner li:first-child {
	margin-top:0;
}

.side_banner2 {
	background:#f2f2f2;
	padding:10px;
/*
	margin:  0 auto 0px;
*/
	margin:  10px 0px 10px 0px;
	border-radius: 5px;

	width: 230px;
}

.side_banner2 li {
	margin-top:10px;
}
.side_banner2 li:first-child {
	margin-top:0;
}
@media screen and (max-width:767px){
    .side_banner {
	margin:  0 auto;
    }
.side_banner2 {
	margin:  10px auto;
    }
}

.nendo {
	margin-bottom: 10px;
}
.nendo li {
	display:inline-block;
	margin-bottom: 10px;
	padding:0 10px;
	border-right: 1px solid #dcdddd;
    font-size: 1.143em;
}
.nendo li a {
	/*text-decoration:none;
	font-weight:bold;
	color:#333;*/
}
.nendo li:first-child {
	padding-left:0;
}
.nendo li:last-child {
	border:none;
}


.ico {width: 24px; height: 24px;}

/* 　画像|テキスト　BOX 201906
---------------------------------------------------------- */
.rbox{
margin: 2em 0;
padding: 0; 
border: 0;
}
.rimg100{
display: table-cell;
width: 100px; 
vertical-align: top;
 float:left;
 width:150px; 
padding:0 2em;
}

.ltext{
display: table-cell; 
vertical-align: top; 
padding: 0 1em;
}







/* 　トピックス　BOX 20190621
---------------------------------------------------------- */
ul li.check{
  position: relative;
  padding-left: 20px;
}
ul li.v::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -0em;
    width: 8px;
    height: 3px;
    border-left: 2px solid #ff9600;
    border-bottom: 2px solid #ff9600;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 背景色白　フォームリンクボタン
---------------------------------------------------------- */
.koubo_btn_white{text-align: center;}
.koubo_btn_white:hover{opacity:0.8;}
.koubo_btn_white a{
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  padding: 1em 0;
  background: #FFF;
  text-align: center;
  text-align: left;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #111;
  border: solid 2px #111;
  border-radius: 4px;
  transition: .2s;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}




/* 　画像付きボタン
---------------------------------------------------------- */
/* 画像付きボタン　3つ並び用　ボタンCSS */
.button_img:hover {opacity:0.8;}
.button_img {
    padding: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.30s ease-in-out;
    color: #111;
    /* border: solid 2px #ababab; */
    border: solid 2px #c0c0c0;
    border-radius: 10px;
    transition: .2s;
   /* box-shadow: 3px 5px 8px rgba(121, 121, 121, 0.7); */
    box-shadow: 0 2px 5px #ccc;
}


.button_img{width: 197px;}
fieldset .cap{width: 197px;}

@media screen and (max-width: 767px){
fieldset {  width: 99%;  padding-inline-start: 0.1em; }
fieldset .cap {    width: 100%;    font-size: 1em;    padding: 5px;}
.button_img {    width: 197px;    float: left; margin-right: 25px;}
fieldset .cap { display: table-cell;}
}



/* 画像付きボタン　3つ並び用 fileldset */
fieldset {
/*  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.15em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;*/
  min-inline-size: min-content;
      padding: 5px 10px 10px 2px;   /* for IE 11; */
      margin: auto;margin-top: 0;
}


/* 画像付きボタン　3つ並び用 fileldset キャプション*/
.cap{
display: block;
font-size:0.9em;
margin-bottom: 0.8em;
text-align:left;
}

/* 画像付きボタン　3つ並び用 BOX*/
.f-box{
display: flex; 
display: -webkit-flex; 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content:center;
}


/* 　画像付きボタン カード形式
---------------------------------------------------------- */
/* .scard {width: 30%;} */
.scard {width: 213px;    text-align: center;    margin-left: 10px;    margin-bottom: 10px;    padding: 6px 0px 0px 0px;    overflow: auto;  background: #fff;  border-radius: 5px;  box-shadow: 0 2px 5px #bbb;}
.scard-img {  border-radius: 5px 5px 0 0;  max-width: 100%;  height: auto;}
.scard-content {  padding: 10px;}
.scard-title {  font-size: 1.5em; margin-bottom: 12px;  text-align: center;  color: #333;}
.scard p{margin: 0;}
.scard-text p{ margin: 0;     display: table-cell;}
.scard-text {  color: #777;  font-size: 1em;  line-height: 1.5; display: table;}
.scard-link {  text-align: center;  border-top: 1px solid #eee;  padding: 15px;}
.scard-link a {  text-decoration: none;  color: #004da1;/* #0bd; */  margin: 0 10px;}
.scard-link a:hover {  color: #0090aa;}
/* .fieldset-scard {display: contents;}*/

@media screen and (max-width: 768px) {
.fieldset-scard {    display: block;}
.scard-img {    float: left;  }
/*fieldset {  width: 100%;  padding-inline-start: 0.1em; } */
.scard-text {  text-align: left;  margin: 0; }
.scard{  padding: 6px 0px 8px 0px;  width: 99%;}
} /* END max-width: 768px */

/* 　画像付きボタン カード形式　おわり
---------------------------------------------------------- */

/* 　指finger　
---------------------------------------------------------- */
.fingerbox{ position: relative;}

.finger_pointer{
    background: url(uploads/finger_pointer.gif)no-repeat 0 0;
    z-index: 4;
    overflow: hidden;
    position: absolute;
  /* bottom: -22px; 
    right: -17px; */
    top: 127px;
    left: 163px;
    width: 70px;
    height: 70px;
    margin: 0 0 0 0px;
    text-indent: -999px;
}

.finger_pointer2 {
    background: url(uploads/finger_pointer.gif)no-repeat 0 0;
    z-index: 4;
    overflow: hidden;
    position: absolute;
    bottom: -25px;
    right: 30%;
    width: 70px;
    height: 70px;
    margin: 0 0 0 0px;
    text-indent: -999px;}
@media screen and (max-width: 600px) {
.finger_pointer2 {right: 5%;}
}

/* 　指finger　おわり
---------------------------------------------------------- */


/* 　本格研究メニュー
---------------------------------------------------------- */
div#honkaku_menu_title{
border-left:6px solid #2f528f;
padding-left:20px;
font-weight:bold;
height:30px;
line-height:30px;
}

nav#honkaku_menu{
width:100%;
}

nav#honkaku_menu ul{
margin-left:5%;
margin-top:5px;
display: flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: nowrap;
}

nav#honkaku_menu ul li.honkaku_menunav{
padding-right:10%;
padding-left:10%;
height:30px;
line-height:30px;
border-right:1px solid #dcdcdc;
}

nav#honkaku_menu ul li.honkaku_menunav_1{
padding-right:5%;
padding-left:5%;
height:30px;
line-height:30px;
border-right:1px solid #dcdcdc;
background-color:#f2f2f2;
color:#333;
font-weight:bold;
}

nav#honkaku_menu ul li.honkaku_menunav:last-child{
border-right:none;
}

li.honkaku_menunav a{
text-decoration:none; display:block;
color:#333;
font-weight:bold;
}

li.honkaku_menunav a:hover{
opacity: 0.7;
}

@media all and (max-width: 767px) {
nav#honkaku_menu ul li{
font-size:0.5em;
}
}


/* 　本格研究メニュー　おわり
---------------------------------------------------------- */

/* 　トピックス開閉メニュー
---------------------------------------------------------- */

.menu-check{
    display: none;
}
.menu-label{
    background: #f1f8ff;
    display: block;
	font-weight: bold;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.menu-label:after{
    background: #004da1;
    box-sizing: border-box;
	color: #fff;
    content: '＋';
    display: block;
    font-weight: bold;
    height: 44px;
    padding: 10px 20px 0px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.menu-content{
    border: none;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.menu-check:checked + .menu-label:after{
    content: '－';
}
.menu-check:checked + .menu-label + .menu-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* 　トピックス開閉メニュー　おわり
---------------------------------------------------------- */

/* 　報告書・評価／その他活動報告　一覧
---------------------------------------------------------- */
.others-label{
	margin: 10px;
    display: flex;
justify-content: space-between;
}

@media screen and (max-width: 767px) {
        .others-label {
	display:block;
        width: 95%;
        line-height: 2;
} }

.others-title{
	font-weight: bold;
	padding: 0 10px;
}

.others-name{
	padding: 3px 0 5px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #004da1;
}

.others-name2{
	padding: 3px 0 5px 0;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #004da1;
}

.others-text{
	font-size: 0.857em;
	padding: 10px 10px 5px 10px;
}


/* 　報告書・評価／その他活動報告　一覧　おわり
---------------------------------------------------------- */

/* 　researchmap 大規模・本格
---------------------------------------------------------- */

.researchmap_link th{
	width: 20%;
	vertical-align: top;
}
.researchmap_link td{
	vertical-align: top;
}

.researchmap_link_en th{
	width: 25%;
	vertical-align: top;
}
.researchmap_link_en td{
	vertical-align: top;
}

.exlink{
	margin: auto 0.3em auto 0.3em;
}

.exlink02{
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.exlink03{
	vertical-align: bottom;
	margin-left: 0.3em;
	margin-bottom:0.3em;
}

.table_background02 {
	padding: 10px;
	background: #f1f8ff;
	border: solid 1px #e6e6e6;
	display: inline-block;
/* JST ADD */
width:100%;

}

/* 　researchmap 大規模・本格　おわり
---------------------------------------------------------- */

/* 　その他活動報告（PC：画像とテキスト横並び⇒スマホ：縦並びレイアウト）
------------------------------------------------------------------------------- */
.brochure-contents-2 {
     width: 100%;
     max-width: 900px;
     margin: auto;
 }
.brochure-contents-2 img {
     padding: 0 auto;
 }
.brochure-text {
     text-align: left;
     padding-left: 10px;
     vertical-align: top;
 }
.brochure-flexbox2 {
display: flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: nowrap;
padding: 20px;
/*border-bottom: 1px dashed #ccc;*/
/*margin-bottom: 5px;*/
 }
.brochure-box2-1 {
	width: 30%;
	margin: auto;
	text-align: left;
	padding-left: 1em;
 }
.brochure-box2-2 {
	width:70%;
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
 }
.brochure-box2-3 {
	display: block;
    margin-left: auto;
    margin-right: auto;
 }

 @media screen and (max-width: 767px) {
     .brochure-flexbox2 {
         display: block;
     }
     .brochure-flexbox2 .brochure-box2-1 {
		 text-align: center;
         width: 100%;
         margin: 0 auto;
         padding-left: 0;
     }
     .brochure-flexbox2 .brochure-box2-2 {
         width: 100%;
         margin: 0 auto;
     }
     .brochure-flexbox2 .brochure-box2-3 {
         width: 70%;
         margin: 0 auto;
     }
 }
 
 @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.brochure-contents-2 {
     width: 100%;
     max-width: 650px;
     margin: auto;
 }
}
/* 　その他活動報告（PC：画像とテキスト横並び⇒スマホ：縦並びレイアウト）おわり
------------------------------------------------------------------------------- */

/* 　パンフレット（英語HP）
---------------------------------------------------------- */
/* Brochure （PC：パンフレット1冊⇒スマホ：中央揃えレイアウト）*/
.brochure-contents {
     width: 100%;
     max-width: 710px;
     margin: auto;
 }
.brochure-flexbox1 {
    /* margin: 0 0 0 30px;*/
     display: block;
	　width:50%;
     /*text-align: left;*/
     }

.brochure-box1-1 {
     text-align: center;
 }
.brochure-box1-2 {
     text-align: center;
 }

 @media screen and (max-width: 767px) {
.brochure-flexbox1 {
                 margin: 0;
                 width: 100%;
     }
}
/* 　パンフレット（英語HP）　おわり
---------------------------------------------------------- */

/* 　Youtube　レスポンシブ対応（日本語HP）
---------------------------------------------------------- */
 @media screen and (max-width: 767px) {
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
}
/* 　Youtube　レスポンシブ対応（日本語HP）　おわり
---------------------------------------------------------- */
/* 　大規模・研究課題ページ
---------------------------------------------------------- */
.profile_box {
  position: relative;
    padding: 0 0 1em 0;
    margin: 0.5em 0 0.5em 0;
    border: solid 1px #dcdcdc;
	background-color: #FDFDFD;
}

.profile_box p {
    margin: 0; 
    padding: 0;
}

.profile_box_1{
	background-color: #f2f6f9;
	padding: 1.5em 1.5em 1em 1.5em;
	border-bottom: solid 1px #dcdcdc;
	/*color:#FFFFFF;*/
}

.crearfix::after{
	content: "";
	display: block;
	clear:both;
}

.profile_box_1 figure{
	float: left;
	margin: 0 2em 1.0em 0;
	width: 150px;
	max-width: 100px;
}

.profile_rtext{
	display: table-cell;
	vertical-align: top;
	padding: 0;
	overflow: hidden;
}


.profile_title {
	display: block;
 	position: relative;
 	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
 	text-align: left;
	line-height:1.5;
	/*color: #FDFDFD;*/
	font-weight: bold;
	width: 100%;
}

.profile_title:before {
  position: absolute;
  bottom: -3px;
  /*left: calc(100% - 30px);*/
  width: 200px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #4580AA;
}

.profile_name{
	font-size: 2em;
	font-weight: bold;
	padding-top: 10px;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.profile_name a{
	text-decoration: none;
}

/*
.profile_name a:link{
	color: #FFFFFF;
}

.profile_name a:visited{
	color: #FFFFFF;
}
*/

.profile_name a:hover {
  text-decoration: underline;
}

.profile_affiliation{
	font-size:1em;
}

.table_profile{
  width: 90%;
  margin:1em auto 0 auto;
  border-collapse: collapse;
}

.table_profile tr{
/*border-bottom: solid 1px #abb8c3;*/
	font-size: 1em;
}

.table_profile tr:last-child{
  border-bottom: none;
}

.table_profile th{
  position: relative;
  text-align: left;
  width: 25%;
  color: #004da1;
  font-weight: bold;
  letter-spacing: 0.2em;
  vertical-align:top;
  /*text-align-last: justify;*/
  /*padding: 0 20px 0 0;*/
}

.table_profile td{
  text-align: left;
  width: 75%;
  text-align: left;
  background-color: #ffffff;
  vertical-align:top;
  /*padding: 3px 0 3px 12px;*/
}

 @media screen and (max-width: 767px) {
.table_profile th{
	white-space:nowrap;
	padding-right:10px;
}
}

/*英語サイト用*/
.table_profile_en{
  width: 90%;
  margin:1em auto 0 auto;
  border-collapse: collapse;
}

.table_profile_en tr{
/*border-bottom: solid 1px #abb8c3;*/
	font-size: 1em;
}

.table_profile_en tr:last-child{
  border-bottom: none;
}

.table_profile_en th{
  position: relative;
  text-align: left;
  width: 30%;
  color: #004da1;
  font-weight: bold;
  white-space:nowrap;
  /*letter-spacing: 0.2em;*/
  vertical-align:top;
  /*text-align-last: justify;*/
  /*padding: 0 20px 0 0;*/
}

.table_profile_en td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #ffffff;
  vertical-align:top;
  /*padding: 3px 0 3px 12px;*/
}

 @media screen and (max-width: 767px) {
.table_profile_en th{
	white-space:nowrap;
	padding-right:10px;
}
}

/* 　大規模・研究課題ページ　終わり
---------------------------------------------------------- */

/* 　本格研究・大規模インデックス
---------------------------------------------------------- */
/* ボックスレイアウト */
.contents_box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.contents_box_li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    margin-right: 30px;
    border: solid 1px #dcdcdc;
    background: #ffffff;
}

.contents_box_li:nth-of-type(2n) {
    margin-right: 0%;
}

.contents_box_a{
	text-decoration: none;
}

.contents_box_a:hover {
    opacity: 0.7;
	text-decoration: underline;
}

.contents_box_text figure {
	width: 70px;
	height: 77px;
	ertical-align: top; 
	float: left;
	margin: 0 1.0em 0.5em 0;
	max-width: 70px;
}

.contents_box_text figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.contents_box_text {
    width: 100%;
    padding: 1em 20px;
}

.contents_box_text p {
    margin: 0;
    font-size: 1rem;
}

.contents_box_text_1{
	color: #004da1;
	font-size: 0.35em;
	font-weight: bold;
	letter-spacing: 0.001em;
}

.contents_box_text_2{
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
    margin: 10px 0;
    letter-spacing: 0.001em;
    line-height: 1.2;
}

.contents_box_text_3{
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.contents_box_text_4{
	color: #333333;
	text-align: right;
}

.contents_box_text_4 a{
	text-decoration: none;
}
.contents_box_text_4 a:hover {
    opacity: 0.7;
	text-decoration: underline;
}

@media screen and (max-width:768px) {
    .contents_box {
        flex-direction: column;
    }

    .contents_box_li {
        margin: 0 auto 20px auto;
        width: 100%;
    }
}
		
/* 　本格研究・大規模インデックス おわり
---------------------------------------------------------- */

/* 　イベントページ　テキストの下に点線・破線など
---------------------------------------------------------- */

/************* border-bottom **************/
/* 一重線 */
.border-bottom-1{
    border-bottom: solid 1px black
}
 
/* 二重線 */
.border-bottom-2{
    border-bottom: double 1px black
}
 
/* 破線 */
.border-bottom-3{
    border-bottom: dashed 1px black
}
 
/* 点線 */
.border-bottom-4{
    border-bottom: dotted 1px black    
}

/* 　イベントページ　テキストの下に点線　終わり
---------------------------------------------------------- */

/* 　イベントページ　区切り線　線を引く
---------------------------------------------------------- */
hr {
margin-bottom: 15px;
}

hr.line01 /* 実線 */ {
height: 1px;
border: none;
border-top: solid 2px #e6e6e6;
}

hr.line02 /* 破線 */ {
height: 2px;
border: none;
border-top: dashed 2px #e6e6e6;
}

hr.line03 /* 点線 */ {
height: 2px;
border: none;
border-top: dotted 2px #e6e6e6;
}

hr.line04 /* 太線 */ {
height: 10px;
background-color: #e6e6e6;
border: none;
color:  #e6e6e6;
}

hr.line05 /* シャドウ */ {
height: 10px;
border: none;
box-shadow: 0 10px 10px -10px #e6e6e6 inset;
}

hr.line06 /* 真ん中テキスト */ { 
line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  height: 1.5em;
  opacity: .5;
  text-align: center;
}
hr.line06:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
hr.line06:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}
hr.line07 /* 真ん中記号 */ {
border-top: 4px double #333;
overflow: visible;
text-align: center;
}
hr.line07:after {
background: #fff;
content: '§';
padding: 0 4px;
position: relative;
top: -13px;
}

hr.line08 /* 線のステッチ */  {
height: 8px;
border: none;
background-image: repeating-linear-gradient(90deg, #777 0px, #777 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0) 4px);
}

hr.line09 /* 斜線ステッチ */  {
height: 8px;
border: none;
background-image: repeating-linear-gradient(45deg, #777 0px, #777 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
background-size: 8px 8px;
}

hr.line10 /* グラデーション */  {
  height: 3px;
  background: #fff;
  background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
  background-image: -moz-linear-gradient(left, #eee, #777, #eee);
  background-image: -ms-linear-gradient(left, #eee, #777, #eee);
  background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

/* 　イベントページ　区切り線　線を引く　終わり
---------------------------------------------------------- */

/* 　イベントページ　登壇者　2行
---------------------------------------------------------- */
  
    .speaker {
      display: flex; 
      width: 100%; padding: 10px;
      }
    .speaker img {
       margin-right: 18px; 
       width: 100px; height: 100px;
       }
    .speaker span {
       display: block;
       }
    .speaker .role {
       font-weight: bold;
       font-size: 0.9em;
       }
    .speaker .name {
       font-weight: bold;
       font-size: 1.2em;
       }
    .speaker_blank {  /*表示無し*/
       display: none;
       }
    
  @media print, screen and (min-width: 768px) { /*スマホ対応*/
      .speakers_list {
         display: flex; 
         flex-wrap: wrap; 
         max-width: 1000px;
         }
      .speaker {
         width: 50%; 
         padding-right: 24px;
         }
      .speaker img {
         width: 144px; 
         height: 144px;
         }
      .speaker .name {
         font-weight: bold; 
         font-size: 1.2em;
         }
      .speaker_blank {
         display: block;
         }
    }

/* 　イベントページ　登壇者　2行　終わり
---------------------------------------------------------- */

/* 　イベントページ　登壇者　横並び
---------------------------------------------------------- */

.container {
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between; /*　均等余白幅　*/
}

.item {
   background-color: #f1f8ff;
   text-align: center;　 /* 文字センター */

 }
.item img {
       margin-right: 18px; 
       width: 144px; height: 144px;　 /* 画像の大きさ */
       }
 .item span {
       display: block;
       }
    .item .role {
       font-weight: bold;　/*　肩書　*/
       font-size: 0.9em;
       }
    .item .name {
       font-weight: bold;　/*　名前　*/
       font-size: 1.2em;
       }

@media screen and (max-width: 767px) {
  .container {
    display: block; /* 画像が縦並び レスポンシブ対応*/
  }
}

/* 　イベントページ　登壇者　横並び　終わり
---------------------------------------------------------- */

/*----------------------------------
サイト内検索
------------------------------------*/
#google_search {
    clear: none;
    width: 170px;
    margin-right: 0;
}

#google_search form {
    width: 170px;
    position: relative;
}

#google_search .google {
    display: none;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

#google_search .search_input {
    display: block;
    width: 170px;
    height: 30px;
    padding: 2px 5px 2px 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #313131;
    font-size:14px;
    font-family: "Yu Gothic";
    border-radius: 20px;
}

#google_search .search_input:focus {
    color: #000000;
    border-color: #000000;
    border-width:2px;
}

#google_search .search_btn {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 14px;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 1px;
}

#google_search label{
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/*----------------------------------
タブメニュー
------------------------------------*/
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
/*
  border:1px solid #cecece;
*/
  margin: 0 auto;}
.tab_item {
  width: calc(100%/4);
  padding:15px 0;
  border-bottom: 5px solid #cecece ;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
   font-size: 1.1em;
  font-weight: bold;
  transition: all 0.2s ease;
  height:60px;
}
input[name="tab_item"] {
  display: none;
}
.tab_item:hover {
/*
  background-image:
    radial-gradient(#dcdcdc 30%, transparent 30%);
*/
  background-size: 7px 7px;
}
#tab1:hover ~ #tabmenu1 {
  border-bottom: 5px solid #ffff99;
}
#tab2:hover ~ #tabmenu2 {
  border-bottom: 5px solid #355ea9;
}
#tab3:hover ~ #tabmenu3 {
  border-bottom: 5px solid #ffd2d2;
}
#tab4:hover ~ #tabmenu4 {
  border-bottom: 5px solid #ccedcb;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
#tab1:checked ~ #tabmenu1 {
  background-color: #fff;
  border-bottom: 5px solid #ffff99;
}
#tab2:checked ~ #tabmenu2 {
  background-color: #fff;
  border-bottom: 5px solid #355ea9;
}
#tab3:checked ~ #tabmenu3 {
  background-color: #fff;
  border-bottom: 5px solid #ffd2d2;
}
#tab4:checked ~ #tabmenu4 {
  background-color: #fff;
  border-bottom: 5px solid #ccedcb;
}
@media screen and (max-width:767px){
.tab_item {
   font-size: 0.8em;
}
}



/* 　アコーディオンUI
---------------------------------------------------------- */

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  background:#f1f8ff;
  margin:0 auto 1em auto;/* アコーディオンの余白の設定 */
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #4580AA;
  font-weight: bold;

}
/* --------アイコンを作ります-------- */
.icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* アコーディオンが開いた時のスタイル */
details[open] .icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #4580AA;
}

.icon::before {
  left: 0;
  transform: rotate(45deg);
}

.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------summaryタグの疑似要素でアイコンを作る場合-------- */
.wrapper_pseudoElementsIcon .summary_inner::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  background-image: url("icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  /* アコーディオンが閉じる時にアイコンをアニメーションさせます */
  animation: 0.4s close-animation;
}

@keyframes close-animation {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* アコーディオンが開いた時にアイコンをアニメーションさせます */
details[open] .summary_inner::after {
  animation: 0.4s open-animation forwards;
}

@keyframes open-animation {
  from {
    transform: rotate(0deg);
  }

  to{
    transform: rotate(180deg);
  }
}



/* 　アコーディオンUI　終わり
---------------------------------------------------------- */


/*  インデントメニュー en,jp
---------------------------------------------------------- */
.indent-a {
	padding-left:1.4em;
	text-indent:-1.4em;
}


.indent-b {
	padding-left:0.5em;
	text-indent:-0.5em;
}


.palt { /*文字がつまる */
　　font-feature-settings: "palt";
}

 p.indent {
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 0;
}

/* 　インデントメニュー　終わり
---------------------------------------------------------- */
/* 　Contact mail画像
-------------------------------------------------------- */
.mailat {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle;
}
/* 　Contact mail画像　終わり
-------------------------------------------------------- */
/* 　アナウンスBOX
-------------------------------------------------------- */
.announce_block {
    padding: 20px 20px;
    background: #fffff9;
    border: 1px solid #707070;
    margin-top: 20px;
}

/* 　アナウンスBOX　終わり
-------------------------------------------------------- */

/* 　アイコン+文字
-------------------------------------------------------- */

.title_icn {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight:500;
   /* アイコンのスペースを確保したpadding-leftを設定する */
  padding: 16px 16px 16px 55px;
  position: relative;
  background-color: #f1f8ff;
  /* 折り返しの対応 */
  overflow-wrap: break-word;
  &::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    /* top: 50%;と、transform: translateY(-50%) で上下中央に配置 */ 
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  &.ic01::before {
    background-image: url("../uploads/title_ic01.png");
  }
  &.ic02::before {
    background-image: url("../uploads/title_ic02.png");
  }
  &.ic03::before {
    background-image: url("../uploads/title_ic03.png");
  }
}

/* 　アイコン+文字　終わり
-------------------------------------------------------- */
/* 　アイコン Material Icons
-------------------------------------------------------- */
.material-symbols-outlined.md-18 {
　color:#333333;
  font-size: 18px;
  display: inline-flex;
  vertical-align: middle;
}
.material-symbols-outlined.md-24 { 
  font-size: 24px; 
  display: inline-flex;
  vertical-align: middle;
}
.material-symbols-outlined.md-26 { 
  font-size: 26px; 
  display: inline-flex;
  vertical-align: middle;
}
.material-symbols-outlined.md-30 { 
  font-size: 30px; 
  display: inline-flex;
  vertical-align: middle;
}
.material-symbols-outlined.md-36 {
  font-size: 36px;
  display: inline-flex;
  vertical-align: middle;
}
.material-symbols-outlined.md-48 {
  color:#E89005; /* アイコン48にカラーオレンジ */
  font-size: 48px; 
  display: inline-flex;
  vertical-align: middle;
}

.material-symbols-outlined {
   /* color:#E89005;  アイコンにカラーオレンジ */
   /* color:#4580AA;アイコンにカラーブルー優先 */
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.md-16
 {
  font-size: 16px; 
  color:#E89005; /* 文字にカラーオレンジ */
  color:#4580AA; /* 文字にカラーブルー */
}

.md-18
 {
  font-size: 18px;
}

.md-20
 {
  font-size: 20px; 
}

.md-22
 {
  font-size: 22.4px;
}


/* 　アイコン Material Icons 終わり
-------------------------------------------------------- */
/* 　インデント（2行目字下げ）
-------------------------------------------------------- */

p.indent01{/*/mirai/jp/program/society4diversity/event-20240131.htmlで使用*/
  text-indent: -6em;
  padding-left: 6.5em;
}


/* 　インデント（2行目字下げ）終わり
-------------------------------------------------------- */


/* 　画像横並びコンテナ（イベントページ）
-------------------------------------------------------- */

 .container01 {
    display: flex; /* 画像が横並び PC */
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.container01 img {
    border: 5px solid #fff; /* 画像がボーダーによって余白ができ、スマホで閲覧する際も余白ができる*/
    box-sizing: border-box;
     max-width: 100%;
     
}

.container02 {    /* イベントページ　フライヤーコンテナ */
    display: flex; /* 画像が横並び PC */
    justify-content: space-between;   
    width: 100%;
}   

.container02 img {
    border: 5px solid #fff; /* 画像がボーダーによって余白ができ、スマホで閲覧する際も余白ができる*/
    box-sizing: border-box;
     max-width: 100%;
     
}

 .item00 {
    width: 300px;
}

 .item01 {
    width: 400px;
}
 .item02 {
    width: 450px;
}
 .item03 {
    width: 800px;
}
.item04 {
    width: 900px;
}

.item05 {  /* イベントページ　フライヤーの並び */
    width: 700px;
    height: 400px;   
}

.item06 {    /* イベントページ　フライヤーの並び */
    width: 210px;
    height: 400px; 
    text-align: center;

}
 .item07 {
    width: 225px;
}


@media screen and (max-width:767px)  {
  .container01 {
    display: block; /* 画像が縦並び */
}
 .container02 {
    display: block; /* 画像が縦並び */

}
 .item00 {
    width: 100%;
}

 .item01 {
    width: 100%;
}
 .item02 {
    width: 100%;
}
 .item03 {
    width: 100%;
}
.item04 {
   width: 100%;
}
.item05 {
   width: 100%;
   height:100%;
}
.item06 {
   width: 100%;
    height:100%;
    padding: 20px 0px 30px 0;
}
.item07 {
   width: 100%;
}
}

/* 　画像横並びコンテナ（イベントページ）終わり
-------------------------------------------------------- */


/* 　TOPお知らせプレスイベント一覧
-------------------------------------------------------- */

.text-right { text-align: right;}
.icon-link { color: #321bd7; }

/* 　　TOPお知らせプレスイベント一覧　終わり
-------------------------------------------------------- */

/* 　イベント報告ページ　日時・会場・主催・フライヤー
-------------------------------------------------------- */

.eve {
  width: 100px; 
  background: #ddeeff;
  border-radius: 5px;
  padding-left: 10px;
  font-weight: bold;
}

.outline {
　 max-width: 1200px;
    margin: 0 auto;
　
}


@media only screen and (min-width: 768px) {
  .outlineflex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flyer {
	  width:250px;
  }
}

.flyer {
	text-align:center;
    
}

.flyer img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
  .flyer {
    padding: 30px 0px 0px;
  }
}

figcaption{
     padding: 0.8em;
}

.outline dt {
  width: 100%;
  padding: 8px;
  background: #ddeeff;
  color: #FFF;
  margin-right: 2em;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  color: #004da1;
}

@media all and (min-width: 768px) {
  .outline dt {
    float: left;
    width: 9em;
    margin-bottom: 8px
  }
}

.outline dd {
  width: 100%;
  padding: 8px;
  color: #333;
}

@media all and (min-width: 768px) {
  .outline dd {
    width: calc(100% - 11em);
    margin-left: 11em;
    margin-bottom: 8px;
  }
}



@media only screen and (min-width: 768px) {
  .outline dl {
    width: calc(100% -280px);
  }
}


/* flexbox */
.flexbox_wap {
  /* 折り返しのみ */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.flexbox_wap dl {
	width:50%;
}

.day {width:6.5em;}


/* 　イベント報告ページ　日時・会場・主催・フライヤー　おわり
-------------------------------------------------------- */

/* 　adjuster
---------------------------------------------------------- */
.tN { text-decoration: none!important;}
.tR { text-align: right;}
.tL {text-align:left;}
.tC {text-align:center;}

.red {color:red!important; }
.blue {color:#0073a8;!important; }
.white {color:#fff;!important; }
.line {line-height: 1.5; }

.mL1 { margin-left: 1em !important; }
.mL2 { margin-left: 2em !important; }
.m1em { margin:1em;}

.mT0 { margin-top:    0 !important; }
.mT1 { margin-top:  1em !important; }
.mT2 { margin-top:  2em !important; }
.mT3 { margin-top:  3em !important; }

.mB1em { margin-bottom:1em!important;}
.mB2em { margin-bottom:2em!important;}
.mB3em { margin-bottom:3em!important;}

.box {background:#eee; padding:0.5em;}
.boxb {background:#ddeeff; padding:0.5em;}

.w5 { width: 5%;}
.w15 { width: 15%;}
.w25 { width: 25%;}
.w55 { width: 55%;}
.w80 { width: 80%;}
.w70 { width: 70%;}
.w100 { width: 100%;}

@media screen and (max-width:767px) {
	.w70 {width:100%;}
}

.pdf { /* フライヤーのPDFアイコンに使用 */
	background: url(../uploads/icn_pdf.svg) right center no-repeat;
	  background-size: auto;
	background-size: contain;
	margin-right: 8px;
	padding-right: 24px;
  }

.pdfs { /* SVGのPDFアイコン */
	background: url(../uploads/pdf_icon.svg) right center no-repeat;
	  background-size: auto;
	background-size: contain;
	margin-right: 8px;
	padding-right: 24px;
  }

.png { /* 研究者のマニュアル　PNGアイコンに使用 */
	background: url(../uploads/png_icon.png) right center no-repeat;
	  background-size: auto;
	background-size: contain;
	margin-right: 8px;
	padding-right: 24px;
  }



/* 　adjuster　おわり
---------------------------------------------------------- */

/* 　adjuster 文字装飾 
---------------------------------------------------------- */

.circle{　 /*文字丸角囲み　報告書・評価ページ*/
 font-size: 1em;/* フォントサイズ */
 font-weight: bold;/* フォント太さ */
 border: 1px solid #004da1;
 border-radius: 30px;
 width: 30%;
 height:30px;
 padding: 5px;
 text-align: center;
 color: #004da1;
 display: inline-block;
}

@media screen and (max-width: 767px) {
        .circle
{
		 width: 100%;
} }


/* 　adjuster 文字装飾 　おわり
---------------------------------------------------------- */


/* 　adjuster ボタン
---------------------------------------------------------- */
/*　 シンプルボタン　https://excellent.ne.jp/homepage/6562/
html: <a href="" class="btn_00">Button</a>  */

a.btn_00 { /*ボタンの位置真ん中 */
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width:calc( 100%/3 - 10px); /*横並びのボタンの個数（3個）によって変更するとよい */
	margin: auto;
	padding: 0.5rem 2rem;
	font-weight: bold;
	border: 2px solid #1da1f2;
	color: #1da1f2;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_00:hover {
	color: #fff;
	background: #1da1f2;
}


a.btn_01 { /*ボタンの位置左寄り　通常 */
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width:calc( 100%/3 - 10px); /*横並びのボタンの個数（3個）によって変更するとよい */
	padding: 0.5rem 2rem;
	font-weight: bold;
	border: 2px solid #1da1f2;
	color: #1da1f2;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #1da1f2;
}

a.btn_02 { /*ボタンの位置右寄り */
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width:calc( 100%/3 - 10px); /*横並びのボタンの個数（3個）によって変更するとよい */
    margin-left: auto;
	padding: 0.5rem 2rem;
	font-weight: bold;
	border: 2px solid #1da1f2;
	color: #1da1f2;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_02:hover {
        color: #fff;
        background: #1da1f2;
}

a.btn_03 { /*▶四角枠　活動報告・取組使用 */
  display:flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1da1f2;
  box-sizing: border-box;
  width: 35%;
  height: 30px;
  padding: 0 2% 0 2%;
  color: #1da1f2;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_03:hover {
  background: #1da1f2;
  color: #fff;
}
a.btn_03:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #1da1f2;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_03:hover:before {
  border-color: transparent transparent transparent #fff;
}

a.btn_04 { /*▶四角枠small　活動報告・取組使用 */
  display:flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1da1f2;
  box-sizing: border-box;
  width: 15%;
  height: 30px;
  padding: 0 2% 0 2%;
  color: #1da1f2;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_04:hover {
  background: #1da1f2;
  color: #fff;
}
a.btn_04:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #1da1f2;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_04:hover:before {
  border-color: transparent transparent transparent #fff;
}



@media screen and (max-width: 767px) {
        a.btn_00, a.btn_01, a.btn_02, a.btn_03, a.btn_04 {
        width: 100%;
} }



/*　ボタン　問い合わせフォームボタン　*/

a.btn-flat {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  margin:10px 10px 10px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-85%) translateY(-25%) rotate(45deg);
  transform: translateX(-85%) translateY(-25%) rotate(45deg);
  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-20%) translateY(-25%) rotate(45deg);
  transform: translateX(-20%) translateY(-25%) rotate(45deg);
}

/*　個人最適化イベント　ピンクボタン　*/

.koubo_pink a{
	display:block;
	border-radius:8px;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	width:100%;
	text-decoration:none;
	padding:1em 0;
	background: rgb(231, 144, 167);
	background: -moz-linear-gradient(top, rgb(231, 144, 167) 0%, rgb(240, 205, 203) 100%);
	background: -webkit-linear-gradient(top, rgb(231, 144, 167) 0%,rgb(240, 205, 203) 100%);
	background: linear-gradient(to bottom, rgb(231, 144, 167) 0%,rgb(240, 205, 203) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e790a7', endColorstr='#f0cdcb',GradientType=0 );
}

.koubo_pink a:hover{
	opacity:0.8;
}

/* ボタンリンクメニューbutton01四角3個　button02丸角1個 */

.button01 ul,
.button02 ul{
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.button01 li {
		width:calc( 100%/3 - 10px); /*横並びのボタンの個数（3個）によって変更するとよい */
		margin:0 5px 5px 5px;
	}
.button02 li {
		width:100%; /*ボタン1個*/
		margin:0 5px 5px 5px;
	}
	
.button01 li a {
	background: #ddeeff;
    position: relative;
    display: flex;
    border-radius: 20px 0 10px 0;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 10px 25px;
    color: #004da1;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
	}
.button02 li a {
	background: #ddeeff;
    border-radius: 100vh;/*ボタン丸角*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    padding: 10px 25px;
    color: #004da1;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
	}
	
.button01 li a::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px 0 10px 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
	}

.button02 li a::before {
	content: "";
    border-radius: 100vh;/*ボタン丸角*/
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
	}

.button01 li a:hover,
.button02 li a:hover {
		  color: #FFF;
	}

.button01 a:hover:before,
.button02 a:hover:before {
    width: 100%;
    z-index: -1;
}

@media screen and (max-width:767px) {
	.button01 li,
    .button02 li
{
		width:calc( 100%/2 - 10px); 
} }

/* 評価者リンクボタン */
/* html　<a href="#" class="button03">BUTTON</a> */

a.button03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 30px;
  position: relative;
  background: #004da1;
  border: 1px solid #004da1;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.button04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30px;
  position: relative;
  background: #004da1;
  border: 1px solid #004da1;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
 
  text-decoration: none;
  transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
        a.button03
{
		 width: 100%;
} }
       
@media screen and (max-width: 767px) {
        a.button04
{
		 width: 100%;
         font-size: 65%;
} }

a.button03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.button03:hover {
  background: #fff;
  color: #004da1;
}

a.button04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.button04:hover {
  background: #fff;
  color: #004da1;
}
a.button02:hover:before {
  border-top: 2px solid #004da1;
  border-right: 2px solid #004da1;
}

/* adjuster ボタン　おわり */

/*背景ありタイトル透過のTOPバナー

http://160.74.83.199/mirai/jp/program/sustainable/event-240829.html
http://160.74.83.199/mirai/jp/others/event-20240906.html

*/


.mainimg_bg01 {
  background: url(../uploads/main_back_240829.jpg ) no-repeat top right;
  background-size: cover;
}

.mainimg_bg02 {
  background: url(../uploads/main_back_240906.jpg ) no-repeat top right;
  background-size: cover;
}

.mainimg_bg03 {
  background: url(../uploads/main_back_241010.jpg ) no-repeat top right;
  background-size: cover;
}



.mainimg_bg01 .mainimg_bg02 .mainimg_bg03 .section_inr {
  padding: 40px 24px;
}

/*
.section_inr {
  padding: 0 24px 64px;
}
*/


.section_inr {
  padding: 0 24px ;
}

/*背景ありタイトル透過のTOPバナー作成 　おわり */



