* { box-sizing:border-box; position:relative;}


html,body {
		margin:0;
		padding:0;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
		width:100%;
		min-width:320px;
		word-break: break-all;
		
	}

.mincho{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.marugo { font-family: "M PLUS Rounded 1c"; }

.helvetica{
	font-family: Helvetica, Arial,  sans-serif;
}

input:focus {
	border-color:#F90;
}

img {display:block;}

body {
	
	text-size-adjust: 100%;
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
 	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic',メイリオ, Meiryo, sans-serif; 
	color:#000;
	/*font-size:1.6rem;*/
	font-weight:500;
	line-height:1;
}

.en {
	word-break: break-word;
	/*font-family: aktiv-grotesk,sans-serif;*/
	display:none;/*英語なしのため削除*/
}

body.langja .ja,
body.langen .en{
	display:block !important;
}

body.langja .en,
body.langen .ja{
	display:none !important;
}


#container {
	position:relative;
	width:100%;
}


h2 {
	
	font-size:280%;
	text-align:center;
	margin:0 auto 2em;
	padding:0.5em 1em;
	z-index:10;
	position:relative;
	}

h2 p {
	font-size:100%;
	display:inline-block;
	color:#1e2d58;
	font-weight:bold;
	margin:0;
	padding:0 1em;
	text-align:center;
	line-height:1.2em;
	}
	
	
h2 p::after {
	content: "";
	display:block;
	width:100%;
	height:0.3em;
	position:absolute;
	bottom:0;
	left:50%;
	
	transform: translate(-50%,150%);
	/*background: linear-gradient(97deg, #86bde7, #bd9cc7 90%);*/
	background: linear-gradient(97deg, rgba(134,189,231,.0), rgba(134,189,231,.8), rgba(189,156,199,0.8), rgba(189,156,199,0) 100%);
	margin:0;
	}

section > h2 {
	margin:0 auto 0;
	}

h3 p {
	font-size:80%;
	display:inline-block;
	position:relative;
	border-top:4px solid #e6001c;
	padding:0.2em 0.8em 0.2em 0;
	color:#000;
	z-index:100;
	}

h3 p::before {
	content: "■";
	color:#e6001c;
	}

h3 p::after {
	content: "";
	display:block;
	border-left:5px solid #e6001c;
	border-bottom:4px solid #e6001c;
	height:50%;
	width:2000px;
	position:absolute;
	top:-4px;
	left:100%;
	/*transform: translate(50%, 0%) rotate(-45deg);*/
	transform: translate(0, 0%) skewX(45deg);
	background-color:#fff;
	z-index:9;
	}
	
h3 span {
	display:inline-block;
	font-size:inherit;
	}
	

h4 {
	/*font-size:300%;*/
	color:#e6001c;
	font-weight:bold;
	text-align:left;
	}



h4 {
	width:100%;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	
    transform: translate(-0%,-50%);
	text-align:center;
	}

h4 p{
	font-size:120%;
	font-weight:bold;
	display:inline-block;
	/*max-width:1136px;*/
	margin:0 auto;
	padding:0.3em 1.5em;
	color:#fff;
	text-align:center;
	background-color:#e6001c;
	line-height:1em;
	border-radius:2em;
}


h4 .mini{
	font-size:50%;
	line-height:1.2em;
	display:inline-block;
	color:#000;
}

h5 {
	/*font-size:220%;*/
	color:#e6001c;
	font-weight:bold;
	text-align:left;
	margin-bottom:0.7em;
	font-size: 2.4rem;
	}
	


header {
	width:100%;
	max-height:170px;
	min-width:320px;
	/*overflow:hidden;*/
	background-color:#fff;
	padding:0;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	}

header .header-inner{
	width:100%;
	max-width:1920px;
	min-width:320px;
	padding:10px;
	margin:0 auto;
}

header .header-inner h1 img{
	width:40%;
	max-width:360px;
	min-width:224px;
	display:block;
}

/*グローバルメニュー*/
header #navi{
	position:relative;
	transform: translate(-0%,-0%);
	background-color:#1e2d58;
	transition: ease .4s;
}

header #navi ul{
	padding:1rem 0;
	display:flex;
	flex-direction: row;
	justify-content: center;
	position:relative;
}

header #navi ul li{
	padding:0em 1em;
	list-style:none;
	border-right:1px solid #fff;
	display:table;
}

header #navi ul li.nw{
	white-space:nowrap;
}

header #navi ul li.wsn{
	white-space:nowrap;
}

header #navi ul li:last-child{
	border-right:none;
}

header #navi ul li p{
	display:table-cell;
	vertical-align:middle;
}

header #navi ul li a{
	color:#fff;
	display:block;
	font-size:100%;
	text-decoration:none;
	text-align:center;
	padding:0.3em 0;
	
}

header #navi ul li a::after{
	content: "";
	display:block;
	width:0%;
	height:4px;
	background-color:#e12359;
	position:absolute;
	top:100%;
	left:50%;
	transform: translate(-50%,-0%);
	transition: ease .2s;
}

header #navi ul li a:hover{
	color:#fff;
}

header #navi ul li a:hover::after{
	width:100%;
}

header #navi ul li a span{
	display:inline-block;
	
}


/*言語選択*/
header #navi .langbuttons{
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	position:absolute;
	right:10px;
	top:-50px;
	transform: translate(-0%,-0%);
	z-index:1500;
}

header #navi .langbuttons a{
	color:#333;
	display:block;
	font-size:100%;
	text-decoration:none;
	text-align:center;
	padding:0.2em 1em;
}

header #navi .langbuttons a:first-child{
	border-right:1px solid #ccc;
}

header #navi .langbuttons a:hover{
	color:#e12359;
}

header #navi .langbuttons a.on,
body.langja .langbuttons a#ja,
body.langen .langbuttons a#en{
	color:#e12359;
}

header #hum{
	width:40px;
	height:40px;
	position:absolute;
	right:10px;
	top:50%;
	transform: translate(-0%,-50%);
	display:none;
	z-index:1000;
	background-color: #1e2d58;
}

/* ハンバーガーメニュー */

#hum .header__hamburger {
  width: 40px;
  height: 100%;

}

#hum .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
	/*
	#hum .hamburger {
		display: none;
	}
	
	header #navi #lang{
		display:block;
	}
	*/
}

/* ハンバーガーメニューの線 */
#hum .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #1e2d58;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

#hum .hamburger span:nth-child(1) {
  top: 0;
}

#hum .hamburger span:nth-child(2) {
  margin: 4px 0;
}

#hum .hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
#hum .header__nav.active {
  transform: translateX(0);
}

#hum .hamburger.active span:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}

#hum .hamburger.active span:nth-child(2) {
  opacity: 0;

}

#hum .hamburger.active span:nth-child(3) {
  top: -8px;
  transform: rotate(-45deg);
}


@media screen and (max-width: 789px) {
	header #navi{
		width:100%;
		position:absolute;
		top:0;
		left:0%;
		transform: translate(-0%,-100%);
	}
	
	header #navi ul{
		width:100%;
		flex-direction: column;
		margin-top:30px;
		overflow:hidden;
	}
	
	header #navi ul li{
		width:100%;
		border:none;
	}

	header #navi ul li a{
		font-size:100%;
		padding:1em 1em;
		font-size:120%;
	}
	
	header #navi .langbuttons{
		/*display:block;*/
		position:relative;
		top:0;
		left:0;
		flex-direction: row;
		justify-content: center;
		margin:3rem;
	}
	header #navi .langbuttons a{
		display:block;
		margin:0 1rem;
		color:#fff;
		border:1px solid #fff;
	}
	
	header #navi .langbuttons a.on{
	border:1px solid #e12359;
}
	
	
	header #hum {
		display:block;
	}
	
	/*ハンバーガー押し*/
	header #navi.active{
		width:100%;
		position:absolute;
		top:0;
		left:0%;
		transform: translate(-0%,-0%);
	}

}



header .header-inner .contact a  li:first-child{
	width:75%;
	float:left;
	font-weight:bold;
	text-align:center;
}

header .header-inner .contact a  li:last-child{
	width:20%;
	float:right;
}

