@charset "UTF-8";

/* ============================================
        上書き
============================================= */
main {
    padding-bottom: 58px;
}
.contentIndent {
    margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
    main {
        padding-bottom: 95px;
    }
    #breadCrumbs {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .contentIndent {
        margin-top: 49px;
    }
}

/* ============================================
        プライバシーポリシー
============================================= */
h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    ;
    line-height: 1;
    width: 89.33vw;
    margin: 45px auto 0;
}
h1 div{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}
h1 .subtitle_text{
    font-size: 1.3rem;
    font-weight: normal;
    margin-right: 12px;
    white-space: nowrap;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
h1 .subtitle_line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}
.infoTitle {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	color: #F04E98;
    margin:57px auto 0;
}
.contentIndent .infoTitle:nth-of-type(1){
    margin-top: 0;
}
.summaryText {
    font-size: 1.3rem;
    line-height: 1.538;
    text-align: justify;
    margin:16px auto 0;
}
.privacypolicyList {
    margin-top: 17.5px;
}
.privacypolicyList li {
    font-size: 1.3rem;
    line-height: 1.538;
    margin-top: 17.5px;
    text-align: justify;
}
.privacypolicyList li h3 {
    display: block;
    font-size: 1.4rem;
    line-height: 1.286;
    margin: 42px 0 17.5px;
}
.infoTitle_large + .privacypolicyList li:nth-of-type(1) h3{
    margin-top: 20px;
}
.privacypolicyList a{
    color: #F04E98;
    font-weight: bold;
    text-decoration: underline;
}
.privacypolicyList:nth-of-type(1) li:nth-of-type(1) h3 {
    margin-top: 0px;
}
.infoGrayBox {
    background-color: #F3F3F3;
    border-radius: 7px;
    margin: 19.5px 0 0;
    padding: 13px 17px;
    /*width: calc(89.333vw - 15px - 15px);*/
}
.infoGrayBox .infoGrayBoxLink {
    margin-top: 12px;
}
.infoGrayBox .infoGrayBoxLink a {
    color: #F04E98;
    font-weight: bold;
    text-decoration: underline;
}


@media print, screen and (min-width: 768px) {
    h1{
        font-size: 3.0rem;
        width: 1024px;
        margin: 42px auto 0;
    }
    h1 div{
        width: 100%;
        margin-top: 22px;
    }
    h1 .subtitle_text{
        font-size: 1.6rem;
        margin-right: 13px;
    }
    .infoTitle {
        font-size: 1.8rem;
        line-height: 1;
        margin:67px auto 0;
        width: 1024px;
    }
    .infoTitle_large{
        font-size: 2.2rem;
    }
	.summaryText {
		font-size: 1.8rem;
		line-height: 1.333;
		margin: 30px auto 0;
        width: 1024px;
	}
    .privacypolicyList {
        margin-top: 30px;
    }
    .privacypolicyList li {
        font-size: 1.8rem;
        line-height: 1.333;
    }
    .privacypolicyList li h3 {
        display: block;
        font-size: 1.8rem;
        line-height: 1;
        margin: 52px 0 27px;
    }
    .infoTitle_large + .privacypolicyList li:nth-of-type(1) h3{
        margin-top: 30px;
    }
    .infoGrayBox {
        border-radius: 12px;
        padding: 32px;
        width: 465px;
        margin-top: 25px;
    }


    .infoGrayBox p {
        font-size: 1.8rem;
        line-height: 1.333;
    }
    .infoGrayBox .infoGrayBoxLink {
        margin-top: 25px;
    }
}

