<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*---------------------------------------------------
		base
----------------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: Helvetica, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  background-color: #fff;
  font-feature-settings: "palt";
  background: url("../img/bg.png") 0 0 repeat;
  padding-top: 90px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0.2rem;
}

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

a {
  transition: 0.5s;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 70%;
  height: auto;
}

*, *:before, *:after {
  box-sizing: border-box;
}

li {
  list-style: none;
}

p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  a {
    transition: 0;
  }
  a:hover {
    opacity: 1;
  }
}
/*---------------------------------------------------
		common
----------------------------------------------------*/
.br_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/*---------------------------------------------------
		common
----------------------------------------------------*/
.infomation {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  text-align: center;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .infomation {
    font-size: 1.4rem;
  }
}
.infomation p {
  line-height: 2.2;
}
.infomation a {
  color: #0092D0;
  text-decoration: underline;
}

header {
  background: #fff;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
header .logo {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 54vw;
    padding-left: 2vw;
    z-index: 9999;
  }
}
header .dropdown_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .dropdown_btn {
    font-size: 0;
    background: #1F2A66;
    display: block;
  }
}
header .dropdown_btn_off {
  display: none;
}
@media screen and (max-width: 768px) {
  header .dropdown_btn_off {
    display: block;
    font-size: 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  header .dropdown {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  header .dropdown {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 9998;
  }
}
header nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
header nav li {
  margin: 0 3em;
}
@media screen and (max-width: 768px) {
  header nav li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  header nav li a {
    display: block;
    border-top: 1px solid #ccc;
    padding: 1.5em 0;
  }
}
header nav li:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav li:last-child {
    display: block;
  }
}
header a {
  font-size: 1.6rem;
  font-weight: bold;
}
header .contact_btn {
  background: #000;
  color: #fff;
  padding: 0 2em;
  height: 90px;
  text-align: center;
  line-height: 90px;
  display: block;
}
@media screen and (max-width: 768px) {
  header .contact_btn {
    display: none;
  }
}

footer {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-width: 50vw;
    margin-bottom: 20px;
  }
}
footer nav {
  margin-bottom: 10px;
}
footer ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer ul {
    flex-wrap: wrap;
  }
}
footer li {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  footer li {
    margin: 0 2em 1em 0;
  }
}
footer a {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  footer a {
    font-size: 1.4rem;
  }
}
footer a::before {
  content: "-";
  padding-right: 0.5em;
}
footer .copy {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .copy {
    text-align: left;
  }
}
footer small {
  font-size: 1.4rem;
  color: #808080;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 1.2rem;
  }
}

