@charset "utf-8";
/************************************************************
テーマ共通 CSS
*************************************************************/

/*
・Reset
・BASE MODULES
・レイアウト
・ヘッダー
・ナビゲーション
・パンクズ
・フッター
・ウィジェット
・トップページ
・スライダー
・見出し
・TABLE
・フォーム
・カレンダー
・記事一覧
・ページナビ
・詳細ページ
・イベント詳細ページ
・関連記事
・MAP
・ソーシャルボタン
*************************************************************/

/* Reset
*****************************************************/

* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  counter-reset: count-number;
  word-wrap: break-word;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  font: 16px/1.6 "メイリオ", "Meiryo", "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: middle;
}

body {
  font: 16px/1.6 "メイリオ", "Meiryo", "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  -webkit-text-size-adjust: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #ff7700;
}

a:hover, a:active {
  outline: none;
}

a:hover img {
  opacity: 0.7;
}

#input-title {
  padding: 0;
  border: none;
}

/* レイアウト
*****************************************************/

#wrapper, .inner {
  margin: 0 auto;
  width: 1100px;
}

#content {
  float: right;
  width: 730px;
  min-height: 400px;
  padding: 30px 0 50px;
  line-height: 180%;
}

#toppage #content {
  padding-bottom: 0;
}

#content .post .content {
  padding: 0 0 50px;
}

#content .post .content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.page-template-page-onecolumn #content {
  float: none;
  margin: 25px auto 0 auto;
  width: 980px;
}

.page-template-page-onecolumn-nohf #wrapper {
  margin: 0 auto;
  width: 100%;
}

.page-template-page-onecolumn-nohf #wrapper #content {
  float: none;
  margin: 0 auto;
  width: 980px;
}

#sidebar {
  float: left;
  width: 320px;
  padding: 30px 0 50px;
}

#sidebar>div, #sidebar>section, #sidebar>ul {
  margin: 0 0 30px;
}

#sidebar>div.side_sns_bnr {
  margin-bottom: 20px;
}

#sidebar>div:first-child, #sidebar>section:first-child, #sidebar>ul:first-child {
  margin-top: 0;
}

#sidebar>div .sp {
  display: none;
}

.post_wrap {
  margin: 0 0 50px 0;
}

.post_wrap.company {
  margin: 0 0 50px 0;
}

ul#banners, ul.post {
  width: 100%;
}

.post_wrap ul {
  margin: 0 0 10px 21px;
}

.post_wrap ul li {
  margin-bottom: 5px;
}

.post_wrap ul.check {
  list-style-type: none;
}

#footer_banner_html {
  padding: 20px 0;
}

/* END レイアウト -----------------------------*/

/* ヘッダー
*****************************************************/

header {
  position: relative;
  padding: 0;
  border-bottom: none;
}

header#header {
  background: #fff;
}

#hinfo {
  float: right;
  padding: 25px 0 0;
}

#hinfo .hitxt {
  display: inline-block;
  padding: 5px 20px 0 0;
  text-align: right;
}

header>.inner {
  padding-bottom: 10px;
}

#header #logo {
  clear: both;
  height: auto;
  padding: 0px 0 0;
  color: #515151;
  font-size: 160%;
  font-weight: bold;
  display: table-cell;
}

#header #logo .logo_inner {
  display: flex;
  align-items: left;
  justify-content: left;
}

#header #logo .logo_inner.copy_right {
  xflex-direction: row;
}

#header #logo .logo_inner.copy_top {
  flex-direction: column-reverse;
  align-items: left;
}

#header #logo .logo_inner.copy_bottom {
  flex-direction: column;
  align-items: left;
}

#header #logo .copy_top .catch {
  padding-bottom: 5px;
}

#header #logo .copy_bottom .catch {
  padding-top: 5px;
}

#header #logo a {
  width: auto;
  padding-right: 0;
  vertical-align: bottom;
  line-height: 1;
  display: table-cell;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#header #logo img {
  max-width: 300px;
  max-height: 65px;
  height: auto;
  width: auto;
}

#header #logo .catch {
  display: block;
  font-size: 50%;
  font-weight: normal;
}

#header #logo .logo_inner.copy_right .catch {
  color: #333;
  padding-left: 15px;
  margin-top: 0px;
}

header #tel_area {
  display: table-cell;
  padding-left: 0;
  vertical-align: bottom;
  font-size: 80%;
  line-height: 1.4;
  text-align: right;
}

header #tel_area .tel {
  display: block;
  font-size: 240%;
}

header #tel_area .tel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 5px;
  background-image: url(../img/ico_tel.png);
  background-color: #333;
}

header #contact_area {
  vertical-align: middle;
  text-align: right;
  margin-left: 25px;
}

header #contact_area a {
  padding: 10px 20px 8px 64px;
  display: inline-block;
  letter-spacing: 2px;
  color: #000;
  position: relative;
}

header #contact_area svg {
  fill: currentColor;
  width: 24px;
  position: absolute;
  left: 24px;
  top: 0;
  height: 23px;
  margin: auto;
  bottom: 0;
}

/* END ヘッダー -----------------------------*/

/* ナビゲーション
*****************************************************/

nav#mainNav ul:after {
  display: none;
}

nav#mainNav .inner:after, #main .post:after, .inner:after {
  content: "";
  display: table;
  clear: both;
  width: 0px;
}

nav#mainNav ul, nav#mainNav .inner {
  zoom: 1;
}

nav#mainNav li.foot {
  display: none;
}

nav#mainNav li#menu-item-contact {
  display: block;
}

/* END ナビゲーション -----------------------------*/

/* パンクズ
*****************************************************/

#pankuzu {
  min-width: 730px;
}

#pankuzu div {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 75%;
}

#pankuzu div a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#pankuzu h1 {
  line-height: 1.2;
}

#pankuzu.wide_pan {
  min-width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#pankuzu.wide_pan div {
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  font-size: 85%;
}

#pankuzu.wide_pan div .breadcrumbs {
  font-size: 95%;
}

#pankuzu.wide_pan h1 {
  padding: 20px 0;
  font-size: 256%;
  font-weight: normal;
}

/* END パンクズ -----------------------------*/

/* フッター
*****************************************************/

#footer {
  clear: both;
  font-size: 90%;
  color: #333;
}

#footer .boxWrap {
  width: 980px;
  margin-right: -40px;
}

#footer .box {
  float: left;
  width: 450px;
  margin-right: 40px;
  padding: 20px 0;
}

#footer h3 {
  padding: 5px;
  margin-bottom: 10px;
  font-size: 120%;
  border-bottom: 1px solid #eee;
}

#copyright {
  color: #fff;
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 90%;
  background: #222;
}

#footer_banner {
  margin: 50px auto;
  text-align: center;
  max-width: 730px;
}

#footer_banner img {
  max-width: 100%;
}

#footer #f_nav .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
}

#footer #f_nav .inner .pagetop {
  position: absolute;
  top: -30px;
  right: 0;
}

#footer #f_nav .inner .pagetop.ver2 {
  display: table;
  background: #333;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
}

#footer #f_nav .inner .pagetop.ver2 i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #fff;
}

#footer #f_nav .inner .pagetop.ver3 {
  display: block;
  background: #333;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
  top: -34px;
}

#footer #f_nav .inner .pagetop.ver3 i {
  display: inline-block;
  margin-right: 0.5em;
  color: #fff;
}

#footer #f_nav .f_left {
  float: left;
  width: 40%;
  padding-left: 20px;
}

#footer1 #f_nav .f_left img {
  max-width: 380px;
}

#footer #f_nav .f_left .f_logo_name {
  font-weight: normal;
  font-size: 130%;
}

#footer #f_nav .f_left .address {
  margin: 10px 0 0 0;
}

#footer1 #f_nav .f_left .tel span {
  font-size: 170%;
}

#footer #f_nav .f_left .text {
  max-width: 450px;
  font-size: 80%;
}

#footer #f_nav .f_right {
  float: right;
  padding: 3px 0 0 0;
  width: 50%;
}

#footer #f_nav .f_right .nav {
  float: left;
  margin-left: 0;
  width: 100%;
}

