@charset "utf-8";


/* -----------------------------------------------------------
    プライバシーポリシー
-------------------------------------------------------------- */
.privacy-area {
	line-height: 1.8;
	letter-spacing: 0.05em;
    padding: 100px 90px 100px;
	font-size: 1.5rem;
}

.privacy-area .txt-top {
	margin: 20px 0 20px;
}

.privacy-area .privacy-subheading {
    color:#344b7c;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
	margin: 0 0 30px;
}
.privacy-area .privacy-title {
    font-weight: bold;
	font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    margin: 40px 0 20px;
}
.privacy-area .privacy-title.no-line {
    /* border-bottom: none; */
    padding: 0 0 5px 0;
    margin: 40px 0 10px;
}

.privacy-area ul{
   padding: 20px 0 ;
   list-style-type: decimal;
   /* list-style-position: inside; */
   margin-left: 1em;
}
.privacy-area ul li{
   padding: 0 0 20px 0;
   font-size: 1.6rem;
}
.privacy-area ul li:first-of-type{
   padding: 40px 0 20px 0;
}

.privacy-area .right-txt{
    width: 270px;
    display: block;
    margin: 30px 0 0 auto;
    font-family: "Noto Serif JP";
}

.privacy-area .right-txt2 {
    text-align: right;
}

.privacy-area .right-txt .big-txt{
    font-size: 1.5rem;
    padding: 20px 0 0 0;
}
.privacy-area .right-txt .big-txt span{
    font-size: 2.6rem;
    line-height: 1.5;
}

.privacy-area .above{
    font-size: 1.8rem;
    padding: 40px 0 10px 0;
    font-weight: 600;
}
.privacy-area .style02{
    padding: 0 0 0 30px;
}
.privacy-area .style03{
    padding: 20px 0 0 0;
    font-weight: 600;
}
.privacy-area .style04{
    font-weight: 600;
}
.privacy-area .style05{
    padding: 0 0 20px 2em;
}

.privacy-area table {
    padding: 10px 0 40px 2em;
    width: 100%;
}

.privacy-area table th,
.privacy-area table td {
    padding: 10px ;
    border: solid 1px #ddd;
}
.privacy-area table th {
    background-color: aliceblue;
}

.privacy-area table .th1 {
    width: 20%;
}
.privacy-area table .th2 {
    width: 15%;
}
.privacy-area table .th3 {
    width: 65%;
}

.privacy-area table tr td:nth-child(1) ,
.privacy-area table tr td:nth-child(2) {
    text-align: center;
}


@media screen and (max-width: 768px){

    .privacy-area {
        line-height: 1.8;
        letter-spacing: 0.03em;
        padding: 30px 20px 40px;

    }

    .privacy-area:nth-of-type(3) {
        padding: 30px 20px 40px;
    }

    .privacy-area .txt-top {
        margin: 0;
    }
	.privacy-area .above {
		padding: 30px 0 10px 0;
	}

    .privacy-area .privacy-subheading {
		font-size: 2.4rem;
        text-align: left;
		margin: 0 0 5px;
    }

    .privacy-area .privacy-title {
        margin: 25px 0 10px;
    }

    .privacy-area ul li:first-of-type{
        padding: 20px 0 20px 0;
    }
    
    .privacy-area .right-txt{
        width: 260px;
        margin: 30px 0 0px auto;
    }
    
    .privacy-area .right-txt .big-txt{
        font-size: 1.6rem;
    }
    .privacy-area .right-txt .big-txt span{
        font-size: 2rem;
    }
    
  
    
    .privacy-area .style02{
        padding: 0px 0 10px 0;
    }
    .privacy-area .style02:last-of-type(2){
        padding: 30px 0 10px 0;
    }
    .privacy-area .style03{
        padding: 20px 0 0 0;
        font-weight: 600;
    }
    .privacy-area .style04{
        font-weight: 600;
    }
    .privacy-area .style05{
        padding: 0 0 20px 2em;
    }

    .privacy-area .palt-txt{
        font-size: 1.5rem;
    }

    .privacy-area .table-wrap{
        overflow: auto;
        white-space: nowrap;
        margin: 0 0 35px 0;
    }
    
    .privacy-area table {
        padding: 0 ;
        width: 100%;

    }
    
    .privacy-area table th,
    .privacy-area table td {
        padding: 10px 20px;
        border: solid 1px #ddd;
    }
    .privacy-area table th {
        background-color: aliceblue;
    }
    
    .privacy-area table .th1 {
        width: auto;
    }
    .privacy-area table .th2 {
        width: auto;
    }
    .privacy-area table .th3 {
        width: auto;
        text-align: left;
    }
    
    .privacy-area table tr td:nth-child(1) ,
    .privacy-area table tr td:nth-child(2) {
        text-align: center;
    }
}
