@charset "utf-8";

.privacy_policy{
	padding: 0 0 120px 0;
	line-height: 1.8;
	background-color: #FAFAFA;
}
.privacy_policy .the_all_head{
	padding-top: 100px;
}
.privacy_policy .the_head{
	height: 300px;
}
.privacy_policy .head{
	margin-bottom: 100px
}
.privacy_policy .intro{
	margin-bottom: 130px
}
.privacy_policy .pp{
	/* margin-bottom: 100px */
}
.privacy_policy .pp .index{
	margin-bottom: 0.6em;
}
.privacy_policy .pp .text{
	padding: 0 1.4em 0 1.4em;
}
.privacy_policy .pp .text p{
	margin-bottom: 3em;
}
.privacy_policy .date{
	padding: 0 1.4em 0 1.4em;
}

.privacy_policy .pagelink {
	display: flex;
	justify-content: center;
	margin-top: 30px;
    align-items: stretch;
}
.privacy_policy .pagelink p {
    display: flex;
    align-items: center;
}
.privacy_policy .pagelink p + p {
	border-left: 1px solid #333;
	margin-left: 20px;
	padding-left: 20px;
}

.privacy_policy .pagelink img {
    width: 60px;
}

.privacySubTitle{
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 2px solid #000;
}
.privacy_policy .pp2{
	margin-bottom: 45px;
    font-size: 1.4rem;
}
.privacy_policy .pp2#policy_pmark{
	padding-top: 100px;
}
.privacy_policy .policy_pmark__flex{
    display: flex;
}
.privacy_policy .policy_pmark__flex span {
    margin-left: 30px;
    flex-shrink: 0;
}
.privacy_policy .policy_pmark__flex span img {
    width: 80px;
}
.privacy_policy .pp2#policy2{
	padding-top: 100px;
}
.privacy_policy .numttl{
    font-size: 1.8rem;
	margin-bottom: 0.6em;
    font-weight: bold;
    display: flex;
}
.privacy_policy .numttl .num{
    width: 3.2em;
}
.privacy_policy .numttl .txt{
    flex: 1;
}
.privacy_policy .numList01{
    margin: 0 0 20px;
}
.privacy_policy .numList01 li{
    padding-left: 2em;
    text-indent: -2em;
}
.privacy_policy .numList01 p.ma{
    width: 2em;
    text-indent: 0;
    display: inline-block; 
}
.privacy_policy .c-account_table {
    width: 100%;
    margin: 12px 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    border-width: 1px;
    border-style: solid;
}
.u-color__border--border {
    border-color: #D8DDDF;
}
.u-color__bg--bg {
    background: rgba(226,233,237, 0.5);
}
.privacy_policy .c-account_table thead th {
    white-space: normal;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    border-right: #D8DDDF 1px solid;
    text-align: left;
}
.c-account_table > tbody > tr {
    border-width: 1px;
    border-style: solid;
}
.privacy_policy .c-account_table tbody th {
    white-space: normal;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    width: 16em;
    border-right: #D8DDDF 1px solid;
    text-align: left;
}
.privacy_policy .c-account_table tbody td {
    white-space: normal;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
}

.privacy_policy .c-account_table.numTable thead th:first-of-type,
.privacy_policy .c-account_table.numTable tbody th:first-of-type {
    width: 20px;
}

table.noResp > tbody > tr > th, table.noResp > tbody > tr > td, table.noResp > tbody > tr > td.u-text--body {
    padding: 10px 10px !important;
}
.privacy_policy .oneList li{
    padding-left: 1em;
    text-indent: -1em;
}
.privacy_policy .oneList p.ma{
    width: 1em;
    text-indent: 0;
    display: inline-block;
}
.privacy_policy .oneList_head{
	font-weight: bold;
	margin-top: 20px;
}

