@charset "UTF-8";
.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.delay-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.delay-20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.delay-21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay-22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.delay-23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.delay-24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay-25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.delay-26 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.delay-27 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.delay-28 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.delay-29 {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.delay-30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

span.ib {
  display: inline-block;
}

/*-----------------reset--------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 1920px;
  }
}

.inner {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 86vw;
  }
}

@media only screen and (min-width: 768px) {
  .inner {
    width: 890px;
  }
}

.js-fadein {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-fadein.js-scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

strong {
  font-weight: bold;
}

html.lock {
  overflow: hidden;
  height: 100%;
}

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

.lock body {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

.footer {
  border-top: 2px solid #000;
  background-color: #FFF5DC;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .footer_links_item:nth-child(1) {
    margin-left: 5vw;
  }
}

@media only screen and (min-width: 768px) {
  .footer_links_item:nth-child(1) {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_links_item:nth-child(2) {
    margin-left: 3vw;
  }
}

@media only screen and (min-width: 768px) {
  .footer_links_item:nth-child(2) {
    margin-left: 110px;
  }
}

.footer_links_item li {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .footer_links_item li {
    font-size: 10px;
    -webkit-transform: scale(70%);
            transform: scale(70%);
    margin-bottom: 0.7em;
  }
}

@media only screen and (min-width: 768px) {
  .footer_links_item li {
    font-size: 12px;
    margin-bottom: 1em;
  }
}

.footer_totop {
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .footer_totop {
    padding: 10vw 0 15vw;
    font-size: 120%;
  }
}

@media only screen and (min-width: 768px) {
  .footer_totop {
    padding: 120px 0;
    font-size: 160%;
  }
}

.footer p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer p {
    font-size: 8px;
    -webkit-transform: scale(60%);
            transform: scale(60%);
    white-space: nowrap;
    margin-top: 6.67vw;
  }
}

@media only screen and (min-width: 768px) {
  .footer p {
    font-size: 10px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    padding: 3vw;
  }
  .logo img {
    width: 30vw;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    padding: 40px;
  }
  .logo a {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .logo a:hover {
    opacity: 0.7;
  }
}

.top_header_mv {
  position: relative;
  background-color: #FFF5DC;
}

@media only screen and (max-width: 768px) {
  .top_header_mv {
    padding-bottom: 26vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_header_mv {
    padding-bottom: 5.5vw;
  }
}

.top_header_mv_inner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top_header_mv_inner {
    width: 88.73vw;
    height: 83.5vw;
    background-image: url(../img/top-mv-bg-sp@2x.png);
  }
}

@media only screen and (min-width: 768px) {
  .top_header_mv_inner {
    width: 71vw;
    height: 42.58vw;
    background-image: url(../img/top-mv-bg-pc@2x.png);
  }
}

.top_header_mv_txt {
  position: absolute;
  left: 12.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .top_header_mv_txt {
    width: 69vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_header_mv_txt {
    width: 37.3vw;
  }
}

.top_header_mv_img {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .top_header_mv_img {
    right: 12vw;
    width: 73vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_header_mv_img {
    right: 5.5vw;
    width: 37.5vw;
  }
}

.top_lead {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_lead {
    padding-bottom: 7vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_lead {
    padding-bottom: 73.5px;
  }
}

.top_lead_wrap {
  background-color: #FFF5DC;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top_lead_wrap {
    padding: 18vw 0;
  }
}

@media only screen and (min-width: 768px) {
  .top_lead_wrap {
    padding: 90px 0;
  }
}

.top_lead_wrap::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ibg-triangle@2x.png);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}

@media only screen and (max-width: 768px) {
  .top_lead_wrap::after {
    width: 7.8vw;
    height: 7vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_lead_wrap::after {
    width: 87px;
    height: 73.5px;
  }
}

@media only screen and (max-width: 768px) {
  .top_lead img {
    margin: 0 auto;
    width: 76vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_lead img {
    margin: 0 auto;
    width: 628px;
  }
}

.top_lead p {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .top_lead p {
    margin-top: 7.5vw;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .top_lead p {
    margin-top: 35px;
  }
}

.top_links {
  background-color: #fff;
}

.top_links_wrap {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .top_links_wrap {
    margin-top: -7vw;
    padding-top: 23vw;
    padding-bottom: 10.7vw;
    background-image: url(../img/top-bg-sp@2x.png);
  }
}

@media only screen and (min-width: 768px) {
  .top_links_wrap {
    margin-top: -73.5px;
    padding-top: 140px;
    padding-bottom: 80px;
    background-image: url(../img/top-bg-02-pc@2x.png);
  }
}

.top_links_content_links {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .top_links_content_links {
    margin-bottom: 17.3vw;
  }
}

@media only screen and (min-width: 768px) {
  .top_links_content_links {
    margin-bottom: 135px;
  }
}

@media only screen and (max-width: 768px) {
  .top_links_content_links li {
    width: 84vw;
  }
  .top_links_content_links li:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .top_links_content_links li:nth-child(2) {
    margin: 8vw 0 0 auto;
  }
  .top_links_content_links li:nth-child(3) {
    margin: 8vw auto 0 0;
  }
  .top_links_content_links li:nth-child(4) {
    margin: 8vw 0 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .top_links_content_links li {
    width: 70vw;
  }
  .top_links_content_links li:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .top_links_content_links li:nth-child(2) {
    margin: 55px 0 0 auto;
  }
  .top_links_content_links li:nth-child(3) {
    margin: 55px auto 0 0;
  }
  .top_links_content_links li:nth-child(4) {
    margin: 55px 0 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .top_links_content_inq {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.top_links_content_inq li {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .top_links_content_inq li {
    width: 74vw;
    margin: 0 auto;
  }
  .top_links_content_inq li:nth-child(2),
  .top_links_content_inq li:nth-child(3) {
    margin-top: 5.3vw;
  }
}

.top_links_content_inq li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top_links_content_inq li a {
    width: 100%;
    height: 20vw;
  }
  .top_links_content_inq li a img {
    height: 13vw;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .top_links_content_inq li a {
    width: 100%;
    height: 117px;
  }

  .top_links_content_inq li a img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}


.lower {
  background-image: url(../img/lower-bg.png);
  background-position: top center;
  background-size: cover;
}

.lower_header {
  background-color: #FFF5DC;
  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;
  font-weight: bold;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 768px) {
  .lower_header {
    height: 20vw;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_header {
    height: 178px;
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .lower_block:first-of-type {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block:first-of-type {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lower_block:not(:first-of-type) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lower_block:last-of-type {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block:last-of-type {
    margin-bottom: 50px;
  }
}

.lower_block_inner {
  border: solid #000 3px;
  border-radius: 15px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .lower_block_inner {
    padding: 6vw 4vw;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_inner {
    padding: 60px 70px 50px;
  }
}

.lower_block_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .lower_block_ttl {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_ttl {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .lower_block_ttl small {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_ttl small {
    font-size: 20px;
  }
}

.lower_block_ttl_sub {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lower_block_ttl_sub {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_ttl_sub {
    font-size: 19px;
  }
}

.lower_block_item {
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .lower_block_item:first-of-type {
    margin-bottom: 25px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_item:first-of-type {
    margin-bottom: 50px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .lower_block_item:not(:first-of-type) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_item:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lower_block_item:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block_item:last-of-type {
    margin-bottom: 0;
  }
}

.lower_block_item p {
  font-size: inherit;
}

.lower_block_item p small {
  font-size: 82%;
}

.lower_block_item ul.disc {
  font-size: inherit;
}

.lower_block_item ul.disc li {
  text-indent: -1em;
  padding-left: 1em;
}

.lower_block_item ul.disc li::before {
  content: "・";
}

.lower_block_item ol.num {
  font-size: inherit;
}

.lower_block_item ol.num li {
  margin-left: 1em;
  list-style-type: decimal;
}

.lower_block .btn_pdf {
  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;
  background-color: #000;
  color: #fff;
  height: 3em;
  border: 3px #000 solid;
  border-radius: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lower_block .btn_pdf {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .lower_block .btn_pdf {
    max-width: 480px;
    margin: auto;
    font-size: 18px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .lower_block .btn_pdf:hover {
    background-color: #fff;
    color: #000;
  }
}

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'] {
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 768px) {
  input[type='text'],
  input[type='password'],
  input[type='tel'],
  input[type='email'] {
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  input[type='text'],
  input[type='password'],
  input[type='tel'],
  input[type='email'] {
    height: 40px;
  }
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../img/icon-btn-submit.png);
  background-size: 0.7em;
  background-position: center right 1em;
  border: 2px solid #000;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  display: block;
  margin: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

@media only screen and (max-width: 768px) {
  input[type="submit"],
  input[type="button"] {
    height: 40px;
    width: 200px;
    font-size: 15px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  input[type="submit"],
  input[type="button"] {
    height: 70px;
    width: 340px;
    font-size: 18px;
    margin-top: 50px;
  }
  input[type="submit"]:not(.disabled):hover,
  input[type="button"]:not(.disabled):hover {
    background-color: #000;
    color: #fff;
  }
}

input[type="submit"].disabled,
input[type="button"].disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: default;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

@media only screen and (max-width: 768px) {
  input[type="submit"] {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  input[type="submit"] {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  input[type="button"] {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  input[type="button"] {
    margin-top: 20px;
  }
}

textarea {
  width: 100%;
  padding: 0.5em;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 768px) {
  .opinion_block_inner,
  .inquiry_block_inner {
    padding: 8vw 4vw 7vw;
  }
}

@media only screen and (min-width: 768px) {
  .opinion_block_inner,
  .inquiry_block_inner {
    padding: 60px 40px 50px;
  }
}

.opinion_block_inner {
  background-color: #FFF0D2;
}

@media only screen and (max-width: 768px) {
  .opinion_block_inner {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .opinion_block_inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .opinion_block_inner .lower_block_ttl small {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .opinion_block_inner .lower_block_ttl small {
    font-size: 20px;
  }
}

.opinion_notice {
  margin-top: 0.5em;
}

.opinion_notice li {
  color: #FF2300;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .opinion_notice li {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .opinion_notice li {
    font-size: 13px;
  }
}

.opinion_toggle_btn {
  display: block;
  border-bottom: 3px solid #000;
  font-weight: bold;
  background-image: url(../img/icon-plus.png);
  background-repeat: no-repeat;
  background-position: top 10px right 0;
  background-size: 19.5px;
}

@media only screen and (max-width: 768px) {
  .opinion_toggle_btn {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .opinion_toggle_btn {
    padding-bottom: 15px;
    font-size: 19px;
  }
}

.opinion_toggle_btn.open {
  background-image: url(../img/icon-minus.png);
  background-position: top 19px right 0;
}

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

@media only screen and (min-width: 768px) {
  .contact_form_inquiry {
    margin-top: 100px;
  }
}

.contact_form_opinion {
  display: none;
}

@media only screen and (max-width: 768px) {
  .contact_form_opinion {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .contact_form_opinion {
    padding-top: 70px;
  }
}

.contact_form_list {
  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;
}

.contact_form_list dt {
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .contact_form_list dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .contact_form_list dt {
    width: 36%;
    font-size: 19px;
    padding: 12px;
    margin-bottom: 10px;
  }
}

.contact_form_list dt.require::after {
  content: "必須";
  position: absolute;
  display: block;
  padding: 0.4em 0.8em 0.3em;
  line-height: 1;
  right: 0;
  background-color: #FF9933;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .contact_form_list dt.require::after {
    top: -3px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .contact_form_list dt.require::after {
    top: 6px;
    font-size: 17px;
  }
}

.contact_form_list dd {
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .contact_form_list dd {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .contact_form_list dd {
    width: 60%;
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.contact_form_list dd.dd_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_form_list dd.dd_radio label {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .contact_form_list dd.dd_radio label {
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px) {
  .contact_form_list dd.dd_policy {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .contact_form_list dd.dd_policy {
    font-size: 16px;
  }
}

.contact_form_list dd.dd_policy a {
  font-weight: bold;
}

.contact_form_list dd.dd_policy p {
  margin-top: 0.5em;
  color: #FF2300;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .contact_form_list dd.dd_policy p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .contact_form_list dd.dd_policy p {
    font-size: 14px;
  }
}

.contact_form_list dd .form-error {
  color: #FF2300;
  font-weight: bold;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .contact_form_list_confirm {
    padding: 0 100px;
  }
  .contact_form_list_confirm dt {
    width: 50%;
  }
  .contact_form_list_confirm dd {
    width: 50%;
    padding: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .confirm_lower_block_ttl {
    font-size: 16px;
  }
}

.thanks_message {
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .thanks_message {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks_message {
    font-size: 19px;
  }
}

.thanks_notice {
  color: #FF2300;
}

@media only screen and (max-width: 768px) {
  .thanks_notice {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks_notice {
    font-size: 14px;
  }
}

.thanks_trouble {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .thanks_trouble {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks_trouble {
    font-size: 17px;
  }
}

.thanks_trouble_list {
  font-weight: normal;
  margin-top: 1em;
}

.thanks_trouble_list li {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .thanks_trouble_list li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks_trouble_list li {
    font-size: 16px;
  }
}

.thanks_trouble_mail {
  font-weight: normal;
  position: relative;
  padding-left: 1.8em;
}

@media only screen and (max-width: 768px) {
  .thanks_trouble_mail {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 768px) {
  .thanks_trouble_mail {
    font-size: 16px !important;
  }
}

.thanks_trouble_mail::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../img/icon-btn-submit.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 1em;
}

@media only screen and (max-width: 768px) {
  .thanks_trouble_mail::before {
    top: 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .thanks_trouble_mail::before {
    top: 6px;
  }
}

@media screen and (min-width: 768px) {
    .KV_news1{
    text-align: center;
    padding: 10px 15px;
    width: 55%;
    margin-top:25px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background: #ff4500;
    border-radius: 15px 15px 0 0;
  }
  .KV_news2{
    text-align: center;
    padding: 10px;
    width: 55%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #ff4500;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .KV_news1{
    text-align: center;
    padding: 10px 15px;
    width: 86%;
    margin-top:25px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background: #ff4500;
    border-radius: 15px 15px 0 0;
  }
  .KV_news2{
    text-align: center;
    padding: 10px;
    width: 86%;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #ff4500;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    font-size: 14px
  }
}

/*# sourceMappingURL=style.css.map */