@charset "utf-8";

.csr{
	margin: 80px 0;
}

.csrTopHeading{
	margin: 20px 0;
	font-size: 24px;
	font-family: 秀英明朝 B;
	line-height: 2em;
	text-align: center;
	color: #42B049;
}
.csrImgWrap{
	margin-top: 40px;
	padding: 40px;
	border: 1px solid #231815;
	border-bottom: 0;
}
.csrMessageWrap{
	margin-top: 80px;
	padding: 40px;
	border: 1px solid #231815;
	border-bottom: 0;
}
.csrMessage{
	background: url(../img/csr-shingitai.png) right 20px no-repeat;
	background-size: 200px;
}
.csrMessageImg{
	float: left;
	width: 270px;
	padding-left: 40px;
}
.csrMessageTxtWrap{
	padding: 0 40px 50px 350px;
	border-bottom: 1px solid #231815;
}
.csrMessageTxt{
	font-size: 22px;
	font-family: 秀英明朝 B;
	line-height: 2em;
	color: #004E98;
}
.csrMessageDl{
	margin: 0 100px;
	margin-top: 10px;
	text-align: center;
}
.csrMessageDl dt{
	font-size: 20px;
	font-family: 秀英明朝 B;
	padding: 40px 0 10px;
}
.csrMessageDl dd{
	line-height: 1.5em;
	padding-bottom: 20px;
	border-bottom: 1px solid #231815;
	text-align: left;
}
.csrMessageDl dt:last-of-type{
	padding-top: 20px;
}
.csrMessageDl dd:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

/* 202304追記 */
.csrTopHeadingNew {
	color: #595757;
}
.csrWrap .csrText {
	margin-bottom: 40px;
	line-height: 1.6;
}
.csrWrap .csrInner {
	max-width: 1000px;
}
.csrWrap .csrInner .sdgsMenu {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.csrWrap .csrInner .sdgsMenu li {
	width: calc(100% / 2 - 15px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: flex;
    flex-direction: column;
	position: relative;
}
.csrWrap .csrInner .sdgsMenu li::before, .csrWrap .csrInner .sdgsMenu li::after {
	content: "";
	position: absolute;
}
.csrWrap .csrInner .sdgsMenu li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 57px 57px;
	border-color: transparent transparent #1d95d5 transparent;
	bottom: 0;
	right: 0;
}
.csrWrap .csrInner .sdgsMenu li::after {
	background: url(../img/white_arrow.svg) no-repeat;
	background-size: cover;
	width: 23px;
	height: 23px;
	bottom: 17px;
	right: 17px;
}
.csrWrap .csrInner .sdgsMenu li.all {
	width: calc(100% * 0.3 - 15px);
}
.csrWrap .csrInner .sdgsMenu li.tsukuba {
	width: calc(100% * 0.7 - 15px);
}
.csrWrap .csrInner .sdgsMenu li.all .img {
	max-height: 250px;
	height: 100%;
	border-bottom: 1px solid #ccc;
}
.csrWrap .csrInner .sdgsMenu li p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100px;
	margin: auto 0 0;
}
.csrWrap .csrInner .sdgsMenu li a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
}
.csrWrap .csrInner .sdgsMenu li a:hover {
	opacity: 0.8;
}
.csrWrap .csrInner a.sdgsBtn {
	display: block;
	border: solid 3px #1d96d5;
	border-radius: 50px;
	color: #1d96d5;
	padding: 0.5em 1em;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
	max-width: 225px;
	width: 100%;
	margin: 30px auto 100px;
	text-align: center;
	position: relative;
}
.csrWrap .csrInner a.sdgsBtn::after {
	content: "";
	position: absolute;
	background: url(../img/blue_arrow.svg) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.csrWrap .csrInner a.sdgsBtn:hover {
	background: #1d96d5;
	color: #fff;
}
.csrWrap .csrInner a.sdgsBtn:hover::after {
	background: url(../img/white_arrow.svg) no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
}


/*----------------------------------------------------------- 
	CSRフッター
-----------------------------------------------------------*/
.footerCsrWrap{
	clear: both;
	margin: 40px 0;
}
.footerCsr{
	margin: 40px 0;
}
.footerCsrIn{
	float: left;
	width: 32%;
	margin-right: 2%;
	line-height: 1.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footerCsrIn:last-child{
	margin-right: 0;
}
.footerCsrIn a{
	display: block;
	padding: 20px;
	border-radius: 10px;
	color: inherit;
	background: #EFEFEF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footerCsrIn a:hover{
	opacity: .6;
}
.footerCsrInDl{
	margin-top: 10px;
}
.footerCsrInDl dt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #43B149;
}

#csrContact{
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	letter-spacing: -.4em;
	color: #FFF;
	background: #43B149;
}
#csrContact>*{
	display: inline-block;
	letter-spacing: normal;
}
#csrContact .fa{
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-weight: bold;
}
#csrContactTel{
	margin: 0 30px;
	font-size: 28px;	
}
#csrContactMail{
	font-size: 28px;	
}
#csrContact a{
	color: #FFF;
}
#csrContact a:hover{
	opacity: .6;
}

