@charset "UTF-8";
/*!
Theme Name: taimasa14
Description: 京都市伏見区の訪問介護のことはサニーサイドにお任せ下さい
Theme URI: https://www.taimasa14.co.jp
Version: 1.0
License: taimasa14
License https://www.taimasa14.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ホバー下線表示（左から） */
/* ホバー下線表示（左から,複数行） */
/* ホバー下線消える（左から） */
/* ホバー下線消える（左から,複数行） */
/****************************************

共通変数

*****************************************/
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  color: #000;
  background: #fff;
  line-height: 2;
  letter-spacing: 0em;
  min-width: 1040px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.5rem;
}

h1 {
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

h4 {
  font-size: 2em;
  font-weight: bold;
}

h5 {
  font-size: 1.4em;
  font-weight: bold;
}

.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #a4bd17;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #a4bd17;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tellink {
  text-decoration: none;
}

a.linkline {
  text-decoration: none;
  color: #a4bd17;
}
a.linkline:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* PCのの場合は電話番号のリンク無効 */
@media screen and (min-width: 768px) {
  a.tellink {
    pointer-events: none;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }
  header {
    position: relative;
    margin: 0 auto;
  }
  .header_top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 10px 0px;
    max-width: 1020px;
    margin: 0 auto;
  }
  .header_top .header_right {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_info {
    background: #2f9eeb;
    padding: 8px calc((100% - 1000px) / 2);
  }
  .header_txt {
    font-size: 1.2rem;
    color: #FFF;
    text-align: right;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
  }
  .header_top {
    min-height: 60px;
  }
  .logo {
    z-index: 9;
    width: 65%;
    margin: 10px auto 10px;
  }
  .header_right {
    display: none;
  }
  .header_info {
    background: #2f9eeb;
    padding: 5px;
  }
  .header_info .header_txt {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-right: 60px;
    vertical-align: middle;
  }
  a.contact_tel {
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
    padding-left: 40px;
    background: url(images/icon_tel.png) center left no-repeat;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  }
  #toggle {
    width: 50px;
    height: 50px;
    background: #2f9eeb;
    border: 1px solid #FFF;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
    border-radius: 4px;
    opacity: 0.95;
  }
  #toggle:after {
    position: absolute;
    content: "MENU";
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 26px;
    height: 2px;
    background: #fff;
    right: 12px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle:after {
    color: #fff;
    font-weight: bold;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(47, 158, 235, 0.9); /*spナビ背景*/
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: rgba(204, 204, 204, 0.85) 1px solid; /*spナビ線*/
    cursor: pointer;
    color: #fff; /*spナビ文字色*/
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu > .menu-item:not(:last-child) {
    border-bottom: none;
  }
  #sp_navi .menu-item a {
    display: block;
    padding: 11px 0 10px;
    font-weight: bold;
  }
  #sp_navi .menu-item span {
    display: block;
    padding: 0px 8px;
    font-size: 1rem;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff; /*spナビ文字色-カテゴリ*/
    text-decoration: none;
    font-weight: bold;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #EEE 1px solid; /*オルガン上線*/
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.95); /*オルガン背景*/
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #2f9eeb; /*オルガン文字色★1*/
    color: #a4bd17; /*オルガン文字色★1*/
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 3px #a4bd17; /*カテゴリ矢印*/
    border-right: solid 3px #a4bd17; /*カテゴリ矢印*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: auto;
  background: url(images/g_navi_bg.jpg) repeat-x;
}
#g_navi .menu {
  *zoom: 1;
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g_navi .menu li {
  position: relative;
  width: auto;
  text-align: center;
  line-height: 0;
}
#g_navi .menu li a {
  display: block;
  width: 166px;
  height: 76px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  color: #6A4934;
}
#g_navi .menu li a:hover {
  color: #2f9eeb;
}
#g_navi .menu li a span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #a4bd17;
  margin-top: 5px;
}
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  height: auto;
}
#g_navi .menu li ul li a {
  width: 100%;
  height: auto;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
  background: #fff;
  color: #2f9eeb;
  text-align: center;
  opacity: 0.95;
  text-shadow: none;
}
#g_navi .menu li ul li a:hover {
  background: #2f9eeb;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

#g_navi .menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#g_navi .menu > li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 30px;
  border-right: 1px solid #D8D2AD;
}

