﻿@charset "utf-8";

.subPage{
	background-color: #F4F8FA;
}
.subPage .layout{
	max-width: 1250px;
}
.sub-hero{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(260px, 28vw, 440px);
	background: url("../img/sec01_bg01.png") no-repeat center bottom/cover;
	overflow: hidden;
}
.sub-hero .layout{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.sub-hero-title{
	display: inline-block;
	font-size: 4.8rem;
	font-weight: 700;
	color: #07187A;
	line-height: 1.2;
	text-align: center;
	border-bottom: 6px solid #C9A646;
	padding-bottom: 5px;
	margin-top: -4vw;
}
.breadcrumb{
	background-color: #FFFBF0;
	border-top: 1px solid rgba(201, 166, 70, 0.18);
	border-bottom: 1px solid rgba(201, 166, 70, 0.18);
}
.breadcrumb .layout{
	padding: 15px 0;
}
.breadcrumb ol{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 9px;
	row-gap: 4px;
	list-style: none;
}
.breadcrumb li{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #002B5B;
	line-height: 1;
}
.breadcrumb li:first-child:before{
	content: '';
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-top: -2px;
	background: url("../img/icon01.png") no-repeat center/contain;
}
.breadcrumb li:not(:last-child):after{
	content: '>';
	color: #002B5B;
	margin-left: 9px;
}
.breadcrumb a{
	color: #002B5B;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #0B6FAE;
}
.sub-section{
	padding: 80px 0 100px;
}
.sub-content{
	background-color: #fff;
	border: 1px solid rgba(11, 111, 174, 0.22);
	border-radius: 8px;
	padding: clamp(28px, 4vw, 56px);
}
.sub-heading{
	position: relative;
	font-size: clamp(2.6rem, 2.6vw, 3.6rem);
	font-weight: 800;
	color: #07187A;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 16px;
}
.sub-heading:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80px;
	height: 4px;
	background-color: #C9A646;
	transform: translateX(-50%);
}

.sub-table-wrap{
	width: 100%;
	overflow-x: auto;
}
.sub-table{
	width: 100%;
	border-collapse: collapse;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border-top: 2px solid #002B5B;
}
.sub-table th,
.sub-table td{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 43, 91, 0.16);
	padding: 18px 22px;
}
.sub-table th{
	width: 220px;
	color: #002B5B;
	font-weight: bold;
	background-color: #EAF6FB;
}
.sub-table td{
	color: #1A2733;
	background-color: #fff;
}
.sub-list{
	list-style: none;
}
.sub-list li{
	position: relative;
	padding-left: 1em;
}
.sub-list li:before{
	content: '・';
	position: absolute;
	left: 0;
	color: #C9A646;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	.sub-hero{
		min-height: 300px;
		background-position: center bottom;
	}
	.sub-hero-title{
		font-size: 4.5rem;
		margin-top: -50px;
	}
	.sub-section{
		padding: 65px 0 80px;
	}
	.sub-table th{
		width: 190px;
	}
}
@media only screen and (max-width: 768px) {
	.sub-hero{
		min-height: 250px;
		background-position: 58% bottom;
	}
	.sub-hero-title{
		border-bottom-width: 5px;
		font-size: 4rem;
		margin-top: -40px;
	}
	.breadcrumb .layout{
		padding: 11px 0;
	}
	.sub-section{
		padding: 50px 0 65px;
	}
	.sub-content{
		padding: 28px 20px;
	}
	.sub-heading{
		margin-bottom: 30px;
	}
	.sub-table,
	.sub-table tbody,
	.sub-table tr,
	.sub-table th,
	.sub-table td{
		display: block;
		width: 100%;
	}
	.sub-table tr{
		border-bottom: 1px solid rgba(0, 43, 91, 0.16);
	}
	.sub-table th,
	.sub-table td{
		border-bottom: none;
		padding: 12px 16px;
	}
	.sub-table th{
		background-color: #EAF6FB;
	}
}
@media only screen and (max-width: 480px) {
	.sub-hero{
		min-height: 210px;
		background-position: 62% bottom;
	}
	.sub-hero-title{
		border-bottom-width: 4px;
		font-size: 3.5rem;
		margin-top: -30px;
	}
	.sub-section{
		padding: 40px 0 55px;
	}
	.sub-content{
		border-radius: 6px;
		padding: 24px 16px;
	}
	.sub-table th,
	.sub-table td{
		font-size: 1.4rem;
		padding: 10px 12px;
	}
}

