@charset 'UTF-8';
/*****************************************************

privacy

*****************************************************/
.title{
margin:0 auto;
width:100%;
position:relative
}

.title-box{
margin:auto;
position:absolute;
top:170px;
right:0;
left:0;
}

.title-box h1 img{
width:15%;
}

.title-box h2{
margin:0.5% auto 0;
font-size:20px;
letter-spacing: 0.08em
}


/* ▼▼▼▼▼▼▼▼MaxWidth2200(pc)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 2200px) {
 /* ************** */

.title-box{top:160px;}

 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth1500(pc)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1500px) {
 /* ************** */

.title-box{top:140px;}
.title-box h1 img{width:18%;}
.title-box h2{font-size:18px;}

 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth1200(pc)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1200px) {
 /* ************** */

.title-box{top:120px;}
.title-box h1 img{width:23%;}
.title-box h2{font-size:16px;}


 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
.title-box{top:100px;}

 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

.title-box{top:110px;}
.title-box h1 img{width:27%;}

.title-box h2{font-size:14px;}

 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth600(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 600px) {
 /* ************** */

.title-box{top:100px;}
.title-box h1 img{width:34%;}

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */
	
.title-box h1 img{width:42%;}
.title-box{top:75px;}

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth380(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 380px) {
 /* ************** */

.title-box h1 img{width:48%;}
.title-box{top:68px;}

 /* *************** */
}


/*****************************************************

block01

*****************************************************/
#block01{
margin:4% auto;
width:100%;
max-width:900px;
}

#block01 p{
margin:3% auto;
width:100%;
text-align: justify;
font-size:14px;
letter-spacing: 0.06em;
line-height:1.6;
}

#block01 dt{
margin:3% auto 1%;
width:100%;
text-align: left;
font-size:19px;
letter-spacing: 0.06em;
line-height:1.6;
background:#fadcd8;
padding:1.5% 3%;
}

#block01 dd{
margin:2% auto 4%;
width:98%;
text-align: justify;
font-size:14px;
letter-spacing: 0.06em;
line-height:1.6;
}


/* ▼▼▼▼▼▼▼▼MaxWidth1200(pc)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1200px) {
 /* ************** */


 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
#block01{
margin:6% auto;
padding:0 5%;
}

#block01 p{font-size:13px;}

#block01 dt{
font-size:17px;
}

#block01 dd{
font-size:13px;
}

 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

#block01 p{font-size:12px;}

#block01 dt{
margin:8% auto 2%;
font-size:15px;
padding:2% 4%;

}

#block01 dd{
font-size:12px;
line-height:1.4;

}

 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth600(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 600px) {
 /* ************** */


 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */


 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth380(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 380px) {
 /* ************** */


 /* *************** */
}

