@charset "utf-8";

/*------------------------------------------------------------

  [font]
  10px = 77%     11px = 85%     12px = 93%     13px = 100%
  14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
  18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
  22px = 167%    23px = 174%    24px = 182%    25px = 189%
  26px = 197%
------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
table,
th,
td,
embed,
object {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding-right: 20px;
}
td {
  vertical-align: top;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
fieldset {
  border: 0;
}
input {
  vertical-align: middle;
}
q:before,
q:after {
  content: "";
}
hr {
  display: none;
}
strong {
  font-weight: bold;
}

li.colum {
list-style: disc;
margin-left: 1.2em;
}

li.column1 {
list-style: decimal;
margin-left: 1.4em;
}


/* ---------------------------------------------------------------------------------------------
	Common
--------------------------------------------------------------------------------------------- */
html {
}
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  background: #ffffff url(../images/common/header_bg.jpg) repeat-x 0 0;
	word-break: break-all;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
caption,
th,
td,
strong {
  color: #1a1a1a;
}
hr {
  display: none;
}
em {
  font-style: normal;
}

/* link */
a {
  color: #1a1a1a;
}
a:link {
}
a:visited {
}
a:hover {
  color: #666666;
}
a:active {
}

/* clearfix */
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* Page
----------------------------------------------------------------------------------- */
div.container {
  width: 960px;
  margin: 0 auto;
  line-height: 1.7;
}
div.wrapper {
  margin: 0;
  padding: 0 50px 0 0;
}
div.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.wrapper {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html div.wrapper {
  height: 1%;
}
div.wrapper {
  display: block;
}
/* End hide from IE-mac */

div.content {
  float: left;
  width: 660px;
  margin: 0 20px 20px 0;
}
div.section {
  margin: 0 0 20px 0;
}
div.article {
  padding: 20px 5px;
}
div.article p {
  margin-bottom: 1em;
}

.contact_bottom img {
  margin-top: 20px;
}
/* Header
----------------------------------------------------------------------------------- */
div.header {
  position: relative;
  height: 210px;
  z-index: 100;
  background: url(../images/common/header_bg.jpg) repeat-x 0 0;
}
div.header h1 {
  font-size: 93%;
  color: rgba(94, 94, 94, 1);
  font-weight: normal;
}
div.header div.logo {
  position: absolute;
  top: 30px;
  left: 5px;
}
div.header div.header_title {
  position: absolute;
  top: 30px;
  left: 300px;
}
div.header div.link ul {
  position: absolute;
  top: 30px;
  right: 5px;
}
div.header div.link ul li {
  float: left;
  margin-left: 5px;
}
div.header div.tel {
  position: absolute;
  top: 53px;
  right: 0px;
}
div.header div.nav {
  position: absolute;
  bottom: 8px;
  left: 0;
}
div.header div.nav ul li {
  position: relative;
  float: left;
}
div.header div.nav ul li a {
  width: 120px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}
div.header div.nav ul li.nav1 a,
div.header div.nav ul li.nav6 a {
  width: 119px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}
div.header div.nav ul li.nav8 a {
  width: 122px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}
div.header div.nav ul li.nav1 a {
  background: url(../images/common/nav1.png) no-repeat 0 0;
}
div.header div.nav ul li.nav1.current-menu-item a,
div.header div.nav ul li.nav1.current-menu-ancestor a,
div.header div.nav ul li.nav1 a:hover {
  background: url(../images/common/nav1_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav2 a {
  background: url(../images/common/nav2.png) no-repeat 0 0;
}
div.header div.nav ul li.nav2.current-menu-item a,
div.header div.nav ul li.nav2.current-menu-ancestor a,
div.header div.nav ul li.nav2 a:hover {
  background: url(../images/common/nav2_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav3 a {
  background: url(../images/common/nav3.png) no-repeat 0 0;
}
div.header div.nav ul li.nav3.current-menu-item a,
div.header div.nav ul li.nav3.current-menu-ancestor a,
div.header div.nav ul li.nav3 a:hover {
  background: url(../images/common/nav3_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav4 a {
  background: url(../images/common/nav4.png) no-repeat 0 0;
}
div.header div.nav ul li.nav4.current-menu-item a,
div.header div.nav ul li.nav4.current-menu-ancestor a,
div.header div.nav ul li.nav4 a:hover {
  background: url(../images/common/nav4_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav5 a {
  background: url(../images/common/nav5.png) no-repeat 0 0;
}
div.header div.nav ul li.nav5.current-menu-item a,
div.header div.nav ul li.nav5.current-menu-ancestor a,
div.header div.nav ul li.nav5 a:hover {
  background: url(../images/common/nav5_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav6 a {
  background: url(../images/common/nav6.png) no-repeat 0 0;
}
div.header div.nav ul li.nav6.current-menu-item a,
div.header div.nav ul li.nav6.current-menu-ancestor a,
div.header div.nav ul li.nav6 a:hover {
  background: url(../images/common/nav6_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav7 a {
  background: url(../images/common/nav7.png) no-repeat 0 0;
}
div.header div.nav ul li.nav7.current-menu-item a,
div.header div.nav ul li.nav7.current-menu-ancestor a,
div.header div.nav ul li.nav7 a:hover {
  background: url(../images/common/nav7_on.png) no-repeat 0 0;
}
div.header div.nav ul li.nav8 a {
  background: url(../images/common/nav8.png) no-repeat 0 0;
}
div.header div.nav ul li.nav8.current-menu-item a,
div.header div.nav ul li.nav8.current-menu-ancestor a,
div.header div.nav ul li.nav8 a:hover {
  background: url(../images/common/nav8_on.png) no-repeat 0 0;
}
div.header div.nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 6px;
  padding-top: 1px;
  background: #ffffff url(../images/common/sub_nav_bg.png) repeat-x 0 0;
  /*filter: alpha(opacity=85);*/
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
div.header div.nav ul li ul.sub-menu li {
  float: none;
  border: none;
  line-height: 2;
  border-top: 1px solid #ffffff;
  background: #659e33;
}
div.header div.nav ul li ul.sub-menu li a,
div.header div.nav ul li.current-menu-ancestor ul.sub-menu li a,
div.header div.nav ul li.current-menu-item ul.sub-menu li a {
  width: 170px;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 15px;
  display: block;
  font-size: 93%;
  background: none;
  text-indent: 0;
}
div.header div.nav ul li ul.sub-menu li a:hover {
  background: #5b8b31;
}

div.header .header-contact {
  display: none;
}

/* catch
----------------------------------------------------------------------------------- */
div.catch {
  margin: 0 0 20px 0;
}
div.catch img {
  box-shadow: 2px 2px 3px #cccccc;
  -webkit-box-shadow: 2px 2px 3px #cccccc; /* Safari,Chrome */
  -moz-box-shadow: 2px 2px 3px #cccccc; /* Firefox */
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=3,enabled=true)\9; /* IE8 and bellow */
  background: #FFFFFF\9; /* IE8 and bellow */
}

/* breadcrumb
----------------------------------------------------------------------------------- */
div.breadcrumb {
  margin: 10px 0 20px 10px;
  font-size: 100%;
}
div.breadcrumb a {
  text-decoration: none;
  color: #299cd3;
}
div.breadcrumb a:hover {
  text-decoration: underline;
}

/* sidebar
----------------------------------------------------------------------------------- */
div.side {
  float: right;
  width: 270px;
  margin: 0;
}
/*div.side ul.link {
	margin-bottom: 20px;
}*/
div.side ul.link li {
  margin-bottom: 10px;
}
div.side ul.link li img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
div.side ul.link li.blank {
  display: none;
}
div.side div.contact {
  border: 1px solid #cccccc;
}
div.side div.contact h3 {
  background: #333333;
  padding: 5px 10px;
}
div.side div.contact div.address {
  padding: 0 15px;
}
div.side div.contact div.address p {
  margin: 15px 0;
}
div.side div.menu {
  margin-bottom: 20px;
}
div.side div.menu ul {
  border: 2px solid #d9e7cc;
}
div.side div.menu ul li {
  border-top: 1px solid #d9e7cc;
}
div.side div.menu ul li:first-child {
  border: none;
}
div.side div.menu ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 35px;
  background: url(../images/common/circle_off.png) no-repeat 5% 50%;
}
div.side div.menu ul li a:hover {
  color: #ffffff;
  background: #78aa4d url(../images/common/circle_on.png) no-repeat 5% 50%;
}
div.side div.menu ul li.subtitle {
  background: #ffffff url(../images/common/menu_li.png) no-repeat 0 0;
  height: 45px;
  line-height: 2.8;
  padding: 0 10px 0 15px;
  font-weight: bold;
  font-size: 123.1%;
  color: #336b0e;
}
div.side div.login_msg {
  font-size: 93%;
  padding: 0 5px;
  margin: 10px 0 20px 0;
  text-align: right;
}
div.side div.login_msg a {
  text-decoration: none;
  color: #299cd3;
}
div.side div.login_msg a:hover {
  text-decoration: underline;
}

#side_area {
  height: auto;
  background: url(../images/common/side_area_bg.png) no-repeat top;
  border-radius: 8px;
  border: 10px solid #0cb7f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#side_area p {
  padding: 330px 0 0 10px;
}
#side_area p {
  width: 242px;
  font-size: 84%;
  line-height: 1.6;
}
#side_area p span {
  display: block;
  margin-top: 5px;
}
#side_area a {
  border: 1px solid #299cd3;
  background-color: #299cd3;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  width: 110px;
  text-align: center;
  margin: 5px 3px 0 0;
}

/* facebook　Twitter*/
.fb-like-box {
  margin-bottom: 10px;
}
.Twitter_box {
  margin-bottom: 10px;
}
.staffblog {
  margin-top: 10px;
  margin-bottom: 10px;
}
.credit {
  margin-bottom: 10px;
}
/* Scroll
----------------------------------------------------------------------------------- */
div.scroll {
  margin: 0 5px 0;
  text-align: right;
  margin-bottom: 20px;
}
div.scroll a {
  padding-left: 20px;
  text-decoration: none;
  background: url(../images/common/scroll.gif) no-repeat 0 50%;
}

/* Pager
----------------------------------------------------------------------------------- */
div.pager {
  margin-bottom: 20px;
}

/* Footer
----------------------------------------------------------------------------------- */
div.footer {
  background: #002870;
}
div.footer li,
div.footer p,
div.footer li a {
  color: #ffffff;
}
#footer_top {
  padding: 10px 0;
  display: block;
  height: 230px;
}
#footer_sub_list {
  width: 350px;
  float: right;
  padding-top: 10px;
}
#footer_sub_list ul li {
  display: block;
}
#footer_logo_okayama {
  　width: 620px;
  padding: 10px 0 0 15px;
  float: left;
}
#footer_logo_okayama_sp {
  display: none;
}
p.footer_free {
  display: none;
}

/* Footer メニュー*/
#footer_menu {
  clear: both;
  padding: 10px 0 0 0;
}
#footer_menu ul {
  text-align: left;
  padding: 5px 20px;
}
#footer_menu ul li {
  display: inline;
  padding: 0 10px;
  border-left: solid 1px #ffffff;
}
#footer_menu ul li a {
  font-size: 93%;
  text-decoration: none;
}
/* Footer サブメニュー*/
#footer_menu_sub {
  clear: both;
  padding: 0 0 10px;
  margin: -5px 0 0 0;
  border-bottom: solid 1px #ffffff;
}
#footer_menu_sub ul {
  text-align: left;
  padding: 0 0 0 20px;
}
#footer_menu_sub ul li {
  display: inline;
  padding: 0 10px;
  border-left: solid 1px #ffffff;
}
#footer_menu_sub ul li a {
  font-size: 93%;
  text-decoration: none;
}
/* copyright*/
div.footer p.copyright {
  text-align: center;
  background: #002870;
  font-size: 85%;
  padding: 20px 10px 3px 10px;
  height: 100px;
}

