@charset "UTF-8";
/*
Theme Name: nori-seikotsuin
Theme URI: http://xeory.jp/extension
Description: Xeory拡張テーマ
Author: バズ部
Author URI: http://bazubu.com/
Version: 0.2.1
*/
/* all display
-------------------------------------------------- */

/*my-setting*/

/* スクロールの有無によるレイアウトずれ防止 */
html {
 overflow-y:scroll;
}

/* ボーダー、余白、幅消し */
* {margin: 0;padding: 0;}
*, *:before, *:after {  -moz-box-sizing: border-box;  -webkit-box-sizing:border-box;  box-sizing: border-box; }
img {border: 0px; max-width: 100%; vertical-align: bottom; height: auto;}

/* フロート */
@media screen and (min-width: 768px) {
.f_l {float: left;}
.f_r {float: right;}
}
.clear_b {clear: both;}

.sp {display: none;}

/* 文字揃え */
.t_c {text-align: center!important;}
.t_l {text-align: left!important;}
.t_r {text-align: right!important;}

h1 {font-size: 0.9em;font-weight: bold;}
h2 {font-size: 1em;font-weight: bold;}
h3 {font-size: 1em;font-weight: bold;}
h4 {font-size: 1em;font-weight: bold;}
h5 {font-size: 1em;font-weight: bold;}
h6 {font-size: 1em;font-weight: bold;}

.red {color: #ee1e1e!important;}
.pink {color: #ff4e69!important;}
.green {color: #97c618!important;}
.blue {color: #0059af!important;}
.orange{color: #ff8300!important;}
.black{color: #000!important;}

.strong {  font-weight: bold;}
.wrap {
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-block;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
  background: #fff;
}

.main-inner {
  margin-right: 364px;
}

#side {
  width: 300px;
  float: left;
  margin-left: -300px;
}


/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap {
    margin-left: 3%;
    margin-right: 3%;
    width: auto;
  }

  .main-inner {
    margin-right: 346px;
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #000;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #0059af;
}
a:hover {
  text-decoration: underline;
}
.pcbr:before {
	content: "\A" ;
	white-space: pre ;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #3B4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/*button
---------------------------------------- */

.btn {
	text-align: center;
}
.btn a {
	background: #0059af;
	max-width: 168px;
	padding: 1em;
	color: #fff;
	border-radius: 1.5em;
  line-height: 1;
	text-align: center;
	box-shadow:1px 2px 0px 0px rgba(0,0,0,0.1);
	display: block;
	margin: 0 auto;
  position: relative;
}
.btn_w a {
  color: #0059af;
  background: #fff;
}
.btn a:after {
  content:'';
  display:block;
  background: url(images/arrow.png) no-repeat center left;
  background-size: 100%;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.btn_w a:after {
  content:'';
  display:block;
  background: url(images/arrow-b.png) no-repeat center left;
  background-size: 100%;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.btn a:hover {
	text-decoration: none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  width: 100%;
  background: #fff;
  padding: 0;
  border-bottom: solid 1px #f0efec;
}
#header .head_top {
  width: 100%;
  padding: 12px 0 11px;
  border-top: 4px solid #0059af;
  border-bottom: solid 1px #f0efec;
  background: #f9f9f9;
}
#header .head_top:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 16.7%;
  border-bottom: solid 4px #ff8300;
  position: absolute;
}
#header .head_top .wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header .head_top h1 {
	display: inline-block;
	width: auto;
	font-weight: bold;
}
#header .head_top ul {
	width: auto;
}
#header .head_top li {
	display: inline-block;
}
#header .head_top li:first-child:after {
	/* content:'　｜　'; */
}
#header .head_top li a {
	color: #4b4948;
}
#header .head_body {
  width: 100%;
  padding:15px 0 14px;
}
#header .head_body .wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header .logo {
  max-width: 300px;
  width: 24%;
  float: left;
  margin: 0 14% 0 0;
}
#header .tel {
  max-width: 482px;
  width: 38.87%;
  float: left;
  padding-top: 4px;
}
#header .tel .f_l {
  max-width: 108px;
  width: 22.4%;
}
#header .tel .f_l .m5 {
	margin-bottom: 8px;
}
#header .tel .f_r {
  max-width: 365px;
  width: 75.72%;
}
#header .tel .f_r div img {
  margin: 3px 0 8px;
}
#header .tel .f_r p {
	margin-top: 4px;
}
#header .contact {
  max-width: 240px;
  width: 19.35%;
  float: right;
  margin-top: 4px;
}
#header a {
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #f9f9f9;
}
.breadcrumb-area .wrap {
  padding: 1.2em;
}

.breadcrumb {
  margin: 0;
  margin-left: -10px;
  overflow: hidden;
  font-size: 0.87em;
  padding: 0;
  line-height: 1em;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #0059af;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#header-gnav-area {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
}
#gnav {
  background: #fff;
  margin: 0 0 0 auto;
  /*float: right;*/
  text-align: center;
  font-size: 0;

}
#gnav .sub-menu {
  z-index: 10;
}
/*#gnav ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}*/
#gnav ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1em;
  vertical-align: top;
}
#gnav ul li:first-child::before {
    content: "";
    height: 80px;
    width: 1px;
    position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
    background: url(images/nav-dotted.png) repeat-y left top;
}
#gnav ul li:after {
    content: "";
    height: 80px;
    width: 1px;
    position: absolute;
	top: 50%;
	right: 0;
	margin-top: -40px;
    background: url(images/nav-dotted.png) repeat-y right top;
}
#gnav ul li:hover a {
  color: #0059af;
  background: #f9f9f9;
}
#gnav ul li.home a {
	text-indent: -9999px;
	background: url(images/icon_top_home.png) no-repeat center center;
}
#gnav ul li.current-menu-item a {
  color: #0059af;
  background: #f9f9f9;
}
#gnav ul li.current-menu-item.home a {
	text-indent: -9999px;
	background: #fff url(images/icon_top_home.png) no-repeat center center;
}
#gnav ul li a {
    display: block;
    padding: 32px 25px 33px;
    line-height: 1;
    font-weight: bold;
    color: #343434;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav ul li a:hover {
  color: #0059af;
  background: #f9f9f9;
}
#gnav ul li.home a:hover {
	text-indent: -9999px;
	background: #f9f9f9 url(images/icon_top_home.png) no-repeat center center;
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  background: #fff;
  display: block;
}
#gnav ul li .sub-menu li:last-child {
  /*border-bottom: none;*/
}
#gnav ul li .sub-menu li a {
  background: #fff;
  color: #343434;
  width: 14em;
  padding: 10px 15px;
  font-weight: bold;
}
#gnav ul li .sub-menu li a:hover {
  color: #0059af;
  background: #f9f9f9;
  font-weight: bold;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}
#gnav ul li .sub-menu li:first-child::before {
    content: "";
    height: 88px;
    width: 1px;
    position: absolute;
	top: 50%;
	left: 0;
	margin-top: -44px;
    background: none;
}
#gnav ul li .sub-menu li:after {
    content: "";
    height: 88px;
    width: 1px;
    position: absolute;
	top: 50%;
	right: 0;
	margin-top: -44px;
    background: none;
}
#gnav .menu-item-52 a ,#gnav .menu-item-65 a {
  padding: 25px 25px;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}


/* ----------------------------------------
* MV
---------------------------------------- */

#mv_slide {
  overflow-x: hidden;
  padding-bottom: 40px;
  background: #fff;
}
#mv_slide .MV_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
#mv_slide .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#mv_slide .swiper-slide {
      /* Center slide text vertically */
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
    }
