@charset "UTF-8";
/* CSS Document */

body {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.8;
}

h1,
h2 {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.015em;
}

/*タイトル周り*/
/* .sitetlt{
	width: fit-content;
	line-height: 1;
	color: #0078B9;
	text-align: center;
}
header{
	height: 5vw;
}
h1.header_tlt{
	font-size: 26px;
	margin: 5px 0 0 0;
}
.header_subtlt{
	font-size: 14px;
	display: inline-block;
}
.header_ana{
	font-size: 14px;
	margin: 5px;
	background-color: #0078B9;
	color: #fff;
	width: 100%;
}
/*ヘッダー*/
/* header {
	background: #fbfbfa;
	padding: 20px 20px 0 20px;
} */
.paper {
	height: 32px;
	position: relative;
	z-index: 2;
	background: url(../img/common/paper.png);
	background-repeat: repeat-x;
}

#cpn-logo {
	position: absolute;
	top: 25px;
	left: calc(50% - 75px);
	z-index: 3;
	max-width: 150px;
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .2))
}

/* カラー */
.LightBlue {
	color: #31A8D7 !important;
}

.bg-LightBlue {
	background: #31A8D7;
}

.Blue {
	color: #0078B9 !important;
}

.bg-Blue {
	background: #0078B9;
}

.PailBlue {
	color: #D9EEFD !important;
}

.bg-PailBlue {
	background: #D9EEFD;
}

.White {
	color: #ffffff !important;
}

.bg-White {
	background: #ffffff;
}

.container {
	max-width: 1320px;
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.text_center {
	text-align: center;
}

.article_tlt {
	font-size: 34px;
}

.article_tlt_space {
	margin: 10px 0 50px 0;
}

.h2-article_tlt_space {
	margin: 10px 0 50px 0;
}
