@charset "UTF-8";
/*
Theme Name: 社会福祉協議会仕事就職フェア
Description: WordPressテンプレート「社会福祉協議会仕事就職フェア」
Version: 1.0.0
Author: 社会福祉協議会
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

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

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*# sourceMappingURL=sanitize.min.css.map */
/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: heisei-maru-gothic-std, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6rem;
  overflow: hidden;
}

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

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

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a img {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wide {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.min {
  width: 100%;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}

/*
//------------------------------------------------
//	Header Setting
//------------------------------------------------
*/
#top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 85px;
  z-index: 1000;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .inner::before {
  content: "";
  position: absolute;
  left: 2.5%;
  bottom: 0;
  width: 95%;
  height: 90%;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 0 3px 30px rgba(125, 139, 200, 0.3);
  box-shadow: 0 3px 30px rgba(125, 139, 200, 0.3);
}
#top .inner .top-content {
  padding: 10px 30px;
  /*padding-right: 400px;*/
  padding-right: 220px;
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 15px 10px;
  background-color: #fff;
}
#top .inner .top-content .top-content__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
#top .inner .top-content .top-content__inner .top-content__logo {
  /*text-align: right;*/
  max-width: 350px;
  -ms-flex: 0 0 350px;
  -webkit-box-flex: 0;
  flex: 0 0 350px;
}
#top .inner .top-content .top-content__inner .top-content__logo .logo {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 100%;
  font-weight: normal;
}
#top .inner .top-content .top-content__inner .top-content__logo .logo a {
  display: block;
  color: #0e2a8d;
  letter-spacing: -0.1em;
}
#top .inner .top-content .top-content__inner .top-content__logo .logo a span {
  font-size: 1.4rem;
  color: #666;
  display: block;
  text-align: right;
  letter-spacing: 0 !important;
}
#top .inner .top-content .top-content__inner .top-content__logo .logo img {
  width: 410px;
}
#top .inner .top-content .top-content__inner .gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#top .inner .top-content .top-content__inner .gnav ul li a {
  display: block;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  font-size: 1.6rem;
  white-space: nowrap;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: color;
  transition-property: color;
  position: relative;
}
#top .inner .top-content .top-content__inner .gnav ul li a:hover {
  text-decoration: underline;
}
#top .inner .top-content .top-content__inner .gnav ul li.dropdown-trigger a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 1.2rem;
  margin-left: -0.6rem;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#top .inner .top-content .top-content__inner .inquiry {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /*width: 380px;*/
  /*width: 200px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
}
#top .inner .top-content .top-content__inner .inquiry a {
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-top: 7%;
  color: #fff;
  text-align: center;
  height: 100%;
}
#top .inner .top-content .top-content__inner .inquiry a.reserve {
  background: #3271da;
  min-width: 180px;
  border-radius: 0 10px 10px 0;
}
#top .inner .top-content .top-content__inner .inquiry a.tel {
  background: #0e2a8d;
  border-radius: 0 10px 10px 0;
  min-width: 200px;
}
#top .inner .top-content .top-content__inner .inquiry a i {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 5px;
}
#top .inner .top-content .top-content__inner .inquiry a .num {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
#top .inner .top-content .top-content__inner .inquiry a .txt {
  display: block;
  font-size: 1.4rem;
}
#top.fixed {
  top: 0;
  /*background:#fff;*/
}
#top.fixed .inner {
  width: 100%;
  max-width: 100%;
}
#top.fixed .inner .top-content {
  border-radius: 0;
}
#top.fixed .inner .top-content .top-content__inner .inquiry a.tel {
  border-radius: 0;
}
#top.pagetmpl-company .inner .top-content {
  padding-right: 200px;
  /*padding-right: 10px;*/
}
#top.pagetmpl-company .inner .top-content .top-content__inner .inquiry {
  width: 180px;
}
#top.pagetmpl-company .inner .top-content .top-content__inner .inquiry a.reserve {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#top.pagetmpl-company.fixed .inner .top-content .top-content__inner .inquiry a.reserve {
  border-radius: 0;
}

/*
//------------------------------------------------
//	Hero Setting
//------------------------------------------------
*/
#wrap {
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  background: #eaf2fa;
}

#subpage #wrap {
  height: 300px;
}

#hero {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vh;
  border-radius: 50px;
  height: 90vh;
  /*background:url(/wp-content/themes/fare-wp/images/mv_348274_m.jpg) no-repeat center center;*/
  background-size: cover;
  position: relative;
}
#hero::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  border-radius: 50px;
  z-index: 1;
}
#hero .wide {
  position: relative;
  height: 100%;
  z-index: 2;
}
#hero .wide .hero-box {
  padding: 1.5em 2em;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  position: absolute;
  top: 12%;
  left: 0;
}
#hero .wide .hero-box .ttl {
  font-size: 4.8rem;
  margin-bottom: 0.6em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 900;
}
#hero .wide .hero-box .ttl span {
  color: #0e2a8d;
}
#hero .wide .hero-box .sub {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.etc-pr {
  margin-bottom: 3em;
}

body#subpage #hero {
  width: 100%;
  height: auto;
  padding-top: 270px;
  padding-bottom: 180px;
  position: relative;
  border-radius: 0;
  margin-top: 0;
}
body#subpage #hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0;
}

#home #hero .vegas-slide {
  overflow: hidden;
  border-radius: 50px;
}

/*
//------------------------------------------------
//	Module Setting
//------------------------------------------------
*/
.content-left {
  float: left;
}

.content-right {
  float: right;
}

.scpd {
  padding: 5em 0;
  position: relative;
}

.to-archive {
  text-align: center;
}

.btn {
  display: inline-block;
  min-width: 180px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #0e2a8d;
  box-sizing: border-box;
  padding: 0 2em;
  text-decoration: none !important;
}
.btn:hover {
  background: #3271DA;
}
.btn.btn-big {
  min-width: 240px;
  height: 62px;
  line-height: 62px;
}
.btn.btn-white {
  background: #fff;
  border: #0e2a8d 1px solid;
  color: #0e2a8d;
}
.btn span {
  display: inline-block;
  position: relative;
}
.btn span::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f105";
  font-weight: 900;
}

.sec-header {
  text-align: center;
  margin-bottom: 4em;
}
.sec-header .sub {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.sec-header .sec-ttl {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
}
.sec-header .sec-ttl span {
  color: #0e2a8d;
}

.page-header {
  text-align: center;
}
.page-header .page-ttl {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.page-header .page-ttl span {
  display: block;
  font-size: 2rem;
}

.sec-sub-header {
  margin-bottom: 2.5em;
}
.sec-sub-header .content-left .sec-ttl {
  font-size: 2.4rem;
  display: inline-block;
  font-weight: 400;
}
.sec-sub-header .content-left .sec-ttl span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1.5em;
}
.sec-sub-header a {
  display: inline-block;
  text-align: right;
  padding-top: 10px;
  color: #0e2a8d;
  text-decoration: underline;
}

.bg-pt-1 {
  background: #0e2a8d;
}

.bg-pt-2 {
  background: #eaf2fa;
  overflow: hidden;
}

#index-testimonials {
  background: #eaeff7;
  padding-top: 12em;
}

#index-concept {
  font-size: 1.8rem;
  padding-bottom: 1.5em;
}

#index-news {
  margin-bottom: 3em;
  background: #eaeff7 url(/wp-content/themes/fare-wp/images/bg_clouds.png) repeat-x center top;
}
#index-news .table {
  margin-bottom: 4em;
}
#index-news .table .th {
  vertical-align: top;
  width: 45%;
  padding-right: 5%;
}
#index-news .table .td {
  vertical-align: top;
  width: 50%;
}
#index-news .table .td ul {
  list-style: none;
}
#index-news .table .td ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

#index-features {
  background: #EAF2FA;
  background: linear-gradient(0deg, #EAF2FA 50%, #fff 50%);
  position: relative;
  z-index: 2;
}

#index-nav {
  background: #EAF2FA;
  background: linear-gradient(0deg, #fff 50%, #EAF2FA 50%);
}

#index-covid {
  text-align: center;
}
#index-covid img {
  max-width: 100%;
  width: auto;
}

.md-testimonials .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-testimonials .flex .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2em;
}
.md-testimonials .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-testimonials .flex .item .icon {
  text-align: center;
  margin-bottom: 1.5em;
}
.md-testimonials .flex .item .icon img {
  width: 105px;
  border-radius: 50%;
}
.md-testimonials .flex .item .ttl {
  text-align: center;
  font-size: 1.8rem;
  color: #0e2a8d;
  margin-bottom: 1em;
}
.md-testimonials .flex .item .txt {
  border-radius: 8px;
  border: #d0d0d0 1px solid;
  padding: 1.5em;
  font-size: 1.4rem;
  background: #fff;
}
.md-testimonials .to-archive {
  margin-top: 3em;
  text-align: center;
}