.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 9999;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination-bullet-active {
  background: #4b4948;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -30px;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}
.mv_area.page {
	padding: 6.67em 0;
}
.mv_area.blog {
	padding: 6.67em 0;
}
.mv_area .wrap {
	max-width: 1280px;
  padding: 0 40px;
	text-align: left;
	position: relative;
}
.mv_area.blog h2, .mv_area.page h2 {
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1em;
	margin: 0;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: left;
	text-shadow:1px 1px 6px rgba(0,0,0,0.7);
}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  border-top: solid 1px #dcdcdc;
  color: #fff;
}
#footer .wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #;
}
#footer .row {
  margin-left: -1em;
  margin-right: -1em;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 1em;
  padding-right: 1em;
}
#footer .footer-01 {
}
#footer .footer-01 a {
  color: #0059af;
  border-bottom: 1px #0059af solid;
}
#footer .footer-01 .logo {
	max-width: 302px;
	padding: 1.75em 0 1rem;
}
#footer .footer-01 .img_area {
	margin: 1em 0 1.87em;
}
#footer .footer-01 .img_area .left {
	width: 50%;
	float: left;
	padding: 0 1em 0 0;
}
#footer .footer-01 .timetable {
  max-width: 585px;
  margin: 0 0 0.67em;
}
#footer .footer-01 p {
  color:#000;
  font-size: 0.933em;
}
#footer .footer-01 p.add {
  line-height: 1;
  margin-bottom: 1rem;
}
#footer .footer-01 p.circle {
  margin-bottom: 1.275rem;
}
#footer .footer-01 p.circle span {
  color: #0059af;
  padding: 5px 18px;
  border: solid 1px #0059af;
  border-radius: 16px;
  font-size: 0.855rem;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
}
#footer .footer-01 p.parking {
  line-height: 1.714;
  margin-bottom: 1.75rem;
}
#footer .footer-01 p.parking strong {
  float: left;
}
#footer .footer-01 p.parking span {
  margin-left: 4em;
  display: block;
  text-align: left;
}

#footer .footer-02 {
  background: #0059af;
  text-align: center;
  padding: 3.125rem 0;
}
#footer .footer-02 .btn_area {
	margin-bottom: 2rem;
}
#footer .footer-02 a {
  color: #ffffff;
  font-size: 0.8em;
}
#footer .footer-02 .btn_area li {
	max-width: 312px;
	width: 25.16%;
	display: inline-block;
	margin: 0 20px;
}
#footer .footer-02 .nav_area {
	text-align: center;
}
#footer .footer-02 .nav_area li {
	display: inline-block;
	margin: 0 1.3em;
	position: relative;
}
#footer .footer-02 .nav_area li a {
	color: #fff;
	font-size: 15px;
}
#footer .footer-02 .nav_area li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/sp_icon_f_arrow.png) no-repeat center center;
	position: absolute;
	left: -1.3em;
	top: 2px;
}

#footer .footer-03 {
	padding: 1.67em 0;
}
#footer .footer-03 .footer-copy {
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  color: #010101;
}
@media screen and ( max-width: 991px ){

}

@media screen and ( max-width: 767px ){

}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 0 0 80px;
  background: #f9f9f9;
  /* キャプション */
}
.home #content {
  padding: 0 0 80px;
  background: #fff;
  /* キャプション */
}
#content .wrap.pages {
  overflow: visible;
  background: #fff;
  border: solid 1px #dadada;
  padding: 2.67em 40px;
}


/* ----------------------------------------
* frontpage
---------------------------------------- */

