@charset "utf-8";

@media print, screen and (min-width: 701px) {
	.display-sp {
		display:none !important;
	}
}
@media screen and (max-width: 700px) {
	.display-pc {
		display:none !important;
	}
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.65em;
	letter-spacing: 0.02em;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

img {
	vertical-align:bottom;
	width:100%;
}

/* -------------　リンクボタン　---------------*/
.btn {
	position:relative;
	transition: 0.2s ease-in-out;
}

.btn a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------------------------------------
　トップ動画
--------------------------------------------------------------------------*/
@media print, screen and (min-width: 1004px) {
	.top-movie-wrap {
		position:relative;
		width:100%;
		height:660px;
		overflow:hidden;
		z-index:1;
	}
	.top-movie-wrap video {
		width: 100%;
		height: auto;
		position:absolute;
		top: 50%;
    	left: 50%;
    	translate:-50% -50%;
    	scale:-1 1;
	}
}
@media screen and (max-width: 1003px) {
	.top-movie-wrap {
		position:relative;
		width:100%;
		height:660px;
		overflow:hidden;
		z-index:1;
	}
	.top-movie-wrap video {
		width: auto;
		height: 660px;
		position:absolute;
		top:0;
    	right: 0;
    	scale:-1 1;
	}
}

@media screen and (max-width: 700px) {
	.top-movie-wrap {
		height:550px;
	}
	.top-movie-wrap video {
		height: 550px;
		right: -100px;
	}
}

.top-catch-wrap {
	position:absolute;
	z-index:3;
	top: 270px;
    left: 15%;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1380px) {
	.top-catch-wrap {
		left: 8%;
		transition: 0.3s ease-in-out;
	}
}

.top-catch {
	font-size:44px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	line-height:1.3;
}

@media screen and (max-width: 700px) {
	.top-catch-wrap {
		position:absolute;
		top: 230px;
    	left: 6%;
    	transition: 0.3s ease-in-out;
	}
	.top-catch {
		font-size:30px;
	}
}

/* -----------------------------------------------------------------------
　ヘッダーメニュー
--------------------------------------------------------------------------*/
.header-top {
	width:100%;
	height:60px;
	padding:0 30px 0 30px;
	display: flex;
	justify-content: space-between;
	transition: 0.2s ease-in-out;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

.header {
	width:100%;
	padding:0 30px 0 30px;
	display: flex;
	justify-content: space-between;
	transition: 0.2s ease-in-out;
}

@media screen and (max-width: 600px) {
	.header-top,
	.header {
		padding:0 0 0 12px;
	}
}

.header-logo {
	width:250px;
	padding:10px 0 5px 50px;
	transition: 0.3s ease-in-out;
}

.lang-box {
	width:120px;
	height:20px;
	display:flex;
	margin:6px 20px 0 auto;
}

.lang-box-jp {
	width:50%;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.lang-box-en {
	width:50%;
	border-right:1px solid #333;
}

.header-top .lang-box-jp {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.header-top .lang-box-en {
	border-right:1px solid #fff;
}

.lang-link {
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#000;
	letter-spacing:2px;
	text-align:center;
	line-height:20px;
}

.lang-text {
	width:100%;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	line-height:20px;
}

.header-top .lang-text,
.header-top .lang-link {
	color:#fff;
}

.lang-link:hover {
	color:#499edc;
}

.header-top .lang-link:hover {
	color:#9ac9ec;
}

@media screen and (max-width: 1100px) {
	.header-logo {
		width:210px;
		padding:10px 0 0 0;
	}
}

@media screen and (max-width: 600px) {
	.header-logo {
		width:160px;
		padding:10px 0 5px 0;
	}
}

.drawer_hidden {
	display:none !important;
}

@media print, screen and (min-width: 1101px) {
	.drawer_open,
	.sp-nav-logo {
		display:none !important;
	}
	.nav_list {
		display:flex;
	}
	.nav-text {
		display:inline-block;
		padding:0 4px;
		margin:0 17px;
		font-size:17px;
		font-weight:400;
		letter-spacing:1px;
		line-height:60px;
		color:#000;
		position:relative;
	}
	.header-top .nav-text {
		color:#fff;
	}
	.nav-text::after {
		position: absolute;
		background:#000;
		content: '';
		display: block;
		width:0;
		height: 1px;
		bottom:15px;
		left:0;
		transition: 0.2s ease-in-out;
		z-index:5;
	}
	.header-top .nav-text::after {
		background:#fff;
	}
	.nav-text:hover::after {
		width:100%;
	}
}

@media screen and (max-width: 1100px) {
	.nav-wrap {
		position:absolute;
		top:0;
		right:0;
	}
	.lang-box {
		position:absolute;
		top:15px;
		right:60px;
	}
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
		display: flex;
		height: 60px;
		width: 70px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		cursor: pointer;
	}
	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 35px;
		border-radius: 3px;
		background: #000;
		transition: 0.5s;
		position: absolute;
	}
	.header-top .drawer_open span,
	.header-top .drawer_open span:before,
	.header-top .drawer_open span:after {
		background: #fff;
	}
	
	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
		bottom: 10px;
	}
	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
		top: 10px;
	}
	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked ~ .drawer_open span {
		background: rgba(255, 255, 255, 0);
	}
	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked ~ .drawer_open span::before {
		background: #000;
		bottom: 0;
		transform: rotate(45deg);
	}
	#drawer_input:checked ~ .drawer_open span::after {
		background: #000;
		top: 0;
		transform: rotate(-45deg);
	}
	/* メニューのデザイン*/
	.nav_content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%; /* メニューを画面の外に飛ばす */
		z-index: 90;
		background: #fff;
		transition: .5s;
		padding:45px 10% 0;
	}
	.sp-nav-logo {
		width:220px;
		margin:0 auto 25px;
	}
	.nav_list {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.nav_list li {
		display:block;
		width:48%;
		height:100px;
		margin:0 2% 25px;
		border:2px solid #000;
		border-radius:20px;
		transition: 0.3s ease-in-out;
	}
	.nav_list li:nth-child(2n) {
    	margin-right:0;
	}
	.nav_list li:nth-child(2n+1) {
    	margin-left:0;
	}
	.nav_list li:last-child {
		width:100%;
		margin-right:0;
	}
	.nav_list li:hover {
		background:#cee2f6;
	}
	.nav_list li a {
		display:block;
		width:100%;
		font-size:17px;
		font-weight:bold;
		color:#000;
		text-align:center;
		line-height:100px;
	}
	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked ~ .nav_content {
		left: 0;
	}
	body.active {
  		height: 100%;
  		overflow: hidden;
	}
}

