@charset "utf-8";
/* ==========================================================================
   ttl
========================================================================== */
.ttlCategory{
	margin: 25px auto 40px;
}
.ttlCategory .ttl{
	font-size: 28px;
}
.ttlCategory .ttl .subject{
	margin-left: 30px;
}

@media screen and (max-width: 767px){
	.ttlCategory{
		margin: 10px auto;
	}
	.ttlCategory .ttl{
		font-size: 24px;
		text-align: center;
	}
	.ttlCategory .ttl .subject{
		margin-left: 20px;
	}
}

/* ==========================================================================
   main
========================================================================== */
@media screen and (max-width: 767px){
	main{
		padding-top: 0;
	}
}

/* ==========================================================================
   sclNote
========================================================================== */
.sclNote{
	display: none;
}
@media screen and (max-width: 767px){
	.sclNote{
		display: block;
		margin-bottom: 10px;
		padding: 3px 0;
		font-size: 11px;
		text-align: center;
		background: #f5f5f5;
	}
}

/* ==========================================================================
   mtlListWrap
========================================================================== */
/* ///// mtlListWrap ///// */
#mtlListWrap{
	/* margin-bottom: 30px; */
}

/* mtlStep */
#mtlListWrap #mtlStep{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 0 15px 0;
	padding: 5px 0;
	
}
#mtlListWrap #mtlStep .slick-slide{
	margin-left: 20px;
}
#mtlListWrap #mtlStep .slick-slide:first-of-type {
	margin-left: 0;
}
#mtlListWrap #mtlStep li{
	width: 100%;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	padding: 12px 0;
	background-color: #F6F6F6;
	cursor: pointer;
	box-shadow: 0 4px rgba(0, 0, 0, .1);
}
#mtlListWrap #mtlStep li:first-of-type {
	margin-left: 0;
}
#mtlListWrap #mtlStep li span{
	color: #818A8F;
}
#mtlListWrap #mtlStep li.active {
    background: #4b8ddf;
	box-shadow: 0 4px rgba(61, 113, 179, 1);
}
#mtlListWrap #mtlStep li.active span {
	color: #fff;
}

/* mtlNum */
#mtlListWrap #mtlNum{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#mtlListWrap #mtlNum .slick-list  {
	margin-bottom: 0;
	max-height: 36px;
}
#mtlListWrap #mtlNum li{
	width: 100%;
	padding: 19px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	font-feature-settings: "palt" 1;
}
#mtlListWrap #mtlNum li.slick-current,
#mtlListWrap #mtlNum .slick-current > div > li{
	color: #00A9E0;
	background: #E6F7FF;
	border-radius: 8px 8px 0 0;
}

#mtlNum .prev-arrow {
    transform: rotate(90deg);
	cursor: pointer;
}
#mtlNum .next-arrow {
	transform: rotate(270deg);
	cursor: pointer;
}

@media screen and (max-width: 767px){
	#mtlListWrap{
		overflow-x: hidden;
		margin-top: -11px;
		padding-top: 11px;
	}
	#mtlListWrap::-webkit-scrollbar{height:10px;}/*バ�?�の太�?*/
	#mtlListWrap::-webkit-scrollbar-track{background:#e6e6e6; border-radius: 10px; border: none;}/*バ�?�の背景色*/
	#mtlListWrap::-webkit-scrollbar-thumb{background:#b4b4b4; border-radius: 10px;}/*バ�?�の色*/

	/* mtlStep */
	#mtlListWrap #mtlStep{
		width: 100%;
		margin-bottom: 5px;
	}
	#mtlListWrap #mtlStep .slick-track{
		padding-bottom: 10px;
	}
	#mtlListWrap #mtlStep .slick-slide{
	margin-left: 20px;
	}
	#mtlListWrap #mtlStep .slick-slide:first-of-type {
		margin-left: 0;
	}
	#mtlListWrap #mtlStep li {
		width: fit-content;
		min-width: 96px;
		padding: 12px 16px;
	}

	/* mtlNum */
	#mtlListWrap #mtlNum{
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	#mtlListWrap #mtlNum .slick-list  {
		margin-bottom: 0;
		max-height: 36px;
	}
	#mtlListWrap #mtlNum li {
		padding: 19px 0;
	}
}

/* ==========================================================================
   kyozaiTxt
========================================================================== */
.kyozaiTxt{
	margin-bottom: 0px;
}

@media screen and (max-width: 767px){
	.kyozaiTxt{
		margin-bottom: 0px;
	}
}