header .header-inner .contact a  img{
	width:100%;
}

header .header-inner .contact a  li:first-child p{
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(-0%,-50%);
	font-size:240%;
}

@media screen and (min-width: 1921px) {
	header .header-inner .contact a  li:first-child p{
		font-size:260%;
	}
}

@media screen and (max-width: 1600px) {
	header .header-inner .contact a  li:first-child p{
		font-size:200%;
	}
}

@media screen and (max-width: 1400px) {
	header .header-inner .contact a  li:first-child p{
		font-size:160%;
	}
}

@media screen and (max-width: 1000px) {
	header .header-inner .contact a  li:first-child p{
		font-size:140%;
	}
}



section {
	width:100%;
	min-width:320px;
	margin:0 auto;
	padding:0;
	position:relative;
	
	}


section::after {
content: " ";
display: block;
clear: both;
}


section > a.anker {
	position:absolute;
	top:-150px;
}


.main_visual {
	width:100%;
	max-width:100%;
	height:auto;
	position:relative;
    bottom: 0;
	margin:0 auto;
	padding:0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	background-image:url(../img/main_visual_teaser_bg.png);
	background-position:top center;
	background-size:cover;
	}

@media screen and (max-width: 1100px) {
	.main_visual {
	background-size:auto 100%;
	}
}

	
.main_visual .inner {
	width:100%;
	max-width:1980px;
	margin:0 auto;
	padding:15.5rem 0 4rem;
	position:relative;
	}

@media screen and (max-width: 930px) {
	.main_visual .inner {
	padding:16.5rem 0 4rem;
	}
}

@media screen and (max-width: 840px) {
	.main_visual .inner {
	padding:15.5rem 0 4rem;
	}
}

@media screen and (max-width: 789px) {
	.main_visual .inner {
	padding:10rem 0 2rem;
	}
}

@media screen and (max-width: 650px) {
	.main_visual .inner {
	padding:9rem 0 2rem;
	}
}

@media screen and (max-width: 500px) {
	.main_visual .inner {
	padding:9rem 0 2rem;
	}
}
@media screen and (max-width: 480px) {
	.main_visual .inner {
	padding:10rem 0 2rem;
	}
}



.main_visual .inner .diamond {
  width: 650px;
  height: 150px;
  background: #db7093;
  transform: rotate(-30deg) skew(30deg,30deg);
  text-align:center;
  font-size:300%;
}




.main_visual .inner img {
	width:100%;
	max-width:1572px;
	display:block;
	}
	
.main_visual .inner .box{
	position:relative;
	width:100%;
	max-width:1500px;
	margin:0 auto;
	padding:0 0 0;
	background-position:top center;
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:100%;
}

.main_visual .inner .box #title{
	width:80%;
	display:block;
	position:relative;
	margin:0 auto 0;
}

.main_visual .inner .box #text{
	width:80em;
	max-width:80%;
	display:block;
	position:relative;
	margin:0 auto 2rem;
}
.main_visual .inner .box #date{
	display:flex;
	width:90%;
	position:relative;
	margin:0 auto 0;
}

.main_visual .inner .box #date > div:nth-child(1){
	display:block;
	width:75%;
	margin:0 auto 0;
}
.main_visual .inner .box #date > div:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:25%;
	margin:0 auto 0;
	border:1px solid #bfc5af;
	border-radius:2rem;
	padding:1.5rem;
	background-color:rgba(255,255,255,0.7)
}

.main_visual .inner .box #date > div:nth-child(2) > div{
	display:block;
	width:100%;
	margin:0;
}
.main_visual .inner .box #date > div:nth-child(2) > div p{
	font-size:80%;
}

.main_visual .inner .box #btn{
	width:64%;
	max-width:1270px;
	min-width:300px;
	display:block;
	position:relative;
	margin:0 auto 6rem;
}


.main_visual .inner .box #btn > div{
	position:relative;
	display:flex;
	justify-content: space-between;
}

.main_visual .inner .box #btn > div a{
	width:49%;
	position:relative;
	display:inline-block;
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
}

/*offの場合*/

.main_visual .inner .box #btn > div.off a{
	background-color:#fff;
	pointer-events:none;
}

.main_visual .inner .box #btn > div.off a img{
	filter: grayscale(100%);
	opacity:0.7;
}



/**/

#login .inner #btn{
	width:100%;
	max-width:700px;
	min-width:260px;
	display:block;
	position:relative;
	margin:0 auto;
}

#login .inner #btn ul,
#btn ul{
	position:relative;
	display:flex;
	justify-content: space-between;
	/*justify-content: center;*/
	margin-bottom:2rem;
}

#login .inner #btn ul li,
#btn ul li{
	/*width:49%;*/
	position:relative;
	display:block;
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
	background: linear-gradient(97deg, #86bde7, #bd9cc7 90%);
	padding:0.5em;
	border-radius:300px;
}

#login .inner #btn ul li a,
#btn ul li a{
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:3rem 5rem;
	background-color:#1e2d58;
	border-radius:300px;
	text-align:center;
	color:#fff;
	font-size:160%;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	position:relative;
}


 
#btn ul li a {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#btn ul li a::after {
  background: linear-gradient(97deg, rgba(134,189,231,0.7), rgba(189,156,199,0.7) 50%, rgba(189,156,199,0.0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 200%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#btn ul li a:hover {
  color: #fff;
}
#btn ul li a:hover::after {
  transform: scale(1, 1);
}

/*offの場合*/
.inner #btn ul li.off{
	background: linear-gradient(97deg, #b5b5b5, #a8a8a8 90%) !important;
}
.inner #btn ul li.off a {
	pointer-events:none;
	background-color:#bebebe !important;
	color:#f0f0f0 !important;
}




/*offの場合*/
#login .inner #btn > div.off a{
	background-color:#fff;
	pointer-events:none;
}
#login .inner #btn > div.off a img{
	filter: grayscale(100%);
	opacity:0.7;
}

#btn ul li a span {
	display:inline-block;
  position: relative;
  top:50%;
  transform: translate(-0%,-50%);
}

#login .inner #btn .text{
	text-align:center;
	display:none;
}
#login .inner #btn .text p{
	text-align:left;
}

.langen #login .inner #btn .text p.en,
.langja #login .inner #btn .text p.ja{
	display:inline-block;
	margin:1em 0em;
}


/*英語版のみの設定*/
#login .inner #btn.en{
	max-width:800px;
}
#login .inner #btn.en ul li{
	width:48%;
}

@media screen and (max-width: 789px) {
	#login .inner #btn{
		max-width:400px;
	}

	#login .inner #btn ul{
	flex-direction: column;
	}
	
	#login .inner #btn ul li:first-child{
		margin-bottom:2rem;
	}
	
	#btn ul li a span {
		display:inline;
	}
	
	/*英語版のみの設定*/
	#login .inner #btn.en ul li{
		width:100%;
	}
}


.main_visual .inner .box #btn a:hover{
	top:-2px;
	box-shadow: 0px 8px 6px 2px rgba(0, 0, 0, 0.2);
}

.main_visual .inner .box #btn > p{
	display:none;
}


.main_visual .inner .box #free{
	width:18%;
	max-width:340px;
	display:block;
	position:absolute;
	margin:0 auto;
	top:0;
	/*left:2.5%;*/
	right:2.5%;
	transform: translate(-0%,-20%);
}


.main_visual .inner .box #theme{
	width:58%;
	max-width:1120px;
	display:block;
	position:relative;
	margin:0 auto;
}



.main_visual .inner .box #theme-date{
	width:70%;
	max-width:1340px;
	display:block;
	position:relative;
	margin:0 auto;
}

@media screen and (max-width: 789px) {
	
	
	.main_visual .inner .box #title.logo{
		display:none;
	}
	.main_visual .inner .box #date img {
		display:block;
		width:100%;
		height:auto;
		margin:0 auto;
	}
}


