@charset "utf-8";

/* ------------------------------------------------------------
reset
------------------------------------------------------------ */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
    display: list-item;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 150%;
}

p {
    font-size: 15px;
    line-height: 2;
    color: #333;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

img {
    max-width: 100%;
    height: auto;
    width /***/: auto;/*IE8のみ適用*/
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}



/* resetここまで */


/* ------------------------------------------------------------
body
------------------------------------------------------------ */

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  text-align: center;
  background: #f7f9f9;
}

.mac body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.win body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

/* bodyここまで */


/* ------------------------------------------------------------
layout
------------------------------------------------------------ */

/* container
-------------------------------------------------- */
#container {
  width: 960px;
  margin: 110px auto 0;
  z-index: 1;
  text-align: left;
}

@media screen and (max-width: 960px) {
    #container {
        width: 100%;
    }
}

/* header
-------------------------------------------------- */
header {
	display: none;
}

#header_line {
  position: relative;
  height: 20px;
  _zoom: 1;
  overflow: hidden;
  background: #d1c8b5;
}

@media screen and (max-width:500px) {
    #header_line {
        height: auto;
    }
}

#header_line_inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width:960px) {
    #header_line_inner {
        width: 100%;
    }
}


#header_line .txt {
  float: left;
  line-height: 20px;
  font-size: 12px;
  color: #434343;
}

@media screen and (max-width:700px) {
    #header_line .txt {
        font-size: 10px;
    }
}

#header_line .link {
  float: right;
  line-height: 20px;
  font-size: 12px;
}

@media screen and (max-width:700px) {
    #header_line .link {
        font-size: 10px;
    }
}

@media screen and (max-width: 500px) {
    #header_line .link {
        display: block;
        float: left;
    }
}

#header_line .link img {
  padding: 0 5px 0 10px;
  vertical-align: middle;
}

#header_line .link a:link,
#header_line .link a:visited {
  color: #434343;
  text-decoration: none;
}

#header_line .link a:hover,
#header_line .link a:active {
  color: #434343;
  text-decoration: underline;
}

#header {
  height: 90px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 5px;
}

#header_inner {
  width: 100%;
}


@media screen and (max-width:960px) {
    #header_inner {
        width: 100%;
    }
}

#header #logo {
  margin: 0 auto;
}

@media screen and (max-width:500px) {
  #header #logo {
    padding: 18px 5px 0 0;
  }
}

#header #logo img {
  width: inherit;
}

@media screen and (max-width:960px) {
  #header #logo img {
    width: 220px;
    height: 30px;
  }
}

@media screen and (max-width:700px) {
  #header #logo img {
    width: 140px;
    height: 25px;
  }
}

@media screen and (max-width:500px) {
  #header #logo img {
    width: 110px;
    height: 25px;
  }
}

#header #ip_pref {
  float: left;
  padding: 16px 0 0;
  font-size: 20px;
  color: #9f9281;
}

@media screen and (max-width:960px) {
  #header #ip_pref {
    font-size: 14px;
  }
}

@media screen and (max-width:700px) {
  #header #ip_pref {
    font-size: 12px;
  }
}

@media screen and (max-width:500px) {
  #header #ip_pref {
    font-size: 9px;
  }
}

#header #free_call {
  float: right;
  padding: 5px 0 0;
}

#header #free_call img {
  height: 56px;
}

@media screen and (max-width:960px) {
  #header #free_call img {
    width: 100%;
    height: 40px;
  }
}

@media screen and (max-width:700px) {
  #header #free_call img {
    width: 300px;
  }
}

@media screen and (max-width:600px) {
  #header #free_call img {
    width: 200px;
  }
}

@media screen and (max-width:500px) {
  #header #free_call img {
    width: 160px;
    height: 40px;
  }
}

@media screen and (max-width:400px) {
  #header #free_call img {
    width: 130px;
    height: 40px;
  }
}

#header #btn_request {
  display: block;
  position: absolute;
  top: 10px;
  left: 760px;
  width: 200px;
  height: 75px;
}

/* header_new
-------------------------------------------------- */
/* layout.css打ち消し */
#header {
  z-index: 98;
}

#header.header {
  height: 75px;
  background: none;
  box-shadow: none;
}

.headerMenuButtonClose:after,
.headerMenuButtonClose:before {
  content: "";
  position: fixed;
  top: 46px;
  right: 45px;
  width: 1.5px;
  height: 25px;
  background: #232323;
}

@media screen and (min-width: 1025px) {
  .headerSp {
    display: none;
  }
}

.headerLogoImage {
  position: absolute;
  top: 36px;
  left: 16px;
  width: 175px;
  z-index: 98;
}

@media screen and (max-width: 375px) {
  .headerLogoImage {
    width: 155px;
  }
}

.headerList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 17px;
}

.headerTel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 58px;
  margin-right: 5px;
  border-radius: 29px;
  background: #0abab5;
}

.headerTel a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1rem;
}

.headerTelImage {
  width: 31px;
  margin-right: 4px;
}

.headerTelText {
  width: 50px;
}

.headerMenuButton {
  width: 58px;
  height: 58px;
  padding: 0 18px;
  border-radius: 50%;
  background: #0abab5;
  line-height: 4em;
}

.headerMenuButtonTrigger {
  position: relative;
  width: 21px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.headerMenuButtonTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.headerMenuButtonTrigger span:first-of-type {
  top: 0;
}

.headerMenuButtonTrigger span:nth-of-type(2) {
  top: 7px;
}

.headerMenuButtonTrigger span:nth-of-type(3) {
  bottom: 0;
}

.headerMenuButtonClose {
  display: block;
  position: relative;
}

.headerMenuButtonClose:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.headerMenuButtonClose:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.headerMenuContents {
  position: fixed;
  right: 0;
  width: 90%;
  height: 100%;
  padding: 80px 26px 35px 35px;
  background: #fff;
  box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.03);
  transform: translateX(100%);
  transition: transform 0.3s;
  overflow-y: scroll;
  z-index: 99;
}