body.home #content {
  padding-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  backgro
}
body.home #main {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
body.home .main-inner {
  margin: 0;
  text-align: center;
}
body.home .wrap {
  max-width: 980px;
  margin: 0 auto;
}
body.home h2 {
  color: #0059af;
  text-align: center;
  margin: 0 auto 1.67em;
  font-size: 2.13em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

p {
	color: #000;
	line-height: 2em;
}

.front_onayami {
	padding: 3.66em 0 2.66em;
}
body.home .front_onayami .wrap {
  max-width: 848px;
  margin: 0 auto;
}
body.home .front_onayami h2 {
  margin: 0 auto 0.5em;
}
.front_onayami ul {
	width: 100%;
}
.front_onayami li {
	float: left;
  max-width: 180px;
	width: 21.22%;
  margin: 0 5.04% 2em 0;
}
.front_onayami li:nth-child(4n) {
	margin-right: 0;
}

.front_ranking {
  background: #0059af;
  padding: 4em 0 4.66em;
}
body.home .front_ranking h2 {
  color: #fff;
  margin-bottom: 1.3rem;
}
.front_ranking p {
  color: #fff;
}
.front_ranking li {
  display: table;
  width: 61.22%;
  margin: 0 auto 5px;
  text-align: left;
}
.front_ranking li .th {
  display: table-cell;
  width: 69px;
  background: #fff;
  border-radius: 5px;
  vertical-align: middle;
}
.front_ranking li .td {
  display: table-cell;
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 1em;
  vertical-align: middle;
}
.front_ranking li .space {
  display: table-cell;
  width: 5px;
}

.front_suisen {
	padding: 4.66em 0;
	background: #f9f9f9;
}
body.home .front_suisen  h2 {
  margin-bottom: 1em;
}
.front_suisen .wrap {
	background: #fff;
	padding: 4em 70px 2em;
  text-align: left;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
}
.front_suisen .wrap:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_suisen .wrap:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_suisen .row {
  margin-bottom: 2em;
}
.front_suisen .gr6.right {
  text-align: right;
  float: right;
}
.front_suisen .gr6.right img {
  width: 87.85%;
}
.front_suisen h4 {
  margin-bottom: 1rem;
}

.front_message {
	padding: 4em 0;
	background: #fff;
}
.front_message .wrap {
	text-align: center;
}
.front_message ul {
  margin-bottom: 3.7em;
}
.front_message li {
	max-width: 302px;
	width: 30.82%;
	margin: 0 3.77% 0 0;
  float: left;
}
.front_message li:last-child {
  margin-right: 0;
}
.front_message h3 {
  font-size: 2.13em;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #0059af;
}
.front_message p {
	margin: 1.33em auto 0;
	color: #000;
	font-size: 1.2em;
	line-height: 1.88;
	font-weight: bold;
}

.front_care {
	padding: 4.13em 0 2.33em;
	background: #f9f9f9;
}
.front_care .wrap {
}
body.home .front_care h2 {
  margin-bottom: 1em;
}
.front_care ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.front_care li {
	margin: 0 0 1.875rem;
  background: #fff;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
}
.front_care li:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_care li:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_care .gr6 {
	max-width: 480px;
	width: 49%;
	float: left;
  padding: 40px;
}
.front_care li.gr6:nth-child(even) {
	float: right;
}
.front_care .gr3 {
	max-width: 240px;
	width: 24.5%;
	float: left;
  margin-right: 0.66%;
  padding: 20px;
  font-size: 0.9em;
}
.front_care li.gr3:last-child {
	margin-right: 0;
}
.front_care li h5 {
	color: #000;
	font-size: 1.333em;
	line-height: 1;
	padding: 1em;
	text-align: center;
}
.front_care li p {
	color: #000;
	font-size: 1.066em;
	line-height: 1.71;
	margin: 0 6.7% 1em;
	text-align: left;
	min-height: 5.13em;
}
.front_care .gr3 .btn a:after {
  width: 15px;
}
.front_link {
  padding: 5em 0 4.4em;
  background: url(images/index/bg_img.jpg) no-repeat center center;
  background-size: cover;
}
.front_link .left {
  padding-right: 12%;
}
.front_link .right {
  padding-left: 12%;
}
.front_link .gr6 {
  text-align: left;
}
.front_link .gr6 h3 {
  font-size: 1.6em;
  line-height: 1.25;
  margin-bottom: 1em;
  color: #fff;
}
.front_link .gr6 p {
  font-size: 1.06em;
  line-height: 1.875;
  color: #fff;
}
.front_link .btn a {
	max-width: 100%;
	width: 100%;
}

.front_voice {
	padding: 4.16em 0 3.73em;
	background: #f9f9f9;
	border-bottom: solid 2px #fff;
}
body.home .front_voice h2 {
  color: #000;
  margin-bottom: 2.8rem;
}
.front_voice ul {
	margin-bottom: 0.5em;
}
.front_voice li {
  background: #fff;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
  max-width: 300px;
	width: 30.6%;
  float: left;
	margin: 0 4.1% 1.875rem 0;
  text-align: left;
  padding: 20px;
}
.front_voice li:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_voice li:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_voice li:last-child {
  margin-right: 0;
}
.front_voice li .cat span {
	background: #0059af;
	color: #fff;
	display:inline-block;
	padding: 0.5em 1em;
  margin: 0 5px 5px 0;
}
.front_voice li .img {
	padding: 1em 0 0;
}
.front_voice li h5 {
	font-weight: bold;
	line-height: 1;
	padding: 1.5em 0 0.5em;
}
.front_voice li p {
	color: #4b4948;
	font-size: 0.93em;
	line-height: 1.71;
	padding: 0 0 1em;
  margin-bottom: 0;
}
.front_voice li a {
	color: #4b4948;
}
.front_voice .btn_l a {
	color: #4b4948;
	font-size: 1.07em;
	line-height: 1;
	font-weight: bold;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #e5edef;
  border-radius: 5px;
  box-shadow:0px 3px 0px 0px rgba(0,0,0,0.05);
	background: #fff;
	text-align: center;
	padding: 1.38em;
	display: block;
}
.front_voice .btn_l a:hover {
	text-decoration: none;
}
.front_voice .fa {
	float: right;
	padding-right: 1em;
}

.front_feature {
	padding: 0;
	background: #fff;
}
body.home .main-inner .front_feature h2 {
  color: #fff;
  background: #0059af;
  padding: 45px 0;
  line-height: 1;
  margin: 0;
}
.front_feature .bg_gray {
  background: #f9f9f9;
}
.front_feature .full_wrap {
  position: relative;
  width: 100%;
}
.front_feature .wrap {
  width: 980px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.front_feature .row {
	display:flex;
	margin: auto;
	max-width: 980px;
	gap: 10px 15px;
}
.front_feature .box {
  text-align: left;
  width: 57.14%;
}
.front_feature .bg_gray .row {
	flex-direction: row-reverse;
}
.front_feature .box h4 {
  color: #0059af;
  font-size: 1.6em;
  line-height: 1.25;
  margin: 30px 0 20px
}
.front_feature .box p {
  font-size: 1.066em;
  line-height: 1.875;
}
.front_feature .img {
  float: right;
}
.front_feature .bg_gray .img {
  float: left;
}

.front_profile {
	padding: 4.66em 0;
	background: #f9f9f9;
}
.front_profile .wrap {
	background: #fff;
	padding: 4.33em 70px 3.33em;
  text-align: left;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
}
.front_profile .wrap:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_profile .wrap:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_profile h3 {
  color: #0059af;
  font-size: 1.6em;
  line-height: 1.4;
  margin: 1em 0;
}
.front_profile h4 {
	color: #ff8300;
	font-size: 1.47em;
	line-height: 1.36;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
.front_profile p {
	color: #4b4948;
	font-size: 1.07em;
	line-height: 1.88;
	margin: 0;
	text-align: left;
}
.front_profile .pink {
	font-weight: bold;
}

.front_news {
	padding: 4.66em 0 5.33em;
	background: #fff;
}
.front_news .f_l {
	width: 49%;
	background: #fff;
  border: solid 1px #dcdcdc;
	border-radius: 5px;
	padding: 2em;
	text-align: left;
}
.front_news .f_l h4 {
	color: #343434;
	font-weight: bold;
	font-size: 1.07em;
	line-height: 1;
	margin-bottom: 1.25em;
}
.front_news .f_l dt {
	color: #0059af;
}
.front_news .f_l dd {
	border-bottom: solid 1px #dcdcdc;
	padding: 1em 0 2em;
	margin-bottom: 2em;
}
.front_news .f_l dd:last-child {
	border-bottom: none;
	padding: 1em 0 1em;
	margin-bottom: 0;
}
.front_news .f_l dd a {
	color: #4b4948;
}
.front_news .f_r {
	width: 49%;
}


/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
}

.post-header {
  padding: 0 0 2.33em;
  position: relative;
}
.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  background: #ff4e69;
  color: #fff;
  display: inline-block;
  padding: 4px 16px;
  font-size: 0.8em;
}
.post-title {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
}
body.page .post-title {
  margin-bottom: 0;
}
body.archive .post-title {
  border-bottom: solid 1px #e6e6e6;
  margin: 0em 0 2em;
  padding: 0em 0 0.3em;
}
.post-title a {
  color: #241913;
}
.post-title a:hover {
  color: #FF6C00;
}
.post-content h2.post-title {
  font-weight: normal;
}
.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}
.post-header .date {
  padding: 0 0 1em;
}
.post-header .date .datetime {
  font-size: 1.1em;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  margin: 0 0 1em;
}
.post-content {
  padding: 0 0 2.33em;
}
.post-content .first-of-type {
  margin-top: 0;
}
.post-content .row {
	margin: 0 0 2em;
}
.post-content .gr6 {
  padding: 0 0.5em 0;
}
.post-content .gr6 img {
  margin-bottom: 2em ;
}
.post-content .gr4 {
  padding: 0 0.5em 0;
}
.post-related .gr3 {
	padding: 0 0.3em;
}
.post-related .gr3 p {
  line-height: 1.4em
}
.post-related .gr3 p a {
	color: #000;
	font-weight: bold;
	font-size:0.8em;
}
.post-related .gr3 img {
  width: 100%;
  height: auto;
  margin: 0 0 0.5em;
}
.post-content hr {
   border: none;
  border-bottom: 1px solid #f0efec;
  margin: 1em 0 2em;
  height: 1px;
  clear: both;
}
.post-content .clearfix {
}
.post-content .b {
  font-weight: bold;
}
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 1em;
}
.post-content a {
  text-decoration: underline;
  color: #0059af;
}
a:hover {
  text-decoration: underline;
}
.post-content a:hover {
	color: #959595;
}
.post-content a:visited {
	color: #959595;
}
.post-content p.small {
  color: #959595;
  font-size: 0.75em;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  font-size: 2.2em;
  line-height: 1.5;
  font-weight: bold;
  margin: 0em 0 1.5em;
  color: #0059af;
}
.post-content h2 {
  margin: 2.5em 0 1.5em;
  padding: 0.5em 1.2em;
  font-size: 1.7333em;
  clear: both;
  font-weight: bold;
  border-bottom: 3px solid #0059af;
  background: #f6f6f6;
  color: #343434;
  position: relative;
}
.post-content h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  left: 0;
  bottom: -3px;
  width: 16.7%;
  border-bottom: solid 3px #ff8300;
  position: absolute;
}
.post-content h3 {
  font-size: 1.47em;
  margin: 2em 0 1.5em;
  padding: 0.64em 1em 0.64em 1.45em;
  clear: both;
  font-weight: bold;
  border-left: 5px solid #0059af;
  border-bottom: 1px solid #dcdcdc;
}
.post-content h4 {
  color: #343434;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 1.5em;
  padding: 0.3em 0 0.3em 0.1em;
  border-bottom: 3px solid #0059af;
  clear: both;
}
.post-content h5 {
  font-size: 1.6em;
  margin: 1em 0 1.5em;
  font-weight: bold;
  clear: both;
}
.post-content h6 {
  font-size: 1.333em;
  line-height: 1.5em;
  margin: 0em 0 1em;
  font-weight: bold;
  clear: both;
  color: #0059af;
}
.post-content p.small {
	color: #959595;
	font-size: 0.8em;
}
.post-content strong {
  font-weight: bold;
  clear: both;
}
.post-content .btn {
	margin: 1em auto;
	text-align: right;
}
.post-content .btn a {
  width: auto;
  display: inline-block;
  padding: 1em 3em;
}
.post-content .btn a, .post-content .btn a:hover {
  color: #fff;
	text-decoration: none;
}

