@charset "utf-8";

/* mainVisual
------------------------------------------------*/

@media screen and (min-width: 801px) {
  .plain_txt,
  .ttl,
  .lower ol li,
  .text_right,
  .lower dl dt,
  .lower dl dd{
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.14em;
  }
  .text_green{
    color: #4b8815;
  }
  .text_right{
    text-align: right;
  }
  .add_indent{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }

  .lower ol{
    list-style: decimal;
    margin-left: 24px;
  }
  ol.list_parentheses > li{
    position: relative;
    list-style: none;
    counter-increment: number;
  }
  ol.list_parentheses > li:before{
    content: "( "counter(number) " ) ";
    display: inline-block;
  }
  ol.list_circle{
    list-style: none;
  }
  ul.list_circle_black > li{
    position: relative;
  }
  ul.list_circle_black > li:before{
    content: "●";
    display: inline-block;
    font-size: 1em;
  }

  .sec01 .container,
  .sec02 .container{
    border-bottom: 1px solid #e9e9e9;
  }

  /* sec01 */
  .sec01{
    padding: 0;
  }
  .sec01 .plain_txt:nth-of-type(2){
    margin-top: 36px;
  }
  .sec01 .ttl{
    margin-top: 48px;
  }
  .sec01 ol li{
    font-size: 14px;
    line-height: 1.86;
    color: #4b8815;
  }
  .sec01 .text_right:first-of-type{
    margin-top: 46px;
  }
  .sec01 .text_right:nth-of-type(2){
    margin: 34px 0 48px;
  }

  /* sec02 */
  .sec02{
    padding: 60px 0;
  }
  .sec02 .container{
    padding-bottom: 70px;
  }
  .sec02 .ttl{
    margin-bottom: 30px;
  }
  .sec02 .text_right{
    margin: 35px 0;
  }
  .sec02 .plain_txt:first-of-type{
    margin-bottom: 30px;
  }
  .sec02 li p{
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.14em;
  }
  .sec02 .list_parentheses.text_green{
    margin: 30px 0;
  }
  .sec02 .list_parentheses.text_green li{
    color: #4b8815;
  }
  .sec02 .list_parentheses.text_green .list_circle{
    margin: 0;
  }
  .sec02 .document_box{
    margin: 27px 0;
  }
  .sec02 .document_box .add_list_indent{
    margin-left: 24px;
  }
  .sec02 .list_ttl{
    font-weight: bold;
  }

  /* sec03 */
  .sec03 dl{
    margin-bottom: 32px;
  }
  .sec03 dd{
    margin-left: 1em;
  }
  .sec03 ol{
    margin-top: 32px;
  }
  .privacy_mark{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 53px;
    padding: 13px;
    border: 1px solid #e9e9e9;
  }
  .privacy_mark img{
    display: inline-block;
    margin-right: 20px;
    width: 9%;
    max-width: 100px;
    height: auto;
  }
  .privacy_text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 32px;
    border-left: 1px solid #e9e9e9;
  }

}



@media screen and (max-width: 800px) {
  .plain_txt,
  .ttl,
  .lower ol li,
  .text_right,
  .lower dl dt,
  .lower dl dd{
    font-size: 3.47vw;
    line-height: 1.54;
    letter-spacing: 0.12em;
  }
  .text_green{
    color: #4b8815;
  }
  .text_right{
    text-align: right;
  }
  .add_indent{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }

  .lower ol{
    list-style: decimal;
    margin-left: 6.1vw;
  }
  ol.list_parentheses > li{
    position: relative;
    list-style: none;
    counter-increment: number;
  }
  ol.list_parentheses > li:before{
    content: "( "counter(number) " ) ";
    display: inline-block;
  }
  ol.list_circle{
    list-style: none;
  }
  ul.list_circle_black > li{
    position: relative;
  }
  ul.list_circle_black > li:before{
    content: "●";
    display: inline-block;
    font-size: 1em;
  }

  .sec01 .container,
  .sec02 .container{
    border-bottom: 1px solid #e9e9e9;
  }

  /* sec01 */
  .sec01{
    padding: 0;
  }
  .sec01 .plain_txt:nth-of-type(2){
    margin-top: 7.07vw;
  }
  .sec01 .ttl{
    margin-top: 8vw;
  }
  .sec01 .text_green li{
    color: #4b8815;
  }
  .sec01 .text_right:first-of-type{
    margin-top: 5.87vw;
  }
  .sec01 .text_right:nth-of-type(2){
    margin: 6.67vw 0 10.93vw;
  }

  /* sec02 */
  .sec02{
    padding: 10.4vw 0;
  }
  .sec02 .container{
    padding-bottom: 11.07vw;
  }
  .sec02 .ttl{
    margin-bottom: 6.93vw;
  }
  .sec02 .text_right{
    margin-bottom: 7.47vw;
  }
  .sec02 .container .plain_txt.add_margin{
    margin-bottom: 7.2vw;
  }
  .sec02 li p{
    font-size: 3.47vw;
    line-height: 1.54;
    letter-spacing: 0.12em;
  }
  .sec02 .list_parentheses.text_green{
    margin: 8.8vw 0;
  }
  .sec02 .list_parentheses.text_green li{
    color: #4b8815;
  }
  .sec02 .list_parentheses.text_green .list_circle{
    margin: 0;
  }
  .sec02 .document_box{
    margin: 8vw 0;
  }
  .sec02 .document_box .add_list_indent{
    margin-left: 6.1vw;
  }
  .sec02 .list_ttl{
    font-weight: bold;
  }

  /* sec03 */
  .sec03 dl{
    margin-bottom: 5.87vw;
  }
  .sec03 dd{
    margin-left: 1em;
  }
  .sec03 ol{
    margin-top: 5.87vw;
  }
  .privacy_mark{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8.27vw;
    padding: 6.4vw;
    border: 1px solid #e9e9e9;
  }
  .privacy_mark img{
    display: inline-block;
    margin-right: 3.73vw;
    width: 23%;
    height: auto;
  }
  .privacy_text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5.07vw;
    border-left: 1px solid #e9e9e9;
  }


}