.md-styled-list .flex {
  list-style: none;
  justify-content: space-between;
}
.md-styled-list .flex .item {
  text-align: center;
  width: 23%;
}
.md-styled-list .flex .item a {
  display: block;
  padding: 1.5em;
  background: #fff;
  box-shadow: #ccc 0 0 10px;
  border-radius: 10px;
}
.md-styled-list .flex .item a:hover {
  -webkit-transform: translateY(-5px) scale(1.01);
  transform: translateY(-5px) scale(1.01);
}
.md-styled-list .flex .item a .icon {
  padding: 0;
  height: 140px;
  line-height: 140px;
  overflow: hidden;
}
.md-styled-list .flex .item a .icon img {
  height: 60px;
  width: auto;
}
.md-styled-list .flex .item a .icon.mini img {
  height: 50px;
}
.md-styled-list .flex .item a .link {
  color: #0e2a8d;
}
.md-styled-list .flex .item a .link::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f105";
  margin-left: 0.5em;
  font-weight: 900;
}

.md-news-list dl {
  display: table;
  width: 100%;
  margin-bottom: 2em;
  font-size: 1.4rem;
}
.md-news-list dl:last-child {
  margin-bottom: 0;
}
.md-news-list dl dt,
.md-news-list dl dd {
  display: table-cell;
}
.md-news-list dl dt {
  width: 25%;
}
.md-news-list dl dd a {
  color: #0e2a8d;
}

.md-news-list-2 .flex {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.md-news-list-2 .flex .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2em;
}
.md-news-list-2 .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-news-list-2 .flex .item .thumb {
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}
.md-news-list-2 .flex .item .thumb span {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 8px 25px;
  background: #0e2a8d;
  color: #fff;
}
.md-news-list-2 .flex .item .thumb a:hover img {
  transform: scale(1.1);
}
.md-news-list-2 .flex .item .txt .ttl {
  font-size: 1.6rem;
  margin-bottom: 0.7em;
}
.md-news-list-2 .flex .item .txt .excerpt {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 1.3em;
}
.md-news-list-2 .flex .item .txt .meta {
  font-size: 1.4rem;
}
.md-news-list-2 .flex .item .txt .meta a {
  display: inline-block;
  position: relative;
  color: #666;
}
.md-news-list-2 .flex .item .txt .meta a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f02b";
  color: #0e2a8d;
  margin-right: 8px;
  font-weight: 900;
}

.md-timetable {
  margin-bottom: 4em;
}
.md-timetable table {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.md-timetable table th,
.md-timetable table td {
  border: #d0d0d0 1px solid;
  padding: 1em;
  text-align: center;
}
.md-timetable table th {
  color: #fff;
  background: #0e2a8d;
  /*
  &:last-child{
  	background: $sub-color;
  }
  */
}
.md-timetable table td {
  background: #fff;
  color: #F3A639;
}
.md-timetable table td.none, .md-timetable table td.time {
  color: #000;
}
.md-timetable p {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fffa99 50%);
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

.md-frame {
  padding: 1.5em 2em;
  border: #d0d0d0 1px solid;
  margin-bottom: 4em;
}
.md-frame .sentry p:last-child {
  margin-bottom: 0;
}
.md-frame .sec-header {
  margin-bottom: 1.5em;
}
.md-frame .sec-header .sec-ttl {
  font-size: 3.2rem;
}
.md-frame ul.flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-frame ul.flex li {
  width: 25%;
}
.md-frame ul.flex li.half {
  width: 50% !important;
}
.md-frame ul.flex li.full {
  width: 100% !important;
}
.md-frame ul.flex.third li {
  width: 33.333333%;
}
.md-frame .half-flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-frame .half-flex .left {
  width: 60%;
}
.md-frame .half-flex .right {
  width: 35%;
}
.md-frame .half-flex .right .thumb {
  border: #0e2a8d 3px solid;
}
.md-frame .half-flex .right p {
  text-align: center;
}
.md-frame.colored {
  border-color: #0e2a8d;
  background: #EAF2FA;
}

.md-faq {
  margin: 2.5em 0 1em 0;
}
.md-faq .grp-ttl {
  font-size: 2rem;
  margin-bottom: 1em;
}
.md-faq dl:not(:last-of-type) {
  margin-bottom: 2.5em;
}
.md-faq dl dt {
  position: relative;
  margin-left: 52px;
  padding: 10px 1em;
  border: #ddd 1px solid;
  border-radius: 5px;
  margin-bottom: 1em;
}
.md-faq dl dt::before {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #0e2a8d;
  color: #fff;
  content: "Q";
  display: inline-block;
  left: -52px;
  top: 8px;
}
.md-faq dl dd {
  position: relative;
  margin-left: 52px;
  padding: 10px 1em;
  border: #ddd 1px solid;
  border-radius: 5px;
}
.md-faq dl dd::before {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #3271da;
  color: #fff;
  content: "A";
  display: inline-block;
  left: -52px;
  top: 8px;
}

.md-calendar {
  padding: 1.5em 2em;
  background: rgba(255, 255, 255, 0.75);
  color: #0e2a8d;
  border-radius: 10px;
}
.md-calendar table {
  width: 100%;
  margin-bottom: 1.5em;
}
.md-calendar table th,
.md-calendar table td {
  font-weight: 700;
}
.md-calendar table thead tr {
  border-bottom: #0e2a8d 1px solid;
}
.md-calendar table thead tr th {
  text-align: center;
  padding: 0.5em 0 1em 0;
}
.md-calendar table thead tr th:first-child {
  text-align: left;
  border-right: #0e2a8d 1px solid;
  width: 30%;
}
.md-calendar table tbody tr th,
.md-calendar table tbody tr td {
  padding: 0.6em 0;
}
.md-calendar table tbody tr th {
  text-align: left;
  border-right: #0e2a8d 1px solid;
  font-size: 1.6rem;
}
.md-calendar table tbody tr td {
  text-align: center;
}
.md-calendar table tbody tr td.colored {
  color: #F3A639;
}
.md-calendar table tbody tr:first-child th:first-child {
  padding-top: 1.7em;
}
.md-calendar p {
  font-size: 1.4rem;
}

.md-styled-feature .pos-r {
  position: relative;
}
.md-styled-feature .pos-r .feature-wrapper {
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 50%;
  height: 95%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.md-styled-feature .pos-r .feature-wrapper::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 90%;
  -webkit-box-shadow: 0 3px 30px rgba(125, 139, 200, 0.3);
  box-shadow: 0 3px 30px rgba(125, 139, 200, 0.3);
}
.md-styled-feature .pos-r .feature-wrapper .feature-wrapper__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(/wp-content/themes/fare-wp/images/img_for-job-seeker.jpg) no-repeat center top;
  background-size: cover;
}
.md-styled-feature .pos-r .featured-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.md-styled-feature .pos-r .featured-text .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.md-styled-feature .pos-r .featured-text .col .featured-text__wrapper {
  background-color: #fff;
  position: relative;
  top: 80px;
  padding: 0 157px;
}
.md-styled-feature .pos-r .featured-text .col .featured-text__wrapper .str {
  position: relative;
  z-index: 2;
  top: -77px;
  left: 5%;
}
.md-styled-feature .pos-r .featured-text .col .featured-text__wrapper .str .ttl {
  font-weight: 300;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  color: #0e2a8d;
  display: inline-block;
}
.md-styled-feature .pos-r .featured-text .col .featured-text__content {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 0 150px 0;
  position: relative;
  left: 5%;
}
.md-styled-feature .pos-r .featured-text .col .featured-text__content .ttl {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-weight: 400;
  font-size: 3rem;
  line-height: 150%;
  margin-bottom: 20px;
}
.md-styled-feature .pos-r .featured-text .col .featured-text__content p {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-weight: 300;
  line-height: 220%;
  margin-bottom: 2.5em;
}

.md-styled-feature-2 .flex {
  align-items: center;
}
.md-styled-feature-2 .flex .item {
  width: 50%;
  box-sizing: border-box;
}
.md-styled-feature-2 .flex .item:nth-child(2n) {
  padding: 0 2.5em 0 4em;
  color: #fff;
}
.md-styled-feature-2 .flex .item:nth-child(2n) .ttl {
  font-size: 3rem;
  letter-spacing: 0.15em;
}
.md-styled-feature-2 .flex .item:nth-child(2n) .txt {
  margin: 2.5em 0;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
}
.md-styled-feature-2 .flex .item:nth-child(2n) .btn {
  background: #fff;
  color: #0e2a8d;
}

