<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Misawa 2022.09.14
*/
#daslider ul {
  margin: 0; }

#slider1 {
  background-image: url(images/top-image.jpg);
  background-size: cover;
  background-position: center;
  height: 850px; }

@media only screen and (max-width: 480px) {
  #slider1 {
    background-image: url(images/top-image-mb.jpg);
    height: calc(100vw*1.0417); } }
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html, body {
  overflow-x: hidden; }

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1rem;
  margin: 0;
  font-feature-settings: "palt"; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
a[href^="tel:"] {
  cursor: default; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible;
  max-width: 100%; }

input, select, textarea {
  max-width: 100%; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button {
  height: auto; }
input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button {
  height: auto; }
input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button {
  height: auto; }
input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button {
  height: auto; }
input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button {
  height: auto; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }
fieldset &gt; :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

section {
  height: 100%;
  position: relative; }
section .home-part-inner {
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  section .home-part-inner {
    margin: 0; } }
br.mb-br {
  display: none; }

@media only screen and (max-width: 480px) {
  br.mb-br {
    display: block; } }
/**
 * 3.0 - Typography
 */
body, button, input, select, textarea {
  color: black;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 .5rem 1.5rem;
  line-height: 1.8; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
  quotes: none; }

q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ""; }

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

blockquote p {
  margin-bottom: 1.4736842105em; }
blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0"; }
blockquote em, blockquote i, blockquote cite {
  font-style: normal; }
blockquote strong, blockquote b {
  font-weight: 400; }
blockquote &gt; :last-child {
  margin-bottom: 0; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace; }

pre {
  font-family: Inconsolata, monospace;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }
*:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: #001751; }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li &gt; ul, li &gt; ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  width: 100%;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table, th, td {
  border: 1px solid #d1d1d1; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  background-color: antiquewhite; }

td {
  border-width: 0 1px 1px 0;
  font-size: .75rem;
  width: auto !important; }

th, td {
  padding: 0.4375em; }

th p, td p {
  margin: 0.5rem 0;
  font-size: 0.75rem; }

/**
 * 5.0 - Forms
 */
input {
  line-height: normal; }
input[type="button"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="button"][disabled]:hover, input[type="button"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"] {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="button"]:hover, input[type="button"]:focus {
  background: #007acc; }
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #007acc; }
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #007acc; }

button:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

textarea {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: black;
  outline: 0; }

textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

.post-password-form {
  margin-bottom: 1.75em; }
.post-password-form label {
  color: black;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }
.post-password-form input[type="password"] {
  margin-top: 0.4375em; }
.post-password-form &gt; :last-child {
  margin-bottom: 0; }

.search-form {
  position: relative; }

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px); }

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px; }

.ml30 {
  margin-left: 30px;
  margin-bottom: 2rem; }

.longurl {
  word-break: break-all; }

/**
 * 6.1 - Links
 */
a {
  color: black;
  text-decoration: none; }
a img:not(.no-image-effect) {
  filter: brightness(100%);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }
a:hover, a:focus, a:active {
  color: black; }
a:hover img:not(.no-image-effect), a:focus img:not(.no-image-effect), a:active img:not(.no-image-effect) {
  filter: brightness(125%); }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  display: none; }

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 9.0 - Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table; }

blockquote:before, blockquote:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.entry-summary:before, .entry-summary:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-main &gt; article:before, .site-main &gt; article:after {
  content: "";
  display: table; }

.primary-menu:before, .primary-menu:after {
  content: "";
  display: table; }

.social-links-menu:before, .social-links-menu:after {
  content: "";
  display: table; }

.textwidget:before, .textwidget:after {
  content: "";
  display: table; }

.content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main &gt; article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

/*
 * プログレス表示
 */
