
/* 2022-03-08 追加 start */

/* Aboutページ  */
#about .inner {
  width: 1010px;
}

#about .poem {
  margin: 100px auto 0;
}

#about .poem p {
  font-size: 105%;
  text-align: center;
}

@media screen and (max-width: 1146px) {
  #about .inner {
    width: auto;
  }
}

@media screen and (max-width: 790px) {
  #about .poem {
    margin: 0;
  }

  #about .poem p {
    margin: 0 0 16px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -0.15px;
  }
}

@media screen and (max-width: 480px) {
  #about .poem {
    font-size: 90%;
  }
}


/* === Topページ === */
#top .news .more-btn p {
  font-size: 1.1em !important;
}

#top .main {
  width: 100%;
}

#top .main img {
  display: none;
}

#top .main h1 {
  width: 100%;
  text-align: center;
}

#top .main h1 span {
  position: inherit;
}

#top .lead {
  display: none;
}

@media screen and (max-width: 1088px) {
  #top .contents li:nth-child(10) {
    margin-right: 0;
    margin-left: 34px;
  }

  #top .contents li:nth-child(11) {
    margin-left: 39px;
  }
}

@media screen and (max-width: 790px) {

  #top .contents li:nth-child(9) {
    margin-right: 34px !important;
  }

  #top .contents li:nth-child(10) {
    margin: 0 !important;
  }
}

@media screen and (max-width: 693px) {

  #top .contents li:nth-child(9),
  #top .contents li:nth-child(10) {
    margin-right: 0 !important;
    margin-bottom: 34px !important;
  }

  #top .contents li:nth-child(11) {
    margin-left: 0 !important;
    /* margin-bottom: 34px !important; */
  }
}

@media screen and (max-width: 480px) {

  #top .areaDetail {
    padding-top: 20px !important;
  }

  #top .areaDetail h2 {
    padding-top: 0 !important;
  }

  #top .contents li {
    margin-bottom: 16px !important;
  }

  #top .contents li:nth-child(9) {
    margin: 0 0 16px 0 !important;
  }

  #top .contents li:nth-child(10) {
    margin: 0 !important;
  }

  #top .contents li:nth-child(11) {
    margin: 0 !important;
  }
}

@media screen and (max-width: 320px) {

  #top .contents li a {
    padding: 15px 10px 0 !important;
  }

  #top .contents li h3 br {
    display: none;
  }
}


/* ===  スライド (Topページ) ===*/

#top #mainSection {
  margin-bottom: 20px;
}

#top .swiper-slide img {
  max-height: 450px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

#top .swiper-container-horizontal>.swiper-pagination-bullets {
  background-color: transparent;
  padding: 25px;
}

#top .swiper-pagination-bullet {
  background-color: #1a2e63;
  margin: 0 8px;
}

#top .swiper-pagination {
  position: relative;
  order: 2;
  margin-top: 25px !important;
}

#top .swiper-button-prev {
  position: relative;
  margin-top: 15px;
  order: 1;
  padding-right: 20px;
}

#top .swiper-button-next {
  position: relative;
  margin-top: 15px;
  order: 3;
  padding-left: 20px;
}

#top .swiper-button-next:after {
  background-image: url(/images/slider_top/next_btn.svg);
  width: 40px;
  height: 40px;
}

#top .swiper-button-prev:after {
  background-image: url(/images/slider_top/prev_btn.svg);
  width: 40px;
  height: 40px;
}

#top .swiper-pagination-wrapper {
  position: relative;
}

#top .swiper-pagination-wrapper {
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 480px) {

  #top .main {
    margin: 0 !important;
  }

  #top .swiper--wrapper {
    width: 100%;
    height: 300px;
  }

  #top .swiper-wrapper {
    max-height: 250px;
  }

  #top .swiper-container {
    max-height: 250px !important;
  }

  #top .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    max-height: 250px;
  }

  #top .swiper-slide img {
    /* max-height: 250px; */
    height: 200px;
    padding: 0;
  }

  #top .swiper-button-prev,
  #top .swiper-button-next {
    margin-top: 10px;
  }

  #top .swiper-button-prev:after,
  #top .swiper-button-next:after {
    width: 25px;
    height: 25px;
  }

  #top .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

@media screen and (max-width: 320px) {

  #top .swiper-slide img {
    height: 180px;
  }

  #top .swiper-pagination {
    margin-top: 10px !important;
  }

  #top .swiper-pagination-bullet {
    margin: 0 3px;
  }

  #top .swiper-button-prev:after,
  #top .swiper-button-next:after {
    width: 22px;
    height: 22px;
  }

  #top .swiper-button-prev {
    padding-right: 15px;
    margin: 0;
  }

  #top .swiper-button-next {
    padding-left: 15px;
    margin: 0;
  }

}