.md-link-list .flex {
  justify-content: space-between;
}
.md-link-list .flex .item {
  width: 45.5%;
  display: block;
  position: relative;
  box-shadow: rgba(140, 140, 140, 0.5) 0 0 20px;
  border-radius: 10px;
  background: none;
  overflow: hidden;
}
.md-link-list .flex .item .txt-box {
  position: absolute;
  bottom: 1.2em;
  left: 1.7em;
  padding: 1em 1.5em;
  background: rgba(255, 255, 255, 0.7);
  min-width: 210px;
  letter-spacing: 0.1em;
}
.md-link-list .flex .item .txt-box img {
  border-right: 10px;
}
.md-link-list .flex .item .txt-box .ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  text-shadow: #fff 1px 1px 5px;
}
.md-link-list .flex .item .txt-box .en {
  font-size: 1.4rem;
  text-shadow: #fff 1px 1px 3px;
}
.md-link-list .flex .item:hover {
  -webkit-transform: translateY(-10px) scale(1.01) !important;
  transform: translateY(-10px) scale(1.01) !important;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#contactform .full {
  width: 100%;
}
#contactform .half {
  width: 50%;
}
#contactform input[type=text],
#contactform input[type=email],
#contactform input[type=tel],
#contactform input[type=url],
#contactform textarea {
  display: block;
  box-sizing: border-box;
  border: #999999 1px solid;
  background: #fff;
  padding: 10px;
  margin-bottom: 0.5em;
}
#contactform .mwform-tel-field input[type=text] {
  display: inline-block;
  width: 25%;
}
#contactform .submits {
  margin-top: 2.5em;
}
#contactform .error {
  margin-bottom: 0.5em;
}

/*
//------------------------------------------------
//	SP Menu Setting
//------------------------------------------------
*/
.menu-trigger {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 4px;
  right: 15px;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 14px;
  width: 22px;
  height: 1px;
  background-color: #0e2a8d;
}
.menu-trigger span:nth-of-type(1) {
  top: 18px;
}
.menu-trigger span:nth-of-type(2) {
  top: 24px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 19px;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  display: none;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.header-call {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 4px;
  left: 0;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #0e2a8d;
  font-size: 1.8rem;
}

body.opened .header-call {
  color: #fff;
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 0;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: rgba(255, 255, 255, 0.8);
  background: #07a7e3;
  background: -webkit-gradient(linear, left top, right top, from(#0e2a8d), to(#3271da));
  background: linear-gradient(to right, #0e2a8d 0, #3271da 100%);
  color: #fff;
}
#modal a {
  color: #fff;
}
#modal .flex .item {
  box-sizing: border-box;
  width: 50%;
  padding: 5%;
}
#modal .flex .item.left {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#modal .flex .item.left .logo {
  max-width: 250px;
  margin-bottom: 2.5em;
}
#modal .flex .item.left .addr a {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
#modal .flex .item.left .ttl {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#modal .flex .item.left .ttl span {
  color: #0e2a8d;
}
#modal .flex .item.left .sub {
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
}
#modal .flex .item.left .sub::after {
  width: 200px;
  height: 1px;
  background: #000;
  left: 105%;
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
}
#modal .flex .item.right ul {
  list-style: none;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal .flex .item.right ul li {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  width: 33.333333%;
}
#modal .flex .item.right ul li span {
  display: block;
  font-size: 1.2rem;
  opacity: 0.75;
}
#modal .flex .item.right ul li a {
  padding: 0.5em;
  display: block;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
#modal .flex .item.right ul li a:hover {
  background: #3271da;
}
#modal .btns {
  margin-top: 2.5em;
}
#modal .btns .flex-btns a span.ttl {
  font-size: 1.2rem !important;
}

body.opened #modal {
  z-index: 10000;
  display: block;
}

body.opened #modal {
  -webkit-animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

body.closed #modal {
  -webkit-animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#tools {
  padding-top: 1.7em;
  position: relative;
}
#tools .wide {
  height: 100%;
}

#subpage #tools {
  padding: 1.2em 0;
}

.top-head {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.top-head .tools .top {
  margin-right: 30px;
}
.top-head .tools .top .flex .font {
  margin-right: 1.5em;
}
.top-head .tools .top .flex .font a {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border: #000 1px solid;
  line-height: 1;
}
.top-head .tools .top .flex .font a:first-of-type {
  margin-right: 5px;
}
.top-head .tools .top .flex .bg a {
  display: inline-block;
  padding: 5px 10px;
  border: #000 1px solid;
  line-height: 1;
  background: #fff;
}
.top-head .tools .top .flex .bg a:not(:last-of-type) {
  margin-right: 5px;
}
.top-head .tools .top .flex .bg a.blue {
  color: #fff;
  background: blue;
}
.top-head .tools .top .flex .bg a.black {
  color: #fff;
  background: black;
}
.top-head .tools .bottom .search {
  font-size: 1.6rem;
}
.top-head .tools .bottom .search .search_container {
  box-sizing: border-box;
  position: relative;
  padding: 3px 10px;
  border-radius: 5px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
  background: #fff;
}
.top-head .tools .bottom .search .search_container input[type=text] {
  border: none;
  height: 2em;
}
.top-head .tools .bottom .search .search_container input[type=text]:focus {
  outline: 0;
}
.top-head .tools .bottom .search .search_container input[type=submit] {
  cursor: pointer;
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #0e2a8d;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
  font-weight: 900;
}
.top-head .tools .bottom .btn-mail {
  margin-right: 0;
}

/*
//------------------------------------------------
//	Lazy fade Setting
//------------------------------------------------
*/
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s;
}
.fadein.seconds15 {
  transform: translateY(80px);
}
.fadein.seconds2 {
  transform: translateY(110px);
}
.fadein.seconds25 {
  transform: translateY(140px);
}
.fadein.seconds3 {
  transform: translateY(170px);
}

/*
//------------------------------------------------
//	Footer Setting
//------------------------------------------------
*/
body#subpage #contents {
  margin-bottom: 4em;
}

#site-footer {
  padding: 4em 0 3em 0;
  background: #eaeff7;
}
#site-footer .inner .logo {
  font-size: 3rem;
  font-weight: 700;
  color: #0e2a8d;
  margin-bottom: 1em;
}
#site-footer .inner .logo img {
  max-width: 300px;
}
#site-footer .inner .flex {
  margin-bottom: 4em;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .inner .flex .item {
  margin-right: 5%;
}
#site-footer .inner .flex .item:last-child {
  margin-right: 0;
}
#site-footer .inner .flex .item.companies p.first {
  margin-bottom: 1em;
}
#site-footer .inner .flex .item.companies p span {
  font-weight: bold;
}
#site-footer .inner .flex .item.companies dl dt {
  font-weight: bold;
}
#site-footer .inner .flex .item.companies dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
}
#site-footer .inner .flex .item.company {
  width: 30%;
}
#site-footer .inner .flex .item.company .excerpt {
  margin-bottom: 1.5em;
}
#site-footer .inner .flex .item.company .addr {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
#site-footer .inner .flex .item.company .tel {
  font-size: 2.4rem;
  color: #0e2a8d;
  font-weight: 900;
  margin-bottom: 1em;
}
#site-footer .inner .flex .item.company .tel::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free", fontawesome;
  content: "\f879";
  font-size: 2rem;
}
#site-footer .inner .flex .item.company .envelope {
  text-align: left;
  margin-bottom: 0.5em;
}
#site-footer .inner .flex .item.company .envelope .btn {
  display: block;
  padding: 0;
}
#site-footer .inner .flex .item.menu {
  width: 20%;
}
#site-footer .inner .flex .item.menu ul {
  list-style: none;
}
#site-footer .inner .flex .item.menu ul li {
  position: relative;
  margin-bottom: 0.5em;
}
#site-footer .inner .flex .item.menu ul li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free", fontawesome;
  content: "\f105";
  margin-right: 20px;
  color: #0e2a8d;
  font-weight: 900;
}
#site-footer .inner .flex .item.menu ul li ul {
  padding-left: 2em;
}
#site-footer .inner .flex .item.menu ul li ul li::before {
  display: none;
}
#site-footer .inner .address {
  text-align: center;
}
#site-footer .inner .address address {
  color: #3271da;
  font-size: 1.2rem;
  font-style: normal;
}
#site-footer.tiny .inner .flex .item.company {
  display: none;
}
#site-footer.tiny .inner .flex .item.companies {
  width: 50%;
  box-sizing: border-box;
}
#site-footer.tiny .inner .flex .item.menu {
  width: 25%;
}

#subpage #site-footer {
  margin-top: 5em;
}

