@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
/*===================
 Reset
===================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================
 Native
===================*/
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  /* font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6em;
  letter-spacing: 0;
}

*:focus,
a:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/
#contents > .inner,
#footer .inner,
#header > .inner,
#nav > .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

#wrap {
  transition: padding-top 0.5s;
}

/*==========================
	#header
==========================*/
#header {
  box-sizing: border-box;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  width: 320px;
  padding: 10px;
  max-width: 60%;
}
@media (min-width: 768px) {
  #header h1 {
    max-width: 20%;
  }
}

#header h1 img {
  width: 100%;
  vertical-align: middle;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  float: right;
  overflow: hidden;
  width: 638px;
  max-width: 65%;
  box-sizing: border-box;
  text-align: right;
}

.headerinner ul img {
  display: block;
}

.headerinner .txt {
  float: left;
  width: 45%;
}

.headerinner .txt img {
  width: 638px;
}

.headerinner .btn {
  padding-top: 14px;
}

.headerinner .btn img {
  width: 183px;
}

.headerinner .btn .access {
  width: 90px;
  max-width: 32.15%;
  float: left;
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

#nav {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #nav {
    background: #fff;
  }
}

/*==========================
	#contents
==========================*/
/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #666;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom {
  background: #f6faed;
  padding: 2.5em 0;
  margin-bottom: 10px;
}

/*.contentbottom .col_head p{
    font-size:28px;
    color:#90c725;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.contentbottom .col_body p.ttl{
    text-align: left;
    border-bottom: 1px solid #d8dee4;
        margin-bottom: 8px;
    padding-bottom: 3px;
    margin-top:10px;
}
.contentbottom .col_body a {
    margin-bottom: 10px;
    display: inline-block;
}
*/
.contentbottom .topinner {
  width: 750px;
}

.contentbottom p.ttl {
  font-size: 28px;
  display: table;
  color: #90c725;
  text-align: center;
  padding: 0 50px;
  margin: 0 auto 5%;
  position: relative;
  letter-spacing: 0.1em;
}

.contentbottom p.ttl:after,
.contentbottom p.ttl:before {
  content: "／";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contentbottom p.ttl:before {
  transform: rotate(90deg);
  right: auto;
  left: 0;
}

.contentbottom .columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentbottom .btn-style {
  margin-top: 20px;
}

.contentbottom .btn-style a {
  width: 300px;
  background: #009e7c;
}

/*==========================
	#footer
==========================*/
.bnr {
  padding: 40px 0 0;
}

.bnr a {
  display: inline-block;
  margin: 0 0.5%;
  width: 360px;
  max-width: 46%;
}

#footer {
  padding: 3em 0 2em;
  text-align: left;
  color: #000;
  font-size: 18px;
}

#footer li.menu-item-has-children {
  margin-bottom: 2em;
}

#menu-footer-nav li.menu-item-has-children > .nav_title {
  font-size: 24px;
  pointer-events: none;
  color: #2f5597;
  display: block;
}

#footer .sub-menu {
  font-size: 18px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}

#footer .sub-menu li {
  line-height: 1.4;
  font-size: 16px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 20px;
}

#footer .sub-menu li::before {
  top: 0.35em;
  /* content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333333; */
}

#footer li a {
  text-decoration: none;
}

.footer_access p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 15px;
}

.footer_access p.logo {
  margin-bottom: 1em;
}

#footer .googlemap iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.copyright {
  /**/
  text-align: center;
  padding: .3em 0;
  line-height: 1.4;
  background: #fff3e8;
}

.inq01 {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  .inq01 {
    bottom: 100px;
  }
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  
  
  /* タブレットまで */
  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}
