@charset "utf-8";

header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background: #FFF;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  //  overflow:hidden;
  transition: var(--scrolling);
}

.scrolling header {
  height: 68px;
  transition: var(--scrolling);
}

header #logo {
  margin-right: 40px;
  width: calc(220px * 0.9);
  height: calc(75px * 0.9);
  transition: var(--scrolling);
}

.scrolling header #logo {
  width: calc(220px * 0.6);
  height: calc(75px * 0.6);
  transition: var(--scrolling);
}

#head-info {
  flex: 1;
}

nav#header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.25em 0;
}

nav#header-nav ul li {
  font-size: 0.8em;
  line-height: 1.6;
  transition: var(--scrolling);
}

.scrolling nav#header-nav ul li {
  font-size: 0.75em;
  line-height: 1.6;
  transition: var(--scrolling);
}

nav#header-nav ul li a {
  color: #666;
}

nav#header-nav ul li.lang a {
  text-decoration: none;
}

nav#header-nav ul li:not(:first-child)::before {
  content: "｜";
  margin: 0 0.8em;
}

nav#header-nav ul li.lang {
  margin-left: 1.0em;
}

nav#header-nav ul li.lang::before {
  display: none;
}

nav#header-nav ul li.lang img {
  //  display:none;
  display: inline-block;
}

nav#header-nav ul li.lang .goog-te-gadget {
  font-family: var(--default-font);
  font-size: 0.85em;
  line-height: 1.8;
}

nav#header-nav ul li.lang .goog-te-gadget>.goog-te-gadget-simple {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9em;
  line-height: 1.8;
  padding: 2px 0 2px 4px;
  display: flex;
  align-items: center;
}

nav#header-nav ul li.lang .goog-te-gadget>.goog-te-gadget-simple a.goog-te-menu-value {
  margin: 0 0.5em;
}

nav#header-nav ul li.lang .goog-te-gadget>.goog-te-gadget-simple a.goog-te-menu-value>span {
  margin: 0 0.3em;
}

nav#global-nav>ul {
  display: flex;
  justify-content: flex-end;
  padding: 0.25em 0;
}

nav#global-nav>ul>li {
  position: relative;
  font-size: 0.95em;
  line-height: 1.6;
  font-weight: 700;
  margin-left: 1.5em;
  transition: var(--scrolling);
}

.scrolling nav#global-nav>ul>li {
  font-size: 0.9em;
  line-height: 1.6;
  transition: var(--scrolling);
}

nav#global-nav ul>li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--base-color);
}

nav#global-nav>ul>li a:hover {
  color: var(--middle-color);
  transition: 0.2s;
}

/* index */
.index-billboard {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.index-billboard::after {
  position: absolute;
  content: "";
  top: 50px;
  left: -30px;
  width: calc(465px * 0.95);
  height: calc(132px * 0.95);
  background-image: url(../../img/cursive/cheerful.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.index-billboard#general {
  padding: 60px 0 160px;
}

#billboard-copy {
  position: relative;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
}

#billboard-copy p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}

ul.index-nav-list {
  width: 680px;
  margin-left: 80px;
  display: flex;
  justify-content: space-between;
}

ul.index-nav-list li {
  position: relative;
  text-transform: capitalize;
}

ul.index-nav-list li::after {
  position: absolute;
  content: "";
  bottom: -160px;
  left: 20px;
  width: calc(335px * 0.9);
  height: calc(239px * 0.9);
  background-image: url(../../img/illustration/01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.index-nav-list li:last-child::after {
  position: absolute;
  content: "";
  bottom: -160px;
  left: 50px;
  width: calc(223px * 0.95);
  height: calc(232px * 0.95);
  background-image: url(../../img/illustration/02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.index-nav-list li a {
  position: relative;
  display: block;
  width: 330px;
  height: 330px;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: var(--marriage-sub-color);
  color: var(--marriage-main-color);
  transition: 0.3s;
}

ul.index-nav-list li:last-child a {
  background-color: var(--child-sub-color);
  color: var(--child-main-color);
}

ul.index-nav-list li a:hover {
  text-decoration: none;
  background-color: var(--marriage-main-color);
  color: #FFF;
  transition: 0.3s;
}

ul.index-nav-list li:last-child a:hover {
  background-color: var(--child-main-color);
}

ul.index-nav-list li a .index-nav-text {
  position: relative;
  padding-top: 105px;
  font-size: 1.5rem;
  font-weight: 700;
}

ul.index-nav-list li a .index-nav-text span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}

ul.index-nav-list li a::before {
  position: absolute;
  content: "";
  bottom: 110px;
  left: 145px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 5;
}

ul.index-nav-list li a::after {
  position: absolute;
  content: "";
  bottom: 128px;
  left: 152px;
  width: 16px;
  height: 6px;
  border-bottom: 2px solid var(--marriage-main-color);
  border-right: 3px solid var(--marriage-main-color);
  transform: skew(45deg);
  z-index: 10;
}

ul.index-nav-list li:last-child a::after {
  border-bottom: 2px solid var(--child-main-color);
  border-right: 3px solid var(--child-main-color);
}

#general-wrapper {
  position: relative;
  width: 100%;
  background-image: linear-gradient(to right, var(--marriage-sub-color) 40%, var(--child-sub-color) 60%);
  padding: 100px 0;
}

#general-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-image: url(../../img/common/wrapper_back.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
  z-index: 0;
}

#general-wrapper h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #666;
  color: var(--base-color);
  margin-bottom: 40px;
}

#general-wrapper h2 span {
  position: relative;
}

#index-news {
  position: relative;
  background-color: #FFF;
  border-radius: 0 40px 40px 0;
  width: 65vw;
  padding-left: calc((100% - 1160px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 70px;
  box-sizing: border-box;
}

#index-news h2 span::before {
  position: absolute;
  content: "";
  top: 0;
  right: -95px;
  width: 105px;
  height: 52px;
  background-image: url(../../img/cursive/news.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#index-news ul.index-news-list {
  margin-bottom: 40px;
}

#index-news ul.index-news-list li {
  text-align: left;
}

#index-news ul.index-news-list li a {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}

#index-news ul.index-news-list li a span.index-news-date {
  font-size: 0.85em;
  line-height: 2;
  color: var(--base-color);
  width: 95px;
}

#index-news ul.index-news-list li a span.index-news-cat {
  box-sizing: border-box;
  font-size: 0.8em;
  line-height: 1.7;
  font-weight: 700;
  border-radius: 9999px;
  width: 120px;
  text-align: center;
  margin-right: 15px;
  position: relative;
  top: 0.2em;
  background: #fff;
  border: 1px solid #ccc;
}

#index-news ul.index-news-list li a span.news-cat01 {
  color: var(--marriage-main-color);
  border-color: var(--marriage-main-color);
}

#index-news ul.index-news-list li a span.news-cat02 {
  color: var(--child-main-color);
  border-color: var(--child-main-color);
}

#index-news ul.index-news-list li a span.index-news-title {
  flex: 1;
}

#index-news ul.index-news-list li a:hover {
  text-decoration: none;
}

#index-news ul.index-news-list li a:hover span.index-news-title {
  text-decoration: underline;
}

#index-news ul.index-news-more-list {
  display: flex;
  justify-content: center;
}

#index-news ul.index-news-more-list li.button a {
  width: 300px;
  margin: 0 10px;
  color: var(--marriage-main-color);
  border: 1px solid var(--marriage-main-color);
}

#index-news ul.index-news-more-list li:last-child a {
  color: var(--child-main-color);
  border-color: var(--child-main-color);
}

#index-news ul.index-news-more-list li:first-child a::after {
  border-top: 2px solid var(--marriage-main-color);
  border-right: 2px solid var(--marriage-main-color);
}

#index-news ul.index-news-more-list li:last-child a::after {
  border-top: 2px solid var(--child-main-color);
  border-right: 2px solid var(--child-main-color);
}

#index-news ul.index-news-more-list li:first-child a:hover {
  background-color: var(--marriage-main-color);
}

#index-news ul.index-news-more-list li:last-child a:hover {
  background-color: var(--child-main-color);
}

#index-about {
  position: relative;
  background-color: #FFF;
  border-radius: 40px 0 0 40px;
  width: 65vw;
  margin-top: 100px;
  margin-left: auto;
  padding-right: calc((100% - 1160px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 70px;
  box-sizing: border-box;
}

#index-about::after {
  position: absolute;
  content: "";
  top: -285px;
  right: calc(((100% - 1160px) / 2) + 270px);
  width: 270px;
  height: 285px;
  background-image: url(../../img/illustration/03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#index-about h2 span::before {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -90px;
  width: 139px;
  height: 44px;
  background-image: url(../../img/cursive/about.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#index-about .copy-text {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}

#index-about p {
  //  text-align:left;
  margin-bottom: 40px;
}

.button a {
  position: relative;
  display: block;
  border: 1px solid #666;
  border-radius: 9999px;
  line-height: 2.5;
  text-align: center;
  color: #666;
  color: var(--base-color);
  font-size: 0.9rem;
  font-weight: 700;
  width: 200px;
  margin: 0 auto;
  transition: 0.3s;
}

.button a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
  transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #666;
  transition: 0.3s;
}

.button a:hover::after {
  border-top: 2px solid #FFF !important;
  border-right: 2px solid #FFF !important;
}

#marriage-wrapper .button a {
  color: var(--marriage-main-color);
  border-color: var(--marriage-main-color);
}

#marriage-wrapper .button a:hover {
  background: var(--marriage-main-color);
}

#marriage-wrapper .button a:after {
  border-top-color: var(--marriage-main-color);
  border-right-color: var(--marriage-main-color);
}

#child-wrapper .button a {
  color: var(--child-main-color);
  border-color: var(--child-main-color);
}

#child-wrapper .button a:hover {
  background: var(--child-main-color);
}

#child-wrapper .button a:after {
  border-top-color: var(--child-main-color);
  border-right-color: var(--child-main-color);
}

#index-passport {
  position: relative;
  background-color: #FFF;
  width: 1160px;
  border-radius: 40px;
  margin: 100px auto 0;
  padding: 60px 70px;
  box-sizing: border-box;
}

#index-passport::after {
  position: absolute;
  content: "";
  top: -197px;
  left: -20px;
  width: calc(320px * 0.9);
  height: calc(272px * 0.9);
  background-image: url(../../img/illustration/04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#index-passport h2 span::before {
  position: absolute;
  content: "";
  bottom: -36px;
  left: -90px;
  width: 331px;
  height: 66px;
  background-image: url(../../img/cursive/passport.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.index-passport-list {
  display: flex;
  justify-content: space-between;
}

ul.index-passport-list>li {
  width: 490px;
  background-color: var(--marriage-sub-color);
  //  border:1px solid var(--marriage-main-color);
  border-radius: 15px;
  padding-bottom: 30px;
}

ul.index-passport-list>li:last-child {
  background-color: var(--child-sub-color);
}

ul.index-passport-list>li h3 {
  position: relative;
  background-color: var(--marriage-main-color);
  color: #FFF;
  font-size: 1em;
  line-height: 3;
  border-radius: 15px 15px 0 0;
  margin-bottom: 20px;
}

ul.index-passport-list>li:last-child h3 {
  background-color: var(--child-main-color);
}

ul.index-passport-list>li h3::after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 234px;
  border-style: solid;
  border-width: 14px 16px 0 16px;
  border-color: var(--marriage-main-color) transparent transparent transparent;
}

ul.index-passport-list>li:last-child h3::after {
  border-color: var(--child-main-color) transparent transparent transparent;
}

ul.index-passport-list>li ul {
  margin: 0 40px 20px;
}

ul.index-passport-list>li ul li a {
  text-decoration: none;
  color: var(--base-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px dashed #999;
}

ul.index-passport-list>li ul li a figure {
  width: 120px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
}

ul.index-passport-list>li ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.15s ease-in;
}

ul.index-passport-list>li ul li a:hover figure img {
  transform: scale(1.1);
  transition: 0.15s ease-in;
}

ul.index-passport-list>li ul li a .passport-store-info {
  text-align: left;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.index-passport-list>li ul li a .passport-store-info .passport-store-cat {
  font-size: 0.75em;
  line-height: 1.6;
  font-weight: 700;
  color: #666;
  //background-color:#FFF;
  border-radius: 3px;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

ul.index-passport-list>li ul li a .passport-store-info .passport-store-cat span {
  width: 15px;
  height: 15px;
  display: inline-block;
}

ul.index-passport-list li figure.dummy {
  border: 1px solid #ccc;
  position: relative;
}


ul.index-passport-list li figure.dummy>img {
  width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.index-passport-list li a:hover figure.dummy>img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.index-passport-list>li ul li a .passport-store-info .passport-store-area {
  font-size: 0.85em;
  line-height: 1;
}

ul.index-passport-list>li ul li a .passport-store-info .passport-store-name {
  width: 100%;
  font-weight: 700;
  color: var(--link-color);
  margin-top: 0.5em;
}

ul.index-passport-list>li ul li a:hover .passport-store-info .passport-store-name {
  text-decoration: underline;
}

ul.index-passport-list>li .button a {
  color: var(--marriage-main-color);
  border: 1px solid var(--marriage-main-color);
  background: #fff;
}

ul.index-passport-list>li .button a:hover {
  color: #fff;
  background-color: var(--marriage-main-color);
}

ul.index-passport-list>li .button a::after {
  border-top-color: var(--marriage-main-color);
  border-right-color: var(--marriage-main-color);
}

ul.index-passport-list>li .button a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

ul.index-passport-list>li:last-child .button a {
  color: var(--child-main-color);
  border-color: var(--child-main-color);
}

ul.index-passport-list>li:last-child .button a:hover {
  background-color: var(--child-main-color);
}

ul.index-passport-list>li:last-child .button a::after {
  border-top-color: var(--child-main-color);
  border-right-color: var(--child-main-color);
}

#banner-area {
  width: 100%;
  padding: 80px 0;
}

#banner-area ul {
  display: flex;
  justify-content: center;
}

#banner-area ul li {
  width: 180px;
  height: auto;
  margin: 0 5px;
}

/* footer */
footer {
  width: 100%;
  padding-bottom: 40px
}

#footer-inner {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}

#footer-inner #footer-logo {
  width: 180px;
  height: auto;
  margin: 0 auto 20px;
}

#footer-inner address {
  font-size: 0.8em;
  line-height: 1.8;
  margin-bottom: 20px;
}

