﻿@charset "utf-8";
.policyArea {
padding: 0 0 80px 0;
}

.com_title h2 {
background-image : url(../../images/ttl_icon07.png);
}

.policyArea .policy_ttl {
background-image : url(../../images/sttl_bg.png);
background-position : 0 bottom;
background-size: cover;
background-repeat: no-repeat;
padding: 7px 0 7px 15px;
margin-top: 30px;
color: #FFF;
text-align: left;
font-weight: bold;
}


.policyArea .policy_title01 {
color: #3D63AF;
font-size: 24px;
font-weight: bold;
margin-top: 40px;
}

.policyArea .policy_contents {
text-align: left;
margin-top: 30px;
}

.policyArea .policy_contents ul {
margin-top: 20px;
letter-spacing: 0.1em;
line-height: 150%;
list-style-type: decimal;
}

.policyArea .policy_contents ul li {
padding: 10px 0;
margin-left: 30px;
}




/* max-width: 960px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 960px){
.policyArea {
font-size: 14px;
}




}
/* max-width: 960px @end */


/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){
.policyArea {
padding: 0 0 40px 0;
}


.policyArea .policy_title01 {
font-size: 18px;
}

}
/* max-width: 768px @end */


/* max-width: 580px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 580px){



}
/* max-width: 580px @end */