/* ページトップへ
----------------------------------------------------------------------------------- */
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #3b3b3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#page-top p:hover {
  background: #8b8b8b;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* 汎用
----------------------------------------------------------------------------------- */
.title {
  height: 40px;
  line-height: 2.7;
  background: url(../images/common/title_h2.png) no-repeat 0 0;
  text-indent: 45px;
  font-size: 123.1%;
  font-weight: bold;
}
.title2 {
  height: 40px;
  line-height: 2.5;
  background: url(../images/common/title_h3.png) no-repeat 0 0;
  text-indent: 25px;
  font-size: 116%;
  font-weight: bold;
}
table.purpose {
  width: 100%;
  border: 1px solid #e6e6e6;
}
table.purpose th {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 10px 15px 10px 5px;
  width: 150px;
}
table.purpose td {
  padding: 10px 5px 10px 5px;
  border: 1px solid #e6e6e6;
}
span.attention {
  color: #ed1c24;
}
a.opacity:hover,
img.opacity:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-size: 123.1%;
  font-weight: bold;
}
strong,
b {
  font-weight: bold;
  font-size: 108%;
}
.bannerlist_wrap {
  margin-top: 20px;
}

.content h2 {
  font-size: 25px;
  background:
    url(../images/common/parts-drop.png) 15px 15px no-repeat,
    url(../images/common/parts-shadow.png) right bottom no-repeat,
    linear-gradient(to right, #0071bc, #148dcf);
  color: #ffffff;
  line-height: 1.8;
  text-indent: 0;
  margin-bottom: 20px;
  padding: 10px 15px 10px 50px;
  font-weight: bold;
  border-radius: 5px;
}

.content h4 {
  background: url("../images/common/title_h3.png") no-repeat 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  text-indent: 10px;
  margin-bottom: 10px;
}
.content .title {
  text-indent: 20px;
  background: url(../images/common/icon_cilcle.gif) no-repeat 0 40%;
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 1px dotted #17b7f0;
}

/*ココカラ　0204追加*/
.content h3 {
  text-indent: 20px;
  background: url(../images/common/icon_cilcle.gif) no-repeat 0 40%;
  font-weight: bold;
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}

/*ココマデ　0204追加*/
.content .service_h3 {
    border-bottom: 1px #29abe2 solid;
    border-left: 7px #29abe2 solid;
    color: #f15a24;
    font-size: 32px;
    font-weight: bolder;
    line-height: 1.5;
    text-indent: 0;
    margin-bottom: 10px;
    padding: 0 10px;
}
.content .service_h3 span {
  color: #000000;
  font-size: 19px;
  line-height: 44px;
  text-indent: 10px;
  display: inline-block;
}

.content .pager {
  text-align: right;
  min-width: 70%; /*崩れ防止*/
}

.content .news_list {
  list-style: none;
  border: 1px solid #888;
  margin: 0 0 25px;
  font-size: 100%;
}
.content .news_list li {
  border-bottom: 2px dotted #888;
  clear: both;
  line-height: 25px;
  margin: 0;
  padding: 5px 0 0 3px;
}

.content .news_list .category {
  margin: 0 3px;
  color: #fff;
  padding: 0 20px;
  background: #888;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
}

.content .news_list a {
  padding-left: 5px;
}

.content .category_list li:last-child {
  border: none;
}
.content .news_list li:last-child {
  border: none;
}

.side h3 {
  background: url(../images/common/side_title_h3.png) left top no-repeat;
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
}

.side .category_list {
  list-style: none;
  border: 1px solid #888;
  margin: 0 0 25px;
}

.side .category_list li {
  background: url(../images/common/icon_arrow.gif) 10px center no-repeat;
  border-bottom: 2px dotted #888;
  clear: both;
  line-height: 50px;
  margin: 0;
  padding-left: 35px;
  font-size: 120%;
}

.side .news_list {
  list-style: none;
  border: 1px solid #888;
  margin: 0 0 25px;
  font-size: 100%;
}

.side .news_list li {
  border-bottom: 2px dotted #888;
  clear: both;
  line-height: 25px;
  margin: 0;
  padding: 5px 0 0 3px;
}

.side .news_list .category {
  margin: 0 3px;
  color: #fff;
  padding: 0 20px;
  background: #888;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
}

.side .news_list a {
  padding-left: 5px;
}

.side .category_list li:last-child {
  border: none;
}
.side .news_list li:last-child {
  border: none;
}

.side .category_list li a {
}

/* area-list */
#area-list {
  background-color: #008cd0;
  position: absolute;
  height: 500px;
  overflow-y: scroll !important;
  width: 136px;
  display: none;
  z-index: 9999;
}