@media screen and (max-width: 700px) {
	.lang-box {
		width:106px;
		height:18px;
		top:17px;
		right:56px;
	}
	.lang-link,
	.lang-text {
		font-size:15px;
		line-height:18px;
	}
	.drawer_open {
		height: 60px;
		width: 70px;
	}
	.nav_content {
		padding:25px 0 0;
	}
	.sp-nav-logo {
		width:160px;
		margin:0 auto 20px;
	}
	.nav_list {
		display:block;
		flex-wrap: nowrap;
	}
	.nav_list li {
		width:85%;
		height:46px;
		margin:0 auto 15px;
		border-radius:8px;
	}
	.nav_list li:nth-child(2n) {
    	margin-right:auto;
	}
	.nav_list li:nth-child(2n+1) {
    	margin-left:auto;
	}
	.nav_list li:last-child {
		width:85%;
		margin-right:auto;
	}
	.nav_list li a {
		font-size:17px;
		line-height:43px;
	}
}

/* -----------------------------------------------------------------------
　トップ　リード
--------------------------------------------------------------------------*/
.top-lead-wrap {
	padding:40px 30px 30px;
	background:#cee2f6;
}

.top-lead-wrap-inner {
	max-width:790px;
	margin:30px auto 50px;
}

.top-lead-heading {
	font-size:29px;
	font-weight:bold;
	letter-spacing: 0.03em;
	line-height:1.5;
	margin-bottom:30px;
}

.top-lead-heading span.small {
	font-size:26px;
	font-weight:normal;
	letter-spacing: 0.03em;
}

.top-lead-text {
	font-size:19px;
	letter-spacing: 0.04em;
	line-height:1.7;
	margin-bottom:20px;
}

@media screen and (max-width: 1100px) {
	.top-lead-heading {
		font-size:24px;
	}
	.top-lead-text {
		font-size:17px;
	}
}

@media screen and (max-width: 700px) {
	.top-lead-wrap {
		padding:30px 0;
	}
	.top-lead-wrap-inner {
		width:88%;
	}
	.top-lead-heading {
		font-size:21px;
	}
	.top-lead-text {
		font-size:16px;
	}
}

/* -----------------------------------------------------------------------
　開催予定のトークイベント
--------------------------------------------------------------------------*/
.upcoming-wrap {
	padding:60px 30px 85px;
	background:#f5f5f5;
}

.upcoming-title {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:27px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:0.02em;
	text-align:center;
	margin-bottom:33px;
}

.upcoming-table {
	max-width:790px;
	margin:0 auto;
	border-top:1px solid #0d4765;
}

.upcoming-link {
	display:block;
	border-bottom:1px solid #0d4765;
	transition: 0.3s ease-in-out;
}

@media print, screen and (min-width: 1001px) {
	.upcoming-link-double {
		display:flex;
		justify-content: space-between;
	}
	.upcoming-link-double-inner {
		width:47.5%;
	}
}

@media screen and (max-width: 1000px) {
	.upcoming-link-double-inner:first-child {
		margin-bottom:25px;
	}
}

@media print, screen and (min-width: 701px) {
	.upcoming-link {
		padding:22px 15px 20px;
	}
	.upcoming-link-inner,
	.upcoming-link-double-inner {
		display:flex;
	}
	.upcoming-link-left {
		width:calc(100% - 120px);
		padding:5px 15px 0 0;
	}
	.upcoming-link-photo {
		width:120px;
	}
	.upcoming-link:hover {
		background:#fff;
		transition: 0.3s ease-in-out;
	}
	.upcoming-link:hover img {
		opacity:0.8;
		transition: 0.2s ease-in-out;
	}
}

@media screen and (max-width: 700px) {
	.upcoming-link {
		padding:18px 0;
	}
	.upcoming-link-left {
		margin-bottom:15px;
	}
	.upcoming-link-photo {
		width:140px;
	}
}

.upcoming-link-photo img {
	border-radius:10px;
	transition: 0.2s ease-in-out;
}

.cate-date-wrap {
	display:flex;
	margin-bottom:16px;
}

.upcoming-event-cate {
	display:inline-block;
	background:#0d4765;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:17.5px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	letter-spacing:0.03em;
	padding:4px 12px;
	border-radius:5px;
}

.upcoming-event-date-wrap {
	display:flex;
	align-items: center;
	padding-left:20px;
}

.upcoming-event-date {
	font-size:16.5px;
	font-weight:bold;
	line-height:1;
	color:#0d4765;
}

@media screen and (max-width: 400px) {
	.cate-date-wrap {
		display:block;
		margin-bottom:20px;
	}
	.upcoming-event-cate {
		margin-bottom:10px;
	}
	.upcoming-event-date-wrap {
		display:block;
		padding-left:0;
	}
}

.upcoming-talk-number {
	display:inline-block;
	border:1px solid #0d4765;
	border-radius:6px;
	font-size:13px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:0.05em;
	padding:2px 6px 2px 11px;
	margin-bottom:10px;
}

.upcoming-event-title {
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	color:#0d4765;
	margin-bottom:15px;
}

.upcoming-speaker {
	font-size:17px;
	font-weight:bold;
	line-height:1.45;
	color:#0d4765;
	margin-bottom:10px;
}

.upcoming-katagaki {
	font-size:15px;
	line-height:1.45;
	color:#0d4765;
}

.upcoming-link-double .upcoming-event-title {
	font-size:19px;
}

.upcoming-link-double .upcoming-speaker {
	font-size:16.5px;
}

.upcoming-link-double .upcoming-katagaki {
	font-size:14.5px;
}

@media screen and (max-width: 700px) {
	.upcoming-wrap {
		padding:40px 6% 50px;
	}
	.upcoming-title {
		font-size:22px;
	}
	.upcoming-event-cate {
		font-size:16px;
	}
	.upcoming-event-date {
		font-size:15.5px;
	}
	.upcoming-event-title {
		font-size:19px;
	}
	.upcoming-speaker {
		font-size:16px;
	}
	.upcoming-katagaki {
		font-size:14px;
	}
}