.md-news-list-side {
  list-style: none;
}
.md-news-list-side li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #cccccc 1px solid;
  /*
  .th{
  	width:80px;
  	position: relative;
  	overflow: hidden;
  }
  */
}
.md-news-list-side li .th,
.md-news-list-side li .td {
  vertical-align: top;
}
.md-news-list-side li .td {
  /*padding-left: 1em;*/
}
.md-news-list-side li .td .ttl {
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.4rem;
}
.md-news-list-side li .td .ttl a {
  color: #000;
}
.md-news-list-side li .td .meta {
  font-size: 1.4rem;
  color: #3271da;
}
.md-news-list-side li .td .meta time {
  color: #999;
}
.md-news-list-side li .td .meta .post-category {
  color: #999 !important;
  display: inline-block;
}
.md-news-list-side li .td .meta .post-category::after {
  content: ", ";
}
.md-news-list-side li .td .meta .post-category:last-child::after {
  display: none;
}
.md-news-list-side li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.md-news-list-side li:hover .th img {
  transform: scale(1.15);
}
.md-news-list-side li:hover .td .ttl {
  text-decoration: underline;
}

#sub-hero {
  height: 500px;
  position: relative;
}
#sub-hero .slick-initialized .slick-slide {
  height: 500px;
  position: relative;
}
#sub-hero .slick-prev:before, #sub-hero .slick-next:before {
  color: #0e2a8d;
}
#sub-hero .sub-hero-txt {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  font-size: 2rem;
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.65);
}

.big-header {
  position: relative;
  padding: 1rem 1.5rem calc(1rem + 5px);
  border: 2px solid #000;
  font-size: 2rem;
  margin-bottom: 1em;
}
.big-header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pr-header {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.pr-header::before, .pr-header::after {
  position: absolute;
  content: "";
}
.pr-header::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
.pr-header::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.pr-header i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.pr-header span {
  position: relative;
  z-index: 1;
}

.md-points {
  padding-bottom: 3em;
}
.md-points .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-points .flex .sentry {
  width: 70%;
}
.md-points .flex .md-videos {
  width: 25%;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3em;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.md-news-list3 dl {
  margin-bottom: 2em;
}
.md-news-list3 dl dt time {
  display: inline-block;
  font-size: 1.4rem;
  color: #666666;
  margin-right: 1em;
}
.md-news-list3 dl dt span,
.md-news-list3 dl dt a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  background: #0e2a8d;
  font-size: 1.2rem;
  color: #fff;
}
.md-news-list3 dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #cccccc 1px solid;
}
.md-news-list3 dl dd:last-of-type {
  margin-bottom: 0;
}
.md-news-list3 dl dd a:hover {
  text-decoration: underline;
}
.md-news-list3 .text-right a {
  display: inline-block;
  font-size: 1.2rem;
}
.md-news-list3 .text-right a img {
  display: inline-block;
  margin-right: 8px;
  width: 8px;
}
.md-news-list3 .text-right a:hover {
  text-decoration: underline;
}

#index-entry-form {
  background: url(/wp-content/themes/fare-wp/images/img_bg.png) repeat-x center bottom;
}

.md-flex-banner .flex {
  /*@include vendor-prefix(justify-content, space-between);*/
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
}
.md-flex-banner .flex li {
  width: 48%;
  padding: 0 !important;
}
.md-flex-banner .flex li::before {
  display: none !important;
}
.md-flex-banner .flex li a {
  display: block;
  font-size: 2.1rem;
  padding: 1.5em;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}
.md-flex-banner .flex li a:hover {
  background: #0e2a8d !important;
}
.md-flex-banner .flex li:first-child a {
  background: #eb610f;
}
.md-flex-banner .flex li:last-child a {
  background: #10a773;
}

.searchresult {
  margin-bottom: 5em;
}

.md-videos .item {
  margin: 0;
  font-size: 3.6rem;
}
.md-videos .item a {
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #fff;
  border-radius: 7px;
}
.md-videos .item a:hover {
  background: #3271DA;
}
.md-videos .item.youtube {
  margin-bottom: 0.5em;
}
.md-videos .item.youtube a {
  background: #FF0000;
}
.md-videos .item.youtube p {
  font-size: 12px;
  margin-top: 0.5em;
}
.md-videos .item.selfvideo a {
  background: #0e2a8d;
}
.md-videos .item.selfvideo p {
  font-size: 12px;
  margin-top: 0.5em;
}

.md-about,
.md-meta,
.md-access,
.md-line {
  padding-bottom: 3em;
}

.md-meta .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-meta .flex .item {
  padding: 1.5em 2em;
  border: #000 1px solid;
  border-radius: 5px;
  width: 48%;
}
.md-meta .flex .item .ttl {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  margin-bottom: 1.5em;
}

.md-access .name {
  font-size: 2rem;
  color: #0e2a8d;
  margin-bottom: 0.5em;
}
.md-access .addr {
  margin-bottom: 1em;
}
.md-access .tel {
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: 800;
}
.md-access .tel i {
  font-weight: 900;
  margin-right: 8px;
  color: #0e2a8d;
}

.md-line {
  text-align: center;
}
.md-line a {
  display: inline-block;
  border-radius: 7px;
  font-size: 3.6rem;
  padding: 0.5em 1.5em;
  background: #03B302;
  color: #fff;
}
.md-line a i {
  margin-right: 8px;
}

.md-line-qr {
  text-align: center;
  margin-bottom: 5em;
}
.md-line-qr img {
  max-width: 250px;
}

.md-taxonomy-list .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-taxonomy-list .flex .item {
  width: 33.333333%;
  box-sizing: border-box;
  padding: 10px;
}
.md-taxonomy-list .flex .item .thumb {
  border: #d0d0d0 1px solid;
}
.md-taxonomy-list .flex .item .thumb img {
  width: 100%;
}
.md-taxonomy-list .flex .item .txt {
  margin-top: 1em;
}
.md-taxonomy-list .flex .item .txt .ttl {
  font-weight: bold;
}
.md-taxonomy-list .flex .item .txt .meta a {
  display: inline-block;
  margin-right: 3px;
  line-height: 1;
  padding: 5px;
  border-radius: 3px;
  background: #0e2a8d;
  color: #fff;
}

.md-tabs {
  margin-bottom: 3em;
}
.md-tabs .tabs {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  list-style: none;
  border-bottom: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
}
.md-tabs .tabs li {
  margin: 0 5px;
}
.md-tabs .tabs li a {
  display: block;
  padding: 0.5em 1.5em;
  border: #d0d0d0 1px solid;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.md-tabs .tabs li a.active, .md-tabs .tabs li a:hover {
  background: #3271DA;
  color: #fff;
}
.md-tabs .panels .panel:not(:first-child) {
  display: none;
}
.md-tabs .panels .panel .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
.md-tabs .panels .panel .flex li {
  width: 30%;
  margin-right: 5%;
  border: #d0d0d0 1px solid;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.md-tabs .panels .panel .flex li:nth-child(3n) {
  margin-right: 0;
}
.md-tabs .panels .panel .flex li span {
  display: block;
}
.md-tabs .panels .panel .flex li span.ttl {
  padding: 0.5em 1.5em;
  background: #0e2a8d;
  color: #fff;
}

.lens-notice {
  padding: 2em 2.5em;
  background: #f8f8f8;
  margin-bottom: 3em;
  text-align: center;
}

.maker-banners {
  padding: 0 1em;
  border: #d0d0d0 1px solid;
}
.maker-banners .flex {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.maker-banners .flex .item {
  width: 14%;
  padding: 0 1em;
  box-sizing: border-box;
}

#contactform {
  margin-bottom: 5em;
}
#contactform .box {
  padding: 2em;
  border: #d0d0d0 1px solid;
  border-radius: 10px;
  margin-bottom: 1.5em;
}
#contactform .cat-ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2rem;
  padding: 0.7em 1em;
  background: #EAEFF7;
  border: #0e2a8d 2px solid;
}
#contactform .cat-sub-ttl {
  margin-bottom: 1em;
  font-size: 1.8rem;
  padding: 0.7em 1em;
  background: #EAEFF7;
  border-left: #0e2a8d 5px solid;
}
#contactform table.form {
  width: 100%;
  margin-bottom: 2em;
}
#contactform table.form th,
#contactform table.form td {
  padding: 0.5em 1em;
  font-weight: 400;
  text-align: left;
  border: none !important;
}
#contactform table.form tr:nth-child(odd) {
  background: #f0f0f0;
}
#contactform table.form tr th {
  width: 30%;
}
#contactform table.form tr.postal input[type=text] {
  width: 100px;
}
#contactform table.form tr.postal input[type=text]:last-of-type {
  width: 150px;
}
#contactform table.form tr.email input[name=mail] {
  margin-bottom: 5px;
}
#contactform table.form .mwform-radio-field.horizontal-item,
#contactform table.form .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  width: 48%;
  margin-left: 0;
}
#contactform .contacts {
  padding: 20px 0;
  border: #f0f0f0 2px solid;
  text-align: center;
  margin-bottom: 5em;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