.headerMenuContents.active {
  transform: translateX(0);
}

.headerMenuContentsItem {
  margin-bottom: 30px;
  font-size: 18px;
}

.headerMenuContentsItem a {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.headerMenuContentsItemCta {
  position: relative;
  margin-bottom: 22px;
  padding: 16px 0px 16px 60px;
  border-radius: 7px;
  background: #b0eae9;
  font-size: 16.5px;
}

.headerMenuContentsItemCta a {
  font-size: 16.5px;
}

@media screen and (max-width: 375px) {
  .headerMenuContentsItemCta a {
    font-size: 15px;
  }
}

.headerMenuContentsIcon {
  width: 40px;
  margin-right: 15px;
}

.headerMenuContentsIconCta {
  position: absolute;
  left: -24px;
  top: -5px;
  width: 85px;
  height: auto;
  transform: rotate(-28deg);
}

.headerMenuContentsTitle {
  width: 210px;
}

.headerMenuContentsImage {
  height: auto;
  margin-bottom: 20px;
}

.headerMenuContentsPickup {
  background: #cff5f1;
  margin: 16px 0 24px;
  padding: 1px 0;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.12rem;
}

.headerPcContainer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .headerPcContainer {
    display: none;
  }
}

.headerPcLogo {
  position: relative;
  bottom: 5px;
}

.headerPcList {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.headerPcItem {
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  line-height: 1.5rem;
}

.headerPcItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.headerPcItemLink:hover {
  color: inherit;
  text-decoration: none;
}

.headerPcItem img {
  width: inherit;
  margin-right: 10px;
}

.headerPcItemTel {
  padding: 3px 18px 8px;
  border-radius: 11px;
  background: #0abab5;
  color: #fff;
  font-size: 24px;
}

.headerPcItemTel a {
  color: #fff;
}

.headerPcItemTel:hover {
  opacity: initial;
}

.headerPcItemTel img {
  width: 38px;
}

.headerPcItemTelWeak {
  font-size: 13px;
}


/* pref_pop 都道府県選択機能 ----------------------------- */

#header .link_pref {
  float: left;
  padding: 25px 0 0;
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width:960px) {
  #header .link_pref {
    line-height: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width:700px) {
  #header .link_pref {
    line-height: 16px;
    font-size: 10px;
  }
}

#header .link_pref a {
  display: block;
  color: #00b7ed;
  height: 40px;
}

#pref_pop {
  border: 2px solid #999;
  background: #fff;
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -280px;
  width: 570px;
  z-index: 2;
}

.examineContent {
  padding: 14px 14px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.examineContent table {
    display: block;
    margin: 0 0 5px;
    padding: 0px;
    overflow: hidden;
}


.examineContent table .gray {
    background: #ededed;
}

.examineContent table th {
  border: 0;
  padding: 8px 10px;
  width: 95px;
  text-align: left;
  font-size: 14px;
  color: #555555;
  table-layout: fixed;
}

.examineContent table td {
  border: 0;
  width: 425px;
  padding: 8px 0;
  font-size: 13px;
  color: #b0b0b0;
  text-align: left;
  table-layout: fixed;
}


.examineContent .close {
  margin: 0 10px;
  font-size: 16px;
  background: #d1c8b5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.examineContent .close a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-align: center;
}

.examineContent .close a span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  #pref_pop {
    width: 400px;
    margin-left: -205px;
  }

  .examineContent {
    width: 400px;
    padding: 4px 0;
  }

  .examineContent table {
    width: 400px;
  }

  .examineContent table th {
    width: 25%;
    font-size: 10px;
  }

  .examineContent table td {
    width: 75%;
    font-size: 10px;
  }
}

@media screen and (max-width: 415px) {
  #pref_pop {
    width: 300px;
    margin-left: -150px;
  }

  .examineContent {
    width: 300px;
    padding: 4px 0;
  }

  .examineContent table {
    width: 300px;
  }
}

/* footer
-------------------------------------------------- */
#footer_wrap {
  width: 100%;
  text-align: center;
  _zoom: 1;
  overflow: hidden;
}

#footer_wrap .inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width:960px) {
    #footer_wrap .inner {
        width: 100%;
    }
}

#footer_wrap .fb-like-box {
  width: 960px;
  height: 200px;
  background: #e6e6e6;
}

@media screen and (max-width:960px) {
    #footer_wrap .fb-like-box {
        width: 100%;
    }
}

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  text-align: left;
}

@media screen and (max-width:960px) {
    #footer {
        width: 100%;
    }
}

#footer_box {
  margin: 25px 10px;
  color: #806f54;
  _zoom: 1;
  overflow: hidden;
}

#footer_box a {
  color: #806f54;
}

#footer_box a:hover {
  color: #fff;
}

.footer_link {
  width: 480px;
  float: left;
}

.footer_link_column {
  float: left;
  width: 185px;
  margin: 0 55px 0 0;
}

.footer_link_column ul {
    margin: 0 0 30px;
}

.footer_link_column .link_head {
  margin: 0 0 7px 0;
  font-weight: bold;
  border-bottom: 1px dashed #806f54;
}

@media screen and (max-width: 500px) {
    .footer_link_column {
        font-size: 12px;
    }
}

.footer_sns {
    float: right;
    width: 425px;
}


#footer address {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #806f54;
}

/* footer_new
-------------------------------------------------- */

footer {
  position: initial;
  margin: 80px 0 0 0;
  border-top: initial;
  background: #fff;
  font-weight: 700;
}

#pagetop {
  display: block;
  position: relative;
  top: initial;
  right: initial;
  height: initial;
  padding-top: 90px;
  border-radius: initial;
  background: none;
  color: initial;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.FooterTopLink {
  position: initial;
  padding: initial;
  color: initial;
  line-height: initial;
}