nav#footer-nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

nav#footer-nav ul li a {
  color: var(--base-color);
  font-size: 0.8em;
  line-height: 1.8;
  padding: 0 10px;
}

nav#footer-nav ul li:not(:first-child)::before {
  content: "｜";
}

#copyright {
  font-size: 0.7em;
  line-height: 1.8;
}

/* page header */
nav#global-nav>ul>li>ul {
  position: absolute;
  top: 30px;
  left: 50%;
  padding: 5px 0;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

nav#global-nav>ul>li>ul>li {
  width: auto;
}

nav#global-nav>ul>li>ul>li>a {
  display: block;
  font-size: 0.9em;
  line-height: 2.4;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  padding: 0 2em;
  position: relative;
}

nav#global-nav>ul>li>ul>li>a:hover {
  color: #FFFF00 !important;
}

a.external-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: 2px;
}

a.external-link::after {
  background-image: url(../../img/svg/external_white.svg);
}

a:hover.external-link::after {
  background-image: url(../../img/svg/external_yellow.svg);
}

nav#global-nav #fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  text-align: left;
}

nav#global-nav #fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}

nav#global-nav #fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

nav#global-nav #fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

nav#global-nav #fade-in li>ul>li.sub>a {
  padding-left: 3em;
}

nav#global-nav #fade-in li>ul>li.sub>a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 1.8em;
}

header#marriage-header {
  //  position:relative;
  background-color: var(--marriage-sub-color);
}

header#child-header {
  //  position:relative;
  background-color: var(--child-sub-color);
}

header#marriage-header::before,
header#child-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/wrapper_back.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  transform: rotateX(180deg);
  z-index: -1;
}

.scrolling header#marriage-header::before,
.scrolling header#child-header::before {
  height: 68px;
  transition: var(--scrolling);
}

header#marriage-header nav#global-nav>ul>li>ul {
  background: var(--marriage-main-color);
}

header#marriage-header nav#global-nav>ul>li a:hover {
  color: var(--marriage-main-color);
}

header#child-header nav#global-nav>ul>li>ul {
  background: var(--child-main-color);
}

header#child-header nav#global-nav>ul>li.project>ul {
  left: auto;
  right: 0;
  transform: translateX(10%);
}

header#child-header nav#global-nav>ul>li a:hover {
  color: var(--child-main-color);
}

#billboard-page-copy {
  flex: 1;
  text-align: left;
}

#billboard-page-copy .billboard-title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

#billboard-page-copy .billboard-title span {
  display: block;
  color: #666;
  font-size: 0.6em;
  font-weight: 500;
}

.index-billboard figure {
  width: 696px;
  height: 435px;
}

/* marriage base*/
#marriage-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--marriage-sub-color);
  padding: 100px 0;
}

#marriage-wrapper.index {
  padding: 0 0 100px;
}

#marriage-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-image: url(../../img/common/wrapper_back.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
  z-index: 0;
}

#marriage-wrapper h2 {
  font-size: 1.5em;
  font-weight: 700;
  //  color:#666;
  margin-bottom: 40px;
}

#marriage-wrapper h2 span {
  position: relative;
}

/* page index*/
.container-center {
  position: relative;
  background-color: #FFF;
  width: 1160px;
  border-radius: 40px;
  margin: 100px auto 0;
  padding: 60px 70px;
  box-sizing: border-box;
}

.container-center p {
  //  color:#666;
  //  font-weight:700;
}

.container-right {
  position: relative;
  background-color: #FFF;
  border-radius: 40px 0 0 40px;
  width: 70vw;
  margin-top: 100px;
  margin-left: auto;
  padding-right: calc((100% - 1160px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 70px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.container-left {
  position: relative;
  background-color: #FFF;
  border-radius: 0 40px 40px 0;
  width: 70vw;
  padding-left: calc((100% - 1160px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 70px;
  box-sizing: border-box;
}

ul.index-event-list {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

ul.index-event-list li {
  width: 225px;
  margin: 0 15px;
}

ul.index-event-list li a {
  display: block;
  text-align: left;
  color: var(--base-color);
}

ul.index-event-list li a:hover {
  text-decoration: none;
}

ul.index-event-list li a h3 {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  color: var(--link-color);
}

ul.index-event-list li a:hover h3 {
  text-decoration: underline;
}

ul.index-event-list li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 7/10;
  overflow: hidden;
  margin-bottom: 0.5em;
}

ul.index-event-list li a figure img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}

ul.index-event-list li a:hover figure img {
  transform: scale(1.1);
  transition: 0.2s;
}

ul.index-event-list li a .index-event-info span {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.8;
  padding-left: 1.35em;
  margin-bottom: 0.0em;
}

ul.index-event-list li a .index-event-info span::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.index-event-list li a .index-event-info span.date::before {
  background-image: url(../../img/icon/time.png);
}

ul.index-event-list li a .index-event-info span.place::before {
  background-image: url(../../img/icon/place.png);
}

/*ul.index-event-list li a .index-event-tag{
  display:flex;
  flex-wrap:wrap;
}
ul.index-event-list li a .index-event-tag span{
  display:block;
  font-size:0.8em;
  margin-right:5px;
  border:1px solid #333;
  padding:0 5px;
  margin-bottom:5px;
}*/
.event-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3em;
}

.event-tag span {
  display: block;
  font-size: 0.75em;
  line-height: 1.6;
  color: #FFF;
  padding: 0 0.75em;
  border-radius: 9999px;
  margin: 0 0.3em 0.3em 0;
}

.event-tag span.event-tag01 {
  background: #FE728C;
}

.event-tag span.event-tag02 {
  background: #F76262;
}

.event-tag span.event-tag03 {
  background: #6AD0E0;
}

.event-tag span.event-tag04 {
  background: #8DC44F;
}

.event-tag span.event-tag05 {
  background: #009B69;
}

.event-tag span.event-tag06 {
  background: #9C867B;
}

.event-tag span.event-tag07 {
  background: #8D10D7;
}

.event-tag span.event-tag08 {
  background: #F8B405;
}

.event-tag span.event-tag09 {
  background: #F8930B;
}

.event-tag span.event-tag10 {
  background: #8BA49B;
}

.event-tag span.event-tag10 {
  background: #8BA49B;
}

.event-tag span.event-first {
  background: #F72932;
}

.event-tag span.event-lottery {
  background: #FF9CA1;
}

/* marriage index*/
#marriage-wrapper .container-center::after {
  position: absolute;
  content: "";
  top: -237px;
  right: 0;
  width: calc(309px * 0.9);
  height: calc(263px * 0.9);
  background-image: url(../../img/illustration/05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#marriage-wrapper .container-center h2 span::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -90px;
  width: 118px;
  height: 45px;
  background-image: url(../../img/cursive/event.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#marriage-wrapper ul.index-event-list li a h3 {
  //  color:var(--marriage-main-color);
}

#marriage-wrapper .container-right::after {
  position: absolute;
  content: "";
  top: 200px;
  left: -210px;
  width: calc(287px * 0.9);
  height: calc(349px * 0.9);
  background-image: url(../../img/illustration/06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#marriage-wrapper .container-right h2 span::before {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -90px;
  width: 171px;
  height: 45px;
  background-image: url(../../img/cursive/support.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.index-support-list {}

ul.index-support-list li {
  margin-bottom: 60px;
}

ul.index-support-list li a {
  text-decoration: none;
  color: var(--base-color);
  display: flex;
  justify-content: space-between;
  text-align: left;
}

ul.index-support-list li a figure {
  width: 340px;
  margin-right: 30px;
}

ul.index-support-list li a .text-box {
  flex: 1;
}

ul.index-support-list li a h3 {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

ul.index-support-list li a h3 span {
  display: block;
  color: var(--link-color);
  font-size: 1.8em;
}

ul.index-support-list li a:hover h3 span {
  text-decoration: underline;
}

ul.index-support-list p {
  font-size: 0.95em;
  line-height: 1.8;
  margin: 0;
}

ul.index-support-list li .button a {
  margin: 0 auto 0 0;
}

ul.index-column-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

ul.index-column-list li {
  width: 23.5%;
}

ul.index-column-list li:not(:last-child) {
  margin-right: 2%;
}

ul.index-column-list li a {
  display: block;
  text-decoration: none;
  text-align: left;
  color: var(--base-color);
}

ul.index-column-list li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0.3em;
}

ul.index-column-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

ul.index-column-list li a:hover figure img {
  transform: scale(1.1);
  transition: 0.3s;
}

ul.index-column-list li a .entry-date {
  font-size: 0.8em;
  line-height: 1.8;
}

ul.index-column-list li a .entry-title {
  font-size: 0.95em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
}
ul.index-column-list li a .column-cat{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.6;
  color: #FFF;
  padding: 0 0.75em;
  border-radius: 9999px;
  margin: 0 0 0.3em 0;
}
ul.index-column-list li a .column-cat#advice{
  background-color: #F72932;
}
ul.index-column-list li a .column-cat#municipalities{
  background-color: #F8B405;
}

ul.index-column-list li a:hover .entry-title {
  text-decoration: underline;
}

h3.marriage-title {
  color: var(--marriage-main-color);
  font-size: 1.6em;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

h3.marriage-title span {
  display: block;
  color: var(--base-color);
  font-size: 0.5em;
  line-height: 1;
}

.container-right h3.marriage-title {
  text-align: left;
}

#marriage-wrapper .container-left::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -282px;
  width: calc(282px * 0.8);
  height: calc(459px * 0.8);
  background-image: url(../../img/illustration/07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#marriage-wrapper .container-left h2 span::before {
  position: absolute;
  content: "";
  bottom: -36px;
  left: 90px;
  width: 331px;
  height: 66px;
  background-image: url(../../img/cursive/passport.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.passport-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px;
}

ul.passport-list li a {
  display: block;
  text-decoration: none;
  text-align: left;
  color: var(--base-color);
}

ul.passport-list li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}

ul.passport-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.15s ease-in;
}

ul.passport-list li a:hover figure img {
  transform: scale(1.1);
  transition: 0.15s ease-in;
}

ul.passport-list li a .store-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.passport-list li a .store-info>.cat {
  font-size: 0.75em;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  background-color: var(--marriage-main-color);
  border-radius: 3px;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

ul.passport-list li a .store-info>.area {
  font-size: 0.85em;
  line-height: 1;
}

ul.passport-list li a .store-info>h3 {
  width: 100%;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
  margin-top: 0.5em;
}

ul.passport-list li a:hover .store-info>h3 {
  text-decoration: underline;
}

ul.passport-list li figure.dummy {
  border: 1px solid #ccc;
}

ul.passport-list li figure {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25em;
}

ul.passport-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.passport-list li figure.dummy>img {
  width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.passport-list li a:hover figure.dummy>img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.passport-list .store-info .cat span {
  width: 15px;
  height: 15px;
  display: inline-block;
}


ul.marriage-passport li {
  width: 31%;
}

ul.marriage-passport li a .store-info>.cat {
  //background-color:var(--marriage-main-color);
  background-color: transparent;
}

ul.child-passport li {
  width: 23.5%;
}

ul.child-passport li a .store-info>.cat {
  //background-color:var(--child-main-color);
  background-color: transparent;
}

/* page base */
.page-billboard .page-title {
  position: relative;
  width: 1160px;
  height: 200px;
  margin: 20px auto -20px;
  background-image: url(../../img/cursive/cheerful.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 465px 132px;
  z-index: 10;
}

.page-billboard .page-title,
.page-billboard .page-title h1 {
  font-size: 1.5rem;
  line-height: 220px;
  font-weight: 700;
}

.page-billboard .page-title::after {
  position: absolute;
  content: "";
  top: 30px;
  right: -20px;
  width: 192px;
  height: 165px;
  background-image: url(../../img/illustration/00.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page-billboard .page-title#page-about::after {
  background-image: url(../../img/illustration/global/01.png);
}

.page-billboard .page-title#page-municipality::after {
  background-image: url(../../img/illustration/global/02.png);
}

.page-billboard .page-title#page-faq::after {
  background-image: url(../../img/illustration/global/03.png);
}

.page-billboard .page-title#page-contact::after {
  background-image: url(../../img/illustration/global/04.png);
}

.page-billboard .page-title#page-notfound::after {
  background-image: url(../../img/illustration/global/05.png);
}

.page-billboard .page-title#marriage-news::after {
  background-image: url(../../img/illustration/marriage/01.png);
}

.page-billboard .page-title#marriage-event::after {
  background-image: url(../../img/illustration/marriage/02.png);
}

.page-billboard .page-title#marriage-support::after {
  background-image: url(../../img/illustration/marriage/03.png);
}

.page-billboard .page-title#marriage-report::after {
  background-image: url(../../img/illustration/marriage/04.png);
}

.page-billboard .page-title#marriage-life::after {
  background-image: url(../../img/illustration/marriage/05.png);
}

.page-billboard .page-title#marriage-passport::after {
  background-image: url(../../img/illustration/marriage/06.png);
}

.page-billboard .page-title#child-news::after {
  background-image: url(../../img/illustration/child/01.png);
}

.page-billboard .page-title#child-event::after {
  background-image: url(../../img/illustration/child/02.png);
}

.page-billboard .page-title#child-birth::after {
  background-image: url(../../img/illustration/child/03.png);
}

.page-billboard .page-title#child-passport::after {
  background-image: url(../../img/illustration/child/04.png);
}

.page-billboard .page-title#child-information::after {
  background-image: url(../../img/illustration/child/05.png);
}

.page-billboard .page-title#child-project::after {
  background-image: url(../../img/illustration/child/06.png);
}

.page-billboard .page-title#tonaring::after {
  background-image: url(../../img/illustration/child/07.png);
}

ul.disc-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}

ul.disc-list li::before {
  position: absolute;
  content: "・";
  top: -3px;
  left: 0;
  font-weight: 700;
  font-size: 1.2em;
}

.page-common {}

.page-common h3 {
  font-size: 1.05em;
  margin-bottom: 20px;
}

.gray-box {
  border: 1px solid #CCC;
  padding: 40px;
  box-sizing: border-box;
  margin: 40px 0;
  display: flex;
}

.gray-box figure {
  width: 300px;
  margin-right: 40px;
}

.gray-box .gray-box-text {
  flex: 1;
}

.gray-box .gray-box-text h3 {
  font-size: 0.95em;
  margin-bottom: 10px;
}

.gray-box .button a {
  margin: 0 auto 0 0;
}