/****************************************

ティーザー

*****************************************/
@media print, screen and (min-width: 768px) {
  #top_mv {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1998px) {
  #top_mv {
    min-height: 429px;
  }
}
@media print, screen and (min-width: 768px) {
  #top_mv .top_mv_img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1998px) {
  #top_mv .top_mv_img {
    position: absolute;
    width: 1998px !important;
    height: auto;
    top: 0;
    left: calc(50% - 999px);
  }
}
.top_mv_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 1000px;
}

.mv {
  width: 100%;
  height: 210px;
  background: url(images/mv.jpg) center center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv .mv_txt {
  margin: auto;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  #top_mv {
    position: relative;
  }
  #top_mv .top_mv_img {
    width: 200%;
    margin: 0 0 0 -40%;
  }
  .top_mv_txt {
    text-align: center;
    width: 100%;
  }
  .top_mv_txt .mv_txtimg {
    width: 120%;
    height: auto;
    margin-left: 2%;
  }
  .mv {
    height: 180px;
    background: url(images/mv.jpg) top right 40% no-repeat;
    background-size: auto 100%;
  }
  .mv .mv_txt {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    height: 180px;
  }
  .mv .mv_txt img {
    width: 900px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  padding: 0px calc((100% - 1000px) / 2) 0px;
  margin: 0px auto;
}

.breadcrumb_area .breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0px 10px;
  line-height: 1;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.2rem;
  color: #a4bd17;
}
.breadcrumb_area .breadcrumb a {
  color: #a4bd17;
  text-decoration: none;
  text-underline-offset: 0.2em;
}
.breadcrumb_area .breadcrumb a:hover {
  text-decoration: underline;
}