/* -----------------------------------------------------------------------
　目指すもの
--------------------------------------------------------------------------*/
@media print, screen and (min-width: 1101px) {
	.vision-wrap {
		padding:80px 30px 30px;
	}
	.vision-wrap-inner {
		max-width:1100px;
		margin:0 auto;
	}
	.vision-title {
		font-size:36px;
		font-weight:bold;
		color:#0d4765;
		letter-spacing:1px;
		text-align:center;
		margin-bottom:60px;
	}
	.vision-panel {
		background:#eaf1f7;
		border-radius:20px;
		padding:55px 50px 45px 90px;
		margin-bottom:70px;
	}
	.vision-panel-2 {
		padding:55px 90px 45px 50px;
	}
	.vision-panel-inner {
		display:flex;
		justify-content: space-between;
	}
	.vision-panel-inner-2 {
		display:flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.vision-panel-desc-box {
		width:67%;
	}
	.vision-panel-illust-box {
		width:27%;
		display:flex;
		align-items: center;
	}
	.vision-heading {
		font-size:27px;
		font-weight:bold;
		color:#1876ba;
		line-height:1.45;
		margin-bottom:30px;
	}
	.vision-text {
		font-size:18.5px;
		letter-spacing: 0.04em;
		line-height:1.6;
		color:#1876ba;
		margin-bottom:15px;
	}
	.illust-01 {
		width:85%;
		margin:0 auto;
	}
	.illust-02 {
		margin:0 auto 0;
	}
	.illust-03 {
		width:87%;
		margin:0 auto;
	}
	.illust-04 {
		width:90%;
		margin:0 auto;
	}
	.illust-05 {
		width:90%;
		margin:0 auto;
	}
	.illust-06 {
		width:88%;
		margin:0 auto;
	}
}

@media screen and (max-width: 1100px) {
	.vision-wrap {
		padding:50px 5% 20px;
	}
	.vision-wrap-inner {
		max-width:720px;
		margin:0 auto;
	}
	.vision-title {
		font-size:30px;
		font-weight:bold;
		color:#0d4765;
		letter-spacing:1px;
		text-align:center;
		margin-bottom:50px;
	}
	.vision-panel {
		background:#eaf1f7;
		border-radius:20px;
		padding:45px 50px 30px;
		margin-bottom:60px;
	}
	.vision-heading {
		font-size:23.5px;
		font-weight:bold;
		color:#1876ba;
		line-height:1.4;
		text-align:center;
		margin-bottom:30px;
	}
	.vision-text-wrap {
		margin-bottom:30px;
	}
	.vision-text {
		font-size:18px;
		letter-spacing: 0.04em;
		line-height:1.6;
		color:#1876ba;
		margin-bottom:15px;
	}
	.vision-panel-illust-box {
		max-width:300px;
		margin:0 auto;
	}
	.illust-01 {
		width:80%;
		margin:0 auto;
	}
	.illust-03 {
		width:80%;
		margin:-20px auto 0;
	}
	.illust-04 {
		width:85%;
		margin:-20px auto 0;
	}
	.illust-05 {
		width:85%;
		margin:-10px auto 0;
	}
	.illust-06 {
		width:85%;
		margin:0 auto 0;
	}
}

@media screen and (max-width: 700px) {
	.vision-wrap {
		padding:40px 5% 10px;
	}
	.vision-title {
		font-size:25px;
		margin-bottom:30px;
	}
	.vision-panel {
		padding:35px 6% 20px;
		margin-bottom:40px;
	}
	.vision-heading {
		font-size:18.5px;
		text-align:left;
		margin-bottom:20px;
	}
	.vision-text-wrap {
		margin-bottom:20px;
	}
	.vision-text {
		font-size:16.5px;
	}
	.illust-01 {
		width:60%;
		margin:0 auto;
	}
	.illust-02 {
		width:70%;
		margin:0 auto;
	}
	.illust-03 {
		width:60%;
		margin:0 auto;
	}
	.illust-04 {
		width:60%;
		margin:-20px auto 0;
	}
	.illust-05 {
		width:60%;
		margin:-5px auto 0;
	}
	.illust-06 {
		width:60%;
		margin:-5px auto 0;
	}
}

/* -----------------------------------------------------------------------
　活動内容
--------------------------------------------------------------------------*/
.activities-wrap {
	padding:50px 40px 60px;
	background:#cee2f6;
}

.activities-title {
	font-size:36px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:50px;
}

@media screen and (max-width: 1100px) {
	.activities-title {
		font-size:30px;
		margin-bottom:40px;
	}
}

@media screen and (max-width: 700px) {
	.activities-wrap {
		padding:40px 25px;
	}
	.activities-title {
		font-size:25px;
		margin-bottom:25px;
	}
}

.activity-panel-wrap {
	max-width:1300px;
	margin:0 auto 30px;
}

.activity-panel {
	background:#fff;
	border-radius:16px;
	padding:28px 40px 28px 0;
}

.activity-panel-inner {
	display:flex;
	justify-content: space-between;
	width:100%;
	height:100%;
}

.activity-panel-left {
	width:25%;
	display:flex;
	align-items: center;
}

.activity-panel-right {
	width:75%;
	display:flex;
	align-items: center;
}

.activity-mark {
	width:48px;
	padding-top:3px;
	margin:0 auto 10px;
}

.activity-panel-text {
	font-size:17px;
	font-weight:bold;
	line-height:1.45;
	color:#1876ba;
}

@media print, screen and (min-width: 1201px) {
	.activity-panel-wrap {
		display:flex;
		flex-wrap: wrap;
	}
	.activity-panel {
		width:31%;
		height:auto;
		margin:0 1.75% 47px;
		transition: 0.3s ease-in-out;
	}
	.activity-panel:nth-child(3n) {
    	margin-right:0;
	}
	.activity-panel:nth-child(3n+1) {
    	margin-left:0;
	}
}

@media screen and (min-width:701px) and ( max-width:1200px) {
	.activity-panel-wrap {
		display:flex;
		flex-wrap: wrap;
	}
	.activity-panel {
		width:48.5%;
		margin:0 1.5% 33px;
		transition: 0.3s ease-in-out;
	}
	.activity-panel:nth-child(2n) {
    	margin-right:0;
	}
	.activity-panel:nth-child(2n+1) {
    	margin-left:0;
	}
	.activity-panel-text {
		font-size:17px;
	}
}

@media screen and (max-width: 700px) {
	.activity-panel-wrap {
		margin:0 auto 50px;
	}
	.activity-panel {
		padding:18px 30px 18px 0;
		margin-bottom:20px;
	}
	.activity-panel-left {
		width:80px;
	}
	.activity-panel-right {
		width:calc(100% - 80px);
	}
	.activity-mark {
		width:38px;
	}
	.activity-panel-text {
		font-size:16px;
	}
}
/* -----------------------------------------------------------------------
　リンクボタン
--------------------------------------------------------------------------*/
.link-btn {
	display:block;
	width:280px;
	height:80px;
	background:#0d4765;
	padding-right:15px;
	font-size:19px;
	font-weight:bold;
	color:#fff;
	line-height:80px;
	text-align:center;
	margin:20px auto;
	position:relative;
	transition: 0.3s ease-in-out;
}

.link-btn::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	transition: 0.3s ease-in-out;
}