h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #053e61;
}
@media screen and (min-width: 768px) {
  h2 {
    opacity: 0;
    transition: all 2000ms;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h2 ruby {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  h2 ruby {
    font-size: 1.2rem;
  }
}
h2.scrollin {
  opacity: 1;
}

.bg {
  background: #F7F7F7;
}

.container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.container01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .container01 {
    max-width: 94%;
    padding: 30px 0;
  }
}

.container02 {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .container02 {
    max-width: 94%;
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .loading-anime {
    animation-name: loadinganime;
    animation-timing-function: ease;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  @keyframes loadinganime {
    from {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
/*---------------------------------------------------
		TOP
----------------------------------------------------*/
.top .mv {
  width: 100%;
}
.top .mv .copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: rgba(28, 164, 221, 0.8);
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .mv .copy {
    padding: 10px;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.top .mv .copy h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top .mv .copy h1 {
    font-size: 1.6rem;
  }
}
.top .mv .copy p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top .mv .copy p {
    font-size: 1.2rem;
  }
}
.top .mv #slider li {
  width: 100%;
}
.top .mv #slider img {
  width: 100%;
  margin: 0 auto;
}
.top_news .news_box {
  background: #fff;
  display: flex;
  justify-content: center;
  height: 70px;
  overflow-y: scroll;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top_news .news_box {
    font-size: 1.4rem;
    height: 60px;
  }
}
.top_news li {
  margin-bottom: 20px;
}
.top_news span {
  padding-right: 20px;
}
.top_news a {
  text-decoration: underline;
}
.top_product .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_product .box {
    display: block;
  }
}
.top_product a {
  display: block;
  background: #fff;
}
.top_product a:nth-child(1) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .top_product a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.top_product h3 {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0;
  color: #696969;
}
@media screen and (max-width: 768px) {
  .top_product h3 {
    font-size: 1.2rem;
  }
}
.top_product h3 ruby {
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_product h3 ruby {
    font-size: 2rem;
  }
}
.top_product .img {
  font-size: 0;
  width: 590px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_product .img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_product .img img {
    transition: 1s all;
  }
  .top_product .img img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}
.top_access p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top_access p {
    font-size: 1.6rem;
  }
}
.top_access .train {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .top_access .train {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_access iframe {
    height: 300px !important;
  }
}

.jyouhou .mv {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../img/jouhou_mv.jpg") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .jyouhou .mv {
    height: 160px;
  }
}
.jyouhou .mv .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 164, 221, 0.8);
  padding: 30px 100px;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .jyouhou .mv .copy {
    padding: 15px 50px;
  }
}
.jyouhou .mv .copy h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jyouhou .mv .copy h1 {
    font-size: 2rem;
  }
}
.jyouhou p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .jyouhou p {
    font-size: 1.4rem;
  }
}
.jyouhou dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: center;
  border-top: 1px dotted #707070;
}
@media screen and (max-width: 768px) {
  .jyouhou dl {
    display: block;
    font-size: 1.4rem;
  }
}
.jyouhou dt {
  width: 30%;
  border-bottom: 1px dotted #707070;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .jyouhou dt {
    width: 100%;
    padding: 1em 0 0.2em;
    border-bottom: none;
    font-weight: bold;
  }
}
.jyouhou dd {
  width: 70%;
  border-bottom: 1px dotted #707070;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .jyouhou dd {
    width: 100%;
    padding: 0 0 1em;
  }
}
.jyouhou_Affiliates ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .jyouhou_Affiliates ul {
    font-size: 1.4rem;
  }
}
.jyouhou_Affiliates li {
  width: 33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .jyouhou_Affiliates li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
}
.jyouhou_office h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .jyouhou_office h3 {
    font-size: 1.6rem;
  }
  .jyouhou_office h3::before {
    content: "-";
    padding-right: 0.2em;
  }
}
.jyouhou_policy li, .jyouhou_philosophy li {
  margin-bottom: 40px;
}
.jyouhou_policy li p, .jyouhou_philosophy li p {
  text-align: left;
}
.jyouhou_policy li .title, .jyouhou_philosophy li .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .jyouhou_policy li .title, .jyouhou_philosophy li .title {
    margin-bottom: 10px;
  }
}
.jyouhou_policy .flex, .jyouhou_philosophy .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jyouhou_policy .flex, .jyouhou_philosophy .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .jyouhou_policy .flex .right, .jyouhou_philosophy .flex .right {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
.jyouhou_policy .flex .left, .jyouhou_philosophy .flex .left {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .jyouhou_policy .flex .left, .jyouhou_philosophy .flex .left {
    order: 2;
  }
}
.jyouhou_statement {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jyouhou_statement img {
    width: 40%;
    margin: 0 auto;
  }
}

.saiyou .mv {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../img/saiyou_mv.jpg") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .saiyou .mv {
    height: 160px;
  }
}
.saiyou .mv .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 164, 221, 0.8);
  padding: 30px 100px;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .saiyou .mv .copy {
    padding: 15px 50px;
  }
}
.saiyou .mv .copy h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saiyou .mv .copy h1 {
    font-size: 2rem;
  }
}
.saiyou dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: center;
  border-top: 1px dotted #707070;
}
@media screen and (max-width: 768px) {
  .saiyou dl {
    display: block;
    font-size: 1.4rem;
  }
}
.saiyou dt {
  width: 200px;
  border-bottom: 1px dotted #707070;
  padding: 1em 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .saiyou dt {
    width: 100%;
    padding: 1em 0 0.2em;
    border-bottom: none;
    font-weight: bold;
  }
}
.saiyou dd {
  width: 600px;
  border-bottom: 1px dotted #707070;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .saiyou dd {
    width: 100%;
    padding: 0 0 1em;
  }
}
.saiyou dd .contact_link {
  text-decoration: underline;
  color: #0092D0;
}