@media screen and (max-width: 650px) {
	
	.main_visual .inner .box #date {
		
		width:90%;
		max-width:1340px;
		display:block;
		position:relative;
		margin:0 auto;
	}
	
	.main_visual .inner .box #date > div:nth-child(1){
		margin-bottom:1rem;
	}
	
	.main_visual .inner .box #date > div:nth-child(2){
	width:90%;
	}
	
	.main_visual .inner .box #date > div:nth-child(2) div{
	width:48%;
	}
}


@media screen and (max-width: 480px) {
	.main_visual .inner .box #title{
		width:80%;
		display:block;
		position:relative;
		margin:0 auto 3rem;
	}
	
	.main_visual .inner .box #btn{
		position:absolute;
		bottom:-60px;
		left:50%;
		margin:0 auto;
		transform: translate(-50%,100%);
	}
	
	.langen .main_visual .inner .box #btn > p.en,
	.langja .main_visual .inner .box #btn > p.ja{
		display:block;
		margin:1em 0em;
	}
	
	.main_visual {
		margin:0 auto 0px;
	}
}


section > .inner {
	width:84%;
	margin:0 auto;
	padding:5rem 0;
	max-width:1500px;
	min-width:268px;
	}


section > .inner::after {
  content: "";
  display: block;
  clear: both;
}



/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	枠関係
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/

#content {
	width:100%;
}

#content #main {
	width:100%;
	background-image:url(../img/contents_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:160% auto;
	background-attachment: fixed;

	
	overflow:hidden;
}


.glay {
	background-color:#ececec;
	padding:0;
	position:relative;
	padding:100px 0 0;
	overflow:hidden;
}

.glay::after {
  content: "";
  display: block;
  clear: both;
}


.glay .text {
	width:100%;
	margin:0 0 10rem;
	display:block;
	font-size: 2rem;
	}

.glay .movie3 {
	width:100%;
	margin:0 0 50px;
	display:block;
	}
	
.glay .banner {
	width:100%;
	margin:0 0 50px;
	display:block;
	font-size: 2rem;
	background-color:#fff;
	border:1px solid #333;
	}

.glay .banner::after {
  content: "";
  display: block;
  clear: both;
}


.glay .movie3 ul {
	width:100%;
	margin:0;
	display:flex;
	justify-content: space-around;
	}

.glay .movie3 ul li {
	width:28%;
	list-style:none;
	text-align:center;
	position:relative;
	}

.glay .movie3 ul li p{
	width:100%;
	font-size:1.6rem;
	margin-bottom:1em;
	position:absolute;
	bottom:100%;
	left:0%;
	font-weight:bold;
	}

.glay .movie3 ul li img {
	width:100%;
	}

.glay .banner ul {
	width:100%;
	margin:0;
	display:flex;
	justify-content: space-around;
	}

.glay .banner ul li {
	list-style:none;
	}

	
.glay .banner ul li:first-child {
	width:75%;
	padding:2vw 1vw 2vw 4vw;
	font-size: 2rem;
	}
	
.glay .banner ul li:last-child {
	width:25%;
	padding:2vw 0vw 2vw 1vw;
	}


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


.glay .movie3 ul {
	flex-direction: column;
	justify-content: space-around;
	}

.glay .movie3 ul li {
	width:100%;
	margin-bottom:8rem;
	}

.glay .movie3 ul li:last-child {
	margin-bottom:0px;
	}
	
}


.glay .banner ul li img {
	width:100%;
	}

.glay .banner ul li:first-child img {
	margin-bottom:1em;
	}


@media screen and (max-width: 800px) {
.glay .banner ul {
	
  flex-direction: column;
	}

.glay .banner ul li:first-child,
.glay .banner ul li:last-child {
	width:100%;
	padding:2vw 4vw;
	}

.glay .banner ul li:last-child img {
	width:40% !important;
	margin:0 auto;
	}
	
}




.banner_spt {
	width:100%;
	margin:0 0 50px;
	display:block;
	font-size: 2rem;
	background-color:#fff;
	border:1px solid #333;
	}

.banner_spt::after {
  content: "";
  display: block;
  clear: both;
}

.banner_spt > img {
	width:100%;
	margin:0;
	}
	
	
.banner_spt ul {
	width:100%;
	margin:0;
	display:flex;
	justify-content: space-around;
	}

.banner_spt ul li {
	list-style:none;
	margin:0 !important;
	}

.banner_spt ul li img {
	width:100%;
	}

	
.banner_spt ul li:first-child {
	width:64% !important;
	padding:2vw 1vw 2vw 4vw;
	font-size: 2rem;
	}
	
.banner_spt ul li:last-child {
	width:36% !important;
	padding:2vw 0vw 2vw 1vw;
	}

.banner_spt ul li h4 {
	color:#333;
	text-align:center;
	}



@media screen and (max-width: 800px) {
.banner_spt ul {
	
  flex-direction: column;
	}

.banner_spt ul li:first-child,
.banner_spt ul li:last-child {
	width:100% !important;
	padding:2vw 4vw;
	}

.banner_spt ul li:last-child img {
	width:100% !important;
	margin:0 auto;
	}
	
}
/*--------------------------
　終了メッセージ
--------------------------*/	
	#close_msg p{
		color:#e6001c;
		font-size:300%;
		font-weight:bold;
		text-align:center;
	}
	
/*--------------------------
　登録・ログインボタン
--------------------------*/

ul.btn-two {
	display: flex;
	/*width: calc(100% - 28px);*/
	width:90%;
	max-width:1220px;
	margin:0 auto;
	justify-content: space-between;
	padding:0;
	}

ul.btn-two li{
	width:46%;
	max-width:520px;
	
	list-style:none;
	color:#fff;
	display:flex;
	
	}


ul.btn-two li.off a{
pointer-events: none;
}



ul.btn-two li a{
	width:100%;
	display:flex;
	color:inherit;
	padding:15px;
	background-color: #e6001c;
	border-radius:10px;
	transition: background-color 0.3s;
	}
ul.btn-two li a:hover{
　transform: scale(1.3, 1.3);
background-color: #ff1e1e;
}

ul.btn-two li.off a{
	background-color: #ccc;
	}

ul.btn-two li div{
	float:left;
	display:table;
	height:100%;
	vertical-align:middle;
	padding-right:15px;
	}

ul.btn-two li div .mini{
	font-size:50%;
	line-height:1.2em;
	display:inline-block;
	}

ul.btn-two li div:first-child{
	width:80%;
	}

ul.btn-two li div:last-child{
	width:21%;
	background-color:#fff;
	padding:0;
	}

ul.btn-two li div:first-child p{
	display:table-cell;
	height:100%;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.2em;
	padding:0;
	margin:0;
	}

@media screen and (max-width: 1300px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-two li div:first-child p {font-size:280%;}
}

@media screen and (max-width: 1100px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-two li div:first-child p {font-size:260%;}
}

@media screen and (max-width: 900px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-two li div:first-child p {font-size:220%;}
}

@media screen and (max-width: 800px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-two li div:first-child p {font-size:360%;}
}

@media screen and (max-width: 600px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-one li div:first-child p {font-size:320%;}
	ul.btn-two li div:first-child p {font-size:320%;}
}

@media screen and (max-width: 500px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-one li div:first-child p {font-size:280%;}
	ul.btn-two li div:first-child p {font-size:280%;}
}

@media screen and (max-width: 400px) {
	/*ul.btn-one li div:first-child p,*/
	ul.btn-one li div:first-child p {font-size:240%;}
	ul.btn-two li div:first-child p {font-size:240%;}
}

@media screen and (max-width: 350px) {
	ul.btn-one li div:first-child p {font-size:200%;}
}


ul.btn-two li div:last-child img{
	width:100%;
	display:block;
	margin:0;
	padding:0;
	}

/**/


ul.btn-one {
	display: flex;
	/*width: calc(100% - 28px);*/
	width:90%;
	max-width:1220px;
	margin:0 auto;
	justify-content: center;
	padding:0;
	}

ul.btn-one li{
	width:100%;
	max-width:520px;
	
	list-style:none;
	color:#fff;
	display:flex;
	position:relative;
	}

ul.btn-one li{
	width:100%;
	max-width:500px;
	
	list-style:none;
	color:#fff;
	display:flex;
	position:relative;
	}
	
