/* CSS Document */

img{max-width: 100%;}
.fv{margin-bottom: 80px;}
.idt1{padding-left: 1em; text-indent: -1em;}
/*────────────────────────── GAP認証（扉）──*/

#Gap.top article{
	background: #eee;
	margin-bottom: 20px;
	padding: 80px 100px;
}
#Gap.top article .txt{
	font-size: 110%;
	font-weight: 600;
	line-height: 1.8em;
}
#Gap.top .listBtn{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#Gap.top .listBtn li {
	margin: 10px 20px;
}
#Gap.top .listBtn li a {
	display: block;
	padding: 20px;
	border: 2px solid #736357;
	border-radius: 5px;
	width: 240px;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
}

#Gap.top .movie{
  margin-bottom: 40px;
}
#Gap.top .movie h2{
  background: #277767;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 160%;
  font-weight: 600;
}
#Gap.top .movie iframe{
  border: 2px solid #277767;
  padding: 20px;
  box-sizing: border-box;
}

#Gap.top .gap .txt{
	font-size: 120%;
}
#Gap.top .gap .point1,
#Gap.top .gap .point2{
	margin-top: 100px;
}
#Gap.top .gap .point1 h4,
#Gap.top .gap .point2 h4{
	font-size: 140%;
	font-weight: 600;
	color: #277767;
}
#Gap.top .gap .point1 dl dt{
	background: #277767;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 160%;
	font-weight: 600;
}
#Gap.top .gap .point1 dl dd{
	background: #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#Gap.top .gap .point1 dl dd p.ce{
	width: 50%;
}
#Gap.top .gap .point1 dl dd div{
	display: flex;
	font-size: 120%;
	font-weight: 600;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px;
}
#Gap.top .gap .point1 dl dd div img{
	margin-right: 20px;
}

#Gap.top .gap .point2 h4{
	background: #F8F795;
	border: 1px solid #277767;
	text-align: center;
	font-size: 140%;
	font-weight: 600;
	border-radius: 3px;
	padding: 10px;
}
#Gap.top .gap .point2 ul{
	display: flex;
	padding: 20px;
	justify-content: space-around;
	margin-bottom: 20px;
}
#Gap.top .gap .point2 ul li{
	width: 390px;
}
#Gap.top .gap .point2 ul li dl dd {
	font-size: 110%;
	line-height: 1.6em;
}
#Gap.top .gap .point2 ul li dl dd h5{
	font-size: 130%;
	font-weight: 600;
	color: #277767;
	margin: 10px 0 5px;
}

#Gap.top .certify h3{
	font-size: 140%;
	font-weight: 600;
	color: #277767;
	margin: 40px 0 5px;
}
#Gap.top .certify dl{
	background: #CEDF9E;
	border-radius: 10px;
	padding: 40px;
}
#Gap.top .certify dl dt{
	font-size: 180%;
	font-weight: 600;
	color: #277767;
	margin: 10px 0;
	text-align: center;
}
#Gap.top .certify dl dd{
	font-size: 110%;
	font-weight: 600;
	line-height: 1.8em;
	margin-top: 20px;
}
#Gap.top .certify dl dd h4{
	font-size: 120%;
	font-weight: 600;
	color: #277767;
}
#Gap.top .challenge .txt{
	text-align: center;
	font-size: 120%;
	font-weight: 600;
}
#Gap.top .challenge ul.nav {
	display: flex;
}
#Gap.top .challenge ul.nav li {
	width: 50%;
}
#Gap.top .challenge ul.nav li img{
	height: 150px;
}
#Gap.top .challenge .flow{
	background: #fff;
	padding: 60px;
	margin-top: -15px;
}
#Gap.top .challenge .flow h3{
	font-size: 140%;
	font-weight: 600;
	color: #277767;
}
#Gap.top .challenge .flow ul {
	margin-top: 40px;
}
#Gap.top .challenge .flow ul li h4{
	background: #277767;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 5px;
}
#Gap.top .challenge .flow ul li dl {
	display: flex;
	justify-content: space-between;
	padding: 20px 10px 30px;
}
#Gap.top .challenge .flow ul li dl dd{
	width: 280px;
	font-size: 110%;
	line-height: 1.6em;
}
#Gap.top .challenge .flow ul li dl dd h5{
	font-size: 120%;
	font-weight: 600;
	color: #277767;
	margin-bottom: 10px;
}
#Gap.top .challenge .flow ul li dl dt{
	width: 440px;
}



