@charset "utf-8";

/* =============================================================================
#policy-introSec
========================================================================== */
#policy-introSec .wrap{
max-width: 850px;
padding: 0 10px;
margin: 0 auto;
}
#policy-introSec .wrap p{
padding: 60px 0;
}

@media screen and (max-width: 767px) {
#policy-introSec .wrap p{
padding: 30px 0;
}
}

/* =============================================================================
#policySec
========================================================================== */
#policySec {
padding-bottom: 80px;
}
#policySec .wrap{
max-width: 850px;
padding: 0 10px;
margin: 0 auto;
}
#policySec .cont{
border-bottom: 1px solid #8a8a8a;
padding: 20px 10px;
}
#policySec .cont span{
color: #0c5081;
display: block;
line-height: 3rem;
font-size: 1.2rem;
font-weight: bold;
}

@media screen and (max-width: 767px) {
#policySec {
padding-bottom: 40px;
}
#policySec .wrap {
max-width: 100%;
}
#policySec .cont{
font-size: 0.9rem;
}
#policySec .cont span{
font-size: 1rem;
}
}

/* =============================================================================
共通（このページではたぶん使ってない）
========================================================================== */

section h3 {
color: #22611e;
position: relative;
padding-left: 36px;
}
section h3:before {
position: absolute;
content: "";
top: 13px;
left: 0;
width: 20px;
height: 2px;
background: #22611e;
}
section table {
max-width: 850px;
border-collapse: collapse;
margin-bottom: 50px;
}
td, th {
vertical-align: middle;
}

section table th {
background: #80b17d;
color: #fff;
font-size: 15px;
padding: 10px;
border-bottom: 2px solid #fff;
}
section table td {
background: #f8f8f8;
padding: 10px;
padding-left: 25px;
line-height: 2em;
border-bottom: 2px solid #fff;
font-feature-settings: "palt";
}
section .center {
text-align: center;
}
section table .center {
text-align: center;
}
@media screen and (max-width: 767px) {

section table th {
width: 100px;
}

}


/* =============================================================================

========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