.link-btn:hover {
	background:#1876ba;
	transition: 0.3s ease-in-out;
}

.link-btn:hover::after {
	right: 20px;
}

@media screen and (max-width: 1100px) {
	.link-btn {
		width:250px;
		height:70px;
		font-size:18px;
		line-height:70px;
	}
}

@media screen and (max-width: 700px) {
	.link-btn {
		width:220px;
		height:60px;
		font-size:16px;
		padding-right:10px;
		line-height:60px;
	}
	.link-btn::after {
		width: 14px;
		height: 14px;
		right: 25px;
  }
}

/* -----------------------------------------------------------------------
　入会案内
--------------------------------------------------------------------------*/
.membership-wrap {
	padding:70px 30px 60px;
}

.membership-title {
	font-size:36px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:50px;
}

.membership-lead-wrap {
	max-width:740px;
	margin:0 auto 50px;
}

.membership-lead {
	font-size:18.5px;
	margin-bottom:10px;
}

@media screen and (max-width: 700px) {
	.membership-wrap {
		padding:50px 25px 40px;
	}
	.membership-title {
		font-size:28px;
		margin-bottom:30px;
	}
	.membership-lead {
		font-size:16.5px;
	}
}

/* -----------------------------------------------------------------------
　メリット
--------------------------------------------------------------------------*/
.merit-wrap {
	background:#f1f6fb;
	padding:70px 30px 70px;
}

.merit-title {
	font-size:29px;
	font-weight:bold;
	color:#1876ba;
	text-align:center;
	margin-bottom:50px;
}

.merit-table-wrap {
	max-width:800px;
	margin:0 auto 70px;
	border-top:1px dotted #1876ba;
}

.merit-table-row {
	display:flex;
	padding:20px 0;
	border-bottom:1px dotted #1876ba;
}

.merit-table-number-box {
	width:80px;
	height:80px;
	display:flex;
	align-items: center;
	background:#1876ba;
	border-radius:25px 10px 25px 10px;
}

.merit-table-desc-box {
	width:calc(100% - 80px);
	display:flex;
	align-items: center;
	padding-left:50px;
}

.merit-table-number {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	width:100%;
	font-size:14px;
	color:#fff;
	letter-spacing:2px;
	line-height:1;
	text-align:center;
}

.merit-table-number span {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	line-height:1;
}

.merit-table-text {
	font-size:22px;
	font-weight:bold;
	color:#1876ba;
	line-height:1.5;
}

@media screen and (max-width: 700px) {
	.merit-wrap {
		padding:50px 25px 50px;
	}
	.merit-title {
		font-size:25px;
		line-height:1.5;
		margin-bottom:30px;
	}
	.merit-table-wrap {
		margin:0 auto 50px;
	}
	.merit-table-number-box {
		width:60px;
		height:60px;
		border-radius:25px 10px 25px 10px;
	}
	.merit-table-desc-box {
		width:calc(100% - 60px);
		padding-left:20px;
	}
	.merit-table-number {
		font-size:11px;
		letter-spacing:1px;
	}
	.merit-table-number span {
		font-size:30px;
	}
	.merit-table-text {
		font-size:16.5px;
	}
}

/* -----------------------------------------------------------------------
　フッター
--------------------------------------------------------------------------*/
footer {
	padding:30px 30px;
	text-align:center;
}

.footer-logo {
	width:140px;
	margin:0 auto 40px;
}

.foot-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:30px;
}

.foot-menu li {
 	padding: 0 15px 5px;
}

.foot-menu li a {
 	font-size:14px;
 	color:#000;
 	line-height:1.6;
 	transition: 0.2s ease-in-out;
}

.foot-menu li a:hover {
	color:#1876ba;
	text-decoration:underline;
	transition: 0.2s ease-in-out;
}

.copyright {
	font-size:13px;
}

/* -----------------------------------------------------------------------
　研究会について
--------------------------------------------------------------------------*/
.about-page-wrap {
	padding:80px 45px 80px;
}

.about-title {
	font-size:32px;
	font-weight:bold;
	color:#0d4765;
	text-align:center;
	margin-bottom:120px;
}

.statement-wrap {
	max-width:700px;
	margin:0 auto 120px;
}

.statement-title {
	font-size:24.5px;
	font-weight:bold;
	color:#0d4765;
	margin-bottom:30px;
}

.statement-text {
	font-size:19px;
	line-height:1.7;
	margin-bottom:30px;
}

.signature-box {
	padding-top:30px;
	text-align:right;
}

.yoshida-name {
	font-size:17px;
	font-weight:bold;
}


@media screen and (max-width: 700px) {
	.about-page-wrap {
		padding:70px 5% 50px;
	}
	.about-title {
		font-size:23px;
		margin-bottom:70px;
	}
	.statement-wrap {
		margin:0 auto 80px;
	}
	.statement-title {
		font-size:20px;
	}
	.statement-text {
		font-size:16px;
		line-height:1.8;
		margin-bottom:20px;
	}
	.yoshida-photo-wrap {
		width:230px;
	}
	.yoshida-name {
		font-size:15px;
		font-weight:bold;
	}
}

