@charset "utf-8";

/*
base.css 			:: reset & layout
*common.css 		:: decoration
color-coding.css	:: (Option1)  navigation menu by color‐coding
import.css			:: reading use.
*/


/* ================================================================================
	1;基本コンテナ設定  
================================================================================ */

/* --------------------------------------------------------------------------------
	1-1;ページ共通設定
-------------------------------------------------------------------------------- */
html{}

body{
	background-color:#000;
	text-align: center;
	margin: 0 auto;
}

#Wrap{
	padding:0;
	margin:0 auto;
	display:block;
}

a {
	color: #000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:active{
	color: red;
}

.update {	/* 項目毎更新日 */
	text-align: right;
	font-size: 86%;
	color: #999;
}

.btn_dl {
	max-width: 400px;
    margin: 20px auto 50px;
}
.btn_dl a {
	display: block;
    background: #333;
    text-align: center;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 6px;
}
.btn_dl a:hover {
	opacity: .7;
}


/* --------------------------------------------------------------------------------
	1-2;ヘッダー設定, ナビゲーション設定
-------------------------------------------------------------------------------- */

header {}

header h1{
	text-align: left;
	font-size: 100%;
	line-height: 160%;
	padding: 20px 10px 0;
	color: #acacac;
	float: left;
}
header h1 span {
	font-weight: normal;
}
header h1 a {
	color: #acacac;
	text-decoration: none;
}
header .member_btnbox {
	width: 260px;
	float: right;
	/*padding: 10px 0;*/
	padding: 18px 0;
	opacity: 0;
	
}
header .member_btnbox a {
	color: #fff;
	font-size: 20px;
	line-height: 14px;
	text-decoration: none;
	/*display: block;*/
	font-weight: bold;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	pointer-events: none;
}
header .member_btnbox a:hover {
	opacity: .7;
}
header .member_btnbox .deco {
	display: inline-block;
	width: 34px;
	/*line-height: 34px;*/
	padding: 0;
	margin: 0;
	margin-right: 8px;
	/*vertical-align: middle;*/
}
header .member_btnbox .text {
	/*padding-top: 3px;*/
}
header .member_btnbox .text2 {
	font-size: 15px;
    margin: 0 auto;
	display: inline-block;
}

nav {
	display: inline-block;
	text-align: center;
	/*height: 70px;*/
	height: 50px;
    padding-top: 3em;
	margin: 0 auto;
	max-width: 1220px;
	/*max-width: 1044px;*/
    width: 96%;
}
nav ul li {
	float: left;
	width: calc(94% / 7);
	/*width: calc(95% / 6);*/
	margin-left: 1%;
	text-align: center;
	border-bottom: 5px solid #cfcfcf;
	position: relative;
}
nav ul li:first-child {
	margin-left: 0;
}
nav li:after {
	content: " ";
	clear: left;
}
nav li.lb_new::before {
	position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    content: 'New!';
    font-size: 10px;
	letter-spacing: 0.1em;
    color: #fff;
    width: 50px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #E62D2D;
	transform: translateX(-50%);
}

nav li:hover {
	border-color: #06c;
}

nav li a {
	display: block;
	color: #fff;
	letter-spacing: 3px;
	text-decoration: none;
	text-shadow:0px 1px 1px #ccc;			/* CSS3草案 */ 
	-webkit-text-shadow:0px 1px 1px #ccc;	/* Safari,Google Chrome用 */  
	-moz-text-shadow:0px 1px 1px #ccc;		/* Firefox用 */
	/*font-size: 15px;
	height: 70px;*/
	height: 60px;
}
nav li#Navi02 a,
nav li#Navi04 a,
nav li#Navi09 a {
	letter-spacing: 0;
}
nav li#Navi02 a {
	font-size: calc(10.9pt + 0.2vw);
}
nav li#Navi01 .ttl,
nav li#Navi02 .ttl,
nav li#Navi03 .ttl,
nav li#Navi04 .ttl,
nav li#Navi05 .ttl,
nav li#Navi06 .ttl,
nav li#Navi08 .ttl {
	/*padding-top: .75em;*/
}

nav li .ttl {
	display: block;
	line-height: 1.5;
	height: 44px;
	box-sizing: border-box;
}
nav li .ens {
	display: block;
	font-size: 80%;
	letter-spacing: 1px;
	text-shadow: none;
	font-weight: normal;
}

/*nav li#Navi01:hover,*/
/*nav li#Navi02:hover,*/
/*nav li#Navi03:hover,*/
/*nav li#Navi04:hover,*/
/*nav li#Navi09:hover,*/
/*nav li#Navi06:hover,*/
nav li#hoge:hover {
	border-color: #cfcfcf;
}
/*nav li#Navi01 a,*/
/*nav li#Navi02 a,*/
/*nav li#Navi03 a,*/
/*nav li#Navi04 a,*/
/*nav li#Navi09 a,*/
/*nav li#Navi06 a,*/
nav li#hoge a {
	pointer-events:none;
}

nav ul li#Navi10 a{
	display: flex;
	justify-content: center;
    align-items: center;
	position: relative;
}
/*nav ul li#Navi03 a::after,*/
nav ul li#Navi10 a::after{
	display: block;
    content: '';
    width: 53px;
    height: 14px;
    position: absolute;
    top: -22px;
    left: auto;
    background-image: url(../../images/perichan_nav_new.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li#Navi03 a::after {
	left: 50%;
	transform: translateX(-50%);
}
nav ul li#Navi10 img {
	max-width: 161px;
	margin-top: -10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
