@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.2
*/
/*===================
 Reset  
===================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  overflow-y: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*===================
 Native  
===================*/
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}

strong {
  font-weight: bold;
}

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: "Zen Maru Gothic", sans-serif;
  color: #020202;
  line-height: 1.8em;
  letter-spacing: 0.04rem;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1240px) {
  body {
    letter-spacing: 0.08rem;
  }
}

a:focus, *:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #006cb8;
}

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
==========================*/
#header > .inner, #nav > .inner,
#contents > .inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/*==========================
	#header
==========================*/
#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}

#nav {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nav a {
  color: #2b2e26;
}

/*==========================
	#contents
==========================*/
/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}

.bread {
  padding: 1em 0;
  color: #020202;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #006cb8;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom {
  text-align: center;
}

.contentbottom .contact-bn {
  text-align: center;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

/*==========================
	#footer
==========================*/
.bnr {
  padding: 40px 0 0;
}

.bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  /*==========================
  	base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main {
  	width:720px;
  	float:right;
  }
  #aside {
  	width:240px;
  	float:left;
  	margin-bottom:20px;
  }
  --------------*/
  /*==========================
  	#header
  ==========================*/
  #header {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header > .inner {
    width: 100%;
    max-width: calc(100% - (40 / 1920 * 100vw));
    overflow: visible;
  }
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .textwidget .header_logo {
    width: 368px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #header .textwidget .header_logo {
    max-width: calc(368 / 1023 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  #header .textwidget ul.pc {
    position: absolute;
    right: calc(40 / 1920 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    top: 20px;
  }
  #header .textwidget ul.pc .tel {
    font-size: 28px;
    color: #006cb8;
    font-weight: 500;
  }
  #header .textwidget ul.pc .tel .ic {
    padding-left: 35px;
  }
  #header .textwidget ul.pc .tel .ic:before {
    width: 25px;
    height: 25px;
  }
  #header .textwidget ul.pc .btn a {
    background: #006cb8;
    color: white;
    text-decoration: none;
    text-align: center;
    width: 140px;
    border-radius: 100vmax;
    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;
    height: 32px;
    padding-bottom: .2rem;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .textwidget ul.pc .btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10%;
    width: 4px;
    height: 6px;
    background: currentColor;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  #header .textwidget ul.pc .btn a:hover {
    background: #f6a2b7;
  }

  /*==========================
  	#nav
  ==========================*/
  #nav {
    width: auto;
    z-index: 10;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: transparent;
    margin-top: 75px;
  }
  #nav #menu-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav #menu-header-nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav #menu-header-nav li a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
    font-size: "Zen Maru Gothic", sans-serif;
  }
  #nav #menu-header-nav li.has_children {
    position: relative;
  }
  #nav #menu-header-nav li.has_children > a {
    cursor: pointer;
    position: relative;
  }
  #nav #menu-header-nav li.has_children > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #006cb8;
    border-right: 2px solid #006cb8;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #nav #menu-header-nav > li > a {
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #020202;
    position: relative;
    padding: 0 20px 10px;
  }
  #nav #menu-header-nav > li > a .sub-en {
    display: block;
    font-size: 10px;
    color: #006cb8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #nav #menu-header-nav > li > a {
    font-size: calc(16 / 1023 * 100vw);
    padding: 0 calc(20 / 1023 * 100vw) 10px;
  }
}
@media screen and (min-width: 768px) {
  #nav #menu-header-nav > li > a:hover {
    color: #006cb8;
  }
  #nav #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 11;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    background: #006cb8;
  }

  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li > ul.sub-menu > li:not(:last-child) {
    border-bottom: 1px solid white;
  }

  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 12px 5px 11px;
    display: block;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background-color: #f6a2b7;
  }

  /*幅広ナビ*/
  #menu-header-nav > li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: none;
    overflow: hidden;
    height: auto;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #d9e2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1em;
    padding-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    float: left;
    width: 33.33%;
    background: none;
    margin-left: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
  }

  #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 #020202;
    border-right: solid 1px #020202;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #020202;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #006cb8;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #006cb8;
    color: #006cb8;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
  	#contents
  ==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
  	#aside
  ==========================*/
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    top: 200px;
    right: 0;
    width: 70px;
    z-index: 5;
  }

  #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%;
  }
}
@media screen and (max-width: 1042px) and (min-width: 768px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
  	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;
  }
  #aside .sideinner {
  	overflow:hidden;
  	margin-bottom:20px;
  }
  ------------------*/
  /*==========================
  	#nav
  ==========================*/
  #nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #menu-header-nav > li a {
    font-size: 12px;
    padding-top: 18px;
  }

  #menu-header-nav ul.sub-menu li a {
    font-size: 12px;
  }

  #menu-sitemap li,
  #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }

  /*==========================
  	base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
  	width:480px;
  	max-width:96%;
  	float:none;
  }*/
  /*==========================
  	#header
  ==========================*/
  #header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    top: 0;
    width: 100%;
    padding: calc(20 / 767 * 100vw) 0;
    background: white;
  }
  #header > .inner {
    width: 100%;
  }
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .textwidget .header_logo {
    max-width: calc(368 / 767 * 100vw);
  }
  #header .textwidget ul.sp {
    width: calc(100 / 767 * 100vw);
  }

  /*==========================
  	#nav
  ==========================*/
  #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;
  }

  #nav {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    display: none;
  }
  #nav .menu {
    max-height: 90vh;
    overflow-y: auto;
  }
  #nav .menu .sub-en {
    display: none;
  }
  #nav .menu li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav .menu li a {
    display: block;
    padding: 18px 6px 18px 15px;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    color: #020202;
    font-size: 16px;
  }
  #nav .menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #006cb8;
    border-right: solid 2px #006cb8;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #nav .menu li.has_children > a:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #nav .menu > li > a {
    background: #ecf6fb;
  }
  #nav .menu .sub-menu {
    display: none;
    background: rgba(246, 162, 183, 0.3);
  }
  #nav .menu .sub-menu li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #nav .menu .sub-menu li a {
    padding-left: 35px;
  }
  #nav .menu .sub-menu li a:after {
    border-color: #f6a2b7;
  }

  /*==========================
  	#contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  /*==========================
  	#aside
  ==========================*/
  #aside .inq {
    display: none;
  }

  /* サイド固定バナーを隠す */
  #aside {
    display: none;
    margin-bottom: 0.5em;
  }

  /*==========================
  	.contentbottom
  ==========================*/
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(207, 207, 207, 0.6);
    padding: 10px 0;
    left: 0;
    text-align: center;
    z-index: 5;
  }

  .contact a {
    display: inline-block;
    width: 200px;
    max-width: 48%;
    margin: 0 0.5%;
  }

  /*==========================
  	#footer
  ==========================*/
  .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
  	#header
  ==========================*/
  #header h1 {
    margin-bottom: 0;
  }

  /*==========================
  	#nav
  ==========================*/
  /*==========================
  	#contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }
}
#footer {
  background: #ecf6fb;
  padding-top: 50px;
  border-top: 1px solid #c2d3db;
  position: relative;
}
#footer .totop {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 80px;
  height: 80px;
  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;
  background: #006cb8;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .totop p {
  color: white;
  font-weight: bold;
}
#footer .totop:hover {
  background: #004e85;
}
#footer.low .totop {
  position: fixed;
  bottom: 10px;
  top: auto;
}
#footer .ic {
  font-family: "Zen Maru Gothic", sans-serif;
}
#footer .ic__tel {
  padding-left: 35px;
  font-size: 29px;
}
#footer .ic__tel:before {
  width: 25px;
  height: 25px;
}
#footer .ic__add {
  padding-left: 31px;
  line-height: 1.4;
}
#footer .ic__add:before {
  width: 21px;
  height: 25px;
}
#footer .f_nav ul li a {
  text-decoration: none;
  color: #020202;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
#footer .f_nav ul li a .en {
  font-size: 10px;
  color: #006cb8;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .f_nav ul li a:hover {
  color: #f6a2b7;
}
#footer .f_nav ul li a:hover .en {
  color: currentColor;
}
#footer .tel a {
  text-decoration: none;
  color: #006cb8;
  white-space: nowrap;
}
#footer #copyright {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer .totop {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  #footer .footer_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #footer .f_nav {
    margin-bottom: calc(50 / 767 * 100vw);
  }
  #footer .f_nav ul li {
    border-bottom: 1px solid #c2d3db;
  }
  #footer .f_nav ul li:first-child {
    border-top: 1px solid #c2d3db;
  }
  #footer .f_nav ul li a {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
    padding: 1em .3rem;
  }
  #footer .f_nav ul li a .en {
    display: none;
  }
  #footer .f_info {
    margin-bottom: calc(50 / 767 * 100vw);
  }
  #footer .f_info .f_logo {
    text-align: center;
    margin-bottom: calc(40 / 767 * 100vw);
  }
  #footer .f_info .f_logo img {
    max-width: calc(520 / 767 * 100vw);
  }
  #footer .f_info .tel {
    margin-bottom: calc(40 / 767 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  #footer .f_nav {
    margin-bottom: 60px;
  }
  #footer .f_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  #footer .f_nav ul li a {
    padding: 0;
  }
  #footer .f_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
  }
  #footer .f_info .f_logo {
    width: 286px;
  }
  #footer .f_info .tel_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
  }
  #footer .f_info .tel_add p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .f_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .f_info .f_logo {
    width: 286px;
    margin-bottom: 30px;
  }
  #footer .f_info .tel_add {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}
