@font-face {
  font-family: 'proxima-nova';
  font-weight: 400;
  src: url('./fonts/ProximaNova-Regular.eot');
  src: url('./fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('./fonts/ProximaNova-Regular.woff') format('woff'),
    url('./fonts/ProximaNova-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'proxima-nova';
  font-weight: 700;
  src: url('./fonts/ProximaNova-Bold.eot');
  src: url('./fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('./fonts/ProximaNova-Bold.woff') format('woff'),
    url('./fonts/ProximaNova-Bold.ttf') format('truetype');
}

body {
	color: #222;
	font-size: 18px;
	line-height: 1.4;
	font-family: ProximaNova, helvetica, arial,
		'\30d2\30e9\30ae\30ce\89d2\30b4\ Pro W3', 'Hiragino Kaku Gothic Pro',
		'\30e1\30a4\30ea\30aa', Meiryo, Osaka, 'MS P\30b4\30b7\30c3\30af',
		'MS PGothic', sans-serif;
	background: #f8f6f4;
	margin: 0;
	padding: 0
}

@media (min-width: 800px)
.page-title {
    font-size: 42px;
    margin-top: 35px;
}
.page-title {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,.25);
}

textarea, input {
	font-family: inherit
}

*, *:before, *:after {
	box-sizing: border-box
}

a {
	color: #bd0f72;
	transition: 250ms;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	text-decoration: underline;
	color: #5d0035
}

h1, h2, h3 {
	color: #004d6c;
	font-weight: bold;
	/* text-transform: uppercase; */
	line-height: 1.2
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 20px
}

.btn {
	display: inline-block;
	transform: translate3d(0, 0, 0);
	padding: 8px 24px;
	background: #bd0f72;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	z-index: 1;
	transition: .25s
}

.btn+.btn {
	margin-left: 10px
}

.btn:hover {
	color: #fff;
	text-decoration: none
}

body:not (.touch ) a.btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5d0035;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transform: scaleY(0);
	transition: .25s
}

a.btn:hover:after {
	transform: scaleY(1);
	opacity: 1
}

.btn.btn-secondary {
	background: #ccc;
	color: #444
}

a.btn.btn-secondary:hover {
	color: #000
}

a.btn.btn-secondary:after {
	background: #aaa
}

.btn.btn-large {
	padding: 12px 36px;
	font-size: 24px
}

.article-text table {
	word-break: initial
}

.table-wrap {
	overflow: auto;
	white-space: nowrap
}

.table-wrap table {
	max-width: 766px
}

th{
	padding:6px;
	text-align:center;
}
td{
	padding:6px;
	text-align:center;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px
}

.layout-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%
}

.layout-container .page-content {
	flex: 1 0 auto
}



.standard-page-new .container {
	max-width: 100%;
	padding: 0
}

.standard-page-new .standard-page .block-region-topcontent {
	position: relative;
	z-index: -1
}

.standard-page .block-region-topcontent>div>header {
	padding-bottom: 56%
}

.standard-page header {
	margin: 0 -10px
}

.standard-page header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin-bottom: 10px
}

@media ( min-width :800px) {
	.standard-page .block-region-topcontent {
		width: 100%
	}
	.standard-page .block-region-topcontent>div>header {
		padding-bottom: 25%
	}
	.standard-page header {
		margin: 0
	}
}

.article-text, .region-content {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding: 0 10px
}

@media ( min-width :800px) {
	.standard-page.with-sidebar {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
	.standard-page.no-sidebar {
		margin: auto
	}
	.standard-page .block-region-breadcrumb {
		width: 100%
	}
	.standard-page.with-sidebar .with-sidebar-only {
		max-width: 1200px;
		display: flex
	}
	.standard-page.with-sidebar .article-text, .standard-page.with-sidebar .main-content
		{
		display: block;
		width: 65%
	}
	.standard-page aside {
		width: 35%;
		padding-top: 86px
	}
	.standard-page aside .one-widget {
		margin-left: 40px
	}
	html[dir='rtl'] .standard-page aside .one-widget {
		margin-left: 0;
		margin-right: 40px
	}
}

.standard-page .meta, .block-region-newsLeftContent {
	color: #004d6c;
	margin-top: -22px;
	margin-bottom: 24px
}

@media ( min-width :800px) {
	.standard-page .meta, .block-region-newsLeftContent {
		color: #004d6c;
		margin-top: -30px;
		margin-bottom: 32px
	}
}
