@charset "utf-8";

/* common
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}

a {
  transition: all .3s;
}

a:hover,
a:active {
  opacity: 0.3;
  text-decoration: underline;
}

/* layout
---------------------------------------------*/

/*TopIntro-Start*/
body {
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: "MS UI Gothic", Verdana, Times New Roman;
}

/* #intro {
	width: 800px;
	margin: 0px auto;
} */

#wrap {
  /* background: url(../images/bg_02.png); */
  /* background-repeat: repeat-y; */
  /* margin: 0px auto; */
  /* width: 918px; */
  max-width: 1000px;
  width: 100%;
  padding: 0 4%;
}


#container {
  background-color: #FFFFFF;
  /* width: 800px; */
  width: 80%;
  margin: 0px auto;
  line-height: 180%;
  text-align: left;
}

#copyright {
  text-align: center;
  padding: 15px 0px;
}

/* 追加記入 */

th,
td {
  font-size: 14px;
}


h2 {
  font-size: 1.5rem;
  font-weight: bold;
  /* margin-bottom: 50px; */
  margin: 0 auto 50px auto;
}

#wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

td {
  border-collapse: collapse;
  padding: 5px;

}

tr,
td {
  font-size: 14px;
  border: solid 1px #333;
  border-bottom: none;
  margin-bottom: -1px;
  /* margin-right: -1px; */
}

.border_last {
  border-bottom: #333 1px solid;
}

.title {
  background: #f0f0f0;
  font-weight: 700;
  width: 20%;
}


/* プラポリ　table */
.text {
  width: 90%;
}

table {
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
}

table.tb01 td:first-child {
  background: #ccc;
  color: #333;
  font-weight: bold;
}

.tb01 th,
.tb01 td {
  text-align: left;
  padding: 10px;
  border: solid 1px #333;
  box-sizing: border-box;
}

/*-----------------spサイズ-----------------------*/

@media (max-width: 768px) {
  .title {
    width: 100%;
  }

  #wrap {
    width: 100%;
    padding: 0 4%;
  }

  #container {
    width: 95%;
    margin: 0 auto;
  }

  td {
    display: flex;
    flex-direction: column;

  }

}

/* 真一さん */
@media screen and (max-width: 640px) {
  .tb01 .head {
    display: none;
  }

  .tb01 {
    width: 100%;
  }

  table.tb01 td {
    display: block;
    width: 100%;
    /* border-bottom: none; */
  }

  table.tb01 td:first-child {
    background: #ccc;
    color: #333;
    font-weight: bold;
  }

  .tb01 tr:last-child {
    /* border-bottom: solid 1px #ccc; */
  }

  #container p {
    clear: both;
    padding: 0px 35px;
    line-height: 1.5;
  }

}