@charset "utf-8";

/* ==================================================================
	privacy-policy.css
	
=================================================================== */

.breadArea {
    padding-bottom: 0;
}

.contents .wide {
	padding-top: 0;
}

.contents .wide .container {
    max-width: 880px;
}

.contents h3.title {
    background: #eeeeee;
    padding: 20px;
    color: #292929;
    font-size: 122.12%;
    border-left: 4px solid #023793;
    margin-top: 44px;
    margin-bottom: 30px;
}

.contents p.text {
    text-align:left;
    line-height:2;
    font-size: 1rem;
}

.contents p.text.text-right {
    text-align:right;
}

.contents p.text + p.text {
    margin-top: 28px;
}

.contents ol {
    list-style-type: decimal;
    text-align:left;
    line-height:2;
    font-size: 1rem;
    padding-inline-start: 22px;
    margin-bottom: 33px;
}


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

.contents section.wide {
	margin:auto;
	padding: 7% 3%;
}

.contents p.text,
.contents ol {
    font-size: 0.875rem;
}

.contents h3.title {
    margin-top: 30px;
    margin-bottom: 20px;
}

.contents ol {
    margin-bottom: 20px;
}

}