@charset "utf-8";

/*	レイアウト
---------------------------------*/
body {
	padding: 0;
	width: 100%;
	line-height: 1.6;
	color: #333;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrapper {
	overflow: hidden;
}
@media screen and (max-width:767px) {

}

/*	ヘッダー
---------------------------------*/
header {
	z-index: 1000;
}
.hd-inr {
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	max-width: 1000px;
	background: #fff;
	font-size: 0.9375rem;
	z-index: 1000;
}
.hd-logo {
	-webkit-align-items: center;
	align-items: center;
	margin: 0 20px 0 0;
}
.hd-logo span {
	padding: 3px 0 0 20px;
}
.hd-language {
	position: relative;
	font-weight: bold;
}
.hd-language a {
	padding: 0 0 0 5px;
}
.hd-language a:before {
	display: block;
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 11px;
	background: url(../images/common/icon_arw02.png) no-repeat;
	background-size: contain;
}
@media screen and (max-width:1000px) {
.hd-inr {
	padding: 5px 15px;
}
}
@media screen and (max-width:767px) {
.hd-logo h1 {
	display: block;
}
.hd-logo h1 img {
	vertical-align: middle;
}
.hd-logo h1 span {
	vertical-align: middle;
}
.hd-inr {
	padding: 13px 15px;
	font-size: 0.8125rem;
}
.hd-language {
	margin: 0 40px 0 0;
}
}
@media screen and (max-width:480px) {
.hd-inr {
	padding: 5px 15px 2px;
}
.hd-logo {
	display: block;
}
.hd-logo span {
	display: block;
	padding: 0 0 0 35px;
}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
	padding: 0;
	background: #982e3c;
}
.btn-pagetop {
	z-index: 10;
}
.ft-link {
	position: relative;
	padding: 35px 0;
}
.ft-link li {
	margin: 0 6px;
	width: 38.5%;
	max-width: 385px;
}
.ft-copyright {
	padding: 0 15px;
	height: 50px;
	background: #fff;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 50px;
	word-break: break-all;
}
@media screen and (max-width:1000px) {
.ft-link {
	position: relative;
	padding: 35px 15px;
}
}
@media screen and (max-width:767px) {
.ft-copyright {
	padding: 15px;
	height: auto;
	font-size: 0.75rem;
	line-height: 1.4;
}
}
@media screen and (max-width:480px) {
.ft-link {
	padding: 35px 15px 15px;
}
.ft-link li {
	margin: 0 0 20px;
	width: 100%;
}
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	margin: 0 0 50px;
	padding: 0 20px;
	width: 23%;
	max-width: 230px;
}
.pc-nav .main-nav {
	margin: 0 0 20px;
}
.pc-nav .main-nav > li {
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px solid #982e3c;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1;
}
.main-nav > li span {
	font-weight: inherit;
	cursor: pointer;
}
.pc-nav .main-nav > li:first-of-type {
	border-top: 1px solid #982e3c;
}
.pc-nav .main-nav > li a {
	position: relative;
	padding: 0;
}
.pc-nav .main-nav li.current a,
.pc-nav .main-nav li a:hover {
	color: #982e3c;
	opacity: 1;
}
.pc-nav .main-nav > li ul {
	padding: 10px 0 5px;
}
.main-nav > li ul.close {
	display: none;
}
.pc-nav .main-nav > li li {
	position: relative;
	margin: 15px 0 0;
}
.pc-nav .main-nav > li li a {
	padding-left: 15px;
}
.pc-nav .main-nav > li li a:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url(../images/common/icon_arw01.png) no-repeat;
	background-size: contain;
}
.pc-nav .sub-nav {
	margin: 0 0 20px;
}
.pc-nav .sub-nav li {
	margin: 0 0 10px;
}
.pc-nav .sub-nav li a {
	display: block;
	position: relative;
	padding: 0 40px 0 17px;
	width: 100%;
	height: 44px;
	background: #f0f0f0;
	border: 1px solid #982e3c;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 42px;
}
.pc-nav .sub-nav li a:after {
	display: block;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 13px;
	background: url(../images/common/icon_window01.png) no-repeat;
	background-size: contain;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.movie-resp {
  display: none;
}

.nav-leaflet {
	margin: 0 0 20px;
}
.nav-leaflet a {
	display: block;
	margin: 0 auto;
	padding: 14px;
	width: 100%;
	max-width: 190px;
	background: #f0f0f0;
	border: 1px solid #982e3c;
	text-align: center;
	font-size: 0.9375rem;
}
.nav-leaflet figure {
	margin: 0 0 5px;
}
.nav-leaflet p {
	position: relative;
	letter-spacing: -0.1em;
	text-decoration: underline;
}
.nav-leaflet p:after {
	display: inline-block;
	content: "";
	position: relative;
	top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/common/icon_pdf.png) no-repeat;
	background-size: contain;
}
@media screen and (max-width:1000px) {
.pc-nav .main-nav > li {
	font-size: 0.8125rem;
}
.pc-nav ul li a {
	padding: 15px 10px;
	font-size: 0.8125rem;
}
.pc-nav .sub-nav li a {
	padding: 0 20px 0 10px;
	font-size: 0.75rem;
}
.pc-nav .sub-nav li a:after {
	right: 10px;
}
.nav-leaflet a {
	padding: 10px;
	font-size: 0.8125rem;
}
}
@media screen and (max-width:767px) {
.pc-nav {
	display: none;
}

.movie {
  display: none;
}
.movie-resp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0 0 0;
  display: flex;
}
.movie-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.nav-leaflet {
	padding: 0 15px;
	margin: 0 0 10px 0;
}
.nav-leaflet a {
	display: block;
	position: relative;
	padding: 0 40px 0 17px;
	width: 100%;
	max-width: inherit;
	height: 44px;
	background: #f0f0f0;
	border: 1px solid #982e3c;
	text-align: left;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 42px;
}
.nav-leaflet figure {
	display: none;
}
.nav-leaflet p {
	position: initial;
	letter-spacing: -0.1em;
}
.nav-leaflet p:after {
	display: block;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
#wrapper .navToggle,
#wrapper nav.sp-nav {
	display:none;
}
@media screen and (max-width:767px) {
#wrapper nav.sp-nav {
	display: block;
	position: absolute;
	top: -1000px; /* 開いてないときは画面外に配置 */
	left: 0;
	padding: 0 0 10px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 14px;
	font-weight: 500;
	z-index: 100;
}
#wrapper nav.sp-nav a{
	display: block;
}
#wrapper nav.sp-nav a *{
	transition: 0s;
}
#wrapper nav.sp-nav .main-nav {
	display: block;
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
}
#wrapper nav.sp-nav .main-nav > li > a >span,
#wrapper nav.sp-nav .main-nav > li > span {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	position: relative;
	font-size: 0.875rem;
}
#wrapper nav.sp-nav .main-nav > li > a span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #e383a5;
	border-right: 2px solid #e383a5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#wrapper nav.sp-nav .main-nav > li li {
	position: relative;
	padding: 10px 15px 10px 35px;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	font-size: 0.8125rem;
}
#wrapper nav.sp-nav .main-nav > li li a:before {
	display: block;
	content: "";
	position: absolute;
	left: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url(../images/common/icon_arw01.png) no-repeat;
	background-size: contain;
}
#wrapper nav.sp-nav .sub-nav {
	margin: 0;
	padding: 0 15px;
}
#wrapper nav.sp-nav .sub-nav li {
	margin: 0 0 10px;
}
#wrapper nav.sp-nav .sub-nav li a {
	display: block;
	position: relative;
	padding: 0 40px 0 17px;
	width: 100%;
	height: 44px;
	background: #f0f0f0;
	border: 1px solid #982e3c;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 42px;
}
#wrapper nav.sp-nav .sub-nav li a:after {
	display: block;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 13px;
	background: url(../images/common/icon_window01.png) no-repeat;
	background-size: contain;
}
/* ナビゲーション スライドアニメーション */
.open nav.sp-nav {
	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	-webkit-transition: -webkit-translateY(1000px);
	transform: translateY(1000px);
}
/*ハンバーガーボタン*/
#wrapper .navToggle {
	display: block;
	position: absolute;
	right: 15px;
	top: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 25px;
	height: 16px;
	cursor: pointer;
	z-index: 10000;
}
#wrapper .navToggle:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: #292878;
}
#wrapper .navToggle div {
	position: relative;
}
#wrapper .navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #fff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius:5px;
}
#wrapper .navToggle span:nth-child(1) {
	top: 0;
}
#wrapper .navToggle span:nth-child(2) {
	top: 7px;
}
#wrapper .navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
#wrapper.open .navToggle span {
}
#wrapper.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
#wrapper.open .navToggle span:nth-child(2) {
	width: 0; left: 50%;
}
#wrapper.open .navToggle span:nth-child(3) {
	top: 7px; -webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}