ul.btn-one li .out-img{
	width:50% !important;
	height:auto;
	position:absolute;
	top:50%;
	left:0;
	
	transform: translate(-120%,-50%);
	display:block;
	background-color:#3C9;
	
	}

ul.btn-one li .out-img img{
	width:100% !important;
	
	}




ul.btn-one li.off a{
pointer-events: none;
}

ul.btn-one li a{
	width:100%;
	display:flex;
	color:inherit;
	padding:15px;
	background-color: #e6001c;
	border-radius:300px;
	transition: background-color 0.3s;
	}
	
ul.btn-one li a:hover{
　transform: scale(1.3, 1.3);
background-color: #ff1e1e;
}

ul.btn-one li.off a{
	background-color: #ccc;
	}

ul.btn-one li div{
	float:left;
	display:table;
	height:100%;
	vertical-align:middle;
	padding-right:15px;
	}

ul.btn-one li div .mini{
	font-size:50%;
	line-height:1.2em;
	display:inline-block;
	}

ul.btn-one li div:first-child{
	width:75%;
	}

ul.btn-one li div:last-child{
	width:20%;
	background-color:transparent;
	padding:0;
	}

ul.btn-one li div p{
	display:table-cell;
	height:100%;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.2em;
	padding:0;
	margin:0;
	}
	
ul.btn-one li div:last-child img{
	width:100%;
	display:block;
	margin:0;
	padding:0;
	}
	
	


ul.btn-two-gray {
	display: flex;
	/*width: calc(100% - 28px);*/
	width:90%;
	max-width:1220px;
	margin:0 auto;
	justify-content: space-between;
	padding:0;
	}

ul.btn-two-gray li{
	width:46%;
	max-width:520px;
	
	list-style:none;
	color:#fff;
	
	}

@media screen and (max-width: 800px) {
	
	ul.btn-two-gray {
		flex-direction: column;
	justify-content: space-between;
	max-width:520px;
	}
	
	ul.btn-two-gray li {width:100%;}
	
	ul.btn-two-gray li:first-child {margin-bottom:2rem;}
}


ul.btn-two-gray li.off a{
pointer-events: none;
background-color: #ccc;
}



ul.btn-two-gray li a{
	width:100%;
	display:block;
	color:#fff;
	padding:15px;
	background-color: #e6001c;
	border-radius:100px;
	transition: background-color 0.3s;
	text-align:center;
	text-decoration:none;
	font-size:300%;
	font-weight:bold;
	}
ul.btn-two-gray li a:hover{
　transform: scale(1.3, 1.3);
background-color: #ff1e1e;
}

ul.btn-two li.off a{
	background-color: #ccc;
	}
	
/*--------------------------
　RCベテリナリーシンポジウムとは
--------------------------*/


#when {
	width:100%;
	/*max-width:1360px;*/
	min-width:290px;
	margin:0 auto;
	padding:0 13%;
	position:relative;
	overflow:hidden;
	text-align:center;
	}

#when .text {
		line-height:1.6em;
		text-align:center;
		font-size:2rem;
		display:inline-block;
	}

#when img {
	width:18%;
	min-width:200px;
	position:absolute;
	bottom:-5%;
	right:0%;
	transform:translate(100%,-5%);
	z-index:-1;
	}
	



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

#when .text {
		text-align:left;
	}
#when .text p {
		display:inline;
		text-align:left;
	}

}







.inner-content {
	width:100%;
	/*min-width:290px;
	margin:0 auto 100px;*/
	margin:0 auto;
	position:relative;
	z-index:1;
	/*background-color:rgba(255,255,255,0.3)*/
	}


/*--------------------------
　参加方法
--------------------------*/


#sankahouhou .inner-content ul {
	width:100%;
	max-width:1500px;
	margin:0 auto 1rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap  !important;
	}

#sankahouhou .inner-content ul li {
	width:22%;
	border:1px solid #c8c8c8;
	margin:0 0 0;
	list-style:none;
	justify-content: space-between;
	position:relative;
	}

#sankahouhou .inner-content ul li img {
	width:100%;
	}


#sankahouhou .inner-content .step12{
	width:2.3%;
	display:block;
	position:absolute;
	top:50%;
	left:24%;
	transform:translate(-50%,-50%) rotate(0deg);
}

#sankahouhou .inner-content .step23{
	width:2.3%;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(0deg);
}


#sankahouhou .inner-content .step34{
	width:2.3%;
	display:block;
	position:absolute;
	top:50%;
	left:76%;
	transform:translate(-50%,-50%) rotate(0deg);
}


#sankahouhou .inner-content ul li:last-child::after{
	display:none;
}


#sankahouhou .inner-content > p {
	font-size:1.4rem;
	}



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

#sankahouhou .inner-content > ul li {
	width:45%;
	margin-bottom:60px;
	}

#sankahouhou .inner-content > ul li:nth-child(3),
#sankahouhou .inner-content > ul li:nth-child(4) {
	margin-bottom:0px;
	}



#sankahouhou .inner-content .step12{
	width:4%;
	display:block;
	position:absolute;
	top:22%;
	left:50%;
	transform:translate(-50%,-50%) rotate(0deg);
}

#sankahouhou .inner-content .step23{
	width:4%;
	display:block;
	position:absolute;
	top:50%;
	left:75%;
	transform:translate(-50%,-50%) rotate(90deg);
}


#sankahouhou .inner-content .step34{
	width:4%;
	display:block;
	position:absolute;
	top:77%;
	left:50%;
	transform:translate(-50%,-50%) rotate(180deg);
}

	
}

@media screen and (max-width: 480px) {
	
#sankahouhou .inner-content > ul {
	flex-direction: column;
  flex-wrap: wrap;
  max-width:500px;
	}

#sankahouhou .inner-content > ul li {
	width:100%;
	margin-bottom:40px !important;
	}

#sankahouhou .inner-content > ul li:nth-child(4) {
	margin-bottom:0px !important;
	}

#sankahouhou .inner-content .step12{
	width:6%;
	display:block;
	position:absolute;
	top:24%;
	left:50%;
	transform:translate(-50%,-50%) rotate(90deg);
}

#sankahouhou .inner-content .step23{
	width:6%;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(90deg);
}


#sankahouhou .inner-content .step34{
	width:6%;
	display:block;
	position:absolute;
	top:76%;
	left:50%;
	transform:translate(-50%,-50%) rotate(90deg);
}
	
}






/*--------------------------
　テキスト写真2カラム
--------------------------*/

#text-photo .inner ul {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

#text-photo .inner ul li {
	width:46.5%;
	margin:0 0 45px;
	list-style:none;
	justify-content: space-between;
	position:relative;
	}



#text-photo .inner ul li::after {
content: "";
display: block;
clear: both;
}



#text-photo .inner ul li img {
	width:100%;
	margin:0 auto;
	}
	
#text-photo .inner ul li .text {
	width:100%;
	margin:0;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(-0%,-50%);
	font-size: 2rem;
	}


#text-photo .inner ul li .text h4 {
	color:#e6001c;
	font-size:2.4rem;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 0.5em 0;
	}




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

	#text-photo .inner ul{
	flex-direction:column;
	
	}

	#text-photo .inner ul li {
	width:100%;
	margin:0 0 45px;
	}

#text-photo .inner ul li .text {
	position:relative;
	top:0%;
	left:0;
	transform:translate(-0%,-0%);
	}
}
	



/*--------------------------
　FAQ
--------------------------*/



#faq {
	overflow:hidden;
	
}

#faq #accordion{
	display:block;
	margin:30px 0 0;
  position: relative;
	
}

#faq #accordion li{
	width:100%;
	margin-bottom:0;
	padding:1rem 0 1rem 4rem;
	display:block;
	border-bottom:1px solid #666;
	
}
#faq #accordion li > p{
	width:100%;
	background-color:#fff;
	cursor:pointer;
	display:block;
	font-weight:bold;
	font-size:1.8rem;
	padding:0.5em 4rem 0.5rem 1rem;
	border-radius:0.5rem;
	
}

#faq #accordion li > p:hover{
	background-color:#e6001c;
	color:#fff;
	transition: 0.5s ;
	
}