.progress {
  background-color: white;
  color: white;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

.title-logo-w {
  position: absolute;
  top: 145px;
  left: calc(50vw - 259px);
  z-index: 100;
  opacity: 0; }

.title-set {
  position: absolute;
  top: 45px;
  width: 100%;
  height: auto;
  z-index: 100; }
@media only screen and (max-width: 480px) {
  .title-set {
    top: 25px; } }
.title-set .title-logo-bl {
  width: 86vw;
  max-width: 800px;
  margin: 0 auto; }

.title-mess2 {
  right: calc(50vw - 383px); }
@media only screen and (max-width: 480px) {
  .title-mess2 {
    width: 100%;
    height: auto;
    top: 20px;
    right: 20px; } }

.pc {
  display: block; }

@media only screen and (max-width: 480px) {
  .pc {
    display: none; } }
.mb {
  display: none; }

@media only screen and (max-width: 480px) {
  .mb {
    display: block; } }
#new-content.hide.up-content {
  display: block !important; }

.yoyaku-btn {
  display: block;
  margin: 0;
  padding: 0;
  border: none; }

@media only screen and (max-width: 480px) {
  .yoyaku-btn {
    width: 100vw;
    height: auto; } }
.progress-bar {
  border-top: 1px solid #fafafa;
  position: absolute;
  top: 55vh;
  width: 0%; }

.progress-text {
  font-family: "Menlo", "Consolas", monospace;
  font-size: 10px;
  margin-top: 5px;
  color: #ccc;
  position: absolute;
  text-align: center;
  top: 46vh;
  width: 100%; }

@media print, screen and (min-width: 737px) {
  .progress-text {
    top: 466px; } }
.progress-complete .progress-bar {
  border-top-color: #FAFAFA; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * 11.0 - Content
 */
.site-inner {
  margin: 0;
  max-width: 100vw;
  position: relative; }

.site-content {
  word-wrap: break-word; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.site-main {
  margin-bottom: 0; }
.site-main &gt; :last-child {
  margin-bottom: 0; }

/**
 * 11.1 - Header
 */
#site-header {
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0px;
  background-color: white; }
#site-header .header-titles-wrapper {
  display: flex;
  padding: 1rem .5rem .5rem;
  height: 58px;
  justify-content: space-around; }
#site-header .header-titles-wrapper .header-titles {
  width: 40%;
  height: auto;
  max-width: 206px;
  max-height: 38px; }
#site-header .header-titles-wrapper .header-titles img {
  width: 100%;
  height: auto; }
#site-header .header-titles-wrapper .website-btn {
  width: 40%;
  max-width: 198px;
  max-height: 36px;
  padding-top: .1rem; }
#site-header .header-titles-wrapper .website-btn img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 737px) {
  #site-header .header-titles-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding-top: .5rem;
    justify-content: space-between; } }
.wide100 {
  width: 100% !important; }

@media print, screen and (min-width: 737px) {
  .wide100 {
    width: 50% !important; } }
.noshow {
  display: none; }

.white {
  color: white !important; }

.black {
  color: black !important; }

.mt-0 {
  margin-top: 0 !important; }

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

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

.mt-2rem {
  margin-top: 2rem !important; }

.mt-4rem {
  margin-top: 4rem !important; }

