@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #030000;
  font-weight: 400;
  font-family: fot-seurat-pron,sans-serif;
  font-weight: 600;
  font-style: normal;
}

body {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 20px;
  }
}

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

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

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

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-inner {
    width: 1196px;
    padding: 100px 0;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3680CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.text-danger {
  color: red;
}

.display-none {
  display: none;
}

@media screen and (min-width: 1200px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-tbsp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-tbsp {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .only-tbsp {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .row > * {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row.wrap {
    flex-wrap: wrap;
  }
  .row.row-center {
    justify-content: center;
  }
  .row.row-around {
    justify-content: space-around;
  }
  .row.col-center {
    align-items: center;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

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

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.w100 {
  width: 100%;
}

.marker {
  background: linear-gradient(transparent 60%, #F8FCA5 40%);
}

.img-frame {
  border: 1px solid lightgray;
  padding: 10px;
  background-color: white;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

#site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#site-header .section-inner {
  padding: 10px 20px;
}
@media screen and (min-width: 1200px) {
  #site-header .section-inner {
    width: 100%;
    padding: 15px 50px;
    margin: auto;
  }
}
#site-header .section-inner .site-logo img {
  width: 80vw;
  height: auto;
}
@media screen and (min-width: 768px), print {
  #site-header .section-inner .site-logo img {
    width: auto;
  }
}

#site-footer {
  border-top: 2px solid #fff;
  background-color: #222222;
}
#site-footer .copyright {
  padding: 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.btn {
  /* for button */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  background-color: #e04e4e;
  border-bottom: 4px solid #c24141;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .btn {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px), print {
  .btn {
    width: 340px;
    display: inline-block;
    line-height: 70px;
    border-radius: 17px;
  }
}
.btn.black {
  background-color: #505050;
  border-bottom: 4px solid #212121;
}
.btn.blue {
  background-color: #4c90bd;
  border-bottom: 4px solid #004573;
}
.btn.low {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .btn.low {
    line-height: 50px;
    width: 300px;
    margin-top: 0;
  }
}

.box {
  background-color: #fff;
  border-radius: 21px;
  padding: 25px 20px;
}
@media screen and (min-width: 1200px) {
  .box {
    padding: 45px 68px;
  }
}

.notice {
  color: #ff2121;
}

.section .section-inner h2 {
  margin-bottom: 30px;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #221815;
}
@media screen and (min-width: 768px), print {
  .section .section-inner h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }
}
.section .section-inner h2 strong {
  font-size: 1.8em;
  letter-spacing: -0.1em;
}
.section .section-inner h2.ribon {
  height: 70px;
  margin-bottom: 30px;
  background-image: url(../img/bg_title.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 60px;
  font-size: 26px;
}
@media screen and (max-width: 320px) {
  .section .section-inner h2.ribon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .section .section-inner h2.ribon {
    height: 94px;
    background-size: auto 100%;
    margin-bottom: 50px;
    line-height: 78px;
    font-size: 44px;
  }
}
.section .section-inner h3 {
  background-color: #d7e2e7;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 42px;
  font-size: 1.25em;
  color: #221815;
}
@media screen and (max-width: 320px) {
  .section .section-inner h3 {
    padding-left: 0;
    text-align: center;
    font-size: 1.12em;
  }
}
@media screen and (min-width: 768px), print {
  .section .section-inner h3 {
    padding-left: 37px;
    line-height: 57px;
    font-size: 1.5em;
  }
}
.section .section-inner p {
  margin-bottom: 20px;
}
.section .section-inner .row .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.section .section-inner .row .text p {
  margin-bottom: 20px;
}

#mainimage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url(../img/mainimage.png);
}
@media screen and (min-width: 768px), print {
  #mainimage {
    background-size: cover;
  }
}
#mainimage .section-inner {
  height: 90vh;
  padding-top: 0;
  padding-bottom: 20px;
  background-image: url(../img/mainillust.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  #mainimage .section-inner {
    height: 640px;
    padding-bottom: 0;
    justify-content: flex-start;
    background-size: auto;
    background-position: bottom right -15vw;
  }
}
@media screen and (min-width: 1200px) {
  #mainimage .section-inner {
    padding-left: 0;
    padding-right: 0;
    background-position: bottom right;
  }
}
#mainimage h1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/pagetitle.png);
  width: 90vw;
  height: 0;
  padding-top: 70vw;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
  #mainimage h1 {
    width: 60vw;
    padding-top: 46.6019417vw;
  }
}
@media screen and (min-width: 1200px) {
  #mainimage h1 {
    width: 618px;
    height: 0;
    padding-top: 480px;
  }
}
#mainimage .badge {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 9;
  width: 40vw;
  height: 40vw;
}
@media screen and (min-width: 768px), print {
  #mainimage .badge {
    width: 30vw;
    height: 30vw;
    right: 20px;
    bottom: -20px;
  }
}
@media screen and (min-width: 1200px) {
  #mainimage .badge {
    width: auto;
    height: auto;
    bottom: -80px;
  }
}
#mainimage .badge img {
  max-width: 100%;
  height: auto;
}