#area-list li {
  width: 100%;
  position: static;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block !important;
  border-top: 1px solid #0065ad;
  float: none;
}

#area-list li a {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
}

.area_city_list a {
  border: 1px solid #299cd3;
  background-color: #299cd3;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  width: 150px;
  text-align: center;
  margin: 5px 3px 0 0;
}

/* フロートバナー
----------------------------------------------------------------------------------- */
#float-chance {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 100px;
}
#float-chance-sp {
  display: none;
}
#float-chance p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#float-chance p:hover {
}

#move-float-chance {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
/*--2020/03/26 update--*/
div.header div.header_title {
  display: none;
}

.staff_article .tit_h3 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}
.staff_article .tit_h3 a {
  color: #299cd3;
  text-decoration: underline;
}
.staff_article .tit_h3 a:hover {
  color: #2860a0;
}
.staff_article p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px 0;
}
/*--2024/06/13 update--*/
ul.virus5 {
  display: flex;
  flex-wrap: wrap;
}
ul.virus5 li {
  background: #b0d3ef;
  text-align: center;
  width: 27.5%;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}
ul.virus5 li::before {
  content: "";
  display: block;
  background: url(/images/area/top-virus01.png) no-repeat center / contain;
  width: 65%;
  height: 100px;
  margin-bottom: 1rem;
}
ul.virus5 li:nth-of-type(2)::before {
  background: url(/images/area/top-virus02.png) no-repeat center / contain;
}
ul.virus5 li:nth-of-type(3)::before {
  background: url(/images/area/top-virus03.png) no-repeat center / contain;
}
ul.virus5 li:nth-of-type(4)::before {
  background: url(/images/area/top-virus04.png) no-repeat center / contain;
}
ul.virus5 li:nth-of-type(5)::before {
  background: url(/images/area/top-virus05.png) no-repeat center / contain;
}
.jirei-wrapper {
  display: flex;
  flex-flow: wrap;
  height: 325px;
  overflow-y: scroll;
  border: 1px solid rgb(204, 204, 204);
}
ul.jirei-wrapper li {
  padding: 10px 10px 5px;
  width: 100%;
}
ul.jirei-wrapper li a {
  padding-left: 10px;
  display: block;
  border-left: 3px solid #158fd0;
  text-decoration: none;
}
ul.jirei-wrapper li a strong {
  text-decoration: underline;
}
#page-top,
#float-chance-sp {
  z-index: 999;
}
.swiper {
  position: relative;
  width: 640px;
  max-width: 100%;
}

