@charset "UTF-8";
/*0%で四角*/
/*ボタン自体の色、開いたメニューの背景色*/
/*メニュー3本線の色、開いたメニューのテキストの色*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
}

body {
  text-align: center;
  background: white;
  color: black;
  cursor: auto;
  font: normal normal 14px/1.5 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  padding: 5px 10px 10px;
    
/*追加*/

  
/*追加*/
}


blockquote {
  margin: 15px 0;
  padding: 10px 15px 3px;
  background: #faf6ed;
}

pre {
  background: #eee;
  margin: 1em 0;
  padding: 0 20px;
  overflow: auto;
  width: auto;
}

code {
  color: #5b5905;
  font-family: sans-serif;
  letter-spacing: 0;
}

ul, ol {
  margin: 10px 0;
  padding: 0 0 0 30px;
  list-style: none;
}

dl {
  margin: 10px 0;
}

a {
  color: #0071bb;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #3b41a4;
}

a:hover {
  color: #ff8800;
  text-decoration: underline;
}

a:focus,
a:active {
  color: #ff9900;
}

em {
  font-weight: bold;
  color: #666666;
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #ee4477;
}

hr {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  color: #fff;
  background: transparent;
  vertical-align: bottom;
}

embed, object {
  outline: 0;
  vertical-align: bottom;
}

abbr, acronym {
  cursor: help;
}

sup {
  vertical-align: super;
  font-size: 70%;
}

sub {
  vertical-align: baseline;
  font-size: 70%;
}

fieldset {
  border: 1px solid #dddddd;
  margin: 0 0 15px;
  padding: 10px;
}

input,
textarea {
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}

select option {
  padding: 0 5px;
}

label {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
  background: #fafafa;
}

ul.list li:before {
  display: inline-block;
  content: '';
  position: relative;
  top: -3px;
  left: -15px;
  background: #00bbdd;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

/******************************************************************** clearfix
*/
#container,
.clearfix {
  overflow: hidden;
}

/******************************************************************** utilities
*/
.aL {
  text-align: left;
}

.aC {
  text-align: center;
}

.aR {
  text-align: right;
}

.fR {
  float: right;
}

.fL {
  float: left;
}

.clr {
  float: none;
  clear: both;
}

.temp-notes {
  font-size: 120%;
  color: #c00;
  font-weight: bold;
  background: #f8f8f8;
  margin: 1em;
  padding: 1em;
}

.sp_br {
  display: inline;
}

.sp_blind {
  display: none;
}

.pc_br {
  display: none;
}

.pc_blind {
  display: block;
}

/* layout change pc <=> sp btn. !need js cookie setting! */
/*#pcsp_switch li {}*/
@media screen and (min-width: 640px) {
  .sp_br {
    display: none;
  }

  .sp_blind {
    display: block;
  }

  .pc_br {
    display: inline;
  }

  .pc_blind {
    display: none;
  }
 .pc_blind2 {
    display: none;
  }
}
.slicknav_btn {
  display: block;
  position: relative;
  float: right;
  background-color: #48a4d8;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.slicknav_menu {
  font-size: 14px;
  box-sizing: border-box;
  *zoom: 1;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_menu .slicknav_icon {
  display: block;
  padding-top: 11px;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  background-color: white;
  width: 60%;
  height: 3px;
  margin: 0 auto 6px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
  color: white;
}
.slicknav_nav ul {
  display: block;
  overflow: hidden;
  list-style: none;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav a {
  display: block;
  background-color: #48a4d8;
  padding: 10px 0;
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.slicknav_nav a:hover {
  background: #48a4d8;
  color: #f7cd00;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_nav .slicknav_arrow {
  margin: 0 0 0 0.4em;
  font-size: 0.8em;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  background: #48a4d8;
  color: white;
  border-radius: 6px;
}

.slicknav_brand {
  float: left;
  height: 44px;
  padding: 7px 12px;
  color: white;
  font-size: 18px;
  line-height: 30px;
}

.slicknav_nav li a:before {
  content: attr(data-label);
}

.slicknav_nav li img {
  display: none;
}

/******************************************************************** structure
*/
#wrapper {
  width: 100%;
}

header,
#container {
  width: 100%;
}

#contents {
  position: relative;
  text-align: left;
padding:15px!important;
}

footer {
  clear: both;
}

@media screen and (min-width: 640px) {
  body {
    min-width: 1020px;
  }

  header {
    width: 1020px;
    margin: 0 auto;
  }

  #contents {
    width: 1020px;
    margin: 0 auto;
  }
}
/*@media screen and (min-width: $device480){
	body{}
}
@media screen and (min-width: $device768){
	body{}
}*/
/******************************************************************** header,globalNav
*/
header {
  position: relative;
  height: 60px;
}
header h1 {
  padding: 0 100px 0 10px;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  line-height: 20px;
  color: #999;
}
header p {
  padding: 0;
}
header #logo {
  padding-left: 10px;
  width: 150px;
}
header #h-tel {
  display: none;
}
header #h-con {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 2;
}
header #h-con img {
  width: 44px;
}

@media screen and (min-width: 640px) {
  header {
    height: 110px;
  }
  header h1 {
    padding: 5px 10px;
    line-height: 1.6;
  }
  header #logo {
    padding: 0;
    width: 300px;
  }
  header #h-tel {
    display: block;
    position: absolute;
    top: 18px;
    right: 154px;
  }
  header #h-tel img {
    width: 315px;
  }
  header #h-con {
    top: 46px;
    right: 0;
  }
  header #h-con img {
    width: 150px;
  }
  header #h-con a:hover {
    opacity: 0.6;
  }
}
/******************************************************************** main
*/
/******************************************************************** gNavi
*/
#gNavi {
  display: none;
}

.slicknav_menu {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 200px;
  z-index: 1;
}

@media screen and (min-width: 640px) {
  #gNavi {
    display: block;
    background: url(../img/gnav_back.png) repeat-x;
  }
  #gNavi ul {
    width: 1020px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
  }
  #gNavi ul li {
    border-right: 1px solid #fff;
    float: left;
  }
  #gNavi ul li:first-child {
    border-left: 1px solid #fff;
  }

  .slicknav_menu {
    display: none;
  }
}
/******************************************************************** contents
*/
#breadcrumbsList {
  display: none;
}