#faq #accordion li > p .ddown_btn{
	display:block;
	width:1.4rem;
	height:1.4rem;
	background-color:transparent;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	
	position:absolute;
	top:50%;
	right:1rem;
	transform:translate(-50%,-80%) rotate(45deg);
	transition: 0.5s ;
}

#faq #accordion li > p.open .ddown_btn{
	transform:translate(-50%,-30%) rotate(-135deg);
}

#faq #accordion li > p:hover .ddown_btn{
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}


#faq #accordion li .submenu{
	display:none;
	background-color:#fff;
	padding:2rem 1rem;
}

#faq #accordion li .submenu p{
	font-size:1.6rem;
}

#faq #accordion li .submenu img{
	display:block;
	width:100%;
}

#faq #accordion li .submenu p + img{
	margin-top:2rem;
}

#faq #accordion li .teams{
	margin-top:2rem;
	margin-bottom:2rem;
	display:flex;
	flex-direction: row;
	background-color:#00a29a;
}
#faq #accordion li .teams li{
	width:50%;
	padding:0;
	border:none;
}


#faq #accordion li .teams li:first-child{
	border-right:3px dotted #fff;
}

#faq #accordion li .teams li img{
	width:100%;
	margin:0;
	padding:0;
	display:block;
}

#faq #accordion li .teams + p {
	width:100%;
	margin:0;
	padding:0;
	display:flex;
	justify-content: space-between;
}

#faq #accordion li .teams + p a {
	width:45%;
	text-align:center;
}


@media screen and (max-width: 800px) {
#faq #accordion li .teams{
flex-direction:column;
}

#faq #accordion li .teams li{
	width:100%;
	padding:0;
}

#faq #accordion li .teams li:first-child{
	border-right:none;
	border-bottom:3px dotted #fff;
	
}

}


#faq #accordion li > p::before{
	content:"Q１";
	display:inline-block;
	color:#F00;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(-100%,-50%);
	
}


#faq #accordion li:nth-child(1) > p::before{content:"Q１";}
#faq #accordion li:nth-child(2) > p::before{content:"Q２";}
#faq #accordion li:nth-child(3) > p::before{content:"Q３";}
#faq #accordion li:nth-child(4) > p::before{content:"Q４";}
#faq #accordion li:nth-child(5) > p::before{content:"Q５";}
#faq #accordion li:nth-child(6) > p::before{content:"Q６";}
#faq #accordion li:nth-child(7) > p::before{content:"Q７";}
#faq #accordion li:nth-child(8) > p::before{content:"Q８";}
#faq #accordion li:nth-child(8) > p::before{content:"Q９";}
#faq #accordion li:nth-child(10) > p::before{content:"Q10";}

/*--------------------------
　LETsスタディ
--------------------------*/

#study {
	
}

.inner-content {
	width:95%;
	max-width:1500px;
	margin:0 auto;
	position:relative;
	z-index:1;
	/*background-color:rgba(0,255,255,0.3)*/
	}
	
.inner-content::after {
  content: "";
  display: block;
  clear: both;
}


.inner-content .speaker,
.inner-content .speaker2 {
	display:block;
	width:100%;
	max-width:1500px;
	margin:0 auto 50px;
	padding:3rem  1rem 5rem;
	border-bottom:1px solid #ccc;
	}

.inner-content .speaker h3,
.inner-content .speaker2 h3 {
	background-color:#e6001c;
	color:#fff;
	margin:0 0 1rem;
	padding:0.2em 0.5em;
	position:relative;
	top:0;
	left:0;
    transform: translate(-0%,-0%);
	text-align:left;
	display:inline-block;
	width:auto;
	font-size:200% !important;
	}


.inner-content .speaker ul {
	width:100%;
	margin:0 auto;
	display:block;
	}

.inner-content .speaker ul li {
	margin:0;
	list-style:none;
	}


	
.inner-content .speaker ul li img {
	width:25%;
	max-width:300px;
	float:left;
	margin:0 2em 1em 0;
	}

.inner-content .speaker ul li:after {
	content: "";
	display: block;
	clear: both;
	}


/*
@media screen and (max-width: 480px) {

.inner-content .speaker ul {
flex-direction:column;
}

.inner-content .speaker ul li img {
	margin-bottom:30px;
	}

.inner-content .speaker ul li:first-child {
	width:100%;
	}

.inner-content .speaker ul li:last-child {
	width:100%;
	}
	
}
*/

/*
.inner-content .speaker::after {
  content: "";
  display: block;
  clear: both;
}


.inner-content .speaker .prof {
	float:right;
	width: calc(100% - 300px);
	display:block;
	background-color:#F39;
	}
*/

.inner-content .speaker .title{
	color:#e6001c;
	font-weight:bold;
	text-align:left;
	margin-bottom:0.7em;
	}

.inner-content .speaker .name {
	font-size:160%;
	font-weight:bold;
	text-align:left;
	margin-bottom:0.7em;
}

.inner-content .speaker .degree{
	font-size:120%;
	text-align:left;
	margin-bottom:1.7em;
	}

.inner-content .speaker .degree span{
	font-weight:bold;
	}

.inner-content .speaker ul li > div{
	text-align:left;
	width:100%;
	}

.inner-content .speaker ul li > div{
	font-size:100%;
	height:auto;
	white-space:normal;
	}

.inner-content .speaker ul li > div p span{
	height:auto;
	white-space:normal;
	}
	

.inner-content .speaker img {
	width:100%;
	margin:0 auto;
	float:left;
	}

.inner-content .speaker ul li {
	border:none;
	}



/*
プログラム表
*/

table#program {
	width:100%;
	border:1px solid #666;
}


table#program th,
table#program td {
	border:1px solid #666;
	padding:1em 3em;
	font-size:1.8rem;
}


table#program td:first-child {
	text-align:center;
}


table#program th {
	background-color:#111;
	color:#fff;
}

.inner-content .speaker ul li > div p.btn{
	display:none;
}

@media screen and (max-width: 800px) {
	table#program th,
	table#program td {
	padding:1em 1em;
	font-size:1.4rem;
	}

.inner-content .speaker ul li > div p:first-child{
	position: relative;
	font-size:1.8rem;
	height:5rem;
	overflow: hidden;
    text-overflow: ellipsis;
	line-height:2.5rem;
	margin-bottom:0.5em;
	}

.inner-content .speaker ul li > div p:first-child::before {
	position:absolute;
	background-color: #fff;
	
	content: "･･･";
	display:inline-block;
	width:3.6rem;
    bottom: 0;
    right: 0;
	background-color: #fff;
}


.inner-content .speaker ul li > div p:first-child.open{
	width:100%;
	height:auto;
	white-space:normal;
	}

.inner-content .speaker ul li > div p.open:before {
	display:none;
}

.inner-content .speaker ul li > div p + p.btn{
	position:absolute;
	display:inline-block;
	background-color:#666;
	color:#fff;
	font-size:1.4rem;
	padding:0.3em 1em;
	right:0;
	
	}
.inner-content .speaker ul li > div p + p.btn span.off{
	display:inline;
	}
.inner-content .speaker ul li > div p + p.btn span.on{
	display:none;
	}

.inner-content .speaker ul li > div p.open + p.btn.open span.off{
	display:none;
	}
.inner-content .speaker ul li > div p.open + p.btn.open span.on{
	display:inline;
	}

}


@media screen and (max-width: 480px) {
	.inner-content .speaker ul li img {
	width:100%;
	float:left;
	margin:0 0 1em 0;
	}
}


/*--------------------------
　PR動画
--------------------------*/


	.youtube {
		display:block;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		padding-top: 69.25%;
		border:1px solid #ccc;
		}
	
	.youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
	
	 .youtube img {
		display:none;
		height:1px;
		width:1px;
	}




.inner-content ul h4 {
	margin-left:20px;
	line-height:1.6em;
	/*font-size:200%;*/
	}
	
	
	

a#anchor01,
a#anchor02,
a#anchor03,
a#anchor04,
a#anchor05 {
	position:absolute;
	top:-200px;
}





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