header h1 {
	line-height: 130%;
	padding: 10px 10px 0;
}
header .member_btnbox {
	width: 210px;
}
header .member_btnbox a {
	font-size: 15px;
}
header .member_btnbox .text2 {
	font-size: 12px;
}
nav {
	height: auto;
	box-sizing: border-box;
	padding-top: 2em;
}
nav li a {
	font-size: 92%;
	letter-spacing: 0;
	height: 50px;
}
nav li .ens {
	line-height: 1.2;
}
nav li#Navi04 a {
	letter-spacing: -1px;
}
nav li#Navi02 a {
	font-size: calc(9.6pt + 0vw);
}
nav li#Navi02 a .ens {
	font-size: 100%;
}
nav li .ttl {
	height: 64px;
}
nav ul li#Navi01 {
	width: 11%;
}
nav ul li#Navi02 {
	width: 15%;
}
nav ul li#Navi03 {
	width: 11%;
}
nav ul li#Navi04 {
	width: 16%;
}
nav ul li#Navi09 {
	width: 13%;
}
nav ul li#Navi06 {
	width: 14%;
}
nav ul li#Navi10 {
	width: 14%;
}
nav ul li#Navi03 a::after,
nav ul li#Navi10 a::after {
	width: 45px;
	top: -18px;
}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
nav {
	padding: 20px 0 0;
}
nav ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 35px 0;
}
nav ul li {
	width: calc(97% / 4) !important;
}
nav li a {
	height: 50px;
}
nav ul li#Navi10 {
	margin-bottom: 0;
}
nav ul li#Navi03 a::after {
	top: -14px;
}
nav ul li#Navi10 a::after {
	top: -12px;
}
nav ul li#Navi10 img {
	max-width: 130px;
	margin-top: 0;
}
}
@media screen and (max-width: 767px) {
header h1 {
	text-align: left;
	font-size: 13px;
	padding: 10px;
	line-height: 132%;
}
header .member_btnbox {
	width: 132px;
	padding: 12px 0 0;
	line-height: 1.5;
}
header .member_btnbox a {
	font-size: 12px;
	line-height: 21px;
	justify-content: center;
}
header .member_btnbox .deco {
	width: 28px;
	line-height: 28px;
	margin-right: 9px;;
}
header .member_btnbox .text {
	line-height: 1.2;
}
header .member_btnbox .text2 {
	font-size: 10px;
    text-align: center;
}
nav {
	height: auto;
	width: 96%;
	margin: 0 auto;
	padding-top: 1.5em;
}
nav ul li {
	width: calc(97% / 3);
	margin-bottom: 20px;
}
nav ul li:nth-child(4),
nav ul li:nth-child(5) {
	margin-bottom: 0;
}
nav li a {
	letter-spacing: 0;
	height: 44px;
}
nav li .ens {
	line-height: 1.2;
}
nav li#Navi04 a {
	font-size: 91%;
}
nav li#Navi02 a {
	font-size: calc(9.4pt + 0vw);
	
}
nav li#Navi04 a,
nav li#Navi05 a,
nav li#Navi09 a{
	/*height: 90px;*/
}
nav li#Navi04 .ttl,
nav li#Navi05 .ttl,
nav li#Navi09 .ttl {
	height: 64px;
}
nav ul li#Navi10 a {
	min-height: 50px;
}
nav ul li#Navi10 img {
	margin-top: 0;
	max-width: 130px;
}
nav ul li#Navi03 a::after {
	width: 40px;
	top: -14px;
}
nav ul li#Navi10 a::after{
	width: 40px;
	top: -8px;
}
}

/* --------------------------------------------------------------------------------
	1-3;トップ アイキャッチ
-------------------------------------------------------------------------------- */

#Top-Catch {
	color: #000;
	text-align: justify;
	/* タイトル背景 Red/Yellow */
	background: linear-gradient(50% 100% 135deg, #f9be00 50%, #c8161d 50%);
	background: -webkit-linear-gradient(135deg, #f9be00 50%, #c8161d 50%); /* Chrome, Safari */
	background: -moz-linear-gradient(50% 100% 135deg, #f9be00 50%, #c8161d 50%);	/* firefox */
	background: -ms-linear-gradient(135deg,#c8161d 50%, #f9be00 50%);		/* For pre-releases of IE 10*/
	background: -o-linear-gradient(90deg, #c8161d 50%, #f9be00 50%);		/* For old Opera*/
}
#Top-Catch #Catch_bg {
	background:url("../../images/bg.png") center 0;
	padding-bottom: 30px;
}
#Top-Catch img{
	border: 0;
}

#CatchTitle{	/* キャッチ部分のタイトル画像 */
	margin: 0 auto -20px;
}
#CatchTitle img {
	width: 90%;
	max-width: 1024px;
	max-width: 840px;
	max-width: 740px;
	margin: 0 auto 10px;
}
#CatchTitle h2 {
	text-align: center;
	margin: 0px;
	padding-top: 30px;
}
#CatchTitle span {
	display: none;
}


#CatchParts {
	width: 80%;
	max-width: 660px;
	margin: 0px auto;
}

#CatchParts h3 {
	text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);			/* CSS3草案 */ 
	-webkit-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);	/* Safari,Google Chrome用 */  
	-moz-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);		/* Firefox用 */
}

#CatchParts h3 {
	text-align: justify;
	width: 15%;
	letter-spacing: 2px;
	line-height: 30px;
	font-weight: bold;
	font-size: 100%;
	float:left;
}
#CatchParts p {
	text-align: justify;
	font-size: 130%;
	line-height 30px;
	padding-left: 15%;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#CatchParts p span {
	display: inline-block;
	font-size: 100%;
	/*font-weight: normal;*/
	/*font-family: 'arial narrow';*/
	border: 2px solid #000;
	padding: 0 12px;
	margin-left: 10px;
}
#CatchParts p em {
	font-size: 120%;
	font-style: normal;
}

