@charset "utf-8";
/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
　background-color:#fffaf9;
  font-family: メイリオ;
  color: #333;
	font-size:15px !important;
}
/* layout */
#header_wrap {
  width: 100%;
  /* min-width: 1140px; */
}
#header {
  max-width: 1200px;

  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0px;
}
#index_top_wrap {
  width: 100%;
  /* min-width: 1140px; */
  /* background: #f2f2f2; */
}
#index_top {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 0;
}
#main_contents_wrap {
  width: 100%;
  min-width: 1200px;
}
#main_contents {
  max-width: 1200px;
  margin: 0 auto;
}
#main_col {
	max-width: 1200px;
	padding: 50px 0;
	margin: 0px auto;
}

.page-template-page-noside-php #main_col {
  width: 100%;
  float: none;
}
.page-template-page-noside-short-php #main_col, .page-template-page-co-noside-php #main_col {
  width: 850px;
  float: none;
  margin: 0 auto;
}
/* headline */
.headline1 {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0;
  display: inline-block;
}
/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info {
  margin: 0 0 50px 0;
  padding: 1px 0 0 0;
}
#company_info p {
  margin: 0;
}
#company_info dl {
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px 0;
}
#company_info dt {
  float: left;
  width: 150px;
  display: inline;
  margin: 0 0 0px 0;
  line-height: 200%;
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #ddd;
  padding: 12px 10px 10px 0;
}
#company_info dd {
  margin: 0 0 0px 150px;
  line-height: 200%;
  background: #f9f9f9;
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #ddd;
}
#company_map {
  text-align: right;
}
#company_map a {
  color: #333;
}
#company_map iframe {
  width: 100%;
}
#company_map_desc {
  padding: 20px 0 0;
  margin-bottom: -30px;
}
/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider {
  z-index: 1;
  width: 100%;
  margin: 0 0 10px 0;
  /* height: 400px; */
  overflow: hidden;
}
/* news */
#index_news {
  position: relative;
}
#index_news ol {
  margin: 0 0 40px 0;
  padding: 0;
}
#index_news ol li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#index_news ol li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
#index_news ol li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#index_news ol li .title a {
  display: block;
  text-decoration: none;
}
/* archive link */
.index_archive_link a {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}
.index_archive_link a:hover {
  text-decoration: underline;
}
/* index center banner */
#index_center_banner {
  display: block;
  margin: 0 0 40px 0;
}
/* product */
#index_product {
  position: relative;
  margin: 0 0 10px 0;
}
#index_product ol {
  margin: 0 -28px 0 0;
  padding: 0;
}
#index_product ol li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#index_product ol li .image {
  display: block;
  background: #fff;
}
#index_product ol li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#index_product ol li .image:hover img {
  opacity: 0.5;
}
#index_product ol li .category {
  background: #999;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}
#index_product ol li .category a {
  text-decoration: none;
  color: #fff;
}
#index_product ol li .category a:hover {
  text-decoration: underline;
}
#index_product ol li .title {
  font-size: 14px;
  margin: 15px 0 5px;
}
#index_product ol li .title a {
  text-decoration: none;
}
#index_product ol li .desc {
  font-size: 12px;
  margin: 5px 0 10px;
  line-height: 160%;
}
/* blog */
#index_blog {
  position: relative;
  margin: 0 0 40px 0;
}
#index_blog ol {
  margin: 0;
  padding: 0;
}
#index_blog ol li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
}
#index_blog ol li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#index_blog ol li .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#index_blog ol li .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#index_blog ol li .image:hover img {
  opacity: 0.5;
}
#index_blog ol li .date {
  margin: 0;
  font-size: 12px;
  color: #999;
}
#index_blog ol li .title {
  margin: 0;
  font-size: 14px;
}
/* footer banner */
#footer_banner li {}
#footer_banner li.num1 {
  float: left;
}
#footer_banner li.num2 {
  float: right;
}
#footer_banner li.num3 {
  clear: both;
  padding: 30px 0 0 0;
}
#footer_banner li img {
  display: block;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0 -28px 0 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