/* === bodyにid="futari"があるページ ==== */
@media screen and (max-width: 480px) {
  #futari section h1 {
    margin-bottom: 40px;
  }

  #futari section p.introTop {
    font-size: 16px;
    line-height: 1.6;
  }

}

/* === Marriageregistration　婚姻届けページ === */
@media screen and (max-width: 790px) {

  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(2) {
    border-top: 1px solid #192f63;
  }

  #futari.marriageregistration section .doc_wrap ul.doc_contents:last-child li {
    border-right: 1px solid #192f63;
  }

}

@media screen and (max-width: 480px) {

  #futari.marriageregistration section p {
    font-size: 14px;
    line-height: 1.6;
  }

  #futari.marriageregistration p.introTop,
  #futari.marriageregistration p.notes {
    font-size: 16px;
    line-height: 1.6;
  }

  #futari.marriageregistration .link_btn a p.imp_link {
    font-size: 1.25em;
  }

  #futari.marriageregistration h2 {
    font-size: 1.25em;
    margin-top: 60px !important;
  }

  #futari.marriageregistration .flex-item .flex-img {
    padding: 0 0 30px;
  }

  #futari.marriageregistration .point h3 {
    margin: 20px 0;
  }


  #futari.marriageregistration .point ul {
    padding: 0 1em;
  }

  #futari.marriageregistration .point li {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 15px;
  }

  #futari.marriageregistration section .doc_wrap ul.doc_contents li {
    width: 50%;
  }

  #futari.marriageregistration section .doc_wrap ul.doc_contents li:nth-child(even) {
    border-left: none;
  }

  #futari.marriageregistration section .doc_wrap ul.doc_contents li a {
    padding: .8em;
  }

  #futari.marriageregistration section .doc_wrap ul.doc_contents li h4 {
    width: 90%;
  }
}


/* === futari_start　ふたりスタートガイド === */

@media screen and (max-width: 790px) {
  #futari .futari_top_img {
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {

  #futari .futari_start {
    display: flex;
    justify-content: space-between;
  }

  #futari section p {
    letter-spacing: -.5px;
  }

  #futari .futari_start .pdf,
  #futari .futari_start .douga {
    width: 47%;
    margin: 0;
    height: 155px;
  }

  #futari .futari_start .pdf img {
    height: 147px;
  }

  #futari .futari_start .title.douga a {
    padding: 10px 5px;
    height: 155px;
  }

  #futari .futari_start .title.douga h3 {
    font-size: 110%;
    margin-bottom: 15px;
  }

  #futari .futari_start .title.douga h3 span {
    font-size: 11px;
  }

  #futari .futari_start .title.douga p {
    font-size: 85%;
    line-height: 1.6;
    margin: 0;
  }

  #futari .futari_start .title.douga .readmore {
    font-size: 11px;
    margin: 0 0 30px;
  }

  #futari ul.start {
    width: auto;
    justify-content: space-between;
    display: flex;
  }

  #futari ul.start li {
    margin-bottom: 15px !important;
    width: 46%;
    height: 200px;
  }

  #futari ul.start li a {
    padding: 15px 8px;
    font-size: 120%;
  }

  #futari ul.start li h2 {
    margin: 0;
    font-size: 18px;
  }

  #futari ul.start li br {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #futari .futari_start {
    margin-bottom: 0;
  }

  #futari ul.start li a {
    padding: 10px 5px;
  }

  #futari .futari_start .pdf,
  #futari .futari_start .douga {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 3% 30px;
  }

  #futari .futari_start .title.pdf img {
    height: auto;
  }

  #futari .futari_start .title.douga a {
    padding: 25px 16px;
    height: 200px;
  }

  #futari .futari_start .title.douga h3 {
    font-size: 150%;
    margin-bottom: 20px;
  }

  #futari .futari_start .title.douga h3 span {
    font-size: 50%;
  }

  #futari .futari_start .title.douga p {
    font-size: 100%;
    margin: 15px 0;
  }

  #futari .futari_start .title.douga .readmore {
    margin: 0 0 40px;
  }

  #futari ul.start li {
    width: 45%;
  }
}


/* === futari_tokyo　東京のふたり === */

