@charset "Shift_JIS";
/**
202403更新用 CSS
**/

.mainContentWrapper {
	position: relative;
}

.mainContentWrapper .floatBnr.cont202403 {
	position: fixed;
	right: 3%;
	bottom: 130px;
	z-index: 999;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .45));
	
	opacity: 0;
	visibility: collapse;
	
	-webkit-transition: all .6s;
	transition: all .6s;
}

.mainContentWrapper .floatBnr.cont202403.active {
	opacity: 1;
	visibility: visible;
	
	-webkit-transition: all .8s;
	transition: all .8s;
}

@media screen and (max-width: 767px) {
	.mainContentWrapper .floatBnr.cont202403 {
		width: 290px;
		right: 4%;
	}
}

@media screen and (max-width: 599px) {
	.mainContentWrapper .floatBnr.cont202403 {
		width: 240px;
		bottom: 20px;
	}
}

.mainContentWrapper .floatBnr.cont202403 .img img {
	max-width: 100%;
}

.mainContentWrapper .floatBnr.cont202403 .close {
	display: block;
	content: '';
	width: 36px;
	height: 36px;
	cursor: pointer;
	
	position: absolute;
	top: -18px;
	right: -18px;
	
	border-radius: 50%;
	background: #fff;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, .45));
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.mainContentWrapper .floatBnr.cont202403 .close:hover {
	background: #000;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 599px) {
	.mainContentWrapper .floatBnr.cont202403 .close {
		width: 26px;
		height: 26px;
		top: -13px;
		right: -13px;
	}
}


.mainContentWrapper .floatBnr.cont202403 .close:after {
	content: '';
	width: 20px;
	height: 1px;
	background: #666666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.mainContentWrapper .floatBnr.cont202403 .close:hover:after {
	background: #ffffff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.mainContentWrapper .floatBnr.cont202403 .close:before {
	content: '';
	width: 20px;
	height: 1px;
	background: #666666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.mainContentWrapper .floatBnr.cont202403 .close:hover:before {
	background: #ffffff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


/** Topページ headerエリアのリンク **/
.cont202403_topHeadBtn {
	background: #000;
	padding: 10px 0 !important;
	box-sizing: border-box;
}

.cont202403_topHeadBtn.lpmHeader {
	background: #fff;
	padding: 0 0 10px 0 !important;
}

.cont202403_topHeadBtn .inner {
	border-top: 1px solid #ff8cb2;
	border-bottom: 1px solid #ff8cb2;
	text-align: center;
	position: relative;
	
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}


.cont202403_topHeadBtn .inner:hover {
	opacity: .9;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.cont202403_topHeadBtn .inner:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 140, 178, .7);
	z-index: 1;
}

.cont202403_topHeadBtn.lpmHeader .inner:after {
	background: #ff8cb2;
}

.cont202403_topHeadBtn .inner .cont {
	padding: 12px 2%;
	box-sizing: border-box;
	position: relative;
	z-index: 6;
}

.cont202403_topHeadBtn .inner .cont a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;	
}

.cont202403_topHeadBtn .inner .cont a .arr {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;
	margin-right: .6em;
	border: 1px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.cont202403_topHeadBtn .inner .cont a .arr:after {
	display: block;
	content: '';
	width: 7.5px;
	height: 7.5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: calc(50% - 2px);
	transform: translate(-50%, -50%) rotate(-45deg);
}


/** Topページ バナーエリア **/
.cont202403_topBannerArea {
	width: 100%;
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
}

.cont202403_topBannerArea:before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	/* background: #eef9f9; */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.cont202403_topBannerArea .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 999px) {
	.cont202403_topBannerArea .cont {
		width: 92%;	
		margin-left: auto;
		margin-right: auto;
	}
	
	.cont202403_topBannerArea .cont img {
		max-width: 100%;
	}
}

.cont202403_topBannerArea .cont .titleWrap {
	margin-top: 25px;
}

.cont202403_topBannerArea .cont .titleWrap p {
	margin-bottom: 0px;
}

