@charset "UTF-8";

.contentsbox:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}

.contentsbox {
  /*  display:inline-block; */
}

body {
  /*font: 14px "Lucida Sans", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", Osaka;*/
  font: 14px "メイリオ", Meiryo, YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #f2f3f2;
}

#body_inner {
  width: 100%;
  min-width: 960px;
  text-align: left;
  margin: 0px auto;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

span.clear {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
}

header {
  overflow: hidden;
  height: 100px;
  /* border-bottom:dashed 1px gray; */
  margin-bottom: 0px;
}

header .menu ul {
  margin: 0px;
  padding: 0px;
}

header .page_item {
  margin: 0px 1px 0px 0px;
  padding: 3px;
  min-width: 150px;
  list-style: none;
  float: left;
  text-align: center;
  background: #eee;
}

#nav ul {
  margin: 0px;
  padding: 0px;
}

#nav li {
  margin: 0px 1px 0px 0px;
  padding: 3px;
  min-width: 150px;
  list-style: none;
  float: left;
  text-align: center;
  background: #eee;
}

#side_nav {
  margin: 0px;
  padding: 0px;
}

#side_nav li {
  list-style: none;
}

#contents {
  width: 1140px;
  margin: 0 auto;
}

#main {
  width: 880px;
  margin-left: 0;
  float: left;
  /* box-sizing:border-box;border:2px red solid; */
}

#side {
  width: 240px;
  margin-left: 20px;
  margin-right: 0;
  float: right;
  padding-top: 70px;
  /* box-sizing:border-box;border:2px red solid; */
}

.blog_info {
  border-bottom: dashed #ccc 1px;
  width: 90%;
  margin: 0 40px;
}

.blog_info h2 {
  font-size: 24px;
  color: #555;
}

.blog_info ul {
  padding: 0px;
  margin: 0px;
}

.blog_info li {
  font-size: 14px;
  list-style: none;
  float: left;
  padding-left: 15px;
  padding-right: 10px;
  color: #555;
}

li.cal {
  background: url(images/calendar.gif) no-repeat 0 1px;
}

li.cat {
  background: url(images/folder.gif) no-repeat 0 1px;
}

li.tag {
  background: url(images/tag.gif) no-repeat 0 2px;
}

.commentlist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.avatar {
  float: left;
}

.comment-content {
  margin-left: 50px;
}

.reply {
  margin-left: 50px;
  margin-bottom: 20px;
}

article.comment {
  font-size: 12px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

.comment_form_over label {
  font-size: 11px;
}

.comment_form_over p {
  margin: 0px;
  padding: 0px;
}

input#author {
  width: 260px;
  border: 1px solid #ccc;
  height: 18px;
}

input#email {
  width: 260px;
  border: 1px solid #ccc;
  height: 18px;
}

input#url {
  width: 545px;
  border: 1px solid #ccc;
  height: 18px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

textarea#comment {
  width: 545px;
  border: 1px solid #ccc;
  height: 100px;
}

.title {
  margin: 20px 0px 5px 0px;
}

#comments-title {
  margin: 20px 0px 5px 0px;
}

#reply-title {
  margin: 50px 0px 10px 0px;
}

.widget-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.logged-in-as {
  font-size: 12px;
}

#nameandurl {
  padding-top: 10px;
  margin-bottom: 20px;
}

#textbox {
  padding-top: 10px;
}

.blog_description {
  font-size: 12px;
  margin: 0px 120px;
  color: gray;
}

/* @group wp表示でよく使う装飾 */


.post em {
  color: gray;
}

.post blockquote {
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  color: gray;
}

.post code {
  color: teal;
  font-family: "Courier New";
}

.thecontent ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.thecontent ul li {
  list-style: none;
  background: url(images/tick.gif) no-repeat 0 4px;
  padding-left: 13px;
}

/*----------- custom css start by tanaka -------------*/
/*----- header area -----*/
header.header_front_page_cst {
  height: 470px;
}

