@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------
 ページ上部
--------------------------------------------------------------------------------------- */
/* SP ///////////////////////////////////////////////////// */
@media print, screen and (max-width: 999px) {
section.page_top_nav{
  background: #fff;
  padding: 100px 0 30px 0;
}
section.page_top_nav h2{
  width: 95%;
  max-width: 1260px;
  margin: auto;
  font-size: 20px;
  color: #01457A;
}
}


/* PC ///////////////////////////////////////////////////// */
@media print, screen and (min-width: 1000px) {
section.page_top_nav{
  background: #EBEDF0;
  padding: 180px 0 10px 0;
}
section.page_top_nav_02{
  padding: 120px 0 10px 0;
}
section.page_top_nav h2{
  width: 98%;
  max-width: 1260px;
  margin: auto;
  font-size: 30px;
  color: #01457A;
}
  
}


/* --------------------------------------------------------------------------------------
 スライダー
--------------------------------------------------------------------------------------- */
/* SP ///////////////////////////////////////////////////// */
@media print, screen and (max-width: 999px) {



.swiper-custom-parent input[type="checkbox"] {
  display: none;
}

.swiper-custom-parent .menu-label-title {
  display: block;
  width: 95%;
  margin: 20px auto 0 auto;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #BBBBBB;
}
.swiper-custom-parent .menu-label-title span:nth-child(2),
.swiper-custom-parent .menu-label-title span:nth-child(3) {
  display: block;
  width: 16px;
  border-bottom: solid 1px #BBBBBB;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.swiper-custom-parent .menu-label-title span:nth-child(2) {
  transform: rotate(45deg);
  right: 36px;
}
 
.swiper-custom-parent .menu-label-title span:nth-child(3) {
  transform: rotate(-45deg);
}

.swiper-custom-parent .swiper-container {
  width: 95%;
  margin: auto;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  height: 0;
  margin-bottom: 10px;
  border: 1px solid #BBBBBB;
  border-top: none;
  transition: 0.2s;
}

.switch:checked + .swiper-container{
  height: auto;
  line-height: 1.3;
  padding: 8px;
  background: #fff;
  overflow: visible;
}
  
.swiper-slide{
  width: 100% !important;
  display: block;
  border-top: 1px solid #BBBBBB;
  padding: 8px;
  font-size: 16px;
  }
.swiper-slide:first-child{border-top: none;}

.swiper-slide .box a{
  color: #555555;
}
.swiper-slide figure{ display: none;}
  
.swiper-button-prev,
.swiper-button-next{display: none;}

.swiper-slide .sub_name{
  background-color: #3399CC;
  color: #fff;
  padding: 3px;
}
  
}



/* PC ///////////////////////////////////////////////////// */
@media print, screen and (min-width: 1000px) {
.swiper-custom-parent label{ display: none;} 
.swiper-custom-parent input { display: none;}
  
.swiper-custom-parent{
  margin: 20px auto;
  max-width: 1260px;
  position: relative;
}
  
.swiper-container{
  width: 90%;
  }
.swiper-wrapper {
	width: 100%;
	height: 100%;
  padding: 0 0 10px 0;
  margin: auto;
}
.swiper-slide {
	width: 100px;
	height: auto;
	text-align: center;
  background: #fff;
  border: 1px solid #BBBBBB;
  box-shadow: 2px 2px 4px  rgba(0,0,0,0.4);
}
.swiper-slide .box{
  padding: 15px 10px;
}

.swiper-slide .box a{
  color: #555555;
}
.swiper-slide .box a:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
} 
.swiper-slide figure{
  width: 58px;
  height: auto;
  margin: auto;
  border: 1px solid #BBBBBB;
}
.swiper-slide figure.book02{
  width: 104px;
  border: none;
}

.swiper-slide figure img{width: 100%; transition: 0.3s ; vertical-align: bottom;}
.swiper-slide .name{margin-top: 10px; font-size: 12px;}
.swiper-slide .sub_name{
  background-color: #3399CC;
  color: #fff;
  padding: 3px;
  font-size: 10px;
  margin-bottom: 10px;
}
}


/* --------------------------------------------------------------------------------------
 ページ内部
--------------------------------------------------------------------------------------- */
#contents{
  width: 100%;
  margin: auto;
}