#intro {
  background-image: url(../img/bg_intro.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#intro .section-inner {
  padding-top: 100px;
}
#intro:before {
  content: "";
  display: block;
  width: 42vw;
  height: 38vw;
  background-image: url(../img/illust_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: -20px;
}
@media screen and (min-width: 1200px) {
  #intro:before {
    top: -60px;
    left: -10px;
    width: 324px;
    height: 295px;
  }
}
#intro .heading p {
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #221815;
}
@media screen and (min-width: 768px), print {
  #intro .heading p {
    font-size: 37px;
  }
}
#intro .box > .row {
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  #intro .box > .row .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #intro .box > .row .col {
    width: 49%;
  }
}
@media screen and (min-width: 768px), print {
  #intro .box .col1 dl {
    display: flex;
    box-sizing: border-box;
  }
  #intro .box .col1 dl.middle {
    align-items: center;
  }
}
#intro .box .col1 dl.middle dd {
  font-size: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #intro .box .col1 dl.middle dd {
    text-align: left;
    font-size: 1.85em;
  }
}
#intro .box .col1 dl dt {
  padding-bottom: 8px;
  /*text-align: center;*/
}
@media screen and (min-width: 768px), print {
  #intro .box .col1 dl dt {
    width: 100px;
    padding-bottom: 0;
    padding-right: 15px;
    text-align: right;
    white-space: nowrap;
  }
}
#intro .box .col1 dl dd {
  padding-top: 5px;
  padding-bottom: 25px;
  text-align: left;
  border-top: 1px solid #231815;
}
@media screen and (min-width: 768px), print {
  #intro .box .col1 dl dd {
    width: calc(100% - 100px);
    border-top: none;
    border-left: 2px solid #231815;
    padding: 0 0 15px 15px;
  }
}
#intro .box .col1 dl em {
  font-style: normal;
  font-size: 1.4864em;
}
#intro .box .col1 dl .btn {
  margin-top: 10px;
}
#intro .box .col2 dl {
  margin-bottom: 30px;
}
#intro .box .col2 dl:last-child {
  margin-bottom: 0;
}
#intro .box .col2 dl dt {
  background-color: #231815;
  margin-bottom: 10px;
  color: #fff;
  line-height: 35px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #intro .box .col2 dl dt {
    font-size: 1.25em;
  }
}
#intro .box .col2 dl dd {
  font-size: 0.9em;
}
@media screen and (max-width: 320px) {
  #intro .box .col2 dl dd {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px), print {
  #intro .box .col2 dl dd {
    text-align: center;
  }
}
#intro .box .col2 dl.term dd {
  text-align: right;
}
#intro .box .col2 dl.term dd .date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
}
@media screen and (max-width: 320px) {
  #intro .box .col2 dl.term dd .date {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 768px), print {
  #intro .box .col2 dl.term dd .date {
    font-size: 2.6em;
  }
}
#intro .box .col2 dl.term dd .date .youbi {
  display: inline-block;
  background-color: #86bce2;
  border-radius: 50%;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 0.5em;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  #intro .box .col2 dl.term dd .date .youbi {
    width: 38px;
    line-height: 38px;
  }
}
#intro .box .col2 dl.term dd small {
  padding-right: 20px;
}
#intro .box .col2 > .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#intro .box .col2 > .row > * {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #intro .box .col2 > .row > *:nth-of-type(1) {
    width: 35%;
  }
  #intro .box .col2 > .row > *:nth-of-type(2) {
    width: 60%;
  }
}
#intro .box .col2 > .row dl {
  margin-bottom: 0;
}

