@charset "Shift_JIS";

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.tc {
	text-align: center;
}

section#key_v {
	padding: 35px 0 0 0;
	box-sizing: border-box;
	text-align: center;
}

section#key_v .logo_wrap {
	padding: 0 2% 12px;
	box-sizing: border-box;
	text-align: center;
}

section#key_v .txt {
	padding: 0 4% 25px;
	box-sizing: border-box;
	text-align: center;
}

section#key_v .txt p {
	line-height: 1.8em;
    font-size: 14px;
}

section#key_v .photo_wrap {
	width: 100%;
	background: #f2f4f6;
}

.subtitle {
	background: #001e53;
	padding: 8px 15px;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.subtitle {
		
	}
}

.subtitle h2 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}

section#key_v .photo_wrap .img_wrap img {
	/* max-width: 100%; */
	width: 100%;
}


section#product_wrap {
	background: #f2f4f6;
	padding: 0 0 30px 0;
	box-sizing: border-box;
	margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
	section#product_wrap {
		padding-top: 30px;
	}
}

section#product_wrap .cont {
	background: #fff;
}

@media screen and (max-width: 767px) {
	section#product_wrap .cont {
		width: 92%;
	}
}

section#product_wrap .cont .productCont {
	padding: 15px;
	box-sizing: border-box;
}

section#product_wrap .cont .productCont:after {
	content: '';
	clear: both;
	display: block;
}

section#product_wrap .cont .productCont .left_wrap {
	width: 49%;
	float: left; 
}

@media screen and (max-width: 649px) {
	section#product_wrap .cont .productCont .left_wrap {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

section#product_wrap .cont .productCont .right_wrap {
	width: 49%;
	float: right; 
}


@media screen and (max-width: 649px) {
	section#product_wrap .cont .productCont .right_wrap {
		width: 100%;
		float: none;
	}
}

section#product_wrap .cont .productCont h4 {
	color: #001e53;
	margin-bottom: 8px;
}

section#product_wrap .cont .productCont li {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
	border-bottom: 1px dotted #e6e6e6;
	
}


section#contents_wrap {
	padding: 30px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	section#contents_wrap .cont {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}

section#contents_wrap .subtitle {
	margin-bottom: 20px;
}


section#contents_wrap .unit_wrap {
	margin-bottom: 35px;
}

section#contents_wrap .boxWrapper:after {
	content: '';
	display: block;
	clear: both;
}

section#contents_wrap .boxWrapper .box {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 25px;
}

@media screen and (max-width: 899px) {
	section#contents_wrap .boxWrapper .box {
		width: 49%;
	}
}

@media screen and (max-width: 699px) {
	section#contents_wrap .boxWrapper .box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}


section#contents_wrap .boxWrapper .box:nth-child(3n) {
	margin-right: 0%;
}

@media screen and (max-width: 899px) {
	section#contents_wrap .boxWrapper .box:nth-child(3n) {
		margin-right: 2%;
	}
	
	section#contents_wrap .boxWrapper .box:nth-child(2n) {
		margin-right: 0%;
	}
}

@media screen and (max-width: 699px) {
	section#contents_wrap .boxWrapper .box:nth-child(3n) {
		margin-right: 0%;
	}
}

section#contents_wrap .boxWrapper .box .item_text {
	width: 100%;
	min-height: 3.6em;
	position: relative;
}

section#contents_wrap .boxWrapper .box .item_text p {
	text-align: center;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}

section#contents_wrap .boxWrapper .box .read {
	background: #f2f2f2;
	border: 1px solid #b2bbcb;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 12px;
}

section#contents_wrap .boxWrapper .box .read p {
	font-size: 13px;
	min-height: 3.2em;
}

section#contents_wrap .boxWrapper .box .mov_wrap {
	margin-bottom: 15px;
}

section#contents_wrap .boxWrapper .box .mov_wrap img {
	max-width: 100%;
}