.logo_bar_cst {
  width: 100%;
  height: 80px;
  background-color: #fdadc8;
  /* tanaka_chane add new */
  overflow: hidden;
  /* box-sizing:border-box; border: 3px solid blue; */
  position: fixed;
  z-index: 99999;
}

.header_inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
}

.logo_img_cst {
  float: left;
  /* box-sizing:border-box; border: 3px solid red; */
}

.logo_img_cst img {
  /*	height:80px;
  	width:500px;
  	margin-left:20px;*/
  margin-top: 0px;
}

.logo_nav_cst {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
  /* width:200px; */
  /* box-sizing:border-box; border: 3px solid red; */
}

.logo_nav_cst .searchtext {
  width: 300px;
  height: 30px;
  font-size: 18px;
  border: 0px;
  color: #666;
  text-indent: 5px;
}

.logo_nav_cst .searchbuttom {
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #00bfff;
  border: 1px solid #ccc;
}

#billboard {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 380px;
  margin: 80px auto 0;
}

.banner_cst img {
  width: 100%;
}

.banner_msg_cst {
  position: absolute;
  top: 130px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  /* background-color:rgba(255,255,255,0.4); */
  width: 100%;
  /*　メインの画像のメッセージ設定 */
  /* text-indent:10%; */
  text-align: center;
  color: #000;
  /*文字色*/
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/*----- pt_home area -----*/
.genre_title_cstP {
  display: inline-block;
  position: relative;
  top: 38px;
  left: 5%;
  height: 60px;
  font-size: 25px;
  /*	padding:0 30px; */
  border: 1px solid #fc4c87;
  background-color: #fdadc8;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  /* box-sizing:border-box; border: 3px solid red; */
}

.genre_title_cstY {
  display: inline-block;
  position: relative;
  top: 38px;
  left: 5%;
  height: 60px;
  font-size: 25px;
  /*	padding:0 30px; */
  border: 1px solid #fc4c87;
  background-color: #ffc90d;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  /* box-sizing:border-box; border: 3px solid red; */
}

.genre_title_cstG {
  display: inline-block;
  position: relative;
  top: 38px;
  left: 5%;
  height: 60px;
  font-size: 25px;
  /*	padding:0 30px; */
  border: 1px solid #fc4c87;
  background-color: #b4e51a;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  /* box-sizing:border-box; border: 3px solid red; */
}

.genre_title_cstB {
  display: inline-block;
  position: relative;
  top: 38px;
  left: 5%;
  height: 60px;
  font-size: 25px;
  /*	padding:0 30px; */
  border: 1px solid #fc4c87;
  background-color: #019fe6;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  /* box-sizing:border-box; border: 3px solid red; */
}

/* .genre_title_cst:after, */
.genre_title_cst:before,
.genre_title_cstP:before,
.genre_title_cstB:before,
.genre_title_cstY:before,
.genre_title_cstG:before {
  position: absolute;
  content: "";
  top: -0px;
  display: inline-block;
  border-width: 20px 4px;
  border-style: solid;
}

.genre_title_cst:before,
.genre_title_cstP:before,
.genre_title_cstB:before,
.genre_title_cstY:before,
.genre_title_cstG:before {
  left: -9px;
  border-color: transparent #550520 #550520 transparent;
  z-index: -1;
}

/*
.genre_title_cst:after{
	right:-4px;
	border-color:transparent transparent #adc #adc;
}
*/
.genre_title_cst img {
  display: block;
  float: left;
  height: 100%;
  /*	width:60px;
  	height:60px; */
  /* box-sizing:border-box; border: 3px solid red; */
}

.genre_title_cst h2 {
  color: #fff;
  font-weight: normal;
  float: left;
  height: 100%;
  line-height: 60px;
  padding-right: 1em;
  /*	margin-left:20px; */
  /* box-sizing:border-box; border: 1px solid red; */
}

.genre_title_cstP h2 {
  color: #fff;
  font-weight: normal;
  float: left;
  height: 100%;
  line-height: 60px;
  padding: 0 1em;
  /*	margin-left:20px; */
  /* box-sizing:border-box; border: 1px solid red; */
}

.info_block_cst {
  /* background-color:#eee; */
  overflow: hidden;
  width: 840px;
  margin-bottom: 0px;
  padding: 50px 20px 20px 20px;
  background-color: #fff;
  border: 1px solid #fdadc8;
  /*
  -moz-box-shadow: 		2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
  -o-box-shadow: 			2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
  -ms-box-shadow: 		2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
  box-shadow:					2px 2px 8px rgba(0,0,0,0.2) , 0 0 15px rgba(149,65,28,0.30) inset;
  */
}

.info_box_cst {
  width: 270px;
  height: 200px;
  margin: 0 10px 0 0;
  float: left;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  /*
  -moz-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.2);
  -o-box-shadow: 			1px 1px 4px 3px rgba(0,0,0,0.2);
  -ms-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
  box-shadow: 				1px 1px 4px 3px rgba(0,0,0,0.2);
  */
}

.info_box_cst2 {
  width: 270px;
  height: 270px;
  margin: 0 10px 0 0;
  float: left;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  /*
  -moz-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.2);
  -o-box-shadow: 			1px 1px 4px 3px rgba(0,0,0,0.2);
  -ms-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
  box-shadow: 				1px 1px 4px 3px rgba(0,0,0,0.2);
  */
}

.info_box_cst5 {
  width: 158px;
  height: 200px;
  margin: 0 10px 0 0;
  float: left;
  background-color: #ffffff;
  position: relative;
  /*
  -moz-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.2);
  -o-box-shadow: 			1px 1px 4px 3px rgba(0,0,0,0.2);
  -ms-box-shadow: 		1px 1px 4px 3px rgba(0,0,0,0.2);
  box-shadow: 				1px 1px 4px 3px rgba(0,0,0,0.2);
  */
}

.info_box_info p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  padding: 1em 0;
  text-align: center;
}

