body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #555;
  text-align: center;
  font: normal 14px Sans-serif;
  line-height: 150%;
  font-family: "Noto Sans Japanese";
}

th, td {
  color: #555;
  vertical-align: top;
  font-weight: normal;
  font: normal 14px Sans-serif;
  line-height: 150%;
}

img {
  border: none;
}

form {
  margin: 0;
}

a {
  cursor: pointer;
}

a:link {
  color: #486B97;
  text-decoration: none;
}

a:visited, a:active {
  color: #5B8190;
  text-decoration: none;
}

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

.wrap, #wrap {
  background-color: #FFF;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .wrap, #wrap {
    position: relative;
    overflow: hidden;
    width: 320px;
    margin: auto;
  }
  .wrap h1, #wrap h1 {
    margin: 0 0 10px 0;
    border-bottom: 2px dotted #999;
    padding: 20px 10px 6px 10px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
  .wrap h2, #wrap h2 {
    margin: 0 0 10px 0;
    background-color: #333;
    color: #fff;
    padding: 8px 10px 6px 10px;
    font-size: 14px;
    line-height: 150%;
  }
}

@media only screen and (min-width: 768px) {
  .wrap, #wrap {
    width: 960px;
    margin: auto;
  }
  .wrap h1, #wrap h1 {
    margin: 0 0 10px 0;
    border-bottom: 2px dotted #999;
    padding: 20px 10px 6px 10px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
  }
  .wrap h2, #wrap h2 {
    margin: 0 0 10px 0;
    background-color: #333;
    color: #fff;
    padding: 8px 10px 6px 10px;
    font-size: 14px;
    line-height: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

.left_side {
  background-color: #9d9d9e;
  float: left;
  width: 200px;
}

.left_side .button {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 10px;
}

.left_side .button a {
  color: #FFF;
  display: block;
  font-weight: bold;
}

.left_side .button .hr {
  width: 80%;
  height: 2px;
  background-color: #FFF;
  margin: 0;
}

.right_side {
  background-color: #e60012;
  float: right;
  width: 760px;
}

@media only screen and (max-width: 767px) {
  .right_side {
    width: 100%;
    float: none;
  }
}

.right_side .upper_area {
  width: 740px;
  margin: 0 auto 10px auto;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .right_side .upper_area {
    width: 90%;
    font-size: 16px;
  }
}

.right_side .upper_area strong {
  font-size: 32px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .right_side .upper_area strong {
    font-size: 24px;
  }
}

.right_side .upper_area img {
  width: 100%;
}

.right_side .sp_menu {
  width: 100%;
  background-color: #9d9d9e;
}

.right_side .sp_menu .button {
  display: inline-block;
  width: 45%;
  text-align: left;
}

.right_side .sp_menu .button a {
  color: #FFF;
  display: block;
  font-weight: bold;
}

.right_side .sp_menu .button .hr {
  width: 80%;
  height: 2px;
  background-color: #FFF;
  margin: 0;
}

.right_side .lower_area {
  background-color: #FFF;
}

.right_side .lower_area .twitter {
  float: right;
  height: 500px;
  width: 200px;
}

.right_side .lower_area .content {
  padding: 10px;
  background-color: #FFF;
  min-height: 500px;
}

.right_side .lower_area .content p {
  margin: 10px 0;
  text-align: left;
  font-size: 16px;
}

.right_side .lower_area .content p .black_label {
  background-color: #000;
  color: #FFF;
  padding: 0 5px;
  font-weight: bold;
}

.right_side .lower_area .content p:first-child {
  margin-top: 0px;
}

.right_side .lower_area .content p:last-child {
  margin-bottom: 0px;
}

.junbichu {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .junbichu {
    font-size: 12px;
  }
}
