@charset "utf-8";
@media screen and (max-width:767px) {
  .logo p.lead {
    width: auto !important;
    line-height: 1.3;
    display: block;
    padding-top: 4px;
    font-size: 1.2rem;
  }
  .language .list {
    padding: 62px 0 10px 0 !important;
  }
  #page-top {
    bottom: 65px !important;
  }
  .copy-block {
    padding: 25px 0 35px !important;
  }
  .nav .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end !important;
  }
  h1 {
    text-align:  center;
    font-size: 1.7rem;
    font-weight: bold;
  }
  h1 span {
    display: block;
    font-size: 2.3rem;
  }
  p.japan_img {
    text-align:  center;
  }
  p.japan_img img {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .entry .container {
    padding-top: 50px;
    padding-bottom: 0 !important;
  }
  .entry .messenger {
    padding: 0 !important;
  }
  section .point {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
  }
  section .point h2 {
    padding: 20px;
    background-color: #f4f5f6;
    border-radius: 5px;
    margin: 0 0 30px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  section .point table {
    margin: 30px 0 0;
    border-top: 1px solid #d6dbdb;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  section .point table th, section .point table td {
    display: block;
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid #d6dbdb;
  }
  section .point table th {
    background: #fafbfc;
    border-bottom: none;
    font-weight: bold;
  }
  section .point table td {
    border-bottom: 1px solid #d6dbdb;
  }
  section .point table td b {
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
    color: #f66;
  }
  section .point table td span {
    display: block;
    color: #f66;
  }
  h3 {
    margin: 30px 0 0;
    padding: 7px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    border: 2px solid #f66;
    border-radius: 8px;
  }
  h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    z-index: 10;
    margin-left: -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 60px 0 60px;
    border-color: #f66 transparent transparent transparent;
  }
  h3 i {
    font-style: normal;
  }
  h3 i:before {
    content: "＼ "
  }
  h3 i:after{
    content: " ／"
  }
  h3 span {
    display: block;
    border-radius: 0 0 5px 5px;
    margin-top: 5px;
    padding: 0 0 7px;
    background: #f66;
    color: #fdfaa8;
  }
  h3 span em {
    font-style: normal;
    font-size: 4.5rem;
  }
  .entry .list {
    padding: 15px 0 40px !important;
  }
  .entry .list li {
    margin: 15px 0 0;
  }
  .entry .list li a {
    display: block;
    padding: 20px !important;
  }
  .messenger span.sp-none {
    display: inherit;
  }
  .messenger span.account {
    display: none;
  }
  .messenger p {
    padding-left: 55px !important;
    font-weight: bold;
    font-size: 1.9rem !important;
  }
  .messenger a, .messenger section {
    background-size: 40px !important;
    background-position: 20px !important;
  }
  .messenger p span {
    display: block;
    padding-top: 7px;
    font-size: 1.4rem;
  }
  .now_area table td.mc, .now_area2 table td.mc, .now_area3 table td.mc {
    vertical-align: middle;
    padding: 0 0 0 15px;
    height: auto;
    font-weight: bold;
    line-height: 1.1em;
    font-size: 1.1rem;
  }
  .now_area table td.sb, .now_area2 table td.sb, .now_area3 table td.sb {
    vertical-align: top;
    padding: 0 0 0 15px;
    height: auto;
    line-height: 1.2em;
    font-size: 0.7rem;
  }
  .now_area table td.sb {
    display: none;
  }
  
}