.pref_table {
  margin: 0 0 40px 6%;
}

.pref_table th {
  text-align: right;
  padding: 2px 15px;
  border-bottom: 1px dashed #ccc;
}

.pref_table td {
  padding: 2px 15px;
  border-bottom: 1px dashed #ccc;
}

.syokushu_box_cst {
  width: 168px;
  margin: 10px 0;
  float: left;
}

.select_button_cst {
  display: block;
  margin: auto;
  width: 90%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 20px;
}

.select_button_cst:hover {
  text-decoration: none;
}

.select_button_cst:active {
  top: 3px;
  box-shadow: none;
}

.syokushu_box_cst .select_button_cst {
  font-size: 18px;
  background-color: #fb7aa6;
  box-shadow: 0 3px 0 #b12d5a;
}

.syokushu_box_cst .select_button_cst:hover {
  background-color: #FDADC8;
  box-shadow: 0 3px 0 #fb74b5;
}

.bigbutton_box_cst {
  margin-bottom: 40px;
}

.bigbutton_box_cst .select_button_cst {
  background-color: #fb7aa6;
  box-shadow: 0 3px 0 #b12d5a;
}

.bigbutton_box_cst .select_button_cst:hover {
  background-color: #FDADC8;
  box-shadow: 0 3px 0 #fb74b5;
}

