@charset "utf-8";
/* CSS Document */
/*
Theme Name: シンケイ2025テーマ
Author:株式会社シンケイ
Author URI: http:shinkei.jp
*/

/* formatting style
--------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;

}
 
.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}
.aligncenter {
  display: block;
  margin:0 auto;
}
.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}
 
.clear {
  clear: both;
  margin: 0px;
  height: 0px;
}

 
body {
	color: #362e2b;
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #fef8ec;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-spacing:0;
    border-collapse:separate;
    *border-collapse:collapse; /* ie6,7 */
}

ol {
	margin-left: 30px;
}

.cl {
    clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

img {
    border: none;
	max-width:100%;
	height:auto;
}


a:hover img {
opacity:0.8;
filter:Alpha(opacity=80);
}


a:link {
	color: #3c3c3c;
	text-decoration: none;
}
a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
a:hover {
	color: #3c3c3c;
	text-decoration: underline;
}
a:active {
	color: #3c3c3c;
	text-decoration: none;
}


body {
    margin: 0;
}
#fixwrap {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.container {
    display: flex;
}
#logobox{
	padding-bottom: 40px;
}
#logobox img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
#logobox p{
	font-size: 13px;
}
#logobox h2{
	font-size: 24px;
	font-weight: normal;
}
.sidebar {
    width: 236px;
    position: fixed; /* サイドバーを固定表示 */
    top: 0;
    height: 100%; /* 高さを100%に設定 */
    padding: 0px;
}

.content {
    margin-left: 240px; /* サイドバーの幅を考慮してコンテンツの左マージンを設定 */
    padding: 0px;
	width: 1040px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left;
}