#Gap.top .listBtn a{
  padding: 20px 80px;
	letter-spacing: 2px;
  border-radius: 5px;
  font-size: 115%;
  font-weight: 600;
	border: 2px solid #ccc;
	display: inline-block;
	margin-top: 40px;
}


/*────────────────────────── GAP認証（一覧）──*/
#Gap.list .gapList h2 {
    background: url(images/list_bg.png);
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 115%;
    font-weight: 600;
    margin-bottom: 20px;
}
#Gap.list .gapCategory {
    /*border: 2px dotted #ddd;*/
    margin: 10px;
}
#Gap.list .gapCategory.Area.on .wrap{
    display: block;
}
#Gap.list .gapCategory.Area .wrap{
}
#Gap.list .gapArea.Area2.on .wrap{
    display: block;
}
#Gap.list .gapArea.Area2 .wrap{
}

#Gap.list .gapCategory h3{
	font-weight: 600;
	text-align: center;
	font-size: 110%;
	background: #eee;
	padding: 6px;
	position: relative;
}
#Gap.list .gapCategory h3:after {
  content: "▼";
	font-size: 80%;
  position: absolute;
  top: 6px;
  right: 15px;
}
#Gap.list .gapCategory .wrap{
	margin: 20px 0;
}
#Gap.list .gapCategory ul{
	display: flex;
	flex-wrap: wrap;
}
#Gap.list .map .gapCategory ul li{
	width: 50%;
}
#Gap.list .map .gapCategory ul li a{
	padding: 20px 5px;
	margin: 5px;
}
#Gap.list .gapCategory ul li{
	width: 16.6%;
	text-align: center;
}
#Gap.list .gapCategory ul li a{
	border: 1px solid #ccc;
	display: block;
	border-radius: 5px;
	padding: 8px 5px;
	margin: 2px;
	font-weight: 600;
}
#Gap.list .gapCategory ul li a:hover{
	background: #eee;
	color: #736357;
}
#Gap.list .gapCategory ul li.active a{
	background: #999;
	color: #fff;
	font-weight: 600;
}

#Gap.list .gapArea {
    /*border: 2px dotted #ddd;*/
    margin: 10px;
}
#Gap.list .gapArea h3{
	font-weight: 600;
	text-align: center;
	font-size: 110%;
	background: #eee;
	padding: 6px;
	position: relative;
}
#Gap.list .gapArea h3:after {
  content: "▼";
	font-size: 80%;
  position: absolute;
  top: 6px;
  right: 15px;
}
#Gap.list .gapArea .wrap {
	margin: 30px 0;
}
#Gap.list .gapArea .wrap .block{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
#Gap.list .gapArea .wrap .block ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
#Gap.list .gapArea .wrap .block ul li{
	letter-spacing: 1px;
	margin-bottom: 3px;
}
#Gap.list .gapArea .block h4 {
    font-size: 110%;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 3px;
    border-bottom: 1px solid #94897F;
    position: relative;
    margin: 20px 0;
    white-space: nowrap;
}
#Gap.list .gapArea .block h4 span {
    position: absolute;
    background: #fff;
    top: -5px;
    padding-right: 10px;
}


#Gap.list .gapList ul.block {
	display: flex;
	flex-wrap: wrap;
}
#Gap.list .gapList ul.block li{
	width: 23%;
	margin: 2% 1%;
}
#Gap.list .gapList ul.block li dl dt{
	font-weight: 600;
	font-size: 110%;
	margin-bottom: 3px;
	color: #007A6C;
}
#Gap.list .gapList ul.block li dl dd h3{
	font-weight: 600;
	font-size: 110%;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 2px;
}
#Gap.list .gapList ul.block li dl dd p {
	margin: 5px 0;
	color: #007A6C;
}
#Gap.list .gapList ul.block li dl dd p i{
	background: #007A6C;
	color: #fff;
	padding: 1px 5px;
	border-radius: 3px;
	font-style: normal;
	margin-right: 5px;
	font-size: 90%;
}
#Gap.list .gapList ul.block li dl dt img{
	object-fit: cover;
}