#news_list li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
}
#post_list li {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
#post_list .image {
  float: right;
  background: #fff;
}
#post_list .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {
  float: left;
  width: 510px;
}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
#post_list .title {
  font-size: 15px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  margin: 0 0 10px 0;
}
/* title */
#post_title {
  margin: 0 0 25px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_title .month {
  color: #fff;
  display: block;
  position: absolute;


  bottom: 10px;
  width: 54px;
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0 -10px 0 0;
}
#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
#related_post .title {
  font-size: 14px;
  margin: 0;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#previous_next_post p {
  margin: 0;
  padding: 0;
}
#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}
#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 770px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}
#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}
#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}
#product_image_slider img {
  width: 575px;
  height: 380px;
}
/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {}
#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}
/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
/* logo */
#logo_text {
  /* position: absolute; */
  /* left: 0px; */
  /* top: 35px; */
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: normal;
}
#logo_text a {
  text-decoration: none;
  display: block;
}
#logo_text a:hover {
  color: #00a2d9;
}
#description {
  /* position: absolute; */
  /* left: 0px; */
  /* top: 55px; */
  font-weight: normal;
  font-size: 11px;
  color: #aaa;
}
#logo_image {
  /* position: absolute; */
  margin: 0;
  padding: 0;
  /* line-height: 100%; */
}
#logo_image img {
  display: block;
}
/* global menu */
.menu_button {
  display: none;
}
#global_menu {
  margin: 0;
  /* position: absolute; */
  /* right: 0px; */
  bottom: 0px;
  z-index: 999;
}
#global_menu ul {
  margin: 0;
}
#global_menu ul ul {
  display: none;
  position: absolute;
  top: 63px;
  left: 0px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#global_menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 -1px;
}
#global_menu li {
  float: left;
  font-size: 1%;
  position: relative;
}
#global_menu li a {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 20px 20px;
  border-left: 1px dashed #ccc;
  transition: 0.3s;
}
#global_menu li:last-child a {
  border-right: 1px dashed #ccc;
}
#global_menu li a span {
  display: block;
}
#global_menu ul li a:hover, #global_menu > ul > li.active_menu > a {
  color: #333;
  background: #f1f1f1;
}
#global_menu ul ul li {
  float: none;
  height: auto;
  line-height: 26px;
  padding: 0;
  margin: 0;
  text-align: left;
}
#global_menu ul ul a {
  font-size: 12px;
  position: relative;
  padding: 10px 20px 8px;
  width: 150px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
}
#global_menu ul ul a:hover {
  border: 1px solid #ccc;
  background: #e2e2e2;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
}
#return_top:hover {}
/* basic setting */
#footer {
  clear: both;
  width: 100%;
  /* max-width: 1140px; */
  background: #f4f4f4;
}
#footer_inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  padding-top: 50px;
}
#footer a {}
#footer a:hover {}
#footer li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* widget area */
#footer_widget {
  position: relative;

}
.footer_widget {
  margin: 0 41px 40px 0;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.footer_widget.right_widget {
  margin-right: 0;
}
.footer_headline {
  font-size: 15px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* copyright */
#copyright {
  width: 100%;
  min-width: 1140px;
  clear: both;
  color: #fff;
  background: #999;
  margin: 0;
}
#copyright_inner {
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  positiion: relative;
  font-size: 11px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
/* menu */
#footer_menu {
  margin: 23px 0 0 0;
  float: left;
}
#footer_menu li {
  float: left;
  margin: 0;
  line-height: 100%;
}
#footer_menu li a {
  text-decoration: none;
  border-right: 1px solid #aaa;
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
}
#footer_menu li:last-child a {
  border: none;
}
/* sns link */
/*#social_link { margin:11px 0 0 15px; float:right; }
#social_link li { display:inline-block; margin:0; position:relative; }
#social_link li a {
  display:block; text-indent:-200px; overflow:hidden; width:24px; height:24px; position:relative; 
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none;
  background: #fff;
  border-radius: 100%;
}
#social_link li:before {
  font-family:'design_plus'; color:#999; font-size:14px; display:block; position:absolute; top:5px; left:5px;
  width:17px; height:17px; line-height:17px; z-index: 999;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before { content:'\e904'; }
#social_link li.facebook:before { content:'\e902'; }
#social_link li.insta:before { content:'\ea92'; }
#social_link li.pint:before { content:'\e905'; }
#social_link li.flickr:before { content:'\eaa4'; }
#social_link li.tumblr:before { content:'\eab9'; }
#social_link li.rss:before { content:'\e90b'; }
#social_link li.twitter:hover:before { color:#16b9dc; }
#social_link li.facebook:hover:before { color:#3B5998; }
#social_link li.insta:hover:before { color:#8a3ab9; }
#social_link li.rss:hover:before { color:#ffcc00; }
#social_link li.pint:hover:before { color:#cb2027; }
#social_link li.flickr:hover:before { color:#ff0084; }
#social_link li.tumblr:hover:before { color:#34526f; }*/
#social_link {
  margin: 11px 0 0 15px;
  padding: 0;
  text-align: center;
  float: right;
}
#social_link li {
  display: block;
  margin: 0 0 0 5px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  float: left;
}
#social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
#social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before {
  content: '\e904';
}
#social_link li.facebook:before {
  content: '\e902';
}
#social_link li.insta:before {
  content: '\ea92';
}
#social_link li.pint:before {
  content: '\e905';
}
#social_link li.flickr:before {
  content: '\eaa4';
}
#social_link li.tumblr:before {
  content: '\eab9';
}
#social_link li.rss:before {
  content: '\e90b';
}
#social_link li.twitter:hover:before {
  color: #16b9dc;
}
#social_link li.facebook:hover:before {
  color: #3B5998;
}
#social_link li.insta:hover:before {
  color: #8a3ab9;
}
#social_link li.rss:hover:before {
  color: #ffcc00;
}
#social_link li.pint:hover:before {
  color: #cb2027;
}
#social_link li.flickr:hover:before {
  color: #ff0084;
}
#social_link li.tumblr:hover:before {
  color: #34526f;
}
/* copyright */
#copyright p {
  margin: 13px 0 0 0;
  float: right;
  font-size: 12px;
}
#main_visual {
  background: url(../images/loading.gif) no-repeat center center;
  padding: 0;
  position: relative;
  z-index: 0;
}
#main_visual #visual_wrap {
  position: relative;
  z-index: -2;
  background: url(../images/main_visual_repeat.png) repeat-x left bottom;
}
#main_visual .inner {
  height: 506px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#main_visual .inner p.catch {
  position: absolute;
  left: -3px;
  top: 180px;
}
#main_visual #use_image img {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
#main {
  width: 100%;
  text-align: left;
}
#main .inner, #main .package {
  max-width: 1200px;
  margin: 0 auto;
}
#main h2 a {
  outline-style: none;
}
#consultation_area {
  padding: 60px 0px;
  background: #f1f1f1;
}
#consultation_area .package {
  padding-top: 5px;
}
#consultation_area #reception_wrap {
  width: 540px;
  height: 230px;
  float: left;
}
#consultation_area #consul_wrap {
  width: 600px;
  height: 216px;
  float: right;
  position: relative;
  padding-top: 14px;
}
#consultation_area #consul_wrap h2 {
  margin: 0px 0px 0px 0px;
  color: #005433;
  font-size: 22px;
}
#consultation_area #consul_wrap h2 i {
  padding: 0px 14px 0px 0px;
}
#consultation_area #consul_wrap dl {
  height: 150px;
  overflow: auto;
}
#consultation_area #consul_wrap dt {
  color: #005433;
  float: left;
  width: 110px;
  padding: 5px 0;
}
#consultation_area #consul_wrap dd {
  color: #333;
  border-bottom: solid 1px #eee;
  padding: 5px 0 5px 0px;
}
#consultation_area #consul_wrap dd a {
  font-weight: normal;
  color: #333;
  text-decoration: none !important;
}
#consultation_area #consul_wrap dd a:hover {
  text-decoration: underline !important;
}
#consultation_area #consul_wrap .btn_more {
  position: absolute;
  top: 16px;
  right: 0;
  width: 120px;
  text-align: center;
}
#consultation_area #consul_wrap .btn_more a {
  color: #3D5996;
  text-decoration: none !important;
  display: block;
  line-height: 30px;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 93% center;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#consultation_area #consul_wrap .btn_more a:hover {
  color: #fff;
  background: #3D5996 url(../images/arrow01.png) no-repeat 93% center;
}
#guidance_area {
  background: #fffbf0;
}
#guidance_area .inner {
  padding: 63px 0 60px;
}
#guidance_area h2 {
  text-align: center;
  margin-bottom: 62px;
  /* color: #fff; */
  font-size: 30px;
  position: relative;
  letter-spacing: normal;
  font-weight: normal;
}
#guidance_area h2 span {
  color: #f36b64;
  font-family: serif;
  font-size: 15px;
  display: block;
  letter-spacing: normal;
}
#guidance_area h2:after {
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-bottom: 4px dotted #f36b64;
  height: 2px;
  text-align: center;
}
#guidance_area .inner > p {
  line-height: 24px;
  text-align: center;
}
#guidance_area ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 20px;
  /* background: #fff; */
}
#guidance_area li {
  box-shadow: 0 0 3px rgb(0 0 0 / 24%);
  height: auto;
  width: 32.3333%;
  box-sizing: border-box;
  background: #fff;
  padding: 0px 30px 40px 30px;
  margin: 0px 0px 40px 0px;
  /* border-radius: 20px; */
}
#guidance_area li:nth-child(1) {
  border-top: 3px solid #518de0;
}
#guidance_area li:nth-child(2) {
  border-top: 3px solid #ff6d5d;
}
#guidance_area li:nth-child(3) {
  border-top: 3px solid #8ecb00;
}
#guidance_area li:nth-child(4) {
  border-top: 3px solid #105aa5;
}
#guidance_area li:nth-child(5) {
  border-top: 3px solid #ee9a40;
}
#guidance_area li:nth-child(6) {
  border-top: 3px solid #ea5504;
}
#guidance_area ul li:first-child + li {}
#guidance_area li a {
  outline-style: none;
  text-decoration: none !important;
  box-sizing: border-box;
  display: block;
  padding: 10px;
}
#guidance_area li h3 {
  text-align: center;
  margin: 0;
  width: 100%;
  line-height: 0;
}
#guidance_area li h3 img {
  width: 100%;
  border-radius: 10px;
  /* box-shadow: 0px 0px 15px #006555; */
}
#guidance_area li p {
  /* color: #fff; */
  line-height: normal;
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
  text-align: center;
  width: 100%;
  padding: 40px 0px;
  position: relative;
}
#guidance_area li:nth-child(1) p {
  color: #518de0;
}
#guidance_area li:nth-child(2) p {
  color: #ff6d5d;
}
#guidance_area li:nth-child(3) p {
  color: #8ecb00;
}
#guidance_area li:nth-child(4) p {
  color: #105aa5;
}
#guidance_area li:nth-child(5) p {
  color: #ee9a40;
}
#guidance_area li:nth-child(6) p {
  color: #ea5504;
}
#guidance_area li .text {
  padding: 10px 0px;
  color: #000;
}
#guidance_area li .btn_more {
  color: #3D5996;
  background: #FAF1B6;
  text-align: center;
  line-height: 40px;
  padding: 0px 20px;
  margin: 0 10px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-top: auto;
}
#guidance_area li a:hover .btn_more {
  color: #fff;
  background: #3D5996;
}
#access_area {
  /* background: #006555; */
}
#access_area .inner {
  padding: 25px 0 25px;
}
#access_area ul {
  list-style: none;
  margin: 0px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