.dateNameBox{
    padding: 0 0 0 0;
    font-size: 1.4rem;
    text-align: right;
}
.dateNameBox p{
    margin: 20px 0 0;
}

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

}
@media screen and (max-width: 767px){
	.privacy_policy{
		padding: 0 7.3vw 60px 7.3vw;
	}
	.privacy_policy .the_all_head{
		padding-top: 5em;
	}
		.privacy_policy .the_head{
		height: auto;
		padding: 5em 7.3vw 4em 7.3vw;
	}
	.privacy_policy .the_head .index{
		font-size: 2.25rem;
	}
	.privacy_policy .pagelink {
		display: flex;
		justify-content: center;
		margin-top: 2em;
	}
    .privacy_policy .pagelink img {
        width: 38px;
    }
	.privacy_policy .pagelink p {
		font-size: 3vw;
	}
	.privacy_policy .pagelink p + p {
		border-left: 1px solid #333;
		margin-left: 2vw;
		padding-left: 2vw;
	}
	.privacy_policy .head{
		margin-bottom: 60px
	}
	.privacy_policy .pp{
		margin-bottom: 100px
	}
	.privacy_policy .intro{
		margin-bottom: 60px
	}
	.privacy_policy .pp .index{
		font-size: 1.5rem;
        margin-bottom: 0.5em;
	}
	.privacy_policy .pp .text{
		font-size: 1.3rem;
		padding: 0 1em 0 1.4em;
	}
    .privacy_policy .pp .text p{
        margin-bottom: 2em;
    }
	.privacy_policy .date{
		padding-right: 1.8em;
	}
    
    .privacySubTitle{
        font-size: 1.75rem;
        font-weight: bold;
        padding: 0 0 5px;
        margin: 0 0 15px;
        border-bottom: 2px solid #000;
    }
    .privacy_policy .pp2{
        margin-bottom: 2.5em;
        font-size: 1.3rem;
    }
    .privacy_policy .policy_pmark__flex span {
        margin-left: 20px;
    }
    .privacy_policy .policy_pmark__flex span img {
        width: 60px;
    }
    .privacy_policy .numttl{
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 0.5em -0.5em;
        display: flex;
    }
    .privacy_policy .numttl .num{
        width: 3.2em;
    }
    .privacy_policy .numttl .txt{
        flex: 1;
    }
    .privacy_policy .numList01{
        margin: 0 0 20px;
    }
    .privacy_policy .numList01 li{
        padding-left: 2em;
        text-indent: -2em;
    }
    .privacy_policy .numList01 p.ma{
        width: 2em;
        text-indent: 0;
        display: inline-block; 
    }
    .privacy_policy .c-account_table {
        width: 100%;
        margin: 12px 0;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
        border-width: 1px;
        border-style: solid;
    }
    .u-color__border--border {
        border-color: #D8DDDF;
    }
    .u-color__bg--bg {
        background: rgba(226,233,237, 0.5);
    }
    .privacy_policy .c-account_table thead th {
        white-space: normal;
        padding: 10px;
        font-size: 1.3rem;
        font-weight: 500;
        border-right: #D8DDDF 1px solid;
        text-align: left;
    }
    .c-account_table > tbody > tr {
        border-width: 1px;
        border-style: solid;
    }
    .privacy_policy .c-account_table tbody th {
        white-space: normal;
        padding: 10px;
        font-size: 1.3rem;
        font-weight: 500;
        width: 7em;
        border-right: #D8DDDF 1px solid;
        text-align: left;
    }
    .privacy_policy .c-account_table tbody td {
        white-space: normal;
        padding: 10px;
        font-size: 1.3rem;
        font-weight: 500;
        text-align: left;
    }
    table.noResp > tbody > tr > th, table.noResp > tbody > tr > td, table.noResp > tbody > tr > td.u-text--body {
        padding: 10px 10px !important;
    }

		.privacy_policy .c-account_table.numTable thead th:first-of-type,
		.privacy_policy .c-account_table.numTable tbody th:first-of-type {
				width: 1vw;
		}

		.privacy_policy .oneList li{
        padding-left: 1em;
        text-indent: -1em;
    }
    .privacy_policy .oneList p.ma{
        width: 1em;
        text-indent: 0;
        display: inline-block;
    }
    .c-account_table:not(.noResp) > tbody > tr {
        display: block;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .c-account_table:not(.noResp) > tbody > tr:first-child {
        display: none;
    }
    .c-account_table:not(.noResp) > tbody > tr:last-child {
        border-bottom: none;
    }
    .c-account_table:not(.noResp) > tbody > tr > th {
        display: block;
        border-right: none;
        width: 100%;
        box-sizing: border-box;
    }
    
    .dateNameBox{
        padding: 0 0 0 0;
        font-size: 1.3rem;
        text-align: right;
    }
    .dateNameBox p{
        margin: 20px 0 0;
    }
}

.policymargin{margin-bottom:15px !important;}