.FooterTopButton {
  display: block;
  position: absolute;
  left: 49%;
  top: 66px;
  width: 12px;
  height: 12px;
  border-top: 0.2em solid #232323;
  border-right: 0.2em solid #232323;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 600px) {
  .FooterTopButton {
    left: 49.5%;
  }
}

.FooterList {
  margin-top: 64px;
  border-bottom: none;
  text-align: center;
}

.FooterItem {
  float: none;
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 2.5rem;
}

.FooterItem:not(:nth-child(3)):not(:nth-child(6)) {
  margin-right: 18px;
}

.FooterItem:not(:nth-child(3)):not(:nth-child(6)):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: -11px;
  background-color: #232323;
}

.FooterItem a {
  text-decoration: none;
}

.FooterItem a:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .FooterItem:nth-child(3) {
    margin-right: 18px;
  }

  .FooterItem:nth-child(3):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 12px;
    right: -11px;
    background-color: #232323;
  }
}

.FooterAddress {
  margin-top: 30px;
  padding-bottom: 124px;
  color: initial;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
}

@media screen and (min-width: 600px) {
  .FooterAddress {
    padding-bottom: 145px;
  }
}


/* 固定CTA
-------------------------------------------------- */
.Cta {
  padding: 24px;
  background: linear-gradient(#cff5f1 0%, #d2f8f4 100%);
}

.CtaFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 9px 20px;
  background: rgba(176, 234, 233, 0.45);
  box-sizing: border-box;
  z-index: 98;
}

@media screen and (min-width: 600px) {
  .CtaFixed {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .CtaFixedPc {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .CtaFixedPc {
    display: block;
    padding: 0 0 10px;
  }
}

.CtaFixedPc .CtaContents {
  position: relative;
  left: 40px;
  max-width: 100%;
}

.CtaFixedButton {
  background: #0abab5;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 17px;
  margin: 4px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 375px) {
  .CtaFixedButton {
    font-size: 19px;
  }
}

.CtaFixedButtonPc {
  display: inline-block;
  position: relative;
  margin: initial;
  padding: 13px 20px;
  background-color: #fff;
  color: #232323;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  text-decoration: none;
  box-shadow: none;
}

.CtaFixedButtonPc:hover {
  color: inherit;
  text-decoration: none;
}

.CtaFixedButtonWeak {
  font-size: 14px;
}

.CtaFixedButtonImage {
  position: absolute;
  right: 12px;
  top: 5px;
  width: 85px;
  height: auto;
}

@media screen and (min-width: 600px) {
  .CtaFixedButtonImage {
    left: -84px;
    top: -6px;
    width: 110px;
    transform: rotate(-25deg);
  }
}

@media screen and (min-width: 600px) {
  .CtaSmall {
    border-radius: 12px;
  }

  .CtaSmall .SupportMoneyImage {
    display: block;
    width: 410px;
    margin: 5px auto 25px;
  }

  .CtaSmall .CtaHeading {
    font-size: 21px;
  }
}

.CtaBox {
  padding: 32px 16px 16px;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  max-width: 612px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .CtaBox {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 830px;
  }
}

.CtaHeading {
  position: relative;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .CtaHeading {
    margin-right: 20px;
    font-size: 24px;
    line-height: 1.6;
  }
}

.CtaHeading-Sub {
  display: inline-block;
  position: relative;
}

.CtaHeading-Sub:before {
  content: url(/assets/img/lp_wa/lp001/cta-image.svg);
  position: absolute;
  left: -23px;
  top: -23px;
  width: 35px;
  height: 18px;
}

.CtaHeading-Underline {
  border-bottom: 3px solid #e8d295;
  font-size: 1.47em;
}

.CtaHeading-Weak {
  font-size: 0.69em;
}

@media screen and (min-width: 600px) {
  .CtaWrap {
    padding: 19px 25px;
    border-radius: 17px;
    background: #f5faf9;
  }
}

.CtaContents {
  display: flex;
  justify-content: center;
  margin: 7px auto -5px;
  max-width: 350px;
}

@media screen and (min-width: 600px) {
  .CtaContents {
    max-width: 100%;
  }
}

.CtaList {
  margin: 5px;
}

.CtaLink {
  background: #0abab5;
  display: inline-block;
  padding: 16px 9px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.CtaLink:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .CtaLink {
    text-align: center;
  }
}

.CtaLink:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(0.95);
  background: #078a86;
}

.CtaLink-Strong {
  font-size: 1.18em;
  display: inline-block;
  line-height: 1;
}

.CtaLink-Number {
  font-size: 1.86em;
}

@media screen and (min-width: 600px) {
  .CtaLink-Number {
    font-size: 2em;
  }
}

.CtaTel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87%;
  margin: 10px auto 0;
  padding: 2px 0 6px;
  border: 1px solid #0abab5;
  border-radius: 11px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #0abab5;
  transition: all 0.3s;
}

@media screen and (min-width: 600px) {
  .CtaTel {
    width: 96%;
    border: none;
    background: #fff;
    box-shadow: none;
  }
}

.CtaTel:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(0.95);
}

@media screen and (min-width: 600px) {
  .CtaTel:hover {
    box-shadow: none;
    transform: initial;
  }
}

.CtaTelImage {
  width: 33px;
  height: auto;
  margin: 3px 8px 0 0;
}

@media screen and (min-width: 600px) {
  .CtaTelImage {
    width: 37px;
  }
}

.CtaTelText {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.1;
}

@media screen and (min-width: 600px) {
  .CtaTelText {
    font-size: 24px;
  }
}

.CtaTelTextWeak {
  font-size: 11px;
}

@media screen and (min-width: 600px) {
  .CtaTelTextSp {
    display: none;
  }
}

.CtaTelTextPc {
  display: none;
}