#access_area li {
}
#access_area li{
  width: 49%;
}
#access_area li img{
  width: 100%;
}

#medical_area {
  background: url(../images/bg_home_guidance.png) repeat-x center top;
}
#bg_medical_area {
  background: url(../images/bg_home_guidance_repeat.png) repeat-x left bottom;
}
#medical_area .inner {
  padding: 60px 0 72px;
}
#medical_area .inner .bg_board {
  height: 413px;
  background: url(../images/bg_home_medical_inner.png) no-repeat 0px 0px;
  margin-bottom: 20px;
  padding-top: 28px;
}
#medical_area h2 {
  text-align: center;
  margin-bottom: 42px;
}
#medical_area h2 span {
  font-size: 12px;
  display: block;
}
#medical_area p.copy {
  text-align: center;
  font-size: 15px;
  margin-bottom: 28px;
}
#medical_area #department_list ul {
  list-style: none;
  width: 1050px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#medical_area #department_list li {
  float: left;
  margin: 0 15px;
}
#medical_area li a {
  outline-style: none;
}
#medical_area .btn_list ul {
  list-style: none;
  width: 740px;
  margin: 0 auto;
}
#medical_area .btn_list li {
  float: left;
  width: 320px;
  margin: 0 20px;
  text-align: center;
}
#medical_area .btn_list li a {
  color: #3D5996;
  display: block;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 97% center;
  line-height: 48px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#medical_area .btn_list li a:hover {
  color: #fff;
  background: #3D5996 url(../images/arrow01.png) no-repeat 97% center;
}
/*
* HOMEÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â±
*/
#recruit_area {
  background: #f1f1f1;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
