@charset "UTF-8";
/*!
Theme Name: sfk-paint
Description: 有限会社佐藤吹付工業 | 福島市で外壁塗装・屋根塗装・防水工事ならお任せください
Theme URI: https://www.sfk-paint.co.jp
Version: 1.0
License: sfk-paint
License https://www.sfk-paint.co.jp
*/
/****************************************

リセットCSSここから

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Spectral:wght@400;500;600;700&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: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #FFF;
  line-height: 1.8;
  letter-spacing: 0;
  min-width: 1240px;
}

@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.6rem;
}

h1 {
  font-weight: bold;
  font-size: 2.7em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.6rem;
}

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

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

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

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

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #F39832;
  text-decoration: none;
  -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; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background-image: linear-gradient(90deg, #333, #333); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
}
a.linkline:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}

a.linkline.white {
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
  background-image: linear-gradient(90deg, #FFF, #FFF); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
}
a.linkline.white:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}
a.linkline.white:hover {
  color: #F5AB58;
}

a.linkbreak {
  text-underline-offset: 0.3em;
  word-break: break-all;
}

/* 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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 3;
  }
  .header_top .header_info {
    width: 390px;
  }
  .logo a {
    display: block;
    margin: 40px 30px;
  }
  a.contact_bnr {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: keep-all;
    height: 160px;
    width: 100%;
    background: #FFF;
    border: 2px solid #003680;
  }
  .contact_bnr:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
  }
  .header_top {
    min-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.4)), to(transparent));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.4), transparent);
  }
  .logo a {
    margin: 15px 0 15px 15px;
    max-width: 355px;
    z-index: 9;
    width: 60%;
    display: block;
  }
  .header_info {
    display: none;
  }
  .header_info a {
    text-decoration: none;
  }
  .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 65px;
    right: 10px;
  }
  #toggle {
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#F39832), to(#F39832));
    background: linear-gradient(to top, #F39832, #F39832);
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
    opacity: 0.95;
  }
  #toggle:after {
    position: absolute;
    content: "MENU";
    line-height: 1.2;
    color: #fff;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  }
  #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 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(0, 54, 128, 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;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  }
  .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(188, 205, 231, 0.5) 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;
    color: #fff;
    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: #F39832; /*オルガン文字色★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 #BCCDE7; /*カテゴリ矢印*/
    border-right: solid 3px #BCCDE7; /*カテゴリ矢印*/
    -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;
}
#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;
  width: 170px;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0;
  font-size: 1.7rem;
  font-weight: bold;
  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;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
#g_navi .menu li a span {
  color: #F39832;
  font-size: 1rem;
  padding-top: 10px;
  font-family: "Spectral", serif;
}
#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: #003680;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  text-shadow: none;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #F39832;
  -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;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 3px;
    background: rgba(0, 54, 128, 0.6);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:hover::after {
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .menu-item-has-children > a {
    cursor: pointer;
  }
}
/****************************************

ティーザー

*****************************************/
@media print, screen and (min-width: 768px) {
  /* スライダーの場合 */
  #slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* WPでは不要 */
    /* WPの設定 */
  }
  #slider .slider_img {
    width: 100%;
    height: auto;
  }
  #slider .metaslider .slides img {
    width: 100%;
    height: auto;
  }
  #slider .metaslider {
    max-width: none !important; /* WP設定消して、中央揃え */
  }
  /*slider下ナビ（ドット）*/
  .metaslider .flex-control-nav {
    bottom: -35px !important;
    z-index: 2;
  }
}
.metaslider .flexslider {
  margin: 0 !important; /* 不要なWP設定消 */
}

.slider_txt {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 46.7%;
}
.slider_txt img {
  width: 100%;
  height: auto;
}

.mv {
  width: 100%;
}
.mv .mv_about {
  background: url(images/mv_about_bg.jpg) top center no-repeat;
}
.mv .mv_works {
  background: url(images/mv_works_bg.jpg) top center no-repeat;
}
.mv .mv_results {
  background: url(images/mv_results_bg.jpg) top center no-repeat;
}
.mv .mv_recruit {
  background: url(images/mv_recruit_bg.jpg) top center no-repeat;
}
.mv .mv_info {
  background: url(images/mv_info_bg.jpg) top center no-repeat;
}
.mv .mv_bg {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_bg {
    padding-top: 50px;
  }
}
.mv .mv_txt {
  margin: auto;
  text-align: center;
  width: 600px;
  padding: 29px 0;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(17%, rgba(0, 42, 100, 0.7)), color-stop(83%, rgba(0, 42, 100, 0.7)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(0, 42, 100, 0.7) 17%, rgba(0, 42, 100, 0.7) 83%, transparent);
}