@media screen and (min-width: 600px) {
  .CtaTelTextPc {
    display: inline;
  }
}

@media screen and (min-width: 600px) {
  .CtaSp {
    display: none;
  }
}


/* pagetop
-------------------------------------------------- */

.pagetop {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  clear: both;
}

@media screen and (max-width:960px) {
    .pagetop {
        width: 100%;
    }
}

.pagetop p {
  margin: 0 35px 0 0;
}

/* nav
-------------------------------------------------- */

#nav {
  height: 45px;
  _zoom: 1;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:449px) {
    #nav {
        height: auto;
    }
}


#nav ul {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width:960px) {
    #nav ul {
        width: 100%;
    }
}


#nav li {
  float: left;
  line-height: 45px;
  width: 20%;
  font-size: 16px;
  font-weight: bold;

}

@media screen and (max-width:960px) {
    #nav li {
        font-size: 12px;
    }
}

@media screen and (max-width:600px) {
    #nav li {
        font-size: 10px;
    }
}

@media screen and (max-width:449px) {
    #nav li {
        line-height: normal;
    }
}


#nav li a {
  text-decoration: none;
  color: #5a5a5a;
}


/* contents
-------------------------------------------------- */
#contents {
  margin: 0px 0 25px 0;
  _zoom: 1;
  overflow: hidden;
}

/* main
-------------------------------------------------- */
#main {
  float: left;
  width: 710px;
}

@media screen and (max-width: 960px) {
    #main {
        width: 70%;
    }
}

/* sidebar
-------------------------------------------------- */
#sidebar {
  float: right;
  width: 230px;
}

@media screen and (max-width: 960px) {
    #sidebar {
        width: 25%;
        margin-right: 10px;
    }
}

#sidebar .sub_nav {
  margin: 30px 0 0 0;
}

#sidebar .sub_nav li {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  height: 65px;
  margin: 0 0 1px 0;
  padding: 0 11px;
  background: #fff;
}

#sidebar .sub_nav li ul {
  border-top: 1px solid #f6f2e7;
}

#sidebar .sub_nav li:last-child {
  -moz-border-radius: 0px 0px 4px 0px;
  -webkit-border-radius: 0px 0px 4px 0px;
  -ms-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
}

#sidebar .sub_nav li.title {
  height: 38px;
  margin: 0 0 3px 0;
  padding: 0 10px;
  line-height: 38px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#sidebar .sub_nav li.title .post_num {
  font-size: 13px;
}

#sidebar .sub_nav li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sidebar .sub_nav li p{
  font-size: 14px;
  line-height: initial;
}

#sidebar .sub_nav li a:hover {
  text-decoration: none;
}

#sidebar .sub_nav li.corp_name a {
    border-left: none;
    text-align: center;
    transition: 0.2s;
}

#sidebar .sub_nav li.corp_name a:hover {
    opacity: 50%;
    transition: 0.2s;
}

#sidebar .sub_nav li.corp_name a img {
  margin-top: 6px;
}

#sidebar .sub_nav li ul li a {
  padding: 10px 5px 10px 34px;
  border-left: 5px solid #d8d3cd;
  background: url(/assets/img/common/list_link.gif) 20px 10px no-repeat;
}

#sidebar .bn {
  margin-bottom: 5px;
}

/*for IE7 */
html.ie7 #sidebar .bn {
  margin-bottom: 0;
}

#sidebar .PR_field {
    width: 220px;
    background-color: #0abab5;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 960px) {
  #sidebar .PR_field {
    width: 100%;
  }
}

#sidebar .bn-af {
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  padding: 14px 38px;
}

@media screen and (max-width: 960px) {
  #sidebar .bn-af {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
    #sidebar .bn-af {
        padding: 8px 16px;
    }
}

#sidebar .bn-af img {
  width: 100%;
}

#sidebar .bn-af .balloon_logo {
  margin-bottom: 28px;
}

#sidebar .side_block {
  margin-top: 30px;
  color: #75644a;
}

#sidebar .side_block .bn {
  margin-bottom: 10px;
}

#sidebar hr {
  margin-right: 10px;
}

#sidebar .contents_link li {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 0 2px 0;
  line-height: 1.2;
  background: url(/assets/img/common/side_li_bg.gif) 0 0 no-repeat #fff;
}

#sidebar .contents_link li a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 0 0 0 60px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#sidebar .contents_link li a:hover {
  color: initial;
}

@media screen and (max-width: 960px) {
    #sidebar .contents_link li {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
  #sidebar .contents_link li a {
    font-size: 10px;
  }
}

/* for IE7 */
*:first-child+html #sidebar .contents_link li a,
html.ie7 #sidebar .contents_link li a {
  display: block;
  position: relative;
  top: 0;
  line-height: 50px;
}

*:first-child+html #sidebar .contents_link li a.line_2,
html.ie7 #sidebar .contents_link li a.line_2 {
  line-height: 1.2;
  padding: 5px 0 5px 60px;
}

#sidebar .guide_link p {
  font-size: 12px;
}

#sidebar .article_link .title {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #756448;
  border-bottom: 3px solid #756448;
}

#sidebar .article_link ul {
  margin: 1em 0 0 6px;
  font-size: 12px;
}

#sidebar .article_link ul li {
  margin-left: 1em;
  list-style-type: disc;
}

#sidebar .article_link ul li a {
  color: #756448;
  text-decoration: none;
}

#sidebar .article_link ul li a:hover {
  text-decoration: none;
}

#sidebar .side_box {
  margin: 30px 3px 0 0;
  color: #434343;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
}

#sidebar .side_box .title {
  padding: 8px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 16px;
  color: #fcf6e9;
  background: #806f54;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#sidebar .side_box .title span {
  display: block;
  padding: 0 0 0 10px;
  border-left: 5px solid #fff;
}

#sidebar .news dl {
  margin: 10px 7px;
  font-size: 12px;
  line-height: 1.2;
}