.none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb {
    width: 100%;
    position: relative;
    padding: 10px 10px 30px;
    left: auto;
    bottom: auto;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  main#top_main {
    width: 100%;
    padding: 0px 10px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px 0px;
    margin: 0;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
/* 青色(btm) */
.btn01 {
  width: 480px;
  background: #2f9eeb;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 4px;
}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn01 a:before {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  right: 15px;
  background: #FFF;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: calc(50% - 4px);
  width: 5px;
  height: 5px;
  border-top: 2px solid #2f9eeb;
  border-right: 2px solid #2f9eeb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn01:hover {
  background: rgba(47, 158, 235, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01:hover a {
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01:hover a:before {
  background: #E1F6FF;
}
.btn01:hover a:after {
  border-top: 2px solid rgba(47, 158, 235, 0.75);
  border-right: 2px solid rgba(47, 158, 235, 0.75);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* 黄緑色(小※blog) */
.btn02 {
  width: 109px;
  background: #B4CC2E;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 5px;
}
.btn02 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 4px 20px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: bold;
}
.btn02:hover {
  background: rgba(180, 204, 46, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* 黄緑色(中※recruit) */
.btn03 {
  width: 329px;
  background: #B4CC2E;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 6px;
  border: 2px solid #FFF;
}
.btn03 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 9px 20px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.btn03 a:before {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: 12px;
  background: #FFF;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 1;
}
.btn03 a:after {
  position: absolute;
  content: "";
  right: 19px;
  top: calc(50% - 4px);
  width: 5px;
  height: 5px;
  border-top: 3px solid #B4CC2E;
  border-right: 3px solid #B4CC2E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 2;
}
.btn03:hover {
  background: rgba(180, 204, 46, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn03:hover a {
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn03:hover a:before {
  background: rgba(255, 255, 255, 0.75);
}
.btn03:hover a:after {
  border-top: 3px solid rgba(180, 204, 46, 0.75);
  border-right: 3px solid rgba(180, 204, 46, 0.75);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn_center p {
  margin: 0 auto;
}

.btn_right p {
  margin-left: auto;
}

/* トップページ2つ並び */
.two_column_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .two_column_btn p:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn01, .btn02 {
    width: 100%;
  }
  .btn01 a, .btn02 a {
    font-size: 1.4rem !important;
  }
  .btn03 {
    width: 100%;
  }
  .btn03 a {
    font-size: 1.6rem;
    padding: 13px 15px;
  }
  .btn02 a, .btn03 a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .two_column_btn {
    margin-top: 50px;
  }
  .two_column_btn p:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 40px calc((100% - 1000px) / 2) 40px;
  position: relative;
}

.tit_navy {
  font-size: 3.4rem;
  text-align: center;
  font-weight: 500;
  color: #006FA8;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.top_box02 {
  padding: 0px calc((100% - 1000px) / 2) 50px;
}

.top_box03 {
  padding: 0px calc((100% - 1000px) / 2) 70px;
}
.top_box03 .top_box03_tit {
  margin-bottom: 10px;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .top_box03 .top_box03_txt {
    width: 500px;
  }
}
.top_box03 .pager {
  margin: 30px 0;
}

.top_box04 {
  padding: 0px calc((100% - 1000px) / 2) 60px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 0px 50px;
  }
  .tit_navy {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .top_box02 {
    padding: 0 0px 40px;
  }
  .top_box03 {
    padding: 40px 0px 50px;
  }
  .top_box03 .top_box03_txt {
    margin-top: 40px;
  }
  .top_box04 {
    padding: 0px 0px 0px;
  }
}
/****************************************

content下層用

*****************************************/
/* 下層共通 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.img_wauto {
  width: auto;
  max-width: 100%;
}

.radius_img {
  overflow: hidden;
  border-radius: 4px;
}

.pt_txt {
  padding-top: 10px;
}

.txt650 {
  width: 650px;
}

.txt685 {
  width: 685px;
}

.txt705 {
  width: 705px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.red_bg {
  padding: 25px 50px 30px;
  background-color: #E1F6FF;
}
@media print, screen and (min-width: 768px) {
  .red_bg {
    text-align: center;
  }
}
.red_bg dt {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #2f9eeb;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.red_bg dd {
  font-size: 1.6rem;
}

.list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_box li {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  padding: 10px 10px 10px 0px;
}
@media print, screen and (min-width: 768px) {
  .list_box li {
    width: 320px;
  }
}

.gray_bg {
  padding: 20px;
  background-color: #f7f7f7;
}
.gray_bg dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #B4CC2E;
}
.gray_bg dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex_center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .radius_img {
    width: 100%;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt650, .txt705, .txt685, .w1000, .w1200 {
    width: 100%;
  }
  .red_bg {
    padding: 20px 15px;
    text-align: left;
  }
  .red_bg dt {
    font-size: 1.9rem;
  }
  .list_box li {
    width: 49%;
    width: 100%;
    padding: 10px 2px;
    padding: 5px 2px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .list_box li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .gray_bg {
    padding: 20px;
  }
  .gray_bg dt {
    font-size: 1.5rem;
  }
  .gray_bg dd {
    font-size: 1.3rem;
    text-align: left;
  }
  .border_box {
    padding: 20px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
}
/****************************************

content下層用個別

*****************************************/
/* 02コンセプト */
.concept_box {
  background: url(images/greeting_bg.png) no-repeat;
  padding: 40px 50px;
}

.concept_name {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: left;
  max-width: 170px;
  margin-left: auto;
}
.concept_name span {
  font-size: 3rem;
  margin-top: 5px;
}

/* 共通　問い合わせ */
a.page_tel {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000;
}

/* 04お問い合わせからの流れ */
.flow_box {
  position: relative;
  margin-bottom: 85px;
}
.flow_box:after {
  content: "";
  background: url(images/arrow.png) no-repeat;
  width: 118px;
  height: 32px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flow_box:last-of-type:after {
  content: none;
}

/* 06サニー日記 検索フォーム */
.search-btn {
  color: #FFF;
  background: #505050;
  border: 1px solid #505050;
  padding: 1px 7px;
  line-height: 1.5;
  font-size: 1.2rem;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.search-btn:hover {
  background: rgba(80, 80, 80, 0.75);
}

@media screen and (max-width: 767px) {
  /* 02コンセプト */
  .concept_box {
    background-size: cover;
    padding: 30px 15px;
  }
  /* 04お問い合わせからの流れ */
  .flow_box {
    margin-bottom: 60px;
  }
  .flow_box:after {
    bottom: -45px;
  }
  .flow_box figure {
    margin: 0px auto 10px;
  }
  .access_box iframe {
    height: 400px;
  }
}
/****************************************

content下層用（共通パーツ）

*****************************************/
/* お問い合わせ */
#mail_form {
  padding: 0 calc((100% - 1040px) / 2);
}
@media print, screen and (min-width: 768px) {
  #mail_form {
    margin: 0 auto 120px;
  }
}

/* 2列flex(txt) */
.two_column_flex_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two_column_flex_txt .two_column_parts {
  width: 480px;
  margin: 0 20px 40px 0;
  border-radius: 5px;
  position: relative;
}
.two_column_flex_txt .two_column_parts:after {
  content: "";
  background: #B4CC2E;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 460px;
  height: 316px;
  border-radius: 5px;
  z-index: -1;
}
.two_column_flex_txt .two_column_parts .two_column_tit {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 5px 10px 5px 20px;
}
@media print, screen and (min-width: 768px) {
  .two_column_flex_txt .two_column_parts:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .two_column_flex_txt .two_column_parts img {
    width: 460px;
    height: auto;
    margin: 0px 0 15px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .two_column_flex_txt .two_column_parts .two_column_txt {
    width: 460px;
  }
  .two_column_flex_txt .two_column_parts .two_column_txt p, .two_column_flex_txt .two_column_parts .two_column_txt li, .two_column_flex_txt .two_column_parts .two_column_txt dt, .two_column_flex_txt .two_column_parts .two_column_txt dd {
    font-size: 1.3rem;
  }
}
.two_column_flex_txt .two_column_parts .two_column_txt dt {
  font-weight: bold;
}
.two_column_flex_txt .bg_green:after {
  background: #B4CC2E;
}
.two_column_flex_txt .bg_blue:after {
  background: #71C1EA;
}

/* 3列flex(txt) */
.three_column_flex_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex_txt .three_column_parts {
  width: 313px;
  margin: 0 10px 30px;
}
.three_column_flex_txt .three_column_parts .tit_green {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  color: #a4bd17;
  padding: 2px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex_txt .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_flex_txt .three_column_parts img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex_txt .three_column_parts img {
    width: 320px;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .three_column_flex_txt .three_column_parts .three_column_txt p, .three_column_flex_txt .three_column_parts .three_column_txt li, .three_column_flex_txt .three_column_parts .three_column_txt dt, .three_column_flex_txt .three_column_parts .three_column_txt dd {
    font-size: 1.4rem;
  }
}
.three_column_flex_txt .three_column_parts .three_column_txt dt {
  font-weight: bold;
}

/* 3列flex(img) */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex .subhead02 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}
.three_column_flex li {
  margin-bottom: 10px;
}
.three_column_flex li img {
  width: 320px;
}

/* FAQ共通(枠) */
.faq_box {
  background: #E1F6FF;
  padding: 15px 30px 20px;
}

/* FAQ共通(丸付) */
.faq_tit {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #2f9eeb;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_tit .faq_icon {
  background: #006FA8;
}

.faq_icon {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  border-radius: 30px;
  padding: 5px;
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq_answer .faq_icon {
  background: #2f9eeb;
}
.faq_answer .faq_txt {
  padding-top: 10px;
}

/* リスト共通（マーカーあり） */
/* 定義リスト(横並び) */
.definition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.definition_list dt {
  word-break: keep-all;
}
.definition_list dd {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .two_column_flex_txt .two_column_parts {
    width: 100%;
    margin: 0 20px 30px 0;
  }
  .two_column_flex_txt .two_column_parts:after {
    width: 100%;
    height: 70%;
    border-radius: 5px;
    z-index: -1;
  }
  .two_column_flex_txt .two_column_parts .two_column_tit {
    font-size: 1.9rem;
    padding: 10px 10px 10px 20px;
    line-height: 1.4;
  }
  .two_column_flex_txt .two_column_parts img {
    margin: 0px 0 10px 20px;
  }
  .two_column_flex_txt .two_column_parts .two_column_txt p, .two_column_flex_txt .two_column_parts .two_column_txt li, .two_column_flex_txt .two_column_parts .two_column_txt dt, .two_column_flex_txt .two_column_parts .two_column_txt dd {
    font-size: 1.3rem;
  }
  .three_column_flex_txt .three_column_parts {
    width: 48%;
    margin: 0 auto 30px;
  }
  .three_column_flex_txt .three_column_parts .tit_green {
    font-size: 1.6rem;
  }
  .three_column_flex_txt .three_column_parts .three_column_txt p, .three_column_flex_txt .three_column_parts .three_column_txt li, .three_column_flex_txt .three_column_parts .three_column_txt dt, .three_column_flex_txt .three_column_parts .three_column_txt dd {
    font-size: 1.3rem;
  }
  .three_column_flex li {
    width: 49%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  .three_column_flex li img {
    width: 100%;
  }
  .three_column_flex .subhead02 {
    font-size: 1.6rem;
  }
  /* FAQ共通(枠) */
  .faq_box {
    padding: 10px 10px 15px;
  }
  /* FAQ共通sp（丸付） */
  .faq_tit {
    font-size: 1.8rem;
  }
  .faq_icon {
    margin-right: 10px;
  }
}
/****************************************

テーブル

*****************************************/
td p {
  font-size: 100%;
}

/* 表2列(標準) */
.recruit_table, .overview_table {
  width: 100%;
  border-collapse: collapse;
}
.recruit_table th, .overview_table th {
  width: 30%;
  padding: 10px 10px;
  font-weight: normal;
  text-align: left;
  color: #2f9eeb;
  border: 1px solid #ccc;
}
.recruit_table td, .overview_table td {
  width: 70%;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #ccc;
}
.recruit_table td a, .overview_table td a {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  /* 1列 */
  .recruit_table, .overview_table {
    background: none;
  }
  .recruit_table th, .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-bottom: none;
  }
  .recruit_table td, .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .recruit_table tr:not(:last-child) td, .overview_table tr:not(:last-child) td {
    margin-bottom: 15px;
  }
}
/****************************************

共通div

*****************************************/
.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mb110,
  .mb100,
  .mb90,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 30px;
}

/* 配置 */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}
/* 赤文字*/
.red {
  color: #d70000;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.blue {
  color: #2f9eeb;
}

.green {
  color: #a4bd17;
}

.big18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .big18 {
    font-size: 1.6rem;
  }
}

.big22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .big22 {
    font-size: 1.9rem;
  }
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

.small_14 {
  font-size: 1.4rem;
}

/****************************************

タイトル

*****************************************/
.headline {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #2f9eeb;
  margin-bottom: 50px;
  padding: 15px 5px;
  border-top: 1px solid #2f9eeb;
  border-bottom: 1px solid #2f9eeb;
}

#single_box .headline {
  font-size: 2.5rem;
  margin-top: 30px;
}

/* bg色(青) */
.subhead01 {
  font-size: 3rem;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 30px;
  padding: 15px 22px;
  background: #2f9eeb;
  border-radius: 5px;
  line-height: 1.2;
}

/* 縦線(横) ※staff,blog */
.subhead02 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 17px;
  line-height: 1.2;
}
.subhead02:before {
  content: "";
  height: 49px;
  border-left: 7px solid #2f9eeb;
  margin-right: 17px;
}

/* bg色(薄) ※flow */
.subhead03 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 30px;
  background: #E1F6FF;
  line-height: 1.2;
  border-radius: 5px;
}
.subhead03 span {
  margin-right: 30px;
  font-weight: bold;
}

.tit_blue {
  background: #E1F6FF;
}
.tit_blue span {
  color: #2f9eeb;
}
.tit_blue:before {
  border-left: 7px solid #2f9eeb;
}

.tit_green {
  background: #F3F8D8;
}
.tit_green span {
  color: #a4bd17;
}
.tit_green:before {
  border-left: 7px solid #a4bd17;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.4em;
    margin-bottom: 30px;
  }
  #single_box .headline {
    font-size: 2rem;
    margin-top: 0;
  }
  .subhead01 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .subhead02 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 15px 15px;
  }
  .subhead02:before {
    height: 35px;
  }
  .subhead03 {
    font-size: 1.9rem;
    padding: 15px 15px;
  }
  .subhead03 span {
    margin-right: 20px;
  }
}
/****************************************

blog トップ用

*****************************************/
#news_top {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f4fafd;
}

.news_top_parts {
  padding: 5px 15px 5px;
  border-bottom: 1px solid #94cdf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  letter-spacing: 0.12em;
}
.news_top_parts a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #a4bd17;
  text-underline-offset: 0.1em;
}
.news_top_parts a:hover {
  text-decoration: underline;
}
.news_top_parts .time {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .news_top_parts .time {
    margin-right: 10px;
  }
}
.news_top_parts .news_top_tit {
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
  width: 100%;
}
.news_top_parts .news_top_tit a {
  width: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #news_top {
    width: 100%;
    margin-bottom: 30px;
  }
  #news_top .news_top_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    padding: 10px 10px 10px 10px;
    line-height: 1.5;
  }
  #news_top .news_top_parts a {
    font-size: 1.4rem;
  }
}
/****************************************

投稿 下層用（1行）

*****************************************/
/* デフォルト投稿 */
.post_banner p {
  margin-left: auto;
}