#contents {
  padding: 0 10px 40px;
}

#headh2 h2 {
display:none!important;
  border-bottom: 2px solid #48a4d8;
  margin-bottom: 12px;
  text-align: center;

}
#contents section .goo img {
  width: 750px;
}
/*#contents section h3 {
  background: #48a4d8 url(../img/title1.png) no-repeat 100% 0;
  background: 56px auto;
  padding: 5px 10px;
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}*/





@media screen and (min-width: 640px) {
  #breadcrumbsList {
    display: block;
    padding: 5px 0;
    font-size: 12px;
  }

  #contents {
    padding: 0 0 40px;
  }

/*h2の編集*/







  #contents section h2 img {
    width: 600px;
  }
/* #contents section h3 {
    background: #48a4d8 url(../img/title1.png) no-repeat 100% 0;
    background: 80px auto;
    padding: 10px 20px;
    margin: 60px 0 30px;
    font-size: 20px;
  }*/
}
#catch {
  background: url(../img/main_back_sp.png) no-repeat 50% 0;
  background-size: cover;
  padding: 0;
}

@media screen and (min-width: 640px) {
  #catch {
    background: url(../img/main_back.png) no-repeat 50% 0;
    background-size: cover;
    height: 430px;
    text-align: center;
  }
  #catch img {
    width: 1020px;
  }
}
/******************************************************************** sub
*/
#sub {
  text-align: left;
}
/*#sub h3 {
  padding: 20px 0 0;
  text-align: center;
}*/
#sub h3 img {
  width: auto;
  height: 30px;
}
#sub #manufacturer {
  background: #f8f8f8;
}
#sub #manufacturer p {
  padding: 15px 15px 25px;
}

/******************************************************************** sub area
*/
#sub #area div {

  background: url(../img/area-map.png) no-repeat 50% 15px;
  background-size: 320px 150px;
  width: 90%;
  padding: 200px 0 20px;
  margin: 0 auto;
}
#sub #area div h4 {
  padding: 10px 0 0;
  font-size: 20px;
}
/******************************************************************** sub area
*/
#sub #flow {
  background: #f8f8f8;
  padding: 0 0 20px;
}
#sub #flow dl {
  width: 85%;
  padding: 20px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
#sub #flow dl dt {
  padding-right: 12px;
  float: left;
}
#sub #flow dl dt img {
  width: 96px;
}
#sub #flow p {
  width: 300px;
  padding: 20px 0 0;
  margin: 0 auto;
}
#sub #sub-voice {
  padding: 24px 10px;
  text-align: center;
}
#sub #sub-info {
  background: #f4f7fa;
  padding-bottom: 10px;
  margin: 0;
}
#sub #sub-info #sub-con {
  background: #45ad51;
  margin: 10px 15px 0;
  text-align: center;
}
#sub #sub-info #sub-con img {
  width: 225px;
}
#sub #sub-info #sub-con a {
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 640px) {
  #sub h3 {
    padding: 10px 0 0;
    font-size:20px;
    font-wight:bold;
  }
  #sub h3 img {
    height: 42px;
  }
  #sub #manufacturer p {
    padding: 30px 0 20px;
    text-align: center;
  }
  #sub #manufacturer p img {
    width: 1020px;
  }

/******************************************************************** sub area
*/
  #sub #area div {
    background: url(../img/area-map2.png) no-repeat 0 38px;
    background-size: 240px;
    width: 724px;
    padding: 18px 0 60px 296px;
  }
  #sub #area div h4 {
    padding-top: 20px;
    font-size: 22px;
  }

#sub #area h3 {
    padding-top: 20px;
    font-size: 22px;
font-weight:500;
  }


/******************************************************************** sub area
*/
  #sub #flow {
    position: relative;
    background: #f8f8f8;
    padding: 0 10px 190px;
    text-align: center;
    font-size: 0px;
  }
/**********追加**********/ 
    #sub #flow #border{
   max-width:1020px;
  margin: 0 auto;
  }
/**********追加ここまで**********/ 
  #sub #flow dl {
    display: inline-block;
    width: 192px;
    padding: 0;
    margin: 38px 0 0 15px;
    overflow: hidden;
    vertical-align: top;
  }
  #sub #flow dl dt {
    padding: 0 12px 15px 0;
    float: none;
  }
  #sub #flow dl dt img {
    width: 192px;
  }
  #sub #flow dl dd {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
  }
  #sub #flow dl:first-child {
    margin-left: 0;
  }
  #sub #flow p {
    position: absolute;
    bottom: 98px;
    left: 50%;
    width: 615px;
    padding: 0;
    margin: 0 0 0 -510px;
  }
  #sub #sub-voice {
    padding: 60px 0;
  }
  #sub #sub-voice img {
    width: 800px;
  }
  #sub #sub-voice a:hover {
    opacity: 0.6;
  }
  #sub #sub-info {
    padding-bottom: 25px;
    text-align: center;
  }
  #sub #sub-info dt img {
    width: 862px;
  }
  #sub #sub-info #sub-tel img {
    width: 862px;
  }
  #sub #sub-info #sub-con {
    width: 600px;
    margin: 0 auto;
  }
  #sub #sub-info #sub-con img {
    width: 250px;
  }
  #sub #sub-info #sub-con a {
    padding: 14px 0;
  }
  #sub #sub-info #sub-con a:hover {
    opacity: 0.6;
  }
 
/******************************************************************** sub area
*/
 /*追加*/
  #sub #area{width:1020px;
  margin:0 auto;}
}

/******************************************************************** sub area
*/
#sub #manufacturer #border{width:1020px;
  margin:0 auto;}
#sub #manufacturer {padding-top:20px;}

@media screen and (max-width: 640px){
#sub #manufacturer #border{width:100%;}
}