#recruit_area .inner {
  padding-top: 62px;
}
#recruit_area h2 {
  text-align: center;
  margin-bottom: 42px;
}
#recruit_area h2 span {
  font-size: 12px;
  display: block;
}
#recruit_area .copy {
  font-size: 15px;
  text-align: center;
  margin-bottom: 55px;
}
#recruit_area .package {}
#recruit_area .package .btn_list {
  width: 440px;
  float: left;
  list-style: none;
}
#recruit_area .package .btn_list li {
  margin-bottom: 30px;
}
#recruit_area .package .btn_list li a {
  outline-style: none;
}
#recruit_area .package #nurse_wrap {
  width: 650px;
  height: 400px;
  padding-top: 30px;
  float: right;
  background: url(../images/bg_bnr_nurse.gif) no-repeat right bottom;
  position: relative;
  right: -70px;
}
#recruit_area .package #nurse_wrap a {
  outline-style: none;
}
#recruit_area .package #nurse_wrap h3 {
  position: absolute;
  top: 60px;
  left: -100px;
  width: 161px;
  height: 161px;
  z-index: 2;
}
#recruit_area .package #nurse_wrap .bg {}
#recruit_area .package {}
#information_area {
  padding: 80px 0 155px;
  background: #f5f5f7;
  background-size: cover;
}
#information_area #news_area {
  background: #fff;
  width: 46%;
  padding: 20px;
  box-sizing: border-box;
}
#information_area #event_area {
  width: 46%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#information_area .package {
  /* background: rgba(255, 255, 255, 0.9); */
  padding: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#information_area .package h2 {
  margin-bottom: 25px;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#information_area .package h2 i {
  margin: 0px 10px 0px 0px;
}
#information_area .package .btn_more {
  /* position: absolute; */
  /* top: 11px; */
  /* right: 0; */
  width: 150px;
  margin: 20px auto;
}
#information_area .package .btn_more a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  display: block;
  background: #ff8a00;
  text-decoration: none !important;
  padding: 0 30px;
  white-space: nowrap;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