--------------*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 0 2%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    display: flex;
    align-items: center;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #header {
    padding: 0 5%;
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  #header.scrolledheader {
    box-shadow: 0 0 5px #ddd;
  }

  #header > .inner,
  #nav > .inner {
    width: 100%;
    max-width: 100%;
  }

  .headerinner .tel {
    float: right;
    width: 17%;
    padding: 2% 1%;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
  }

  .headerinner .tel img.telimg {
    width: 256px;
  }

  #header > .inner.clearfix {
    overflow: visible;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    left: 0;
    max-width: calc(100% - 200px);
    z-index: 100;
    box-sizing: content-box;
    margin: auto 0 auto auto;
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    box-sizing: border-box;
  }

  #nav a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }

  #menu-header-nav {
    display: flex;
    justify-content: flex-end;
  }

  #menu-header-nav > li {
    position: relative;
    float: left;
    padding: 0 .5em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #menu-header-nav > li {
    padding: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  /*#menu-header-nav > li.nav01 {	width:9%;}
*/
  #menu-header-nav > li > a {
    font-size: 16px;
    box-sizing: border-box;
    padding: 1em 0;
    color: #000;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
    font-weight: bold;
    color: #2f5597;
  }
}
@media screen and (min-width: 768px) and (min-width: 1300px) {
  #menu-header-nav > li > a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #menu-header-nav > li > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #2f5597;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: .3s;
  }
  #menu-header-nav > li > a:hover:before {
    transform: scale(1);
    transition: .3s;
  }

  #menu-header-nav > li > a > span {
    color: #c4a760;
    font-size: 0;
    display: block;
  }

  /*#menu-header-nav > li.nav01 > a {
	background-image:url(img/nav_home.png) ;
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9px;
}*/
  #menu-header-nav > li.nav01 > a::before {
    left: 0;
  }

  #menu-header-nav li {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }

  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 100%;
    width: 180px;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(47, 85, 151, 0.7);
  }

  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-top: 1px solid #d8dee4;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 12px 5px 11px;
    display: block;
    background: #2f5597;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #2f5597;
    background-color: #fff;
  }

  #nav li.has_children > a::after {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5.5px 0 5.5px;
    border-color: #2f5597 transparent transparent transparent;
  }

  /*幅広ナビ*/
  #menu-header-nav > li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    background: #2f5597;
    overflow: hidden;
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #d9e2f2;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    width: 100%;
    background: none;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
    width: 25%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 12px;
    left: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0.3em 0.2em;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #a09d9d;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: 700;
    font-size: 15px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  /*==========================
	#aside
==========================*/
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    bottom: 0;
    right: 0;
    width: 520px;
    z-index: 5;
  }
  #aside .inq ul {
    display: flex;
  }

  #aside .inq a {
    display: block;
  }

  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /*-- ブログページ ------------*/
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }

  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }

  /*==========================
	.contentbottom
==========================*/
  .contentbottom .contact-bn a {
    max-width: 45%;
  }

  .contentbottom a.tel {
    margin-right: 5%;
  }

  .contentbottom .col_head {
    flex: 1;
    margin-right: 8%;
  }

  .contentbottom .col_body {
    flex: 2;
  }

  .contentbottom .col_body > div {
    max-width: 570px;
    width: 100%;
  }

  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
    float: left;
    width: 53%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }

  #footer li.menu-item-has-children {
    float: right;
    width: 58%;
  }

  #footer li.menu-item-has-children:first-child {
    width: 40%;
    float: left;
  }

  #footer .footer_access {
    float: right;
    width: 47%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }

  #footer .googlemap {
    padding-bottom: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {


  .headerinner .tel img.telimg {
    width: 170px;
    max-width: 170px;
    vertical-align: middle;
  }

  .headerinner .tel {
    position: absolute;
    right: -162px;
    background: #fff;
    width: 195px;
    transition: 0.5s;
    height: 100%;
    z-index: 100;
    border-left: 1px solid #d8dee4;
  }

  .headerinner .tel:hover {
    margin-left: -185px;
    right: 0;
  }

  #nav {
    width: 63%;
    margin-right: 30px;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 1042px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}

