/* _setting CSS */
/* ___________________WebFont */
@font-face {
  font-family: 'Gabriola';
  font-style: normal;
  font-weight: normal;
  src: url("../font/font.woff") format("woff");
}
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #wrapper .main_visual {
    background: url(../images/terms/mv_terms.jpg) center 0/cover no-repeat;
  }
  #wrapper #main h3 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  #wrapper #main .lead_area {
    border: 1px solid #ccc;
    text-align: justify;
    padding: 35px 40px;
    margin-bottom: 40px;
  }
  #wrapper #main .lead_area p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #wrapper #main .lead_area p:last-child {
    margin-bottom: 0;
  }
  #wrapper #main .term_list .list {
    font-size: 1.8rem;
    padding-left: 10px;
  }
  #wrapper #main .term_list .list .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #wrapper #main .term_list .list .item h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #wrapper #main .term_list .list .item p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #wrapper #main .term_list .list .item a {
    text-decoration: underline;
  }
  #wrapper #main .date {
    text-align: right;
    font-size: 1.4rem;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #wrapper .main_visual {
    background: url(../images/terms/sp/sp_mv_terms.jpg) center 0/cover no-repeat;
  }
  #wrapper .main_visual h2 {
    line-height: 1.2;
    font-size: 2.5rem;
  }
  #wrapper #main h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #wrapper #main .lead_area {
    border: 1px solid #ccc;
    padding: 20px 5%;
    text-align: justify;
    margin-bottom: 20px;
  }
  #wrapper #main .lead_area p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #wrapper #main .lead_area p:last-child {
    margin-bottom: 0;
  }
  #wrapper #main .term_list .list {
    font-size: 1.6rem;
    padding-left: 1.0%;
    margin-bottom: 40px;
  }
  #wrapper #main .term_list .list .item {
    padding-bottom: 27px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }
  #wrapper #main .term_list .list .item h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.0;
  }
  #wrapper #main .term_list .list .item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #wrapper #main .term_list .list .item a {
    text-decoration: underline;
  }
  #wrapper #main .date {
    text-align: right;
    font-size: 1.3rem;
  }
}