@media screen and (max-width: 767px) {
  #slider {
    position: relative;
    /*slider下ナビ（ドット）*/
    /*slider横ナビ（矢印,ドット）*/
  }
  #slider .slider_img {
    width: 160%;
    margin: 0 auto 0 -30%;
  }
  #slider .metaslider .slides img {
    width: 160%;
    margin: 0 auto 0 -30%;
  }
  #slider .metaslider {
    z-index: initial;
  }
  #slider .metaslider .flex-control-nav {
    z-index: 99 !important;
  }
  #slider .metaslider .flex-direction-nav {
    z-index: 99 !important;
  }
  .slider_txt {
    position: absolute;
    bottom: initial;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 70px 0 0;
    width: 100%;
    height: auto;
    z-index: 2;
  }
  .slider_txt img {
    width: 85%;
  }
  .mv .mv_bg {
    height: 220px;
    background-size: auto 100%;
    padding-top: 70px;
  }
  .mv .mv_txt {
    width: 70%;
    margin: 0 auto;
    padding: 20px 40px;
  }
  .mv .mv_txt img {
    height: 24px;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin: -30px 0 0px;
}

main#page_main {
  padding: 0px calc((100% - 1200px) / 2);
  margin: 0 auto 100px;
  background: url(images/page_bg.jpg) top center no-repeat;
}

.breadcrumb_area {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto 0;
  position: relative;
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb_area .breadcrumb {
    position: absolute;
    top: 25px;
    right: 0;
  }
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.3rem;
}
.breadcrumb_area .breadcrumb a {
  position: relative;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background: #F39832;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.breadcrumb_area .breadcrumb a:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.breadcrumb_area .breadcrumb a:hover {
  color: #F39832;
}