------------------*/
  /*==========================
	#nav
==========================*/
  #nav li {
    box-sizing: border-box;
  }

  /*==========================
	#footer
==========================*/
  .contentbottom .col_head p {
    font-size: 24px;
  }

  #footer #menu-footer-nav {
    width: 100%;
  }

  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  #menu-header-nav > li a {
    font-size: 12px;
  }

  #menu-header-nav > li > ul.sub-menu > li a,
  #menu-header-nav ul.sub-menu li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li,
  #footer li a,
  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }

  .fixed {
    /* javascript用 */
    position: fixed;
    top: 0;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 0;
  }

  #header > .inner {
    width: 100%;
    max-width: 100%;
  }
  #header .headerinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header h1 {
    padding: 0;
    margin: 0;
    float: none;
  }

  .headerinner #sp_nav {
    
  }

  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }

  /* メニューボタン */
  #toggle {
    display: block;
    /*	position: absolute;
	top:0;
	right:0;
	width:auto;
	height:86px;*/
  }

  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }

  #toggle img {
    max-height: 100%;
  }

  #toggle a:hover {
    background: none !important;
  }

  /* #menu-header-nav ------*/
  #menu-header-nav,
  #menu-header-nav > .sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    margin-top: 0 !important;
  }

  #nav ul li .subtxt {
    display: none;
  }

  #nav ul li > a br {
    display: none;
  }

  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav ul li ul li {
    background: #ddedf4;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #nav ul li a,
  #nav ul li span {
    display: block;
    padding: 18px 6px 18px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 88%;
    text-decoration: none;
    position: relative;
    color: #1a1a1a;
    font-size: 16px;
  }

  #nav ul li span {
    background: #f1f1f1;
    color: #777;
    padding-left: 28px;
    position: relative;
  }

  #nav ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: #2f5597;
  }

  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav ul li a:before {
    content: "- ";
  }

  #nav ul li .sub-menu {
    background: #f3f8eb;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }

  #nav li:first-child a {
    border-left: none;
  }

  #nav .submenu-wrap {
    background: #f3f8eb;
    border-top: 1px solid #ccc;
  }

  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    margin-bottom: 1.5em;
  }

  .contentbottom,
  .contentbottom .btn-style {
    text-align: center;
  }

  .contentbottom p.ttl {
    font-size: 23px;
    padding: 0 30px;
  }

  .contentbottom .column + .column {
    margin-top: 10px;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
  }
  #aside .inq ul {
    display: flex;
  }
  #aside .inq ul li {
    width: 50%;
  }

  /* サイド固定バナーを隠す */
  #aside {
    margin-bottom: 0.5em;
  }

  /*==========================
	.contentbottom
==========================*/
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: bottom;
    font-size: 0;
  }

  .contact a {
    display: inline-block;
    width: 383px;
    max-width: 50%;
    margin: 0;
  }

  .contact .clearfix {
    width: 100%;
  }

  .inq2 {
    height: 50px;
  }

  .inq02 a {
    width: 50px;
    float: right;
  }

  /*==========================
	#footer
==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }

  #footer .footer_access {
    margin-bottom: 1.5em;
  }

  #footer li.parent,
  #footer li.parent2,
  #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }

  #footer li.menu-item-has-children,
  #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
  }

  #footer .sub-menu li {
    vertical-align: top;
  }

  .copyright {
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
	#header
==========================*/
  #header {
    padding: 15px 0 0;
  }

  #header h1 {
    margin-bottom: 0;
  }

  /*==========================
	#nav
==========================*/
  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }

  /*==========================
	#footer
==========================*/
  .inq01 {
    width: 50px;
  }

  /*.copyright {	padding-bottom:22%;}
*/
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
	#header
==========================*/
  /*==========================
	#nav
==========================*/
}
/*
色一括変換用
メインカラー（濃いめ）#337ab7
サブカラー（濃いめ）#337ab7
背景カラー（薄目）　#e9f3fb
文字カラー（） #111;

*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  color: #777;
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/
#aside .menu-blog {
  padding: 10px 10px 20px;
  padding: 0 0 20px;
  box-sizing: border-box;
    /*margin-top:1em;
	background:#e9f3fb;*/
}

#aside .menu-blog h3 {
  border-bottom: 2px solid #0078b0;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: bold;
  padding: 0.6em 0 0.7em;
  text-align: left;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}

#aside .menu-blog li {
  font-size: 11px;
}

#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #337ab7;
  text-decoration: none;
}

#aside .menu-blog li a::after {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #337ab7;
}

/*-- ページネーション ------------*/
.pager {
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}

.pager span.current, .pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #337ab7;
  text-align: center;
}

.pager a:hover {
  background: #ccc;
  color: #fff;
}

.pager span.current {
  /* 今のページ */
  background: #ccc;
  color: #fff;
}

/*==========================
	画像
==========================*/
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

/* 真ん中寄せ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 小さい画像に対応 */
.img_size img, img.img_size {
  width: auto !important;
}

/*==========================
	見出し
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg) no-repeat center/cover;
  text-align: center;
  padding: 4em 20px;
}

.page-title h2 {
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .page-title h2 {
    font-size: 36px;
  }
}

/*-- H4 投稿タイトル ------------*/
.entry-block h3, .mce-content-body h4 {
  color: #111;
  padding: 0;
  font-size: 24px;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.4em;
  font-weight: bold;
  /* padding-left: 15px; */
  margin-bottom: 1em;
  margin-top: 1.8em;
  padding-bottom: 14px;
}

.entry-block h3 .subtitle, .mce-content-body h4 .subtitle .subtitle {
  color: #111;
  font-size: 14px;
  padding-left: 0.6em;
}

.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

.mce-content-body .top01 h4 {
  border: inherit;
  text-align: inherit;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 24px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #111;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #3f74e9;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.5em 0.1em;
  margin-right: 0.4em;
  background: #f1f1f1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #337ab7;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h3.number_title .number::after {
  content: ".";
}

h4.h4_num, h4.number_title {
  background: none !important;
  padding-left: 0 !important;
}

h4.h4_num:before {
  display: none;
}

h4.number_title .number {
  font-size: 20px;
  font-weight: bold;
  color: #337ab7;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

.title_number:before, .title_number:after {
  display: none !important;
}

.mce-content-body h5.number_title, .under h5.number_title {
  border: none;
  margin-bottom: 0.5em;
}

/*-- title ------------*/
p.title, .title p {
  font-size: 24px;
  font-weight: 700;
  color: #2f5597;
  margin: 0 0 10px;
  line-height: 1.6;
}

/*==========================
	リスト
==========================*/
/*.page-list{
	padding:25px 25px 15px;
	background:url(img/contact_bg.png);
}*/
.page-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #dfe9ee;
  padding: 25px 0px;
}

