@charset "utf-8";
/* =========================================

title : 

last modify : 2019/08/20 326_sakaguchi

============================================ */

/*-----------------------------------------------------
 .main
----------------------------------------------------*/
div#container {
	width: 100%;
}

.main .header {
	width: 1025px;
	margin: 0 auto;
}

.main .header h1 {
	border-top: 1px solid #c8e6fd;
	padding: 7px 0 5px;
}

.wrp_contents {
  margin: 0 auto 2em;
  overflow: hidden;
  width: 860px;
}

.wrp_contents h2 {
  margin-top: 2em;
}

.wrp_contents .txt_main_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: 700px;
}

.wrp_contents .ank_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.5em auto 0;
  width: 425px;
}

.wrp_contents .ank_nav li {
  background: #fefeff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefeff 11%, #e6ebff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fefeff 11%,#e6ebff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fefeff 11%,#e6ebff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 198px;
}

.wrp_contents .ank_nav li .active {
  background: #536CCB;
  border: 1px solid #3D59BE;
  border-radius: 3px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.wrp_contents .ank_nav li .btn_gray {
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top,  #e8e8e8 0%, #d1d1d1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e8e8e8 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #999;
  border-radius: 3px;
  color: #999;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.wrp_contents .ank_nav li:nth-child( n+5 ) {
  margin-top: 0.8em;
}

.wrp_contents .ank_nav li a {
  border: 1px solid #3B5DDB;
  border-radius: 3px;
  display: block;
  color: #3B5DDB;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.wrp_contents .ank_nav li span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.1em;
}

.wrp_contents .ank_nav li a:hover {
  opacity: .8;
  transition: .5s all;
}


.wrp_contents .con_photo {
  margin: 3em auto 2em;
  width: 800px;
}

.wrp_contents .con_photo h3 {
  background: #2D2C78;
  background-image: url("../image/bg-ttl-acce.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.03em;
  padding: 0.5em 0 0.5em 1em; 
  position: relative;
}

.wrp_contents .con_photo h3:before {
  background: url(../image/ico-ttl-acce.jpg) center center no-repeat;
  background-size: 0.5em;
  bottom: 0;
  content: "";
  display: block;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5em;
}

.wrp_contents .con_photo h3 span {
  display: inline-block;
  margin-right: 1em;
}


/*  .box_male .box_femal  */
.wrp_contents .con_photo .inner {
  margin: 2em auto 0;
  width: 780px;
}

.wrp_contents .con_photo .inner .box_male h4,
.wrp_contents .con_photo .inner .box_female h4,
.wrp_contents .con_photo .inner .box_kaijo h4{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  position: relative;
}

.wrp_contents .con_photo .inner .box_female,
.wrp_contents .con_photo .inner .box_kaijo{
  margin-top: 3em;
}

.wrp_contents .con_photo .inner .box_male h4 {
  border-bottom: 2px solid #0A34AD;
}

.wrp_contents .con_photo .inner .box_female h4 {
  border-bottom: 2px solid #7A111D;
}

.wrp_contents .con_photo .inner .box_kaijo h4 {
  border-bottom: 2px solid #297326;
}

.wrp_contents .con_photo .inner .box_male h4:before {
  content: "";
  background: #0A34AD;
  height: 1.2em;
  left: 5px;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  width: 7px;
}

.wrp_contents .con_photo .inner .box_female h4:before {
  content: "";
  background: #7A111D;
  height: 1.2em;
  left: 5px;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  width: 7px;
}

.wrp_contents .con_photo .inner .box_kaijo h4:before {
  content: "";
  background: #297326;
  height: 1.2em;
  left: 5px;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
  width: 7px;
}

.wrp_contents .con_photo .inner .box_male ul,
.wrp_contents .con_photo .inner .box_female ul,
.wrp_contents .con_photo .inner .box_kaijo ul{
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 760px;
}

.wrp_contents .con_photo .inner .box_male ul li,
.wrp_contents .con_photo .inner .box_female ul li,
.wrp_contents .con_photo .inner .box_kaijo ul li{
  border: 1px solid #000;
  margin-right: 1em;
  width: 240px;
  background-color: black;
}

.wrp_contents .con_photo .inner .box_male ul li:nth-child( n+4 ),
.wrp_contents .con_photo .inner .box_female ul li:nth-child( n+4 ),
.wrp_contents .con_photo .inner .box_kaijo ul li:nth-child( n+4 ){
  margin-top: 1em;
}

.wrp_contents .con_photo .inner .box_male ul li:nth-child( 3n ),
.wrp_contents .con_photo .inner .box_female ul li:nth-child( 3n ),
.wrp_contents .con_photo .inner .box_kaijo ul li:nth-child( 3n ){
  margin-right: 0;
}

.wrp_contents .con_photo .inner .box_male ul li figure img,
.wrp_contents .con_photo .inner .box_female ul li figure img,
.wrp_contents .con_photo .inner .box_kaijo ul li figure img{
  vertical-align: top;
}

.wrp_contents .con_photo .inner .box_male ul li figure img:hover,
.wrp_contents .con_photo .inner .box_female ul li figure img:hover,
.wrp_contents .con_photo .inner .box_kaijo ul li figure img:hover{
  opacity: .8;
  transition: .5s all;
}


.wrp_contents .con_photo .inner .box_male ul li figure figcaption.c3,
.wrp_contents .con_photo .inner .box_female ul li figure figcaption.c3,
.wrp_contents .con_photo .inner .box_kaijo ul li figure figcaption.c3{
  margin-top: 0.7em;
}



.wrp_contents .con_photo .inner .box_male ul li figure figcaption,
.wrp_contents .con_photo .inner .box_female ul li figure figcaption,
.wrp_contents .con_photo .inner .box_kaijo ul li figure figcaption{
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  padding: 0.5em 0;
  text-align: center;
}


.wrp_contents .con_photo .inner .box_male ul li.img_space,
.wrp_contents .con_photo .inner .box_female ul li.img_space,
.wrp_contents .con_photo .inner .box_kaijo ul li.img_space{
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
}




/*-----------------------------------------------------
 lightbox
----------------------------------------------------*/
.lightboxOverlay {
  z-index: 0;
  opacity: 1;
}

.lb-outerContainer {
  border-radius: 0;
}

.lb-dataContainer {
  background: #fff;
  border-radius: 0;
  margin-top: -1px;
}

.lightbox .lb-image {
  border: 10px solid white;
}

.lb-data .lb-number {
  color: #000;
  padding-left: 0.5em;
}

.lb-data .lb-caption {
  color: #000;
  padding-left: 0.5em;
}