@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main {
    margin-bottom: 15rem;
}
#main .content {
    margin-top: -0.6rem;
    padding: 6.4rem 7rem 9rem;
    max-width: 90rem;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1.857;
    text-align: justify;
    border-radius: 2.7rem;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
#main h3 {
    margin-bottom: 2.8rem;
    color: #37516e;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1.1667;
    text-align: left;
    font-weight: normal;
    font-family: 'midashigopr5-mb31';
}
#main h4 {
    margin-bottom: 2.8rem;
    color: #37516e;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: left;
    font-family: 'midashigopr5-mb31';
}
#main p {
    margin-bottom: 2.3rem;
}
#main p a {
    color: #000;
}
#main .text01 {
    margin-bottom: 6.1rem;
}
#main .textList {
    counter-reset: section;
}
#main .textList li {
    position: relative;
}
#main .textList li:not(:last-child) {
    margin-bottom: 1.8rem;
}
#main .textList li span {
    display: flex;
}
#main .textList li span::before {
    margin-right: 0.7rem;
    flex: none;
    color: #37516e;
    font-weight: 500;
    counter-increment: section;
    content: counter(section)".";
}
#main .textList.sub {
    margin-left: 2.3rem;
}
#main .textList.sub li span::before {
    color: #000;
    font-weight: 400;
    content: "("counter(section)")";
}
#main .textList li .sub {
    margin: 2.1rem 0 2.5rem 2.2rem;
}
#main .textList li .sub li:not(:last-child) {
    margin-bottom: 1.9rem;
}
#main .area {
    margin-bottom: 6.4rem;
}
#main .taRText {
    padding-top: 0.3rem;
    text-align: right;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#main h4 {
		font-size: 2.6rem;
	}
}
@media all and (max-width: 767px) {
    #main {
        margin-bottom: 8.8rem;
    }
    #main .content {
        margin: -1.1rem 1.5rem 0;
        padding: 5.5rem 2.9rem 7.8rem;
        max-width: inherit;
        font-size: 1.2rem;
        line-height: 2;
        border-radius: 2.2rem;
    }
    #main h3 {
        margin-bottom: 1.8rem;
        font-size: 1.9rem;
        line-height: 1.4737;
        letter-spacing: 0.03em;
    }
    #main h4 {
        margin-bottom: 1.9rem;
        font-size: 2rem;
        letter-spacing: 0.06em;
        line-height: 1.4;
    }
    #main p {
        margin-bottom: 2.1rem;
    }
    #main .text01 {
        margin-bottom: 6.8rem;
    }
    #main .text02 {
        margin-right: -2rem;
    }
    #main .textList li:not(:last-child) {
        margin-bottom: 1.6rem;
    }
    #main .textList li span::before {
        margin-right: 0.9rem;
    }
    #main .textList li .sub li:not(:last-child) {
        margin-bottom: 1.6rem;
    }
    #main .area {
        margin-bottom: 6.8rem;
    }
    #main .taRText {
        margin: -3.8rem 0 0;
        padding-top: 0;
    }
}