#contactform .contacts .top {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
#contactform .contacts .bottom {
  font-size: 48px;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
  color: #0e2a8d;
}
#contactform .termslink {
  text-align: center;
  margin-bottom: 2em;
}
#contactform .termslink a {
  color: #0e2a8d;
  text-decoration: underline;
}
#contactform .termslink a:hover {
  text-decoration: none;
}
#contactform .submitbtn {
  text-align: center;
}
#contactform .submitbtn input {
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#contactform .submitbtn .backBtn {
  background: #666 !important;
}
#contactform .submitbtn .backBtn:hover {
  background: #000 !important;
  color: #fff !important;
}
#contactform .width-half {
  width: 50%;
  box-sizing: border-box;
}
#contactform .width-min {
  width: 100px;
  box-sizing: border-box;
}
#contactform .width-auto {
  width: auto;
  box-sizing: border-box;
}

.select-wrap {
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f107";
  font-size: 12px;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 7px;
  right: 10px;
}
.select-wrap select {
  padding: 5px 40px 5px 10px;
  border: #d0d0d0 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif !important;
}

input[type=text],
input[type=email],
input[type=number],
textarea {
  padding: 10px;
  border: #d0d0d0 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}
input[type=text].half,
input[type=email].half,
input[type=number].half,
textarea.half {
  width: 50%;
}
input[type=text].short,
input[type=email].short,
input[type=number].short,
textarea.short {
  width: 100px;
}

.req {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #e52e2d;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 13px;
  border-radius: 3px;
}

.any {
  display: inline-block;
  font-size: 1.4rem;
  color: #0e2a8d;
  background: #fff;
  box-sizing: border-box;
  border: #0e2a8d 1px solid;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 13px;
  border-radius: 3px;
}

/*
//------------------------------------------------
//	Sidebar Setting
//------------------------------------------------
*/
#sidebar {
  margin-top: 3em;
}
#sidebar .widget {
  margin-bottom: 2em;
}
#sidebar .widget .cat-ttl {
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  color: #0e2a8d;
  margin-bottom: 25px;
  padding: 8px 0;
  font-size: 2rem;
}
#sidebar .widget .cat-ttl::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 2px solid #0e2a8d;
}
#sidebar .widget .md-catlist ul {
  list-style: none;
}
#sidebar .widget .md-catlist ul li {
  margin-bottom: 5px;
}
#sidebar .widget .md-catlist ul li a {
  font-weight: 700;
  display: block;
  color: #000;
  padding: 5px 0 5px 30px;
  background: #fff;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
}
#sidebar .widget .md-catlist ul li a::before {
  position: absolute;
  left: 3px;
  content: "\f105";
  font-family: "Font Awesome 5 Free", FontAwesome;
  color: #111;
  font-weight: 900;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 50px;
  z-index: 9999;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #3271da;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #0e2a8d;
  font-weight: bold;
}

#dropdown {
  position: relative;
  z-index: 1;
}
#dropdown .dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body {
  background: #0e2a8d;
  background: -webkit-gradient(linear, left top, right top, from(#3271da), to(#0e2a8d));
  background: linear-gradient(to right, #3271da 0, #0e2a8d 100%);
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -20px;
  padding: 40px 20px 20px;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul li {
  width: 23%;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul li a {
  display: block;
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
  position: relative;
  font-weight: 500;
  padding: 30px 0;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul li a:hover {
  color: #0e2a8d;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul li a span {
  display: block;
  padding-bottom: 10px;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul li a img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}
#dropdown .dropdown .dropdown--wrapper .dropdown--body ul li.mini a img {
  max-width: 60px;
}
#dropdown .dropdown.active {
  pointer-events: all;
  display: block;
  z-index: 1;
  -webkit-animation: dropdown 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  animation: dropdown 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes dropdown {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*
//------------------------------------------------
//	Contents Setting
//------------------------------------------------
*/
#index-01 .bg-pt-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  z-index: 0;
}
#index-01 .min {
  position: relative;
  z-index: 1;
}

#index-02.scpd {
  padding-bottom: 1em;
}
#index-02 .min .table {
  margin-bottom: 4em;
}
#index-02 .min .table .th {
  vertical-align: top;
  width: 45%;
  padding-right: 5%;
}
#index-02 .min .table .td {
  vertical-align: top;
  width: 50%;
}

#index-04.scpd {
  padding-bottom: 0;
}
#index-04.bg-pt-2 {
  background: #EAF2FA;
  background: linear-gradient(0deg, #fff 50%, #EAF2FA 50%);
}

#index-05 .md-news-list-2 {
  margin-bottom: 3em;
}

/*
//------------------------------------------------
//	Sentry Setting
//------------------------------------------------
*/
#contents .content {
  width: 70%;
}
#contents #sidebar {
  width: 25%;
}

.main-article {
  padding-top: 4em;
}
.main-article .page-sub-ttl {
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.4px;
  font-size: 2rem;
  margin-bottom: 3em;
}

.single-header {
  padding: 15px 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  border-left: 3px solid #0e2a8d;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #0e2a8d;
  color: #fff;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

/*
//------------------------------------------------
//	Flexible Layout Setting
//------------------------------------------------
*/
#flexible {
  padding: 0 0 2em;
}
#flexible .flex-img-txt .flex {
  margin-bottom: 3em;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#flexible .flex-img-txt .flex .thumb {
  width: 35%;
}
#flexible .flex-img-txt .flex .txt {
  width: 60%;
}
#flexible .flex-img-txt .fullwidth {
  margin-bottom: 3em;
}
#flexible .flex-img-txt .fullwidth .top {
  margin-bottom: 1.5em;
}
#flexible .flex-cols .flex {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#flexible .flex-cols .flex .item {
  width: 31.5%;
  margin-bottom: 1.5em;
}
#flexible .flex-cols .flex .item .txtbody {
  padding: 0.5em;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.4rem;
}
#flexible .flex-cols .flex.cols-1 .item {
  width: 100%;
}
#flexible .flex-cols .flex.cols-2 .item {
  width: 48%;
}
#flexible .flex-cols .flex.cols-3 .item {
  width: 31.5%;
}
#flexible .flex-cols .flex.cols-4 .item {
  width: 23%;
}

/*
//------------------------------------------------
//	SENTRY Setting
//------------------------------------------------
*/
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  font-size: 2.2rem;
  position: relative;
}
.sentry h2::before {
  margin-bottom: 0.5em;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0e2a8d, #3271da);
}
.sentry h2::after {
  margin-top: 0.5em;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0e2a8d, #3271da);
}
.sentry h3 {
  padding: 0.5em;
  background: #EDF2FA;
  font-size: 2.1rem;
}
.sentry h4 {
  font-size: 1.8rem;
  border-left: #0e2a8d 4px solid;
  padding-left: 0.8em;
  line-height: 1.6;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #07A7E3;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
  font-weight: 900;
}
.sentry ul {
  list-style: disc;
  position: relative;
}
.sentry ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  list-style-type: none !important;
  position: relative;
}
.sentry ul li::before {
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f138";
  position: absolute;
  color: #0e2a8d;
  left: 0;
  top: 7px;
  font-weight: 900;
}
.sentry ol {
  list-style-type: none !important;
  counter-reset: number;
}
.sentry ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}
.sentry ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #0e2a8d;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 29px;
  text-align: center;
}
.sentry ol li ol {
  counter-reset: number2;
}
.sentry ol li ol li::before {
  counter-increment: number2;
  content: counter(number2);
  background: none;
  color: #0e2a8d;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

#bottom-btn {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  z-index: 2;
}
#bottom-btn .flex .item {
  width: 50%;
  text-align: center;
  color: #fff;
}
#bottom-btn .flex .item a {
  display: block;
  color: #fff;
}
#bottom-btn .flex .item a i {
  margin-right: 8px;
}
#bottom-btn .flex .item:first-child a {
  background: #0e2a8d;
}
#bottom-btn .flex .item:nth-child(2) a {
  background: #3271da;
}
#bottom-btn .flex .item:last-child a {
  background: #F3A639;
}