/* ==========================================================================
   mtlDtlWrap
========================================================================== */
/* ///// mtlSlideWrap ///// */
.mtlH2 {
	opacity: 0;
	height: 0;
	position: absolute;
}
.mtlSlideWrap{
	position: relative;
	background-color: #E6F7FF;
	padding-top: 20px;
}
#zoom .mtlSlideWrap .mtlSlide .sld{
	display: none;
}
#zoom .mtlSlideWrap .mtlSlide .sld.act{
	display: block;
}

/* mtlSlide */
/* .mtlSlideWrap{
visibility: hidden;
}
.mtlSlideWrap.cmp{
visibility: visible;
}
#mtlDtlWrap .mtlDtl .mtlSlide{
position: relative;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld{
position: absolute;
top: 0;
left: 0;
width: 100%;
} */
#mtlDtlWrap {
	min-height: 556px;
}
@media screen and (max-width: 767px){
	#mtlDtlWrap {
		min-height: 461px;
	}
}
#mtlDtlWrap .mtlDtl .mtlSlideWrap{
	position: relative;
	padding: 0 80px 24px;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlideWrap::before{
	content: none;
}
#mtlDtlWrap .mtlDtl .mtlSlide .slick-prev:before {
	left: -50px;
	bottom: 23px;
}
#mtlDtlWrap .mtlDtl .mtlSlide .slick-next:before {
	right: -50px;
	bottom: 23px;
}
/* #mtlDtlWrap .mtlDtl {
	visibility: hidden;
} */
#mtlDtlWrap .mtlDtl:has(.slick-initialized),
#mtlDtlWrap .mtlDtl:has(.noSample) {
	visibility: visible;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld {
	width: 270px;
	margin: 0 5px;
	opacity: 0.5;
	
}
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current:has(.sldImgVertical) .sld {
	opacity: 1;
	margin-top: 0;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldTtl{
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #00A9E0;
	/*margin: 0 -100px;*/
	margin: 0 -250px;
	margin-top: 10px;
	opacity: 0;
	height: 56px;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImg {
	height: 402px;
	display: flex;
	align-items: center;
	transform: scale(0.8);
}
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld .sldImg {
	transform: scale(1);
}
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld .sldTtl {
	opacity: 1;
}
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-active .sld,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-center .sld,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld .sldTtl,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld .sldImg,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-active .sld .sldTtl,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-active .sld .sldImg,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-center .sld .sldTtl,
#mtlDtlWrap .mtlDtl .mtlSlide .slick-center .sld .sldImg {
	opacity: 1;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn{
	width: 100%;
	max-width: 270px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	align-items: flex-start;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn img{
	width: 100%;
	display: block;
	height: auto;
	border: 1px solid #dcdcdc;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn img:nth-of-type(2){
	margin-top: 8px;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	align-items: center;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img{
	width: 100%;
	max-width: 410px;
}
#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img:last-of-type{
	border-left: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px){
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn img.rImg{
		width:365px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn img.lImg{
		width:364px;
	}
	
}
@media screen and (max-width: 767px){
	#mtlDtlWrap .mtlDtl .mtlSlideWrap {
		margin: 0 -5%;
		padding: 10px 0 50px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld {
		margin: 0;
		width: 240px !important;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld,
	#mtlDtlWrap .mtlDtl .mtlSlide .slick-current:has(.sldImgVertical) .sld {
		margin-top: 0px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldTtl {
		font-size: 18px;
		line-height: 24px;
		margin: 0 -100px;
		margin-top: 0;
		opacity: 0;
		height: 48px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImg {
		height: 360px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .slick-current .sld .sldTtl {
		opacity: 1;
	}
}
/* dummyArea */

.dummyArea {
	position: relative;
    padding: 22px 80px 102px;
	background-color: #E6F7FF;
	min-height: 556px;
}
.dummyHide .noSample{
	display: none;
}
.dummyTtl {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #00A9E0;
	margin-bottom: 20px;
}
.dummyImg {
	width: 272px;
	margin: auto;
}
.dummyImg img {
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px){
	.dummyArea {
		padding: 20px 10px 80px;
		min-height: 461px;
	}
	.dummyTtl {
		margin-bottom: 16px;
	}
	.dummyImg {
		width: 220px;
	}
}
/* spMoreBtn */
.spMoreBtn{
	display: block;
	position: absolute;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.spMoreBtn a{
	position: relative;
	line-height: 1.3;
	text-decoration: underline;
	color: #00A9E0;
}
.spMoreBtn a::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -2px;
	left: -24px;
	background: url(/common_2019/img/icon/ico_zoom.svg);
	background-size: contain;
}
@media screen and (max-width: 767px){
	.spMoreBtn{
		left: auto;
		bottom: 15px;
        right: -10px;
	}
}

/* tableStay */
#mtlDtlWrap .mtlDtl .tableStay{
	max-width: 550px;
	margin: 30px auto 0;
}
#mtlDtlWrap .mtlDtl .tableStay th,
#mtlDtlWrap .mtlDtl .tableStay td{
	vertical-align: middle;
}
#mtlDtlWrap .mtlDtl .tableStay th.ttl{
	text-align: center;
}
#mtlDtlWrap .mtlDtl .tableStay th.ttl:first-of-type{
	width: 75px;
}
/* #mtlDtlWrap .mtlDtl .tableStay th.ttl:last-of-type{
	width: calc(100% - 130px);
} */
#mtlDtlWrap .mtlDtl .tableStay td:first-of-type{
	text-align: right;
}

@media screen and (max-width: 767px){
	/* mtlSlide */
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldTtl span{
		display: block;
		font-size: 14px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn img{
		width: 100%;
		height: auto;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img{
		margin-top: 8px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img:first-child{
		margin-bottom: 0;
	}
	/* 画像１枚 */
	/* #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn img:last-of-type{
		display: none;
	}
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img{
		margin-top: 0;
		transform: translateY(50%);
	} */

	/* 国語用 縦画�? */
	#mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgSide img{
		width: 89%;
	}

	/* spMoreBtn */
	/* .spMoreBtn{
		display: block;
		position: absolute;
		bottom: 60px;
		width: 100%;
		padding: 0 4%;
	}
	.spMoreBtn a{
		display: block;
		position: relative;
		padding: 12px 50px;
		color: #fff;
		text-align: center;
		background-color: #81d5fa;
		border-radius: 50px;
		opacity: 0.8;
	}
	.spMoreBtn a::after{
		display: block;
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		background-image: url(/common_2019/img/icon/icon_search_wh.svg);
		background-repeat: no-repeat;
		background-size: contain;
	} */
	

	/* tableStay */
	#mtlDtlWrap .mtlDtl .tableStay th.ttl:first-of-type{
		width: 25%;
		padding: 3% 0;
	}
	#mtlDtlWrap .mtlDtl .tableStay th.ttl:last-of-type{
		width: 72%;
	}
	#mtlDtlWrap .mtlDtl .tableStay td:first-of-type{
		padding: 3%;
	}
}

/* ==========================================================================
	Slick
========================================================================== */
.mtlSlideWrap .slick-num{
	position: static;
	font-weight: bold;
	text-align: center;
	padding-bottom: 37px;
}
#mtlDtlWrap .mtlDtl .mtlSlideWrap .slick-list {
	padding-bottom: 5px;
}
#mtlDtlWrap .mtlDtl .mtlSlideWrap .slick-prev,
#mtlDtlWrap .mtlDtl .mtlSlideWrap .slick-next {
	top: 62.25%;
}
@media screen and (max-width: 767px){
	.mtlSlideWrap .slick-num{
		position: absolute;
    bottom: 15px;
    left: calc(50% - 13px);
		padding-bottom: 0;
	}
	#mtlDtlWrap .mtlDtl .mtlSlideWrap .slick-list{
		padding-bottom: 70px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlideWrap .slick-prev:before {
		left: 15px;
		bottom: 24px;
	}
	#mtlDtlWrap .mtlDtl .mtlSlideWrap .slick-next:before {
    	right: 15px;
		bottom: 24px;
	}
}