.post-content .overtext {
	position: relative;
}
.post-content .overtext:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3em;
	background: #000;
}
.post-content ul {
  list-style: none;
}
.post-content ul a {
  color: #000;
}
.post-content .sub-menu {
  display: block!important;
}
.post-content ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.post-content ul li ul li {
  font-weight: normal;
}
.post-content ul li:before {
  content:'';
  display: inline-block;
  background: #0059af;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.post-content ul li ul {
  padding-top: 0.5em;
}
.post-content ul li ul li:before {
  content:'';
  display: inline-block;
  background: #fff;
  width: 6px;
  height: 6px;
  border: solid 2px #ff8300;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul,
.post-content ol {
}
.post-content li > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '?';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 2em 5px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #000;
  font-weight: bold;
}
.post-content table thead th {
  background: #eff4f8;
}
.post-content table tbody th {
  background: #eff4f8;
}
.post-content table tbody .em1{
  padding: 1em 2.66em;
  text-align: center;
}
.post-content table .g {
  background: #eff4f8;
  font-weight: bold;
}
.post-content pre {
  padding: 20px;  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.post-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.post-cta {
  display:none;
}

.post-share {
  display:none;
}

.post-footer {
  background: #f0efec;
  border: solid 1px #dadada;
  margin-bottom: 1.8em;
}
.post-footer h2 {
  margin: 0;
  padding: 0.6em 1em;
  font-size: 1.33em;
  clear: both;
  font-weight: bold;
  background: #ff4e69;
  color: #fff;
  text-align: center;
  width: 100%;
}
.post-footer .area {
	padding: 2em 2.66em;
}
.post-footer .area h3 {
  color: #343434;
  font-size: 1.33em;
  margin: 0 0 0.5em;
  font-weight: bold;
  clear: both;
}
.post-footer .area p {
  line-height: 1.6em;
}
.post-footer .area .btn {
  text-align: center;
}
.post-footer .area .btn a {
    display: inline-block;
	width: auto;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	display: inline-block;
	margin: 0 0.5em;
	padding: 1em 1.5em;
	background: #ff4e69;
	color: #fff;
	text-decoration: none;
}
.post-author {
  display:none;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
*/

#comments {
  display:none;
}

.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}


/*　各ページカスタム
---------------------------------------- */

/*共通*/

.post-content .cont_top {
  font-size: 2.2em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  font-weight: bold;
  clear: both;
}

.post-content .corse {
  padding:1em;
  font-size:1.47em;
  font-weight:bold;
  background:#FFFDE9;
  border-radius: 5px;
  border:1px solid#E9E451;
}

.post-content ul li {
  padding-top:0.5em;
  padding-bottom:0.5em;
  list-style: none;
  line-height: 1.5;
}
.post-content ul a {
  text-decoration:none;
}


.post-content .per11 {width:11%;}
.post-content .per20 {width:20%;}
.post-content .per25 {width:25%;}
.post-content .per29 {width:29%;}
.post-content .per33 {width: 33%;}
.post-content .per34 {width: 34%;}
.post-content .per37 {width:37%;}
.post-content .per75 {width:75%; padding-left:1em;}

.post-content .bold_tx {line-height: 1.4em;}

/*20190724_nakano追加*/
.pt33 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0059af;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.innerbox {
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
    border-width: 8px;
    border-color: rgb(239, 244, 248);
    border-style: solid;
    border-radius: 6px;
    margin-bottom: 4em;
}
.innerbox .ttl_blue {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #0059af;
  color: #fff;
  font-size: 1.066em;
  font-weight: bold;
  display: inline-block;
}
.ttl_blue_ex {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #0059af;
  color: #fff;
  font-size: 1.066em;
  font-weight: bold;
  display: inline-block;
}
.innerbox .column2 li {
  float: left;
  width: 42%;
  display: block;
}
.innerbox .column2 li:nth-child(2n+1)::after ,.innerbox .column2::after {
  content: "";
  clear: both;
  display: block;
}
.innerbox ul {
  margin-top: 0.5em;
  margin-left: 1em;
  margin-bottom: 0;
}
.innerbox ul li {
  position: relative;
  margin-left: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.innerbox ul li:before {
  content: url(images/check_icon.png);
  position: absolute;
  left: -1em;
  top: 6px;
  background: url();
}
.innerbox .ul_b_b {
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 0;
}
.innerbox .ul_b_b li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
}
.innerbox_blue {
  border-width: 1px;
  border-color: rgb(159, 208, 255);
  border-style: solid;
  background-color: rgb(233, 246, 255);
}
.innerbox_blue p {
  font-weight: bold;
  font-size: 1.066em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.innerbox_blue_ex {
  border-width: 1px;
  border-color: rgb(159, 208, 255);
  border-style: solid;
  background-color: rgb(233, 246, 255);
}
.innerbox_blue_ex .small {
  font-size: 0.8rem;
  color: #959595;
  line-height: 1.6;
  display: inline-block;
}
.innerbox_blue_ex p {
  margin-bottom: 1em;
}
.post-content .innerbox_blue h6 {
  margin-top: 0.5em;
}
.paddingtop_0 {
  padding-top: 0;
}
.innerbox .fl {
  width: 55%;
  float: left;
}
.innerbox .fr {
  width: 45%;
  float: right;
  text-align: right;
}
.innerbox::after {
  content: "";
  display: block;
  clear: both;
}
.innerbox_tx {
  padding-top: 2em;
}
.tx_b {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1.2em;
  font-weight: bold;
}
.post-content .tx_b_blue {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1.2em;
  color: #0059af;
  font-weight: bold;
  margin-bottom: 0;
}
.post-content .tx_b_red {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1.2em;
  color: #ee1e1e;
  font-weight: bold;
  margin-bottom: 0;
}
.pt20 {
  font-size: 1.333rem;
}
.pricebox {
  border-width: 8px;
  border-color: rgb(220, 220, 220);
  border-style: solid;
  background-color: rgb(255, 255, 255);
}

.pricebox p {
  /*font-size: 0.8em;*/
  color: #959595;
  margin-bottom: 1em;
}
.pricebox .tx_b_orange {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  color: #ff8300;
  margin-bottom: 0;
}
.post-content .innerbox .ul_b_b li {
  position: relative;
  padding-top: 0;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  margin-left: 1em;
}
.post-content .innerbox .ul_b_b li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -0.6em;
	width: 6px;
	height: 6px;
	background-color: #0059af;
	border-radius: 100%;
}
.part_text {
  margin-top: 1.5em;
}
.part_text::after {
  display: block;
  content: "";
  clear: both;
}
.part_text .ttl_blue {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 8px;
  background-color: #0059af;
  color: #fff;
  font-size: 1.066em;
  font-weight: bold;
  display: inline-block;
  float: left;
}
.part_text p {
  padding-right: 4px;
  padding-left: 4px;
  font-size: 1.2em;
  color: #0059af;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-bottom: 0px;
}
.post-content .row div:nth-child(2n+1)::before {
  display: block;
  content: "";
  clear: both;
}
.profile .gr6 {
  padding-bottom: 1em;
}
.profile .gr6 .row {
  width: 100%;
}
.profile .gr6 p {
  margin-bottom: 0;
}
.profile .gr6 .fl {
  float: left;
  width: 22%;
  font-weight: bold;
  box-sizing:border-box;
}
.profile .gr6 .fr {
  float: left;
  width: 70%;
  box-sizing:border-box;
}
.profile .gr6 .row::after {
  display: block;
  content: "";
  clear: both;
}
.pt18_bold {
  font-weight: bold;
  font-size: 1.2em;
}
.no_box li {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 1em;
}
.no_box li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 2px;
	width: 6px;
	height: 6px;
	background-color: #0059af;
	border-radius: 100%;
}
.gr3_180 .gr3 {
  max-width: 180px;
  width: 21.5%;
  margin-right: 4.59%;
  margin-bottom: 24px;
}
.gr3_180 .gr3:nth-child(4n) {
  margin-right: 0;
}

.post-content .th_2 {
  padding-top: 21px;
  padding-bottom: 22px;
}
.post-content .fl_box {
  float: left;
  width: 76px;
  margin-right: 1em;
}
.post-content .fr_box {
  float: left;
  width: 80%;
}
.post-content .arrow {
  max-width: 36px;
  margin: 1em 0;
}
.fa-align-justify:before {
  content: "\f039 MENU";
}
/*--20190724_nakano追加--*/

/*02_about_nori鍼灸整骨院について*/


/*03_00_care_menu_治療案内*/

.post-content .list_btn{
  width: 96%;
  clear: both;
}
.post-content .list_btn .img_l{
  float: left;
  padding: 0 10px;
}
.post-content .list_btn .img_r{
  float: right;
  padding: 27px 25px;
}