/******************************************************************** footer
*/
footer {
  background: #48a4d8;
  padding: 10px 10px 60px;
  color: #fff;
}
footer a,
footer a:visited,
footer a:hover {
  color: #fff;
}
footer h3 img {
  width: 242px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  display: none;
  padding-bottom: 5px;
}
footer ul li.view {
  display: inline-block;
  font-size: 8px;
}
footer ul a:hover {
  text-decoration: none;
}
footer address {
  padding: 10px 0;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  line-height: 1.2;
}

.pagetop {
  background: #cae1f1;
  padding: 0;
  margin: 0 -10px;
}
.pagetop img {
  width: 18px;
}
.pagetop a {
  display: block;
  padding: 14px 0 16px;
}

#footerBn {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #f7cd00;
  width: 100%;
  padding: 0;
}
#footerBn img {
  width: auto;
  height: 54px;
}

@media screen and (min-width: 640px) {
  footer {
    padding: 0;
  }
  footer div {
    position: relative;
    width: 1020px;
    margin: 0 auto;
    text-align: left;
  }
  footer h3 {
    padding: 15px 0 0;
  }
  footer h3 img {
    width: 242px;
  }
  footer ul {
    position: absolute;
    top: 15px;
    right: 0;
    width: 600px;
    padding: 0;
    margin: 0;
  }
  footer ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
    font-size: 12px;
    text-align: right;
    line-height: 1em;
    letter-spacing: 0;
  }
  footer ul li.view {
    display: inline-block;
    font-size: 12px;
  }
  footer ul a {
    text-decoration: none;
  }
  footer ul a:hover {
    text-decoration: underline;
  }
  footer ul.link {
    top: 57px;
  }
  footer ul.link li {
    margin: 5px 0;
    font-size: 14px;
    text-align: left;
    border: none;
  }

  .pagetop {
    position: fixed;
    bottom: 20px;
    left: 50%;
    background: none;
    padding: 0;
    margin: 0 0 0 520px;
    z-index: 9999;
  }
  .pagetop img {
    width: 20px;
  }
  .pagetop a {
    display: block;
    background: #cae1f1;
    border: 4px solid #48a4d8;
    border-radius: 6px;
    width: 42px;
    height: 36px;
    padding: 6px 0 0;
  }
  .pagetop a:hover {
    opacity: 0.6;
  }

  #footerBn {
    display: none;
  }
}
/* ===================================================================
 contents
=================================================================== */
/******************************************************************** home*/
/*.home h2 {
  background: url(../img/main_back_sp.png) no-repeat 50% 0;
  background-size: cover;
}
*/
/*@media screen and (min-width: 640px) {
  .home h2 {
    background: url(../img/main_back.png) no-repeat 50% 0;
    background-size: cover;
    height: 430px;
    text-align: center;
  }
  .home h2 img {
    width: 1020px;
  }
}*/
.home #banner01 {
  background: #f4f7fa;
  padding: 10px;
}

@media screen and (min-width: 640px) {
  .home #banner01 {
    padding: 40px 0;
    text-align: center;
  }
  .home #banner01 img {
    width: 1020px;
  }
}
.home #contents {
  padding: 0 0 40px;
}
.home #contents h3 {
/* padding: 20px 0 0;*/
  text-align: center;
}
 /*.home #contents h3 img {
  width: auto;
  height: 30px;
}*/
.home #contents ol {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.home #contents ol li {
  padding-top: 20px;
}
.home #contents ol ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.home #contents ol ul li {
  box-sizing: border-box;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 50%;
  padding: 0;
  float: left;
}
.home #contents ol ul li:nth-child(even) {
  border-right: none;
}
.home #contents ol ul li:nth-child(5),
.home #contents ol ul li:nth-child(6) {
  border-bottom: none;
}
.home #contents ol p {
  padding: 10px 0 0;
  line-height: 1em;
}
.home #contents ol p a {
  display: block;
  border-radius: 6px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.home #contents ol #box1 h3 {
  border: 2px solid #0095e0;
  border-bottom: 0;
}
.home #contents ol #box1 ul {
  border: 2px solid #0095e0;
  border-top: 0;
}
.home #contents ol #box1 p a {
  background: #0095e0;
}
.home #contents ol #box2 h3 {
  border: 2px solid #f48b00;
  border-bottom: 0;
}
.home #contents ol #box2 ul {
  border: 2px solid #f48b00;
  border-top: 0;
}
.home #contents ol #box2 p a {
  background: #f48b00;
}
.home #contents ol #box3 h4 {
  border: 2px solid #ff88be;
  border-bottom: 0;
}
.home #contents ol #box3 ul {
  border: 2px solid #ff88be;
  border-top: 0;
}
.home #contents ol #box3 p a {
  background: #ff88be;
}
.home #contents ol #box4 h4 {
  border: 2px solid #92c140;
  border-bottom: 0;
}
.home #contents ol #box4 ul {
  border: 2px solid #92c140;
  border-top: 0;
}
.home #contents ol #box4 p a {
  background: #92c140;
}

@media screen and (min-width: 640px) {
   /*.home #contents h3 {
    padding: 60px 0 0;
  }*/
  /*.home #contents h3 img {
    height: 42px;
  }*/
  .home #contents ol {
    width: 1020px;
    padding: 20px 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .home #contents ol li {
    width: 500px;
  }
  .home #contents ol p {
    text-align: right;
  }
  .home #contents ol p a {
    display: inline-block;
    padding: 10px 15px;
  }
  .home #contents ol p a:hover {
    opacity: 0.6;
  }
  .home #contents ol #box1, .home #contents ol #box3 {
    float: left;
    clear: both;
  }
  .home #contents ol #box2, .home #contents ol #box4 {
    float: right;
  }
}
.home #sub .twitter {
  padding: 0 10px 30px;
}
.home #sub .twitter h3 {
  background: #1aa1f2;
  padding: 0;
  margin: 0 0 5px;
  text-align: left;
}
.home #sub .twitter h3 img {
  height: 40px;
}
.home #sub .twitter div {
  width: 100%;
  height: 300px;
  overflow: auto;
}