/* ==overview== */
.overview-list{
	display: flex;
	flex-direction: column;
	row-gap: 0;
	color: #1A2733;
	padding-top: 22px;
}
.overview-item{
	display: flex;
	align-items: flex-start;
	column-gap: 30px;
	border-bottom: 1px solid rgba(0, 43, 91, 0.16);
	padding: 22px 0;
}
.overview-item:first-child{
	padding-top: 0;
}
.overview-label{
	flex: 0 0 230px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	background-color: rgba(3, 90, 166, 0.08);
	color: #002B5B;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: left;
	border-left: 4px solid #C9A646;
	padding: 10px 18px 10px 22px;
}
.overview-body{
	flex: 1;
	min-width: 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9;
	padding: 6px 0 0;
}
.overview-body p{
	margin-bottom: 16px;
}
.overview-body p:last-child{
	margin-bottom: 0;
}
.overview-body strong{
	color: #002B5B;
	font-weight: 700;
}
.overview-link{
	color: #035AA6;
	word-break: break-all;
	transition: .3s ease-in-out;
	text-decoration: underline;
}
.overview-link:hover{
	color: #C9A646;
}
@media only screen and (max-width: 768px) {
	.overview-list{
		row-gap: 0;
		padding-top: 18px;
	}
	.overview-item{
		flex-direction: column;
		row-gap: 10px;
		padding: 18px 0;
	}
	.overview-label{
		flex-basis: auto;
		width: 100%;
		min-height: 40px;
		font-size: 1.5rem;
		padding: 9px 16px 9px 20px;
	}
	.overview-body{
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.8;
		padding: 4px 2px 8px;
	}
}
@media only screen and (max-width: 480px) {
	.overview-list{
		row-gap: 0;
		padding-top: 16px;
	}
	.overview-item{
		padding: 16px 0;
	}
	.overview-body{
		font-size: 1.4rem;
	}
}
/* ==overview end== */

/* ==greetings== */
.greetings-list{
	display: flex;
	flex-direction: column;
	row-gap: 46px;
	color: #1A2733;
	padding-top: 22px;
}
.greetingsPage .greetings-list{
	row-gap: 0;
}
.greetings-item{
	padding-top: 22px;
}
.greetings-item:first-child{
	padding-top: 0;
}
.greetingsPage .greetings-item + .greetings-item{
	border-top: 1px solid rgba(0, 43, 91, 0.16);
	margin-top: 40px;
	padding-top: 40px;
}
.greetings-header{
	margin-bottom: 26px;
	text-align: right;
}
.greetings-catch{
	color: #002B5B;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 8px;
}
.greetings-meeting{
	color: #002B5B;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
}
.greetings-chair{
	color: #002B5B;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
}
.greetings-body{
	font-size: 1.6rem;
	line-height: 2.05;
}
.greetings-body p{
	margin-bottom: 20px;
}
.greetings-body p.greetings-indent{
	text-indent: 1em;
}
.greetings-body p:last-child{
	margin-bottom: 0;
}
.greetings-body strong{
	color: #002B5B;
	font-weight: 700;
}
.greetings-subtitle{
	color: #002B5B;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 30px;
	margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
	.greetings-list{
		row-gap: 36px;
		padding-top: 18px;
	}
	.greetingsPage .greetings-list{
		row-gap: 0;
	}
	.greetings-item{
		padding-top: 18px;
	}
	.greetingsPage .greetings-item + .greetings-item{
		margin-top: 34px;
		padding-top: 34px;
	}
	.greetings-header{
		margin-bottom: 22px;
	}
	.greetings-catch{
		font-size: 1.8rem;
	}
	.greetings-meeting,
	.greetings-chair{
		font-size: 1.5rem;
	}
	.greetings-body{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.greetings-subtitle{
		font-size: 1.7rem;
		margin-top: 24px;
	}
}
@media only screen and (max-width: 480px) {
	.greetings-list{
		row-gap: 30px;
		padding-top: 16px;
	}
	.greetingsPage .greetings-list{
		row-gap: 0;
	}
	.greetings-item{
		padding-top: 16px;
	}
	.greetingsPage .greetings-item + .greetings-item{
		margin-top: 28px;
		padding-top: 28px;
	}
	.greetings-catch{
		font-size: 1.7rem;
	}
	.greetings-body{
		font-size: 1.4rem;
	}
	.greetings-subtitle{
		font-size: 1.6rem;
	}
}
/* ==greetings end== */

/* ==subscriber== */
.subscriber-body{
	color: #1A2733;
	font-size: 1.6rem;
	line-height: 2;
	padding-top: 22px;
}
.sub-content-title{
	color: #002B5B;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.45;
	border-left: 4px solid #C9A646;
	padding-left: 18px;
	margin-bottom: 26px;
}
.subscriber-body p{
	margin-bottom: 18px;
}
.subscriber-body p:last-child{
	margin-bottom: 0;
}
.subscriber-doc-list{
	padding: 0;
	margin: 28px 0;
}
.subscriber-doc-list p{
	line-height: 1.8;
	margin-bottom: 8px;
}
.subscriber-doc-list p:first-child{
	margin-bottom: 25px;
}
.subscriber-pdf-link{
	display: inline-block;
	color: #035AA6;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	transition: .3s ease-in-out;
	font-weight: 700;
	padding-left: 25px;
	background: url("../img/sponsorship_icon_pdf.png") no-repeat left center;
}
.subscriber-pdf-link[href$=".docx"]{
	background-image: url("../img/sponsorship_icon01.png");
}
.subscriber-pdf-link:hover{
	color: #C9A646;
	text-decoration: underline;
}
.subscriber-signature{
	color: #002B5B;
	text-align: right;
	margin-top: 32px;
}
.subscriber-signature p{
	margin-bottom: 4px;
	font-weight: 700;
}
/*.subscriber-signature p:last-child{*/
/*	font-weight: 600;*/
/*}*/
.subscriber-link{
	color: #035AA6;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	word-break: break-all;
	transition: .3s ease-in-out;
}
.subscriber-link:hover{
	color: #C9A646;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.subscriber-body{
		font-size: 1.5rem;
		line-height: 1.9;
		padding-top: 18px;
	}
	.sub-content-title{
		font-size: 2.5rem;
		margin-bottom: 22px;
		padding-left: 15px;
	}
	.subscriber-doc-list{
		margin: 24px 0;
	}
}
@media only screen and (max-width: 480px) {
	.subscriber-body{
		font-size: 1.4rem;
		padding-top: 16px;
	}
	.sub-content-title{
		font-size: 2.1rem;
		line-height: 1.4;
		margin-bottom: 18px;
		padding-left: 12px;
	}
	.subscriber-signature{
		text-align: left;
	}
}
/* ==subscriber end== */