.button-next,
.button-prev {
  cursor: pointer;
  position: absolute;
  width: 20px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 20px;
  background: #015fa5;
  opacity: 0.85;
}

.button-next {
  right: 0;
  padding: 20px 0 20px 5px;
}
.button-prev {
  left: 0;
  padding: 20px 5px 20px 0;
}
.swiper-slide-inner {
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 25px;
  width: 85%;
  margin: 0 auto;
  box-shadow: 1px 1px 3px #ccc;
}
.reviewer_flex {
  display: flex;
  font-weight: bold;
  width: 80%;
}
.rating_box {
  width: 80%;
  border-bottom: 2px dotted #ccc;
}
.rating_st {
  color: #f9ff00;
  text-shadow: 1px 1px 1px #ccc;
}
.reviewer_term {
  background: #0077c3;
  color: #fff;
  font-size: 0.8em;
  padding: 4px 6% 0;
  border-radius: 15px;
  margin-left: 20%;
  box-shadow: 1px 1px 1px #ccc;
}
.pagination {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.swiper-pagination-bullet-active {
  background: #1e4729;
}
.maker_txt {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.blue_txt {
  color: #025aab;
}
.maker_txt_de {
  padding: 10px;
}
.column-wrapper {
  display: flex;
  flex-flow: wrap;
}
li.column-item {
  width: 48%;
  margin: 1%;
  box-shadow: 2px 2px 9px #ccc;
  transition: all 0.5s 0s ease;
}
.column-inner img {
  max-width: 100%;
}
li.column-item:hover {
  opacity: 0.7;
}
.column_term {
  background: #0077c3;
  color: #fff;
  padding: 3px 6% 0;
  border-radius: 15px;
  display: inline-block;
  box-shadow: 1px 1px 1px #ccc;
  font-size: 0.9em;
}
.column_txt {
  border-top: 2px dotted #ccc;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.column-inner {
  padding: 3px;
}
.section_area .service {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.section_area .service_flex {
  display: flex;
  width: 49.5%;
  font-size: 12px;
  border: 1px solid #b1d0ff;
  box-shadow: 1px 1px #ccc;
  margin-top: 1%;
}
.section_area .service_flex_item {
  margin: 0.3%;
  position: relative;
  font-weight: bold;
}
.section_area .sfi2,
.section_area .sfi2 table {
  width: 100%;
}
.section_area .service_flex_item_a {
  position: absolute;
  border-radius: 0% 0% 50% 50%;
  background: rgb(0 100 172 / 85%);
  padding: 5px 5px 17px 5px;
  width: 93.4%;
  text-align: center;
  color: #fff;
}
.section_area .service_flex_item_a:hover {
  color: #fff;
  opacity: 0.5;
}
.section_area .service_flex_txt_red {
  font-size: 1.1em;
  margin: 0.2em 0 0 0.5em;
  color: red;
}
.section_area .service_flex_item table th {
  background: #b1d0ff;
  padding: 2px;
  font-weight: bold;
  border: 1px solid #ccc;
}
.section_area .service_flex_item table td {
  border: 1px solid #ccc;
  padding: 2px;
}
.section_area .features {
  display: flex;
  flex-flow: wrap;
}
.section_area .features_item {
  width: 31%;
  border: 1px solid #158fd0;
  margin: 1%;
  border-radius: 5px;
  box-shadow: 1px 1px #ccc;
}
.section_area p.features_h {
  padding: 12px 0px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  background: #158fd0;
  color: #fff;
  box-shadow: 1px 1px #ccc;
}
.section_area .features_txt {
  padding: 5.5%;
}
.section_area .features_txt p {
  border-bottom: 1px dotted #141414;
  display: inline;
}
.section_area .service_flex_item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.section_area .features span.txt_red {
  color: red;
}
.section_area .staff {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_area .staff .staff_item {
  width: 30%;
  background: #f3f3f3;
  box-shadow: 1px 1px #ccc;
  padding: 1%;
  margin-top: 3px;
}
.section_area .staff_item_suido {
  background: #1a1a1a;
  color: #fff;
  padding: 0.5% 0 0.5% 3%;
  box-shadow: 1px 1px #ccc;
}
.section_area .staff_item_yakushoku {
  font-weight: bold;
  margin: 2% 0;
}
.section_area .staff_item img {
  width: 96%;
  padding: 3%;
}
.section_area .staff_link {
  margin-top: 3%;
  display: block;
}
.column-inner img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .section_area .service_flex,
  li.column-item {
    width: 99.5%;
  }
  .section_area .staff .staff_item {
    width: 47.5%;
  }
  .section_area .features_item {
    width: 45%;
  }
  ul.virus5 li {
    width: 39.5%;
  }
}
@media screen and (max-width: 640px) {
  .staff_article .tit_h3 {
    background: url(https://hiroshima-suido-pro.com/images/common/icon_cilcle.gif)
      no-repeat 1.2% 20%;
    /* background: url(../images/common/icon_cilcle.gif) no-repeat 1.2 20%; */
  }

  th {
    width: 70px;
  }
}

/*--2020/07/31 update--*/
.certificate {
  max-width: 65%;
  text-align: center;
  margin: 20px auto;
}

.certificate img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
}

@media screen and (max-width: 640px) {
  .certificate {
    max-width: 90%;
    text-align: center;
    margin: 20px auto;
  }

  .certificate img {
    max-height: 330px;
  }
}
img.float_l {
  margin-right: 10px;
  float: left;
}

/*20230921*/
.cat_search .dropdown {
  display: none;
}
.cat_search {
  display: flex;
  justify-content: space-around;
}
.cat_search_item {
  width: 40%;
  margin-bottom: 0.5em;
}
.cat_search li {
  background: url(../images/common/icon_arrow.gif) 10px center no-repeat;
  border-bottom: 2px dotted #888;
  clear: both;
  line-height: 3em;
  padding-left: 35px;
}
.cat_search label,
.cat_search li {
  display: block;
  font-weight: bold;
}
.cat_search label p {
  color: #fff;
  display: block;
  position: relative;
  background: #f06c00;
  padding: 0.5em 0 0.5em 1.5em;
}
.cat_search label p::after {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 25%;
  width: 0.5em;
  height: 0.5em;
  border-top: #fff 4px solid;
  border-left: #fff 4px solid;
  transform: rotate(225deg);
}
.cat_search input[type="checkbox"] {
  display: none;
}
#menu:checked + .dropdown,
#menu_b:checked + .dropdown {
  display: block;
}

.yarpp-thumbnails-horizontal {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: initial !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 23% !important;
}
.yarpp-thumbnail > img,
.yarpp-thumbnail-default {
  width: 93% !important;
}
.content .column .yarpp-related h3 {
  background: #eb6c01;
  color: #fff;
  padding: 0.25em 0.15em 0.15em;
  left: 0;
}
.column_contents p {
  margin-bottom: 25px;
}
body {
  margin-top: 230px;
}
.head_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
}
.header_inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
div.header div.nav {
  bottom: 0;
  top: 137px;
}

.head_menx .dropdown {
  display: none;
}
.head_menx_item {
  width: 40%;
  margin-bottom: 0.5em;
}

.head_menx li {
  display: block;
  font-weight: bold;
  width: 437px;
}
.head_menx label p {
  color: #fff;
  display: block;
  position: relative;
  background: #f06c00;
  padding: 0.5em 0 0.5em 1.5em;
}
div.header div.nav ul li.nav2 .cat_search_item ul li a {
  background: rgb(0 140 208 / 90%);
  text-indent: 0;
  width: 55%;
  height: 2em;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
}
div.header div.nav ul li.nav2 .cat_search_item ul li a:hover {
  background: #006a9d;
}
.head_menx input[type="checkbox"] {
  display: none;
}
#nav2:hover .dropdown {
  display: block;
  position: absolute;
}
/*--2024/06/13 update--*/
.other_area {
  display: flex;
}

