@charset "utf-8";

/*
#################################
 
	全体
 
#################################
*/
#page-terms main{
        margin-top: 180px;
}

html,body{
    font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
}

/*背景グラデ*/
body {
  margin: 0;
  min-height: 100vh;
  background-color:#f5f5f5;
}

section {
  background: transparent; /* セクション自体は透過 */
}
/*背景グラデ-終*/

/* リンクの下線を消す */
a {
  text-decoration: none;
}

/* リストの「・」を消す */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

article{
    background-color:#FFFFFF;
    border-radius: 40px;
    max-width:680px;
    width:100%;
    margin:100px auto 100px auto; 
    padding:0 30px 50px 30px;
}

header,footer{font-size:15px;}
main{font-size:15px;}

main h2{
font-weight: bolder;
    font-size: 3rem;
    text-align: center;
    border-bottom: #90ee90 solid 7px;
    width: 15rem;
    margin: 10px auto 5px auto;    
}
.h2l{font-size:4rem;}
.h2s{font-size:1.5rem;}


.subtitle p{
margin:0;
font-weight: bold;
}


/* ①〜の折り返しだけを1字下げにする */
.terms .hang-1em {
  list-style: none;         /* 既定の番号は消す（①を本文として使うため） */
  margin: 0;
  padding: 0;
}
.terms .hang-1em > li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 2px;}



/*
#################################
	全体-レスポンシブ
#################################*/
@media screen and (max-width: 768px) {
    
    body{
        max-width:768px;
    }
    
    #page-terms main {
        max-width:768px;
        width: 100%;

        margin-top: 115px;
}
    
    
    article {
    width:85%;
    padding:0 10px 50px 10px;
    border-radius: 20px;
    margin:70px auto 70px auto; 

        
}
    
.h2l{
font-size:3rem;
}

.h2s{
font-size:1rem;
}

main h2 {
width:10rem;
}
}


/*
#################################
	ヘッダー
#################################*/

header {
  position: fixed;  
  top: 0;            
  left: 0;
  width: 100%;      
  z-index: 1000;     
  background: #000;  
}

.header-css {
    background-color: #000000; 
    height:80px;
    max-width:1920px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu{
    display: flex;
}

.menu1 a:link,
.menu1 a:visited,
.menu1 a:active,
.menu2 a:link,
.menu2 a:visited,
.menu2 a:active {
    color:#FFFFFF;
}

.menu1 a:hover,
.menu2 a:hover{
    color:#8A8A8A;
}

.menu1 a,
.menu2 a{
    padding:5px 10px;
}

.header-menu{
    padding-right:10px;
}

/*
#################################
	ヘッダー-レスポンシブ
#################################*/
@media screen and (max-width: 768px) {
    
    header{
        font-size:0.85rem;
        max-width: 768px;
        width: 100%;
    }
    
.logo{
    transform: scale(0.8); 
    padding-top: 5px;
    }
    
.menu1 a,
.menu2 a{
    padding:5px 15px;
}

    .header-css {
    max-width:768px;
    width:100vw;
    height:65px;
}

}






/*
#################################
	article
#################################*/

.br-pc { display: inline; }
.br-sp { display: none; }


#terms{
    margin-top:80px;
    padding-top: 20px;
}


#terms .subtitle{
margin-bottom:30px;
}

#terms .subtitle p{
text-align:center;
}

#terms .h2l{
color:#000000;
}

section.terms{
        line-height: 1.55rem;
}

.terms-first{
    font-size:1.1rem;
    font-weight: bold;
    text-align:center;
    line-height: 1.7rem;
    margin-bottom:40px;
}


.terms ol{
    list-style: auto;
    list-style-position: inside; 
} 

.terms ol li{
    border-bottom:dashed 1.5px #a5c9c1;
    padding: 15px 0 15px 1em;
    text-indent: -1em;
}

.terms ol li:last-child {
  border-bottom: none;
}

.terms h3{
    background-color: #efffe0;
    padding:10px;
}



/*
#################################
	article-レスポンシブ
#################################*/
@media screen and (min-width: 375px) and (max-width: 768px) {
    
.br-pc { display: none; }
.br-sp {
    display: inline; /* spanを生かす */
  }
  .br-sp::after {
    content: "\A";     /* 改行を出す */
    white-space: pre;  /* 改行を反映 */
  }
#terms {
    padding-top: 25px;
}
    
#terms .subtitle {
        width: 100%;
    }    
    
    #terms .subtitle h2{
    text-align: center;
    }
    
    
.terms-first{
    font-size:0.8rem;
    line-height: 1.5rem;
}
    
.terms p{
    padding:10px 0;
    }

.terms p,
.terms li{
   font-size:0.8rem; 
    }
    .terms h3{
    font-size:0.9rem;
    }

}




/*#################################
	フッター
#################################*/

footer{
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer ul{
    display:flex;
}

footer ul li a{
    padding:5px 10px;
}

footer ul li a:visited,
footer ul li a:link{
    color:#FFFFFF;
}
footer ul li a:hover{
    color:#8A8A8A;
}


footer p{
    text-align:center;
    margin:5px 0 0 0 ;
    font-size:0.7rem;
    padding:5px 0 0 0;
    color:#FFFFFF;
}

/*
#################################
	フッター-レスポンシブ
#################################*/
@media screen and (min-width: 375px) and (max-width: 768px) {
    .our{
flex-direction: column;
}
}