/* -----------------------------------------------------------------------
　組織概要
--------------------------------------------------------------------------*/
.gaiyo-wrap {
	background:#cee2f6;
	padding:40px 30px 60px;
}

.gaiyo-title {
	font-size:30px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:30px;
}

@media screen and (max-width: 700px) {
	.gaiyo-title {
		font-size:26px;
		margin-bottom:40px;
	}
}

.gaiyo-box {
	max-width:600px;
	margin:0 auto;
	background:#fff;
	padding:25px 0 30px;
	border-radius:20px;
}

.gaiyo-heading {
	font-size:17.5px;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
}

.gaiyo-text {
	font-size:16px;
	text-align:center;
	line-height:1.7;
}

@media screen and (max-width: 700px) {
	.gaiyo-wrap {
		background:#cee2f6;
		padding:30px 5% 35px;
	}
	.gaiyo-title {
		font-size:22px;
		margin-bottom:15px;
	}
	.gaiyo-box {
		padding:15px 5px 15px 23px;
		margin:0 auto;
	}
	.gaiyo-heading {
		font-size:15px;
		text-align:left;
		margin-bottom:10px;
	}
	.gaiyo-text {
		font-size:14px;
		text-align:left;
	}
}

/* -----------------------------------------------------------------------
　入会のご案内
--------------------------------------------------------------------------*/
.joinus-title {
	font-size:32px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:70px;
}

.joinus-body-wrap {
	max-width:700px;
	margin:0 auto 90px;
}

.joinus-lead01 {
	margin-bottom:10px;
}

.joinus-lead02 {
	margin-bottom:70px;
}

.joinus-lead01 a {
	color:#1876ba;
	text-decoration:underline;
}

.joinus-lead02 span.bold {
	font-size:19px;
	font-weight:bold;
}

ul.joinus-list01 {
	margin: 40px 0 60px;
	padding-left: 20px;
}

ul.joinus-list02 {
	margin: 0 0 40px;
	padding-left: 20px;
}

ul.joinus-list01 li,
ul.joinus-list02 li {
	list-style-type: disc;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom:12px;
}

ul.joinus-list01 li span.bold {
	font-size: 18px;
	font-weight:bold;
}

.joinus-text-kome {
	font-size:16px;
	line-height:1.6;
	text-indent:-0.8em;
	padding-left:0.8em;
}

@media screen and (max-width: 700px) {
	.joinus-title {
		font-size:23px;
		margin-bottom:50px;
	}
	.joinus-body-wrap {
		margin:0 auto 50px;
	}
	.joinus-lead {
		margin-bottom:50px;
	}
	.joinus-lead02 span.bold {
		font-size:16px;
	}
	ul.joinus-list01 li,
	ul.joinus-list02 li,
	ul.joinus-list01 li span.bold {
		font-size: 16px;
	}
	.joinus-text-kome {
		font-size: 15px;
	}
}

/* -----------------------------------------------------------------------
　イベントページ
--------------------------------------------------------------------------*/
.event-page-wrap {
	padding:50px 45px 80px;
}

.event-inner-wrap {
	max-width:780px;
	margin:0 auto;
}

.event-shoulder {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#0d4765;
	letter-spacing:1px;
	margin-bottom:7px;
}

.event-main {
	margin-bottom:50px;
}

.event-sub-title {
	font-size:20px;
	margin-bottom:5px;
}

.event-title {
	font-size:28px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:30px;
}

.event-lead-wrap {
	margin-bottom:45px;
}

.event-lead {
	font-size:18px;
	line-height:1.65;
	margin-bottom:18px;
}

.vof-comment-wrap {
	margin:30px 0 0;
	border-top:2px dotted #0d4765;
	padding:20px 0;
	border-bottom:2px dotted #0d4765;
}

.vof-comment-text {
	font-size:17.5px;
	line-height:1.7;
	color:#0d4765;
}

.speaker-title {
	font-weight:bold;
	font-size:22px;
	color:#0d4765;
	margin-bottom:12px;
}

@media print, screen and (min-width: 701px) {
	.speaker-wrap {
		display:flex;
		justify-content: space-between;
		margin-bottom:40px;
	}
	.speaker-prof-wrap {
		width:calc(100% - 245px);
	}
	.speaker-photo {
		width:200px;
		padding-top:5px;
	}
}

.speaker-name {
	font-size:24px;
	font-weight:bold;
	margin-bottom:6px;
}

.speaker-katagaki {
	font-size:16px;
	line-height:1.5;
	margin-bottom:25px;
}

.speaker-prof-text {
	font-size:15px;
}

.speaker-prof-heading {
	font-size:15.5px;
	font-weight:bold;
	margin:15px 0 5px;
}

ul.speaker-prof-list li {
	font-size:15px;
}

.moderator-wrap {
	margin:20px 0 50px;
	border-top:2px dotted #0d4765;
	padding-top:20px;
}

.moderator-title {
	font-weight:bold;
	font-size:20px;
	color:#0d4765;
	margin-bottom:10px
}