#information_area .package .btn_more a:hover {
  color: #fff;
}
#information_area .package .scroll_type {
  position: relative;
}
#information_area .package .scroll_type dl {
  overflow: auto;
  padding: 0px 0px;
  border-top: 1px solid #eee;
}
#information_area .package .scroll_type dl:nth-child(6) {
  border-bottom: 1px solid #eee;
}
#information_area .package .scroll_type dl a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 10px 10px;
  color: #014b80;
}
#information_area .package .scroll_type dl a:hover {
  background: #f1f1f1;
}
#information_area .package .scroll_type dt {
  padding: 0px 0;
  font-weight: normal;
  /* color: #014b80; */
  font-size: 14px;
}
#information_area .package .scroll_type dt span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 1px 8px;
  margin: 0px 0px 0px 12px;
  border: 1px solid #66a7d7;
  border-radius: 10px;
  color: #66a7d7;
  text-align: center;
  font-size: 12px;
  line-height: normal;
}
#information_area .package .scroll_type dd {
  /* color: #66a7d7; */
  padding: 5px 0 5px 0px;
}
#information_area .package .scroll_type dd a {
  font-weight: normal;
  color: #66a7d7;
  text-decoration: none !important;
}
#information_area .package .scroll_type dd a:hover {
  text-decoration: underline !important;
}
/*
* HOMEÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº
*/
#emergency_area {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#emergency_area a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
  color: #3D5996;
  font-size: 1.2em;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 98% center;
}
#emergency_area a:hover {
  text-decoration: none !important;
  background-color: #3D5996;
  color: #fff;
  transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.emergency_area {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.emergency_area a {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none !important;
  color: #3D5996 !important;
  font-size: 1.2em;
  background: #DDEBF7 url(../images/arrow01.png) no-repeat 98% center !important;
  position: relative;
}
.emergency_area a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 42%;
}
.emergency_area.red a {
  color: #FF0000 !important;
  font-size: 1.2em;
  background: #FFDADA url(../images/arrow01.png) no-repeat 98% center !important;
}
.emergency_area a:hover {
  text-decoration: none !important;
  background-color: #3D5996 !important;
  color: #fff !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.emergency_area.red a:hover {
  background-color: #FF0000 !important;
  color: #fff !important;
}
#main .btn_more_tel a {
  display: block;
  width: 1200px;
  padding: 30px;
  padding-left: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  color: #3D5996;
  font-size: 1.2em;
  background-image: url(../images/arrow01.png), url(../outpatient/images/icon_tel_a.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px center, left 80px center;
  background-size: 13px, 80px;
  background-color: #DDEBF7;
  letter-spacing: 2px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
#main .btn_more_tel a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 42%;
}
#main .btn_more_tel br.br_sp {
  display: none;
}
#main .btn_more_tel a:hover {
  text-decoration: none !important;
  background-color: #3D5996;
  color: #fff;
  background-image: url(../images/arrow01.png), url(../outpatient/images/icon_tel_b.png);
}
#main .btn_more_tel .br_sp {
  display: none;
}
#main .btn_more_anti a {
  display: block;
  width: 1200px;
  padding: 30px;
  padding-left: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  color: #3D5996;
  font-size: 1.2em;
  background-color: #DDEBF7;
  letter-spacing: 2px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
