@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/*色*/
/*フォントサイズ*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
/*webfont*/
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInSpin {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2);
  }
  100% {
    background: rgba(158, 158, 158, 0);
  }
}

@keyframes fadeInSpin {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2);
  }
  100% {
    background: rgba(158, 158, 158, 0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0) skewX(10deg);
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8;
  }
  /*80% {
		transform:translateX(-1%) skewX(-2deg);
		opacity:0.6;
	}
	90% {
		transform:translateX(1%) skewX(3deg);
		opacity:0.8;
	}*/
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0) skewX(10deg);
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8;
  }
  /*80% {
		transform:translateX(-1%) skewX(-2deg);
		opacity:0.6;
	}
	90% {
		transform:translateX(1%) skewX(3deg);
		opacity:0.8;
	}*/
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.2) translateY(-200%);
    transform: scale(0.8, 1.2) translateY(-200%);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0);
  }
  40% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 1) translateY(-20%);
    transform: scale(0.8, 1) translateY(-20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0);
  }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-5%);
    transform: scale(0.95, 1) translateY(-5%);
  }
  68% {
    opacity: 1;
    -webkit-transform: scale(1, 0.95) translateY(0%);
    transform: scale(1, 0.95) translateY(0%);
  }
  75% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-3%);
    transform: scale(0.95, 1) translateY(-3%);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-2%);
    transform: scale(1) translateY(-2%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.2) translateY(-200%);
    transform: scale(0.8, 1.2) translateY(-200%);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0);
  }
  40% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 1) translateY(-20%);
    transform: scale(0.8, 1) translateY(-20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0);
  }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-5%);
    transform: scale(0.95, 1) translateY(-5%);
  }
  68% {
    opacity: 1;
    -webkit-transform: scale(1, 0.95) translateY(0%);
    transform: scale(1, 0.95) translateY(0%);
  }
  75% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-3%);
    transform: scale(0.95, 1) translateY(-3%);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-2%);
    transform: scale(1) translateY(-2%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes jyamp {
  0% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
  }
  10% {
    -webkit-transform: scale(0.9, 1.1) translateY(0%);
    transform: scale(0.9, 1.1) translateY(0%);
  }
  35% {
    -webkit-transform: scale(1, 1) translateY(-30%);
    transform: scale(1, 1) translateY(-30%);
  }
  55% {
    -webkit-transform: scale(1.05, 0.95) translateY(-10%);
    transform: scale(1.05, 0.95) translateY(-10%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translateY(0%);
    transform: scale(0.95, 1.05) translateY(0%);
  }
  75% {
    -webkit-transform: scale(1, 1) translateY(-15%);
    transform: scale(1, 1) translateY(-15%);
  }
  90% {
    -webkit-transform: scale(0.98, 1.08) translateY(2%);
    transform: scale(0.98, 1.08) translateY(2%);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
  }
}

@keyframes jyamp {
  0% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
  }
  10% {
    -webkit-transform: scale(0.9, 1.1) translateY(0%);
    transform: scale(0.9, 1.1) translateY(0%);
  }
  35% {
    -webkit-transform: scale(1, 1) translateY(-30%);
    transform: scale(1, 1) translateY(-30%);
  }
  55% {
    -webkit-transform: scale(1.05, 0.95) translateY(-10%);
    transform: scale(1.05, 0.95) translateY(-10%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translateY(0%);
    transform: scale(0.95, 1.05) translateY(0%);
  }
  75% {
    -webkit-transform: scale(1, 1) translateY(-15%);
    transform: scale(1, 1) translateY(-15%);
  }
  90% {
    -webkit-transform: scale(0.98, 1.08) translateY(2%);
    transform: scale(0.98, 1.08) translateY(2%);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
  }
}

@-webkit-keyframes icon-rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes icon-rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}

@-webkit-keyframes icon-rotate-close {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
  }
}

@keyframes icon-rotate-close {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
  }
}

@-webkit-keyframes type6-top {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(-45deg);
    transform: translateY(-2.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg);
  }
}

@keyframes type6-top {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(-45deg);
    transform: translateY(-2.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg);
  }
}

@-webkit-keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(2.5px) rotate(0deg);
    transform: translateY(2.5px) rotate(0deg);
  }
}

@keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(2.5px) rotate(0deg);
    transform: translateY(2.5px) rotate(0deg);
  }
}

@-webkit-keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(0deg);
    transform: translateY(-2.5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(0deg);
    transform: translateY(-2.5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}

@-webkit-keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-5.5px) rotate(0deg);
    transform: translateY(-5.5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg);
  }
}

@keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-5.5px) rotate(0deg);
    transform: translateY(-5.5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg);
  }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #555555;
  font-family: sans-serif;
  line-height: 1.8;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  body,
  button,
  input,
  select,
  textarea {
    line-height: 1.6;
  }
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 4rem 0 2rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 3rem 0 2rem;
}

h5 {
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 2rem 0 2rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 2rem 0 2rem;
}

p {
  margin: 2em 0;
}

a {
  color: #4388e6;
}

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

address {
  margin: 0 0 1.5em;
}

pre {
  background: #333;
  color: #fff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  max-width: 100%;
  overflow: auto;
  padding: 3%;
}

code {
  background: #333;
  color: #fff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  max-width: 100%;
  overflow: auto;
  padding: 0.5rem 1em;
  border-radius: 0.3rem;
  display: inline-block;
}

kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark,
ins {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, #f7a200 70%, #f7a200 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #f7a200 70%, #f7a200 100%);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html,
body {
  width: 100%;
}

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*スマホ小*/
  /*スマホ中*/
  /*スマホ大*/
  /*PC小*/
}
@media only screen and (max-width: 20em) {
  html {
    font-size: 85%;
  }
}
@media only screen and (min-width: 20em) and (max-width: 30em) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 30em) and (max-width: 40em) {
  html {
    font-size: 95%;
  }
}
@media all and (min-width: 65em) {
  html {
    font-size: 100%;
  }
}

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

body {
  background: #f5f5f5;
}

blockquote {
  position: relative;
  padding: 0.5rem 2.5rem;
  background: #fff;
  margin: 0;
  z-index: 0;
  color: #888888;
}

blockquote:before,
blockquote:after {
  position: absolute;
  content: "“";
  color: #eee;
  font-size: 6rem;
  line-height: 1;
  z-index: -1;
}

blockquote:before {
  left: 0.5rem;
  top: 0.5rem;
}

blockquote:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0.5rem;
  bottom: 0.5rem;
}

q {
  quotes: "“" "”" "‘" "’";
  color: #888888;
}
q:before {
  content: open-quote;
  color: #555;
  font-size: 2em;
}
q:after {
  content: close-quote;
  color: #555;
  font-size: 2em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 2rem 0;
}

ul,
ol {
  margin: 2em 0;
  padding: 0 0 0 1em;
}

li {
  margin: 1em 0;
  line-height: 1.5;
  list-style-position: outside;
}

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

dl {
  margin: 3rem 0;
}

dt {
  font-weight: bold;
  margin: 3rem 0 1rem;
}

dd {
  margin: 1rem 0 1rem 1rem;
}

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