#footer #f_nav .f_right ul li::before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  margin-right: 8px;
  border-left: 5px solid #FF7700;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  vertical-align: middle;
}

#footer #f_nav .f_right ul li {
  float: left;
  width: 100%;
  padding: 2px 0;
}

#footer.footer_pt02 #f_nav .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}

#footer.footer_pt02 #f_nav .f_top .inner {
  padding: 40px 0 20px 0;
}

#footer.footer_pt02 #f_nav .f_left {
  float: left;
  width: 535px;
  padding-left: 10px;
}

#footer.footer_pt02 #f_nav .f_left .f_logo_name {
  font-weight: bold;
  font-size: 160%;
}

#footer.footer_pt02 #f_nav .f_left .address {
  margin: 10px 0 0 0;
}

#footer.footer_pt02 #f_nav .f_left .tel span {
  font-size: 170%;
}

#footer.footer_pt02 #f_nav .f_right {
  float: right;
  width: 535px;
  padding: 3px 10px 0 10px;
}

#footer.footer_pt02 #f_nav .f_top .nav {
  width: 100%;
  margin-left: 0;
}

#footer.footer_pt02 #f_nav .f_top ul li::before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  margin-right: 8px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  vertical-align: middle;
}

#footer #f_nav .f_top ul li::before {
  border-left: 5px solid #333;
}

#footer.footer_pt02 #f_nav .f_top ul li {
  float: left;
  width: 16%;
  padding: 2px 0 2px 0.6666%;
}

#spf_cta {
  display: none;
}

/* END フッター -----------------------------*/

/* ウィジェット
*****************************************************/

#sidebar #side_tw_plugin, #sidebar #side_fb_plugin, #sidebar #side_tw, #sidebar #side_fb, #sidebar #side_gp, #sidebar #side_in {
  text-align: center;
}

#sidebar a:hover {
  opacity: 0.7;
}

#sidebar #side_tw img, #sidebar #side_fb img, #sidebar #side_gp img, #sidebar #side_in img {
  width: 100%;
  height: auto;
}

#sidebar ul#banners {
  width: 320px;
  margin: 15px 0;
  text-align: center;
}

#sidebar ul#banners li {
  float: none;
  margin: 0 0 15px;
}

.widgetWrap, section.widget ul {
  margin: 10px 0 20px 0;
  padding: 0;
}

section.widget ul ul {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

section.widget ul ul li a {
  padding-left: 30px;
}

section.widget h3 {
  clear: both;
  margin: 0 0 -5px;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

section.widget li a {
  display: block;
  padding: 10px 0 10px 12px;
  background-repeat: no-repeat;
  background-position: right 10px top 16px;
  background-size: 6px auto;
  border-bottom: 1px dashed #CCC;
  position: relative;
}

#searchform {
  padding: 0;
}

#searchform div {
  position: relative;
}

#searchform .screen-reader-text {
  display: none;
}

#searchform input[type="text"] {
  width: 100%;
  line-height: 22px;
  height: 34px;
  padding-right: 82px;
}

#searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 4px 20px 4px 20px;
  height: 34px;
  border-radius: 0 3px 3px 0px;
}

.box .widgetWrap, .box section.widget ul {
  padding: 0 0 0 7px;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.box section.widget li a {
  background: url(../img/arrowWhite.png) no-repeat 0 12px;
  border: 0;
}

.box section.widget li a:hover {
  background-position: 2px 12px;
}

#side_sns {
  margin: 30px 0;
}

#side_sns a {
  display: block;
  margin-top: 15px;
}

#side_sns a:first-child {
  margin-top: 0;
}

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

#tags .tag_cloud {
  margin-bottom: 30px;
}

#tags .tag_cloud a {
  background: rgba(51, 51, 51, 0.45) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 0.1em 0.2em 0;
  padding: 0.1em 0.5em;
}

#sidebar h3 {
  margin-bottom: 10px;
  padding: 3px 10px 2px 10px;
  background: #3b3b3b;
  font-size: 110%;
  font-weight: normal;
  color: #fff;
}

#new_post .img_wrap {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}

#new_post .img_wrap img {
  max-width: 90px;
}

#new_post .date {
  display: block;
  padding: 0 0 3px 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

#new_post ul li {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px dashed #CCC;
}

#new_post ul li a {
  color: #333;
}

#new_post ul li a::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

#post_rank ul li {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px dashed #CCC;
}

section.widget li a::after, #post_rank ul li::after, #new_post ul li::after {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 47%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#post_rank .wpp-list .wpp-thumbnail {
  margin: 0 10px 0 0;
}

#post_rank .wpp-list li {
  position: relative;
  padding: 10px 20px 10px 0;
  line-height: 1.3;
}

#post_rank .wpp-list li::before {
  counter-increment: count-number;
  content: counters(count-number, ".") " ";
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 900;
  display: block;
  width: 25px;
  padding: 2px 0 1px 0;
  text-align: center;
  background: #717171;
  color: #fff;
}

#post_rank .wpp-list li:nth-child(1)::before {
  background: #b60005;
}

#post_rank .wpp-list li:nth-child(2)::before, #post_rank .wpp-list li:nth-child(3)::before {
  background: #2d3d6b;
}

#post_rank .wpp-list .wpp-date {
  display: block;
  padding: 0 0 3px 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

#post_rank .wpp-list a {
  color: #333;
  font-size: 85%;
}

#new_post ul.side_service_post li {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 2px;
  margin-bottom: 15px;
  position: relative;
}

#new_post ul.side_service_post li::after {
  content: "";
  display: block;
  right: 10px;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

#new_post ul.side_service_post li a {
  display: table;
}

#new_post ul.side_service_post li a h4 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 24px;
  width: 100%;
}

#company_widget dl {
  margin-bottom: 15px;
}

#company_widget dl dt, #company_widget dl dd {
  margin-bottom: 5px;
  padding: 3px 0;
  font-size: 85%;
}

#company_widget dl dt {
  clear: both;
  float: left;
  width: 20%;
  text-align: center;
  background-color: #CCC;
  color: #404040;
}

#company_widget dl dd {
  margin-left: 23%;
}

#company_widget dl::after, #company_widget dl dd::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#calendar_wrap table {
  width: 260px;
  margin: 0 auto;
  width: 90%;
}

#calendar_wrap table caption {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}

#calendar_wrap table th, #calendar_wrap table td {
  padding: 3px;
  text-align: center;
}

#calendar_wrap table th:nth-child(6) {
  color: #000;
}

#calendar_wrap table th:nth-child(7) {
  color: #950000;
}

#calendar_wrap a {
  color: #111;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#calendar_wrap table td#prev {
  text-align: left;
}

#calendar_wrap table td#next {
  text-align: right;
}

#calendar_wrap table td#prev a {
  text-align: left;
  border: 0;
}

#calendar_wrap table td#next a {
  text-align: right;
  border: 0;
}

#side_sns_icons ul {
  display: flex;
  justify-content: center;
}

#side_sns_icons ul li {
  max-width: 20%;
}

#side_sns_icons ul li img {
  width: 100%;
}

/* END ウィジェット -----------------------------*/

/* 会社概要
*****************************************************/

.post_wrap.company .info_area {
  display: flex;
  flex-direction: column-reverse;
}

.home .post_wrap.company .info_area {
  flex-direction: row-reverse;
}

.post_wrap.company .info_area .left {
  display: block;
  padding: 0 0 20px;
  vertical-align: top;
  width: 50%;
}

.archive .post_wrap.company .info_area .left {
  width: 100%;
}

.post_wrap.company .info_area .map_area {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  vertical-align: top;
  overflow: hidden;
}

.home .post_wrap.company .info_area .map_area {
  width: 50%;
}

.home .post_wrap.company .info_area .map_area.map_only {
  width: 100%;
}

.post_wrap.company .info_area #map {
  padding: 66.67% 0 0 0;
  overflow: hidden;
}

.home .post_wrap.company .info_area #map {
  margin-left: 20px;
}

.post_wrap.company .info_area #map iframe {
  height: 300%;
  margin-top: -65%;
}

.home .post_wrap.company .info_area .map_area.map_only #map {
  padding: 45.67% 0 0 0;
  margin-left: 0;
}