#overview {
  background-color: #bae1f3;
}
#overview h2 {
  background-image: url(../img/ttl_overview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  text-indent: -5000px;
  overflow: hidden;
  line-height: 16vw;
}
@media screen and (min-width: 768px), print {
  #overview h2 {
    background-size: auto 100%;
    line-height: 94px;
  }
}
#overview .box h3:nth-of-type(1) {
  margin-top: 0;
}
#overview .box h4 {
  margin-bottom: 10px;
  color: #004573;
  font-size: 1.2em;
}
@media screen and (min-width: 768px), print {
  #overview .box h4 {
    display: flex;
    align-items: center;
    font-size: 1.5em;
  }
}
#overview .box h4 span {
  display: inline-block;
  background-color: #fff;
  margin-top: 5px;
  padding: 10px 15px;
  color: #353535;
  border-radius: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  #overview .box h4 span {
    margin-top: 0;
    margin-left: 10px;
    padding: 0 30px;
    border-radius: 21px;
    line-height: 42px;
  }
}
#overview .box p {
  padding: 0 10px;
}
#overview .box .wrap {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff9dc;
}
@media screen and (min-width: 1200px) {
  #overview .box .wrap {
    padding: 25px;
  }
}
#overview .box .wrap p {
  padding: 0;
}
#overview .box .row {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #overview .box .row .col {
    width: 48%;
  }
}
#overview .box .term {
  font-size: 1.2em;
}
@media screen and (max-width: 320px) {
  #overview .box .term {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px), print {
  #overview .box .term {
    font-size: 1.5em;
  }
}
#overview .box .term small {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#privacy {
  background-image: url(../img/bg_privacy.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfdfdf;
}
#privacy .frame {
  margin-bottom: 50px;
  height: 350px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #privacy .frame {
    width: 810px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
#privacy .frame:before {
  content: "";
  display: block;
  background-color: #fff;
  width: calc(100% - 40px);
  height: 45px;
  position: absolute;
  top: 0;
  left: 20px;
}
#privacy .frame:after {
  content: "";
  display: block;
  background-color: #fff;
  width: calc(100% - 40px);
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
#privacy .box {
  border-radius: 0;
  box-sizing: border-box;
}
#privacy .box p {
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  #privacy .form {
    width: 810px;
    margin: auto;
  }
}
#privacy .form dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  #privacy .form dl {
    display: flex;
    align-items: center;
  }
  #privacy .form dl dt {
    white-space: nowrap;
    width: 270px;
  }
  #privacy .form dl dd {
    width: calc(100% - 270px);
  }
}
#privacy .form dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #privacy .form dl dd {
    margin-top: 10px;
  }
}
#privacy .form dl dd > * {
  margin-right: 5px;
}
#privacy .form .req {
  display: inline-block;
  background-color: #d21111;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.85em;
  line-height: 24px;
}
@media screen and (min-width: 768px), print {
  #privacy .form .req {
    line-height: 30px;
  }
}
#privacy .form .title {
  padding-left: 15px;
  border-left: 4px solid #000000;
  line-height: 36px;
}
#privacy .form input[type="text"],
#privacy .form input[type="mail"] {
  width: 100%;
  border: 1px solid #666;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#privacy .form input[type="text"].w45,