.page-list li {
  /* width: 50%; */
  /* flex: 0 0 32%; */
  /* margin: 0 0 10px!important;
  display: block!important;
  float: none!important;
  width: auto!important;
  padding: 0!important; */
}

/* .page-list li:not(:nth-of-type(3n)){
    margin-right:2%!important;
} */
.page-list li a {
  text-decoration: none !important;
  color: #0078b0 !important;
  padding: 0.7em 3.2em 0.7em 1.5em;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  transition: .6s;
  line-height: 1.3;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #0078b0;
  position: relative;
  border-radius: 50px;
  font-weight: bold;
}

.page-list li a:before {
  border: 6px solid transparent;
  transform: rotate(-90deg);
  content: '';
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 5% !important;
  left: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  border-top: 8px solid #0078b0 !important;
  z-index: 1;
  margin: auto !important;
}

.page-list li a:hover:before {
  border-top: 8px solid #fff !important;
}

.page-list li a:hover {
  color: #fff !important;
  background: #0078b0;
}

.page-list li:before {
  display: none !important;
    /* right: 5%!important;
		left: auto!important;
		top: 0!important;
		bottom: 0!important;
		 border-top: 8px solid #968772!important;
		 z-index: 1;
		 margin: auto!important; */
}

/*-- OL ------------*/
ol.ol01 {
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}

ol.ollist {
  margin-bottom: 1.2em;
}

ol.ollist li {
  margin-bottom: 0.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: marker;
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */
ol.ol_decimal {
  margin-bottom: 1.2em;
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}

ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #337ab7;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

/*-- 横並びリスト ------------*/
.float-list {
  overflow: hidden;
}

.float-list li {
  margin-bottom: 0.5em;
}

/*==========================
	DL
==========================*/
/*--  ------------*/
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #e9f3fb;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  color: #222;
  font-weight: normal;
  position: relative;
}

dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}

.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  background: #999;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner {
  margin-bottom: 2em;
  /*padding:0 10px;*/
}

.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  box-sizing: border-box;
  padding: 5% 6% 3%;
  border: 5px solid #e9f3fb;
  margin-bottom: 2.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 5% 6% 3%;
  background: #e9f3fb;
  margin-bottom: 2.2em;
  overflow: hidden;
  border-radius: 0;
}

.border-block h4:first-child, .bg-block h4:first-child, .border-block h5:first-child, .bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

.border-block h4, .bg-block h4 {
  padding: 0 0 14px;
  border: none;
}

