﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Taviraj');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Poppins:wght@300;400&display=swap');

* {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

/* html,
body {
	height: 100%;
} */


body {
	font-size: 17px;
	font-family: 'Gentium Book Basic', serif;
	margin: 0;
	width: 100%;
	color: #000;
	background: #FFF;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp {
	display: none;
}

/*----------------------------------------


 link
 
 
----------------------------------------*/
a {
	/* color: #4459c5; */
	color: #633981;
	text-decoration: none;
	transition: all 0.3s;
}

h1 a {
	color: #fff;
}


a:hover {
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

nav a:hover {
	opacity: 1;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

a.link {
	background: url(../../images/linkBtn.png) right center no-repeat;
	background-size: 30px;
	padding: 2px 40px 1px 0;
}

a.link_purple {
	/* color: #4459c5; */
	color: #633981;
	font-weight: 600;
	background: url(../../images/linkBtn_purple.png) right center no-repeat;
	background-size: 30px;
	padding: 0 40px 0 0;
}


#wrapper {
	background: #fff url(../../images/head_bg01.jpg) center -60px no-repeat;
	background-size: 100%;
	background-position: center top;
	width: 100%;
	margin: 0;
	padding: 0;
}

img {
	text-decoration: none;
	border: none;
	vertical-align: top;
	width: 100%;
}


/*----------------------------------------


 header
 
 
----------------------------------------*/
header {
	position: relative;
	height: 350px;
	width: 100%;
	margin: 0 auto;
}

header h1 a {
	/* width: 685px; */
	width: 530px;
	padding: 20px 0 0 40px;
	display: block;
	transition: all 0.3s;
}
header h1 a:hover{
	opacity: 0.8;
	transition: all 0.3s;
}

/*----------------------------------------


 nav
 
 
----------------------------------------*/
.side {
	width: 200px;
	background: #f9f9f9;

	background: #e0e6e2;
}
nav {
	width: 200px;
	margin: 0;
	padding: 10px 0;
}

nav ul:not(.bnr_area) {
	background: #f1f1f1;

	background: #e0e6e2;
	width: 100%;
	margin: 0;
	font-size: 16px;
	padding: 30px 0 0 0;
}

/* nav ul li {} */

nav ul:not(.bnr_area) li a,
nav ul:not(.bnr_area) li.noLink {
	display: block;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #e0e6e2;
	border-bottom: 1px #fff solid;
	color: #000;
	overflow: hidden;
	padding: 12px 5px 12px 10px;
}

nav ul li a:hover {
	color: #fff;
}

nav ul li a::before,
nav ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

nav ul li a,
nav ul li a::before,
nav ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

nav ul li a::after {
	left: -100%;
	width: 100%;
	height: 100%;
}

nav ul:not(.bnr_area) li a:hover::after,
nav ul:not(.bnr_area) li.active a {
	top: 0;
	left: 0;
	color: #fff !important;
	/* background-color: #172a88; */

	background-color: #633981;
}

ul.bnr_area li,
ul.bnr_area {
	text-align: center;
	margin: 40px 0;
}

ul.bnr_area li .bnr_title {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0;
}

ul.bnr_area li a {
	display: block;
	padding-bottom: 15px;
}

/*----------------------------------------


 article
 
 
----------------------------------------*/
.contents {
	position: relative;
	display: flex;
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}
.contents .photo {
	position: absolute;
	z-index: 5;
	top: -80px;
	left: -60px;
	text-align: center;
	width: 1140px;
}
article {
	width: 800px;
	margin: 0 auto;
	padding: 0 25px 150px;
	box-sizing: border-box;
}

section {
	margin: 0 auto;
	padding: 70px 20px 0;
}
article p {
	margin: 0;
	/* padding: 0 0 15px 1em; */
	padding: 0 1em 15px;
}

article p.justify {
	text-align: justify;
}

article h2 {
	font-size: 34px;
	color: #000;
	font-weight: 600;
	text-align: center;
	line-height: 34px;
	padding: 50px 0 0;
}

article h2 span:before {
	content: '';
	display: block;
	margin: 1em auto;
	width: 30px;
	height: 3px;
	background-color: #cf4b31;
}

article h2 span {
	font-size: 20px;
	color: #333;
}

section h3 {
	padding: 0 0 16px;
	font-size: 22px;
	font-weight: 600;
}

section h3 span {
	padding: 0 3px 0;
	/* background: linear-gradient(to bottom, #fff 75%, rgba(255, 255, 255, 0.2) 25%), linear-gradient(to right, rgba(22, 53, 165, 0.95), rgba(22, 53, 165, 0.8)); */
	background: linear-gradient(to bottom, #fff 75%, rgba(255, 255, 255, 0.2) 25%), linear-gradient(to right, rgba(99, 57, 129, 0.95), rgba(99, 57, 129, 0.8));
	background-color: #633981;
	margin: 0 1px;
}

section h3:before {
	content: "─";
	letter-spacing: -0.02em;
}

section .map {
	text-align: center;
}

section dl.detailDate {
	display: table;
	padding: 0 0 10px;
}

section dl.detailDate+.detailDate {
	display: table;
	padding: 0 0 30px;
}

section dl.detailDate dt {
	display: table-cell;
	background: #1a1a1a;
	border-radius: 3px;
	width: 108px;
	font-size: 18px;
	margin: 5px 0;
	text-align: center;
	color: #FFF;
	padding: 2px 0 5px 0;
	font-weight: normal;
	vertical-align: middle;
}

section dl.detailDate dd {
	display: table-cell;
	font-size: 20px;
	margin: 5px 0;
	padding: 2px 10px;
}

section dl.detailDate dd span {
	font-size: 28px;
}

section .box {
	border: solid 12px #eeeded;
	margin: 0;
	padding: 20px;
	width: 100%;
}

section .box2 {
	border: solid 10px #eeeded;
	margin: 0;
	padding: 10px;
	width: 100%;
	font-size: 15px;
}

section table,
section table.t01 {
	white-space: 900px;
	width: 100%;
}

section table,
section table.tve {
	white-space: 1000px;
	width: 100%;
}

section table th,
section table td {
	padding: 8px 0;
	text-align: left;
	font-weight: normal;
}

/* t01  bottomのみラインあり */
section table.t01 th,
section table.t01 td {
	border-bottom: solid 1px #CCC;
}

/* t02 ラインあり・タイトル色ありの表組 */
section table.t02{
	white-space:900px;
	width:100%;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
}

section table.t02 th{
	padding:8px 0;
	text-align:center;
	font-weight:normal;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	background:#efefef;
	vertical-align: middle;
}

section table.t02 td {
	padding:8px 0;
	text-align:center;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	/* font-weight:bold; */
	vertical-align: middle;
}

section table.t02 td span{
	padding:8px 0;
	font-size:14px;
	font-weight:normal;
}

section table.t02 tr > td:first-child {
	padding:8px 0 8px 10px;
	text-align:left;
	font-weight:normal;
}

/* home_Schedule */
section.home_Schedule table.t02 tr td {
	font-weight:normal;
	font-size: 17px;
}
section.home_Schedule table.t02 tr > td:first-child {
	padding: 8px 0;
	text-align: center;
}

section .listPh {
	display: table;
	width: 100%;
}

section .listPh dt,
section .listPh dd {
	display: table-cell;
	vertical-align: middle;
}

section .listPh dt {
	width: 85%;
}

section .listPh dd {
	width: 15%;
	text-align: center;
	height: 57px;
}

section .listDisc {
	width: 100%;
	padding: 0 0 20px;
}

section .listDisc li {
	list-style: outside disc;
	margin: 0 0 10px 15px;
	line-height: 20px;
}

section .linkArea {
	margin: 0 0 20px;
}

section .linkBox {
	background: #f7f7f7;
	padding: 10px 30px;
}

section .linkBox.yellow {
	background: #ffd500;
	padding: 10px 30px;
}

.venue {
	position: relative;
}

.venue .ph {
	float: right;
	padding: 0 0 40px 30px;
}


/* text-indent */
section ul{
	padding: 0 0 0 1em;
}
section ul li{
	text-indent: -1em;
  	padding: 0 0 0 1em;
}
.ttl_bar_navy{
	width: 3px;
}

/* link_btn yellow */
.green_btn{
	background: #5dab77 url(../../images/linkBtn_w.png) right 30px center no-repeat;
	background-size: 30px;
	color: #fff;
	font-weight: 600;
	padding: 10px 70px 10px 30px;
	transition: all 0.3s;
	display: inline-block;
}
.green_btn_home{
	padding: 20px 0 0;
	transition: all 0.3s;
}


#mapArea {
	width: 100%;
	height: 500px;
	margin: 20px 0;
}

/*-----------------

CJUMP2026

------------------*/
/* home */
.home_topix_inner ul{
	width: 50%;
	float: left;
}


/*-----------------

ICPE2026

------------------*/
.venue_map_area{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.venue_map_area p{
	width: 50%;
}
/* accommodation */
.accommo_map{
	width: 100%;
}

/*----------------------------------------


 footer
 
 
----------------------------------------*/
footer {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	/* background: #172a88; */
	background: #633981;
}

footer address {
	color: #FFF;
	font-style: normal;
	font-size: 11px;
}


/*---------------------------------------



-----------------------------------------*/
.txtLine {
	text-decoration: underline;
}

.blue {
	color: #00559e;
}
.red {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}
.pt30{
	padding-top: 30px;
}
.t15 {
	font-size: 15px;
}
.t16 {
	font-size: 16px;
}
.t18 {
	font-size: 18px;
}
.t20 {
	font-size: 20px;
}
.t22 {
	font-size: 22px !important;
}
.t24 {
	font-size: 24px !important;
}
.t_center{
	text-align: center;
}
.tve01 {
	white-space: 500px;
	width: 60%;
}
.p-medium {
	font-size: medium;
}
.line-height30{
	line-height: 30px;
}
