@charset "utf-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
  /* border: 1px solid #000; */
}
/* 画像
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
/* テーブル・リスト
-----------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 0.5rem;
  border: 1px solid #369;
}
/* wrap
-----------------------------------------------------------*/
.wrap {
  position: relative;
  width: 100%;
  padding: 0 0 0 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
/* h1・メインロゴ
-----------------------------------------------------------*/
h1 {
  width: 200px;
  margin: 0 auto 15rem;
}
.top-logo {}
/* h2
-----------------------------------------------------------*/
article {
  margin: 0;
  padding: 0;
}
.heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  /* background-color: #cfc; */
}
.heading h2 {
  display: inline-block;
  margin-bottom: 1rem;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2rem;
}
.heading h2 .heading-l {
  font-size: 2.5rem;
  font-weight: 700;
  color: #297BFF;
  border-bottom: 4px solid #FFFD00;
  margin: 0 1rem;
  vertical-align: middle;
}
.heading p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
.heading-sub .no-wrap {
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    display: inline-block;
  }

/* br
-----------------------------------------------------------*/
.sp992, .sp576 {
  display: none;
}
/* container
-----------------------------------------------------------*/
.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
.w70 {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
}
/* content
-----------------------------------------------------------*/
.content {
  margin-left: auto;
  margin-right: auto;
}
.content p {
  text-align: justify;
  line-height: 1.7;
}
.content dl {
  margin-top: 1rem;
}
.content dt {
  font-weight: bold;
}
.content ul {
  margin-top: 0.5rem;
}
/* header
-----------------------------------------------------------*/
header {
  width: 100%;
  height: auto;
  padding: 0 0 4rem 0;
  background: url("../images/marriage/marriage_main_img.jpg") no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
nav {
  width: 100%;
}
.nav {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nz-logo {
  flex-basis: 15%;
}
.nav ul {
  flex-basis: 80%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.nav ul li {
  flex: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1rem;
  font-weight: 800;
  font-family: "Open Sans", "YuGothic_Family", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-sizing: content-box;
  text-align: center;
  border-left: 1px solid #69bd83;

}
.nav ul li:last-child {
  border-right: 1px solid #69bd83;
}
.nav ul li a {
  display: block;
  padding: 0 1rem;
}
.nav ul li a span {
  color: #69bd83;
  display: block;
  line-height: 1.2rem;
}
.nav ul li a:hover span {
  border-bottom: 3px solid #69bd83;
}
.nav-tel {
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 30px;
  top: 0;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.nav-tel a {
  color: #FFF;
  display: block;
  padding: 0 10px 0 10px;
}
.nav-tel a:hover {
  color: #F60;
}
.nav-entry {
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 0;
  top: 0;
  line-height: 60px;
}
.nav-entry a {
  color: #030f32;
  background: #FFF;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  /*border:1px solid #C00;*/
  font-weight: bold;
  height: 60px;
}
.nav-entry a:hover {
  background: #C00;
  color: #FFF;
}
nav.globalMenuSp, .navToggle {
  display: none;
}
@media screen and (max-width:400px) {
  .nav-entry a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width:1200px) {
  .nav {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  nav.globalMenuSp, .navToggle {
    display: block;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #fffaf0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  nav.globalMenuSp ul li.last-spnav {
    border-bottom: 0;
  }
  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 1em 0;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #fffaf0;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute; /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ヘッダ下部
-----------------------------------------------------------*/
.header-box {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
.header-copy {
  width: 100%;
  margin: 0 auto 2rem;
  text-align: right;
  font-size: 1.5rem;
  color: #0e9634;
  line-height: 1.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
.header-copy .big-gr {
  font-size: 2rem;
  color: #0e9634;
  line-height: 2.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
.header-bottom {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.header-btn {
  flex-basis: 60%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.header-tel {
  flex-basis: 35%;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  line-height: 0.5rem;
}
.header-btn ul li a {
  font-size: 1rem;
  font-weight: 800;
}
.header-tel .tel-big {
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.search-btn, .qa-btn {
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-basis: 47%;
  position: relative;
  padding: 10px;
  transition: all .2s;
}
.search-btn {
  background: #ff800d;
  border: 1px solid #ff800d;
  align-items: stretch;
  justify-content: center;
}
.search-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qa-btn {
  background: #ffffff;
  border: 1px solid #69bd83;
}
.qa-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  color: #69bd83;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nz-logo-sp {
  display: none;
}
.header-copy br.spbr{
	display: none;
}
/* サービス内容
-----------------------------------------------------------*/
.service {
  padding: 5rem 0;
  background: #bedfc2;
}
.service-wrap {
  background: #ffffff;
  padding: 2rem 0;
  border-radius: 1rem;
}
.service-category {
  color: #69bd83;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem 0;
}
.service-box {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.service-content {
  flex-basis: 45%;
}
.service-txt {}
.service-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #69bd83;
}
.service-dsc {
  margin: 0 0 0 2rem;
  padding: 0 0 0 2rem;
  border-left: 1px solid #000000;
  line-height: 1.2rem;
}
.service-img {
  background-position: center center;
  background-size: cover;
}
.service-img01 {
  background-image: url("../images/ma_service_01.jpg")
}
.service-img02 {
  background-image: url("../images/ma_service_02.jpg")
}
.service-img03 {
  background-image: url("../images/ma_service_03.jpg")
}
.service-img04 {
  background-image: url("../images/ma_service_04.jpg")
}
/* ４０代からの婚活事情とは～
-----------------------------------------------------------*/
.research {
  padding: 5rem 0 0 0;
  background: #69bd83;
}
.research-last {
  padding: 5rem 0;
}
.research-wrap {
  background: #ffffff;
  padding: 2rem 0;
  border-radius: 1rem;
}
.research-category {
  background: #ffffff;
  color: #008842;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5rem 0;
  padding: 1.5rem 0;
}
.research-wrap .graph {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 90%;
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  border-radius: 1rem;
}
.research-box {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 90%;
  background: #ffffff;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 1rem;
}
.research-content {
  flex-basis: 45%;
}
.research-txt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.research-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #008842;
  line-height: 1.5rem;
}
.research-dsc {
  margin: 0 0 0 2rem;
  padding: 0 0 0 2rem;
  border-left: 1px solid #000000;
  line-height: 1.2rem;
  text-align: justify;
}
.research-dsc li {
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.research-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
}
.data-img01 {
  background-image: url("../images/marriage/graph01.png");
  background-size: contain;
  background-position: top center;
}
.research-img01 {
  background-image: url("../images/ma_separation_01.jpg")
}
.research-img02 {
  background-image: url("../images/ma_separation_02.jpg")
}
.research-img03 {
  height: 50%;
  background-image: url("../images/ma_separation_03.jpg")

}
.research-img04 {
  height: 50%;
  background-image: url("../images/ma_separation_04.jpg")

}
/* 婚活成功のポイント
-----------------------------------------------------------*/
.point {
  padding: 5rem 0;
  background: #bedfc2;
}
.point-category {
  background: #ffffff;
  color: #008842;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5rem 0;
  padding: 1.5rem 0;
}
.point-wrap {
  background: #ffffff;
  padding: 2rem 0;
  border-radius: 1rem;
}
.point-box {
  width: 70%;
  background: #ffffff;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 1rem;
}
.point-box ul {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 1rem 0 1.5rem 0;
  margin: 0 auto;
  width: 100%;
}
.point-box ul li {
  flex-basis: 45%;
  display: flex;
}
.point-ttl h3 {
  color: #ff800d;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.point-ttl h3 .sub-gr {
  color: #008842;
  font-size: 1rem;
  font-weight: 700;
}
.point-dsc {
  line-height: 1.2rem;
  text-align: justify;
}
.point-img {
  border-radius: 1rem;
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
}
.point-img01 {
  background-image: url("../images/ma_point_01.jpg")
}
.point-img02 {
  background-image: url("../images/ma_point_02.jpg")
}
.point-img03 {
  background-image: url("../images/ma_point_03.jpg")
}
/* カテゴリー題名
-----------------------------------------------------------*/
.category-heading {
  margin: 0 0 2rem 0;
}
.category-heading h2 {
  font-size: 1.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  color: #008842;
  text-align: center;
  margin: 0 0 2rem 0;
}
.sml-gr {
  font-size: 1.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #008842;
}
.heading-sub {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
/* 無料検索ボタン
-----------------------------------------------------------*/
.trial-btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.trial-btn a {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  padding: 1rem 0;
  margin: 0 auto;
  background: #ff800d;
  border: 1px solid #ff800d;
  text-align: center;
  border-radius: 1rem;
}
.trial-btn a:hover {
  background:#ffffff ;
  color: #ff800d;
  border: 1px solid #ff800d;
  font-size: 1.2rem;
  font-weight: 700;
	display: block;
}
/* 週末婚
-----------------------------------------------------------*/
.marriage {
  background: #69bd83;
  padding: 5rem 0;
}
.marriage-wrap {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem 0;
}
.marriage-box {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 90%;
  background: #ffffff;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 1rem;
}
.marriage-box-wrap {
  margin: 0 auto 2rem;
}
.marriage-content {
  flex-basis: 45%;
}
.marriage-txt {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.marriage-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #008842;
  line-height: 1.5rem;
}
.marriage-dsc {
  margin: 0 0 0 2rem;
  padding: 0 0 0 2rem;
  border-left: 1px solid #000000;
  line-height: 1.2rem;
  text-align: justify;
}
.marriage-dsc li {
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.marriage-dsc li.last {
  margin-bottom: 0;
}
.marriage-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
}
.marriage-img01 {
  background-image: url("../images/ma_marriage_01.jpg")
}
.marriage-img02 {
  background-image: url("../images/ma_marriage_02.jpg")
}
.marriage-img03 {
  background-image: url("../images/ma_marriage_03.jpg")
}
.marriage-img04 {
  background-image: url("../images/ma_marriage_04.jpg")
}
/* 利用された皆様の体験談
-----------------------------------------------------------*/
.customer {
  padding: 5rem 0;
  background: #bedfc2;
}
.customer-heading {
  margin: 0 0 4rem 0;
  padding: 2rem 0;
  background: #ffffff;
}
.customer-wrap {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.customer-box {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
}
.customer-box .customer-data {
  background: #ffffff;
  padding: 1rem 2rem;
}
.customer-box .customer-data li {
  font-size: 1.0rem;
  font-weight: 700;
  color: #69bd83;
  line-height: 1.5rem;
}
.customer-box h3 {
  background: #ff800d;
  color: #ffffff;
  font-size: 1.0rem;
  padding: 1rem 2rem;
}
.customer-box .customer-txt {
  flex-grow: 1;
  background: #ffffff;
  font-size: 1.0rem;
  padding: 2rem;
  line-height: 1.5rem;
  text-align: justify;
}
/* 成婚までの流れ
-----------------------------------------------------------*/
.flow {
  padding: 5rem 0;
}
.flow-heading {
  margin: 0 0 4rem 0;
  padding: 2rem 0;
}
.flow-wrap {
  width: 90%;
  margin: 0 auto;
}
.flow-content {
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.flow-left {
  margin: auto 0 2rem 0;
}
.flow-right {
  margin: 0 0 0 auto;
}
.flow-box {
  padding: 2rem 1rem;
  background: #bedfc2;
  flex-basis: 30%;
  border-radius: 1rem;
}
.box-orange {
  background: #ffd2b0;
}
.flow-ttl {
  margin: 0 0 2rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
.flow-txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
.flow-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 1.5rem solid #69bd83;
  margin: 5rem 0 0 0;
}
.flow-triangle-sp{
  display: none;
}


/* 料金プラン
-----------------------------------------------------------*/
.plan {
  padding: 5rem 0;
}
.plan-heading {
  margin: 0 0 4rem 0;
}
.plan-content {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
.plan-item {
  border: 1px solid #69bd83;
  border-radius: 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 45%;
}
.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-ttl, .plan-price {
  flex-basis: 50%;
  font-size: 1rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0.5rem 0;
  color: #69bd83;
}
.plan-ttl {
  font-size: 1rem;
}
.plan-price {
  font-size: 1.5rem;
}
.price-gr {
  background: #69bd83;
  border-radius: 0 0 1rem 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.price-gr .plan-ttl, .price-gr .plan-price {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}
.month {
  display: flex;
  flex-direction: inherit;
  align-items: center;
}
.plus {
  font-size: 3rem;
  vertical-align: middle;
  margin: 4rem 0 0 0;
}
.price-sml {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1rem;
  color: #69bd83;
}
.price-gr .price-sml {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.2rem;
  color: #ffffff;
}
.plan-txt {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
}


.plan-content-list{
  width: 100%;
  margin: 0 0 2rem 0;
}
.plan-list{
	width: 80%;
	margin: 0 auto 1rem;
}
.plan-list th,.plan-list td{
	text-align: center;
	font-size: 1rem;
	margin: 0 0 0 0;
	padding: 1rem 0;
	border: none;
}
.plan-list th{
  width: 40%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.0rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #69bd83;
  border-bottom: 1px solid #ffffff;
}
.plan-list td{
  width: 25%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1rem;
  color: #69bd83;
  border: 1px solid #69bd83;
}

.list-bottom{
	border-bottom: none;
	
}



/* よくあるご質問
-----------------------------------------------------------*/
.qa {
  padding: 5rem 0;
  background: #bedfc2;
}
.qa-content {
  display: flex;
  justify-content: space-between;
}
.qa-item {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
}
.qa-item h3 {
  margin: 0 0 2rem 0;
  padding: 0.2rem;
  border-radius: 2rem;
  background: #008842;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.qa-box {
  padding: 2rem;
  background: #efefef;
  border-radius: 1rem;
  flex-grow: 1;
}
.q-ttl {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-indent: -1.1rem;
  padding-left: 1.1rem;
}
.a-ttl {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #008842;
  line-height: 1.5rem;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.qa-txt-box {
  padding: 2rem;
  border: 1px solid #000000;
  margin: 0 0 1rem 0;
}
.qa-txt-box ul {
  margin: 0 0 1rem 0;
}
.qa-txt-box ul li {
  line-height: 1.2rem;
}
.qa-txt-box p {
  padding: 0.5rem;
  line-height: 1.2rem;
  margin: 0 0 1rem 0;
  text-align: justify;
}
.qa-txt-box .last {
  margin: 0 0 0 0;
}
/* お試し無料検索
-----------------------------------------------------------*/
.trial {
  padding: 5rem 0;
}
.trial-heading {
  background: #008842;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5rem 0;
  padding: 1.5rem 0;
}
.trial-heading-sub {
  width: 80%;
  margin: 0 auto;
}
.trial-heading-sub ul {
  text-align: center;
  margin: 0 0 2rem 0;
}
.trial-heading-sub ul li {
  font-size: 1.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  line-height: 1.2rem;
  margin: 0 0 1rem 0;
  text-align: left;
  display: inline-block;
}
.trial-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.trial-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 1.5rem solid #000000;
  margin: 0 0 0 0;
}
.trial-box {
  flex-basis: 30%;
  padding: 1rem;
  border-radius: 1rem;
}
.trial-box {
  margin: 0 0 2rem 0;
}
.trial-img {
	width: 100%;
	height: 20vh;
  margin: 0 0 2rem 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	border-radius: 1rem;
}
.trial-img01 {
	background-image: url("../images/marriage/ma_flow_icon_01.png")
}
.trial-img02 {
	background-image: url("../images/marriage/ma_flow_icon_02.png")
}
.trial-img03 {
	background-image: url("../images/marriage/ma_flow_icon_03.png")
}
.trial-txt {
  text-align: center;
}
.trial-txt .center-txt {
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0 0;
  padding: 2rem 0;
  text-align: left;
  display: inline-block;
}
.trial-box01 {
  background: #d5ead8;
}
.trial-box02 {
  background: #69bd83;
}
.trial-box03 {
  background: #008842;
}
.trial-wh {
  color: #ffffff;
}
.trial-add {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  text-align: center;
}
/* お問い合わせ
-----------------------------------------------------------*/
.contact {
  padding: 5rem 0;
}
.telnumber {
  margin: 0 0 2rem 0;
  font-size: 3rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 3rem;
}
.telnumber .tel-sml {
  font-size: 2rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 2rem;
}
.telnumber .tel-sml .no-wrap {
  font-size: 1rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 2rem;
  display: inline-block;
  }
.contact-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-tel-btn, .contact-mail-btn {
  text-align: center;
  flex-basis: 47%;
}
.contact-tel-btn a, .contact-mail-btn a {
  padding: 1rem 0;
  border-radius: 1rem;
  color: #ffffff;
  display: block;
}
.contact-tel-btn a{
  background: #008842;
  border: 1px solid #008842;
}
.contact-mail-btn a{
  background: #ff800d;
  border: 1px solid #ff800d;
}
.contact-tel-btn a:hover{
  background: #ffffff;
  border: 1px solid #008842;
  color: #008842;
}
.contact-mail-btn a:hover{
  background: #ffffff;
  border: 1px solid #ff800d;
  color: #ff800d;
}





/* フッター
-----------------------------------------------------------*/
.footer {
  padding: 2rem 0;
  background: #d5ead8;
}
.footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.footer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-basis: 40%;
}
.footer-logo {
  flex-basis: 45%;
}
.footer-txt-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-basis: 60%;
}
.footer-txt-wrap li {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  border-right: 1px solid #008842;
}
.footer-txt-wrap li:last-child {
  border-right: none;
}
.title-txt, .address-txt {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.title-txt .txt-center{
    font-size: 1.5rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    color: #008842;
    line-height: 1.7rem;
    text-align: left;
  display: inline-block;
}

.address-txt .txt-center {
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  color: #008842;
  line-height: 1.2rem;
  text-align: left;
  display: inline-block;
}
.address-txt .txt-center .no-wrap{
  font-size: 1rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  color: #008842;
  line-height: 1.2rem;
	display: inline-block;
}
/* page-top
-----------------------------------------------------------*/
#page-top {
  width: 60px;
  height: 60px;
  font-size: 24px;
  position: fixed;
  right: 1%;
  bottom: 60px;
}
#page-top a {
  color: #fff;
  text-align: center;
  padding: 0 25%;
  background: #ff800d;
  border-radius: 10em;
  display: block;
  text-decoration: none;
  line-height: 60px;
  opacity: 0.8;
}
#page-top a:hover {
  opacity: 0.5;
}
/* ブラウザ幅：～1600px
-----------------------------------------------------------*/
@media (max-width: 1600px) {}
/* ブラウザ幅：～1200px
-----------------------------------------------------------*/
@media (max-width: 1200px) {
  h1 {
    width: 30%;
    margin: 0 auto 0;
  }
  .nz-logo-sp {
    display: block;
    width: 25%;
    margin: 0 auto 7rem;
  }
}
/* ブラウザ幅：～992px
-----------------------------------------------------------*/
@media (max-width: 992px) {
  .container {
    width: 90%;
  }
  .w70 {
    width: 90%;
  }
}
/* ブラウザ幅：～912px
-----------------------------------------------------------*/
@media (max-width: 912px) {
  header {
    width: 100%;
    height: auto;
    padding: 0;
    background: url(../images/marriage/marriage_main_img.jpg) no-repeat no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .header-copy {
    padding: 1rem 0;
    text-align: center;
    line-height: 2rem;
    text-shadow: 1px 1px 1px #fff;
  }
  .header-copy .big-gr {
    text-shadow: 1px 1px 1px #fff;
  }
  .header-bottom {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .header-btn {
    display: block;
  }
	.service,.research,.point,.marriage,.customer,.flow,.plan,.qa,.trial,.contact{padding: 2rem 0;}
  .container {
    width: 95%;
  }
.service-category {
    margin: 0;
}
.research-category,.research-category,.point-category,.trial-heading{
    margin: 0 0 2rem 0;
    padding: 1.0rem 0;
}
.search-btn, .qa-btn {
    padding: 1.5rem 0;
    margin: 0 auto 2rem;
  }
  .search-btn {
    padding: 1.5rem 0;
  }
  .search-btn br {
    display: none;
  }
  .header-tel {
    line-height: 0.5rem;
    padding: 0 0 2rem 0;
  }
  .research-wrap {
    padding: 3rem 0;
  }
  .research-wrap .graph {
    display: block;
  }
  .research-box {
    display: block;
  }
  .research-content {
    width: 100%;
    margin: 0 0 0 0;
  }
  .research-dsc {
    margin: 0 0 0 0;
    padding: 0 0 0 1rem;
  }
  .research-txt {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .research-img {
    width: 85%;
    margin: 0 auto 3px;
    height: 20vh;
    border-radius: 1rem;
  }
  .research-img03, .research-img04 {
    width: 95%;
  }
  .data-img01 {
    height: 40vh;
  }
  .point-box {
    width: 90%;
    padding: 0.5rem 0;
  }
  .marriage-box {
    display: block;
    margin: 0 auto 1rem;
    padding: 1rem 0;
  }
  .marriage-txt {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .marriage-ttl br {
    display: none;
  }
  .marriage-dsc{
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
  }
  .marriage-img {
    width: 85%;
    margin: 0 auto 3px;
    height: 20vh;
    border-radius: 1rem;
  }
  .customer-wrap {
    display: block;
  }
  .customer-box {
    margin: 0 0 1rem 0;
  }
  .flow-heading {
    margin: 0 0 0 0;
    padding: 2rem 0;
}
  .flow-wrap {
    width: 100%;
  }
  .flow-content {
    width: 100%;
  }
  .flow-ttl {
    margin: 0 0 2rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .flow-txt {
    text-align: justify;
  }
  .flow-txt br {
    display: none;
  }
  .flow-box {
    padding: 2rem 1rem;
    flex-basis: 30%;
  }
  .triangle {
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 0.5rem solid #69bd83;
  }
  .plan-content {
    display: block;
    margin: 0 0 2rem 0;
  }
  .plus {
    font-size: 3rem;
    vertical-align: middle;
    margin: 0;
    text-align: center;
  }
	
  .plan-list{
  width: 95%;
  }
	
  .qa-content {
    display: block;
  }
  .qa-item {
    margin: 0 0 2rem 0;
  }
  .q-ttl br {
    display: none;
  }
  .a-ttl br {
    display: none;
  }
  .trial-content {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .trial-box {
    flex-basis: 30%;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
  }
  .trial-box .trial-img {
    margin: 0 0 0 0;
    flex-basis: 30%;
  }
  .trial-txt {
    text-align: center;
    flex-basis: 70%;
    display: flex;
    margin: 0 0 0 0;
    align-items: center;
    justify-content: center;
  }
  .trial-txt .center-txt {
    margin: 0 0 0 0;
    padding: 2rem 0;
	  text-align: center;
  }
  .trial-triangle {
    border-top: 1rem solid #000;
    border-bottom: none;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    margin: 0 auto 2rem;
  }
.trial-add {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
    text-align: center;
}
  .contact-btn {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .contact-tel-btn {
    margin: 0 0 1rem 0;
  }
  .footer-wrap {
    margin: 0 auto;
    display: block;
  }
  .footer-logo-wrap {
    margin: 0 auto 1rem;
  }
  .footer-logo {
    flex-basis: 30%;
  }
  .footer-txt-wrap li {
    flex-basis: 50%;
  }
}
/* ブラウザ幅：～576px
-----------------------------------------------------------*/
@media (max-width: 576px) {
  .service-box {
    display: block;
  }
  .service-txt {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .service-dsc {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem ;
  }
  .service-img {
    height: 20vh;
    border-radius: 1rem;
    width: 85%;
    margin: 0 auto;
  }
  .point-box ul li.point-img {
    flex-basis: 35%;
  }
  .point-box ul li.point-ttl {
    flex-basis: 65%;
    align-items: center;
    justify-content: center;
  }
  .point-ttl h3 {
    color: #ff800d;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
	
.flow-content {
    width: 100%;
    display: block;
}
.flow-box {
	margin: 0 0 1rem 0;
    padding: 1rem;
}
.flow-ttl {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
.flow-ttl br{
    display: none;
}
.flow-txt {
    text-align: center;
}	
.flow-left {
    margin: auto 0;
}
.flow-triangle {
    border-top: 1rem solid #69bd83;
    border-bottom: none;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    margin: 0 auto 1rem;
}	
.flow-triangle-sp{
  display: block;
}

.trial-content {
    width: 100%;
    margin: 0 auto;
}
.trial-box img {
    margin: 0 0 0 0;
    width: 30%;
}
	
.telnumber {
    margin: 0 0 1rem 0;
    font-size: 2rem;
    line-height: 2rem;
}	
.telnumber .tel-sml {
    font-size: 1.5rem;
    line-height: 2rem;
}	
	
.footer-txt-wrap li {
  border-right: none;
}
.footer-txt-wrap li:last-child {
  border-right: none;
}
.footer-txt-wrap {
    display: block;
}	
	
.title-txt .txt-center{
	margin: 0 0 1rem 0;
    text-align: center;
}	
.address-txt {
    text-align: center;
    width: 100%;
}	
.address-txt .txt-center {
    font-size: 1rem;
    text-align: center;
}	
	
.address-txt .txt-center .non-br{
	display: none;
	}
	
	
	
}

/* ブラウザ幅：～414px
-----------------------------------------------------------*/
@media (max-width: 414px) {
.header-copy br.spbr{
	display: block;
}
	
	
}