.other_area_map,
.other_area_map iframe {
  width: 100%;
}
.are_add {
  border: 2px solid #8b8b8b;
  margin: 0 2px;
  padding: 10px;
  min-width: 33%;
}
.m15 {
  margin: 15px 0 5px;
}
ul.other_area_w {
  display: flex;
  flex-flow: wrap;
}
ul.other_area_w li a {
  background: #c5ecff;
  padding: 1px 15px;
  text-decoration: none;
  margin: 5px;
  border-radius: 20px;
  line-height: 2;
}
.side_maker {
  padding: 5px;
  text-align: center;
  background: #60cff8;
}
.side_maker img {
  background-color: #fff;
}
.side_maker p {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #02b3f4;
}
@media screen and (max-width: 640px) {
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 47% !important;
  }
  .content .column .yarpp-related h3 {
    padding-left: 1em;
  }
  div.header div.nav {
    display: none;
  }
  .header_inner {
    width: 100%;
    position: initial;
  }
}

.blog_contents section.head_fixed {
  display: none;
}

/*20250416*/
.cat_search .dropdown {
	display: none;
  }
  .cat_search {
	display: flex;
	justify-content: space-around;
  }
  .cat_search_item {
	width: 40%;
	margin-bottom: 0.5em;
  }
  .cat_search li {
	background: url(../images/common/icon_arrow.gif) 10px center no-repeat;
	border-bottom: 2px dotted #888;
	clear: both;
	line-height: 3em;
	padding-left: 35px;
  }
  .cat_search label,
  .cat_search li {
	display: block;
	font-weight: bold;
  }
  .cat_search label p {
	color: #fff;
	display: block;
	position: relative;
	background: #f06c00;
	padding: 0.5em 0 0.5em 1.5em;
  }
  .cat_search label p::after {
	content: "";
	display: block;
	position: absolute;
	right: 10%;
	top: 25%;
	width: 0.5em;
	height: 0.5em;
	border-top: #fff 4px solid;
	border-left: #fff 4px solid;
	transform: rotate(225deg);
  }
  .cat_search input[type="checkbox"] {
	display: none;
  }
  #menu:checked + .dropdown,
  #menu_b:checked + .dropdown {
	display: block;
  }
  .new_blog{
	font-size:0.8em;
  }
  .new_blog a{
	text-decoration: none;
  }
  .new_blog a:hover {
	opacity: 0.8;
  }
  .article_wrap{
	display: flex;
	justify-content: space-around;
	max-width: 660px;
	flex-flow: wrap;
  }
  .article_wrap .article{
	width: 31.8%;
  }
  .article_wrap .old_blog_w{
	width:100%!important;
  }
  .blog .article .tit_h4{
	background: #f3f3f3;
	  border-bottom: 2px solid #014190;
	text-indent: 0.5em;
  }
  .blog .article .tit_h4 a{
	color: #014190;
  }
  .blog_flex{
	display: flex;
	justify-content: center;
  }
  .blog_flex_item{
	text-align: center;
	width: 100%;
  }
  .blog_flex_item img{
	width: 99%;
	height: 200px;
	object-fit: cover;
  }
  .blog_flex_item2{
	width: 80%;
	padding: 0 1em;
  }
  .blog_details{
	color: #014190;
	border-bottom: 1px solid #014190;
	font-size: 1.2em;
  }
  .blog_table{
	width: 99%;
	margin: 0 auto 0.5em;
  }
  .blog_table .table{
	width: 100%;
  }
  .blog_table .table td{
	border: none;
	border-bottom: 1px solid #ccc;
	min-width: 72px;
	border: 1px solid #ccc;
	color: #222222;
	vertical-align: middle;
  }
  .blog_table .table td p{
	display: flex;
	justify-content: space-between;
	word-break: break-all;
	margin: 1em 0;
  }
  .blog_table .table td p span{
	width: 50%;
  }
  .blog_table .table th{
	background: #014190;
	color: #fff;
  }
  .blog_table .table td p span:first-child {
	font-weight: bold;
  }
  .blog_table .table td.blue-txt{
	background: #014190;
	color: #fff;
	width: 35%;
  }
  .blog_table .table td.light-blue{
	color: #014190;
	background: #c5ffe0;
	border: 1px solid #ccc;
  }
  .blog_table .gray-back{
	background: #eee;
  }
  .blog_table a{
    text-decoration: underline;
  }
  .blog_img{
	display: flex;
	justify-content: space-around;
	margin: 1em 0px;
  }
  .blog_img div{
	position: relative;
  }
  .blog_img_before,.blog_img_after{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0 1.2em;
  }
  .blog_img_before{
	background: #555;
	color: #fff;
  }
  .blog_img_after{
	background: #014190;
	color: #fff;
  }
  .blog .article .blog_contents{
	padding: 4px 2px!important;
  }
  .table th, .table td {
	padding: 5px;
  }
  div.article.old_blog_w {
    padding: 0;
	}
  @media screen and (max-width: 640px) {
	.article_wrap .article {
	  width: 99.1%;
	}
	.blog_flex_item img{
	  max-height: 200px;
	}
	.cat_search {
		flex-flow: column;
	  }
	  .cat_search_item {
		width: 100%;
	  }
	  .head_menx .dropdown {
		display: none !important;
	  }
  }
  .blog .article .tit_h4{
	background: #f3f3f3;
	border-bottom: 2px solid #014190;
	background-color: #eee;
	padding: 10px 5px;
	background-position: 20px 15px;
	text-indent: 5px;
	margin-bottom: 0;
	border-bottom: 2px solid #12b3f0;
	background-color: #e6e6e6;
	left: 0;
	color: #000;
  }
  .blog .article .tit_h4 a{
	color: #014190;
  }
  .blog .article .blog_info {
	border-bottom: 2px dotted #888;
	padding: 10px 20px;
  }
  .blog .article .blog_info span {
	color: #014190;
	font-weight: bold;
  }
  .single .blog_flex{
	display: flex;
  }
  .single .blog_flex_item img{
	border: 1px solid #014190;
  }
  .single .blog_flex_item2{
	width: 80%;
	padding: 0 1em;
  }
  .single .blog_details{
	color: #014190;
	border-bottom: 1px solid #014190;
	font-size: 1.2em;
  }
  .single .blog_table{
	width: 99%;
	margin: 0 auto;
  }
  .single .blog_table table{
	width: 100%;
  }
  .single .blog_table .table td{
	border: none;
	border-bottom: 1px solid #ccc;
  }
  .single .blog_table .table td p{
	display: flex;
	justify-content: space-between;
  }
  .single .blog_table .table td p span{
	width: 50%;
  }
  .single .blog_table .table th{
	background: #014190;
	color: #fff;
  }
  .single .blog_table .table td p span:first-child {
	font-weight: bold;
  }
  .single .blog_img{
	display: flex;
	justify-content: space-around;
	margin: 1em 0px;
  }
  .single .blog_img img{
	height: 220px;
	width: 220px;
	object-fit: cover;
  }
  .single .blog_img div{
	position: relative;
	width: 33%;
  }
  .single .blog_img_before,.blog_img_after{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0 1.2em;
  }
  .single .blog_img_before{
	background: #555;
	color: #fff;
  }
  .single .blog_img_after{
	background: #014190;
	color: #fff;
  }
  .single div.detail {
	width: 100%;
  }
  .single  div.detail img{
	max-width: 100%;
	object-fit: cover;
  }
  .pc_hs{
	display: table-cell;
  }
  .sp_hs{
	display: none;
  }
  @media screen and (max-width: 768px) {
	.single .blog_img div{
	  width: 220px;
	}
	.single .blog_table .table td{
	  width: 50%;
	}
	.single .blog_table .table td p{
	  flex-flow: column;
		margin: 0;
	}
	.single .blog_table .table td p span{
	  width: 100%;
	}.single .blog_img img{
	  width: 170px;
	}
	.pc_hs{
	  display: none;
	}
	.sp_hs{
	  display: table-cell;
	}
  }