@media screen and (min-width: 640px) {
  .home #sub .twitter {
    width: 800px;
    padding: 0;
    margin: 0 auto 60px;
  }
  .home #sub .twitter h3 img {
    height: 56px;
  }
  .home #sub .twitter div {
    height: 500px;
  }
}
.home #sub .sp_only {
  padding: 20px 15px;
}
.home #sub .sp_only h3 {
  padding: 10px 0 0;
  font-size: 20px;
  text-align: left;
}
.home #sub .pc_only {
  display: none;
}
/******************************************************************** sub area
*/
@media screen and (min-width: 640px) {
  .home #sub .sp_only {
    display: none;
  }
  .home #sub #area .pc_only {
    display: block;
    background: none;
    width: 100%;
    padding: 0;
  }




}
/******************************************************************** same
*/
.same #contents dl {
  position: relative;
  padding: 195px 0 0;
  margin: 0;
}
.same #contents dl dt {
  font-size: 16px;
  color: #f48b00;
}
.same #contents dl dd {
  padding-top: 5px;
}
.same #contents dl .image {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  margin-left: -100px;
}
.same #contents dl .image img {
  width: 200px;
}
.same #contents div {
  position: relative;
  width: 300px;
  margin: 20px auto 0;
}
.same #contents div p.price {
  position: absolute;
  top: 37px;
  right: 0;
  padding: 0;
}
.same #contents div p.price img {
  width: 134px;
}
.same #contents div table {
  width: 100%;
  border-collapse: collapse;
}
.same #contents div table thead th {
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
.same #contents div table tbody tr:nth-child(even) {
  background: #f8fbff;
}
.same #contents div table tbody th, .same #contents div table tbody td {
  padding: 5px;
  vertical-align: middle;
}
.same #contents div table tbody td {
  white-space: nowrap;
  color: #e80027;
}
.same #contents div table tbody span {
  font-size: 12px;
}
.same #contents div p.aR {
  font-size: 12px;
  letter-spacing: 0;
}

.toilet table {
  border: 2px solid #0095e0;
}
.toilet table thead th {
  background: #0095e0;
}

.kitchen table {
  border: 2px solid #f48b00;
}
.kitchen table thead th {
  background: #f48b00;
}

.bathroom table {
  border: 2px solid #ff88be;
}
.bathroom table thead th {
  background: #ff88be;
}

.lavatory table {
  border: 2px solid #92c140;
}
.lavatory table thead th {
  background: #92c140;
}

.washer table {
  border: 2px solid #996dcc;
}
.washer table thead th {
  background: #996dcc;
}

@media screen and (min-width: 640px) {
  .same #contents dl {
    padding: 0;
    letter-spacing: 0;
    overflow: hidden;
  }
  .same #contents dl dt {
    padding: 0 0 20px 430px;
    font-size: 20px;
  }
  .same #contents dl dd {
    padding: 0 0 15px;
  }
  .same #contents dl .image {
    position: inherit;
    top: 0;
    left: 0;
    padding: 0 30px 0 0;
    margin: -50px 0 0;
    float: left;
  }
  .same #contents dl .image img {
    width: 400px;
  }
  .same #contents div {
    width: 800px;
    margin: 40px auto 0;
  }
  .same #contents div h4 {
    width: 600px;
  }
  .same #contents div p.price {
    position: absolute;
    top: 72px;
    right: 0;
    padding: 0;
  }
  .same #contents div p.price img {
    width: 268px;
  }
  .same #contents div table {
    border-collapse: collapse;
  }
  .same #contents div table thead th {
    padding: 10px 0;
    font-size: 18px;
  }
  .same #contents div table tbody th, .same #contents div table tbody td {
    padding: 10px 20px;
    font-size: 18px;
  }
  .same #contents div table tbody td {
    width: 20%;
    text-align: right;
    font-size: 22px;
  }

  .toilet table {
    border: 4px solid #0095e0;
  }

  .kitchen table {
    border: 4px solid #f48b00;
  }

  .bathroom table {
    border: 4px solid #ff88be;
  }

  .lavatory table {
    border: 4px solid #92c140;
  }

  .washer table {
    border: 4px solid #996dcc;
  }
}
/******************************************************************** company
*/
.company #contents table {
  display: block;
  width: auto;
  border: none;
}
.company #contents table tbody, .company #contents table tr, .company #contents table th, .company #contents table td {
  display: block;
  width: auto;
}
.company #contents table th {
  background: #efefef;
  border: 1px solid #a5a5a5;
  width: auto;
  padding: 5px;
}
.company #contents table td {
  padding: 10px 0 20px;
  border: none;
}
.company #contents table dl {
  margin: 0;
}
.company #contents table dl dt {
  font-weight: bold;
  margin-top: .5em;
}
.company #contents table dl dt:first-child {
  margin-top: 0;
}
.company #contents #point {
  padding: 23px 0;
  letter-spacing: -.5em;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.company #contents #point li {
  display: inline-block;
  padding-left: 3px;
  margin-top: -23px;
  letter-spacing: normal;
}
.company #contents #point li img {
  width: 98px;
}
.company #contents #point li:first-child {
  padding-left: 0;
}
.company #contents #gmaps {
  width: 100%;
  height: 300px;
  margin: 0;
}
.company #contents #googlemapsContainer {
  width: 100%;
  height: 100%;
  color: #333;
}