.post-content .list_btn p{
  line-height: 64px;/*line-heightで高さを調整すると、スマホなどで改行があった際にこの高さが行送りになるので、高さ調整はpaddingなどをつかう↓*/
  /*line-height: 1;
  padding: 1.6em 0;*/
  font-weight: bold;
  font-size: 1.2em;
  float: left;
}

/*03_01_osteopathy_オステオパシー治療*/


/*03_04_hoken_保険治療  07_price_料金 */
.post-content .a_link:hover {color:#97c618;}
.post-content .a_link:visited {color:#959595;}

.post-content .corse_l {
  padding: 1.5em 2em;
  width: 24%;
  float: left;
  box-sizing: border-box;
  font-size:1.07em;
  font-weight:bold;
  background:#e9f6ff;
  border-radius: 5px;
  border:1px solid #9fd0ff;
  text-align: center;
  }
.post-content .corse_r {
  padding: 1.5em 2em;
  width: 24%;
  float: left;
  box-sizing: border-box;
  font-size:1.07em;
  font-weight:bold;
  background:#e9f6ff;
  border-radius: 5px;
  border:1px solid #9fd0ff;
  text-align: center;
}
.post-content .corse_plus {
  padding: 1.5em 1em;
  width: 10%;
  float: left;
  box-sizing: border-box;
  font-size:1.07em;
  font-weight:bold;
  background:#FFFFFF;
  text-align: center;
  }
.post-content .corse_first {
  font-size:1.07em;
  font-weight:bold;
  padding-top: 1.5em;
  float: left;
  width: 13%;
}
.post-content .corse_first_2 {
  font-size:1.07em;
  font-weight:bold;
  padding-top: 1.5em;
  float: left;
  width: 47%;
}
.post-content .corse_end {
  font-size:1.07em;
  font-weight:bold;
  padding: 1.5em 1em;
  float: right;
  width: 29%;
}
.post-content .price_ex {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: dotted 2px #d7d7d7;
}
.post-content .hoken_ul li {
	font-weight: bold;
	line-height: 1.8;
}

/*03_09_depression_自律神経症状*/

.post-content .corse2 {
  padding:0.8em;
  line-height:1.3em;
  font-size:1.47em;
  font-weight:bold;
  background:#FFFDE9;
  border-radius: 5px;
  border:1px solid#E9E451;
}

/*04_maintenance_身体の定期メンテナンス*/
.post-content .corse_text {
  padding:1em;
  font-size:1.07em;
  font-weight:bold;
  background:#FFFDE9;
  border-radius: 5px;
  border:1px solid#E9E451;
}

/*05_visit_訪問治療*/

.post-content .tel_box {
  width: 100%;
  padding: 2em 1em;
  font-size:1.2em;
  font-weight:bold;
  background:#FFFDE9;
  border-radius: 5px;
  border:1px solid#E9E451;
}
.post-content .tel_box h6 {
margin: 0 0 0.8em
}

.post-content .telbox_inner {
  margin: 0em 0.5em 2em;
}


/*06_voice_患者様の声*/

.post-content .p_btn1 ul:after {
  content: "";
  clear: both;
  display: block;
}

.post-content .p_btn1 ul {
  margin : 0.6em 0;
}
.post-content .p_btn1 ul li {
 margin: 0;
 padding: 0;
}
.post-content .p_btn1 ul li:before {
  background: url();
  display: none;
}
.post-content .p_btn1 ul li a{
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  font-size:1.13em;
  display: block;
  text-align:center;
  float: left;
  background-color: #0059af;
  width:32%;
  padding:1em 0;
  margin-right:2%;
}
.post-content .p_btn1 ul li a:hover {
  background-color: #ff8300;

}
.post-content .p_btn1 ul li:nth-child(3n) a {
  margin-right:0;
}

.post-content .p_btn1 ul li a:hover {
  color: #ffffff;
}
.voice_area .blue {
  font-size: 1.2em;
}

/*07_price_料金*/

.post-content .box_b {
  text-align: center;
  padding:0.6em;
  margin:0.5em 0;
  width:100%;
  font-size: 1.6em;
  font-weight: bold;
  color:#ffffff;
  background:#187ec6;
}

.post-content .box_g {
  text-align: center;
  padding:0.6em;
  margin:0.5em 0;
  width:100%;
  font-size: 1.6em;
  font-weight: bold;
  color:#ffffff;
  background:#5aa141;
}
.post-content .box_o {
  text-align: center;
  padding:0.6em;
  margin:0.5em 0;
  width:100%;
  font-size: 1.6em;
  font-weight: bold;
  color:#ffffff;
  background:#ffa200;
}

.post-content .text_b {
  padding:0.4em 1em 0.5em ;
  margin:0.5em 0;
  color:#187ec6;
  font-size: 1.6em;
  font-weight: bold;
}

.post-content .text_g {
  padding:0.4em 1em 0.5em ;
  margin:0.5em 0;
  color:#5aa141;
  font-size: 1.6em;
  font-weight: bold;
}

.post-content .text_o {
  padding:0.4em 1em 0.5em ;
  margin:0.5em 0;
  color:#ffa200;
  font-size: 1.6em;
  font-weight: bold;
}

.post-content .fp31 {
  font-size: 1.3em;
}


/*10_sitemap_サイトマップ*/
.post-content ul.s {
padding-left: 1.5em;
}


/*交通事故*/

.post-content .t_list_i {float: left;margin: 0.2em;width: 10%;}
.post-content .t_list_t {float: left; padding: 1em;width: 85%;}
.post-content .QnA-content {margin: 1em 0;padding: 0;}
.post-content .QnA-content input {  display: none;}
.post-content .QnA-content label {
  display: block;
  background: #fafafa;
  cursor: pointer;
  padding: 1em;
  border: 1px solid #e5edef;
  box-sizing: border-box;
}
.post-content .QnA-content .QnA-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.post-content .QnA-content input:checked + .QnA-cont {
  height: auto;
  background: #fafafa;
  box-sizing: border-box;
  border: 1px solid #e5edef;
}
.post-content .QnA_box {
  height: auto;
  background: #fff;
  padding: 1em;
  width: 90%;
  margin: 1em auto;
  border: 1px solid #e5edef;
}
.post-content.QnA-content label:hover {
  background: #ccc;
}

/*　contactform
---------------------------------------- */

/* form
-------------------------------------------------- */

.wpcf7 .input_area {
	text-align: center;
}

.wpcf7 form {
  margin: 0;
}
.wpcf7 .input_area {
	background: #fafafa;
  border: solid 1px #dadada;
	text-align: center;
  padding: 3em 13.25%;
  margin-bottom: 2em;
}
.t_c .wpcf7-list-item-label {
  margin-bottom: 1em;
}
div.wpcf7 .ajax-loader {
    display: block!important;
  }
.wpcf7 form .mb10{
  margin-bottom: 10px;
}
.wpcf7 form p {
  margin: 0;
}

.wpcf7 fieldset {
  border: 1px solid #e5e5e5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.wpcf7 legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

.wpcf7 label {
  display: inline-block;
  font-weight: bold;
  margin: 1em auto;
}


.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

.wpcf7 button,
.wpcf7 input {
  line-height: normal;
  font-weight: normal;
}

.wpcf7 button,
.wpcf7  input[type="button"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="submit"],
.wpcf7 .btn {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: none;
}

.wpcf7 button[disabled],
.wpcf7 input[disabled] {
  cursor: default;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

.wpcf7 input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

.wpcf7 input[type="search"]::-webkit-search-cancel-button,
.wpcf7 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.wpcf7 button::-moz-focus-inner,
.wpcf7 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wpcf7 textarea {
  overflow: auto;
  vertical-align: top;
}

/* form
---------------------------------------- */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form textarea {
  border-radius: 3px;
  padding: 0.8em 1.5em;
  width: 100%;
  border: 1px #dddddd solid;
  outline: none;
  box-sizing: border-box;
}
.wpcf7 form input[type="submit"],
.wpcf7 form button {
    width: 273px;
    font-size: 0.93em;
    line-height: 1em;
    tetx-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 21px 0;
    background: #0059af;
    color: #fff;
    text-decoration: none;
}
.wpcf7 form input[type="submit"]:hover,
.wpcf7 form button:hover {
  cursor: pointer;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
  margin: 0 0 4em;
  padding: 0 0 4em;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .list-title {
  font-size: 1.47em;
  line-height: 1.37em;
  margin-bottom: 0.7em;

}
.post-loop-wrap .list-title a {
	color: #000;
}
.post-loop-wrap .date {
  margin-bottom: 2em;

}
.post-loop-wrap .post-thumbnail {
  width: 100%;
  position: relative;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .post-thumbnail .cat {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1em;
	padding: 0.5em 0.8em;
	background: #e6e6e6;
	color: #fff;
}
.post-loop-wrap .category-rikon .cat {
	background: #b10089;
}
.post-loop-wrap .category-saimuseiri .cat {
	background: #70b100;
}
.post-loop-wrap .category-minji .cat {
	background: #b1a200;
}
.post-loop-wrap .category-keiji .cat {
	background: #006cb1;
}
.post-loop-wrap .more-link {
  border: 1px #3B4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3B4552;
}
.post-loop-wrap .more-link:hover {
  background: #3B4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3B4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.pagination a {
  background: #fff;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #241913;
}

.pagination a:hover {
  background: #999999;
  color: #fff;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #f0efec;
  color: #000;
}

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}
.side-widget {
  margin-bottom: 3.33em;
}
#side h4 {
  margin: 0 0 1.73em;
  font-weight: bold;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1em;
  padding: 1.33em 0 1.33em  0.5em;
}
.side-widget a {
  text-decoration: none;
  color: #343434;
}
.side-widget a:hover {
  text-decoration: underline;
}
#execphp-2 {}
#execphp-2 .img1 {
	margin-bottom: 1.13em;
}
#execphp-2 .img2 {
	margin-bottom: 0.87em;
  text-align: left;
  color: #0059af;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.555;
}

#execphp-5 {
	text-align: center;
}

#execphp-5 .img1 {
	padding-bottom: 1.33em;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
#execphp-5 .img2 {
	padding-bottom: 0.8em;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
#execphp-5 .img3 {
	padding-bottom: 1em;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}
