@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

ul,
ol {
  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;
}

/* ===================================================
   base
==================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, '游ゴシック', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
  color: #304660;
  background: #fff;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 85px;
  }
}

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

a:hover {
  text-decoration: none;
}

textarea,
input,
select {
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea::-ms-expand,
input::-ms-expand,
select::-ms-expand {
  display: none;
}

.u-number {
  font-family: 'Lato', sans-serif;
}

.u-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-bg--blue {
  background-color: #0068ad;
}

@media print, screen and (min-width: 769px) {
  .u-use--sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .u-use--pc {
    display: none;
  }
}

/* ===========================================
	header
=========================================== */
.l-header {
  padding: 20px 0;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    padding: 30px 10px 10px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .l-header__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-header__inner {
    width: 100%;
    padding: 0;
  }
}

/* ===========================================
	main
=========================================== */
/* ===========================================
	footer
=========================================== */
.l-footer {
  padding: 35px 0;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 20px;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ===========================================
  logo
=========================================== */
.p-logo {
  width: 303px;
}

@media only screen and (max-width: 768px) {
  .p-logo {
    width: 150px;
  }
}

.p-logo__img {
  width: 100%;
}

.p-logo__txt {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  font-size: 1.0rem;
  top: 10px;
  left: 10px;
}

@media print, screen and (min-width: 769px) {
  .p-logo__txt {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .p-logo--footer {
    width: 262px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .p-logo--footer {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.p-logo--footer__img {
  width: 100%;
}

/* ===========================================
	gnav
=========================================== */
@media print, screen and (min-width: 769px) {
  .p-gnav {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .p-gnav {
    position: absolute;
    top: 85px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #0068ad;
  }
}

.p-gnav__button {
  width: 50px;
  cursor: pointer;
  border: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media print, screen and (min-width: 769px) {
  .p-gnav__button {
    display: none;
  }
}

.p-gnav__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-gnav__list {
    display: none;
  }
}

.p-gnav__item {
  border-bottom: 1px solid #45a0e8;
}

.p-gnav__link {
  font-size: 1.6rem;
  display: block;
  padding: 20px;
  color: #fff;
  background: url(../images/icon_arrow_gnav.svg) no-repeat right 10px center;
  background-size: 10px 20px;
}

/* ===========================================
	hinfo
=========================================== */
.p-hinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-hinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-hinfo__inner {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .p-hinfo__inner {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    border-bottom: 1px solid #45a0e8;
  }
}

.p-hinfo__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-hinfo__txt {
    display: none;
  }
}

.p-hinfo__tell {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #0068ad;
}

@media only screen and (max-width: 768px) {
  .p-hinfo__tell {
    color: #fff;
  }
}

.p-hinfo__time {
  font-family: YuGothic, '游ゴシック', sans-serif;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .p-hinfo__time {
    display: block;
    margin-top: 5px;
  }
}

.p-hinfo__contact {
  width: 200px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .p-hinfo__contact {
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
}

/* ===========================================
	mainvisual
=========================================== */
.p-mainvisual {
  position: relative;
  width: 100%;
  height: 568px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual {
    width: 100%;
    height: 300px;
    margin-bottom: 210px;
  }
}

.p-mainvisual__inner {
  width: 100%;
  height: 100%;
  padding-top: 78px;
  background: url(../images/bg_mainvisual.png) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__inner {
    width: 100%;
    height: 100%;
    background: url(../images/bg_mainvisual_sp.png) no-repeat left bottom;
    background-size: cover;
    padding: 50px 0;
  }
}

.p-mainvisual__hd {
  width: 1200px;
}

@media print, screen and (min-width: 769px) {
  .p-mainvisual__hd {
    width: 1200px;
    margin: 0 auto 50px;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__hd {
    width: 100%;
    padding: 0 20px;
  }
}

.p-mainvisual__hd__img {
  width: 807px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-65%) translateX(-50%);
  -webkit-transform: translateY(-65%) translateX(-50%);
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__hd__img {
    width: 90%;
    transform: translateY(-70%) translateX(-50%);
    -webkit-transform: translateY(-70%) translateX(-50%);
  }
}

.p-mainvisual__features {
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 1200px;
  height: auto;
  margin-left: -600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__features {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #e5f0f7;
  }
}

.p-mainvisual__features__item {
  height: auto;
  margin-right: 0;
  background: #fff;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual__features__item {
    margin: 0;
    padding: 10px;
    width: 30%;
  }
}

.p-mainvisual__features__img {
  width: 100%;
}

.p-mainvisual .item__01 {
  width: 30%;
  border: #0068AA solid 1px;
  background: #fff;
}

.p-mainvisual .item__02 {
  width: 40%;
  border-top: #0068AA solid 1px;
  border-bottom: #0068AA solid 1px;
}

.p-mainvisual .item__03 {
  width: 30%;
  border: #0068AA solid 1px;
}

.p-mainvisual .features__no {
  width: 105px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #0068AA;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual .features__no {
    width: 100%;
    margin: 0 auto;
  }
}

.p-mainvisual .features__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual .features__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mainvisual .features__text {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual .features__text {
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 20px;
  }
}

.p-mainvisual .item__02 .features__text {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual .item__02 .features__text {
    font-size: 1.0em;
  }
}

.p-mainvisual .features__img img {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-mainvisual .features__img img {
    display: none;
  }
}

/* ===========================================
	banner
=========================================== */
.p-banner {
  height: 228px;
  background: #062842;
}

@media only screen and (max-width: 768px) {
  .p-banner {
    height: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .p-banner {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 50px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-banner {
    width: 100%;
    padding: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-banner {
    position: relative;
  }
  .p-banner::after, .p-banner::before {
    position: absolute;
    content: '';
  }
  .p-banner::before {
    z-index: 1;
    top: 0;
    right: 0;
    width: 240px;
    height: 0;
  }
  .p-banner::after {
    z-index: 2;
    right: 0;
    bottom: 0px;
    width: 285px;
    height: 283px;
    background: url(../images/img_banner.png) no-repeat left top;
    background-size: 285px 283px;
  }
}

.p-banner__hd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-banner__hd {
    font-size: 2.4rem;
  }
}

.p-banner__hd__line {
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, rgba(244, 231, 48, 0.8)));
  background: linear-gradient(transparent 80%, rgba(244, 231, 48, 0.8) 0%);
}

.p-banner__label {
  font-family: YuGothic, '游ゴシック', sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  width: 160px;
  margin-left: 24px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #45a0e8;
}

.p-banner__label _:-ms-lang(x)::-ms-backdrop, .p-banner__label {
  padding: 10px 0 2px;
}

@media only screen and (max-width: 768px) {
  .p-banner__label {
    font-size: 1.6rem;
    width: auto;
    padding: 6px 20px;
  }
}

.p-banner__logo__img {
  margin-left: 120px;
  width: 180px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-banner__logo__img {
    display: none;
  }
}

.p-banner__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-banner__txt {
    font-size: 1.6rem;
  }
}

.p-banner__inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-banner__btn {
  margin-right: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .p-banner__btn {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-banner__tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  margin-right: 20px;
  padding-left: 45px;
  color: #fff;
  background: url(../images/icon_tel.png) no-repeat left center;
  background-size: 37px 36px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 768px) {
  .p-banner__tel {
    font-size: 3.6rem;
    margin-right: 0;
    padding-left: 35px;
    background-size: 30px 29px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-banner__time {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-banner__time _:-ms-lang(x)::-ms-backdrop, .p-banner__time {
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 768px) {
  .p-banner__time {
    font-size: 1.6rem;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* ===========================================
	intro
=========================================== */
#section-intro {
  background: #EBEEF0;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  margin: 0 0 60px;
}

#section-intro::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #EBEEF0 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.p-intro__inner {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .p-intro__inner {
    display: block;
    height: auto;
    margin-bottom: 30px;
  }
}

.p-intro__head__item {
  width: 33%;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .p-intro__head__item {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-intro__label {
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: #fff solid 2px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-intro__label {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.p-intro__hd {
  color: #fff;
  font-size: 3rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .p-intro__hd {
    font-size: 1.6rem;
  }
}

.p-intro__list {
  width: 67%;
  background: #fff;
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .p-intro__list {
    width: 100%;
    padding: 20px;
  }
}

.p-intro__list__item {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
}

@media only screen and (max-width: 768px) {
  .p-intro__list__item {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 0px;
  }
}

.p-intro__list__item::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px;
}

@media only screen and (max-width: 768px) {
  .p-intro__list__item::before {
    content: none;
  }
}

.p-intro__list__item--sell::before {
  background-image: url(../images/icon_list_type01.png);
  background-size: 16px 16px;
}

.p-intro__list__item--buy::before {
  background-image: url(../images/icon_list_type02.png);
  background-size: 16px 16px;
}

.sell {
  background: #062842;
}

.buy {
  background: #FFE93F;
}

.buy .intro__label {
  border: #062842 solid 2px;
  color: #062842;
}

.buy .intro__hd {
  color: #062842;
}

/* ===========================================
	plan
=========================================== */
.plan-wrap {
  width: 1200px;
  margin: 150px auto 0;
  background: url(../images/bg_plan.png) no-repeat right top;
  background-size: 400px auto;
}

@media only screen and (max-width: 768px) {
  .plan-wrap {
    width: 100%;
    margin: 100px auto 0;
    padding: 0 20px;
    background: none;
  }
}

.p-plan {
  padding: 50px 0;
/*  background: url(../images/bg_plan.jpg) no-repeat right top; */
  background-size: auto 100%;
}

@media only screen and (max-width: 768px) {
  .p-plan {
    padding: 60px 20px 50px;
    background: none;
  }
}

.p-plan__list {
  margin-bottom: 130px;
}

@media only screen and (max-width: 768px) {
  .p-plan__list {
    margin-bottom: 60px;
  }
}

.p-plan__item {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.0;
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .p-plan__item {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}

.p-plan__item::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../images/icon_list_type01.png) no-repeat left top;
  background-size: 16px;
}

@media only screen and (max-width: 768px) {
  .p-plan__item::before {
    top: 10px;
    width: 16px;
    height: 16px;
    margin-top: 0;
    background-size: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-plan__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-plan__inner {
    width: 100%;
    padding: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-plan__item::before {
    top: 5px;
  }
}

/* ===========================================
	section-message
=========================================== */
#section-message .c-txt--white {
  font-weight: bold;
  text-align: left;
}

/* ===========================================
	information
=========================================== */
#section-information {
  background: #EBEEF0;
}

.p-information__title__wrap {
  padding-top: 100px;
  background: #fff;
  text-align: center;
  position: relative;
}

.p-information__title__wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.p-information__title {
  font-size: 0;
}

.p-information__title__sell {
  display: inline-block;
  width: 265px;
  height: 64px;
  line-height: 64px;
  background: #062842;
  color: #fff;
  font-size: 4.0rem;
}

@media only screen and (max-width: 768px) {
  .p-information__title__sell {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 2.5rem;
  }
}

.p-information__title__buy {
  display: inline-block;
  width: 265px;
  height: 64px;
  line-height: 64px;
  background: #FFE93F;
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .p-information__title__buy {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 2.5rem;
  }
}

.p-information__title__txt {
  display: block;
  font-size: 4.5rem;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .p-information__title__txt {
    font-size: 3.0rem;
    padding-top: 10px;
  }
}

.section-information__inner {
  width: 1130px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .section-information__inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.information-cnt {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 100px 100px 45px 100px;
  margin-bottom: 68px;
}

@media only screen and (max-width: 768px) {
  .information-cnt {
    padding: 30px  20px;
  }
}

.information-cnt__no {
  position: absolute;
  left: 26px;
  top: -20px;
}

.information-cnt__type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #bfc9d2 solid 1px;
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .information-cnt__type {
    font-size: 1.8rem;
  }
}

.information-cnt__type dt {
  color: #7e91a2;
  padding-right: 40px;
}

.information-cnt__type dd {
  color: #2b4663;
}

.information-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .information-item__inner {
    display: block;
  }
}

.information-item__buy {
  width: 372px;
}

@media only screen and (max-width: 768px) {
  .information-item__buy {
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .information-item__buy::before {
    content: '';
    width: 99px;
    height: 22px;
    background: url(../images/icon_information_arrow_sp.png) no-repeat;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.information-item__sell {
  position: relative;
  width: 372px;
}

@media only screen and (max-width: 768px) {
  .information-item__sell {
    width: 100%;
    padding-bottom: 60px;
  }
}

.information-item__sell::after {
  content: '';
  width: 82px;
  height: 34px;
  background: url(../images/icon_information_arrow.png);
  position: absolute;
  top: 15%;
  right: -135px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .information-item__sell::after {
    content: none;
  }
}

.p-information__txt {
  background: #ecf0f3;
  width: 100%;
  height: 63px;
  padding: 15px 0 15px 15px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 33px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-information__txt {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    font-size: 1.5rem;
  }
}

.p-information__txt dt {
  padding: 0 10px;
  background: #002744;
  color: #fff;
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .p-information__txt dt {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.p-information__txt dd {
  margin-right: 70px;
}

@media only screen and (max-width: 768px) {
  .p-information__txt dd {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.information__btn {
  text-align: center;
}

.c-button--information {
  position: relative;
  font-size: 2.2rem;
  width: 100%;
  max-width: 330px;
  height: 68px;
  line-height: 68px;
  color: #304660;
  background-color: #FFE93F !important;
  -webkit-box-shadow: 0 6px 0 #F1C630;
  box-shadow: 0 6px 0 #F1C630;
  border-radius: 0 !important;
  padding-right: 25px;
}

.c-button--information:after {
  content: '';
  position: absolute;
  left: 223px;
  top: 22px;
  width: 23px;
  height: 21px;
  background: url(../images/icon_information_link.png);
}

/* ===========================================
	flow
=========================================== */
.p-flow__inner {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-flow__item {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-flow__item {
    width: 218px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow__item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-flow__box {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-flow__box {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p-flow__box {
    width: 140px;
  }
}

.p-flow__number {
  font-family: 'Lato', sans-serif;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-flow__number {
    font-size: 2.0rem;
    left: 0;
  }
}

.p-flow__circle {
  width: 218px;
  height: 218px;
  margin-bottom: 30px;
  text-align: center;
  background: url(../images/bg_flow_circle.png) no-repeat left top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-flow__circle {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
  }
}

.p-flow__name {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #0068ad;
}

@media only screen and (max-width: 768px) {
  .p-flow__name {
    font-size: 1.6rem;
  }
}

.p-flow__icon {
  position: relative;
}

.p-flow__icon--01 {
  width: 84px;
  margin-top: 28px;
}

@media only screen and (max-width: 768px) {
  .p-flow__icon--01 {
    width: 50px;
    margin-top: 12px;
  }
}

.p-flow__icon--02 {
  width: 89px;
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  .p-flow__icon--02 {
    width: 55px;
    margin-top: 10px;
  }
}

.p-flow__icon--03 {
  width: 56px;
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  .p-flow__icon--03 {
    width: 30px;
    margin-top: 10px;
  }
}

.p-flow__icon--04 {
  left: 12px;
  width: 86px;
  margin-top: 23px;
}

@media only screen and (max-width: 768px) {
  .p-flow__icon--04 {
    width: 51px;
    margin-top: 10px;
  }
}

.p-flow__icon--05 {
  width: 145px;
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .p-flow__icon--05 {
    width: 80px;
  }
}

.p-flow__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-flow__txt {
    font-size: 1.6rem;
    width: calc(100% - 150px);
    text-align: left;
  }
}

.p-flow__lead--wrap {
  width: 100%;
  min-height: 250px;
  background: url(../images/bg_flow_01.png) left top no-repeat, url(../images/bg_flow_02.png) right top no-repeat;
  background-size: 80px auto;
}
@media only screen and (max-width: 768px) {
.p-flow__lead--wrap {
  background:none;
}
}

.p-flow__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-flow__lead {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-flow__lead__color {
  color: #ffe93f;
}

/* ===========================================
	staff
=========================================== */
.p-staff {
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-staff__lead {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-staff__lead {
    font-size: 1.5em;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.p-staff__hd {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 120px;
  margin: 0 auto 25px;
  padding-bottom: 13px;
  text-align: center;
  color: #0068ad;
  border-bottom: 6px solid #0068ad;
}

@media only screen and (max-width: 768px) {
  .p-staff__hd {
    font-size: 2.6rem;
  }
}

.p-staff__inner {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-staff__inner {
    padding: 0 10px;
    display: block;
  }
}

.staff__titled {
  text-align: center;
  color: #0064b0;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .staff__titled {
    font-size: 2.6rem;
  }
}

.staff__box {
  width: 47.5%;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-left: #016cb4 solid 5px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .staff__box {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }
}

.staff__name {
  color: #1b1b1b;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 50px;
}

@media only screen and (max-width: 768px) {
  .staff__name {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .staff__image img {
    width: auto;
    height: 100px;
  }
}

/* ===========================================
	outline
=========================================== */
@media print, screen and (min-width: 769px) {
  .p-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .p-outline__figure {
    width: 588px;
  }
}

@media only screen and (max-width: 768px) {
  .p-outline__figure {
    margin-bottom: 20px;
  }
}

.p-outline__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-outline__inner {
    width: 547px;
  }
}

.p-outline__table {
  width: 100%;
  border-top: 1px solid #94a0b1;
}

.p-outline__table__th, .p-outline__table__td {
  border-bottom: 1px solid #94a0b1;
  text-align: left;
  vertical-align: top;
  font-size: 2.0rem;
  line-height: 2;
  padding: 28px 0;
}

@media only screen and (max-width: 768px) {
  .p-outline__table__th, .p-outline__table__td {
    font-size: 1.6rem;
    padding: 14px 0;
  }
}

.p-outline__table__th {
  padding-right: 35px;
  white-space: nowrap;
  color: #0068ad;
}

/* ===========================================
	form
=========================================== */
.p-form__table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-form__table__th, .p-form__table__tr, .p-form__table__td {
    display: block;
    width: 100%;
  }
}

.p-form__table__th, .p-form__table__td {
  font-weight: normal;
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}

.p-form__table__th {
  font-size: 2.0rem;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .p-form__table__th {
    padding: 23px 20px 0 0;
  }
  .p-form__table__th--radios {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .p-form__table__th {
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
  .p-form__table__th--empty {
    height: 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .p-form__table__td {
    width: 610px;
  }
}

@media only screen and (max-width: 768px) {
  .p-form__table__td {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

.p-form__required {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  float: right;
  width: 38px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #e13b5a;
}

.p-form__required _:-ms-lang(x)::-ms-backdrop, .p-form__required {
  padding: 6px 0 1px;
}

.p-form__pref {
  position: relative;
  display: block;
  width: 250px;
  height: 52px;
}

@media only screen and (max-width: 768px) {
  .p-form__pref {
    width: 100%;
    height: 48px;
  }
}

.p-form__pref::before, .p-form__pref::after {
  position: absolute;
  content: '';
}

.p-form__pref::before {
  z-index: 2;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  pointer-events: none;
  border-radius: 0 3px 3px 0;
  background: #0068ad url(../images/icon_arrow_bottom.svg) no-repeat center center;
  background-size: 14px 10px;
}

@media only screen and (max-width: 768px) {
  .p-form__pref::before {
    width: 48px;
    height: 48px;
  }
}

.p-form__pref::after {
  z-index: 3;
  width: 14px;
  height: 10px;
}

.p-form__pref__select {
  font-size: 1.9rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  color: #929292;
  border: 1px solid #c2c9d1;
  border-radius: 3px;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .p-form__pref__select {
    font-size: 1.6rem;
  }
}

.p-form__radios {
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-form__radios {
    padding: 0;
  }
}

.p-form__radios__input {
  display: none;
}

.p-form__radios__input:checked + .p-form__radios__circle::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background-color: #0068ad;
}

.p-form__radios__circle {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #364d67;
  border-radius: 50%;
  background-color: #fff;
}

.p-form__radios__circle _:-ms-lang(x)::-ms-backdrop, .p-form__radios__circle {
  margin-top: -10px;
}

.p-form__radios__txt _:-ms-lang(x)::-ms-backdrop, .p-form__radios__txt {
  position: relative;
  top: 3px;
}

.p-form__label {
  font-size: 1.8rem;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .p-form__label:not(:last-child) {
    margin: 0 60px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-form__label {
    font-size: 1.6rem;
  }
  .p-form__label:not(:last-child) {
    margin: 0 18px 0 0;
  }
}

.p-form__input, .p-form__textarea {
  font-size: 2.0rem;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #c2c9d1;
  border-radius: 3px;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .p-form__input, .p-form__textarea {
    font-size: 1.6rem;
  }
}

.p-form__input {
  height: 52px;
}

@media only screen and (max-width: 768px) {
  .p-form__input {
    font: 48px;
  }
}

.p-form__textarea {
  height: 212px;
}

@media only screen and (max-width: 768px) {
  .p-form__textarea {
    height: 140px;
  }
}

.p-form__agree {
  padding: 34px 0 0 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .p-form__agree {
    padding: 0;
  }
}

.p-form__agree__input {
  display: none;
}

.p-form__agree__input:checked + .p-form__agree__checkbox::before {
  content: '';
  border-color: #0068ad;
  border-style: solid;
  border-right: 1px;
  border-bottom: 1px;
  position: absolute;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-form__agree__checkbox {
  position: relative;
  top: 1px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 25px;
  border: 1px solid #364d67;
  border-radius: 4px;
  background-color: #fff;
}

.p-form__agree__checkbox _:-ms-lang(x)::-ms-backdrop, .p-form__agree__checkbox {
  top: -4px;
}

@media only screen and (max-width: 768px) {
  .p-form__agree__checkbox {
    top: 0;
    margin-right: 10px;
  }
}

.p-form__agree__txt {
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .p-form__agree__txt {
    font-size: 1.6rem;
  }
}

.p-form__agree__txt .p-form__required {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .p-form__agree__txt .p-form__required {
    margin-left: 10px;
  }
}

.p-form__agree__txt .p-form__required _:-ms-lang(x)::-ms-backdrop, .p-form__agree__txt .p-form__required {
  top: -4px;
  position: relative;
}

.p-form__agree__link {
  color: #0068ad;
}

.p-form__button {
  padding-top: 32px;
  text-align: center;
}

/* ===========================================
	fnav
=========================================== */
.p-fnav {
  display: block; /* 横並びを解除して縦並びに */
  text-align: left; /* 左揃え */
}

@media print, screen and (min-width: 769px) {
  .p-fnav {
    margin-right: 65px;
    margin-bottom: 20px; /* コピーライトとの間隔 */
  }
}

@media only screen and (max-width: 768px) {
  .p-fnav {
    margin-bottom: 30px;
    padding: 0 20px; /* スマホ時の横余白 */
  }
}

.p-fnav__item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8; /* 行間をゆったりさせる */
  margin-bottom: 12px; /* 項目ごとの間隔 */
  border: none !important; /* 全ての線の設定を解除 */
  padding: 0 !important; /* 余計なパディングをリセット */
}

/* ===========================================
	copyright
=========================================== */
.p-copyright {
  font-size: 1.5rem;
  font-family: Arial;
  display: block;
  text-align: center; /* 中央揃え */
  width: 100%;
  border-top: 1px solid #eee; /* メニューとの区切り線 */
  padding-top: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .p-copyright {
    display: block;
  }
}

/* ===========================================
	backtop
=========================================== */
.p-backtop {
  position: fixed;
  right: 20px;
  bottom: 125px;
  width: 45px;
  height: 45px;
}

@media only screen and (max-width: 768px) {
  .p-backtop {
    bottom: 150px;
  }
}

.p-backtop:hover .p-backtop__img {
  opacity: .7;
}

.p-backtop__img {
  width: 100%;
}

/* ===========================================
	section
=========================================== */
@media only screen and (max-width: 768px) {
  .c-section {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-section {
    padding: 50px 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-section__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-section__inner {
    width: 100%;
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .c-section--intro__inner {
    width: 1238px;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-section--intro__inner {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-section--plan {
    padding: 0;
  }
}

.c-section--information {
  padding: 0 0 110px;
}

.c-section--information__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .c-section--information__inner {
    padding: 100px 20px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-section--information {
    padding: 20px;
  }
}

.c-section--flow {
  padding: 110px 0;
  background-color: #0068ad;
}

@media only screen and (max-width: 768px) {
  .c-section--flow {
    padding: 50px 20px;
  }
}

.c-section--about {
  padding: 110px 0;
  background: url(../images/bg_about.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .c-section--about {
    padding: 50px 20px;
  }
}

.c-section--outline {
  padding: 110px 0;
}

@media only screen and (max-width: 768px) {
  .c-section--outline {
    padding: 50px 20px;
  }
}

.c-section--message {
  padding: 140px 0 155px;
  background: url(../images/bg_message.jpg) no-repeat center top;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #5C7A8B inset;
          box-shadow: 3px 3px 6px #5C7A8B inset;
}

@media only screen and (max-width: 768px) {
  .c-section--message {
    padding: 70px 20px;
  }
}

.c-section--message__inner {
  position: relative;
  padding-top: 100px;
}

.c-section--message__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 58px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_mark.png) no-repeat center center;
  background-size: 90px 58px;
}

@media only screen and (max-width: 768px) {
  .c-section--message__inner::before {
    width: 70px;
    height: 55px;
    background-size: 100% auto;
  }
}

.c-section--form {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .c-section--form {
    padding: 50px 20px;
  }
}

.c-section--form__inner {
  padding: 80px 160px;
  border: 1px solid #94a0b1;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-section--form__inner {
    padding: 20px;
  }
}

/* ===========================================
	aside
=========================================== */
.c-aside {
  padding: 90px 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-aside {
    padding: 20px 10px;
  }
}

/* ===========================================
	title
=========================================== */
.c-title {
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.c-title--type01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .c-title--type01 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}

.c-title--type01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/bg_intro_title_01.png) left top no-repeat;
}

.c-title--type01:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/bg_intro_title_02.png) right bottom no-repeat;
}

.c-title--type02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  text-align: left;
  color: #304660;
  line-height: 1.6;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: #304660 solid 1px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .c-title--type02 {
    font-size: 2.3rem;
    text-align: center;
    display: block;
    padding: 0 20px;
  }
}

.c-title--type02__line {
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, rgba(244, 231, 48, 0.8)));
  background: linear-gradient(transparent 80%, rgba(244, 231, 48, 0.8) 0%);
}

.c-title--type03 {
  font-size: 5.0rem;
  line-height: 1;
  margin: 0 auto 65px;
  padding-bottom: 20px;
  border-bottom: 6px solid #0068ad;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-title--type03 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}

.c-title--type03__wrap {
  text-align: center;
}

.c-title--type03__sell, .c-title--type03__buy {
  margin-right: 30px;
  padding: 7px;
  color: #fff;
}

.c-title--type03__sell _:-ms-lang(x)::-ms-backdrop, .c-title--type03__sell, .c-title--type03__buy _:-ms-lang(x)::-ms-backdrop, .c-title--type03__buy {
  padding: 13px 7px 1px;
}

@media only screen and (max-width: 768px) {
  .c-title--type03__sell, .c-title--type03__buy {
    margin-right: 10px;
    padding: 5px;
  }
}

.c-title--type03__sell {
  background-color: #ed9101;
}

.c-title--type03__buy {
  background-color: #0068ad;
}

.c-title--type04 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-title--type04 {
    margin-bottom: 20px;
  }
}

.c-title--type04__icon {
  width: 145px;
  height: 145px;
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .c-title--type04__icon {
    width: 75px;
    height: 75px;
    margin-right: 10px;
  }
}

.c-title--type04__hope {
  font-size: 3.5rem;
  margin-right: 30px;
  padding: 9px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-title--type04__hope {
    font-size: 1.8rem;
    margin-right: 10px;
    padding: 5px;
  }
}

.c-title--type04__hope--sell {
  background-color: #ed9101;
}

.c-title--type04__hope--buy {
  background-color: #0068ad;
}

.c-title--type04__txt {
  font-size: 3.8rem;
  padding: 5px 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

@media only screen and (max-width: 768px) {
  .c-title--type04__txt {
    font-size: 2.0rem;
    padding: 2px 10px;
  }
}

.c-title--type04__txt--sell {
  color: #ed9101;
}

.c-title--type04__txt--buy {
  color: #0068ad;
}

.c-title--type05 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 65px;
  padding: 28px 0;
  color: #fff;
  background-color: #0068ad;
}

@media only screen and (max-width: 768px) {
  .c-title--type05 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    padding: 14px 0;
  }
}

.c-title--type06 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .c-title--type06 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

.c-title--type06__inner {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 4.5rem;
}

@media only screen and (max-width: 768px) {
  .c-title--type06__inner {
    font-size: 2.5rem;
  }
}

.c-title--type07 {
  font-size: 4.6rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 75px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-title--type07 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    padding-bottom: 65px;
  }
}

.c-title--type07::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 58px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_mark.png) no-repeat center center;
  background-size: 90px 58px;
}

@media only screen and (max-width: 768px) {
  .c-title--type07::before {
    width: 70px;
    height: 55px;
    background-size: 100% auto;
  }
}

.c-title--type08 {
  font-size: 4.6rem;
  color: #0068ad;
}

@media only screen and (max-width: 768px) {
  .c-title--type08 {
    font-size: 2.2rem;
  }
}

.c-title--white {
  color: #fff;
}

.c-title--white__inner {
  border-color: #fff;
}

/* ===========================================
	lead
=========================================== */
.c-lead {
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .c-lead {
    font-size: 2.8rem;
  }
  .c-lead:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .c-lead {
    font-size: 2.0rem;
  }
  .c-lead:not(:last-child) {
    margin-bottom: 50px;
  }
}

.c-lead--white {
  color: #fff;
}

.c-lead--information {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-lead--information {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

/* ===========================================
	txt
=========================================== */
.c-txt {
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .c-txt {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.8rem;
  }
}

.c-txt--white {
  color: #fff;
}

/* ===========================================
	button
=========================================== */
.c-button {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-button::-ms-expand {
  display: none;
}

.c-button:not(input):not(button) {
  display: inline-block;
}

.c-button:hover {
  opacity: 0.7;
}

.c-button:active {
  top: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-button--contact {
  font-size: 2.2rem;
  width: 100%;
  max-width: 200px;
  height: 62px;
  padding-top: 20px;
  color: #304660;
  background-color: #FFE93F !important;
  -webkit-box-shadow: 0 6px 0 #F1C630;
          box-shadow: 0 6px 0 #F1C630;
  border-radius: 0 !important;
}

.c-button--contact _:-ms-lang(x)::-ms-backdrop, .c-button--contact {
  padding-top: 24px;
}

.c-button--primary {
  font-size: 2.4rem;
  width: 100%;
  max-width: 290px;
  height: 62px;
  color: #304660;
  border-radius: 0px;
  background-color: #FFE93F !important;
  -webkit-box-shadow: 0 6px 0 #F1C630;
          box-shadow: 0 6px 0 #F1C630;
}

.c-button--primary _:-ms-lang(x)::-ms-backdrop, .c-button--primary {
  padding-top: 0px;
}

.c-button--primary _:-ms-lang(x)::-ms-backdrop:active, .c-button--primary:active {
  top: 6px;
  box-shadow: none;
}

.c-button--primary _:-ms-lang(x)::-ms-backdrop:hover, .c-button--primary:hover {
  opacity: 0.7;
}

.c-button--secondary {
  font-size: 1.5rem;
  width: 140px;
  height: 48px;
  padding: 15px 0;
  color: #fff !important;
  background-color: #ed9101 !important;
  -webkit-box-shadow: 0 6px 0 #e47100;
          box-shadow: 0 6px 0 #e47100;
}

.c-button--banner {
  font-size: 2.4rem;
  width: 220px;
  height: 58px;
  padding-top: 16px;
  color: #304660;
  background-color: #FFE93F !important;
  border-radius: 0;
}

.c-button--banner _:-ms-lang(x)::-ms-backdrop, .c-button--banner {
  padding-top: 22px;
}

.c-button--banner:hover {
  opacity: 0.7;
}

.c-button--banner:active {
  top: 0px;
}

@media only screen and (max-width: 768px) {
  .c-button--banner {
    margin: 0 auto;
  }
}

/* ===========================================
	table
=========================================== */
.c-table {
  width: 100%;
}

.c-table__th, .c-table__td {
  padding-bottom: 15px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.c-table__th {
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
  width: 30%;
  color: #95a3ae;
}

@media only screen and (max-width: 768px) {
  .c-table__th {
    font-size: 1.8rem;
  }
}

.c-table__th.top {
  padding-top: 40px;
}

.c-table__th__sell {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #062842;
  color: #fff;
  font-size: 2.4rem;
}

.c-table__th__buy {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #FFE93F;
  color: #fff;
  font-size: 2.4rem;
}

.c-table__td {
  font-size: 2.0rem;
  text-align: left;
  width: 70%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-table__td {
    font-size: 1.8rem;
  }
}

.c-table__td.top {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .c-table__thead .c-table__th {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-table__tbody .c-table__th {
    width: 130px;
  }
}
/*# sourceMappingURL=style.css.map */

/* ===========================================
	Medi&A LP フッター最終調整
=========================================== */
/* 1. フッター内の横並びを強制解除して縦並びにする */
.l-footer .l-footer__inner {
  display: block !important; 
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

/* 2. ロゴの下に余白を作る */
.l-footer .p-logo--footer {
  display: block !important;
  margin: 0 0 30px 0 !important;
  width: 200px !important;
}

/* 3. メニュー（個人情報保護方針など）の縦並びと行間調整 */
.l-footer .p-fnav {
  display: block !important;
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
}

.l-footer .p-fnav__item {
  display: block !important;
  border: none !important; /* 縦線を消す */
  padding: 0 !important;
  margin: 0 0 15px 0 !important; /* 行間（下の余白） */
  font-size: 1.5rem !important;
}

/* 4. 頑固な「縦線」を完全に消去 */
.l-footer .p-fnav__item::after {
  display: none !important;
}

/* 5. コピーライトを一番下で中央揃えにする */
.l-footer .p-copyright {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  border-top: 1px solid #eee !important;
  padding-top: 25px !important;
  margin-top: 30px !important;
  color: #888 !important;
}