.home .post_wrap.company .info_area .map_area.map_only #map iframe {
  height: 200%;
  margin-top: -22.5%;
}

.single-u .post_wrap.company .info_area .left {
  width: 100%;
  display: block;
}

.single-u .post_wrap.company .info_area #map {
  width: 100%;
  display: block;
}

.post_wrap.company .info_area dt {
  float: left;
  padding: 5px 5px;
  font-weight: normal;
  clear: both;
}

.post_wrap.company .link_btn {
  text-align: center;
}

.post_wrap.company .info_area dd {
  padding: 5px 10px 5px 110px;
}

/* END 会社概要 -----------------------------*/

/* 採用情報
*****************************************************/

.single-r #content .post .content {
  padding: 0;
}

.post_wrap.recruit {
  margin: 0;
}

.post_wrap.recruit .info_area {}

.post_wrap.recruit .info_area dl {
  background-color: #EEE;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

.post_wrap.recruit .info_area dl::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.post_wrap.recruit .info_area dt {
  width: 25%;
  padding: 15px 5px 10px 15px;
  border-top: 1px solid #FFF;
  float: left;
  font-weight: normal;
  clear: both;
}

.post_wrap.recruit .info_area dt:first-child {
  border-top: 1px solid #EEE;
}

.post_wrap.recruit .info_area dd {
  width: 75%;
  padding: 15px 5px 10px 15px;
  background-color: #FFF;
  border-top: 1px solid #EEE;
  margin-left: 25%;
}

.post_wrap.recruit .info_area dd:after {
  content: '';
  display: block;
  clear: both;
}

.post_wrap.recruit .info_area .map_area {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  vertical-align: top;
  overflow: hidden;
}

.post_wrap.recruit .info_area #map {
  padding: 66.67% 0 0 0;
  overflow: hidden;
}

.post_wrap.recruit .info_area #map iframe {
  height: 300%;
  margin-top: -65%;
}

.post_wrap.recruit .info_area dt {}

.post_wrap.recruit .link_btn {
  text-align: center;
}

/* END 採用情報 -----------------------------*/

/* トップページ
*****************************************************/

#toppage #wrapper #content .post_wrap {
  background-size: cover;
  background-position: center center;
}

#toppage #wrapper #content .post_wrap.top_mbnr, #toppage #wrapper #content .post_wrap.top_sbnr {
  text-align: center;
  /*display: flex;
  justify-content: center;*/
}

#toppage #wrapper #content .post_wrap.top_mbnr img {
  margin: 0 auto;
}

#toppage #wrapper #content .post_wrap.top_mbnr a img {
  max-width: 75%;
}

#toppage #wrapper #content .post_wrap.top_sbnr img {
  width: 23%;
  margin: 5px 1%;
}

#content .topsubcontent.post .topsub_txt h3 {
  font-size: 100%;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  border-bottom: 0px;
  text-align: center;
}

#content .topsubcontent.post .topsub_txt h3::before {
  content: "";
  display: none;
  height: 0;
}

/* END トップページ -----------------------------*/

/* スライダー
*****************************************************/

.topslider {
  margin: 0 0 0px;
}

.topslider>div {
  margin: 0 auto;
  background-color: #efefef;
}

.topslider .flex-control-nav {
  bottom: -35px;
}

.metaslider {
  margin: 0 auto;
}

.metaslider .caption-wrap .caption img {
  margin: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  display: inline-block !important;
}

.metaslider .caption-wrap .caption a:hover img {
  opacity: 1;
}

.metaslider .flexslider {
  margin: 0 !important;
}

.home .metaslider .flex-control-nav {
  bottom: -18px;
}

.slider_pc {
  display: block;
}

.slider_sp {
  display: none;
}

.topslider span {
  display: block;
  font-size: 45%;
  line-height: 1.3;
  margin-top: 5px;
}

.topslider span img {
  margin: 0 auto;
}

.topslider p a {
  display: inline-block;
  font-size: 45%;
  margin-top: 10px;
  text-align: center;
  padding: 7px 35px;
  text-shadow: none;
}

.flex-direction-nav .flex-prev {
  left: 0 !important;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
}

.topslider.slider_ptn2 .flex-direction-nav a {
  width: 50px!important;
  height: 50px!important;
  background: rgba(0, 0, 0, 0.3) !important;
  display: table!important;
}

.topslider.slider_ptn2 .flex-direction-nav a::before {
  display: table-cell;
  color: #fff;
  font-size: 30px;
  text-indent: 0;
  font-family: FontAwesome;
  text-align: center;
  vertical-align: middle;
}

.topslider.slider_ptn2 .flex-direction-nav a.flex-next::before {
  content: "\f105" !important;
}

.topslider.slider_ptn2 .flex-direction-nav a.flex-prev::before {
  content: "\f104" !important;
}

.topslider.slider_none .flex-direction-nav {
  display: none;
}

/* スライダー01 ------------------------------*******/

.slider01 .metaslider .caption-wrap {
  bottom: 0;
  position: absolute;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.35);
}

.slider01 .metaslider .caption-wrap a {
  pointer-events: auto;
}

.slider01 .metaslider .caption {
  font-size: 250%;
  line-height: 1.8;
  overflow-wrap: break-word;
  padding: 0 5%;
  position: absolute;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  width: 100%;
  text-shadow: 0 0 20px #000, 0 0 20px #000, 0 0 0.20px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.slider01 .metaslider .caption p, .slider01 .metaslider .caption span {
  width: 100%;
}

/* END スライダー -----------------------------*/

/* 見出し
*****************************************************/

#header h1 {
  padding: 5px 0;
  font-size: 80%;
  color: #333;
  font-weight: normal;
}

#content h1 {
  font-size: 2.3rem;
  line-height: 120%;
  text-align: left;
  color: #333;
  padding: 15px 0 50px;
  font-weight: normal;
}

#toppage #content .front_content h1, #toppage #content .front_content h2 {
  border: none;
  background: none;
  font-size: 220%;
  line-height: 1.3;
  font-weight: normal;
  padding: 15px 10px;
  margin: 0 auto 15px auto;
}

#content h1, #content .front_content h2, .post h2 {
  background-repeat: no-repeat;
}

#content .post h2, #content .post .ttlmain {
  font-size: 140%;
  line-height: 1.3;
  font-weight: normal;
  padding: 15px 10px;
  margin: 2em auto 1em;
}

#content .post h3, #content .post h4, #content .post h5, #content .post h6 {
  background-repeat: no-repeat;
}

.topsubcontent.post h3 {
  padding-left: 5px;
  text-align: left;
}

.topsubcontent.post h4 {
  padding-left: 0;
}

.topsubcontent.post h5 {
  padding-left: 15px;
  text-align: left;
}

.topsubcontent.post h4::before {
  content: "";
}

.post.custom_archive h3, .post.custom_archive h4, .post.custom_archive h5, .post.custom_archive h6 {
  background: none;
}

.post h2, .post h3, .post h4, .post h5, #.post h6 {
  font-weight: bold;
}

#content .post .post_inner h2:nth-of-type(1), #content .post article h2:nth-of-type(1), #content .post .content h2:nth-of-type(1), #content .post .read h2:nth-of-type(1) {
  margin-top: 0px;
}

#footer h3, section.widget h3, header h2.title {
  border-bottom: none;
}

.author article .textarea h2, .category article .textarea h2, .tag article .textarea h2, .page-template-page-fin article .textarea h2, .post-type-archive-seminar article .textarea h2, .blog article .textarea h2, .home article .textarea h2 {
  margin: 0;
  padding: 0;
  border-left: none;
}

#new_post h4 {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
  padding-right: 20px;
}

/* END 見出し -----------------------------*/

/* TABLE
*****************************************************/

.post .scroll-box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.post .scroll-box table {
  min-width: 100%;
}

.post .scroll-box table th, .post .scroll-box table td {
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 1px;
  background: #fff;
}

.post table.retable {
  width: 100%;
  border-width: 1px 0 0;
  border-top: 1px #ccc solid;
}

