/* CSS Document */

img {
  max-width: 100%;
}
.fv {
  margin-bottom: 80px;
}
.idt1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*────────────────────────── GAP認証（扉）──*/
.container {
  background: #fff;
  display: flex;
}
.column {
  flex: 1;
  margin-top: 20px;
  margin-left: 20px;
}
.container2 {
  background: #fff;
  display: flex;
}
.column2 {
  flex: 1;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.required {
  display: inline-block;
  color: #736357;
  background: #ffff00;
  padding: 5px 10px;
  font-size: 80%;
  line-height: 100%;
  border-radius: 50px;
  margin-right: 10px;
}
.submit-button {
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  cursor: pointer;
  gap: 8px;
}

.submit-button > img {
  border-radius: 10px;
}

.submit-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
th,
td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
}
.note {
  font-size: 0.9em;
  color: #666666;
}
.scrollable {
  display: flex;
  white-space: nowrap;
  border: 1px solid #ccc;
  padding: 10px;
}
.scrollable.scroll-active {
  overflow-x: auto;
}
.scrollable .content-item {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  min-width: 150px;
}

img.pc.contract_backup_img {
  margin-top: 40px;
}

#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;
}
#Gap.top .listBtn li {
  justify-content: center;
  margin: 10px 20px;
}
#Gap.top .listBtn li a {
  justify-content: center;
  display: block;
  padding: 20px;
  border: 2px solid #736357;
  border-radius: 5px;
  width: 200px;
  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: 60px;
}
#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 .scrollable .content-item {
  display: inline-block;
  margin-right: 10px;
}
#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 .yorozu {
  background: #fff;
  margin-bottom: 20px;
  padding: 40px 60px;
  border: 2px solid #277767;
  border-radius: 10px;
}

#Gap.top .yorozu .yorozu-header h3 {
  background: #277767;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 160%;
  font-weight: 600;
  margin: -40px -60px 30px;
  border-radius: 8px 8px 0 0;
}

#Gap.top .yorozu .event-info {
  background: #f8f795;
  border: 2px solid #277767;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

#Gap.top .yorozu .event-info .schedule {
  font-size: 120%;
  line-height: 1.6em;
  margin: 0;
}

#Gap.top .yorozu .yorozu-description {
  background: #eee;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
}

#Gap.top .yorozu .yorozu-description p {
  font-size: 110%;
  line-height: 1.8em;
  margin: 0;
}

#Gap.top .yorozu .consultation-types {
  margin-bottom: 40px;
}

#Gap.top .yorozu .consult-item {
  background: #fff;
  border: 2px solid #277767;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}

#Gap.top .yorozu .consult-item h4 {
  background: #277767;
  color: #fff;
  font-size: 130%;
  font-weight: 600;
  padding: 15px 20px;
  margin: -30px -30px 20px;
  border-radius: 6px 6px 0 0;
}

#Gap.top .yorozu .consult-item p {
  font-size: 110%;
  line-height: 1.7em;
  margin: 0;
}

#Gap.top .yorozu .application-section {
  text-align: center;
  margin-top: 40px;
}

#Gap.top .yorozu .apply-btn {
  display: inline-block;
  background: #f8f795;
  color: #277767;
  font-size: 140%;
  font-weight: 600;
  padding: 20px 60px;
  border: 3px solid #277767;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

#Gap.top .yorozu .apply-btn:hover {
  background: #277767;
  color: #fff;
}

#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, 0.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: 0.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: 0.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.top .listBtn li {
    display: flex;
  }
  #Gap.top .listBtn li a {
    width: 90%;
    max-width: 200px;
  }

  /*────────────────────────── よろず相談会（スマホ）──*/
  #Gap.top .yorozu {
    padding: 20px;
  }
  #Gap.top .yorozu .yorozu-header h3 {
    font-size: 140%;
    padding: 20px 0;
    margin: -20px -20px 20px;
  }
  #Gap.top .yorozu .event-info {
    padding: 15px;
    margin-bottom: 20px;
  }
  #Gap.top .yorozu .event-info .schedule {
    font-size: 110%;
  }
  #Gap.top .yorozu .yorozu-description {
    padding: 20px;
    margin-bottom: 30px;
  }
  #Gap.top .yorozu .consult-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  #Gap.top .yorozu .consult-item h4 {
    font-size: 120%;
    padding: 12px 15px;
    margin: -20px -20px 15px;
  }
  #Gap.top .yorozu .consult-item p {
    font-size: 100%;
    line-height: 1.6em;
  }
  #Gap.top .yorozu .apply-btn {
    font-size: 120%;
    padding: 15px 40px;
    letter-spacing: 1px;
  }

  /*────────────────────────── 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: 280px;
    margin: 40px auto 0;
    overflow: hidden;
  }
  #Gap.detail .fv .slick-slider img {
    height: 280px;
    /*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;
  }
}