#main .btn_more_anti a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 42%;
}
#main .btn_more_anti br.br_sp {
  display: none;
}
#main .btn_more_anti a:hover {
  text-decoration: none !important;
  background-color: #3D5996;
  color: #fff;
  background-image: url(../images/arrow01.png), url(../outpatient/images/icon_anti_b.svg);
}
#main .btn_moreanti .br_sp {
  display: none;
}
.all_fixed_button {
  z-index: 12;
  top: 0px;
  right: 50px;
}
.all_fixed_button {
  top: -36px;
  width: 100%;
  background: #f1f1f1;
}
.all_fixed_button ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; /* -webkit-align-items: flex-end; */ /* align-items: flex-end; */ max-width: 980px;
  margin: 0px auto;
  -webkit-align-items: center;
  align-items: center;
}
.all_fixed_button li {
  position: relative;
  padding: 0px 10px 0px 0px;
}
.all_fixed_button_recruit.all_fixed_button_recruit {
  padding: 0;
}
.all_fixed_button .all_fixed_button_search {
  width: 36px;
}
.all_fixed_button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: .4s ease;
}
.all_fixed_button a i {
  transform: rotate(456deg);
  font-size: 15px;
  margin: 0px 4px 0px 0px;
  position: relative;
  top: -2px;
}
.all_fixed_button_contact a {
  background: transparent;
  padding-left: 10px;
  margin-right: 10px;
  position: relative;
  color: #008CD5;
}
.all_fixed_button_contact a::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #008CD5;
  transition: .4s ease;
}
.all_fixed_button_contact a.hover::before {
  left: 3px;
}
.all_fixed_button_recruit a {
  background: #88ba1e;
  padding: 10px;
  text-decoration: none;
  font-size: 24px;
}
.all_fixed_button_search a {
  background: #008CD5;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 6px;
}
.all_fixed_button_search_content {
  background: url('../images/all_fixed_button_search_icon.png') no-repeat center right / 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all_fixed_button a.hover {
  opacity: 1;
}
.all_fixed_button_contact a.hover {
  opacity: 0.9;
}
.all_fixed_button_recruit a.hover {
  background: #CBA405;
}
.all_fixed_button_search a.hover {
  background: #0DA8D2;
}
.all_fixed_button_recruit_tb {
  display: none;
}


#footer {
  clear: both;
  width: 100%;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  background: #535353;
}
#footer a {
  /* color: #3D5996; */
  text-decoration: none !important;
  font-weight: bold;
  display: block;
}
#footer a:hover {
  color: #000;
  text-decoration: underline !important;
}
#footer #footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 20px;
  position: relative;
}
#footer #footer_sub_navi {
  position: absolute;
  top: 45px;
  left: 0;
  list-style: none;
  text-align: left;
}
#footer #footer_sub_navi li {
  margin: 0 0 12px;
}
#footer #footer_sub_navi li a {
  display: block;
  font-size: 14px;
  padding-left: 20px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  color: #fff;
}
#footer #footer_sub_navi li a:hover {
  color: #DD5E1A;
}
/*
* ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ¯Ã‚Â¼Ã‚ÂISO
*/
#footer #iso {
  position: absolute;
  bottom: 25px;
  right: 0;
  height: 92px;
}
/*===============================vcard===============================*/
#footer #footer_logo {
  width: 266px;
  margin: 0 auto 60px;

}
#footer .vcard {
  font-size: 13px;
  width: 340px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}