/*-- before after ------------*/
.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .after {
  float: right;
  width: 47%;
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.batitle {
  text-align: center;
  font-size: 15px;
  color: #999;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/
.flow-block {
  box-sizing: border-box;
  padding: 5% 6% 3%;
  border: 5px solid #dcedf5;
  margin-bottom: 4em;
  position: relative;
}

.block-inner .flow-block {
  padding: 0 0 1em;
}

.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -40px -100px 0;
  border: 40px solid transparent;
  border-top: 35px solid #75a5bc;
}

.flow-block.last::after, .block > .flow-block:last-child::after, .block-inner > .flow-block:last-child::after {
  display: none;
}

.flow-block h4 {
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
@media (min-width: 1025px) {
  .wpcf7 dl {
    width: 70%;
  }
}

.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item, .wpcf7 dl dd .sexes span.wpcf7-list-item, .wpcf7 dl dd .correspondence span.wpcf7-list-item, .wpcf7 dl dd .course span.wpcf7-list-item, .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #111;
}

#menu-sitemap li a:hover {
  color: #337ab7;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  margin-bottom: 20px;
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	googlemap
==========================*/
.googlemap {
  position: relative;
  padding-bottom: 40%;
  /*縦横比*/
  height: 0;
  overflow: hidden;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/
.color01 {
  color: #337ab7;
}

.color02 {
  color: #337ab7;
}

.attention {
  color: #9c0601;
}

.bgcolor01 {
  background-color: #e9f3fb;
  padding: 0 0.3em;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 82%;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.bold {
  font-weight: 700;
}

.name {
  text-align: right;
  font-weight: 700;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
    /*==========================
	画像
==========================*/
  /* img float */
  #tinymce img.alignright, #tinymce img.alignleft, .mainblock img.alignright, .mainblock img.alignleft {
    max-width: 34%;
  }

  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }

    /*==========================
	リスト
==========================*/
  .float-list {
    overflow: hidden;
  }

  .float-list li {
    float: left;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }

  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }

  .float-list2 li:nth-shild(2n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }

  .float-list3 li:nth-shild(3n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }

    /*==========================
	ブロック
==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }

    /*==========================
	汎用
==========================*/
  br.pc {
    display: inline;
  }

  br.sp2 {
    display: none;
  }

  .con_l {
    float: left;
  }

  .con_c {
    float: left;
  }

  .con_r {
    float: right;
  }

  .w25 {
    width: 25%;
  }

  .w35 {
    width: 35%;
  }

  .w40 {
    width: 40%;
  }

  .w48 {
    width: 48%;
  }

  .w56 {
    width: 56%;
  }

  .w60 {
    width: 60%;
  }

  .w62 {
    width: 62%;
  }

  .mw500p {
    max-width: 500px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
    /*==========================
	投稿（ブログ、新着情報）
==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }

    /*==========================
	画像
==========================*/
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

    /*==========================
	見出し
==========================*/
  .page-title {
    padding: 2em 20px;
    background-position: 80% top;
  }

  .page-title h2 {
    font-size: 20px;
  }

  .post-type-page h3, .mainblock h3 {
    font-size: 24px;
    background-size: 50px;
    padding-left: 60px;
  }

  .entry-block h3 {
    font-size: 22px;
  }

  .post-type-page h4, .mainblock h4 {
    font-size: 20px;
  }

  .post-type-page h5, .mainblock h5 {
    font-size: 19px;
    background-size: 31px;
    padding-left: 40px;
  }

  .post-type-page h6, .mainblock h6 {
    font-size: 18px;
  }

  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }

  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .title {
    font-size: 19px;
  }

    /*==========================
	ブロック
==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }

  /*-- before after ------------*/
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }

  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }

  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }

    /*==========================
	お問い合わせ
==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input, .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

    /*==========================
	サイトマップ
==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

    /*==========================
	googlemap
==========================*/
  .googlemap {
    padding-bottom: 450px;
    /*縦横比*/
  }

    /*==========================
	汎用
==========================*/
  .page-list {
    display: block;
  }

  .page-list li:not(:nth-of-type(3n)), .page-list li {
    flex: 100%;
    margin-right: 0 !important;
  }

  .con_l {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .qa-block .answer {
    margin-left: 10px;
  }

  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }

  /* googlemap --------------------*/
  .googlemap {
    padding-bottom: 400px;
  }
}
/* ------------------------------ */
.ao {
  color: #009e7c;
}

.yellow {
  color: #fff000;
}

.text-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .row {
    padding-bottom: 0;
    display: flex;
  }

  .col {
    display: block;
    float: left;
    width: 100%;
  }

  .gutters .col {
    margin-left: 2%;
  }

  .span_1 {
    width: 8.3333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .span_1 {
    width: 6.5%;
  }

  .gutters .span_2 {
    width: 15%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 32%;
  }

  .gutters .span_5 {
    width: 40.5%;
  }

  .gutters .span_6 {
    width: 49%;
  }

  .gutters .span_7 {
    width: 57.5%;
  }

  .gutters .span_8 {
    width: 66%;
  }

  .gutters .span_9 {
    width: 74.5%;
  }

  .gutters .span_10 {
    width: 83%;
  }

  .gutters .span_11 {
    width: 91.5%;
  }

  .gutters .span_12 {
    width: 100%;
  }

  /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
  .row:after {
    content: "";
    clear: both;
    display: block;
  }

  .row:not(:last-child) {
    margin-bottom: 4%;
  }

  .col {
    float: none;
  }

  .col:not(:first-child) {
    margin-left: 2% !important;
  }

  .col:not(:last-child) {
    margin-bottom: 3%;
  }

  .col {
    float: left;
  }

  .reverse > .col {
    float: right;
  }

  .col:not(:last-child) {
    margin-bottom: 0;
  }

  .reverse > .col:last-child, :not(.reverse) > .col:first-child {
    margin-left: 0;
  }

  .col.offset_1 {
    margin-left: 8.3333333333%;
  }

  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }

  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }

  .col.offset_2 {
    margin-left: 16.6666666667%;
  }

  .gutters .col.offset_2 {
    margin-left: 19%;
  }

  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }

  .col.offset_3 {
    margin-left: 25%;
  }

  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }

  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }

  .col.offset_4 {
    margin-left: 33.3333333333%;
  }

  .gutters .col.offset_4 {
    margin-left: 36%;
  }

  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }

  .col.offset_5 {
    margin-left: 41.6666666667%;
  }

  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }

  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }

  .col.offset_6 {
    margin-left: 50%;
  }

  .gutters .col.offset_6 {
    margin-left: 53%;
  }

  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }

  .col.offset_7 {
    margin-left: 58.3333333333%;
  }

  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }

  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }

  .col.offset_8 {
    margin-left: 66.6666666667%;
  }

  .gutters .col.offset_8 {
    margin-left: 70%;
  }

  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }

  .col.offset_9 {
    margin-left: 75%;
  }

  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }

  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }

  .col.offset_10 {
    margin-left: 83.3333333333%;
  }

  .gutters .col.offset_10 {
    margin-left: 87%;
  }

  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }

  .col.offset_11 {
    margin-left: 91.6666666667%;
  }

  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }

  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }

  .col.offset_12 {
    margin-left: 100%;
  }

  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }

  .reverse > .col.break {
    margin-left: 0;
  }

  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }

  .col.break ~ .col {
    margin-top: 2%;
  }
}
@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-flex:after {
    content: none !important;
  }

  .d-flex > .col {
    float: none !important;
  }

  .d-flex > .col:after {
    content: none !important;
  }

  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-row-reverse > .col {
    margin-left: 0 !important;
  }

  .align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