/* ==========================================================================
   btnWrap
========================================================================== */
.btnWrap{
	margin: 20px 0;
	text-align: center;
}
.btnWrap .btnOval{
	width: 240px;
}
.btnWrap .btnOval::after{
	display: none;
}

@media screen and (max-width: 767px){
	.btnWrap{
		margin: 20px auto;
	}
	.btnWrap .btnOval{
		width: 100%;
		padding: 12px 25px;
	}
}

/* ==========================================================================
   zoomペ�?�ジ
========================================================================== */

/* 不要な要�?を非表示に */
#zoom .ttlBdrLeftBlu,
#zoom .ttlBdrLeftBlu + p,
#zoom .spMoreBtn,
#zoom .tableStay{
	display: none;
}

/* ピンチイン/アウトエリア */
/* #zoom .mtlSlideWrap{
visibility: hidden;
}
#zoom .mtlSlideWrap.cmp{
visibility: visible;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide{
position: relative;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld{
position: absolute;
top: 0;
left: 0;
width: 100%;
} */

#zoom .materialWrap {
	min-height: 720px;
	background: #dcf4ff;
}

#zoom h1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background-color: #7DCDF4;
	padding: 10px 24px;
}
#zoom #mtlDtlWrap {
	min-height: auto;
	padding: 0;
	
}
#zoom #mtlDtlWrap .mtlSlideWrap {
	padding: 0;
	background: #dcf4ff;
}
#zoom #mtlDtlWrap .mtlDtl {
	visibility: visible;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld {
	width: 100%;
	margin: 0;
    opacity: 1;
    margin-top: 0;
    transform: scale(1);
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldTtl {
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin: 24px 0 16px;
	display: none;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImg{
	padding: 12px;
	background: #dcf4ff;
	height: auto;
	transform: scale(1);
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImg .sldImgIn{
	width: 100%;
	margin: 0 auto;
	max-width: 550px;
	padding-top: 10px;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImg .imgContainer {
	margin: 0 auto;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImg .sldImgIn img{
	width: 100%;
	height: auto;
	max-width: none;
	border-radius: 0;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical{
	display: block;
	padding-top: 0px;

}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img{
	width: 100%;
	margin: 0 auto;
	-webkit-transform: none;
	    -ms-transform: none;
	transform: none;
}
#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldImgIn.sldImgVertical img:last-of-type{
	width: 100%;
	margin-top: 1.6%;
}

#zoom .btnWrap a {
	background-color: #fff;
	border: 2px solid #7DCDF4;
	border-radius: 8px;
	color: #000;
	font-weight: bold;
	box-shadow: 0 4px rgba(81, 180, 230, 1);
}

@media screen and (max-width: 767px){
	#zoom .materialWrap {
		min-height: 600px;
	}
	#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld {
		width: 100% !important;
	}
	#zoom #mtlDtlWrap .mtlDtl .mtlSlide .sld .sldTtl span {
		font-size: 16px;
	}
}

#loading{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 250px;
}
#loading img{
	width: 100%;
}
#loader-bg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	z-index: 150;
}
/* fix css ie */
@media all and (-ms-high-contrast:none) {
	#mtlListWrap #mtlNum{
		display: table;
		width: 920px;
	}
	#mtlListWrap #mtlNum li{
		width: 3%;
		display: table-cell;
		vertical-align: center;
	}
}
@supports (-ms-accelerator:true) and (not (color:unset)) {
	#mtlListWrap #mtlNum{
		display: table;
		width: 920px;
	}
	#mtlListWrap #mtlNum li{
		width: 3%;
		display: table-cell;
		vertical-align: center;
	}
  }

  @supports (-moz-appearance:none) {
	#mtlListWrap #mtlNum li{
		letter-spacing: -0.05px;
	}
  }