#CatchParts p {
	text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);			/* CSS3草案 */ 
	-webkit-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);	/* Safari,Google Chrome用 */  
	-moz-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);		/* Firefox用 */
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#CatchParts {
	box-sizing: border-box;
	width: 88%;
}
#CatchTitle h2 {
	margin-bottom: 30px;
	padding-top: 0;
}
#CatchParts h3 {
	float: none;
	width: 100%;
	text-align: center;
}
#CatchParts p {
	font-size: 120%;
	padding-left: 0;
	text-align: center;
}
#CatchParts p em {
	/*font-size: 110%;*/
}
#CatchParts p span {
	display: block;
	margin-top: 6px;
}
#Top-Catch {
	background: linear-gradient(50% 100% 160deg, #f9be00 50%, #c8161d 50%);
	background: -webkit-linear-gradient(160deg, #f9be00 50%, #c8161d 50%); /* Chrome, Safari */
	background: -moz-linear-gradient(50% 100% 160deg, #f9be00 50%, #c8161d 50%);	/* firefox */
	background: -ms-linear-gradient(160deg,#c8161d 50%, #f9be00 50%);		/* For pre-releases of IE 10*/
	background: -o-linear-gradient(90deg, #c8161d 50%, #f9be00 50%);		/* For old Opera*/
}
#CatchTitle img {
	width: 96%;
	max-width: 100%;
	margin: 0 auto;
}
}

/* --------------------------------------------------------------------------------
	1-4; EmaBox設定
-------------------------------------------------------------------------------- */

#EmaBox {
	width: 80%;
	max-width: 800px;
	margin: 20px auto;
	padding: 30px 40px 40px;
	color: #000;
	text-align: left;
	display: block;
	border: solid #c8161d 2px;
	background-color: #fff;
	background:rgba(255, 255, 255, 0.9);	/* IE9.0〜透明表示対応 CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AA333333', endColorstr='#AA333333');	/* IE8.0 gradient()グラデーション効果で透明を表現 */
	border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	box-sizing: border-box;
}
#EmaBox h3 {
	font-size: 120%;
	font-weight: bold;
	color: #c8161d;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}
.EmaBoxText {
	font-size: 84%;
	line-height: 1.5;
	margin-bottom: 30px;
}
.EmaBoxText2 {
	font-size: 84%;
	line-height: 1.5;
	text-align: right;
}

/* --------------------------------------------------------------------------------
	1-4; What's new設定
-------------------------------------------------------------------------------- */
.count_box {
	text-align: center;
	margin: 40px 0 0;
}
#NewsBox {
	width: 80%;
	max-width: 620px;
	margin: 10px auto;
	padding: 10px 10px 5px;
	color: #000;
	text-align: left;
	display: block;
	border: solid #ffcc99 1px;
	background-color: #ffcc44;
	background:rgba(255,234,170,0.5);	/* IE9.0〜透明表示対応 CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AA333333', endColorstr='#AA333333');	/* IE8.0 gradient()グラデーション効果で透明を表現 */
	border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
#NewsBox h3 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	color: #c8161d;
	-moz-text-shadow:    0px -1px 1px rgba(255,255,255,0.6), 0px 2px 1px rgba(0,0,0,0.6);
	-webkit-text-shadow: 0px -1px 1px rgba(255,255,255,0.6), 0px 2px 1px rgba(0,0,0,0.6);
	text-shadow:         0px -1px 1px rgba(255,255,255,0.6), 0px 2px 1px rgba(0,0,0,0.6);
}
#News {
	font-size: 84%;
	/*height: 120px;*/
	height: 90px;
	display: block;
	overflow: auto;
	margin: 5px 0 3px;
	font-style: inherit;
}
#News dt { 
	float: left;
	clear: left; 
	line-height: 1.6em;
	padding: 3px 0px 3px 3px;
	letter-spacing: 1px;
}
#News dd {
	margin: 0;
	padding: 3px 0px 3px 100px;
	line-height: 1.6em;
	border-top: 1px dotted #666;
}
#News a {
	color: #000;
	text-decoration: underline;
}
#News a:active {
	text-decoration: underline;
}
#News a:hover {
	text-decoration: none;
}
#News a.peri {
	color: #385724;
}

#News .pointup{
	border: solid 1px #ff0033;
	margin: 0px 15px 5px 80px;
	padding: 2px 7px;
}

#Thxmsg { /* 閉会挨拶 */
	font-size: 90%;
	padding: 15px 20px;
	margin: 10px 5px;
	text-align: justify;
	border: solid 1px #ffffff;
	background:rgba(255,255,255,0.7);	/* IE9.0〜透明表示対応 CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AA333333', endColorstr='#AA333333');	/* IE8.0 gradient()グラデーション効果で透明を表現 */
}
#Thxmsg p {

}
#Thxmsg #Next {
	font-weight: bold;
	/*height: 130px;*/
	width: 90%;
	margin: 1em auto 0;
}
#NextInner {
	max-width: 435px;
	float: left;
}	
#NextPan {
	width: 85px;
	float: right;
}
#NextPan a {
	display: block;
}
#Thxmsg #Next h4 {
	margin-bottom: 0.5em;
	font-size: 120%;
}
#Thxmsg #Next h4 span {
	font-size: 120%;
}
#Thxmsg #Next em {
	font-style: normal;
	font-size: 180%;
	padding: 0 1px;
}

#Thxmsg #Next span{
	font-weight: normal;
	font-size: 86%;
}
#Thxmsg .signature {
	margin-top: 0;
	width: 100%;
	text-align: right;
	clear: both;
}
#Thxmsg .signature span {
	font-size: 86%;
}
#Thxmsg .nextinfo {
	margin-top: 20px;
}
#Thxmsg .nextinfo .image {
	max-width: 600px;
	margin: 0 auto;
}
#Thxmsg .nextinfo .image img {
	width: 100%;
	height: auto;
}

.pointup h3{/* 使ってない強調用 */
	font-size: 100%;
	margin: 0.2em 0 0.5em 0;
}
.boxshadow {
	-moz-box-shadow:    0px 3px 3px 1px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 3px 3px 1px rgba(51, 51, 51, 0.5);
	box-shadow:         0px 3px 3px 1px rgba(51, 51, 51, 0.5);
}

.highlight-border {/* 強調・赤罫 */
	border: solid 1px red;
	display: inline-block;
	margin-left: -4px;
	padding: 0px 4px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#EmaBox {
	width: 96%;
	padding: 16px;
	box-sizing: border-box;
}
.EmaBoxText2 {
	font-size: 80%;
}

#NewsBox {
	width: 96%;
	box-sizing: border-box;
}

#Thxmsg {
	margin: 10px 0 0;
}
#Thxmsg p {
	margin-bottom: 0;
}
#Thxmsg .signature {
	margin-top: 10px;
	width: 100%;
}
#Thxmsg #Next {
	width: 100%;
	margin: 20px 0 0;
}
#NextInner {
	max-width: 100%;
	float: none;
}
#NextPan {
	width: 200px;
	float: none;
	margin: 20px auto 20px;
}