body.home .dsp-under-only {
  display: none;
}

body:not(.home) .dsp-home-only {
  display: none;
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}
.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}
.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}
.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}
.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}
.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}
.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}
.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}
.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}
.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}
.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}
.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}
.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}
.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}
.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}
.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}
.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}
.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}
.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}
.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}
.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}
.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}
.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}
.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}
.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}
.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}
.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}
.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}
.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}
.mar0 {
  margin: 0 !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.text-large {
  font-size: 18px;
  font-weight: bold;
  color: #0078b0;
  border-bottom: 2px solid #0078b0;
  line-height: 50px;
}

@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page h3, .mainblock h3 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .ajax-loader {
    display: none !important;
  }
}
/*==========================
	　共通
==========================*/
* {
  box-sizing: content-box;
  box-sizing: border-box;
}

a.swipebox img,
a:not([class]) img {
  transition: all 0.3s;
}
a.swipebox:hover img,
a:not([class]):hover img {
  opacity: 0.8;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.tel_text a {
  color: currentColor;
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .d-flex:after {
    content: none !important;
  }
  .d-flex > .col {
    float: none !important;
  }
  .d-flex > .col:after {
    content: none !important;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .flex-row-reverse > .col {
    margin-left: 0 !important;
  }

  .align-items-start {
    align-items: flex-start;
  }

  .align-items-center {
    align-items: center;
  }

  .align-items-end {
    align-items: flex-end;
  }

  .justify-content-center {
    justify-content: center;
  }

  .justify-content-between {
    justify-content: space-between;
  }

  .justify-content-start {
    justify-content: flex-start;
  }

  .justify-content-end {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .spdb {
    display: block;
  }
}

@media (min-width: 768px) {
  .pcdb {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tabletdb {
    display: block;
  }
}

p:not(:last-child) {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

.text-large {
  font-size: 18px;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 22px;
  }
}

.text-small {
  font-size: 16px;
}
@media (max-width: 767px) {
  .text-small {
    font-size: 14px;
  }
}

.text-red {
  color: #ff0000 !important;
}

@media (min-width: 768px) {
  img.maxw {
    max-width: 34%;
    width: auto;
  }
}

@media (min-width: 768px) {
  .ul_col_3 {
    display: flex;
    flex-wrap: wrap;
  }
  .ul_col_3 li {
    width: 32%;
  }
  .ul_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.container {
  overflow: hidden;
}
.container:not(:last-child) {
  margin-bottom: 4%;
}

section:not(:last-child) {
  margin-bottom: 5%;
}

.columns:not(:last-child) {
  margin-bottom: 4%;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .px-text-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .sp-text-center {
    text-align: center !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .px-text-right {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
}

.text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .px-text-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .sp-text-left {
    text-align: left !important;
  }
}

/*==========================
	　アンカーリンク
==========================*/
.anchor .link_anchor {
  margin-bottom: 5%;
}
.anchor .link_anchor li > a {
  border: solid 1px #205f95;
  padding: 0.5em 2.5em 0.5em 1.5em;
  border-radius: 5px;
  display: block;
  color: #205f95;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.anchor .link_anchor li > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #205f95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  transition: 0.3s;
}
.anchor .link_anchor li > a:hover {
  background: #205f95;
  color: #fff;
  transition: 0.3s;
}
.anchor .link_anchor li > a:hover:after {
  border-color: transparent transparent transparent #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .anchor .link_anchor li:not(:first-child) {
    margin-top: 4%;
  }
}

@media (min-width: 768px) {
  .link_col_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .link_col_2 li {
    width: 49%;
  }
  .link_col_2 li:nth-child(odd) {
    margin-right: 2%;
  }
  .link_col_2 li:not(:nth-child(-n+2)) {
    margin-top: 2%;
  }
}

@media (min-width: 768px) {
  .link_col_3 {
    display: flex;
    flex-wrap: wrap;
  }
  .link_col_3 li {
    width: 32%;
  }
  .link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .link_col_3 li:not(:nth-child(-n+3)) {
    margin-top: 2%;
  }
}

/*==========================
	　背景つきブロック
==========================*/
.bg-block {
  box-sizing: border-box;
  padding: 40px 5%;
  background: #fef9f5;
  overflow: hidden;
}

/*==========================
	　背景つきブロック
==========================*/
.border-block {
  box-sizing: border-box;
  padding: 50px 4% !important;
  margin-bottom: 1.2em;
  position: relative;
  z-index: 3;
  border: solid 2px #fff3e8;
}
.border-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff;
  z-index: -1;
}

/*==========================
	　丸リスト01
==========================*/
.ul01 {
  margin-bottom: 1em;
}
.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}
.ul01 li:last-child {
  margin-bottom: 0;
}
.ul01 li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #205f95;
  border-radius: 50%;
  top: 0.5em;
  left: 0.35em;
}

/*==========================
	　丸リスト02
==========================*/
.ul02 {
  margin-bottom: 1em;
}
.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
}
.ul02 li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #205f95;
  top: 0.5em;
  left: 0.35em;
}

