/* policy CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .sec .common_inner {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
  }
  .sec .stitle {
    padding: 10px 0 10px 0px;
    margin: 50px 0 30px 20px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    position: relative;
  }
  .sec .stitle:before {
    content: '';
    display: block;
    width: 5px;
    height: 2em;
    background-color: #8edaff;
    position: absolute;
    top: 2px;
    left: -20px;
  }
  .sec .stitle2 {
    padding: 10px 0 10px 0px;
    margin: 20px 0 10px 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .sec .lead {
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sec .text {
    padding-left: 20px;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sec .list {
    padding: 0 0 0 20px;
  }
  .sec .list li {
    padding-left: 20px;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -20px;
  }
  .sec .list li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #8edaff;
    -webkit-border-radius: 100%;
            border-radius: 100%;
  }
  .sec .num_list {
    padding: 0 0 0 10px;
    counter-reset: my-counter;
    list-style: none;
  }
  .sec .num_list > li {
    padding-left: 2em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -1.4em;
  }
  .sec .num_list > li i {
    margin-right: 5px;
    font-style: normal;
  }
  .sec .num_list > li ol {
    padding: 0.5em 0 0 0;
    list-style: none;
  }
  .sec .num_list > li ol li {
    padding-left: 2em;
    margin-bottom: 0.3em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -1.2em;
  }

  #main_title {
    margin: 18px auto 100px auto;
  }
  #main_title h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #006de5;
    text-align: center;
    line-height: 1.4;
  }

  #service .stitle:before,
  #privacy .stitle:before {
    display: none;
  }
  #service .term_title,
  #privacy .term_title {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
  }
  #service .term_date,
  #privacy .term_date {
    margin: 10px 0 20px 0;
    text-align: right;
    font-size: 1.6rem;
  }
  #service .contact,
  #privacy .contact {
    margin: 0 0 0 20px;
    padding: 30px 30px 10px 30px;
    background-color: #f9f9f9;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  #service .contact dt,
  #privacy .contact dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #service .contact dd,
  #privacy .contact dd {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #privacy .term_title {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .sec .common_inner {
    padding: 0 4vw;
    margin: 0 auto;
    background-color: #fff;
  }
  .sec .stitle {
    padding: 10px 0 10px 0px;
    margin: 50px 0 30px 20px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    position: relative;
  }
  .sec .stitle:before {
    content: '';
    display: block;
    width: 5px;
    height: 2em;
    background-color: #8edaff;
    position: absolute;
    top: 2px;
    left: -20px;
  }
  .sec .stitle2 {
    padding: 10px 0 10px 0px;
    margin: 20px 0 10px 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .sec .lead {
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sec .text {
    padding-left: 20px;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sec .list {
    padding: 0 0 0 20px;
  }
  .sec .list li {
    padding-left: 20px;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -20px;
  }
  .sec .list li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #8edaff;
    -webkit-border-radius: 100%;
            border-radius: 100%;
  }
  .sec .num_list {
    padding: 0 0 0 10px;
    counter-reset: my-counter;
    list-style: none;
  }
  .sec .num_list > li {
    padding-left: 2em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -1.4em;
  }
  .sec .num_list > li i {
    margin-right: 5px;
    font-style: normal;
  }
  .sec .num_list > li ol {
    padding: 0.5em 0 0 0;
    list-style: none;
  }
  .sec .num_list > li ol li {
    padding-left: 2em;
    margin-bottom: 0.3em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -1.2em;
  }

  #main_title {
    margin: 50px auto 50px auto;
  }
  #main_title h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #006de5;
    text-align: center;
    line-height: 1.3;
  }
  #main_title h2 span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  #service .stitle:before,
  #privacy .stitle:before {
    display: none;
  }
  #service .term_title,
  #privacy .term_title {
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #service .term_date,
  #privacy .term_date {
    margin: 10px 0 20px 0;
    text-align: right;
    font-size: 1.6rem;
  }
  #service .contact,
  #privacy .contact {
    margin: 0 0 0 20px;
    padding: 30px 30px 10px 30px;
    background-color: #f9f9f9;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  #service .contact dt,
  #privacy .contact dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #service .contact dd,
  #privacy .contact dd {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #privacy .term_title {
    margin: 70px 0 20px 0;
  }
}