/*アコーディオン開閉表示*/
.accordion_tab {
position: relative;
margin-bottom: 1px;
margin-left: 0px;
width: 90%;
color: #000;
overflow: hidden;
}
.accordion_tab input {
position: absolute;
opacity: 0;
z-index: -1;
}
/*表示ラベル*/
.accordion_tab label {
position: relative;
display: block;
padding-left:24px;
font-size: 17px;
font-weight: normal;
line-height: 2.5;
cursor: pointer;
}
/*内容*/
.accordion_contents {
color: #000;
max-height: 0;
overflow: hidden;
transition: max-height .50s;
}
.accordion_contents a{
text-decoration:none;
}
/* クリック時に開く */
input:checked ~ .accordion_contents {
max-height: 100%;
}
.accordion_contents li{
	margin-bottom: 14px;
}
.accordion_blue li {
	margin-left: 20px;
	list-style: none;
	background-image: url("images/blueperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.accordion_green li {
	margin-left: 20px;
	list-style: none;
	background-image: url("images/greenperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.accordion_orange li {
	margin-left: 20px;
	list-style: none;
	background-image: url("images/orangeperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.accordion_people li {
	margin-left: 20px;
	list-style: none;
	background-image: url("images/peopleperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.accordion_tab label::after {
position: absolute;
right: 0;
top: 0;
display: block;
width: 3em;
height: 3em;
line-height: 2.5;
text-align: center;
transition: all .50s;
}
/* 「+」アイコンのアクション*/
.accordion_tab input[type=checkbox] + label::after {
content: "+";
}
.accordion_tab input[type=checkbox]:checked + label::after {
transform: rotate(45deg); /*回転させる*/
}
.sidefixtex {
	padding-top: 20px;
	padding-bottom: 6px;
}
.sidefixtex ul li {
	list-style: none;
}
.sidefixtex li {
	margin-bottom: 10px;
	font-size: 16px;
}

.sidefixtex a{
	color: #000000;
	text-decoration: none;
}
.label-btn01 {
	background-image: url("images/fixmenu01.png");
	background-repeat: no-repeat;
	background-position: left center;
    padding-left:24px;
	font-weight: normal;
	font-size: 17px;
}

.label-btn02 {
	background-image: url("images/fixmenu02.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.label-btn03 {
	background-image: url("images/fixmenu03.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.label-btn04 {
	background-image: url("images/fixmenu04.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.label-btn05 {
	background-image: url("images/fixmenu05.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.telnum {
	color: #2091d9;
	font-size: 29px;
	font-weight: normal;
}

.reception {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	background-image: url("images/kuroden.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#motto {
	width: 100%;
	padding-bottom: 20px;
}
#motto_l {
	width: 683px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
#motto_r {
	width: 310px;
	float: right;
	margin: 0px;
	padding-right: 30px;
	vertical-align: top;
}
#motto_r img{
	display: block;
	margin-top: 0px;
}
#motto h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
#motto h2{
	font-size: 18px;
	font-weight: normal;
}
.blockimg img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.blockimg2 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.threebox {
	padding-top: 40px;
	width: 920px;
	margin-left: 20px;
}
.three_blue {
	width: 255px;
	margin-left: 9px;
	margin-right: 9px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 10px;
	background-color: #f8fdfe;
	border-radius: 12px;
}
.three_green {
	width: 255px;
	margin-left: 9px;
	margin-right: 9px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 10px;
	background-color: #f8fff5;
	border-radius: 12px;
}
.three_right {
	width: 255px;
	margin-left: 9px;
	margin-right: 9px;
	float: left;
}

.three_orange {
	width: 255px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 10px;
	background-color: #fffaf1;
	border-radius: 12px;
	margin-bottom: 9px;
}
.three_people {
	width: 255px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 10px;
	background-color: #fbf4ff;
	border-radius: 12px;
}


.three_blue h2 {
	background-image: url("images/fixmainmenu02.png");
	background-position: left center;
	background-repeat: no-repeat;
    border-bottom: solid 2px;
	border-color: #7fc7ff;
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
}
.three_green h2 {
	background-image: url("images/fixmainmenu03.png");
	background-position: left center;
	background-repeat: no-repeat;
    border-bottom: solid 2px;
	border-color: #ace579;
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
}
.three_orange h2 {
	background-image: url("images/fixmainmenu04.png");
	background-position: left center;
	background-repeat: no-repeat;
    border-bottom: solid 2px;
	border-color: #fba445;
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
}
.three_people h2 {
	background-image: url("images/fixmainmenu05.png");
	background-position: left center;
	background-repeat: no-repeat;
    border-bottom: solid 2px;
	border-color: #b28ecf;
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
}


.three_blue li {
	list-style: none;
	background-image: url("images/blueperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 14px;
}
.three_green li {
	list-style: none;
	background-image: url("images/greenperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 14px;
}
.three_orange li {
	margin-left: 20px;
	list-style: none;
	background-image: url("images/orangeperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 14px;
}
.three_people li {
	list-style: none;
	background-image: url("images/peopleperiod.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 14px;
}

.dotbox {
	border-top: dotted #c7baac;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.dotbox h2{
	background-image: url(images/arrow_or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: solid 2px #7e6b5a;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 0px 6px 28px;
	margin-bottom: 20px;
}

.dotbox h3{
	color: #f47c0c;
	margin-bottom: 20px;
	font-size: 18px;
}

.thumlist {
	padding-bottom: 20px;
}

.thum_img {
	width: 35%;
	float: left;
	background-color: #c1c1c1;
	text-align: center;
}

.thum_tex {
	width: 62%;
	float: right;
}

.thum_tex h3{
	border-bottom: solid 2px #31bbde;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 14px;
}
.align_r {
	text-align: right;
	clear: both;
}
.btn_more {
	width: 120px;
	height: 24px;
	font-size:14px;
	-moz-border-radius: 3px;/*for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	border-radius: 3px;
	behavior: url(border-radius.htc);/*for IE*/
	color: #FFF;
	text-align: center;
	float: right;
	clear:both;
	line-height: 24px;
	margin-top: 14px;
}
.btn_more a:link {
	background-color:#f47c0c;
	color: #FFF;
	width: 120px;
	height: 24px;
	display: block;
	-moz-border-radius: 3px;/*for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	border-radius: 3px;
	behavior: url(border-radius.htc);/*for IE*/
}
.btn_more a:visited {
	background-color:#f47c0c;
	color: #FFF;
	width: 120px;
	height: 24px;
	-moz-border-radius: 3px;/*for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	border-radius: 3px;
	behavior: url(border-radius.htc);/*for IE*/
}
.btn_more a:hover {
	background-color:#f7a455;
	color: #FFF;
	width: 120px;
	height: 24px;
	-moz-border-radius: 3px;/*for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	border-radius: 3px;
	behavior: url(border-radius.htc);/*for IE*/
	text-decoration: none;
}
.btn_more a:active {
	background-color:#f47c0c;
	color: #FFF;
	width: 120px;
	height: 24px;
	-moz-border-radius: 3px;/*for Firefox*/
	-webkit-border-radius: 3px;/*for Safari and chrome*/
	border-radius: 3px;
	behavior: url(border-radius.htc);/*for IE*/
}
.more02 a:link {
	display: block;
	background-image: url(images/arrow_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}

.more02 a:visited {
	background-image: url(images/arrow_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}

.more02 a:hover {
	background-image: url(images/arrow_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}

.more02 a:active {
	background-image: url(images/arrow_bl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}
.recpfon{
	font-size: 18px;
	font-weight: bold;
	color:#f776a3;
	margin-bottom: 14px;
}
.k-table {
	margin-bottom: 14px;
}
.k-th {
	padding-right: 14px;
}
.k-th {
	width: 89px;
}
.k-th img {
	display: block;
	width: 89px;
}
.k-fullauto{
	border-left: solid 8px #F3C148;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 14px;
}
.k-auto{
	border-left: solid 8px  #6BC1B7;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 14px;
}
.check {
	margin-bottom: 20px;
}
.check ul {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.check ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.check ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
 font-weight: 900;
}

/* foot style
--------------------------------------------*/

#footer {
	width: 100%;
	padding-top: 20px;
	background-color: #27160c;
}


#footlist {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	padding-bottom: 20px;
}

#footlist ul{
	list-style-type:none;
	line-height:140%;
	float: left;
	width: 95%;
	padding-left: 10px;
	min-height: 250px;
}


.foolistw01 {
	width: 25%;
	float: left;
	background-image: url(images/footline.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#footlist li{
	background:url(images/footer_arrow.gif) left center no-repeat;
	padding-left: 10px;
	font-weight: normal;
	line-height: 1.6;
}

#footlist li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footlist li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footlist li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footlist li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footadd {
	width: 100%;
	text-align: center;
	background-color: #140b06;
	color:#FFFFFF; 
	height: 50px;
	line-height: 50px;
	clear: both;
	border-top: solid 1px #331d10;
}

#footerbot {
	width: 100%;
	text-align: center;
	background-color: #3b2112;
	height: 25px;
	line-height: 25px;
	clear: both;
	color: #FFF;
}
#headimgbk {
	background-image: url(images/h2bg.jpg) !important;
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	width: 100%;
}
#pagebox {
width: 1010px;
height: 180px;
margin: 0px auto;
padding: 26px 0px;
text-align: center;
}

#pagemain {
    width: 900px;
	margin: 0px auto;
	padding: 0px 0px;
	height: auto;
	text-align: left;
}

#pagemain p{
	margin-bottom: 18px;
}

.align_r {
	text-align: right;
	clear: both;
}

#pagemain h2{
	background-image: url(images/acc.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: solid 6px #7e6b5a;
	line-height: 64px;
	font-size: 24px;
	text-indent: 70px;
	margin-bottom: 30px;
}
.gra {background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
border-top-right-radius: 10px;/*for Firefox*/
border-top-left-radius: 10px;/*for Firefox*/
-webkit-border-top-left-radius: 10px;/*for Safari and chrome*/
-webkit-border-top-right-radius: 10px;/*for Safari and chrome*/
-moz-border-radius-topright: 10px;
-moz-border-radius-topleftt: 10px;
behavior: url(border-radius.htc);/*for IE*/
padding-top: 8px;
padding-bottom: 8px;
font-size: 24px;
font-weight: normal;
color: #3E1F00;
text-indent: 20px;
border-left: solid 1px #45b8dc;
border-right: solid 1px #45b8dc;
border-top: solid 1px #45b8dc;
margin-top: 30px;
margin-bottom: 20px;
}


.gra2 {background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
border-top-right-radius: 10px;/*for Firefox*/
border-top-left-radius: 10px;/*for Firefox*/
-webkit-border-top-left-radius: 10px;/*for Safari and chrome*/
-webkit-border-top-right-radius: 10px;/*for Safari and chrome*/
-moz-border-radius-topright: 10px;
-moz-border-radius-topleftt: 10px;
behavior: url(border-radius.htc);/*for IE*/
padding-top: 8px;
padding-bottom: 8px;
font-size: 20px;
font-weight: normal;
color: #3E1F00;
text-indent: 20px;
border-left: solid 1px #45b8dc;
border-right: solid 1px #45b8dc;
border-top: solid 1px #45b8dc;
margin-top: 30px;
margin-bottom: 20px;
}

h3.pagebana{
	background-image: url(images/arrow_or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: solid 2px #7e6b5a;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 0px 6px 28px;
	margin-bottom: 20px;
	clear: both;
}

h3.cat7bana{
	background-image: url(images/icon_water.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 0px 6px 40px;
	margin-bottom: 14px;
	clear: both;
}
h3.cat40bana{
	background-image: url(images/hammer.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	font-weight: normal;
	padding: 6px 0px 6px 42px;
	margin-bottom: 14px;
	clear: both;
}
h4.pagebana{
	color: #f47c0c;
	margin-bottom: 20px;
	font-size: 18px;
	clear: both;
}

.flobox {
	width: 93%;
	clear: both;
	margin-bottom: 20px;
	border: solid 1px #f57e18;
	padding: 20px;
}

.indexfloatbox {
	width: 100%;
	clear: both;
	margin: 0px;
}

.floatbox {
	width: 90%;
	clear: both;
	margin: 0px auto;
}

.troublefloatbox {
	width: 100%;
	clear: both;
	margin: 0px;
}
.floatbox02 {
	width: 100%;
	clear: both;
	margin: 0px 0px 20px 0px;
}


.top01 {
	float: left;
	width: 48%;
	padding: 10px 0px 0px 0px;
}


.top02 {
	float: right;
	width: 48%;
	padding: 10px 0px 0px 0px;
}

.troubletop01 {
	float: left;
	width: 48%;
	padding: 10px 0px 0px 0px;
}


.troubletop02 {
	float: right;
	width: 48%;
	padding: 10px 0px 0px 0px;
}

.troublefloatbox ul li{
	list-style: none;
}

.troublefloatbox li{
	list-style: none;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 46%;
	margin: 5px 5px 5px 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 3px #e9cea6;
-moz-box-shadow: 0px 0px 3px #e9cea6; /* Firefox */
-webkit-box-shadow: 0px 0px 3px #e9cea6; /* Chrome, Safari */
filter: progid:DXImageTransform.Microsoft.Shadow(color=#e9cea6, direction=135, strength=2, enabled=true);
 -moz-border-radius: 10px;/*for Firefox*/
        -webkit-border-radius: 10px;/*for Safari and chrome*/
        border-radius: 10px;
        behavior: url(border-radius.htc);/*for IE*/
		min-height: 210px;
}


.casefloatbox {
	width: 100%;
	clear: both;
	margin: 0px;
}


.casefloatbox ul li{
	list-style: none;
}

.casefloatbox li{
	list-style: none;
	padding: 10px 10px 10px 10px;
	width: 95%;
	margin: 20px auto 0px auto;
	box-shadow: 0px 0px 3px #e9cea6;
-moz-box-shadow: 0px 0px 3px #e9cea6; /* Firefox */
-webkit-box-shadow: 0px 0px 3px #e9cea6; /* Chrome, Safari */
filter: progid:DXImageTransform.Microsoft.Shadow(color=#e9cea6, direction=135, strength=2, enabled=true);
 -moz-border-radius: 10px;/*for Firefox*/
        -webkit-border-radius: 10px;/*for Safari and chrome*/
        border-radius: 10px;
        behavior: url(border-radius.htc);/*for IE*/
}



.solvebox {
	padding-bottom: 20px;
}
.solve_customertex {
	float: right;
	width: 75%;
}
.solve_customerimg {
	float: left;
	width: 25%;
}
.solve_shinkeitex {
	float: left;
	width: 75%;
}
.solve_shinkeiimg {
	float: right;
	width: 25%;
}

.brb{
  position: relative;
  background: #fafeff;
  border :1px solid #cee5eb;
  margin: 0px 0px 0px 10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
  clear: both;
  width: 90%;
  line-height: 1.6;
}

.brb:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 14px;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-right: 30px solid #cee5eb;
}
.brb:after {
  content: "";
  position: absolute;
  right: 99%;
  top: 14px;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-right: 30px solid #fafeff;
}


.blb{
  position: relative;
  background: #fafeff;
  line-height: 1;
  border :1px solid #cee5eb;
  margin: 0px 0px 0px 10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
  clear: both;
  width: 90%;
  line-height: 1.6;
}

.blb:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 30px;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-left: 30px solid #cee5eb;
}
.blb:after {
  content: "";
  position: absolute;
  left: 99%;
  top: 30px;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-left: 30px solid #fafeff;
}


.photocon {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.photobox {
	width: 48%;
	float: left;
	margin-right: 10px;
}


.photobox img {
	padding: 2px;
	border: solid 1px #eae7e7;
}
.photobox p {
	border-left: solid 8px #0097d8;
	text-indent: 12px;
	font-size: 18px;
	line-height: 1.6;
}

.roopbox {
	border-bottom: solid 3px #f47c0c;
	padding-top: 30px;
	padding-bottom: 20px;
}

.floleft01 {
	float: left;
	width: 62%;
	margin: 0px;
	padding: 0px;
}

.floright01 {
	float: right;
	width: 34%;
	margin: 0px;
	padding: 0px;
}

.floleft02 {
	float: left;
	width: 34%;
	margin: 0px;
	padding: 0px;
}

.floright02 {
	float: right;
	width: 62%;
	margin: 0px;
	padding: 0px;
}

.floleft03 {
	float: left;
	width: 48%;
	min-height: 200px;
}

.floright03 {
	float: right;
	width: 48%;
	min-height: 200px;
}
.floleft04 {
	float: left;
	width: 48%;
	min-height: 111px;
}

.floright04 {
	float: right;
	width: 48%;
	min-height: 111px;
}
.moretx {
	background-image: url(images/li03.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 16px;
	width: 110px;
	height: 24px;
	float: right;
	margin-top: 20px;
	clear: both;
}
.moretx p {
	margin-bottom: 20px;
}

.roop-table {
}

.roop-table table{
    border: none;
	padding: 0px 0px 10px 0px;
    width: 100%;
}

.roop-table th {
    padding: 8px 4px 8px 0px;
    white-space: nowrap;
    width: 20%;
	text-align: center;
vertical-align: top;
font-weight: normal;
border-bottom: dotted 1px #ffc399;
}


.roop-table td {
    padding: 8px 4px 8px 14px;
    width: 70%;
vertical-align: top;
border-bottom: dotted 1px #ffc399;
}


.qa01 {
       width: 97%;
	   margin: 0px auto;
	   clear: both;
}

.qa01 table{
     margin: 0px;
     padding: 0px;
     margin-top: 20px;
     border-left: dotted 1px #cfcdc3;
     border-top: dotted 1px #cfcdc3;
     border-right: dotted 1px #cfcdc3;
     border-collapse: collapse;
       width: 100%;
}


.qa01 td{
	 padding: 10px;
	 vertical-align: top;
         border-bottom: dotted 1px #cfcdc3;
}

.qa01 th{
	 padding: 10px;
	 text-align: left;
	 font-weight: normal;
	 white-space: nowrap;
	 vertical-align: top;
	 width: 34px;
         border-bottom: dotted 1px #cfcdc3;
}
.arrowtex001 {
font-size: 18px;
color:#0071bc;
}
.tex002 {
	background-color: #0097d8;
color:#FFFFFF;
	padding: 6px;
	-moz-border-radius: 6px;/*for Firefox*/
    -webkit-border-radius: 6px;/*for Safari and chrome*/
    border-radius: 6px;
    behavior: url(border-radius.htc);/*for IE*/
	margin-bottom: 14px;
font-size: 18px;
}

.tex004 {
	margin-bottom: 14px;
         font-size: 22px;
color: #f47c0c;
	-moz-border-radius: 6px;/*for Firefox*/
    -webkit-border-radius: 6px;/*for Safari and chrome*/
    border-radius: 6px;
    behavior: url(border-radius.htc);/*for IE*/
padding: 6px;
border: solid 6px #cfcdc3;
}

.texbox001 {
	-moz-border-radius: 6px;/*for Firefox*/
    -webkit-border-radius: 6px;/*for Safari and chrome*/
    border-radius: 6px;
    behavior: url(border-radius.htc);/*for IE*/
	margin-bottom: 14px;
    font-size:22px;
	font-weight: bold;
	border: solid 6px #f47c0c;
	padding: 10px 10px 0px 10px;
}
.texbox002 {
	-moz-border-radius: 6px;/*for Firefox*/
    -webkit-border-radius: 6px;/*for Safari and chrome*/
    border-radius: 6px;
    behavior: url(border-radius.htc);/*for IE*/
	margin-bottom: 14px;
    font-size:16px;
	font-weight: normal;
	border: solid 4px #f47c0c;
	padding: 10px 10px 0px 10px;
}
.konnabox {
	width: 100%;
	clear: both;
}


.konnal {
	width: 60%;
	float: left;
	font-size: 18px !important;
	padding-top: 50px;
}



.konnaboximg01 {
	width: 35%;
	height: auto;
	float: right;
	text-align: center;
}

.bigtex {
	font-size: 24px;
	text-align: center;
	font-weight:bold;
	background-color: #FFF;
	padding: 4px;
}

.konnar {
	width: 60%;
	float: right;
	font-size: 18px !important;
	padding-top: 50px;
}


.konnaboximg02 {
	width: 35%;
	height: auto;
	float: left;
	text-align: center;
}

.line01 p {
    line-height: 36px;
	background-image: url(images/bg-note01.png);
	background-position: bottom;
	background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}
.bgred {
    border: 1px solid #dddddd;
    background-color: #fcf8fb;
    margin: 30px 0;
    padding: 20px 40px 40px;
}




.clickstyle {
     text-align: center;
	 margin: 10px auto;
}

.wpcf7-form .wpcf7-submit   {width: 30%}/*送信ボタンの横幅指定*/

.list-block .wpcf7-list-item { display: block; }

.list-inline .wpcf7-list-item { display: inline; }

span.wpcf7-list-item{display: block;}

#submitbox {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
margin-top: 16px;
	text-align: center;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}
.aligncenter {
  display: block;
  margin:0 auto;
}
.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
}

.google-maps {
position: relative;
padding-bottom: 44.8%;
height: 0;
overflow: hidden;
margin-bottom: 10PX;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


.nomal-table table{
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    width: 98%;
   margin-bottom: 16px;
}



.nomal-table td {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 10px;
	vertical-align:top;
}

.nomal-table th {
    background: #fafafa;
    color: #555!important;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 10px;
    white-space: nowrap;
	vertical-align:top;
}

.wd145 {
	width: 20%;
}

a.pdf {
	text-decoration: none;
	display: block;
	height:30px;
	letter-spacing: 1px;
	padding:4px 0px 0px 40px;
	background: url(images/ic_pdf.gif) no-repeat left;
}

a:hover.pdf{	
	text-decoration: underline;
}

.accent {
	color: #FF0000;
	font-weight: bold;
	font-size:110%;
}

.recommend {
	width: 100%;
	padding-bottom: 30px;
}

.recommend img{
	padding: 4px;
	border: 1px solid #e5e5e5;
	background-color: #f4f4f4;
	margin-bottom: 10px;
}


.recommendimg {
	width: 400px;
	margin: 0px auto;
	padding-bottom: 30px;
}

.recommendimg img{
	padding: 4px;
	border: 1px solid #e5e5e5;
	background-color: #f4f4f4;
}




.round {
	position: relative;
	background: #f37042;
	border: 1px solid #f37042;
	padding: 16px 10px 16px 10px;
	margin-bottom: 30px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.round:after, .round:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.round:after {
	border-color: rgba(243, 112, 66, 0);
	border-top-color: #f37042;
	border-width: 30px;
	margin-left: -30px;
}
.round:before {
	border-color: rgba(243, 112, 66, 0);
	border-top-color: #f37042;
	border-width: 31px;
	margin-left: -31px;
}

.round p{
	font-size: 24px;
	line-height: 1.3;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0px!important;
	font-family: "Rounded Mplus 1c";
}

.blogcatlist{
	width: 100%;
}
.blogcatlist ul{
	width: 100%;
}
.blogcatlist li{
	width: 31%;
	float: left;
	text-align: center;
	list-style: none;
	margin-left: 7px;
	margin-right: 7px;
}

.blogcatlist h4{
	margin-bottom: 14px;
	text-align: center;
	background-image: url(images/arrow_or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 0px 6px 40px;
	clear: both;
}
.blogcatlist img{
	margin-bottom:26px;
	text-align: center;
}


.blog_layout {
	width: 100%;
}
.blog_layout_side {
	width: 26%;
	float: left;
}

.blog_layout_main {
	width: 70%;
	float: right;
}
	

.blog_layout_side ul{
	list-style: none;
}
.blog_layout_side li{
	list-style: none;
	margin-bottom: 16px;
}
.blog_layout_side1 h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	border-top: solid 2px #31bbde;
	border-left: solid 2px #31bbde;
	border-right: solid 2px #31bbde;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	padding: 6px;
}
.blog_layout_side1 li{
	border-left: solid 2px #31bbde;
	padding-left: 4px;
}
.blog_layout_side2 h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	border-top: solid 2px #f47c0c;
	border-left: solid 2px #f47c0c;
	border-right: solid 2px #f47c0c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	padding: 6px;
}
.blog_layout_side2 li{
	border-left: solid 2px #f47c0c;
	padding-left: 4px;
}


.sideblogtop {
	margin-top: 20px;
	background-image: url(images/arrow_br.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
} 
/*---ページ送り---*/

.prevnext{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	width: 100%;
	margin-bottom: 20px;
}
.prev{
	margin:0;
	float:left;
}
.next{
	margin:0;
	float:right;
}

.r {
	color:#F00;
}

.mgbot{
	margin-bottom: 30px;
}

.ulmg li{
	margin-left: 30px;
	margin-bottom: 10px;
}
.google-maps {
position: relative;
padding-bottom: 44.8%;
height: 0;
overflow: hidden;
margin-bottom: 10PX;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.telnum{
	font-size: 190%;
	color: #f4590c;
	line-height: 40px;
	font-weight: bold;
}

.telnum a:link {
	color: #f4590c;
	text-decoration: none;
}
.telnum a:visited {
	color: #f4590c;
	text-decoration: none;
}
.telnum a:hover {
	color: #f4590c;
	text-decoration: underline;
}
.telnum a:active {
	color: #f4590c;
	text-decoration: none;
}