/*	基本レイアウト
---------------------------------*/
.contents-otr {
	margin: 0 auto 65px;
	padding: 20px 0 0;
	max-width: 1000px;
}
.contents-main {
	position: relative;
	margin: 0;
	width: 77%;
	max-width: 770px;
}
@media screen and (max-width:1000px) {
.contents-otr {
	margin: 0 auto 55px;
}
.contents-main {
	padding: 0 15px 0 0;
}
}
@media screen and (max-width:767px) {
.contents-otr {
	margin: 0 auto 55px;
	padding: 20px 0 0 15px;
}
.contents-main {
	width: 100%;
}
}

/*	メインイメージ
---------------------------------*/
.main-img {
	position: relative;
	width: 100%;
	background: url(../images/common/img_main01.png) no-repeat center top #982e3c;
	background-size: auto 100%;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.main-img h2 {
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
}
.main-img h2 span {
	display: inline-block;
	padding: 8px 20px;
	width: 23%;
	max-width: 230px;
	background: #fff;
}
@media screen and (max-width:1000px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:480px) {
.main-img h2 span {
	width: 107px;
}
}


/*	汎用タイトル
---------------------------------*/
.cmn-ttl {
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 35px;
	padding: 19px 25px 18px;
	background: #982e3c;
	color: #fff;
}
.cmn-ttl h3 {
	font-size: 1.125rem;
}
.cmn-ttl ul {
	font-size: 0.8125rem;
}
.cmn-ttl ul li:after {
	content: ">";
	margin: 0 10px;
}
.cmn-ttl ul li:last-of-type:after {
	content: "";
	margin: 0;
}
.cmn-ttl ul li a {
	font-weight: bold;
}
@media screen and (max-width:480px) {
.cmn-ttl {
	display: block;
	margin: 0 0 25px;
	padding: 13px 15px;
}
.cmn-ttl h3 {
	margin: 0;
	font-size: 1rem;
}
.cmn-ttl ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 0.75rem;
}
.cmn-ttl ul li a {
	font-weight: bold;
}
}

