/*Policy page*/
.introduction__name {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 0px;
}
#policy.main-section {
	margin-bottom: 50px;
}
ul, ol {
    list-style: none;
}
ul.list {
    padding-inline-start: 0px;
    padding-bottom: 30px;
}
li.indent {
    border-bottom: 10px solid transparent;
}

.m-b-100-t-0 {
    margin-top: 0px;
    margin-bottom: 100px;
}

.introduction__inner {
    max-width: 1407px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: row-reverse;
    /* flex-direction: row-reverse; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.page-ttl__inner {
    width: 620px;
    height: 160px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    line-height: 1;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
    text-align: center;
}

.page-ttl__en {
    display: block;
    margin-top: 18px;
    font-family: Josefin Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    padding-bottom: 3px;
}

.page-ttl__ja {
    display: block;
    /*font-family: YakuHanMP, Noto Serif, "游明朝", Yu Mincho, "游明朝体", YuMincho, Hiragino Mincho Pro, "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;

/*    font-size: 49px;
    font-weight: 700;
    line-height: 1;*/
	line-height: 160px;
    font-size: 2.5rem;
    font-weight: 500;
}
.inner {
    /*font-family: YakuHanMP, Noto Serif, "游明朝", Yu Mincho, "游明朝体", YuMincho, Hiragino Mincho Pro, "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;

}

@media screen and (max-width: 768px) {
    .page-ttl__inner {
        width: 100%;
        height: 21.33333vw;
    }
    .page-ttl__en {
        margin-top: 3.2vw;
        font-size: 2.93333vw;
    }
    .page-ttl__ja {
        font-size: 4.8vw;
    }
    .m-b-100-t-50 {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    ul {
        padding-left: 5px;
    }
    .introduction__name {
        padding-left: 0;
    }
    ul.list {
        padding-inline-start: 5px;
    }
	.sp-b-50 {
		margin-bottom: 50px;
	}
}