@media screen and (min-width: 640px) {
  .company #contents table {
    display: table;
    border: 1px solid #a5a5a5;
    border-collapse: collapse;
    text-align: left !important;
  }
  .company #contents table tbody {
    display: table-row-group;
  }
  .company #contents table tr {
    display: table-row;
  }
  .company #contents table th, .company #contents table td {
    display: table-cell;
    border-bottom: 1px solid #a5a5a5;
    padding: 10px;
    vertical-align: middle;
  }
  .company #contents table th {
    background: #efefef;
    width: 20%;
    text-align: center;
    white-space: nowrap;
  }
  .company #contents table dl {
    overflow: hidden;
  }
  .company #contents table dl dt {
    float: left;
    clear: left;
    margin: .5em 0 0;
  }
  .company #contents table dl dd {
    margin: .5em 0 0 9em;
  }
  .company #contents table dl dd:nth-of-type(1) {
    margin-top: 0;
  }
  .company #contents #point {
    padding: 20px 0;
  }
  .company #contents #point li {
    display: block;
    padding-left: 10px;
    margin-top: 0;
    float: left;
  }
  .company #contents #point li img {
    width: 196px;
  }
  .company #contents #gmaps {
    width: 100%;
    height: 500px;
    margin: 0;
  }
}
/******************************************************************** voice
*/
.voice #contents .box p.image {
  text-align: center;
}
.voice #contents .box p.image img {
  width: 200px;
}
.voice #contents .box dl {
  border: 1px solid #92c140;
}
.voice #contents .box dl dt {
  background: #92c140;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}
.voice #contents .box dl dd {
  padding: 10px;
}

@media screen and (min-width: 640px) {
  .voice #contents section {
    overflow: hidden;
  }
  .voice #contents section h2 {
    margin-bottom: 0;
  }
  .voice #contents .box {
    width: 500px;
    margin: 0;
    float: left;
    overflow: hidden;
  }
  .voice #contents .box h3 {
    margin-top: 0;
  }
  .voice #contents .box p.image {
    padding-right: 20px;
    float: left;
    text-align: left;
  }
  .voice #contents .box dl {
    width: 278px;
    float: right;
  }
  .voice #contents .box:nth-child(even) {
    float: right;
  }
  .voice #contents ul.link {
    padding: 0;
  }
}
/******************************************************************** contact
*/
.contact #contents fieldset {
  border: none;
  padding: 0;
}
.contact #contents table {
  display: block;
  width: auto;
  border: none;
}
.contact #contents table tbody, .contact #contents table tr, .contact #contents table th, .contact #contents table td {
  display: block;
  width: auto;
}
.contact #contents table th {
  background: #efefef;
  border: 1px solid #a5a5a5;
  width: auto;
  padding: 5px;
}
.contact #contents table td {
  padding: 10px 0 40px;
  border: none;
}
.contact #contents strong {
  color: #ff8500;
  font-weight: normal;
  font-size: 80%;
}
.contact #contents input, .contact #contents textarea, .contact #contents select {
  background-color: #fff;
  box-sizing: border-box;
  padding: 14px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.contact #contents .btnStyle label {
  line-height: 40px;
}
.contact #contents .level0 {
  min-height: 30px;
}
.contact #contents .level1, .contact #contents .level2, .contact #contents .level3, .contact #contents .level4 {
  width: 98%;
  min-height: 30px;
}
.contact #contents #cOpinions {
  width: 98%;
}
.contact #contents .caution {
  display: block;
}
.contact #contents .cButton {
  padding: 15px;
  margin: 10px auto;
}
.contact #contents select {
  padding: 15px 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.contact #contents .error_messe {
  color: #e00;
  text-align: center;
  font-weight: bold;
}
.contact #contents .cButton {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border: 1px solid #727171;
  background: #efefef;
  color: #595757;
}
.contact #contents #cSubmit {
  background: #48a4d8;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .contact #contents {
    /* set styles of form */
    /* added classes in formutil.js */
    /* set width of inputs */
    /* set styles of input type="button" */
  }
  .contact #contents #inputTypeHidden {
    padding: 0;
    height: 0;
  }
  .contact #contents #transmissionFailure {
    text-align: center;
  }
  .contact #contents fieldset {
    padding: 0;
    border: none;
  }
  .contact #contents fieldset p {
    text-align: center;
  }
  .contact #contents table {
    display: table;
    border: 1px solid #a5a5a5;
    border-collapse: collapse;
    text-align: left !important;
    width: 100%;
    margin: 20px 0;
  }
  .contact #contents table tbody {
    display: table-row-group;
  }
  .contact #contents table tr {
    display: table-row;
  }
  .contact #contents table th, .contact #contents table td {
    display: table-cell;
    border-bottom: 1px solid #a5a5a5;
    padding: 10px;
  }
  .contact #contents table th {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
  }
  .contact #contents .comp {
    text-align: center;
  }
  .contact #contents input.typeText {
    border: 1px solid #aaa;
  }
  .contact #contents input.typeRadio {
    border: none;
  }
  .contact #contents .level1 {
    width: 70px;
  }
  .contact #contents .level2 {
    width: 140px;
  }
  .contact #contents .level3 {
    width: 480px;
  }
  .contact #contents .level4 {
    width: 98%;
  }
  .contact #contents .caution {
    display: inline;
  }
  .contact #contents .cButton {
    width: 200px;
    margin: 0 20px;
  }
  .contact #contents #cSubmit:disabled {
    background: #ddd;
    cursor: default;
    color: #aaa;
  }
}
/******************************************************************** privacy
*/
.privacy #contents table {
  border: 1px solid #a5a5a5;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.privacy #contents table th, .privacy #contents table td {
  border: 1px solid #a5a5a5;
  padding: 10px;
  vertical-align: middle;
}
.privacy #contents table th {
  background: #efefef;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .privacy #contents section p {
    padding: 5px 20px 10px;
  }
}
/******************************************************************** sitemap
*/
.sitemap #contents ul {
  padding: 0;
  margin: 0;
}
.sitemap #contents ul li {
  background: url(../img/arw.png) no-repeat 0 5px;
  background-size: 12px;
  padding: 0 0 10px 18px;
}
.sitemap #contents dl {
  margin: 0;
}
.sitemap #contents dl dt {
  background: url(../img/arw.png) no-repeat 0 5px;
  background-size: 12px;
  padding: 0 0 0 18px;
}
.sitemap #contents dl dd {
  padding: 0 18px 10px;
}

