@charset "utf-8";

/* 旧 cmn_style.css */
.header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
.inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
.container {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.main {padding: 20px 5%;}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: auto;
  }
  .header {
    display: flex;
    padding: 0 0 0 10px;
    height: 55px;
  }
  .header img {
    max-height: 45px;
    width: auto;
  }
}

.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.contents-movie a {
    display: block;
}
.pc_block{
  display: block;
}
.sp_block{
  display: none;
}
.bold{
  font-weight: bold;
}
.center{
    text-align: center;
}

/* main
======================================= */

.main {
	background: url(/kajita/img/body_bg.jpg) no-repeat center top #000;
}

.main .container {
	padding: 10px 0 20px;
	background-color: rgba(255,255,255,0.7);
}

.main-title {
	margin-bottom: 20px;
	text-align: center;
}

.main-box {
	overflow: hidden;
	padding: 0 20px;
}

/* main-contents
----------------------- */

.main-contents {
	float: left;
	width: 670px;
    border: none;
    background: none;
    padding: 0px;
}

.main-img {
	margin-bottom: 20px;
}

.main-copy {
	margin-bottom: 20px;
	color: #004a83;
	font-size: 30px;
	font-weight: bold;
}

.main-text {
	margin-bottom: 20px;
	color: #004a83;
	font-size: 129%;
}

.profile-box {
	overflow: hidden;
	padding: 20px 20px 0;
	background-color: #013d6c;
}

.profile-name-box {
	float: left;
	width: 160px;
	padding-bottom: 30px;
	background-color: #fff;
}

.profile-name-box p {
	color: #013d6c;
	text-align: center;
}

.profile-name {
	margin: 40px 0 10px;
	font-size: 143%;
	font-weight: bold;
}

.profile-kana {
	margin-bottom: 20px;
}

.profile {
	float: right;
	width: 450px;
}

.profile p {
	margin-bottom: 20px;
	color: #fff;
	line-height: 2;
}

.news-box {
}

.news-header {
	margin: 40px 0 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #013d6c;
	color: #013d6c;
	font-size: 143%;
}

.news {
	padding: 10px 0 20px;
}

.news-article {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dotted #013d6c;
}

.news-date {
	float: left;
}

.news-title {
	padding-left: 100px;
}

.president-message {
	margin-top: 20px;
	padding: 20px 20px 10px;
	border: 4px solid #004b83;
	background-color: #fff;
}

.president-message p {
	margin-bottom: 10px;
}

.president-message-title {
	margin-bottom: 20px;
	font-size: 143%;
	font-weight: bold;
}

.president-message-date {
	text-align: right;
}

.president-message-name {
	font-weight: bold;
	text-align: right;
}

/* sidebar
----------------------- */

.sidebar {
	float: right;
	width: 250px;
}

.sidebar-topics {
	margin-bottom: 10px;
	padding: 12px 20px;
	background-color: #004a83;
	color: #fff;
	font-size: 143%;
}

.sidebar-topics-box {
	margin-bottom: 10px;
	padding: 20px;
	background-color: #fff;
}

.sidebar-topics-img {
	margin-bottom: 10px;
	text-align: center;
}

.sidebar-link-box {
	background-color: #fff;
}

.sidebar-link-header {
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px solid #013d6c;
	color: #013d6c;
	font-size: 143%;
	font-weight: bold;
}

.sidebar-link {
	padding: 0 20px 20px;
}

.sidebar-link li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/kajita/img/sidebar_icon01.png) no-repeat left 5px;
}
@media screen and (max-width: 767px) {
	.container, .main-contents, .profile, .sidebar {
		width: 100%;
	}
}