.post table.retable th {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px;
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0 1px;
  background: #f4f4f4;
  font-weight: normal;
  display: block;
  text-align: left;
  background: #EFEFEF;
  color: #333;
}

.post table.retable th .require {
  margin-left: 3px;
  color: #c33;
}

.post table.retable td {
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0 1px 1px;
  background: #fff;
  display: block;
  border: 1px #ccc solid;
}

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

/* END TABLE -----------------------------*/

/* フォーム
*****************************************************/

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 1px 5px;
  line-height: 30px;
  height: auto;
  vertical-align: middle;
  border: 1px solid #d4d4d7;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
  box-sizing: border-box;
}

textarea {
  height: 100px;
}

div.confirm {
  text-align: center;
}

div.submit {
  text-align: center;
}

div.submit .wpcf7c-btn-back {
  margin-right: 1em;
  background: #bbb;
}

input#zip1 {
  width: 60px;
  margin-bottom: 10px;
}

input#zip2 {
  width: 80px;
  margin-bottom: 10px;
}

span.prefecture select#prefecture {
  margin-bottom: 10px;
}

span.city input#city {
  margin-bottom: 10px;
}

label.acceptancelabel {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}

span.wpcf7-radio span.wpcf7-list-item {
  margin: 0 15px 0 0;
}

textarea {
  height: auto;
  line-height: 1.5;
}

input[type="submit"], input[type="reset"], input[type="button"], p.readon a {
  vertical-align: middle;
  padding: 7px 20px 5px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 116%;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 15px;
}

.wpcf7c-conf {
  background-color: #EEE !important;
  color: #555 !important;
  border: 1px solid #EEE !important;
}

.seminar-fin-btn {
  text-align: center;
  margin: 80px 0;
  line-height: 2.6;
}

.seminar-fin-btn a {
  padding: 7px 20px 3px;
  color: #fff;
  background: #0e2181;
  font-size: 116%;
}

.seminar-fin-btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  vertical-align: baseline;
  position: relative;
  top: -2px;
  margin-left: 0.5em;
}

input[type="number"] {
  -moz-appearance: textfield;
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #d4d4d7;
  box-sizing: border-box;
  color: #555;
  font-size: 100%;
  height: auto;
  line-height: 30px;
  padding: 1px 5px;
  vertical-align: middle;
}

input#eventname {
  background: #fff none repeat scroll 0 0;
  border: medium none;
}

input#jobname {
  background: #fff none repeat scroll 0 0;
  border: medium none;
}

input[type="submit"][disabled] {
  cursor: default;
  opacity: 0.4;
}

/* END フォーム -----------------------------*/

/* カレンダー
*****************************************************/

/* END カレンダー -----------------------------*/

/* 記事一覧
*****************************************************/

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

.read {
  margin-bottom: 30px;
}

#content .link_btn.cat_link {
  margin-top: 2em;
  text-align: center;
}

.search_dscr {
  text-align: center;
  margin: 25px 0 35px;
}

.wp-pagenavi ul#pagination {
  text-align: center;
}

.wp-pagenavi ul#pagination li {
  display: inline-block;
}

p.preparation {
  text-align: center;
  padding: 60px 0 100px;
}

/* END 記事一覧 -----------------------------*/

/* ページナビ
*****************************************************/

.wp-pagenavi {
  text-align: center;
  line-height: 2.6;
}

#content .wp-pagenavi a {
  padding: 2px 9px 2px 9px;
}

#content .wp-pagenavi span {
  padding: 2px 9px 2px 9px;
  color: #f5f5f5;
}

/* END ページナビ -----------------------------*/

/* 詳細ページ
*****************************************************/

.post dt {
  font-weight: bold;
}

.post dd {
  padding-bottom: 10px;
}

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

img.aligncenter {
  display: block;
  margin: 5px auto;
}

img.alignright, img.alignleft {
  margin: 0 10px 15px 15px;
  display: inline;
}

img.alignleft {
  margin: 0 15px 15px 10px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.post .btnarea {
  margin-bottom: 20px;
  text-align: right;
}

.post .btnarea a {
  background: #3b3b3b padding: 5px 20px;
  ;
  color: #fff;
}

.post .back a {
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1;
  padding: 15px 20px 11px;
  background: #FFF;
}

.post .back {
  margin: 50px 0 20px 0;
  text-align: center;
}

div.author {
  margin: 20px 10px;
  text-align: right;
  font-size: 93%;
}

.post article {
  margin-bottom: 35px;
  position: relative;
}

.post article::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.post .thumb {
  float: left;
  margin-right: 15px;
}

.post .link_btn, .post_wrap .link_btn {
  margin-top: 1em;
  text-align: right;
}

.front_content .post_wrap.archive_post .link_btn {
  margin-top: 2em;
  text-align: center;
}

.post_wrap ol {
  margin: 0 0 10px 21px;
}

.post ol li {
  margin-bottom: 5px;
  list-style: decimal;
}

.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}

.post blockquote p {
  padding: 5px 0;
}

.post p {
  padding-bottom: 15px;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
}

.post p:first-child img {
  margin-bottom: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 15px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#toc_container {
  margin-top: 1em;
}

#content .topsubcontent .layout_s1l {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: stretch;
}

#content .topsubcontent .layout_s1r {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
}

#content .topsubcontent .layout_img {
  min-width: 30%;
  max-width: 60%;
}

#content .topsubcontent .layout_img.img_l {
  margin-right: 1.5em;
  text-align: left;
}

#content .topsubcontent .layout_img.img_r {
  margin-left: 1.5em;
  text-align: right;
}

#content .topsubcontent .layout_txt {
  min-width: 40%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 0 0 1em 0;
}

#content .topsubcontent .layout_txt .link_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#content .topsubcontent .layout_s2 ul, #content .topsubcontent .layout_s3 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  margin: 0 0 10px;
}

#content .topsubcontent .layout_s2 ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1.5em;
  position: relative;
}

#content .topsubcontent .layout_s3 ul li {
  width: 33.3%;
  box-sizing: border-box;
  margin: 0 0.8em;
  position: relative;
}

#content .topsubcontent .layout_s2 ul li .layout_img, #content .topsubcontent .layout_s3 ul li .layout_img {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
}

#content .topsubcontent .layout_s2 ul li .layout_txt, #content .topsubcontent .layout_s3 ul li .layout_txt {
  min-width: 100%;
  max-width: 100%;
  position: static;
  box-sizing: border-box;
  margin-bottom: 2.7em;
  text-align: center;
}

#content .topsubcontent .layout_s2 ul li .link_btn, #content .topsubcontent .layout_s3 ul li .link_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 85%;
  text-align: center;
}

/* END 詳細ページ -----------------------------*/

/* イベント詳細ページ
*****************************************************/

.dateplaceLabel {
  padding: 10px 0 30px 0;
  line-height: 1;
}

.post .dateplaceLabel dt {
  float: left;
  clear: left;
  margin-right: 12px;
  margin-bottom: 5px;
  padding: 6px 12px 5px 12px;
  color: #fff;
  font-size: 80%;
  font-weight: normal;
}

.post .dateplaceLabel dd {
  float: left;
  margin-bottom: 5px;
  padding: 3px 0;
  font-size: 90%;
  line-height: 1.5;
}

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

.dateLabel {
  margin: 0 0 30px 0;
  text-align: right;
  line-height: 1;
}

.dateLabel time {
  font-size: 90%;
}

.dateLabel ul.post-categories {
  display: inline-block;
  margin: 0;
  letter-spacing: -0.34em;
}

.dateLabel ul.post-categories li {
  display: inline-block;
  margin: 0 0 0 6px;
  padding-left: 0;
  background: none;
  letter-spacing: 0em;
}

.dateLabel ul.post-categories li a {
  display: inline-block;
  padding: 6px 12px 5px 12px;
  color: #fff;
  font-size: 80%;
}

/* END イベント詳細ページ -----------------------------*/

/* 関連記事
*****************************************************/

div.yarpp-related {
  margin: 30px 0 0 0;
}

div.yarpp-related ul {
  margin: 0;
}

div.yarpp-related ul+img {
  display: none;
}