/*==========================
	　右向き三角のリスト
==========================*/
.ul_arrow,
.ul_check {
  margin-bottom: 1em;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}
.ul_check li:last-child {
  margin-bottom: 0;
}
.ul_check li:before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #e83c58;
  border: 1px solid #e83c58;
  top: 4px;
  left: 5px;
}
.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

/*==========================
	　その他パーツ
==========================*/
ol.ollist {
  margin-bottom: 1.2em;
}
ol.ollist li {
  margin-bottom: 0.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  display: marker;
  content: "(" counter(ollist) ") ";
}

ol.ol_decimal {
  margin-bottom: 1.2em;
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #6cd4a7;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

/*==========================
	DL
==========================*/
dl.dl01 {
  margin-bottom: 0.5em;
}
dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #6cd4a7;
}
dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*==========================
	テーブル
==========================*/
/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin: 0 auto 0.5em;
  font-weight: 700;
}

.time-table td,
.time-table th {
  text-align: center;
  font-weight: normal;
  padding: 10px 5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .time-table td,
  .time-table th {
    font-size: 13px;
  }
}

.time-table th {
  background: #fff;
}

.time-table thead th {
  background: #8db5d8;
  color: #fff;
  padding: 17px 5px;
  font-weight: 600;
}
.time-table thead th:first-child {
  width: 27%;
}
@media (min-width: 1025px) {
  .time-table thead th {
    font-size: 18px;
  }
}

.time-table thead th:first-child {
  color: #fff;
}

.time-table td {
  background: #fff;
  font-weight: 700;
}

.time-table tbody th:first-child {
  color: #111;
}

.time-table tbody tr th, .time-table tbody tr td {
  background: #fff;
}
.time-table tbody tr th {
  padding: 17px 5px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .time-table tbody tr th {
    font-size: 13px;
  }
}

.time-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.icon {
  color: #337ab7;
}

.midori {
  color: #9dd335;
}

.table-text {
  line-height: 1.5;
  font-weight: 500;
}

/*-- 診療時間表下層 ------------*/
.time-table2 {
  width: 100%;
  margin: 0 auto 0.5em;
  font-weight: 700;
}

.time-table2 td,
.time-table2 th {
  text-align: center;
  font-weight: normal;
  padding: 10px 5px;
  font-size: 16px;
}

.time-table2 th {
  background: #fff;
}

.time-table2 thead th {
  background: #0078b0;
  color: #fff;
  padding: 10px 5px;
  font-weight: bold;
}

.time-table2 thead th:first-child {
  color: #fff;
}

.time-table2 td {
  background: #fff;
  font-weight: 700;
}

.time-table2 tbody th:first-child {
  color: #111;
}

.time-table2 tbody tr {
  border-bottom: 1px solid #d8dee4;
}

.ao {
  color: #2f5597;
}

.midori {
  color: #9dd335;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 2em;
}