#News dt {
	float: none;
	border-top: 1px dotted #666;
	margin-top: 5px;
	padding-top: 5px;
}
#News dt:first-child {
	border: none;
}
#News dd {
	padding-left: 0;
	border: none;
}
}


/* ================================================================================
	2;コンテンツ  
================================================================================ */
/* --------------------------------------------------------------------------------
	2;メインコンテンツ
-------------------------------------------------------------------------------- */
#Main-contents{
	font-size: 86%;
}

#Main-contents .cont-box section {
	background-color: #fff;
	margin: 20px 0 42px;
	text-align: justify;
}

#Main-contents .contents-h2 {
	color: #000;
	background-color: #f9be00;
	border-bottom: solid 3px #c8161d;
}

#Main-contents h2 {
	font-size: 18px;
	padding: 12px 1em 8px;
	max-width: 1024px;
	margin: 0 auto;
	letter-spacing: 3px;
	line-height: 110%;
	text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 2px 1px rgba(0,0,0,0.6);			/* CSS3草案 */ 
	-webkit-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 2px 1px rgba(0,0,0,0.6);	/* Safari,Google Chrome用 */  
	-moz-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 2px 1px rgba(0,0,0,0.6);		/* Firefox用 */
}

#Main-contents h2 span{
	font-size: 80%;
	letter-spacing: 1px;
	text-shadow: none;
	font-weight: normal;
	color: #fff;
	display: block;
}

#Main-contents .contents {
	max-width: 1024px;
	margin: 0 auto;
	padding:10px 1em;
}

#Main-contents h3 {
	border-bottom: 1px #ccc solid;
	color: #0054a7;
	font-size: 100%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 24px;
	padding-left: 24px;
	background: url("../../images/icon-h3.png") no-repeat 0px 1px;
}


.returntop {	/* ページトップへ戻る */
	width:124px;
	display: block;
	margin-left: auto;
	clear: both;
}

.returntopflow {	/* ページトップへ戻る：右下に出現 */
	display: block;
	position: fixed;
	bottom: 10px;
	right: 30px;
}
.returntopflow span {
	font-size: 60%;
}
.returntopflow a {
	display: block;
	width:40px;
	padding: 10px 0px 8px;
	line-height: 10px;
	color: #fff;
	background-color: rgba(30,30,30,0.2);
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.returntopflow a:hover {
	background-color: rgba(0,130,130,0.4);
}



/* Under construction Announce ! */

.uc {
	height: 100px;
	line-height: 50px;
	color: #999;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#Main-contents .cont-box section {
	margin: 10px 0 10px;
}
.returntop {
	display: none;
}
}


/* --------------------------------------------------------------------------------
	2;フッター設定
-------------------------------------------------------------------------------- */
footer {
	font-size: 100%;
	/* タイトル背景 Red/Yellow */
	background: linear-gradient(50% 100% 135deg, #f9be00 50%, #c8161d 50%);
	background: -webkit-linear-gradient(135deg, #f9be00 50%, #c8161d 50%); /* Chrome, Safari */
	background: -moz-linear-gradient(135deg, #f9be00 50%, #c8161d 50%);	/* firefox */
	background: -o-linear-gradient(135deg, #f9be00 50%, #c8161d 50%);		/* For old Opera*/
	background: -ms-linear-gradient(135deg, #f9be00 50%, #c8161d 50%);		/* For pre-releases of IE 10*/
}
footer #Foot_bg {
	background:url("../../images/bg.png") center 0;
}
footer h1 {
	font-size: 140%;
	padding: 20px 0;
}
footer h1 a {
	color: #000;
	text-decoration: none;
}
footer h1 {	/* 影 */
	text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);			/* CSS3草案 */ 
	-webkit-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);	/* Safari,Google Chrome用 */  
	-moz-text-shadow:0px -1px 1px rgba(255,255,255,0.6), 0px 1px 1px rgba(0,0,0,0.6);		/* Firefox用 */
}
footer p {
	color: #000;
	font-size: 74%;
	padding: 0 0 10px 0;
}


/* カウンター　表示位置　単独 */
#COUNT {
	position: absolute;
	right: 30px;
	top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
footer p {
	line-height: 1.4;
}
}


/* --------------------------------------------------------------------------------
	Link #01 Greeting
-------------------------------------------------------------------------------- */
#Link01 {}

#Greet {
	padding-top: 2em;
	margin-bottom: 2em;
}
.signature {	/* English 'Sign' */
	display: block;
	width: 440px;
	width: 28em;
	margin-left: auto;
	margin-top: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#Greet {
	padding-top: 0;
}
.signature {
	width: 100%;
}
}


/* --------------------------------------------------------------------------------
	Link #02 Outline of the Symposium
-------------------------------------------------------------------------------- */
#Link02 {}

#Link02 em {
	font-weight: bold;
	font-style: normal;
}

#Link02 hr {
    border: none; 
	height: 10px;
    border-top: 1px solid #eaeaea;
	clear: both;
}

#Link02 dl {
	text-align: justify;
	margin: 0 15px 1em;
}
#Link02 dl dt{
	font-weight: bold;
}
#Link02 dl dd{
	margin-bottom: 0.5em;
	margin-left: 20px;
	font-size: 90%;
}

.supex{	/* 補記: a supplementary explanation */
	font-size: 90%;
	margin-left: 20px;
}


a.access {
	margin: 0 20px;
	font-size: 13px;
	color: white;
	font-weight: normal;
	background-color: #999;
	padding: 2px 10px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
 a.access:hover {
	color: white;
	background-color: #dc143c;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

}


/* --------------------------------------------------------------------------------
	Link #02 Facultieslist
-------------------------------------------------------------------------------- */

#Facultieslist {
	text-align: justify;
	font-size: 100%;
}

#Facultieslist dl {
	position: relative;
	width: 48%;
}

#Facultieslist dt {
	position: absolute;
	line-height: 24px;
	font-weight: bold;
	width: 22%;
	float:left;
	min-height: 135px;
	display: block;
}

#Facultieslist dd {
	position: relative;
	line-height: 24px;
	left: 18%;
	padding: 0;
	width: 77%;
	min-height: 135px;
	display:block;
}

