@charset "utf-8";
@media screen and (min-width:768px) {
  .nav .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end !important;
  }
  h1 {
    text-align:  center;
    font-size: 3.0rem;
    font-weight: bold;
  }
  h1 span {
    display: block;
    font-size: 4.0rem;
  }
  p.japan_img {
    text-align:  center;
  }
  p.japan_img img {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .entry .container {
    padding-top: 50px;
    padding-bottom: 0 !important;
  }
  .entry .messenger {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
  section .point {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
    border: 1px solid #d6dbdb;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
  }
  section .point:before {
    z-index: 0;
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #d6dbdb transparent transparent transparent;
    border-width: 30px 50px 0 50px;
  }
  section .point:after {
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    bottom: -29px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 50px 0 50px;
}
  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;
  }
  section .point table th {
    width: 250px;
    text-align: right;
    background: #fafbfc;
    padding: 25px 20px;
    border-bottom: 1px solid #d6dbdb;
    font-weight: bold;
  }
  section .point table td {
    text-align: left;
    padding: 25px 20px;
    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;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
  }
  h3 i {
    font-style: normal;
  }
  h3 i:before {
    content: "＼ "
  }
  h3 i:after{
    content: " ／"
  }
  h3 span {
    display: block;
    border-radius: 5px;
    margin-top: 10px;
    padding: 30px 5px 37px;
    background: #f66;
    color: #fdfaa8;
  }
  h3 span em {
    font-style: normal;
    font-size: 6.5rem;
  }
  .entry .list li a {
    display: block;
    line-height: 1.2em;
    padding: 20px !important;
  }
  .messenger p {
    font-size: 1.6rem;
    padding-left: 60px;
    font-weight: bold;
  }
  .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 30px;
    font-size: 1.8rem!important;
  }
  .now_area table td.sb {
    display: none;
  }

}