.page-common .button a.margin0 {
  margin: 0;
}

/* child base*/
#child-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--child-sub-color);
  padding: 100px 0;
}

#child-wrapper.index {
  padding: 0 0 100px;
}

#child-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-image: url(../../img/common/wrapper_back.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
  z-index: 0;
}

#child-wrapper h2 {
  font-size: 1.5em;
  font-weight: 700;
  //  color:#666;
  margin-bottom: 40px;
}

#child-wrapper h2 span {
  position: relative;
}

h3.child-title {
  color: var(--child-main-color);
  font-size: 1.6em;
  margin-bottom: 20px;
}

h3.child-title span {
  display: block;
  color: var(--base-color);
  font-size: 0.5em;
  line-height: 1;
}

/* child index*/
#index-birth {
  position: relative;
  width: 1160px;
  margin: 100px auto;
}

#index-birth-inner {
  position: relative;
  background-color: #FFF;
  border-radius: 40px;
  width: 840px;
  margin-left: auto;
  padding: 60px;
  box-sizing: border-box;
}

#index-birth-inner::after {
  position: absolute;
  content: "";
  top: -310px;
  right: -20px;
  width: calc(258px * 0.9);
  height: calc(344px * 0.9);
  background-image: url(../../img/illustration/08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.index-ninkatsu-nagano {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.index-ninkatsu-nagano figure {
  box-sizing: border-box;
  width: 280px;
  padding: 20px 30px;
  margin-right: 30px;
  background: #FFFCEF;
  border-radius: 5px;
  overflow: hidden;
}

.index-ninkatsu-nagano .text-box {
  flex: 1;
  text-align: left;
}

#index-birth-inner h2 span::before {
  position: absolute;
  content: "";
  top: 0;
  left: -150px;
  width: 418px;
  height: 54px;
  background-image: url(../../img/cursive/birth.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#child-wrapper .container-center::after {
  position: absolute;
  content: "";
  top: -293px;
  left: 140px;
  width: 262px;
  height: 293px;
  background-image: url(../../img/illustration/09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#child-wrapper .container-center h2 span::before {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  width: 331px;
  height: 66px;
  background-image: url(../../img/cursive/passport.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.child-passport figure {
  width: 385px;
  height: 243px;
  margin-right: 40px;
}

.child-passport .text-box {
  text-align: left;
  margin-bottom: 40px;
}

.child-passport .text-box .button a {
  margin: 10px auto 0 0;
}

ul.child-passport-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 40px;
}

ul.child-passport-list li {
  width: calc((100% - 60px) / 4);
}

ul.child-passport-list li a {
  display: block;
  text-align: left;
  color: var(--base-color);
}

ul.child-passport-list li a:hover {
  text-decoration: none;
}

ul.child-passport-list li a figure {
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #ededed;
}

ul.child-passport-list li a figure img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

ul.child-passport-list li a:hover figure img {
  transform: scale(1.1);
  transition: 0.3s;
}

#child-wrapper ul.index-event-list {
  margin: 0 100px 40px;
}

#child-wrapper ul.index-event-list li a h3 {
  color: var(--child-main-color);
}

#child-wrapper .container-right h2 span::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -90px;
  width: 118px;
  height: 45px;
  background-image: url(../../img/cursive/event.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#child-wrapper .container-left::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -300px;
  width: calc(264px * 0.9);
  height: calc(467px * 0.9);
  background-image: url(../../img/illustration/10.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#child-wrapper .container-left h2 span::before {
  position: absolute;
  content: "";
  top: 15px;
  right: 0;
  width: 167px;
  height: 38px;
  background-image: url(../../img/cursive/attempt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-project-list {
  display: flex;
  justify-content: space-between;
}

ul.child-project-list li {
  width: calc((100% - 60px) / 3);
}

ul.child-project-list li a {
  display: block;
  text-align: left;
  color: var(--base-color);
}

ul.child-project-list li a:hover {
  text-decoration: none;
}

ul.child-project-list li a figure {
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

ul.child-project-list li a figure img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

ul.child-project-list li a .project-more {
  position: relative;
  display: block;
  border: 1px solid var(--child-main-color);
  border-radius: 9999px;
  line-height: 2;
  text-align: center;
  color: var(--child-main-color);
  font-size: 0.9rem;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s;
}

ul.child-project-list li a .project-more::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--child-main-color);
  border-right: 2px solid var(--child-main-color);
  transform: rotate(45deg);
}

ul.child-project-list li a:hover .project-more {
  text-decoration: none;
  color: #FFF !important;
  background-color: var(--child-main-color);
  transition: 0.3s;
}

ul.child-project-list li a:hover .project-more::after {
  border-top: 2px solid #FFF !important;
  border-right: 2px solid #FFF !important;
}

/* page base*/
#page-wrapper {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#crumb {
  position: relative;
  width: 1160px;
  margin: 0 auto 40px;
}

#crumb ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

#crumb ul li {
  font-size: 0.8em;
}

#crumb ul li:first-child{
  text-transform:capitalize;
}

#crumb ul li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  transform: scale(0.6, 1);
  margin: 0 5px;
}

#crumb ul li a {
  text-decoration: none;
  color: #666;
}

#crumb ul li:last-child a {
  color: var(--base-color);
  pointer-events: none;
}

#main {
  //  width:860px;
  flex: 1;
}

#main.narrow {
  padding: 0 calc((100% - 920px) / 2);
}

.page-contents {
  position: relative;
  background: #FFF;
  border-radius: 30px;
  padding: 60px 70px 20px;
  margin-bottom: 40px;
}

.page-contents section {
  position: relative;
  padding-bottom: 50px;
  text-align: left;
}

.page-contents section h2 {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
  padding-left: 40px;
}

.page-contents section h2::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #666;
}

.page-contents section h3.marriage-title,
.page-contents section h3.child-title {
  font-size: 1.3em;
}

.page-contents section p {
  margin-bottom: 20px;
}

.page-contents section .movie-box {
  //  width:100%;
  //  aspect-ratio:16 / 9;
}

.page-contents section .movie-box iframe {
  //  width:100%;
  //  height:100%;
}

#side {
  width: 240px;
  height: 100%;
  margin-left: 60px;
  position: sticky;
  top: 80px;
}

#side .button a {
  width: 100%;
  background: #fff;
}

.side-contents {
  position: relative;
  margin-bottom: 2em;
  text-align: left;
}

.side-contents .side-contents-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0em;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.side-contents.side-counseling .side-contents-title {
  font-size: 1.0em;
}

.side-contents-title span a {
  position: relative;
  display: block;
  font-size: 0.7em;
  color: var(--base-color);
}

.side-contents-title span a::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #666;
  border-right: 1.5px solid #666;
  transform: rotate(45deg);
}

ul.side-news-list li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed var(--base-color);
  font-size: 0.9em;
  color: var(--base-color);
  text-decoration: none;
}

ul.side-news-list li:first-child a {
  padding: 0 0 15px;
}

ul.side-news-list li a span.side-news-date {
  display: block;
  font-size: 0.9em;
}

ul.side-news-list li a:hover span.side-news-title {
  text-decoration: underline;
}

ul.side-disc-list li {
  list-style: disc outside;
  margin-left: 1.3em;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

ul.side-disc-list li a {
  color: var(--base-color);
}

ul.side-disc-list li a:hover {
  color: var(--link-color);
}

/* page life-design*/
.life-design-image {
  width: 400px;
  margin-right: 30px;
}
ul.life-design-list li {
  margin-bottom: 40px;
}
ul.life-design-list li .life-design-title {
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 18px;
}
ul.life-design-list li .life-design-title::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--marriage-main-color);
}
ul.life-design-list li .movie-box {
  margin-bottom: 20px;
}

#career-design section{
}
h2.career-design-heading{
  padding-left: 0 !important;
}
h2.career-design-heading::before{
  display: none;
}
ul.role-model-list li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.role-model-list li figure{
  width: 300px;
  margin-right: 20px;
}
ul.role-model-list li .text-box{
  flex: 1;
}
ul.role-model-list li .text-box p.model-name{
  font-weight: 700;
  color: #666;
}

figure.life-work-image{
  width: 240px;
  margin: 0 40px 20px 0;
}
table.life-work-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
}
table.life-work-table th {
  text-align: center;
  padding: 1em;
  border: 1px solid #CCC;
}

table.life-work-table td{
  text-align: left;
  padding: 1em;
  border: 1px solid #CCC;
}
table.life-work-table td span:not(:last-child){
  margin-right: 0.5em;
}
table.life-work-table td span:not(:last-child)::after{
  content: "/";
  margin-left: 1em;
}






/* news*/
ul.news-list {}

ul.news-list li a {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
  text-decoration: none;
}

ul.news-list li a span.news-date {
  font-size: 0.85em;
  line-height: 2;
  color: var(--base-color);
  width: 95px;
}

ul.news-list li a span.news-title {
  flex: 1;
}

ul.news-list li a:hover span.news-title {
  text-decoration: underline;
}

.news-contents .entry-title {
  margin-bottom: 60px;
  position: relative;
}

.entry-title .entry-date {
  font-family: var(--eng-font);
  font-size: 0.85em;
  line-height: 1.8;
  font-weight: 400;
}

.entry-title h1 {
  font-size: 1.6em;
  line-height: 1.6;
}

.share-box {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(45px, -120%);
}

.share-box .addtoany_shortcode .addtoany_list a {
  padding: 0 3px;
}

.entry-body img {
  width: auto;
  height: auto;
  max-width: 100% !important;
  margin: 1.5em auto;
}

.entry-body p.wp-caption-text{
  font-size: 0.8em;
}

ul.entry-bottom {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #666;
  font-size: 0.8em;
  line-height: 1.8;
}

ul.entry-bottom li:not(:last-child)::after {
  content: "｜";
  margin: 0 0.5em;
}

ul.entry-bottom li a {
  color: var(--base-color);
}

ul.entry-bottom li a:hover {
  color: var(--link-color);
}

.column-writer-box {
  padding: 20px;
  font-size: 0.9em;
  border: 1px solid #CCC;
  margin-top: 40px;
}

ul.side-column-list li {
  margin-bottom: 1em;
}

ul.side-column-list li a {
  display: block;
  text-decoration: none;
  color: var(--base-color);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

ul.side-column-list li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

ul.side-column-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.side-column-list li a .text-box {
  padding: 10px 20px;
}

ul.side-column-list li a .entry-date {
  font-family: var(--eng-font);
  font-size: 0.75em;
  line-height: 1.4;
}

ul.side-column-list li a .entry-title {
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.1em;
  color: var(--link-color);
}

ul.side-column-list li a:hover .entry-title {
  text-decoration: underline;
}

.column-counseling-box .column-counseling-title{
  width: 240px;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 500;
  background-color: var(--marriage-main-color);
  margin: 30px 0 10px;
  border-radius: 9999px;
}

/* cities */
section.municipality {}

.municipality .map-box {
  float: left;
  position: sticky;
  top: 80px;
}

.municipality .map-box .map {
  width: 300px;
}

.map-box a .area {
  fill: rgba(250, 249, 248, 1);
  stroke: #999;
  stroke-width: 0.08em;
}

.map-box a:hover .area {
  fill: rgba(145, 102, 145, 0.4);
}

.map-box rect {
  fill: rgba(255, 255, 255, 1);
  stroke: #999;
  stroke-width: 0.08em;
}

.cities-area {
  margin-left: 360px;
}

.cities-area>ul.page-menu {
  margin-bottom: 1.5em;
}

.cities-area>ul.page-menu li:not(:last-child) {
  margin-right: 1.5em;
}

.cities-area .area-box {
  padding-top: 2em;
}

.cities-area .area-box:not(:first-of-type) {
  margin-top: 2em;
  border-top: 1px dashed #ccc;
}

.area-box .area-title {
  font-size: 1.05em;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.area-box ul.city-list {
  display: flex;
  flex-wrap: wrap;
}

.area-box ul.city-list li {
  width: calc(33.3333% - 1.2em);
  list-style: disc outside;
  margin-left: 1.2em;
  margin-bottom: 0.5em;
}

/* municipality */
section.municipality-contents {
  display: flex;
  flex-wrap: wrap;
}

section.municipality-contents h1 {
  font-size: 1.5em;
  width: 320px;
}

ul.list-menu {
  display: none;
}

ul.guide-list {
  flex: 1;
}

ul.guide-list>li:not(:last-child) {
  margin-bottom: 60px;
}

ul.guide-list>li h2 {
  position: relative;
  font-size: 1.2em !important;
  line-height: 1.8;
  margin-bottom: 0.5em !important;
  padding-left: 0;
}

ul.guide-list>li h2::before {
  display: none;
}

ul.guide-list>li h2::after {
  content: "";
  width: 100%;
  border-top: 1px dashed #999;
  position: absolute;
  top: 50%;
  left: 0;
}

ul.guide-list>li h2 span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-left: 2.0em;
  padding-right: 0.5em;
  z-index: 2;
}

ul.guide-list>li h2 span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  bottom: auto;
  width: 1.6em;
  height: 1.6em;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% auto;
  transform: translateY(-50%);
}

ul.guide-list>li h2#guide-list01 span::before {
  background-color: var(--marriage-main-color);
  background-image: url(../../img/municipality/icon/white/01.svg);
}

ul.guide-list>li h2#guide-list02 span::before {
  background-color: var(--child-main-color);
  background-image: url(../../img/municipality/icon/white/02.svg);
}

ul.guide-list>li h2#guide-list03 span::before {
  background-color: var(--child-main-color);
  background-image: url(../../img/municipality/icon/white/03.svg);
}

ul.guide-list>li h2#guide-list04 span::before {
  background-color: var(--middle-color);
  background-image: url(../../img/municipality/icon/white/04.svg);
}

ul.guide-list>li h2#guide-list05 span::before {
  background-color: var(--middle-color);
  background-image: url(../../img/municipality/icon/white/05.svg);
}

ul.guide-list>li h2#guide-list06 span::before {
  background-color: var(--middle-color);
  background-image: url(../../img/municipality/icon/white/06.svg);
}

ul.guide-list>li .list-link-title {
  font-size: 0.95em;
  line-height: 1.8;
  font-weight: 700;
  margin-left: 2.6em;
  margin-top: 1.0em;
}

ul.guide-list>li ul {
  margin-left: 2.4em;
  margin-bottom: 1.5em;
}