@media screen and (min-width: 640px) {
  .sitemap #contents {
    overflow: hidden;
  }
  .sitemap #contents ul {
    overflow: hidden;
  }
  .sitemap #contents ul li {
    box-sizing: border-box;
    width: 25%;
    padding-bottom: 15px;
    float: left;
  }
  .sitemap #contents dl {
    padding-top: 40px;
  }
  .sitemap #contents dl dd {
    padding: 0 18px 20px;
  }
}
/******************************************************************** leaky drainage
*/
.leaky #contents .box,
.drainage #contents .box {
  padding: 20px 0 0;
}
.leaky #contents .box p,
.drainage #contents .box p {
  padding: 10px 0;
}
.leaky #contents .box .image,
.drainage #contents .box .image {
  padding: 0;
  text-align: center;
}
.leaky #contents .box .image img,
.drainage #contents .box .image img {
  border: 1px solid #ccc;
 /* width: 350px;*/
}

/*追加*/
.leaky #contents .box .image2 img,
.drainage #contents .box .image2 img {
  border: 1px solid #ccc;
  width: 500px;
}
/*追加*/

.leaky #contents .box .text1,
.drainage #contents .box .text1 {
  background: #f4f4f4;
  padding: 5px 0;
}

.leaky #service,
.drainage #service {
  background: #f8f8f8;
  padding: 20px 0;
}
.leaky #service h3,
.drainage #service h3 {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.leaky #service h4 img,
.drainage #service h4 img {
  width: auto;
  height: 30px;
}
.leaky #service ol,
.drainage #service ol {
  width: 300px;
  padding: 0;
  margin: 0 auto;
}
.leaky #service ol li,
.drainage #service ol li {
  padding-top: 20px;
}
.leaky #service ol ul,
.drainage #service ol ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.leaky #service ol ul li,
.drainage #service ol ul li {
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  padding: 0;
}
.leaky #service ol p,
.drainage #service ol p {
  padding: 10px 0 0;
  line-height: 1em;
}
.leaky #service ol p a,
.drainage #service ol p a {
  display: block;
  border-radius: 6px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.leaky #service ol #box1 h3,
.drainage #service ol #box1 h3 {
  border: 2px solid #0095e0;
  border-bottom: 0;
}
.leaky #service ol #box1 ul,
.drainage #service ol #box1 ul {
  border: 2px solid #0095e0;
}
.leaky #service ol #box1 p a,
.drainage #service ol #box1 p a {
  background: #0095e0;
}
.leaky #service ol #box2 h3,
.drainage #service ol #box2 h3 {
  border: 2px solid #f48b00;
  border-bottom: 0;
}
.leaky #service ol #box2 ul,
.drainage #service ol #box2 ul {
  border: 2px solid #f48b00;
}
.leaky #service ol #box2 p a,
.drainage #service ol #box2 p a {
  background: #f48b00;
}
.leaky #service ol #box3 h3,
.drainage #service ol #box3 h3 {
  border: 2px solid #ff88be;
  border-bottom: 0;
}
.leaky #service ol #box3 ul,
.drainage #service ol #box3 ul {
  border: 2px solid #ff88be;
}
.leaky #service ol #box3 p a,
.drainage #service ol #box3 p a {
  background: #ff88be;
}
.leaky #service ol #box4 h3,
.drainage #service ol #box4 h3 {
  border: 2px solid #92c140;
  border-bottom: 0;
}
.leaky #service ol #box4 ul,
.drainage #service ol #box4 ul {
  border: 2px solid #92c140;
}
.leaky #service ol #box4 p a,
.drainage #service ol #box4 p a {
  background: #92c140;
}

@media screen and (min-width: 640px) {
  .leaky #contents .box,
  .drainage #contents .box {
    position: relative;
    min-height: 302px;
    padding: 0 0 40px 432px;
    overflow: hidden;
  }
  .leaky #contents .box p,
  .drainage #contents .box p {
    padding: 0 0 30px;
    font-size: 18px;
  }
  .leaky #contents .box .image,
  .drainage #contents .box .image {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .leaky #contents .box .image img,
  .drainage #contents .box .image img {
    width: 400px;
  }

/*追加*/
  .leaky #contents .box .image2,
  .drainage #contents .box .image2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .leaky #contents .box .image2 img,
  .drainage #contents .box .image2 img {
    width: 400px;
  }

/*追加*/

  .leaky #contents .box .text1,
  .drainage #contents .box .text1 {
    padding: 10px 0;
    text-align: center;
  }
  .leaky #contents .box .text1 img,
  .drainage #contents .box .text1 img {
    width: 400px;
  }

  .drainage #contents section h2 img {
    width: 820px;
  }

  .leaky #service,
  .drainage #service {
    padding: 60px 0;
  }
  .leaky #service h2 img,
  .drainage #service h2 img {
    height: 42px;
  }
  .leaky #service ol,
  .drainage #service ol {
    width: 1020px;
    padding: 20px 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .leaky #service ol li,
  .drainage #service ol li {
    position: relative;
  }
  .leaky #service ol ul,
  .drainage #service ol ul {
    background: #fff;
    overflow: hidden;
  }
  .leaky #service ol ul li,
  .drainage #service ol ul li {
    width: 50%;
    float: left;
  }
  .leaky #service ol h3,
  .drainage #service ol h3 {
    text-align: left;
  }
  .leaky #service ol h3 img,
  .drainage #service ol h3 img {
    width: 400px;
  }
  .leaky #service ol p,
  .drainage #service ol p {
    position: absolute;
    top: 45px;
    right: 20px;
    text-align: right;
  }
  .leaky #service ol p a,
  .drainage #service ol p a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
  }
  .leaky #service ol p a:hover,
  .drainage #service ol p a:hover {
    opacity: 0.6;
  }
  .leaky #service ol #box1 h3,
  .drainage #service ol #box1 h3 {
    background: #0095e0;
    border: none;
  }
  .leaky #service ol #box2 h3,
  .drainage #service ol #box2 h3 {
    background: #f48b00;
    border: none;
  }
  .leaky #service ol #box3 h3,
  .drainage #service ol #box3 h3 {
    background: #ff88be;
    border: none;
  }
  .leaky #service ol #box4 h3,
  .drainage #service ol #box4 h3 {
    background: #92c140;
    border: none;
  }
}
.leaky #sub #manufacturer,
.drainage #sub #manufacturer {
  background: none;
}
.leaky #sub #flow h3 img,
.drainage #sub #flow h3 img {
  height: 54px;
}
.leaky #sub #sub-voice,
.drainage #sub #sub-voice {
  padding: 0 10px 24px;
}