#execphp-5 .img4 {
}

#execphp-6 {}
#execphp-6 li {
	margin: 0 auto 1.33em;
}
.side-widget ul {
	list-style: none;
	padding-left: 0;
}
#menu-side-menu1 {
    margin-bottom: 1.33em;
}
#menu-side-menu2 {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 2.67em;
}
#menu-side-menu2 li, #menu-side-menu1 li {
	font-weight: normal;
	position: relative;
	padding: 0 0 1.47em 1.47em;
}
#menu-side-menu2 li:before, #menu-side-menu1 li:before {
	content: '';
	background: #0059af;
	width: 0.4em;
	height: 0.4em;
	border: solid 2px #0059af;
	border-radius: 0.2em;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.95em;
}

#nav_menu-4 ul {
}
#nav_menu-4 li {
	padding: 1.87em 1em 1.87em 2.93em;
	line-height: 1;
	font-size: 1.07em;
	background: url(images/bar_arrow.png) no-repeat 5px center;
    border-bottom: 1px solid #dcdcdc;
}
#nav_menu-4 li:first-child {
	border-top: 1px solid #dcdcdc;
}


/* comment */
.recentcomments {
  display:none;
}

/* 実装中止----------- */

/* follow */
#side .share-list-wrap {
  display: none;
}

/* author */
#side-author {
  display: none;
}


/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 1.4em;
  right: 2.3%;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: .8;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  /* laptop start */
  .wrap {
    width: 100%;
    margin: 0 auto;
	  padding: 0 4.1%;
  }
}



@media screen and (max-width: 991px) {
  /* tablet */
  body .wrap {
    max-width: 780px;
  }
  /* header */
  #header {
	height: auto;
    padding: 0 0 1em;
  }
  #header .head_top .f_l, #header .head_top .f_r{
	  float: none;
 }
#header .head_top h1 {
	display: block;
	margin: 0 0 1em;
}
#header .head_top ul {
	text-align: right;
}
#header .logo {
  width: 26.77%;
  margin: 0 3.65% 0 0;
}
#header .tel {
  width: 48.76%;
}
#header .contact {
  width: 18.64%;
}
.nav_area {
margin-bottom: 1px;
}
#header-nav-btn {
  display: block;
  width: auto;
  margin: 0;
  line-height: 92px;
  float: none;
}
#header-nav-btn a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  line-height: 1.2;
  background: #0059af;
color: #fff;
  width: 100%;
border-bottom: solid 1px #f0efec;
}

#header-fnav-area {
  display: none;
}
#gnav-sp {

}
#gnav-sp ul li .sub-menu {
  display: block!important;
margin: 0 0 0 1em;
}

/* gnav */
#header-gnav-area, #gnav {
  display: none;
}

.dummy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

#gnav-sp {
  display: none;
  background: #0059af;
  display: block;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 100;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}
#gnav-sp .wrap {
  width: 94%;
  margin: 0 3%;
  padding: 2.5em 0;
}
#gnav-sp .wrap a {
  color: #fff;
}
#gnav-sp #header-cont-content h4,
#gnav-sp #header-cont-about h4,
#gnav-sp #header-cont-sns h4 {
  font-weight: bold;
  margin-bottom: 16px;
}
#gnav-sp #header-cont-content li,
#gnav-sp #header-cont-about li,
#gnav-sp #header-cont-sns li {
  font-size: 14px;
}
#gnav-sp #header-cont-content li a,
#gnav-sp #header-cont-about li a,
#gnav-sp #header-cont-sns li a {
  padding: 10px 12px;
}
#gnav-sp #header-cont-content ul {
  margin-left: -2%;
}
#gnav-sp #header-cont-content li {
  margin-left: 2%;
  float: left;
  width: 48%;
}
#gnav-sp #header-cont-content li a {
  display: block;
  position: relative;
}
#gnav-sp #header-cont-content li a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  left: 0;
  top: 8px;
}
#gnav-sp #header-cont-content .children {
  display: none;
}
#gnav-sp #footer-nav li a {
  display: block;
  padding: 8px 12px;
  position: relative;
}
#gnav-sp #footer-nav li a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  left: 0;
  top: 8px;
}
#gnav-sp #footer-nav .children {
  display: none;
}
#gnav-sp #header-cont-sns li a {
  display: block;
  padding: 8px 12px 8px 0;
}
  /* .mv_area */

.mv_area.page {
	padding: 6.67em 0;
}
.mv_area.blog {
	padding: 6.67em 0;
}
.mv_area .wrap {
	max-width: 1200px;
	text-align: center;
	position: relative;
}

}

@media screen and (max-width: 768px) {
/* ----------------------------------------
* ipad
---------------------------------------- */
  html {
    font-size: 62.5%;
    font-size: 10px;
  }
  .sp {display: block;}
  .pc {display: none;}
  body {
    font-size: 1.4rem;
  }
  .wrap {
    overflow: hidden;
  }
  .home #main {
    width: 100%;
    float: none;
  }
/* ----------------------------------------
* header
---------------------------------------- */
  #header {
    padding: 0;
	height: auto;
  }
  #header .head_top {
    padding: 0;
  }
  #header .tel .f_l .m5 {
    margin-bottom: 3px;
  }
  #header .head_top h1 {
    line-height: 1.4;
  }
  #header .head_body {
  width: 100%;
  padding: 0;
  }
  #header .wrap {
    padding: 1em 4%;
	text-align: center;
  }
  #header .head_top h1 {
	display: block;
	margin: 0;
  }
  #header .head_top ul {
	display: none;
  }
  #header .logo {
    width: 70%;
    margin: 0 3.65% 0 0;
    float: none;
    display: inline-block;
  }
  #header .tel {
    width: 25%;
    padding-top: 0.5em;
    float: none;
    display: inline-block;
  }
  #header .tel .f_l {
    width: 100%;
  }
  #header .tel .f_r {
    display:none;
  }
  #header .contact {
    display: none;
  }
  #header .add {
    padding: 1em 0 0;
    font-weight: bold;
  }
  #header #header-primary-nav {
    display: none;
  }