.md-news-list-2 {
  list-style: none;
}
.md-news-list-2 li {
  margin-bottom: 1em;
}
.md-news-list-2 li .th,
.md-news-list-2 li .td {
  vertical-align: top;
}
.md-news-list-2 li .th {
  width: 80px;
}
.md-news-list-2 li .th img {
  border-radius: 5px;
}
.md-news-list-2 li .td {
  padding-left: 1em;
}
.md-news-list-2 li .td .ttl {
  margin-bottom: 0.3em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.md-news-list-2 li .td .meta {
  font-size: 1.4rem;
  color: #999;
}
.md-news-list-2 li .td .meta i {
  color: #0e2a8d;
  margin-right: 0.7em;
}

.md-about .sentry table th {
  width: 200px;
}

.md-pr {
  padding: 2em;
  border: #d0d0d0 2px double;
  margin-bottom: 5em;
}
.md-pr p {
  font-size: 1.8rem;
  font-weight: bold;
}

.md-imgs .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-imgs .flex .item {
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
}

.md-messages .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-messages .flex .item {
  box-sizing: border-box;
  width: 100%;
  /*padding: 0 1em;*/
}
.md-messages .flex .item:not(:last-child) {
  margin-bottom: 2.5em;
}
.md-messages .flex .item .icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1.5em auto;
}
.md-messages .flex .item .ttl {
  font-size: 1.8rem;
  border-left: #0e2a8d 4px solid;
  padding-left: 0.8em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.md-messages .flex .item .txt {
  border: #d0d0d0 1px solid;
  border-radius: 5px;
  /*font-size: 1.4rem;*/
  padding: 1em 1em 1em 1em;
  background: #f8f8f8;
  position: relative;
  /*&::before {
  	position: absolute;
  	left: 15px;
  	top: 10px;
  	content: "“";
  	line-height: 1;
  	color: #07A7E3;
  	font-size: 6rem;
  	font-weight: bold;
  }*/
}

.eyecatch.on-recruit {
  margin-bottom: 1.5em;
}

#customsearch {
  margin-bottom: 3.5em;
}
#customsearch .sec-header {
  margin-bottom: 2em;
}
#customsearch .freeform {
  margin-bottom: 3.5em;
}
#customsearch .freeform .flex {
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#customsearch .freeform .flex .win {
  width: 40%;
  margin-right: 5px;
}
#customsearch .search-box {
  padding: 3.5em;
  border: #F6E7E8 5px solid;
}
#customsearch .search-box:not(:last-child) {
  margin-bottom: 1.5em;
}
#customsearch .sbmtbtn.custom {
  text-align: center;
}
#customsearch .checkbox-item {
  font-size: 1.8rem;
}
#customsearch .checkbox-item input[type=checkbox] {
  display: inline-block;
  margin-right: 8px;
}
#customsearch .search-field .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#customsearch .search-field .flex .item {
  margin-right: 2.5em;
}
#customsearch .search-field.search-city .flex {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
#customsearch .search-field.search-city .flex .item {
  margin-right: 0;
  width: 20%;
}
#customsearch .search-area .item:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: #d0d0d0 1px dashed;
}
#customsearch .search-area .item .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#customsearch .search-area .item .flex .check {
  width: 100px;
}
#customsearch .search-area .item .flex .description {
  width: calc(100% - 130px);
}

.md-toggle-slide dt {
  padding: 1em 1.5em;
  text-align: center;
  background: #E88D98;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.md-toggle-slide dt::after {
  font-weight: 900;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  content: "\f078";
  font-family: "Font Awesome 5 Free", FontAwesome;
  color: #fff;
}
.md-toggle-slide dt.current-open::after {
  content: "\f077";
}
.md-toggle-slide dd {
  padding-top: 1.5em;
  display: none;
}

.md-customsearch .flex {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-customsearch .flex .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3.5em;
}
.md-customsearch .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-customsearch .flex .item .thumb {
  margin-bottom: 1.5em;
}
.md-customsearch .flex .item .ttl {
  color: #E88D98;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.md-customsearch .flex .item .ttl a {
  color: #E88D98;
}
.md-customsearch .flex .item .bunya {
  margin-bottom: 0.1em;
}
.md-customsearch .flex .item .bunya span {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 2px 10px;
  border: #E88D98 1px solid;
  color: #E88D98;
  margin-right: 3px;
  font-size: 1.4rem;
  border-radius: 3px;
}
.md-customsearch .flex .item .city {
  margin-bottom: 1.5em;
}
.md-customsearch .flex .item .city span {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 2px 10px;
  border: #0e2a8d 1px solid;
  color: #0e2a8d;
  margin-right: 5px;
  font-size: 1.4rem;
  border-radius: 3px;
}
.md-customsearch .flex .item .searchbtn {
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  border: #E88D98 2px solid;
  color: #E88D98;
}
.md-customsearch .flex .item .searchbtn:hover {
  color: #fff;
  background: #E88D98;
}
.md-customsearch .flex .item .searchbtn.videos {
  margin-top: 5px;
  color: #fff;
  background: #E88D98;
}
.md-customsearch .flex .item .searchbtn.videos:hover {
  background: #fff;
  color: #E88D98;
}

.green .md-toggle-slide dt {
  background: #7EA900;
}
.green #customsearch .search-box {
  border-color: #E7EFEA;
}
.green .md-customsearch .flex .item .ttl {
  color: #7EA900;
}
.green .md-customsearch .flex .item .bunya span {
  border-color: #7EA900;
  color: #7EA900;
}
.green .md-customsearch .flex .item .searchbtn {
  border-color: #7EA900;
  color: #7EA900;
}
.green .md-customsearch .flex .item .searchbtn:hover {
  background: #7EA900;
  color: #fff;
}
.green .md-customsearch .flex .item .searchbtn.videos {
  background: #7EA900;
  color: #fff;
}
.green .md-customsearch .flex .item .searchbtn.videos:hover {
  background: #fff;
  color: #7EA900;
}

.orange .md-toggle-slide dt {
  background: #e2421f;
}
.orange #customsearch .search-box {
  border-color: #E7EFEA;
}
.orange .md-customsearch .flex .item .ttl {
  color: #e2421f;
}
.orange .md-customsearch .flex .item .bunya span {
  border-color: #e2421f;
  color: #e2421f;
}
.orange .md-customsearch .flex .item .searchbtn {
  border-color: #e2421f;
  color: #e2421f;
}
.orange .md-customsearch .flex .item .searchbtn:hover {
  background: #e2421f;
  color: #fff;
}
.orange .md-customsearch .flex .item .searchbtn.videos {
  background: #e2421f;
  color: #fff;
}
.orange .md-customsearch .flex .item .searchbtn.videos:hover {
  background: #fff;
  color: #e2421f;
}

@media (max-width: 1280px) {
  #hero {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .inner {
    max-width: 90%;
  }

  .min {
    max-width: 80%;
  }

  .menu-trigger {
    display: inline-block;
  }

  .header-call {
    display: inline-block;
  }

  #tools {
    display: none;
  }

  #top {
    top: 0;
  }
  #top .inner .top-content {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #top .inner .top-content .top-content__inner .top-content__logo {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    text-align: center;
  }
  #top .inner .top-content .top-content__inner .top-content__logo .logo {
    font-size: 2.4rem;
  }
  #top .inner .top-content .top-content__inner .top-content__logo .logo a span {
    margin-top: 3px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
  }
  #top .inner .top-content .top-content__inner .top-content__logo .logo img {
    width: 150px;
  }
  #top .inner .top-content .top-content__inner .inquiry {
    display: none;
  }
  #top .gnav {
    display: none;
  }

  #modal {
    padding: 120px 40px 120px 120px;
  }
  #modal .flex .item.left .ttl {
    font-size: 4.8rem;
  }
  #modal .flex .item.left .sub::after {
    width: 100px;
  }
  #modal .flex .item.right ul li {
    width: 50%;
  }
  #modal .flex .item.right ul li.full {
    width: 100%;
  }

  #top .inner .top .right {
    display: none;
  }
}
@media (max-width: 991px) {
  #contents .content {
    width: 100%;
    float: none !important;
  }
  #contents #sidebar {
    width: 100%;
    float: none !important;
  }
}
@media (max-width: 812px) {
  .min {
    max-width: 90%;
  }

  .inner .min {
    max-width: 100%;
  }

  .sec-header .sec-ttl {
    font-size: 3rem;
  }

  #site-footer .inner .flex .item.company {
    display: none;
  }
  #site-footer .inner .flex .item.menu {
    display: none;
  }
  #site-footer .inner .flex .item.cal {
    margin-left: inherit;
    width: 100%;
  }

  #hero {
    height: 65vh;
    border-radius: 25px;
  }
  #hero::before {
    border-radius: 25px;
  }
  #hero .inner .hero-box .ttl {
    font-size: 5.2rem;
  }
  #hero .inner .hero-box .sub {
    font-size: 2.4rem;
  }

  #home #hero .vegas-slide {
    overflow: hidden;
    border-radius: 25px;
  }

  #index-02 .min .table {
    display: block;
  }
  #index-02 .min .table .th {
    display: block;
    width: 100%;
    margin-bottom: 3.5em;
  }
  #index-02 .min .table .td {
    display: block;
    width: 100%;
  }

  .md-styled-feature .pos-r .feature-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
  }
  .md-styled-feature .pos-r .feature-wrapper::before {
    width: 100%;
    background: #fff;
    box-shadow: none;
  }
  .md-styled-feature .pos-r .feature-wrapper .feature-wrapper__img {
    width: 90%;
  }
  .md-styled-feature .pos-r .featured-text {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
    z-index: 1;
    position: relative;
  }
  .md-styled-feature .pos-r .featured-text .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 90%;
  }
  .md-styled-feature .pos-r .featured-text .col .featured-text__wrapper {
    top: 0;
  }
  .md-styled-feature .pos-r .featured-text .col .featured-text__wrapper .str {
    position: absolute;
    z-index: 2;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: right;
  }
  .md-styled-feature .pos-r .featured-text .col .featured-text__content {
    padding: 60px 0 80px;
    left: 0;
  }

  .md-features .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-features .flex .left,