.blog_post_parts {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .blog_post_parts .flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .blog_post_parts figure {
    width: 300px;
    height: 533px;
    overflow: hidden;
    margin-right: 30px;
  }
  .blog_post_parts figure img {
    width: 300px;
    height: 533px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.blog_post_parts .subhead02 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #a4bd17;
  padding: 13px 12px;
  margin-bottom: 10px;
}
.blog_post_parts .subhead02:before {
  height: 29px;
  margin-right: 17px;
}
.blog_post_parts .subhead02 .tit_green {
  background: #F3F8D8;
}
.blog_post_parts .subhead02 .tit_green span {
  color: #a4bd17;
}
.blog_post_parts .subhead02 .tit_green:before {
  border-left: 5px solid #a4bd17;
}
.blog_post_parts .post_txt img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .post_banner p {
    position: static;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
  }
  .blog_post_parts {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .blog_post_parts figure {
    width: 100%;
    height: 200px;
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog_post_parts .subhead02 {
    font-size: 1.6rem;
  }
  .blog_post_parts .post_txt img {
    width: auto;
  }
}
/****************************************

投稿 下層用2（複数列）

*****************************************/
/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.three_column_post .three_column_parts {
  width: 320px;
  height: auto;
  margin: 0 20px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three_column_post .three_column_parts .subhead02 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_post .three_column_parts .three_column_img {
  margin-bottom: 10px;
}
.three_column_post .three_column_parts .three_column_img figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.three_column_post .three_column_parts .three_column_img figure:after {
  display: block;
  content: "";
  padding-top: 100%;
}
.three_column_post .three_column_parts .three_column_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.three_column_post .three_column_parts .three_column_txt img {
  max-width: 100%;
  height: auto;
}
.three_column_post .three_column_parts .three_column_btn {
  margin-top: auto;
}
.three_column_post .three_column_parts .btn01 {
  margin: 50px auto 0px;
}

@media screen and (max-width: 767px) {
  /* 3列投稿 sp*/
  .three_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .three_column_post .three_column_parts {
    width: 49%;
    margin: 0 2% 40px 0;
  }
  .three_column_post .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_post .three_column_parts:last-child {
    margin: 0 auto; /* 最終行中央揃え（画像数が奇数の場合）*/
  }
  .three_column_post .three_column_parts .three_column_img {
    width: 100%;
    height: 120px;
    margin-bottom: 2%;
  }
  .three_column_post .three_column_parts .three_column_img figure {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .three_column_post .three_column_parts .three_column_img figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .three_column_post .three_column_parts .subhead02 {
    font-size: 1.4rem;
  }
  .three_column_post .three_column_parts .btn01 {
    margin: 20px auto 0px;
  }
  .three_column_post .three_column_parts .btn01 a:after {
    right: 10px;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0px calc((100% - 1000px) / 2);
}
#single_box img {
  max-width: 1000px;
  padding: 10px 0;
  height: auto;
  width: auto;
}
#single_box figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
#single_box figure img {
  max-width: 100%;
  height: auto;
}
#single_box .nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  font-size: 100%;
  text-align: center;
}
#single_box .nav-below a {
  padding: 0 10px;
  color: #a4bd17;
}
#single_box .nav-below a:hover {
  color: rgba(164, 189, 23, 0.6);
}