/* ----------------------------------------
* footer
---------------------------------------- */
#footer .wrap, #footer .wrap .gr6 {
	padding-left: 0;
	padding-right: 0;
}
#footer .wrap .row {
	margin: 0;
}
#footer .footer-01 {
  text-align: center;
}
#footer .footer-01 .logo {
    max-width: 85.5%;
    padding: 2.5rem 0px 1.2rem;
    margin: 0 auto;
}
#footer .footer-01 .f_l {
	padding: 0 4.1%;
}
#footer .footer-01 .img_area .left {
    width: 100%;
    float: none;
    padding: 0 1em;
}
#footer .footer-01 .timetable {
    max-width: 100%;
    margin: 0 auto 0.67em;
	text-align: center;
}
#footer .footer-01 .f_r {

}

#footer .footer-02 {
  padding: 2.5rem 4%;
}
#footer .footer-02 .btn_area {
	margin-bottom: 1rem;
}
#footer .footer-02 .btn_area li {
	max-width: 312px;
	width: 73.4%;
	display: block;
	margin: 0 auto 1rem;
}

#footer .footer-02 .nav_area {
	text-align: left;
}
#footer .footer-02 .nav_area li {
	display: block;
	margin: 0 1.3em 1em;
	position: relative;
}
#footer .footer-02 .nav_area li a {
	color: #fff;
	font-size: 15px;
}
#footer .footer-02 .nav_area li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/sp_icon_f_arrow.png) no-repeat center center;
	position: absolute;
	left: -1.3em;
	top: 2px;
}

#footer .footer-03 {
	padding: 0;
}
#footer .footer-03 .wrap {
    padding: 1.5em 4%;
}
#footer .footer-03 .footer-copy {
  text-align: center;
  font-size: 0.67em;
  line-height: 1;
  color: #000;
}
.foot_tell {
	width: 100%;
}
.foot_tell a {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #;
	text-align: center;
	padding: 0;
}
.foot_tell a img {
	width: 100%;
}
.pagetop {
    bottom: 6em;
}

/* ----------------------------------------
* gnav-sp
---------------------------------------- */
  #gnav-sp {
    display: none;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

/* ----------------------------------------
* mv_area
---------------------------------------- */
.mv_area.page {
	padding: 3.67em 0;
}
.mv_area.blog {
	padding: 3.67em 0;
}
.mv_area .wrap {
	position: static;
	overflow: visible;
  padding: 0;
}
.mv_area.blog h2, .mv_area.page h2 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow:2px 2px 6px rgba(0,0,0,0.6);
}

/* ----------------------------------------
* frontpage
---------------------------------------- */

body.home #content {
  padding-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  backgro
}
body.home #main {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
body.home .main-inner {
  margin: 0;
  text-align: center;
}
body.home .wrap {
  max-width: 980px;
  margin: 0 auto;
}
body.home h2 {
  color: #0059af;
  text-align: center;
  margin: 0 auto 1.67em;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
.front_onayami {
	padding: 2rem 0 2.5rem;
}
body.home .front_onayami .wrap {
  max-width: 848px;
  margin: 0 auto;
}
body.home .front_onayami h2 {
  margin: 0 auto 0.5em;
}
.front_onayami ul {
	width: 100%;
  text-align: center;
}
.front_onayami li {
	float: none;
  display: inline-block;
  max-width: 180px;
	width: 31.66%;
  margin: 0 0 0.5rem 0;
}
.front_onayami li:nth-child(4n) {
	margin-right: 0;
}
.front_onayami li:nth-child(3n) {
	margin-right: 0;
}

.front_ranking {
  background: #0059af;
  padding: 2rem 0 2.5rem;
}
body.home .front_ranking h2 {
  color: #fff;
  margin-bottom: 1.3rem;
}
.front_ranking p {
  color: #fff;
}
.front_ranking li {
  display: table;
  width: 100%;
  margin: 0 auto 5px;
  text-align: left;
}
.front_ranking li .th {
  display: table-cell;
  width: 11.66%;
  background: #fff;
  border-radius: 5px;
  vertical-align: middle;
}
.front_ranking li .td {
  display: table-cell;
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 1em;
  vertical-align: middle;
}
.front_ranking li .space {
  display: table-cell;
  width: 5px;
}

.front_suisen {
	padding: 2.5em 0;
	background: #f9f9f9;
}
body.home .front_suisen  h2 {
  margin-bottom: 1em;
  text-align: left;
}
.front_suisen .wrap {
  width: 91.8%;
  margin: 0 auto;
	background: #fff;
	padding: 4em 7.5% 2em;
  text-align: left;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
}
.front_suisen .wrap:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_suisen .wrap:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_suisen .row {
  margin-bottom: 2rem;
}
.front_suisen .row.border {
  padding-bottom: 2rem;
  border-bottom: solid 1px #dcdcdc;
}
.front_suisen .gr6 {
	width: 100%;
}
.front_suisen .gr6.right {
  text-align: center;
  margin-bottom: 2rem;
}
.front_suisen .gr6.right img {
  width: 100%;
}
.front_suisen h4 {
  margin-bottom: 1rem;
}
.front_suisen p {
  margin-bottom: 1rem;
  line-height: 2;
}

.front_message {
	padding: 2rem 0;
	background: #fff;
}
.front_message .wrap {
	text-align: left;
}
.front_message ul {
  margin-bottom: 2rem;
}
.front_message li {
	max-width: 302px;
	width: 30.82%;
	margin: 0 3.77% 0 0;
  float: left;
}
.front_message li:last-child {
  margin-right: 0;
}
.front_message h3 {
  font-size: 1.6em;
  line-height: 1.235;
  text-align: left;
  letter-spacing: 0.1em;
  color: #0059af;
}
.front_message p {
	margin: 1.33em auto 0;
	color: #000;
	font-size: 1.2em;
	line-height: 1.88;
	font-weight: bold;
}

.front_care {
	padding: 2.5rem 0 1rem;
	background: #f9f9f9;
}
.front_care .wrap {
}
body.home .front_care h2 {
  margin-bottom: 1em;
}
.front_care ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.front_care li {
	margin: 0 0 1.875rem;
  background: #fff;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
}
.front_care li:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_care li:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_care .gr6 {
	max-width: 100%;
	width: 100%;
	float: none;
  padding: 2rem;
}
.front_care li.gr6:nth-child(even) {
	float: none;
}
.front_care .gr3 {
	max-width: 48%;
	width: 48%;
	float: left;
  margin-right: 0%;
  padding: 2rem;
  font-size: 0.9em;
}
.front_care li.gr3:last-child {
	margin-right: 0;
}
.front_care li.gr3:nth-child(even){
	float: right;
}
.front_care li h5 {
	color: #000;
	font-size: 1.333em;
	line-height: 1;
	padding: 1em;
	text-align: center;
}
.front_care li p {
	color: #000;
	font-size: 1.066em;
	line-height: 1.71;
	margin: 0 6.7% 1em;
	text-align: left;
	min-height: 5.13em;
}
.front_care .gr3 .btn a:after {
  width: 15px;
}

.front_link {
  padding: 0;
  background: url() no-repeat center center;
  background-size: cover;
}
.front_link .wrap {
  padding: 0;
}
.front_link .left {
  background: url(images/index/bg_img01.jpg) no-repeat center center;
  background-size: 100%;
  padding: 2.5rem 4.1%;
}
.front_link .right {
  background: url(images/index/bg_img02.jpg) no-repeat center center;
  background-size: 100%;
  padding: 2.5rem 4.1%;
}
.front_link .gr6 {
  text-align: center;
}
.front_link .gr6 h3 {
  font-size: 1.6em;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #fff;
}
.front_link .gr6 p {
  font-size: 1.06em;
  line-height: 1.875;
  margin-bottom: 1rem;
  color: #fff;
}
.front_link .btn a {
	max-width: 100%;
	width: 100%;
}

.front_voice {
	padding: 2.5rem 0;
	background: #f9f9f9;
	border-bottom: solid 2px #fff;
}
body.home .front_voice h2 {
  color: #000;
  margin-bottom: 2.8rem;
}
.front_voice ul {
	margin-bottom: 0.5em;
}
.front_voice li {
  background: #fff;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
  max-width: 100%;
	width: 100%;
  float: left;
	margin: 0 4.1% 1.875rem 0;
  text-align: left;
  padding: 2rem 7.5%;
}
.front_voice li:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_voice li:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_voice li:last-child {
  margin-right: 0;
}
.front_voice li .cat span {
	background: #0059af;
	color: #fff;
	display:inline-block;
	padding: 0.5em 1em;
  margin-right: 5px;
}
.front_voice li .img {
	padding: 1.5em 0 0;
  text-align: center;
}
.front_voice li h5 {
	font-weight: bold;
	line-height: 1;
	padding: 1.5em 0;
}
.front_voice li p {
	color: #4b4948;
	font-size: 0.93em;
	line-height: 1.71;
	padding: 0 0 1em;
  margin-bottom: 0;
}
.front_voice li a {
	color: #4b4948;
}
.front_voice .btn_l a {
	color: #4b4948;
	font-size: 1.07em;
	line-height: 1;
	font-weight: bold;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	border: solid 1px #e5edef;
  border-radius: 5px;
  box-shadow:0px 3px 0px 0px rgba(0,0,0,0.05);
	background: #fff;
	text-align: center;
	padding: 1.38em;
	display: block;
}
.front_voice .btn_l a:hover {
	text-decoration: none;
}
.front_voice .fa {
	float: right;
	padding-right: 1em;
}

.front_feature {
	padding: 0;
	background: #fff;
}
body.home .main-inner .front_feature h2 {
  color: #fff;
  background: #0059af;
  padding:1em 0;
  line-height: 1;
  margin: 0;
}
.front_feature .bg_gray {
  background: #f9f9f9;
}
.front_feature .full_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.front_feature .row {
	display:block;
	margin: auto;
	max-width: 100%;
	gap: 10px 15px;
	padding: 1em 7.5%;
}
.front_feature .wrap {
  width: 93.8%;
  position: static;
  top: 0;
  left: 0;
  transform: translateX(0);
}
.front_feature .box {
  text-align: left;
  width: 100%;
  float: none;
}
.front_feature .bg_gray .box {
  float: none;
}
.front_feature .box .num {
  text-align: center;
}
.front_feature .box h4 {
  color: #0059af;
  font-size: 1.6em;
  line-height: 1.25;
  margin: 30px 0 20px
}
.front_feature .box p {
  font-size: 1.066em;
  line-height: 1.875;
}
.front_feature .img {
  float: right;
}
.front_feature .bg_gray .img {
  float: left;
}

.front_profile {
	padding: 2.5rem 0;
	background: #f9f9f9;
}
.front_profile .wrap {
  width: 91.8%;
  margin: 0 auto;
	background: #fff;
	padding: 2.5rem 7.5%;
  text-align: left;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  position: relative;
}
.front_profile .wrap:before {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0059af;
}
.front_profile .wrap:after {
  content: '';
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66%;
  height: 5px;
  background: #ff8300;
}
.front_profile h3 {
  color: #0059af;
  font-size: 1.6em;
  line-height: 1.4;
  margin: 1em 0;
}
.front_profile h4 {
	color: #ff8300;
	font-size: 1.47em;
	line-height: 1.36;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
.front_profile p {
	color: #4b4948;
	font-size: 1.07em;
	line-height: 1.88;
	margin: 0;
	text-align: left;
}
.front_profile .pink {
	font-weight: bold;
}

.front_news {
	padding: 2.5rem 0;
	background: #fff;
}
.front_news .f_l {
	width: 100%;
	background: #fff;
  border: solid 1px #dcdcdc;
	border-radius: 5px;
	padding: 2em;
	text-align: left;
}
.front_news .f_l h4 {
	color: #343434;
	font-weight: bold;
	font-size: 1.07em;
	line-height: 1;
	margin-bottom: 1.25em;
}
.front_news .f_l dt {
	color: #0059af;
}
.front_news .f_l dd {
	border-bottom: solid 1px #dcdcdc;
	padding: 1em 0 2em;
	margin-bottom: 2em;
}
.front_news .f_l dd:last-child {
	border-bottom: none;
	padding: 1em 0 1em;
	margin-bottom: 0;
}
.front_news .f_l dd a {
	color: #4b4948;
}
.front_news .f_r {
	width: 100%;
  margin: 2rem 0 0;
}

  /* single */
#content .wrap.pages {
    padding: 2.5em 1.33em;
	margin: 0 4%;
	width: 92%;
}
.post-content h2 {
    margin: 2.5em 0 1.5em;
    padding: 0.5em 1em;
    font-size: 1.6em;
}
.post-content .pt33 {
    font-size: 1.6rem;
}
.post-content h3 {
    font-size: 1.6rem;
}
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }
  .post-footer .area .btn {
  text-align: center;
  }
  .post-footer .area .btn a {
    display: block;
	width: 100%;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
	margin: 0em auto 1em;
	padding: 1em 1.5em;
	background: #ff4e69;
	color: #fff;
	text-decoration: none;
}
.gr3_180 .gr3 {
    max-width: 180px;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 5px;
}
.wpcf7 form {
}
.wpcf7 .input_area {
    background: #fafafa;
    border: solid 1px #dadada;
    text-align: center;
    padding: 2em 4%;
    margin-bottom: 2em;
}