ul.btn-two {
		flex-direction: column;
		flex-wrap: wrap;
		max-width:520px;
		
	}
	
	
	ul.btn-two li {
		width:100%;
	}
	
	ul.btn-two li:first-child {
		margin-bottom:30px;
	}
}


@media screen and (max-width: 700px) {
	
	
#when img {
	position:relative;
	top:0px;
	right:0;
	margin:10px auto 0;
	display:block;
	
	}
}



@media screen and (max-width: 480px) {
	
	
#when img {
	position:relative;
	top:0px;
	right:50%;
	margin:10px auto 0;
	display:block;
	
	}
}


#wrap {
	width:100%;
}



small {
    font-size: 80%;
}

.en {
    font-family: aktiv-grotesk,sans-serif;
}



/*.inner::after {
  content: "";
  display: block;
  clear: both;
}*/

/*クリアフィックス*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	インフォメーション
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/
section#info {
}

section#info .inner p {
	font-size:	120%;
	line-height:1.8em;
	font-weight:bold;
}

section#info .inner p .anno {
	font-size:	80%;
	line-height:1.4em;
	padding-left:1em;
	text-indent:-1em;
	font-weight:300;
}


/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	理事長ご挨拶
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/
#greeting {
	}

#president {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom:2rem;
}

#president > div:nth-child(1),
#president > div:nth-child(2) {
	width:57%;
}
#president > div:last-child {
	width:37%;
}

#president > div img {
	width:100%;
}

#president > div p {
	font-size:120%;
	margin-top:1rem;
}


#president > div p.title {
	text-align:left;
	font-size:180%;
	margin:1rem 0 4rem;
}
#president > div p.degree {
	text-align:right;
}

#president > div p.degree span {
	display:inline-block;
	padding-left:1em;
}

#president > div p.name {
	text-align:right;
	font-weight:bold;
	font-size:160%;
	margin:1rem 0;
}

@media (max-width: 1023px){
	#president {
	flex-direction: column;
	}
	#president > div:nth-child(1),
	#president > div:nth-child(2),
	#president > div:last-child {
	width:100%;
	}
	
	#president > div:first-child {
		margin-bottom:1rem;
	}

}


/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	PDご挨拶
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/
#greeting-pd {
	}

#p-director {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom:2rem;
}

#p-director > div:first-child {
	width:calc(100% - 35rem);
	font-size:110%;
	line-height:2em;
}

#p-director > div:last-child {
	width:30rem;
	display:flex;
	flex-direction: column;
}

#p-director > div:last-child .post {
	width:100%;
}


#p-director > div img {
	width:100%;
}

#p-director > div p {
	font-size:120%;
	margin-top:1rem;
}


#p-director > div p.title {
	text-align:left;
	font-size:180%;
	margin:1rem 0 4rem;
}
#p-director > div p.degree {
	text-align:right;
}

#p-director > div p.degree span {
	display:inline-block;
	padding-left:1em;
}

#p-director > div p.name {
	text-align:right;
	font-weight:bold;
	font-size:160%;
	margin:1rem 0;
}

@media (max-width: 1023px){
	#p-director {
	flex-direction: column;
	}
	#p-director > div:first-child{
	width:100%;
	margin-bottom:2rem;
	}
	
	#p-director > div:last-child {
		width:100%;
		flex-direction: row-reverse;
		justify-content: space-between;
		justify-content: flex-start;
	}
	
	#p-director > div:last-child div:first-child {
		width:30%;
		padding-left:3rem;
	}
	
	#p-director > div:last-child .post {
		width:70%;
	}

}

@media screen and (max-width: 320px) {
	
	#p-director > div:last-child {
		width:100%;
		flex-direction: column;
		justify-content: space-between;
	}
	
	#p-director > div:last-child div:first-child {
		width:100%;
		padding:0;
	}
	
	
	#p-director > div:last-child .post {
		width:100%;
	}
	
}


/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	開催概要
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/
section#outline {
	/*background-color:#eaf2f7;*/
}



section#outline table,
section#outline table th,
section#outline table td{
	border:none;
	background-color:transparent;
	text-align:left;
}

section#outline table{
	display:inline-block;
	width:auto;
	margin:0 auto;
}

#base_glay {
	width:100%;
	/*max-width:1136px;*/
	margin:0 auto;
	padding: 0;
	position:relative !important;
	text-align:center;
}

#base_glay h2 {
	width:100%;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	
    transform: translate(-0%,-50%);
	text-align:center;
	}

#base_glay h2::after{
	display:none;
	}

#base_glay h2 p{
	font-size:120%;
	font-weight:bold;
	display:inline-block;
	/*max-width:1136px;*/
	margin:0 auto;
	padding:0.3em 1.5em;
	color:#fff;
	text-align:center;
	background-color:#e6001c;
	line-height:1em;
	border-radius:2em;
}

#base_glay table {
	margin:0 0%;
}



/*
#base_glay table .sp {
	display:none;
}
*/
#base_glay table th,
#base_glay table td {
	margin:0;
	padding:1em 1em;
	font-size:120%;
}


#base_glay table th {
	white-space:nowrap;
	letter-spacing:0.3em;
	text-align:center;
	vertical-align:middle;
}

#base_glay table.en th  {
	white-space:normal;
	letter-spacing:0;
	word-break: keep-all;
	white-space:nowrap;
}

#base_glay table td p{
	margin-bottom:0.5em;
	
}
#base_glay table td p:last-child{
	margin-bottom:0;
	
}

/*段落ち処理*/

#base_glay table.ja td p.date1{
	display:block;
	padding-left:7em;
}
#base_glay table.ja td p.date2{
	display:block;
	padding-left:10em;
}
#base_glay table.ja td p.date3{
	display:block;
	padding-left:8em;
}
#base_glay table.ja td p.venue,
#base_glay table.ja td p.web{
	display:block;
	padding-left:5em;
	
}

#base_glay table.en td p.date1{
	display:block;
	padding-left:13em;
}
#base_glay table.en td p.date2{
	display:block;
	padding-left:13em;
}
#base_glay table.en td p.date3{
	display:block;
	padding-left:10.5em;
}
#base_glay table.en td p.venue,
#base_glay table.en td p.web{
	display:block;
	padding-left:5em;
	
}


#base_glay table td p.date1::before,
#base_glay table td p.date2::before,
#base_glay table td p.date3::before,
#base_glay table td p.venue::before,
#base_glay table td p.web::before{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	transform: translate(-0%,-0%);
	
}

#base_glay table.ja td p.date1::before{
	content:"【成果報告会】";
}
#base_glay table.ja td p.date2::before{
	content:"【オンデマンド配信】";
}
#base_glay table.ja td p.date3::before{
	content:"【ポスター配信】";
}
#base_glay table.ja td p.venue::before{
	content:"【会　場】";
}
#base_glay table.ja td p.web::before{
	content:"【ウェブ】";
}

#base_glay table.en td p.date1::before{
	content:"【Outcomes Conference】";
}
#base_glay table.en td p.date2::before{
	content:"【On demand streaming】";
}
#base_glay table.en td p.date3::before{
	content:"【Poster streaming】";
}
#base_glay table.en td p.venue::before{
	content:"【Onsite】";
}
#base_glay table.en td p.web::before{
	content:"【Online】";
}

#base_glay table td.small {
	/*font-size:2rem;*/
}

#base_glay table td span {
	display:inline-block;
}

#base_glay table p.annotation {
	margin:0.5em 0 0 1em;
	font-size:80%;
	display:inline-block;
}

#base_glay table p.annotation::before {
	content: "※";
	padding-right: 5px;
	color: red;
	position:absolute;
	left:-0.7em;
}




#base_glay img{
	width:100%;
}


#base_glay + p {
	font-size:1.4rem;
	margin-top:1rem;
}

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

#base_glay table th,
#base_glay table td {
	display:block;
	width:100%;
}

#base_glay table th {
	font-size:160%;
	padding:0;
}


#base_glay table td {
	border-top:none;
	margin-bottom:3rem;
}


#base_glay table th,
#base_glay table td {
	text-align:center !important;
}

#base_glay table th p,
#base_glay table td p{
	display:inline-block;
	text-align:left;
}

}