div.yarpp-related ul li {
  float: left;
  display: table;
  width: 340px;
  margin-bottom: 0;
  margin-right: 50px;
  padding: 10px 0;
  background: none;
}

div.yarpp-related ul li:nth-child(2n) {
  margin-right: 0;
}

div.yarpp-related ul li a {
  display: block;
  color: #333;
}

div.yarpp-related ul li a:hover {
  opacity: 0.6;
}

div.yarpp-related ul li a:hover img {
  opacity: 1;
}

div.yarpp-related ul li a::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  width: 0;
}

div.yarpp-related ul .img {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}

div.yarpp-related ul .img img {
  width: auto;
  height: 90px;
}

div.yarpp-related ul p.date {
  padding: 0 0 3px 0;
  font-size: 80%;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

div.yarpp-related ul h5 {
  font-size: 95%;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}

div.yarpp-related ul h5::before {
  background-color: #3b3b3b;
  content: "";
  height: 0px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0px;
}

/* END 関連記事 -----------------------------*/

/* MAP
*****************************************************/

#map, #map_widget {
  position: relative;
  width: 100%;
  padding: 66.67% 0 0 0;
}

#map iframe, #map_widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_widget {
  overflow: hidden;
}

#map_widget iframe {
  height: 300%;
  margin-top: -65%;
}

/* END MAP -----------------------------*/

/* ソーシャルボタン
*****************************************************/

#sns_foot {
  margin: 30px 0;
}

#sns_foot ul {
  margin: 0;
  text-align: center;
}

#sns_foot ul li {
  font-family: "メイリオ", "Meiryo", "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  display: inline-block;
  width: 20%;
  margin-bottom: 0;
  padding: 0 0.5%;
  text-align: center;
  background: none;
}

#sns_foot ul li a {
  display: block;
  padding: 9px 0 6px;
  color: #fff;
}

#sns_foot ul li.twitter a {
  background: #00acee;
}

#sns_foot ul li.facebook a {
  background: #3b5998;
}

#sns_foot ul li.googleplus a {
  background: #dd4a38;
}

#sns_foot ul li.line a {
  background: #25af00;
}

#sns_foot ul li.pocket a {
  background: #ee5f64;
}

/* END ソーシャルボタン -----------------------------*/

/* media => PC
■■■■■■■■■■■■■■■■■■■■■■■■ */

@media only screen and (min-width:1125px) {
  /* レイアウト （PC Only）
*****************************************************/
  /* END レイアウト （PC Only） -----------------------------*/
  /* ヘッダー （PC Only）
*****************************************************/
  header>.inner {
    display: table;
    padding-bottom: 0;
  }
  #header #logo {
    float: none;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
  }
  #header #logo a {
    font-size: 100%;
  }
  #header #logo img {
    margin-bottom: 0px;
  }
  #header #logo .catch {
    line-height: 1;
    margin-top: 5px;
    white-space: normal;
  }
  #header #logo .copy_top .catch {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  #header #hinfo {
    display: table-cell;
    width: auto;
    /* width: 56%; */
    float: none;
    padding: 7px 0 8px 0;
    vertical-align: bottom;
  }
  #header #hinfo .hinfo_in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  /* END ヘッダー （PC Only） -----------------------------*/
  /* ナビゲーション （PC Only）
*****************************************************/
  div.panel {
    display: block !important;
  }
  a#menu {
    display: none;
  }
  nav#mainNav ul.nav {
    clear: both;
    position: relative;
    z-index: 200;
    width: 100%;
    margin: 0;
    display: table;
    padding-top: 2px;
    padding-bottom: 0px;
    table-layout: fixed;
  }
  nav#mainNav ul.nav li {
    margin-right: 20px;
    position: relative;
    display: table-cell;
    padding: 5px 3px 3px 3px;
    text-align: center;
    table-layout: fixed;
  }
  nav#mainNav ul.nav li.nopc {
    display: none;
  }
  nav#mainNav ul.nav li span {
    display: block;
  }
  nav#mainNav ul.nav li.hassub span a {
    padding-right: 10px;
  }
  nav#mainNav ul.nav li span a {
    color: #FFF;
    display: block;
    font-size: 100%;
    padding: 5px 0;
  }
  nav#mainNav ul.nav li span a:hover {
    opacity: 0.8;
  }
  nav#mainNav ul.nav>li.menu-item-has-children>span>a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 40%;
    transform: rotate(45deg);
  }
  nav#mainNav ul.nav>li.hassub>span>a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 40%;
    transform: rotate(45deg);
  }
  nav#mainNav li.menu-item-has-children a {
    padding-right: 20px;
  }
  nav#mainNav li#menu-item-contact {
    display: none;
  }
  nav#mainNav ul.nav>li ul {
    display: none;
  }
  nav#mainNav ul.nav>li:hover ul {
    width: 300px;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    padding: 0px;
    margin: 0;
    display: block;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 500;
    opacity: 1;
  }
  nav#mainNav ul.nav>li:last-child:hover ul {
    left: auto;
    right: 0;
  }
  nav#mainNav ul.nav>li:nth-last-of-type(2):hover ul {
    left: auto;
    right: -40px;
  }
  nav#mainNav ul.nav>li>ul>li:first-child {
    margin-top: 10px;
  }
  nav#mainNav ul.nav>li:hover>ul {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  nav#mainNav ul.nav li ul li {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    display: block;
    text-align: left;
  }
  nav#mainNav ul.nav li ul li a {
    padding: 7px 0;
    color: #FFF;
  }
  nav#mainNav ul.nav li ul li {
    padding-left: 20px;
  }
  nav#mainNav ul.nav li:hover ul ul {
    position: relative;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
  nav#mainNav ul.nav ul ul li a {
    padding-right: 0px;
  }
  nav#mainNav li li a, nav#mainNav li.current-menu-parent li a, nav#mainNav li.current-menu-item li a {
    color: #FFF;
    padding: 5px;
    font-size: 95%;
    line-height: 1.2;
    width: 100%;
    word-break: break-all
  }
  /* END ナビゲーション （PC Only） -----------------------------*/
  /* パンクズ （PC Only）
*****************************************************/
  /* END パンクズ  （PC Only）-----------------------------*/
  /* フッター （PC Only）
*****************************************************/
  #footer #f_nav .f_left img.footer_logo {
    max-width: 360px;
    width: auto;
    max-height: 120px;
    height: auto;
  }
  #footer #f_nav .f_right ul li {
    width: 50%;
  }
  #footer #f_nav .f_right ul li ul li {
    width: 100%;
  }
  /* END フッター  （PC Only）-----------------------------*/
  /* ウィジェット （PC Only）
*****************************************************/
  ul#banners li:last-child, ul.post li:last-child {
    margin-right: 0px;
  }
  #sidebar #main_banner img {
    width: 320px;
    height: auto;
  }
  #sidebar ul#banners li img {
    width: 320px;
    height: auto;
  }
  /* END ウィジェット （PC Only） -----------------------------*/
  /* トップページ （PC Only）
*****************************************************/
  /* END トップページ  （PC Only）-----------------------------*/
  /* スライダー （PC Only）
*****************************************************/
  .topslider {
    margin: 0 0 25px;
  }
  /* END スライダー  （PC Only）-----------------------------*/
  /* 見出し （PC Only）
*****************************************************/
  /* END 見出し  （PC Only）-----------------------------*/
  /* TABLE （PC Only）
*****************************************************/
  .post table.retable {
    border-width: 1px 1px 0 1px;
  }
  .post table.retable th {
    display: table-cell;
    width: 30%;
    border-width: 1px;
  }
  .post table.retable td {
    display: table-cell;
    border-width: 1px;
  }
  /* END TABLE  （PC Only）-----------------------------*/
  /* フォーム （PC Only）
*****************************************************/
  /* END フォーム  （PC Only）-----------------------------*/
  /* カレンダー （PC Only）
*****************************************************/
  /* END カレンダー  （PC Only）-----------------------------*/
  /* 記事一覧 （PC Only）
*****************************************************/
  /* END 記事一覧  （PC Only）-----------------------------*/
  /* ページナビ （PC Only）
*****************************************************/
  /* END ページナビ  （PC Only）-----------------------------*/
  /* 詳細ページ （PC Only）
*****************************************************/
  /* END 詳細ページ  （PC Only）-----------------------------*/
  /* イベント詳細ページ （PC Only）
*****************************************************/
  /* END イベント詳細ページ  （PC Only）-----------------------------*/
  /* 関連記事 （PC Only）
*****************************************************/
  /* END 関連記事  （PC Only）-----------------------------*/
  /* MAP （PC Only）
*****************************************************/
  /* END MAP  （PC Only）-----------------------------*/
  /* ソーシャルボタン （PC Only）
*****************************************************/
  /* END ソーシャルボタン  （PC Only）-----------------------------*/
}