#Facultieslist .notice {
	text-align: right;
}


#Facultieslist dt img{
	border: solid 1px #cccccc;
	width: 90px;
	height: 90px;
}


#Facultieslist dd ul {
	padding: 0px;
}

#Facultieslist dd ul li {
	line-height: 1.5em;
}

#Facultieslist dd ul li.namae {
	font-size: 90%;
	position: absolute;
	top: 3px;
}
#Facultieslist dd ul li.namae span {
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	margin-right: 15px;
}

#Facultieslist dd ul li.comment {
	position: absolute;
	top: 28px;
	font-size: 96%;
}

#Facultieslist .smal {
	font-size: 90%;
	line-height: 120%;
}

#Facultieslist dd ul li.comment:before {
	content: "「";
	margin-left: -8px;
}
#Facultieslist dd ul li.comment:after {
	content: "」";
}

#Facultieslist #FacultyL {
	float: left;
	display: block;
}
#Facultieslist #FacultyR {
	display: block;
	margin-left: auto;	
}

#Facultieslist:after {
	content: " ";
	clear: left;
}

#Facultieslist dl#Adviser, #Facultieslist dl#Course-director  {
	width: 100%;
}

#Facultieslist dl#Adviser img, #Facultieslist dl#Course-director img {
	width: 90px;
	height: 130px;
}

#Facultieslist dl#Adviser dt, #Facultieslist dl#Course-director dt {
	position: relative;
	display: block;
	width: 100px;
	min-height: 150px;
}

#Facultieslist dl#Adviser dd, #Facultieslist dl#Course-director dd {
	display: block;
	width: 84%;
	left: 100px;
	min-height: 150px;
}






#AdviserList,
#Course-directorList,
#FacultyList {
	font-size: 90%;
	margin: 0 0 20px 15px;
}
#FacultyList ul li {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 32px;
	/*margin-bottom: 16px;*//* 一時的 */
}
.AdviserList ul li,
.Course-directorList ul li {
	margin-bottom: 16px !important;
}

#FacultyList ul li:nth-child(odd) {
	margin-left: 0;
}
#FacultyList_l {
	width: 49%;
	float: left;
}
#FacultyList_r {
	width: 49%;
	float: right;
}

.facultiesPic {
	width: 90px;
	float: left;
	/*display: none;*//* 一時的 */
}
.list_friends .facultiesPic {
	display: none;
}
.facultiesPic img {
	border: solid 1px #cccccc;
}
.facultiesText {
	width: calc(100% - 120px);
	float: right;
}
#FacultyList .facultiesText {
	width: calc(100% - 110px);
	/*width: calc(100% - 10px);*//* 一時的 */
}

.facultiesName {
	font-size: 90%;
	margin-bottom: 16px;
	line-height: 1.5;
	/*margin-bottom: 0;*//* 一時的 */
}
.facultiesName span {
	font-weight: bold;
    font-size: 120%;
	margin-right: 15px;
}
.facultiesComment {
	line-height: 1.5;
	font-size: 96%;
	/*display: none;*//* 一時的 */
}

.facultiesComment::before {
	content: "「";
	margin-left: -1em;
}
.facultiesComment::after {
	content: "」";
}
.map {
	margin: 20px auto 0;
}
.area_ttl {
	border-bottom: 1px #ccc solid;
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 24px;
}
.area_ttl.ty_01 {
	color: #00a5d3;
}
.area_ttl.ty_02 {
	color: #00b1a1;
}
.area_ttl.ty_03 {
	color: #eb9044;
}
.area_ttl.ty_04 {
	color: #91b33f;
}
.area_ttl.ty_05 {
	color: #f0b500;
}
.area_ttl.ty_06 {
	color: #e76c86;
}
.area_ttl.ty_07 {
	color: #e65956;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
#Facultieslist dl#Adviser dd, #Facultieslist dl#Course-director dd {
	width: calc(100% - 120px);
}
}
@media screen and (max-width: 767px) {
#Facultieslist dl#Adviser dd, #Facultieslist dl#Course-director dd {
	width: calc(100% - 120px);
}
.facultiesText {
	width: calc(100% - 110px);
}
#FacultyList ul li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 16px;
}
#AdviserList,
#Course-directorList,
#FacultyList {
	margin: 0 0 1em 0;
}
.map {
	max-width: 500px;
	margin: 0 auto;
}
.area_ttl {
	font-size: 120%;
}
#FacultyList.list_friends .facultiesText {
	width: 100%;
	float: none;
}
.list_friends .facultiesPic {
	display: none;
}
.list_friends .facultiesComment {
	display: none;
}
.list_friends .facultiesComment.onComment {
	display: block;
}
.list_friends .facultiesName {
	margin-bottom: 5px;
}
}



/* --------------------------------------------------------------------------------
	Link #03 Program
-------------------------------------------------------------------------------- */

#Link03 #Day1, #Link03 #Day2 {
	margin-bottom: 8vh;
}

#Link03 h3 {
	color: #0054a7;
	font-size: 120%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	border: none;
}
#Link03 h3 span{
	font-size: 80%;
}

#Link03 dl {
	border-top: double 4px #778899;
	margin: 1em 0 0;
	padding: 0.5em 0;
	border-bottom: solid 1px #778899;
}

#Link03 dt {
	font-weight: bold;
}
#Link03 dd {
	position: relative;
}

#Link03 dt span {
	width: 9vw;
	margin-right: 1em;
	display: inline-block;
}

#Link03 dd span {
	width: 9vw;
	margin-right: 1em;
	display: inline-block;
	text-align: right;
	font-size: 84%;
	color: #333333;
}


#Link03 .FP {
	border-top: dotted 1px #999999;
	padding: 5px;
	margin: 0.5em 0;
}

#Link03 .FP h4 {
	font-size: 100%;
}

#Link03 .FP span{
	all: unset;
	width: 9vw;
	margin-right: 1em;
	display: inline-block;
	text-align: right;
}
#Link03 .FP p span {
	font-size: 84%;
}

#Link03 .cosponsor {
	font-size: 84%;
	font-weight: normal;
	bottom: 0;
	right: 0;
	position: absolute;
}
#Link03 .cosponsor:before {
	content: "【共催：";
}
#Link03 .cosponsor:after {
	content: "】";
}