ul.guide-list>li ul li {
  list-style: disc outside;
  margin-left: 1.2em;
  margin-bottom: 0.2em;
}

/* counseling */
ul.page-menu {
  display: flex;
  margin-bottom: 2em;
}

ul.page-menu li:not(:last-child) {
  margin-right: 1.8em;
}

ul.page-menu li a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 700;
  color: #666;
  position: relative;
}

ul.page-menu li a::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #999;
}

ul.page-menu li a:hover {
  color: var(--marriage-main-color);
}

ul.page-menu li a:hover::after {
  border-bottom-color: var(--marriage-main-color);
}

ul.page-menu li a:hover::before {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid var(--marriage-main-color);
  border-bottom: 2px solid var(--marriage-main-color);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

#child-wrapper ul.page-menu li a:hover {
  color: var(--child-main-color);
}

#child-wrapper ul.page-menu li a:hover::after {
  border-bottom-color: var(--child-main-color);
}

#child-wrapper ul.page-menu li a:hover::before {
  border-left: 2px solid var(--child-main-color);
  border-bottom: 2px solid var(--child-main-color);
}

.counseling-area {
  margin-bottom: 80px;
}

#marriage-wrapper .counseling-area h2 {
  float: left;
  position: sticky;
  top: 80px;
  padding-left: 0;
}

#marriage-wrapper .counseling-area h2::before {
  display: none;
}

.counseling-area .counseling-list-box {
  margin-left: 240px;
}

ul.counseling-list {
  display: flex;
  flex-wrap: wrap;
}

ul.counseling-list li {
  position: relative;
  box-sizing: border-box;
  width: 33.3333%;
  padding: 0 1.5%;
  padding: 0 12px;
  margin: 0 0 30px;
}

ul.counseling-list li span.system-group {
  position: absolute;
  top: 0;
  left: 12px;
  width: 120px;
  height: 20px;
  background: #E95512;
  color: #FFF;
  display: block;
  font-size: 0.7em;
  line-height: 20px;
  z-index: 1;
  padding-left: 10px;
  box-sizing: border-box;
}

ul.counseling-list li figure {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25em;
}

ul.counseling-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.counseling-list li figure.dummy {
  border: 1px solid #ccc;
}

ul.counseling-list li figure.dummy>img {
  width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.counseling-list li p {
  position: relative;
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
}




.counseling-title-box {
  display: flex;
  margin-bottom: 60px;
}

.counseling-title-box .counseling-title {
  flex: 1;
}

.counseling-title-box figure {
  width: 240px;
  text-align: center;
  margin-left: 40px;
}

.counseling-title-box figure figcaption {
  //  margin-top:0.25em;
  font-size: 0.8em;
  line-height: 1.8;
}

.counseling-title .tonaring-area {
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 700;
  color: var(--child-main-color);
}

.counseling-title h1 {
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.counseling-title .data-box {
  display: flex;
  align-items: center;
}

.counseling-title .registration {
  font-size: 0.8em;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  background: #E95512;
  padding: 0 1.5em;
  border-radius: 9999px;
  margin-right: 1.0em;
}

.counseling-title .support-area {
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 700;
}

.counseling-title .support-area .label {
  font-weight: 500;
}

.support-genre {
  position: relative;
}

.counseling-title .support-genre {
  font-size: 0.85em;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 5.25em;
}

.support-genre .label {
  position: absolute;
  top: 0;
  left: 0;
}

.support-genre ul.genre-list {
  display: flex;
  flex-wrap: wrap;
}

.support-genre ul.genre-list li:not(:last-child)::after {
  content: "/";
  margin: 0 0.25em;
}

.counseling-body {
  display: flex;
  margin-bottom: 60px;
}

.tonaring-body {
  margin-bottom: 60px;
}

.counseling-body figure {
  width: 360px;
  margin-right: 30px;
}

.counseling-body .text-box {
  flex: 1;
}

.counseling-body .counseling-duties {
  margin: 1.5em 0 0;
  font-size: 0.95em;
  line-height: 1.8;
}

.counseling-tag span {
  font-size: 0.85em;
  border: 1px solid #666;
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px 10px;
}

.counseling-tag span.system {
  border: 1px solid #EA601E;
  color: #EA601E;
}

figure.counseling-image {
  width: 400px;
  margin: 0 auto 40px;
}

ul.counseling-data-list li {
  margin-bottom: 10px;
}

ul.counseling-data-list li a {
  word-break: break-all;
}

ul.counseling-data-list li span {
  display: block;
}

.counseling-map {
  width: 320px;
  margin-left: 30px;
}

.counseling-map iframe {
  width: 100% !important;
  height: 260px;
  margin-bottom: 20px;
}

.counseling-data {
  margin: 0 0 60px;
}

.counseling-data h3 {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 700;
  color: #E95512;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 0.8em;
}

.counseling-data h3::before {
  content: "";
  border-left: 0.4em solid #E95512;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.counseling-caution {
  font-size: 0.95em;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: -0.25em;
}

table.counseling-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  line-height: 1.8;
}

table.counseling-data-table tr {
  border-top: 1px solid #ccc;
}

table.counseling-data-table th {
  width: 100px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 12px 50px 12px 5px;
}

table.counseling-data-table td {
  text-align: left;
  padding: 12px 0;
}

table.counseling-data-table td a {
  word-break: break-all;
}

table.counseling-data-table td .counseling-map {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 10px 0 5px;
}

table.counseling-data-table td .counseling-map iframe {
  width: 100%;
  height: 100%;
}

table.counseling-data-table td .support-genre {
  padding-left: 6em;
}

table.counseling-data-table td .support-content {
  margin-top: 1em;
}

#network h3 {
  margin-bottom: 20px;
}

ul.network-list>li {
  align-items: flex-start;
  margin-bottom: 40px;
}

ul.network-list li h3 {
  width: 130px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--marriage-main-color);
  margin: 0 20px 0 0;
  border-radius: 9999px;
  border: 1px solid var(--marriage-main-color);
}



/* event */
.event-title {
  margin-bottom: 40px;
  position: relative;
  /*
  border-left:3px solid var(--marriage-main-color);
  padding-left:20px;
*/
}

.event-title h1 {
  font-size: 1.6em;
  line-height: 1.6;
  margin-bottom: 0.8em;
}

.married-date,
.report-editor,
.event-name,
.event-date,
.event-area {
  position: relative;
  padding-left: 1.4em;
}

.married-date::before,
.report-editor:before,
.event-name::before,
.event-date::before,
.event-area::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.married-date::before {
  background-image: url(../../img/icon/ring.svg);
}

.report-editor::before {
  background-image: url(../../img/icon/editor.svg);
}

.event-name::before {
  background-image: url(../../img/icon/title.svg);
}

.event-date::before {
  background-image: url(../../img/icon/time.svg);
}

.event-area::before {
  background-image: url(../../img/icon/place.svg);
}

.event-title .event-tag {
  margin: 0.5em 0 0;
}

.event-body figure {
  width: 400px;
  margin: 0 auto 40px;
}

.event-body figure.report-image {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto 40px;
}

.event-detail {
  margin-bottom: 40px;
}

table.event-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  line-height: 1.8;
}

table.event-table tr {
  border-top: 1px solid #ccc;
}

table.event-table th {
  text-align: left;
  vertical-align: top;
  //  font-weight:500;
  white-space: nowrap;
  padding: 15px 50px 15px 5px;
  //  background:#fcfCfc;
}

table.event-table td {
  text-align: left;
  padding: 15px 0;
  word-break:break-all;
}

table.event-table td a {
  word-break: break-all;
}

table.event-table td .event-map {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 10px 0 5px;
}

table.event-table td .event-map iframe {
  width: 100%;
  height: 100%;
}

table.event-table td span {
  display: block;
  width: 80px;
  font-size: 0.85em;
  line-height: 1.8;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  border-radius: 9999px;
  margin-bottom: 0.5em;
}

table.event-table td span.event-first {
  background: #F72932;
}

table.event-table td span.event-lottery {
  background: #FF9CA1;
}

table.event-table td a.flyer {
  display: block;
  width: 200px;
  text-align: center;
}

table.event-table td a.flyer figure {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ededed;
  margin-bottom: 0;
}

table.event-table td a.flyer figcaption {
  font-size: 0.9em;
  line-height: 1.8;
  margin-top: 0.25em;
}

.others-contents h2 {
  text-align: left;
  margin-bottom: 20px !important;
}

.others-contents ul.index-event-list {
  margin: 0 !important;
}

.others-contents ul.index-event-list h3 {
  color: #666 !important;
}

/* supporter */
ul.supporter-type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

ul.supporter-type-list li a {
  position: relative;
  display: block;
  width: 340px;
  border: 1px solid var(--marriage-main-color);
  //  border-radius:20px;
  padding: 125px 25px 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: var(--base-color);
}

ul.supporter-type-list li a:hover {
  background-color: var(--marriage-sub-color);
  text-decoration: none;
}

ul.supporter-type-list li:last-child {
  position: relative;
  width: 720px;
  border: 1px solid var(--marriage-main-color);
  padding: 25px 25px 5px;
  box-sizing: border-box;
}

ul.supporter-type-list li:last-child::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/marriage/supporter/icon03.png);
}

ul.supporter-type-list li a::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

ul.supporter-type-list li:nth-child(1) a::before {
  background-image: url(../../img/marriage/supporter/icon01.png);
}

ul.supporter-type-list li:nth-child(2) a::before {
  background-image: url(../../img/marriage/supporter/icon02.png);
}

ul.supporter-type-list li:not(:last-child) h3 {
  text-align: center;
}

ul.supporter-type-list li a .more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 15px 3px 0;
  z-index: 1;
}

ul.supporter-type-list li a .more::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-left: 120px solid transparent;
  border-bottom: 60px solid var(--marriage-main-color);
  z-index: -1;
}

ul.supporter-type-list li a .more::after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
}

.supporter-type-box {
  margin-bottom: 60px;
}

.supporter-type-box .supporter-type-title {
  position: relative;
  color: var(--marriage-main-color);
  font-size: 1.1em;
  font-variant: 700;
  margin-bottom: 20px;
}

.supporter-type-box .supporter-type-title::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: var(--marriage-main-color);
}

.supporter-type-box .supporter-type-title span {
  position: relative;
  padding-right: 1em;
  background: #FFF;
}

section.supporter-box h3 {
  color: var(--marriage-main-color);
  float: left;
  position: sticky;
  top: 80px;
}

ul.supporter-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 160px;
}

ul.supporter-list li {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 1.4em;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #999;
}

ul.supporter-list li::before {
  content: "◎";
  font-size: 0.9em;
  position: absolute;
  top: 0.15em;
  left: 0;
  color: var(--marriage-main-color);
}

ul.supporter-list li.name-only {
  width: 50%;
  padding-bottom: 0;
  border-bottom: none;
}

ul.supporter-list li .supporter-message {
  font-size: 0.9em;
  line-height: 1.8;
}

ul.supporter-list li .supporter-name {
  font-weight: 700;
}

ul.supporter-list li .supporter-name span {
  font-size: 0.85em;
  font-weight: 500;
}

ul.supporter-list li span::before {
  content: "（";
}

ul.supporter-list li span::after {
  content: "）";
}

ul.supporter-team-list {
  margin-left: 160px;
}

ul.supporter-team-list li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.4em;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #999;
}

ul.supporter-team-list li .supporter-team {
  width: 100%;
  font-size: 1.05em;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.5em;
}

ul.supporter-team-list li .supporter-team span {
  font-size: 0.85em;
  font-weight: 500;
}

ul.supporter-team-list li .supporter-team span::before {
  content: "（";
}

ul.supporter-team-list li .supporter-team span::after {
  content: "）";
}

ul.supporter-team-list li figure {
  width: 150px;
  margin-right: 20px;
}

ul.supporter-team-list li .supporter-message {
  font-size: 0.9em;
  line-height: 1.8;
}

ul.supporter-team-list li .supporter-team-data {
  flex: 1;
}

ul.supporter-team-list li .supporter-team-data table {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.8;
  border-collapse: collapse;
  margin: 0.75em 0 0;
}

ul.supporter-team-list li .supporter-team-data table th {
  width: 90px;
  padding: 0.4em 0 0.2em;
  vertical-align: top;
}

ul.supporter-team-list li .supporter-team-data table th span {
  display: block;
  //  border:1px solid #ccc;
  border-radius: 9999px;
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  background: #f0f0f0;
}

ul.supporter-team-list li .supporter-team-data table td {
  text-align: left;
  padding: 0.2em 0;
  padding-left: 0.75em;
}

/* report */
section.report-contents .event-title .event-data {
  font-size: 0.9em;
  line-height: 1.8;
}

section.report-contents .event-title .event-data>div {
  margin-bottom: 0.1em;
}

/*
.report-contents h1{
  font-size:1.5em;
  margin-bottom:20px;
}
.report-contents h1 span{
  display:block;
  font-size:0.6em;
  font-weight:500;
}
.report-contents .contributor{
  text-align:right;
  margin-bottom:40px;
}
.report-contents figure{
  width:240px;
  margin-left:30px;
}
.report-contents .event-deta{
  border:3px solid var(--marriage-sub-color);
  padding:20px;
  margin-top:20px;
}
.report-contents .event-deta .event-deta-title{
  color:var(--marriage-main-color);
  font-weight:700;
  margin-bottom:10px;
}
.report-contents-bottom{
  margin-top:40px;
  padding-top:20px;
  border-top:1px dashed #666;
  font-size:0.8em;
}
*/

/* iiikuji */
.welove-project {
  margin-bottom: 40px;
}

figure.welove-sticker {
  width: 240px;
  margin-right: 20px;
}

ul.sticker-list {
  width: 410px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}

ul.sticker-list li {
  width: 200px;
}

/* pocketbook */
.pocketbook-image {
  width: 200px;
  margin-right: 40px;
}
.pocketbook-image#wide{
  width: 300px;
}
.button#pocketbook-button a {
  width: 360px;
  margin: 0 auto 0 0;
}

/* birth */
figure.ninkatsu-image {
  width: 200px;
  margin-left: 40px;
}

.ninkatsu-banner {
  width: 200px;
}

.ninkatsu-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.ninkatsu-title::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../img/svg/external.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: 0;
}

ul#feed-ninkatsu li a {
  display: block;
  padding: 10px 0;
}

ul#feed-ninkatsu li:not(:last-child) a {
  border-bottom: 1px dashed #CCC;
}

