@charset "utf-8";
/* CSS Document */




body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/* テキストのスタイル */

h1 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
	
p {
    font-size: 1.25rem;
	margin-bottom: 1rem;
	line-height: 1.875;
}

.emphasis {
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
	background-color: #fff888;
}


.fw_700 {
font-weight: 700;
}



#container {
    width: 100%;
}


.section {
padding: 60px 0;
}

.section-innner {
    max-width: 640px;
    margin: auto;
}


.section-heading {
    margin: 0 0 1em;
    text-align: center;
    font-size: 2em;
	    font-weight: 700;

}



/* メインビジュアル */

#mv {
    background-color: #f2c28a;
}
.mv-inner {
    max-width: 960px;
    padding: 60px 0;
    margin: auto;
}

/* イントロ */

#intro p {
    line-height: 2;
}


.example {
    margin: 20px 0;
    border: solid 1px #ccc;
}


/*対象外 */

#notes {
    background-color: #fff;
}


#excluded {
    background-color: #f5f5f5;
}



/*対象外ブランド一覧 PC用 */

.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 3; }
.div6 { grid-area: 2 / 3 / 3 / 4; }
.div7 { grid-area: 3 / 1 / 4 / 2; }
.div8 { grid-area: 3 / 2 / 4 / 3; }
.div9 { grid-area: 3 / 3 / 4 / 4; }


.parent div {
    border: solid 1px #c3c3c3;
	background-color: #fff;
}

.parent div img {
    padding: 12px 24px;
}




/*対象外ブランド一覧 SP用 */
.list-1 {
display: none;
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
    border: 2px solid #c3c3c3;
}

.list-1 li {
    padding: .3em .3em .3em 0;
    list-style: disc;
}
.list-1 li::marker {
    color: #c3c3c3;
    font-size: 1.1em;
}



/*必ずお読みください */


#caution {
    background-color: #fce9df;
}


.caution-inner {
    max-width: 720px;
}

.caution-url {
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #FFF;
    border-radius: 100vh;
    background-color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}





/*注意事項 */



.notes- {
    background-color: #FFF;
    border: solid 2px;
    font-size: 1rem;
    padding: 0.5em 1rem;
    margin-bottom: 1rem;
}



.notes-inner ul {
    margin: 1rem 0;
}


.notes-inner ul li {
    margin: 1rem 0;
}


dt {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

dd {
margin-bottom: 50px;
    border-bottom: solid 2px;
}





footer {
    margin-top: 0!important;
}


.pc {
display: block;
}
.sp {
display: none;
}

@media (max-width: 720px) {
p {
font-size: 0.9rem;
line-height: 1.75;
}

h1 {
    font-size: 1.45rem;
}

.section {
    padding: 60px 0;
}



.section-innner {
    max-width: 1000px;
    margin: auto;
    width: 90%;
    margin: auto;
}

/* イントロ */

#intro p {
    line-height: 1.75;
}


.list-1 {
display: block;
}



.parent {
display: none;
}





.caution-url {
    overflow: hidden;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
    border-radius: 100vh;
    background-color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

}