/* ★ プログラム貼付け用 START ☆ */
#ProgramIMG {}

#ProgramIMG img {
	width: 96%;
	max-width: 980px;
	border: 0;
	margin: 2em auto 1em;
}

#ProgramIMG ul {
	width: 92%;
	display: flex;
	justify-content: center;
	padding: 3px;
	margin: 0 auto 2em;
	background: url("../../images/program-kyosai.png") no-repeat 15px 10px;
	border: solid 1px #cccccc ;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#ProgramIMG ul li {
	margin: 5px;
}
#ProgramIMG ul li img {
	width: 110px;
	border: solid 1px #cccccc;
}

#ProgramIMG:after {
	clear: bodth;
	content: "";
}
/* ☆ プログラム貼付け用 END ★ */


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#ProgramIMG img {
	margin: 1em auto 0;
}
#ProgramIMG ul {
	width: 96%;
	background-size: 150px;
	flex-wrap: wrap;
	justify-content: initial;
	padding-top: 20px;
}
#ProgramIMG ul li {
	width: 30%;
	float: left;
}
#ProgramIMG ul li img {
	width: 100%;
}
}


/* --------------------------------------------------------------------------------
	Link #04 Registration
-------------------------------------------------------------------------------- */
#Link04 {}

#Link04 .marb {
	margin-bottom: 40px;
}

#Link04 h4 {
	
}
#Link04 h5 {
	    font-size: 86%;
}
#Link04 .table_box {
	width: 100%;
	margin-bottom: 30px;
}
#Link04 table {
	border-collapse: collapse;
    border-spacing: 0;
	margin-top: 1em;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}
#Link04 table th,
#Link04 table td {
	border: 1px solid #888;
	font-size: 90%;
}
#Link04 table th {
	padding: 3px 5px;
}
#Link04 table th span {
	font-weight: normal;
	font-size: 86%;
	line-height: 1.2;
}
#Link04 table thead th {
	text-align: center;
	background-color: #e8e8aa;
	/*width: 38%;*/
}
#Link04 table thead td {
	background-color: #f5f5dc;
	/*width: 24%;*/
}
#Link04 table tbody th {
	background-color: #e8e8aa;
	padding-left: 10px;
	padding-right: 10px;
	/*width: 17%;*/
}
#Link04 table tbody td {
	padding: 3px 20px;
	/*text-align:right;*/
	/*border-top: 1px solid #dcdcdc;*/
}
#Link04 table tbody td.border0 {
	border:none;
}
#Link04 table tbody td.bg01 {
	background: #f7f7e9;
}

#Link04 table:after{
	clear: both;
	content: "";
}

#Link04 strong {
	color: red;
}

#Link04 p {
	/*margin-top: 0.5em;*/
}

#Link04 ol{
	margin-left: 2em;
}

.bt_area {
	margin: 1em 2em 2em;
}
.bt_area img {
	display:inline-block;
}

#Link04 #Tksms{
	min-width: 300px;
	width: 50%;
	padding: 1em;
	line-height: 1.8em;
	margin: 2em 0;
	border: solid #ff0033 1px;
	display: inline-block;
}

#Link04 .btn_regist {
	max-width: 500px;
	margin: 20px auto 50px;
}
#Link04 .btn_regist a {
	display: block;
	background: #c9171c;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#Link04 .btn_regist a:hover {
	opacity: .7;
}
#Link04 .midast1 {
	padding-left: 25px;
	line-height: 1.5;
	/*color: #0054a7;*/
	position: relative;
	border-bottom: 1px #ccc solid;
}
#Link04 .midast1::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 4px;
    margin-top: -2px;
	background: #c9171c;
}
#Link04 .ques_btn {
	max-width: 420px;
    width: 100%;
	margin: 20px auto 50px;
    background: #c8151c;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1;
	border: 3px solid #c8151c;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#Link04 .ques_btn a {
	display: block;
    margin: 0;
    color: #fff;
    padding: 15px 18px 12px 18px;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: 1px solid #fff;
    position: relative;
}
#Link04 .ques_btn a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#Link04 .ques_btn a:hover {
	opacity: .7;
}

#Link04 .table_box .ques_btn {
	margin: 10px auto;
}
#Link04 .table_box .ques_btn a {
	font-size: 13px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#Link04 .table_box {
	/*overflow: scroll;
	padding-bottom: 20px;*/
}
#Link04 .table_box table {
	/*width: 880px;*/
}
#Link04 .btn_regist a {
	font-size: 110%;
}
#Link04 .ques_btn a {
	font-size: 100%;
}
#Link04 .table_box .ques_btn a {
	font-size: 12px;
}
}


/* --------------------------------------------------------------------------------
	Link #05 Information : 当日のご案内
-------------------------------------------------------------------------------- */
#Link05 {}

#Link05 dl.receptiontime {
	width: 100%;
}
#Link05 dl.receptiontime dt {
	display: inline-block;
	float: left;
	clear: left;
	width: 11em;
	text-align: right;
}

#Link05 dl.receptionaccess {
	margin: 1em;
}
#Link05 dl.receptionaccess dt {
	display: inline-block;
	margin-right: 1em;
	float: left;
	clear: left;
}

#Link05 table{
	border: solid 1px #cccccc;
	border-collapse: separate;
	margin-top: 1em;
	margin-bottom: 1em;
}
#Link05 table th {
	padding: 3px 5px;
}
#Link05 table th span {
	font-weight: normal;
	font-size: 80%;
}
#Link05 table thead th {
	text-align: center;
	background-color: #f5f5dc;
	max-width: 200px;
	width: 38%;
}
#Link05 table thead {
	background-color: #f5f5dc;
}
#Link05 table tbody th {
	background-color: #f5f5dc;
	padding-left: 10px;
	padding-right: 10px;
	width: 24%;
}
#Link05 table tbody td {
	padding: 3px 20px;
	text-align:right;
	border-top: 1px solid #dcdcdc;
}
#Link05 table tbody td.border0 {
	border:none;
}

#Link05 strong {
	text-decoration: underline;
	letter-spacing: 1px;
}