#Gap.list .gapList .pagination{
	text-align: center;
	padding-top: 70px;
	margin-top: 20px;
	position: relative;
}
#Gap.list .gapList .pagination:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	border-left: 1px solid #726256;
	width: 1px; height: 50px;
}
#Gap.list .gapList .pagination ul li{
	display: inline-block;
}
#Gap.list .gapList .pagination ul li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 3px;
	width: 28px; height: 28px;
	padding-top: 4px;
	margin: 0 5px;
	box-sizing: border-box;
}
#Gap.list .gapList .pagination ul li a:hover{
	background: #726256;
}
#Gap.list .gapList .pagination ul li.active a{
	background: #726256;
	color: #fff;
}

/*────────────────────────── GAP認証（詳細）──*/


#Gap.detail{}
#Gap.detail .inner{width: 750px;}
#Gap.detail .fv{
	text-align: center;
	margin-bottom: 100px;
}
#Gap.detail .fv h2{
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 35px;
	background: #007A6C;
	border:1px solid #007A6C;
	border-radius: 3px;
	font-size: 90%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	position: relative;
	color: #fff;
}
#Gap.detail .fv h2:after{
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: -4px;
	height: 5px;
	width: 5px;
	margin: auto;
	transform: rotate(45deg);
	background: #007A6C;
	border:1px solid #007A6C;
	border-width: 0 1px 1px 0;
}
#Gap.detail .fv h1{
	display: block;
	padding: 8px 15px;
	font-size: 180%;
	font-weight: 600;
	letter-spacing: 3px;
}
#Gap.detail .fv h1 span{
	border-bottom :2px solid #726256;
	padding: 5px;
}
#Gap.detail .fv .slick-slide {
	margin: 60px 4px 0;
	position: relative;
}
#Gap.detail .fv .slick-slide p{
	vertical-align: bottom;
}
#Gap.detail .fv .slick-slide:before{
	content: '';
	background: rgba(000,000,000,.6);
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#Gap.detail .fv .slick-slide span{
	position: relative;
	bottom: 0;
	letter-spacing: 2px;
	padding: 20px 0 5px;
	font-weight: 600;
	display: none;
}
#Gap.detail .fv .slick-slide.slick-active span{
	display: block;
}
#Gap.detail .fv .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 15px;
}
#Gap.detail .fv .slick-dots li button:before{
	content: '';
	background: #BAB8B1;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: .5;
}
#Gap.detail .fv .slick-dots li.slick-active button:before{
	background: #9FCEA8;
}
#Gap.detail .fv .slick-slide.slick-active:before {
	content: none;
}
#Gap.detail .fv .slick-prev,
#Gap.detail .fv .slick-next{
	width: 12px;
	z-index: 9;
}
#Gap.detail .fv .slick-prev:before,
#Gap.detail .fv .slick-next:before{
	content: none;
}
#Gap.detail .fv .slick-prev {
	left: -10% !important;
	background: url(images/slide_arw2.png) no-repeat left top !important;
}
#Gap.detail .fv .slick-next {
	right: -10% !important;
	background: url(images/slide_arw2.png) no-repeat right top !important;
}
#Gap.detail .fv .slick-prev:hover,
#Gap.detail .fv .slick-next:hover{
	opacity: .5;
}
#Gap.detail .information{
	margin-bottom: 100px;
}
#Gap.detail .information table{
	border-top: 1px solid #726256;
	border-collapse:collapse;
	font-size: 115%;
	width: 100%;
}
#Gap.detail .information table tr{
	border-bottom: 1px solid #726256;
}
#Gap.detail .information table tr:nth-of-type(even){
	background: #F8F7F6;
}
#Gap.detail .information table th,
#Gap.detail .information table td{
	padding: 30px 10px 30px 30px;
}
#Gap.detail .information table th{
	text-align: left;
	width: 150px;
	letter-spacing: 3px;
}
#Gap.detail .qa{
	margin-bottom: 100px;
}
#Gap.detail .qa dl dt{
	color: #007A6C;
	font-style: normal;
	font-weight: 600;
	font-size: 120%;
}
#Gap.detail .qa dl dt i{
	background: #007A6C;
	border-radius: 100%;
	padding: 10px;
	margin-right: 10px;
	color: #fff;
	font-style: normal;
	display: inline-block;
}
#Gap.detail .qa dl dd{
	padding: 10px;
	margin: 0 0 20px 40px;
}