.none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding-top: 30px;
  }
  .breadcrumb_area .breadcrumb {
    width: 100%;
    position: relative;
    padding: 10px 10px 40px;
    left: auto;
    bottom: auto;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
  main#top_main {
    width: 100%;
    padding: 0px 10px;
    margin: 0px auto 0px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 60px;
    background: url(images/page_bg.jpg) top right 45% no-repeat;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
/* 白枠（+矢印） */
.btn01 {
  width: 300px;
  border: 1px solid #FFF;
  text-align: center;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn01 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-shadow: 3px 3px 0 #00152D;
}
.btn01 a:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -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(243, 152, 50, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01:hover a:after {
  right: 12px;
}

.btn01.w360 {
  background: #003680;
}
@media print, screen and (min-width: 768px) {
  .btn01.w360 {
    width: 360px;
  }
}
.btn01.w360 a {
  text-shadow: none;
}
.btn01.w360:hover {
  background: rgba(243, 152, 50, 0.75);
}

/* 黒枠（＋矢印） */
.btn02 {
  width: 300px;
  border: 2px solid #333;
  text-align: center;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn02 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 19px 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.btn02 a:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn02:hover {
  background: rgba(243, 152, 50, 0.75);
  background: #F5AB58;
  border: 2px solid #F5AB58;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn02:hover a {
  color: #FFF;
}
.btn02:hover a:after {
  right: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media print, screen and (min-width: 768px) {
  .btn02.w360 {
    width: 360px;
  }
}
/* 白枠　※asideのみ */
.btn03 {
  width: 450px;
  background: #F39832;
  border: 1px solid #F39832;
  text-align: center;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn03 a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 43px 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.btn03 a:before {
  content: "";
  width: 28px;
  height: 20px;
  background: url(images/icon_mail.png) no-repeat;
  margin-right: 10px;
}
.btn03:hover {
  background: rgba(243, 152, 50, 0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn_center p {
  margin: 0 auto;
}

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

@media screen and (max-width: 767px) {
  .btn01 {
    max-width: 100%;
  }
  .btn01 a {
    font-size: 1.4rem;
  }
  .btn02 {
    max-width: 100%;
  }
  .btn02 a {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
  .btn03 {
    width: 100%;
  }
  .btn03 a {
    font-size: 1.6rem;
    padding: 5vw 15px;
    word-break: break-word;
    word-break: auto-phrase;
  }
  .btn03 a:before {
    background-size: contain;
  }
  .two_column_btn p:not(:last-child), .multi_column_btn p:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 115px calc((100% - 1200px) / 2) 190px;
  background: url(images/top_box01_bg.jpg) top center no-repeat;
  background-size: auto 100%;
}
.top_box01 .top_box01_tit {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
  text-shadow: 3px 3px 0 #00152D;
  color: #FFF;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.top_box01 p {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .top_box01 .top_box01_txt {
    width: 720px;
  }
}

.top_box_tit {
  color: #666;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  text-align: center;
}
.top_box_tit span {
  display: block;
  font-size: 5.4rem;
  color: #333;
  letter-spacing: 0.1em;
  font-family: "Spectral", serif;
}

.top_box02 {
  position: relative;
  background: url(images/top_box02_bg.jpg) top 0px center repeat;
  background-size: cover;
  padding: 20px 0 110px;
  text-align: center;
}
.top_box02 p {
  color: #FFF;
}
.top_box02 .top_box02_bnr_parts {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_bnr_parts {
    width: 49.7%;
    height: 480px;
  }
}
.top_box02 .top_box02_bnr_parts > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_box02 .top_box02_bnr_parts:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_box02 .top_box02_bnr_parts:nth-child(1) .top_box02_bnr_txt {
  background: url(images/top_box02_bnr01_bg.png) center left no-repeat;
}
.top_box02 .top_box02_bnr_parts:nth-child(2) .top_box02_bnr_txt {
  background: url(images/top_box02_bnr02_bg.png) center left no-repeat;
}
.top_box02 .top_box02_bnr_parts .top_box02_bnr_txt {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  margin: 90px 10.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 54, 128, 0.75);
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_bnr_parts .top_box02_bnr_txt {
    height: 300px;
  }
}
.top_box02 .top_box02_bnr_parts .top_box02_bnr_txt .top_box02_bnrtit {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: 3px 3px 0px #00152D;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  margin-bottom: 25px;
}
.top_box02 .top_box02_bnr_parts .top_box02_bnr_txt .top_box02_bnrtit span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 3px;
  color: #F5AB58;
  text-shadow: none;
  font-family: "Spectral", serif;
}
.top_box02 .top_box02_bnr_parts .top_box02_bnr_txt .bnr_num {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.5;
}
.top_box02 .top_box02_bnr_parts .top_box02_bnr_txt p {
  max-width: 375px;
  text-align: left;
}

.top_box03 {
  padding: 0px calc((100% - 1870px) / 2) 20px;
}

.top_box04 {
  padding: 200px calc((100% - 1200px) / 2) 80px;
  background: url(images/top_box04_bg.jpg) top center no-repeat;
  background-size: auto 100%;
}
.top_box04 .top_box04_tit {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
  text-shadow: 3px 3px 0 #00152D;
  color: #FFF;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.top_box04 p {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .top_box04 .top_box04_txt {
    width: 720px;
    margin-left: auto;
  }
}

.top_box05 {
  padding: 110px calc((100% - 1200px) / 2) 110px;
}
.top_box05 .navy {
  color: #003680;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 70px 10px 120px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    background: url(images/top_box01_bg.jpg) top -35px right 49% no-repeat;
    background-size: auto 105%;
  }
  .top_box01 .top_box01_tit {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .top_box_tit {
    font-size: 1.3rem;
    margin-bottom: 35px;
  }
  .top_box_tit span {
    font-size: 3.5rem;
    margin-bottom: 3px;
  }
  .top_box02 {
    padding: 0px 10px 70px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    background-size: 100%;
  }
  .top_box02 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_box02 .flex .top_box02_bnr_parts {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_box02 .flex .top_box02_bnr_parts > img {
    height: 400px;
    -o-object-position: 50% 86%;
       object-position: 50% 86%;
  }
  .top_box02 .flex .top_box02_bnr_parts .top_box02_bnr_txt {
    margin: 8vw;
    padding: 10px;
  }
  .top_box02 .flex .top_box02_bnr_parts .top_box02_bnr_txt .top_box02_bnrtit {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .top_box02 .flex .top_box02_bnr_parts .top_box02_bnr_txt .top_box02_bnrtit span {
    font-size: 1.3rem;
  }
  .top_box03 {
    padding: 0px 0px 0px;
  }
  .top_box04 {
    padding: 150px 10px 50px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    background: url(images/top_box04_bg.jpg) bottom left 40% no-repeat;
    background-size: cover;
  }
  .top_box04 .top_box04_tit {
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .top_box05 {
    padding: 50px 10px 50px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
}
/****************************************

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

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

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

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

.pt_txt {
  padding-top: 20px;
}

.txt600 {
  width: 600px;
}

.txt620 {
  width: 620px;
}

.txt720 {
  width: 720px;
}

.txt760 {
  width: 760px;
}

.txt800 {
  width: 800px;
}

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

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

.brown_bg {
  padding: 30px;
  background-color: #F2F1EC;
  text-align: center;
}
.brown_bg dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.brown_bg dd {
  font-size: 1.5rem;
}

.blue_bg {
  padding: 50px 30px 55px 50px;
  background: #E5ECF5;
}

.border_box {
  border: 3px solid #BCCDE7;
  padding: 21px;
  background: #E5ECF5;
}
@media print, screen and (min-width: 768px) {
  .border_box {
    text-align: center;
  }
}

@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;
  }
  .radius_img {
    width: 100%;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt600, .txt620, .txt720, .txt760, .txt800, .w1000, .w1200 {
    width: 100%;
  }
  .brown_bg {
    padding: 20px;
  }
  .brown_bg dt {
    font-size: 1.6rem;
  }
  .brown_bg dd {
    font-size: 1.4rem;
    text-align: left;
  }
  .border_box {
    padding: 20px 15px;
  }
  .blue_bg {
    padding: 40px 15px 35px;
  }
  .blue_bg p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
}
/****************************************

content下層用 個別

*****************************************/
/* 02ご挨拶 */
.greeting_box .big_18 {
  letter-spacing: 0.06em;
}

/* 08ドローン */
.movie_wrap {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* xxx */
}
/****************************************

content下層用（共通パーツ）

*****************************************/
/* お問い合わせ */
#mail_form {
  padding: 0 calc((100% - 1200px) / 2);
  margin: 0 auto 120px;
}

/* 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: 380px;
  margin-bottom: 30px;
}
.three_column_flex_txt .three_column_parts .three_column_img {
  margin-bottom: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex_txt .three_column_parts:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

/* 3列flex(img) */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex li {
  width: 380px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.three_column_flex img {
  width: 380px;
  height: auto;
}

/* 下線付 */
.three_column_flex.bd li, .three_column_flex.bd_w100 li {
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex.bd li, .three_column_flex.bd_w100 li {
    text-align: center;
  }
}

/* FAQ共通(枠) */
.faq_box {
  background: #FFF;
  padding: 25px 40px 30px 20px;
  border: 1px solid #DDD8C4;
  /* クリックで非表示 */
  /*ラベル*/
  /*チェックボックスを非表示にする*/
  /*中身を表示にしておく*/
  /*クリックで中身を非表示*/
  /*アイコン*/
  /*クリックでアイコン変更*/
  /* アイコン背景色 */
}
.faq_box .faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .faq_box .faq_answer .faq_txt {
    width: 1060px;
  }
}
.faq_box label {
  display: block;
  cursor: pointer;
  position: relative;
}
.faq_box input {
  display: none;
}
.faq_box .faq_answer {
  height: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s; /*ゆっくり表示させる*/
  opacity: 1;
}
.faq_box input:checked + label + div {
  height: 0;
  overflow-y: hidden;
  opacity: 0;
}
.faq_box label::before {
  content: "";
  border-top: 1px solid #FFF;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 2;
}
.faq_box input:checked + label::after {
  content: "";
  border-right: 20px solid #FFF;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.faq_box label span {
  background: #F39832;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}

/* FAQ共通（アイコン画像） */
.faq_tit {
  position: relative;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 0 25px 40px;
  width: 100%;
  margin-bottom: 25px;
  background: url(images/icon_q.png) left top 5px no-repeat;
  min-height: 24px;
  border-bottom: 1px dotted #8B7A5B;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.faq_answer .faq_txt {
  padding: 0px 0 0px 35px;
  background: url(images/icon_a.png) left top 5px no-repeat;
  min-height: 24px;
}

/* フロー共通（丸step数字付）*/
.flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* フロー番号 */
}
@media print, screen and (min-width: 768px) {
  .flow_box {
    margin-bottom: 40px;
    min-height: 170px;
  }
  .flow_box figure {
    margin-left: 30px;
  }
}
.flow_box .subhead01 {
  margin-bottom: 20px;
}
.flow_box .flow_num {
  background: #CCD9EC;
  min-width: 180px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.8rem;
  font-weight: bold;
  color: #003680;
  text-align: center;
  line-height: 1.4;
  font-family: "Spectral", serif;
  position: relative;
}
.flow_box .flow_num span {
  font-size: 4.4rem;
}
@media print, screen and (min-width: 768px) {
  .flow_box:not(:last-of-type) .flow_num:after {
    content: "";
    position: absolute;
    border-right: 10px solid #CCD9EC;
    height: 100%;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

/* リスト共通（マーカーあり） */
.marker_list li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}

/* リスト共通（画像付きマーカー） */
.icon_list li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_list li:before {
  content: url(images/icon_list.png);
  margin-right: 15px;
}

/* 定義リスト(横並び) */
.definition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #333;
}
.definition_list dt {
  word-break: keep-all;
  padding: 10px 20px;
  width: 20%;
}
.definition_list dd {
  word-break: break-all;
  padding: 10px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  /* 1列 */
  .three_column_flex_txt .three_column_parts {
    width: 100%;
    position: relative;
  }
  .three_column_flex_txt .three_column_parts .three_column_img {
    margin-bottom: 10px;
  }
  .three_column_flex_txt .three_column_parts:not(:last-of-type) {
    margin-bottom: 25px;
  }
  /* 2列 */
  .three_column_flex li {
    width: 100%;
    margin: 0 auto 4%;
    padding: 0 5px 10px;
  }
  .three_column_flex li img {
    width: 100%;
  }
  /* リスト */
  .three_column_flex.icon_list li {
    width: 48%;
    margin: 0 auto 4%;
    padding: 0 5px 10px;
  }
  .three_column_flex.icon_list li img {
    width: 100%;
  }
  /* 下線付 */
  .three_column_flex.bd_w100 li {
    width: 100%;
  }
  /* FAQ共通(枠) */
  .faq_box {
    padding: 45px 20px 20px 15px;
    /*アイコン*/
    /*クリックでアイコン変更*/
    /* アイコン背景色 */
  }
  .faq_box label::before {
    width: 20px;
    top: -20px;
    right: -10px;
  }
  .faq_box input:checked + label::after {
    top: -20px;
    right: -10px;
  }
  .faq_box label span {
    top: -35px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
  /* FAQ共通sp（丸付） */
  .faq_tit {
    font-size: 1.6rem;
  }
  /*フロー共通sp（丸step数字付）*/
  .flow_box {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /* フロー番号sp */
    /* 画像ありの場合 */
  }
  .flow_box .txt620 {
    margin-bottom: 20px;
  }
  .flow_box .subhead01 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .flow_box .flow_num {
    min-width: 80px;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    padding: 10px;
    line-height: 1.2;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: absolute;
  }
  .flow_box .flow_num span {
    font-size: 2rem;
  }
  .flow_box:before {
    content: "";
    border-right: 10px solid #CCD9EC;
    z-index: -1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 45px 0 35px;
    max-width: 0px;
  }
  .flow_box:last-of-type:before {
    border: none;
    margin: 0 45px 0 45px;
  }
  .flow_box .flex {
    width: 100%;
    margin-top: 10px;
  }
  .flow_box figure {
    margin-bottom: 30px;
  }
  /* 定義リストsp(横並び) */
  .definition_list dt {
    min-width: 100px;
    padding: 10px;
  }
}
/****************************************

sidebar/aside（バナー）

*****************************************/
/* 3列バナー */
.bottom_box_bnr {
  padding: 0px calc((100% - 1200px) / 2) 85px;
  background: url(images/bottom_box_bnr_bg.jpg) bottom left no-repeat;
  margin: 0 auto;
  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;
}

@media screen and (max-width: 767px) {
  /* 3列バナー(w100%) */
  .bottom_box_bnr {
    width: 100%;
    height: auto;
    padding: 0px 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottom_box_bnr .bottom_box_img:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

sidebar/aside (テキスト)

*****************************************/
/* テキスト */
.bottom_box {
  padding: 200px calc((100% - 1200px) / 2) 70px;
  position: relative;
  background: url(images/bottom_box_bg.jpg) bottom center no-repeat;
  background-size: cover;
}
.bottom_box .bottom_box_tit {
  color: #FFF;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 3px 3px #06254F;
}
.bottom_box .bottom_box_tit span {
  display: block;
  font-size: 5.4rem;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: "Spectral", serif;
}
.bottom_box .bottom_box_txt p {
  color: #FFF;
}
.bottom_box .bottom_box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .bottom_box .bottom_box_btn .btn03 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bottom_box {
    width: 100%;
    height: auto;
    padding: 120px 10px 50px;
  }
  .bottom_box .bottom_box_tit {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .bottom_box .bottom_box_tit span {
    font-size: 3.4rem;
  }
  .bottom_box_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom_box_btn .btn03 {
    max-width: 400px;
  }
}
/****************************************

テーブル

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

/* 表2列(標準-色上下) */
.feature_table {
  width: 100%;
  border-collapse: collapse;
}
.feature_table th {
  padding: 10px 30px;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: middle;
  background-color: #EEE;
  font-weight: normal;
}
.feature_table tbody th {
  width: 75%;
  padding: 10px 30px;
  background-color: #FFF;
  vertical-align: top;
}
.feature_table td {
  width: 25%;
  padding: 10px 30px;
  border: 1px solid #CCC;
  vertical-align: middle;
  background-color: #FFF;
}
.feature_table td li {
  font-size: 1.6rem;
}

/* 表5列(th-2方向) */
.paint_table {
  width: 100%;
  border-collapse: collapse;
}
.paint_table th {
  width: 17%;
  padding: 12px 14px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #CCC;
  vertical-align: middle;
  background: #EEE;
}
.paint_table tbody th {
  width: 17%;
}
.paint_table td {
  width: 41.5%;
  padding: 12px 14px;
  border: 1px solid #CCC;
  background: #FFF;
}
.paint_table td a {
  word-break: break-all;
}

/* 表2列(標準-色左右) */
.recruit_table {
  width: 100%;
  border-collapse: collapse;
}
.recruit_table th {
  width: 25%;
  padding: 10px 20px;
  font-weight: bold;
  text-align: left;
  background: #EEE;
  border: 1px solid #CCC;
}
.recruit_table td {
  width: 75%;
  padding: 10px 20px;
  background: #FFF;
  border: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  /* 列そのまま */
  .feature_table {
    background: none;
  }
  .feature_table th {
    width: 80%;
    padding: 10px 15px;
  }
  .feature_table tbody th {
    padding: 10px 10px;
  }
  .feature_table td {
    width: 20%;
    padding: 10px 15px;
  }
  /* 1列 */
  .recruit_table th, .company_table th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: none;
  }
  .recruit_table td, .company_table td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .recruit_table tr:not(:last-child) td, .company_table tr:not(:last-child) td {
    margin-bottom: 15px;
  }
  /* 3列のまま */
  .paint_table {
    /* 複数テーブル見出しSP */
  }
  .paint_table th {
    padding: 5px 3px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .paint_table td {
    font-size: 1.4rem;
    line-height: 1.4;
    word-break: break-word;
    border-top: none;
  }
  .paint_table tr:not(:last-child) td:last-child {
    margin-bottom: 20px;
  }
  .paint_table li, .paint_table td li {
    font-size: 1.3rem;
  }
  .paint_table thead {
    display: none;
  }
  .paint_table tbody th:first-of-type {
    background: #EEE;
  }
  .paint_table td, .paint_table tbody th {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 10px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* padding: 0; */
  }
  .paint_table td:before, .paint_table tbody th:before {
    content: attr(data-title) " ";
    margin-right: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    word-break: keep-all;
  }
}
/****************************************

共通div

*****************************************/
.mb130 {
  margin-bottom: 130px;
}

.mb120 {
  margin-bottom: 120px;
}

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

.mb5 {
  margin-bottom: 5px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mb130,
  .mb120,
  .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: #ff0000;
}

.gray {
  color: #444;
}

.navy {
  color: #003680;
}

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

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

.small_14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .small_14 {
    font-size: 1.3rem;
  }
}

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

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

高橋さん 追加分

*****************************************/
/* 会社概要 */
.company_table {
  width: 100%;
  border-collapse: collapse;
}
.company_table th {
  width: 25%;
  padding: 15px 20px;
  font-weight: bold;
  text-align: left;
  background: #EEE;
  border: 1px solid #CCC;
}
.company_table td {
  width: 65%;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #CCC;
}

.company_imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* よくある質問 */
.faq_wrap dl dt {
  min-height: 40px;
  margin-bottom: 10px;
  padding: 3px 0 7px 65px;
  border-bottom: 1px solid #003680;
  background: url(images/faq_q.svg) no-repeat left 10px top;
  font-size: 2.2rem;
  font-weight: bold;
}
.faq_wrap dl dd {
  min-height: 40px;
  padding: 5px 0 0 65px;
  background: url(images/faq_a.svg) no-repeat left 10px top;
}
.faq_wrap dl:not(:last-child) {
  margin-bottom: 40px;
}

/* エントリーフォーム */
.site_policy {
  padding: 35px;
  background: #EEF3F8;
}
.site_policy dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.site_policy dd p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  /* 会社概要 */
  .company_table th, .company_table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .company_table th {
    border-bottom: none;
  }
  .company_table tr:not(:last-child) td {
    margin-bottom: 10px;
  }
  .map iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
  .company_imglist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  /* よくある質問 */
  .faq_wrap dl dt {
    min-height: 30px;
    margin-bottom: 10px;
    padding: 0 0 8px 50px;
    background-size: 30px;
    font-size: 1.8rem;
  }
  .faq_wrap dl dd {
    min-height: 30px;
    padding: 0 0 0 50px;
    background-size: 30px;
  }
  .faq_wrap dl:not(:last-child) {
    margin-bottom: 30px;
  }
  /* エントリーフォーム */
  .entry_tel img {
    width: 220px;
  }
  .site_policy {
    padding: 20px 15px;
  }
  .site_policy dt {
    margin-bottom: 7px;
  }
  .site_policy dd p {
    font-size: 1.3rem;
  }
}
/****************************************

タイトル

*****************************************/
.headline {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.headline:after {
  content: "";
  border-bottom: 3px solid #003680;
  margin-top: 20px;
  width: 70px;
}
.headline span {
  display: block;
  color: #003680;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-family: "Spectral", serif;
}

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

/* 下線(左:四角) */
.subhead01 {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 10px;
  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;
  position: relative;
  border-bottom: 4px double #003680;
}
.subhead01:before {
  content: "";
  height: 10px;
  border-left: 10px solid #003680;
  margin-right: 20px;
}

/* 背景色(bg ※top,下層投稿のみ)  */
.subhead02 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  padding: 15px 30px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 20px;
  background: #003680;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

/* 下線+小英宇 */
.subhead03 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  border-bottom: 1px solid #003680;
  vertical-align: middle;
}
.subhead03 span {
  color: #003680;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  display: block;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .headline span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #single_box .headline {
    font-size: 2rem;
  }
  /* 棒線(左) */
  .subhead01 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
  .subhead01:before {
    margin-right: 15px;
  }
  /* 背景色(+bg-img)  */
  .subhead02 {
    font-size: 1.7rem;
    padding: 15px 10px;
  }
  /* 下線 ※04、06、投稿ページのみ */
  .subhead03 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .subhead03 span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
/****************************************

news トップ用（標準テキスト ※タグ付き）

*****************************************/
#news_top {
  width: 100%;
  height: auto;
  overflow-y: scroll;
  height: 230px;
  padding: 0px 35px 5px 0px;
}
@media print, screen and (min-width: 768px) {
  #news_top {
    margin-left: 70px;
    width: 900px;
  }
}

.news_top_parts {
  padding: 25px 20px 25px;
  border-bottom: 1px solid #DEDEDE;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
.news_top_parts:first-child {
  border-top: 1px solid #DEDEDE;
}
.news_top_parts .time {
  margin-right: 50px;
  color: #707070;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  word-break: keep-all;
  font-family: "Spectral", serif;
}
.news_top_parts .tag {
  margin-right: 50px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 5px 5px 6px;
  text-align: center;
  letter-spacing: 0.03em;
  max-height: 24px;
  min-width: 100px;
  word-break: keep-all;
}
.news_top_parts .blog {
  background: #F39832;
  color: #fff;
}
.news_top_parts .news {
  background: #003680;
  color: #fff;
}
.news_top_parts a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #212121;
  font-weight: bold;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#F39832), to(#F39832));
  background-image: linear-gradient(90deg, #F39832, #F39832); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
}
.news_top_parts a:hover {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}
.news_top_parts a:hover {
  color: #F39832;
}
.news_top_parts .news_top_tit {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

@media screen and (max-width: 767px) {
  #news_top {
    width: 100%;
    height: 220px;
    padding: 0;
  }
  #news_top .news_top_parts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    padding: 10px 15px 10px 10px;
  }
  #news_top .news_top_parts .time {
    font-size: 1.5rem;
    margin-right: 15px;
  }
  #news_top .news_top_parts .tag {
    font-size: 1.4rem;
  }
  #news_top .news_top_parts .news_top_tit {
    margin-top: 5px;
  }
  #news_top .news_top_parts a {
    font-size: 1.4rem;
  }
}
/****************************************

results トップ用 (+img)

*****************************************/
#results_top {
  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;
  margin: 0 0px 30px;
}

.results_top_parts {
  width: 350px;
  height: auto;
  margin-right: 30px;
  color: #FFF;
}
.results_top_parts:last-child {
  margin-right: 0;
}
.results_top_parts a {
  text-decoration: none;
  color: #FFF;
}
.results_top_parts a:hover {
  color: #F5AB58;
}
.results_top_parts .subhead02 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .results_top_parts .subhead02 {
    font-size: 1.8rem;
    padding: 19px 15px;
  }
}
.results_top_parts .results_top_img {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .results_top_parts .results_top_img {
    width: 350px;
    height: 260px;
  }
}
.results_top_parts .results_top_img a {
  display: block;
  width: 100%;
}
.results_top_parts .results_top_img a img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 767px) {
  #results_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #results_top .results_top_parts {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }
  #results_top .results_top_parts:nth-child(2n) {
    margin-right: 0;
  }
  #results_top .results_top_parts a {
    font-size: 1.4rem;
  }
  #results_top .results_top_parts .results_top_img {
    height: 170px;
  }
  #results_top .results_top_parts .results_top_img:after {
    content: none;
  }
  #results_top .results_top_parts .results_top_img img {
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
    padding-bottom: 15px;
    background: url(images/bg_shadow.png) bottom center no-repeat;
    background-size: 100% auto;
  }
}
/* デフォルト投稿 */
/****************************************

投稿 下層用（複数列/ボタン・timeあり）

*****************************************/
/* 3列投稿 */
.three_column_post, .three_column_post02 {
  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, .three_column_post02 .three_column_parts {
  width: 380px;
  height: auto;
  margin: 0 30px 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;
}
.three_column_post .three_column_parts .subhead03, .three_column_post02 .three_column_parts .subhead03 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts:nth-child(3n), .three_column_post02 .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_post .three_column_parts .three_column_img, .three_column_post02 .three_column_parts .three_column_img {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  position: relative;
}
.three_column_post .three_column_parts .three_column_img figure, .three_column_post02 .three_column_parts .three_column_img figure {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.three_column_post .three_column_parts .three_column_img figure:after, .three_column_post02 .three_column_parts .three_column_img figure:after {
  display: block;
  content: "";
}
.three_column_post .three_column_parts .three_column_img figure img, .three_column_post02 .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, .three_column_post02 .three_column_parts .three_column_txt {
  text-align: center;
}
.three_column_post .three_column_parts .three_column_txt img, .three_column_post02 .three_column_parts .three_column_txt img {
  max-width: 100%;
  height: auto;
}
.three_column_post .three_column_parts .three_column_txt a, .three_column_post02 .three_column_parts .three_column_txt a {
  text-decoration: none;
}
.three_column_post .three_column_parts .three_column_btn, .three_column_post02 .three_column_parts .three_column_btn {
  margin-top: auto;
}
.three_column_post .three_column_parts .three_column_btn p, .three_column_post02 .three_column_parts .three_column_btn p {
  width: 240px;
  margin: 20px auto 0;
}
.three_column_post .three_column_parts .three_column_btn p a, .three_column_post02 .three_column_parts .three_column_btn p a {
  padding: 14px 20px;
}

@media screen and (min-width: 768px) {
  /* img下スペース無 */
  .three_column_post02 .three_column_parts .subhead02 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    padding: 17px 20px;
  }
  .three_column_post02 .three_column_parts .three_column_img {
    height: 240px;
    margin-bottom: 0;
  }
  .three_column_post02 .three_column_parts .three_column_img figure {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  /* 3列投稿 sp*/
  .three_column_post, .three_column_post02 {
    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, .three_column_post02 .three_column_parts {
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 1.2rem;
  }
  .three_column_post .three_column_parts:nth-child(2n), .three_column_post02 .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_post .three_column_parts:last-child, .three_column_post02 .three_column_parts:last-child {
    margin: 0 auto; /* 最終行中央揃え（画像数が奇数の場合）*/
  }
  .three_column_post .three_column_parts p, .three_column_post02 .three_column_parts p {
    font-size: 1.2rem;
  }
  .three_column_post .three_column_parts .subhead02, .three_column_post .three_column_parts .subhead03, .three_column_post02 .three_column_parts .subhead02, .three_column_post02 .three_column_parts .subhead03 {
    font-size: 1.6rem;
  }
  .three_column_post .three_column_parts .three_column_img, .three_column_post02 .three_column_parts .three_column_img {
    width: 100%;
    margin-bottom: 15px;
    height: initial;
  }
  .three_column_post .three_column_parts .three_column_img figure, .three_column_post02 .three_column_parts .three_column_img figure {
    width: 100%;
    height: initial;
  }
  .three_column_post .three_column_parts .three_column_img figure img, .three_column_post02 .three_column_parts .three_column_img figure img {
    height: initial;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .three_column_post .three_column_parts .three_column_btn, .three_column_post02 .three_column_parts .three_column_btn {
    margin-top: auto;
  }
  /* img下スペース無,img2列 */
  .three_column_post02 .three_column_parts {
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .three_column_post02 .three_column_parts .three_column_img {
    margin-bottom: 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 calc((100% - 1000px) / 2);
}
#single_box img {
  max-width: 1000px;
  padding: 10px 0;
  height: 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: #F39832;
}
#single_box .nav-below a:hover {
  color: rgba(243, 152, 50, 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(0, 54, 128, 0.1);
  border: solid 1px rgba(0, 54, 128, 0.5);
}

.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: 40px 0 60px;
    background: #003680;
  }
  .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: #F39832;
    border-top: 1px solid #FFF;
  }
  .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;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  }
  .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: 1.2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 20px 0 20px;
  }
  .sp_footer_box {
    width: 100%;
    margin: 0 auto;
    padding: 0px 3% 0px;
    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;
  }
  .sp_footer_box a {
    text-decoration: none;
    color: #fff;
  }
  .sp_footer_box a:hover {
    color: #F5AB58;
  }
  .sp_footer_box .footer_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .sp_footer_box .footer_logo a {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .sp_footer_box .footer_tel {
    display: inline-block;
    margin-bottom: 20px;
  }
  .sp_footer_box .footer_txt li {
    color: #FFF;
    font-size: 1.3rem;
  }
  .sp_footer_box .footer_bnr {
    text-align: center;
  }
  .sp_footer_box .footer_bnr a {
    display: block;
  }
  .sp_footer_box .footer_bnr a:not(:last-child) {
    margin-bottom: 20px;
  }
  .sp_footer_box .footer_bnr p {
    margin-top: 7px;
    text-align: left;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pagetop {
    position: fixed;
    z-index: 4;
    right: 20px;
    bottom: 20px;
    bottom: 65px;
  }
  #pc_footer {
    position: relative;
    color: #fff;
    background: #003680;
  }
  .footer_box {
    width: 100%;
    margin: 0 auto;
    padding: 70px calc((100% - 1200px) / 2) 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_box a {
    text-decoration: none;
    color: #fff;
  }
  .footer_box a:hover {
    color: #F5AB58;
  }
  .footer_box .footer_logo a {
    display: block;
    margin-bottom: 35px;
  }
  .footer_box .footer_txt {
    color: #fff;
  }
  .footer_box .footer_txt li {
    font-size: 1.5rem;
  }
  .footer_box .footer_inner {
    margin-top: 10px;
  }
  .footer_box .footer_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_box .footer_bnr a {
    width: 290px;
  }
  .footer_box .footer_bnr a:not(:last-child) {
    margin-right: 20px;
  }
  .footer_box .footer_bnr p {
    margin-top: 5px;
  }
  .copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    text-align: right;
    padding-top: 75px;
  }
}
/****************************************

Contact Form7

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

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(0, 54, 128, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(0, 54, 128, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(0, 54, 128, 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 #F39832 solid;
  border-radius: 3px;
  background-color: #F39832;
  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;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.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(243, 152, 50, 0.3);
          box-shadow: 0 0 1px 1px rgba(243, 152, 50, 0.3);
  background-color: rgba(243, 152, 50, 0.3);
  color: #F39832;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #003680 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(243, 152, 50, 0.5);
          box-shadow: 0 0 2px 2px rgba(243, 152, 50, 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 #F39832;
}

.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 #003680;
  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 #003680;
  border-right: 3px solid #003680;
  -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 #003680;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 54, 128, 0.5);
          box-shadow: 0 0 2px 2px rgba(0, 54, 128, 0.5);
  background-color: #003680;
  -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 #003680;
  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(0, 54, 128, 0.5);
          box-shadow: 0 0 2px 2px rgba(0, 54, 128, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #003680;
  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 #003680;
  border-right: 1px solid #003680;
  -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 #003680;
  border-right: 1px solid #003680;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #003680;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 54, 128, 0.7)), to(rgba(0, 54, 128, 0.7)));
  background-image: linear-gradient(90deg, rgba(0, 54, 128, 0.7), rgba(0, 54, 128, 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(0, 54, 128, 0.3);
          box-shadow: 0 0 1px 1px rgba(0, 54, 128, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 54, 128, 0.3);
          box-shadow: 0 0 1px 1px rgba(0, 54, 128, 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 {
    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;
  }
}