@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 追加 */
ul li {
  list-style: none; }

ol li {
  list-style: none; }

/*共通パーツ*/
* {
  box-sizing: border-box; }

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  opacity: 0.5; }

.red {
  color: #B40019; }

.big {
  font-size: 240px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.8;
  position: absolute;
  top: 40px;
  right: 0px; }
  @media (max-width: 768px) {
    .big {
      font-size: 80px;
      top: 30px; } }

.font-m, .sub, .feature h2::after, .feature .inner ul li .sub02, .menu h2::after, .strong h2::after, .strong .inner ul li p.bottom, .policy h2::after, .toiawase h2::after {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px; }

.sub {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  color: #B40019;
  display: flex;
  align-items: center; }

.sub::after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 1em;
  display: block;
  width: 240px; }
  @media (max-width: 768px) {
    .sub::after {
      width: 250px; } }

h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4; }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4; }
  @media (max-width: 768px) {
    h3 {
      font-size: 18px; } }

span {
  font-weight: inherit; }

.pc {
  display: block; }
  @media (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

/*ユニーク（ワードプレスフォーム）*/
@media (max-width: 768px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important; } }

/*各セクション*/
.header h1 {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 100; }
  @media (max-width: 768px) {
    .header h1 {
      position: absolute;
      top: 15px;
      left: 15px; } }
  .header h1 img {
    width: 260px; }
    @media (max-width: 768px) {
      .header h1 img {
        width: 180px; } }
@media (max-width: 768px) {
  .header h1.center {
    top: 25px;
    left: calc(50% - 90px); } }
.header ul {
  display: flex;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100; }
  @media (max-width: 768px) {
    .header ul {
      top: auto;
      bottom: 0px;
      width: 100%; } }
.header li {
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .header li {
      font-size: 14px;
      width: 50%;
      text-align: center; } }
  .header li a {
    display: block;
    padding: 20px 60px;
    color: #fff; }
    @media (max-width: 768px) {
      .header li a {
        padding: 15px 0; } }
.header li.document {
  background-image: url("../img/bg_red.gif"); }
.header li.inquiry {
  background-image: url("../img/bg_black.gif"); }
  @media (max-width: 768px) {
    .header li.inquiry {
      background-image: url("../img/bg_black_sp.gif"); } }

.mv {
  text-align: center;
  padding: 200px 0 220px 0;
  background-image: url("../img/mv_bg.png");
  background-size: cover;
  background-position: center;
  z-index: 1; }
  @media (max-width: 768px) {
    .mv {
      padding: 165px 0 175px 0;
      background-image: url("../img/mv_bg_sp.png"); } }
  .mv img {
    width: 420px;
    height: auto; }
    @media (max-width: 768px) {
      .mv img {
        width: 85%; } }

.nav {
  width: 1080px;
  margin: -50px auto 0;
  background-image: url("../img/bg_red.gif");
  z-index: 2;
  position: relative; }
  @media (max-width: 768px) {
    .nav {
      display: none; } }
  .nav ul {
    display: flex; }
    .nav ul li {
      width: 33.3%;
      text-align: center;
      border-right: solid 1px rgba(255, 255, 255, 0.3); }
      .nav ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        padding: 25px 0; }
      .nav ul li a::before {
        content: url("../img/icon_yajirushi.png");
        display: inline-block;
        vertical-align: middle;
        transform: scale(0.5); }
    .nav ul li:last-child {
      border-right: none; }