#Link05 .returntop {
	margin-top: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#Link05 dl.receptionaccess dt {
	float: none;
}
}


/* --------------------------------------------------------------------------------
	Link #06 Inquiries
-------------------------------------------------------------------------------- */
#Link06 {}

#Link06 h3 {
	border-bottom: 1px #ccc solid;
	color: #0054a7;
	font-size: 100%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

}

/* --------------------------------------------------------------------------------
	Link #07 Past LEVEL
-------------------------------------------------------------------------------- */
#Main-contents .cont-box #Link07 {
	background-color: #000000;
}

#PastLEVEL {}

#PastLEVEL h3 {
	color: #cccccc;
	border: none;
	margin: 0;
	display: inline-block;
	width: 10em;
}
#PastLEVEL ul {
	margin: 0 0 0 0;
	display: flex;
}
#PastLEVEL li {
	margin-right: 1em;
}

#PastLEVEL a {
	color: #ffffff;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#PastLEVEL ul {
	display: block;
}
}

/* --------------------------------------------------------------------------------
	3; Banner LINK 設定
-------------------------------------------------------------------------------- */

#BannerLink {
	position: relative;
	display: inline-box; /* 指示待ち・非表示 none */
	width: 220px;
	text-align:left;
	top: -110px;
	left: 5px;
	margin-bottom: -90px;
}

#BannerLink img {
	width:180px;
}

#PastLEVEL { }


@media (max-width: 1023px){
	#Facultieslist dl {
	width: 100%;
	margin: 0;
	}
	#Facultieslist #FacultyL {
	float: none;
	}
	#Facultieslist #FacultyR {}
	#Facultieslist #FacultyL dd, #Facultieslist #FacultyR dd {
	min-height: 110px;
	display: block;
	width: 84%;
	left: 100px;
	}
	#Facultieslist dl#Course-director dd {
	min-height: 180px;
	}
	#Link03 .cosponsor {
	margin-top: 0px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#Facultieslist #FacultyL dd, #Facultieslist #FacultyR dd {
	width: calc(100% - 120px);
}
}

/* -----------------------------------------------------------
	mvbox
----------------------------------------------------------- */
.mvbox_wrap {
	width: 94%;
	/*max-width: 800px;*/
	max-width: 540px;
	margin: 40px auto 0;
}
.mvbox {
	margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
	width: 100%;
	background: #ccc;
	background-image: url(../../images/tail-spin.svg), url(../../images/loading.svg);
    background-position: center;
    background-size: 140px, 90px;
	background-repeat: no-repeat;
}
.mvbox #mylink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    
    z-index: 2;
}
.mvbox #vimeoPlayer {
	width: 100%;
}
.mvbox iframe {
	position: absolute;
    height: 100% !important;
    right: 0;
    top: 0;
    width: 100% !important;
    border: none;
}

.btn_box {
	margin-top: 60px;
}

.mv_note {
	text-align: center;
    font-size: 12px;
    /*color: rgba(0, 0, 0, 0.7);*/
	margin-top: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.mv_note {
	font-size: 11px;
}
.endtextwrap {
	padding: 10px;
}
.endtextwrap .endtext {
	font-size: 14px;
}
}

/*  下動画 */
.mv_thum_box {
	width: 90%;
	max-width: 1500px;
	/*max-width: 1130px;*/
	margin: 40px auto;
}
.mv_thum_list {

}
.mv_thum_list li {
	width: calc(97% / 4);
	float: left;
	margin-left: 1%;
}
.mv_thum_list li:nth-child(1) {
	margin-left: 0;
}

/* list_col3 */
.mv_thum_list.list_col3 {
	max-width: 1130px;
	margin: 0 auto 40px;
}
.mv_thum_list.list_col3 li {
	width: calc(96% / 3);
	margin-left: 2%;
}
.mv_thum_list.list_col3 li:nth-child(1) {
	margin-left: 0;
}

/* list_col2 */
.mv_thum_list.list_col2 {
	max-width: 745px;
	width: 66%;
	margin: 0 auto;
}
.mv_thum_list.list_col2 li {
	width: calc(97% / 2);
	margin-left: 3%;
}
.mv_thum_list.list_col2 li:nth-child(1) {
	margin-left: 0;
}