/* media => PC END □□■□□■□□■□□■□□■ */

/* media => TABLET
■■■■■■■■■■■■■■■■■■■■■■■■ */

@media only screen and (max-width:1124px) {
  /* レイアウト （TABLET）
*****************************************************/
  #wrapper {
    width: 96%;
  }
  .inner, #footer .boxWrap {
    width: 96%;
  }
  #content {
    min-height: 0px;
    clear: both;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
  .page-template-page-onecolumn-nohf #wrapper #content {
    padding: 0 2%;
    width: 98%;
  }
  .page-template-page-onecolumn #content {
    width: auto;
  }
  /* END レイアウト  （TABLET）-----------------------------*/
  /* ヘッダー （TABLET）
*****************************************************/
  #header {
    width: 100%;
    height: 70px;
  }
  #header .inner {
    padding: 0;
  }
  #header #logo {
    height: 70px;
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
  }
  #header #logo img {
    margin: 0;
    max-height: 55px;
  }
  #header #logo .logo_inner.copy_top img {
    max-height: 40px;
  }
  #header #logo .logo_inner.copy_bottom img {
    max-height: 40px;
  }
  #hinfo {
    display: none;
  }
  /* END ヘッダー  （TABLET）-----------------------------*/
  /* ナビゲーション （TABLET）
*****************************************************/
  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    bottom: 0;
  }
  nav#mainNav .inner {
    width: 100%;
  }
  nav#mainNav a.menu {
    position: absolute;
    right: 2%;
    top: 12px;
    width: 100%;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    /*font-size: 0;*/
    text-align: left;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background: #fff;
    color: #000;
  }
  nav#mainNav a.menuOpen {
    background-position: 0px -46px;
  }
  nav#mainNav a.menuOpen2 {
    background-position: 0px -46px;
  }
  nav#mainNav a.menu svg {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    fill: #000;
    top: 0;
    bottom: 0;
  }
  nav#mainNav a.menu .open {
    width: 30px;
    height: 30px;
  }
  nav#mainNav a.menu .close {
    display: none;
    width: 25px;
  }
  nav#mainNav.spNavi_01 a.menu {
    border: 1px solid #000;
  }
  nav#mainNav.spNavi_01 a.menu .open {
    top: 2px;
    bottom: initial;
  }
  nav#mainNav.spNavi_01 a.menu .close {
    top: 7px;
    bottom: initial;
    height: 20px;
    width: auto;
  }
  nav#mainNav a.menu span.ttl {
    font-size: 50% !important;
    padding: 0;
    position: absolute;
    bottom: 3px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    font-family: sans-serif;
  }
  nav#mainNav a.menu span.ttl.cl {
    display: none;
  }
  nav#mainNav.spNavi_02 a.menu {
    background: #fff;
  }
  nav#mainNav a.menuOpen .open, nav#mainNav a.menuOpen span.ttl.op {
    display: none;
  }
  nav#mainNav a.menuOpen .close, nav#mainNav a.menuOpen span.ttl.cl {
    display: block;
  }
  nav#mainNav a#menu:hover {
    cursor: pointer;
  }
  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 9;
  }
  nav#mainNav ul {
    margin: 0;
    padding: 0;
  }
  nav#mainNav ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
    position: relative;
  }
  nav#mainNav ul li:first-child {
    border-bottom: 0px solid #fff;
  }
  nav#mainNav ul li li:first-child {
    border-bottom: 0;
  }
  nav#mainNav ul li:after, nav#mainNav ul li.hassub li:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    display: block;
    right: 15px;
    top: 20px;
    border: 1px solid;
    border-color: transparent transparent #333 #333;
    transform: rotate(225deg);
  }
  nav#mainNav ul li.hassub:after {
    transform: rotate(-45deg);
  }
  nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #d6d6d6;
    background: #eee;
    color: #333;
  }
  nav#mainNav ul li a span {
    display: none;
  }
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
    background: #eee;
  }
  nav#mainNav ul li li, nav#mainNav ul li.current-menu-item li, nav#mainNav ul li li.current-menu-item {
    float: left;
    border: 0;
  }
  nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
    padding-left: 40px;
  }
  nav#mainNav ul li li:after, nav#mainNav ul li.current-menu-item li:after, nav#mainNav ul li li.current-menu-item:after {}
  nav#mainNav ul li li:last-child a, nav#mainNav ul li.current-menu-item li:last-child a, nav#mainNav ul li li.current-menu-item:last-child a {}
  nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {}
  nav#mainNav ul li li.current-menu-item:last-child a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {}
  nav div.panel {
    float: none;
  }
  /* END ナビゲーション  （TABLET）-----------------------------*/
  /* パンクズ （TABLET）
*****************************************************/
  #pankuzu.wide_pan div {
    width: 96%;
    margin: 0 auto;
  }
  #pankuzu {
    border-bottom: 0px;
    min-width: 0px;
  }
  #pankuzu div {
    width: 100%;
    padding: 13px 0;
  }
  #pankuzu h1 {
    width: 100%;
    padding: 5px 0 13px 0;
  }
  /* END パンクズ  （TABLET）-----------------------------*/
  /* フッター （TABLET）
*****************************************************/
  #footer_banner {
    margin: 25px 0 20px 0;
    width: 100%;
  }
  #toppage #footer_banner {
    width: 96%;
    margin: 25px auto 20px;
  }
  #footer_banner img {
    max-width: 100%;
  }
  #footer .boxWrap {
    margin: 0;
    padding: 0;
  }
  #footer .box {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  #footer #f_nav .f_left {
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #footer #f_nav .f_left img.footer_logo {
    max-width: 50%;
    width: auto;
    max-height: 120px;
    height: auto;
  }
  #footer #f_nav .f_right {
    float: none;
    width: 100%;
  }
  #footer #f_nav .f_right .nav {
    width: 100%;
    margin: 15px 0 25px 0;
  }
  #footer #f_nav .inner {
    width: 96%;
    margin-top: 30px;
    padding: 20px 0 20px 0;
  }
  #footer #f_nav .f_right ul li {
    float: left;
    padding: 2px 0;
    width: 30%;
  }
  #footer #f_nav .f_left .address {
    margin: 0;
  }
  /* END フッター  （TABLET）-----------------------------*/
  /* ウィジェット （TABLET）
*****************************************************/
  #sidebar>div:first-child, #sidebar>ul:first-child {
    margin-top: 30px;
  }
  #sidebar h3 {
    margin: 45px 0 10px;
    padding: 8px 10px 6px;
    text-align: left;
  }
  #sidebar #side_tw_plugin, #sidebar #side_fb_plugin, #sidebar #side_tw, #sidebar #side_fb, #sidebar #side_gp, #sidebar #side_in {
    margin: 15px 0;
    text-align: center;
  }
  #sidebar>div .sp {
    display: inline-block;
  }
  #sidebar ul#banners {
    width: 50%;
    margin: 15px auto;
  }
  #sidebar #main_banner {
    width: 100%;
    text-align: center;
  }
  #sidebar #main_banner img {
    width: 50%;
    margin: 15px auto;
  }
  #sidebar ul#banners li {
    width: 100%;
    margin: 0 0 8%;
  }
  ul.post img, ul#banners li img {
    max-width: 100%;
    height: auto;
  }
  #main_banner img, #sidebar ul#banners img {
    width: 100%;
    height: auto;
  }
  #sidebar {
    clear: both;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }
  #sidebar div, #sidebar ul {
    text-align: left;
  }
  #sidebar .side_sns_bnr img {
    width: 50% !important;
  }
  #sidebar div.side_sns_wgt {
    width: 100%;
    text-align: center;
  }
  #sidebar div.side_sns_wgt div#side_tw_plugin {
    width: 50%;
    margin: 0 auto;
  }
  #sidebar .widget_search {
    width: 50% !important;
    margin: 20px auto 45px auto;
  }
  /* END ウィジェット  （TABLET）-----------------------------*/
  /* トップページ （TABLET）
*****************************************************/
  /* END トップページ  （TABLET）-----------------------------*/
  /* スライダー （TABLET）
*****************************************************/
  .topslider {
    margin: 0 0 25px;
  }
  /* END スライダー  （TABLET）-----------------------------*/
  /* 見出し （TABLET）
*****************************************************/
  .post h2.nobg {
    margin: 10px 0;
  }
  /* END 見出し  （TABLET）-----------------------------*/
  /* TABLE （TABLET）
*****************************************************/
  /* END TABLE  （TABLET）-----------------------------*/
  /* フォーム （TABLET）
*****************************************************/
  /* END フォーム  （TABLET）-----------------------------*/
  /* カレンダー （TABLET）
*****************************************************/
  /* END カレンダー  （TABLET）-----------------------------*/
  /* 記事一覧 （TABLET）
*****************************************************/
  /* END 記事一覧  （TABLET）-----------------------------*/
  /* ページナビ （TABLET）
*****************************************************/
  /* END ページナビ  （TABLET）-----------------------------*/
  /* 詳細ページ （TABLET）
*****************************************************/
  .post .list p time {
    display: block;
  }
  .post .list p a {
    display: block;
  }
  .post ul.check {
    margin: 15px 0 30px 0;
  }
  /* END 詳細ページ  （TABLET）-----------------------------*/
  /* イベント詳細ページ （TABLET）
*****************************************************/
  /* END イベント詳細ページ  （TABLET）-----------------------------*/
  /* 関連記事 （TABLET）
*****************************************************/
  div.yarpp-related ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  /* END 関連記事  （TABLET）-----------------------------*/
  /* MAP （TABLET）
*****************************************************/
  /* END MAP  （TABLET）-----------------------------*/
  /* ソーシャルボタン （TABLET）
*****************************************************/
  /* END ソーシャルボタン  （TABLET）-----------------------------*/
}