/*-----  single.php area -----*/
.company_details_block_cst {
  margin: 0 4% 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.company_details_block_cst p {
  margin: 0;
}

.company_details_table_cst th {
  border: solid #aaa 1px;
  width: 20%;
  text-align: center;
  padding: 5px;
}

.company_details_table_cst td {
  border: solid #aaa 1px;
  width: 80%;
  padding: 1% 2%;
}

.company_images_block_cst {
  margin: 0 5%;
}

/*----- sidebar.php area -----*/
.widget-container {
  border: 1px solid #fdadc8;
  padding: 5%;
  margin-bottom: 20px;
  background-color: #fff;
}

.widget-container h3 {
  border-left: 4px solid orange;
  border-bottom: 1px solid #fdadc8;
  padding-left: 10px;
  margin-bottom: 10px;
}

.widget-container li {
  padding-left: 10px;
  list-style: disc;
  list-style-position: inside;
}

/*-----  loop.php 業者一覧 area -----*/
.gyosya_list {
  margin: 2% 5%;
}

.gyosya_list .compay_loop_block {
  padding-bottom: 15px;
  border-bottom: dashed #ccc 1px;
  overflow: hidden;
  height: 200px;
}

/*
.gyosya_list .company_image{
	width:30%;
	display:inline-block;
	vertical-align:middle;
}
.gyosya_list .company_image img{
	width:100%;
	max-height:210px;
}
*/
.gyosya_list a:hover {
  text-decoration: none;
}

.gyosya_list .thecontent {
  width: 65%;
  padding-left: 2%;
  display: inline-block;
  vertical-align: top;
}

.gyosya_list .thecontent h3 {
  font-size: 20px;
  margin-top: 0px;
}

.nav-below {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

/*-----  投稿フォーム area -----*/
.akiyainfo_form_cst {
  margin-left: 5%;
  margin-bottom: 40px;
  line-height: 30px;
}

.akiyainfo_form_cst .wpcf7-textarea {
  width: 90%;
}

/*-----  footer.php area -----*/
footer {
  width: 100%;
  background-color: #fdadc8;
  margin-top: 80px;
}

footer .footer_menu_cst {
  padding-top: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

footer .footer_menu_cst a:visited,
footer .footer_menu_cst a:link,
footer .footer_menu_cst a:hover,
footer .footer_menu_cst a:active {
  color: #ffffff;
}

footer .copy {
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
}

.copy a {
  color: #fff;
}

/*----------- custom css end   by tanaka -------------*/
/* @end */
/*box-sizing:border-box; border: 3px solid red;*/
/* 20150406 temp */
/* 20150406 temp */
.area_bnr ul,
.bnr_sitelink ul {
  list-style-type: none;
}

.enforcement {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

.enforcement p {
  margin: 1em 0 0 60px;
}

.widget-area h3 {
  line-height: 1.5em;
}

.execphpwidget p,
.execphpwidget a {
  /*	padding:0.5em 1em; */
  line-height: 1.3em;
}

.aligncenter {
  text-align: center;
}

/* PU */
.page-template-page-pudef #pu_def h1 {
  display: block;
  width: 420px;
  font-size: 32px;
  line-height: 1.6em;
  font-weight: bold;
  color: #000;
  border: 1px solid #aaa;
  margin: 0 auto;
  padding: 1em;
  background: #8BCDBA;
  color: #fff;
}

.page-template-page-pudef #pu_def .desc_vhqp {
  font-size: 18px;
  margin: 2em 0 0 0;
  text-decoration: underline;
}

.page-template-page-pudef #pu_def .list_vhqp {
  width: 420px;
  text-align: left;
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  margin: 2em auto 0;
}

.page-template-page-pudef #pu_def h2 {
  display: block;
  width: 420px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin: 3em auto 0;
}

.page-template-page-pudef #pu_def .message_pu {
  width: 420px;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin: 2em auto 0;
}

.sec02 {
  margin: 32px auto 0;
  width: 600px;
}

.sec02 h1 {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 4px 0 4px 0px !important;
  margin: 0 auto 15px !important;
}

.sec02 h2 {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin: 15px auto 0 !important;
}

.sec02 p {
  font-size: 14px;
  font-weight: bold;
  margin: 14px 0;
}

.sec02 table {
  border-collapse: collapse;
  width: 100%;
}

.sec02 table th {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  padding: 3px 5px;
}

.sec02 table td {
  font-size: 14px;
  padding: 3px 5px;
  border: 1px solid #eee;
  text-align: left;
}

.sec02 table .thL {
  width: 60px;
}

.sec02 table .thC {
  width: 400px;
}

.sec02 table .thR {
  width: 120px;
}

.ui-state-default {
  font-size: 16px;
}

/* 201509 */
.info_top {
  width: 100%;
  height: 30px;
  background: #333;
  z-index: 100;
  position: relative;
}

.info_top p {
  margin: 0 auto;
  width: 980px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}

.tickerT {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fdadc8;
  width: 100px !important;
  font-size: 16px !important;
}