#sidebar .news dl dt {
  padding: 6px 0 4px 23px;
  color: #6b5a3d;
  background: url(/assets/img/common/side_date_bg.gif) 0 4px no-repeat #f7f2e8;
}

#sidebar .news dl dd {
  padding: 5px 0;
  color: #434343;
  margin-bottom: 4px;
}

#sidebar .side_compare .comp {
  width: 210px;
  height: 65px;
  margin: 1px 10px;
}

.sidebarItem {
  display:inline-block;
  margin-bottom:15px
}

a.sidebarItem {
  text-decoration: none;
}

a.sidebarItem:hover {
  color: initial;
  text-decoration: none;
}

.sidebarItemPr {
  display:flex;
  align-items:center;
  justify-content:center;
  height:43px;
  border:solid 3px #CFF5F1;
  background:#FFF;
  margin-bottom:10px;
  padding:7px 10px
}

.sidebar img {
  height:auto
}

.sidebarColumnLink {
  display:block;
  position:relative
}

.sidebarColumnTitle {
  position:absolute;
  left:0;
  bottom:0;
  padding:10px 7px 5px;
  background:linear-gradient(rgba(255,255,255,0.4588235294) 0%,rgba(255,255,255,0.8117647059) 10%,#ffffff 100%);
  font-size:12px
}

.sidebarColumnImage {
  height:130px!important;
  border-radius:19px;
  object-fit:cover
}

.sidebarTitle {
  background:#CFF5F1;
  margin:36px 0 24px;
  padding:1px 0;
  font-size:11px;
  text-align:center;
  letter-spacing:0.12rem
}

.sidebarLink {
  display:inline-block;
  width:100%;
  height:60px;
  background:#FFF;
  text-align:center;
  line-height:60px;
  letter-spacing:0.2rem
}

.sidebarLinkFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: initial;
  text-decoration: none;
}

.sidebarLinkFlex span {
  width: 140px;
  margin-left: 12px;
  text-align: left;
  line-height: 1.3rem;
}

/* breadcrumb
-------------------------------------------------- */
.breadcrumb{
    font-size: 85.7% ;/*12px*/
}

@media screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 10px;
  }
}

.breadcrumb a:link {
  color: #000;
}

.breadcrumb div {
  display: inline;
}

/* layoutここまで */


/* 汎用スタイル */
/* ------------------------------------------------------------
font
------------------------------------------------------------ */
/* bodyの基本フォントサイズ:14px */

/*
フォントサイズのスタイルは、通常はそれぞれのセレクタで指定し、
便宜上強制的にフォントサイズの変更が必要な場合のみ、下記のクラスを追加する形で使用してください。
*/

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font23 {
    font-size: 23px !important;
}

.font24 {
    font-size: 24px !important;
}

.sans_serif {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

/* ------------------------------------------------------------
link
------------------------------------------------------------ */

a {
    color: #000;
    text-decoration: underline;
    outline: none;
}

a:hover {
  text-decoration: underline;
}


/* ------------------------------------------------------------
#main Basic link color
------------------------------------------------------------ */
#main a:link,
a.link:link {
  color: #0ABAB5;
  font-weight: 700;
  text-decoration: none;
}

#main a:visited,
a.link:visited {
  color: #0ABAB5;
  font-weight: 700;
  text-decoration: none;
}

#main a:hover, a.link:hover {
  color: #0ABAB5;
  font-weight: 700;
  text-decoration: none;
}

/* ------------------------------------------------------------
list link
------------------------------------------------------------ */
.list_link {
  margin-top: 1em;
  _zoom: 1;
  overflow: hidden;
}

.list_link li {
  padding: 0 0 0.5em;
}

.list_link .link_ent:link {
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #00b7ed;
  background: url(/assets/img/common/list_link.gif) 0 2px no-repeat;
}

.list_link .link_ent:visited {
  color: #00b7ed;
}


li.list_link_02,
.list_link_02 li {
  padding: 5px 0 5px 33px;
  font-size: 16px;
  color: #00b7ed;
  background: url(/assets/img/common/icon_li_arrow.gif) 0 8px no-repeat;
}

.list_link_02 a,
.list_link_02 li a {
  color: #00b7ed;
}


/* ------------------------------------------------------------
link
------------------------------------------------------------ */
.disc {
  margin: 0 0 0 1.5em;
}

.disc li {
  list-style: disc;
}

.category_link {
  margin: 20px 0 0 0;
}

.link_category_box {
  margin: 50px 20px 30px 20px;
}

.link_samecategory {
  width: 318px;
  height: 58px;
  font-size: 13px;
  border: thin #FFF solid;
  margin: 0px 10px 12px 0px;
  background-color: white;
  display: table;
  /* for IE 7 */
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  float: left;
  border-radius: 7px;
  /* CSS3草案 */
  -webkit-border-radius: 7px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px;
  /* Firefox用 */
}

.link_image {
  height: 58px;
  display: table-cell;
  /* for IE 7 */
  *display: inline-block;
  *float: left;
  *padding-top: 5px;
  padding-left: 5px;
  vertical-align: middle;
}


.link_image2 {
  width: 64px;
  height: 48px;
}