@media screen and (max-width: 736px){
	
	.fv {
    margin-bottom: 40px;
	}
/*────────────────────────── GAP認証（扉）──*/
	#Gap.top article {
    padding: 20px;
	}
  #Gap.top .movie iframe{
    width: 100%;
    height: auto;
    padding: 5px;
  }
	#Gap.top .gap .point1 dl dd {
    display: block;
	}
	#Gap.top .gap .point1 dl dt {
    font-size: 140%;
		padding: 20px 0;
	}
	#Gap.top .gap .point1 dl dd p.ce {
    width: auto;
		margin-bottom: 20px;
	}
	#Gap.top .gap .point1 dl dd div {
    padding: 20px;
		display: block;
		margin: 0;
	}
	#Gap.top .gap .point1 dl dd div img {
    margin: 0 0 10px;
	}
	#Gap.top .gap .point2 ul {
    display: block;
		padding: 10px;
	}
	#Gap.top .gap .point2 ul li {
    width: auto;
		margin: 0 0 20px;
	}
	#Gap.list .gapArea .wrap .block {
    display: block;
	}
	#Gap.list .gapArea .wrap .block ul {
    width: 46%;
		margin-right: 2%;
	}
	#Gap.top .certify dl {
    padding: 20px;
	}
	#Gap.top .certify ul.idt1 {
    line-height: 1.6em;
	}
	#Gap.top .challenge .txt {
    text-align: left;
	}
	#Gap.top .challenge ul.nav {
    display: block;
	}
	#Gap.top .challenge ul.nav li {
    width: auto;
	}
	#Gap.top .challenge ul.nav li img {
    height: auto;
	}
	#Gap.top .challenge .flow {
    padding: 20px;
    margin-top: 10px;
	}
	#Gap.top .challenge .flow ul li dl {
    display: block;
		padding: 10px;
		margin-bottom: 20px;
	}
	#Gap.top .challenge .flow ul li dl dd {
    width: auto;
		margin-bottom: 10px;
	}
	#Gap.top .challenge .flow ul li dl dt {
    width: auto;
	}
	#Gap.top .listBtn a {
    padding: 20px 40px;
		margin-top: 10px;
	}
	
/*────────────────────────── GAP認証（一覧）──*/
	#Gap.list .gapCategory ul li {
    width: 50%;
	}
	#Gap.list .gapList ul.block li {
    width: 46%;
    margin: 2%;
	}
	#Gap.list .gapList ul.block li dl dd p {
    display: none;
	}
	
/*────────────────────────── GAP認証（詳細）──*/
	#Gap.detail .inner{width: auto;}
	#Gap.detail .fv .slick-slide {
		width: 100%;
		margin: 40px auto 0;
		overflow: hidden;
	}
	#Gap.detail .fv .slick-slider img{
		width: 100%;
		height: 280px;
		object-fit: cover;
		/*transform: translateX(-18%);*/
	}
	#Gap.detail .fv .slick-slide:before {
    z-index: 1;
	}
	#Gap.detail .fv .slick-prev {
    left: 3% !important;
	}
	#Gap.detail .fv .slick-next {
    right: 3% !important;
	}
	#Gap.detail .fv .slick-next {
    background: url(images/slide_arw.png) no-repeat right top !important;
	}
	#Gap.detail .fv .slick-prev {
    background: url(images/slide_arw.png) no-repeat left top !important;
	}	
	#Gap.detail .information table th,
	#Gap.detail .information table td {
    padding: 20px 5px;
	}
	#Gap.detail .information table th {
    letter-spacing: 2px;
		width: 80px;
	}
	#Gap.detail .information table td iframe {
    width: 100% !important;
	}
	#Gap.detail .sub {
		width: 260px;
	}
	#Gap.detail .sub .slick-slide {
		margin: 0 2px;
		font-size: 90%;
		line-height: 1.2em;
	}
	#Gap.detail .sub .slick-next {
    right: -30px !important;
	}
}

/* GAP認証者一覧 検索ボタン */
#Gap.list .search .keyword input[type="submit"] {
    background: #736357 url(images/i_search.png) no-repeat center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0 3px 3px 0;
    color: white;
    cursor: pointer;
}