@media screen and (max-width: 790px) {
  #futari ul.futari_tokyo {
    display: flex;
    justify-content: space-between;
  }

  #futari ul.futari_tokyo li {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  #futari ul.futari_tokyo {
    justify-content: space-between;
    display: flex;
  }

  #futari ul.futari_tokyo li {
    width: 48%;
    margin: 10px 0;
  }

  #futari ul.futari_tokyo a {
    width: auto;
    padding: 15px 12px;
    display: block;
  }

  #futari ul.futari_tokyo h2 {
    margin-bottom: 25px;
    /* font-size: 110%; */
    font-size: 18px;
  }

  #futari ul.futari_tokyo a.attend h2 {
    font-size: 18px;
  }

  #futari ul.futari_tokyo h2 br {
    display: none;
  }

  #futari ul.futari_tokyo p {
    font-size: 14px;
     line-height: 1.6;
    text-align: left;
  }
}


/* === tokyo_design === */

#design.tokyo_design .flex_box_pc .BottomButton:nth-child(5) {
  margin-top: 80px;
}

@media screen and (max-width: 790px) {

  #design.tokyo_design .BottomButton:first-child {
    margin-bottom: 20px;
  }

  #design.tokyo_design .flex_box_pc {
    display: flex;
  }

  #design.tokyo_design .flex_box_pc .BottomButton {
    width: 30%;
    margin: 30px 0 0;
  }

  #design.tokyo_design .flex_box_pc .BottomButton a {
    width: auto;
    padding: 20px 10px;
    height: 110px;
  }

  #design.tokyo_design .flex_box_pc .BottomButton a br {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  #design.tokyo_design .flex_box_pc {
    display: flex !important;
  }

  #design.tokyo_design .flex_box_pc .BottomButton {
    width: 48% !important;
    margin: 20px 0 0 !important;
  }

  #design.tokyo_design .BottomButton a {
    font-size: 16px;
  }

  #design.tokyo_design .flex_box_pc .BottomButton a {
    line-height: 1.4;
    font-size: 18px;
    padding: 15px 8px;
    height: 95px;
  }

  #design.tokyo_design .flex_box_pc .BottomButton a br {
    display: none;
  }

  #design.tokyo_design .flex_box_pc .BottomButton:nth-child(5) {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  #design.tokyo_design .BottomButton a {
    height: auto;
    line-height: 1.4;
    padding: 15px 8px;
    width: auto;
    font-size: 15px;
  }

  #design.tokyo_design .flex_box_pc .BottomButton a {
    height: 120px;
    font-size: 15px;
  }
}


/* ===  ライフデザイン・セミナー ===  */
#design ul.life-ssi {
  max-width: 700px;
  justify-content: start;
}

#design ul.life-ssi li {
  margin: 10px 20px 10px 0;
}

@media screen and (max-width: 790px) {
  #design section.life-button {
    width: auto;
    margin: 0;
    padding: 0;
  }

  #design h3.life_year {
    margin: 0 0 10px;
    text-align: left;
  }

  #design ul.life-ssi {
    display: flex;
    justify-content: space-between;
  }

  #design ul.life-ssi li {
    width: 30%;
    margin: 0 0 20px 0;
    font-size: 120%;
  }

  #design ul.life-ssi li a {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  #design ul.life-ssi li {
    width: 47%;
  }

  #design ul.life-ssi li h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  #design ul.life-ssi li a {
    padding: 15px 10px;
  }
}

/* === support_policy === */
@media screen and (max-width: 790px) {

  #support .inner h4 {
    padding-bottom: 5px;
  }

  #support .inner table {
    margin-bottom: 40px;
  }

  #support .inner table th,
  #support .inner table td {
    padding: 10px 20px;
  }

  #support .result {
    margin-top: 50px;
  }

  #support .inner h3 {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 480px) {
  #support .inner table th {
    padding: 10px;
  }

  #support ul.support_link {
    font-size: 90%;
  }

  #support ul.support_link li {
    margin-bottom: 15px;
  }
}


#top .swiper-slide img {
  max-height: 450px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* 2022-03-08 追加 end */



/* 2023 追加 start */
.btn_easy {
	text-align: center;
}
.btn_easy a {
	font-size: 1.25em !important;
	margin: 1em 0 2em 0;
	border: 2px solid #aa7d49;
  background: #aa7d49;
	padding: 18px 50px 10px;
	border-radius: 10px 0px 10px;
	color: #fff;
	text-decoration: none;
  display: inline-block;
	/*display: inline-flex !important;*/
}
.btn_easy a:hover {
  opacity: 0.7;
}
/* 2023 追加 end*/