#ticker {
  /* that's your list */
  position: relative;
  /*left: 750px;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 6px 0 0 0;
  padding-right: 30px;
  /*background: #fff;*/
  color: #fff;
}

#ticker {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  list-style: none;
  margin: 0;
}

.tickercontainer {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tickercontainer .mask {
  position: relative;
  padding-left: 110px;
  padding-right: 10px;
  overflow: hidden;
}

/* 201509 */
#list_akiyakanrishi {
  border-collapse: collapse;
}

#list_akiyakanrishi th,
#list_akiyakanrishi td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
}

/*20151111*/
.company_image {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.company_image img {
  width: 240px;
  position: absolute;
  clip: rect(0px 240px 180px 0px);
}

.info_box_img {
  width: 240px;
  height: 140px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.info_box_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0px 240px 140px 0px);
}

.company_img01 {
  width: 48%;
  float: left;
}

.company_img01 img {
  width: 100%;
}

.company_img02 {
  width: 48%;
  float: right;
}

.company_img02 img {
  width: 100%;
}

.box_regi_img {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_regi_img .img_regi01 {
  width: 49%;
  float: left;
}

.box_regi_img .img_regi01 img {
  width: 100%;
}

.box_regi_img .img_regi02 {
  width: 49%;
  float: right;
}

.box_regi_img .img_regi02 img {
  width: 100%;
}

.box_reg_free {
  padding: 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company_details_table_cst {
  width: 100%;
}

.googlemap_cst {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*  */
.custom_search {
  width: 300px;
  float: right;
}

.searchform-label {
  font-size: 14px !important;
}

.searchform-input-wrapper select {
  height: 30px;
}

/*  */
.list_shikaku {
  width: 158px;
  height: 60px;
  margin: 0 10px 0px 0;
  float: left;
  background-color: #ffffff;
  position: relative;
}

.list_shikaku .info_box_info p {
  text-align: left;
}

.link_shurui {
  width: 410px;
  height: 100px;
  margin: 0 10px 0px 0;
  float: left;
  background-color: #ffffff;
  position: relative;
}

.link_shurui a {
  color: #00f;
  text-align: left;
  text-decoration: underline;
}

.link_shurui p {
  text-align: left;
  font-size: 13px;
  width: 360px;
  padding: 0 0 0 20px;
}

.fBnr {
  width: 468px;
  margin: 60px auto;
  height: 60px;
  padding: 0;
}

.fBnr img {
  width: 100%;
}

/* 20160610 */

.bx-wrapper .bx-controls-direction a {
  margin-top: 25px !important;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  margin-top: 60px;
}

/*# sourceMappingURL=after.css.map */

/* ToTop */
.a-pagetop {
  width: 80px;
  height: 90px;
  margin: 32px auto 0;
}

.a-home {
  width: 80px;
  height: 90px;
  position: absolute;
  bottom: 160px;
  right: 32px;
}

.a-pagetop img,
.a-home img {
  width: 100%;
}

/* MAP2018 */
.pRel {
  position: relative;
}

.h410 {
  height: 410px;
}

.box_map {
  background: url(../images/ACSmapBG.jpg) no-repeat;
  width: 700px;
  height: 440px;
  position: absolute;
  top: 20px;
  right: 85px;
  /* 20px; */
}


.box_map ul {
  background: #e4ecf9;
  border-radius: 3px;
  padding: 4px 0 0 4px;
  behavior: url(/css/std/lib_css/PIE.htc);
  position: relative;
  position: absolute;
  width: 128px;
}

#area01 {
  right: 10px;
  top: 30px;
  width: 64px !important;
  background: #D4EED7;
}

#area02 {
  right: 10px;
  top: 157px;
  background: #FEF7D7;
}

#area03 {
  right: 10px;
  top: 298px;
  background: #CCF4FF;
}

#area04 {
  left: 310px;
  top: 75px;
  background: #d5edf9;
}

#area05 {
  left: 401px;
  top: 361px;
  background: #d7dbea;
}

#area06 {
  left: 164px;
  top: 117px;
  background: #ffecf6;
}