.leaky #sub #sub-voice p,
.drainage #sub #sub-voice p {
  text-align: left;
  overflow: hidden;
}
.leaky #sub #sub-voice p img,
.drainage #sub #sub-voice p img {
  width: 140px;
  padding-right: 10px;
  float: left;
}
.leaky #sub #sub-voice dl,
.drainage #sub #sub-voice dl {
  position: relative;
  border: 2px solid #00a73c;
  margin: 10px 0;
}
.leaky #sub #sub-voice dl dt,
.drainage #sub #sub-voice dl dt {
  background: #00a73c;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.leaky #sub #sub-voice dl dd,
.drainage #sub #sub-voice dl dd {
  padding: 10px;
  text-align: left;
}
.leaky #sub #info2,
.drainage #sub #info2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 24px 10px;
}
.leaky #sub #info2 p,
.drainage #sub #info2 p {
  padding: 0;
}
.leaky #sub #info2 table,
.drainage #sub #info2 table {
  border: 1px solid #aaa;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0 0;
}
.leaky #sub #info2 table caption,
.drainage #sub #info2 table caption {
  text-align: left;
}
.leaky #sub #info2 table th, .leaky #sub #info2 table td,
.drainage #sub #info2 table th,
.drainage #sub #info2 table td {
  border: 1px solid #aaa;
  padding: 5px;
  vertical-align: middle;
}
.leaky #sub #info2 table th,
.drainage #sub #info2 table th {
  background: #efefef;
}

@media screen and (min-width: 640px) {
  .leaky #sub #flow h3 img,
  .drainage #sub #flow h3 img {
    height: 42px;
  }
  .leaky #sub #sub-voice,
  .drainage #sub #sub-voice {
    width: 1020px;
    padding: 0 0 60px;
    margin: 0 auto;
  }
  .leaky #sub #sub-voice h3 img,
  .drainage #sub #sub-voice h3 img {
    width: auto;
  }
  .leaky #sub #sub-voice h4,
  .drainage #sub #sub-voice h4 {
    background-size: 80px auto;
    padding: 10px 20px;
    margin: 40px 0 20px;
    font-size: 20px;
  }
  .leaky #sub #sub-voice p img,
  .drainage #sub #sub-voice p img {
    width: 200px;
    padding-right: 20px;
  }
  .leaky #sub #sub-voice dl dt,
  .drainage #sub #sub-voice dl dt {
    padding: 5px 10px;
    font-size: 20px;
  }
  .leaky #sub #sub-voice dl dd,
  .drainage #sub #sub-voice dl dd {
    padding: 20px;
  }
  .leaky #sub #info2,
  .drainage #sub #info2 {
    padding: 60px 0;
  }
  .leaky #sub #info2 p,
  .drainage #sub #info2 p {
    width: 1020px;
    margin: 0 auto;
    font-size: 16px;
  }
  .leaky #sub #info2 table,
  .drainage #sub #info2 table {
    width: 1020px;
    margin: 20px auto 0;
  }
  .leaky #sub #info2 table th, .leaky #sub #info2 table td,
  .drainage #sub #info2 table th,
  .drainage #sub #info2 table td {
    padding: 10px;
  }
}

#covid-19
{max-width:1000px;
margin:0 auto;
padding:20px;}

#covid-content
{display:block;
padding:20px;
text-align:center;
border:1px solid #333333;
}

#covid-19 .midasi{display:block;
font-weight:bold;
font-size:150%;}

#covid-19 img{width:70%;
max-width:350px;}


p.headmsg {
    display: block;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #208ec9;
    margin-bottom: 19px;
    margin-top: 10px}



/**********追加**********/





/***********h2の編集***********/

h2 {
    border-bottom: 4px solid #48a4d8;

padding-bottom: 5px;
    margin-bottom: 20px;
margin-top: 20px;
color:#48a4d8;
font-size:23px;
font-weight:bold;
text-align:center;
  }

 #service h2 {
    margin-bottom: 20px;
color:#48a4d8;
font-size:25px;
font-weight:bold;
text-align:center;
  }

 #manufacturer h2 {
    margin-bottom: 20px;
margin-top: 20px;
color:#48a4d8;
font-size:25px;
font-weight:bold;
text-align:center;
  }


 #flow h2 {
   margin-bottom: 20px;
padding-top: 60px;
color:#48a4d8;
font-size:25px;
font-weight:bold;
text-align:center;
  }


/*これは効く*/
 #sub-voice h3 {
    margin-bottom: 30px;
padding-top: 60px;
color:#48a4d8;
font-size:25px;
font-weight:bold;
text-align:center;
}
.leaky #sub #sub-voice h3,
.drainage #sub #sub-voice h3 {
  background: #48a4d8 url(../img/title1.png) no-repeat 100% 0;
  background-size: 56px auto;
  padding: 10px 10px;
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

div#sub-voice h3{
  background: #48a4d8 url(../img/title1.png) no-repeat 100% 0;
  background-size: 56px auto;
  padding: 10px 10px;
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 640px) {
.leaky #sub #sub-voice h3,
.drainage #sub #sub-voice h3 {  

font-size: 20px;
}}

/*これは効く*/




@media screen and (min-width: 640px)
 {#contents section h2
 {
    border-bottom: 4px solid #48a4d8;
   /* margin-bottom: 60px;
margin-top: 60px;
color:#48a4d8;
font-size:30px;
font-weight:bold;
text-align:center;*/
}

 #service h2 {
     /*margin-bottom: 60px;
color:#48a4d8;
font-size:30px;
font-weight:bold;
text-align:center;*/
  }

 #manufacturer h2 {
    margin-bottom: 20px;
