.data-link {
  color: #4800ff !important;
  text-decoration: underline;
  word-break: break-all;
}
.label {
	display: inline-block;
  margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF33F;
	line-height: 1.0;
	background: #898989;
}
h3 {
    margin-bottom: 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: #111;
}
h4 {
    margin-bottom: 20px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #111;
}
@media screen and (min-width: 421px) {
    .box {
        margin-bottom: 25px;
        padding: 25px;
        line-height: 1.7;
        font-size: 13px;
        background: #DFF2FC;
    }
    .box h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 420px) {
    .box {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding: 5%;
        line-height: 1.6;
        font-size: 12px;
        background: #DFF2FC;
    }
    h3 {
        margin-top: 0;
        margin-bottom: 5px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1.4;
        color: #111;
    }
    h4 {
        margin-bottom: 15px;
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.4;
        color: #111;
    }
}