.md-features .flex .right {
    width: 100%;
    box-sizing: border-box;
  }
  .md-features .flex .right .box {
    margin-left: 0;
    padding: 2.5em;
  }

  .sec-header {
    margin-bottom: 2em;
  }

  #index-covid {
    padding-top: 0;
  }

  #modal {
    padding: 60px;
  }
  #modal .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #modal .flex .item {
    width: 100%;
  }
  #modal .flex .item.left {
    border-right: none;
  }

  .md-timetable table {
    max-width: 100%;
  }

  .md-frame ul.flex li {
    width: 50%;
  }
  .md-frame .half-flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-frame .half-flex .left,
.md-frame .half-flex .right {
    width: 100%;
  }
  .md-frame .half-flex .left {
    margin-bottom: 2.5em;
  }

  #side-timetable {
    display: none;
  }

  #bottom-btn {
    display: block;
    font-size: 1.4rem;
  }

  .pagetop {
    width: 40px;
    bottom: 65px;
  }

  .parents-subpages ul {
    text-align: left;
  }

  .md-product-list .flex .item,
.md-children .flex .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .md-product-list .flex .item:nth-child(3n),
.md-children .flex .item:nth-child(3n) {
    margin-right: 3%;
  }
  .md-product-list .flex .item:nth-child(2n),
.md-children .flex .item:nth-child(2n) {
    margin-right: 0;
  }

  .md-doctor .books ul li {
    width: 25%;
  }

  #index-news .table {
    display: block;
  }
  #index-news .table .th,
#index-news .table .td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #index-news .table .th {
    margin-bottom: 2.5em;
  }

  .md-styled-feature .pos-r .feature-wrapper .feature-wrapper__img {
    width: 100%;
  }
  .md-styled-feature .pos-r .featured-text .col {
    max-width: 100%;
  }
  .md-styled-feature .pos-r .featured-text .col .featured-text__wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 667px) {
  .scpd {
    padding: 2.5em 0;
  }

  .sec-header .sec-ttl span {
    display: block;
  }

  .md-styled-list .flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-list .flex .item {
    width: 45%;
    margin-bottom: 1.5em;
  }

  .md-news-list-2 .flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-news-list-2 .flex .item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 2em;
  }
  .md-news-list-2 .flex .item:nth-child(3n) {
    margin-right: 6%;
  }
  .md-news-list-2 .flex .item:nth-child(2n) {
    margin-right: 0;
  }

  .md-styled-feature-2 .flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-feature-2 .flex .item {
    width: 100%;
  }
  .md-styled-feature-2 .flex .item:first-child {
    margin-bottom: 2em;
  }

  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2, .sentry h3 {
    font-size: 1.8rem;
  }
  .sentry h4 {
    font-size: 1.6rem;
  }
  .sentry blockquote span {
    text-align: left;
    text-justify: inherit;
  }
  .sentry p, .sentry ul, .sentry ol {
    text-align: inherit;
    text-justify: none;
  }

  body#subpage #hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .page-header .page-ttl {
    font-size: 2.4rem;
  }
  .page-header .page-ttl span {
    font-size: 1.8rem;
  }

  #modal {
    padding: 80px 30px;
    overflow: auto;
  }
  #modal .flex .item {
    padding: 5% 0;
  }
  #modal .flex .item.left .ttl {
    font-size: 2.8rem;
  }
  #modal .flex .item.left .sub {
    margin-bottom: 1.5em;
  }
  #modal .flex .item.left .sub::after {
    position: relative;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 200px;
  }
  #modal .flex .item.left .addr {
    font-size: 1.2rem;
  }
  #modal .flex .item.right ul li {
    font-size: 1.6rem;
  }
  #modal .flex .item.right ul li span {
    font-size: 1rem;
  }
  #modal .btn-contact {
    margin-top: 2em;
  }

  .md-doctor .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-doctor .flex .item {
    width: 100% !important;
  }
  .md-doctor .flex .item.thumb {
    margin-bottom: 2.5em;
    width: 150px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .md-features .flex .right .box .lead {
    font-size: 2rem;
  }
  .md-features .flex .right .box .lead br {
    display: none;
  }

  #hero .inner .hero-box {
    bottom: 4%;
  }
  #hero .inner .hero-box .ttl {
    font-size: 2rem;
    margin-bottom: 0.4em;
  }
  #hero .inner .hero-box .sub {
    font-size: 1.4rem;
  }

  #about-lens .flex .item {
    width: 100%;
    margin-right: 0 !important;
  }

  .md-tabs .tabs li {
    font-size: 1.4rem;
  }

  .md-tabs .panels .panel .flex li {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
  .md-tabs .panels .panel .flex li img {
    width: auto;
    max-width: 100%;
  }

  .maker-banners .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .maker-banners .flex .item {
    width: 33.333333%;
  }

  .md-testimonials .flex .item {
    width: 100%;
  }

  #hero .wide .hero-box {
    max-width: 90%;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 5%;
    margin: auto;
  }
  #hero .wide .hero-box .ttl {
    font-size: 2.4rem;
  }
  #hero .wide .hero-box .sub {
    font-size: 1.8rem;
  }

  .menu-trigger {
    top: -3px;
    right: 10px;
  }

  #modal .flex .item.right ul {
    display: block;
  }
  #modal .flex .item.right ul li {
    width: 100%;
  }

  .md-flex-banner .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-flex-banner .flex li {
    width: 100%;
  }
  .md-flex-banner .flex li:first-child {
    margin-bottom: 1em;
  }
  .md-flex-banner .flex li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #hero {
    margin-top: 80px;
  }

  .md-styled-list .flex .item {
    width: 100%;
  }

  .md-calendar {
    padding: 0;
    background: none;
  }
  .md-calendar table {
    font-size: 1.3rem;
  }
  .md-calendar table thead tr th {
    padding: 0.5em 0;
  }
  .md-calendar table thead tr th:first-child {
    width: 30%;
  }
  .md-calendar table tbody tr:first-child th {
    font-size: 1.2rem;
    padding-bottom: 0 !important;
  }
  .md-calendar table tbody tr:first-child th:first-child {
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  .md-calendar table tbody tr:first-child td {
    padding-bottom: 0 !important;
  }
  .md-calendar table tbody tr td {
    padding: 0.5em 0 0 0 !important;
    font-size: 1.3rem;
  }

  .md-link-list .flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-link-list .flex .item {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .md-link-list .flex .item:last-child {
    margin-bottom: 0;
  }

  .md-news-list-2 .flex .item {
    width: 100%;
    margin-right: 0 !important;
  }

  .sec-header {
    margin-bottom: 2em;
  }

  .md-styled-feature .pos-r .feature-wrapper {
    height: 280px;
  }
  .md-styled-feature .pos-r .featured-text .col .featured-text__content .ttl {
    font-size: 2.4rem;
  }
  .md-styled-feature .pos-r .featured-text .col .featured-text__content p {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .md-styled-feature-2 .flex .item:nth-child(2n) {
    padding: 0;
  }

  .btn {
    font-size: 1.4rem;
  }

  .sec-header .sec-ttl {
    font-size: 2.4rem;
  }

  .menu-trigger {
    right: 5px;
  }

  #index-01 .bg-pt-1 {
    height: 70%;
  }

  #index-04.bg-pt-2 {
    background: #EAF2FA;
    background: linear-gradient(0deg, #fff 30%, #EAF2FA 30%);
  }

  #modal .btns .flex-btns a {
    width: 100%;
  }

  #modal .flex .item.left .ttl {
    margin-bottom: 5px;
  }

  .md-timetable {
    width: 100%;
    overflow: auto;
  }
  .md-timetable table {
    width: 540px;
    max-width: inherit;
  }

  .md-frame .sec-header .sec-ttl {
    font-size: 2.4rem;
  }

  .md-doctor .flex .item.thumb {
    margin-bottom: 1.5em;
  }
  .md-doctor .flex .item.txt .name {
    font-size: 2.4rem;
  }
  .md-doctor .books ul li {
    width: 33.333333%;
  }

  #subpage #wrap {
    height: 255px;
  }

  .single-header {
    padding: 7px 15px;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
  }

  #hero {
    overflow: hidden;
  }
  #hero .inner .hero-box {
    padding: 1em;
    border-radius: 5px;
  }

  #wrap {
    height: 255px;
  }

  .sentry {
    font-size: 1.4rem;
  }

  .md-frame ul.flex.third li {
    width: 100%;
  }

  .md-frame ul.flex li {
    width: 100%;
  }

  .md-calendar table tbody tr th {
    font-size: 1.2rem;
  }

  .md-calendar p {
    font-size: 1.2rem;
  }

  .parents-subpages ul li {
    font-size: 1.2rem;
  }
  .parents-subpages ul li a {
    font-size: 1.2rem;
  }

  .md-product-list .flex .item,