/* ==========================================================================
   pageBtn
========================================================================== */

.pageBtnBox {
	display: flex;
    justify-content: space-between;
	margin: 32px 24px 0;
}
.pageBtnBox p {
	color: #fff;
	background-color: #7DCDF4;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	box-shadow: 0 4px rgba(80, 180, 230, 1);
}
.pageBtnBox p.pageBtnPrev {
	padding: 11px 48px 11px 61px;
}
.pageBtnBox p.pageBtnNext {
	padding: 11px 61px 11px 48px;
}
.pageBtnBox p.pageBtnPrev::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(225deg);
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	margin: auto;
}
.pageBtnBox p.pageBtnNext::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 767px){
	.pageBtnBox {
		margin: 32px 20px 0;
	}
	.pageBtnBox p.pageBtnPrev {
		padding: 11px 42px 11px 55px;
	}
	.pageBtnBox p.pageBtnNext {
		padding: 11px 51px 11px 42px;
	}
}
@media screen and (max-width: 350px){
	.pageBtnBox p.pageBtnPrev {
		padding: 11px 28px 11px 43px;
	}
	.pageBtnBox p.pageBtnNext {
		padding: 11px 43px 11px 28px;
	}
	.pageBtnBox p.pageBtnPrev::before {
		left: 15px;
	}
	.pageBtnBox p.pageBtnNext::before {
		right: 15px;
	}
}
.pageBtnBox.fixed{
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 10px 20px;
}
@media screen and (max-width: 767px){
	#wrapper .fixedMenu {
		display: none !important;
	}
}