.seihin .mv {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../img/seihin_mv.jpg") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .seihin .mv {
    height: 160px;
  }
}
.seihin .mv .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 164, 221, 0.8);
  padding: 30px 100px;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .seihin .mv .copy {
    padding: 15px 50px;
  }
}
.seihin .mv .copy h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seihin .mv .copy h1 {
    font-size: 2rem;
  }
}
.seihin_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .seihin_list li {
    flex-wrap: wrap;
  }
}
.seihin_list .img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .seihin_list .img {
    width: 100%;
    order: 1;
  }
}
.seihin_list .text {
  width: 540px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .seihin_list .text {
    width: 100%;
    padding: 10px 0;
    order: 2;
  }
}
.seihin_list .text .category {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .seihin_list .text .category {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
}
.seihin_list .text h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-left: 10px solid rgb(28, 164, 221);
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .seihin_list .text h3 {
    font-size: 2rem;
    border-left: 5px solid rgb(28, 164, 221);
    padding-left: 10px;
  }
}
.seihin_list .text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .seihin_list .text p {
    font-size: 1.4rem;
  }
}

.contact {
  /*確認画面*/
  /*thanks*/
}
.contact .mv {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../img/contact_mv.jpg") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact .mv {
    height: 160px;
  }
}
.contact .mv .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(28, 164, 221, 0.8);
  padding: 30px 100px;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact .mv .copy {
    padding: 15px 50px;
  }
}
.contact .mv .copy h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact .mv .copy h1 {
    font-size: 2rem;
  }
}
.contact .text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contact .text {
    margin: 0 auto 2em;
    text-align: left;
    font-size: 1.4rem;
  }
}
.contact .form_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact .form_box {
    margin-bottom: 50px;
  }
}
.contact .form_box table {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 30px;
}
.contact .form_box tr {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form_box tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact .form_box sup {
  color: #FF0004;
  padding-left: 5px;
}
.contact .form_box th {
  width: 30%;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form_box th {
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0;
  }
}
.contact .form_box td {
  width: 70%;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form_box td {
    width: 100%;
    padding-bottom: 0;
  }
}
.contact .form_box input[type=text],
.contact .form_box input[type=email] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #9A9A9A;
}
.contact .form_box textarea {
  width: 100%;
  min-height: 100px;
  padding: 0.5em;
  border: 1px solid #9A9A9A;
}
.contact .form_box input[type=submit] {
  display: block;
  width: 200px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  transition: background-color 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 2rem;
  border: none;
}
.contact .form_box input[type=submit]#submit_edit {
  background-color: #666;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form_box input[type=submit] {
    width: 80%;
    padding: 1em 0;
    font-size: 1.6rem;
  }
}
.contact .form_box input[type=submit][disabled] {
  background-color: #666;
  cursor: default;
}
.contact .form_box .personal {
  border: 1px solid #ccc;
  padding: 30px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact .form_box .personal {
    padding: 20px;
  }
}
.contact .form_box .personal h3 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact .form_box .personal h3 {
    font-size: 1.4rem;
  }
}
.contact .form_box .personal li {
  padding-left: 1.5em;
  position: relative;
}
.contact .form_box .personal li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.contact .verification {
  max-width: 1000px;
  margin: 60px auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact .verification {
    font-size: 1.4rem;
  }
}
.contact .verification .text {
  margin-bottom: 2em;
  text-align: center;
}
.contact .verification table {
  margin: 0 auto 30px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact .verification table {
    width: 90%;
  }
}
.contact .verification tr {
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contact .verification tr {
    display: flex;
  }
}
.contact .verification tr:last-child {
  display: none;
}
.contact .verification th {
  text-align: left;
  width: 50%;
  padding-bottom: 10px;
}
.contact .verification td {
  width: 50%;
  padding-bottom: 10px;
}
.contact .verification input[type=submit] {
  display: inline-block;
  width: 200px;
  margin: 0 1em;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  transition: background-color 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 2rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact .verification input[type=submit] {
    display: block;
    width: 80%;
    padding: 1em 0;
    font-size: 1.6rem;
    margin: 0 auto 10px;
  }
}
.contact .verification input[type=button] {
  display: inline-block;
  width: 200px;
  margin: 0 1em;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0;
  transition: background-color 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 2rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact .verification input[type=button] {
    display: block;
    width: 80%;
    padding: 1em 0;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
.contact .thanks {
  max-width: 1000px;
  margin: 60px auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact .thanks {
    padding-top: 24vw;
    font-size: 1.4rem;
  }
}
.contact .thanks .top {
  display: block;
  width: 200px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact .thanks .top {
    display: block;
    width: 60%;
    padding: 1em 0;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>