.link_title {
  width: 233px;
  height: 58px;
  display: table-cell;
  /* for IE 7 */
  *display: inline-block;
  *padding-top: 5px;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

.link_a {
  text-decoration: none;
}

.link_a:hover {
  text-decoration: none;
}

.social_button {
  display: inline-block;
  /* for IE 7 */
  display: inline;
  zoom: 1;
}

/* ------------------------------------------------------------
text-aline
------------------------------------------------------------ */
/*
text-alineのスタイルは、通常はそれぞれのセレクタで指定し、
便宜上強制的にテキスト配置の変更が必要な場合のみ、下記のクラスを追加する形で使用してください。
*/

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

/* ------------------------------------------------------------
indent
------------------------------------------------------------ */
/*
インデントは、通常はそれぞれのセレクタで指定し、
便宜上強制的にインデントの変更が必要な場合のみ、下記のクラスを追加する形で使用してください。
*/
.idt_1 {
    padding-left: 1em;
    text-indent: -1em;
}

.idt_1_5 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.idt_2 {
    padding-left: 2em;
    text-indent: -2em;
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */

table {
    border-collapse: collapse;
}

th,
td {
    padding: 3px 5px;
    border: 1px solid #ccc;
}

th {
    text-align: left;
}

.nowrap {
    white-space: nowrap;
}

/* ------------------------------------------------------------
 margin / padding
------------------------------------------------------------ */
/*
マージンは、通常はそれぞれのセレクタで指定し、
便宜上強制的にマージンの変更が必要な場合のみ、下記のクラスを追加する形で使用してください。
*/
.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml1em {
    margin-left: 1em !important;
}

.ml1_5em {
    margin-left: 1.5em !important;
}

.ml2em {
    margin-left: 2em !important;
}

.ml2_5em {
    margin-left: 4.5em !important;
}

.ml3em {
    margin-left: 5em !important;
}


/* ------------------------------------------------------------
img size
------------------------------------------------------------ */

.w320 {
  width: 320px !important;
}

.h220 {
  height: 220px !important;
}

/* ------------------------------------------------------------
clearfix
------------------------------------------------------------ */

.clearfix,
.cf {
  _zoom: 1;
  overflow: hidden;
}

.clearfix:after,
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix,
* html .cf {
  _zoom: 1;
}

*:first-child+html .clearfix,
*:first-child+html .cf {
    _zoom: 1;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
}

/* ------------------------------------------------------------
float
------------------------------------------------------------ */

.float_l {
    float: left;
    margin-right: 30px;
}

.float_r {
    float: right;
    margin: 0 0 10px 10px;
}

.no_around {
    /* float画像の下にテキストを回り込ませないようにする場合にテキストの範囲にこのclassを指定*/
    overflow: hidden;
}

/* ------------------------------------------------------------
並列（2列）
------------------------------------------------------------ */

.parallel_2 {
  display: block;
  float: left;
  width: 50%;
}

.parallel_2:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}

.parallel_2 a {
  display: block;
  padding-right: 15px !important;
}

/* 汎用スタイル ここまで */



/* ------------------------------------------------------------
共通スタイル
------------------------------------------------------------ */

/* 角丸ボックス
-------------------------------------------------- */
.r_box {
  margin: 10px 0 30px 2px;
  padding: 0 0 20px 0;
  color: #434343;
  background: #fff;
  border-radius: 4px;
}

.r_box .inner {
  padding: 20px 20px 0 20px;
  _zoom: 1;
  overflow: hidden;
}

.r_box .inner2 {
  padding: 0px 20px 0 30px;
  _zoom: 1;
  overflow: hidden;
}

.r_box .r_box_title {
  padding: 0 20px;
  line-height: 56px;
  /*font-weight: bold;*/
  font-size: 26px;
  color: #fff;
  background: #806f54;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.r_box h3:first-child {
  margin-top: 0;
}

.r_box p {
  margin: 1.5em 0;
  letter-spacing: 0.1em;
}

/* 区切り線：点線
-------------------------------------------------- */
hr.dashed {
  margin: 0 0 20px 0;
  border: 0;
  height: 2px;
  background: url(/assets/img/common/hr_dashed_bg.gif) 0 0 repeat-x;
}

/*for IE7 */
html.ie7 hr.dashed {
  margin: 0 0 10px 0;
  border-bottom: 2px dashed #beb6a7;
}

/* 開閉トグル・タブ等のポインター
-------------------------------------------------- */
/*
.toggle_btn,
.btn_act,
.tab_act{
    cursor: pointer;
}
*/


/* 下層ページ共通スタイル
-------------------------------------------------- */
/* main_head（タイトル部分）
-------------------------------------------------- */
.main_head {
  margin: 0 0 20px 0;
  padding: 30px 12px 0 0;
}

.main_head .main_head_title {
  overflow: hidden;
  _zoom: 1;
}

.aboutHead,.faqHead {
  padding: 8px 0 8px 12px;
  vertical-align: bottom;
  line-height: 1.4;
  margin-bottom: 10px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
}

.aboutHead:before,.faqHead:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 32px;
  position: relative;
  top: 6px;
  background-image: url(../../../assets/img/top_new/header-menu-faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.main_head h1,
.main_head h2 {
  float: left;
  padding: 8px 0 8px 12px;
  vertical-align: bottom;
  line-height: 1.4;
  font-weight: 700;
  font-size: 24px;
}

.main_head .post_num {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  padding: 0.3em 1em;
  /*font-weight: bold;*/
  font-size: 18px;
  color: #e60012;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

.main_head .post_num .num {
  font-size: 24px;
}

.main_head .main_head_lead {
  margin: 0;
  padding: 8px 0 20px 12px;
  line-height: 1.8;
}


/* 見出し
-------------------------------------------------- */
.title_01 {
  margin: 1em 0 10px 0;
  padding: 5px;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 2px solid #746548;
  background: #f6f2e7;
}

.title_02 {
  margin: 1em 0 10px 0;
  font-weight: bold;
  font-size: 25px;
  color: #746548;
  /*text-decoration: underline;*/
}

#main .title_02 a:link {
  color: #746548;
  text-decoration: underline;
}

#main .title_02 a:visited {
  color: #746548;
  text-decoration: underline;
}

#main .title_02 a:hover {
  color: #f60;
  text-decoration: underline;
}

#main .title_02 a:active {
  color: #f60;
  text-decoration: underline;
}

.title_03 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #0abab5;
  border-bottom: 3px solid #0abab5;
}

.title_04 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #000;
}