.cont202403_topBannerArea .cont .titleWrap h1.mainTitle {
	font-size: calc(22px + 15 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
	
	font-family: "游ゴシック体", YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.cont202403_topBannerArea .cont .titleWrap p.read {
	font-size: 16px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	margin-bottom: 1em;
	line-height: 1.8em;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.cont202403_topBannerArea .cont .titleWrap p.read {
		font-size: 100%;	
	}
}

.cont202403_topBannerArea .cont .bnr {
	filter: drop-shadow(0 0 3px #000);
}


.cont202403_topBannerArea .cont a img {
	opacity: 1;
	transform: scale(1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.cont202403_topBannerArea .cont:hover a img {
	opacity: .8;
	transform: scale(1.02);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


/**  テキストエリア デコレーション **/
.cont202403_textAreaDeco_01 {
	width: 100%;
	position: relative;
	
	/** 20250715 **/
	margin-top: 35px;
}


.cont202403_textAreaDeco_01 .cont {
	width: 1000px;	
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.cont202403_textAreaDeco_01 .cont {
		width: 92%;	
	}
	
}

.cont202403_textAreaDeco_01 .cont p {
	line-height: 2.0em;
}

.cont202403_textAreaDeco_01 p.mb1em {
	margin-bottom: 1em;
}

.cont202403_textAreaDeco_01 .deco_upper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #ffffff, #57c4c3);
	opacity: .5;
}

.cont202403_textAreaDeco_01 .deco_upper:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	width: 81%;
	height: 1px;
	background: #00a8af;
	opacity: .3;
}

.cont202403_textAreaDeco_01 .deco_lower:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #57c4c3, #ffffff);
	opacity: .5;
}

.cont202403_textAreaDeco_01 .deco_lower:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 81%;
	height: 1px;
	background: #00a8af;
	opacity: .3;
}

/** 画像エリア **/

.cont202403_captureArea .cont {
	padding: 35px 0;
	box-sizing: border-box;
}

.cont202403_captureArea .cont .photoBox {
	text-align: center;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px;
	border: 5px solid #ddf3f3;
	
	width: 1000px;
}

@media screen and (max-width: 999px) {
	.cont202403_captureArea .cont .photoBox {
		width: 92%;	
	}
	
}

.cont202403_captureArea .cont .photoBox img {
	max-width: 100%;
}

.cont202403_captureArea .cont .photoBox .unit {
	margin-bottom: 35px;
}

.cont202403_captureArea .cont .photoBox:last-child {
	margin-bottom: 0;
}

.content_wrap.cont202403 .pt35 {
	padding-top: 35px;
}

/**  Pickup **/

.cont202403_topPickupArea {
	padding: 35px 0;
	box-sizing: border-box;
}

.cont202403_topPickupArea.lpmCont {
	padding: 15px 0 35px 0;
}

.cont202403_topPickupArea .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #57c4c3;
	padding: 5px;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont {
		width: 92%;	
	}
	
}

.cont202403_topPickupArea .cont .pickupHeader {
	padding: 18px;
	box-sizing: border-box;
}

.cont202403_topPickupArea .cont .pickupHeader .ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupHeader .ttl {
		display: unset;
	}
}

.cont202403_topPickupArea .cont .pickupHeader .ttl .eng {
	font-size: clamp(35px, 40px, 55px);
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	width: 30%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupHeader .ttl .eng {
		width: 100%;
		margin-bottom: 10px;
	}
}


.cont202403_topPickupArea .cont .pickupHeader .ttl .jpn {
	display: inline-block;
	width: 68%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 12px 0 12px 8px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupHeader .ttl .jpn {
		width: 100%;
		text-align: center;
		padding: 8px 0;
	}
}

@media screen and (max-width: 499px) {
	.cont202403_topPickupArea .cont .pickupHeader .ttl .jpn {
		font-size: 16px;
	}
}

.cont202403_topPickupArea .cont .pickupHeader .ttl .jpn .register{
	font-size: 13px;
	font-weight: normal;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupHeader .ttl .jpn .register{
		display: block;
		width: 100%;
	}
}

.cont202403_topPickupArea .cont .pickupHeader p.desc {
	text-align: center;
	color: #fff;
	padding: 12px 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
	.cont202403_topPickupArea .cont .pickupHeader p.desc {
		font-size: 14px;
	}
}