/* 交通事故 */
.post-content .fl_box {
    float: left;
    width: 16%;
    margin-right: 4%;
}

/* 院長プロフィール */
.profile_img .gr4 {
  text-align: center;
  margin-bottom: 1rem;
}

/*06_voice_患者様の声*/

.post-content .p_btn1 ul:after {
  content: "";
  clear: both;
  display: block;
}

.post-content .p_btn1 ul {
  margin : 0.6em 0;
}
.post-content .p_btn1 ul li {
 margin: 0;
 padding: 0;
}
.post-content .p_btn1 ul li:before {
  background: url();
  display: none;
}
.post-content .p_btn1 ul li a{
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  font-size:1.13em;
  display: block;
  text-align:center;
  float: none;
  background-color: #0059af;
  width:100%;
  padding: 0.5em 0;
  margin:0 0 5px;
}

/*03_04_hoken_保険治療  07_price_料金 */
.post-content .a_link:hover {color:#97c618;}
.post-content .a_link:visited {color:#959595;}

.post-content .corse_l {
  padding: 1em;
  width: 24%;
  float: left;
  box-sizing: border-box;
  font-size:1.07em;
  font-weight:bold;
  background:#e9f6ff;
  border-radius: 5px;
  border:1px solid #9fd0ff;
  text-align: center;
  }
.post-content .corse_r {
  padding: 1em;
  width: 24%;
  float: left;
  box-sizing: border-box;
  font-size:1.07em;
  font-weight:bold;
  background:#e9f6ff;
  border-radius: 5px;
  border:1px solid #9fd0ff;
  text-align: center;
}
.post-content .corse_plus {
  padding: 1em;
  width: 10%;
  float: left;
  box-sizing: border-box;
  font-size:1.07em;
  font-weight:bold;
  background:#FFFFFF;
  text-align: center;
  }
.post-content .corse_first {
  font-size:1.07em;
  font-weight:bold;
  padding-top: 1em;
  float: left;
  width: 13%;
}
.post-content .corse_first_2 {
  font-size:1.07em;
  font-weight:bold;
  padding-top: 1em;
  float: left;
  width: 47%;
}
.post-content .corse_end {
  font-size:1.07em;
  font-weight:bold;
  padding: 1em;
  float: right;
  width: 29%;
}
.post-content .price_ex {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: dotted 2px #d7d7d7;
}
.post-content .hoken_ul li {
	font-weight: bold;
	line-height: 1.8;
}

/* よくある質問 */
.ufaq-faq-title-text {
    width: 85%!important;
}

/* メンテナンス */
.page-id-36 .innerbox .fl {
    width: 100%;
    float: none;
}
.page-id-36 .innerbox .fr {
    width: 100%;
    float: none;
}


  /* phone end */
}
@media screen and (max-width: 580px) {
}
@media screen and (max-width: 415px) {
  body {
      font-size: 1.3rem;
  }
}
@media screen and (max-width: 376px) {
  body {
  font-size: 1.2rem;
}
}
@media screen and (max-width: 321px) {
  body {
  font-size: 1.1rem;
  }
}