.moderator-name {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.moderator-name span {
	font-size:16px;
	font-weight:bold;
}

.moderator-prof-text {
	font-size:15px;
	line-height:1.55;
	text-align: justify;
}

.event-detail-box {
	margin-top:60px;
	background:#f5f5f5;
	padding:35px 60px 40px;
}

.event-detail-title {
	font-weight:bold;
	font-size:22px;
	color:#0d4765;
	margin-bottom:35px;
}

.event-detail-row {
	padding:18px 0;
	border-bottom:1px dotted #0d4765;
}

.event-detail-row:last-child {
	border-bottom:none;
}

@media print, screen and (min-width: 701px) {
	.event-detail-row {
		display:flex;
	}
	.event-detail-head {
		width:150px;
	}
	.event-detail-body {
		width:calc(100% - 150px);
	}
}

.event-detail-head-text {
	font-size:16.5px;
	font-weight:bold;
	color:#0d4765;
}

.event-detail-body-text {
	font-size:16.5px;
	line-height:1.7;
}

.event-detail-body-text span {
	font-size:18px;
	line-height:1.7;
}

.event-detail-body-text a {
	font-size:16px;
	color:#1d66ca;
}

.event-detail-body-text a:hover {
	color:#1d66ca;
	text-decoration:underline;
}

.event-detail-body-small {
	font-size:16px;
	line-height:1.8;
	padding-top:12px;
}

.join-text {
	font-size:16px;
	text-align:center;
	margin:100px 0 40px;
}

@media screen and (max-width: 700px) {
	.event-page-wrap {
		padding:30px 5% 30px;
	}
	.event-shoulder {
		font-size:19px;
		margin-bottom:4px;
	}
	.event-main {
		margin-bottom:30px;
	}
	.event-sub-title {
		font-size:17px;
	}
	.event-title {
		font-size:22px;
		margin-bottom:20px;
	}
	.event-lead {
		font-size:16px;
	}
	.vof-comment-text {
		font-size:16px;
	}
	.speaker-wrap {
		margin-bottom:40px;
	}
	.speaker-title {
		font-size:21px;
	}
	.speaker-name {
		font-size:21px;
		margin-bottom:4px;
	}
	.speaker-katagaki {
		font-size:15px;
	}
	.speaker-prof-wrap {
		margin-bottom:30px;
	}
	.speaker-photo {
		width:180px;
		margin:0 auto;
	}
	.event-detail-box {
		margin-top:40px;
		padding:20px 6% 20px;
	}
	.event-detail-title {
		font-size:19px;
		margin-bottom:10px;
	}
	.event-detail-head {
		margin-bottom:10px;
	}
	.event-detail-body-text,
	.event-detail-body-text span,
	.event-detail-body-text a,
	.event-detail-body-small {
		font-size:15px;
	}
	.join-text {
		font-size:15px;
		text-align:left;
		margin:50px 0 35px;
	}
}

/* -----------------------------------------------------------------------
　エキスパートトーク　ページ
--------------------------------------------------------------------------*/
.et-page-inner {
	max-width:880px;
	margin:0 auto;
}

.et-page-waku {
	border:3px solid #0d4765;
	border-radius:16px;
	padding:45px 60px;
}

.et-page-head-title {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight:bold;
	color:#0d4765;
	line-height:1;
}

.et-page-date {
	width:100%;
	font-weight:bold;
	color:#0d4765;
	line-height:1;
}

@media print, screen and (min-width: 901px) {
	.et-page-head-wrap {
		display:flex;
		padding-bottom:15px;
		border-bottom:1px solid #0d4765;
		margin-bottom:45px;
	}
	.et-page-head-title-box {
		width:60%;
		display:flex;
		align-items: flex-end;
	}
	.et-page-head-date-box {
		width:40%;
		display:flex;
		align-items: flex-end;
	}
	.et-page-head-title {
		font-size:29px;
	}
	.et-page-date {
		font-size:20px;
		text-align:right;
	}
}

@media screen and (max-width: 900px) {
	.et-page-head-title {
		font-size:26px;
		padding-bottom:12px;
		border-bottom:1px solid #0d4765;
		margin-bottom:15px;
	}
	.et-page-date {
		font-size:20px;
		margin-bottom:50px;
	}
}

@media print, screen and (min-width: 901px) {
	.et-page-top-inner  {
		display:flex;
		justify-content: space-between;
		margin-bottom:60px;
	}
	.et-page-top-left {
		width:63%;
	}
	.et-page-top-right {
		width:30%;
	}
}

@media screen and (max-width: 900px) {
	.et-page-top-inner  {
		margin-bottom:40px;
	}
	.et-page-top-left {
		margin-bottom:30px;
	}
	.et-page-top-photo {
		width:260px;
	}
}

.et-page-top-photo img {
	border-radius:17px;
}

.et-page-talk-number {
	display:inline-block;
	background:#0d4765;
	border-radius:6px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.04em;
	padding:2px 7px 2px 12px;
	margin-bottom:10px;
}

.et-page-title {
	font-size:28px;
	font-weight:bold;
	color:#0d4765;
	line-height:1.4;
	margin-bottom:30px;
}

.et-page-speaker {
	font-size:21px;
	font-weight:bold;
	color:#0d4765;
	margin-bottom:8px;
}

.et-page-speaker-katagaki {
	font-size:17px;
	color:#0d4765;
	line-height:1.5;
}

.et-page-lead-wrap {
	margin:40px 0 0;
	border-top:2px dotted #0d4765;
	padding:20px 0;
	border-bottom:2px dotted #0d4765;
}

.et-page-lead {
	font-size:17px;
	line-height:1.7;
	color:#0d4765;
}

.et-prof-box {
	background:#e8f0fd;
	padding:15px 24px 20px;
	margin:30px auto 0;
}

@media print, screen and (min-width: 901px) {
	.et-prof-box-sp {
		display:none !important;
	}
}

@media screen and (max-width: 900px) {
	.et-prof-box-pc {
		display:none !important;
	}
}

.et-prof-title {
	font-size:16px;
	font-weight:bold;
	color:#0d4765;
	margin-bottom:12px;
}

.et-prof-text {
	font-size:15px;
	line-height:1.6;
	color:#0d4765;
}

.et-prof-sub {
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #0d4765;
}

.et-prof-sub-text {
	font-size:15px;
	line-height:1.6;
	color:#0d4765;
	margin-bottom:7px;
}

.et-prof-sub-text span.bold {
	font-size:15px;
	font-weight:bold;
	color:#0d4765;
}

.et-naiyou-wrap {
	border-bottom:1px solid #0d4765;
	padding-bottom:20px;
	margin-bottom:60px;
}

.et-naiyou-heading {
	font-size:19px;
	font-weight:bold;
	color:#0d4765;
	display: flex;
	align-items: center;
	margin-bottom:25px;
}

.et-naiyou-heading:after {
    content: "";
    height: 1px; /* 線の高さ */
    flex-grow: 1; /* 横幅いっぱい */
    background-color: #0d4765;
    margin: 3px 0 0 16px;
}

.et-heading {
	font-size:19px;
	font-weight:bold;
	color:#0d4765;
	margin-bottom:25px;
}

.et-naiyou-text {
	font-size:17.5px;
	line-height:1.7;
	color:#0d4765;
	margin-bottom:18px;
}

.et-page-spacer {
	width:100%;
	height:40px;
}

.et-moderator-title {
	font-size:17px;
	font-weight:bold;
	color:#0d4765;
	margin-bottom:12px;
}

.et-discussant-title {
	margin-top:40px;
}

.et-moderator-name {
	font-size:17px;
	font-weight:bold;
	color:#444;
	margin-bottom:2px;
}

.et-moderator-prof-text {
	font-size:16px;
	line-height:1.4;
	margin-bottom:10px;
}

@media screen and (max-width: 700px) {
	.et-page-waku {
		padding:27px 6%;
	}
	.et-page-head-title {
		font-size:26px;
	}
	.et-page-date {
		font-size:18px;
		margin-bottom:50px;
	}
	.et-page-title {
		font-size:26px;
		margin-bottom:17px;
	}
	.et-page-speaker {
		font-size:20px;
		margin-bottom:8px;
	}
	.et-page-speaker-katagaki {
		font-size:17px;
	}
	.et-page-lead-wrap {
		margin:30px 0 0;
	}
	.et-page-lead {
		font-size:16px;
	}
	.et-page-top-photo {
		width:220px;
	}
	.et-naiyou-wrap {
		margin-bottom:40px;
	}
	.et-naiyou-heading {
		font-size:18px;
		margin-bottom:19px;
	}
	.et-naiyou-text {
		font-size:16.5px;
		margin-bottom:15px;
	}
	.et-moderator-prof-text {
		font-size:15.5px;
	}
	.et-page-spacer {
		height:30px;
	}
}

@media screen and (max-width: 500px) {
	.et-page-waku {
		padding:23px 5%;
	}
	.et-page-head-title {
		font-size:25px;
	}
	.et-page-date {
		font-size:18px;
		margin-bottom:50px;
	}
	.et-page-title {
		font-size:23px;
		margin-bottom:13px;
	}
	.et-page-speaker {
		font-size:17px;
		margin-bottom:8px;
	}
	.et-page-speaker-katagaki {
		font-size:15.5px;
	}
	.et-page-lead-wrap {
		margin:20px 0 0;
	}
	.et-page-lead {
		font-size:15.5px;
	}
	.et-prof-title {
		font-size:15px;
	}
	.et-prof-text,
	.et-prof-sub-text,
	.et-prof-sub-text span.bold {
		font-size:14px;
	}
	.et-page-top-photo {
		width:190px;
	}
	.et-naiyou-heading {
		font-size:17px;
		margin-bottom:19px;
	}
	.et-heading {
		font-size:17px;
		margin-bottom:19px;
	}
	.et-naiyou-text {
		font-size:15.5px;
		margin-bottom:15px;
	}
	.et-page-spacer {
		height:20px;
	}
	.et-moderator-title {
		font-size:15.5px;
		margin-bottom:9px;
	}
	.et-moderator-name {
		font-size:16px;
	}
	.et-moderator-prof-text {
		font-size:15px;
	}
}

.book-list-wrap {
	display:flex;
	flex-wrap: wrap;
}

.book-link {
	display:block;
	transition: 0.2s ease-in-out;
}

@media print, screen and (min-width: 901px) {
	.book-link {
		width:160px;
		margin:0 50px 40px 0;
	}
}
@media screen and (min-width:801px) and ( max-width:900px) {
	.book-link {
		width:140px;
		margin:0 40px 35px 0;
	}
}
@media screen and (min-width:601px) and ( max-width:800px) {
	.book-link {
		width:30%;
		margin:0 2.5% 40px;
	}
	.book-link:nth-child(3n) {
    	margin-right:0;
	}
	.book-link:nth-child(3n+1) {
    	margin-left:0;
	}
}
@media screen and (max-width: 600px) {
	.book-link {
		width:46%;
		margin:0 4% 30px;
	}
	.book-link:nth-child(2n) {
    	margin-right:0;
	}
	.book-link:nth-child(2n+1) {
    	margin-left:0;
	}
}


.book-waku {
	border:1px solid #ccc;
}

.book-link:hover {
	transform:scale(1.02,1.02);
	opacity:0.9;
	transition: 0.2s ease-in-out;
}

.et-detail-box {
	border:1px solid #0d4765;
	border-radius:20px;
	background:#fff;
}

/* -----------------------------------------------------------------------
　活動報告　一覧
--------------------------------------------------------------------------*/
.activities-page-wrap {
	padding:50px 45px 70px;
}

.activities-page-title {
	font-size:32px;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:50px;
}

@media screen and (max-width: 700px) {
	.activities-page-wrap {
		padding:40px 5% 50px;
	}
	.activities-page-title {
		font-size:28px;
		margin-bottom:40px;
	}
}
@media screen and (max-width: 500px) {
	.activities-page-title {
		font-size:24px;
		margin-bottom:30px;
	}
}

.event-category {
    display: flex;
    align-items: center;
    color:#0d4765;
    letter-spacing:0.025em;
    font-weight:bold;
}

.event-category:before,
.event-category:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #0d4765;
}