.mb-4rem {
  margin-bottom: 4rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1rem {
  margin-bottom: 1rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-2rem {
  padding-bottom: 2rem !important; }

.pb-3rem {
  padding-bottom: 3rem !important; }

.pt-4rem {
  padding-top: 4rem !important; }

@media only screen and (max-width: 480px) {
  .pt-4rem {
    padding-top: 2rem !important; } }
.pt-6rem {
  padding-top: 6rem !important; }

@media only screen and (max-width: 480px) {
  .pt-6rem {
    padding-top: 3rem !important; } }
.pb-4rem {
  padding-bottom: 4rem !important; }

.pb-1-4rem {
  padding-bottom: 1.4rem !important; }

.pb-6rem {
  padding-bottom: 6rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-8rem {
  padding-bottom: 8rem !important; }

.pb-10rem {
  padding-bottom: 10rem !important; }

.pb-14rem {
  padding-bottom: 14rem !important; }

@media only screen and (max-width: 480px) {
  .pb-14rem {
    padding-bottom: 3rem !important; } }
.no-margin-bottom {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 737px) {
  .width60p {
    max-width: 60% !important;
    margin: 0 auto !important; } }
@media only screen and (min-width: 737px) {
  .width500px {
    max-width: 500px !important;
    margin: 0 auto !important; } }
@media only screen and (max-width: 480px) {
  .mobile {
    display: inline-block;
    height: auto;
    margin: 0 auto; }
  .mobile img {
    width: 100%;
    height: auto; } }
@media only screen and (min-width: 481px) {
  .mobile {
    display: none !important; } }

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

.responsive {
  width: calc(100vw*0.52) !important; }

/**
 * 11.2 - Posts and pages
 */
#site-content {
  margin: 0; }

.hide {
  display: none; }

header.entry-header {
  margin: 0;
  overflow: hidden; }

section.section {
  margin: 0; }

.mb-65px {
  margin-bottom: 65px !important; }

.pt-14rem {
  padding-top: 1.4rem; }

#company-logo-bk {
  display: -webkit-box;
  width: 383px;
  height: 295px;
  position: absolute;
  top: -36px;
  left: -93px; }

#company-logo {
  display: -webkit-box;
  position: absolute;
  top: 25px;
  left: 25px; }
@media only screen and (max-width: 480px) {
  #company-logo {
    top: 10px;
    left: 10px;
    width: 20vw; } }

#promo-mark-bk {
  display: -webkit-box;
  position: absolute;
  width: 383px;
  height: 295px;
  top: -36px;
  right: -53px; }

#promo-mark {
  display: -webkit-box;
  position: absolute;
  top: 25px;
  right: 25px; }
@media only screen and (max-width: 480px) {
  #promo-mark {
    top: 10px;
    right: 10px;
    width: 23vw; } }

#mblogoset {
  opacity: 0; }

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

ul.flexbox {
  margin: 0; }

@media only screen and (max-width: 480px) {
  .w46 {
    width: 46%; } }
@media only screen and (min-width: 737px) and (max-width: 1259px) {
  .w46 {
    width: 22%; } }
.w48 {
  width: 48%; }

.small-text {
  font-size: .8rem; }

.w720 {
  width: 95%;
  max-width: 720px;
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .w720 {
    width: 100%; } }
.per70 {
  width: 70% !important; }

.per80 {
  width: 80% !important; }

.per90 {
  width: 90% !important; }

img.border {
  border: 1px #ccc solid;
  display: inline-block;
  box-sizing: border-box; }

.entry-content {
  background-image: url(images/mainbk.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  margin: 0 auto 2rem;
  position: absolute;
  z-index: 10;
  top: 420px; }
@media only screen and (max-width: 480px) {
  .entry-content {
    background-image: url(images/mainbk-mb.svg);
    top: calc(100vw * 0.81);
    background-size: contain; } }

.section-inner {
  max-width: 1000px;
  margin: 100px auto 4rem;
  padding: 0; }
@media only screen and (max-width: 480px) {
  .section-inner {
    margin: 0 auto 2rem; } }
.section-inner .col.flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 790px;
  flex-wrap: wrap; }
.section-inner .col.flex .item.full {
  width: 100%;
  margin: 0 auto 3rem; }
.section-inner .col.flex .item.full.mess {
  width: 100%;
  margin: 0 auto 3rem;
  position: relative; }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex .item.full.mess {
    margin: 2rem auto 3rem; } }
.section-inner .col.flex .item.full.mess .pmess {
  color: white;
  font-size: .75rem;
  text-align: right;
  display: block;
  position: absolute;
  bottom: -25px;
  right: -50px; }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex .item.full.mess .pmess {
    display: none; } }
.section-inner .col.flex .item.half {
  width: 42vw;
  max-width: 368px;
  margin: 0 0 3rem; }
.section-inner .col.flex .item.half img {
  width: 100%;
  height: auto; }
.section-inner .col.flex .item.full.btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1rem; }
.section-inner .col.flex.w790 {
  width: 90%;
  max-width: 790px;
  background-color: white; }