.title_05 {
  margin: 0 0 16px 0;
  padding-bottom: 6px;
  font-size: 20px;
  border-bottom: 2px dashed #0ABAB5;
}

.title_06 {
  padding: 8px;
  /*line-height: 37px;*/
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(/assets/img/common/title_06_bg.gif) 0 0 repeat-x #806f54;
}

.title_07 {
  padding: 5px 10px;
  font-size: 18px;
  color: #746342;
  background: #f6f2e7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.aboutTitle {
  color: initial;
  font-size: 22px;
}

.aboutTitle a {
  text-decoration: none;
}

/* 婚活応援金キャンペーンページ
-------------------------------------------------- */
.useful_contents img.KonkatsuOuenkinImage {
  width: 370px;
  height: auto;
  margin: 0 auto;
}


/* シェアボタン
-------------------------------------------------- */
.share_btn_inner,
body.report_party_body div#share_btn div.share_btn_inner {
    padding: 0 20px;
}

#amemuchi .share_btn_inner {
	  padding: 20px 0 20px;
}

body.report_body div#share_btn div.share_btn_inner,
body.report_party_body div#share_btn div.share_btn_inner {
	  padding: 15px 20px 0;
}

body#glossary .share_btn_inner {
    padding: 15px 0 0;
}


/* 共通スタイル ここまで */


/* article 婚活お役立ちコンテンツ
-------------------------------------------------- */
/* 見出し */
.useful_contents_head.main_head h1 {
  float: left;
  padding: 20px 0 20px 12px;
  border: none;
  vertical-align: bottom;
  font-size: 30px;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #333;
}

.useful_contents_head.main_head .main_head_lead {
  border: none;
}

.useful_contents h2 {
  margin-top: 60px;
  padding: 30px 0 0;
  border-top: 5px solid #53bcca;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.useful_contents h3 {
  padding: 20px 15px;
  margin: 50px 0 10px 0;
  border-left: 7px solid #c9a94e;
  border-bottom: none;
  background-color: #FEFAE8;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
}

.useful_contents h4 {
  padding: 10px 0 12px;
  border-bottom: 4px dotted #53bcca;
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.useful_contents h5 {
  padding: 10px 0;
  border-bottom: 2px solid #53bcca;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.useful_contents h6 {
  padding: 10px 0;
  border-bottom: 2px solid #53bcca;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.8;
}

.useful_contents img {
  display: block;
  width: 588px;
  margin: 25px auto 40px;
}

/*
目次
旧目次（toc_container）と同じ形。
RTOCプラグインで生成されるHTMLを元に実装している
*/
#rtoc-mokuji-wrapper {
  margin: 30px auto;
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px 10px 25px;
  display: table;
}

#rtoc-mokuji-title {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  padding: 0;
}

#rtoc-mokuji-title span {
  position: relative;
  margin-left: 30px;
  font-size: 16px;
}

#rtoc-mokuji-title span::before {
  display: block;
  width: 20px;
  height: 100%;
  content: "";
  background: url(/assets/img/common/icon_toc.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: -30px;
}


#rtoc-mokuji-wrapper a {
  background: #f5f9fa;
  text-decoration: none;
  text-shadow: none;
}

.rtoc-mokuji-content .rtoc-mokuji {
  margin-top: 0.7em;
}

.rtoc-mokuji-content .toc_list, .rtoc-mokuji-content .rtoc-item {
  padding: 6px 20px;
  background: 0 0;
  list-style: none none;
}

.rtoc_open_close {
  /*管理画面から開閉ボタンを削除できたいため見えないようにしている*/
  display: none;
}

/* 目次リンク */
.rtoc-item a:link, a.link:link{
  color: #53bcca;
  font-weight: bold;
}

.rtoc-item a:hover, a.link:hover{
  color: #f60;
}

.rtoc-item a:visited, a.link:visited{
  color: #00b7ed;
}


.rtoc-item a:active, a.link:active{
  color: #f60;
}

/* table01
   縦横、どちらも見出しがあるタイプの表に使用。SPではまとめて1カラムに表示される。 */
table.table01 {
  width: 100%;
  border-right: #806f54 solid 1px;
  border-collapse: collapse;
  margin: 14px 0px 28px 0px;
}

table.table01 thead th {
  background: #806f54;
  color: #FFF;
  padding: 10px 15px;
  border: none;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
  text-align: center;
  font-weight: 700;
}

table.table01 thead th:last-child {
  border-right: #806f54 solid 1px;
}

table.table01 tbody th {
  background: #806f54;
  color: #FFF;
  padding: 10px 15px;
  border: none;
  border-bottom: #FFF solid 1px;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  min-width: 62px;
}

table.table01 tbody tr:last-child th {
  border-bottom: #806f54 solid 1px;
}

table.table01 tbody td {
  background: #FFF;
  padding: 10px 15px;
  border: none;
  border-left: #806f54 solid 1px;
  border-bottom: #806f54 solid 1px;
  vertical-align: top;
}

table.table01 tbody td p {
    margin: 0px;
}

/* table02 上にだけ見出しがある（横長）の表に使用。1番左の列が固定されて、はみ出た部分は横スクロールされる。 */
table.table02 p {
	  padding: 2px;
    line-height: initial;
    margin: 0.8em 0;
}

table.table02 thead tr p {
    font-weight: 700;
    margin: 0.3em 0;
}

.table-scroll {
    margin: 14px 10px 7px 10px;
}

table.table02 thead,
table.table02 thead th {
    background: #806f54;
    color: #fff;
}

table.table02 th.fixed01,
table.table02 thead th.fixed02,
table.table02 td {
	  vertical-align: middle;
	  padding: 0 5px;
	  border: 1px solid #ccc;
	  min-width: 110px;
    white-space: nowrap;
}

table.table02 td {
	  min-width: 100px;
}