.event-category:before {
    margin-right: 1.5rem;
}

.event-category:after {
    margin-left: 1.5rem;
}

.event-category-lead {
	line-height:1.7;
}

@media print, screen and (min-width: 1001px) {
	.event-category {
		max-width:1180px;
		font-size:29px;
		margin:0 auto 44px;
	}
	.event-category-lead {
		max-width:660px;
		margin:0 auto 70px;
		font-size:16.5px;
	}
}
@media screen and (max-width: 1000px) {
	.event-category {
		max-width:600px;
		font-size:25px;
		margin:0 auto 35px;
	}
	.event-category-lead {
		max-width:600px;
		margin:0 auto 55px;
		font-size:16.5px;
	}
}
@media screen and (max-width: 500px) {
	.event-category {
		font-size:20px;
		margin:0 auto 25px;
	}
	.event-category-lead {
		margin:0 auto 35px;
		font-size:16px;
	}
}

.activities-inner-wrap {
	margin:0 auto;
}

.event-panel {
	position:relative;
	display:block;
	transition: 0.2s ease-in-out;
}

@media print, screen and (min-width: 1001px) {
	.activities-inner-wrap {
		max-width:1180px;
		display:flex;
		flex-wrap: wrap;
		margin-bottom:20px;
	}
	.event-panel {
		width:46.5%;
		margin:0 3.5% 70px;
		transition: 0.2s ease-in-out;
	}
	.event-panel:nth-child(2n) {
    	margin-right:0;
	}
	.event-panel:nth-child(2n+1) {
    	margin-left:0;
	}
}

