@charset "utf-8";

.ruleSection:last-child{
    margin-bottom: 120px;
}
.ruleTitle1{
    color: #004A8A;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.44;
}
.ruleListTextArea{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-top: 29px;
}
.ruleMainText{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.ruleList{
    margin-top: 23px;
}
.ruleList:first{
    margin: 0;
}
.ruleListTitle{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.44;
    color: #004A8A;
    
}
.ruleTitle1{
    margin-top: 23px;
}

.ruleListText{
    margin-top: 23px;
    font-size: 16px;

}
.ruleListText:first-child{
    margin-top: 0;
}

.ruleChildListArea{
    margin-top: 23px;
}
.ruleLink{
    color: #0052D6;
}
.ruleChildListSpanWrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ruleChildListSpanWrap--4em {
    padding-left: 4em;
}
.ruleChildListSpan {
    display: block;
}
.ruleChildListSpan--3em {
    width: 3em;
}
.ruleChildListSpan--3em  + .ruleChildListSpan {
    width: calc(100% - 3em);
}

/*
page policy  
 */

 /*
page privacy  
 */

 .privacyTitle{
    margin-top: 30px;
 }
 .privacyArearight{
    text-align: right;
}
.privacySpace1{
    margin-top: 120px;
}

 /*
page rule  
 */

 .ruleTable{
    margin-top: 23px;
    border: 2px solid #D9D9D9;
 }
 .ruleTableArea{
    display: flex;
    border-top:2px solid  #D9D9D9;
    
 }
 .ruleTableArea:first-child {
    border-top: none;
 }
 .ruleTableAreaTitle{
    padding: 38px 35px;
    width: 355px;
    border-right: 2px solid #D9D9D9;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
 }
 .ruleTableAreacontent{
    padding: 38px 35px;
    width: 625px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
 }
 .ruleTableArea:first-child .ruleTableAreaTitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    background-color: #004A8A;
    color: #fff;
 }
 .ruleTableArea:first-child .ruleTableAreacontent{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
    background-color: #004A8A;
    color: #fff;
 }
 .TableTitleContentArea:nth-child(2){
    margin-top: 62px;
 }
 .RTA2 .TableTitleContentArea:last-child{
    margin-top: 158px;
 }
.TitleContent{
}
.TitleContent2{
    display: inline-block;
    color: #fff;
    background-color: #004A8A;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 100;
    border-radius: 3px;
    margin-top: 10px;
}

.tableChildContentListArea:last-child{
    margin-top: 42px;
}
._TTCT2{
    margin-top: 151px;
}

.plusRule{
    margin-top: 23px;
    font-size: 16px;
}

/*----------------------------------------
  画面の横幅が450pxまで
----------------------------------------*/
@media (max-width: 450px) {

    .ruleSection:last-child{
        margin-bottom: 25vw;
    }
        
    .ruleTitle1{
        font-size: 5vw;
        line-height: 1.5;
    }
    .ruleListTextArea{
        font-size: 3.5vw;
        line-height: 1.5;
        margin-top: 5vw;
    }
    .ruleListText{
        margin-top: 5vw;
        line-height: 1.75;
        font-size: 3.5vw;
    }
    .ruleListText:first-child{
    }

    .ruleListTitle {
        font-size: 5vw;
        
    }


    /*
    page policy  
    */

    /*
    page privacy  
    */
    
    .privacyTitle{
        margin-top: 5vw;
    }
    .privacyArearight{
    }
    .privacySpace1{
        margin-top: 5vw;
    }


    /*
    page rule  
    */

    
    .ruleTable{
        margin-top: 5vw;
    
    }
    .ruleTableArea{
        display: flex;
        
    }
    .ruleTableAreaTitle{
        padding: 3.75vw 3.5vw;
        width: 36vw;
        border-right: 0.5vw solid #D9D9D9;
        font-size: 3.5vw;
    
    }
    .ruleTableAreacontent{
        padding: 3.75vw 2vw;
        width: 54.25vw;
        font-size: 3.5vw;
        
    }
    .ruleTableArea:first-child .ruleTableAreaTitle{
        font-size: 3.5vw;
    }
    .ruleTableArea:first-child .ruleTableAreacontent{
        font-size: 3.5vw;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .TableTitleContentArea:nth-child(2){
        margin-top: 19vw;
    }
    .RTA2 .TableTitleContentArea:nth-child(2) {
        margin-top: 45.5vw
    }
    .TitleContent{
    }
    .TitleContent2{
        display: inline-block;
        color: #fff;
        background-color: #004A8A;
        padding: 0.25vw 2.5vw;
        font-size: 2.5vw;
        font-weight: 100;
        border-radius: 0.75vw;
    }

    .tableChildContentListArea:last-child{
        margin-top: 10.5vw;
    }

    .plusRule{
        margin-top: 5.75vw;
        font-size: 3.5vw;
    }
 }