.mv_thum_list li a:hover {
	opacity: .8;
}
.mv_thum_list li .mv_item {
	margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.mv_thum_list li .mv_item iframe {
	position: absolute;
    height: 100% !important;
    right: 0;
    top: 0;
    width: 100% !important;
    border: none;
}
.mv_thum_list li img {
	vertical-align:top;
}
.cupt {
	text-align: center;
	/*color: #fff;*/
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 5px;
	text-shadow: 0px -1px 1px rgb(255 255 255 / 60%), 0px 1px 1px rgb(0 0 0 / 60%);
}
.list_col2 .cupt {
	margin-top: 10px;
}
.mv_thum_list_ttl {
	text-align: center;
	/*color: #fff;*/
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgb(255 255 255 / 60%), 0px 1px 1px rgb(0 0 0 / 60%);
	margin: 20px 0 10px;
	position: relative;
	height: 15px;
}
.mv_thum_list_ttl span {
	position: absolute;
    display: block;
    top: -52px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.xmasbox {
	max-width: 720px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 8px gray;
	padding: 40px 40px 30px;
	border-radius: 8px;
}
.xmasbox .text_1 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	color: #c8161d;
	line-height: 1.3;
	text-shadow: 0px -1px 1px rgb(255 255 255 / 60%), 0px 1px 1px rgb(0 0 0 / 60%);
}
.xmasbox .text_2 {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.xmasbox .text_3 {
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin-top: 4px;
}
.xmasbox .text_4 {
	max-width: 400px;
	margin: 20px auto 30px;
}
.xmasbox .text_4 a {
	display: block;
	background: #027203;
	color: #fff;
	font-size: 15px;
	text-align: center;
	word-break: break-all;
	line-height: 42px;
	text-decoration: none;
	height: 42px;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}
.xmasbox .text_4 a:hover {
	opacity: .7;
}
.xmasbox .mv_thum_list {
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
}
.xmasbox .thum {
	max-width: 440px;
	width: 90%;
	margin: 0 auto;
}
.xmasbox .thum img {
	border: 1px solid #666 !important;
}
.xmasbox .thum a:hover {
	opacity: .7;
}

/* fancybox */
.fancybox-slide--video .fancybox-content {
	width  : 533px;
	height : 300px;
	max-width  : 800px;
	max-height : 450px;
    margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.xmasbox {
	max-width: 600px;
	padding: 20px 40px 20px;
}
}
@media screen and (max-width: 767px) {
.mv_thum_box {
	width: 94%;
}
.mv_thum_box .mv_thum_list li {
	width: calc(98% / 2);
	margin-left: 2%;
	margin-bottom: 10px;
}
.mv_thum_box .mv_thum_list li:nth-child(1),
.mv_thum_box .mv_thum_list li:nth-child(3) {
	margin-left: 0;
}

/* list_col3 */
.mv_thum_list.list_col3 {
	margin-bottom: 0;
}
.mv_thum_box .mv_thum_list.list_col3 li:nth-child(3) {
	margin-left: 26%;
}
/* list_col2 */
.mv_thum_list.list_col2 {
	max-width: 1130px;
	width: auto;
	margin: 0 auto;
}


.cupt {
	font-size: 13px;
	line-height: 1.4;
	min-height: 40px;
}
.mv_thum_list_ttl {
	font-size: 15px;
}
.mv_thum_list_ttl span {
	font-size: 13px;
	top: -80px;
}

.xmasbox {
	padding: 20px 20px 20px;
}
.xmasbox .text_1 {
	font-size: 20px;
}
.xmasbox .text_2 {
	font-size: 14px;
	text-align: center;
}
.xmasbox .text_3 {
	font-size: 13px;
}
.xmasbox .text_4 a {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}
.xmasbox .mv_thum_list {
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
}
.xmasbox .mv_thum_list li {
	width: 100%;
	margin: 0;
}
.xmasbox .mv_thum_list li:nth-child(1) {
	margin-bottom: 20px;
}
.xmasbox .thum {
	margin-bottom: 10px;
}
}


/* -----------------------------------------------------------
	#Link10
----------------------------------------------------------- */
#Link10 h2 img {
	max-width: 140px;
}
#Link10 .contents {
	padding-top: 40px;
	padding-bottom: 40px;
}
#Link10 .logo {
	max-width: 250px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}
#Link10 .chara {
	max-width: 260px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
#Link10 .text {
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
#Link10 h2 img {
	max-width: 100px;
}
#Link10 .logo {
	max-width: 150px;
	margin-bottom: 20px;
}
#Link10 .chara {
	max-width: 160px;
}
}



/* -----------------------------------------------------------
	zoom
----------------------------------------------------------- */
#Link09 .contents {
	padding-top: 20px;
}
#Link09 .para {
	margin-bottom: 40px;
	font-size: 90%;
	line-height: 1.6;
}
#Link09 .para a {
	color: #005AAB;
}
#Link09 .pic_qa {
	max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------
	evidens_wrap
----------------------------------------------------------- */
.evidens_wrap {
	width: 94%;
    max-width: 540px;
    margin: 40px auto 0;
	background: #fff;
}
.evidens_wrap .evidens_img a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.evidens_wrap .evidens_img a:hover {
	opacity: .7;
}
.evidens_wrap .evidens_img a::after {
  content: "";
  position: absolute;
    top: 50%;
    left: 50%;
  width: 80px;
  height: 80px;
  background: url("../../images/program/thumb_play_st2.png");
  background-size: cover;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
}


/* -----------------------------------------------------------
	evefes
----------------------------------------------------------- */
.evefes {
	position: relative;
	/*width: 540px;*/
    margin: 0 auto;
}
.evefes .thum {
	max-width: 250px;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: -90px;
	right: 0;
    background: #000;
    padding: 18px 18px 12px 18px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.evefes .thum a {
	display: block;
	margin: 0;
	background: #fff;
	padding: 4px;
	line-height: 1;
	margin-bottom: 8px;
}
.evefes .thum a:hover {
	opacity: .7;
}
.evefes .thum a img {
	border: 0;
	line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.evefes .thum {
	max-width: 160px;
	padding: 10px;
	font-size: 12px;
}
}
@media screen and (max-width: 767px) {
.evefes .thum {
	position: static;
	max-width: 260px;
	padding: 10px 25px;
	font-size: 12px;
	margin: 25px auto 0;
	background: none;
	box-shadow: none;
}
}


/* -----------------------------------------------------------
	ques
----------------------------------------------------------- */
.ques {
	position: absolute;
	top: 80px;
	right: 0;
	width: 100%;
    margin: 0 auto;
}
.ques .thum {
	max-width: 370px;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    background: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border: 3px solid #fff;
}

.ques .thum a {
	display: block;
	margin: 0;
	color: #c8151c;
	padding: 15px 18px 12px 18px;
	line-height: 1.3;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: 2px solid #c8151c;
	position: relative;
}
.ques .thum a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #c8151c;
    border-right: 2px solid #c8151c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ques .thum a:hover {
	opacity: .7;
}
.ques .thum a img {
	border: 0;
	line-height: 1;
}
.ques .thum a .limit {
	display: block;
	background: #c8151c;
	color: #fff;
	margin-top: 4px;
	font-size: 90%;
	padding: 4px 0;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.ques {
	/*top: 30px;
	width: 200px;*/
}
.ques .thum a {
	font-size: 15px;
	padding: 8px 8px 8px 8px;
}
}
@media screen and (max-width: 767px) {
.ques  {
	top: 96px;
	/*width: 160px;*/
}
.ques .thum {
	max-width: 80%;
	border: 2px solid #fff;
	/*border: 3px solid #fff;
	border-right: none;*/
}
.ques .thum a {
	font-size: 13px;
	padding: 8px 8px 8px 8px;
}
}

/* ===================================================================
     印刷CSS
=================================================================== */
@media print {
#CatchParts p {
	font-size: 120%;
}
#Main-contents .contents {
	width: 960px;
}
#FacultyList ul li {
	margin-bottom: 40px;
}
.returntopflow {
	
	display: none;
}
#FacultyList ul li .facultiesComment_print {
	margin-bottom: 70px;
}
}
