@charset "utf-8";
/*****共通*****/
.underKeyimages .key-wrap {
    background: url(../images/about/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 55vh;
}
.ttl {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
a:hover img{
	opacity: 1;
}
@media screen and (min-width: 767px) {

	.ttl {
		align-items: flex-end;
	}

}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.underKeyimages .key-wrap {
    background-size: cover;
    height: 35vh;
}
	.underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
    left: 7%;
    top: 13%;
}
}
@media screen and (max-width: 768px) {
	.underKeyimages .key-wrap {
    background: url(../images/about/bg-key.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
	
}

/*****共通end*****/

#products .sec1 {
	background-color: #F1F6F7;
	padding: 0;
}
#products #products .sec1 .wrap{
	overflow: hidden;
  position: relative;
}
#products .sec1 h3{
	font-size: 50px;
	font-weight: 600;
	color: #1B459B;
}
#products .sec1 p{
    text-align: left;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 2em;
    line-height: 40px;
    font-weight: 500;
    width: fit-content;
	letter-spacing: 0;
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}


@media screen and (min-width: 768px) {
#products .sec1 .wrap{
	max-width: 1400px;
	padding: 80px 0;
	position: relative;
}
	#products .sec1 .flex{
		justify-content: space-between;
		margin-top: 10em;
	}
	#products .sec1 .ttl {
	margin: 0 auto;
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){

	    #products .sec1 .txt {
        margin-left: 3em;
        padding-top: 6em;
    }
	#products .sec1 p{
		padding-bottom: 3em;
	}
}
@media screen and (max-width: 767px) {
	#products .sec1 .wrap{
		padding-bottom: 4em;
	}
#products .sec1 p {
	        font-size: 14px;
        line-height: 35px;
}
	#products .sec1 .txt{
		padding-top: 3em;
	}

	#products .sec1 h3 {
		font-size: 30px;
	}

}




#products .sec2 {
	padding-bottom: 0;
	padding-top: 130px;
}
#products .sec2 .wrap{
	max-width: 1300px;
}
#products .sec2 ul.flex {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	justify-content: start;
}
#products .sec2 .flex li {
	padding: 0 20px;
	width: 25%;
	padding-bottom: 80px;
}
#products .sec2 .flex li p{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
}
#products .sec2 table th {
	background-color: #DFF4FF;
	width: 43%;
	border-bottom: 1px solid #008AD2;
	border-top: 1px solid #008AD2;
	color: #1B459B;
}

.pagenavi {
    clear: both;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0;
}
.wp-pagenavi { display: flex; justify-content: center; align-items: center;}
.wp-pagenavi * { transition: 0.2s ease-in-out; font-size: 20px;}
.wp-pagenavi a,
.wp-pagenavi .current { display: inline-block; width: 50px; height: 50px; border-radius: 50px; border: none !important; align-content: center; color: #FFF; padding: 0 !important; margin: 0 5px !important;}

.wp-pagenavi a.page { background-color: #C0C0C0;}
.wp-pagenavi a.page:hover { background-color: #1B459B;}
.wp-pagenavi .current { background-color: #1B459B; color: #fff;}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink { color: #1B459B; font-size: 1.4em;}

.previouspostslink { border: 0;}

/*.pagenavi a.page, .pagenavi span {
    display: inline-block;
    color: #fff;
    background-color: #C0C0C0;
    padding:11px 21px;
    margin: 10px 5px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
}
.pagenavi span.active {
    background-color: #1B459B;
}
.pagenavi span.active a{
	color: #fff;
}
.pagenavi a{
	color: #fff;
}
 .pagenavi span:hover{
	background-color: #1B459B;
}
.pagenavi span:hover a{
	color: #fff;
	}*/
	#products .sec2 table tr {
        margin: 0 auto;
        border-bottom: 0.5px solid #C0C0C0;
		border-top: 0.5px solid #C0C0C0;
		height: 85px;
    }
@media screen and (min-width: 768px) {
	

    #products .sec2 table {
        width: 100%;
    }
	    #products .sec2 table th {
        margin: 0 auto;
        vertical-align: top;
        font-size: 16px;
        /*padding: 20px 0px;*/
        text-align: center;
        align-content: center;
    }
	#products .sec2 table td {
        margin: 0 auto;
        font-size: 17px;
        /*padding: 10px 0px;*/
        padding-left: 15px;
		align-content: center;
    }
	    #products .sec2 table td.bold {
        font-weight: bold;
        font-size: 18px;
    }
	#products .sec2 .flex li p,
	#products .sec2 table th{
	font-family: YuGothic, 'Yu Gothic medium';
	}
}
@media screen and (max-width: 767px) {
	#products .sec2{
		padding-top: 10px;
	}
	#products .sec2 ul.flex{
		justify-content: space-between;
	}
	#products .sec2 .flex li {
    margin: 25px 5px;
		padding: 0;
        width: 46%;
}
		#products .sec2 .flex li p {
		font-size: 16px;
	}
	#products .sec2 table th {
    width: 40%;
    padding: 10px 10px;
}
}


/****************************/

#products-detail .wrap{
	max-width: 1100px;
}
#products-detail h3.bl_bg {
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
	/*width: 180px;*/
	margin-bottom: 0;
}
#products-detail .sec1 p.ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

