/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 13:28:42 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html,body,header,footer,section,article,h1,h2,h3,h4,h5,h6,div,p,a,span,small,table,th,td,tr{
	font-family: "Noto Sans JP", sans-serif;
}
body{
max-width:1366px;
	margin:0 auto;
}
p{
    font-size: 16pt;
    font-weight: 600;
}
.siteHeader {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 46px;
    border: none;
    left: 0;
}
li {
    margin-bottom: .8em;
    line-height: 1em;
}
section{
	padding:3rem 0;
}
.mainSection-title, h2 {
    padding:0;
    border-top: none;
    border-bottom: none;
}
.subSection-title, h3 {
    border-bottom: none;
}
h3:after, .subSection-title:after{
display:none;
}
.box01{
    background: rgba(255, 255, 255, .85);
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 0 20px 45px #bbb;
}
ul{
	font-weight:700;
}
#mv{
	padding:0;
}
#content01{
	position:relative;
}
#content01 .img{
    position: absolute;
    right: 3%;
    bottom: 8%;
    z-index: -1;
    width: 30%;
}
#content02 {
    background: url(http://fpfamili.com/wp-content/uploads/2026/04/グループ-823-scaled.jpg) no-repeat center bottom;
    background-size: cover;
	padding-bottom:10rem;
}
#content02 h2{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
}
#content02 h2 span{
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
	color:#F38200;
}

#content02 h3{
    text-align: center;
    color: #F38200;
    font-size: 2.5rem;
    font-weight: 900;
    margin-top: 2rem;
}
#content03 {
    background: url(http://fpfamili.com/wp-content/uploads/2026/04/マスクグループ-2-scaled.jpg) no-repeat center bottom;
    background-size: cover;
}
#content03  h2{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
#content03  h2 span{
    font-size: 1rem;
    display: block;
    font-weight: 700;
}
#content03 p {
    font-size: 12pt;
    font-weight: 600;
}
#content04 h2{
	color:#F38200;
    font-size: 2.5rem;
    font-weight: 900;
}
#content04 .tablearea{
    display: flex;
    align-items: center;
    justify-content: center;
}
#content05 {
    background: url(http://fpfamili.com/wp-content/uploads/2026/04/マスクグループ-3-scaled.jpg) no-repeat center bottom;
    background-size: cover;
	text-align:center;
}
#content05  h2{
    font-size: 3rem;
    font-weight: 700;
		color:#F38200;
}
#content05  h2 span{
    font-size: 2rem;
    display: block;
    font-weight: 700;
		color:#000;
}
#content06 h2 {
	text-align:center;
    font-size: 3rem;
    font-weight: 700;
    color: #F38200;
}
table{
	font-weight:700;
}
th{
	width:55%;
}
td{
	width:45%;
}
th small{
	display:block;
	font-size:8pt;
}
input{
width:100%;
}
.btn-primary {
    color: #fff;
    background-color: #55BB30;
    border-color: transparent;
    border-radius: 100px;
    padding: 1rem;
    font-size: 1.5rem;
    margin-top: 2rem;
    font-weight: 700;
}
.side-btn {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 10%;
    width: 70px;
}
footer{
text-align:center;
}

.footer-graphic {
    position: relative;
}

.footer-logo{
    margin: -10rem auto 1rem;
    max-width: 350px;
}
footer ul{
    display: inline-block;
    list-style: none;
	padding:0;
	margin:0;
}
footer li {
    display: inline-block;
	padding:1rem;
}
@media screen and (max-width: 767px){
	section {
    padding: 3rem 1rem;
}
p {
    font-size: 14pt;
}
br{
	display:none;	
}
#content01 .img {
    position: initial;
    width: 100%;
}
#content02 h2 {
    font-size: 1.5rem;
}
#content02 h2 span {
    text-align: center;
    font-size: 3rem;
    display: block;
    color: #F38200;
}
	#content02 h3 {
    text-align: center;
    color: #F38200;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0rem;
    padding: 0rem;
}
.box01 {
    padding: 1rem;
}
li {
    margin-bottom: .8em;
    line-height: 1.5rem;
}
#content03 img{
    border-radius: 2rem;
    margin-bottom: 2rem;
}
.inner{
    padding: 2rem;
}
#content05 h2 span {
    font-size: 1.5rem;
}
	.footer-logo {
    margin: 0rem auto 1rem;
    max-width: 250px;
}
	footer ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}
	footer li {
    display: inline-block;
    padding: 0rem;
}
	
}