section#contents_wrap .boxWrapper .box .btn_wrap {
	border: 1px solid #001e53;
	text-align: center;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#contents_wrap .boxWrapper .box .btn_wrap:hover {
	border: 1px solid #001e53;
	background: #001e53;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#contents_wrap .boxWrapper .box .btn_wrap a {
	display: block;
	width: 100%;
	color: #001e53;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 0;
	box-sizing: border-box;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#contents_wrap .boxWrapper .box .btn_wrap:hover a {
	color: #ffffff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#contents_wrap .boxWrapper .box .btn_wrap .icon_wrap {
	position: relative;
	vertical-align: middle;
	top: -2px;
	margin-right: 0.5em;
}

section#contents_wrap .boxWrapper .box .btn_wrap .icon_wrap img {
	vertical-align: middle;
}


.chu_wrap .chu {
	font-size: 11px;
	padding: 3px;
}

.chu_wrap .f_left {
	float: left;
}

.chu_wrap .f_right {
	float: right;
	text-align: right;
}


@media screen and (max-width: 449px) {
	.chu_wrap .f_left {
		text-align: left;
		float: none;
	}
	
	.chu_wrap .f_right {
		float: none;
	}
}


section#information_wrap {
	background: #f2f4f6;
	padding: 30px 0 0 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	section#information_wrap {
		padding-top: 0;
	}
	
}

section#information_wrap .cont {
	padding: 25px 15px 35px 15px;
	box-sizing: border-box;
	background: #fff;
}

section#information_wrap .w48p {
	width: 48%;
}

@media screen and (max-width: 767px) {
	section#information_wrap .w48p {
		width: 100%;
	}
	
}


section#information_wrap .f_left {
	float: left;
}

section#information_wrap .f_right {
	float: right;
	text-align: center;
}

section#information_wrap .f_right img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	section#information_wrap .f_left {
		float: none;
	}
	
	section#information_wrap .f_right {
		float: none;
		text-align: center;
		padding: 2%;
		box-sizing: border-box;
	}
}


section#information_wrap .box {
	margin-bottom: 15px;
}

section#information_wrap .box h3 {
	font-weight: bold;
    font-size: 14px;
    color: #003459;
}

section#information_wrap .box p {
	font-size: 18px;
    font-weight: bold;
    line-height: 2.2em;
}

@media screen and (max-width: 599px) {
	section#information_wrap .box p {
		font-size: 16px;
	}
}

section#information_wrap .box p.linkTxt.map {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
}

section#information_wrap .box p.linkTxt:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #c02;
	border-right: 1px solid #c02;
	transform: rotate(45deg);
	margin-left: 6px;
	position: relative;
	top: -1px;
}


/**  テキストエリア デコレーション **/
.cont202403_textAreaDeco_01 {
	width: 100%;
	position: relative;
	margin-bottom: 55px;
}

@media screen and (max-width: 599px) {
	.cont202403_textAreaDeco_01 {
		margin-bottom: 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;
	font-size: 15px;
}

.cont202403_textAreaDeco_01 p.mb1em {
	margin-bottom: 1em;
	
}

@media screen and (max-width: 767px) {
	.cont202403_textAreaDeco_01 .cont p {
		font-size: 14px;
	}
}

section.cont202503 .deco_upper {
	padding-top: 35px;
	display: block;
	margin-top: 15px;
}


.cont202403_textAreaDeco_01 .deco_upper:before, 
section.cont202503 .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, 
section.cont202503 .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, 
section.cont202503 .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_textAreaDeco_01 .cont .photo_wrap .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.cont202403_textAreaDeco_01 .cont .photo_wrap .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



/****

contFootBnrArea

***/

.unit_wrap.contFootBnrWrap .unitBox.bnrWrap .flexCont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 35px;
}

@media screen and (max-width: 449px) {
	.unit_wrap.contFootBnrWrap .unitBox.bnrWrap .flexCont {
		display: unset;
	}
}