.cmn-default {
	font-size: 0.9375rem;
}
.cmn-default p {
	margin: 0 0 15px;
}
.cmn-default a {
	text-decoration: underline;
}
@media screen and (max-width:767px) {
.cmn-default {
	font-size: 0.8125rem;
}
}

/*	トップページ
---------------------------------*/

/*	インフォメーション	*/
.top-info {
	padding: 0;
}
.top-info-caption {
	margin: 0 0 30px;
	padding: 20px 15px 20px 20px;
	background: #292878;
	color: #fff;
}
.top-info-caption h3 {
	position: relative;
	padding-left: 170px;
	font-size: 1rem;
}
.top-info-caption-date {
	display: block;
	position: absolute;
	left: 0;
}
.top-info-caption a {
	text-decoration: underline;
}
.top-news,
.top-event {
	padding: 20px 0 0;
	width: 48.7%;
	max-width: 375px;
	border-top: 5px solid #982e3c;
}
.top-info-ttl {
	position: relative;
	margin: 0 0 30px;
}
.top-info-ttl span {
	font-size: 1.125rem;
	font-weight: bold;
}
.top-info-ttl a {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 5px;
	font-size: 0.875rem;
	font-weight: normal;
}
.top-info-ttl a {
	text-decoration: underline;
}
.top-info-ttl a:before {
	display: block;
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 11px;
	background: url(../images/common/icon_arw02.png) no-repeat;
	background-size: contain;
}
.top-news li {
	position: relative;
	margin: 0 0 25px;
	font-size: 0.9375rem;
}
.top-news li:last-of-type {
	margin-bottom: 0;
}
.top-news li a {
	text-decoration: underline;
}
.top-news-guide {
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 7px;
}
.top-news-date {
	display: inline-block;
	margin: 0 15px 0 0;
}
.top-news-cat {
	display: inline-block;
	padding: 0 10px;
	min-width: 90px;
	height: 25px;
	background: #ccc;
	border-radius: 10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.top-news-cat.bosyu {
	background: #292878;
}
.top-news-cat.oshirase {
	background: #781c75;
}
.top-news-cat.seika {
	background: #eab300;
}
.top-news-cat.katsudo {
	background: #005e3c;
}
.top-event li {
	position: relative;
	margin: 0 0 25px;
	font-size: 0.9375rem;
}
.top-event li:last-of-type {
	margin-bottom: 0;
}
.top-event li figure {
	width: 22.666%;
	max-width: 85px;
}
.top-event-txt {
	width: 72%;
	max-width: 270px;
}
.top-event li figure.en {
	width: 20%;
	max-width: 75px;
}
.top-event-txt.en {
	width: 77%;
	max-width: 290px;
}
.top-event-txt h4 {
	font-weight: bold;
}
.top-event-txt.en h4 {
	font-size: 0.8125rem;
	letter-spacing: -0.09em;
}
.top-event-txt dt {
	float: left;
}
.top-event-txt dt:after {
	content: "：";
}
.top-event-txt dl.en {
	font-size: 0.75rem;
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:480px) {
.top-info-caption {
	margin: 0 0 30px;
	padding: 10px;
}
.top-info-caption h3 {
	position: relative;
	padding-left: 0;
	font-size: 0.8125rem;
}
.top-info-caption-date {
	position: relative;
	left: 0;
	margin: 0 0 5px;
}
.top-news,
.top-event {
	margin: 0 0 35px;
	padding: 20px 0 0;
	width: 100%;
	max-width: 100%;
	border-top: 5px solid #982e3c;
}
.top-news li,
.top-event li {
	font-size: 0.8125rem;
}
.top-news-cat {
	display: inline-block;
	min-width: 80px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}
}

/*	メッセージ
---------------------------------*/

.message-list li {
	margin: 0 0 25px;
	border-bottom: 2px solid #982e3c;
}
.message-list li:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.message-list figure {
	margin: 0 0 1.5em;
	width: 25.974%;
	max-width: 200px;
}
.message-list figure p {
	margin: 0 0 15px;
}
.message-list figcaption {
	font-size: 0.9375rem;
	font-weight: bold;
}
.message-list-txt { 
	width: 71.428%;
	max-width: 550px;
	font-size: 0.9375rem;
}
.message-list-txt p {
	margin: 0 0 1.5em;
}
@media screen and (max-width:767px) {
.message-list figcaption {
	font-size: 0.8125rem;
}
.message-list-txt { 
	font-size: 0.8125rem;
}
}
@media screen and (max-width:480px) {
.message-list figure {
	margin: 0 auto 1.5em;
	width: 100%;
}
.message-list-txt { 
	width: 100%;
	max-width: 100%;
}
}

.curriculum-list li {
	position: relative;
}
.curriculum-list li:after {
	display: block;
	content: "";
	position: relative;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #932d3b transparent transparent transparent;
}
.curriculum-list li:last-of-type:after {
	display: none;
}
@media screen and (max-width:767px) {
.curriculum-list li:after {
	border-width: 25px 25px 0 25px;
}
}

.about-item {
	margin: 0 0 35px;
}
.about-item li {
	width: 25%;
}
.about-info-ttl {
	position: relative;
	margin: 0 0 15px;
	padding-top: 100%;
	background: url(../images/about/bg_about.png) no-repeat center center;
	background-size: contain;
}
.about-info-ttl h3 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 15px;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
}
.about-item li h4 {
	padding: 0 10px;
	text-align: center;
	font-size: 0.8125rem;
	font-weight: 600;
}
.about-course li {
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 15px;
	background: #2A2877;
	font-size: 0.8125rem;
}
.about-course li:last-child {
	background: #781d74;
}
.about-course li:last-child .about-course-txt {
	background: #f2deeb;
}
.about-course h3 {
	padding: 15px;
	width: 35%;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
}
.about-course-txt {
	padding: 15px;
	width: 65%;
	background: #E2E1F1;
	border-left: 15px solid #fff;
}
@media screen and (max-width:1000px) {
.about-info-ttl h3 {
	padding: 0 30px;
	font-size: 0.8125rem;
}
.about-info-ttl h3 br {
	display: none;
}
}
@media screen and (max-width:640px) {
.about-item li {
	margin: 0 0 25px;
	width: 50%;
}
.about-item li h4 {
	font-size: 0.75rem;
}
.about-course li {
	display: block;
	font-size: 0.8125rem;
}
.about-course h3 {
	padding: 15px;
	width: 100%;
}
.about-course-txt {
	width: 100%;
	border-left: none;
}
}