/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	プログラム
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/
#program {}

#program .programlist{
	text-align:center;
	}

#program .programlist #hyou{
	display:flex;
	justify-content: space-between;
	width:100%;
	margin:7rem 0 2rem;
	}


#program .programlist #hyou > div{
	width:48%;
	display:block;
	}
#program .programlist #hyou > div .tab{
	width:80%;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%,-140%);
	line-height:1em;
	border-radius:100px;
	}

#program .programlist #hyou > div.day1 .tab{
	background-color:#9b5aa0;
	}

#program .programlist #hyou > div.day2 .tab{
	background-color:#c43c81;
	}

#program .programlist #hyou > div .tab img{
	display:block;
	width:100%;
	}

@media screen and (max-width: 430px) {
	
	#program .programlist #hyou{
	flex-direction: column;
	}
	#program .programlist #hyou > div{
	width:100%;
	}
	#program .programlist #hyou > div:first-child{
		margin-bottom:10rem;
	}
	
}



	
#program .programlist #hyou .day1 h3,
#program .programlist #hyou .day2 h3{
	padding:1rem 1rem 1rem;
	font-size:120%;
	line-height:1.2em;
	margin-bottom:1em;
	}
#program .programlist #hyou .day1 h3{
	color:#9c5aa1;
	}
#program .programlist #hyou .day2 h3{
	color:#a40b5d;
	}

#program .programlist #hyou .day1 h3 span,
#program .programlist #hyou .day2 h3 span{
	display:inline-block;
	color:#4d4d4d;
	}	
#program .programlist #hyou .day1 h3 span.mini,
#program .programlist #hyou .day2 h3 span.mini{
	display:inline-block;
	font-size:70%;
	margin-left:1em;
	color:#4d4d4d;
	}
	
#program .programlist #hyou .day1 p.subtitle,
#program .programlist #hyou .day2 p.subtitle{
	font-size:100%;
	display:inline-block;
	font-weight:bold;
	margin:1em 0.5em 0.5em;
	}
	
#program .programlist #hyou table{
	width:100%;
	height:100%;
	text-align:left;
	margin:0;
	}

#program .programlist #hyou table th{
	white-space:nowrap;
	text-align:center;
	font-size:100%;
	vertical-align:top;
	background-color:#dcc5de;
	border:2px solid #231815;
	border-left:none;
	border-right:none;
	}
#program .programlist #hyou table td{
	border:2px solid #231815;
	border-left:none;
	border-right:none;
	padding:0;
	}

#program .programlist #hyou table th h3{
	margin-bottom:0.5em;
	font-weight:bold;
	}
#program .programlist #hyou div table tr td .time{
	text-align:center;
	padding:0.3em 1em;
	display:none;
	font-weight:bold;
	}

#program .programlist #hyou .day1 table tr td span.color{
	color:#9c5aa1;
	}
#program .programlist #hyou .day2 table tr td span.color{
	color:#a40b5d;
	}


/*奇数*/
#program .programlist #hyou .day1 table tr:nth-child(odd) th,
#program .programlist #hyou .day1 table tr:nth-child(odd) td .time{
	background-color:#caadd1;
	}

#program .programlist #hyou .day1 table tr:nth-child(odd) td{
	background-color:#fff;
	}

#program .programlist #hyou .day2 table tr:nth-child(odd) th,
#program .programlist #hyou .day2 table tr:nth-child(odd) td .time{
	background-color:#ca889e;
	}

#program .programlist #hyou .day2 table tr:nth-child(odd) td{
	background-color:#fff;
	}
		
/*偶数*/
#program .programlist #hyou .day1 table tr:nth-child(even) th,
#program .programlist #hyou .day1 table tr:nth-child(even) td .time{
	background-color:#dac6e0;
	}
#program .programlist #hyou .day1 table tr:nth-child(even) td{
	background-color:#fff;
	}
	
#program .programlist #hyou .day2 table tr:nth-child(even) th,
#program .programlist #hyou .day2 table tr:nth-child(even) td .time{
	background-color:#dbb2bf;
	}
#program .programlist #hyou .day2 table tr:nth-child(even) td{
	background-color:#fff;
	}

/*1行高さ固定*/
#program .programlist #hyou .day1 table td.row1,
#program .programlist #hyou .day2 table td.row1{
	height:3rem;
	}


#program .programlist #hyou table table{
	width:100%;
	height:auto;
	display:block;
	border:none;
	margin:0;
	border:none;
	}

#program .programlist #hyou table table tr{
	
	}
	
#program .programlist #hyou table table th,
#program .programlist #hyou table table td{
	border:none;
	padding:0 1rem;
	/*font-weight:normal;*/
	padding-bottom:1rem;
	font-size:100%;
	background-color:transparent !important;
	vertical-align:top;
	}
	
/*
#program .programlist #hyou table table tr:last-child th,
#program .programlist #hyou table table tr:last-child td{
	padding-bottom:0;
	}
*/
	
#program .programlist #hyou table table th{
	white-space:nowrap;
	text-align:left;
	width:0;/*間延びを防ぐため*/
	}
#program .programlist #hyou table table th p{
	position:relative;
	display:block;
	padding-left:0.7em;
	/*font-weight:bold;*/
	}
	
#program .programlist #hyou table table th p:before{
	content:"";
	display:block;
	width:0.5em;
	height:0.5em;
	background-color:#9C5AA1;
	position:absolute;
	top:50%;
	left:0;
	font-weight:300;
	transform: translate(-0%,-50%);
	}

#program .programlist #hyou .day1 table table th p:before{
	background-color:#9C5AA1;
	}
#program .programlist #hyou .day2 table table th p:before{
	background-color:#a40b5d;
	}

#program .programlist #hyou table table td.title{
	font-weight:bold;
	padding-top:1rem;
	padding-bottom: 0.5rem;
	font-size:100%;
	}

#program .programlist #hyou .day1 table table td.title{
	color:#9c5aa1;
	}

#program .programlist #hyou .day2 table table td.title{
	color:#036eb8;
	}
	
/*
#program .programlist table td ul{
	display:block;
	margin:1rem 0;
	}

#program .programlist table td ul li{
	margin-bottom:1rem;
	list-style:none;
	}

#program .programlist table td ul li:last-child{
	margin-bottom:0;
	}
*/

#program .programlist #hyou table + p{
	text-align:left;
	}


@media screen and (max-width: 768px) {
	
	#program .programlist #hyou table th,
	#program .programlist #hyou table td{
		/*display:block;*/
	}
	#program .programlist #hyou table th{
		display:none
	}
	
	
	#program .programlist #hyou table table th{
		display:table-cell;
	}
	
	#program .programlist #hyou div table tr td{
		
	}
	
	#program .programlist #hyou div table tr td .time{
		display:block;
	}
	
}

@media screen and (max-width: 480px) {
	
	#program .programlist #hyou table table th,
	#program .programlist #hyou table table td{
	display:block;
	width:100%;
		
	}
	
}
/*
@media screen and (max-width: 374px) {
	
	#program .programlist #hyou table table th,
	#program .programlist #hyou table table td{
		display:table-cell;
		
	}
	
}
*/

/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	参加登録
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/


#registration .inner {
	width:100%;
	
}

#registration .inner #btn {
    width: 32%;
    max-width: 635px;
    min-width: 300px;
    display: block;
    position: relative;
    margin: 0 auto;
}

#registration .inner #btn a{
	position:relative;
	display:block;
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
}

#registration .inner #btn a:hover{
	top:-2px;
	box-shadow: 0px 8px 6px 2px rgba(0, 0, 0, 0.2);
}

#registration .inner #btn p {
    margin: 1em auto;
}


#registration .inner #btn img{
		width:100%;
	}


/*offの場合*/

#registration .inner #btn.off a{
	background-color:#fff;
	pointer-events:none;
}
#registration .inner #btn.off a img{
	filter: grayscale(100%);
	opacity:0.7;
}


/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	広告ポスターダウンロード
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/

#download {
}


#download ul {
	display:flex;
	justify-content: center;
}

#download ul li {
	list-style:none;
	position:relative;
}

