html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}


body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

a{
	color: #000000;
    text-decoration: none;
}

/*--hover 後--*/
a:hover{
  opacity: 0.3;
  transition-delay: 500ms;
}



/* コンテナ、ボックスの見た目の設定 */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1280px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}


@media all and (max-width: 1281px) {
.container {}
}


.logoZone{
	width: 36%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.logoZone h1.img{
	width: 100%;
        max-width: 468px;
	height: auto;
	padding: 0;
	margin: 0;
}

.logoZone h1 span{
	display: none;
}

.comment {
  max-width: 1000px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  }

@media all and (max-width: 1281px) {
.comment {}
}


.comment h2{
	font-size: 3.6rem;
        font-weight: Medium;
        line-height: 0.2;
}
.comment p{
	font-size: 2.0rem;
	line-height: 1.4;
        margin: 0 auto;
}

.conform{
  max-width: 640px;
  width: 80%;
  height: auto;
  margin: 50px auto 30px;
  text-align: center;
  word-break: break-all;
}


@media all and (max-width: 1281px) {
.conform {}
}

.conform p{
	font-size: 3.0rem;
        line-height: 0.1;
}


table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 2.4rem;
  margin: 0 auto;
  
}
table th {
  width: 15%;
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
table td {
  width: 85%;
  box-sizing: border-box;
  padding: 0;
  vertical-align: top;
  text-align: left;
}


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

.logoZone{
	width: 60%;
}

  table th, table td {
    border-bottom: none;
    text-align: left;
    font-size: 2.0rem;
  }
  table tr:last-child td:last-child {
  }
}


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

.comment h2{
	font-size: 2.8rem;
        line-height: 1.2;
}

.comment p{
	text-align: left;
}

.conform p{
	font-size: 2.4rem;
}


  table th, table td {
    /*display: block;
    width: 100%;*/
    vertical-align: top;
    border-bottom: none;
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 3px 0;
  }

}