ul#feed-ninkatsu li a span.entry-date {
  display: inline-block;
  color: var(--base-color);
  font-size: 0.9em;
  margin-right: 40px;
}

ul#feed-ninkatsu li a:hover span.entry-date {
  text-decoration: none;
}

/* alliance */
figure.alliance-image {
  width: 240px;
  margin-left: 40px;
}

/* married-life */
ul.married-life-list {
  margin-bottom: 40px;
}

ul.married-life-list li {
  margin-bottom: 10px;
}

/* office */
ul.service-list li {
  margin-bottom: 40px;

}

ul.service-list li .service-list-title {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--marriage-main-color);
}


/* passport */
.passport-title {
  margin-bottom: 30px;
  padding-right: 120px;
  position: relative;
}

.passport-title h1 {
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0.3em 0 0.5em;
}

.passport-title h1 span {
  font-size: 0.8em;
}

.passport-title>.title-cat>span {
  font-size: 0.9em;
  line-height: 1.6;
}

.marriage-passport .passport-title>.share-box {
  transform: translate(25%, 110%);
}

.child-passport .passport-title>.share-box {
  transform: translate(28%, 250%);
}

figure.passport-image {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
  border-radius: 9px;
  overflow: hidden;
}

#child-wrapper .page-contents section.child-passport h2,
#marriage-wrapper .page-contents section.marriage-passport h2 {
  font-size: 1.1em;
  line-height: 1.6;
  color: var(--base-color);
  margin-bottom: 0.5em;
  padding-left: 1.6em;
  position: relative;
}

#child-wrapper .page-contents section.child-passport h2::before,
#marriage-wrapper .page-contents section.marriage-passport h2::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 0.2em;
  bottom: auto;
  left: 0;
}

#child-wrapper .page-contents section .passport-benefit h2::before {
  background-image: url(../../img/child/passport/svg/passport.svg);
}

#child-wrapper .page-contents section .friendly-box h2::before {
  background-image: url(../../img/child/passport/svg/child.svg);
}

#child-wrapper .page-contents section .passport-info h2::before {
  background-image: url(../../img/child/passport/svg/store.svg);
}

#child-wrapper .page-contents section .pr-box h2::before {
  background-image: url(../../img/child/passport/svg/pr.svg);
}

#marriage-wrapper .page-contents section .passport-benefit h2::before {
  background-image: url(../../img/marriage/passport/svg/passport.svg);
}

#marriage-wrapper .page-contents section .passport-info h2::before {
  background-image: url(../../img/marriage/passport/svg/store.svg);
}

#marriage-wrapper .page-contents section .pr-box h2::before {
  background-image: url(../../img/marriage/passport/svg/pr.svg);
}

/*
#child-wrapper .page-contents section.child-passport h2::after{
  content:"";
  display:block;
  width:calc(100% - 1.6em);
  border-top:3px dotted var(--child-main-color);
  position:absolute;
  top:50%; left:1.6em;
  margin-top:-1px;
}
*/
#child-wrapper .page-contents section.child-passport h2 span,
#marriage-wrapper .page-contents section.marriage-passport h2 span {
  display: inline-block;
  background: #fff;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}

.passport-benefit {
  width: 100%;
  margin-bottom: 2.5em;
}

ul.benefit-list {
  margin-bottom: 2em;
}

ul.benefit-list li {}

ul.benefit-list li h3 {
  font-size: 1.05em;
  line-height: 1.6;
  color: #de4e9d;
}

ul.benefit-list li.premium h3 {
  color: var(--main-color);
}

ul.benefit-list li.nationwide h3 {
  color: #71a362;
}

ul.benefit-list li p {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.friendly-box {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 35px;
  margin-bottom: 5em;
  border-radius: 9px;
  border: 1px dashed var(--main-color);
}

.friendly-box ul {
  display: flex;
  flex-wrap: wrap;
}

.friendly-box ul li {
  position: relative;
  font-size: 0.95em;
  line-height: 1.6;
  padding-left: 1.3em;
  padding-right: 2.5em;
}

.friendly-box ul li::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid #999;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.friendly-box ul li::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-2.5%, -70%) rotate(-45deg);
}

.friendly-box .nationwide-friendly {
  margin-top: 1em;
}

.friendly-box .nationwide-friendly h3 {
  font-size: 1.0em;
  line-height: 1.6;
  margin-bottom: 0.25em;
}

.friendly-box .nationwide-friendly p {
  position: relative;
  font-size: 0.9em;
  line-height: 1.6;
  padding-left: 1.3em;
  margin-bottom: 0;
}

.friendly-box .nationwide-friendly p::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid #999;
  border-radius: 1px;
  position: absolute;
  top: 10%;
  left: 0;
}

.friendly-box .nationwide-friendly p::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  position: absolute;
  top: 14%;
  left: 0;
  transform: translateX(-2.5%) rotate(-45deg);
}

.passport-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

.passport-info h2 {
  width: 100%;
  margin-bottom: 0.75em;
}

.passport-info table {
  flex: 1;
  border-collapse: collapse;
}

.passport-info table caption {
  text-align: left;
  margin-bottom: 0.25em;
}

.passport-info table tr {
  border-top: 1px solid #ccc;
}

.passport-info table th {
  font-size: 0.9em;
  line-height: 24px;
  font-weight: 700;
  color: #666;
  white-space: nowrap;
  vertical-align: top;
  padding: 10px 15px 10px 0;
}

.passport-info table td {
  font-size: 0.95em;
  line-height: 24px;
  vertical-align: top;
  padding: 10px 0;
}

.passport-info #passport-map {
  width: 320px;
  height: auto;
  margin-left: 30px;
}

.passport-info #passport-map iframe {
  width: 100%;
  height: 100%;
}

.pr-box {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 35px;
  border-radius: 9px;
  border: 1px dashed var(--child-main-color);
}

#marriage-wrapper .pr-box {
  border: 1px dashed var(--marriage-main-color);
}

.page-contents section .pr-box p {
  font-size: 0.95em;
  line-height: 1.8;
  margin-bottom: 0;
}

.pr-title {
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 30px;
}

figure.image-passport {
  width: 300px;
  margin-left: 20px;
}

ul.child-passport-card>li {
  margin-bottom: 40px;
}

ul.child-passport-card>li h3 {
  background-image: url(../../img/child/passport/svg/passport.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
  color: var(--child-main-color);
  margin-bottom: 20px;
}

ul.child-passport-card>li h4 {
  margin-bottom: 10px;
}

ul.child-passport-card>li figure {
  width: 300px;
  margin-bottom: 20px;
}

ul.child-passport-card>li figure.w180 {
  width: 180px !important;
  margin-left: 20px;
}

ul.child-passport-card>li .button a {
  margin: 0 0 40px;
}

#passport-search section::before,
section.child-search-result::before,
section.child-passport::before {
  content: "";
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../../img/child/passport/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}

#ennpass-search section::before,
section.marriage-search-result::before,
section.marriage-passport::before {
  content: "";
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../../img/marriage/passport/ennpass_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -50%);
}

ul.passport-search-list li {
  padding-bottom: 30px;
}

ul.passport-search-list li:not(:first-child) {
  padding-top: 30px;
  border-top: 3px dotted var(--child-main-color);
}

#marriage-wrapper ul.passport-search-list li:not(:first-child) {
  border-top: 3px dotted var(--marriage-main-color);
}

ul.passport-search-list li h3 {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

#child-wrapper ul.passport-search-list li h3.store {
  margin-bottom: -0.5em;
}

ul.passport-search-list li h3::before {
  content: "";
  width: 1.2em;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.passport-search-list li h3.key::before {
  background-image: url(../../img/child/passport/svg/key.svg);
}

#marriage-wrapper ul.passport-search-list li h3.key::before {
  background-image: url(../../img/marriage/passport/svg/key.svg);
}

ul.passport-search-list li h3.passport::before {
  background-image: url(../../img/child/passport/svg/passport.svg);
}

ul.passport-search-list li h3.store::before {
  background-image: url(../../img/child/passport/svg/store.svg);
}

#marriage-wrapper ul.passport-search-list li h3.store::before {
  background-image: url(../../img/marriage/passport/svg/store.svg);
}

ul.passport-search-list li h3.japan::before {
  background-image: url(../../img/child/passport/svg/japan.svg);
}

ul.passport-search-list li h3.friendly::before {
  background-image: url(../../img/child/passport/svg/child.svg);
}

ul.passport-search-list li h3.area::before {
  background-image: url(../../img/child/passport/svg/pin.svg);
}

#marriage-wrapper ul.passport-search-list li h3.area::before {
  background-image: url(../../img/marriage/passport/svg/pin.svg);
}

ul.passport-search-list li h4 {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0 0.5em;
  padding-left: 1.6em;
}

ul.passport-search-list li h4::before {
  content: "";
  width: 1.1em;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

ul.passport-search-list li h4#genre-buy::before {
  background-image: url(../../img/child/passport/svg/buy.svg);
}

ul.passport-search-list li h4#genre-eat::before {
  background-image: url(../../img/child/passport/svg/eat.svg);
}

ul.passport-search-list li h4#genre-life::before {
  background-image: url(../../img/child/passport/svg/life.svg);
}

ul.passport-search-list li h4#genre-study::before {
  background-image: url(../../img/child/passport/svg/study.svg);
}

ul.passport-search-list li h4#genre-play::before {
  background-image: url(../../img/child/passport/svg/play.svg);
}

ul.passport-search-list li h4#genre-stay::before {
  background-image: url(../../img/child/passport/svg/stay.svg);
}

ul.passport-search-list li h4#genre-others::before {
  background-image: url(../../img/child/passport/svg/others.svg);
}

ul.passport-search-list li input[type="text"] {
  width: 100%;
}

.check-item-type,
.check-item-genre,
.check-item-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.check-item-type label {
  width: 49%;
  margin-right: 1%;
}

.check-item-type>label:nth-of-type(even) {
  margin-right: 0;
}

.check-item-genre label {
  width: 32%;
  margin-right: 2%;
}

.check-item-genre>label:nth-of-type(3n) {
  margin-right: 0;
}

.check-item-area label {
  width: 23.5%;
  margin-right: 2%;
}

.check-item-area>label:nth-of-type(4n) {
  margin-right: 0;
}

ul.passport-search-list li label {
  height: 38px;
  margin-bottom: 1em;
}

ul.passport-search-list li label:hover {
  cursor: pointer;
}

ul.passport-search-list li label input {
  display: none;
}

ul.passport-search-list li label div.check-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  font-size: 0.95em;
  line-height: 38px;
  position: relative;
  padding-left: 0.9em;
}

ul.passport-search-list li label div.check-item::before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background: #fcfcfc;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
}

ul.passport-search-list li label input[type="checkbox"]:checked+div.check-item::before {
  border-color: var(--main-color);
  background: var(--main-color);
}

ul.passport-search-list li label div::after {
  content: "";
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../../img/common/check_off.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.8em;
  z-index: 2;
  transform: translateY(-50%);
}

ul.passport-search-list li label input[type="checkbox"]:checked+div::after {
  background-image: url(../../img/common/check_on.svg);
}

ul.passport-search-list li label span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 1.3em;
}

ul.passport-search-list li label input[type="checkbox"]:checked+div span {
  font-weight: 700;
  color: #fff;
}

ul.passport-search-list li .passport-search-area-box {
  margin-bottom: 20px;
}

ul.passport-search-list li .passport-search-area-box h4 {
  padding-left: 0;
}


.child-search-button input[type="submit"] {
  color: var(--child-main-color);
  border: 1px solid var(--child-main-color);
}

.child-search-button input[type="submit"]:hover {
  color: #FFF;
  background-color: var(--child-main-color);
}

.marriage-search-button input[type="submit"] {
  color: var(--marriage-main-color);
  border: 1px solid var(--marriage-main-color);
}

.marriage-search-button input[type="submit"]:hover {
  color: #FFF;
  background-color: var(--marriage-main-color);
}

.allstores-box {
  background-color: #0055B0;
  border-radius: 20px;
  text-align: center !important;
  color: #FFF;
  margin-bottom: 20px;
  padding: 20px;
}

#marriage-wrapper .allstores-box {
  background-color: #EA545D;
}

.allstores-box .allstores-title {
  font-size: 1.0em;
  line-height: 1.8;
  font-weight: 700;
}

.allstores-box .allstores-number span {
  font-size: 1.8em;
  font-weight: 700;
}

.allstores-box .allstores-current {
  font-size: 0.85em;
  line-height: 1.8;
}

.side-banner {
  margin-bottom: 20px;
}

.recently-box {
  background: #fff;
  border-radius: 9px;
  padding: 15px 25px 20px;
}

