@charset 'utf-8';

.lead {
  max-width: 1080px;
  width: 100%;
  line-height: 2.125;
  margin:  0 auto 81px;
}

.for_pc{
	display: block;
}
.for_sp{
	display: none;
}

@media screen and (max-width: 1000px) {
  .lead {
    padding: 0 24px;
    font-size: 0.9375em;
    line-height: 2;
    margin: 0 auto 54px;
  }
	.for_pc{
	display: none;
}
.for_sp{
	display: block;
}
}

#search-field {
  background: #F3F5F8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  max-width: 1000px;
  margin: 40px auto 0;
}

#common-section #search-field .search {
  width: 84.2%;
  height: 54px;
  padding: 0 0 0 18px;
  border-radius: 5px 0 0 5px;
  border: transparent;
  -webkit-appearance: none;
}

.search:focus {
  outline: none;
}

.search::placeholder {
  opacity: .4;
}

.search-btn button {
  cursor: pointer;
  width: 98px;
  height: 54px;
  border-radius: 0 5px 5px 0;
  border: none;
  background: url(../images/search.svg) no-repeat center left 15px #179F5B;
  color: #fff;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

.search-btn button span {
  font-size: 1.125rem;
  padding-left: 30px;
}

/*----   資料ダウンロード　バナー---*/
.shiryou_banner{
	padding: 0px 0 45px;
}
.shiryou_banner:hover {
  opacity: .8;
}
.shiryou_banner img{
	width: 100%;
}
@media screen and (max-width: 1000px) {
	.shiryou_banner{
	padding: 0px 0 40px;
}
}
/*----   資料ダウンロード　バナー---*/


#common-section .word-lists {
  margin: 25px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.word-lists li {
  border: 1px solid #DDE0E5;
  text-align: center;
  margin-top: 15px;
  width: 18.8%;
}

.word-lists li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: #111;
  font-family: "FOT-UD角ゴ_スモール Pr6N M";
  transition: background .3s;
  font-size: 1.125em;
}

.word-lists li a:hover {
  background: #F3F5F8;
}

@media screen and (max-width: 1000px) {

  #search-field {
    height: 84px;
  }
  .search {
    width: 100%;
    margin: 0 0 0 15px;
  }
  .search-btn {
    margin: 0 16px 0 0;
    height: 54px;
  }
  .search-btn button {
    width: 54px;
  }
  .search-btn button span {
    display: none;
  }
  #common-section .word-lists {
    margin:  15px 9px 0;
    position: relative;
  }
  #common-section .word-lists:after {
    display: block;
    content: "";
    width: 22%;
    height: 60px;
  }
  #common-section .word-lists li {
    width: 22%;
    font-size: 1rem;
  }
  .word-lists li a {
    font-size: 1em;
  }
  .word-lists li a span {
    display: none;
  }

}

#common-section .overview {
  border-radius: 10px;
  margin: 0;
  padding: 15px 0 0;
}

#common-section .overview h3 {
  font-size: 1.375em;
  padding-left: 20px;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
}

#common-section .overview h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 22px;
  background: #179F5B;
  top: 2px;
  left: 0;
}

#common-section .overview > li {
  padding: 50px 40px 44px 40px;
  background-color: #F3F5F8;
  border-radius: 10px;
}

#common-section .overview > li:last-child {
  padding: 50px 40px 38px 40px;
}

#common-section .overview > li + li {
  margin-top: 40px;
}

#common-section .overview li:before {
  display: none;
}

#common-section .overview li p {
  margin: 0;
}

#common-section .overview li p.flyer {
  margin-top: 5px;
}

#common-section .overview li .unic {
  font-size: 1.125em;
  margin-top: 24px;
  line-height: 1.888888;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .overview a {
  display: inline-block;
  margin-top: 4px;
}

/* 親要素wrapにouterが着いたら外部リンクがづく */
#common-section .wrap ul.outer a {
  color: #179F5B;
}

#common-section .wrap ul.outer a span {
  color: #179F5B;
  background: url(../../shared/images/download.svg) no-repeat center right;
  padding-right: 25px;
}

#common-section .overview .source {
  display: flex;
  justify-content: space-around;
  margin-top: 33px;
}

#common-section .overview .source > div {
  width: 45%;
  height: 260px;
}

#common-section .overview .source > div p {
  margin-top: 5px;
  text-align: center;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .overview .source > div > div {
  /* 画像追加する */
  background: #fff;
  height: 100%;
  position: relative;
}

#common-section .overview .source > div > div.five-p {
  background: url(../images/five_p.png) center center no-repeat;
  background-size: cover;
}

#common-section .overview .source > div > div.wedding-model {
  background: url(../images/wedding_model.png) center center no-repeat;
  background-size: cover;
}

/* #common-section .overview .source > div > div:before {
  display: block;
  position: absolute;
  content: "ダミー画像です";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
} */

#common-section .overview .source-description {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
}

#common-section .overview .source-description p {
  text-align: left;
  font-size: 0.8125em;
  line-height: 21px;
}