@media screen and (max-width: 767px) {
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 50px 0 0;
}

a.page-numbers {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgba(47, 158, 235, 0.1);
  border: solid 1px rgba(47, 158, 235, 0.5);
  color: #000;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .pager {
    padding: 0px 0 30px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    padding: 50px 10px 60px;
  }
  .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bnr div {
    position: relative;
    width: 25%;
    background: #a4bd17;
    border-top: 1px solid #FFF;
  }
  .sp_bnr div:nth-child(4) {
    background: #2f9eeb;
  }
  .sp_bnr div:not(:last-child) {
    border-right: 1px solid #FFF;
  }
  .sp_bnr div img {
    width: auto;
    margin-bottom: 7px;
    height: 25px;
  }
  .sp_bnr div p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    word-break: keep-all;
    font-weight: bold;
  }
  .sp_bnr a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .copyright {
    font-size: 1rem;
    text-align: center;
    padding: 7px 0;
    border-top: 3px solid #2f9eeb;
  }
  .sp_footer_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 185px 0px 40px;
    padding: 37vw 0px 20px;
    background: url(images/footer_bg.png) top left no-repeat;
    background-size: 200% auto;
  }
  .sp_footer_box .footer_inner {
    background: url(images/footer_bg_sp.jpg) top right no-repeat;
    padding: 20px 10px 20px;
    background-size: cover;
    margin-top: 20px;
  }
  .sp_footer_box .footer_btn a:not(:last-of-type) img {
    margin-bottom: 10px;
  }
  .sp_footer_box a {
    text-decoration: none;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: 0px;
    bottom: 85px;
  }
  #pc_footer {
    position: relative;
    max-width: 1000px;
    margin: 70px auto 0;
  }
  .footer_box {
    width: 100%;
    padding: 30px 35px 42px;
    background: url(images/footer_bg.png) top center no-repeat;
  }
  .footer_box a {
    text-decoration: none;
  }
  .footer_box .footer_txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
  }
  .footer_box .footer_inner {
    margin-left: 50%;
    text-align: center;
  }
  .footer_box .footer_btn a:not(:last-of-type) {
    margin-right: 15px;
  }
  .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-top: 70px;
    border-top: 3px solid #2f9eeb;
  }
  .footer_link li {
    padding: 10px 20px 0px;
  }
  .footer_link li a {
    font-size: 1.2rem;
    color: #a4bd17;
    position: relative;
    text-decoration: none;
  }
  .footer_link li a:after {
    background: #2f9eeb;
  }
  .footer_link li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  .footer_link li a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    top: 20%;
    left: -20px;
    background: #000;
  }
  .footer_link li:first-of-type a:before {
    content: none;
  }
  .copyright {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 0 7px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
  text-align: left;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(164, 189, 23, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(164, 189, 23, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(164, 189, 23, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #2f9eeb solid;
  border-radius: 8px;
  background-color: #2f9eeb;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 30px auto 0;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(47, 158, 235, 0.3);
          box-shadow: 0 0 1px 1px rgba(47, 158, 235, 0.3);
  background-color: rgba(47, 158, 235, 0.3);
  color: #2f9eeb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #2f9eeb solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(47, 158, 235, 0.5);
          box-shadow: 0 0 2px 2px rgba(47, 158, 235, 0.5);
}

.wpcf7-text {
  width: 100%;
}

/* 入力欄 */
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_label {
  width: 300px;
}
.form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_input {
  width: calc(100% - 300px);
}

.form_input_post {
  width: 180px;
}

.form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

/* 住所 */
.form_row_post {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #CCC;
}
.form_row_post .form_row_address_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.form_row_post .form_row_address_row .form_label {
  font-weight: normal;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #2f9eeb;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #2f9eeb;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #2f9eeb;
  border-right: 3px solid #2f9eeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #2f9eeb;
  -webkit-box-shadow: 0 0 2px 2px rgba(47, 158, 235, 0.5);
          box-shadow: 0 0 2px 2px rgba(47, 158, 235, 0.5);
  background-color: #2f9eeb;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #2f9eeb;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(47, 158, 235, 0.5);
          box-shadow: 0 0 2px 2px rgba(47, 158, 235, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #2f9eeb;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #2f9eeb;
  border-right: 1px solid #2f9eeb;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #2f9eeb;
  border-right: 1px solid #2f9eeb;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #2f9eeb;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 158, 235, 0.7)), to(rgba(47, 158, 235, 0.7)));
  background-image: linear-gradient(90deg, rgba(47, 158, 235, 0.7), rgba(47, 158, 235, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(47, 158, 235, 0.3);
          box-shadow: 0 0 1px 1px rgba(47, 158, 235, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(47, 158, 235, 0.3);
          box-shadow: 0 0 1px 1px rgba(47, 158, 235, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  /* 入力欄 */
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_input {
    width: 100%;
  }
  /* 住所 */
  .form_row_post {
    padding: 0 0 20px 0;
  }
  .form_row_post .form_row_address_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加

*****************************************/
.dn {
  display: none;
}

.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
}