.problem {
  margin-top: -50px;
  background-image: url("../img/bg_black.gif");
  padding: 200px 0 180px;
  color: #fff;
  z-index: 1;
  position: relative; }
  @media (max-width: 768px) {
    .problem {
      margin-top: 0px;
      padding: 0 0 50px;
      background-image: url("../img/bg_black_sp.gif"); } }
  .problem .big {
    color: #000; }
  .problem .inner {
    margin-left: calc(50% - 530px);
    display: flex; }
    @media (max-width: 768px) {
      .problem .inner {
        margin-left: 35px;
        flex-direction: column; } }
    .problem .inner .left {
      min-width: 350px;
      position: relative; }
      @media (max-width: 768px) {
        .problem .inner .left {
          min-width: 90%; } }
      @media (max-width: 768px) {
        .problem .inner .left .sub {
          top: 60px; } }
      .problem .inner .left .sub::after {
        width: 240px; }
        @media (max-width: 768px) {
          .problem .inner .left .sub::after {
            width: 250px; } }
      .problem .inner .left h2 {
        padding: 90px 0 0 40px;
        color: #fff; }
        @media (max-width: 768px) {
          .problem .inner .left h2 {
            padding: 60px 0 0 20px;
            font-size: 28px; } }
    .problem .inner .right {
      width: 100%; }
      @media (max-width: 768px) {
        .problem .inner .right {
          margin-top: 20px;
          margin-left: 20px;
          width: calc(100% - 20px); } }
      .problem .inner .right dl {
        display: flex;
        padding: 15px 0;
        margin-bottom: 10px;
        background-color: #000; }
        @media (max-width: 768px) {
          .problem .inner .right dl {
            padding: 10px 0; } }
        .problem .inner .right dl dt {
          font-size: 40px;
          color: #333;
          font-weight: 900;
          display: flex;
          align-items: center;
          margin-right: 10px; }
          @media (max-width: 768px) {
            .problem .inner .right dl dt {
              font-size: 24px; } }
        .problem .inner .right dl dt::before {
          content: "";
          border-top: 1px solid #B40019;
          width: 50px;
          margin: 0 10px 0 -25px; }
          @media (max-width: 768px) {
            .problem .inner .right dl dt::before {
              width: 30px;
              margin: 0 10px 0 -15px; } }
        .problem .inner .right dl dd {
          display: flex;
          align-items: center;
          font-size: 18px; }
          @media (max-width: 768px) {
            .problem .inner .right dl dd {
              display: inline;
              font-size: 16px; } }

.concept {
  overflow-x: hidden; }
  .concept .inner {
    width: 1080px;
    margin: 0 auto;
    padding: 180px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .concept .inner {
        width: 90%;
        margin: 0 0 0 10%;
        padding: 60px 0;
        flex-direction: column; } }
    .concept .inner .left {
      width: 370px;
      position: relative; }
      @media (max-width: 768px) {
        .concept .inner .left {
          width: 100%; } }
      @media (max-width: 768px) {
        .concept .inner .left img {
          width: 60%; } }
    .concept .inner .left::after {
      content: "";
      position: absolute;
      display: block;
      background-size: contain;
      background-image: url("../img/mark_bg.png");
      background-repeat: no-repeat;
      width: 563px;
      height: 538px;
      top: -200px;
      left: -200px;
      z-index: -1; }
      @media (max-width: 768px) {
        .concept .inner .left::after {
          top: -130px;
          left: 130px;
          width: 360px;
          height: 360px; } }
    .concept .inner .right {
      width: 640px;
      position: relative; }
      @media (max-width: 768px) {
        .concept .inner .right {
          width: 100%; } }
      .concept .inner .right h2 {
        padding-top: 65px; }
        @media (max-width: 768px) {
          .concept .inner .right h2 {
            padding-top: 15px;
            font-size: 22px; } }
      .concept .inner .right .sub {
        left: 640px; }
        @media (max-width: 768px) {
          .concept .inner .right .sub {
            display: none; } }
      .concept .inner .right .sub::after {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        width: 230px; }

.feature {
  background-image: url("../img/bg_gray02.gif");
  padding: 160px 100px 0;
  background-size: 2000px 900px;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 768px) {
    .feature {
      padding: 130px 8% 30px 8%;
      background-size: 100% 100%; } }
  .feature .big {
    color: #fff; }
  .feature h2 {
    position: absolute;
    top: 130px;
    right: 300px;
    text-align: right; }
    @media (max-width: 768px) {
      .feature h2 {
        top: 70px;
        right: 30px; } }
  .feature h2::after {
    content: "FEATURE";
    display: block;
    color: #B40019; }
  .feature .inner {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .feature .inner {
        max-width: 100%; } }
    .feature .inner ul {
      width: 33.3%; }
      @media (max-width: 768px) {
        .feature .inner ul {
          width: 100%; } }
      .feature .inner ul li {
        padding: 85px;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
        background-image: url("../img/icon_01.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 29px 29px; }
        @media (max-width: 768px) {
          .feature .inner ul li {
            padding: 10%;
            background-size: 20px 20px; } }
        .feature .inner ul li img {
          height: 72px;
          width: auto; }
          @media (max-width: 768px) {
            .feature .inner ul li img {
              height: 42px; } }
        .feature .inner ul li h3 {
          margin-top: 5px; }
        .feature .inner ul li .sub02 {
          color: #B40019; }
        .feature .inner ul li p {
          text-align: left;
          font-size: 14px;
          margin-top: 5px; }
      .feature .inner ul li.gray {
        background-color: #F5F5F5; }
    .feature .inner ul.f_02 {
      margin-top: 60px; }
      @media (max-width: 768px) {
        .feature .inner ul.f_02 {
          display: none; } }
    .feature .inner ul.f_03 {
      margin-top: 120px; }
      @media (max-width: 768px) {
        .feature .inner ul.f_03 {
          display: none; } }

.menu {
  margin: -70px 0 0 0; }
  @media (max-width: 768px) {
    .menu {
      margin: 40px 0 0 0; } }
  .menu .big {
    position: static;
    color: #f5f5f5;
    text-align: center; }
  .menu h2 {
    text-align: center;
    margin-top: -60px; }
    @media (max-width: 768px) {
      .menu h2 {
        margin-top: -25px; } }
  .menu h2::after {
    content: "Ad MENU";
    display: block;
    color: #B40019;
    margin-bottom: 20px; }
  .menu ul {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .menu ul {
        width: 90%;
        flex-direction: column; } }
    .menu ul li {
      width: 50%;
      text-align: center;
      padding: 25px 90px;
      border-left: 1px solid #ddd;
      margin-top: 60px; }
      @media (max-width: 768px) {
        .menu ul li {
          width: 100%;
          padding: 7% 5% 3% 5%;
          border-left: none;
          border-top: 1px solid #eee;
          margin-top: 10px; } }
      .menu ul li h3 {
        margin-bottom: 25px; }
        @media (max-width: 768px) {
          .menu ul li h3 {
            margin-bottom: 15px; } }
      .menu ul li img {
        height: 60px;
        width: auto;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .menu ul li img {
            height: 45px;
            margin-bottom: 5px; } }
      .menu ul li p {
        text-align: left;
        font-size: 14px; }
    .menu ul li:nth-child(even) {
      border-right: 1px solid #ddd; }
      @media (max-width: 768px) {
        .menu ul li:nth-child(even) {
          border-right: none; } }

.strong {
  margin-top: 150px;
  background-image: url("../img/bg_red.gif");
  padding: 320px 100px 110px 100px;
  position: relative; }
  @media (max-width: 768px) {
    .strong {
      margin-top: 30px;
      padding: 130px 8% 30px 8%; } }
  .strong .big {
    color: rgba(0, 0, 0, 0.1);
    right: auto;
    left: 0; }
  .strong h2 {
    position: absolute;
    top: 130px;
    left: 300px;
    color: #fff; }
    @media (max-width: 768px) {
      .strong h2 {
        top: 70px;
        left: 30px; } }
  .strong h2::after {
    content: "STRONG POINT";
    display: block;
    color: #fff; }
  .strong .inner {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .strong .inner {
        max-width: 100%; } }
    .strong .inner ul {
      width: 33.3%; }
      @media (max-width: 768px) {
        .strong .inner ul {
          width: 100%; } }
      .strong .inner ul li {
        color: #fff;
        padding: 100px 35px 13px 35px;
        background-color: #C7002B;
        text-align: center;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
        background-image: url("../img/icon_02.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 29px 29px; }
        @media (max-width: 768px) {
          .strong .inner ul li {
            padding: 10% 5% 2% 5%;
            background-size: 20px 20px; } }
        .strong .inner ul li h3 {
          margin-bottom: 10px; }
          @media (max-width: 768px) {
            .strong .inner ul li h3 {
              margin-bottom: 5px; } }
        .strong .inner ul li p.txt {
          font-size: 14px;
          margin-bottom: 25px; }
          @media (max-width: 768px) {
            .strong .inner ul li p.txt {
              margin-bottom: 15px;
              font-size: 12px; } }
        .strong .inner ul li img {
          height: 105px;
          width: auto; }
          @media (max-width: 768px) {
            .strong .inner ul li img {
              height: 75px; } }
        .strong .inner ul li p.bottom {
          margin-top: 60px;
          width: 100%;
          color: rgba(0, 0, 0, 0.2);
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          padding-top: 10px; }
          @media (max-width: 768px) {
            .strong .inner ul li p.bottom {
              margin-top: 30px;
              padding-top: 5px; } }
      .strong .inner ul li.red02 {
        background-color: #D40000; }
    .strong .inner ul.f_02 {
      margin-top: -60px; }
      @media (max-width: 768px) {
        .strong .inner ul.f_02 {
          display: none; } }
    .strong .inner ul.f_03 {
      margin-top: -120px; }
      @media (max-width: 768px) {
        .strong .inner ul.f_03 {
          display: none; } }

.flow {
  padding: 160px;
  background-image: url("../img/bg_gray.gif");
  position: relative; }
  @media (max-width: 768px) {
    .flow {
      padding: 60px 5%; } }
  .flow .big {
    top: 40px;
    color: rgba(0, 0, 0, 0.05); }
  .flow .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .flow .inner {
        width: 90%; } }
    .flow .inner h2 {
      margin-left: 130px;
      padding-top: 65px; }
      @media (max-width: 768px) {
        .flow .inner h2 {
          margin-left: 10%;
          padding-top: 10px; } }
    .flow .inner .sub::after {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      width: 700px; }
      @media (max-width: 768px) {
        .flow .inner .sub::after {
          width: 500px;
          position: absolute;
          margin-left: 8em; } }
    .flow .inner ul {
      margin-left: 190px; }
      @media (max-width: 768px) {
        .flow .inner ul {
          margin-left: 10%; } }
      .flow .inner ul li {
        width: 700px;
        margin-top: 65px;
        position: relative; }
        @media (max-width: 768px) {
          .flow .inner ul li {
            width: 100%;
            margin-top: 35px; } }
        .flow .inner ul li span {
          font-size: 80px;
          color: #fff;
          font-weight: 900;
          position: absolute;
          top: -65px;
          left: -60px; }
          @media (max-width: 768px) {
            .flow .inner ul li span {
              font-size: 50px;
              top: -35px;
              left: -20px; } }
        .flow .inner ul li h4 {
          font-size: 22px;
          font-weight: 900;
          position: relative; }
          @media (max-width: 768px) {
            .flow .inner ul li h4 {
              font-size: 16px; } }
        @media (max-width: 768px) {
          .flow .inner ul li p {
            font-size: 14px; } }

.company {
  padding: 150px;
  background-image: url("../img/bg_black.gif");
  color: #fff;
  font-size: 18px; }
  @media (max-width: 768px) {
    .company {
      padding: 10% 5% 5% 5%;
      background-image: url("../img/bg_black_sp.gif"); } }
  .company table {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .company table {
        width: 100%; } }
    .company table th {
      font-size: 24px;
      font-weight: 900;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media (max-width: 768px) {
        .company table th {
          font-size: 20px; } }
    .company table td {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 25px; }
      .company table td a {
        text-decoration: underline; }
      @media (max-width: 768px) {
        .company table td {
          padding: 5% 0 5% 2%;
          font-size: 14px; } }
    .company table td:nth-of-type(1) {
      text-align: center; }
      @media (max-width: 768px) {
        .company table td:nth-of-type(1) {
          text-align: left; } }

.nav_bottom {
  width: 100%;
  background-image: url("../img/bg_red.gif"); }
  .nav_bottom .nav ul li:first-child {
    border-left: solid 1px rgba(255, 255, 255, 0.3); }
  .nav_bottom .nav ul li:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.3); }
  @media (max-width: 768px) {
    .nav_bottom {
      display: none; } }

.footer {
  background-image: url("../img/bg_black.gif");
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
  padding: 20px; }
  @media (max-width: 768px) {
    .footer {
      flex-direction: column;
      font-size: 10px;
      padding-bottom: 80px;
      background-image: url("../img/bg_black_sp.gif"); } }
  .footer a {
    text-decoration: underline; }
  .footer p.right {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
    @media (max-width: 768px) {
      .footer p.right {
        margin-top: 10px; } }

.contents {
  background-image: url("../img/bg_gray.gif");
  padding: 150px 0; }
  @media (max-width: 768px) {
    .contents {
      padding: 65px 0 30px;
      font-size: 14px; } }
  .contents .inner {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 100px; }
    @media (max-width: 768px) {
      .contents .inner {
        width: 90%;
        padding: 7%; } }
    .contents .inner a {
      text-decoration: underline; }
    .contents .inner p.back {
      margin-top: 60px;
      padding: 20px 0;
      text-align: center;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
      @media (max-width: 768px) {
        .contents .inner p.back {
          margin-top: 40px;
          font-size: 14px; } }

.policy h2::after {
  content: "PRIVACY POLICY";
  display: block;
  color: #B40019; }
.policy p {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
.policy ol li {
  margin: 40px 0 20px 0; }
  @media (max-width: 768px) {
    .policy ol li {
      margin: 20px 0 20px 0; } }
  .policy ol li h4 {
    font-weight: 900; }
.policy ul.mokuteki {
  margin: 40px 0 0 20px; }
  .policy ul.mokuteki li {
    margin-top: -20px;
    list-style: disc; }

.toiawase h2 {
  text-align: center; }
.toiawase h2::after {
  content: "INQUIRY";
  display: block;
  color: #B40019; }
.toiawase p.hissu {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #eee;
  text-align: right;
  font-size: 14px; }
.toiawase table {
  width: 100%; }
  .toiawase table tr {
    border-bottom: 1px solid #eee; }
    @media (max-width: 768px) {
      .toiawase table tr {
        display: flex;
        flex-direction: column; } }
    .toiawase table tr td {
      padding: 20px;
      vertical-align: middle; }
      @media (max-width: 768px) {
        .toiawase table tr td {
          padding: 15px 10px; } }
      .toiawase table tr td .radio {
        border: 1px solid #ddd;
        width: 14px;
        height: 14px; }
      .toiawase table tr td .txt {
        border: 1px solid #ddd;
        width: 100%;
        height: 30px; }
      .toiawase table tr td .txtarea {
        border: 1px solid #ddd;
        width: 100%;
        height: 90px; }
      @media (max-width: 768px) {
        .toiawase table tr td span.mwform-checkbox-field {
          display: block; } }
    .toiawase table tr td.bt {
      text-align: center;
      padding-top: 40px; }
      .toiawase table tr td.bt button {
        background-color: #B40019;
        padding: 15px 80px;
        color: #fff;
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
        font-size: 16px;
        border: none;
        cursor: pointer; }
      .toiawase table tr td.bt button:hover {
        opacity: 0.5; }
    .toiawase table tr td:nth-of-type(1) {
      font-weight: 900;
      width: 30%; }
      @media (max-width: 768px) {
        .toiawase table tr td:nth-of-type(1) {
          width: 100%;
          padding-bottom: 3px; } }
    .toiawase table tr td:nth-of-type(2) {
      width: 70%; }
      @media (max-width: 768px) {
        .toiawase table tr td:nth-of-type(2) {
          width: 100%;
          padding-top: 0px; } }
  .toiawase table tr:last-child {
    border-bottom: none; }
.toiawase div.thanks {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee; }
