@charset "UTF-8";

.t-img {
width: 100%;
height: auto;
}

section {
  margin-top: -60px;
  padding-top: 60px;
}

.sblue {
color: #0084ca;
}


/* achievement */
h1 {
	font-size: 1.7rem;
	font-weight: 500;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-bottom: 16px;
}
h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #0084ca;
}
h3 {
	font-size: 1.25rem;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
h4 {
	font-size: 1.15rem;
	font-weight: bold;
	margin-bottom: 4px;
	color: #252CA5;
}

.chu {
	font-size: 0.9rem;
}

.bodycopy_up {
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-bottom: 0.65rem;
}
.bodycopy {
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-bottom: 3rem;
}



/* フッター */
.footerFixed {
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 60px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}
footer{
	position: absolute;/* ←絶対位置 */
	bottom: 0;
	background: #0084ca;
	color: #fff;
	text-align: center;
	width: 100%;
}

/* SNSアイコン */
.snsl {
	text-indent: 40px;
	background-image: url(../images/LINE.svg);
	background-repeat: no-repeat;
	font-size: 1.25rem;
	text-align: left;
	display: block;
}
.snst {
	text-indent: 40px;
	background-image: url(../images/Twitter.svg);
	background-repeat: no-repeat;
	font-size: 1.25rem;
	text-align: left;
	display: block;
}
.snsi {
	text-indent: 40px;
	background-image: url(../images/Instagram.svg);
	background-repeat: no-repeat;
	font-size: 1.25rem;
	text-align: left;
	display: block;
}
.snsy {
	text-indent: 40px;
	background-image: url(../images/YouTube.svg);
	background-repeat: no-repeat;
	font-size: 1.25rem;
	text-align: left;
	display: block;
}
.snsf {
	text-indent: 40px;
	background-image: url(../images/Facebook.svg);
	background-repeat: no-repeat;
	font-size: 1.25rem;
	text-align: left;
	display: block;
}