#download ul li:first-child {
	width:40%;
}
#download ul li:last-child {
	width:40%;
}


#download ul li img {
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto;
}

#download ul li p {
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
    transform: translate(-0%,-50%);
}

#download ul li p a {
	display:inline-block;
	padding:1em 1em 1em 3.5em;
	color:#fff;
	background-color:#F66;
	border-radius:0.5em;
	text-decoration:none;
	font-size:140%;
	font-weight:bold;
}

#download ul li p a::before{
	content:"";
	display:inline-block;
	height:2em;
	width:2em;
	background-image:url(../img/dl_pdf.svg);
	background-size:100% 100%;
	position:absolute;
	top:50%;
	left:0;
    transform: translate(1em,-50%);
}


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

#download ul {
	flex-direction: column;
}


#download ul li:first-child,
#download ul li:last-child {
	width:100%;
}
#download ul li:last-child {
	padding-top:3rem;
}


#download ul li p {
	position:relative;
	top:0;
    transform: translate(-0%,-00%);
}

}


/*-------------------------
抄録集ダウンロード
-------------------------*/



#syoroku .inner #btn{
	width:100%;
	max-width:700px;
	min-width:260px;
	display:block;
	position:relative;
	margin:0 auto;
}

#syoroku .inner #btn ul{
	position:relative;
	display:flex;
	justify-content: space-between;
	margin-bottom:2rem;
}

#syoroku .inner #btn ul li{
	/*width:49%;*/
	position:relative;
	display:block;
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
	background: linear-gradient(97deg, #86bde7, #bd9cc7 90%);
	padding:0.5em;
	border-radius:300px;
}

#syoroku .inner #btn ul li a{
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:1rem 5rem;
	background-color:#1e2d58;
	border-radius:300px;
	text-align:center;
	color:#fff;
	font-size:160%;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	position:relative;
}


section#syoroku {
}

#syoroku ul {
	list-style:none;
	display:flex;
	justify-content: space-between;
}

#syoroku ul li:first-child {
	width:38%;
	display:table;
}

#syoroku ul li:last-child {
	width:58%;
	display:table;
}

#syoroku ul li:first-child > div > div {
	display:block;
	background-color:#ffcc00;
	border-radius:2rem;
	max-width:400px;
	margin:0 auto;
	position:relative;
}

#syoroku ul li:first-child img{
	display:block;
	width:100%;
}

#syoroku ul li:first-child p{
	position:absolute;
	bottom:0;
	right:0;
	width:13%;
	transform: translate(-20%, 0%) rotate(20deg);
}

#syoroku ul li div {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#syoroku ul li:last-child #btn ul{
	margin:0;
}

#syoroku ul li:last-child #btn ul li{
	width:100%;
}



@media screen and (max-width: 800px) {
	
	#syoroku ul {
	flex-direction: column;
	}
	
	#syoroku ul li:first-child,
	#syoroku ul li:last-child {
		width:100%;
	}
	
	#syoroku ul li:first-child{
		margin-bottom:4rem;
	}
}




/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	事業紹介
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/

#about {
}


#about ul.list {
	display:block;
	margin:1rem 0;
	padding:2em 2em 2em 3em;
	border:1px solid #ccc;
}

#about ul.list li {
	position:relative;
	width:100%;
	margin-bottom:1rem;
	list-style:decimal;
}

#about ul.list li:last-child {
	margin-bottom:0;
}


#about img {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	display:block;
}




/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	ポスターダウンロード
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/
#poster .inner #btn{
	width:100%;
	max-width:700px;
	min-width:260px;
	display:block;
	position:relative;
	margin:0 auto;
}

#poster .inner #btn ul{
	position:relative;
	display:flex;
	justify-content: center;
	margin-bottom:2rem;
}

#poster .inner #btn ul li{
	/*width:49%;*/
	position:relative;
	display:block;
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
	background: linear-gradient(97deg, #86bde7, #bd9cc7 90%);
	padding:0.5em;
	border-radius:300px;
}

#poster .inner #btn ul li a{
	width:100%;
	display:block;
	margin:0;
	padding:1rem 5rem;
	background-color:#1e2d58;
	border-radius:300px;
	text-align:center;
	color:#fff;
	font-size:160%;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
}



/*
#about ul.dl {
	display:flex;
	justify-content: center;
}

#about ul.dl li {
	list-style:none;
	position:relative;
}

#about ul.dl li:first-child {
	width:40%;
}
#about ul.dl li:last-child {
	width:40%;
}


#about ul.dl li img {
	display:block;
	width:100%;
	max-width:400px;
	margin:0 auto;
}

#about ul.dl li p {
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
    transform: translate(-0%,-50%);
}

#about ul.dl li p a {
	display:inline-block;
	padding:1em 1em 1em 3.5em;
	color:#fff;
	background-color:#F66;
	border-radius:0.5em;
	text-decoration:none;
	font-size:140%;
	font-weight:bold;
}

#about ul.dl li p a::before{
	content:"";
	display:inline-block;
	height:2em;
	width:2em;
	background-image:url(../img/dl_pdf.svg);
	background-size:100% 100%;
	position:absolute;
	top:50%;
	left:0;
    transform: translate(1em,-50%);
}


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

#about ul.dl {
	flex-direction: column;
}


#about ul.dl li:first-child,
#about ul.dl li:last-child {
	width:100%;
}
#about ul.dl li:last-child {
	padding-top:3rem;
}


#about ul.dl li p {
	position:relative;
	top:0;
    transform: translate(-0%,-00%);
}

}
*/





footer {
	width:100%;
	min-width:320px;
	background-color:#eeeeef;
}

footer .inner {
	/*max-width: 876px;*/
	/*background-color:#C30;*/
	/*color:#fff;*/
	margin:0 auto;
	padding:15px 30px;
	text-align:center;
}

footer .inner table{
	display:inline-block;
	margin:0 auto;
	width:auto;
}

footer .inner table th,
footer .inner table td{
	background-color:transparent;
	border:none;
	padding:0 1em;
	vertical-align:middle;
}

footer .inner table th{
	text-align:right;
}
footer .inner table td{
	text-align:left;
}


@media screen and (max-width: 800px) {
	footer .inner table th,
	footer .inner table td{
		display:block;
	}
	footer .inner table th{
		text-align:center;
		margin-bottom:0.5em;
	}
}

footer .inner table th p{
	display:inline-block;
	background-color:#004097;
	padding:0.3em 1em;
	color:#fff;
	text-align:left;
}

#footer-bottom {
	padding:0.5em 0;
	background-color:#000e35;
	text-align:center;
	color:#ccc;
	font-size:80%;
}

#footer-bottom .inner {
	display:inline-block;
	/*max-width: 876px;*/
	padding:0.5em 30px;
	font-size:80%;
}


footer .inner .title {
	font-size:120%;
	margin:0;
	text-align:center;
}

footer .inner .title + p {
	text-align:center;
}

footer .logo {
    width: 150px;
    margin: 0 auto 20px;
}

footer .copyrights {
	margin-top:0.5rem;
	line-height:1.4em;
	color:#fff;
	font-size:1.2rem;
	font-family:Arial, Helvetica, sans-serif;
}

footer a{
	color:inherit;
}

footer a span{
	display:inline-block;
}

#page-top {
    width: 60px;
    height: 50px;
	margin:0;
	position:absolute;
	top:-50px;
	right:20px;
	display:block;
	overflow:hidden;
}

#page-top a {
	width:100%;
	height:50px;
    display: block;
    text-decoration: none;
    color: #fff;
	background-color:#000;
	text-align:center;
	margin-top:10px;
	padding:10px;
	border-radius:10px 10px 0 0;
	transition: all 0.3s ease;
	font-size:90%;
}

#page-top a:hover {
	margin-top:0px;
}



/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
	イベント終了メッセージ
-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-*/

#closing {
	background-color:#1e2d58;
	background-color:#eeeeef;
	text-align:center;
}

#closing .msg{
	display:inline-block;
	border:2px solid #ccc;
	background-color:#fff;
	padding:1em 2em;
	font-size:160%;
	font-weight:bold;
	border-radius:1em;
	line-height:1.8em;
}