/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  font-weight: normal; 
}

#root, #__next {
  isolation: isolate;
}


/*
Style
*/
:root {
	–-std-font-size: 18px;
}
.main-page {
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
	font-family: "Rubik-Light","Meiryo","Osaka",Arial,serif;
	letter-spacing: 1px;
	word-spacing: 2px;
	width: 896px;
	margin-left:auto;
	margin-right:auto;
}
h3 {
	margin-top:  36px;
	margin-bottom: 8px;
	font-size: 24px;
}
.p-mt {
	margin-top: 18px;
}
.page-header {
	width: 932px;
	margin-left:auto;
	margin-right:auto;
	height:72px;
	font-size: 18 px;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
	font-family: "Rubik-Light","Meiryo","Osaka",Arial,serif;
}
.ph-logo {
	padding-top:12px;
	margin-left:18px;
	display: inline-block;
}
.ph-item {
	vertical-align:top;
	padding-top: 24px;
	display: inline-block;
	font-size: 16px;
}
.ph-contatti {
	padding-top: 16px;
	font-size: 12px;
	display: inline-block;
	float: right;
}
.pf-content {
	text-align:center;
	padding-top: 24px;
}