@charset "utf-8";
/* プライバシーポリシー */

.container{
 width: 880px;
 margin: 55px auto 120px;
 font-size: 1.4rem;
 line-height: 2.4rem;
}

.titleWrap{
 padding-top: 48px;
 position: relative;
 margin-bottom: 60px;
}
.titleWrap h2{
 font-size: 2.6rem;
 letter-spacing: 0.1em;
 text-align: center;
}
.titleWrap p{
 text-align: right;
 position: absolute;
 top: 0;
 right: 0;
}

.container > ul{ margin: 35px 0 60px;}
.container > ul > li{
 padding-left: 1.5em;
 text-indent: -1.5em;
 text-align: justify;
}
.container > ul > li:not(:last-of-type){ margin-bottom: 25px;}
.container > ul > li ul{
 text-indent: 0;
 margin-top: 10px;
}

.container h3{
 font-weight: 300;
 font-size: 2.4rem;
 margin-bottom: 13px;
}
.container h4{ margin-top: 35px;}
.container p a{
 color: #003f7e;
 border-bottom: 1px solid #003f7e;
 transition: border-color 0.1s;
}
.container p a:hover{ border-color: rgba(255,255,255,0);}


