@charset "utf-8";
/*  style　[  共通 ]
=================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&family=Noto+Serif+JP:wght@200;300&display=swap');
/* **********************************************************************************
 RESET
*********************************************************************************** */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
hr {
	display: none;
}
p {
}

/* **********************************************************************************
 GENERAL STYLING
*********************************************************************************** */
html {
  /* font-size: 62.5%; 10px */
}
body {
  background-color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color:#333;

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

a.line_btm { border-bottom: #333 1px dashed;}
a.line_btm:hover { border-bottom: #c30 1px dashed;}

/* **********************************************************************************
 class
*********************************************************************************** */
.noDisplay {
  display: none;
  margin: 0;
  padding: 0;
}
/* japanese */
.jpara { text-indent: 1em; }
/* text */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
/* text decoration */
.text-bold { font-weight: bold; }
.text-uline { text-decoration: underline; }
/* space(top) */
.spaceTop05 { margin-top: 5px; }
.spaceTop10 { margin-top: 10px; }
.spaceTop15 { margin-top: 15px; }
.spaceTop20 { margin-top: 20px; }
.spaceTop25 { margin-top: 25px; }
.spaceTop30 { margin-top: 30px; }
/* space(bottom) */
.spaceBottom05 { margin-bottom: 5px; }
.spaceBottom10 { margin-bottom: 10px; }
.spaceBottom15 { margin-bottom: 15px; }
.spaceBottom20 { margin-bottom: 20px; }
.spaceBottom25 { margin-bottom: 25px; }
.spaceBottom30 { margin-bottom: 30px; }
/* float & clear */
.setRight {
  float: right;
  display: block;
}
.setLeft {
  float: left;
  display: block;
}
.setClear {
  clear: both;
  font: 0px/0px sans-serif;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .setRight {
  float: none;
  display: block;
}
.setLeft {
  float: none;
  display: block;
}
}
/* clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.ulNone {
  list-style: none;
}
.list-normal {
  margin: 0;
  padding: 10px 0 10px 2em;
}
.list-normal li {
  margin: 0 0 5px 0;
}

 /* image */
img.img-center {
  display: block;
  margin: 0 auto 10px auto;
}

.red {
  color: #c33;
}

 /* Back To Top */
#BackToTop {
  position: fixed;
  opacity: 0.8;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
#BackToTop a {
  background-color: #FFF;
  border-radius: 70px;
  color: #f6669a;
  border: 1px solid #f6669a;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  width: 70px;
  height: 70px;
}
#BackToTop a:hover {
  background-color: #f6669a;
  color: #FFF;
  text-decoration: none;
}
#BackToTop a .fa-chevron-up {
  display: block;
  margin: 9px auto 0 auto;
}
/* table */
table{
  border-collapse: collapse;
  }
  .table_blue th, .table_blue2 th{
    background-color: rgba(0,165,231,0.1);
    border: 1px solid #cccccc;
    padding: 5px;
    font-weight: normal;
    width: 80px;
  }
  .table_blue td{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 260px;
  }
  .table_blue2 td{
    border: 1px solid #cccccc;
    padding: 5px;
  }
  .table_blue{
    margin: 0 auto;
  }
  .table_blue2{
    margin: 0 0 0 10px;
  }
  .table-dotted td {
    border-bottom: 1px dotted #cccccc;
    padding: 5px 20px;
  }
  .table-dotted{
    margin: 0 auto;
  }
  
/*saidemenu*/
  .sideMenu a:hover{
    text-decoration: none;
    color: #cccccc;
  }


/* レスポンシブ */
  /*----------------------------------------------
  ～767px(xs)
  ---------------------------------------------*/
  @media screen and (max-width: 767px) {
    .shisetu table{
      margin: 0 auto;
      width: 100%;
    }

  }

/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
  @media screen and (max-width: 480px) {
    .shisetu table{
      margin: 0 auto;
      width: 100%;
    }
  }


/*----------------------------------------------
   959px以下
  ---------------------------------------------*/
  @media screen and (max-width: 959px) {
    .shisetu table{
      margin: 0 auto;
      width: 100%;
    }
  }