#common-section .overview li > ul {
  margin: 15px 0 0;
  list-style: disc;
  padding-left: 18px;
}

#common-section .overview li > ul li {
  padding-left: 0;
}

#common-section .overview li > ul li::marker {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {

  #common-section .overview h3 {
    font-size: 1.125rem;
    line-height: 27px;
  }
  #common-section .overview li .unic {
    margin: 12px 0 0;
    font-size: 1em;
  }
  #common-section .wrap ul.outer a {
    font-size: 0.875rem;
    line-height: 1.5;
    margin:  12px 0 0;
  }
  #common-section .wrap ul.outer a span {
    padding-right: 22px;
  }
  #common-section .overview > li {
    padding: 30px 20px 27px;
  }
  #common-section .overview > li + li {
    margin-top: 25px;
  }
  #common-section .overview .source {
    flex-direction: column;
    margin: 20px 0 0;
  }
  #common-section .overview li > ul {
    list-style: none;
    margin: 5px 0 0;
  }
  #common-section .overview li > ul li::before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
    left: -15px;
    top: 23px;
  }
  #common-section .overview .source > div {
    width: 100%;
    height: 166px;
  }
  #common-section .overview .source > div + div {
    margin-top: 50px;
  }
  #common-section .overview .source-description {
    margin: 55px 0 0;
    justify-content: flex-start;
  }
  #common-section .overview .source-description p {
    font-size: 0.8125rem;
  }
  #common-section .overview > li:last-child {
    padding: 30px 20px 27px;
  }
  #common-section .overview li p.flyer {
    font-size: 14px;
    line-height: 2;
  }


}


#common-section.document h2 {
  line-height: 1.846153846;
}

.sdgs-document {
  margin: 0 40px 0;
}

.sdgs-document.outer a {
  color: #179F5B;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  background: url(../../shared/images/outer-green.svg) no-repeat center right;
  padding-right: 25px;
}

#common-section .sdgs-document div p {
  margin: 8px 0 0;
}

#common-section .sdgs-document div + div {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  #common-section.document h2 {
    line-height: 34px;
  }
  .sdgs-document {
    margin: 0 9px 0;
  }
  .sdgs-document.outer a {
    font-size: 1em;
  }
}

#common-section .document-lists {
  list-style: disc;
  padding-left: 18px;
  margin: 30px 40px 0;
}

#common-section .document-lists li {
  padding-left: 4px;
}

#common-section .document-lists li::marker {
  font-size: 10px;
}

#common-section .document-lists.download li span {
  background: url(../../shared/images/download.svg) no-repeat center right;
  padding-right: 32px;
}

#common-section .document-lists li:before {
  display: none;
}

#common-section .document-lists li a {
  color: #179F5B;
}

@media screen and (max-width: 1000px) {

  #common-section.document-download {
    margin-bottom: 50px;
  }
  #common-section .document-lists {
    margin: 15px 9px 0;
    padding-left: 15px;
  }
  #common-section .document-lists li {
    margin-top: 3px;
    line-height: 1.6;
  }
  #common-section .document-lists.download li span {
    padding-right: 26px;
  }

}

#common-section .document-lists.has-title {
  margin: 10px 40px 0;
}

#common-section .document-lists.has-title li + li {
  margin-top: 3px;
}

.ministries {
  margin: 30px 40px 0;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

@media screen and (max-width: 1000px) {

  .ministries {
    margin: 30px 9px 0;
    font-size: 1em;
  }
  #common-section .document-lists.has-title {
    margin: 10px 9px 0;
  }
  #common-section .document-lists.has-title li + li {
    margin-top: 10px;
  }

}

/* glossary */

#common-section .wrap h2.vocabulary-title {
  margin: 45px 0 70px 0;
}

#common-section .vocabularies {
  margin: 0 40px 100px;
}

#common-section .vocabularies li {
  padding-left: 0;
  border-top: 1px solid #E1E4E8;
  height: 66px;
}

#common-section .vocabularies li:last-child {
  border-bottom: 1px solid #E1E4E8;
}

#common-section .vocabularies li + li {

}

#common-section .vocabularies li:before {
  display: none;
}

#common-section .vocabularies li a {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  color: #111;
  text-decoration: none;
  line-height: 2;
  font-family: "FOT-UD角ゴ_スモール Pr6N M";
  transition: color .3s;
}

#common-section .vocabularies li a:hover {
  color: #179F5B;
}

@media screen and (max-width: 1000px) {

  #common-section .wrap h2.vocabulary-title {
    margin: 27px 0 35px 0;
  }
  #common-section .vocabularies {
    margin: 20px 9px 60px;
  }
  #common-section .vocabularies li a {
    padding-left: 10px;
  }

}

/* detail */

#common-section .vocabularies-text {
  margin-bottom: 45px;
}

#common-section .vocabularies-text p + p {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {

  #common-section .vocabularies-text {
    margin-bottom: 40px;
  }

  #common-section .vocabularies-text p + p {
    margin-top: 22px;
  }

}