/* 202304追記 */
.csrWrap .csrInner .csrMenu {
	display: flex;
	gap: 30px;
}
.csrWrap .csrInner .csrMenu li {
	width: calc(100% / 3 - 15px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: flex;
    flex-direction: column;
	position: relative;
}
.csrWrap .csrInner .csrMenu li::before, .csrWrap .csrInner .csrMenu li::after {
	content: "";
	position: absolute;
}
.csrWrap .csrInner .csrMenu li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 57px 57px;
	border-color: transparent transparent #1d95d5 transparent;
	bottom: 0;
	right: 0;
}
.csrWrap .csrInner .csrMenu li::after {
	background: url(../img/white_arrow.svg) no-repeat;
	background-size: cover;
	width: 23px;
	height: 23px;
	bottom: 17px;
	right: 17px;
}
.csrWrap .csrInner .csrMenu li .csrText {
	margin: 25px;
}
.csrWrap .csrInner .csrMenu li .csrTitle {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.csrWrap .csrInner .csrMenu li a {
	color: #000;
}
.csrWrap .csrInner .csrMenu li a:hover {
	opacity: 0.8;
}
.csrWrap .csrInner .csrMenu li a .line {
	border-bottom: 1px solid #ccc;
}
.csrWrap .csrInner .csrMenu li a p {
	margin: 0;
}


/*----------------------------------------------------------- 
	参加プロジェクト
-----------------------------------------------------------*/
/* 講演---------- */
.projectBoxWrap{
	margin-bottom: 40px;
}
.projectBox{
	float: left;
	width: 33.333%;
	margin-bottom: 20px;
	padding: 0 1%;
	border-right: 1px dotted #231815;
	line-height: 1.5em;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.projectBox:nth-child(3n),
.projectBox:last-child{
	margin-right: 0;
	border-right: 0;
}
.projectBoxNoLink{
	min-height: 345px;
	padding: 10px 15px;
}
.projectBox a{
	display: block;
	min-height: 414px;
	padding: 10px;
	border-radius: 5px;
	color: inherit;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.projectBox a:hover{
	opacity: .6;
}
.stpBox a{
    position: relative;
    min-height: 394px;
    padding: 10px 10px 40px;
}
.stpBox a:after{
    content: "詳しく見る";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #43b149;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stpBoxNoLink a:after{
    display: none;
}
.projectBoxImg{
	margin-bottom: 10px;
}
.projectBox .headingCsr{
	position: relative;
	margin: 0 0 2px;
	font-weight: bold;
	font-size: 16px;
	color: #43B149;
}
.projectBox p{
	margin: 0;
}
.projectBoxTime{
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	color: #999;
}
.ichiranBtn a{
	display: inline-block;
	margin: 20px auto 40px;
	padding: 15px 50px;
	border: 4px solid #43B149;
	font-weight: bold;
	color: #FFF;
	background: #43B149;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ichiranBtn a:hover{
	color:#43B149;
	background: #FFF;
}
.ichiranBtnBack a:before{
	content: "＜＜";
}
.ichiranBtnWFixed a{
	width: 190px;
	margin: 10px auto;
}

/* 協賛---------- */
.projectBoxSponsor a{
	min-height: 180px;
}





/*----------------------------------------------------------- 
	講演一覧
-----------------------------------------------------------*/
.projectBoxLecture{
	width: 32%;
	margin-right: 2%;
	padding: 0;
	border: 1px solid #231815 !important;
	border-radius: 5px;
}
.projectBoxLecture a{
	height: 395px;
	padding: 20px;
}
.projectBoxNew{
	position: absolute;
	right: 0;
	padding: 2px 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: #E50012;
}





/*----------------------------------------------------------- 
	社会・文化貢献
-----------------------------------------------------------*/
.contributionBox{
	line-height: 1.5em;
}
.contributionBox a{
	min-height: 370px;
}
.projectBox h3{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #43B149;
}
.projectBox h3 img{
	width: auto;
	height: 43px;
}
.projectBox p{
	margin: 10px 0 0;
	font-size: 14px;
}






/*----------------------------------------------------------- 
	環境
-----------------------------------------------------------*/
.environmentValveWrap{
	position: relative;
	margin: 40px 0;
	padding: 40px 40px 20px;
	border: 1px solid #6A6969;
	border-radius: 10px;
}
.environmentValveWrap h4{
	position: absolute;
	z-index: 2;
	top: -19px;
	right: 0;
	left: 0;
	width: 400px;
	margin: auto;
	padding: 10px;
	border-radius: 15px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background: #7ECEF4;
}
.environmentValve{
    margin-bottom: 30px;
}
.environmentValve img{
	display: block;
	float: left;
	width: auto;
	height: 170px;
	margin-right: 8px;
}
.environmentValve img:nth-child(5n),
.environmentValve img:last-child{
	margin-right: 0;
}
.environmentStation{
	margin-bottom: 80px;
}
.projectBoxEffort1{
	border-right: 0;
}
.projectBoxEffort2 p{
	font-size: 12px;
	line-height: 1.75em;
}
.environmentBox{
    margin-bottom: 30px;
    line-height: 1.5;
}
.environmentBoxImg{
    float: left;
    width: 300px;
    margin-right: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.environmentBox a .environmentBoxImg:hover{
    opacity: .6;
}
.environmentBoxRight{
    float: left;
    width: 670px;
}
.environmentBox .headingCsr{
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
    color: #43B149;
}
.environmentLink{
    margin: 0;
}
.environmentLink a{
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #43B149;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #43B149;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.environmentLink a:hover{
    color: #EA5504;
    background: #fff;
}
.environmentLinkRight{
    text-align: right;
}
.environmentLinkCenter{
    text-align: center;
}
.environmentLink .fas{
    padding-left: 5px;
    font-size: 24px;
}





/*----------------------------------------------------------- 
	講演詳細
-----------------------------------------------------------*/
.lectureDetail{
	margin: 0 100px;
}
.lectureDetail h2{
	font-size: 28px;
}
.lectureDetailTime{
	display: block;
	color: #717071;
	font-size: 16px;
	margin-bottom: 2px;
}
.lectureDetail h3{
	margin-top: 60px;
}
.lectureDetailDl{
	line-height: 1.75em;
}
.lectureDetailDl dt{
	float: left;
	font-weight: bold;
}
.lectureDetailDl dd{
	margin-bottom: 10px;
	padding-left: 100px;
}
.lectureDetail p{
	line-height: 1.75em;
}
.lectureDetail .ichiranBtn{
	text-align: center;
}
.lectureDetailImg{
	margin: 40px 0;
}
.lectureDetailImg li{
	float: left;
	width: 190px;
	margin-right: 13px;
	margin-bottom: 10px;
}
.lectureDetailImg li:nth-child(4n){
	margin-right: 0;
}






/*----------------------------------------------------------- 
	NEWテクノマート SO(創) - 冊子の配置場所一覧
-----------------------------------------------------------*/
.technoLogo{
	width: 340px;
	margin: 40px auto;
}
.technoListWrap{
	margin-top: 40px;
	font-size: 14px;
}
.technoList{
	float: left;
	width: 33.333%;
	min-height: 1236px;
	padding: 20px;
	border-right: 1px solid #231815;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.technoList:last-child{
	border-right: 0;
}
.technoListDl{
	font-size: 11px;
}
.technoListDl dt{
	margin-bottom: 10px;
	padding: 10px 5px;
	border-bottom: 2px solid #006BB9;
	font-size: 18px;
	color: #006BB9;
}
.technoListDl dd{
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.4em;
}
.technoListDl dd:last-child{
	margin-bottom: 20px;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創) 
-----------------------------------------------------------*/
.page-sou{
	margin-top: -40px;
}
.page-sou .ichiranBtn a{
	border: 0;
	border-radius: 50px;
	background: #9FA0A0;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.page-sou .ichiranBtn a:hover{
	color: #FFF;
	background: #004EA2;
	opacity: .8;
}
.page-zen .img-top {
	text-align: center;
}
.page-zen .img-top img {
    width: 350px;
}
.page-zen .img-top2 img {
    width: 800px;
}
.page-zen .top-text {
    margin-top: 25px;
    color: #656668;
    text-align: center;
}
.page-zen .top-text2 {
	font-size: 20px;
	font-family: リュウミン B-KL;
}
.sou-nav{
	margin-bottom: 50px;
	text-align: center;
}
.sou-nav li{
	display: inline-block;
	width: 200px;
	margin-left: -.4em;
	border-right: 1px solid #231815;
	border-bottom: 1px solid #231815;
	font-weight: bold;
	box-sizing: border-box;
}
.sou-nav a{
	display: block;
	padding: 20px 15px;
	color: #C9CACA;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.sou-nav li:first-child a{
	border-left: 1px solid #231815;
}
.sou-nav a:hover{
	color: #FFF;
	background: #004EA2;
	opacity: .8;
}
.sou-nav .sou-nav-active{
	color: #FFF;
	background: #004EA2;
}
.sou-vol{
	text-align: right;
	margin: 20px 0 40px;
	font-weight: bold;
}
.sou-vol-in{
	display: inline-block;
	text-align: left;
}
.sou-vol-in span{
	display: inline-block;
	color: #004EA2;
}
.sou-vol-in ul{
	display: inline-block;
}
.sou-vol-in li{
	display: inline-block;
	padding: 3px 10px;
	border-right: 1px solid #231815;
}
.sou-vol-in li a{
	display: block;
	padding: 2px 5px 0;
	border-bottom: 2px solid transparent;
	color: #231815;
	box-sizing: border-box;
}
.sou-vol-in li a:hover{
	border-bottom: 2px solid #00A0E9;
	color: #ea5504;
	opacity: .6;
}
.sou-vol-in li:last-child{
	border-right: 0;
}
.sou-backnum-wrap{
	margin: 80px 0;
}
.sou-backnum{
	padding: 40px 0;
	border: 0;
	border-bottom: 1px solid #9FA0A0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sou-backnum.active{
	padding: 40px;
	border-right: 1px solid #9FA0A0;
	border-left: 1px solid #9FA0A0;
}
.sou-backnum-openclose{
	padding: 40px;
	border: 1px solid #9FA0A0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sou-backnum-openclose.active{
	padding: 40px 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.sou-backnum:first-child.active{
	border-top: 1px solid #9FA0A0;
}
.sou-backnum:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.sou-backnum-head{
	position: relative;
}
.sou-backnum-left,
.sou-backnum-openclose .sou-backnum-left.active{
	float: left;
	width: 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sou-backnum-openclose .sou-backnum-left,
.sou-backnum-left.active{
	width: 200px;
}
.sou-backnum-right,
.sou-backnum-openclose .sou-backnum-right.active{
	padding-left: 140px;
	line-height: 1.35;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sou-backnum-openclose .sou-backnum-right,
.sou-backnum-right.active{
	padding-left: 240px;
}
.backnum-new{
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 100px;
	font-weight: bold;
	color: #FFF;
	background: #E60012;
}
.backnum-vol,
.sou-backnum-openclose .backnum-vol.active{
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sou-backnum-openclose .backnum-vol,
.backnum-vol.active{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #9FA0A0;
	font-size: 20px;
}
.red{
	margin-bottom: 5px;
	font-weight: bold;
	color: #E60012;
}
.backnum-ttl{
	font-size: 12px;
	color: #727171;
}
.backnum-guest{
	font-size: 12px;
	color: #727171;
}
.backnum-chizai{
	position: absolute;
	bottom: 0;
	right: 0;
}
.backnum-chizai a{
	border-radius: 50px;
	padding: 10px 50px;
	font-weight: bold;
	color: #FFF;
	background: #9FA0A0;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.backnum-chizai a:hover{
	color: #FFF;
	background: #004EA2;
	opacity: .8;
}
.backnum-open,
.sou-backnum-openclose .backnum-open.active{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
	font-weight: bold;
	cursor: pointer;
}
.sou-backnum-openclose .backnum-open,
.backnum-open.active{
	top: auto;
	right: 0;
	bottom: 40px;
}
.backnum-open:hover{
	opacity: .8;
}
.backnum-open:before,
.sou-backnum-openclose .backnum-open.active:before{
	display: inline;
	content: "\f055";
	padding-right: 5px;
    font-family: FontAwesome;
}
.sou-backnum-openclose .backnum-open:before,
.backnum-open.active:before{
	content: "\f056";
}
.contents-index{
	margin: 40px 0;
	padding: 20px;
	border-top:1px solid #9FA0A0;
	border-bottom:1px solid #9FA0A0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 10px;
}
.sou-contents{
	margin: 0 50px;
}
.contents-chapter{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #9FA0A0;
}
.contents-chapter:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.contents-chapter table{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.contents-chapter .left{
	width: 36px;
	padding: 30px;
	font-size: 36px;
    font-family: ヒラギノ角ゴ W6 JIS2004;
	border-right: 4px solid transparent;
	text-align: center;
	vertical-align: top;
}
.contents-chapter .left.purple{
	border-right-color: #EDE1EE;
	color: #88368F;
}
.contents-chapter .left.green{
	border-right-color: #D9F0EA;
	color: #009D73;
}
.contents-chapter .left.rose{
	border-right-color: #F6D9DF;
	color: #C0002B;
}
.contents-chapter .left.blue{
	border-right-color: #DAE7F3;
	color: #065DAC;
}
.contents-chapter .left.pink{
	border-right-color: #FCE3F0;
	color: #ED4297;
}
.contents-chapter .left.orange{
	border-right-color: #F9EDE0;
	color: #D68431;
}
.contents-chapter .left span{
	display: block;
	position: relative;
	left: 7px;
	width: 300px;
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.contents-chapter .rose sup{
	position: relative;
	top: -20px;
	left: 10px;
	font-size: 50%;
}
.contents-chapter .rose span{
	position: relative;
	top: -25px;
}
.contents-chapter td{
	font-weight: bold;
	line-height: 1.75;
	vertical-align: top;
}
.contents-chapter td:first-of-type{
	width: 100px;
	text-align: center;
	color: #727171;
}
.contents-chapter td:last-of-type{
	padding-bottom: 20px;
}
.contents-chapter tr:last-of-type td{
	padding-bottom: 0;
}
.contents-chapter .red{
	display: block;
}
.contents-chapter .name{
	display: block;
	font-weight: normal;
	font-size: 12px;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創)  - サポーターズ
-----------------------------------------------------------*/
.sou-supporters{
	width: 800px;
	margin: 40px auto;
	line-height: 1.5;
}
.sou-supporters dt{
	font-weight: bold;
	font-size: 24px;
}
.sou-supporters dt{
	margin-bottom: 10px;
	font-size: 24px;
}
.sou-supporters dt .small{
	padding-left: 8px;
	font-weight: normal;
}
.sou-supporters dd{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #9FA0A0;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創)  - サポーターズ
-----------------------------------------------------------*/
.zen-greeting{
	line-height: 1.5;
}
.zen-greeting p{
	text-indent: 1em;
}
.zen-sign{
	text-align: right;
}





/*----------------------------------------------------------- 
	フジキンスーパーカレンダー
-----------------------------------------------------------*/
.sou-cho{
	width: 38px;
	padding-right: 5px;
}
.calendarImg{
	width: 60%;
	margin: 40px auto;
}
.calendarMailImg{
	position: relative;
	top: -2px;
	width: 200px;
	padding-right: 2px;
	vertical-align: middle;
}
.calendarHead{
	width: 320px;
	margin: 0 auto;
}
.calendarBox{
	width: 80%;
	margin: 10px auto 40px;
	padding: 40px;
	border: 1px solid #999;
}
.calendarBoxImg{
	float: left;
	width: 320px;
}
.calendarBoxChara{
	padding-left: 360px;
}
.calendarBoxChara dt{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.calendarBoxChara dd:before{
	content: "◎";
	padding-right: 5px;
}
.calendarBoxChara dd{
	margin-bottom: 10px;
	padding-left: 1.3em;
	line-height: 1.5em;
	text-indent: -1.3em;
}

.calendarDetail{
	margin: 40px 0;
}
.calendarDetailBox{
	float: left;
	width: 300px;
	min-height: 304px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.5em;
}
.calendarDetailBox:nth-child(3n){
	margin-right: 0;
}
.calendarDetailBox h4{
	margin: 5px 0;
	font-weight: bold;
	color: #43B149;
}
.calendarDetailBox p{
	margin: 0;
	font-size: 14px;
}

.calendarBottom .heading2{
	margin-top: 80px;
}
.calendarBottom .heading3{
	margin: 20px 0 10px;
}
.calendarBottom strong{
	font-weight: bold;
	font-size: 18px;
}
.calendarBottom li{
	padding-left: 1.4em;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1.4em;
}
.calendarBottom li:before{
	content: "※";
	padding-right: 5px;
}
.calendarBuy{
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.5em;
}
.calendarBuy .kome{
	font-size: 12px;
	color: #C00;
}
.calendarBuy1{
	float: left;
	width: 320px;
	margin-right: 20px;
}
.calendarBuy th,
.calendarBuy td{
	padding: 10px;
	border: 1px solid #DCDCDC;
	font-weight: normal;
	text-align: left;
}
.calendarBuy thead th{
	font-weight: bold;
	color: #FFF;
	background: #969696;
}
.calendarBuy tbody th{
	background: #F5F5F5;
}
.calendarBuy1 th,
.calendarBuy1 td{
	width: 50%;
}
.calendarBuy1 tbody tr:last-child th,
.calendarBuy1 tbody tr:last-child td{
	font-weight: bold;
}
.calendarBuy1 tbody tr:last-child th{
	background: #E6E6E6;
}





/*----------------------------------------------------------- 
	子どもたちに人気のチョウザメ展示
-----------------------------------------------------------*/
.science-mid{
    margin: 60px 0;
    line-height: 1.5;
}
.science-mid-description{
    float: right;
    width: 860px
}
.science-mid-description p:first-child{
    margin-top: 0;
}
.science-mid-img{
    float: left;
    width: 120px;
}
.science-heading{
    margin: 80px 0 40px;
    font-family: 'yu-mincho-pr6n','Hiragino Mincho Pro', 'MS PMincho', serif;
    text-align: center;
    color: #09a0e7;
}
.science-heading:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background: #09a0e7;
}
.science-heading:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background: #09a0e7;
}
.science-link{
    text-align: right;
}
.science-link a{
    text-decoration: underline;
}
.science-link a:hover{
    text-decoration: none;
}
.caviar-heading{
    margin: 0 0 -20px;
}



/* 202304追記 */
/*----------------------------------------------------------- 
	SDGs
-----------------------------------------------------------*/
.sdgs .pcNone {
	display: none;
}
.sdgs .spNone {
	display: block;
}
.sdgs #page-top {
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 10;
}
.sdgs #page-top a {
	display: block;
}
.sdgs #page-top a:hover {
	opacity: .7;
}
.sdgs .bizAnchorLink a {
	font-size: 14px;
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}
.sdgs section {
	margin-top: 100px;
}
.sdgs section#contents01 {
	margin-top: 60px;
}
.sdgs section#contents02 .sdgsBoxWrap .sdgsBoxInner .imageBig:hover {
	opacity: .7;
}
.sdgs section#contents02 .sdgsBoxWrap .sdgsBoxInner .imageBig {
	position: relative;
}
.sdgs section#contents02 .sdgsBoxWrap .sdgsBoxInner .imageBig::after {
	content: "";
	background: url(../sdgs/img/icon-magnification.png) no-repeat;
	background-size: contain;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	
}
.sdgs section#contents04 {
	margin-bottom: 100px;
}
.sdgs section#contents04 .sdgsBoxWrap .sdgsBoxInner .sdgsFlex figure {
	position: unset;
}
.sdgs section#contents04 .sdgsBoxWrap .sdgsBoxInner .sdgsFlex figure figcaption {
	position: unset;
	text-shadow: none;
	color: #000;
}
.sdgs section#contents01 .mainVisual {
	border-bottom: 1px solid #ccc;
}
.sdgs section#contents01 .sdgsBoxWrap .sdgsBoxInner .sdgsFlex {
	margin-top: 0;
}
.sdgsBoxWrap {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sdgsBoxWrap .sdgsBoxInner {
	padding: 60px;
}
.sdgsBoxWrap .sdgsBoxInner p {
	line-height: 1.6;
	margin: 0;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsTitle {
	font-size: 32px;
	color: #29a838;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
}
.sdgsBoxWrap .sdgsBoxInner .contentsBlock:first-child {
	margin-top: 40px;
}
.sdgsBoxWrap .sdgsBoxInner .contentsBlock {
	margin-top: 80px;
}
.sdgsBoxWrap .sdgsBoxInner .contentsTitle {
	background-image: linear-gradient(-90deg, rgba(233, 232, 81, 1), rgba(83, 181, 82, 1));
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.sdgsBoxWrap .sdgsBoxInner .contentsTitle span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	line-height: 1;
	color: #29a838;
	text-align: center;
	font-size: 16px;
	margin-right: 0.5em;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex {
	display: flex;
	gap: 30px;
	margin-top: 40px;
}

.sdgsBoxWrap .sdgsBoxInner .sdgsFlex img {
	width: auto;
	height: auto;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex figure {
	margin: 0;
	position: relative;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 5px;
	text-shadow: 1px 1px 2px #000;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex figure.mb30 {
	margin-bottom: 30px;
}
.sdgsBoxWrap .sdgsBoxInner .paragraph {
	margin-top: 40px;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlexGap10 {
	gap: 10px;
	margin-top: 0;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory {
	padding: 0 60px 60px;
	border: 1px solid #aecceb;
	position: relative;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory::before, .sdgsBoxWrap .sdgsBoxInner .tsukubaStory::after {
	content: "";
	position: absolute;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory::before {
	width: 100%;
	height: 10px;
	background: #aecceb;
	top: 0;
	left: 0;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory::after {
	background: url(../sdgs/img/sdgs-storyend.png) no-repeat;
	width: 60px;
	height: 60px;
	bottom: -1px;
	right: -1px;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory .tsukubaStoryTitle {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #aecceb;
	display: flex;
	justify-content: center;
	width: 9em;
	margin: 0 auto 30px;
	position: relative;
	min-height: 52px;
    line-height: 52px;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory .tsukubaStoryTitle::before, .sdgsBoxWrap .sdgsBoxInner .tsukubaStory .tsukubaStoryTitle::after {
	content: "";
	position: absolute;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory .tsukubaStoryTitle::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 26px 52px 0;
	border-color: transparent #aecdeb transparent transparent;
	top: 0;
	left: -26px;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory .tsukubaStoryTitle::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 52px 26px 0 0;
	border-color: #aecdeb transparent transparent transparent;
	top: 0;
	right: -26px;
}
.sdgsBoxWrap .sdgsBoxInner .date {
	margin-top: 45px;
	font-size: 14px;
}



/*----------------------------------------------------------- 
///////////////以下、SP用///////////////
-----------------------------------------------------------*/

/*@media only screen and (max-device-width: 1300px) and (max-width: 640px) {*/
@media only screen and (max-width: 640px) {

.container {
	width: auto;
	padding: 0 10px;
}
.csr{
	margin: 0 10px;
}
.csrTopHeading{
	margin: 40px 0;
	font-size: 18px;
	line-height: 1.75em;
	text-align: justify;
}
.csrTopHeading br{
	display: none;
}
.csrMessageWrap{
	margin: 40px 0;
	padding: 20px;
	border-bottom: 1px solid #231815;
}
.csrImgWrap{
	margin: 10px 0;
	padding: 10px;
	border-bottom: 1px solid #231815;
}

.csrMessage{
	background-position: right bottom;
	background-size: 150px;
}
.csrMessageImg{
	float: none;
	width: 70%;
	margin: 0 auto 20px;
	padding-left: 0;
}
.csrMessageTxtWrap{
	padding: 0;
	border-bottom: 1px solid #231815;
}
.csrMessageTxt{
	font-size: 16px;
	line-height: 1.75em;
	text-align: justify;
}
.csrMessageTxt br{
	display: none;
}
.csrMessageDl{
	margin: 0;
	text-align: center;
}
.csrMessageDl dt{
	font-size: 18px;
	padding: 20px 0 10px;
}
.csrMessageDl dd{
	font-size: 14px;
	text-align: justify;
}


/* 202304追記 */
.csrWrap .csrInner .sdgsMenu li {
	width: 100% !important;
}
.csrWrap .csrInner .sdgsMenu li p {
	min-height: auto;
}
.csrWrap .csrInner .sdgsMenu li p.text {
	padding: 20px;
}
.csrWrap .csrInner .sdgsMenu li.all .img {
	height: auto;
}	
.csrWrap .csrInner .sdgsMenu li a {
	font-size: 4.5vw;
}
.csrWrap .csrInner .sdgsMenu li::before {
	border-width: 0 0 40px 40px;
}
.csrWrap .csrInner .sdgsMenu li::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
}


/*----------------------------------------------------------- 
	CSRフッター
-----------------------------------------------------------*/
.footerCsrWrap{
	margin: 40px 0 0;
}
.footerCsrWrap .heading5{
	border-right: 0;
	border-left: 0;
}
.footerCsr{
	margin: 0 10px;
}
.footerCsrIn{
	float: none;
	width: auto;
	margin: 5px 0;
	line-height: 1.5em;
}
.footerCsrIn a{
	padding: 10px;
}
.footerCsrIn a:after{
	content: "";
	display: block;
	clear: both;
}
.footerCsrIn img{
	display: block;
	float: left;
	width: 80px;
}
.footerCsrInDl{
	padding-left: 90px;
}
.footerCsrInDl dt{
	margin-bottom: 0;
	font-size: 16px;
	text-align: left;
}
.footerCsrInDl dd{
	display: none;
}

#csrContact{
	margin-top: 40px;
	padding: 20px 10px;
}
#csrContact>*{
	display: block;
}
#csrContact dd{
	margin: 5px 0;
	padding: 10px;
	font-size: 20px;
	color: #43B149;
	background: #FFF;
}
#csrContact a{
	color: #43B149;
}

/* 202304追記 */
.csrWrap .csrInner .csrMenu {
	flex-wrap: wrap;
}
.csrWrap .csrInner .csrMenu li {
	width: 100%;
}
.csrWrap .csrInner .csrMenu li .csrTitle {
	font-size: 4.5vw;
}
.csrWrap .csrInner .csrMenu li::before {
	border-width: 0 0 40px 40px;
}
.csrWrap .csrInner .csrMenu li::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
}



/*----------------------------------------------------------- 
	参加プロジェクト
-----------------------------------------------------------*/
/* 講演---------- */
.projectBoxWrap{
	margin-bottom: 20px;
}
.projectBox{
	float: none;
	width: auto;
	min-height: auto;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid #999 !important;
	border-radius: 5px;
	line-height: 1.5em;
}
.projectBoxNoLink{
	min-height: auto;
	padding: 10px 5px;
}
.projectBoxSP{
	display: table;
	margin-bottom: 10px;
}
.projectBox a{
	min-height: 76px !important;
	padding: 10px 5px !important;
}
.stpBox a{
    position: static;
}
.stpBox a:after{
    content: "";
    display: none;
}
.stpBoxNoLink a:after{
    display: none;
}
.projectBoxImg{
	float: left;
	width: 100px;
	margin-bottom: 0;
}
.projectBoxDl{
	padding-left: 110px;
}
.projectBoxSP{
	display: table;
	margin-bottom: 10px;
}
.projectBox .projectBoxImg{
	display: table-cell;
	vertical-align: middle;
}
.projectBox .headingCsr{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.5em;
}
.projectBox p{
	margin: 0;
}
.ichiranBtn a{
	margin: 0px 10px 40px;
	padding: 10px 20px;
}
.ichiranBtnWFixed a{
	margin: 5px auto;
}


/* 協賛---------- */
.projectBoxSponsor a{
	min-height: auto;
}





/*----------------------------------------------------------- 
	講演一覧
-----------------------------------------------------------*/
.projectBoxLecture{
	width: auto;
	height: auto;
	margin-right: 0;
}
.projectBoxLecture a{
	height: auto;
	padding: 10px 5px;
}
.projectBoxNew{
	top: -5px;
	padding: 0px 5px;
	font-size: 10px;
}





/*----------------------------------------------------------- 
	社会・文化貢献
-----------------------------------------------------------*/
.contributionBox{
	line-height: 1.5em;
}
.contributionBox a{
	min-height: auto;
}
.contributionBoxSP{
	display: table;
	margin-bottom: 10px;
}
.contributionBoxSP .projectBoxImg{
	display: table-cell;
	vertical-align: middle;
}
.contributionBoxSP h3{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-left: 10px;
	text-align: left;
}
.projectBox h3 img{
	height: 30px;
}
.projectBox p{
	line-height: 1.5em;
	text-align: justify;
}






/*----------------------------------------------------------- 
	環境
-----------------------------------------------------------*/
.environmentValveWrap{
	margin: 40px 0;
	padding: 40px 10px 10px;
	border: 1px solid #999;
	border-radius: 5px;
}
.environmentValveWrap h4{
	width: 250px;
	font-size: 16px;
}
.environmentValve{
	text-align: center;
    margin-bottom: 0;
}
.environmentValve img{
	display: inline-block;
	float: none;
	width: auto;
	height: 100px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.environmentStation{
	margin-bottom: 40px;
}
.projectBoxEffort1{
	border-right: 0;
}
.projectBoxEffort2 p{
	font-size: 12px;
	line-height: 1.75em;
}
.environmentBoxImg{
    float: none;
    width: 100%;
    margin-right: 0;
}
.environmentBoxRight{
    float: none;
    width: auto;
}
.environmentBox .headingCsr{
    margin: 10px 0;
}
.environmentLink a{
    padding: 10px 20px;
}
.environmentLinkRight{
    text-align: center;
}
    
    






/*----------------------------------------------------------- 
	講演詳細
-----------------------------------------------------------*/
.lectureDetail{
	margin: 0;
}
.lectureDetail h2{
	font-size: 18px;
	line-height: 1.25em;
}
.lectureDetailTime{
	font-size: 14px;
	margin-bottom: 0;
}
.lectureDetail h3{
	margin-top: 40px;
}
.lectureDetailDl{
	font-size: 14px;
	line-height: 1.5em;
}
.lectureDetailDl dt{
	display: block;
	float: none;
}
.lectureDetailDl dd{
	padding-left: 0;
}
.lectureDetail p{
	font-size: 14px;
	line-height: 1.5em;
}
.lectureDetailImg{
	margin: 20px 0;
}
.lectureDetailImg li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.lectureDetailImg li:nth-child(2n){
	margin-right: 0;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創) - 冊子の配置場所一覧
-----------------------------------------------------------*/
.technoLogo{
	width: 70%;
	margin: 20px auto;
}
.technoList{
	float: none;
	width: auto;
	min-height: auto;
	padding: 0;
	border-right: 0;
}
.technoListDl dt{
	font-size: 16px;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創) 
-----------------------------------------------------------*/
.page-sou{
	margin-top: -20px;
}
.page-zen .img-top img {
	width: 60%;
}
.page-zen .img-top2 img {
	width: 100%;
}
.page-zen .top-text {
	text-align: justify;
}
.sou-nav{
	margin-bottom: 20px;
	text-align: left;
}
.sou-nav li{
	display: block;
	float: left;
	width: 50%;
	margin-left: 0;
}
.sou-nav a{
	position: relative;
	padding: 10px;
}
.sou-nav li:first-child a{
	border-left: 0;
}
.sou-nav li:nth-of-type(2n){
	border-right: 0;
}
.sou-nav li:nth-of-type(5n){
	width: 100%;
	border-right: 0;
}
.sou-nav a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #C9CACA;
	border-right: 2px solid #C9CACA;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sou-nav .sou-nav-active{
	color: #FFF;
	background: #004EA2;
}
.sou-vol{
	margin-bottom: 30px;
	text-align: left;
}
.sou-vol-in{
	display: block;
	text-align: left;
}
.sou-vol-in span{
	display: block;
	margin-bottom: 5px;
	color: #004EA2;
}
.sou-vol-in ul{
	display: block;
}
.sou-vol-in ul:after{
	content: "";
	display: block;
	clear: both;
}
.sou-vol-in li{
	display: block;
	float: left;
	width: 48%;
	margin: 5px 1%;
	padding: 0;
	border-right: 0;
}
.sou-vol-in li a{
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	border: 1px solid #231815 !important;
	border-radius: 5px;
}
.sou-vol-in li a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sou-backnum-wrap{
	margin: 20px 0;
}
.sou-backnum,
.sou-backnum-openclose.active{
	padding: 20px 0;
}
.sou-backnum-openclose,
.sou-backnum.active{
	padding: 10px;
}
.sou-backnum:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.sou-backnum-head{
	position: static;
}
.sou-backnum-left{
	margin-bottom: 10px;
}
.sou-backnum-left,
.sou-backnum-openclose .sou-backnum-left.active{
	width: 60px;
}
.sou-backnum-openclose .sou-backnum-left,
.sou-backnum-left.active{
	width: 60px;
}
.sou-backnum-right,
.sou-backnum-openclose .sou-backnum-right.active{
	padding-left: 70px;
}
.sou-backnum-openclose .sou-backnum-right,
.sou-backnum-right.active{
	padding-left: 70px;
}
.backnum-new{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 2px 10px;
	text-align: center;
	box-sizing: border-box;
}
.backnum-vol,
.sou-backnum-openclose .backnum-vol.active{
	line-height: 1.5;
}
.sou-backnum-openclose .backnum-vol,
.backnum-vol.active{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.red{
	margin-bottom: 5px;
	font-weight: bold;
	color: #E60012;
}
.backnum-ttl{
	font-size: 12px;
	color: #727171;
}
.backnum-guest{
	font-size: 12px;
	color: #727171;
}
.backnum-chizai{
	clear: both;
	position: static;
	margin-top: 20px;
	text-align: center;
}
.backnum-chizai a{
	display: block;
	padding: 10px;
}
.backnum-open{
	clear: both;
}
.backnum-open,
.sou-backnum-openclose .backnum-open.active{
	position: static;
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	background: #9FA0A0;
}
.sou-backnum-openclose .backnum-open,
.backnum-open.active{
	padding: 10px;
	border-radius: 50px;
	color: #FFF;
	background: #9FA0A0;
}
.backnum-open:hover{
	opacity: 1;
}
.backnum-open:before{
    color: #FFF;
}
.backnum-open.active:before{
	content: "\f056";
}
.contents-index{
	margin: 30px 0;
	padding: 10px;
}
.sou-contents{
	margin: 0;
}
.contents-chapter{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.contents-chapter .left{
	width: 20px;
	padding: 10px;
	font-size: 20px;
}
.contents-chapter .left span{
	left: 3px;
	font-size: 10px;
}
.contents-chapter .rose sup{
	top: -15px;
}
.contents-chapter .rose span{
	top: -20px;
}
.contents-chapter td{
	font-size: 14px;
}
.contents-chapter td:first-of-type{
	width: 30px;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創)  - サポーターズ
-----------------------------------------------------------*/
.sou-supporters{
	width: auto;
	margin: 0 auto;
}
.sou-supporters dt{
	font-size: 18px;
}
.sou-supporters dt .small{
	padding-left: 5px;
}
.sou-supporters dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: justify;
}





/*----------------------------------------------------------- 
	フジキンスーパーカレンダー
-----------------------------------------------------------*/
.sou-cho{
	width: 38px;
	padding-right: 5px;
}
.calendarImg{
	width: 60%;
	margin: 40px auto;
}
.calendarHead{
	width: 320px;
	margin: 0 auto;
}
.calendarBox{
	width: 80%;
	margin: 10px auto 40px;
	padding: 40px;
	border: 1px solid #999;
}
.calendarBoxImg{
	float: left;
	width: 320px;
}
.calendarBoxChara{
	padding-left: 360px;
}
.calendarBoxChara dt{
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.calendarBoxChara dd:before{
	content: "◎";
	padding-right: 5px;
}
.calendarBoxChara dd{
	margin-bottom: 10px;
	padding-left: 1.3em;
	line-height: 1.5em;
	text-indent: -1.3em;
}

.calendarDetail{
	margin: 40px 0;
}
.calendarDetailBox{
	float: left;
	width: 300px;
	min-height: 304px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 1.5em;
}
.calendarDetailBox:nth-child(3n){
	margin-right: 0;
}
.calendarDetailBox h4{
	margin: 5px 0;
	font-weight: bold;
	color: #43B149;
}
.calendarDetailBox p{
	margin: 0;
	font-size: 14px;
}

.calendarBottom .heading2{
	margin-top: 80px;
}
.calendarBottom .heading3{
	margin: 20px 0 10px;
}
.calendarBottom strong{
	font-weight: bold;
	font-size: 18px;
}
.calendarBottom li{
	padding-left: 1.4em;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1.4em;
}
.calendarBottom li:before{
	content: "※";
	padding-right: 5px;
}
.calendarBuy{
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.5em;
}
.calendarBuy .kome{
	font-size: 12px;
	color: #C00;
}
.calendarBuy1{
	float: left;
	width: 320px;
	margin-right: 20px;
}
.calendarBuy th,
.calendarBuy td{
	padding: 10px;
	border: 1px solid #DCDCDC;
	font-weight: normal;
	text-align: left;
}
.calendarBuy thead th{
	font-weight: bold;
	color: #FFF;
	background: #969696;
}
.calendarBuy tbody th{
	background: #F5F5F5;
}
.calendarBuy1 th,
.calendarBuy1 td{
	width: 50%;
}
.calendarBuy1 tbody tr:last-child th,
.calendarBuy1 tbody tr:last-child td{
	font-weight: bold;
}
.calendarBuy1 tbody tr:last-child th{
	background: #E6E6E6;
}





/*----------------------------------------------------------- 
	NEWテクノマート SO(創)  - サポーターズ
-----------------------------------------------------------*/
.zen-greeting p{
	font-size: 14px;
}
.zen-sign{
	font-size: 12px;
}




/*----------------------------------------------------------- 
	フジキンスーパーカレンダー
-----------------------------------------------------------*/
.sou-cho{
	width: 24px;
}
.calendarImg{
	margin: 20px auto;
}
.calendarHead{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.calendarBox{
	width: auto;
	margin: 10px 0 20px;
	padding: 10px;
}
.calendarBoxImg{
	display: block;
	float: none;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 20px;
}
.calendarBoxChara{
	padding-left: 0;
}
.calendarBoxChara dt{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
}
.calendarBoxChara dd{
	padding-left: 0;
	font-size: 14px;
	text-indent: 0;
}

.calendarDetail{
	margin: 20px 0;
}
.calendarDetailBox{
	display: table;
	float: none;
	width: auto;
	min-height: auto;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
}
.calendarDetailBox img{
	display: table-cell;
	width: 100px;
}
.calendarDetailBox h4{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding-left: 10px;
	text-align: left;
}

.calendarBottom .heading2{
	margin-top: 40px;
}
.calendarBottom p{
	font-size: 14px;
	line-height: 1.5em;
}
.calendarBottom strong{
	display: block;
	font-size: 16px;
}
.calendarBottom li{
	padding-left: 0;
	text-indent: 0;
}
.calendarBuy .kome{
	display: block;
	line-height: 1.5em;
}
.calendarBuy2{
	border: 1px solid #DCDCDC;
}
.calendarBuy2 tr,
.calendarBuy2 th,
.calendarBuy2 td{
	display: block;
	border: 0;
}
.calendarBuy1{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}





/*----------------------------------------------------------- 
	子どもたちに人気のチョウザメ展示
-----------------------------------------------------------*/
.science-mid{
    margin: 40px 0;
}
.science-mid-description{
    float: none;
    width: auto
}
.science-mid-img{
    width: 30%;
    margin-right: 10px;
}
.science-heading{
    margin: 40px 0 20px;
    font-size: 16px;
}
.science-heading br{
    display: none;
}
.science-heading:before{
    margin-bottom: 10px;
}
.science-heading:after{
    margin-top: 10px;
}
.caviar-heading{
    margin: 0 0 10px;
    font-size: 16px;
}

/* 202304追記 */
/*----------------------------------------------------------- 
	SDGs
-----------------------------------------------------------*/
.sdgs .pcNone {
	display: block;
}
.sdgs .spNone {
	display: none;
}
.sdgs #page-top {
	width: 50px;
	height: 50px;
    right: 10px;
}
.sdgs section {
	margin-top: 60px;
}
.sdgs section#contents03 .sdgsFlex .sdgsFlex {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.sdgs section#contents03 .sdgsFlex .sdgsFlex .leftBlock {
	width: calc(100% * 6.1 - 5px);
}
.sdgs section#contents03 .sdgsFlex .sdgsFlex .rightBlock {
	width: calc(100% * 3.9 - 5px);
}
.sdgs .bizAnchorLink a {
	font-size: 2.5vw;
	padding: 5px 5px 25px;
	min-height: 45px;
}
.sdgsBoxWrap .sdgsBoxInner {
	padding: 30px;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsTitle {
	font-size: 6vw;
}
.sdgsBoxWrap .sdgsBoxInner .contentsTitle {
	font-size: 4.5vw;
}
.sdgsBoxWrap .sdgsBoxInner .contentsBlock {
	margin-top: 60px;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex {
	flex-wrap: wrap;
	margin-top: 0;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex .img {
	text-align: center;
	width: 100%;
}
section#contents01 .sdgsBoxWrap .sdgsBoxInner .sdgsFlex .img {
	width: auto;
	margin: 0 auto;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory .tsukubaStoryTitle {
	font-size: 4.5vw;
	margin-bottom: 20px;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory {
	padding: 0 20px 20px;
}
.sdgsBoxWrap .sdgsBoxInner .tsukubaStory::after {
	width: 30px;
    height: 30px;
    background-size: cover;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex img {
	width: 100%;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex.sdgsFlexChange {
	flex-direction: column-reverse;
	margin: 40px auto;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex.sdgsFlexChange .sdgsFlex {
	display: flex;
	gap: 10px;
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex.sdgsFlexChange .sdgsFlex > figure {
	width: calc(100% / 2 - 5px);
}
.sdgsBoxWrap .sdgsBoxInner .sdgsFlex figure figcaption {
	font-size: 10px;
}
}