.section-inner .col.flex.w790 h3 {
  width: 100%;
  height: 88px;
  text-align: center;
  margin: 0 0 .85rem;
  padding: .5rem;
  color: white;
  background-color: #900000;
  font-weight: 400; }
.section-inner .col.flex.w790 h3 img {
  width: 230px;
  height: auto;
  margin-top: 12px; }
.section-inner .col.flex.w790 .item {
  width: 90%;
  max-width: 340px;
  margin: 2rem auto; }
.section-inner .col.flex.w790 p {
  width: 90%;
  padding: 0;
  margin: 0 auto 2rem;
  font-size: .85rem;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .section-inner {
    width: 100vw; }
  .section-inner p {
    margin: 0 0 1rem; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.topmenu.pt-6rem.pb-4rem {
    padding-top: 0 !important;
    padding-bottom: 0rem !important; } }
@media only screen and (min-width: 737px) and (max-width: 900px) {
  .section-inner .col.flex {
    width: 90%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex {
    width: 90%; } }
@media only screen and (min-width: 737px) and (max-width: 900px) {
  .section-inner .col.flex .item.full.mess {
    width: 86%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex .item.full.mess {
    width: 90%; } }
@media only screen and (min-width: 737px) and (max-width: 900px) {
  .section-inner .col.flex .item.full {
    width: 86%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex .item.full {
    width: 90%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex .item.half {
    width: 90%;
    margin: 0 auto 3rem; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex .item.full.btn {
    width: 94%;
    margin: 0 auto; } }
@media only screen and (min-width: 737px) and (max-width: 900px) {
  .section-inner .col.flex.w790 {
    width: 90%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex.w790 {
    width: calc(100vw*0.85); } }
@media only screen and (min-width: 737px) and (max-width: 900px) {
  .section-inner .col.flex.w790 h3 {
    width: 90%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex.w790 h3 {
    font-size: .85rem;
    width: 100%;
    margin: 0 auto 0; } }
@media only screen and (min-width: 737px) and (max-width: 900px) {
  .section-inner .col.flex.w790 p {
    width: 90%; } }
@media only screen and (max-width: 480px) {
  .section-inner .col.flex.w790 p {
    width: 100%;
    margin: 0 auto 1rem; }

  .section-inner .col.flex.w790 p.small {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: .7rem; } }
/**
 * 11.3 - Post Formats
 */
#main article .entry-frame {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 0; }
#main article .entry-frame .widget-area {
  margin: 3rem 0; }

/**
 * 11.6 - Footer
 */
.footer-credits {
  text-align: center; }

.footer-copyright {
  font-size: .75rem;
  margin: 0; }

@media only screen and (max-width: 480px) {
  .footer-copyright {
    font-size: .65rem; } }
/**
 * 12.0 - Media
 */
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle; }

p &gt; embed, p &gt; iframe, p &gt; object, p &gt; video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none; }

/**
 * 13.0 - Multisites
 */
.cleartext, img.for-pc {
  display: none; }

/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as &lt;meta name="viewport" content="width=device-width"&gt;,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*----------------------------------------------------------------------------
 ***   page top icon
----------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  font-size: 38%;
  z-index: 11000;
  transition: bottom .3s ease-in-out;
  -webkit-transition: bottom .3s ease-in-out;
  -moz-transition: bottom .3s ease-in-out; }
#page-top span {
  display: none; }
#page-top a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block; }

@media only screen and (max-width: 480px) {
  #page-top {
    display: none; } }
#main .entry-content .archive-list {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 1rem; }
#main .entry-content .archive-list.col-xs-12 {
  padding-left: 0; }
#main .entry-content .archive-list a {
  box-shadow: none; }
#main article .entry-content.entrytop-margin {
  margin-top: 2rem; }

#head-info {
  height: auto;
  width: 100px;
  margin: 0;
  float: right;
  margin-top: 2rem; }

.hide-text {
  display: none; }

/**
 * 15.0 - Print
 */
@media print {
  @page {
    margin: 5mm; }
  form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
    display: none; }

  #home-part3 {
    width: 100%; }

  a[href]:after {
    content: ""; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
</pre></body></html>