/* ==jointevent== */
.jointevent-body{
	color: #1A2733;
	font-size: 1.6rem;
	line-height: 2;
	padding-top: 22px;
}
.jointevent-body p{
	margin-bottom: 20px;
}
.jointevent-org-list{
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin: 34px 0 38px;
}
.jointevent-org-item{
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: center;
	column-gap: 20px;
	background: rgba(3, 90, 166, 0.045);
	border-radius: 6px;
	padding: 18px 22px;
}
.jointevent-org-logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.jointevent-org-logo img{
	display: block;
	max-width: 92px;
	max-height: 92px;
	width: auto;
	height: auto;
}
.jointevent-org-text{
	color: #002B5B;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.7;
}
.jointevent-org-text p{
	margin-bottom: 6px;
}
.jointevent-link{
	color: #035AA6;
	font-weight: 400;
	text-decoration: none;
	word-break: break-all;
	transition: .3s ease-in-out;
}
.jointevent-link:hover{
	color: #C9A646;
	text-decoration: none;
}
.jointevent-logo-section{
	border-top: 1px solid rgba(0, 43, 91, 0.16);
	padding-top: 34px;
	margin-top: 36px;
}
.jointevent-logo-image{
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
}
.jointevent-logo-image img{
	display: block;
	max-width: 170px;
	width: 100%;
	height: auto;
}
.jointevent-logo-section h2{
	color: #002B5B;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 16px;
}
.jointevent-logo-section p{
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.jointevent-body{
		font-size: 1.5rem;
		line-height: 1.9;
		padding-top: 18px;
	}
	.jointevent-org-item{
		grid-template-columns: 92px minmax(0, 1fr);
		column-gap: 15px;
		padding: 16px 18px;
	}
	.jointevent-org-logo img{
		max-width: 76px;
		max-height: 76px;
	}
	.jointevent-org-text{
		font-size: 1.5rem;
	}
	.jointevent-logo-section h2{
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 480px) {
	.jointevent-body{
		font-size: 1.4rem;
		padding-top: 16px;
	}
	.jointevent-org-item{
		column-gap: 0;
		padding: 16px 14px;
	}
	.jointevent-org-text p{
		margin-bottom: 5px;
	}
	.jointevent-org-logo{
		justify-content: flex-start;
	}
	.jointevent-logo-section{
		padding-top: 28px;
		margin-top: 30px;
	}
	.jointevent-logo-section h2{
		font-size: 1.7rem;
		text-align: left;
	}
}
/* ==jointevent end== */