ul.recently-list li:not(:last-child) {
  border-bottom: 1px dashed #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

ul.recently-list li a {
  display: block;
  text-decoration: none;
  color: var(--base-color);
}

ul.recently-list li a .recently-title {
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
  margin-bottom: 0.25em;
}

ul.recently-list li a:hover .recently-title {
  text-decoration: underline;
}

ul.recently-list li a .recently-title-cat {
  display: flex;
  flex-wrap: wrap;
}

ul.recently-list li a .recently-title-cat span {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6;
  padding-left: 1.3em;
  margin-bottom: 0.1em;
}

ul.recently-list li a .recently-title-cat span.passport-area {
  margin-right: 1.25em;
}

ul.recently-list li a .recently-title-cat span::before {
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  left: 0;
}

ul.recently-list li a .recently-title-cat span.passport-area::before {
  background-image: url(../../img/icon/place.svg);
}

ul.recently-list li a .recently-title-cat span.genre01::before {
  background-image: url(../../img/icon/buy.svg);
}

ul.recently-list li a .recently-title-cat span.genre02::before {
  background-image: url(../../img/icon/eat.svg);
}

ul.recently-list li a .recently-title-cat span.genre03::before {
  background-image: url(../../img/icon/life.svg);
}

ul.recently-list li a .recently-title-cat span.genre04::before {
  background-image: url(../../img/icon/study.svg);
}

ul.recently-list li a .recently-title-cat span.genre05::before {
  background-image: url(../../img/icon/play.svg);
}

ul.recently-list li a .recently-title-cat span.genre06::before {
  background-image: url(../../img/icon/stay.svg);
}

ul.recently-list li a .recently-title-cat span.genre07::before {
  background-image: url(../../img/icon/others.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass01::before {
  background-image: url(../../img/icon/wedding.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass02::before {
  background-image: url(../../img/icon/buy.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass03::before {
  background-image: url(../../img/icon/eat.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass04::before {
  background-image: url(../../img/icon/beauty.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass05::before {
  background-image: url(../../img/icon/wear.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass06::before {
  background-image: url(../../img/icon/stay.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass07::before {
  background-image: url(../../img/icon/finance.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass08::before {
  background-image: url(../../img/icon/travel.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass09::before {
  background-image: url(../../img/icon/life.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass10::before {
  background-image: url(../../img/icon/dating.svg);
}

ul.recently-list li a .recently-title-cat span.ennpass11::before {
  background-image: url(../../img/icon/others.svg);
}

ul.recently-list li.text-link a {
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
  text-align: right;
  position: relative;
  padding-right: 0.8em;
}

ul.recently-list li.text-link a:hover {
  text-decoration: underline;
}

ul.recently-list li.text-link a::after {
  content: "";
  border-left: 0.4em solid var(--link-color);
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

ul.recently-list.tonaring li a {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}

ul.recently-list.tonaring li.text-link a {
  display: block;
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 700;
}

ul.recently-list.tonaring li a figure {
  width: 68px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-right: 10px;
}

ul.recently-list.tonaring li .recently-title {
  flex: 1;
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
  margin-bottom: 0;
}

ul.passport-result {
  display: flex;
  flex-wrap: wrap;
}

ul.passport-result>li {
  box-sizing: border-box;
  width: 32%;
  margin: 0 2% 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 20px;
}

ul.passport-result>li:nth-child(3n) {
  margin-right: 0;
}

ul.passport-result>li a {
  display: block;
  text-decoration: none;
  color: var(--base-color);
}

ul.passport-result li a .search-list-title {
  font-size: 1.05em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
  margin-bottom: 0.25em;
}

ul.passport-result li a:hover .search-list-title {
  text-decoration: underline;
}

ul.passport-result li a .title-cat {
  display: flex;
  flex-wrap: wrap;
}

ul.passport-result li a .title-cat span {
  font-size: 0.85em;
  line-height: 1.6;
}

ul.passport-result li a .title-cat span.passport-area {
  width: 100%;
}

ul.passport-result li a .title-cat span.passport-genre {
  margin-right: 1.25em;
}

.title-cat ul.passport-type-list {
  display: flex;
  align-items: center;
}

.title-cat ul.passport-type-list li {
  font-size: 0.7em;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 0 1em;
  border-radius: 9999px;
  margin-right: 0.5em;
}

.title-cat ul.passport-type-list li.premium {
  background: #F79739;
  background: var(--main-color);
}

.title-cat ul.passport-type-list li.nationwide {
  background: #89b87b;
}

.title-cat span {
  display: block;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.25em;
}

.title-cat span::before {
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.title-cat span.passport-area::before {
  background-image: url(../../img/icon/place.svg);
}

.title-cat.child-cat span.genre01::before {
  background-image: url(../../img/child/passport/svg/buy.svg);
}

.title-cat.child-cat span.genre02::before {
  background-image: url(../../img/child/passport/svg/eat.svg);
}

.title-cat.child-cat span.genre03::before {
  background-image: url(../../img/child/passport/svg/life.svg);
}

.title-cat.child-cat span.genre04::before {
  background-image: url(../../img/child/passport/svg/study.svg);
}

.title-cat.child-cat span.genre05::before {
  background-image: url(../../img/child/passport/svg/play.svg);
}

.title-cat.child-cat span.genre06::before {
  background-image: url(../../img/child/passport/svg/stay.svg);
}

.title-cat.child-cat span.genre07::before {
  background-image: url(../../img/child/passport/svg/others.svg);
}

.title-cat.marriage-cat span.ennpass01::before {
  background-image: url(../../img/marriage/passport/svg/wedding.svg);
}

.title-cat.marriage-cat span.ennpass02::before {
  background-image: url(../../img/marriage/passport/svg/buy.svg);
}

.title-cat.marriage-cat span.ennpass03::before {
  background-image: url(../../img/marriage/passport/svg/eat.svg);
}

.title-cat.marriage-cat span.ennpass04::before {
  background-image: url(../../img/marriage/passport/svg/beauty.svg);
}

.title-cat.marriage-cat span.ennpass05::before {
  background-image: url(../../img/marriage/passport/svg/wear.svg);
}

.title-cat.marriage-cat span.ennpass06::before {
  background-image: url(../../img/marriage/passport/svg/stay.svg);
}

.title-cat.marriage-cat span.ennpass07::before {
  background-image: url(../../img/marriage/passport/svg/finance.svg);
}

.title-cat.marriage-cat span.ennpass08::before {
  background-image: url(../../img/marriage/passport/svg/travel.svg);
}

.title-cat.marriage-cat span.ennpass09::before {
  background-image: url(../../img/marriage/passport/svg/life.svg);
}

.title-cat.marriage-cat span.ennpass10::before {
  background-image: url(../../img/marriage/passport/svg/dating.svg);
}

.title-cat.marriage-cat span.ennpass11::before {
  background-image: url(../../img/marriage/passport/svg/others.svg);
}

ul.child-search-list li {
  position: relative;
  background: #FFF;
  border-radius: 30px;
  padding: 30px 40px;
  margin-bottom: 40px;
}

ul.child-search-list li a {
  display: block;
  text-align: left;
}

ul.child-search-list li .search-list-title {
  font-size: 1.2em;
  border-left: 3px solid var(--child-main-color);
  padding-left: 15px;
  margin-bottom: 20px;
}

ul.child-search-list li a .title-cat span {
  position: relative;
  padding-left: 25px;
  color: var(--base-color);
}

ul.child-search-list li a .title-cat span.passport-genre {
  position: relative;
  padding-left: 0;
  color: var(--base-color);
}

ul.child-search-list li .title-cat span.passport-area {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #666;
}

ul.child-search-list li .title-cat span.passport-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(162px * 0.1);
  height: calc(216px * 0.1);
  background-image: url(../../img/child/passport/svg/pin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre::before {
  //position:absolute;
  //content:"";
  //top:0;
  //left:0;
  //width:calc(275px * 0.075);
  //height:calc(249px * 0.075);
  //background-image:url(../../img/child/passport/svg/genre.svg);
  //background-repeat:no-repeat;
  //background-position:center center;
  //background-size:contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/buy.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/eat.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/life.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre04::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/study.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre05::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre06::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/stay.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.child-search-list li .title-cat span.passport-genre span.genre07::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/others.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li {
  position: relative;
  background: #FFF;
  border-radius: 30px;
  padding: 30px 40px;
  margin-bottom: 40px;
}

ul.marriage-search-list li a {
  display: block;
  text-align: left;
}

ul.marriage-search-list li .search-list-title {
  font-size: 1.2em;
  border-left: 3px solid var(--child-main-color);
  padding-left: 15px;
  margin-bottom: 20px;
}

ul.marriage-search-list li a .title-cat span {
  position: relative;
  padding-left: 25px;
  color: var(--base-color);
}

ul.marriage-search-list li a .title-cat span.passport-genre {
  position: relative;
  padding-left: 0;
  color: var(--base-color);
}

ul.marriage-search-list li .title-cat span.passport-area {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #666;
}

ul.marriage-search-list li .title-cat span.passport-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(162px * 0.1);
  height: calc(216px * 0.1);
  background-image: url(../../img/child/passport/svg/pin.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre::before {
  //position:absolute;
  //content:"";
  //top:0;
  //left:0;
  //width:calc(275px * 0.075);
  //height:calc(249px * 0.075);
  //background-image:url(../../img/child/passport/svg/genre.svg);
  //background-repeat:no-repeat;
  //background-position:center center;
  //background-size:contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/buy.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/eat.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/life.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre04::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/study.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre05::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre06::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/stay.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.marriage-search-list li .title-cat span.passport-genre span.genre07::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(275px * 0.075);
  height: calc(249px * 0.075);
  background-image: url(../../img/child/passport/svg/others.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.event-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

ul.event-list li .calendar {
  box-sizing: border-box;
  width: 100px;
  font-family: var(--eng-font);
  text-align: center;
  border: 1px solid var(--marriage-main-color);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 60px;
}

ul.event-list li .calendar .year {
  display: block;
  font-size: 0.75em;
  line-height: 2.0;
  color: #fff;
  background: var(--marriage-main-color);
}

ul.event-list li .calendar .date-box {
  padding: 0.75em 0;
  color: var(--base-color);
}

ul.event-list li .calendar .date-box .date {
  display: block;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2em;
  transform: scale(0.85, 1);
}

ul.event-list li .calendar .date-box .week {
  display: block;
  font-size: 0.9em;
  line-height: 1.4;
}

ul.event-list li .event-archive-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

ul.event-list li .event-archive-box a {
  display: block;
  width: 30%;
  margin: 0 5% 30px 0;
  text-align: left;
  color: var(--base-color);
}

ul.event-list li .event-archive-box a:nth-of-type(3n) {
  margin-right: 0;
}

ul.event-list li .event-archive-box a:hover {
  text-decoration: none;
}

ul.event-list li a h3 {
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  color: var(--link-color);
}

ul.event-list li a:hover h3 {
  text-decoration: underline;
}

ul.event-list li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 7/10;
  overflow: hidden;
  margin-bottom: 0.5em;
}

ul.event-list li a figure img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}

ul.event-list li a:hover figure img {
  transform: scale(1.1);
  transition: 0.2s;
}

ul.event-list li a .event-info span {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.8;
  padding-left: 1.35em;
  margin-bottom: 0.0em;
}

ul.event-list li a .event-info span::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.event-list li a .event-info span.date::before {
  background-image: url(../../img/icon/time.png);
}

ul.event-list li a .event-info span.place::before {
  background-image: url(../../img/icon/place.png);
}

ul.side-event-list li {
  border-top: 1px dashed #999;
  padding-top: 25px;
  margin-top: 25px;
}

ul.side-event-list li:first-child {
  margin-top: 15px;
}

ul.side-event-list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--base-color);
  text-decoration: none;
}

ul.side-event-list li a figure {
  width: 75px;
  margin-right: 12px;
}

ul.side-event-list li a .text-box {
  flex: 1;
}

ul.side-event-list li a h3 {
  font-size: 0.85em;
  line-height: 1.6;
  margin-bottom: 0.1em;
  color: var(--link-color);
}

ul.side-event-list li a:hover h3 {
  text-decoration: underline;
}

ul.side-event-list li a .event-info span {
  position: relative;
  display: block;
  font-size: 0.8em;
  line-height: 1.6;
  padding-left: 1.35em;
  margin-bottom: 0.1em;
}

ul.side-event-list li a .event-info span::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.side-event-list li a .event-info span.date::before {
  background-image: url(../../img/icon/time.png);
}

ul.side-event-list li a .event-info span.place::before {
  background-image: url(../../img/icon/place.png);
}

/*イベント一覧2025*/
ul.event-list-child{
  display:flex;
  flex-wrap:wrap;
  gap: 45px;
  justify-content:flex-start;
  align-items:flex-start;
}
ul.event-list-child li{
//  width:29%;
//  margin:0 20px 60px;
    width: 310px;
    margin-bottom: 60px;
}

ul.event-list-child li .calendar{
  font-family: var(--eng-font);
  background-color:var(--child-sub-color);
  border-left:2px solid var(--child-main-color);
  padding:0.5em 0.5em 0.2em 1em;
  position:relative;
}
ul.event-list-child li .calendar span.event-end{
  font-size:0.75em;
  line-height:1.7;
  font-weight:bold;
  color:#fff;
  background-color:#666;
  display:inline-block;
  position:absolute;
  top:50%;
  right:0;
  transform:translate(-25%,-50%);
  padding:0.1em 0.8em 0 1em;
border-radius: 9999px;
}
ul.event-list-child li .calendar .year{
  display:inline-block;
  font-size: 0.75em;
}
ul.event-list-child li .calendar .date{
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2em;
  transform: scale(0.85, 1);
}
ul.event-list-child li .calendar .week{
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
}
ul.event-list-child li a{
  display: block;
  width:100%;
  color: var(--base-color);
  margin-top:15px;
}

ul.event-list-child li a:nth-of-type(3n) {
  margin-right: 0;
}

ul.event-list-child li a:hover {
  text-decoration: none;
}

ul.event-list-child li a h3,
ul.event-notice-list li a h4{
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 0.75em;
  color: var(--link-color);
}

ul.event-list-child li a:hover h3 {
  text-decoration: underline;
}

ul.event-list-child li a figure {
  width: 100%;
  height: auto;
//  aspect-ratio: 7/10;
  aspect-ratio: 210/297;
  overflow: hidden;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.event-list-child li a figure img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
ul.event-list-child li a:hover figure img {
  transform: scale(1.1);
  transition: 0.2s;
}

ul.event-list-child li a .end-message{
  position:relative;
}
ul.event-list-child li.event-end a .end-message figure{
  position:relative;
}
ul.event-list-child li.event-end a .end-message figure::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}
ul.event-list-child li.event-end a:hover .end-message figure{
  transform:none;
  transition:none;
}
ul.event-list-child li.event-end a .end-message span{
  font-size:1em;
  line-height:2.5;
  color:#fff;
  background-color:#666;
//  padding:0 1em;
  position:absolute;
  width: 180px;
  text-align: center;
  top:50%; left:50%;
  transform: translateY(-50%) translateX(-50%);
}
ul.event-list-child li a .event-info span.place,
ul.event-notice-list li a .event-info span.place,
ul.event-notice-list li a .event-info span.date{
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.8;
  padding-left: 1.35em;
  margin-bottom: 0;
}

ul.event-list-child li a .event-info span::before,
ul.event-notice-list li a .event-info span::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
ul.event-list-child li a .event-info .child-event-day{
//  font-size:1.1em;
  font-size:1.4em;
  line-height:1.5;
  font-weight:bold;
  position:relative;
  padding-left:0;
}
ul.event-list-child li a .event-info span.place::before,
ul.event-notice-list li a .event-info span.place::before {
  background-image: url(../../img/icon/place.png);
}
ul.event-notice-list li a .event-info span.date::before{
  background-image: url(../../img/icon/time.png);
}
ul.side-event-list-child li {
  border-top: 1px dashed #999;
  padding-top: 25px;
  margin-top: 25px;
}

ul.side-event-list-child li:first-child {
  margin-top: 15px;
}

ul.side-event-list-child li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--base-color);
  text-decoration: none;
}

ul.side-event-list-child li a figure {
  width: 75px;
  margin-right: 12px;
}

ul.side-event-list-child li a .text-box {
  flex: 1;
}

ul.side-event-list-child li a h3 {
  font-size: 0.85em;
  line-height: 1.6;
  margin-bottom: 0.1em;
  color: var(--link-color);
}

ul.side-event-list-child li a:hover h3 {
  text-decoration: underline;
}

ul.side-event-list-child li a .event-info span {
  position: relative;
  display: block;
  font-size: 0.8em;
  line-height: 1.6;
  padding-left: 1.35em;
  margin-bottom: 0.1em;
}

ul.side-event-list-child li a .event-info span::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.side-event-list-child li a .event-info span.date::before {
  background-image: url(../../img/icon/time.png);
}

ul.side-event-list-child li a .event-info span.place::before {
  background-image: url(../../img/icon/place.png);
}
.event-notice{
  margin-top:100px;
// padding:1.5em;
}
.event-notice h3{
  font-size:1.2em;
  line-height:1.8;
  position:relative;
margin-bottom: 1em !important;
padding-left: 0;
width: 100%;
}
.event-notice h3::after{
  content: "";
  width: 100%;
  border-top: 1px dashed #999;
  position: absolute;
  top: 50%;
  left: 0;
}
.event-notice h3 span{
  display: inline-block;
  background: #fff;
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  z-index: 2;
}
.event-notice h3 span::before{
  content: "";
  width: 1.2em;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../img/svg/event-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
ul.event-notice-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.event-notice-list li a{
  display:flex;
  justify-content:flex-start;
  gap:20px;
  text-decoration:none;
  color:var(--base-color);
}
ul.event-notice-list li a:hover .event-notice-title{
  text-decoration:underline;
}
ul.event-notice-list li a figure{
  width:200px;
  height: auto;
  aspect-ratio: 7/10;
  overflow: hidden;
  margin-bottom: 0.5em;
}
ul.event-notice-list li a figure img{
  width: 100%;
  height: auto;
  transition: 0.2s;
}
ul.event-notice-list li a:hover figure img{
transform: scale(1.1);
}
ul.event-notice-list li a .event-archive-box{
  flex:1;
}
.page-navi#child-event{
  display: flex;
  justify-content: center;
}
.page-navi#child-event a{
  display: block;
  margin: 0 0.5em;
}
/* about */
ul.about-list {}

ul.about-list li {
  margin-bottom: 40px;
}

ul.about-list li .about-list-text {
  position: relative;
  text-align: center;
  width: 300px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 20px 0;
  margin-right: 60px;
  box-sizing: border-box;
}

ul.about-list li .about-list-text span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}

ul.about-list li:first-child .about-list-text {
  background-color: var(--marriage-sub-color);
  color: var(--marriage-main-color);
}

ul.about-list li:last-child .about-list-text {
  background-color: var(--child-sub-color);
  color: var(--child-main-color);
}

ul.about-list li:first-child .about-list-text::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(335px * 0.35);
  height: calc(239px * 0.35);
  background-image: url(../../img/illustration/01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.about-list li:last-child .about-list-text::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(223px * 0.35);
  height: calc(232px * 0.35);
  background-image: url(../../img/illustration/02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

ul.about-list li:first-child .button a {
  margin: 0 auto 0 0;
  color: var(--marriage-main-color);
  border-color: var(--marriage-main-color);
}

ul.about-list li:first-child .button a:hover {
  background: var(--marriage-main-color);
}

ul.about-list li:first-child .button a:after {
  border-top-color: var(--marriage-main-color);
  border-right-color: var(--marriage-main-color);
}

ul.about-list li:last-child .button a {
  margin: 0 auto 0 0;
  color: var(--child-main-color);
  border-color: var(--child-main-color);
}

ul.about-list li:last-child .button a:hover {
  background: var(--child-main-color);
}

ul.about-list li:last-child .button a:after {
  border-top-color: var(--child-main-color);
  border-right-color: var(--child-main-color);
}

.logo-detail {
  text-align: center;
  margin-top: 40px;
}

.logo-detail figure {
  width: 360px;
  margin: 0 auto 40px;
}

.declaration-box {
  border: 1px solid #CCC;
  padding: 40px;
  text-align: center;
  margin: 40px auto;
  width: 760px;
  box-sizing: border-box;
}

ol.declaration-list {
  counter-reset: number;
}

ol.declaration-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}

ol.declaration-list li span {
  display: block;
  font-weight: 700;
}

ol.declaration-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  content: counter(number);
  counter-increment: number;
  color: #FFF;
  font-size: 0.8em;
  font-weight: 700;
  z-index: 1;
}

ol.declaration-list li::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-color: var(--middle-color);
  border-radius: 50%;
}

ul.column-list {
  display: flex;
  flex-wrap: wrap;
//  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3em;
}

ul.column-list li {
  box-sizing: border-box;
  width: calc( (100% - 6em) / 3);
//  margin-bottom: 3em;
}

ul.column-list li a {
  display: block;
  text-decoration: none;
  color: var(--base-color);
}

ul.column-list li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.25em;
}

ul.column-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.column-list li a .column-cat{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.6;
  color: #FFF;
  padding: 0 0.75em;
  border-radius: 9999px;
  margin: 0 0 0.3em 0;
}
ul.column-list li a .column-cat#advice{
  background-color: #F72932;
}
ul.column-list li a .column-cat#municipalities{
  background-color: #F8B405;
}

ul.column-list li a .entry-date {
  display: block;
  font-family: var(--eng-font);
  font-size: 0.8em;
  line-height: 1.8;
}

ul.column-list li a .entry-title {
  display: block;
  font-size: 0.95em;
  line-height: 1.6;
  font-weight: 700;
  color: var(--link-color);
}

ul.column-list li a:hover .entry-title {
  text-decoration: underline;
}

ul.report-list li a {
  color: var(--base-color);
  text-decoration: none;
}

ul.event-report li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

ul.event-report li a {
  display: flex;
  justify-content: space-between;
}

ul.report-list li a figure {
  box-sizing: border-box;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

ul.event-report li a figure {
  width: 280px;
  margin-right: 25px;
}

ul.married-report li a figure {
  width: 100%;
  margin-bottom: 0.5em;
}

ul.report-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.report-list li figure.dummy {
  background: rgba(255, 244, 246, 0.4);
}

ul.report-list li figure.dummy>img {
  width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.event-report li a .text-box {
  flex: 1;
}

ul.report-list li a .entry-date {
  font-family: var(--eng-font);
  font-size: 0.8em;
  line-height: 1.8;
}

ul.report-list li a .entry-date span {
  font-family: var(--default-font);
  font-size: 0.9em;
}

ul.report-list li a .event-data {
  font-size: 0.85em;
  line-height: 1.8;
}

ul.report-list li a .event-data>.event-name {
  margin-bottom: 0.1em;
}

ul.event-report li a .event-data {
  margin-bottom: 1em;
}

ul.report-list li a h3 {
  color: var(--link-color);
  margin-bottom: 0.6em;
}

ul.report-list li a:hover h3 {
  text-decoration: underline;
}

ul.married-report li a h3 {
  font-size: 0.95em;
  line-height: 1.6;
}

ul.report-list li a p {
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0;
}

ul.married-report {
  display: flex;
  flex-wrap: wrap;
}

ul.married-report li {
  box-sizing: border-box;
  width: 33.3333%;
  margin-bottom: 40px;
  padding: 0 20px;
}

/* form */
table.contact-table {
  width: 100%;
  border-collapse: collapse;
}

table.contact-table tr:not(.submit-tr) {
  border-top: 1px solid #f0f0f0;
}

table.contact-table th {
  width: 200px;
  font-size: 0.9em;
  line-height: 42px;
  color: #666;
  white-space: nowrap;
  vertical-align: top;
  padding: 15px 0;
  padding-right: 30px;
}

table.contact-table th.date {
  width: 100px;
  padding-left: 20px;
}

table.contact-table td {
  position: relative;
  padding: 15px 0;
}

table.contact-table td select {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  right: 10px;
}

table.contact-table td label {
  display: inline-block;
  margin-right: 2.0em;
}

table.contact-table td.friendly-menu label {
  width: 40%;
  margin-right: 0;
}

table.contact-table td.submit {
  text-align: center;
  padding-top: 30px;
}

table.contact-table td.submit p {
  font-size: 0.9em;
  line-height: 1.8;
  margin: 1em auto 0;
}

table.contact-table td hr {
  height: 0;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border: 0;
  border-top: 1px solid #f0f0f0;
}

table.contact-table td.form-genre span.genre-item {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  color: #666;
}

table.contact-table td #privacy-box {
  font-size: 0.85em;
  height: 200px;
  margin: 10px 0;
  padding: 15px 15px 0 15px;
  border: 1px solid #CCCCCC;
  background: #FCFCFC;
  overflow: auto;
}

table.contact-table td #privacy-box ol li {
  margin-bottom: 10px;
}
table.contact-table td.promotional-items span{
  display: inline-block;
}
table.contact-table td.promotional-items span:last-child{
  margin-left:20px;
}
table.contact-table td.promotional-items span input[type="text"]{
  width:70px;
  margin:0 10px;
}
/* faq */
ul.faq-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
}

ul.faq-menu li {
  position: relative;
  width: 49%;
  font-size: 1.2em;
  font-weight: 700;
  padding: 5px 0;
  color: #666;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #666;
  margin-bottom: 10px;
}

ul.faq-menu li.active {
  position: relative;
  color: var(--marriage-main-color);
  border-bottom: 2px solid var(--marriage-main-color);
}

ul.faq-menu li:last-child.active {
  color: var(--child-main-color);
  border-bottom: 2px solid var(--child-main-color);
}

ul.faq-menu li.active::after {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid var(--marriage-main-color);
  border-bottom: 2px solid var(--marriage-main-color);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

ul.faq-menu li:last-child.active::after {
  border-left: 2px solid var(--child-main-color);
  border-bottom: 2px solid var(--child-main-color);
}

.faq-contents .tab-contents {
  padding: 30px 0;
  text-align: left;
  display: none;
}

.faq-contents .tab-contents.active {
  display: block;
}

.faq-contents .tab-contents h2 {
  font-size: 1.2em !important;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 20px !important;
  padding: 0;
}

.faq-contents .tab-contents h2::before {
  content: none;
}

ul.faq-list {
  margin-bottom: 60px;
}

ul.faq-list>li {
  padding: 0px 0 25px;
  border-bottom: 1px dashed #CCC;
  margin-top: 25px;
}

ul.faq-list>li .question {
  font-size: 1.05em;
  line-height: 1.8;
  position: relative;
  padding: 0 50px 0 32px;
  cursor: pointer;
}

ul.faq-list>li .question::before {
  content: "Q";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: var(--marriage-main-color);
  font-size: 0.9em;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 6%;
  left: 0;
}

.menu02 ul.faq-list>li .question::before {
  background: var(--child-main-color);
}

ul.faq-list>li .question span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18%;
  right: 0;
}

ul.faq-list>li .question span:before {
  content: "";
  width: 100%;
  border-top: 2px solid var(--marriage-main-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.menu02 ul.faq-list>li .question span:before {
  border-top: 2px solid var(--child-main-color);
}

ul.faq-list>li .question span:after {
  content: "";
  height: 100%;
  border-left: 2px solid var(--marriage-main-color);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transition: 0.2s;
}

.menu02 ul.faq-list>li .question span:after {
  border-left: 2px solid var(--child-main-color);
}

ul.faq-list>li .question.open span:after {
  content: "";
  height: 100%;
  border-left: 2px solid var(--marriage-main-color);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transform: rotate(-90deg);
  transition: 0.2s;
}

.menu02 ul.faq-list>li .question.open span:after {
  border-left: 2px solid var(--child-main-color);
}

ul.faq-list>li .answer {
  display: none;
  padding: 0 50px 0 32px;
  margin: 15px 0 30px;
}

/* search result */
ul.search-result li {
  list-style: disc outside;
  margin-bottom: 1.0em;
  margin-left: 1.25em;
}

ul.search-result li a {
  text-decoration: none;
  color: var(--base-color);
}

ul.search-result li a .title {
  color: var(--link-color);
}

ul.search-result li a:hover .title {
  text-decoration: underline;
}

ul.search-result li a .entry-date {
  font-size: 0.8em;
  line-height: 1.8;
}

/* sitemap */
.sitemap-box {
  width: 50%;
  margin-bottom: 60px;
}

.sitemap-box h2 {
  font-size: 1.3em !important;
  padding-left: 0 !important;
  margin-bottom: 30px !important;
}

.sitemap-box h2::before {
  content: none;
  display: none;
}

ul.sitemap-list li a {
  color: var(--base-color);
}

ul.sitemap-list>li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 18px;
}

ul.sitemap-list>li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--middle-color);
  border-right: 2px solid var(--middle-color);
  transform: translateY(-50%) rotate(45deg);
}

ul.sitemap-list#marriage-sitemap>li::before {
  border-top: 2px solid var(--marriage-main-color);
  border-right: 2px solid var(--marriage-main-color);
}

ul.sitemap-list#child-sitemap>li::before {
  border-top: 2px solid var(--child-main-color);
  border-right: 2px solid var(--child-main-color);
}

ul.sitemap-list>li>ul {
  margin: 15px 0 40px 15px;
}

ul.sitemap-list>li>ul>li {
  margin-bottom: 10px;
  list-style: outside disc;
}

ul.sitemap-list>li>ul>li a {
  font-size: 0.9em;
}

ul#global-sitemap {
  display: flex;
  flex-wrap: wrap;
}

ul#global-sitemap li {
  width: 30%;
  margin-bottom: 20px;
}

/* となりんぐ信州 */
.tonaring-description {
  display: flex;
  justify-content: space-between;
//  margin-bottom: 1.5em;
}

.tonaring-description>figure {
  width: 470px;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 13px;
  overflow: hidden;
  margin-right: 30px;
}

.tonaring-description>figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tonaring-description>.text-box {
  flex: 1;
}

section.tonaring-list-box>h3 {
  color: var(--child-main-color);
  float: left;
  position: sticky;
  top: 80px;
}

section.tonaring-list-box>ul.tonaring-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 200px;
}

ul.tonaring-list>li {
  box-sizing: border-box;
  width: 47%;
  margin: 0 6% 2.5em 0;
}

ul.tonaring-list>li:nth-child(even) {
  margin-right: 0;
}

ul.tonaring-list>li a {
  display: block;
  text-decoration: none;
  color: var(--base-color);
}

ul.tonaring-list li figure {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

ul.tonaring-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.tonaring-list li figure.dummy {
  border: 1px solid #ccc;
}

ul.tonaring-list li figure.dummy>img {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.tonaring-list>li .text-box {
  padding-top: 0.5em;
}

ul.tonaring-list>li a h3 {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 0.25em;
}

ul.tonaring-list>li a:hover h3 {
  text-decoration: underline;
  color: var(--link-color);
}

ul.tonaring-list>li .support-genre {
  font-size: 0.85em;
  line-height: 1.8;
  padding-left: 5.25em;
}

.tonaring-image{
  width: 720px;
  margin-bottom:2.5rem;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px !important;
}

.swiper-slide {}

.swiper-slide img {
  display: block;
  width: auto;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}

.swiper-container .swiper-pagination {
  width: 100%;
  height: 30px;
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container .swiper-pagination-bullets {
  bottom: 20px !important;
}

.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
  margin: 0 5px;
}

.swiper-container .swiper-pagination-bullet-active {
  background: var(--main-color);
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  font-size: 24px !important;
  color: #555;
}

.tonaring-search-box {
  border: 1px solid var(--child-main-color);
  padding: 20px 25px 5px !important;
  border-radius: 10px;
  margin-bottom: 50px;
}

.tonaring-search-box h2 {
  font-size: 1em !important;
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}
.tonaring-search-box h2::before{
  display: none;
}

.tonaring-search-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tonaring-search-box ul h3 {
  font-size: 0.9em;
}

.tonaring-search-box ul li {
  width: 32%;
  margin-bottom: 20px;
}

.tonaring-search-box ul li:nth-child(4) {
  width: 66%;
}
.tonaring-search-box .child-search-button input[type="submit"] {
  height: 42px !important;
}


.tonaring-search-box ul .select-wrapper::before {
  border-top: 6px solid var(--child-main-color);
}

.tonaring-search-result ul {
  display: flex;
  flex-wrap: wrap;
}

.tonaring-search-result ul>li {
  box-sizing: border-box;
  width: 32%;
  margin: 0 2% 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px;
}

.tonaring-search-result ul>li:nth-child(3n) {
  margin-right: 0;
}

.tonaring-search-result ul li a{
  display: block;
  text-decoration: none;
  text-align: left;
  color: var(--base-color);
}

.tonaring-search-result ul li a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}

.tonaring-search-result ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.15s ease-in;
}

.tonaring-search-result ul li a:hover figure img {
//  transform: scale(1.1);
//  transition: 0.15s ease-in;
}

.tonaring-search-result ul figure.dummy {
  border: 1px solid #ccc;
}

.tonaring-search-result ul li figure {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25em;
}

.tonaring-search-result ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tonaring-search-result ul li figure.dummy>img {
  width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tonaring-search-result ul>li .text-box {
  padding-top: 0.5em;
}

.tonaring-search-result ul>li a h3 {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 0.25em;
}

.tonaring-search-result ul>li a:hover h3 {
  text-decoration: underline;
  color: var(--link-color);
}

.tonaring-search-result ul>li .support-genre {
  font-size: 0.85em;
  line-height: 1.8;
  padding-left: 5.25em;
}

.tonaring-search-result ul>li .support-genre ul li {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
}

/* newsletter */
.newsletter-box input[type="text"]{
  width: 600px;
}
.newsletter-box input[type="submit"]{
  display: inline-block !important;
	width:120px;
  margin-left: 20px;
}

/* marriage-passport */
ul.marriage-passport-card>li{
  margin-bottom: 40px;
}
ul.marriage-passport-card>li h3 {
  background-image: url(../../img/marriage/passport/svg/passport.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
  color: var(--marriage-main-color);
  margin-bottom: 20px;
}

ul.marriage-passport-card>li h4 {
  margin-bottom: 10px;
}

ul.marriage-passport-card>li figure {
  width: 300px;
  margin-bottom: 20px;
}

ul.marriage-passport-card>li figure.w180 {
  width: 180px !important;
  margin-left: 20px;
}

ul.marriage-passport-card>li .button a {
  margin: 0 0 40px;
}
figure.comics-image{
  margin-bottom: 20px;
}
figure.comics-image figcaption{
  font-size: 0.9em;
  text-align: center;
}
/* child-information */
ul.purpose-search{
  margin-bottom:90px;
}
ul.purpose-search li{
  margin-bottom:20px;
}
ul.purpose-search li > ul{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
ul.purpose-search li > ul li a{
  position:relative;
  box-sizing:border-box;
  width:495px;
  height:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 20px;
  border:1px solid var(--child-main-color);
  border-radius:5px;
  text-decoration:none;
}
ul.purpose-search li .search-title{
  position:relative;
  padding-left:2.5em;
  font-size:1.1em;
  line-height:1;
  font-weight:700;
  margin-bottom:1.5em;
}
ul.purpose-search li .search-title::before{
  position:absolute;
  content:"";
  top:50%;
  left:0;
  bottom:auto;
  width:2.3em;
  height:2.3em;
  border-radius:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:65% auto;
  transform:translateY(-50%);
  background-color:var(--child-sub-color);
  background-image:url(../../img/child/information/icon01.svg);
}
ul.purpose-search li > ul li a figure{
  width:155px;
  margin-left:3em;
}
ul.purpose-search li > ul li .child-search-box{
  position:relative;
  flex:1;
  display:block;
  background-color:var(--child-sub-color);
  font-size:1em;
  font-weight:700;
  color:#000;
  line-height:1;
  text-align:left;
  border-radius:5px;
  transition:.2s;
  padding:0.75em 1em 0.75em 1em;
}
ul.purpose-search li > ul li .child-search-box::before{
  position:absolute;
  content:"";
  top:12px;
  right:10px;
  width:15px;
  height:15px;
  background:var(--child-main-color);
  border-radius:9999px;
}
ul.purpose-search li > ul li .child-search-box::after{
  position:absolute;
  content:"";
  top:16px;
  right:15px;
  width:4px;
  height:4px;
  border-top:#fff 2px solid;
  border-right:#fff 2px solid;
  transform:rotate(45deg);
}
ul.purpose-search li > ul li .child-search-box:hover{
  transition:.2s;
  color:#fff;
  background-color:var(--child-main-color);
  text-decoration:none;
}
ul.purpose-search li  > ul li a:hover .child-search-box{
  transition:.2s;
  color:#fff;
  background-color:var(--child-main-color);
  text-decoration:none;
}
ul.purpose-search li > ul.four-search-list li a{
  height:100px;
}
ul.purpose-search li > ul.four-search-list li a .search-box{
  font-size:1em;
  line-height:1;
  font-weight:700;
  margin-left:3.5em;
  color:#000;
}
ul.purpose-search li > ul.four-search-list li a .search-box::before{
  position:absolute;
  content:"";
  top:50%;
  left:30px;
  bottom:auto;
  width:2.3em;
  height:2.3em;
  border-radius:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:65% auto;
  transform:translateY(-50%);
  background-color:var(--child-sub-color);
  background-image:url(../../img/child/information/icon02.svg);
}
ul.purpose-search li > ul.four-search-list li:nth-child(2) a .search-box::before{
  background-image:url(../../img/child/information/icon03.svg);
}
ul.purpose-search li > ul.four-search-list li:nth-child(3) a .search-box::before{
  background-image:url(../../img/child/information/icon04.svg);
}
ul.purpose-search li > ul.four-search-list li:last-child a .search-box::before{
  background-image:url(../../img/child/information/icon05.svg);
}
ul.purpose-search li > ul.four-search-list li a::before{
  position:absolute;
  content:"";
  width:15px;
  height:15px;
  right:10px;
  background:var(--child-main-color);
  border-radius:9999px;
}
ul.purpose-search li > ul.four-search-list li a::after{
  position:absolute;
  content:"";
  right:15px;
  width:4px;
  height:4px;
  border-top:#fff 2px solid;
  border-right:#fff 2px solid;
  transform:rotate(45deg);
}
ul.purpose-search li > ul.four-search-list li:hover{
  background-color:var(--child-sub-color);
}
ul.purpose-search figure.search-link-image{
  width:495px;
}
#age-search li > ul li a{
  border:none;
}
#age-search li > ul li .child-search-box{
  background-color:#fff;
}
#age-search > li ul li:first-child{
  background-color:var(--marriage-sub-color);
}
#age-search > li ul li:last-child{
  background-color:var(--child-sub-color);
}
#age-search li > ul li .child-search-box::before{
  background:#666;
}
#age-search li > ul li:first-child a:hover .child-search-box{
  background-color:var(--marriage-main-color);
}
#age-search li > ul li:last-child a:hover .child-search-box{
  background-color:var(--child-main-color);
}

/* information type */
ul.information-type-list li h1{
  position: relative;
  font-size: 1.2em !important;
  line-height: 1.8;
  margin-bottom: 1em !important;
  padding-left: 0;
  width: 100%;
}
ul.information-type-list li h1::after {
  content: "";
  width: 100%;
  border-top: 1px dashed #999;
  position: absolute;
  top: 50%;
  left: 0;
}
ul.information-type-list li h1 span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-left: 2.8em;
  padding-right: 0.5em;
  z-index: 2;
}
ul.information-type-list li h1 span::before{
  position: absolute;
  content: "";
  top: 50%; left: 0;
  width: 2.3em; height: 2.3em;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% auto;
  transform: translateY(-50%);
  background-color: var(--child-sub-color);
}
ul.information-type-list li h1 span::before {
  background-image: url(../../img/child/information/icon01.svg);
}
ul.information-type-list li h1#type03 span::before {
  background-image: url(../../img/child/information/icon02.svg);
}
ul.information-type-list li h1#type04 span::before {
  background-image: url(../../img/child/information/icon03.svg);
}
ul.information-type-list li h1#type05 span::before {
  background-image: url(../../img/child/information/icon04.svg);
}
ul.information-type-list li h1#type06 span::before {
  background-image: url(../../img/child/information/icon05.svg);
}
ul.information-type-list li > ul{
  width: 100%;
}
ul.information-type-list li > ul li{
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
ul.information-type-list li > ul li::before{
  position: absolute;
  content: "";
  top: 7px; left: 2px;
  width: 15px; height: 15px;
  background: var(--child-main-color);
  border-radius: 50%;
}
ul.information-type-list li > ul li::after{
  position: absolute;
  content: "";
  top: 12px; left: 6px;
  width: 4px; height: 4px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
}
ul.information-type-list li > ul li a{
  font-size: 1em;
  font-weight: 600;
}

.child-information h3{
  position: relative;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.child-information h3::after{
  position: absolute;
  content: "";
  top: 9px; left: 0;
  width: 6px; height: 6px;
  border-top: var(--child-main-color) 3px solid;
  border-right: var(--child-main-color) 3px solid;
  transform: rotate(45deg);
}
.child-information-list ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.child-information-list ul li {
  position: relative;
  width: 20%;
  margin-bottom: 10px;
}
.child-information-list ul li::before{
  content: "・";
  font-weight: 700;
  color: var(--child-main-color);
}
.child-information-list table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}
.child-information-list table td {
    text-align: left;
    padding: 1em;
    border: 1px solid #CCC;
    vertical-align: top;
}
.child-information-list table td.nowrap {
    white-space: nowrap;
}
.child-information-list table td span {
    //font-size: 0.9em;
    display: block;
}
ul.age-information-list{
  display: flex;
  flex-wrap: wrap;
}
ul.age-information-list li{
  position: relative;
  width: 490px;
  margin-bottom: 2em;
  box-sizing: border-box;
  border: 1px solid var(--child-main-color);
  border-radius: 5px;
}
ul.age-information-list li:nth-child(even){
  margin-left: 40px;
}
ul.age-information-list li a{
  display:flex;
  flex-direction:column;
  color: var(--font-color);
  padding: 1.5em 3em 1.5em 1.5em;
  text-decoration: none;
}
ul.age-information-list li::after{
  position: absolute;
  content: "";
  top: 50%; right: 15px;
  width: 8px; height: 8px;
  border-top: var(--child-main-color) 2px solid;
  border-right: var(--child-main-color) 2px solid;
  transform: rotate(45deg);
}
ul.age-information-list li a h4{
  font-size: 1em; line-height: 1;
  margin-bottom: 0.5em;
}
ul.age-information-list li a:hover h4{
  text-decoration: underline;
}
ul.age-information-list li a p{
  font-size: 0.9em;
  margin-bottom: 0;
}
ul.age-information-list li a.website-link::after{
  position: absolute;
  top:1.2em; left: 9em;
}

/* child index追加*/
#index-information{
  position: relative;
  width: 1160px;
  margin: 100px auto;
}