/* 25/10/06追記 */
.content .page-copy {
  border-bottom: 1px #29abe2 solid;
  border-left: 7px #29abe2 solid;
  line-height: 1.4;
  text-indent: 0;
  padding: 10px;
  margin-bottom: 10px;
  background: none;
}

.content .page-copy span{
  color: #f15a24;
  margin: 0 .25em;
}


.grecaptcha-badge {
	bottom: 280px!important
}

@media screen and (max-width: 768px) {
	.grecaptcha-badge {
		bottom: 130px!important
	}
}

/* 25/12/01追記 待機所ページ見出し調整 */
.office_addres h3 + h4 {
    margin-top: 20px;
}

/*20260115 お客様の声*/
div.article  .detail__customer-name {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold;
}

div.article  .detail__customer-rating {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

.detail__customer-rating span{
	font-weight: normal;
	color: #f7941e;
}

.content .column_contents h4 {
	height: auto;
	margin: 0 0 10px;
	padding: 8px 10px;
	line-height: 1.4;
	text-indent: 0;
	background: linear-gradient(
	to bottom,
	#46d7ff 0%,
	#20baf0 4%,
	#12ace6 100%
	);
	border-radius: 6px 0 0 0;
}

/* 待機所のサービスエリアへのリンク */
.section--nav-service-area{
  margin-top: 30px;
}

.section--nav-service-area h4{
  background: #0cb7f4;
  text-indent: 0;
  padding: 10px;
  line-height: 1.4;
  border-radius: 6px 6px 0 0;
}

.list--nav-service-area{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border: 3px solid #ddd;
  margin-top: 20px;
  margin-bottom: 40px;
  padding:20px;
  box-sizing: border-box;
  border-radius: 12px;
}

.list--nav-service-area li {
  width: calc( (100% - 20px) / 2 );
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 14px;
}

.list--nav-service-area li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #299cd3;
}

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

  .list--nav-service-area{
    flex-direction: column;
    gap: 10px;
  }

  .list--nav-service-area li {
    width: auto;
  }

}