@media screen and (max-width: 1000px) {
	.activities-inner-wrap {
		max-width:600px;
		margin-bottom:80px;
	}
	.event-panel {
		margin-bottom:50px;
	}
}

@media screen and (max-width: 700px) {
	.activities-inner-wrap {
		max-width:480px;
		margin:0 auto 40px;
	}
}

.event-panel-shoulder {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#0d4765;
	letter-spacing:1px;
	position:absolute;
	top:-34px;
	left:0;
}

.activities-event-date {
	padding-top:8px;
	font-size:16px;
	margin-bottom:3px;
}

.activities-event-title {
	font-size:16px;
	line-height:1.45;
	margin-bottom:3px;
}

.activities-event-speaker {
	font-size:16px;
	line-height:1.5;
}

.activities-event-date span,
.activities-event-title span,
.activities-event-speaker span {
	font-weight:bold;
}

@media screen and (max-width: 700px) {
	.activities-event-date {
		padding-top:4px;
		font-size:15px;
		margin-bottom:1px;
	}
	.activities-event-title,
	.activities-event-speaker {
		font-size:15px;
		line-height:1.45;
		margin-bottom:1px;
	}
}

.event-panel:hover {
	transform:scale(1.02,1.02);
	opacity:0.9;
	transition: 0.2s ease-in-out;
}

/* -------------　エキスパートトーク　一覧　-------------*/
.et-ichiran-wrap {
	max-width:780px;
	margin:0 auto;
}
.et-panel {
	display:block;
	border:3px solid #0d4765;
	border-radius:16px;
	padding:22px 25px;
	transition: 0.2s ease-in-out;
	margin-bottom:30px;
}

.et-panel-head-wrap {
	padding-bottom:8px;
	border-bottom:1px solid #0d4765;
	margin-bottom:20px;
}

.et-panel-talk-number {
	display:inline-block;
	background:#0d4765;
	border-radius:6px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.05em;
	padding:2px 6px 2px 11px;
	margin-bottom:10px;
}

.et-panel-head-title {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#0d4765;
	line-height:1;
}

.et-panel-date {
	font-size:18px;
	font-weight:bold;
	color:#0d4765;
	line-height:1;
}

@media print, screen and (min-width: 701px) {
	.et-panel-head-wrap {
		display:flex;
	}
	.et-panel-head-date-box,
	.et-panel-head-title-box {
		width:50%;
	}
	.et-panel-head-title {
		text-align:right;
	}
}

@media screen and (max-width: 700px) {
	.et-panel-head-wrap {
		padding-bottom:12px;
	}
	.et-panel-date {
		font-size:17px;
		margin-bottom:8px;
	}
	.et-panel-head-title {
		font-size:18px;
	}
}


@media print, screen and (min-width: 1001px) {
	.et-panel-double-wrap {
		display:flex;
		justify-content: space-between;
	}
	.et-panel-double-inner {
		width:47.5%;
	}
}

@media screen and (min-width:701px) and ( max-width:1000px) {
	.et-ichiran-wrap {
		max-width:600px;
	}
	.et-panel {
		margin-bottom:35px;
	}
	.et-panel-double-inner:first-child {
		margin-bottom:40px;
	}
}

@media print, screen and (min-width: 701px) {
	.et-panel-inner,
	.et-panel-double-inner {
		display:flex;
		justify-content: space-between;
	}
	.et-panel-left {
		width:calc(100% - 125px);
	}
	.et-panel-photo {
		width:110px;
	}
}

@media screen and (max-width: 700px) {
	.et-panel {
		max-width:480px;
		margin:0 auto 30px;
	}
	.et-panel-double-inner:first-child {
		margin-bottom:25px;
	}
	.et-panel-left {
		margin-bottom:18px;
	}
	.et-panel-photo {
		width:130px;
	}
}

.et-panel-title {
	font-size:20px;
	font-weight:bold;
	color:#0d4765;
	line-height:1.35;
	margin-bottom:15px;
}

.et-panel-speaker {
	font-size:17px;
	color:#0d4765;
	margin-bottom:5px;
}

.et-panel-speaker-katagaki {
	font-size:14px;
	color:#0d4765;
	line-height:1.5;
}

.et-panel:hover {
	background:#e8f0fd;
	transform:scale(1.015,1.015);
	transition: 0.2s ease-in-out;
}

.et-panel:hover img {
	opacity:0.9;
	transition: 0.2s ease-in-out;
}

@media screen and (max-width: 700px) {
	.et-panel {
		padding:20px;
	}
	.et-panel-title {
		font-size:18px;
		margin-bottom:5px;
	}
	.et-panel-speaker {
		font-size:16px;
	}
}

/* -----------------------------------------------------------------------
　プライバシーポリシー
--------------------------------------------------------------------------*/
.privacy-page-wrap {
	padding:50px 45px 100px;
}

.privacy-page-title {
	font-size:32px;
	font-weight:bold;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:80px;
}

@media screen and (max-width: 700px) {
	.privacy-page-wrap {
		padding:40px 5% 50px;
	}
	.privacy-page-title {
		font-size:25px;
		margin-bottom:60px;
	}
}

.privacy-body {
	max-width:660px;
	margin:0 auto;
	padding:25px 0 50px;
}

.privacy-body h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.45;
	margin:40px 0 10px;
}

.privacy-body h2:first-child {
	margin-top:0;
}

.privacy-body p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 15px;
}

.privacy-body a {
	font-weight:bold;
	color: #1592e6;
	text-decoration:underline;
	transition: all 0.3s ease 0s;
}

.privacy-body a:hover {
	color: #1592e6;
	transition: all 0.3s ease 0s;
}

.privacy-body ul {
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 20px;
}

.privacy-body ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 20px;
}

.privacy-body li {
	font-size: 15px;
	line-height: 1.75;
}

.privacy-body ul li {
	list-style-type: disc;
}

.privacy-body ol li {
	list-style-type: decimal;
}

@media screen and (max-width: 700px) {
	.privacy-body h2 {
		font-size: 17.5px;
	}
	.privacy-body p {
		font-size: 15px;
	}
}
