@charset "utf-8";

/* 本体定義 */
a:link,a:visited {
	color: #1122cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #dd0000;
}

@media screen and (min-width: 751px) {
body {
    -webkit-text-size-adjust: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 11pt;
    line-height: 1.8;
}

div.article {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    position: relative;
}
div.article:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color:#c9c9c9;
	font-size:20pt;
	font-weight: 900;
	position:absolute;
	right:0;
	top:20px;
}

}

@media screen and (max-width: 750px) {
body {
    text-size-adjust: none;
    font-family: メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    color: rgb(51, 51, 51) !important;
    font-size: 10pt !important;
    line-height: 140% !important;
}

div.article {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    position: relative;
}

div.article:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color:#c9c9c9;
	font-size:20pt;
	font-weight: 900;
	position:absolute;
	right:0;
	top:20px;
}

}