#products-detail .boxR{
	width: fit-content;	
}
  #products-detail .slider-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  #products-detail .main-slider img {
    width: 100%;
  }
#products-detail .flex{
	justify-content: space-between;
    margin-top: 10px;
}
#products-detail .boxR .thumbnail-slider {

  }
#products-detail .boxR .slick-slider .slick-track{
	  display: flex;
	  flex-direction: column;
	width: 100% !important;
}
  #products-detail .thumbnail-slider img {
  width: 100%;
  height: auto;
  display: block;
    border: 2px solid transparent;
    cursor: pointer;
  }

  #products-detail .thumbnail-slider .slick-current img {
    border-color: #007bff;
  }

  #products-detail .main-slider, .thumbnail-slider {
    width: 100%;
  }
#products-detail .thumbnail-slider .slick-slide {
  width: 200px !important;
	margin: 8px 0px;
}
#products-detail table{
	width: 100%;
	margin-top: 3em;
}

#products-detail table th {
	font-size: 16px;
    background-color: #DFF4FF;
    border-bottom: 1px solid #008AD2;
    border-top: 1px solid #008AD2;
    color: #1B459B;
	padding: 20px 0px;
	width: 110px;
}
#products-detail table tr {
        margin: 0 auto;
        border-bottom: 0.5px solid #C0C0C0;
        border-top: 0.5px solid #C0C0C0;
	width: 48%;
}
#products-detail table td {
	width: 70%;
        margin: 0 auto;
        font-size: 17px;
        padding: 20px 0px;
        padding-left: 15px;
    }
#products-detail p.main-txt{
	font-size: 16px;
	margin-top: 2em;
	line-height: 35px;
}


.pre_box {
	padding-top: 160px;
	/* width: 570px; */
	padding-bottom: 0;
	margin: 0px auto 0px auto;
	justify-content: center;
	display: flex;
	align-items: center;
}
.pre_box_left {
	text-align: left;
	display: block;
	font-weight: bold;
}
.pre_box_center {
	margin: 0 40px;
}
.pre_box_center a{
    background-color: #1B459B;
    color: #fff;
    padding: 17px 80px;
    border: 1px solid #1B459B;
    border-radius: 50px;
    font-size: 17px;
    letter-spacing: 3px;
}
.pre_box_center a:hover{
	background-color: #fff;
	color: #1B459B;
	border: 1px solid #1B459B;
}
.pre_box_right a,.pre_box_left a{
	 padding: 20px 30px;
	position: relative;
	background-color: #1B459B;
	border: 1px solid #1B459B;
	border-radius: 50px;
}
.pre_box_right a:hover,.pre_box_left a:hover{
	background-color: #fff;
	color: #1B459B;
	border: 1px solid #1B459B;
}

.next-arrow-right {
    position: absolute;
    top: 50%;
    right: 23px;
}
.next-arrow-right::before {
    content: '';
    width: 11px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.next-arrow-right::after {
    content: '';
    width: 11px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.prev-arrow-left {
    position: absolute;
    top: 50%;
    left: 23px;
}
.prev-arrow-left::before {
    content: '';
    width: 11px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(145deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    left: -8px;
    box-sizing: border-box;
}
.prev-arrow-left::after {
    content: '';
    width: 11px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-145deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    left: -10px;
    box-sizing: border-box;
}
.pre_box_right a:hover .next-arrow-right,.pre_box_left a:hover .prev-arrow-left{
	background-color: #142040;
	color: #142040;
}
.pre_box_right a:hover .next-arrow-right::before{
	border: 2px solid #1B459B;
	border-left: 0;
    border-bottom: 0;
    transform: rotate(35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.pre_box_right a:hover .next-arrow-right::after{
	border: 2px solid #1B459B;
	border-left: 0;
    border-bottom: 0;
    transform: rotate(-35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.pre_box_left a:hover .prev-arrow-left::before{
	border: 2px solid #1B459B;
	border-left: 0;
    border-bottom: 0;
    transform: rotate(145deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.pre_box_left a:hover .prev-arrow-left::after{
	border: 2px solid #1B459B;
	border-left: 0;
    border-bottom: 0;
    transform: rotate(-145deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}


@media screen and (min-width: 768px) {
	#products-detail .boxL{
	width: 75%;
}
	#products-detail tbody{
	display: flex;
}
	#products-detail .sec1 p.ttl,
	#products-detail table th,
	#products-detail h3.bl_bg {
    font-family: YuGothic, 'Yu Gothic medium';
	}
}

@media screen and (max-width: 767px) {
	#products-detail .thumbnail-slider .slick-slide {
  width: 110px !important;
	margin: 8px 2px;
}
	#products-detail p.main-txt {
		font-size: 14px;
	}
		.pre_box {
		padding-top: 80px;
	}
	.pre_box_center {
    margin: 0 10px;
}
	.pre_box_center a {
    background-color: #1B459B;
    color: #fff;
    padding: 17px 40px;
    border: 1px solid #1B459B;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 3px;
}

	.pre_box_right a, .pre_box_left a {
		padding: 15px 25px;
	}
	.next-arrow-right{
		right: 20px;
	}
	.prev-arrow-left{
		left: 20px;
	}
}







