@charset "utf-8";

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #8a8a8a;}
a:hover { text-decoration:none; color: #8a8a8a;}

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
address,
em { font-style: normal; }
strong,
th { font-weight: normal; }
table {
border-collapse: separate;
border-spacing: 0;
}
th { text-align: left; }
hr,
legend { display: none; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; }
img,
fieldset { border: 0; }
li { list-style-type: none; }
html { overflow-y:scroll;  }  
/* Fonts
------------------------------------------------------------*/
body {
font-size: 100%; /* IE */
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
html>/**/body { font-size: 12px; } /* Except IE */
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: '';
display: block;
clear: both;
height: 0;
}


/* =======================================
    common
======================================= */
.mainLogoLine {
	color: #0541a2;
	letter-spacing: -0.03em;
	font-family: 'メイリオ', sans-serif;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: solid 3px #DDD;
	position: relative;
}

.mainLogoLine:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: min(312px,calc(100% - 40px));
    border-bottom: 3px solid #00359F;
}

.normalText {
	display: inline;
    margin-left: 10px;
    color: #585858;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 0;
    font-weight: bold;
}

.contentsLogo {
	width: min(1040px,100%);
	height: fit-content;
	float: left;
    text-align: left;
}