.cont202403_topPickupArea .cont .pickupUnit {
	background: #fff;
	position: relative;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont {
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont {
		padding: 10px;
	}
}

@media screen and (max-width: 699px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont {
		display: block;
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont.noFlex {
	display: block;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box:after {
	content: '';
	display: block;
	clear: both;
}



.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box .right_wrap {
	float: right;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box .left_wrap {
	float: left;
}

@media screen and (max-width: 699px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box .right_wrap {
		float: none;
	}
	
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box .left_wrap {
		float: none;
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box p.chu {
	font-size: 12px;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box .boxTilteWrap h2.articleTitle {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.8em;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .box .boxTilteWrap h2.articleTitle {
		font-size: 16px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}


.cont202403_topPickupArea .cont .pickupUnit .pickupCont .twoColumn .photo_wrap {
	width: 40%;
}

@media screen and (max-width: 699px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .twoColumn .photo_wrap {
		width: 100%;
		margin-bottom: 12px;
		text-align: center;
		margin-top: 15px;
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .photo_wrap .photo {
	aspect-ratio: 16/9;
	text-align: center;
	overflow: hidden;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .photo_wrap .photo img {
	max-width: 100%;
	max-height: 100%;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .photo_wrap .photo a img {
	opacity: 1;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .photo_wrap .photo a:hover img {
	opacity: .8;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap {
	background: rgba( 255, 140, 178, 1.0 );
	text-align: center;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	
	opacity: 1;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap.w375 {
	width: 375px;
}

@media screen and (max-width: 499px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap.w375 {
		width: 92%;	
	}
	
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap.w375 .txt {
		width: calc( 100% - 20px );	
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap:hover {
	opacity: .8;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap a {
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 6px;
	box-sizing: border-box;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap a .arr {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 6px;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap a .arr:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .pdf_btn_wrap a .arr:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 4px;
}


.cont202403_topPickupArea .cont .pickupUnit .pickupCont .twoColumn .text_wrap {
	width: 58%;
	box-sizing: border-box;
}

@media screen and (max-width: 699px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .twoColumn .text_wrap {
		width: 100%;
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap h2.articleTitle {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.8em;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap h2.articleTitle {
		font-size: 16px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}


.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap p.articleRead {
	font-size: 14px;
	line-height: 1.8em;
	text-align: justify;
}


.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap p.attentionTxt {
	font-size: 13px;
	color: #ff8cb2;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul li {
	font-size: 14px;
	line-height: 1.8em;
	text-indent: -1.4em;
	padding-left: 1.4em;
	box-sizing: border-box;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 599px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap {
		flex-direction: column;	
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li {
	width: 48%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li {
		width: 100%;
	}
}



.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn {
	justify-content: flex-start;
	gap: 1%;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn li {
	width: 32%;
	text-align: center;
	
}


@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn li {
		width: 48%;
	}
}

@media screen and (max-width: 599px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn li {
		width: 100%;
		margin-bottom: 15px;
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a {
	opacity: 1;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a:hover {
	opacity: .75;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li img {
	max-width: 100%;	
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn li .img {
	height: 300px;
	margin-bottom: 10px;
	display: flex; 
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn li .img {
		height: auto;
	}
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap.oneColumn li .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a {
	text-decoration: none;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li .text_wrap {
	font-weight: bold;
	width: 100%;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a .pdf_btn_wrap {
	
	color: #fff;
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 6px 16px;
    box-sizing: border-box;
    
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li {
	text-indent: 0;
	padding-left: 0;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a .pdf_btn_wrap .txt {
	text-align: left;
	width: calc( 100% - 20px );
	text-indent: 0;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a .pdf_btn_wrap .arr {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 0;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a .pdf_btn_wrap .arr:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupCont .text_wrap ul.introduction_productWrap li a .pdf_btn_wrap .arr:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 4px;
}


.cont202403_topPickupArea .cont .pickupUnit .pickupCont .expire_attention {
    color: #003459;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f6f6f6;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont {
	display: block;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box {
		display: block;
		width: 100%;
	}
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box.flex-wrap {
	flex-wrap: wrap;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box.merumagaWrap {
	flex-direction: column;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box.merumagaWrap .upper_wrap {
	width: 100%;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box.merumagaWrap .btn_wrap {
	padding: 0;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .btn_wrap {
	padding: 0 15px 15px 15px;
	
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .left_wrap {
	width: 53%;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .left_wrap {
		width: 100%;
		float: none;
		margin-bottom: 15px;
/* 		text-align: center; */
	}
	
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .left_wrap .photo {
		width: 100%;	
	}
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .left_wrap .photo img {
	max-width: 100%;	
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap {
	width: 45%;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap {
		width: 100%;
		float: none;
	}
}


.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p {
	margin-bottom: 1em;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p:last-child {
	margin-bottom: 0;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p .responsibility {
	font-size: 80%;
	color: #57c4c3;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p .responsibility {
	font-size: 80%;
	color: #57c4c3;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p .belong {
	font-size: 80%;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p .name {
	margin-left: 0.5em;
	font-size: 110%;
	font-weight: bold;
}

@media screen and (max-width: 999px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .right_wrap .infoWrap p .name {
		font-size: 105%;
	}
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .box .upper_wrap p span.subttl {
	font-weight: bold;
    font-size: 14px;
    color: #003459;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev {
	padding: 15px 0;
	box-sizing: border-box; 
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev.bbGray {
	border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev p {
	font-size: 15px;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev a img {
	opacity: 1;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev a:hover img {
	opacity: .75;
	transition: all .4s;
}


.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev h3 span.text {
	color: #003459;
	margin-bottom: 25px;
	display: inline;
	text-align: center;
}


.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev .responseWrap.flexBox {
	display: flex;
	gap: 20px;
	
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev .responseWrap.flexBox {
		flex-direction: column;
		width: 100%;
	}
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev .responseWrap.flexBox .pdf_btn_wrap {
	width: 280px;
}

@media screen and (max-width: 349px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_1 .pickupCont .pickupFootResponseDev .responseWrap.flexBox .pdf_btn_wrap {
		width: 100%;
	}
}




.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont {
	flex-direction: column;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap {
	margin-bottom: 35px;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap h3.titleH3 {
	font-weight: normal;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8em;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 8px;
    box-sizing: border-box;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap p span.subttl {
	font-weight: bold;
    font-size: 14px;
    color: #003459;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap p span.name {
	font-size: 20px;
    font-weight: bold;
    margin-right: 0.5em;
}

@media screen and (max-width: 559px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap p span.name {
		padding: 0.5em 0 0.3em 0.3em;
	}
	
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap p span.belong {
	margin-left: 1em;
}

@media screen and (max-width: 599px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap p span.belong {
		margin-left: 0;
	}
}


/** descriptionWrap **/

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap {
	margin-bottom: 25px;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap .text {
	height: 150px;
	overflow: hidden;
	position: relative;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap .text:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap.isOpen .text {
	height: auto;
	overflow: unset;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap.isOpen .text:after {
	opacity: 0;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap .text p {
	font-size: 14px;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap button.showClsBtn {
	margin-top: 1.5em;
	background: none;
	border: 1px solid #001e53;
	padding: 8px 15px;
	cursor: pointer;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap button.showClsBtn:hover {
	background: #001e53;
	color: #fff;
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap button.showClsBtn .arr {
	content: '';
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	border-right: 1px solid #001e53;
	border-bottom: 1px solid #001e53;
	transform: rotate(45deg) ;
	margin-left: 8px;
	top: -3px;
	
	transition: all .4s;
}


.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap.isOpen button.showClsBtn .arr {
	transform: rotate(-135deg) ;
	top: 3px;
	
	transition: all .4s;
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .upper_wrap .descriptionWrap button.showClsBtn:hover .arr {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/** ↑descriptionWrap **/

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .bottom_wrap .photo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .box .bottom_wrap .photo {
		width: 100%;
	}
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .pickupFootResponseDev h3.ttlToSomebody {
	margin-bottom: 25px;
	font-size: 18px;
}


.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .pickupFootResponseDev h3 span.text {
	color: #003459;
	margin-bottom: 25px;
	display: inline;
	text-align: center;
}


.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .pickupFootResponseDev .responseWrap.flexBox {
	display: flex;
	gap: 20px;
	
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .pickupFootResponseDev .responseWrap.flexBox {
		flex-direction: column;
		width: 100%;
	}
}

.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .pickupFootResponseDev .responseWrap.flexBox .pdf_btn_wrap {
	width: 280px;
}

@media screen and (max-width: 349px) {
	.cont202403_topPickupArea .cont .pickupUnit.pattern_2 .pickupCont .pickupFootResponseDev .responseWrap.flexBox .pdf_btn_wrap {
		width: 100%;
	}
}




.cont202403_topPickupArea .cont .pickupUnit .pickupBtn {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupBtn a {
	background: #57c4c3;
	padding: 12px 16px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupBtn a .arr {
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	margin-left: .6em;
	border: 1px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.cont202403_topPickupArea .cont .pickupUnit .pickupBtn a .arr:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: calc(50% - 2px);
	transform: translate(-50%, -50%) rotate(-45deg);
}





/**  cont202403_LabCircleContArea **/

.cont202403_LabCircleContArea .bgCont {
	width: 100%;
	background: url('/image/jp/expo/science/iyou/index_39.jpg');
	background-size: cover;
	background-position: center;
	padding: 35px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 699px) {
	.cont202403_LabCircleContArea .bgCont {
		background: url('/image/jp/expo/science/iyou/index_39_SP.png');
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
}

.cont202403_LabCircleContArea .bgCont .read {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 649px) {
	.cont202403_LabCircleContArea .bgCont .read {
		font-size: 16px;
	}
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .read {
		font-size: 14px;
	}
}

.cont202403_LabCircleContArea .bgCont .logoWrap .tagline {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 649px) {
	.cont202403_LabCircleContArea .bgCont .logoWrap .tagline {
		font-size: 15px;
	}
}

.cont202403_LabCircleContArea .bgCont .logoWrap {
	margin-bottom: 10px;
}

@media screen and (max-width: 649px) {
	.cont202403_LabCircleContArea .bgCont .logoWrap {
		width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
}

.cont202403_LabCircleContArea .bgCont .logoWrap .img {
	margin-bottom: 6px;
}

.cont202403_LabCircleContArea .bgCont .logoWrap .img img {
	max-width: 100%;
}

.cont202403_LabCircleContArea .bgCont .logoWrap .logo_rubi {
	color: #57c4c3;
	font-weight: bold;
}

@media screen and (max-width: 649px) {
	.cont202403_LabCircleContArea .bgCont .logoWrap .logo_rubi {
		font-size: 13px;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #57c4c3;
	background: rgba(255, 255, 255, .75);
	margin-bottom: 15px;
	padding: 15px 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 649px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap {
		width: 92%;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap dl {
	display: flex;
	justify-content: space-between;
	align-items: top;
	margin-bottom: 8px;
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap dl {
		display: unset;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap dt.ttl  {
	text-align: right;
	width: 36%;
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap dt.ttl  {
		text-align: center;
		width: 100%;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap dt.ttl.pt3  {
	padding-top: 3px
}


.cont202403_LabCircleContArea .bgCont .infoWrap dt.ttl p {
	background: #57c4c3;
	color: #fff;
	display: inline-block;
	padding: 2px 6px;
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap dt.ttl p  {
		font-size: 13px;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap dd.desc  {
	text-align: left;
	width: 62%;
	padding: 4px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap dd.desc  {
		text-align: center;
		width: 100%;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap dd.desc p  {
	font-weight: bold;
	font-size: 15px;
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap dd.desc p  {
		font-size: 13px;
	}
}

.cont202403_LabCircleContArea .bgCont .infoWrap p.text  {

	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 449px) {
	.cont202403_LabCircleContArea .bgCont .infoWrap p.text  {
		font-size: 11px;
	}
}


.cont202403_LabCircleContArea .bgCont .btn_wrap {
	margin-bottom: 0;
}


.contents_menu_wrap.cont202403_ContentsList .cont .ttl_wrap {
	width: 100%;
	float: none;
	padding: 0;
}

@media screen and (max-width: 699px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .ttl_wrap {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 399px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .ttl_wrap {
		width: 100%;
	}
}

.contents_menu_wrap.cont202403_ContentsList .cont .ttl_wrap p.subtitle {
	font-size: 20px;
	background: #57c4c3;
	color: #fff;
	padding: 12px 16px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 699px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .ttl_wrap p.subtitle {
		font-size: 18px;
	}
}

@media screen and (max-width: 499px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .ttl_wrap p.subtitle {
		font-size: 16px;
	}
}

.contents_menu_wrap.cont202403_ContentsList .cont .menu_list {
	margin-top: 25px;
	width: 100%;
	float: none;
	
}

.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .upper {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	gap: 2%;
	row-gap: 20px;
	flex-wrap: wrap;
}



.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box {
	width: 32%;
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 699px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box {
		width: 49%;
	}
}

.contents_menu_wrap.contents_menu_list.cont202403_ContentsList .cont .menu_list .box:nth-child(4n) {
	margin-bottom: 0;
}


@media screen and (max-width: 499px) {
	.contents_menu_wrap.cont202403_ContentsList {
		padding-bottom: 35px;
	}
	
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box h3 {
		font-size: 13px;
	}
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box .arr {
		transform: scale(0.8);	
		right: 5px;
	}
	
}

@media screen and (max-width: 369px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box h3 {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 329px) {
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box h3 {
		font-size: 14px;
	}
	
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .upper {
		row-gap: 10px;	
	}
	
	.contents_menu_wrap.cont202403_ContentsList .cont .menu_list .box {
		width: 100%;
	}
}


@media screen and (min-width: 995px) and (max-width: 1304px) {
	
	
}

@media screen and (max-width: 994px) {
	
	
		
}

@media screen and (max-width: 767px) {
	
	
	
}



/*******

ボタン処理

******/

#lpm_202108 .cont202403_LabCircleContArea .btn_wrap {
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}




@media screen and (max-width: 559px) {
	#lpm_202108 .cont202403_LabCircleContArea .btn_wrap {
		width: 92%;	
	}
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap:hover {
	transform: scale(1.025);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap a {
	display: block;
	width: 100%;
	background: rgba( 255, 140, 178, 1.0 );
	color: rgba(255, 255, 255, 1);
	padding: 12px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108.lpm202204 .cont202403_LabCircleContArea .btn_wrap a {
	background: rgba( 241, 137, 26, 1.0 );
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap:hover a {
	letter-spacing: 0.3em;
	background: rgba( 255, 140, 178, 0.8 );
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}




#lpm_202108 .cont202403_LabCircleContArea .btn_wrap a:before {
	content: '';
	height: 1px;
	width: 88%;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -45%;
	background: #fff;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap:before a:before {
	width: 91%;
	margin-left: -46%;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap a:after {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 3%;
	background: #fff;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap:hover a:after {
	right: 2%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap a span.arr {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 5.8%;
	background: #fff;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


#lpm_202108 .cont202403_LabCircleContArea .btn_wrap:hover a span.arr {
	right: 5.5%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}




/** descriptionWrap **/

.pickupCont .exhibitionInfoOutlineWrap .unit {
	margin-bottom: 0;
	box-sizing: border-box;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl {
	
	box-sizing: border-box;
	padding: 12px 0;
	border-top: 1px solid #0071b4;
	border-bottom: 1px solid #0071b4;
	
	margin-bottom: 15px;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl p {
	font-size: 16px;
	text-align: left;
	color: #0071b4;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.6em;
	padding: 0 15px;
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl p {
		font-size: 13px;
	}
}

@media screen and (max-width: 549px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl p {
		text-align: center;
	}
}


.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl h4 {
	font-size: 22px;
    text-align: left;
    color: #0071b4;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 0;
    padding: 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl h4 {
		font-size: 16px;
	}
}

@media screen and (max-width: 549px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .box_ttl h4 {
		text-align: center;
	}
}


.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p {
	margin-bottom: 1em;
	font-size: 14px;
}


.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p span {
	display: inline-block;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p:last-child {
	margin-bottom: 0;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p.date {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 549px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p.date {
		font-size: 14px;	
	}
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p.date .bigger {
	font-size: 140%;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p.date .middler {
	font-size: 115%;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix p span.subttl {
	font-weight: bold;
    font-size: 14px;
    color: #003459;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix span.name {
	font-size: 20px;
    font-weight: bold;
    margin-right: 0.5em;
}

@media screen and (max-width: 559px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix span.name {
		padding: 0.5em 0 0.3em 0.3em;
	}
	
	.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix a {
		overflow-wrap: break-word;
	}
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .nameUnit {
	margin-bottom: 25px;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .mb0 {
	margin-bottom: 0;
}


.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .nameUnit dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .nameUnit dl dt {
	width: 170px;
}

@media screen and (max-width: 767px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .nameUnit dl dt {
		width: 100%;
	}
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .nameUnit dl dd {
	width: calc( 100% - 170px );
}

@media screen and (max-width: 767px) {
	.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .nameUnit dl dd {
		width: 100%;
		margin-bottom: 8px;
	}
}


.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .attention h3 {
	font-size: 15px;
	font-weight:bold;
	color: #0071b4;
	border-bottom: 1px solid #0071b4;
    line-height: 2.2em;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .attention p {
	font-size: 13px;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .attention p.mb0 {
	margin-bottom: 0;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .attention ul {
	margin-bottom: 1em;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .clearfix .attention li {
	font-size: 13px;
    line-height: 1.8em;
    text-indent: -1.1em;
    padding-left: 1.1em;
}


.pickupCont .exhibitionInfoOutlineWrap .unit .descriptionWrap .text .box {
	margin-bottom: 15px;
	flex-direction: column;
	gap: unset;
	border-bottom: 0;
    padding-bottom: 0;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .descriptionWrap .text .box:last-child {
	margin-bottom: 0;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .descriptionWrap .text h3 {
	margin: 0 0 0.5em;
    font-size: 16px;
    font-weight: bold;
    color: #003f7e;
    line-height: 130%;
}

.pickupCont .exhibitionInfoOutlineWrap .unit .descriptionWrap .text p {
	font-size: 14px;
}