/* media => TABLET END □□■□□■□□■□□■□□■ */

/* media => MOBILE
■■■■■■■■■■■■■■■■■■■■■■■■ */

@media only screen and (max-width:740px) {
  input[type="submit"], input[type="reset"], input[type="button"], p.readon a {
    font-size: 100%;
  }
  .post img {
    max-width: 100%;
    height: auto;
  }
  /* レイアウト （SP）
*****************************************************/
  ul.post li, ul#banners li, #sidebar ul#banners li {
    width: 42%;
    margin: 0 0 0 6%;
  }
  ul.post li:nth-child(2n+1) {
    clear: left;
  }
  #sidebar {
    width: 100%;
  }
  .page-template-page-onecolumn #content {
    width: 100%;
  }
  .page-template-page-onecolumn-nohf #wrapper #content {
    width: 100%;
  }
  /* END レイアウト  （SP）-----------------------------*/
  /* ヘッダー （SP）
*****************************************************/
  header#header {
    min-height: 60px;
    height: 60px;
  }
  #header #logo {
    font-size: 150%;
    padding-top: 0;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    padding-right: 50px;
  }
  #header #logo img {
    max-height: 34px;
    max-width: 220px;
  }
  #header #logo .logo_inner.copy_right img {
    max-height: 50px;
  }
  /* END ヘッダー  （SP）-----------------------------*/
  /* ナビゲーション （SP）
*****************************************************/
  nav#mainNav a.menu {
    top: 7px;
  }
  nav#mainNav {}
  /* END ナビゲーション  （SP）-----------------------------*/
  /* パンクズ （SP）
*****************************************************/
  #pankuzu {
    font-size: 80%;
  }
  #pankuzu.wide_pan div {
    margin: 0 auto;
  }
  #pankuzu.wide_pan div {
    width: 98%;
    padding: 5px 1% 0;
  }
  #pankuzu.wide_pan div span {
    display: inline-block;
  }
  #pankuzu.wide_pan h1 {
    font-size: 200%;
    padding: 20px 0 25px;
  }
  /* END パンクズ  （SP）-----------------------------*/
  /* フッター （SP）
*****************************************************/
  #footer {
    margin-top: 60px;
    ;
  }
  #footer #f_nav .inner {
    width: 92% !important;
  }
  #footer #f_nav .f_left .f_logo_name {
    font-size: 120%;
  }
  #footer #f_nav .f_left, #footer.footer_pt02 #f_nav .f_left {
    box-sizing: border-box;
    float: none;
    padding: 0;
    width: 100%;
  }
  #footer.footer_pt02 #f_nav .f_right {
    float: none;
    padding: 15px 0 3px 0;
    width: 100%;
  }
  #spf_cta {
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 60px;
    /* background: rgba(0, 0, 0, 0.7); */
  }
  #spf_cta::before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 60px;
    content: "";
    z-index: -1;
    opacity: 0.7;
  }
  #spf_cta .spf_cta_wrap {
    display: table;
    width: 100%;
  }
  #spf_cta .spf_cta_left, #spf_cta .spf_cta_right {
    display: table-cell;
    width: 50%;
    height: 60px;
    text-align: center;
    vertical-align: middle;
  }
  #spf_cta .spf_cta_left p {
    padding: 5px 3px 5px 5px;
  }
  #spf_cta .spf_cta_right p {
    padding: 5px 5px 5px 3px;
  }
  #spf_cta .spf_cta_left p a, #spf_cta .spf_cta_right p a {
    height: 50px;
    line-height: 50px;
  }
  #spf_cta .spf_cta_left a {
    display: block;
    border: 1px solid #FFF;
  }
  #spf_cta .spf_cta_right a {
    display: block;
    border: 1px solid #FFF;
  }
  #spf_cta.ptn1 a i.fa {
    margin-right: 0.5em;
  }
  #spf_cta.ptn2 p {
    display: table;
    width: 100%;
  }
  #spf_cta.ptn2 a {
    border: none;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 100%;
    line-height: 1 !important;
  }
  #spf_cta.ptn2 a i.fa {
    display: block;
    font-size: 170%;
  }
  #spf_cta.ptn2 a span {
    display: block;
    line-height: 1;
    font-size: 65%;
    margin-top: 5px;
  }
  #spf_cta.ptn3 {
    background: rgba(255, 255, 255, 0.7) !important;
    padding: 5px;
    border-top: 1px solid #ccc;
  }
  #spf_cta.ptn3 .spf_cta_wrap {
    display: flex;
    justify-content: space-between;
  }
  #spf_cta.ptn3 .spf_cta_left, #spf_cta.ptn3 .spf_cta_right {
    width: 49%;
    /* IE6-9 */
    border-radius: 5px;
    height: 50px;
  }
  #spf_cta.ptn3 p {
    padding: 0!important;
  }
  #spf_cta.ptn3 a {
    border: none !important;
  }
  #spf_cta.ptn3 i.fa {
    margin-right: 0.5em;
  }
  #copyright {
    font-size: 75%;
  }
  /* END フッター  （SP）-----------------------------*/
  /* ウィジェット （SP）
*****************************************************/
  #side_sns a {
    width: 100% !important;
  }
  #side_sns a:first-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
  #sidebar ul#banners {
    margin: 8% 0 0 0;
  }
  ul.post li, ul#banners li {
    width: 46%;
    margin: 0 2% 4% 2%;
    text-align: center;
  }
  #sidebar ul#banners li {
    width: 100%;
    margin: 0 0 8%;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar div.side_sns_wgt div#side_tw_plugin {
    width: 100%;
  }
  #sidebar div.side_sns_wgt div#side_tw_plugin iframe {
    width: 740px !important;
  }
  #sidebar .widget_search {
    width: 100% !important;
  }
  #sidebar .side_sns_bnr img {
    width: 100% !important;
  }
  #sidebar ul#banners {
    width: 100%;
  }
  #sidebar #main_banner img {
    width: 100%;
  }
  /* END ウィジェット  （SP）-----------------------------*/
  /* 採用情報 （SP）
*****************************************************/
  .post_wrap.recruit .info_area dl {
    border-bottom: 0px solid #EEE;
    border-right: 0px solid #EEE;
  }
  .post_wrap.recruit .info_area dt {
    width: 100%;
    padding: 10px 2%;
    border-bottom: 0px solid #FFF;
  }
  .post_wrap.recruit .info_area dt {
    float: none;
  }
  .post_wrap.recruit .info_area dd {
    width: 100%;
    padding: 10px 2%;
    margin-left: 0;
    border-bottom: 0px solid #FFF;
  }
  /* END 採用情報 -----------------------------*/
  /* トップページ （SP）
*****************************************************/
  .post.company .info_area .left {
    padding: 0;
  }
  .post_wrap.company .info_area {
    flex-direction: column-reverse;
  }
  .post_wrap.company .info_area .left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .post_wrap.company .info_area dt {
    float: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #999;
  }
  .post_wrap.company .info_area dd {
    padding-top: 3px;
    padding-left: 5px;
  }
  .post_wrap.company .info_area #map {
    display: block;
    width: 100%;
    padding: 66.67% 0 0 0;
  }
  .home .post_wrap.company .info_area {
    flex-direction: column-reverse;
  }
  .home .post_wrap.company .info_area .map_area {
    width: 100%;
  }
  .home .post_wrap.company .info_area #map {
    padding: 66.67% 0 0 0;
    margin-left: 0;
  }
  .home .post_wrap.company .info_area .map_area.map_only #map {
    padding: 66% 0 0 0;
  }
  .home .post_wrap.company .info_area .map_area.map_only #map iframe {
    height: 300%;
    margin-top: -60%;
  }
  #toppage #wrapper #content .post_wrap.top_sbnr img {
    width: 48%;
    margin: 1% 1%;
  }
  #toppage .topsubcontent .layout_s1l {
    display: block;
    text-align: center;
  }
  #toppage .topsubcontent .layout_s1r {
    display: block;
    text-align: center;
  }
  #toppage .topsubcontent .layout_img {
    min-width: 30%;
    max-width: 90%;
    margin: 0 auto 1.5em;
  }
  #toppage .topsubcontent .layout_txt {
    width: 100%;
    min-width: 100%;
    max-width: 100% position: static;
  }
  #toppage .topsubcontent .layout_s1l .layout_txt {
    padding: 0 0 2em 0;
  }
  #toppage .topsubcontent .layout_s1r .layout_txt {
    padding: 0 0 2em 0;
  }
  #toppage .topsubcontent .layout_txt .link_btn {
    position: static;
    bottom: 0;
    width: 100%;
  }
  /* END トップページ  （SP）-----------------------------*/
  /* スライダー （SP）
*****************************************************/
  .slider01 .metaslider .caption-wrap {
    font-size: 60%;
  }
  .topslider {
    margin: 0 %;
    overflow: hidden;
  }
  .topslider>div.slider_all {
    margin: 0 -30% 0;
  }
  .topslider>div.slider_all .metaslider .caption-wrap {
    width: 65%;
  }
  .topslider>div.slider_all .caption-wrap {
    margin: 0 18% !important;
  }
  .slider_pc {
    display: none;
  }
  .slider_sp {
    display: block;
  }
  .topslider>div.slider_sp .metaslider .caption {
    padding: 0 2%;
    font-size: 200%;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
  }
  .topslider>div.slider_sp .metaslider .caption span {
    font-size: 60%;
  }
  .topslider p a {
    font-size: 75%;
  }
  .flex-direction-nav {
    display: none;
  }
  /* END スライダー  （SP）-----------------------------*/
  /* 見出し （SP）
*****************************************************/
  #toppage #content .front_content h1, #toppage #content .front_content h2 {
    font-size: 130%;
    margin: 0 auto 30px auto;
  }
  #content .post h2 {
    font-size: 125%;
  }
  /* END 見出し  （SP）-----------------------------*/
  /* TABLE （SP）
*****************************************************/
  /* END TABLE  （SP）-----------------------------*/
  /* フォーム （SP）
*****************************************************/
  /* END フォーム  （SP）-----------------------------*/
  /* カレンダー （SP）
*****************************************************/
  /* END カレンダー  （SP）-----------------------------*/
  /* 記事一覧 （SP）
*****************************************************/
  /* END 記事一覧  （SP）-----------------------------*/
  /* ページナビ （SP）
*****************************************************/
  #content .wp-pagenavi a, #content .wp-pagenavi span {
    padding: 6px 9px;
  }
  /* END ページナビ  （SP）-----------------------------*/
  /* 詳細ページ （SP）
*****************************************************/
  .post p {
    padding-bottom: 15px;
    margin: 0;
    overflow: hidden;
    word-wrap: break-word;
  }
  .post .thumb {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  .post .link_btn, .post_wrap .link_btn {
    font-size: 80%;
  }
  .post blockquote {
    padding: 5px 0 5px 15px;
    margin: 10px 0 15px 10px;
  }
  #content .topsubcontent .layout_s2 ul li .link_btn, #content .topsubcontent .layout_s3 ul li .link_btn {
    font-size: 70%;
    line-height: 1.2;
    width: 100%;
    right: 0;
    padding: 0 0.8em;
  }
  #content .topsubcontent .layout_s2 ul li .link_btn a, #content .topsubcontent .layout_s3 ul li .link_btn a {
    padding: 10px 15px 8px 5px;
    width: 100%;
  }
  #content .link_btn a::after, #content .link_btn_l a::after {
    right: 10px;
    margin-top: -4px;
  }
  #content .topsubcontent .layout_s2 {
    margin: 0 -0.4em;
  }
  #content .topsubcontent .layout_s2 ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0.3em;
    position: relative;
  }
  #content .topsubcontent .layout_s2 ul li .layout_txt {
    margin-bottom: 0.3em;
    font-size: 85%;
  }
  #content .topsubcontent .layout_s3 {
    margin: 0 -0.4em;
  }
  #content .topsubcontent .layout_s3 ul li {
    width: 33%;
    box-sizing: border-box;
    padding: 0 0.2em;
    position: relative;
    margin: 0;
  }
  #content .topsubcontent .layout_s3 ul li .layout_txt {
    margin-bottom: 0.3em;
    font-size: 70%;
  }
  #content .topsubcontent .layout_s3 ul li .link_btn {
    padding: 0 0.4em;
  }
  #content .topsubcontent .layout_s3 ul li .link_btn a {
    font-size: 120%;
    padding: 4px 12px 3px 3px;
  }
  #content .topsubcontent .layout_s3 ul li .link_btn a::after {
    right: 3px;
  }
  #content .topsubcontent .layout_txt {
    padding: 0 0 3em 0;
  }
  #content .topsubcontent .layout_s1r {
    display: block;
  }
  #content .topsubcontent .layout_img.img_r, #content .topsubcontent .layout_img.img_l {
    text-align: center;
    max-width: 100%;
    margin: 0;
  }
  /* END 詳細ページ  （SP）-----------------------------*/
  /* イベント詳細ページ （SP）
*****************************************************/
  .dateplaceLabel, .dateLabel {
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
  }
  .seminar-fin-btn {
    text-align: center;
    margin: 40px 0;
    line-height: 2.6;
  }
  .seminar-fin-btn a {
    padding: 10px 10px;
    font-size: 100%;
  }
  .seminar-fin-btn a::after {
    content: none;
  }
  /* END イベント詳細ページ  （SP）-----------------------------*/
  /* 関連記事 （SP）
*****************************************************/
  /* END 関連記事  （SP）-----------------------------*/
  /* MAP （SP）
*****************************************************/
  /* END MAP  （SP）-----------------------------*/
  /* ソーシャルボタン （SP）
*****************************************************/
  #sns_foot ul li {
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #footer #f_nav .f_right ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: auto;
  }
  /* END ソーシャルボタン  （SP）-----------------------------*/
}

/* media => MOBILE END □□■□□■□□■□□■□□■ */