margin-top: 60px;
color:#48a4d8;
font-size:30px;
font-weight:bold;
text-align:center;
  }

  /* #flow h2 {
  margin-bottom: 60px;
padding-top: 60px;
color:#48a4d8;
font-size:30px;
font-weight:bold;
text-align:center;
  }*/

 #sub-voice h2 {
    margin-bottom: 30px;
padding-top: 60px;
color:#48a4d8;
font-size:30px;
font-weight:bold;
text-align:center;
  }
}





/**********口コミタイトルスマホ**********/

.leaky #sub #sub-voice h3,
.drainage #sub #sub-voice h3 {
  background: #48a4d8 url(../img/title1.png) no-repeat 100% 0;
  background-size: 56px auto;
  padding: 10px 10px;
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

div#sub-voice h3{
  background: #48a4d8 url(../img/title1.png) no-repeat 100% 0;
  background-size: 56px auto;
  padding: 10px 10px;
  margin: 25px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 640px) {
.leaky #sub #sub-voice h3,
.drainage #sub #sub-voice h3 {  

font-size: 20px;
}}



/**********口コミタイトルスマホ**********/


p{padding-left:20px;
padding-right:20px;}

@media screen and (min-width: 640px){
.pc { display:inline!important; }
.sp { display:none!important; }
}
@media screen and (max-width: 640px){
.pc { display:none!important; }
.sp { display:inline!important; }
}


a notel{
pointer-events: none;
}


@media screen and (min-width: 640px){
.pc { display:inline; }
.sp { display:none; }
}
@media screen and (max-width: 640px){
.pc { display:none; }
.sp { display:inline; }
}

.sp {
display: none;
}

#covid-19.image250 img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 500px !important;
  width: auto !important;
  height: auto !important;
}


/* =================================
   FAQセクション
   ================================= */
#faq {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #f8f8f8;
  border-top: 4px solid #008AAD;
}

#faq .faq-title {
  font-size: 1.8em;
  text-align: center;
  color: #008AAD;
  margin-bottom: 25px;
}

#faq .faq-inner {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#faq .faq-item details {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}

#faq .faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin: 0;
}

/* 各ブラウザのデフォルトマーカーを消す */
#faq .faq-item summary::-webkit-details-marker,
#faq .faq-item summary::marker,
#faq .faq-item summary::-moz-list-bullet {
  display: none;
}

#faq .faq-item summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
  color: #008AAD;
  transition: transform 0.3s ease;
}

#faq .faq-item details[open] summary::before {
  content: "−";
  transform: rotate(180deg);
}

#faq .faq-item p {
  margin-top: 10px;
  padding-left: 35px;
  line-height: 1.6;
}

/* ===============================
 エリアリンク（PC2列・SP1列・矢印付き）完全版
=============================== */

/* arealink をブロック化して中の h3 / ul を安定表示 */
#arealink {
  display: block;
}

/* 共通ボックス */
#arealink ul {
  list-style: none;
  margin: 20px auto;
  padding: 20px;
  max-width: 900px;
  border: 2px solid #008AAD;
  border-radius: 10px;
  background: #f8fcff;
  box-sizing: border-box;
  display: flex;          /* 基本はFlex */
  flex-wrap: wrap;        /* 折り返し */
  gap: 10px 2%;           /* 行間・列間 */
}

/* 各項目 */
#arealink ul li {
  position: relative;
  padding-left: 20px;     /* 矢印の余白 */
  line-height: 1.8;
  font-weight: bold;
  box-sizing: border-box;
  flex: 0 0 49%;          /* ★PC2列を強制（48〜49%でOK） */
}

/* 矢印マーク（記号は自由に変更可：▶ / ➤ / › など） */
#arealink ul li::before {
  content: "▶";
  color: #008AAD;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}

/* リンク */
#arealink ul li a {
  display: inline-block;
  text-decoration: none;
  color: #0071bb;
  font-size: 16px;
  transition: color .2s ease;
}
#arealink ul li a:hover {
  color: #005c8a;
  text-decoration: underline;
}

/* --- PC保証（他のCSSに負けないように強制） --- */
@media screen and (min-width: 641px) {
  #arealink ul { display: flex !important; }
  #arealink ul li { flex: 0 0 49% !important; }
}

/* --- スマホ：1列に変更 --- */
@media screen and (max-width: 640px) {
  #arealink ul {
    display: block !important;
    padding: 15px;
  }
  #arealink ul li {
    flex: none !important;   /* Flex幅を解除 */
    width: 100% !important;  /* 1列 */
    padding-left: 18px;
  }
  #arealink ul li::before {
    font-size: 11px;
    top: 1px;
  }
  #arealink ul li a {
    font-size: 15px;
  }
}
/* ===============================
 その他エリア枠デザイン（span対応版）
=============================== */
span#area-other {
  display: block;                /* ← ブロック化して枠を有効にする */
  max-width: 900px;
  margin: 20px auto;
  padding: 20px 25px;
  border: 2px solid #008AAD;
  border-radius: 10px;
  background: #f8fcff;
  color: #333;
  line-height: 1.8;
  box-sizing: border-box;
}

span#area-other strong {
  display: block;
  color: #008AAD;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #008AAD;
  padding-bottom: 4px;
}

span#area-other a {
  color: #0071bb;
  text-decoration: none;
  transition: color 0.2s;
}

span#area-other a:hover {
  color: #005c8a;
  text-decoration: underline;
}

/* スマホ調整 */
@media screen and (max-width: 640px) {
  span#area-other {
    padding: 15px;
    font-size: 15px;
  }
  span#area-other strong {
    font-size: 17px;
  }
}

.red{color:red;}
.strong{font-weight:600;}


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

#sub #area h3 {

    font-size: 18px!important;
font-weight:500;
  }


}

#footerBn .mail {
  display: inline-block;
  background: #e60000;
  border-radius: 6px;
  margin: 8px 6px 0;
}

/* a自体にも背景を持たせてクリック範囲を広げる */
#footerBn .mail a {
  display: block;
  background: #e60000;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}

/* hover時 */
#footerBn .mail a:hover {
  background: #cc0000;
}