table.table02 th.fixed01 {
	  position: sticky;
	  left: 0;
	  background: #fff;
}

table.table02 thead th.fixed02 {
	  position: sticky;
	  left: 0;
}

table.table02 th.fixed01:before,
table.table02 thead th.fixed02:before {
	  content: "";
	  position: absolute;
	  top: -1px;
	  left: -1px;
	  width: 100%;
	  height: 100%;
	  border: 1px solid #ccc;
}

.update_date {
    display: flex;
    justify-content: space-between;
    font-size: 85.7%;
    color: #806f54;
    text-align: right;
}

.date_info {
    font-size: 12px;
}

.report_list_box .corp_name_jp,
.back_num .corp_name_jp {
  margin-right: 4px;
}

.topic_head_box {
    display: flex;
    justify-content: space-between;
}



/* 都道府県別の婚活情報
-------------------------------------------------- */

.area_info {
  margin: 30px 0;
  height: 75px;
  padding: 10px 10px 10px 95px;
  border: 3px solid #d1c8b6;
  background: url(../img/common/icon_area_info.gif) 0 0 no-repeat #fff;
}

.area_info .title {
  font-size: 22px;
}

.area_info .title a:link {
  color: #e16996 !important;
}

.area_info .title a:visited {
  color: #e16996 !important;
}


/* 結婚相談所を比べる
-------------------------------------------------- */
.inner.compare_link {
  padding: 10px 20px 20px 20px;
}

.compare_link div {
  margin: 10px 0 0 0;
  padding: 5px 0 30px 110px;
  border-bottom: 1px solid #ccc;
}

.compare_link .last {
  border-bottom: none;
}

.compare_link .service {
  background: url(../img/corp/icon_compare_service.gif) 0 0 no-repeat;
}

.compare_link .taiken {
  background: url(../img/corp/icon_compare_taiken.gif) 0 0 no-repeat;
}

.compare_link .event {
  background: url(../img/corp/icon_compare_event.gif) 0 0 no-repeat;
}

.compare_link .senior {
  background: url(../img/corp/icon_compare_senior.gif) 0 0 no-repeat;
}

.compare_link .campaign {
  background: url(../img/corp/icon_compare_campaign.gif) 0 0 no-repeat;
  padding-bottom: 15px;
}

.compare_link div p {
  margin: 0;
  padding: 0;
}

.compare_link div p.title {
  font-size: 22px;
}

/*
 * クランプ処理「...」で省略
 */
.clamp-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clamp-2,
.clamp-3,
.clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  -webkit-line-clamp: 2;
}

.clamp-3 {
  -webkit-line-clamp: 3;
}

.clamp-4 {
  -webkit-line-clamp: 4;
}

/* fb like button layout
-------------------------------------------------- */
.fb_iframe_widget>span {
  vertical-align: baseline !important;
}


/* 下部コンテンツ　真剣に結婚するなら結婚相談所！
-------------------------------------------------- */

#main_info {
  padding: 40px 20px;
  background: #FCF9D2;
  max-width: 640px;
  margin: 0 auto 0;
}

#main_info h2 {
  color: #fff;
  background: #FF5E5E;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 16px;
  margin: 0 auto 20px;
  text-align: center;
  width: 257px;
}

#main_info .lead p {
  margin: 5px 0;
  text-align: center;
  font-size: 14px;
}

#main_info .lead p em {
  color: #FF5E5E;
  font-weight: 700;
  font-style: normal;
}

#main_info .lead .push {
  font-size: 20px;
  font-weight: 700;
}

#main_info .merit img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#main_info .meritContents {
  background: #fff;
  padding: 10px 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main_info .meritContentsItem {
  margin-bottom: 8px;
  width: 49%;
}

/* 下部コンテンツ　結婚相談所を比較
-------------------------------------------------- */
.compareMenu {
  background: #F7F9F9;
  padding: 40px 20px;
  max-width: 640px;
  margin: 0 auto 0;
}

.compareMenuHeading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.compareMenuHeading span {
  background: linear-gradient(transparent 70%, #F8F190 70%);
}

.compareList {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.compareItem {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 8px;
  margin-bottom: 12px;
  width: 300px;
  text-decoration: none;
}

.compareItem a:hover {
  text-decoration: none!important;
}

.compareItemArrow {
  margin: 0 0 0 auto;
}

#main_info .merit .meritContentsImg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.compareItem p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 8px;
}

.compareItem span {
  color: #7D7D7D;
  font-size: 13px;
}

.compareMenuButton {
  display: flex;
  justify-content: center;
  margin: 20px auto 0px;
  padding: 10px;
  border: solid 1px #0ABAB5;
  border-radius: 5px;
  text-align: center;
  width: 350px;
  align-items:center;
  transition: 0.1s ease;
}

.compareMenuButton a {
  color: #0ABAB5 !important;
  font-size: 17px;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.compareMenuButton:hover {
  transform: scale(0.95);
  cursor: pointer;
}

.compareMenuButton a:visited {
  color: #0ABAB5 !important;
}

/* コラムページ */
.columnTop .CtaFixed {
  display: none;
}

.columnTop .FooterAddress{
  padding-bottom: 70px;
}

/* 来店予約ページ
-------------------------------------------------- */
#bookingConfirmContainer {
  text-align: left;
  margin-top: -45px;
}

#bookingContainer {
  text-align: left;
  margin-top: -10px;
}

#bookingThanksContainer {
  text-align: left;
  background: #fff;
  margin-top: -45px;
}

#bookingThanksContents {
  margin: 0px auto;
  width: 960px;
}


/* サイドバー
-------------------------------------------------- */

.BannerShadow {
  box-shadow: 0px 4px 8px #C5C5C5;
}

.sidebarBannerLink {
  transition: all 0.2s;
}
.sidebarBannerLink:hover {
  opacity:0.6;
  box-shadow: none;
  transform: translateY(4px);
}