table {
  border-collapse: collapse;
  text-align: left;
  width: auto;
  max-width: 100%;
}
table th {
  padding: 0.5rem 1rem;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #eee;
  color: #222222;
  line-height: 1.3;
}
table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  line-height: 1.3;
}
table thead {
  background: #a6212e;
  color: #fff;
}
table thead th,
table thead td {
  color: #fff;
  background: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.entry-content {
  margin: 0;
}

.entry-title {
  margin: 0;
}

.M--auto {
  margin-right: auto;
  margin-left: auto;
}

.D--block {
  display: block;
}

.bold {
  font-weight: 700;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .Box-pc {
    display: none;
  }
}

/*PC*/
@media all and (min-width: 40em) {
  .Box-sp {
    display: none;
  }
}

.OV--h {
  overflow: hidden !important;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .OV--pc-h {
    overflow: hidden !important;
  }
}

/*PC*/
@media all and (min-width: 40em) {
  .OV--sp-h {
    overflow: hidden !important;
  }
}

.all-reset-space {
  padding: 0 !important;
  margin: 0 !important;
}

.all-reset-pd {
  padding: 0 !important;
}

.all-reset-mg {
  margin: 0 !important;
}

.w--10 {
  width: 10% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-10 {
    width: 10% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-10 {
    width: 10% !important;
  }
}

.w--20 {
  width: 20% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-20 {
    width: 20% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-20 {
    width: 20% !important;
  }
}

.w--30 {
  width: 30% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-30 {
    width: 30% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-30 {
    width: 30% !important;
  }
}

.w--40 {
  width: 40% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-40 {
    width: 40% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-40 {
    width: 40% !important;
  }
}

.w--50 {
  width: 50% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-50 {
    width: 50% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-50 {
    width: 50% !important;
  }
}

.w--60 {
  width: 60% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-60 {
    width: 60% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-60 {
    width: 60% !important;
  }
}

.w--70 {
  width: 70% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-70 {
    width: 70% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-70 {
    width: 70% !important;
  }
}

.w--80 {
  width: 80% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-80 {
    width: 80% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-80 {
    width: 80% !important;
  }
}

.w--90 {
  width: 90% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-90 {
    width: 90% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-90 {
    width: 90% !important;
  }
}

.w--100 {
  width: 100% !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-100 {
    width: 100% !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-100 {
    width: 100% !important;
  }
}

.MT--0 {
  margin-top: 0rem !important;
}

.MB--0 {
  margin-bottom: 0rem !important;
}

.PT--0 {
  padding-top: 0rem !important;
}

.PB--0 {
  padding-bottom: 0rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-0 {
    margin-top: 0rem !important;
  }
  .MB--pc-0 {
    margin-bottom: 0rem !important;
  }
  .PT--pc-0 {
    padding-top: 0rem !important;
  }
  .PB--pc-0 {
    padding-bottom: 0rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-0 {
    margin-top: 0rem !important;
  }
  .MB--sp-0 {
    margin-bottom: 0rem !important;
  }
  .PT--sp-0 {
    padding-top: 0rem !important;
  }
  .PB--sp-0 {
    padding-bottom: 0rem !important;
  }
}

.MT--5 {
  margin-top: 0.5rem !important;
}

.MB--5 {
  margin-bottom: 0.5rem !important;
}

.PT--5 {
  padding-top: 0.5rem !important;
}

.PB--5 {
  padding-bottom: 0.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-5 {
    margin-top: 0.5rem !important;
  }
  .MB--pc-5 {
    margin-bottom: 0.5rem !important;
  }
  .PT--pc-5 {
    padding-top: 0.5rem !important;
  }
  .PB--pc-5 {
    padding-bottom: 0.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-5 {
    margin-top: 0.5rem !important;
  }
  .MB--sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .PT--sp-5 {
    padding-top: 0.5rem !important;
  }
  .PB--sp-5 {
    padding-bottom: 0.5rem !important;
  }
}

.MT--10 {
  margin-top: 1rem !important;
}

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

.PT--10 {
  padding-top: 1rem !important;
}

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

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-10 {
    margin-top: 1rem !important;
  }
  .MB--pc-10 {
    margin-bottom: 1rem !important;
  }
  .PT--pc-10 {
    padding-top: 1rem !important;
  }
  .PB--pc-10 {
    padding-bottom: 1rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-10 {
    margin-top: 1rem !important;
  }
  .MB--sp-10 {
    margin-bottom: 1rem !important;
  }
  .PT--sp-10 {
    padding-top: 1rem !important;
  }
  .PB--sp-10 {
    padding-bottom: 1rem !important;
  }
}

.MT--15 {
  margin-top: 1.5rem !important;
}

.MB--15 {
  margin-bottom: 1.5rem !important;
}

.PT--15 {
  padding-top: 1.5rem !important;
}

.PB--15 {
  padding-bottom: 1.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-15 {
    margin-top: 1.5rem !important;
  }
  .MB--pc-15 {
    margin-bottom: 1.5rem !important;
  }
  .PT--pc-15 {
    padding-top: 1.5rem !important;
  }
  .PB--pc-15 {
    padding-bottom: 1.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-15 {
    margin-top: 1.5rem !important;
  }
  .MB--sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .PT--sp-15 {
    padding-top: 1.5rem !important;
  }
  .PB--sp-15 {
    padding-bottom: 1.5rem !important;
  }
}

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

.MB--20 {
  margin-bottom: 2rem !important;
}

.PT--20 {
  padding-top: 2rem !important;
}

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

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-20 {
    margin-top: 2rem !important;
  }
  .MB--pc-20 {
    margin-bottom: 2rem !important;
  }
  .PT--pc-20 {
    padding-top: 2rem !important;
  }
  .PB--pc-20 {
    padding-bottom: 2rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-20 {
    margin-top: 2rem !important;
  }
  .MB--sp-20 {
    margin-bottom: 2rem !important;
  }
  .PT--sp-20 {
    padding-top: 2rem !important;
  }
  .PB--sp-20 {
    padding-bottom: 2rem !important;
  }
}

.MT--25 {
  margin-top: 2.5rem !important;
}

.MB--25 {
  margin-bottom: 2.5rem !important;
}

.PT--25 {
  padding-top: 2.5rem !important;
}

.PB--25 {
  padding-bottom: 2.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-25 {
    margin-top: 2.5rem !important;
  }
  .MB--pc-25 {
    margin-bottom: 2.5rem !important;
  }
  .PT--pc-25 {
    padding-top: 2.5rem !important;
  }
  .PB--pc-25 {
    padding-bottom: 2.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-25 {
    margin-top: 2.5rem !important;
  }
  .MB--sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .PT--sp-25 {
    padding-top: 2.5rem !important;
  }
  .PB--sp-25 {
    padding-bottom: 2.5rem !important;
  }
}

.MT--30 {
  margin-top: 3rem !important;
}

.MB--30 {
  margin-bottom: 3rem !important;
}

.PT--30 {
  padding-top: 3rem !important;
}

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

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-30 {
    margin-top: 3rem !important;
  }
  .MB--pc-30 {
    margin-bottom: 3rem !important;
  }
  .PT--pc-30 {
    padding-top: 3rem !important;
  }
  .PB--pc-30 {
    padding-bottom: 3rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-30 {
    margin-top: 3rem !important;
  }
  .MB--sp-30 {
    margin-bottom: 3rem !important;
  }
  .PT--sp-30 {
    padding-top: 3rem !important;
  }
  .PB--sp-30 {
    padding-bottom: 3rem !important;
  }
}

.MT--35 {
  margin-top: 3.5rem !important;
}

.MB--35 {
  margin-bottom: 3.5rem !important;
}

.PT--35 {
  padding-top: 3.5rem !important;
}

.PB--35 {
  padding-bottom: 3.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-35 {
    margin-top: 3.5rem !important;
  }
  .MB--pc-35 {
    margin-bottom: 3.5rem !important;
  }
  .PT--pc-35 {
    padding-top: 3.5rem !important;
  }
  .PB--pc-35 {
    padding-bottom: 3.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-35 {
    margin-top: 3.5rem !important;
  }
  .MB--sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .PT--sp-35 {
    padding-top: 3.5rem !important;
  }
  .PB--sp-35 {
    padding-bottom: 3.5rem !important;
  }
}

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

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

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

.PB--40 {
  padding-bottom: 4rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-40 {
    margin-top: 4rem !important;
  }
  .MB--pc-40 {
    margin-bottom: 4rem !important;
  }
  .PT--pc-40 {
    padding-top: 4rem !important;
  }
  .PB--pc-40 {
    padding-bottom: 4rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-40 {
    margin-top: 4rem !important;
  }
  .MB--sp-40 {
    margin-bottom: 4rem !important;
  }
  .PT--sp-40 {
    padding-top: 4rem !important;
  }
  .PB--sp-40 {
    padding-bottom: 4rem !important;
  }
}

.MT--45 {
  margin-top: 4.5rem !important;
}

.MB--45 {
  margin-bottom: 4.5rem !important;
}

.PT--45 {
  padding-top: 4.5rem !important;
}

.PB--45 {
  padding-bottom: 4.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-45 {
    margin-top: 4.5rem !important;
  }
  .MB--pc-45 {
    margin-bottom: 4.5rem !important;
  }
  .PT--pc-45 {
    padding-top: 4.5rem !important;
  }
  .PB--pc-45 {
    padding-bottom: 4.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-45 {
    margin-top: 4.5rem !important;
  }
  .MB--sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .PT--sp-45 {
    padding-top: 4.5rem !important;
  }
  .PB--sp-45 {
    padding-bottom: 4.5rem !important;
  }
}

.MT--50 {
  margin-top: 5rem !important;
}

.MB--50 {
  margin-bottom: 5rem !important;
}

.PT--50 {
  padding-top: 5rem !important;
}

.PB--50 {
  padding-bottom: 5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-50 {
    margin-top: 5rem !important;
  }
  .MB--pc-50 {
    margin-bottom: 5rem !important;
  }
  .PT--pc-50 {
    padding-top: 5rem !important;
  }
  .PB--pc-50 {
    padding-bottom: 5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-50 {
    margin-top: 5rem !important;
  }
  .MB--sp-50 {
    margin-bottom: 5rem !important;
  }
  .PT--sp-50 {
    padding-top: 5rem !important;
  }
  .PB--sp-50 {
    padding-bottom: 5rem !important;
  }
}

.MT--55 {
  margin-top: 5.5rem !important;
}

.MB--55 {
  margin-bottom: 5.5rem !important;
}

.PT--55 {
  padding-top: 5.5rem !important;
}

.PB--55 {
  padding-bottom: 5.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-55 {
    margin-top: 5.5rem !important;
  }
  .MB--pc-55 {
    margin-bottom: 5.5rem !important;
  }
  .PT--pc-55 {
    padding-top: 5.5rem !important;
  }
  .PB--pc-55 {
    padding-bottom: 5.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-55 {
    margin-top: 5.5rem !important;
  }
  .MB--sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .PT--sp-55 {
    padding-top: 5.5rem !important;
  }
  .PB--sp-55 {
    padding-bottom: 5.5rem !important;
  }
}

.MT--60 {
  margin-top: 6rem !important;
}

.MB--60 {
  margin-bottom: 6rem !important;
}

.PT--60 {
  padding-top: 6rem !important;
}

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

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-60 {
    margin-top: 6rem !important;
  }
  .MB--pc-60 {
    margin-bottom: 6rem !important;
  }
  .PT--pc-60 {
    padding-top: 6rem !important;
  }
  .PB--pc-60 {
    padding-bottom: 6rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-60 {
    margin-top: 6rem !important;
  }
  .MB--sp-60 {
    margin-bottom: 6rem !important;
  }
  .PT--sp-60 {
    padding-top: 6rem !important;
  }
  .PB--sp-60 {
    padding-bottom: 6rem !important;
  }
}

.MT--65 {
  margin-top: 6.5rem !important;
}

.MB--65 {
  margin-bottom: 6.5rem !important;
}

.PT--65 {
  padding-top: 6.5rem !important;
}

.PB--65 {
  padding-bottom: 6.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-65 {
    margin-top: 6.5rem !important;
  }
  .MB--pc-65 {
    margin-bottom: 6.5rem !important;
  }
  .PT--pc-65 {
    padding-top: 6.5rem !important;
  }
  .PB--pc-65 {
    padding-bottom: 6.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-65 {
    margin-top: 6.5rem !important;
  }
  .MB--sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .PT--sp-65 {
    padding-top: 6.5rem !important;
  }
  .PB--sp-65 {
    padding-bottom: 6.5rem !important;
  }
}

.MT--70 {
  margin-top: 7rem !important;
}

.MB--70 {
  margin-bottom: 7rem !important;
}

.PT--70 {
  padding-top: 7rem !important;
}

.PB--70 {
  padding-bottom: 7rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-70 {
    margin-top: 7rem !important;
  }
  .MB--pc-70 {
    margin-bottom: 7rem !important;
  }
  .PT--pc-70 {
    padding-top: 7rem !important;
  }
  .PB--pc-70 {
    padding-bottom: 7rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-70 {
    margin-top: 7rem !important;
  }
  .MB--sp-70 {
    margin-bottom: 7rem !important;
  }
  .PT--sp-70 {
    padding-top: 7rem !important;
  }
  .PB--sp-70 {
    padding-bottom: 7rem !important;
  }
}

.MT--75 {
  margin-top: 7.5rem !important;
}

.MB--75 {
  margin-bottom: 7.5rem !important;
}

.PT--75 {
  padding-top: 7.5rem !important;
}

.PB--75 {
  padding-bottom: 7.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-75 {
    margin-top: 7.5rem !important;
  }
  .MB--pc-75 {
    margin-bottom: 7.5rem !important;
  }
  .PT--pc-75 {
    padding-top: 7.5rem !important;
  }
  .PB--pc-75 {
    padding-bottom: 7.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-75 {
    margin-top: 7.5rem !important;
  }
  .MB--sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .PT--sp-75 {
    padding-top: 7.5rem !important;
  }
  .PB--sp-75 {
    padding-bottom: 7.5rem !important;
  }
}

.MT--80 {
  margin-top: 8rem !important;
}

.MB--80 {
  margin-bottom: 8rem !important;
}

.PT--80 {
  padding-top: 8rem !important;
}

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

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-80 {
    margin-top: 8rem !important;
  }
  .MB--pc-80 {
    margin-bottom: 8rem !important;
  }
  .PT--pc-80 {
    padding-top: 8rem !important;
  }
  .PB--pc-80 {
    padding-bottom: 8rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-80 {
    margin-top: 8rem !important;
  }
  .MB--sp-80 {
    margin-bottom: 8rem !important;
  }
  .PT--sp-80 {
    padding-top: 8rem !important;
  }
  .PB--sp-80 {
    padding-bottom: 8rem !important;
  }
}

.MT--85 {
  margin-top: 8.5rem !important;
}

.MB--85 {
  margin-bottom: 8.5rem !important;
}

.PT--85 {
  padding-top: 8.5rem !important;
}

.PB--85 {
  padding-bottom: 8.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-85 {
    margin-top: 8.5rem !important;
  }
  .MB--pc-85 {
    margin-bottom: 8.5rem !important;
  }
  .PT--pc-85 {
    padding-top: 8.5rem !important;
  }
  .PB--pc-85 {
    padding-bottom: 8.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-85 {
    margin-top: 8.5rem !important;
  }
  .MB--sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .PT--sp-85 {
    padding-top: 8.5rem !important;
  }
  .PB--sp-85 {
    padding-bottom: 8.5rem !important;
  }
}

.MT--90 {
  margin-top: 9rem !important;
}

.MB--90 {
  margin-bottom: 9rem !important;
}

.PT--90 {
  padding-top: 9rem !important;
}

.PB--90 {
  padding-bottom: 9rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-90 {
    margin-top: 9rem !important;
  }
  .MB--pc-90 {
    margin-bottom: 9rem !important;
  }
  .PT--pc-90 {
    padding-top: 9rem !important;
  }
  .PB--pc-90 {
    padding-bottom: 9rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-90 {
    margin-top: 9rem !important;
  }
  .MB--sp-90 {
    margin-bottom: 9rem !important;
  }
  .PT--sp-90 {
    padding-top: 9rem !important;
  }
  .PB--sp-90 {
    padding-bottom: 9rem !important;
  }
}

.MT--95 {
  margin-top: 9.5rem !important;
}

.MB--95 {
  margin-bottom: 9.5rem !important;
}

.PT--95 {
  padding-top: 9.5rem !important;
}

.PB--95 {
  padding-bottom: 9.5rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-95 {
    margin-top: 9.5rem !important;
  }
  .MB--pc-95 {
    margin-bottom: 9.5rem !important;
  }
  .PT--pc-95 {
    padding-top: 9.5rem !important;
  }
  .PB--pc-95 {
    padding-bottom: 9.5rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-95 {
    margin-top: 9.5rem !important;
  }
  .MB--sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .PT--sp-95 {
    padding-top: 9.5rem !important;
  }
  .PB--sp-95 {
    padding-bottom: 9.5rem !important;
  }
}

.MT--100 {
  margin-top: 10rem !important;
}

.MB--100 {
  margin-bottom: 10rem !important;
}

.PT--100 {
  padding-top: 10rem !important;
}

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

/*PC*/
@media all and (min-width: 40em) {
  .MT--pc-100 {
    margin-top: 10rem !important;
  }
  .MB--pc-100 {
    margin-bottom: 10rem !important;
  }
  .PT--pc-100 {
    padding-top: 10rem !important;
  }
  .PB--pc-100 {
    padding-bottom: 10rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .MT--sp-100 {
    margin-top: 10rem !important;
  }
  .MB--sp-100 {
    margin-bottom: 10rem !important;
  }
  .PT--sp-100 {
    padding-top: 10rem !important;
  }
  .PB--sp-100 {
    padding-bottom: 10rem !important;
  }
}

.col__wrap,
.col__wrap--margin,
.col__wrap--marginL,
.col__wrap--marginS,
.col__wrap--center {
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__wrap--margin {
  margin: 1% -1%;
}
.col__wrap--margin > li {
  padding: 1%;
}
.col__wrap--marginL {
  margin: 2% -2%;
}
.col__wrap--marginL > li {
  padding: 2%;
}
.col__wrap--marginS {
  margin: 0.5% -0.5%;
}
.col__wrap--marginS > li {
  padding: 0.5%;
}
.col__wrap--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.col__wrap--center > li {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col--1 {
  width: 8.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--1.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-1 {
    width: 8.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-1.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-1 {
    width: 8.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-1.col--right {
    float: right;
  }
}

.col--2 {
  width: 16.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--2.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-2 {
    width: 16.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-2.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-2 {
    width: 16.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-2.col--right {
    float: right;
  }
}

.col--3 {
  width: 25%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--3.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-3.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-3.col--right {
    float: right;
  }
}

.col--4 {
  width: 33.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--4.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-4 {
    width: 33.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-4.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-4 {
    width: 33.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-4.col--right {
    float: right;
  }
}

.col--5 {
  width: 41.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--5.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-5 {
    width: 41.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-5.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-5 {
    width: 41.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-5.col--right {
    float: right;
  }
}

.col--6 {
  width: 50%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--6.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-6.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-6.col--right {
    float: right;
  }
}

.col--7 {
  width: 58.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--7.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-7 {
    width: 58.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-7.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-7 {
    width: 58.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-7.col--right {
    float: right;
  }
}

.col--8 {
  width: 66.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--8.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-8 {
    width: 66.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-8.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-8 {
    width: 66.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-8.col--right {
    float: right;
  }
}

.col--9 {
  width: 75%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--9.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-9.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-9.col--right {
    float: right;
  }
}

.col--10 {
  width: 83.33333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--10.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-10 {
    width: 83.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-10.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-10 {
    width: 83.33333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-10.col--right {
    float: right;
  }
}

.col--11 {
  width: 91.66667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--11.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-11 {
    width: 91.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-11.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-11 {
    width: 91.66667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-11.col--right {
    float: right;
  }
}

.col--12 {
  width: 100%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col--12.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--pc-12.col--right {
    float: right;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col--sp-12.col--right {
    float: right;
  }
}

.entry-wrap {
  /*PC*/
  margin: auto;
}
@media all and (min-width: 40em) {
  .entry-wrap {
    width: 900px;
  }
}

.wrap,
.wrap--100,
.entry-content,
.entry-footer {
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .wrap,
  .wrap--100,
  .entry-content,
  .entry-footer {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 40em) {
  .wrap,
  .wrap--100,
  .entry-content,
  .entry-footer {
    padding: 0 2.5%;
  }
}
.wrap--100 {
  padding: 0;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .wrap-sp {
    padding: 0 2.5%;
  }
}

.wrap--pc-15 {
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .wrap--pc-15 {
    padding: 0 20%;
  }
}
@media only screen and (max-width: 40em) {
  .wrap--pc-15 {
    padding: 0 5%;
  }
}

/* CSS Document */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
box-si .flex--pc {
  /*PC*/
}
@media all and (min-width: 40em) {
  box-si .flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex--margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--margin > * {
  padding: 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fw--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ai--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*PC*/
@media all and (min-width: 40em) {
  .ai--pc-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

/*PC*/
@media all and (min-width: 40em) {
  .ai--pc-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.ai--st {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*PC*/
@media all and (min-width: 40em) {
  .ai--pc-st {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .ai--sp-st {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.fg--1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fg--2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.fg--3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.fg--4 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

.fg--5 {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.fs--0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fb--10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

.fb--20 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.fb--30 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

.fb--40 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.fb--50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.fb--60 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

.fb--70 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

.fb--80 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

.fb--90 {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

.fb--100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/*PC*/
@media all and (min-width: 40em) {
  .fb--pc-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .fb--sp-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.od--1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/*PC*/
@media all and (min-width: 40em) {
  .od--pc-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .od--sp-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.od--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/*PC*/
@media all and (min-width: 40em) {
  .od--pc-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .od--sp-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.od--3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/*PC*/
@media all and (min-width: 40em) {
  .od--pc-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .od--sp-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.od--4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/*PC*/
@media all and (min-width: 40em) {
  .od--pc-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .od--sp-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.od--5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/*PC*/
@media all and (min-width: 40em) {
  .od--pc-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .od--sp-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.section__padding {
  padding-top: 5%;
  padding-bottom: 5%;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .section__padding {
    padding-top: 10%;
  }
}

.section-margin {
  margin-top: 10%;
}

.ins--block {
  padding: 1rem;
  display: block;
  border: solid medium #ffcd00;
  background: #fff3c4;
  color: #000;
}

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

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

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

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

.MT10 {
  margin-top: 1rem !important;
}

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

.PT10 {
  padding-top: 1rem !important;
}

.PB10 {
  padding-bottom: 1rem !important;
}

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

.MB20 {
  margin-bottom: 2rem !important;
}

.PT20 {
  padding-top: 2rem !important;
}

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

.Box-pc {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .Box-pc {
    display: none;
  }
}

.Box-sp {
  /*PC*/
}
@media all and (min-width: 40em) {
  .Box-sp {
    display: none;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-70 {
    width: 70%;
  }
}

.font-size--3S {
  font-size: 0.7rem !important;
}

.font-size--2S {
  font-size: 0.8rem !important;
}

.font-size--S {
  font-size: 0.9rem !important;
}

.font-size--M {
  font-size: 1rem !important;
}

.font-size--L {
  font-size: 1.3rem !important;
}

.font-size--2L {
  font-size: 1.6rem !important;
}

.font-size--3L {
  font-size: 2rem !important;
}

.font-size--4L {
  font-size: 3rem !important;
}

/*PC*/
@media all and (min-width: 40em) {
  .font-size--pc-3S {
    font-size: 0.7rem !important;
  }
  .font-size--pc-2S {
    font-size: 0.8rem !important;
  }
  .font-size--pc-S {
    font-size: 0.9rem !important;
  }
  .font-size--pc-M {
    font-size: 1rem !important;
  }
  .font-size--pc-L {
    font-size: 1.3rem !important;
  }
  .font-size--pc-2L {
    font-size: 1.6rem !important;
  }
  .font-size--pc-3L {
    font-size: 2rem !important;
  }
  .font-size--pc-4L {
    font-size: 3rem !important;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .font-size--sp-3S {
    font-size: 0.7rem !important;
  }
  .font-size--sp-2S {
    font-size: 0.8rem !important;
  }
  .font-size--sp-S {
    font-size: 0.9rem !important;
  }
  .font-size--sp-M {
    font-size: 1rem !important;
  }
  .font-size--sp-L {
    font-size: 1.3rem !important;
  }
  .font-size--sp-2L {
    font-size: 1.6rem !important;
  }
  .font-size--sp-3L {
    font-size: 2rem !important;
  }
  .font-size--sp-4L {
    font-size: 3rem !important;
  }
}

.font-color__main {
  color: #a6212e !important;
}

.font-color__point {
  color: #f7a200 !important;
}

.font-color__link {
  color: #4388e6 !important;
}

.font-color__red {
  color: #c00 !important;
}

.font-color__white {
  color: #fff !important;
}

.back-color__main {
  background-color: #a6212e !important;
  color: #fff;
}

.back-color__main--light {
  background-color: #ffcbd3 !important;
}

.back-color__point {
  background-color: #f7a200 !important;
  color: #fff;
}

.back-color__link {
  background-color: #3d93de !important;
  color: #fff;
}

.back-color__base {
  background-color: #fcfbf5;
}

.back-color__white {
  background-color: #fff;
}

.border-color__main {
  border-color: #a6212e !important;
}

.border-color__point {
  border-color: #f7a200 !important;
}

.back-color__sp {
  background-color: #fff;
  background-image:
    -webkit-radial-gradient(#eee 20%, transparent 20%),
    -webkit-radial-gradient(#eee 20%, transparent 20%);
  background-image: radial-gradient(#eee 20%, transparent 20%), radial-gradient(#eee 20%, transparent 20%);
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .back-color__sp {
    background-size: 2rem 2rem;
    background-position:
      0 0,
      1rem 1rem;
  }
}
@media only screen and (max-width: 40em) {
  .back-color__sp {
    background-size: 1rem 1rem;
    background-position:
      0 0,
      0.5rem 0.5rem;
  }
}

.back-stripe,
.back-stripe--bk,
.back-stripe--main,
.back-stripe--main-light,
.back-stripe--point,
.back-stripe--blue {
  position: relative;
  z-index: 0;
}
.back-stripe:after,
.back-stripe--bk:after,
.back-stripe--main:after,
.back-stripe--main-light:after,
.back-stripe--point:after,
.back-stripe--blue:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-size: 5px;
  background-color: #e9e9e9;
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27#FFF%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%276.375%206.375%2012%2012%27%20enable-background%3D%27new%206.375%206.375%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M7.082%2C18.375H6.375v-0.707L17.668%2C6.375h0.707v0.707L7.082%2C18.375z%20M18.375%2C18.375v-0.707l-0.707%2C0.707H18.375z%0A%20%20%20%20%20M7.082%2C6.375H6.375v0.707L7.082%2C6.375z%27/%3E%0A%3C/svg%3E);
  content: "";
  z-index: -1;
}
.back-stripe--bk {
  background-color: #333;
}
.back-stripe--bk:after {
  background-color: inherit;
  opacity: 0.1;
}
.back-stripe--main:after {
  background-size: 10px;
}
.back-stripe--main-light:after {
  background-color: #ffcbd3;
}
.back-stripe--point:after {
  background-size: 10px;
}
.back-stripe--blue:after {
  background-size: 10px;
}

.back-color__point {
  background-color: #f7a200;
  color: #fff;
}

.back-color__white {
  background-color: #fff;
}

.back-opa-color--main {
  position: relative;
}
.back-opa-color--main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(166, 33, 46, 0.7);
}

.back-opa-color--main__title {
  position: relative;
  z-index: 1;
}

.back-stripe--black {
  background-image: url(../img/common/stripe--black.svg);
  background-repeat: repeat;
}

.back-stripe--gray50 {
  background-image: url(../img/common/stripe--gray50.svg);
  background-repeat: repeat;
}

.back-img__text {
  background: rgba(245, 245, 245, 0.7);
}

.button,
.button-text,
.button__white,
.button__ghost--white,
.button__ghost--defo,
.button__ghost--main,
.button__ghost--point,
.button__ghost--bule,
.button__back--white,
.button__back--bule,
.button__back--point,
.button__icon--left,
.button__icon--right,
.button__icon--down {
  display: inline-block;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 100%;
  padding: 1.5rem 3%;
  border-radius: 0.2rem;
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .button,
  .button-text,
  .button__white,
  .button__ghost--white,
  .button__ghost--defo,
  .button__ghost--main,
  .button__ghost--point,
  .button__ghost--bule,
  .button__back--white,
  .button__back--bule,
  .button__back--point,
  .button__icon--left,
  .button__icon--right,
  .button__icon--down {
    min-width: 50%;
  }
}
@media only screen and (max-width: 40em) {
  .button,
  .button-text,
  .button__white,
  .button__ghost--white,
  .button__ghost--defo,
  .button__ghost--main,
  .button__ghost--point,
  .button__ghost--bule,
  .button__back--white,
  .button__back--bule,
  .button__back--point,
  .button__icon--left,
  .button__icon--right,
  .button__icon--down {
    min-width: 70%;
  }
}

.button-text {
  color: #4388e6;
  padding: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.button-text:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  margin-left: 0.3rem;
}

.button__wrap {
  text-align: center;
  margin: 1rem 0 2rem;
}

.button__white {
  text-align: center;
  border: solid 1px #555;
  color: #555;
  background: #fff;
}

.button__ghost--white {
  text-align: center;
  border: solid 2px #fff;
  color: #fff;
}

.button__ghost--defo {
  text-align: center;
  border: solid 2px #555;
  color: #555;
}

.button__ghost--main {
  text-align: center;
  border: solid 2px #a6212e;
  color: #a6212e;
}

.button__ghost--point {
  text-align: center;
  border: solid 2px #f7a200;
  color: #f7a200;
}

.button__ghost--bule {
  text-align: center;
  border: solid 2px #4388e6;
  color: #4388e6;
}

.button__back--white {
  text-align: center;
  background: #fff;
  padding: 1rem;
}

.button__back--bule {
  text-align: center;
  background: #4388e6;
  border: solid 2px #4388e6;
  color: #fff;
}
.button__back--bule > i {
  color: #fff;
}
.button__back--bule:hover {
  color: #4388e6;
  background: #fff;
}
.button__back--bule:hover > i {
  color: #4388e6;
}

.button__back--point {
  text-align: center;
  background: #f7a200;
  border: solid 2px #f7a200;
  color: #fff;
}
.button__back--point > i {
  color: #fff;
}
.button__back--point:hover {
  color: #f7a200;
  background: #fff;
}

.button__icon--left {
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
}
.button__icon--left > i {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  font-size: 1.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button__icon--right {
  position: relative;
  padding-right: 2rem;
  text-align: left;
}
.button__icon--right.center {
  text-align: center;
}
.button__icon--right:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a6212e;
}
.button__icon--right.oc-banner__button:after {
  color: #fff;
  right: 0.6rem;
  -webkit-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  transform: translateY(-44%);
}

.button__icon--down {
  position: relative;
}
.button__icon--down:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  position: absolute;
  bottom: 0.3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #a6212e;
}

.link-visited:visited {
  color: #aaa;
}

.top-title {
  font-style: normal;
  line-height: 1.3;
  border: none;
  padding: 0;
  margin: 1rem 0 1rem;
  text-align: center;
  font-weight: 300;
  color: #a6212e;
  position: relative;
}
.top-title sub {
  font-size: 1rem;
  line-height: 1.3;
  display: block;
}

.button-h-more {
  position: absolute;
  font-size: 0.8rem;
  text-decoration: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #555;
  display: inline-block;
  padding: 0.5rem 1px 0.5rem 1rem;
}
.button-h-more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  position: absolute;
  color: #a6212e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry-header,
.entry-header--cc {
  text-align: center;
  position: relative;
  overflow: hidden;
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .entry-header,
  .entry-header--cc {
    padding: 5%;
  }
}
@media only screen and (max-width: 40em) {
  .entry-header,
  .entry-header--cc {
    padding: 15% 2.5%;
  }
}
.entry-header:before,
.entry-header--cc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(150deg, rgba(255, 215, 70, 0.78), rgba(255, 59, 105, 0.54));
  background: linear-gradient(-60deg, rgba(255, 215, 70, 0.78), rgba(255, 59, 105, 0.54));
}
.entry-header .img-back--100,
.entry-header--cc .img-back--100 {
  filter: blur(0.1rem);
}
.entry-header > *,
.entry-header--cc > * {
  position: relative;
  z-index: 2;
  color: #fff;
}
.entry-header .meta-list,
.entry-header--cc .meta-list {
  float: none;
  text-shadow: 0.1rem 0 0.5rem rgba(0, 0, 0, 0.3);
}
.entry-header .meta-list li,
.entry-header--cc .meta-list li,
.entry-header .meta-list a,
.entry-header--cc .meta-list a {
  color: #fff;
}

.entry-header--cc:before {
  background: -webkit-linear-gradient(150deg, rgba(255, 215, 70, 0.7) 0%, rgba(206, 147, 191, 0.8) 45%, rgba(184, 147, 191, 0.9) 100%);
  background: linear-gradient(-60deg, rgba(255, 215, 70, 0.7) 0%, rgba(206, 147, 191, 0.8) 45%, rgba(184, 147, 191, 0.9) 100%);
}

.entry-header--cc .img-back--100 {
  filter: blur(0);
}

.entry-title {
  font-size: 1.6rem;
  text-shadow: 0.1rem 0 0.5rem rgba(0, 0, 0, 0.3);
}

.page-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1rem;
  background: #a6212e;
  color: #fff;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .page-title {
    margin-top: 1rem;
  }
}

.h-center {
  text-align: center;
  line-height: 1.3;
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .h-center {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 40em) {
  .h-center {
    font-size: 2rem;
  }
}

.tagline {
  text-align: center;
  font-family: "こぶりなゴシック W6 JIS2004";
  line-height: 1.3;
  font-size: 1.6rem;
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .tagline {
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 40em) {
  .tagline {
    margin: 2rem 0;
  }
}

.h-voice {
  font-size: 1.6rem;
  font-family: "こぶりなゴシック W6 JIS2004";
  line-height: 1.3;
  text-align: center;
}

.h-back,
.h-back--main,
.h-back--point {
  padding: 3%;
  line-height: 1.3;
  padding: 0.5rem 1rem;
  color: #fff;
}
.h-back--main {
  background: #a6212e;
  color: #fff;
}
.h-back--point {
  background: #f7a200;
  color: #fff;
}

.h-left-border,
.h-left-border__main,
.h-left-border__point {
  margin: 3rem 0 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  background: #fff;
}

.h-left-border__main {
  border-left: solid 0.5rem #a6212e;
}

.h-left-border__point {
  border-left: solid 0.5rem #f7a200;
}

.h-boder-center {
  display: block;
  position: relative;
  font-weight: 300;
}
.h-boder-center:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.h-boder-center__inner {
  background: #fff;
  padding: 0 0.5rem;
  position: relative;
  z-index: 5;
}

.h-center.icon {
  text-align: center;
  border: none;
  padding: 0;
  font-size: 1.6rem;
}
.h-center.icon > i {
  display: block;
  color: #ccc;
  font-size: 5rem;
}

.h-icon,
.h-icon--top {
  margin: 3rem 0 1rem;
  padding-left: 2.5rem;
  font-size: 1.3rem;
  position: relative;
}
.h-icon > i,
.h-icon--top > i {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.h-icon--top > i {
  top: 1.3rem;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.h-left-img {
  border: none;
  position: relative;
  padding-left: 1.3rem;
}
.h-left-img > img {
  width: 1em;
  height: auto;
  position: absolute;
}

.h-under-line {
  padding-bottom: 0.3rem;
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  border-bottom: solid 1px #ccc;
}

.h-bottom-border {
  color: #555;
  background: none;
  margin: 0;
  border-bottom: dotted 1px #555;
  padding: 0 0 0.5rem 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.inner-title,
.inner-title__back {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
}

.inner-title__back {
  padding: 0.5rem 1rem;
}

.h-catch {
  font-size: 3rem;
  letter-spacing: 0.3rem;
}

.marker-yellow {
  color: #000;
  background: -webkit-linear-gradient(transparent 50%, #fbe67c 50%, #fbe67c 100%);
  background: linear-gradient(transparent 50%, #fbe67c 50%, #fbe67c 100%);
  font-weight: normal;
}

.marker-point {
  color: #000;
  background: -webkit-linear-gradient(transparent 50%, #fbe67c 50%, #fbe67c 100%);
  background: linear-gradient(transparent 50%, #fbe67c 50%, #fbe67c 100%);
}
.marker-point--main-light {
  background: -webkit-linear-gradient(transparent 50%, rgba(166, 33, 46, 0.5) 50%, rgba(166, 33, 46, 0.5) 100%);
  background: linear-gradient(transparent 50%, rgba(166, 33, 46, 0.5) 50%, rgba(166, 33, 46, 0.5) 100%);
}
.marker-point--yellow {
  background: -webkit-linear-gradient(transparent 50%, #fbe67c 50%, #fbe67c 100%);
  background: linear-gradient(transparent 50%, #fbe67c 50%, #fbe67c 100%);
}

.h-inline-back-color {
  padding: 0.5rem 1rem;
  background-repeat: repeat;
  border-radius: 0;
  font-weight: bold;
  font-size: .h-inline-back-color font-size--L;
  border: none;
  background: #a6212e;
  color: #fff;
  display: inline-block;
  margin: 0;
  border: none;
}

.h-block-double-line {
  color: #fff;
  display: block;
  text-align: center;
  padding: 2.5%;
  font-size: .h-block-double-line font-size--L;
  border: 0.2rem double #fff;
  margin-bottom: 2.5%;
  letter-spacing: 0.2rem;
}

.h-center-under-line {
  font-style: normal;
  line-height: 1.3;
  border-bottom: 1px solid #a6212e;
  padding: 0 0 1rem;
  text-align: center;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .h-center-under-line {
    font-size: 1.9rem;
  }
}

.h-left-point-line {
  border-bottom: 1px solid #666;
  border-left: 5px solid #a6212e;
  font-weight: 500;
  padding: 0 0 0.3em 1rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .h-left-point-line {
    font-size: 1.6rem;
  }
}

.img-back,
.img-back--100 {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-back--100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.img-back__eye--100 {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-back__eye--100:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.img-back__eye--70 {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-back__eye--70:before {
  display: block;
  content: "";
  padding-top: 70%;
}

.img-back__eye--50 {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-back__eye--50:before {
  display: block;
  content: "";
  padding-top: 50%;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .img-back--sp__eye--100 {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-back--sp__eye--100:before {
    display: block;
    content: "";
    padding-top: 100%;
  }
}

/*PC*/
@media all and (min-width: 40em) {
  .img-back--pc__eye--70 {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-back--pc__eye--70:before {
    display: block;
    content: "";
    padding-top: 70%;
  }
  .img-back--pc__eye--50 {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-back--pc__eye--50:before {
    display: block;
    content: "";
    padding-top: 50%;
  }
}

.thum-circle {
  text-align: center;
  position: relative;
}
.thum-circle .img-back,
.thum-circle .img-back--100 {
  border-radius: 9999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.thum-circle .img-back[style^="background-image"]:before,
.thum-circle [style^="background-image"].img-back--100:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thum-circle .img-back:hover,
.thum-circle .img-back--100:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thum-circle .img-back.no-link:hover,
.thum-circle .no-link.img-back--100:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.thum-circle figcaption {
  line-height: 130%;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.thum-circle__name {
  margin-top: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0;
}

.img-back__link {
  display: block;
  padding-top: 70%;
}

.wp-caption,
img[class*="wp-image-"] {
  padding: 1.5%;
  background: #fff;
  border: solid 1px #ccc;
}
.wp-caption img,
img[class*="wp-image-"] img {
  padding: 0;
  boder: none;
  background: none;
}
.page .wp-caption,
.page img[class*="wp-image-"] {
  border: none;
  padding: 0;
}
.wp-caption .wp-caption-text,
img[class*="wp-image-"] .wp-caption-text {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #888888;
  margin: 1rem 0 0 0;
}

img.icon-kokki {
  width: 15%;
  height: auto;
  position: absolute;
  top: 2.5%;
  right: 2.5%;
  z-index: 100;
}
.thum-circle img.icon-kokki {
  width: 30%;
}

.img-circle__shadow,
.img-circle__shadow--main {
  width: 100%;
  padding-top: 100%;
  display: block;
  margin: 0 0 0 15px;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: -15px 1px #888888;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-circle__shadow--main {
  box-shadow: -15px 1px #ffcbd3;
}

.img-circle {
  width: 100%;
  padding-top: 100%;
  display: block;
  margin: 0;
  border-radius: 9999px;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #888888;
}

.img-circle-txt {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.3;
}

.img-icon-center {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* CSS Document */
.this-table {
  display: table;
}

.this-tr {
  display: table-row;
}

.this-td {
  display: table-cell;
  vertical-align: middle;
}

[class^="table-"] {
  border-spacing: 1px;
}
[class^="table-"] th,
[class^="table-"] td {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 140%;
  padding: 0.8rem 1rem;
  border: solid 1px #ccc;
}
[class^="table-"] .table-h {
  font-size: 1.5rem;
}
[class^="table-"] .tyui {
  font-size: 1em;
}
[class^="table-"] th {
  background: #fff7f8;
}
[class^="table-"] thead th {
  background: #ffcbd3;
  color: #222222;
  font-size: 120%;
  font-weight: bold;
}
[class^="table-"] .center {
  text-align: center;
}

.table-color--defo th {
  background: #eee;
}

.entry-wrap .entry .table-style--none td,
.entry-wrap .entry .table-style--none th {
  font-size: 1rem;
  background: none;
  border: none;
  padding: 0;
  color: #555;
}

.table-w--100 {
  width: 100%;
}

table td.table__cell--border-none,
table th.table__cell--border-none {
  border: none;
}

.table-vertical-top th,
.table-vertical-top td {
  vertical-align: top;
}

.table-size-defo th,
.table-size-defo td {
  font-size: 1rem;
}

.table-size-defo--pc {
  /*PC*/
}
@media all and (min-width: 40em) {
  .table-size-defo--pc th,
  .table-size-defo--pc td {
    font-size: 1rem;
  }
}

.table-left th {
  text-align: left;
}

.table-td-right td {
  text-align: right;
}

.table-th-nowrap th {
  white-space: nowrap;
}

.table-center td {
  text-align: center;
}

.table-black thead th {
  background: #555;
  color: #fff;
  padding: 1rem;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .sp-list {
    display: block;
  }
  .sp-list td,
  .sp-list th {
    width: 100% !important;
    display: list-item;
    list-style: none;
    padding: 0 !important;
  }
}

/*PC*/
@media all and (min-width: 40em) {
  .table-noWrap th {
    white-space: nowrap;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .table-spList tr {
    display: block;
  }
  .table-spList th,
  .table-spList td {
    display: list-item;
    list-style: none;
    font-size: 1rem;
    line-height: 150%;
  }
  .table-spList th {
    background: #ddd;
    color: #111;
  }
  .sp-table-scllor,
  .sp-scllor {
    width: 100%;
    overflow-x: scroll;
  }
  .sp-table-scllor th,
  .sp-scllor th {
    white-space: nowrap;
  }
  .sp-table-scllor th small,
  .sp-scllor th small {
    display: block;
  }
  .sp-table-w20rem {
    width: 20rem;
  }
  .sp-table-w25rem {
    width: 25rem;
  }
  .sp-table-w30rem {
    width: 30rem;
  }
  .sp-table-w35rem {
    width: 35rem;
  }
  .sp-table-w40rem {
    width: 40rem;
  }
  .sp-table-w45rem {
    width: 45rem;
  }
  .sp-table-w50rem {
    width: 50rem;
  }
  .sp-table-w55rem {
    width: 55rem;
  }
  .sp-table-w60rem {
    width: 60rem;
  }
  .sp-w20rem {
    width: 20rem !important;
    max-width: none;
  }
  .sp-w25rem {
    width: 25rem !important;
    max-width: none;
  }
  .sp-w30rem {
    width: 30rem !important;
    max-width: none;
  }
  .sp-w35rem {
    width: 35rem !important;
    max-width: none;
  }
  .sp-w40rem {
    width: 40rem !important;
    max-width: none;
  }
  .sp-w45rem {
    width: 45rem !important;
    max-width: none;
  }
  .sp-w50rem {
    width: 50rem !important;
    max-width: none;
  }
  .sp-w55rem {
    width: 55rem !important;
    max-width: none;
  }
  .sp-w60rem {
    width: 60rem !important;
    max-width: none;
  }
}

.table-ol {
  counter-reset: count1;
  /*全スマホ*/
}
.table-ol th {
  background: #eee;
  color: #333;
  vertical-align: middle;
  padding: 0.5rem;
}
.table-ol th .num,
.table-ol th .text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.table-ol th .num {
  height: 100%;
  background: #555;
  padding: 0.5rem;
  color: #fff;
}
.table-ol th .num:before {
  counter-increment: count1;
  content: "Step.0" counter(count1);
}
.table-ol th .text {
  padding-left: 0.5rem;
}
.table-ol th small {
  line-height: 120%;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .table-ol th,
  .table-ol td {
    display: list-item;
    list-style: none;
  }
}
.table-ol tr:nth-of-type(n + 10) th .num:before {
  content: "Step." counter(count1);
}

.table-flow {
  border: none;
}
.table-flow th,
.table-flow td {
  border: none;
}
.table-flow th {
  text-align: left;
  white-space: nowrap;
  width: 1rem;
}
.table-flow td {
  background: #fff;
}

th.table-flow__h-number {
  font-size: 1.5rem;
}

.table-flow__title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: dotted 1px #999;
}

td.table-flow__content {
  padding: 5%;
}
td.table-flow__content > * {
  margin: 1rem 0;
}
td.table-flow__content > *:nth-child(1) {
  margin-top: 0;
}
td.table-flow__content > *:last-child {
  margin-bottom: 0;
}

.table-sotuken {
  width: 100%;
  margin: 1rem 0;
}
.table-sotuken th {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.table-sotuken td {
  padding-left: 1.5rem;
  vertical-align: top;
}
.table-sotuken td a {
  text-decoration: none;
  display: block;
  padding-left: 1rem;
  position: relative;
  color: #555;
}
.table-sotuken td i {
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: #a6212e;
}

.list--clear {
  margin: 0;
  padding: 0;
  text-indent: inherit;
  list-style: none;
}

[class^="list-disc"] {
  padding-left: 1.3em !important;
}
[class^="list-disc"] > li {
  list-style: none;
}
[class^="list-disc"] > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  display: inline-block;
  margin-left: -1.3em;
  padding-right: 0.3em;
}

.list-icon {
  padding-left: 1.3em !important;
}
.list-icon > li {
  list-style: none;
}
.list-icon > li > i {
  display: inline-block;
  margin-left: -1.3em;
  padding-right: 0.3em;
}
.list-icon > li[class^="col--pc"] {
  /*PC*/
}
@media all and (min-width: 40em) {
  .list-icon > li[class^="col--pc"] {
    padding-right: 1.3em !important;
  }
}

.list-disc--main > li:before {
  color: #a6212e;
}

.list-disc--point > li:before {
  color: #f7a200;
}

.list-slash {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0.8em;
}
.list-slash > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.list-slash > li:after {
  content: "／";
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .list-slash > li:after {
    content: "　";
  }
}
.list-slash > li:last-child:after {
  content: "";
}

.nitei,
.nitei--PB0 {
  overflow: hidden;
  zoom: _1;
  margin: 0 0 -0.4em 0;
  padding: 0;
}
.nitei > li,
.nitei--PB0 > li {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.6em 0.4em 0;
  font-family: Oswald, "sans-serif";
}
.nitei > li small,
.nitei--PB0 > li small {
  font-family: "ゴシックMB101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.nitei > li.end,
.nitei--PB0 > li.end {
  display: none !important;
}
.nitei.koushin > li,
.koushin.nitei--PB0 > li {
  display: none;
}
.nitei.koushin > li.still,
.koushin.nitei--PB0 > li.still {
  display: inline-block;
}
.nitei--PB0 > li {
  padding-bottom: 0;
}

.table-month,
.table-month--PB0 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.6em 0.4em 0;
  font-family: Oswald, "sans-serif";
}
.table-month small,
.table-month--PB0 small {
  font-family: "ゴシックMB101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.table-month--PB0 {
  padding-bottom: 0;
}

ul[class^="tyui"] {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0.5em 0 1em;
  padding-left: 1.3em;
}
ul[class^="tyui"] > li {
  margin: 0.5em 0;
  list-style: none;
}
ul[class^="tyui"] > li:before {
  color: #c00;
  content: "※";
  display: inline-block;
  margin-left: -1.3em;
  padding-right: 0.3em;
}

ul.tyui--size-M {
  font-size: 1em;
}

.list-count--kakko {
  counter-reset: count-kakko;
  padding-left: 2em;
}
.list-count--kakko > li {
  list-style: none;
  text-indent: -1em;
}
.list-count--kakko > li:before {
  counter-increment: count-kakko;
  content: "(" counter(count-kakko) ")";
  display: inline-block;
}

.list-count--circle {
  counter-reset: count-circle;
  list-style-type: none !important;
  display: inline-block;
  padding-left: 0;
}
.list-count--circle > li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
  padding: 1rem 1rem 1rem 3rem;
  margin: 0;
  background: #fff;
  border-bottom: dotted 1px #ccc;
  text-align: left;
}
.list-count--circle > li:before {
  position: absolute;
  counter-increment: count-circle;
  content: counter(count-circle);
  display: inline-block;
  background: #a6212e;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50%;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border-box {
  border: solid 2px #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #f5f5f5;
}

.border-box__inner {
  border: dotted 1px #000;
  padding: 10px;
  background: #fff;
}

.w--100 {
  width: 100%;
}

/*PC*/
@media all and (min-width: 40em) {
  .w--pc-50 {
    width: 50%;
    display: block;
  }
  .w--pc-60 {
    width: 60%;
    display: block;
  }
  .w--pc-70 {
    width: 70%;
    display: block;
  }
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .w--sp-100 {
    width: 100%;
  }
}

.box--white {
  background: #fff;
  padding: 2.5%;
}

.point-box {
  padding: 0.1rem;
}

.point-box__title {
  background: #f7a200;
  margin: 0;
  padding: 2.5%;
  text-align: center;
  color: #000;
  border-radius: 0.3rem 0.3rem 0 0;
  line-height: 1;
  font-weight: 300;
  font-family: "DSきりぎりす";
}

.point-box__title-em {
  font-size: 2rem;
  display: block;
}

.point-box__cont {
  background: #fff;
  padding: 5%;
  border: solid 0.2rem #f7a200;
  border-radius: 0 0 0.3rem 0.3rem;
}

.point-box__text {
  font-size: 0.9rem;
  margin: 0;
}

/*PC*/
@media all and (min-width: 40em) {
  .culum-box,
  .culum-box--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .culum-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.culum-box__img {
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .culum-box__img {
    width: 49%;
    min-height: 100%;
  }
  .culum-box--1 .culum-box__img {
    width: 70%;
    padding-top: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 40em) {
  .culum-box__img {
    padding-top: 70%;
  }
  .culum-box--1 .culum-box__img {
    width: 90%;
    padding-top: 90%;
    margin: auto;
  }
}

.culum-box__cont,
.culum-box__cont--main,
.culum-box__cont--point {
  border: solid 1px #000;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='000' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: rgba(255, 255, 255, 0.7);
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .culum-box__cont,
  .culum-box__cont--main,
  .culum-box__cont--point {
    width: 49%;
    padding: 1%;
  }
  .culum-box--1 .culum-box__cont,
  .culum-box--1 .culum-box__cont--main,
  .culum-box--1 .culum-box__cont--point {
    width: 70%;
    padding: 1.7%;
    margin: 1rem auto;
  }
}
@media only screen and (max-width: 40em) {
  .culum-box__cont,
  .culum-box__cont--main,
  .culum-box__cont--point {
    width: 95%;
    padding: 4%;
    margin: -10% auto 0;
    position: relative;
    z-index: 1;
  }
  .culum-box--1 .culum-box__cont,
  .culum-box--1 .culum-box__cont--main,
  .culum-box--1 .culum-box__cont--point {
    margin-top: 1rem;
  }
}
.culum-box__cont--main {
  border-color: #a6212e;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='#a6212e' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.culum-box__cont--point {
  border-color: #f7a200;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='#f7a200' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.culum-box__inner {
  padding: 5%;
  background: #fff;
}

.culum-box__title {
  text-align: center;
  margin: 5% 0;
  color: #222222;
}
.culum-box__title .h-boder-center {
  width: 30%;
  margin: auto;
}

.culum-box__text {
  margin: 1rem 0;
  color: #555;
}

.gakka-tokutyou__hr {
  background: #fff;
  margin: 5% 0;
}

.gakka-tokutyou__title {
  text-align: center;
  color: #000;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.box-img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-img-left__img {
  width: 30%;
  margin: 0 auto;
}

.box-img-left__cont {
  padding-left: 1rem;
}

.box-img-left--sp-list {
  /*PC*/
  /*全スマホ*/
}
@media all and (min-width: 40em) {
  .box-img-left--sp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media only screen and (max-width: 40em) {
  .box-img-left--sp-list {
    display: block;
  }
  .box-img-left--sp-list .box-img-left__img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .box-img-left--sp-list .box-img-left__cont {
    padding-left: 0;
  }
}

.box-img-left__title {
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
}

.box-img-left__text {
  margin: 1rem 0 0 0;
}

.stripe-box {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='000' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 2%;
  background-color: #fff;
}

.stripe-box--main {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='#a6212e' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 2%;
  background-color: #fff;
}

.stripe-box--point {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='#f7a200' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 2%;
  background-color: #fff;
}

.stripe-box__inner {
  padding: 2%;
  background: #fff;
}

.color-box {
  min-height: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.color-box__h {
  margin: 0;
  padding: 5%;
  font-size: 1.3rem;
  line-height: 1.3;
}

.color-box__cont {
  margin: 0;
  padding: 5%;
  background: #fff;
  font-size: 0.9rem;
}

.kikaku__title {
  background: #a6212e;
  color: #fff;
  line-height: 1;
  padding: 2.5%;
  margin-bottom: 0;
}

.kikaku__cont {
  padding: 2.5%;
  border: solid 1px #a6212e;
  background: #fff;
}

.kikaku__list > li {
  margin: 0.5rem 0;
  line-height: 1.3;
}

.box-bg__triangle {
  position: relative;
  padding: 5% 10% 4%;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .box-bg__triangle {
    padding: 5% 5% 4%;
  }
}
.box-bg__triangle:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background-image: url(../img/users/koukou12/bg-triangle_before.svg);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: top left;
  width: 40%;
  height: 100%;
}
.box-bg__triangle:after {
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  background-image: url(../img/users/koukou12/bg-triangle_after.svg);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom right;
  width: 40%;
  height: 100%;
}

.center {
  text-align: center;
}

/*PC*/
@media all and (min-width: 40em) {
  .center-pc {
    text-align: center;
  }
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .left-sp {
    text-align: left;
  }
}

.select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .select-btn {
    width: 100%;
  }
}

.select-btn__parts {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.8rem 1.5rem;
  list-style: none;
  cursor: pointer;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .select-btn__parts {
    margin-bottom: 0;
    padding: 0.8rem;
  }
}
.select-btn__parts:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
  margin-right: 0.3rem;
}
.select-btn__parts > a {
  color: #555;
  text-decoration: none;
}

.step-circle {
  width: 95%;
  margin: 0 auto;
}

.step-circle__item,
.step-circle__item--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 3rem 0;
  position: relative;
  background: #fefefe;
  padding: 1.3rem 1.5rem;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .step-circle__item,
  .step-circle__item--start {
    display: block;
  }
}
.step-circle__item--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.step-circle__item:not(:last-child):after,
.step-circle__item--start:not(:last-child):after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  position: absolute;
  left: 50%;
  bottom: -2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step-circle__number {
  margin: 0 1rem 0 0;
  text-align: center;
  background: #b4b4b4;
  border-radius: 50%;
  color: #fff;
  height: 6.5rem;
  width: 6.5rem;
  line-height: 6.5;
  white-space: nowrap;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .step-circle__number {
    margin: 0 auto 1rem auto;
  }
}

.step-circle__cont {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .step-circle__cont {
    line-height: 1.5;
  }
}
.step-circle__cont > *:first-child {
  margin-top: 0;
}
.step-circle__cont > *:last-child {
  margin-bottom: 0;
}

.step-circle__img {
  margin-bottom: 1rem;
  padding: 0.1rem;
  border: 1px solid #ccc;
}

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