#index-information-inner{
  position: relative;
  background-color: #FFF;
  border-radius: 40px;
  width: 840px;
  margin-right: auto;
  padding: 60px;
  box-sizing: border-box;
}

#index-information-inner::after {
  position: absolute;
  content: "";
  top: -400px;
  left: 20px;
  width: 180px;
  height: 225px;
  background-image: url(../../img/illustration/12.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#index-information-inner h2 span::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -86px;
  width: 390px;
  height: 54px;
  background-image: url(../../img/cursive/childcare.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}
#index-information-inner figure{
  width: 280px;
  margin-right: 30px;
}
#index-information-inner p{
  text-align: left;
}
#index-information-inner .button{
  margin-top: 20px;
}
#child-wrapper .container-center#container-center-passport::after{
  position: absolute;
  content: "";
  top: -222px;
  left: 900px;
  width: 234px;
  height: 221px;
  background-image: url(../../img/illustration/13.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.error{
	color:#FF0000;
	font-size:0.9em;
}

ul.column-list li a .column-cat#life-plan,
ul.column-list li a .column-cat#childcare{
  background-color: #F72932;
}
ul.column-list li a .column-cat#money-plan,
ul.column-list li a .column-cat#fund{
  background-color: #F8B405;
}
ul.column-list li a .column-cat#career-plan,
ul.column-list li a .column-cat#praising{
  background-color: #71a362;
}
ul.column-list li a .column-cat#event{
  background-color: #1E5B88;
}
ul.column-list li a .column-cat#facility{
  background-color: #A04C6C;
}
