main {
	line-height: 1.8;
}
.pp_box {
	width: 800px;
	margin: 0 auto 130px;
    padding-top: 100px;
}
.pp_box li {
        margin-bottom: 2rem;
}
.pp_box li ol li{
        margin-bottom: .5rem;
}

.pp_box .pp_boxtxt
{
    text-align: right;
    margin-top: 40px;
}
.basic-ttl {
    width: 380px;
    margin: 0 auto 90px;
    padding: 34px 28px;
	background: #0c5e9a;
}
.basic-ttl h2 {
    background: url(../img/p-policy/ttl04.png) no-repeat;
    /* line-height: 96px; */
    color: #fff;
    font-size: 22px;
    padding: 30px 0px 30px 10px;
}
.mokuteki h2 + p {
	    margin-left: 2.5rem;
}
.kanga {
    line-height: 33px;
    padding-left: 40px;
    background: url(../img/p-policy/icon.png) no-repeat left;
    font-size: 23px;
    color: #0c5e9a;
    font-weight: bold;
    margin: 40px 0 13px;
}
.p_title {
    line-height: 33px;
    font-size: 23px;
    color: #0c5e9a;
    font-weight: bold;
    margin: 40px 0 13px;
}

.mokuteki li {
	margin-bottom: 1rem;
}

#p_box p
{
    margin: 10px 0 20px;
}

#p_box h3
{
    margin-bottom: 3px;
    font-size: 16px;
}

#p_box .p_inquiry
{
    margin: 10px 0 3px;
    font-size: 16px;
}

.p_ttop
{
    padding-bottom: 2rem;
}

.p_ol
{
    padding-left: 1em;
    text-indent: -1em;
}

.p_imgbox
{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.p_imgbox div 
{
    display: flex;
    align-items: flex-start;
}

.p_imgbox div img 
{
    width: 100%;margin-right: 20px;max-width: 100px;
}

@media screen and (max-width: 768px) {	
	.pp_box {
    width: auto;
	margin: 0 5% 10vh;
}
	.basic-ttl {
    width: auto;
	}
	.pp_box ol {
		    padding-left: 2rem;
	}
	.pp_box li {
    padding-left: 0;
	}

    .p_imgbox
    {
        display: block;
    }

    .p_imgbox div
    {
        margin-top: 13px;
    }

    .p_imgbox div img
    {
        max-width: 70px;
    }

	
}