.unit_wrap.contFootBnrWrap .unitBox.bnrWrap .flexCont .bnrBox {
	padding: 0 10px;
	box-sizing: border-box;
	
	opacity: 1;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 449px) {
	.unit_wrap.contFootBnrWrap .unitBox.bnrWrap .flexCont .bnrBox {
		margin-bottom: 15px;
	}
}


.unit_wrap.contFootBnrWrap .unitBox.bnrWrap .flexCont .bnrBox:hover {
	opacity: .75;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}



/***
footer bnr_Area
***/

.content_wrap .unit_wrap#cont_02 {
	width: 100%;
	background: rgba(242, 242, 242, 1);
	padding: 35px 0;
}

.content_wrap .unit_wrap#cont_02 .sns_bnr_wrap {
	margin-top: 25px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.content_wrap .unit_wrap#cont_02 .sns_bnr_wrap {
		width: 92%;	
	}
}

.content_wrap .unit_wrap#cont_02 .sns_bnr_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

.content_wrap .unit_wrap#cont_02 .sns_bnr_wrap ul li {
	width: 49%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
	margin-right: 2%;
}

.content_wrap .unit_wrap#cont_02 .sns_bnr_wrap ul li:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.content_wrap .unit_wrap#cont_02 .sns_bnr_wrap ul li {
		width: 100%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}



@media screen and (max-width: 767px) {
	
	
	.content_wrap .unit_wrap#cont_02 .cont {
		width: 92%;
	}
	
	.content_wrap .unit_wrap#cont_02 .cont .photo {
		width: 100%;
		float: none;	
	}
	
	.content_wrap .unit_wrap#cont_02 .cont .txt {
		width: 100%;
		float: none;	
	}
	
	.content_wrap .unit_wrap#cont_02 .cont .btn_wrap {
		position: static;
	}
	
}




section.contPublicationWrap {
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    border: 1px solid #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	section.contPublicationWrap {
		width: 92%;
	    margin-left: auto;
	    margin-right: auto;
	}
}


section.contPublicationWrap .cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 699px) {
	section.contPublicationWrap .cont {
		flex-direction: column;	
	}
}

section.contPublicationWrap .cont .textWrap {
	width: 65%;
}

@media screen and (max-width: 699px) {
	section.contPublicationWrap .cont .textWrap {
		width: 100%;
		margin-bottom: 12px;
		text-align: left;
	}
}

section.contPublicationWrap .cont .textWrap p {
	font-size: 14px;
	margin-bottom: 1em;
}

section.contPublicationWrap .cont .textWrap h2.pubTitle {
	 font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.8em;
}


section.contPublicationWrap .cont .photo_wrap {
	width: 30%;
}

@media screen and (max-width: 699px) {
	section.contPublicationWrap .cont .photo_wrap {
		width: 100%;
		margin-bottom: 12px;
		text-align: center;
		margin-top: 15px;
	}
}

section.contPublicationWrap .cont .photo_wrap .photo {
	aspect-ratio: 16/9;
	text-align: center;
	overflow: hidden;
}

section.contPublicationWrap .cont .photo_wrap .photo img {
	max-width: 100%;
	max-height: 100%;
}

section.contPublicationWrap .cont .photo_wrap .photo a img {
	opacity: 1;
	transition: all .4s;
}

section.contPublicationWrap .cont .photo_wrap .photo a:hover img {
	opacity: .8;
	transition: all .4s;
}

section.contPublicationWrap .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;
}

section.contPublicationWrap .pdf_btn_wrap:hover {
	opacity: .8;
	transition: all .4s;
}

section.contPublicationWrap .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;
}

section.contPublicationWrap .pdf_btn_wrap a .arr {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	position: relative;
	margin-left: 6px;
}

section.contPublicationWrap .pdf_btn_wrap a .arr:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
}

section.contPublicationWrap .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;
}