.md-children .flex .item {
    width: 100% !important;
    box-sizing: border-box;
    margin-right: 0 !important;
  }

  .md-tabs .tabs {
    border-bottom: none;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-tabs .tabs li {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .md-tabs .tabs li a {
    border: #d0d0d0 1px solid;
    border-radius: 5px;
  }

  .maker-banners {
    padding-top: 1.5em;
  }

  #about-lens .flex .item .box {
    padding: 1em 0;
  }

  .sec-header .sec-ttl {
    font-size: 2.4rem;
  }

  #site-footer.tiny .inner .flex .item.companies {
    width: 100%;
  }

  .md-news-list dl {
    display: block;
  }
  .md-news-list dl dt,
.md-news-list dl dd {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  #flexible .flex-cols .flex .item .txtbody {
    font-size: 1.2rem;
  }

  #flexible .flex-img-txt .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #flexible .flex-img-txt .flex .item {
    width: 100%;
  }

  .md-faq dl dt,
.md-faq dl dd {
    font-size: 1.4rem;
  }

  .styled-tbl {
    display: block;
  }
  .styled-tbl tbody,
.styled-tbl tr,
.styled-tbl th,
.styled-tbl td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .md-points .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-points .flex .sentry,
.md-points .flex .md-videos {
    width: 100%;
  }

  .md-messages .flex .item {
    width: 100%;
  }
  .md-messages .flex .item:not(:last-child) {
    margin-bottom: 2.5em;
  }

  #customsearch .freeform .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #customsearch .freeform .flex .win,
#customsearch .freeform .flex .sbmtbtn {
    width: 100%;
  }
  #customsearch .freeform .flex .win {
    margin-bottom: 10px;
  }
  #customsearch .freeform .flex .sbmtbtn {
    text-align: center;
  }
  #customsearch .freeform .flex .sbmtbtn .btn {
    height: 40px;
    line-height: 40px;
  }
  #customsearch .search-box {
    padding: 1.5em;
  }
  #customsearch .search-box .sec-header {
    margin-bottom: 1.5em;
  }
  #customsearch .search-box .sec-header .sec-ttl {
    font-size: 1.8rem;
  }
  #customsearch .search-field .flex {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  #customsearch .search-field .flex .item {
    font-size: 1.6rem;
    margin-right: 1.5em;
  }
  #customsearch .search-field.search-city .flex {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #customsearch .search-field.search-city .flex .item {
    width: 30%;
  }
  #customsearch .search-area .item:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  #customsearch .search-area .item .flex {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #customsearch .search-area .item .flex .check,
#customsearch .search-area .item .flex .description {
    width: 100%;
  }
  #customsearch .search-area .item .flex .check {
    font-size: 1.6rem;
  }
  #customsearch .search-area .item .flex .description {
    font-size: 1.4rem;
  }

  .md-customsearch .flex .item {
    width: 100%;
    margin-right: 0;
  }
}
/* theme color pink */
.pink #wrap {
  background: url(/wp-content/themes/fare-wp/images/home_bg_pink.png) no-repeat center bottom;
  background-size: cover;
}
.pink #top .inner .top-content .top-content__inner .inquiry a.reserve {
  background: #E88D98;
}
.pink #hero .wide .hero-box .ttl {
  color: #6C493B;
}
.pink #hero .wide .hero-box .ttl span {
  color: #E88D98;
}
.pink .sec-header .sec-ttl span {
  color: #E88D98;
}
.pink .btn {
  background-color: #E88D98;
}
.pink .sentry h3 {
  background: #F6E7E8;
}
.pink .sentry h4 {
  border-color: #E88D98;
}
.pink .sec-sub-header a,
.pink .md-news-list dl dd a,
.pink #site-footer .inner .address address {
  color: #E88D98;
}
.pink .md-flex-banner .flex li:last-child a {
  background: #E88D98;
}
.pink #site-footer {
  background: #F6E7E8;
}
.pink #index-news {
  background-color: #F6E7E8;
}
.pink #index-entry-form {
  background-image: url(/wp-content/themes/fare-wp/images/img_bg_pink.png);
}
.pink #modal {
  background: #07a7e3;
  background: -webkit-gradient(linear, left top, right top, from(#CE92A7), to(#E88D98));
  background: linear-gradient(to right, #CE92A7 0, #E88D98 100%);
}
.pink .sentry h2::before, .pink .sentry h2::after {
  background: #E88D98;
}
.pink .sentry ul li::before {
  color: #E88D98;
}
.pink .md-faq dl dt::before {
  background: #CE92A7;
}
.pink .md-faq dl dd::before {
  background: #E88D98;
}

.green #wrap {
  background: url(/wp-content/themes/fare-wp/images/home_bg_green.png) no-repeat center bottom;
  background-size: cover;
}
.green #top .inner .top-content .top-content__inner .inquiry a.reserve {
  background: #7EA900;
}
.green #hero .wide .hero-box .ttl {
  color: #6C493B;
}
.green #hero .wide .hero-box .ttl span {
  color: #7EA900;
}
.green .sec-header .sec-ttl span {
  color: #7EA900;
}
.green .btn {
  background-color: #7EA900;
}
.green .sentry h3 {
  background: #E7EFEA;
}
.green .sentry h4 {
  border-color: #7EA900;
}
.green .sec-sub-header a,
.green .md-news-list dl dd a,
.green #site-footer .inner .address address {
  color: #7EA900;
}
.green .md-flex-banner .flex li:last-child a {
  background: #7EA900;
}
.green #site-footer {
  background: #E7EFEA;
}
.green #index-news {
  background-color: #E7EFEA;
}
.green #index-entry-form {
  background-image: url(/wp-content/themes/fare-wp/images/img_bg_green.png);
}
.green #modal {
  background: #07a7e3;
  background: -webkit-gradient(linear, left top, right top, from(#CE92A7), to(#7EA900));
  background: linear-gradient(to right, #CE92A7 0, #7EA900 100%);
}
.green .sentry h2::before, .green .sentry h2::after {
  background: #7EA900;
}
.green .sentry ul li::before {
  color: #7EA900;
}
.green .md-faq dl dt::before {
  background: #CE92A7;
}
.green .md-faq dl dd::before {
  background: #7EA900;
}

.orange #wrap {
  background: url(/wp-content/themes/fare-wp/images/home_bg_orange.jpg) no-repeat center bottom;
  background-size: cover;
}
.orange #top .inner .top-content .top-content__inner .inquiry a.reserve {
  background: #e2421f;
}
.orange #hero .wide .hero-box .ttl {
  color: #6C493B;
}
.orange #hero .wide .hero-box .ttl span {
  color: #e2421f;
}
.orange .sec-header .sec-ttl span {
  color: #e2421f;
}
.orange .btn {
  background-color: #e2421f;
}
.orange .sentry h3 {
  background: #FDE09A;
}
.orange .sentry h4 {
  border-color: #e2421f;
}
.orange .sec-sub-header a,
.orange .md-news-list dl dd a,
.orange #site-footer .inner .address address {
  color: #e2421f;
}
.orange .md-flex-banner .flex li:last-child a {
  background: #e2421f;
}
.orange #site-footer {
  background: #FDE09A;
}
.orange #index-news {
  background-color: #FDE09A;
}
.orange #index-entry-form {
  background-image: url(/wp-content/themes/fare-wp/images/img_bg_orange.png);
}
.orange #modal {
  background: #07a7e3;
  background: -webkit-gradient(linear, left top, right top, from(#FDE09A), to(#e2421f));
  background: linear-gradient(to right, #FDE09A 0, #e2421f 100%);
}
.orange .sentry h2::before, .orange .sentry h2::after {
  background: #e2421f;
}
.orange .sentry ul li::before {
  color: #e2421f;
}
.orange .md-faq dl dt::before {
  background: #CE92A7;
}
.orange .md-faq dl dd::before {
  background: #e2421f;
}

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