#area07 {
  left: 12px;
  top: 171px;
  background: #eaf4d6;
}

#area08 {
  left: 203px;
  top: 361px;
  background: #fbddcf;
}

#area09 {
  left: 12px;
  top: 298px;
  background: #f7f9cf;
}

#area10 {
  left: 13px;
  top: 55px;
  width: 64px !important;
  background: #fceacc;
}


.box_map li {
  display: block;
  height: 27px;
  width: 60px;
  margin: 0 2px 4px 0;
}

.box_map a {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, 0.3);
  display: block;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 13px;
  color: #000;
  behavior: url(/css/std/lib_css/PIE.htc);
  position: relative;
}

.box_map a:hover {
  /*押したとき*/
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eeeeee, endColorstr=#dddddd);
}

.box_map a:active {
  /*押したとき*/
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(#fcfac0 0%, #f6f283 100%);
  background-image: linear-gradient(#fcfac0 0%, #f6f283 100%);
  /*グラデーションを明るく*/
}

.hori>li,
.hori>li a {
  float: left;
}

.box_mapF {
  background: #dedede;
  padding: 1em 0;
  margin: 3em auto 0;
}

#Fmenu {
  max-width: 1140px;
  margin: 0 auto;
}

#Fmenu li {
  list-style-type: none;
  float: left;
  margin: 0 0.5em 0.25em 0.5em;
  color: #555;
}

#Fmenu li a {
  color: #555;
}

.mapTitle {
  z-index: 100;
}


.info_box_img2 {
  width: 240px;
  height: 180px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.info_box_img2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* clip: rect(0px 240px 140px 0px); */
}

/* list_bnr */
.list_bnr {
  overflow: hidden;
  max-width: 1140px;
  padding: 20px;
  margin: 1em auto;
}

.list_bnr p {
  display: inline-flex;
  width: 24%;
}

.list_bnr p img {
  width: 100%;
}

.osB {
  width: 100%;
  margin: 40px auto 0;
}

.osB img {
  width: 100%;
}

/* サイト内更新 */
time {
  width: 100%;
  max-width: 1140px;
  height: auto;
  display: block;
  text-align: right;
  margin: 0 auto;
}

.fs48 {
  font-size: 48px;
}

.fs36 {
  font-size: 36px;
}

.fs32 {
  font-size: 32px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

.fs24 {
  font-size: 24px;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}
/* ===== 介護：相談窓口グリッドを5列×2段に固定（旧10件復帰・まつ指示 2026-06-29） ===== */
@media (min-width: 769px) {
  .info_block_cst > .cards-grid--menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px 10px;
    align-items: start;
  }
  .info_block_cst > .cards-grid--menu > .info_box_cstN {
    width: auto;
    height: auto;
    margin: 0;
    float: none;
  }
  .info_block_cst > .cards-grid--menu > .info_box_cstN > a.hover { display: block; }
  .info_block_cst > .cards-grid--menu .info_box_imgN {
    width: 100%;
    aspect-ratio: 158 / 99;
    overflow: hidden;
  }
  .info_block_cst > .cards-grid--menu .info_box_imgN img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .info_block_cst > .cards-grid--menu > .clear { display: none; }
}

/* ===== おすすめ業者ピックアップ：旧カード(info_box_cst)を5列グリッドで均等化＋少し詰める（まつ指示 2026-06-29） =====
   ※.Lconはおすすめ専用ラッパ＝相談グリッド/業種には影響しないようスコープ */
@media (min-width: 769px) {
  .Lcon .info_block_cst > .cards-grid--menu { gap: 12px 8px; }
  .Lcon .info_block_cst > .cards-grid--menu > .info_box_cst {
    width: auto;
    height: auto;
    margin: 0;
    float: none;
  }
  .Lcon .info_block_cst > .cards-grid--menu > .info_box_cst > a { display: block; }
  .Lcon .info_block_cst > .cards-grid--menu .info_box_img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 158 / 99;
    overflow: hidden;
  }
  .Lcon .info_block_cst > .cards-grid--menu .info_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
    clip: auto;
    display: block;
  }
}