/*	組織・体制
---------------------------------*/
.cmn-post-box .tbl-organization > p {
	margin: 0 0 10px;
	text-align: right;
	font-size: 0.75rem;
}
.cmn-post-box .tbl-organization table {
	margin-top: 0;
	width: 100%;
}
.cmn-post-box .tbl-organization table tr {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cmn-post-box .tbl-organization table th {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	background: #f0f0f0;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	font-size: 0.8125rem;
}
.cmn-post-box .tbl-organization table th:nth-of-type(2) {
	width: 180px;
}
.cmn-post-box .tbl-organization table th:nth-of-type(3) {
	width: 140px;
}
.cmn-post-box .tbl-organization table th:nth-of-type(5) {
	width: 180px;
}
.cmn-post-box .tbl-organization table td {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	font-size: 0.8125rem;
	vertical-align: middle;
}
.cmn-post-box .tbl-organization table td:first-of-type {
	text-align: center;
}
.cmn-post-box .tbl-organization table td.bg-col01 { 
	background: #dbeef3;
}
.cmn-post-box .tbl-organization table td.bg-col02 { 
	background: #cb9cfc;
}
.cmn-post-box .tbl-organization table td.bg-col03 { 
	background: #f2d6c1;
}
.cmn-post-box .tbl-organization table td span {
	display: block;
	font-size: 0.875em;
	color: #cc0000;
}
@media screen and (max-width:767px) {
.cmn-post-box .tbl-organization {
	width: 100%;
	overflow-x: scroll;
}
.cmn-post-box .tbl-organization table {
	width: 770px;
}
}
@media screen and (max-width:480px) {
.cmn-post-box .tbl-organization table td {
	display: table-cell;
	margin: 0;
	width: auto;
}
}	

/*	リスト共通
---------------------------------*/
.cmn-archive {
	margin: 0 0 30px;
}
.cmn-archive li {
	margin: 0 10px 10px 0;
}
.cmn-archive li a {
	display: inline-block;
	padding: 0 10px;
	min-width: 60px;
	height: 25px;
	background: #f0f0f0;
	border: 1px solid #982e3c;
	text-align: center;
	font-size: 0.8125rem;
	line-height: 25px;
}
.cmn-archive li.current a,
.cmn-archive li a:hover {
	background: #982e3c;
	color: #fff;
}
.cmn-pager {
	padding: 15px 0;
	width: 100%;
}
.cmn-pager span {
	display: inline-block;
	margin: 0 5px;
}
.cmn-pager span a {
	display: block;
	width: 30px;
	height: 30px;
	background: #f0f0f0;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
}
.cmn-pager span.prev {
	display: block;
	text-align: center;
}
.cmn-pager span.prev a {
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 35px;
	border: 1px solid #982e3c;
	line-height: 35px;
}
.cmn-pager span.current a {
	background: #982e3c;
	color: #fff;
	pointer-events: none;
}
.cmn-pager span a:hover {
	background: #982e3c;
	color: #fff;
}
.cmn-archive-list {
}
.cmn-archive-list li {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 10px 110px;
    font-size: 0.9375rem;
    border-bottom: 1px solid #ccc;
}
.cmn-archive-list.news li {
    padding: 0 0 10px 210px;
}
.cmn-archive-list.events li {
    padding: 0 0 10px 0;
}
.cmn-archive-list-date {
	position: absolute;
	top: 0;
	left: 0;
}
.cmn-archive-list-cat {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 100px;
	padding: 0 10px;
	min-width: 90px;
	height: 25px;
	background: #ccc;
	border-radius: 10px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.cmn-archive-list-cat.bosyu {
	background: #292878;
}
.cmn-archive-list-cat.oshirase {
	background: #781c75;
}
.cmn-archive-list-cat.seika {
	background: #eab300;
}
.cmn-archive-list-cat.katsudo {
	background: #005e3c;
}
.event-list-inr {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.event-list-inr figure {
	width: 10.779%;
	max-width: 83px;
}
.event-list-txt {
	width: calc(100% - 95px);
	font-size: 0.875rem;
}
.event-list-txt h4 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 600;
}
.event-list-txt dt {
	float: left;
}
.event-list-txt dt:after {
	content: "：";
}
.event-list-txt dd {
	overflow: hidden;
}
.cmn-archive-list li a {
	text-decoration: underline;
}
.cmn-archive-list.events li a {
	text-decoration: none;
}

@media screen and (max-width:767px) {
.cmn-archive-list li {
    margin: 0 0 15px;
    padding: 25px 0 10px 0;
    font-size: 0.8125rem;
}
.cmn-archive-list.news li {
    padding: 35px 0 10px 0;
}
.cmn-archive-list-cat {
	top: -3px;
	left: 90px;
	min-width: 80px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}
.event-list-txt {
	font-size: 0.75rem;
}
.event-list-txt h4 {
	margin: 0 0 10px;
	font-size: 0.875rem;
}
}

/*	記事詳細共通
---------------------------------*/
.cmn-post-info {
	margin: 0 0 20px;
}
.cmn-post-info h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: bold;
}
.cmn-post-date {
	margin: 0 0 20px;
	text-align: left;
	font-size: 0.8125rem;
	color: #999;
}
.cmn-post-box {
	font-size: 14px;
}
.cmn-post-box h4 {
	margin: 0 0 0.5em;
	font-size: 15px;
	font-weight: bold;
}
.cmn-post-box p {
	margin: 0 0 1.5em;
}
.cmn-post-box a {
	text-decoration: underline;
}
@media screen and (max-width:767px) {
.cmn-post-info h3 {
	font-size: 0.875rem;
}
.cmn-post-date {
	font-size: 0.75rem;
}
.cmn-post-box {
	font-size: 13px;
}
.cmn-post-box h4 {
	font-size: 14px;
}
.cmn-post-box table td p {
	font-size: 11px;
}
}


/*	クライアント様共通タグ
---------------------------------*/
.cmn-post-box ul {
	margin: 0 0 1.5em;
}
.cmn-post-box ul li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 1.5em;
}
.cmn-post-box ul li:before {
	display: block;
	content: "・";
	position: absolute;
	top: 0;
	left: 3px;
}
.cmn-post-box ol {
	margin: 0 0 1.5em;
}
.cmn-post-box ol li {
	counter-increment: list-num;
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 1.5em;
}
.cmn-post-box ol li:before {
	display: block;
	content: "("counter(list-num)")";
	position: absolute;
	top: 0;
	left: 0;
}
.cmn-post-box strong {
	color: inherit;
	font-weight: bold;
}
.cmn-post-box .font-color01 {
	color: #cc0000;
	font-weight: inherit;
}
.cmn-post-box .font-color02 {
	color: #dbeef3;
	font-weight: inherit;
}
.cmn-post-box .font-color03 {
	color: #cb9cfc;
	font-weight: inherit;
}
.cmn-post-box .font-color04 {
	color: #f2d6c1;
	font-weight: inherit;
}
.cmn-post-box p + table {
	margin-top: 35px;
}
.cmn-post-box table {
	width: 100%;
	margin: 0 auto 20px;
}
.cmn-post-box table td {
	padding: 0 5px;
}
.cmn-post-box table.photo-list td {
	width: 48%;
}
.cmn-post-box table td p {
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.cmn-post-box table td p.ph img{
	display: block;
	margin: 0 auto;
}
.cmn-post-box table.tbl-layout01 {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: left;
}
.cmn-post-box table.tbl-layout01 tr {
	border-bottom: 1px solid #ccc;
}
.cmn-post-box table.tbl-layout01 th {
	padding: 10px;
	background: #982e3c;
	border-right: 1px solid #fff;
	color: #fff;
}
.cmn-post-box table.tbl-layout01 th:last-of-type {
	border-right: none;
}
.cmn-post-box table.tbl-layout01 td {
	padding: 10px;
	border-right: 1px solid #ccc;
}
.cmn-post-box table.tbl-layout01 td:last-of-type {
	border-right: none;
}
.cmn-post-box .caution {
	display: block;
	position: relative;
	padding: 0 0 0 1.25em;
	font-size: 0.75rem;
}
.cmn-post-box .caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:767px) {
.cmn-post-box table td p {
	font-size: 11px;
}
}
@media screen and (max-width:480px) {
.cmn-post-box table {
	margin: 0 auto;
}
.cmn-post-box table td {
	display: block;
	margin: 0 auto 1.5em;
	width: 100%;
}
.cmn-post-box table.tbl-layout01 td {
	display: table-cell;
	margin: 0;
	width: auto;
}
}

/*	英語ページ追加要素
---------------------------------*/
/*改行*/
.text-break {
	word-break: normal;
}

/*ナビ*/
.pc-nav .sub-nav li.size-change a {
	display: table-cell;
	vertical-align: middle;
	height: 44px;
	width: 300px;
	line-height: 1;
}

/*Organization*/
.tbl-organization.en table th:nth-of-type(3) {
	width: 310px;
}

/*Program*/
.about-info-ttl.en h3 {
	padding: 0 19px;
	font-size: 0.6875rem;
	line-height: 1.2;
}
@media screen and (max-width: 1000px) {
.about-info-ttl.en h3 {
	padding: 0 30px;
	font-size: 0.625rem;
	word-break: break-all;
}
}

/*News*/
.cmn-archive-list.news.en li {
	padding: 0 0 10px 260px;
}
.cmn-archive-list.news.en li .cmn-archive-list-cat {
	left: 120px;
}
@media screen and (max-width: 767px) {
.cmn-archive-list.news.en li {
	padding: 35px 0 10px 0;
}
.cmn-archive-list.news.en li .cmn-archive-list-cat {
	left: 105px;
}	
}

.at-mark:after {
	display: inline-block;
	content: "@";
}
