@charset "UTF-8";

/* -----------------------------------------------------------
	localnavi
----------------------------------------------------------- */
.shiyanoshima .side_wrap .local_nav ul li.shiyanoshima a {
	color: #fff;
	background: #0A55B0;
}
.classification .side_wrap .local_nav ul li.classification a {
	color: #fff;
	background: #0A55B0;
}
.ips2018 .side_wrap .local_nav ul li.ips2018 a {
	color: #fff;
	background: #0A55B0;
}
.ips2008 .side_wrap .local_nav ul li.ips2008 a {
	color: #fff;
	background: #0A55B0;
}
.chronology .side_wrap .local_nav ul li.chronology a {
	color: #fff;
	background: #0A55B0;
}
.organization .side_wrap .local_nav ul li.organization a {
	color: #fff;
	background: #0A55B0;
}
.meeting .side_wrap .local_nav ul li.meeting a {
	color: #fff;
	background: #0A55B0;
}


/* -----------------------------------------------------------
	shiyanoshima_wrap
----------------------------------------------------------- */
.shiyanoshima_wrap .bg {
	background: url("../img/shiyanoshima_bk.jpg");
	background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
	padding: 0 80px 60px;
}
.shiyanoshima_wrap .pic {
	max-width: 462px;
	margin: 0 auto 50px;
	padding: 4px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.shiyanoshima_wrap .ttl {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px, rgba(255, 255, 255, 1) -1px 1px 0px, rgba(255, 255, 255, 1) 1px -1px 0px, rgba(255, 255, 255, 1) -1px -1px 0px;
}
.shiyanoshima_wrap .text {
	line-height: 2;
	margin-bottom: 60px;
	color: #000;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px, rgba(255, 255, 255, 1) -1px 1px 0px, rgba(255, 255, 255, 1) 1px -1px 0px, rgba(255, 255, 255, 1) -1px -1px 0px;
}
.shiyanoshima_wrap .artisttext {
	line-height: 1.6;
	font-size: 14px;
	margin-top: 30px;
}
.shiyanoshima_wrap .dl_list {
	max-width: 600px;
	margin: 0 auto;
}
.shiyanoshima_wrap .dl_list li {
	width: 45%;
	float: left;
	margin: 0 2.5%;
}
.shiyanoshima_wrap .dl_list li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 8px 0;
	background: #0A55B0;
	border-radius: 100px;
}
.shiyanoshima_wrap .dl_list li a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
.shiyanoshima_wrap .bg {
	padding: 0 16px 60px;
}
.shiyanoshima_wrap .pic {
	margin-bottom: 30px;
}
.shiyanoshima_wrap .ttl {
	font-size: 18px;
}
.shiyanoshima_wrap .text {
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.shiyanoshima_wrap .artisttext {
	font-size: 13px;
}
.shiyanoshima_wrap .dl_list li a {
	font-size: 14px;
}
}


/* -----------------------------------------------------------
	ips2018_wrap
----------------------------------------------------------- */
.ips2018_wrap .bg {
	background: url("../img/ips2018_bg.jpg");
	background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
	padding: 70px 20px 70px;
}
.ips2018_wrap .ttl {
	max-width: 528px;
	margin: 0 auto 40px;
}
.ips2018_wrap .text {
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px, rgba(255, 255, 255, 1) -1px 1px 0px, rgba(255, 255, 255, 1) 1px -1px 0px, rgba(255, 255, 255, 1) -1px -1px 0px;
}
.ips2018_wrap .link_list {
	max-width: 700px;
	margin: 0 auto;
}
.ips2018_wrap .link_list li {
	width: 32%;
	float:left;
	margin-left: 2%;
	margin-bottom: 20px;
}
.ips2018_wrap .link_list li a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px, rgba(255, 255, 255, 1) -1px 1px 0px, rgba(255, 255, 255, 1) 1px -1px 0px, rgba(255, 255, 255, 1) -1px -1px 0px;
}
.ips2018_wrap .link_list li img {
	max-width: 90px;
	margin-bottom: 5px;
}
.ips2018_wrap .link_list li a span {
	display: inline-block;
}
.ips2018_wrap .link_list li:nth-child(3n + 1) {
	margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
.ips2018_wrap .bg {
	padding: 30px 20px 30px;
}
.ips2018_wrap .ttl {
	margin-bottom: 20px;
}
.ips2018_wrap .text {
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.ips2018_wrap .link_list li {
	width: 48%;
	margin-left: 4%;
}
.ips2018_wrap .link_list li:nth-child(3n + 1) {
	margin-left: 4%;
}
.ips2018_wrap .link_list li:nth-child(2n + 1) {
	margin-left: 0;
}
}

/* -----------------------------------------------------------
	ips2008_wrap
----------------------------------------------------------- */
.ips2008_wrap .bg {
	background: url("../img/ips2008_bg.jpg");
	background-repeat: no-repeat;
    background-position: right top;
	background-size: cover;
	padding: 70px 20px 70px;
}
.ips2008_wrap .ttl {
	max-width: 528px;
	margin: 0 auto 40px;
}
.ips2008_wrap .text {
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px, rgba(255, 255, 255, 1) -1px 1px 0px, rgba(255, 255, 255, 1) 1px -1px 0px, rgba(255, 255, 255, 1) -1px -1px 0px;
}
.ips2008_wrap .link_list {
	max-width: 830px;
	margin: 0 auto;
}
.ips2008_wrap .link_list li {
	width: 23.5%;
	float:left;
	margin-left: 2%;
	margin-bottom: 20px;
}
.ips2008_wrap .link_list li:nth-child(4n + 1) {
	margin-left: 0;
}
.ips2008_wrap .link_list li a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 1) 1px 1px 0px, rgba(255, 255, 255, 1) -1px 1px 0px, rgba(255, 255, 255, 1) 1px -1px 0px, rgba(255, 255, 255, 1) -1px -1px 0px;
}
.ips2008_wrap .link_list li img {
	max-width: 90px;
	margin-bottom: 5px;
}
.ips2008_wrap .link_list li a span {
	display: inline-block;
}

