@charset "UTF-8";
/*
Theme Name:   くまもと都市圏合同就職説明会
Description:  As you like it.
Author:       SHIN Inc.
Author URI:   
Version:      1.0
*/
/* Font
--------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?455ckt");
  src: url("/fonts/icomoon.eot?455ckt#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?455ckt") format("truetype"), url("/fonts/icomoon.woff?455ckt") format("woff"), url("/fonts/icomoon.svg?455ckt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Custom Propaties
--------------------------------*/
:root {
  --scrollbar: 0px;
}

/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1216px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-top: 6.5789473684vw;
    margin-bottom: 6.5789473684vw;
  }
}
@media print, screen and (min-width: 1216px) {
  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.common-content, .site-content, .site-footer-content, .site-header-content {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1216px) {
  .common-content, .site-content, .site-footer-content, .site-header-content {
    padding-right: 38px;
    padding-left: 38px;
  }
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 24px;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/
.header-logo {
  text-align: center;
}

.global-nav {
  display: none;
}
.no-js .global-nav {
  display: block;
}
.global-nav__link {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .global-nav {
    display: block;
  }
  .global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .global-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

.fixed, .fixed > body {
  height: 100%;
  overflow: hidden;
}
.fixed .site {
  position: relative;
}

.menu-button {
  background: transparent;
  color: inherit;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
}
@media print, screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.menu-icon {
  display: block;
}
.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: currentColor;
}
.menu-icon__bar--1 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.menu-icon__bar--2 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

/* Footer
--------------------------------*/
.foot-contact {
  max-width: 700px;
  margin: 0 3.125vw 30px;
  padding: 20px 0 25px 0;
  background-color: #1F8754;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .foot-contact {
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 1216px) {
  .foot-contact {
    margin: 0 auto 30px;
  }
}
.foot-contact__text {
  font-size: 0.875em;
}
.foot-contact__btn {
  display: block;
  max-width: 280px;
  border: solid 2px #1F8754;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #1F8754;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.site-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #00BAAF;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.site-footer-data {
  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;
}
@media print, screen and (min-width: 768px) {
  .site-footer-data {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer-logo {
    text-align: left;
    width: 8%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.footer-logo img {
  width: 30px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .footer-logo img {
    width: auto;
  }
}

.sponsorship {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sponsorship {
    width: 58%;
    margin-bottom: 3rem;
    text-align: left;
  }
}
.sponsorship-name {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
}
.sponsorship-link {
  display: block;
  font-size: 0.8rem;
}
.sponsorship-area {
  display: block;
  font-size: 0.8rem;
}

.footer-org {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .footer-org {
    width: 33%;
    text-align: right;
  }
}

.org-name {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
}

.org-tel {
  display: block;
  font-size: 0.8rem;
}

.org-email {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .org-email {
    margin-bottom: 0;
  }
}

.copyright {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
}

/* Site Content
--------------------------------*/
.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 8px 0;
  font-size: 0.875em;
}
.breadcrumbs > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs li + li:before {
  margin: 0 4px;
  content: ">";
}

/* Home
--------------------------------*/
.hero {
  background-color: #00BAAF;
  text-align: center;
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.point-list-content {
  margin: 10px 3.125vw 15px;
}
@media print, screen and (min-width: 768px) {
  .point-list-content {
    margin: 40px auto 40px;
  }
}
.point-list__item {
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .point-list__item {
    margin: 0 8px;
  }
}

.home-slide {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .home-slide {
    max-width: 1140px;
    margin: 0 auto 60px;
  }
}
.home-slide-container {
  position: relative;
}
.home-slide img {
  width: 100%;
  height: auto;
}
.home-slide-pagination {
  bottom: 0;
  margin-bottom: -35px;
}
@media print, screen and (min-width: 768px) {
  .home-slide-pagination {
    margin-bottom: -35px;
  }
}
.home-slide-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: solid 1px #808080;
  opacity: 1;
}
.home-slide-pagination .swiper-pagination-bullet-active {
  background-color: #D9D9D9;
}

.home-entry {
  margin: 0 3.125vw;
  padding: 2em 1.5em;
  border: solid 2px #D4D5D7;
  background-color: #FFFFEE;
}
@media print, screen and (min-width: 768px) {
  .home-entry {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2.5em 0;
  }
}
.home-entry__head {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .home-entry__head {
    font-size: 1.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .home-entry__first {
    text-align: center;
  }
}
.home-entry .common-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-news {
  margin: 40px 0;
  padding: 40px 3.125vw;
  background-color: #F0F0F0;
}
@media print, screen and (min-width: 768px) {
  .home-news {
    margin: 60px 0;
    padding: 60px 3.125vw 30px;
  }
}
.home-news__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .home-news__list {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.home-news__item {
  padding: 30px 0;
}
.home-news__item:not(:last-child) {
  border-bottom: solid 1px #D9D9D9;
}
.home-news__item:last-child {
  padding-bottom: 0;
}
.home-news__data {
  font-weight: bold;
  color: #41464A;
  margin-right: 4px;
}
.home-news__cat {
  display: inline-block;
  width: 80px;
  margin-right: 4px;
  border: solid 1px #808080;
  background-color: #fff;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  border-radius: 4px;
}
.home-news__link {
  display: block;
  padding: 6px 0;
}

.home-timetable {
  margin: 0 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .home-timetable {
    margin: 0;
  }
}

.timetable-control {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.timetable-control__item {
  display: block;
  text-align: center;
  background-color: #D4D5D7;
  color: #fff;
  padding: 10px 50px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: relative;
}
.timetable-control__item[aria-selected=true] {
  background-color: #00BAAF;
}

.timetable-panel {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #00BAAF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 768px) {
  .timetable-panel {
    max-width: 700px;
    margin: 0 auto;
  }
}
.tabcontrol  [role=tabpanel] {
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 0;
}
.tabcontrol  [role=tabpanel][aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}

.home-timetable-content th {
  border: none;
  padding: 20px;
  width: 20%;
}
.home-timetable-content td {
  border: none;
  padding: 20px;
  width: 80%;
}
.home-timetable-content tr:nth-child(2n) th, .home-timetable-content tr:nth-child(2n) td {
  background-color: #F5F4E3;
}

.home-open {
  margin: 40px 0;
  padding: 40px 3.125vw;
  background-color: #F0F0F0;
}
@media print, screen and (min-width: 768px) {
  .home-open {
    margin: 60px 0;
    padding: 60px 3.125vw 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-open__img {
    max-width: 700px;
    margin: 0 auto;
  }
}
.home-open__cat {
  width: 130px;
  display: block;
  margin: 8px auto;
  border-radius: 2px;
  background-color: #EC7097;
  color: #fff;
  text-align: center;
  font-size: 0.688em;
}
@media print, screen and (min-width: 768px) {
  .home-open__cat {
    margin: 13px auto;
    font-size: 1em;
  }
}
.home-open__title {
  text-align: center;
  font-size: 1.313em;
  font-weight: bold;
}
.home-open__data {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.home-open__data span {
  font-size: 16px;
}
.home-open__table {
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .home-open__table {
    max-width: 1140px;
    margin: 20px auto;
  }
}
.home-open__table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-open__table table tr th {
  display: block;
  width: 100%;
  padding: 15px 25px;
  border: none;
  background-color: #00BAAF;
  color: #fff;
}
.home-open__table table tr td {
  display: block;
  width: 100%;
  padding: 20px 25px;
  border: none;
  background-color: #fff;
}
.home-open__company {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.home-open-btn {
  margin: 40px 0;
  text-align: center;
}
.home-open-btn .common-btn {
  margin: 10px auto;
}
.home-open-btn__history {
  color: #1F8754;
}

.home-flow {
  margin: 0 3.125vw;
  counter-reset: number 0;
}
@media print, screen and (min-width: 768px) {
  .home-flow {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.home-flow__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-flow__item {
  margin-bottom: 60px;
  padding: 40px 30px;
  border-radius: 5px;
  border: solid 2px #D4D5D7;
  background-color: #FFFFEE;
  position: relative;
}
.home-flow__item:first-child {
  margin-top: 60px;
}
.home-flow__item::before {
  counter-increment: number 1;
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 53px;
  width: 53px;
  top: 0;
  right: 0;
  left: 0;
  margin: -27px auto auto auto;
  border-radius: 50%;
  background-color: #00BAAF;
  font-size: 24px;
  color: #fff;
  position: absolute;
}
.home-flow__item strong {
  color: #ff3b3b;
}
.home-flow__title {
  color: #1F8754;
  font-size: 1.25em;
}
.home-flow__subtitle {
  padding: 5px 0;
  background-color: #00BAAF;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
}
.home-flow__btn {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  padding: 5px 0;
  text-decoration: none;
  background-color: #fff;
  border: solid 2px #1F8754;
  color: #1F8754;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}
.home-flow__btn img {
  margin-right: 5px;
}

.home-link {
  margin: 40px 0;
  padding: 40px 3.125vw 0;
}
@media print, screen and (min-width: 768px) {
  .home-link {
    margin: 60px 0;
    padding: 60px 3.125vw 0;
  }
}
.home-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .home-link__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.home-link__item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .home-link__item {
    width: 24%;
  }
  .home-link__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
.home-link__item p {
  margin: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .home-link__item p {
    margin: 10px 0;
  }
}
.home-link__link {
  display: block;
  text-align: center;
}
.home-link__link img {
  width: 100%;
  height: auto;
}
.home-link__link span {
  display: block;
  margin-top: 10px;
}

/* Page
--------------------------------*/
.page-header {
  padding: 10px 0;
  border-bottom: solid 1px #d4d5d7;
}
.page-header.title {
  padding-bottom: 0;
}
.page-header-content {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page-header-content {
    width: 1140px;
  }
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  margin: 10px 0 0 0;
  font-size: 28px;
}
.page-title span {
  display: block;
}
.page-title-content {
  background-color: #00BAAF;
  color: #fff;
  text-align: center;
}

.common-content-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.common-content-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  margin: 15px auto 0;
  background-color: #000;
}

.common-content {
  margin: 30px auto;
}
.common-content:last-child {
  margin-bottom: 45px;
}

.common-title {
  font-size: 1.125em;
}
.common-title::before {
  font-family: icomoon;
  color: #00BAAF;
  margin-right: 6px;
}
.common-title--login::before {
  content: "\e901";
}
.common-title--beginner::before {
  content: "\e902";
}
.common-title--entry::before {
  content: "\e900";
}

.common-head {
  font-size: 0.875em;
}

a.common-btn {
  display: block;
  max-width: 280px;
  border: solid 2px #1F8754;
  border-radius: 8px;
  text-align: center;
  margin: 40px auto;
  padding: 10px;
  color: #fff;
  background-color: #1F8754;
  text-decoration: none;
  font-weight: bold;
}
a.common-btn--white {
  background-color: #fff;
  color: #1F8754;
}
a.common-btn--flow {
  margin-top: 30px;
  margin-bottom: 0px;
}
a.common-btn:hover {
  background-color: #1F8754;
  color: #fff;
}

.content-width {
  margin: 30px 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .content-width {
    width: 700px;
    margin: 60px auto;
  }
}
.content-width:last-child {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .content-width:last-child {
    margin-bottom: 80px;
  }
}
.content-width--bg {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background-color: #FFFFEE;
}
.content-width--bg.last {
  margin-bottom: 0;
}

.spbr {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .spbr {
    display: inline;
  }
}

/* login
==============================*/
.login-content {
  padding: 25px 35px;
  background-color: #FFFFEE;
  border-radius: 4px;
  border: solid 1px #d4d5d7;
}
.login-content__title {
  font-size: 0.875em;
  padding: 20px;
  background-color: #00BAAF;
  color: #fff;
}

.login-form__title {
  font-size: 0.875em;
}
.login-form__area input {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .login-form__area input {
    width: 30em;
  }
}
.login-form__area:last-child {
  margin-bottom: 30px;
}
.login-form__note {
  display: block;
  width: 100%;
  font-size: 0.75em;
  margin: 5px 0;
}

.login-submit {
  margin: 10px 0;
  text-align: center;
}
.login-submit input[type=checkbox] {
  margin-right: 3px;
}
.login-submit .your-acceptance {
  font-size: 0.75em;
  margin-bottom: 20px;
}
.login-submit input[type=submit] {
  display: block;
  width: 280px;
  border: solid 2px #1F8754;
  border-radius: 8px;
  text-align: center;
  margin: 5px auto 20px;
  padding: 10px;
  color: #fff;
  background-color: #1F8754;
  text-decoration: none;
  font-weight: bold;
}
.login-submit input[type=submit]:hover {
  opacity: 0.6;
}
.login-submit__note {
  color: #1F8754;
  text-decoration: underline;
}
.login-submit--entry {
  padding: 0 35px 20px;
  text-align: left;
}

a.login-submit__note {
  margin: 0 auto;
  color: #1F8754;
  text-decoration: underline;
  font-weight: bold;
}
a.login-submit__note:hover {
  text-decoration: none;
}

.entry-content {
  padding: 0;
  background-color: #FFFFEE;
  border-radius: 4px;
  border: solid 1px #d4d5d7;
}
.entry-content:first-child {
  margin-top: 0;
}
.entry-content__title {
  font-size: 0.875em;
  padding: 20px;
  background-color: #00BAAF;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.entry-form {
  padding: 0 35px;
}
.entry-form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-form__area input {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .entry-form__area input {
    width: 100%;
  }
}
.entry-form__area textarea {
  width: 100%;
}
.entry-form__area:last-child {
  margin-bottom: 30px;
}

.entry-submit {
  margin: 30px 0 0px;
  text-align: center;
}
.entry-submit input[type=submit] {
  display: block;
  width: 280px;
  border: solid 2px #1F8754;
  border-radius: 8px;
  text-align: center;
  margin: 20px auto;
  padding: 15px;
  color: #fff;
  background-color: #1F8754;
  text-decoration: none;
  font-weight: bold;
}
.entry-submit input[type=submit]:hover {
  opacity: 0.6;
}
.entry-submit .your-acceptance input[type=checkbox] {
  margin-right: 3px;
}
.entry-submit .your-acceptance a {
  text-decoration: underline;
  color: #36B9EF;
}
.entry-submit .your-acceptance a:hover {
  text-decoration: none;
}

.entry-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 260px;
  margin: 20px auto;
  padding: 0;
}
.entry-flow__item {
  font-weight: bold;
  text-align: center;
  color: #00BAAF;
  position: relative;
}
.entry-flow__item span {
  display: block;
  font-size: 11px;
}
.entry-flow__item::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 3px #d4d5d7;
}
.entry-flow__item:not(:first-child)::after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  top: 0;
  right: 0;
  margin: 8px 25px 0 0;
  background-color: #d4d5d7;
  position: absolute;
}
.entry-flow__item.current::before {
  border-color: #00BAAF;
}
.entry-flow__item.current:not(:first-child)::after {
  background-color: #00BAAF;
}

.entry-check {
  font-size: 0.875em;
}
.entry-check th {
  width: 100%;
  background-color: #D4D5D7;
  border: solid 2px #D4D5D7;
}
@media print, screen and (min-width: 768px) {
  .entry-check th {
    width: 20%;
  }
}
.entry-check td {
  width: 100%;
  border: solid 2px #D4D5D7;
}
@media print, screen and (min-width: 768px) {
  .entry-check td {
    width: 80%;
  }
}
.entry-check tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .entry-check tr:not(:last-child) th, .entry-check tr:not(:last-child) td {
    border-bottom: none;
  }
}

.send-head {
  display: block;
  margin: 60px auto 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.send-text {
  font-size: 0.875em;
}

/* privacy poricy
==============================*/
.privacy-content dt {
  margin-bottom: 10px;
  color: #1F8754;
  font-size: 1.125em;
}
.privacy-content dd {
  margin-bottom: 40px;
  font-size: 0.875em;
}
.privacy-content dd ul {
  list-style-type: decimal;
}
.privacy-content dd li {
  margin: 10px 0;
}

.disclaimer-text {
  font-size: 0.875em;
}

/* about
==============================*/
.about-head {
  margin: 50px 0;
  color: #1F8754;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.about-list__item {
  width: 49%;
  margin-bottom: 2%;
  padding: 20px 0;
  border-radius: 6px;
  background-color: #FDF001;
  color: #000;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .about-list__item {
    width: 32%;
  }
}
.about-list__item:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media print, screen and (min-width: 768px) {
  .about-list__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .about-list__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.about-summary {
  margin: 0 3.125vw 40px;
}
@media print, screen and (min-width: 768px) {
  .about-summary {
    margin: 0 0 40px;
  }
}
.about-summary dt {
  color: #009026;
  font-size: 1.125em;
}
.about-btn a {
  margin: 10px auto;
}

/* job
==============================*/
.detail-list {
  margin: 0 3.125vw 40px;
}
@media print, screen and (min-width: 768px) {
  .detail-list {
    margin: 0 0 40px;
  }
}
.detail-list dt {
  color: #009026;
  font-size: 1.125em;
}
/* histry
==============================*/
.histry-title {
  padding: 0 0 10px 0;
  border-bottom: solid 1px #000;
  color: #1F8754;
  font-size: 1.125em;
}

.histry-list {
  padding: 0;
  list-style-type: none;
}
.histry-list__btn {
  padding: 5px 15px;
  background-color: #CCE264;
  font-weight: bold;
  position: relative;
}
.histry-list__btn::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 15px auto auto;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  position: absolute;
}
.histry-list__item {
  margin-bottom: 10px;
}
.histry-list__item:last-child {
  margin-bottom: 40px;
}

.histry-link {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.histry-link.open {
  display: block;
  padding: 0 2em;
}
.histry-link__item {
  margin-bottom: 0.5em;
}
.histry-link__item:first-child {
  margin-top: 20px;
}
.histry-link__item:last-child {
  margin-bottom: 40px;
}
.histry-link__item a {
  text-decoration: none;
}
.histry-link__item a:hover {
  text-decoration: underline;
}
.histry-link__item a[target=_blank]::after {
  content: "\e904";
  font-family: icomoon;
}

/* info
==============================*/
.info-img {
  text-align: center;
  margin-bottom: 25px;
}

.info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.info-tag span {
  width: 120px;
  margin: 0 6px;
  padding: 3px 0;
  display: block;
  background-color: #FDF001;
  font-weight: bold;
  border-radius: 2px;
  font-size: 0.688em;
}

.info-title {
  margin: 10px auto 30px;
  text-align: center;
  font-size: 1.313em;
  font-weight: bold;
}
.info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-data__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  width: 54px;
  margin-right: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FDF001;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}
.info-data__schedule-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-data__day {
  font-size: 1.5em;
  font-weight: bold;
}
.info-data__day span {
  font-size: 0.667em;
}

.timetable-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.timetable-nav__btn {
  display: block;
  width: 200px;
  margin: 0 3.125vw;
  padding: 5px;
  text-align: center;
  background-color: #D9D9D9;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
}

.timetable-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.timetable-list__item:nth-child(2n) {
  background-color: #F5F4E3;
}
.timetable-list__item:first-child {
  border-radius: 10px 10px 0 0;
}
.timetable-list__item:last-child {
  border-radius: 0 0 10px 10px;
}
.timetable-list__time {
  width: 40%;
  padding: 13px 10px 13px 20px;
}
@media print, screen and (min-width: 768px) {
  .timetable-list__time {
    width: 30%;
  }
}
.timetable-list__data {
  width: 60%;
  padding: 13px 20px 13px 10px;
}
@media print, screen and (min-width: 768px) {
  .timetable-list__data {
    width: 70%;
  }
}
.timetable-list__name {
  margin-bottom: 6px;
  font-size: 0.938em;
}
.timetable-list__name a {
  text-decoration: underline;
}
.timetable-list__name a:hover {
  text-decoration: none;
}
.timetable-list__link, .timetable-list__zoom {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
  font-size: 0.688em;
  background-color: #D9D9D9;
  border-radius: 2px;
}
.timetable-list__link a, .timetable-list__zoom a {
  display: block;
  border-radius: 2px;
  text-decoration: none;
}
.timetable-list__link a:hover, .timetable-list__zoom a:hover {
  opacity: 0.6;
}
.timetable-list__link span, .timetable-list__zoom span {
  display: block;
  padding: 6px;
}
.timetable-list__link span::after, .timetable-list__zoom span::after {
  content: "\e903";
  font-family: icomoon;
  margin-left: 6px;
}
.timetable-list__link a {
  background-color: #1F8754;
}
.timetable-list__zoom a {
  background-color: #3777F4;
}

/* company
==============================*/
.company-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.75em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #999;
  text-align: center;
}
.company-tag__item {
  width: 32%;
  margin-bottom: 2%;
  padding: 3px;
  border: solid 1px #999;
  border-radius: 4px;
}
.company-tag__item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.common-data {
  text-align: center;
  font-size: 1.5em;
}
.common-data span {
  font-size: 0.833em;
}

.company-gaiyou dt {
  margin-bottom: 10px;
  color: #1F8754;
  font-size: 1.125em;
}
.company-gaiyou dd {
  margin-bottom: 20px;
  font-size: 0.875em;
}
.company-gaiyou dd ul {
  list-style-type: decimal;
}
.company-gaiyou dd li {
  margin: 10px 0;
}

.company-recruiting__item {
  margin-bottom: 25px;
  background-color: #fff;
}
.company-recruiting__data {
  padding: 1em 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .company-recruiting__data {
    padding: 20px 30px 10px;
  }
}
.company-recruiting__title {
  color: #1F8754;
  font-size: 1.125em;
  font-weight: bold;
}
.company-recruiting .common-btn {
  margin-top: 30px;
  margin-bottom: 10px;
}

.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: solid 1px #D9D9D9;
}
.news-list__item:last-child {
  margin-bottom: 50px;
}
.news-list__data {
  margin: 0 12px 0 0;
  font-weight: bold;
}
.news-list__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  border-radius: 4px;
  background-color: #00BAAF;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
.news-list__cate:hover {
  opacity: 0.6;
}
.news-list__title {
  width: 100%;
}
.news-list__title:hover {
  text-decoration: none;
}

.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.news-nav a {
  color: #1F8754;
}
.news-nav .prev, .news-nav .next {
  position: relative;
}
.news-nav .prev::before, .news-nav .next::before {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  border-top: solid 2px #1F8754;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-nav .prev {
  padding-left: 15px;
}
.news-nav .prev::before {
  border-left: solid 2px #1F8754;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto auto auto 0;
}
.news-nav .next {
  padding-right: 15px;
}
.news-nav .next::before {
  border-right: solid 2px #1F8754;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto 0 auto auto;
}

.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.news-header__title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.news-header__data {
  margin: 0 12px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #1F8754;
}
.news-header__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  border-radius: 4px;
  background-color: #00BAAF;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
.news-header__cate:hover {
  opacity: 0.6;
}

.news-detail {
  margin: 0 0 50px 0;
}
.news-detail__img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-detail p {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Post
--------------------------------*/
.post {
  margin: 60px 0;
}

.entry-title {
  margin: 0;
}
.entry-title > a {
  text-decoration: none;
}
.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}
.attachment .entry-content {
  text-align: center;
}
.entry-content strong {
  color: inherit;
}
.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 40px;
}
.post-share__heading {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.alignnone {
  vertical-align: baseline;
}

div.wpcf7 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.field {
  margin-bottom: 20px;
}
.field__label {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 8px;
  background: #36B9EF;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #D4D5D7;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}
.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  text-align: center;
  text-indent: 20px;
}

label[for], .wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  width: 240px;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 60px auto 0;
  text-align: center;
}

.pagination {
  margin-right: -4px;
  margin-left: -4px;
}

.post-navigation a {
  text-decoration: none;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-next {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: auto;
}
.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
}
.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 4px;
  padding: 6px;
  border: 1px solid #000;
  font-size: 16px;
  text-decoration: none;
}
.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}
.page-numbers.prev:before {
  content: "\f104";
}
.page-numbers.next:before {
  content: "\f105";
}

/* Social
--------------------------------*/
.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.share-buttons__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 4px;
}
.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}
.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}
.share-buttons__link.facebook {
  background-color: #3b5998;
}
.share-buttons__link.twitter {
  background-color: #1da1f3;
}
.share-buttons__link.googleplus {
  background-color: #dd4b39;
}
.share-buttons__link.tumblr {
  background-color: #36465d;
}
.share-buttons__link.pocket {
  background-color: #ef4056;
}
.share-buttons__link.hatena {
  background-color: #00a5de;
}
.share-buttons__link.line {
  background-color: #00c300;
}
.share-buttons__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.share-buttons__link.facebook:before {
  content: '\f09a';
}

.share-buttons__link.twitter:before {
  content: '\f099';
}

.share-buttons__link.googleplus:before {
  content: '\f0d5';
}

.share-buttons__link.tumblr:before {
  content: '\f173';
}

.share-buttons__link.pocket:before {
  content: '\f265';
}

.share-buttons__link.hatena:before {
  content: 'B!';
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: 'LINE';
}

/* Extra
--------------------------------*/
.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1216px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}