.table01 td,
.table01 th {
  padding: 16px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table01 th {
  border-top: 1px solid #205f95;
  border-bottom: 1px solid #205f95;
  padding-right: 10px;
  color: #205f95;
  font-weight: bold;
}

.table02 {
  width: 100%;
  margin-bottom: 2em;
}

.table02 td,
.table02 th {
  padding: 10px 0 8px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  /* border-bottom:1px solid #d5dbe0; */
}

.table02 th {
  padding-right: 0;
  color: #009d7d;
  width: 4em;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.table02 th:after {
  content: '';
  position: absolute;
  background: #d5dbe0;
  width: 1px;
  height: 80%;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}

.table02 td {
  padding-left: 1.5em;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #8db5d8;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.border-table td,
.border-table th {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #dddddd;
}

.border-table tbody th {
  background: rgba(141, 181, 216, 0.1);
  vertical-align: middle;
}

.border-table tbody td {
  text-align: right;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.fee-table td,
.fee-table th {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.fee-table tbody th {
  background: #679fd0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .responsive-scroll {
    overflow: auto;
  }
  .responsive-scroll table {
    width: 1100px;
    font-size: 14px;
  }
}

/*==========================
	q&Aパーツ
==========================*/
.qa .question {
  font-size: 18px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 1.5em;
  cursor: pointer;
  line-height: 1.4;
}
.qa .question:before {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  background: url("./img/q_icon.png") no-repeat center;
  position: absolute;
  top: -.2em;
  left: 0;
}
.qa .question span {
  display: block;
  position: relative;
  padding-right: 35px;
}
.qa .question span:after, .qa .question span:before {
  content: "";
  margin: auto;
  width: 15px;
  height: 3px;
  background: #31405c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.qa .question span:after {
  transform: rotate(90deg);
  transition: 0.5s;
}
.qa .question span.active:after {
  transform: rotate(0);
  transition: 0.5s;
}
.qa .answer {
  padding: 0 30px 2em 55px;
  position: relative;
  display: none;
  border-bottom: solid 1px #b0b0b0;
}
.qa .answer:before {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  background: url("./img/a_icon.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .qa .question {
    font-size: 20px;
    position: relative;
  }
}

/*==========================
	流れパーツ
==========================*/
.flowWrap.bg-block .flowBox {
  border: solid 5px #fff;
  background: #fff;
}

.flowWrap .flowBox {
  border: solid 3px #e7eff6;
  padding: 5%;
  position: relative;
}

.flowWrap .flowBox:not(:last-child) {
  margin-bottom: 70px;
}

.flowWrap .flowBox:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 45px 0 45px;
  border-color: #205f95 transparent transparent transparent;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: auto;
}

.flowWrap .flowTitle {
  font-size: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
  flex: 1 1 auto;
  line-height: 1.4;
  margin-bottom: 1em !important;
}

.flowWrap .flowTitle .num {
  width: 30px;
  height: 30px;
  background: #e83c58;
  border-radius: 2px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-family: Arial, sans-serif;
}

.flowWrap .flowTitle .title {
  width: calc(100% - 50px) !important;
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flowWrap.custom_flow .title {
  width: 100%;
}

@media (min-width: 768px) {
  .flowWrap .flowBox {
    padding: 5%;
  }

  .flowWrap .flowTitle {
    font-size: 24px;
  }
}
.section_bg .flowWrap .flowBox {
  border-color: #fff;
  background: #fff;
}
.section_bg .flowWrap .flowBox:not(:last-child):after {
  border-color: #5d6aaf transparent transparent transparent;
}
@media (max-width: 767px) {
  .section_bg .container {
    margin: 0 auto 10% !important !important;
  }
}

body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6 {
  line-height: 1.6;
  margin-bottom: 1em;
  font-family: maru-maru-gothic-alr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body:not(.home) h3 {
  font-size: 36px;
  color: #337ab7;
  text-align: center;
  padding-top: 80px;
  position: relative;
}
body:not(.home) h3:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("./img/logo_icon.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  body:not(.home) h3 {
    padding-top: 40px;
  }
  body:not(.home) h3:before {
    width: 30px;
    height: 30px;
  }
}
/* body:not(.home) h4 {
  font-size: 24px;
  background: #fff3e8;
  padding: 0.7em 1em 0.7em 75px;
  position: relative;
} */
/* body:not(.home) h4:before {
  content: "";
  background: url("./img/logo_icon.png") no-repeat center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
} */
@media (max-width: 767px) {
  /* body:not(.home) h4 {
    padding: 0.7em 1em 0.7em 40px;
    line-height: 1.4;
  }
  body:not(.home) h4:before {
    width: 20px;
    height: 20px;
    bottom: auto;
    top: .9em;
    left: 10px;
  } */
}
body:not(.home) h5 {
  font-size: 22px;
  position: relative;
  padding: 0.3em 0 0.3em 24px;
}
body:not(.home) h5:after, body:not(.home) h5:before {
  content: "";
  position: absolute;
  background: #e83c58;
}
body:not(.home) h5:before {
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
body:not(.home) h5:after {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
body:not(.home) h6 {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
body:not(.home) h6:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e83c58;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media (max-width: 767px) {
  body:not(.home) h3 {
    font-size: 22px;
  }
  body:not(.home) h4 {
    font-size: 20px;
  }
  body:not(.home) h5 {
    font-size: 19px;
  }
  body:not(.home) h6 {
    font-size: 18px;
  }
}

strong.title {
  color: #205f95;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.66667;
  margin-bottom: 1em;
  display: block;
}
@media (min-width: 768px) {
  strong.title {
    font-size: 24px;
  }
}

/*# sourceMappingURL=common.css.map */
