@charset "UTF-8";

/*-------------------------
__hoge_style
-------------------------*/

#page_ttl{background: url(images/page_ttl.jpg) no-repeat center / cover;}

.privacy{ text-align: left; margin: 50px auto 100px;}
.privacy .page_caption,
.privacy .inner{ font-size: 1.5em; line-height: 1.8;}
.privacy .page_caption{ margin-bottom: 50px;}
.privacy .inner dl{ margin-bottom: 35px;}
.privacy .inner dl dt{ font-size: 1.2em; font-weight: 700; margin-bottom: 10px;}
.privacy .inner dl dd{}

.pp_contact{ background-color: #eee; font-size: 1.5em; line-height: 1.8; padding: 50px; box-sizing: border-box; display: flex; align-items: center;}
.pp_contact h4{ font-size: 1.2em; font-weight: 700; margin-right: 30px;}
.pp_contact p{}
.pp_contact p span.line0{}

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

.privacy{ margin: 20px auto 40px;}
.privacy .page_caption,
.privacy .inner{ font-size: 1.3em; line-height: 1.6;}
.privacy .page_caption{ margin-bottom: 30px;}
.privacy .inner dl{ margin-bottom: 20px;}

.pp_contact{ font-size: 1.3em; line-height: 1.6; padding: 30px; display: block; align-items: center; text-align: center;}
.pp_contact h4{ margin-right: 15px;}

}