#privacy .form input[type="mail"].w45 {
  width: 45%;
  margin-right: 10px;
}
#privacy .form input[type="text"].w60,
#privacy .form input[type="mail"].w60 {
  width: 60%;
}
#privacy .form input[type="text"].w20,
#privacy .form input[type="mail"].w20 {
  width: 20%;
}
#privacy .form .wrap_select {
  display: inline-block;
  overflow: hidden;
  width: auto;
  border: 1px solid #666;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 40px 0 10px;
  position: relative;
}
#privacy .form .wrap_select:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #a5a5a5 transparent transparent transparent;
  pointer-events: none;
}
#privacy .form .wrap_select select {
  width: auto;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 40px;
}
#privacy .form .wrap_select select::-ms-expand {
  display: none;
}
#privacy .form .fileupload {
  background-color: #fbf9ef;
  margin: 35px 0 50px;
  padding: 35px;
}
#privacy .form .fileupload p {
  font-size: 1.25em;
}
#privacy .form .fileupload input[type="file"] {
  display: none;
}
#privacy .form .fileupload label {
  margin: auto;
}
#privacy .form .fileupload input[type="button"],
#privacy .form .fileupload label {
  border: none;
  background: transparent;
  background-color: #ffed56;
  border-radius: 5px;
  border-bottom: 3px solid #e3cd0f;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 54px;
}
@media screen and (min-width: 768px), print {
  #privacy .form .fileupload input[type="button"],
  #privacy .form .fileupload label {
    width: 310px;
  }
}
#privacy form #file-preview {
  max-height: 500px;
  width: auto;
}
#privacy form #file-name {
  font-size: .8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#privacy form label {
  display: block;
  cursor: pointer;
}
#privacy form label span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #3f3f3f;
  position: relative;
  margin-right: 10px;
}
#privacy form label span:after {
  content: '';
  display: block;
  border-right: 3px solid #e04e4e;
  border-bottom: 3px solid #e04e4e;
  width: 5px;
  height: 9px;
  top: 30%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}
#privacy form label input[type="checkbox"] {
  display: none;
}
#privacy form label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  #privacy form .btn {
    width: 485px;
    line-height: 127px;
    font-size: 1.5em;
  }
}

#pagenav {
  background-image: url(../img/bg_list_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#pagenav .section-inner {
  padding-top: 80px;
}
@media screen and (min-width: 768px), print {
  #pagenav .section-inner {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  #pagenav .section-inner {
    padding-top: 140px;
  }
}
#pagenav h3 {
  background-color: #d9d9d9;
  padding-left: 0;
  text-align: center;
  line-height: 47px;
}
@media screen and (min-width: 768px), print {
  #pagenav h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1200px) {
  #pagenav .box {
    padding-left: 150px;
    padding-right: 150px;
  }
}
#pagenav .row {
  margin-bottom: 0;
  justify-content: center;
}
#pagenav .row .col {
  padding: 0 10px;
}
#pagenav .row .col small {
  display: inline-block;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  #pagenav .row .col .row li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #pagenav .btn {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #pagenav .btn {
    width: 245px;
  }
}

#sec01 .row ul {
  border-top: 1px solid #939393;
}
@media screen and (min-width: 768px), print {
  #sec01 .row ul {
    width: 32%;
  }
}
#sec01 .row ul li {
  padding: 6px 25px;
  border-bottom: 1px solid #939393;
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
  font-size: 0.8em;
}

#sec02 {
  background-color: #dfdfdf;
}

