/*
CSSセレクタ
https://www.asobou.co.jp/blog/web/css-selectors#6A_gt_B
ボーダー
https://developer.mozilla.org/ja/docs/Web/CSS/border-radius
*/

body {
	font-size: small;
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	padding: 20px;
	background-color: #F2F1EF;
}

p {
	padding: 8px 0;
}

a{
	color: inherit;
}

h1 {
	padding: 8px 8px;
	margin-bottom: 16px;
	font-size: large;
	color: #101010;
	border-bottom: 4px solid #DC0000;
}

h2 {
	padding: 0 8px;
	margin: 8px 0;
	font-size: medium;
	color: #101010;
	border-left: 4px solid #DC0000;
}

h3 {
    padding: 0 8px;
    margin: 8px 0;
    font-size: small;
    color: #101010;
    border-left: 4px solid #DC0000;
}

.matter-line {
    padding: 0px 16px;
    font-size: small;
    color: #101010;
    display: block;
}
.matter-line::before {
    content: "";
    position: absolute;
    margin: 10px -16px;
    width: 8px;
    height: 4px;
    background: #DC0000;
}

.right-arrow {
    padding-left: 0.7em;
    text-indent: -0.7em;
}
.right-arrow::before {
    display: inline-block;
    margin-right: 0.25em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.5em;
    border-color: transparent transparent transparent #00a0e9;
    content: '';
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.caution{
	margin: 12px 0;
}

.caution>li{
	color: #DC0000;
	font-weight: bold;
	padding: 5px 0;
}

ul {
	padding-inline-start: 20px;
}
ol {
	padding-left: 20px;
}
.lists {
	padding: 16px 42px;
	border: 1px solid;
	border-radius: 6px;
	border-color: #A2A2A2;
	background-color: #fff;
	margin: 24px 0 ;
}
.lists>p {
	margin: 4px -20px;
	font-weight: bold;
}
li {
	padding: 0px 0;
}

input,textarea,select{
	padding: 4px;
	margin-right: 2px;
	margin-bottom: 12px;
	border: 1px solid;
	border-radius: 4px;
	border-color: #A2A2A2;
}

small {
	color: #863986;
	font-size: small;
	font-style: italic;
}

.center{
	padding: 16px 0;
	text-align: center;
}

button{
	margin: 0 8px;
	font-size: medium;
}

.content {
	padding: 8px;
}

.footer{
	padding-bottom: 64px;
}

.content>img{
	margin-bottom: 10px;;
}

.pg-privacy__heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0.4em 0.5em;
    font-weight: 700;
    color: #333333;
    border-top: 2px solid #00a0e9;
    background: #f6f6f6;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .pg-privacy__heading {
        font-size:120%
    }
}

@media screen and (min-width: 768px) {
    .pg-privacy__heading {
        font-size:150%;
        transition: opacity 0.3s
    }

    .pg-privacy__heading:hover {
        opacity: 0.7
    }
}

.pg-privacy__heading:before {
    position: relative;
    margin-right: 0.5em;
    min-width: 1em;
    width: 1em;
    height: 0.25em;
    border-radius: 10em;
    content: '';
    background: #00a0e9
}

.pg-privacy__heading:after {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 0.25em;
    height: 1em;
    border-radius: 10em;
    content: '';
    background: #00a0e9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pg-privacy__heading.is-open::after {
    opacity: 0
}

.pg-privacy__headingInner {
    display: block
}

.pg-privacy__headingInner:not(.--double) {
    padding-left: 1em;
    text-indent: -1em
}

.pg-privacy__headingInner.--double {
    padding-left: 1.75em;
    text-indent: -1.75em
}

.pg-privacy__subheading {
    padding: 0.4em 0.5em;
    color: #333333;
    border-left: 0.2em solid #00a0e9;
    background-color: #f6f6f6
}

@media screen and (max-width: 768px) {
    .pg-privacy__subheading {
        font-size:104%
    }
}

@media screen and (min-width: 768px) {
    .pg-privacy__subheading {
        font-size:130%
    }
}

.pg-privacy__content {
    padding-left: 1.5em
}


/* トップへ戻るボタン */
.page_top_btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	padding: 0.7em;
	text-align: center;
	background: #DC0000;
	color: #fff;
	transition: 0.3s0;
}


.details input[type=checkbox] {
    display: none;
}
.details__summary {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0.4em 0.5em;
    font-weight: 700;
    color: #333333;
    border-top: 2px solid #ccc;
    background: #f6f6f6;
    cursor: pointer;
}
.details__summary:first-child {
    margin-top: 0;
}
.details__summary:before {
    position: relative;
    margin-right: 1.25em;
    min-width: 0.25em;
    width: 0.25em;
    height: 1em;
    left:0.4em;
    border-radius: 10em;
    content: '';
    background: #bbb;
}
.details__summary:after {
    position: absolute;
    top: 50%;
    left: 1em;
    width: 1em;
    height: 0.25em;
    border-radius: 10em;
    content: '';
    background: #bbb;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.details__summary.is-open::after {
    opacity: 0
}


input[type=checkbox]:checked + .details__summary::before {
    transform: rotate(-90deg);
}
.details__content {
    overflow: hidden;
    transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.2s ,height 0.4s ,visibility 0.2s;
    line-height: 0;
    border-top: none;
    opacity: 0.3;
    height: 0;
    margin: 0;
    visibility: hidden;
}
input[type=checkbox]:checked + .details__summary + .details__content {
    line-height: 2;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
label {
    padding: 8px 8px;
    margin-bottom: 16px;
    font-size: large;
    color: #101010;
    border-bottom: 4px solid #DC0000;
}