/* movie */
.ips2008 .fancybox-slide--video .fancybox-content {
	width: 480px !important;
	height: 360px !important;
	max-width: 90% !important;
	max-height: 90% !important;
	margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
.ips2008_wrap .bg {
	padding: 30px 20px 30px;
}
.ips2008_wrap .ttl {
	margin-bottom: 20px;
}
.ips2008_wrap .text {
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.ips2008_wrap .link_list li {
	width: 48%;
	margin-left: 4%;
}
.ips2008_wrap .link_list li:nth-child(4n + 1) {
	margin-left: 4%;
}
.ips2008_wrap .link_list li:nth-child(2n + 1) {
	margin-left: 0;
}
}

/* -----------------------------------------------------------
	classification_wrap
----------------------------------------------------------- */
.classification_wrap .clbox {
	background: rgba(10, 85, 176, 0.05);
	border: 1px solid #0A55B0;
}
.classification_wrap .clbox_ag {
	float: left;
	width: 49%;
}
.classification_wrap .clbox_kosaki {
	float: right;
	width: 49%;
}
.classification_wrap .clbox h2 {
	color: #fff;
	font-size: 18px;
	padding: 8px 16px;
	background: #0A55B0;
	text-align: center;
}
.classification_wrap .clbox .inner {
	padding: 20px;
}
.classification_wrap .clbox .text {
	line-height: 1.8;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.classification_wrap .clbox h3 {
	font-size: 17px;
	text-align: center;
	margin-bottom: 6px;
}
.classification_wrap .clbox .gura {
	max-width: 472px;
	margin: 0 auto 20px;
}
.classification_wrap .clbox .link {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.classification_wrap .clbox .link a,
.classification_wrap .clbox .link .ta {
	display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #005AAB;
    text-align: center;
    padding: 8px 0;
    border-radius: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	cursor: pointer;
}
.classification_wrap .clbox .link a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.classification_wrap .clbox .link .ta::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.classification_wrap .clbox .more_wrap {
	display: none;
	margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.classification_wrap .clbox_ag {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.classification_wrap .clbox_kosaki {
	float: none;
	width: 100%;
}

}
@media screen and (max-width: 767px) {
.classification_wrap .clbox_ag {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.classification_wrap .clbox_kosaki {
	float: none;
	width: 100%;
}
.classification_wrap .clbox h2 {
	font-size: 16px;
}
.classification_wrap .clbox .inner {
	padding: 10px;
}

}


/* -----------------------------------------------------------
	chronology_wrap
----------------------------------------------------------- */
.chronology_wrap .table_st_01 th {
	width: 15%;
}
.list_indent_1 li {
	line-height: 1.6;
}

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

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

}


/* -----------------------------------------------------------
	organization_wrap
----------------------------------------------------------- */
.organization_wrap .btn {
	background: rgba(10, 85, 176, 0.05);
	padding: 20px;
	margin-bottom: 40px;
}
.organization_wrap .btn a {
	width: 100%;
	color: #333;
	text-decoration: underline;
}
.organization_wrap .btn a:hover {
	text-decoration: none;
}
.organization_wrap .btn a::after {
	content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 7px;
    background: url(../../img_new/ico_pdf.svg) no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
.organization_wrap .btn a {
	font-size: 14px;
	padding: 16px 8px;
}
}



/* -----------------------------------------------------------
	meeting_wrap
----------------------------------------------------------- */
.meeting_wrap .btn {
	background: rgba(10, 85, 176, 0.05);
	padding: 20px;
	margin-bottom: 40px;
}
.meeting_wrap .btn a {
	width: 100%;
	color: #333;
	text-decoration: underline;
}
.meeting_wrap .btn a:hover {
	text-decoration: none;
}
.meeting_wrap .btn a::after {
	content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 7px;
    background: url(../../img_new/ico_pdf.svg) no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
.meeting_wrap .btn a {
	font-size: 14px;
	padding: 16px 8px;
}
}

