body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus{
    outline: none;
    color: #d6151a;
}

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

.red{
    color:#d6151a;
}

hr{
    border: none;
    height: 1px;
    background-color: #999;
}

/* #main, #footer{
    width: 750px;
    margin:0px auto;
}
 */
#wrapper{
  /* padding: 0 10px; */
  margin: 0;
  width: 100%;
}

.header-change{
    background: black;
    padding: 20px;
    position: fixed;
    _position:absolute;
    top: 0px;
    width: 100%;
    height: 105px;
    z-index: 99;
    text-align: center;
}
.header-change ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.header-change li {
  list-style: none;
  width: 100%;
  display: inline-block;
  width: 16%;
  /* height: 48px; */
}
.header-change li img {
  max-width: 100%;
  height: auto;
}


#headTitle {
  width: 800px;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-align: center;
  border-bottom: 3px solid black;
  margin-bottom: 25px;
  padding-top: 118px;
  padding-bottom: 10px;
}

h1{
    font-size: 20px;
    line-height: 25px;
    border-bottom: 2px solid black;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
}

h2{
    background-color: #EDEDED;
    border-bottom: 2px solid black;
    font-size: 14px;
    padding-top: 6px;
    /* line-height: 30px; */
    padding-left: 10px;
    padding-left: 8px;
}

h2 span{
    position: relative;
    float: right;
    font-size: 12px;
    margin-right: 10px;
    color:#d6151a;
}

h3{
    color: #306;
    border-bottom: 1px dashed #666;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 8px;
    margin-top: 45px;
}

span.infodate {
  display: block;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color:#d6151a;
}


#main > div{
    margin: 0px 20px 40px 20px;
}

.txtArea2 {
  width: 750px;
  height: auto;
  margin: 0 auto;
  line-height: 1.8em;
}

.box01 {
  width: 710px;
  margin: 12px auto 60px;
}

.box02 {
  margin: 12px auto 40px;
}

.box02 p{
  line-height: 1.8em;
}

.caution ul {
  list-style: none;
  padding-left: 1em;
}

.caution li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
  margin-bottom: 4px;
}

.caution_txt {
  line-height: 1;
  padding-left: 2em;
  text-indent: -1em;
  font-size: 12px;
}

.indent {
  padding-left: 1em;
}

#companyProfile {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
}

.companyProfile_td {
  padding: 0 10px 0 0;
  border-bottom: 1px dotted #000000;
  color: #000000;
}

.companyProfile_td02 {
  padding: 0 10px 0 0;
  border-bottom: 1px dotted #000000;
  color: #000000;
  width: 135px;
  height: 33px;
}


.footerArea {
  width: 750px;
  height: auto;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 35px;
  font-size: 12px;
  margin-top: 50px;
}

.footer ul {
  width: 100%;
  /* margin-left: 50px; */
  padding: 0;
}

.footer ul li {
  display: inline-block;
  width: auto;
  height: auto;
  list-style-type: none;
  margin: 0 10px 5px 0px;
  padding: 0 10px 0 0;
  border-right: 1px solid black;
}

.footer ul li:last-child {
  border-right: none;
}

.copyright {
  font-size: 10px;
  text-align: right;
  margin-bottom: 5px;
}

.systeminfoSys{
	width: 732px;
	height: auto;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
	font-size: 17px;
	font-weight: bold;
	line-height: 150%;
	background-color: #fff;
	/*border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;*/
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	/*margin-left: 5px;
	padding-left: 3px;*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	text-indent: -10px;
	color: #FF0000;
}

.systeminfoSys2{
	/*margin-top: 0;
	margin-bottom: 0;*/
	line-height: 18px;
}

.systeminfoSys3{
	font-size: 11px;
	margin-top: 0;
	line-height: 15px;
}

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

  .pc {
    display: none !important;
  }

  body {
    line-height: 1.6em;
  }

  h1 {
    font-size: 1rem;
  }

  h2 span{
      float: none;
      display: block;
      /* margin-top: -10px; */
  }

  /* #main, #footer{
      width: 100%;
      margin:0px auto;
      padding: 0 10px;
  } */

  #wrapper{
    padding: 0 10px;
    margin: 0
  }

  #headTitle {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: bold;
    color: black;
    text-align: center;
    border-bottom: 2px solid black;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .txtArea2 {
    width: 92%;
  }

  .box01 {
    width: 92%;
    margin: 12px auto 40px;
  }

  /*menu*/
  .spMenu {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 13px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
  }

  .spMenu__line {
    background: gray;
    /* display: block; */
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 25px;
    left: 7px;
  }

  .spMenu__line--top {
    top: 10px;
  }

  .spMenu__line--center {
    top: 18px;
  }

  .spMenu__line--bottom {
    top: 26px;
  }

  .spMenu__line--top.active {
    top: 20px;
    transform: rotate(45deg);
  }

  .spMenu__line--center.active {
    transform: scaleX(0);
  }

  .spMenu__line--bottom.active {
    top: 20px;
    transform: rotate(-45deg);
  }

  /*gnav*/
  .spGnav {
    background: rgba(0, 0, 0, 1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
  }

  .spGnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
  }

  .spGnav__menu__item {
    margin: 40px 0;
  }

  .spGnav__menu__item a {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
  }

  .spGnav__menu__item a:hover {
    color: red;
  }


  .systeminfoSys {
    width: 100%;
  }

  #companyProfile {
    margin: 0;
  }

  .companyProfile_td02 {
    padding: 0 10px 0 0;
    border-bottom: 1px dotted #000000;
    color: #000000;
    width: 85px;
    height: 40px;
  }


  .footerArea {
    width: 100%;
    margin: 0 auto;
  }

  .footer {
    font-size: 0.5rem;
    margin: 50px auto 0;
  }

  .footer ul {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
  }

  .footer ul li:last-child {
    padding-right: 0;
  }

  .copyright {
    font-size: 10px;
    text-align: center;
  }

}