#footer .vcard dt {
  margin: 0;
}
#footer .vcard dt a {
  outline-style: none;
}
#footer .vcard dd p {
  line-height: 1.4em;
}
#footer small {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#footer small img {
  vertical-align: middle;
}
#index_banner {
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 0px 40px 0px;
}
#index_banner h2 {
  text-align: center;
  margin-bottom: 82px;
  font-size: 30px;
  position: relative;
  letter-spacing: 9px;
  font-weight: normal;
}
#index_banner h2:after {
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-bottom: 4px dotted #ffb347;
  height: 2px;
  text-align: center;
}
#index_banner h2 span {
  font-size: 15px;
  display: block;
  letter-spacing: normal;
  font-family: serif;
  color: #ffb347;
}
#index_banner ol {
  margin: 22px 0 22px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index_banner ol li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 32.2222%;
}
#index_banner ol li a {
  text-decoration: none;
  display: block;
}
#index_banner ol li img {
  width: 100%;
}
#index_banner ol li h3 {
  padding: 0px 0px 0px 0px;
  color: #333;
  font-size: 20px;
  border-bottom: 1px dotted #333;
  font-weight: normal;
  text-align: center;
  margin: 30px 0px 0px 0px;
}
h3 {}
#index_banner ol li h3 span {
  font-size: 12px;
  padding: 0px 0px 0px 10px;
  color: #eb6100;
}
#index_banner ol li p {
    text-align: center;
}
#index_banner ol li.num3 {
  margin: 0;
}
#index_banner img {
  display: block;
}
.btn-conversion {
  transition: all .7s ease-out;
  margin-top: 18px;
  padding: 0 27px;
  transition-delay: .3s;
}
.btn-conversion {
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  padding: 16px 0;
  background: #ff8a00;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 1;
}
#index_banner ol li a:hover {
  color: inherit;
  opacity: 0.6;
}
.bread_crumb_rap{
	width: 100%;
  background: #f1f1f1;
}
#bread_crumb {
  padding: 10px 40px 10px 0px;
  margin: 0px auto 0;
  text-align: left !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
}
#bread_crumb li.home a {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #eb6100;
  text-decoration: none;
}
#bread_crumb li.home a span {
  /* text-indent:100%; */
  /* white-space:nowrap; */
  /* overflow:hidden; */
  /* display:block; */
}
#visual {
  height: 150px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

}
#visual h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

 .ftrContact {
  /* background: #e0eebd; */
  padding: 90px 0;
  position: relative;
  overflow-x: hidden;
}
 .ftrContactBox {
  width: 1000px;
  color: #fff;
  display: block;
  padding: 20px 40px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background: #e99114;
  box-sizing: border-box;
}
 .ftrContactBox .imgBoxL .txt {
  width: 100%;
  padding-top: 15px;
}
 .ftrContactBox .imgBoxL .txt dl dt {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}
 .ftrContactBox .imgBoxL .txt dl dd {
  color: #444;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
  border-top: #fff 1px solid;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li {
  vertical-align: middle;
}
 .ftrContactBox .imgBoxL .txt dl dd .col li:first-child {
  margin-right: 15px;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li:nth-child(2) a {
  background: #fff;
  color: #4aa160;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  max-width: 170px;
  margin: 0px auto;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li:nth-child(2) a span {
  padding-left: 0;
}
 .ftrContactBox .imgBoxL .txt dl dd > .col > li:nth-child(2) a:hover {
  text-decoration: none;
  opacity: .7;
}
 .ftrContactBox .imgBoxL .txt dl dd .col .col li:last-child {
  background: #efefef;
  display: block;
  margin-top: 5px;
  max-width: 380px;
  margin: 0px auto;
}
 .ftrContactBox .imgBoxL .txt dl dd .col .col li:last-child .mbBlock {
  margin-right: 15px;
}
 .ftrContactBox .imgBoxL .txt dl dd p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
 .ftrContactBox .imgBoxL .txt dl dd .tel {
  background-size: 15px auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
  color: #fff;
}
.footer_fixed_nav {
	display:none;
}

br.sp_br {
    display: none;
}


/* 他のスタイルがここに含まれます */

.ftrContact {
    padding: 5px 0; /* パディングをさらに調整して空間を狭める */
}

.inner {
    padding: 5px 0; /* パディングをさらに調整して空間を狭める */
}

.ftrContactBox {
    margin-bottom: 5px; /* マージンをさらに調整して空間を狭める */
}

/* 追加で他の要素の間隔を調整する場合 */
#main_col {
    margin-bottom: 5px; /* メインコンテンツの下部マージンをさらに調整 */
}

.post {
    margin-bottom: 5px; /* 投稿コンテンツの下部マージンをさらに調整 */
}

@media screen and (max-width: 480px) {
    .topheading {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* フッター直前のコンタクトセクションをフッターに密着させる */
.contact_section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.contact_section .contact_inner {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* 念のためフッター側にも上マージンを殺す */
footer,
#footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ===========================================
   フッターと.contact_sectionの間の余白を完全に除去
   （TCD系テーマ構造対応）
=========================================== */

/* 下層ページ本体の余白をゼロに */
#main_col,
.main_col,
.post,
#content,
.content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* コンタクトセクション自体もゼロ */
.contact_section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* フッター上部の余白もゼロ */
#footer,
footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