.colors {
  flex-wrap: wrap;
}
.colors dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .colors dl {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .colors dl {
    flex-wrap: nowrap;
  }
}
.colors dl dt {
  flex-basis: 46%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  font-size: 0.8em;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .colors dl dt {
    flex-basis: 25%;
  }
}
.colors dl dd {
  padding: 6px 10px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  background-color: #fff;
  font-size: 0.8em;
  box-sizing: border-box;
}
.colors dl dd:nth-of-type(1) {
  flex-basis: 54%;
  position: relative;
  padding-right: 30px;
}
@media screen and (min-width: 1200px) {
  .colors dl dd:nth-of-type(1) {
    flex-basis: 31%;
  }
}
.colors dl dd:nth-of-type(2) {
  flex-basis: 46%;
  border-left: 1px solid #707070;
}
@media screen and (min-width: 1200px) {
  .colors dl dd:nth-of-type(2) {
    flex-basis: 17%;
    border-left: none;
  }
}
.colors dl dd:nth-of-type(3) {
  flex-basis: 18%;
}
@media screen and (min-width: 1200px) {
  .colors dl dd:nth-of-type(3) {
    flex-basis: 9%;
  }
}
.colors dl dd:nth-of-type(4) {
  flex-basis: 18%;
}
@media screen and (min-width: 1200px) {
  .colors dl dd:nth-of-type(4) {
    flex-basis: 9%;
  }
}
.colors dl dd:nth-of-type(5) {
  flex-basis: 18%;
}
@media screen and (min-width: 1200px) {
  .colors dl dd:nth-of-type(5) {
    flex-basis: 9%;
  }
}
.colors dl dd span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 10px;
}
@media screen and (min-width: 1200px) {
  .colors dl:nth-last-child(2) dt, .colors dl:last-child dt {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px), print {
  .colors dl:nth-last-child(2) dt:nth-of-type(2), .colors dl:nth-last-child(2) dt:nth-of-type(3), .colors dl:nth-last-child(2) dt:nth-of-type(4), .colors dl:nth-last-child(2) dt:nth-of-type(5), .colors dl:last-child dt:nth-of-type(2), .colors dl:last-child dt:nth-of-type(3), .colors dl:last-child dt:nth-of-type(4), .colors dl:last-child dt:nth-of-type(5) {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (min-width: 1200px) {
  .colors dl:nth-last-child(2) dt:nth-of-type(2), .colors dl:nth-last-child(2) dt:nth-of-type(3), .colors dl:nth-last-child(2) dt:nth-of-type(4), .colors dl:nth-last-child(2) dt:nth-of-type(5), .colors dl:last-child dt:nth-of-type(2), .colors dl:last-child dt:nth-of-type(3), .colors dl:last-child dt:nth-of-type(4), .colors dl:last-child dt:nth-of-type(5) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .colors dl:nth-last-child(2) dd, .colors dl:last-child dd {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (min-width: 768px), print {
  .colors dl:nth-last-child(2) dd:nth-of-type(2), .colors dl:nth-last-child(2) dd:nth-of-type(3), .colors dl:nth-last-child(2) dd:nth-of-type(4), .colors dl:nth-last-child(2) dd:nth-of-type(5), .colors dl:last-child dd:nth-of-type(2), .colors dl:last-child dd:nth-of-type(3), .colors dl:last-child dd:nth-of-type(4), .colors dl:last-child dd:nth-of-type(5) {
    border-bottom: 1px solid #707070;
  }
}
.colors dl:last-child dd:nth-of-type(2), .colors dl:last-child dd:nth-of-type(3), .colors dl:last-child dd:nth-of-type(4), .colors dl:last-child dd:nth-of-type(5) {
  border-bottom: 1px solid #707070;
}

/* Custom Scroll Bar */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 20px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #ddd;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background-color: #bae1f3 !important;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #bae1f3;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: auto;
  background-color: #ddd;
  border-radius: 0;
}

/* Spinner */
.spinner {
  width: 32px;
  height: 32px;
  margin: 10px auto;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 1.0s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*掲載終了*/
.btn.finish {
  background-color: #848484;
  border-bottom: none;
  font-size: 17px;
  line-height: 52px;
  border-radius: 5px;
  cursor: auto;
}

.entry-finish {
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .entry-finish {
    margin: 0 0;
  }
}